<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: "Metropolis-Regular";
	src: url("../fonts/metropolis/Metropolis-Regular.otf");
}
@font-face {
	font-family: "Metropolis-Bold";
	src: url("../fonts/metropolis/Metropolis-Bold.otf");
}
@font-face {
	font-family: "Metropolis-Extra-Bold";
	src: url("../fonts/metropolis/Metropolis-ExtraBold.otf");
}
@font-face {
	font-family: "Metropolis-Black";
	src: url("../fonts/metropolis/Metropolis-Black.otf");
}
@font-face {
	font-family: "Metropolis-Light";
	src: url("../fonts/metropolis/Metropolis-Light.otf");
}
body{
	font-family: 'Metropolis-Regular';
	background-size: contain;
    overflow-x: hidden;
    background-color: #12171C; 
    color: #ffffff!important;
}
html{
	overflow-x: hidden;
}
strong{
	font-family: 'Metropolis-Bold';
}

.nav-head{
    margin-right: 80px;
}

.img-head:hover, .img-head:active{
	filter: drop-shadow(2px 2px 7px #d90000);
    border-radius: 19px;
}

.div-somos, .img-beneficios {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.navbar, .logo-head {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}

.div-somos:hover{
    background-color: #039796!important;
    color: #fff;
}

.div-somos:hover &gt; .font-orange { color: #fff!important; }


.container-padding{
    padding: 0% 7%;
}

.servicios-div{
    padding-left: 5px;
    padding-right:5px;
    height: 360px;
}

/*.servicios-div:hover{
    opacity: 0.8;
}*/

.service-1{
    background-image: url(../home/hubox-1.png?ver=2);
    background-size:cover;
}

.service-1:hover{
    background-image: url(../home/hubox-11.png?ver=2);
    box-shadow: 3px 3px 4px #000;
}

.service-2{
    background-image: url(../home/hubox-2.png?ver=2);
    background-size:cover;
}

.service-2:hover{
    background-image: url(../home/hubox-22.png?ver=2);
    box-shadow: 3px 3px 4px #000;
}

.service-3{
    background-image: url(../home/hubox-3.png?ver=2);
    background-size:cover;
}

.service-3:hover{
    background-image: url(../home/hubox-33.png?ver=2);
    box-shadow: 3px 3px 4px #000;
}

.service-4{
    background-image: url(../home/hubox-4.png?ver=2);
    background-size:cover;
}

.service-4:hover{
    background-image: url(../home/hubox-44.png?ver=2);
    box-shadow: 3px 3px 4px #000;
}

.flex-div2{
    display: flex;
    align-items: flex-end;
}

.carousel-caption{
    position:absolute;
    right:5%;
    top:20%;
    left:40%;
    z-index:10;
    padding-top:20px;
    padding-bottom:20px;
    letter-spacing: 1px;
    color:#fff;
}

.legales{
	top: 44%;
    left: 26%;
}

.legales h3{
	font-size: 1rem!important;
}

.carousel-caption h5{
    font-size: 1.5rem!important;
    margin-bottom: 0;
}

.carousel-caption h1{
    font-size: 4rem!important;
    margin-bottom: 1.7rem;
}

.carousel-caption span{
    font-size: 1.1rem!important;
}

#personal{
    background: url(../home/personal/back-movil.png?ver=3);
        background-position: top center;
    background-size: cover;
}

#bcae{
    background: url(../home/BCAE/back-movil.png?ver=3);
        background-position: top center;
    background-size: cover;
}

#gestor{
    background: url(../home/gestor/back-movil.png?ver=3);
        background-position: top center;
    background-size: cover;
}

#correo{
    background: url(../home/correo/back-movil.png?ver=3);
        background-position: top center;
    background-size: cover;
}

.text-just{
    text-align: justify!important;
}

#sectores .giro {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
}

#sectores .giro:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
   }

.height-100{
    height: 100%!important;
}

footer{
    color: #fff!important;
}

.align-items{
    align-items: center;
    display: flex;
}

footer h5 {
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 28px;
}


footer h5:before, .line-orange:before {
    width: 31px;
}
footer h5:before, footer h5:after, .line-orange:before,.line-orange:after {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    height: 2px;
    background-color: #fff;
}

.bg-theme {
	background: #ffffff!important;
	font-size: 14px;
}

a,
a:visited {
    color: #fff;
    webkit-transition: color .5s;
    transition: color .5s;
    text-decoration: none!important
}

footer .logo {
    width: 200px;
}

footer ul li a {
    color: #fff!important;
    text-decoration: none !important;
}

footer ul li a:hover {
    color: #d90000!important;
    text-shadow: 0px 0px 3px;
}

footer hr, hr{
    border-top: 1px solid #fff;
}

.logo-head{
    max-width:120px;
    margin-left: 0px;
}

.m-t-1rem{
    margin-top: 1rem!important;
}
.m-t-3rem{
    margin-top: 3rem!important;
}

.m-t-4rem{
    margin-top: 4rem!important;
}

.m-t-5rem{
    margin-top: 5rem!important;
}

.p-t-16rem{
    padding-top: 16rem!important;
}

.p-t-10rem{
    padding-top: 10rem!important;
}

.p-t-5rem{
    padding-top: 5rem!important;
}

.p-t-4rem{
    padding-top: 4rem!important;
}

.p-t-3rem{
    padding-top: 3rem!important;
}

.m-b-3rem{
    margin-bottom: 3rem!important;
}

.m-b-4rem{
    margin-bottom: 4rem!important;
}

.m-b-5rem{
    margin-bottom: 5rem!important;
}

.m-b-7rem{
    margin-bottom: 7rem!important;
}

.p-b-5rem{
    padding-bottom: 5rem!important;
}

.p-b-4rem{
    padding-bottom: 4rem!important;
}

.p-b-3rem{
    padding-bottom: 3rem!important;
}

.p-5-0{
    padding: 5px 0px;
}

.p-40-0{
    padding: 40px 0px;
}

.pb-30{
    padding-bottom: 30px;
}

.mw-16{
    max-width: 16%;
}

.mw-30{
    max-width: 30%;
}

.mw-85{
    max-width: 85%;
}

.mw-20{
    max-width: 20%;
}

.mw-60{
    max-width: 60%;
}

.mw-60px{
    max-width: 60px;
}

.mw-30px{
    max-width: 30px;
}

.mw-20px{
    max-width: 20px;
}

.mw-13{
    max-width: 13px;
}

.mw-8{
    max-width: 8px;
}

.mw-90{
    max-width: 90px;
}

.mw-150{
    max-width: 150px;
}
.mw-350{
    max-width: 350px;
}
.mw-120px{
    max-width: 120px;
}

.ml-46{
    margin-left: -46%;
}

.ml-13{
    margin-left: -13%;
}

.w-35{
    width: 35%;
}

.minh-100{
    min-height: 100%;
}

.l-h-17{
	line-height: 17px;
}

.l-h-21{
	line-height: 21px;
}

.bx-2-2-7{
    box-shadow: 2px 2px 7px;
}

.bck-gris{
    background-color: #fbfbfb!important;
}

.font-orange{
    color: #2c3d84!important;
}

.font-black{
    color: #000000!important;
}

.back-orange{
    background-color: #2c3d84!important;
}

.font-white{
    color: #ffffff!important;
}

.font-08{
    font-size: 0.8rem;
}

.font-09{
    font-size: 0.9rem;
}

.movil{
    display:none!important;
}

.t-4g{
    -webkit-transform: rotate(4.8deg);
    -moz-transform: rotate(4.8deg);
    -ms-transform: rotate(4.8deg);
    transform: rotate(4.8deg);
}

.footer-copyright{
    background: #000;
    color: #fff;
    height: 88px;
    padding-top: 20px;
    display: grid;
    align-items: center!important;
    font-size: 1.1rem;
}

.conoce-mas:hover {
    box-shadow: inset 0px 0px 3px 2px #fff;
    cursor: pointer;
    text-decoration: none;
}

.h2-privacidad{
    border-bottom: 4px solid #2c3d84;
}

.b-r-gray{
    border-right: 2px solid #b1b1b1;
}

.b-b-gray{
    border-bottom: 2px solid #b1b1b1;
}

.b-b-orange{
    border-bottom: 4px double #2c3d84;
}

@media (max-width: 767px){
    html, body{
        overflow-x: hidden;
    }
    .b-r-gray{
        border:0;
    }
    .web{
        display:none!important;
    }

    .movil{
        display:block!important;
    }
    .carousel-caption-udns {
        top: 30%;
        left: 0%;
        right: 0;
    }

    .carousel-caption h5{
        font-size: 1.1rem!important;
    }
    
    .carousel-caption h1{
        font-size: 2.4rem!important;
    }
    
    .carousel-caption span{
        font-size: 0.85rem!important;
    }

    #quienes-somos .justify-content-around .font-orange{
        font-size: 1.3rem;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    #carousel-example .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item,
    #carousel-socios .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item  {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    #carousel-example .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item,
    #carousel-socios .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) {
    #carousel-example .carousel-item,
    #carousel-socios .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    #carousel-example .carousel-inner .active + .carousel-item,
    #carousel-socios .carousel-inner .active + .carousel-item {
        display: block;
    }
    #carousel-example .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #carousel-example .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    #carousel-socios .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #carousel-socios .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item  {
        transition: none;
    }
    #carousel-example .carousel-inner .carousel-item-next,
    #carousel-socios .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    #carousel-example .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #carousel-example .carousel-item-next.carousel-item-left + .carousel-item,
    #carousel-example .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    #carousel-socios .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #carousel-socios .carousel-item-next.carousel-item-left + .carousel-item,
    #carousel-socios .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    #carousel-example .carousel-inner .carousel-item-prev.carousel-item-right,
    #carousel-socios .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    #carousel-example .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #carousel-example .carousel-item-prev.carousel-item-right + .carousel-item,
    #carousel-example .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    #carousel-socios .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #carousel-socios .carousel-item-prev.carousel-item-right + .carousel-item,
    #carousel-socios .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    #carousel-example .carousel-inner .active + .carousel-item + .carousel-item,
    #carousel-socios .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    #carousel-example .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    #carousel-socios .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    #carousel-example .carousel-inner .carousel-item-next,
    #carousel-socios .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    #carousel-example .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    #carousel-socios .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    #carousel-example .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    #carousel-socios .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* LG */
@media (min-width: 991px) {

    .carousel-caption{
        position:absolute;
        right:2%;
        top:20%;
        left:72%;
        z-index:10;
        padding-top:20px;
        padding-bottom:20px;
        letter-spacing: 5px;
        color:#fff;
    }

    .legales{
		top: 44%;
	    left: 26%;
	}

	.legales h3{
		font-size: 1.75rem!important;
	}

    #personal{
        background: url(../home/personal/back.png?ver=3);
            background-position: top center;
        background-size: cover;
    }

    #bcae{
        background: url(../home/BCAE/back.png?ver=3);
            background-position: top center;
        background-size: cover;
    }

    #gestor{
        background: url(../home/gestor/back.png?ver=3);
            background-position: top center;
        background-size: cover;
    }

    #correo{
        background: url(../home/correo/back.png?ver=3);
            background-position: top center;
        background-size: cover;
    }

    .logo-head{
        max-width:120px;
        margin-left: 80px;
    }
    /* show 4th item */
    #carousel-example .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item,
    #carousel-socios .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }
    #carousel-example .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item,
    #carousel-socios .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
    #carousel-example .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    #carousel-socios .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    #carousel-example .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    #carousel-socios .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    #carousel-example .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    #carousel-socios .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}</pre></body></html>