body {
    font-family: Quicksand !important;
}

p {
    font-size: 1.25rem !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.navegacion {
    background: #fff;
    padding: 14px;
}

a.nav-link {
    color: #E30613 !important;
    font-weight: bold;
    font-size: 1vw;
    padding: 10px 35px !important;
    display: block;
}

.logo img {
    width: 170px;
}

.logo {
    background: url(../logo_enertek_color.svg);
    width: 148px;
    background-repeat: no-repeat;
    height: 40px;
}

.banner {
    background-image: url(../banner_inicio_pc_3840.png);
    height: 30vw;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .texto {
    font-size: 4vw;
    font-weight: bolder;
    color: #fff;
    width: 48vw;
    padding-top: 4vw;
    padding-left: 14vw;
    line-height: 1.2;
}

.banner .icono {
    background-image: url(../icono_banner_pc_2000.svg);
    width: 47vw;
    height: 7vw;
    background-repeat: no-repeat;
    margin-top: 3vw;
}

.soluciones {
    background: #464646;
    padding-bottom: 40px;
}

.pareja-sol img {
    width: 32vw;
    margin-top: -130px;
}

.pareja-sol {
    background: #fff;
    border-radius: 0 55px 55px 0;
    margin-top: 5vw;
    padding-left: 110px;
}

.titulo-sol {
    color: #fff;
    font-weight: bolder;
    text-align: center;
    font-size: 2.6vw;
    padding-top: 55px;
    padding-right: 18vw;
}

.texto-sol {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 30px;
}

.sol-cont {
    padding-right: 16vw;
}

.sol-iconos {
    padding-top: 26px;
}

.sol-icono {
    text-align: center;
    align-self: flex-end;
}

.sol-icono img {
    width: 80px;
}

.sol-icono div {
    color: #fff;
    font-weight: bolder;
    padding-top: 20px;
}

.catalogo {
    padding: 35px;
    padding-left: 11vw;
}

.cat-titulo {
    color: #464646;
    text-align: center;
    font-weight: bolder;
    padding-bottom: 12px;
}

.cat-btn-col {
    align-self: center;
}

.cat-btn {
    background: #E30613;
    border: none;
    padding: 12px 0px;
    font-weight: bold;
    font-size: 1.4rem;
    border-radius: 1.15vw;
    line-height: 1.2;
}

.cat-btn:hover {
    background: #c10612 !important;
}

.cat-btn-text {
    padding-left: 55px;
}

.cat-icono {
    margin-right: -62px;
}

.cat-icono img {
    width: 50px;
}

.quienes-somos {
    background: #EFEFEF;
    padding: 30px;
    padding-left: 11vw;
    padding-top: 4vw;
    padding-right: 0;
}

.qs-titulo {
    color: #464646;
    font-weight: bolder;
    font-size: 2.5rem;
    text-align: center;
}

.qs-logo {
    text-align: center;
    padding-top: 35px;
}

.qs-logo img {
    width: 20vw;
}

.qs-texto {
    font-size: 1.25rem;
}

.mision-wrap {
    padding-right: 0;
}

.mision-wrap .row .col {
    padding-right: 0;
}

.mision {
    background: #919191;
    border-radius: 2vw 0 0 2vw;
    padding: 40px;
    padding-right: 0;
}

.mis-titulo {
    color: #fff;
    font-weight: bolder;
    font-size: 2.5rem;
}

.mis-texto {
    color: #fff;
    padding-left: 2vw;
    padding-top: 1vw;
    font-size: 1.4rem !important;
}

.mis-icono {

}

.mis-icono img {
    width: 145px;
    position: absolute;
    right: 0;
    top: -25px;
    padding-right: 0;
}

.vision {
    background: #E30613;
    border-radius: 2vw 0 0 2vw;
    padding: 40px;
    padding-right: 0;
    margin-top: 55px;

}

.vis-titulo {
    color: #fff;
    font-weight: bolder;
    font-size: 2.5rem;
}

.vis-texto {
    color: #fff;
    padding-left: 2vw;
    padding-top: 1vw;
    font-size: 1.4rem !important;
}

.vis-icono img {
    width: 145px;
    position: absolute;
    right: 0;
    top: -25px;
    padding-right: 0;
}

.contacto {
    background: #464646;
    padding-bottom: 60px;
}

.contacto .row .col-lg-5 {
    padding-left: 0;
}

.contacto-mujer img {
    width: 24vw;
    margin-top: -13vw;
    margin-left: 4vw;
}

.contacto-mujer {
    background: #fff;
    border-radius: 0 3vw 3vw 0;
    margin-top: 10vw;
    padding-left: 9vw;
}

.conta-titulo h2 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    padding-top: 60px;
    padding-right: 16vw;
}

.conta-cont {
    padding-right: 16vw;
}

.conta-texto {
    color: #fff;
    padding: 25px;
}
.conta-btn {
    padding: 7px 35px;
    background-color: #E30613;
    font-weight: bold;
    font-size: 1.2rem;
}

.conta-btn-wrap {
    text-align: center;
}

form {
    padding: 0px 4vw;
}

footer {
    background: #EFEFEF;
    padding: 20px;
    font-size: 1.16rem;
    background-image: url(../simbolo_gris.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 9vw;
}

.foot-logo {
    width: 200px;
}

.foot-info-wrap {
    padding: 5px 5vw;
}

.foot-titulo {
    padding-bottom: 1vw;
}

.explorar-items, .info-items {
    list-style: none;
    padding: 0;
    color: #464646 !important;
}

.explorar-items li a, .foot-titulo {
    color: #464646 !important;
}

.info-icono {
    width: 15px;
    margin-right: 10px;
}

.copyright {
    font-size: 0.85rem;
    text-align: center;
}

/* PARA MOVILES */
@media screen and (max-width: 500px) {
    .logo {
        background: url("../logo_enertek_color.svg");
        width: 148px;
        background-repeat: no-repeat;
        height: 40px;
    }
    .banner {
        background-image: url("../banner_inicio_movil_500.png") !important;
        height: 140vw !important;
    }

    .banner .texto {
        font-size: 9vw !important;
        width: 83vw !important;
        padding-top: 75vw !important;
        padding-left: 7vw !important;
    }

    .pareja-sol {
        margin-top: 15vw !important;
        margin-left: 15vw !important;
        margin-right: 15vw !important;
    }

    .pareja-sol img {
        width: 55vw !important;
        margin-top: -45px !important;
    }

    .qs-logo img {
        width: 240px !important;
    }
    .mision-wrap {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .mision-wrap .row .col {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .contacto-mujer {
        margin-top: 16vw;
        padding-left: 0;
        border-radius: 3vw;
        text-align: center;
    }

    .contacto-mujer img {
        width: 45vw !important;
        margin-top: -15vw !important;
    }

    a.nav-link {
        font-size: 20px !important;
        text-align: center !important;
    }

}


/* PARA TABLETS */
@media screen and (max-width: 991px) {
    .logo {
        background: url("../logo_enertek_color_solito.svg");
        width: 148px;
        background-repeat: no-repeat;
        height: 40px;

    }


    .banner {
        background-image: url("../banner_inicio_tablet_1080.png");
        height: 83vw;
        width: 100%;
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .banner .texto {
        font-size: 7vw;
        font-weight: bolder;
        color: #fff;
        width: 64vw;
        padding-top: 27vw;
        padding-left: 7vw;
        line-height: 1.2;
    }

    .banner .icono {
        background-image: url(../icono_banner_pc_2000.svg);
        width: 52vw;
        height: 7vw;
        background-repeat: no-repeat;
        margin-top: 7vw;
    }

    .cat-btn-col {
        text-align: center;
    }

    .catalogo {
        padding: 35px !important;

    }

    .titulo-sol {
        color: #fff;
        font-weight: bolder;
        text-align: center;
        font-size: 6vw;
        padding-top: 6vw;
        padding-right: 0;
    }


    .pareja-sol {
        background: #fff;
        border-radius: 3vw;
        text-align: center;
        margin-top: 14vw;
        margin-left: 22vw;
        margin-right: 22vw;
        padding-left: 0;
    }

    .pareja-sol img {
        width: 48vw;
        margin-top: -77px;
    }

    .sol-cont {
        padding-right: 15px;
        text-align: justify;
    }


    .quienes-somos {
        background: #EFEFEF;
        padding: 0;
    }

    .qs-logo {
        padding-bottom: 5vw;
    }

    .qs-titulo {
        padding-top: 25px;
    }


    .mision {
        border-radius: 0;
        padding-right: initial;
        padding: 15px;
    }


    .mis-icono {
        transform: rotate(90deg);
        width: 145px;
        position: initial;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -24px;
    }

    .vis-icono {
        transform: rotate(90deg);
        width: 145px;
        position: initial;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -24px;
    }

    .mision-wrap, .vision-wrap, .mision-wrap .row .col, .vision-wrap .row .col {
        padding-right: 0;
        padding-left: 0;
    }


    .mis-icono img {
        width: initial;
        position: initial;
        padding-right: 0;
    }
    .vis-icono img {
        width: initial;
        position: initial;
        padding-right: 0;
    }

    .vision {
        border-radius: 0;
        padding-right: initial;
        padding: 15px;
        margin-top: 0;
    }

    .mis-titulo, .vis-titulo {
        text-align: center;
    }

    .catalogo {
        padding: 35px 0 !important;
    }


    .contacto-mujer {
        margin-top: 16vw;
        padding-left: 0;
        border-radius: 3vw;
        text-align: center;
    }

    .conta-titulo h2 {
        padding-right: 0;
        padding-top: 35px;
    }


    .contacto-mujer img {
        width: 24vw;
        margin-top: -13vw;
        margin-left: 0vw;
    }

    .conta-cont {
        padding-right: 0;

    }

    .mujer-wrap {
        padding: 0 25vw;
    }

    .foot-info-wrap {
        padding: 5px 0vw;
    }

    .correoli {
        font-size: 1rem;
    }

    a.nav-link {
        font-size: 20px;
        text-align: center;
    }

    p {
        text-align: justify;
    }



}




#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
