@import url('fonts.css');
html,body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.wsp-fijo{
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 10;
}
.fb-fijo{
    position: fixed;
    bottom: 13%;
    right: 3%;
    z-index: 10;
}
.fb-fijo img{
    width: 50px;
}
.wsp-fijo img{
    width: 50px;
}
main{
    margin-top: 55px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper{
    width: 100%;
    height: 100%;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}
/*NAVEGACION*/
.navegacion{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    background-color: white;
    box-shadow: 0px -4px 11px 3px #00000061;
    height: 4em;
    display: flex;
    align-items: center;
}
.navegacion-logo{
    position: absolute;
    left: 5%;
    top: 0;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    box-shadow: 0px 5px 4px 0px #4949492e;
    background: white;
    overflow: hidden;
}
.logo-navegacion{
    width: 110px;
    height: auto;
}
.list-nav-desktop{
    width: auto;
    display: none;
    justify-content: flex-end;
    margin: 0;
}
.list-nav-desktop li{
    list-style: none !important;
    margin: 0px 10px;
}
.list-nav-desktop a{
    font-size: 16px;
    font-family: 'raleway-light',sans-serif;
    text-decoration: none !important;
    font-weight: 400;
    color: #133578;
    margin: 0px 5px;
    position: relative;
}
.ingles-mobile{
    display: inline-block;
}
@media (min-width:775px){
    .list-nav-desktop{
        display: flex;
    }
    .ingles-mobile{
        display: none
    }
}
/*FIN NAVEGACION*/
.backheader{
    background-image: url('../images/fondo_top.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.header-banner{
    position: relative;
    width: 100%;
    height: 600px;
}
.header-banner-chica{
    width: 11em;
    position: absolute;
    top: 78.3%;
    left: 30%;
    overflow: hidden;
    transform: translate(-50%, -50%);
}
.header-banner-info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header-banner-info p{
    font-size: 32px;
    color: white;
    text-align: center;
    line-height: 1.2;
    font-family: "raleway-bold",sans-serif;

}
.header-banner-top-button {
    position: relative;
    overflow: hidden;
    background: white;
    padding: 10px 32px;
    text-transform: uppercase;
    color: #245f89;
    font-family: "lato",sans-serif;
    font-weight: bold;
    transition: all ease-in .25s;
}

.header-banner-top-button:hover{
    background-color: #245f89;
    color: white;
}
.about-us {
    width: 100%;
    height: auto;
    padding-top: 50px;
    margin-bottom: 80px;
}
.about-us-container-title{
    font-size: 32px;
    font-weight: bold;
    color: #133578;
    font-family: 'raleway-bold',sans-serif;
}
.about-us-container-info{
    font-size: 15px;
    text-align: justify;
    font-family: 'lato',sans-serif;
}
.about-us-img img{
    box-shadow: 0 0 6px 0 #00000069;
    border-radius: 10px;
}
.servicios{
    width: 100%;
    height: auto;
}
.servicios-info{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('../images/fondo_servicios_header.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 20px 20px;
}
.servicios-info p{
    color: white;
    text-align: center;
}
.servicios-info-title{
    font-size: 25px;
    font-family: "raleway-bold",sans-serif;
}
.servicios-info-text{
    font-size: 15px;
    font-family: "lato",sans-serif;
}
.servicios-info img{
    width: 25px;
}
.servicios-imagenes{
    width: 100%;
    height: auto;
    background-color: #00b6ef;
}
.card-servicios{
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
    z-index: 1;
}
.card-servicios-img{
    width: 100%;
    height: 100%;
}
.card-servicios-img img{
    width: 100%;
    height: 100%;
    transition: all ease-in .25s;
}
.card-servicios-info{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0%;
    padding: 0 10px;
    transform: translate(0%,-50%);
}
.card-servicios-info p{
    font-size: 18px;
    font-family: 'raleway-bold',sans-serif;
    color: white;
    text-align: center;
}
.card-servicios::before {
    width: 100%;
    height: 100%;
    background: #09467054;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    transition: all ease-out .2s;
}
.card-servicios-icono{
    position: absolute;
    width: 25px;
    bottom: 6%;
    right: 6%;
}
.confianza{
    width: 100%;
    height: auto;
    background-image: url('../images/fondo_confianza.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}
.confianza-title{
    font-size: 25px;
    font-family: 'raleway-bold',sans-serif;
    margin-bottom: 20px;
    color: white;
    line-height: 1.2;
}
.card-confianza{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: #f0faff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 35px;
}
.card-confianza-info-user{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.card-confianza-info-user-img{
    width: 20%;
    display: flex;
    align-items: center;
}

.card-confianza-info-user-img img{
    width: 50px;
}
.card-confianza-info-user-name{
    display: flex;
    width: 80%;
    flex-direction: column;
}
.card-confianza-info-user-name p{
    font-size: 17px;
    font-family: 'raleway-bold',sans-serif;
    margin-bottom: 0;
}
.card-confianza-info-user-star{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.card-confianza-info-user-star img{
    width: 20px;
}
.card-confianza-info-description{
    margin-top: 10px;
}
.card-confianza-info-description p{
    font-size: 15px;
    font-family: 'lato',sans-serif;
    margin-bottom: 0px;
}
/**COMIENZA SE REPITE EN VARIAS PAGINAS**/
.cotizacion {
    width: 100%;
    height: auto;
    padding-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}
.cotizacion-formulario{
    width: 100%;
    height: 760px;
    position: relative;
    overflow: hidden;
}
.form-control-ext {
    background-color: #dcf2ff;
    height: 3em;
    border-radius: 8px;
    box-shadow: 0 0 6px 0 #00000021;
    border: 0px;
}
.cotizacion-title{
    font-size: 22px;
    font-family: 'raleway-bold',sans-serif;
    color: #133578;
    line-height: 1.2;
}
.cotizacion-info{
    font-size: 15px;
    font-family: 'lato',sans-serif;
    color: black;
    font-weight: bold;
}
.btn-cotizacion-enviar{
    background-color: #056399;
    color: white;
    font-family: 'raleway-bold',sans-serif;
}
label{
    font-size: 12px;
    color: #1fb9ed;
}
.footer{
    background-color: #056399;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 60px 0px;
}
.footer-info{
    display: flex;
    flex-direction: column;
}

.footer-logo img{
    width: 200px;
}
.footer-info p{
    color: white;
    font-family: 'raleway-bold',sans-serif;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.footer-info a{
    color: white;
    font-family: 'lato',sans-serif;
    font-size: 16px;
    text-decoration: none!important;
}
.footer-mapa{
    width: 100%;
    height: 320px;
    border-radius: 5px;
    margin-top: 50px;
}
/*CAMBIOS*/
.arrow-convert{
    top: -2px;
    position: absolute;
    right: -15px;
}
.servicios-button-nav-li{
    cursor: pointer;
    position: relative;
}
.servicios-hidden-list {
    width: 24em;
    position: absolute;
    display: flex;
    opacity: 0;
    top: -650%;
    left: 0;
    height: auto;
    z-index: -1;
    background-color: white;
    transition: all ease-in .3s;
    box-shadow: 1px 8px 11px 3px #0000002b;
    padding: 22px 0px;
}
.servicios-hidden-list-ul{
    display: flex;
    flex-direction: column;
}
.servicios-hidden-list-ul li{
    list-style: none;
}
.servicios-hidden-list-ul a{
 color: #133578;
 text-decoration: none;
}
.activar-navegacion-list{
    display: flex;
    top: 150%;
    opacity: 1;
}
/**CONTROL WIDGET**/
.eapps-widget-toolbar{
    display: none!important;
}
.eyarYd a{
    display: none !important;
}
.LayoutDefault__Container-sc-1ydej6v-0 a{
    display: flex !important;
}
.cotizacion-formulario-botones{
    width: 100%;
    height: 4em;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    background-color: #133578;
    border: 1px solid #133578;
}
.btn-formulario-seleccion{
    width: 33.3%;
    height: 100%;
    color: white !important;
    border-radius: 5px!important;
    font-family: "raleway-bold";
}
.btn-eleccion{
    background: white;
    color: #133578 !important;
}
.cotización-formulario-position{
    position: absolute;
    top: 53%;
    left: -100%;
    opacity: 0;
    transform: translate(-50%,-50%);
    transition: all ease-out .25s;
    width: 85%;
}
.activar-formulario-position{
    left: 50%;
    opacity: 1;
}
.position-arrow-i{
    position: absolute;
    right: 5%;
    bottom: 19%;
    color: #245f89;
}
.marketing{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bg-interpretaciones{
    background-image: url('../images/interpretaciones_img_alternativa.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-italia{
    background-image: url('../images/banner_italia.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.marketing p{
    font-family: "raleway-bold";
    font-size: 32px;
    text-align: center;
    color: white;
}
.marketing-iconos-img{
    display: flex;
    margin-top: 20px;
}
.marketing-iconos-img img{
    width: 50px;
    margin: 0px 10px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('/images/derecha.png');
    right: 10px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('/images/izquierda.png');
    left: 10px;
    right: auto;
}
/**TERMINA SE REPITE EN VARIAS PAGINAS**/
@media(min-width:765px){
    .header-banner-chica {
        width: 18em;
        top: 63.3%;
    }
    .header-banner {
        align-items: center;
        height: 620px;
    }
    .header-banner-info p {
        font-size: 45px;
    }
    .card-servicios {
        height: auto;
    }
    .about-us-img{
        margin-top: 50px;
    }
    .servicios-info-title {
        font-size: 32px;
    }
    .confianza {
        height: 670px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .confianza-title {
        font-size: 32px;
        color: #133578;
    }
    .cotizacion-title{
        font-size: 32px;
    }
    .footer{
        height: auto;
    }
    .footer-mapa{
        margin-top: 0px;
    }
}
@media (min-width:1100px) {
    .about-us-container-title {
        font-size: 45px;
    }
    .about-us-img{
        width: 25em;
        margin-top: 20px;
    }
    .servicios-info-title {
        font-size: 45px;
    }
    .servicios-info {
        padding: 40px 20px 40px;
    }
    .card-confianza-info-user-img{
        width: 10%;
    }
    .confianza-title {
        font-size: 45px;
    }

    .cotizacion-title{
        font-size: 45px;
    }
    .cotizacion-formulario {
        width: 70%;
    }

}
@media (min-width:1366px){

    .header-banner{
        align-items: center;
        height: 969px;
    }
    .header-banner-chica {
        width: 32em;
        top: 65%;
        left: 25%;
    }
    .header-banner-info p {
        font-size: 60px;
    }
    .header-banner-top-button{
        padding: 16px 50px;
    }
    .confianza{
        height: 1045px;
    }
}
@media(min-width:1480px){
    .servicios-info {
        background-size: 100% 100%;
    }
}