@import url('./variables.css');
@import url('./mkte_services_circuitos.css');


/*GENERALES*/

#error404 {
    margin-top: -35px;
    margin-bottom: -30px;
}

:root {
    --primary: #ec7e06;
    --naranja: #ec7e06;
    --secondary: #ec7e06;
    --celeste: #138db7;
    --gris: #49505a;
}

body {
    font-family: 'Montserrat'; font-size: 16px;
}

a, a:hover, a:focus {
    color: var(--primary);
    text-decoration: none!important;
}

.p-0 {
    padding: 0;
    overflow: hidden;
}



.btn-default:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color:#FFFFFF
}

.input-group-addon {
    background:var(--secondary);
    color: white;
    border-color: var(--secondary);
}

.resultado #header-AGENCIA {
    margin-bottom: 0;
}

.resultado .jumbotron {
    margin-bottom: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--primary);
}

body.resultado #container {padding-top: 25px; padding-bottom: 25px;}



/*HEADER*/

a.btn-version, a.btn-version-mobile {
    color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    position: absolute;
    top: 25px;
    right: 250px;
    font-weight: 700;
    padding: 0 20px;
    z-index: 9999;
    transition: all 0.2s ease-in;
}

a.btn-version:hover {
    background-color: var(--primary);
    border: solid 1px var(--primary);
}

a.btn-version-beta, a.btn-version-beta-mobile {
    color: var(--primary);
    border: solid 1px var(--primary);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 250px;
    font-weight: 700;
    padding: 0 20px;
    z-index: 9999;
    transition: all 0.2s ease-in;
}

a.btn-version-mobile, a.btn-version-beta-mobile {
    display: none;
    font-size: 12px;
}

a.btn-version-beta:hover {
    background-color: var(--primary);
    border: solid 1px var(--primary);
    color: #ffffff;
}



#header-AGENCIA {
    padding: 10px 0 0; 
    width: 100%;
    background-color: #FFFFFF;
}



#header-AGENCIA .navbar-default .navbar-toggle,
#header-AGENCIA .navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
}

#header-AGENCIA .navbar-default {
   background-color: transparent;
   border:none;
   margin-top: 15px;
   margin-bottom: 0;
}

@media(max-width:768px) {
    #header-AGENCIA .navbar-default {
        margin-top: 0;
    }
    #header-AGENCIA {
        padding: 10px 0 10px; 
    }
    img#logo-header-color {
        display: none!important;
    }
}

#header-AGENCIA .navbar-default a {
    color: var(--gris);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 10px 5px;
}

#header-AGENCIA .navbar-default a .caret {
    display: none;
}

#header-AGENCIA .navbar-default a:hover {
    color:var(--secondary)
}

#header-AGENCIA .navbar-default .dropdown-menu>li>a {
    background-color: var(--secondary);
    padding: 7px 15px;
    color:white!important;
}
#header-AGENCIA .navbar-default .dropdown-menu>li>a:hover {
    background-color: #1b9ca1;
    color:white;
}

#header-AGENCIA .navbar-default .navbar-nav>.active>a,
#header-AGENCIA .navbar-default .dropdown-menu,
#header-AGENCIA .navbar-default .navbar-nav>.open>a {
    background: transparent;
    border:none;
    box-shadow: none;
    color: var(--secondary)
}

@media (min-width: 768px) {
    #header-AGENCIA .navbar-default {
        background-color: transparent;
        border: none;
        margin-top: 15px;
        display: flex;
        justify-content: flex-end;
    }
}

#header-AGENCIA .navbar-default .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--secondary)
}

#header-AGENCIA .navbar-default .dropdown.open > a {
    border-bottom: none;
}

img#logo-header-color {
    margin-top: 0px;
}

#header-AGENCIA .navbar-default a:before {
    font-family: 'Material Symbols Outlined' !important;
    font-style: normal;
    color: var(--primary);
    text-decoration: inherit;
    font-size: 20px;
}

#btn-id-8 > a:before {
    content: 'luggage';
}
#btn-id-9 > a:before {
    content: 'star';
}
#btn-id-10 > a:before {
    content: 'map';
}
#btn-id-11 > a:before {
    content: 'directions_boat';
}
#btn-id-12 > a:before {
    content: 'calendar_month';
}
#btn-id-7 > a:before {
    content: 'mail';
}
#btn-id-6 > a:before {
    content: 'person';
}
#btn-id-13 > a:before {
    content: 'computer';
}


@media (min-width: 1200px) {
    .container-plus {
        max-width: 1400px;
        width: 95%;
    }
}

.header-contacto {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.btn-header-contacto a {
    padding: 5px 20px;
    height: 35px;
    display: block;
    border-radius: 50px;
    border: solid 1px var(--primary);
    font-weight: 500;
}

.btn-header-contacto a:hover {
    background-color: var(--primary);
    color: #fff;
}

.redes-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.redes-header a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
}

.redes-header a i {   
    color: #fff!important;
}

@media (min-width: 911px) {
    .buscador-principal {
        position: absolute;
        top: 350px;
        width: 100%;
        max-width: 1170px;
        margin: 0px auto;
    }
}


/*CONTENIDO*/

.titulos-seccion {
    color:var(--gris);
    text-align: center;
    font-weight: 700;
    margin: 40px auto;
    font-size: 28px;
}

.titulos-seccion span {
    color: var(--primary);
}


@media (max-width: 768px) {
    
    img#logo-footer {
        margin: auto auto 40px auto;
    }
    #footer-AGENCIA {
        text-align: center;
    }
    .redes-header {
        justify-content: center;
        margin-top: 30px;
    }
}


#promociones .paqDestacados .owl-item {
    box-shadow: rgba(0, 0, 0, 0.20) 0px 3px 10px;
    border-radius: 20px;
}

#promociones .paqDestacados .btn_verMas3 {
    width: 21%;
    text-align: center;
    padding: 7px 10px;
    font-weight: 700;
    margin-top: 5px;
    font-size: 13px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-radius: 50px;
    background-color: var(--primary);
    border: none;
    color: #fff;
}

#promociones .paqDestacados .titulo,
#promociones .paqDestacados .precio-c {
    width: 90%;
    text-align: left;
    color: var(--gris);
}

#promociones .paqDestacados .precio-c{
    font-size: 17px;
}

.btn-flyers {
    margin: 30px auto 50px;
    text-align: center;
}

.btn-flyers a {
    background-color: var(--primary);
    border-radius: 50px;
    padding: 10px 30px;
    text-decoration: none;
    font-weight: 700;
    color: #ffffff;
}



#news {
    background: var(--primary);
    padding: 35px 0;
}

#news form h3 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 12px;
    color: #FFFFFF;
}

#news form input {
    height: 49px;
    padding: 6px 20px;
    border-color:transparent;
    border-radius: 35px;
}

#news form span {
    color:#FFFFFF
}

#news form .btn-default {
    font-size: 16px;
    padding: 10px 20px;
    background: transparent;
    border-color:white;
    border-width: 2px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    height: 49px;
}



/*********************************
Footer
*********************************/


footer {
    padding: 40px 0 40px 0;
    background: var(--gris);
    color: #fff;
    width: 100%;
}

footer .wrapper_redes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media(min-width: 769px) {
    footer .wrapper_redes {
        justify-content: flex-end;
        margin-top: -70px;
    }
}

footer .wrapper_redes a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
}
a.contacto {
    color: #fff;
    margin-left: 30px;
    font-size: 24px;
    display: inline-block;
    position: relative;
    height: 30px;
    width: 30px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
}

footer .logo_footer {
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin-top: 40px;
    /*background: url(../images/footer_line_logo.png) no-repeat center;*/
}

footer .wrapper_logo_footer {
    background: #3c3c3c;
    width: 210px;
    height: 50px;
    position: relative;
    margin: -25px auto;
}

footer .img_logo_footer {
    display: inline-block;
}

footer .menu_footer {
    font-size: 15px;
    margin-top: 50px;
}

footer .menu_footer .title{
    font-size: 17.5px;
    line-height: 1.3;
    color: var(--primary);
}

footer .menu_footer .title.links_utiles {
    margin-top: 37px;
}

@media (min-width: 992px) {
    footer .menu_footer .info {
        width: 30%;
    }
    footer .menu_footer .bigger {
        width: 20%;
    }
}

footer .menu_footer .info h2 {
    font-size: 18px;
    color: var(--primary);
    margin-top: 0!important;
}

footer .menu_footer .info p {
    font-size: 16px;
    line-height: 1.6;
}


footer .menu_footer .info a {
    color: var(--primary);
    margin-top: 10px;
    display: block;
}

footer .menu_footer p{
    line-height: 1.6;
}

footer .menu_footer a {
    color: #fff;
}

footer .menu_footer a:hover {
    color: var(--primary);
}

footer .menu_footer .phone {
    font-size: 24px!important;
    margin-top: 10px;
    font-weight: 400;
}
footer .menu_footer .phone small {
    font-size: 75%!important;
}

footer .wrapper_logos {
    text-align: center;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

footer .wrapper_logos .logo {
    margin: 0 20px;
}

footer .wrapper_logos .logo img {
    width: 120px;
}

.wrapper_copy {
    font-size: 12px;
    color: #cbcbcb;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

div#consultar {
    padding: 10px 0;
    background-color: #333333;
}
div#consultar a {
    color: #ffffff;
}

div#wsp {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index:9999;
}


/*RESPONSIVE*/

@media(max-width:768px){
    #header-AGENCIA {
        border:none
    }

    #news form label{
        text-align: center;
        margin-bottom: 35px;
    }

    #slideinf .carousel-caption {
        width: 80%!important;
        left: 10%!important;
    }
}



/*AJUSTES SERVICES*/


.paso3 .table tbody tr.active th, .paso3 .table thead tr th,
.paso3 .table tbody tr.active th, .paso3 .table thead tr th,
.paso3 .habitacion-cabecera[data-v-286bf90e]
{
    background-color: var(--primary)!important;
    border-color: var(--primary)!important;
}

.paso3 #itinerario .list-group .list-group-item .list-group-item-heading,
.paso3 .infomacion .list-group .list-group-item .list-inline li b
{
    color:var(--primary)!important
}

/*** AJUSTES PAQUETES MANUAL ***/

body.agencia-buscar div#container {
    margin-top: 50px;
}
body.agencia-buscar .resultado .panel-title {
    padding: 10px 20px 0!important;
}
body.agencia-buscar .panel.resultado .lead {
    padding: 0 20px;
}
body.agencia-buscar .resultado .panel-body {
    padding: 20px 20px 20px 20px!important;
}

body.texto a:hover {
    color: var(--primary)!important;
}
body.texto .panel-body p {
    font-weight: 400!important;
}
#container > #wb_container {
    margin-bottom: 40px;
}
.list-group .list-group-item-precios {
    margin-bottom: 0!important;
}
.ficha-producto .list-group-item.list-group-item-precios .btn-block {
    color: #ffffff!important;
}
.panel-group.panel-group-lists.collapse.in.panel-buscador {
    margin-top: 25px;
}
body.producto-consultar #container {
    margin-top: 20px;
}
body.spider .ficha-producto {
    margin-top: 25px;
}


/*FORMAS DE PAGO*/
.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4 {
    font-weight: 700!important;
    font-size: 18px!important;
    color:var(--primary)!important
}
.formas_pagos-carousel#formas_pagos-carousel_all a.formas-pago-a {
    color:initial!important
}

#bancos.formas_pago .page-header > h2, 
.fp_vigentes #filtros {display: none;}

#modal_formas_pago_banco .modal-forma .info > th:nth-child(2), 
#modal_formas_pago_banco .modal-forma .info > th:nth-child(3),
#modal_formas_pago_banco .modal-forma .info > th:nth-child(5){display: none;}

#modal_formas_pago_banco .modal-forma tr > td.text-monospace:nth-child(2),
#modal_formas_pago_banco .modal-forma tr > td.text-monospace:nth-child(3),
#modal_formas_pago_banco .modal-forma tr > td.text-monospace:nth-child(5) {display: none!important;}


#relacionados-container {
    display: none;
}

body.spider-paquete #fichaSpiderPaquete .panel:last-child .panel-body,
body.spider-paquete #fichaSpiderPaquete hr {
    display: none;
}

#financiacion .container {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 10px 0;
}

.formas_pagos-carousel#formas_pagos-carousel_all .panel {
    margin-bottom: 0!important;
    border: none!important;
}

.formas_pagos-carousel#formas_pagos-carousel_all h4.formas-pago-h4 {
    color: var(--primary);
    font-weight: 800 !important;
    font-size: 18px;
}

.formas_pagos-carousel {
    box-shadow: none!important;
    padding: 0!important;
}

/****** MENSAJES DE CONFIRMACION *******/

/*** AEREOS ***/

#wb_confirmacion h2:first {
    display: none;
}

#wb_confirmacion h2 p {
    font-size: 16px;
}

#wb_confirmacion h2 p:first-child {
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px!important;
    padding: 10px 20px;
    background-color: var(--primary);
    color: #ffffff!important;
}

#wb_confirmacion h2 p:nth-child(3) {
    color: var(--primary);
    font-weight: 700;
    font-size: 21px!important;
    margin: 20px 0;
}


/*** AUTOS ***/

#campos_form .panel-default {
    clear: both;
}

.mktecars-mensajecompra p {
    font-size: 16px;
}

section.mktecars-mensajecompra h2:first-child {
    display: none;
}

.mktecars-mensajecompra p:first-child {
    display: none;
}
.mktecars-mensajecompra p:nth-child(5) {
    color: var(--primary);
    font-weight: 700;
    font-size: 21px!important;
    margin: 20px 0;
}
.mktecars-mensajecompra p:nth-child(3) {
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px!important;
    padding: 10px 20px;
    background-color: var(--primary);
    color: #ffffff!important;
}
.mktecars-mensajecompra h3:nth-child(2) {
    background-color: transparent!important;
    color: var(--primary)!important;
    padding: 20px!important;
}
.mktecars-mensajecompra .mensaje.gracias-consulta {
    width: 100%;
}
section.mktecars-mensajecompra {
    width: 90%;
    margin: 20px auto;
}
.mktecars-mensajecompra .gracias-consulta {
    box-shadow: none!important;
}
.mktecars-mensajecompra p {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding: 0px 15px;
}


/*** AJUSTES HOTELES ***/

#app_hot .vc-arrows-container {
    display: flex !important;
}

.popover-ocupacion > .popover > .popover-content > .table > tbody > tr > td.select {
    padding: 0 10px 0 0px !important;
}

#app_hot .gracias {
    box-shadow: none!important;
}

#app_hot .gracias .page-header {
    background-color: var(--primary)!important;
    display: none;
}

#app_hot .gracias .page-header > h3 {
    text-transform: none!important;
    font-weight: 700;
}
#app_hot .gracias .list-group-item {
    color: #333;
    background: none;
}
#app_hot .gracias .list-group-item h3 {
    font-size: 18px;
}

aside .panel.panel-default .panel-heading {
    background-color: var(--primary)!important;
}

#app_hot .gracias h4:nth-child(1) {
    background-color: var(--primary);
    color: #ffffff;
    padding: 10px 20px;
    font-size: 21px;
}

#app_hot .gracias h4:nth-child(2) {
    color: var(--primary)!important;
    font-weight: 700;
    padding: 20px;
    font-size: 21px;
}

#app_hot .gracias h5 {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 20px;
}

#app_hot .gracias .list-group-item:nth-child(2) {
    display: none;
}

#app_hot .aside {
    margin-top: 30px;
}


/*** CONSULTAR ***/

div.consulta .mensaje-exito {
    max-width: 100%!important;
    display: block!important;
    position: relative;
}
div.consulta .mensaje-exito p:nth-child(1) {
    background-color: var(--primary);
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0;
}
div.consulta .alert-success p small {
    display: none!important;
}

div.consulta .alert-success p:nth-child(2) {
    background-color: #333;
    color: #fff;
    margin-top: 0;
    padding: 20px;
    width: 100%;
}
div.consulta .mensaje-exito .fa {
    display: none;
}
div.consulta .alert-success {
    background-color: transparent!important;
    border:none!important;
    padding: 0 !important;
}
div.consulta .btn-volver {
    background-color: var(--primary)!important;
    border-color: var(--primary)!important;
}

#container > .alert-success > i {
    display: none;
}

#container > .alert-success {
    background-color: var(--primary);
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0;
}


/*** CIRCUITOS ***/

.resultados .tarifa_leyenda span {
    display: block!important;
}
.mkte_circuitos-consulta .conector {
    display: none!important;
}

/*** RESULTADOS CIRCUITOS COTIZAR ***/

#desglose > .table tr.tarifa th, #desglose > .table tr.tarifa td {
    color: #333333!important;
    background-color: #F1F1F1!important;
    border: none!important;
}
#desglose > .table tr.subtotal th, #desglose > .table tr.subtotal td {
    color: #333333!important;
    background-color: #d9d9d9!important;
    border: none!important;
}
body.mkte_circuitos-consulta .conector img {
    display: none!important;
}
#gracias > div.row.row-20 > div.col-xs-12.col-sm-4 > .row > div {
    width: 100%;
}
/*** VPT ***/
body.is-excursion #btn-cotizar {
    border-radius: 10px!important;
    height: 40px;
    opacity: 1;
}
body.is-excursion select.input-sm {
    height: 40px!important;
    line-height: 40px!important;
    border-radius: 10px!important;
}
body.is-excursion form#reservar .panel {
    border: none;
}

body.is-excursion #reservar #politicas {
    padding: 0!important;
    border-radius: 10px!important;
}
body.is-excursion #reservar #politicas .list-group {
    padding: 10px!important;
}
.paso3 #reservar #habitaciones .table tr td .form-control {
    height: 40px!important;
    border-radius: 10px!important;
}
.paso3 #reservar #habitaciones .panel-body .form-control,
.paso3 #reservar #categorias .form-control,
.paso3 #reservar #regimenes .form-control,
.paso3 #reservar #idiomas .form-control {
    height: 40px!important;
    border-radius: 10px;
}
.paso3 #reservar #btn-cotizar {
    border-radius: 10px!important;
    height: 40px;
    opacity: 1;
}


.gracias .page-header h2 {
    color: var(--primary);
    font-weight: 700;
}

.gracias .flipInX h3 {
    background-color: var(--primary);
    color: #ffffff;
    padding: 10px 20px;
    font-size: 21px;
    font-weight: 700;
}

.gracias .flipInX h2 {
    color: var(--primary)!important;
    font-weight: 700;
    padding: 20px;
    font-size: 21px;
}

.gracias .flipInX p {
    font-size: 16px;
    padding: 0 20px;
}

.gracias #detalle .panel.infomacion {
    margin-top: 20px;
}

.gracias #detalle .panel.infomacion .list-group .list-group-item-caratula .list-group-item-heading {
    color: var(--primary);
    font-weight: 700;
    padding: 10px 0;
}

.gracias #panel_politicas .panel-heading {
    color: #ffffff!important;
    background-color: var(--primary)!important;
    border-color: var(--primary)!important;
    font-weight: 700;
}

.gracias #panel_politicas .list-group .list-group-item {
    background-color: #f1f1f1!important;
}

.gracias #desglose .table thead tr th {
    background: #333333!important;
    color: #FFFFFF;
}

.gracias #desglose .table tbody tr.subt th, 
.gracias #desglose .table tbody tr.subt td {
    color: #333333!important;
    background-color: #d9d9d9!important;
}

.gracias #desglose .table tbody tr.rule th, 
.gracias #desglose .table tbody tr.rule td {
    color: #333333!important;
    background-color: #f1f1f1!important;
}

.gracias #desglose .table tfoot tr th {
    color: #ffffff!important;
    background-color: var(--primary)!important;
    border-top: 1px dashed var(--primary)!important;
}


/*** PAQUETES ***/

#gracias .flipInX h1 {
    background-color: var(--primary);
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
}

#gracias .flipInX h4 {
    color: var(--primary);
    padding: 10px 20px;
    font-weight: 700;
    font-size: 18px;
}

#gracias .flipInX h2 {
    color: var(--primary)!important;
    font-weight: 700;
    padding: 20px;
    font-size: 21px;
}

#gracias .flipInX p {
    font-size: 16px;
    padding: 0 20px;
}

#gracias #detalle .panel.infomacion {
    margin-top: 20px;
}

#gracias #detalle .panel.infomacion .list-group .list-group-item-caratula .list-group-item-heading {
    color: var(--primary);
    font-weight: 700;
    padding: 10px 0;
}

#gracias #panel_politicas .panel-heading {
    color: #ffffff!important;
    background-color: var(--primary)!important;
    border-color: var(--primary)!important;
    font-weight: 700;
}

#gracias #panel_politicas .list-group .list-group-item {
    background-color: #f1f1f1!important;
}

#gracias .desglose .table thead tr th {
    background: #333333!important;
    color: #FFFFFF;
}

#gracias .desglose .table tbody tr.subt th, 
#gracias .desglose .table tbody tr.subt td {
    color: #333333!important;
    background-color: #d9d9d9!important;
}

#gracias .desglose .table tbody tr.rule th, 
#gracias .desglose .table tbody tr.rule td {
    color: #333333;
    background-color: #f1f1f1;
}

tr.rule.tfoot .concepto, tr.rule.tfoot .monto {
    background-color: var(--primary) !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

#gracias .desglose .table tfoot tr th {
    color: #ffffff!important;
    background-color: var(--primary)!important;
    border-top: 1px dashed var(--primary)!important;
}

#gracias .desglose .table thead tr th:first-child {
    border-bottom: 0;
    border-radius: 10px 0 0 0;
}

#gracias .desglose .table thead tr th:nth-child(2) {
    border-radius: 0 10px 0 0;
}

#gracias .desglose .table tbody tr.subt th, 
#gracias .desglose .table tbody tr.subt td {
    border-top: none;
}


/*** ASISTENCIA ***/

div#motorHotelesResultados .col-sm-pull-4 h1 {
    background-color: var(--primary);
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
}

div#motorHotelesResultados .col-sm-pull-4 h4 {
    color: var(--primary);
    padding: 10px 20px;
    font-weight: 700;
    font-size: 18px;
}

div#motorHotelesResultados .col-sm-pull-4 p {
    padding: 10px 20px;
    font-size: 16px;
    color: #333333;
}

#hoteles_sidebar_reserva .seleccion_tarifa #resumenReserva .panel-heading {
    padding: 0;
    background: none;
}

#hoteles_sidebar_reserva .seleccion_tarifa .panel-default {
    border-radius: 10px;
}

#hoteles_sidebar_reserva .seleccion_tarifa #resumenReserva .panel-heading .tarifa_detalle h4 {
    background-color: var(--primary);
    color: #ffffff;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    margin: 0;
}

#hoteles_sidebar_reserva .seleccion_tarifa #resumenReserva .panel-heading .tarifa_detalle .table>thead>tr>th, 
#hoteles_sidebar_reserva .seleccion_tarifa #resumenReserva .panel-heading .tarifa_detalle .table>tbody>tr>th, 
#hoteles_sidebar_reserva .seleccion_tarifa #resumenReserva .panel-heading .tarifa_detalle .table>tfoot>tr>th, 
#hoteles_sidebar_reserva .seleccion_tarifa #resumenReserva .panel-heading .tarifa_detalle .table>thead>tr>td, 
#hoteles_sidebar_reserva .seleccion_tarifa #resumenReserva .panel-heading .tarifa_detalle .table>tbody>tr>td, 
#hoteles_sidebar_reserva .seleccion_tarifa #resumenReserva .panel-heading .tarifa_detalle .table>tfoot>tr>td {
    padding: 8px 20px;
}

/*** FLYERS ***/



#formRecomendar{ margin-bottom: 50px; }
#formRecomendar .form-group{}
#formRecomendar .panel { box-shadow: none;}
#formRecomendar .panel-default, #formRecomendar .list-group-item { border: none; }
#formRecomendar .form-group label.error{position: absolute;right: 10px;top: 5px;color: #F20;font-size: 27px;z-index: 10;}
#formRecomendar .form-group .recaptcha_input_area label.error{right: 9px;top: 8px;}
#formRecomendar .input-group { width: 100%;}
#formRecomendar .input-group .form-control { border-radius: 0 10px 10px 0 !important; height: 40px; width: 100%;}
#formRecomendar .input-group-addon { background-color: var(--primary); border-radius: 10px 0 0 10px!important; width: 40px; }
#formRecomendar .btn-block {
    background-color: var(--primary);
    border: none;
    border-radius: 10px;
    height: 40px;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
}
#formRecomendar .btn-block i {
    display: none;
}