/*Pagina Principal*/
.banner-portada {
    background-image: url(../img/banners/parallax01.jpg);
    height: 791px;
}
.banner-portada .centro {
    height: 791px;
}
.banner-portada h1 {
    color: var(--colorBlanco);
}
.banner-portada .entrada {
    width: 363px;
    height: 59px;
    font-size: 29px;
    color: var(--colorBlanco);
    background-color: #222;
    padding: 15px;
    line-height: 1;
    border-radius: 0 0 75px 0;
}
.banner-portada .entrada:hover {
    color: var(--color1);
    background-color: var(--colorBlanco);
}
.banner-portada p {
    font-size: 32px;
    line-height: 1.2;
    color: var(--colorBlanco);
    margin-bottom: 250px;
}
.banner-portada p i {
    font-size: 46px;
}
.banner-portada2 {
    background-image: url(../img/banners/portada2.jpg);
}
.swiper-dos2 .swiper-wrapper{
    transition-timing-function: linear;
}
.callout-1 {
    padding: 48px 0;

}
.callout-1 .parti {
    height: 100px;
}
.banner-portada3 {
    background-image: url(../img/banners/parallax02.jpg);
}
.callout-2 {
    padding: 70px 0;
}
.callout-2 h2 {
    color: var(--colorBlanco);
}
.callout-2 .presenta {
    width: 315px;
    height: 59px;
    font-size: 30px;
    color: var(--colorBlanco);
    background-color: var(--color1);
    padding: 15px;
    line-height: 1;
    border-radius: 0 0 75px 0;
}
.callout-2 .video-youtube {
    width: 100%;
    height: 406px;
}
.callout-2 p {
    font-size: 20px;
    color: var(--colorBlanco);
    max-width: 500px;
}
.callout-3 {
    padding: 50px 0;
    background-color: var(--color3);
}
.callout-3 h5 {
    color: var(--color1);
}
.callout-3 blockquote {
    font-size: 50px;
    color: var(--colorNegro);
}
.callout-3 .beneficio {
    max-width: 210px;
    margin: 0 auto;
    position: relative;
}
.callout-3 .beneficio::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 39, 39, .7);
    transition: all 1s ease;
}
.callout-3 .beneficio.beneficio-escritorio:hover::before {
    background-color: rgba(203, 14, 28, .7);
}
.callout-3 .beneficio.beneficio-movil::before {
    background-color: rgba(203, 14, 28, .7);
}
.callout-3 .beneficio .detalle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 22px;
}
.callout-3 .beneficio .detalle figure {
    height: 140px;
}
.callout-3 .beneficio .detalle p {
    color: var(--colorBlanco);
    font-size: 17px;
    line-height: 1.2;
}
.callout-3 .beneficio .detalle .titulo {
    font-size: 22px;
    line-height: 1.1;
    min-height: 90px;
    margin: 10px 0 60px;
}
.callout-4 {
    padding: 80px 0;
}
.callout-4 p {
    font-size: 32px;
    color: var(--colorNegro);
    padding: 0 0 10px;
}
.banner-portada4 {
    background-image: url(../img/banners/portada4.jpg);
    height: 192px;
}
.banner-portada4 .row {
    height: 192px;
}
.banner-portada4.parte2,
.banner-portada4.parte2 .row {
    height: 192px;
}
.banner-portada4 h4 {
    color: var(--colorBlanco);
}

.banner-portada4 .conteo p {
    color: var(--colorBlanco);
    font-size: 55px;
    line-height: 1;
    text-align: center;
    transition: all 1s ease;
}
.banner-portada4 .conteo p small {
    font-size: 13px;
}
.banner-portada4 .conteo p.pre {
    font-size: 29px;
}
.callout-5 {
    padding: 55px 0;
}
.callout-5 .ponente {
    max-width: 291px;
    margin: 0 auto;
}
.callout-5 h2 {
    font-size: 44px;
}
.callout-5 p {
    font-size: 13px;
    color: var(--colorNegro);
    line-height: 1.1;
}
.callout-5 p.titulo {
    font-size: 37px;
    color: var(--color1);
    line-height: 1.2;
}
.callout-6 {
    padding: 50px 0 85px;
    background-color: var(--color3);
}
.callout-6 h3 {
    color: var(--colorNegro);
}
.callout-6 p {
    font-size: 17px;
    color: var(--colorNegro);
}
.callout-6 p.texto {
    max-width: 600px;
    margin: 15px auto 40px;
    font-size: 24px;
}
.callout-6 span {
    font-size: 37px;
    color: var(--colorNegro);
    line-height: 1.1;
}
.callout-6 ul li {
    margin-bottom: 15px;
}
.banner-portada5 {
    background-image: url(../img/banners/parallax03.jpg);
    padding: 80px 0;
}
.banner-portada5 h3 {
    color: var(--colorBlanco);
}
.banner-portada5 .promo {
    max-width: 322px;
    width: 100%;
}
.banner-portada5 .promo figure {
    height: 268px;
    margin-bottom: 20px;
}
.banner-portada5 .regular {
    position: relative;
}
.banner-portada5 .regular div {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}
.banner-portada5 .regular-escritorio:hover div {
    left: 110%;
    opacity: 1;
    transition: all 0.5s ease;
}
.banner-portada5 .regular-movil div {
    top: 155%;
    left: 0%;
    opacity: 1;
    transition: all 0.5s ease;
}

/* Tablet y Movil */
@media screen and (max-width: 980px){
    .banner-portada4 .conteo p {
        font-size: 35px;
    }
    .logo-porta {
        width: 290px;
    }
    .banner-portada {
        height: auto;
        padding: 30px 0 20px;
    }
    .banner-portada .centro {
        height: auto;
        max-width: 320px;
        margin: 0 auto;
    }
    .banner-portada p {
        margin-top: 20px;
        font-size: 27px;
        margin-bottom: 20px;
    }
    .callout-2,
    .callout-3,
    .callout-6 {
        padding: 90px 0;
    }
    .callout-3 blockquote {
        font-size: 40px;
    }
    .banner-portada4.parte2, .banner-portada4.parte2 .row {
        height: 140px;
    }
    .banner-portada4 .conteo p.pre {
        font-size: 20px;
    }
    .banner-portada5 .promo figure {
        height: auto;
        margin-bottom: 30px;
    }
    .banner-portada5 img {
        max-width: 80%;
    }
    .callout-2 .video-youtube {
        width: 100%;
        height: 256px;
    }
    .banner-portada .entrada {
        width: 310px;
        height: 51px;
        font-size: 23px;
        padding: 13px 15px;
    }
    .banner-portada p i {
        font-size: 35px;
    }
    .banner-portada .qr {
        width: 100px;
    }
}
@media screen and (max-width: 768px){
}