#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, 
#header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a{
    color: var(--vino);
}
#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, 
#header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a{
    color: var(--vino);
}
#header .header-nav-main nav > ul > li > a{
    font-size: 16px;
    font-family: var(--lexendSB);
}
#header .header-logo{
    margin: 0 0;
}
#header .header-top.header-top-light-2-borders.header-top-borders .nav-item-borders{
    border-right-color: rgb(92 8 25 / 20%); 
}
#header .header-top.header-top-light-2-borders{
    border-bottom-color: rgb(92 8 25 / 20%);
}
#header .header-logo img{
    height: auto;
    width: auto;
}
#header .infoTopHeader{
    transition: .5s ease-in-out;
}
#header .infoTopHeader:hover{
    color: var(--vino)!important;
}
html.sticky-header-active #header .header-body{
    box-shadow: 0px 1px 11px var(--vino);
}
/* Home */
/* Slide */
#home{
    position: relative;
}
#home:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}
#home .title span{
    color: #929291;
}
#home .subtitle{
    font-family: var(--lexendM);
    font-size: 30px;
    margin-bottom: 0;
}
/* Nosotros */
#nosotrosHome .title{
    color: var(--vino);
    font-family: var(--lexendB);
    font-size: 40px;
}
#nosotrosHome .description{
    font-family: var(--lexendM);
    font-size: 16px;
    text-align: justify;
}
/* Planes Home */
#planes{
    background-color: #fff;
}
#planes .title{
    font-size: 40px;
    line-height: normal;
    font-family: var(--lexendB);
    color: var(--vino);
}
#planes .description{
    color: #777;
    font-size: 20px;
}
#planes .titlePoint{
    color: #777;
}


/* Footer */
#footer{
    background: var(--vino);
}
#footer .logoFooterCC{
    width: auto;
    height: auto;
}
#footer .textLogo{
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
}
#footer .textSmall{
    font-size: 15px;
    line-height: normal;
    color: #fff;
}
#footer .link{
    color: #fff;
    transition: .5s ease-in-out;
    position: relative;
}
#footer a.link:hover{
    text-decoration: none;
    font-family: var(--lexendM);
}
#footer .flexText{
    display: flex;
}
#footer .flexText i{
    margin-right: 10px;
    color: #dadada;
}
#footer .footer-copyright{
    background: var(--vino)!important;
}

/* PAge Header | Interiores */
.page-header.page-header-modern h1{
    font-size: 50px;
    line-height: normal;
    margin-bottom: 0px;
    font-family: var(--lexendEB);
    color: var(--vino);
}
.page-header .sub-title{
    color: #777;
    font-size: 35px;
    margin-bottom: 0;
    font-family: var(--lexendM);
    line-height: normal;
    max-width: 70%;
    margin: 0 auto;
}

/* Servicios */
#servicios .feature-box{
    flex-direction: column;
    align-items: center;
}
#servicios .feature-box .boxIcon img{
    width: 70px;
    height: auto;
    margin-bottom: 20px;
}
#servicios .feature-box.feature-box-style-2 h4{
    color: #777;
    white-space: pre-line;
    min-height: 60px;
    font-family: var(--lexendSB);
    text-align: center;
}

/* Alianzas */
#alianzas .title{
    font-family: var(--lexendSB);
    line-height: normal;
    font-size: 30px;
    margin-bottom: 5px;
}
#alianzas .description{
    font-size: 18px;
    color: #777;
    line-height: 25px;
    margin-bottom: 0;
}
#alianzas .col-half-section{
    max-width: 590px;
}