body {
    background-color: #00305D;
    background-image:url(../images/index_back_2.jpg);
    background-size:contain;
    background-position: top center;
    background-repeat:repeat-y;
}

* {
    font-family:Arial, Helvetica, sans-serif;
}

.container_max {
    width:1080px;
    max-width:100%;
    margin: 0 auto;
}


.top_grid {
    background-color:white;
    display:grid;
    grid-template-columns: 1fr 1fr;
    align-items:center;
    gap:20px;
    padding:30px 20px;
    box-shadow: 0px 8px 15px -3px rgba(133,133,133,0.75);
    -webkit-box-shadow: 0px 8px 15px -3px rgba(133,133,133,0.75);
    -moz-box-shadow: 0px 8px 15px -3px rgba(133,133,133,0.75);
    position:relative;
}
.top_grid_cell2 {
    text-align:right;
}
.logo1, .logo2 {
    max-width:90%;
}
.background_main {
    background-image:url(../images/background.png);
    background-size:cover;
    background-repeat:no-repeat;
    padding-bottom:300px;
}
.background_yellow {
    background-color:#FEC74F;
    padding-bottom:150px;
    /*min-height:100vh;*/
}
.index_top {
    padding:20px;
    text-align:right;
}
.lang_item {
    margin-left:5px;
    width:60px;
    width:45px;
}
.index_wrapper {
    background-color:white;
    border-radius:130px;
    padding: 100px 30px 180px 30px;
    position:relative;
}
.blue_wrapper {
    background-color: #00305D;
    border-radius:130px;
    padding:60px 30px 150px 30px;
    position:relative;
}
.blue_wrapper_interior {
    background-color: #00305D;
    border-bottom-left-radius: 130px;
    border-bottom-right-radius: 130px;
    padding:20px 30px 150px 30px;
    position:relative;
}
.guia_interior_topimg {
    width:100%;
    aspect-ratio:1040/338;
    object-fit:cover;
    border-top-left-radius: 130px;
    border-top-right-radius: 130px;
}
@media (max-width:991px) {
    .index_wrapper, .blue_wrapper {
        border-radius:40px;
    }
    .blue_wrapper_interior {
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }
    .guia_interior_topimg {
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }
}
.index_pills {
    display:flex;
    flex-wrap:wrap;
    gap:25px;
    justify-content: center;
}
.index_title {
    font-size:124px;
    line-height:1;
    font-weight:bold;
    color:#006283;
    text-align:center;
}
.index_subtitle {
    font-size:80px;
    line-height:1.2;
    color:#FEC74F;
    text-align:center;
}
@media (max-width:991px) {
    .index_title {
        font-size:80px;
    }
    .index_subtitle {
        font-size:50px;
    }
}
@media (max-width:650px) {
    .index_title {
        font-size:40px;
    }
    .index_subtitle {
        font-size:28px;
    }
}
.index_btn {
    display:inline-block;
    position:absolute;
    /*bottom:-60px;*/
    bottom:0px;
    left:50%;
    transform:translate(-50%,50%);
    font-size:50px;
    font-weight:bold;
    color:white!important;
    border:2px solid white;
    background-color: #DE6662;
    border-radius:80px;
    text-decoration:none;
    padding:20px;
    width:500px;
    max-width:80%;
    text-align:center;
}
@media (max-width:600px) {
    .index_btn {
        font-size:30px;
        /*bottom:-45px;*//
    }
}
@media (max-width:450px) {
    .index_btn {
        font-size:20px;
        /*bottom:-22px;*/
        padding:10px 20px;
    }
}
@media (max-width:991px) {
    .top_pill {
        width:100px;
    }
}
.menu_top_grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-columns:325px 1fr;
    padding:12px;
    align-items:start;
}
.miseleccion_text {
    color:#DE6662!important;
    font-size:24px;
}
.miseleccion {
    color:#DE6662!important;
    font-weight:bold;
}
.menu_top_grid_cell2 {
    text-align:right;
}
/*@media (max-width:600px) {
    .menu_top_grid {
        grid-template-columns:1fr;
    }
    .menu_top_grid_cell1 {
        order:2;
    }
    .menu_top_grid_cell2 {
        order:1;
    }
}*/
@media (max-width:600px) {
    .miseleccion_text {
        font-size:18px;
    }
    .lang_item {
        width:25px;
        margin-left:2px;
    }
    .miseleccion_heart {
        width:20px;
    }
}
@media (max-width:400px) {
    .miseleccion_text {
        font-size:14px;
    }
    .miseleccion_heart {
        width:15px;
    }
}
.menu_top_buttons_grid {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:20px 10px;
    padding:0px 12px 12px 12px;
}
.menu_top_guia_wrapper {
    padding-left:12px;
    padding-right:12px;
}
/*@media (max-width:991px) {
    .menu_top_buttons_grid {
        grid-template-columns:1fr;
    }
}*/
.menu_top_button, .menu_top_guia_btn {
    width:100%;
    text-align:center;
    background-color: #FEC74F;
    border:1px solid #DE6662;
    color:#DE6662!important;
    font-size:30px;
    font-weight:bold;
    padding:7px;
    border-radius:50px;
    display:inline-block;
    text-decoration:none;
}
.menu_top_guia_btn {
    font-size:35px;
    padding:10px;
}
.menu_top_button.active, .menu_top_guia_btn.active {
    background-color: #DE6662;
    color:white!important;
    border:1px solid white;
}
@media (max-width:750px) {
    .menu_top_button {
        font-size:20px;
    }
    .menu_top_guia_btn {
        font-size:25px;
    }
}
@media (max-width:500px) {
    .menu_top_button {
        font-size:14px;
    }
    .menu_top_guia_btn {
        font-size:20px;
    }
}
.guia_title {
    color:white;
    font-size:80px;
    font-weight:bold;
    line-height:1.2;
    text-align:center;
}
.guia_subtitle {
    font-size:30px;
    color:white;
    text-align:center;
}

@media (max-width:991px) {
    .guia_title {
        font-size:60px;
    }
    .guia_subtitle {
        font-size:25px;
    }
}
@media (max-width:650px) {
    .guia_title {
        font-size:40px;
    }
    .guia_subtitle {
        font-size:20px;
    }
}
.resultados_item_grid {
    display:grid;
    grid-template-columns: 200px 1fr 40px 200px;
    gap:20px 20px;
    padding:20px 0px;
    border-bottom:1px solid white;
}
.agenda_item_grid {
    display:grid;
    grid-template-columns: 200px 1fr;
    gap:20px 20px;
    padding:20px 0px;
    border-bottom:1px solid white;
}
.guia_interior_grid {
    display:grid;
    grid-template-columns:60px 1fr;
    gap:20px 20px;
    align-items:center;
}
.resultados_tags {
    display:flex;
    flex-wrap:wrap;
    gap:10px 10px;
}
.resultados_item_img_wrapper {
    position:relative;
}
.btn_masinfo_svg {
    width:40px;
    position:absolute;
    bottom:-15px;
    left:50%;
    transform:translateX(-50%);
    display:none;
}
/*@media (max-width:991px) {
    .resultados_item_grid {
        grid-template-columns:1fr;
    }
    .resultados_item_grid_col1,.resultados_item_grid_col2,.resultados_item_grid_col3 {
        text-align:center;
    }
    .resultados_tags {
        justify-content: center;
    }
}*/
.resultagos_tag {
    display:inline-block;
    text-decoration:none;
    font-size:14px;
    color:white!important;
    border:1px solid white;
    border-radius:50px;
    padding:5px 10px;
}
.resultados_item_img {
    width:200px;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:50%;
    max-width:100%;
}
.resultados_title {
    text-transform:uppercase;
    font-size:30px;
    color:#FEC74F;
    font-weight:bold;
}
.resultados_text {
    color:white;
    font-size:20px;
}
.btn_guardado_grid {
    display:grid;
    grid-template-columns:30px 1fr;
    align-items:center;
    gap:10px 10px;
    width:100%;
}
.btn_guardado{
    padding:7px 10px;
    border:1px solid white;
    border-radius:50px;
    background-color: #DE6662;
    display:inline-block;
    text-decoration:none;
    color:white!important;
    font-weight:bold;
    width:100%;
}
.btn_guardado_grid_col2 {
    text-align:center;
}
.btn_info {
    padding:7px 10px;
    border:1px solid white;
    border-radius:50px;
    background-color: #006283;
    display:inline-block;
    text-decoration:none;
    color:white!important;
    font-weight:bold;
    width:100%;
}

.guia_interior_title {
    font-size:28px;
    font-weight:bold;
    color:#FEC74F;
    text-transform:uppercase;
}
.guia_interior_text {
    color:white;
    font-size:24px;
    text-align:justify;
}

#go_back {
    display:inline-block;
}

.filtros_title {
    font-size:40px;
    line-height:1.2;
    font-weight:bold;
    color:#FEC74F;
}
.filtros_flex {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px 2%;
}
.filtros_item {
    width:30%;
}
.btn-check{
  display:none;
}

.btn-toggle{
  display:inline-block;
  padding:10px 0px;
  background:#00305D;
  color:#fff;
  border-radius:50px;
  cursor:pointer;
  transition:all .2s;
  font-size:40px;
  line-height:1.2;
  border:2px solid white;
  width:100%;
  text-align:center;
}
.btn-check:checked + .btn-toggle{
  background:#006283;
}

.btn-toggle-xs {
  display:inline-block;
  padding:7px 10px;
  background:#00305D;
  color:#fff;
  border-radius:50px;
  cursor:pointer;
  transition:all .2s;
  font-size:20px;
  line-height:1.2;
  border:2px solid white;
  width:100%;
  text-align:center;
}
.btn-check:checked + .btn-toggle-xs{
  background:#006283;
}
.mieleccion_top_grid {
    display:grid;
    grid-template-columns:60px 1fr 60px;
    align-items:center;
}

.qr_img {
    width:500px;
    max-width:100%;
}
.descuentos_box {
    width:100%;
    padding:20px 0px;
    border-radius:15px;
    text-align:center;
    background-color:#006283;
    border:1px solid white;
}
.descuentos_box_descuento {
    font-size:77px;
    line-height:1;
    font-weight:bold;
    color:white;
}
.descuentos_box_dto {
    font-size:22px;
    font-weight:bold;
    color:white;
}

.interior_btns_wrapper {
    display:flex;
    flex-wrap: wrap;
    gap:10px;
    justify-content: end;
}
.interior_btns_wrapper .btn_guardado,
.interior_btns_wrapper .btn_info {
    width:170px;
    max-height:40px;
}
.guia_interior_iframe iframe {
    width:100%!important;
    max-width:100%;
}
.select_segmentacion {
    width:400px;
    max-width:100%;
    display:inline-block;
    border:2px solid white;
    background-color: #00305D;
    border-radius:50px;
    padding:10px;
    font-weight:bold;
    color:white;
}
.select_segmentacion_selected {
    font-size:48px;
    color:white;
    font-weight:bold;
    line-height:1;
    text-transform: uppercase;
    text-align:center;
    padding-bottom:15px;
    border-bottom:1px solid white;
}

.descuentos_mobile {
    display:none;
}
.descuentos_desktop {
    display:block;
}
.lupa_wrapper {
    display:inline-block;
    position:relative;
}
.btn_lupa {
    position:absolute;
    bottom:15px;
    right:15px;
    width:40px;
}

.input_text {
    font-size:28px;
    background-color: white;
    padding: 7px 20px;
    border-radius:50px;
    width:100%;
    border:1px solid white;
}
.select_pais {
    font-size:28px;
    background-color: #00305D;
    color:white;
    font-weight:bold;
    padding: 12px 20px;
    border-radius:50px;
    width:100%;
    border:1px solid white;
}
.error {
    border:2px solid red;
}


@media (max-width:991px) {
    .input_text, .select_pais {
        font-size:18px;
    }
    .resultados_item_grid {
        grid-template-columns: 200px 1fr 200px;
    }
    .agenda_item_grid {
        grid-template-columns: 200px 1fr;
    }
    .resultados_item_grid_col_mid {
        display:none;
    }
    .filtros_title  {
        font-size:24px;
    }
    .btn-toggle{
        font-size:15px;
    }
    .btn-toggle-xs {
        font-size:14px;
    }
}


@media (max-width:850px) {
    .resultados_item_grid {
        grid-template-columns: 150px 1fr 150px;
    }
    .agenda_item_grid {
        grid-template-columns: 150px 1fr;
    }
    .resultados_title {
        font-size:20px;
    }
    .resultados_text  {
        font-size:14px;
    }
    .resultagos_tag {
        font-size:14px;
    }
    .btn_guardado_grid_col2 {
        font-size:14px;
    }
    .btn_guardado_grid img {
        width:20px;
    }
    .descuentos_box_descuento {
        font-size:50px;
    }
        
    .interior_btns_wrapper .btn_guardado,
    .interior_btns_wrapper .btn_info {
        width:150px;
    }
}
.resultados_buttons_mobile {
    display:none;
}
@media (max-width:620px) {
    .resultados_item_grid {
        grid-template-columns: 100px 1fr;
        gap:10px 10px;
    }
    .agenda_item_grid {
        grid-template-columns: 100px 1fr;
        gap:10px 10px;
    }
    .resultados_item_grid_col3 {
        display:none;
    }
    .btn_masinfo_svg {
        display:block;
    }
    .descuentos_mobile {
        display:block;
    }
    .descuentos_desktop {
        display:none;
    }
    .resultados_title {
        font-size:16px;
    }
    .resultados_text  {
        font-size:14px;
    }
    .resultagos_tag {
        font-size:14px;
    }
    .btn_guardado_grid_col2 {
        font-size:11px;
    }
    .btn_guardado_grid img {
        width:18px;
    }
    .btn_guardado_grid {
        grid-template-columns: 15px 1fr;
        gap:10px 7px;
    }
    .blue_wrapper {
        padding: 60px 10px 100px 10px;
    }
    .blue_wrapper_interior {
        padding:20px 30px 100px 30px;
    }
    .btn_guardado, .btn_info   {
        padding: 2px 5px;
        margin-bottom:10px!important;
    }
    .guia_interior_title {
        font-size:20px;
    }
    .guia_interior_text {
        font-size:16px;
    }
    .descuentos_box_descuento {
        font-size:30px;
    }
    .descuentos_box_dto {
        font-size:16px;
    }
    .descuentos_box {
        padding:10px;
    }
    .interior_btns_wrapper .btn_guardado,
    .interior_btns_wrapper .btn_info {
        width:120px;
    }
    .select_segmentacion_selected {
        font-size:30px;
    }
    
    /*.menu_top_grid {
        display:none;
    }*/
    /*#go_back.mobile_dnone {
        display:none; 
    }*/
    #go_back img {
        width:30px;
    }
    .resultados_buttons_mobile {
        display:block;
    }
}
@media (max-width:400px) {
    .resultados_title {
        font-size:15px;
    }
    .resultados_text  {
        font-size:14px;
    }
    .resultagos_tag {
        font-size:14px;
    }
    .btn_guardado_grid_col2 {
        font-size:9px;
    }
    .btn_guardado_grid img {
        width:18px;
    }
    .btn_guardado_grid {
        grid-template-columns: 15px 1fr;
        gap:10px 7px;
    }
}
.miseleccion_imgs, .miseleccion_imgs:hover {
    color:#DE6662;
    text-decoration:none;
}

@media (max-width:825px) {
    .miseleccion {
        display:none;
    }
    
    .menu_top_grid {
        grid-template-columns: 90px 1fr;
    }
}

@media (max-width:600px) {
    .menu_top_grid {
        grid-template-columns: 65px 1fr;
    }
}

.agenda_vermas, .agenda_vermas:hover {
    display:inline-block;
    background-color: #DE6662;
    color:white;
    padding:5px 15px;
    border-radius:50px;
    font-size:16px;
    font-weight:bold;
    border:1px solid white;
    text-decoration:none;
}
@media (max-width:850px) {
    .agenda_vermas {
        font-size:14px;
    }
}
.descuentos_descanviar, .descuentos_descanviar_done {
    display:inline-block;
    margin-top:20px;
    font-size:20px;
    background: #006283;
    color:white;
    font-weight:bold;
    padding:7px 15px;
    border-radius:50px;
    border:1px solid white;
    text-align:center;
}
.descuentos_descanviar_done {
    background-color: #DE6662;
}
.descuentos_descanviar.mobile, .descuentos_descanviar_done.mobile {
    display:none;
}
@media (max-width:850px) {
    .descuentos_descanviar, .descuentos_descanviar_done {
        font-size:18px;
    }
}
@media (max-width:620px) {
    .descuentos_descanviar, .descuentos_descanviar_done {
        font-size:15px;
    }
    .descuentos_descanviar.mobile, .descuentos_descanviar_done.mobile {
        display:inline-block;
    }
}
.descuentos_descanviar:hover {
    cursor:pointer;
}

.popup_back {
    position:fixed;
    top:0px;
    left:0px;
    width:100vw;
    height:100vh;
    background-color: #fec74f5c;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow-y: auto;
    z-index: 9;
}
.popup {
    background-color: #00305D;
    text-align:center;
    border-radius:30px;
    width:400px;
    max-width:90%;
    padding:30px;
}
.popup_title {
    font-size:35px;
    color:white;
    font-weight:bold;
    text-align:center;
}
.popup_text {
    font-size:18px;
    color:white;
    text-align:center;
}
.popup_buttons_wrapper {
    display:flex;
    justify-content:center;
    gap:30px 30px;
    margin-top:20px;
}
.popup_btn_ok, .popup_btn_ko {
    background-color: #006283;
    border:1px solid white;
    border-radius:50px;
    color:white;
    font-weight:bold;
    padding:7px 15px;
    font-size:18px;
}
.textdecoration_none {
    text-decoration:none;
}

.resultados_buttons_mobile .btn_guardado, 
.resultados_buttons_mobile .btn_info {
    width:135px;
    max-width:100%;
}

.descargareguia_fixed {
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    z-index:999;
}
.descargareguia_backyellow {
    background-color: #FEC74F;
}
.descargareguia_container {
    background-color: #00305D;
    padding:10px 30px;
    text-align:center;
}

.fixed_index_btn {
    display:inline-block;
    font-size:50px;
    font-weight:bold;
    color:white!important;
    border:2px solid white;
    background-color: #DE6662;
    border-radius:80px;
    text-decoration:none;
    padding:20px;
    width:650px;
    max-width:80%;
    text-align:center;
}
@media (max-width:850px) {
    .fixed_index_btn {
        font-size:30px;
        /*bottom:-45px;*//
    }
}
@media (max-width:450px) {
    .fixed_index_btn {
        font-size:17px;
        /*bottom:-22px;*/
        padding:10px 20px;
    }
}
.forced-d-none {
    display:none!important;
}

.bold { font-weight:bold; }
.mt-6 { margin-top:60px; }
.mt-7 { margin-top:70px; }
.mt-8 { margin-top:80px; }
.mt-9 { margin-top:90px; }
.mt-10 { margin-top:100px; }
.mb-6 { margin-bottom:60px; }
.mb-7 { margin-bottom:70px; }
.mb-8 { margin-bottom:80px; }
.mb-9 { margin-bottom:90px; }
.mb-10 { margin-bottom:100px; }
.pt-6 { padding-top:60px; }
.pt-7 { padding-top:70px; }
.pt-8 { padding-top:80px; }
.pt-9 { padding-top:90px; }
.pt-10 { padding-top:100px; }
.pb-6 { padding-bottom:60px; }
.pb-7 { padding-bottom:70px; }
.pb-8 { padding-bottom:80px; }
.pb-9 { padding-bottom:90px; }
.pb-10 { padding-bottom:100px; }