body {
    margin: 0;
    background-color: #f5faff;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif !important;
}

.errorMessage {
    color: Red;
    font-weight: bold;
    font-size: 14px;
}

.menu-large {
    background-color: #1976d2 !important;
    float: right;
    padding: 0px;
    line-height: 40px;
    min-height: 0px;
}




.menu-text {
    font-size: 14px;
    color: #fff !important;
    border-top: 4px solid #1976d2;
    padding-left: 20px !important;
    padding-right: 20px !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}



    .menu-text:hover {
        color: #fcbf00 !important;
        border-top: 4px solid #fcbf00;
        text-decoration-line: none;
        background-color: -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background-color: #13568e;
    }


.submenu-large {
    background-color: #1976d2;
    border: none;
}


.submenu-text {
    font-size: 14px;
    color: white;
    padding-left: 20px !important;
    padding-right: 20px !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


    .submenu-text:hover {
        color: #fcbf00;
        background-color: #13568e;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }


.pre-header-rezjet {
    background-color: #1976d2;
    width: 100%;
    height: 63px;
    border-bottom: 2px solid #fcbf00;
    letter-spacing: 0.5px;
}


.logo-rezjet {
    float: left;
    margin-top: 10px;
}

.arrow-tours {
    width: 25px;
    height: 25px;
    margin-top: 200px;
    margin-left: 15px;
    margin-right: 15px;
}


.btn-menu {
    background-color: white;
    margin-left: 90%;
    padding: 2px 6px;
    margin-bottom: 12px;
    margin-top: -38px;
}


.sub-header {
    background-color: #1976d2;
    height: auto;
    line-height: 30px;
    color: white;
    font-size: 12px;
}

.link-login p {
    margin-bottom: 0px !important;
    text-align: right !important;
    margin-right: 20px;
}


.link-login a {
    color: white;
    text-decoration-line: underline;
    text-align: right;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


    .link-login a:hover {
        color: #fcbf00;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }


.link-login img {
    float: right;
    margin-top: 7px;
    margin-left: 5px;
    margin-right: 15px;
}



.bloque-banner-principal {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    background-image: linear-gradient( rgba(26, 98, 202, 0.3), rgba(0, 0, 0, 0.3)), url('../img/parallax-bg.jpg');
    padding-top: 100px;
}

    .bloque-banner-principal #video-carousel {
        /*position: absolute;*/
        background-image: url("../img/banner-prueba.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        z-index: -2;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 500px;
        /*height:100%;*/
        /*  object-fit is not supported on IE  */
        object-fit: cover;
        overflow: hidden;
    }

        .bloque-banner-principal #video-carousel video {
            width: 100%;
            min-height: 100%;
            z-index: -1;
        }

    .bloque-banner-principal .container {
    }


.altura-precio {
    min-height: 40px;
    margin-top: 10px;
}

.altura-precio1x8 {
    min-height: 40px;
    margin-top: 20px;
}

.titulo-banner {
    /*position:absolute;
    top:6vw;*/
    width: 100%;
}

    .titulo-banner h1 {
        text-align: center;
        color: white;
        font-size: 46px;
        padding-top: 50px;
        padding-bottom: 30px;
        font-weight: 700;
        letter-spacing: 1px;
    }



    .titulo-banner p {
        text-align: center;
        font-size: 26px;
        font-weight: 400;
        color: white;
        letter-spacing: 1px;
    }

.star {
    margin-top: -20px;
}

    .star img {
        float: right !important;
        width: 15px !important;
    }






@media (max-width: 990px) {
    .sub-header {
        position: relative;
        z-index: -1000;
    }
    /*.bloque-banner-principal{background-image: url("../img/banner-prueba-xs.jpg");}*/
    .menu-large {
        width: 100%;
    }

    .pre-header-rezjet {
        height: 120px;
        padding-left: 0px;
        padding-right: 0px;
        height: 65px;
    }

    .menu-text {
        border-bottom: 1px solid #dadada;
        padding-left: 30px !important;
    }

    .submenu-text {
        padding-left: 45px !important;
    }

    .logo-rezjet {
        margin-left: 20px;
    }

    .titulo-banner h1 {
        font-size: 30px;
    }
}



@media (max-width: 540px) {
    .btn-menu {
        margin-left: 87%;
    }

    .link-login img {
        margin-right: 5px;
    }

    .titulo-banner h1 {
        font-size: 18px;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .titulo-banner p {
        font-size: 16px;
    }
}


@media (max-width: 440px) {
    .btn-menu {
        margin-left: 83%;
    }

    .link-login img {
        margin-right: 5px;
    }
}


.titulo-carrousel {
    background-color: #1976d2;
    min-height: 60px;
}

.titulo-carrousel h3 {
    padding: 8px 8px;
    margin: 0px;
    color: white;
    font-size: 15px;
}



.bloque-detalles {
    border: solid 1px #cacaca;
    background-color: #FFFFFF;
    height: 445px;
}



.duracion {
    font-size: 17px !important;
    font-weight: 400;
    margin-top: 20px !important;
}


.duracion1x8 {
    font-size: 17px !important;
    font-weight: 400;
    margin-top: 10px !important;
}

.paises {
    font-size: 11px !important;
    font-weight: 400;
    margin-top: 30px !important;
    min-height: 51px !important;
    max-height: 51px !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 17px;
}


.paises1x8 {
    font-size: 13px !important;
    font-weight: 400;
    margin-top: 10px !important;
    min-height: 20px !important;
}

.precio {
    font-weight: 700;
    font-size: 21px;
    color: #333;
    float: left !important;
}


.precio1x8 {
    font-weight: 700;
    font-size: 21px;
    color: #333;
    float: left !important;
}

.duracion img {
    width: 20px !important;
    float: left !important;
    margin-right: 10px;
    margin-top: 4px !important;
}


.paises img {
    height: 18px;
    float: left !important;
    width: 20px !important;
    margin-right: 10px;
    margin-top: 4px !important;
}



.paises1x8 img {
    height: 18px;
    float: left !important;
    width: 20px !important;
    margin-right: 10px;
    margin-top: 0px !important;
}

.btn-detalles {
    border-radius: 25px;
    border: none;
    width: 100px;
    margin-bottom: 10px;
    float: right;
    font-size: 12px;
    background-color: #FCBF00;
    color: #1976D2;
    font-weight: 700;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-detalles1x8 {
    border-radius: 25px;
    border: none;
    width: 150px;
    margin-bottom: 10px;
    float: right;
    font-size: 16px;
    background-color: #FCBF00;
    color: #1976D2;
    font-weight: 700;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.titulos-principales h1 {
    font-size: 32px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: 2px #FCBF00 solid;
}

.btn-detalles:hover {
    background-color: #1976D2;
    color: white;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.btn-detalles1x8:hover {
    background-color: #1976D2;
    color: white;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


@media (max-width:990px) {
    .bloque-oculto-1 {
        position: absolute;
        visibility: hidden;
    }

    .titulos-principales h1 {
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
}

@media (max-width:768px) {
    .bloque-oculto-2 {
        position: absolute;
        visibility: hidden;
    }
}

@media (max-width:540px) {
    .precio {
        font-size: 18px;
    }

    .duracion {
        font-size: 16px;
    }

    .paises {
        font-size: 12px;
    }

    .titulo-carrousel h3 {
        padding: 15px 15px;
        font-size: 18px;
    }

    .titulos-principales h1 {
        font-size: 21px;
        margin-top: 40px;
        margin-bottom: 5px;
    }
}








.banner-promo {
    text-align: center;
    padding-top: 110px;
    padding-bottom: 110px;
    margin-top: 80px;
    /*background-image: url("../img/img-banner-promo.jpg");*/
    background-image: linear-gradient( rgba(26, 98, 202, 0.3), rgba(0, 0, 0, 0.3)), url('../images/seine-min.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
}

    .banner-promo p {
        margin-top: 50px;
        font-size: 21px;
        font-weight: 300;
        letter-spacing: 1px;
    }

    .banner-promo h1 {
        font-size: 48px;
        font-weight: 300;
        letter-spacing: 2px;
        color: #FFFFFF;
    }

.btn-descubrir {
    border-radius: 50px;
    border: none;
    margin-top: 50px;
    font-size: 16px;
    background-color: #FCBF00;
    color: black;
    font-weight: 500;
    padding: 15px 30px 15px 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


    .btn-descubrir:hover {
        background-color: #1976D2;
        color: white;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }



@media (max-width:990px) {
    .banner-promo {
        padding-top: 75px;
        padding-bottom: 75px;
    }

        .banner-promo h1 {
            font-size: 36px;
        }

        .banner-promo p {
            font-size: 18px;
        }
}

@media (max-width:768px) {
    .banner-promo {
        margin-top: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .banner-promo h1 {
            font-size: 24px;
        }

        .banner-promo p {
            font-size: 16px;
        }
}

@media (max-width:540px) {
    .banner-promo {
        padding-top: 50px;
        padding-bottom: 30px;
    }

        .banner-promo h1 {
            font-size: 21px;
        }

        .banner-promo p {
            font-size: 14px;
            line-height: 18px
        }

    .btn-descubrir {
        margin-top: 20px;
        font-size: 12px;
    }
}


.bloque-expertos {
    background-color: #003d68;
    background-image: url(../images/bkpq.png);
    padding-top: 80px;
    padding-bottom: 80px;
    color: #FFF;
    text-align: center;
}

    .bloque-expertos h2 {
        color: #FFF;
        font-size: 3em;
        text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.4);
    }
    .bloque-expertos h3 {
        color: #FFF;
        font-size: 2em;
        font-weight:normal;
    }

    .bloque-expertos strong {
        display: block;
        font-size: 1.2em;
        color: #ef5555;
        margin-bottom:10px;
    }
    .bloque-expertos .ico {
       margin-bottom:20px;
    }
    .bloque-expertos p {
        font-size:1.1em;
    }
        .icon-expertos {
        margin-top: 80px;
    }

.text-des-exp p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
}


.text-des-exp h4 {
    margin-bottom: 5px;
    font-size: 21px;
    font-family: 'Roboto', sans-serif !important;
}



.copyright {
    background-color: #202124;
    color: white;
    text-align: center;
    margin-top: -5px;
}


    .copyright p {
        padding-top: 10px;
        font-size: 14px;
        margin: 0px;
        padding-bottom: 10px;
    }


.footer-rezjet {
    background-color: #6f8695;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 180px;
}


.flecha-left {
    float: left;
    margin-top: 200px;
    margin-right: 35px;
    margin-left: 10px;
}


.flecha-right {
    float: right;
    margin-top: 200px;
    margin-left: 30px;
    margin-right: 8px;
}


@media (max-width:990px) {
    .flecha-left {
        margin-right: 20px;
        margin-left: 5px;
    }

    .flecha-right {
        margin-left: 5px;
        margin-right: 5px;
    }

    .icon-expertos {
        margin-top: 40px;
    }
}

@media (max-width:540px) {
    .flecha-left {
        margin-right: 15px;
        margin-left: 0px;
    }

    .flecha-right {
        margin-left: 0px;
        margin-right: 0px;
    }

    .icon-expertos {
        margin-top: 20px;
    }

    .bloque-expertos {
        padding-bottom: 40px;
    }
}



.icon-footer-phone {
    width: 100%;
}

    .icon-footer-phone img {
        float: left;
        width: 25px;
        margin-right: 8px;
        margin-top: 10px;
    }


    .icon-footer-phone h3 {
        color: #fcbf00;
    }

.icon-footer-local img {
    float: left;
    width: 20px;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.icon-footer-local {
    width: 100%;
}

    .icon-footer-local p {
        font-size: 14px;
        color: white;
        font-weight: 400;
        margin-bottom: 0px;
        font-family: 'Roboto', sans-serif !important;
    }

.informacion-footer {
    font-size: 16px;
    color: white;
    font-weight: 500;
    margin-top: 30px;
}

ul.enlaces-footer {
    padding-left: 15px;
    list-style: none; /* Remove default bullets */
}

    ul.enlaces-footer li::before {
        content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
        color: #fcbf00; /* Change the color */
        font-weight: bold; /* If you want it to be bold */
        display: inline-block; /* Needed to add space between the bullet and the text */
        width: 1em; /* Also needed for space (tweak if needed) */
        margin-left: -1em; /* Also needed for space (tweak if needed) */
    }

.enlaces-footer a {
    font-size: 14px;
    color: #fcbf00;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-decoration: underline;
    line-height: 12px;
}



.bloque-secundario-footer {
    margin-top: 20px;
    text-align: left;
}

    .bloque-secundario-footer p {
        margin-bottom: 20px;
    }


@media (max-width:1200px) {
    .footer-rezjet {
        padding-left: 80px;
    }
}




@media (max-width:440px) {
    .footer-rezjet {
        padding-left: 20px;
    }
}



.idioma {
    width: 120px;
    margin-left: 180px;
    font-size: 16px;
    background-color: rgba(0,0,0,0.6);
    color: white;
    border: none;
    padding: 5px;
}



.idioma-sub:hover {
    background-color: #1976D2;
    color: #FFFFFF;
}




@media (max-width:1200px) {
    .idioma {
        margin-left: 150px;
    }
}


@media (max-width:990px) {
    .idioma {
        margin-left: 110px;
    }
}



@media (max-width:765px) {
    .idioma {
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



@media (max-width: 560px) {
    .map-footer {
        height: 300px !important;
    }
}



.dropdown-rezjet a {
    border: none !important;
    color: #1976D2 !important;
    font-weight: bold !important;
    border-radius: 0px !important;
}


    .dropdown-rezjet a:hover {
        color: white !important;
        font-weight: bold !important;
        background-color: #1976D2 !important;
    }



@media (max-width:765px) {
    .dropdown-rezjet a {
        margin-left: 8px !important;
    }

    .imagen-1x8 {
        margin-top: 0px;
    }
}




.carousel-rezjet {
    background-color: #f5faff;
    height: 460px;
}




@media (max-width:575px) {
    .carousel-rezjet {
        height: 640px
    }
}


@media (max-width:480px) {
    .carousel-rezjet {
        height: 570px
    }
}

@media (max-width:420px) {
    .carousel-rezjet {
        height: 500px
    }
}

@media (max-width:370px) {
    .carousel-rezjet {
        height: 470px
    }
}

@media (max-width:320px) {
    .carousel-rezjet {
        height: 430px
    }
}

::selection {
    background: #1976D2;
    color: #FFF;
    text-shadow: none;
}



.right-icon {
    float: right;
    margin-left: 10px;
}


.vuelo-icon {
    float: right;
}


.modulos-paginacion {
    height: 50px;
    width: 100%;
}


.sidebar-widgets-wrap {
    border: solid 1px #cacaca;
    background-color: #FFF;
}




.titulo-principal-widget {
    background-color: #1976d2;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}

.white-section {
    width: 80%;
    margin: 10%;
}

.title-filtros {
    border-bottom: 2px solid #1976d2;
    width: 90%;
    margin-left: 5%;
    margin-top: 40px;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}


.select-filtro {
    width: 80%;
    margin-left: 10%;
}

.input-filtro {
    margin-bottom: 4px;
    width: 80%;
    margin-left: 10%;
    padding: 5px;
    border-radius: 5px;
    border-style: none;
    border: solid 1px #dadada;
}



.categorias {
    width: 70%;
    margin-left: 15%;
}

    .categorias img {
        float: left !important;
        width: 20px !important;
        margin-right: 5px;
    }


.label-itinerario {
    width: 60%;
    margin-left: 17%;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 5px;
    cursor: pointer;
}


.filtros-check {
    width: 70%;
    margin-left: 15%;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 21px;
}


.btn-buscar-rezjet-filtros {
    background-color: #FCBF00;
    color: #1976D2;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
    width: 70%;
    margin-left: 15%;
    height: 40px;
    border-radius: 25px;
    margin-bottom: 15px;
}


    .btn-buscar-rezjet-filtros:hover {
        background-color: #1976D2;
        color: white;
    }

.select-ordenby .select2-container--default .select2-selection--single {
    margin-top: 0;
}

.select-ordenby .select2-selection__arrow {
    margin-top: 0px !important;
}

.titulo-1x8 h3 {
    padding: 10px 7px;
    margin: 0px;
    color: #1976d2;
    font-size: 16px;
}


.titulo-1x8 {
    border-bottom: solid 1px #1976d2;
}


.imagen-1x8 {
    margin-top: 24px;
}


.bloque-detalles1x8 {
    border: solid 1px #cacaca;
    background-color: #FFFFFF;
}

    .bloque-detalles1x8 .dfoto {
        height: 258px;
        overflow: hidden;
    }

        .bloque-detalles1x8 .dfoto img {
            min-width: 100%;
            min-height: 100%;
        }

.tripadvisor3x5 {
    min-height: 18px;
    margin-left: 10px;
}

@media (max-width:1200px) {
    .imagen-1x8 {
        margin-top: 42px;
    }
}

@media (max-width:767px) {
    .imagen-1x8 {
        margin-top: 0px;
    }

    .bloque-detalles1x8 {
        padding: 10px;
    }

    #content p {
        line-height: 1.2;
        font-size: 12px;
    }
}


@media (max-width:440px) {
    .iconos-modulares {
        margin-top: -50px;
    }
}


@media (max-width:398px) {
    .iconos-modulares {
        margin-top: -70px;
    }
}


.bloque-telefono-header {
    float: left;
    font-size: 12px;
}

    .bloque-telefono-header img {
        float: left;
        margin-right: 5px;
        margin-left: 10px;
        margin-top: 5px;
    }

    .bloque-telefono-header a {
        color: #FFFFFF;
        text-decoration: none;
    }



.bloque-mail-header {
    float: left;
}


    .bloque-mail-header img {
        float: left;
        margin-right: 5px;
        margin-left: 10px;
        margin-top: 5px;
    }

    .bloque-mail-header a {
        color: #FFFFFF;
        text-decoration: underline;
    }




.AutoComplete_List {
    font-size: 11px;
    padding-left: 0px;
    background-color: #FFF;
    margin: 0px !important;
    border: 1px solid #999;
    cursor: hand;
    cursor: pointer;
    text-align: left;
    list-style-type: none;
    max-height: 425px;
    max-width: 450px;
    padding: 4px;
    border-radius: 5px;
}

.AutoComplete_ListItem {
    padding: 0px;
    color: #000000;
    padding: 3px;
}

.AutoComplete_ListItemHighlight {
    padding: 0px;
    color: #000000;
    background-color: #ebf1f5;
    padding: 3px;
}

    .AutoComplete_ListItem img, .AutoComplete_ListItemHighlight img {
        height: 18px;
        margin-right: 10px;
        float: left;
    }


.AutoComplete_Hoteles_List {
    font-size: 14px;
    background-color: #1976D2;
    margin: 0px !important;
    border: 1px solid #1976D2;
    cursor: hand;
    cursor: pointer;
    text-align: left;
    list-style-type: none;
    max-height: 425px;
    max-width: 450px;
    padding: 0;
    border-radius: 5px;
}

.AutoComplete_Hoteles_ListItem {
    padding: 5px 10px;
    background-color: #fafafa;
    color: #1976D2 !important;
}

.AutoComplete_Hoteles_ListItemHighlight {
    color: #fafafa !important;
    background-color: #1976D2 !important;
    padding: 5px 10px;
}


.rangofechas {
    background-image: url('../img/calendar-iconpl10.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px !important;
    font-size: 12px;
    height: 40px;
}

.calendariorj {
    background-image: url(../img/calendar-iconpl10.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px !important;
    background-size: 25px;
}

.icouser {
    color: Green;
    background-color: #FFF;
    border-radius: 8px;
    padding: 3px;
    font-size: 10px;
    margin: 0 3px;
}


.form_busqueda_actividades div.paddinglr10 > div:not(:last-child) {
    padding-right: 0px;
}

.form_busqueda_actividades .paddinglr10 select, .form_busqueda_traslados .paddinglr10 input[type=text] {
    padding-left: 3px;
}


.modalLogin h4, .modalLogin h4 > span:not(.nocolor):not(.badge) {
    color: #001a5a !important;
}

.modalLogin .btn-invitado {
    color: #007bff;
    background-color: #FFF;
    border: 1px solid #007bff;
}

.page-head-line {
margin-left: 12px;
margin-bottom: 10px;
padding: 0;
color: #1976d2;
text-transform: uppercase;
}

.pagotarjeta {
    background-color:lightgoldenrodyellow;
    font-weight:bold;
    font-size:1.1em;
    line-height:40px !important;
}

.pagotarjeta .importepago {
    font-size: 1.5em;
}
.pagotarjeta .textopago {
        padding-top:2px;
        margin-top:0px;
}
