﻿@font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat/Caveat-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
}

body {
    background-color: rgb(249,249,249);
}

:root {
    --azul: #3F8BB6;
    --azul-oscuro-hover: #1b79ac;
    --azul-e: #003da3;
    --verde: #66b522;
    --blanco: #FFF;
    --azul-ola: #07518D;
    /* Color de fondo de presentación */
    --bg-presentacion: rgba(102,174,213,1);
}

* {
    font-family: 'Montserrat', sans-serif;
}

.caveat {
    font-family: 'Caveat', sans-serif;
}

.cover {
    object-fit: cover;
}

.div-codigo-1 > .div-sombra-codigo-1 > div {
    transition: all 0.3s ease;
    background-color: rgba(0,0,0,0.3);
}

.div-codigo-1:hover > .div-sombra-codigo-1 > div {
    background-color: rgba(0,0,0,0.15);
}

.border-radius-0px-18px {
    border-radius: 0 18px 0 18px;
}

.fondo-barco {
    /*height: 400px;*/
    width: 100%;
}

.logo-header {
    position: absolute;
    left: 3.75rem;
    top: 3.75rem;
    width: 300px;
}

.nav-principal {
    margin-top: -40px;
    min-height: 40px;
    height: 40px;
    position: relative;
}

    .nav-principal > ul {
        list-style: none;
        display: flex;
        justify-content: space-around;
        margin-bottom: 0;
        height: 100%;
    }

        .nav-principal > ul > li {
            background-color: white;
            width: 100%;
        }

            .nav-principal > ul > li.active + li {
                background-color: rgba(102,174,213,1); /*rgba(102,174,213,1);*/
            }

                .nav-principal > ul > li.active + li > a {
                    background-color: white;
                }

            .nav-principal > ul > li.active > a {
                background-color: rgba(102,174,213,1); /*rgba(102,174,213,1);*/
                color: white !important;
            }

            .nav-principal > ul > li.active > a > img {
            }

            .nav-principal > ul > li > a {
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                text-decoration: none;
                color: rgb(42,121,206) !important;
                font-size: 17px;
                font-weight: 500;
                border-radius: 20px 0 0 0;
                box-shadow: -10px 0px 6px -3px #aaaaaa57;
                text-align: center;
            }

            .nav-principal > ul > li:first-of-type {
                border-radius: 20px 0 0 0;
            }

.navbar-fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
}

.bg-gris {
    background-color: rgb(248,247,247);
}

.bg-presentacion {
    background: rgb(65,140,181);
    background: linear-gradient(0deg, rgba(65,140,181,1) 0%, rgba(102,174,213,1) 50%);
}


.text-azul, .text-azul:hover {
    color: var(--azul);
}

.text-azul-claro {
    color: rgb(162,196,233);
}


.bg-patron {
    background-image: url('../Img/RecursosDiseno/Patron.svg');
    background-repeat: repeat;
    background-size: 800px;
}

.bg-azul {
    background-color: var(--azul);
}

.bg-azul-logon {
    background-color: rgb(246,249,251);
}

.bg-azul-claro {
    background-color: rgba(102,174,213,1);
}

.border-radius-10px {
    border-radius: 10px;
}

.border-radius-20px {
    border-radius: 20px;
}

.border-radius-50px {
    border-radius: 50px;
}

.border-radius-codigo-2 {
    border-radius: 20px;
}

.div-codigo-2 {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    border-radius: 20px;
    background-color: white;
    height: 350px !important;
}

.btn_condiciones {
    color: var(--azul);
    border-color: var(--azul);
    border-width: 2px;
}

.btn_condiciones:hover {
    color: white;
    border-color: var(--azul);
    background-color: var(--azul-oscuro-hover);
}

.btn_condiciones:hover img {
    content: url("/Img/iconos/Codigos/condiciones-blanco.svg");
}

.btn_volver {
    right: 25px;
    bottom: 30px;
}

.btn.btn_compartir,
.btn.btn_volver {
    background-color: var(--azul);
}

.btn.btn-success.btn_compartir:hover,
.btn.btn-success.btn_volver:hover {
    background-color: var(--azul-oscuro-hover) !important;
}

.btn.btn-success.btn_compartir:focus,
.btn.btn-success.btn_volver:focus {
    background-color: var(--azul-oscuro-hover) !important;
}

.btn_usar_codigo {
    border: 1px solid var(--azul);
}

.titulo-codigo {
    font-size: 2.5rem;
}

.titulo-condiciones-codigo {
    border-bottom: 1px solid var(--azul);
}

.texto-copiar-codigo {
    font-size: 1.35rem;
}

.titulo-login {
    font-size: 100px;
}

.w-que-es {
    width: 500px;
}

.titulo-bienvenida {
    font-size: 60px;
}

.titulo-registrate {
    font-size: 55px;
    line-height: 55px;
}

.titulo-seccion-login {
    font-size: 130px;
}

.titulo-seccion {
    font-size: 90px;
}

.subtitulo-seccion {
    font-size: 40px;
}

.w-110-md-100 {
    width: 110%;
}


.div-nombre-slider {
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
}

.icono-usuario {
    border-radius: 100%;
    border: solid 4px white;
    background-color: white;
    overflow: hidden;
    width: fit-content;
    width: 150px;
    height: 150px;
}

.alga-register {
    left: 200px;
    bottom: 12px;
    width: 200px;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.item-pasajero .icono-usuario {
    width: 80px !important;
    height: 72px !important;
}

    .item-pasajero .icono-usuario img, .icono-usuario > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.div-oferta > div {
    border-radius: 22px;
    padding: 15px;
    background-color: rgba(0,0,0,0.3);
}

.div-oferta > img {
    border-radius: 22px;
}

.div-recompensa > img {
    height: 500px;
}

.w-fit-content {
    width: fit-content;
}

.h-fit-content {
    height: fit-content;
}

.h-300px {
    height: 300px;
}

.div-alga-presentacion {
    height: 150px;
}

.alga-presentacion {
    position: absolute;
    width: 200px;
    left: 50px;
    bottom: 30px;
}

.regalo-1-presentacion,
.regalo-2-presentacion {
    position: absolute;
    bottom: 14%;
    z-index: 0;
}

.regalo-1-presentacion {
    left: 40%;
}

.grecaptcha-badge {
    visibility: hidden;
}



@media (max-width: 768px) {
    .titulo-bienvenida {
        font-size: 53px;
    }

    .regalo-1-presentacion,
    .regalo-2-presentacion {
        bottom: -9%;
    }
}

@media (max-width: 767.98px) {

    .regalo-1-presentacion {
        left: 20%;
        bottom: -10%;
        opacity: 70%;
    }

    .div-codigo-2 {
        height: 700px !important;
    }

    .bg-copiar-codigo-movil {
        background-color: #F1F1F1;
        border-radius: 50px;
    }
}

.regalo-2-presentacion {
    right: 0;
}

.titulo-afiliacion {
    font-size: 4rem;
}

.btn-afiliacion {
    background-color: white;
    color: var(--azul) !important;
    width: fit-content;
    padding: 15px 30px !important;
    font-weight: 700;
}

.btn-blanco, .btn-blanco:hover {
    background-color: white;
    color: rgb(50,126,208);
    width: fit-content;
    padding: .5rem 1.25rem .5rem 1.25rem;
    font-weight: 600;
}

.btn-azul {
    background-color: var(--azul);
    color: white;
    width: fit-content;
    padding: .5rem 1.25rem .5rem 1.25rem;
    font-weight: 600;
    border: none;
}

    .btn-azul > i, .btn-azul:hover {
        color: white;
    }

.btn-azul-2 {
    background-color: white;
    color: var(--azul);
    width: fit-content;
    padding: .5rem 1.25rem .5rem 1.25rem;
    font-weight: 600;
    border: solid 2px var(--azul) !important;
}

    .btn-azul-2:hover {
        color: var(--azul);
    }

    .btn-azul-2 > i {
        color: var(--azul);
    }

.tabla-estilo-1 > tbody > tr {
    border-top: solid 1px var(--azul);
}

    .tabla-estilo-1 > tbody > tr:last-of-type {
        border-bottom: solid 1px var(--azul) !important;
    }

.fs-40px {
    font-size: 40px;
}

.vertical-align-middle {
    vertical-align: middle;
}

#alga-register {
    height: 140px;
    position: absolute;
    right: -29px;
    bottom: -15px;
}

.add-pasajero {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(188,188,188);
    height: 100px;
    border: dashed 4px rgb(188,188,188);
    border-radius: 50px;
    width: 100%;
    font-size: 35px;
    font-weight: 600;
}

    .add-pasajero:hover {
        color: rgb(188,188,188);
    }

.item-pasajero {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 0 20px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.pb-200px {
    padding-bottom: 200px;
}

.mb-120px {
    margin-bottom: 120px;
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: var(--azul);
}


.lh-1_5 {
    line-height: 1.5;
}

.menu-idiomas, .menu-idiomas li:hover {
    background-color: transparent;
    border: none;
    box-shadow: none;
    min-width: auto;
}

.dropdownMenuIdiomas:after {
    display: none;
}

.div-idiomas {
    width: 50px;
    height: 50px;
    background-color: transparent;
    position: absolute;
    top: 20px;
    right: 20px;
}

.div-reserva {
    height: 30px;
    position: absolute;
    top: 20px;
    right: 314px;
}

    .div-reserva > img {
        height: 30px;
        width: 30px;
    }

.div-wallet {
    position: absolute;
    top: 16px;
    right: 525px;
    width: auto;
}

.div-trasmapiCard {
    position: absolute;
    top: 20px;
    right: 310px;
    width: auto;
    height: 30px;
    font-size: 1.5rem;
    padding-left:10px;
    padding-right:10px;
}

.div-perfil {
    height: 30px;
    position: absolute;
    top: 20px;
    right: 190px;
}

    .div-perfil > img {
        height: 30px;
        width: 30px;
    }

.popover-perfil {
    position: absolute;
    top: 50px;
    right: 152.5px;
    z-index: 1;
}

.popover-perfil > ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 0;
    height: 100%;
    background-color: white;
    transform: translateY(10px);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.popover-perfil > ul > li > a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: rgb(42,121,206) !important;
    font-size: 17px;
    font-weight: 500;
    /*box-shadow: -10px 0px 6px -3px #aaaaaa57;*/
    text-align: center;
}

.popover-perfil > ul > li > a:hover {
    font-weight: 600;
}

.div-logout {
    height: 30px;
    position: absolute;
    top: 20px;
    right: 80px;
}

.nav-principal > ul > .div-reservar > a {
    background-color: var(--azul) !important;
    color: white !important;
}
.fs-1375rem{
    font-size:1.375rem;
}
.fs-13rem {
    font-size: 1.3rem;
}
.fs-15rem {
    font-size: 1.5rem;
}
.fs-20px{
    font-size:20px;
}
.fs-24px {
    font-size: 24px;
}
.color418CB5 {
    color: #418CB5;
}

.border-botom418CB5 {
    border-bottom: 1px solid #418CB5;
}

.Montserrat {
    font-family: "Montserrat";
}

.btnPanelTasmapiCard {
    background-color: #4791BA !important;
    color: white !important;
    font-weight: 600 !important;
    font-family: Montserrat !important;
    font-size: 16px !important;
    border-radius: 4px !important;
    border: solid 1px #4791BA !important;
    width: 90% !important;
    margin: auto;
}
.flex-1{
    flex:1 !important;
}
.flex-2 {
    flex: 2 !important;
}
.flex-3 {
    flex: 3 !important;
}
.flex-4 {
    flex: 4 !important;
}
.flex-5 {
    flex: 5 !important;
}
.flex-6 {
    flex: 6 !important;
}

.btnPanelTasmapiCard.active {
    background-color: white !important;
    color: #4791BA !important;
    border: solid 1px #4791BA !important;
}

.btnModalTrasmapiWhite {
    border: solid 2px #4E8CB7 !important;
    border-radius: 4px;
    background-color: white;
    color: #4E8CB7;
    font-weight: 700;
    flex: 1;
    font-size:1.1rem;
}

    .btnModalTrasmapiWhite:hover {
        color: #4E8CB7;
    }

.btnModalTrasmapiBlue {
    border: solid 2px #4E8CB7 !important;
    border-radius: 4px;
    background-color: #4E8CB7;
    color: white;
    font-weight: 700;
    flex: 1;
    font-size: 1.1rem;
}
    .btnModalTrasmapiBlue:hover {
        color: white;
    }

    .paddingLeftRight-3rem {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

.paddingLeftRight-2_5rem {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.colorWhite{
    color:white;
}

.color4E8CB7 {
    color: #4E8CB7;
}

.bgColor4E8CB7 {
    background-color: #4E8CB7;
}

.color-181C32 {
    color: #181C32;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.h-34px {
    height: 34px;
}

.w-34px {
    width: 34px;
}

/* HEADER MÓVIL */
.menu-movil {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}

    .menu-movil .container {
        padding: 0;
    }

    .menu-movil .navbar {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .menu-movil .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 62px;
    }

    .menu-movil .navbar .menu-items {
        display: flex;
    }

    .menu-movil .navbar .nav-container li {
        list-style: none;
    }

    .menu-movil .navbar .nav-container a {
        text-decoration: none;
        color: var(--blanco);
        font-weight: 500;
        font-size: 1.5rem;
        padding: 0.7rem;
    }

        .menu-movil .navbar .nav-container a img {
            /*background-color: var(--blanco);*/
        }



        .menu-movil .navbar .nav-container a:hover, .menu-movil .navbar .nav-container li.active a {
            font-weight: bolder;
        }

    .menu-movil .nav-container {
        display: block;
        position: relative;
        height: 60px;
    }

        .menu-movil .nav-container .checkbox {
            position: absolute;
            display: block;
            height: 32px;
            width: 32px;
            top: 20px;
            right: 20px;
            z-index: 5;
            opacity: 0;
            cursor: pointer;
        }

        .menu-movil .nav-container .hamburger-lines {
            display: block;
            height: 26px;
            width: 32px;
            position: absolute;
            top: 17px;
            right: 20px;
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .menu-movil .nav-container .hamburger-lines .line {
                display: block;
                height: 4px;
                width: 100%;
                border-radius: 10px;
                background: var(--blanco);
            }



.navbar-fixed-top.scrolled .nav-container .hamburger-lines .line {
    background: var(--azul);
    border: 1px solid var(--blanco);
}

.navbar-fixed-top.scrolled .logo-header-azul {
    display: block !important;
}

.navbar-fixed-top.scrolled .logo-header-blanco {
    display: none !important;
}







.menu-movil .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.menu-movil .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}

.menu-movil .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.menu-movil .navbar .menu-items {
    padding-top: 120px;
    /*box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);*/
    /*background-color: white;*/
    background: var(--bg-presentacion);

    height: 100vh;
    width: 100%;
    transform: translate(150%);
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
    text-align: center;
    background-image: url(/Img/RecursosDiseno/Patron-blanco.svg);
    background-repeat: repeat;
    background-size: 800px;
}

    .menu-movil .navbar .menu-items li {
        margin-bottom: 1.2rem;
        font-size: 1.5rem;
        font-weight: 500;
    }

.menu-movil .nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
}

.menu-movil .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
}

.menu-movil .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
}

.menu-movil .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
}

/* END HEADER MOVIL */






/* FOOTER */
/*footer {
    margin-top: 65px;
    background-color: white;
}*/

.lh-28px {
    line-height: 28px;
}

.ola-arriba {
    position: absolute;
    width: 100%;
    top: 1px;
    left: 0;
    transform: translateY(-100%);
    z-index: 1;
}

.ola-abajo {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.mdl-footer {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-top: 0;
    padding: 0 0 4rem;
    background-color: #418cb5;
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: white;
    font: 1.6rem/2.8rem "Montserrat", sans-serif;
    overflow: hidden;
}

    .mdl-footer img {
        width: auto;
        height: auto;
        vertical-align: auto;
    }

.m-logo-footer {
    max-width: 300px;
}

    .m-logo-footer img {
        width: 100%;
    }

.mdl-footer a {
    color: white;
    font-size: 1.3rem;
}

.mdl-footer p {
    font-size: 1.2rem;
}

@media (min-width: 2056px) {
    .mdl-footer:before {
        height: 26rem;
    }
}

@media (max-width: 2420px) {
    .mdl-footer:before {
        height: 26rem;
    }
}

@media (max-width: 2060px) {
    .mdl-footer:before {
        height: 20rem;
    }
}

@media (max-width: 1460px) {
    .mdl-footer:before {
        height: 15rem;
    }
}

@media (max-width: 1025px) {
    .mdl-footer:before {
        background-image: url("/content/img/footer1024.svg");
        height: 12.9rem;
    }
}

@media(max-width: 990px) {


    .regalo-1-presentacion {
        left: 20%;
    }
}

@media (max-width: 880px) {
    .mdl-footer:before {
        height: 12.9rem;
        width: 102.4rem;
    }

    .titulo-seccion {
        font-size: 60px;
        text-align: center;
    }
}

@media (max-width: 551px) {
    .mdl-footer:before {
        left: unset;
        right: -30%;
    }

    .btnModalTrasmapiWhite {
        font-size: 1rem !important;
    }

    .btnModalTrasmapiBlue {
        font-size: 1rem !important;
    }
}

@media (max-width: 351px) {
 
    .btnModalTrasmapiWhite {
        font-size: 0.75rem !important;
        padding-left:2px !important;
        padding-right:2px !important;
    }

    .btnModalTrasmapiBlue {
        font-size: 0.75rem !important;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
}

.mdl-footer .scrollUp {
    position: fixed;
    bottom: 35vh;
    right: 4rem;
    background-color: white;
    border: 1px solid #d2d2d2;
    height: 5.6rem;
    width: 5.6rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    cursor: pointer;
    transform: translateY(5rem);
    opacity: 0;
    transition: transform 0.3s ease-in, opacity 0.3s ease-in;
}

    .mdl-footer .scrollUp.visible {
        opacity: 1;
        transform: unset;
    }

    .mdl-footer .scrollUp img {
        transform: rotate(-90deg);
    }

    .mdl-footer .scrollUp:hover {
        animation: swing 1s infinite;
    }

.mdl-footer .mdl-container {
    padding: 0;
    position: relative;
    z-index: 1;
    /*max-width: 130rem;
  margin: 0 auto;
  width: calc(100% - 40rem);*/
    display: flex;
    justify-content: space-between;
}

    .mdl-footer .mdl-container .m-group {
        display: flex;
        flex-direction: column;
    }

        .mdl-footer .mdl-container .m-group .m-logo-footer {
            display: block;
            height: 7rem;
        }

            .mdl-footer .mdl-container .m-group .m-logo-footer img {
                height: 7rem;
                filter: brightness(0) grayscale(1) invert(1);
            }

        .mdl-footer .mdl-container .m-group .m-logo-iso {
            display: block;
            height: 9.5rem;
        }

            .mdl-footer .mdl-container .m-group .m-logo-iso img {
                height: 9.5rem;
            }

        .mdl-footer .mdl-container .m-group .m-contact-group > img {
            height: 2.4rem;
            margin-bottom: 0.8rem;
        }

        .mdl-footer .mdl-container .m-group .m-contact-group:not(:last-child) {
            margin-bottom: 3.2rem;
        }

        .mdl-footer .mdl-container .m-group .m-group-links .m-link {
            cursor: pointer;
            display: flex;
            font-weight: 700;
        }

            .mdl-footer .mdl-container .m-group .m-group-links .m-link:not(:last-child) {
                margin-bottom: 0.8rem;
            }

            .mdl-footer .mdl-container .m-group .m-group-links .m-link img {
                margin-left: 0.8rem;
                filter: brightness(0) grayscale(1) invert(1);
            }

            .mdl-footer .mdl-container .m-group .m-group-links .m-link:hover {
                opacity: 0.5;
            }

                .mdl-footer .mdl-container .m-group .m-group-links .m-link:hover > img {
                    animation: swingH 1s 2;
                }

        .mdl-footer .mdl-container .m-group .m-group-links.m-follow {
            font-weight: 500;
        }

            .mdl-footer .mdl-container .m-group .m-group-links.m-follow .button-follow {
                margin-top: 0.8rem;
                height: 3.6rem;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 0.4rem 1.2rem;
                text-align: center;
                color: #418cb5;
                border-radius: 0.8rem;
                width: max-content;
                cursor: pointer;
                font: 700 1.6rem/2.8rem "Montserrat", sans-serif;
                background-color: #fff;
                transition: 0.3s ease;
            }

                .mdl-footer
                .mdl-container
                .m-group
                .m-group-links.m-follow
                .button-follow > img {
                    margin-left: 0.8rem;
                }

                .mdl-footer
                .mdl-container
                .m-group
                .m-group-links.m-follow
                .button-follow:hover {
                    background-color: #ecf4f8;
                }

        .mdl-footer .mdl-container .m-group .m-group-links .rrss {
            display: flex;
            justify-content: space-between;
            margin-bottom: 2rem;
        }

            .mdl-footer .mdl-container .m-group .m-group-links .rrss .rrss-item img {
                max-width: 2.4rem;
                max-height: 2.4rem;
            }

            .mdl-footer .mdl-container .m-group .m-group-links .rrss .rrss-item:hover {
                opacity: 0.5;
            }

        .mdl-footer .mdl-container .m-group .m-group-links .rgpd a:not(:first-child) {
            margin-left: 2.4rem;
        }

        .mdl-footer .mdl-container .m-group .m-group-links .rgpd a:hover {
            opacity: 0.5;
        }

        .mdl-footer .mdl-container .m-group .m-group-links .eMascaro {
            margin-top: 2rem;
            font-weight: 700;
        }

            .mdl-footer .mdl-container .m-group .m-group-links .eMascaro:hover {
                opacity: 0.5;
            }

    .mdl-footer .mdl-container .group1,
    .mdl-footer .mdl-container .group3 {
        justify-content: space-between;
    }

    .mdl-footer .mdl-container .group2 .m-logo-footer {
        display: none;
    }

    .mdl-footer .mdl-container .group3 .m-logo-iso {
        display: none;
    }

@media (max-width: 1100px) {
    .mdl-footer {
        padding: 7.6rem 0 7.6rem;
    }

        .mdl-footer .scrollUp {
            right: 2.2rem;
        }

        .mdl-footer .mdl-container {
            max-width: 76rem;
            width: calc(100% - 6rem);
        }

            .mdl-footer .mdl-container .m-group {
                max-width: 35%;
            }

            .mdl-footer .mdl-container .group1 {
                display: none;
            }

            .mdl-footer .mdl-container .group3 {
                justify-content: space-between;
                max-width: 50%;
            }

                .mdl-footer .mdl-container .group3 .m-logo-iso {
                    display: block;
                }

                    .mdl-footer .mdl-container .group3 .m-logo-iso img {
                        width: 21.7rem;
                        max-width: 100%;
                        margin-bottom: 3.2rem;
                    }

            .mdl-footer .mdl-container .group2 .m-logo-footer {
                display: block;
            }

                .mdl-footer .mdl-container .group2 .m-logo-footer img {
                    width: 28.2rem;
                    max-width: 100%;
                    margin-bottom: 3.2rem;
                }
}

@media (max-width: 769px) {
    .mdl-footer {
        padding: 0 0 5.6rem;
    }

        .mdl-footer .mdl-container {
            max-width: unset;
            width: 100%;
            box-sizing: border-box;
            padding: 0 3rem 0 7rem;
        }

            .mdl-footer .mdl-container .group2 .m-logo-footer img {
                width: 25.4rem;
            }

            .mdl-footer .mdl-container .group3 {
                max-width: 57%;
            }

    .rgpd {
        display: flex;
        flex-direction: column;
    }

    .mdl-footer .mdl-container .m-group .m-group-links .rgpd a:not(:first-child) {
        margin: 0;
    }
}

@media (max-width: 650px) {
    .mdl-footer {
        padding: 0 0 6.7rem;
    }

        .mdl-footer .mdl-container {
            padding: 0 2.2rem;
            display: block;
        }

            .mdl-footer .mdl-container .m-group {
                max-width: 100%;
            }

            .mdl-footer .mdl-container .group1 {
                display: block;
                margin-bottom: 4.6rem;
            }

                .mdl-footer .mdl-container .group1 .m-logo-footer {
                    height: 6.3rem;
                }

                    .mdl-footer .mdl-container .group1 .m-logo-footer img {
                        height: 6.3rem;
                        margin-bottom: 1.6rem;
                    }

                .mdl-footer .mdl-container .group1 .m-logo-iso {
                    height: 10.5rem;
                }

                    .mdl-footer .mdl-container .group1 .m-logo-iso img {
                        height: 10.5rem;
                    }

            .mdl-footer .mdl-container .group2 {
                margin-bottom: 6.4rem;
            }

                .mdl-footer .mdl-container .group2 .m-logo-footer {
                    display: none;
                }

            .mdl-footer .mdl-container .group3 .m-group-links:not(:last-child) {
                margin-bottom: 4rem;
            }

            .mdl-footer .mdl-container .group3 .m-logo-iso {
                display: none;
            }
}

/*MEDIAQUERYS GENERALES*/

@media (max-width: 1399.98px) {
    .titulo-seccion-login {
        font-size: 115px;
    }

    .w-que-es {
        width: 450px;
    }

    .div-codigo-2 {
        height: 400px !important;
    }

    .titulo-codigo {
        font-size: 2rem;
    }

    .texto-copiar-codigo {
        font-size: 1.15rem;
    }
}

@media (max-width: 1199.98px) {
    .nav-principal {
        margin-top: -30px;
        min-height: 30px;
        height: 30px;
    }

    .div-codigo-2 {
        height: 450px !important;
    }

    .titulo-codigo {
        font-size: 1.8rem;
    }

    .texto-copiar-codigo {
        font-size: 0.9rem;
    }
}

@media (max-width: 991.98px) {
    .div-codigo-2 {
        height: 500px !important;
    }
}

/*Versión móvil*/
@media (max-width: 767.98px) {

    .div-idiomas {
        right: 60px;
        top: 13px;
    }

    .w-que-es {
        width: auto;
    }

    .titulo-login {
        font-size: 90px;
    }

    .titulo-seccion-login {
        font-size: 80px;
        line-height: 1 !important;
    }

    .titulo-seccion {
        font-size: 60px;
        line-height: 1 !important;
    }

    .border-radius-0px-18px {
        border-radius: 0;
    }

    .logo-header {
        width: 150px;
        left: 10px;
        top: 10px;
        transform: none;
    }

    .alga-register {
        width: 100px;
    }

    .nav-principal {
        display: none;
    }

    .menu-movil {
        display: block;
    }

    .item-pasajero .icono-usuario {
        width: 104px !important;
    }

    .add-pasajero {
        font-size: 28px;
    }

  /*  footer {
        margin-top: 0;
    }*/

    .nav-principal > ul > li > a {
        box-shadow: none;
    }

    .alga-presentacion {
        width: 100px;
        left: auto;
        right: 50px;
        bottom: 30px;
    }

    .nav-principal > ul > li.active + li > a {
        background-color: rgba(50,126,208);
    }

    .nav-principal > ul > li.active + li {
        background-color: rgba(50,126,208);
    }

    .nav-principal > ul {
        flex-direction: column;
        justify-content: start;
        padding: 0;
    }

        .nav-principal > ul > li {
            max-height: 0px;
            background-color: rgba(50,126,208);
            opacity: 0;
            z-index: -2;
        }

            .nav-principal > ul > li.active {
                min-height: 100%;
                background-color: rgba(50,126,208, 0.6);
                max-height: auto;
                opacity: 1;
                z-index: 1;
            }

                .nav-principal > ul > li.active:hover {
                    cursor: pointer;
                }

        .nav-principal > ul.open > li {
            max-height: none;
            min-height: 100%;
            background-color: rgba(50,126,208);
            opacity: 1;
            z-index: 1;
        }

        .nav-principal > ul > li > a {
            justify-content: start;
            padding: 0 30px;
            color: white !important;
        }

    .subtitulo-seccion {
        line-height: 15px;
    }

    .w-110-md-100 {
        width: 100%;
    }

    .div-nombre-slider {
        right: auto;
        bottom: auto;
        top: 4rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .div-codigo-2 {
        height: 750px !important;
    }

    .texto-copiar-codigo {
        font-size: 1.5rem;
    }
}

@media (max-width: 575.98px) {


    .fondo-barco {
        object-position: -515px;
        height: 230px !important;
    }

    .fondo-barco-movil {
        height: 210px !important;
        background-image: url('/Img/fondo-barco-movil.png');
        background-position: top right;
        background-size: auto;
    }

    .alga-presentacion {
        bottom: 10px;
    }

    .titulo-seccion-login {
        font-size: 53px;
    }

    .div-codigo-2 {
        height: 650px !important;
    }
}

@media (max-width: 449.98px) {
    .posicion-codigo-movil {
        position: relative;
        top: -10%;
    }
}

@media (max-width: 399.98px) {
    .div-codigo-2 {
        height: 600px !important;
    }
}

.field-validation-error {
    color: var(--bs-active-danger);
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    background-color: var(--azul);
}

/* MENORCA LINES DAY PASS */
.subtitulo-day-pass {
    font-family: 'Montserrat-Black', sans-serif;
    font-size: 30px;
}

.margin-right-day-pass-reservar {
    margin-right: -100px;
}

.text-day-pass-reservar {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.bocadillo-day-pass {
    background-image: url('../Img/DayPass/bocadillo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: 10%;
    right: 15%;
    width: 275px;
    height: 200px;
}

.texto-bocadillo-day-pass {
    font-size: 30px;
    font-weight: 600;
}

.precio-bocadillo-day-pass {
    font-size: 50px;
    font-weight: 600;
}

.bocadillo-interior-day-pass {
    background-image: url('../Img/DayPass/bocadillo-interior-blanco.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: 10%;
    right: 10%;
    width: 150px;
    height: 100px;
}

@media (max-width: 991.98px) {
    .bocadillo-day-pass {
        background-image: url('../Img/DayPass/bocadillo.svg');
        background-repeat: no-repeat;
        background-size: contain;
        top: 10%;
        right: 5%;
        width: 200px;
        height: 150px;
    }

    .texto-bocadillo-day-pass {
        font-size: 20px;
        font-weight: 600;
    }

    .precio-bocadillo-day-pass {
        font-size: 30px;
        font-weight: 600;
    }

    .bocadillo-interior-day-pass {
        background-image: url('../Img/DayPass/bocadillo-interior-blanco.svg');
        background-repeat: no-repeat;
        background-size: contain;
        top: 10%;
        right: 5%;
        width: 110px;
        height: 75px;
    }
}

.texto-sorpresa-insotel {
    font-size: 120px;
}

@media (max-width: 991.98px) {
    .texto-sorpresa-insotel {
        font-size: 100px;
    }
}

@media (max-width: 767.98px) {
    .texto-sorpresa-insotel {
        font-size: 80px;
    }
}

/*@media (max-width: 575.98px) {
    .texto-sorpresa-insotel {
        font-size: 90px;
    }
}*/

@media (min-width: 992px) {
    @media (max-width: 1199.98px) {
        .texto-sorpresa-insotel {
            font-size: 110px;
        }
    }
}

.lh-0_5 {
    line-height: 0.5;
}

/* TE HACEMOS LA OLA */
.fw-900 {
    font-weight: 900;
}

.montserrat-bold {
    font-family: Montserrat-Bold, sans-serif !important;
}

.montserrat-black {
    font-family: Montserrat-Black, sans-serif;
}

.text-azul-ola {
    color: var(--azul-ola);
}

.dos-por-uno-ola {
    font-size: 150px;
    font-weight: 900;
    font-family: Montserrat-Black, sans-serif;
}

.titulo-te-hacemos-ola {
    font-size: 175px !important;
    color: var(--azul-ola);
    font-family: Montserrat-Black, sans-serif;
}

.subtitulo-te-hacemos-ola {
    font-family: 'Montserrat-Black', sans-serif;
    font-size: 1.8rem !important;
}

.dos-por-uno-en-pasajeros {
    font-size: 1.6rem !important;
}

.texto-te-hacemos-ola-cupon {
    font-size: 25px;
    font-weight: 900;
    color: white;
}

.margin-top-te-hacemos-ola-cupon {
    margin-top: -100px;
    width: 80%;
    height: 20%;
    margin-left: auto;
    margin-right: auto;
}

.imagen-2x1 {
    object-position: center;
}

@media (max-width: 991.98px) {
    .texto-te-hacemos-ola-cupon {
        font-size: 16px;
        font-weight: 500;
    }

    .subtitulo-te-hacemos-ola {
        font-size: 2rem !important;
    }

    .dos-por-uno-en-pasajeros {
        font-size: 1.8rem !important;
    }

    @media (min-width: 552px) {
        .ola-2x1 {
            display: none;
        }
    }
}

.text-primary {
    color: #009ef7 !important;
}

.a-text-wrap li strong{
    display: flex;
    flex-direction: column;
}

.a-text-wrap li strong a {
    overflow: hidden;
    text-overflow: ellipsis;
}

element.style {
}

.svg-icon {
    line-height: 1;
}

@media (min-width: 992px) div, main, ol, pre, span, ul {
    scrollbar-width: thin;
    scrollbar-color: #eff2f5 transparent;
}

* {
    font-family: 'Montserrat', sans-serif;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.scrolltop {
    position: fixed;
    display: none;
    cursor: pointer;
    z-index: 100;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    bottom: 40px;
    right: 20px;
    background-color: var(--azul);
    box-shadow: 0 .5rem 1.5rem .5remrgba(0,0,0,.075);
    opacity: 0;
    transition: color .2s ease,background-color .2s ease;
    border-radius: .475rem;
}

    .scrolltop:hover {
        background-color: var(--azul-oscuro-hover);
    }

    .modal-dialog-video-home {
        margin: 2% 10%;
    }

.w-80-video {
    width: 80%;
}

.boton-cerrar-modal-video {
    position: absolute;
    right: -2rem;
}

/* Invited Partners */

.tabs-invited-partners {
    border-radius: 50px;
}

.tabs-invited-partners .nav-tabs {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.tabs-invited-partners .nav-tabs,
.tabs-invited-partners .nav-tabs .nav {
    flex-shrink: 2;
}

.tabs-invited-partners .nav-tabs {
    position: relative;
}

.tabs-invited-partners .nav-tabs .nav {
    padding-top: 150px;
    width: fit-content;
    display: block;
}

    .tabs-invited-partners .nav-tabs .nav-link {
        border-top-right-radius: 0;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        border: 0;
        position: static;
        transition: top 500ms ease 0s;
        top: 150px;
    }

    .tabs-invited-partners .nav-tabs .nav-link.active {
        position: absolute;
        top: 0 !important;
        z-index: 2;
    }

.tabs-invited-partners .tab-content {
    background-color: white;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

/* Sticky Invited Partners */
body {
    height: auto;
}

.nav-principal.sticky-top {
    /*position: sticky !important;*/
    /*top: -1px;*/
}

.nav-principal.sticky-top.is-sticky {
}

.sticky-invited-partners {
    display: flex;
    position: fixed;
    right: 0%;
    top: 2%;
    /*display: none;*/
    background-color: var(--azul);
    color: white;
    border-radius: 0;
    /*height: 80px;*/
    /*width: 80px;*/
    padding: 20px 30px;
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0,0,0,.075);
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0s ease-in-out;
    font-size: 18px;
    transform: translateX(250px);
    z-index: 1021;
}

.sticky-invited-partners:hover {
    background-color: white;
    color: var(--azul);
    cursor: pointer;
}

.sticky-invited-partners.show-sticky {
    display: flex;
    align-items: center;
    justify-content: center;
    /*animation: show-sticky-invited-partners 1s forwards;*/
    transform: translateX(0);
    transition: transform 0.5s ease-in-out;
}

/*@keyframes show-sticky-invited-partners {
    from {
        transform: translateX(250px);
    }

    to {
        transform: translateX(0px);
    }
}*/

.imagen_invited_partners {
    transition: background-color 0.5s ease-in-out;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
}

.imagen_invited_partners a {
    width: 100%;
    height: 100%;
}

/*.imagen_invited_partners:hover {
    background-color: rgba(0, 0, 0, 0.1);
}*/

.imagen_invited_partners a img {
    height: 100%;
}

#ModalInvitedPartners .modal-content {
    border-radius: 0;
}

#ModalInvitedPartners .modal-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
}

/* RASCA Y GANA */
.text-rasca-gana {
    color: var(--azul);
}

.modal-resultado-rasca .modal-content {
    background-color: transparent;
    box-shadow: none;
}

.tarjeta-rasca {
    background-image: url("/Img/RascaGana/FondoTrasmapi.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.regalo-rasca {
    position: absolute;
    bottom: -5%;
    left: -5%;
    width: 100px;
}

.texto-modal-resultado-rasca {
    background-color: #70add6;
    outline: 2px solid #FFFFFF;
}

.transform-none {
    transform: none !important;
}

.sc__inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc__wrapper {
    display: block;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    border: 5px solid white;
}

.sc__container {
    position: relative;
    overflow: hidden;
    height: 300px;
}

    .sc__container > img {
        position: relative;
        top: 50%;
        left: 0;
        width: auto;
        height: 80%;
        transform: translateY(-50%);
    }

    .sc__container canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.sc__infos {
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 18px;
}

/* FIN RASCA Y GANA */

/* CALENDARIO ADVIENTO */

.seccion-calendario-adviento {
    background-color: #3F8BB6;
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

    .seccion-calendario-adviento:before {
        content: url("/Img/CalendarioAdviento/nieve.svg");
        opacity: 0.35;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(/Img/CalendarioAdviento/nieve.svg);
    }

.titulo-calendario-adviento {
    font-size: 100px;
    color: white;
    line-height: 110px;
}

.cuadrado-calendario-adviento {
    width: 230px;
    height: 150px;
    border-radius: 20px;
}

.contenedor-calendario {
    padding: 0 20%;
}

.transform-center {
    transform: translate(-50%, -50%);
}

.elipse-calendario-adviento {
    width: 61px;
    height: 61px;
    background-color: #3F8BB6;
    border-radius: 50%;
}

.bg-premio-reclamado-calendario-adviento {
    background-color: #E7E7E7;
}

.texto-premio-ya-reclamado {
    color: #3F8BB6;
    font-weight: 700;
    font-size: 24px;
}

.cuadrado-adviento-reclamado {
    width: 100%;
}

@media (max-width: 1199.98px) {
    .contenedor-calendario {
        padding: 0 15%;
    }
}

@media (max-width: 991.98px) {
    .contenedor-calendario {
        padding: 0 10%;
    }
}

@media (max-width: 767.98px) {
    .contenedor-calendario {
        padding: 0 5%;
    }
}

@media (max-width: 575.98px) {
    .contenedor-calendario {
        padding: 0 0;
    }

    .texto-premio-ya-reclamado {
        font-size: 18px;
    }

    .titulo-calendario-adviento {
        font-size: 64px;
        line-height: 64px;
    }
}

/* FIN CALENDARIO ADVIENTO */

/********* FOOTER *************/
#totop {
    display: none;
    position: fixed;
    z-index: 5000;
    right: 20px;
    bottom: 20px;
    font-size: 46px;
    color: var(--azul);
    padding: 10px;
    cursor: pointer;
    filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 0.5));
}

    #totop:hover {
        color: var(--azul-e);
    }


footer {
    background-color: var(--azul);
    width: 100%;
    color: #FFF;
    height: auto;
    margin-top: 0px;
}

    footer #comounaola {
        width: 100%;
        color: #FFF;
        height: auto;
        margin-top: 0px;
        background-color: #448cb2;
        background-image: url(/img/olas.png);
        background-position: left top;
        background-repeat: no-repeat;
        font-weight: 600;
    }

    footer #separacion {
        padding-top: 240px;
    }


    footer #insta {
        padding: 120px 20px 20px 20px;
    }

        footer #insta .sig1 {
            font-size: 54px;
            color: var(--azul);
            font-weight: 700;
            text-align: right;
            margin-top: -5px;
        }

        footer #insta .sig2 {
            font-size: 24px;
            padding-left: 20px;
            color: #313131;
        }

        footer #insta .eapps-instagram-feed-posts-view {
            margin-top: 40px;
        }

        footer #insta .eapps-widget-toolbar-panel-wrapper, .eapps-instagram-feed-title, .eui-widget-title, .eapps-link {
            display: none !important;
        }

        footer #insta .eapps-instagram-feed-posts-item-image-wrapper {
            border-radius: 25px;
        }



    footer #info {
        padding: 10px 14%;
    }

        footer #info .colum {
            float: left;
            width: 33%;
            padding: 5px 30px;
        }

            footer #info .colum .img {
                float: left;
                width: 25%;
                filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 0.6));
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                footer #info .colum .img:hover {
                    filter: drop-shadow(0px 0px 0px rgb(0 0 0 / 0));
                }

            footer #info .colum .txt {
                float: left;
                width: 75%;
                font-size: 15px;
                line-height: 25px;
                color: #FFF;
                font-weight: 600;
            }

                footer #info .colum .txt h4 {
                    margin: 0;
                    font-size: 20px;
                    margin-bottom: 15px;
                    font-weight: 700;
                }


    footer #secciones {
        padding: 60px 20px 80px 20px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        width: 100%;
    }

        footer #secciones .colum {
            text-transform: uppercase;
            color: #FFF;
            padding: 0 70px;
        }

        footer #secciones .sep {
            width: 1px;
            border-right: 1px solid #b8c9ea;
            padding: 0;
        }

        footer #secciones .colum h3 {
            margin: 0;
            font-size: 28px;
            color: #FFF;
            line-height: 28px;
            margin-bottom: 15px;
            font-weight: 700;
            text-transform: uppercase;
        }

        footer #secciones .colum a {
            color: #FFF;
        }

        footer #secciones .colum .linea {
            font-size: 16px;
            margin: 24px 0;
        }

        footer #secciones .colum.c1 img {
            width: 280px;
        }

        footer #secciones .colum.c5 {
            width: 24%;
        }

            footer #secciones .colum.c5 div {
                font-size: 12px;
            }

            footer #secciones .colum.c5 img {
                height: 70px;
                margin-right: 15px;
            }

        footer #secciones .colum button {
            background-color: #FFF;
            color: var(--azul);
            border-radius: 30px;
            font-size: 16px;
            padding: 16px 36px;
            font-weight: 500;
            margin-left: -16px;
            text-transform: uppercase;
            height: auto;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
            cursor: pointer;
            border-width: 0px;
        }

            footer #secciones .colum button:hover {
                -webkit-box-shadow: 0px 10px 15px 0px rgba(102,181,34,0.20);
                box-shadow: 0px 10px 15px 0px rgba(0,61,163,0.20);
            }


    footer #redes {
        text-align: center;
        margin: auto;
    }

        footer #redes img {
            width: 32px;
            margin: 0 5px;
        }

            footer #redes img:hover {
                filter: sepia(91%) saturate(1617%) hue-rotate(170deg) brightness(85%) contrast(99%);
            }

    footer #textopie {
        margin-top: 40px;
        margin-bottom: 50px;
        width: 100%;
        text-align: center;
        font-size: 13px;
        font-weight: 700;
        color: #FFF;
    }


@media screen and (max-width: 1440px) {

    footer #info {
        padding: 10px 4%;
    }

    footer #enlaces {
        padding: 40px 20px;
        margin-top: 50px;
        width: 60%;
        flex-wrap: wrap;
    }

        footer #enlaces .colum {
            width: 50%;
            margin-bottom: 50px;
        }

        footer #enlaces .sep {
            display: none;
        }

        footer #enlaces .colum div {
            margin: 14px 0;
        }

        footer #enlaces .colum.c5 {
            width: 50%;
        }

    footer #redes {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1340px) {

    footer #secciones {
        padding: 40px 0px 60px 0px;
        justify-content: space-around;
    }

        footer #secciones .colum.c1 {
            padding-bottom: 40px;
        }

    footer #info {
        padding: 10px 6%;
    }

        footer #info .colum {
            float: inherit;
            width: 100%;
            padding: 15px 0px;
            overflow: hidden;
        }

            footer #info .colum .img {
                width: 15%;
            }

            footer #info .colum .txt {
                width: 85%;
            }

    footer #enlaces {
        padding: 20px 0px;
        width: 70%;
    }

        footer #enlaces .colum {
            padding: 0 35px;
        }
}

@media screen and (max-width: 1280px) {

    footer #secciones .colum {
        padding: 0 20px;
    }

    footer #info {
        padding: 10px 6%;
    }

        footer #info .colum {
            float: inherit;
            width: 100%;
            padding: 15px 0px;
            overflow: hidden;
        }

            footer #info .colum .img {
                width: 15%;
            }

            footer #info .colum .txt {
                width: 85%;
            }

    footer #enlaces {
        padding: 20px 0px;
        width: 70%;
    }

        footer #enlaces .colum {
            padding: 0 35px;
        }
}

@media screen and (max-width: 850px) {

    footer #secciones .colum {
        padding: 0 20px;
    }

        footer #secciones .colum.c2 {
            width: 30%;
        }

        footer #secciones .colum.c3 {
            width: 30%;
        }

        footer #secciones .colum.c5 {
            width: 40%;
        }

        footer #secciones .colum button {
            margin-left: 0px;
        }

    footer .br {
        display: none;
    }

    footer #info img {
        width: 60%;
    }

    footer #enlaces {
        padding: 20px 2%;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {

    footer #secciones {
        display: inherit;
    }

        footer #secciones .colum {
            float: left;
        }

            footer #secciones .colum.c2 {
                width: 40%;
            }

            footer #secciones .colum.c3 {
                width: 60%;
            }

            footer #secciones .colum.c5 {
                width: 100%;
                margin-top: 40px;
            }

            footer #secciones .colum .linea {
                margin: 14px 0;
            }

    footer .br {
        display: none;
    }

    footer #info img {
        width: 60%;
    }

    footer #enlaces {
        padding: 20px 2%;
        width: 100%;
    }

    footer #redes {
        margin-top: 40px;
    }

    footer #textopie {
        margin-top: 10px;
    }
}

@media screen and (max-width: 550px) {

    footer #separacion {
        padding-top: 140px;
    }

    footer #secciones .colum {
        padding: 0 50px;
    }

        footer #secciones .colum.c2,
        footer #secciones .colum.c3,
        footer #secciones .colum.c5 {
            width: 100%;
            margin-bottom: 40px;
        }

    footer #enlaces .colum, footer #enlaces .colum.c5 {
        width: 100%;
    }

    footer #textopie {
        padding: 0 30px;
    }
}

@media screen and (max-width: 400px) {
    footer #insta .sig1 {
        font-size: 34px;
    }
}