<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CAROUSEL HOME */
#homeMain {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.homeMainLeft {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 30px;
    background: #ea6c06;
    background-color: #ea6c06;
    transition: all .3s ease;
    color: #ffffff;
    padding: 15px 15px 15px 15px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    display: none;
}

.homeMainLeft:hover , .homeMainLeft:active , .homeMainLeft:focus {
    background: #ffffff;
    background-color: #ffffff;
    transition: all .3s ease;
    color: #ea6c06;
}

.homeMainRight {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 30px;
    background: #ea6c06;
    background-color: #ea6c06;
    transition: all .3s ease;
    color: #ffffff;
    padding: 15px 15px 15px 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    display: none;
}

.homeMainRight:hover , .homeMainRight:active , .homeMainRight:focus {
    background: #ffffff;
    background-color: #ffffff;
    transition: all .3s ease;
    color: #ea6c06;
}
/*  */

/* CAROUSEL HOME -----------&gt; CUSTOM  */
.owl-theme .owl-dots .owl-dot {
    margin: 15px;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: right;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 25%;
    margin: auto;
}

.owl-theme .owl-dots .owl-dot span {
    width: inherit;
    height: inherit;
    border-radius: 0;
    padding: 0 5px;
    margin: 5px 2px;
    background-color: transparent;
    background: none;
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s ease;
}

.owl-theme .owl-dots .owl-dot span::after {
    content: "";
    width: 99%;
    height: 2px;
    background: #ffffff;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    background: none;
    font-weight: 600;
}

.owl-theme .owl-dots .owl-dot.active span::after, .owl-theme .owl-dots .owl-dot:hover span::after {
    width: 100%;
    background: #ea6c06;
    background-color: #ea6c06;
}

.item {
    width: 100%;
    height: auto;
    position: relative;
}

.itemOutter {
    width: 55%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.itemRight {
    width: 60%;
    height: 100%;
    float: left;
    padding: 0;
}

.itemContent {
    width: 100%;
    height: auto;
    padding: 70% 10% 0 0 ;
    position: relative;
    text-align: right;
    color: #ffffff;
}

.itemContent h3 {
    font-weight: 600;
}

.itemContent p {
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 0 38%;
}

.itemContent a {
    width: 220px;
    height: 45px;
    line-height: 45px;
    font-weight: 300;
    color: #ffffff;
    background: #ea6c06;
    background-color: #ea6c06;
    transition: all .3s ease;
}

.itemContent a:hover, .itemContent a:focus , .itemContent a:active {
    font-weight: 500;
    color: #ea6c06;
    background: #ffffff;
    background-color: #ffffff;
}
/*  */

/* Nuestros Business Centers */
#business_centers {
    width: 100%;
    height: auto;
    background: #ffffff;
    background-color: #ffffff;
    padding: 5% 0 5% 0;
    position: relative;
    overflow: hidden;
}

.businessContainer {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.businnesHeader {
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: left;
}

.businnesHeader h3 {
    color: #000000;
    font-weight: 500;
}

.businnesHeader p {
    font-size: 15px;
    color: #727171;
    font-weight: 400;
}

.bussinesLink {
    width: 90%;
    height: auto;
    padding: 10% 0 5% 0;
    margin: 0 auto;
    text-align: left;
}

.bussinesLink a {
    width: 350px;
    height: 45px;
    line-height: 45px;
    font-weight: 300;
    color: #ea6c06;
    background: #ffffff;
    background-color: #ffffff;
    transition: all .3s ease;
    box-shadow: none;
    pointer-events: none;
    font-weight: 500;
}

.bussinesLink a:hover, .bussinesLink a:focus , .bussinesLink a:active {
    color: #ea6c06;
    background: #ffffff;
    background-color: #ffffff;
    box-shadow: none;
}

.bussinesSede {
    width: 90%;
    height: auto;
    padding: 4% 0 5% 0;
    margin: 0 auto;
    text-align: left;
}

.bussinesSede h6 {
    font-size: 33px;
    font-weight: bold;
    color: #020202;
    margin: 0;
}

.bussinesSede span {
    font-size: 15px;
    font-weight: 300;
    color: #727171;
}

.bussinesSede a {
    font-size: 15px;
    font-weight: 300;
    color: #ed7e24;
    position: relative;
}

.bussinesSede a::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ed7e24;
    background-color: #ed7e24;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease;
}

.bussinesSede a:hover::after {
    width: 0;
}

.businessImage {
    width: 100%;
    height: auto;
    text-align: right;
    padding: 10% 0 0 0;
}
/*  */

/* Un concepto de oficina lleno de ventajas */
#concepto_oficina {
    width: 100%;
    height: auto;
    padding: 10% 0 5% 0;
    background-image: url('../../img/home/adn_concepto_oficina.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.conceptoHeader {
    width: 30%;
    height: auto;
    padding: 0 0 1% 0;
    margin: 0 auto;
    text-align: center;
}

.conceptoHeader h3 {
    font-size: 50px;
    color: #000000;
    font-weight: 500;
}

.conceptoHeader p {
    font-size: 15px;
    color: #727171;
    font-weight: 500;
    padding: 2% 15% 0 15%;
}

.conceptoContainer {
    width: 70%;
    height: auto;
    padding: 0 0 3% 0;
    margin: 0 auto;
}

.conceptoSection {
    width: 100%;
    height: auto;
    padding: 3% 0 0 0;
    position: relative;
}

.brFlex::after {
    content: "";
    width: 1px;
    height: 110%;
    background: #e3e2e2;
    background-color: #e3e2e2;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s ease;
}

.brImg::after {
    content: "";
    width: 1px;
    height: 108%;
    background: #e3e2e2;
    background-color: #e3e2e2;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s ease;
}

.brAhorro::after {
    content: "";
    width: 1px;
    height: 128%;
    background: #e3e2e2;
    background-color: #e3e2e2;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s ease;
}

.conceptoTitle {
    width: 90%;
    height: auto;
    text-align: left;
    margin: 0 auto;
    padding: 0 0 3% 0;
}

.conceptoTitle h3 {
    font-size: 33px;
    color: #000000;
    font-weight: 500;
}

.conceptoText {
    width: 90%;
    height: auto;
    text-align: justify;
    margin: 0 auto;
    padding: 0 10% 0 0;
}

.conceptoText p {
    font-size: 15px;
    color: #727171;
    font-weight: 500;
}

.textAlign {
    padding: 11% 10% 0 0;
}

.conceptoBtm {
    width: 70%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.conceptoBtm h3 {
    font-size: 33px;
    color: #000000;
    font-weight: 500;
}

.conceptoBtm p {
    font-size: 15px;
    color: #727171;
    font-weight: 500;
    padding: 1% 18% 0 18%;
}

.conceptoLink {
    width: 70%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 3% 0 3% 0;
}

.conceptoLink a {
    width: 220px;
    height: 45px;
    line-height: 45px;
    font-weight: 300;
    color: #ffffff;
    background: #ea6c06;
    background-color: #ea6c06;
    transition: all .3s ease;
    box-shadow: none;
}

.conceptoLink a:hover, .conceptoLink a:focus , .conceptoLink a:active {
    font-weight: 500;
    color: #ea6c06;
    background: #ffffff;
    background-color: #ffffff;
    box-shadow: none;
}
/*  */
</pre></body></html>