#header .header-nav.header-nav-line nav > ul li:hover > a{
    color: #dedede;
}
#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active{
    color: #dedede;
}

#header .header-body, #header{
    background: #dedede; 
}

#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: #dedede;
}
#header .header-nav.header-nav-line nav > ul li > a:before{
    background: #dedede;
}
html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body{
    background:#dedede;
}
#header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a{
    color: #dedede;
}
#header .header-btn-collapse-nav{
    background: var(--backGrisC);
}

@media screen and (max-width: 599px){
    #header .header-body, #header{
        width: 100%;
    }
}


@media (max-width: 991px){
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active{
        background-color: var(--naranja);
    }
    #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a{
        color: #002b49;
        font-size: 16px;
    }
}
#header .header-nav-main nav > ul:not(:hover) > li > a.active{
    background: var(--naranja);
}
#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a{
    background: var(--naranja);
}
#header .header-nav-main nav > ul > li:hover > a{
    color: #fff;
}
#header .header-nav-main nav > ul > li > a{
    color: #002b49;
    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: #002b49;
    }
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active{
        color: #dedede;
    }
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li:hover > a{
        color: #dedede;
    }
}
#header .header-btn-collapse-nav{
    background: #dedede;
}
/*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;
    }
}

/*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: var(--naranja);
    text-align: center;
    margin-bottom: 30px;
}
#instalaSystienda .contentInfo .text{
    color: #000;
    font-size: 27px;
    line-height: normal;
}
#instalaSystienda .contentInfo .list{
    font-size: 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;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #002b49;
    opacity: 1; /* Firefox */
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #002b49;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #002b49;
}

/*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;
}