#header .header-nav.header-nav-line nav > ul li:hover > a{
    color: #6AAAE4;
}
#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active{
    color: #6AAAE4;
}
#header .header-body{
    background: #fff;
}
#header .header-nav.header-nav-line nav > ul li:hover > a:before,
#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before{
    background: #fff;
}
#header .header-nav.header-nav-line nav > ul li > a:before{
    background: #fff;
}
html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body{
    background-color: transparent!important;
}
#header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a{
    color: #6AAAE4;
}
#header .header-btn-collapse-nav{
    background: var(--backGrisC);
}
#header .header-btn-collapse-nav .fa-bars{
    color: #6AAAE4;
}

@media (max-width: 991px){
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active{
        background-color: #fff;
    }
    #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a{
        color: #6AAAE4;
        font-size: 16px;
    }
}
#header .header-nav-main nav > ul:not(:hover) > li > a.active{
    background: #fff;
}
#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a{
    background: #fff;
}
#header .header-nav-main nav > ul > li:hover > a{
    color: #6AAAE4;
}
#header .header-nav-main nav > ul > li > a{
    color: #7a7a7a;
    padding: 0.5rem 1rem!important;
    font-weight: 600!important;
}
@media screen and (max-width: 764px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a{
        color: #7a7a7a;
    }
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active{
        color: #6AAAE4;
    }
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li:hover > a{
        color: #6AAAE4;
    }
}
#header .header-btn-collapse-nav{
    background: #d4d4d5;
}
/*Contacto
*************************/
#contacto .colInfo{
    min-height: 145px;
}
select.form-control{
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
label.error{
    font-size: 16px;
}

/*Como pagar | Home
*************************/
#como-pagar .rowIcons .colIcons .imgIcon.secondLine{
    width: 160px;
}

/*Slide
**************************************/
#home .gifBanner {
  position: absolute;
    width: 350px;
    height: 350px;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0%, -40%);
        transform: translate(0%, -40%);
}
@media screen and (min-width: 1800px){
    #home .gifBanner {
        right: 16%;
        width: 650px;
        height: 650px;
    }
}
@media screen and (min-width: 1500px) and (max-width: 1799px){
    #home .gifBanner {
        position: absolute;
        width: 580px;
        height: 580px;
        top: 50%;
        right: 30px;
        -webkit-transform: translate(-30%, -40%);
        transform: translate(-30%, -40%);
    }
}
@media screen and (min-width: 1300px) and (max-width: 1499px){
    #home .gifBanner {
        position: absolute;
        width: 480px;
        height: 480px;
        top: 50%;
        right: 30px;
        -webkit-transform: translate(-15%, -40%);
        transform: translate(-15%, -40%);
    }
}
@media screen and (max-width: 599px){
    #home .gifBanner {
        width: 170px;
        height: 170px;
        right: -70px;
        top: 50%;
        -webkit-transform: translate(-35%, -40%);
            transform: translate(-35%, -40%);
    }
    #home .custom-section-svg{
        height: 70vh;
    }
    .slideHome .custom-section-svg > svg {
        left: -195px;
    }
    .slideHome .subtitle{
        margin-top: 50px;
    }
}
/*Sucursales
*************************/
@media screen and (max-width: 599px){
    .customsvgInstalacionFooter > svg{
        width: 100%;
    }
    .custom-svg-wrapper-4 > svg{
        width: 100%;
    }
}

/*Social float movil
*************************/
.socialFloatMovil{
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0;
    z-index: 9;
}
@media screen and (max-width:599px){
    .socialFloatMovil{
        display: block;
    }
}
.socialFloatMovil .contentSocial{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.socialFloatMovil .contentSocial a{
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    text-align: center;
    color: #fff;
    padding: 5px 0 5px;
    font-size: 20px;
}
.socialFloatMovil .contentSocial a.whats{
    background: #1ad741;
}
.socialFloatMovil .contentSocial a.insta{
    background: #c319b6;
}
.socialFloatMovil .contentSocial a.face{
    background: #3a5898;
}
.socialFloatMovil .contentSocial a.youtube{
    background: #c4302b;
}


/*Galería
*************************/
@media screen and (max-width: 599px) {
    #galeria iframe{
        width: 100%;
        height: auto;
    }
}

/*Clientes Home
*************************/
@media screen and (max-width: 599px) {
    #clientesHome .owl-clients .owl-nav button.owl-prev{
        left: 0;
    }
    #clientesHome .owl-clients .owl-nav button.owl-next{
        right: 35px;
    }
}

/*Planes
*************************/
.custom-pricing-table-style-1 .plan .plan-header h3{
    font-size: 1.3rem;
}
.custom-pricing-table-style-1 .plan.plan-featured .plan-header h3{
    font-size: 1.3rem;
}
.custom-pricing-table-style-1 .plan .plan-price .price-label{
    font-size: 1.5rem;
}
.pricing-table .plan .plan-features ul{
    min-height: 510px;
}
@media screen and (max-width: 599px) {
    .pricing-table .plan .plan-features ul{
        min-height: auto;
    }
}
/*instala systienda
*************************/
#instalaSystienda{
    padding-top: 0;
}
#instalaSystienda .heading .title {
    color: #6AAAE4;
    text-align: center;
    margin-bottom: 30px;
}
#instalaSystienda .contentInfo .text{
    color: #000;
    font-size: 27px;
    line-height: normal;
}
#instalaSystienda .contentInfo .list{
    font-size: 25px;
}
#instalaSystienda .btn-naranja{
    display: inline-block;
    margin-top: 25px;
}

/*Footer
*************************/
@media screen and (max-width: 599px) {
    #footer .footer-copyright{
        padding: 30px 0 55px;
    }
}

/*Form
*************************/
.form-control:not(.form-control-sm):not(.form-control-lg){
    font-size: 1.2rem;
}

/*Slide Home
*************************/
@media screen and (min-width: 1919px) {
    .slideHome .title{
        font-size: 50px;
        line-height: normal;
    }
    .slideHome .title span{
        font-size: 45px;
    }
    .slideHome .subtitle{
        font-size: 30px;
        line-height: normal;
    }
}

/*Que incluye
**************************************/
#que-incluye .contentBx .list li{
    font-size: 25px;
    display: flex;
}

/*Sobre nosotros Home
**************************************/
.counters strong{
    font-size: 60px;
    line-height: 60px;
}

/* ultima parte antes del footer */

.cuadro1, .cuadro2{
    width: 50%;
    border: solid 1px #000;
    background: #b6cbea;
}

.cuadro1{
    float: left;
}

.cuadro2{
    float: right;
}
