@charset "UTF-8";
@font-face {
    font-family: 'Brutal';
    font-style: normal; /* italic  oblique  */
    font-weight: 200;
    font-display: swap;
    src: local('Brutal Type Thin'),
        /* url('../fonts/Brutal/BrutalType.woff2') format('woff2'),
        url('../fonts/Brutal/BrutalType.woff') format('woff'), */
        url('../fonts/Brutal/BrutalType.ttf') format('truetype');
}
@font-face {
    font-family: 'Brutal';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Brutal Type Medium'),
        /* url('../fonts/Brutal/BrutalType-Medium.woff2') format('woff2'),
        url('../fonts/Brutal/BrutalType-Medium.woff') format('woff'), */
        url('../fonts/Brutal/BrutalType-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Brutal';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Brutal Type Bold'),
        /* url('../fonts/Brutal/BrutalType-ExtraBold.woff2') format('woff2'),
        url('../fonts/Brutal/BrutalType-ExtraBold.woff') format('woff'), */
        url('../fonts/Brutal/BrutalType-ExtraBold.ttf') format('truetype');
}

:root {
    --main-color: #26262E;
    --white-color: #fff;
    --red-color: #D80B15;
    --blue-color: #042789;
    --bg-stage: #DEE3F1;
    --border-bottom: #CACFF3;
    --color-gray: #5E5E5E;
    --bg-button: #F5F5F5;
    --bg-green: #0f0;
    --bg-menu-li: rgb(255 255 255 / 0.2);
    /* --main-font: DM Sans; */
    --main-font: "Brutal";
}
body {
    font-family: var(--main-font);
    font-optical-sizing: auto;
}
body * {
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    /* font-size: 17px; */
    line-height: 1.5;
    font-style: normal;
}
* {
    color: var(--blue-color);
}
body p, body li, body span, body a, body li * {
    font-weight: 200;
}
body * h1, body * h2, body * h3, body * h4, body * h5 {
    font-weight: 800;
}
body strong {
    font-weight: 500;
}
.fancybox-inner * {
    color: var(--white-color);
}
/* .icons li::after {
    content: "\2713";
    position: relative;
    color: var(--bg-green);
    font-weight: 800;
    margin-left: 10px;
} */
.icons ul {
    display: inline-flex;
    flex-direction: column;
}
@media(min-width:767px){
    .icons ul {
        flex-direction: row;
    }
}
.icons li::before {
    content: '\26AC';
    color: var(--red-color);
    margin-right: 5px;
    font-weight: 600;
}
.icons ul li:last-child {
    margin-right: 0;
}
.icons ul li {
    margin-right: 25px;
}
.leyend * {
    text-transform: uppercase;
}
.banner__cont .container-fluid {
    width: 100% !important;
}
#nosotros > div {
    overflow: hidden;
}
img.bg {
    position: absolute;
    top: 15%;
    right: 2%;
    left: inherit;
    width: 60%;
    opacity: .09;
    transform: none;
}
@media screen and (max-width: 1200px) {
    .banner__cont p {
        font-size: 1.5rem !important;
        font-weight: 600;
    }
}
@media(min-width:1200px){
    .banner__cont h2 {
        line-height: 3.5rem !important;
    }
    .banner__cont .container-fluid {
        max-width: 1024px !important;
    }
}
@media(max-width:1200px){
    .banner__cont h2 {
        font-size: 2.5rem;
        line-height: 1.3 !important;
    }
}
@media (max-width: 768px) {
    .banner__cont h2 {
        font-size: 2rem;
        line-height: 1.15 !important;
    }
}
@media(min-width:768px){
    img.bg {
        top: 75%;
        left: 50%;
        right: 0;
        width: 40%;
        transform: translate(-50%, -50%);
    }
}
* a,
* a *,
#footer .contact a i {
    color: inherit;
    transition: .3s ease-in;
}
ul.menu li a:not(ul.menu li:nth-last-child(2) a).active {
    color: var(--red-color);
    transition: .3s ease-out;
}
.btn-map:hover, .btn-banner:hover{
    background: var(--red-color);
    transition: .3s ease-out;
}
.clear {
    clear: both;
    height: 0;
    width: 100%;
}
.mb-ls-30{
    margin-bottom: -30px !important;
}
#footer .contact a:hover i {
    background: var(--red-color) !important;
    margin-right: 5px;
    transition: .3s ease-out;
}
section#header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin: .6% 0;
}
h2:not(.banner h2, #contactanos h2) {
    /* font-weight: bold; */
    line-height: 1.1;
    margin-bottom: 20px;
    z-index: 10;
}
div#desarrollo h2, div#infraestructura h2 {
    padding-right: 60px;
}
div#desarrollo h5, div#infraestructura h5 {
    padding-right: 50px;
}
/* @media(min-width:767px){
    div#desarrollo h2, div#infraestructura h2 {
        padding-right: 100px;
    }
} */
h5 {
    font-weight: bold;
    margin-bottom: 1.2rem;
    z-index: 10;
    line-height: 1.2;
}
hr, .modalbox hr {
    width: 100%;
    height: 1px;
    background: rgb(2 0 100 / .75);
    margin: 1.3rem 0 1.8rem;
}
.modalbox hr {
    margin: 1.3rem 0 1.3rem;
}
@media(min-width:1200px) {
    h2:not(.banner h2, #contactanos h2) {
        font-size: 35px;
    }
    h5:not(#contactanos h5) {
        font-size: 23.5px;
    }
}
/*MENU*/
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: rgb(20 20 157 / 90%); */
    background: rgb(255 255 255 / .95);
}
.logo {
    display: inline-flex;
    padding: 8px 15px;
    background: var(--white-color);
    z-index: 900;
    border-radius: 4px;
}
.logo img {
    width: 150px;
    min-width: inherit;
}
ul.menu {
    position: fixed;
    width: 100%;
    max-width: 250px;
    height: 100%;
    top: 0px;
    left: 0;
    margin-left: -300px;
    padding-top: 80px;
    /* background: rgb(255 255 255 / 0.95); */
    background: transparent;
    overflow-y: auto;
    opacity: 0;    
    z-index: -1;
    transition: .9s ease;
}
ul.menu::before {
    content: '';
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: -300px;
    background: rgb(255 255 255 / 0.95);
    z-index: 80;
    opacity: 0;
    transition: .7s ease-out; 
}
nav ul.menu.slide-right::before{
    margin-left: 0px;
    opacity: 1;
    transition: .7s ease-in;
}
ul.menu li {
    display: flex;
    padding: 0 5px;
    overflow: hidden;
    z-index: 100;
}
ul.menu li::before {
    content: "";
    width: 100%;
    height: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background-color: transparent;
}
ul.menu li:first-child {
    padding-left: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 4px;
    margin-left: 0;
}
ul.menu li:nth-last-child(4) {
    padding-right: 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
ul.menu li:nth-last-child(2) {
    display: inline-flex;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0 5px;
    border-radius: 4px;
}
ul.menu li:last-child::before {
    background: none;
}
ul.menu li:last-child {
    padding: 0 10px;
    border-radius: 0;
}
ul.menu li:last-child a {
    color: var(--red-color);
    left: -5px;
    transition: .4s ease-out;
}
ul.menu li a {
    display: inherit;
    width: 100%;
    align-items: center;
    text-transform: uppercase;
    color: var(--min-color);
    font-size: 14px;
    font-weight: 600;
    padding: 8px 25px;
    white-space: nowrap;
}
section#body>div:not(.banner) {
    scroll-margin-top: 50px;
    padding: 50px 0;
}
/* MENU RESPONSIVE */
nav ul.menu.slide-right {
    display: inline-flex;
    flex-direction: column;
    margin-left: 0;
    opacity: 1;
    z-index: 99 !important;
    transition: .9s ease;
}
/**/
nav ul.menu.slide-right li:nth-child(1){
    order: 2;
}
nav ul.menu.slide-right li:nth-child(2){
    order: 3;
}
nav ul.menu.slide-right li:nth-child(3){
    order: 4;
}
nav ul.menu.slide-right li:nth-child(4){
    order: 5;
}
nav ul.menu.slide-right li:nth-child(5){
    order: 6;
}
nav ul.menu.slide-right li:nth-child(6){
    order: 7;
}
nav ul.menu.slide-right li:nth-child(7){
    order: 8;
}
nav ul.menu.slide-right li:nth-child(8) {
    order: 1;
    display: inline !important;
    width: 80px;
    height: 30px;
    margin-left: 26px;
    background: #ccc;
    border-radius: 50px;
    padding: 0;
    margin-top: 15px;
    top: -13px;
}
ul.menu li:nth-last-child(4) {
    padding-right: 25px;
}
@media(min-width:1169px){
    nav ul.menu.slide-right li:nth-child(8) {
        width: 70px;
    }
    ul.menu li:nth-last-child(4) {
        padding-right: 15px;
    }
}
nav ul.menu.slide-right li:nth-child(8) a{
    left: 2px;
    top: -3px;
}
nav ul.menu.slide-right li:nth-child(9){
    order: 9;
}
ul.menu.slide-right > span {
    background: rgb(0 0 255 / .2);
    transition: .4s ease-in;
}
.slide-right  > span{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 255 / 0);
    transition: .4s ease-out;
    cursor: pointer;
    z-index: -1;
}
.btn_menu {
    display: inline-block;
    cursor: pointer;
    content: "";
    height: 20px;
    width: 25px;
    position: relative;
    top: 0px;
    right: 15px;
    z-index: 99;
}
.btn_menu::before {
    bottom: 0;
}
.btn_menu::after,
.btn_menu::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px solid var(--main-color);
    transition: 0.8s ease;
}
.btn_menu span {
    position: absolute;
    top: 45%;
    right: 0px;
    width: 100%;
    border-bottom: 2px solid var(--main-color);
    opacity: 1;
    transition: 0.8s ease;
}
.active.btn_menu::before {
    -webkit-transform: translate3d(0, -9px, 0) rotate(-140deg);
    transform: translate3d(0, -9px, 0) rotate(-140deg);
    transition: 0.8s ease;
}
.btn_menu.active span {
    opacity: 0;
    width: 0%;
    transition: 0.8s ease;
}
.active.btn_menu::after {
    -webkit-transform: translate3d(0, 9px, 0) rotate(140deg);
    transform: translate3d(0, 9px, 0) rotate(140deg);
    /* transition-delay: 0.1s; */
    transition: 0.8s ease;
}
.menu.slide-right li:nth-last-child(2) a {
    color: var(--red-color);
    background: none;
}
@media(min-width:1070px){
    ul.menu{
        display: inline-flex;
    }
    nav {
        justify-content: center;
        align-items: inherit;
        background: none;
    }
    nav .btn_menu {
        display: none;
    }
    .logo img {
        width: 100%;
        min-width: 100px;
        max-width: 168px;    
    }
    nav ul.menu {
        display: inline-flex;
        background: none;
        position: relative;
        width: auto;
        max-width: inherit;
        height: auto;
        top: 0;
        left: 0;
        margin-left: 0;
        margin-bottom: 0;
        padding-left: 0;
        padding-top: 0;
        overflow-y: auto;
        list-style-type: none;
        z-index: 90;
        opacity: 1;
        transition: .9s ease;
    }
    ul.menu li:first-child {
        padding-left: 15px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        margin-left: 10px;
    }
    ul.menu li:nth-last-child(3) {
        margin-left: 30px;
        margin-right: 10px;
        padding: 0 13px;
        border-radius: 4px;
    }
    ul.menu li:last-child {
        padding: 0 10px;
        border-radius: 4px;
    }
    ul.menu li:last-child::before {
        background: var(--red-color);
    }
    ul.menu li::before {
        background-color: var(--blue-color);
        width: 110%;
    }
    ul.menu li a {
        display: inline-flex;
        width: inherit;
        align-items: center;
        text-transform: uppercase;
        color: var(--white-color);
        font-size: 13px;
        font-weight: 500;
        padding: 5px 5px;
        white-space: nowrap;
    }
    .menu li:nth-last-child(2) a{
        padding: 0 25px;
    }
    .menu li:nth-last-child(2)::before{
        color: var(--white-color);
        background: var(--red-color) !important;
    }
}
/*FOOTER*/
#footer {
    padding: 10px 0px;
    background: var(--blue-color);
}
#footer * {
    color: var(--white-color);
    font-size: 15px;
    /* font-weight: 400; */
    text-align: center;
}
#footer .by, #footer .by * {
    font-size: 12px;
}
img.logo-f {
    width: 100%;
    max-width: 140px;
    margin: 0 auto 10px;
}
.col1,
.col2, .col2 .redes {
    display: flex;
}
#footer .col2 .redes li {
    margin-bottom: 0;
}
#footer a:hover span{
    color: var(--white-color) !important;
}
#footer a:hover{
    color: var(--red-color) !important;
    transition: .3s ease;
}
#footer .col2 li {
    max-width: 350px;
    justify-content: end;
    /* display: inline-flex; */
    flex-wrap: wrap;
    margin-bottom: 15px;
}
#footer .col2 li:last-child {
    margin-bottom: -2px;
}
#footer .col2 li p {
    line-height: 1.1;
}
#footer .col2 li p strong {
    font-size: 13px;
    font-weight: 600;
    margin: 0 !important;
}
#footer .col2 li p span {
    display: block;
    margin-top: -5px;
    font-weight: 200;
}
#footer .col2 li a:nth-child(3) {
    font-size: 12px;
}
.blk-flx{
    display: flex;
    justify-content: center;
}
@media(min-width:576px){
.blk-flx{
    justify-content: start;
}
}
.redes {
    flex-direction: row;
}
.redes li:first-child{
    margin-left: 15px;
}
ul.col2.contact, .col1 {
    flex-direction: column;
}
.col2 {
    display: inline-flex;
    /* flex-wrap: nowrap; */
    text-align: left;
    margin-top: 25px;
}
.col2.fdr {
    flex-direction: row;
    align-items: start;
}
.sm-between-space {
    display: block;
}
.isotype img {
    max-height: 30px;
    margin-left: 10px;
}

.isotype {
    display: inline-flex;
    align-items: center;
}
@media(min-width:576px) {
    #footer {
        padding: 50px 0px;
    }
    #footer * {
        text-align: inherit;
    }
    #footer .col1,
    #footer .col2 {
        display: inline-flex;
    }
    #footer .col2 {
        margin-top: 0;
        text-align: right;
    }
    .sm-between-space {
        display: flex;
        align-items: start;
        justify-content: space-between;
    }
    img.logo-f {
        margin: 0 0 10px;
    }
}
#footer .contact li:last-child a {
    margin-bottom: 5px;
}
#footer .contact a {
    align-items: center;
    display: inline-flex;
    margin-bottom: 15px;
    color: var(--main-color);
    border-radius: 50px;
    padding: 5px 20px;
    background: var(--white-color);
}
#footer .contact i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: var(--blue-color);
    object-fit: contain;
    mask-repeat: no-repeat
}
#footer i.phone {
    mask-image: url('../img/phone.svg');
}
#footer i.mail {
    mask-image: url('../img/mail.svg');
}
#footer i.book {
    mask-image: url('../img/book.png');
    width: 30px;
    height: 30px;
}
#footer .contact p {
    font-size: 13px;
}
#footer .contact a {
    align-items: center;
    display: inline-flex;
    margin-bottom: 5px;
    color: var(--main-color);
    border-radius: 50px;
    /* padding: 5px 20px; */
    padding: 2px 15px;
    font-size: 13px;
    background: var(--white-color);
}
#footer .redes a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    transform: scale(1);
    margin-right: 5px;
    /* background: var(--white-color); */
    opacity: .76;
    object-fit: contain;
    mask-repeat: no-repeat;
    transition: .3s ease-in;
    background-size: 30px 30px;
}
#footer .redes li:last-child a i{
    margin-right: 0;
}
#footer .redes a:hover i {
    transform: scale(1.2);
    opacity: 1;
    transition: .3s ease-out;
}
#footer i.facebook {
    /* mask-image: url('../img/facebook.svg'); */
    background: url('../img/facebook.svg');
}
#footer i.linkedin {
    /* mask-image: url('../img/linkedin.svg'); */
    background: url('../img/linkedin.svg');
}
#footer i.instagram {
    /* mask-image: url('../img/instagram.svg'); */
    background: url('../img/instagram.svg');
}
#footer i.youtube {
    /* mask-image: url('../img/youtube.svg'); */
    background: url('../img/youtube.svg');
}
ul.col2.redes {
    flex-direction: row;
    justify-content: center;
}
.border-b::after {
    content: "";
    width: calc(100% - 20px);
    height: .01rem;
    background: var(--white-color);
    position: absolute;
    left: 10px;
    bottom: 0;
    opacity: .2;
}
#footer * a:hover span{
    color: var(--red-color);
    transition: .3s ease;
}
.WhatsApp {
    position: fixed;
    width: 65px;
    height: 65px;
    right: 10px;
    bottom: 90px;
    text-align: center;
    padding: 3px;
    z-index: 999;
    animation: bounce 2.3s infinite;
}
.WhatsApp img {
    width: 60px;
    height: 60px;
}
/*BNNER*/
.banner {
    width: 100%;
    z-index: 9;
}
.banner,
.banner__js {
    position: relative;
    overflow: hidden;
}
.banner {
    position: relative;
    height: calc(100vh);
    overflow: hidden;
    z-index: 2 !important;
    background: var(--white-color);
}
/*SERVICIOS*/
.flex-center {
    justify-content: center;
}
.box-services {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
}
.box-services a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.box-services>div {
    padding-top: 100%;
    overflow: hidden;
    z-index: 8;
}
.box-services>div>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .8s ease-out;
}
.box-services:hover>div>img {
    transform: translate(-50%, -50%) scale(1.15);
    transition: .8s ease-in;
}
.box-services h3 {
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 7% 15px;
    font-weight: bold;
    color: var(--blue-color);
    background: rgb(242 242 242);
    transition: .3s ease-out;
    z-index: 5;
}
.box-services:hover h3 {
    color: var(--red-color);
    transition: .3s ease-in;
}
/*FORMULARIO*/
#contactanos {
    background: var(--bg-stage);
}
#contactanos h2 {
    width: 100%;
    font-weight: 600;
    line-height: 1.3;
    color: var(--blue-color);
    margin-bottom: 2.5%;
}
div#contactanos p {
    text-align: left;
    max-width: 100%;
    margin-bottom: 35px;
}
@media(min-width: 768px){
    #contactanos p {
        text-align: justify !important;
        max-width: 47% !important;
    }
}
input, textarea {
    width: 100%;
}
.d-flex-md {
    display: flex;
    flex-wrap: wrap;
}
.box-form {
    float: none;
    width: 100%;
    max-width: inherit;
    padding: 30px;
    background: var(--blue-color);
    border-radius: 20px;
    margin-left: 0;
    order: 5;
    margin: 25px 0 10px;
    z-index: 20;
}
.box-form h3 {
    color: var(--white-color);
    margin-bottom: 6%;
    line-height: 1.2;
}
.box-form input,
.box-form textarea,
.box-form ::placeholder,
.iti__selected-dial-code, .box-form select {
    font-size: 15px;
    font-weight: 400;
    background: transparent;
    color: var(--white-color);
    /* padding: 8px 0 13px; */
    padding: 5px 0 10px;
}
.box-form select {
    width: 100%;
    margin-bottom: 15px;
}
.box-form select option {
    color: var(--main-color);
}
.box-form textarea {
    height: 45px; /*55*/
    /* resize: none; */
    overflow: hidden;
}
.select-items div {
    color: var(--main-color) !important;
}
.iti {
    display: block !important;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    border-bottom: 1px solid;
    border-color: rgb(255 255 255 / .3);
}
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text] {
    padding-left: 90px !important;
}
.iti__selected-dial-code {
    font-size: 13px;
}
.iti__flag {
    transform: scale(1.5);
    margin-right: 8px;
    top: -5px;
}
.iti__country-list {
    max-width: 300px;
}
.iti__flag-box {
    margin-right: 15px !important;
}
.number {
    border-bottom: #042789;
    margin: 10px 0 0;
}
.number:after {
    content: '';
    position: absolute;
    width: calc(100% - 90px);
    height: .5px;
    z-index: 10;
    background: rgb(255 255 255 / .3);
    right: 0;
    margin-top: -1px;
}
.box-form h3 {
    font-size: 21px;
    font-weight: 600;
}
.box-form input:not(.number input), .box-form select, .box-form textarea {
    border-bottom: .5px solid;
    border-color: rgb(255 255 255 / .3);
}
.box-form button, .box-form input[type=button] {
    width: 100%;
    padding: 8px;
    border-radius: 50px;
    background: var(--white-color);
    color: var(--blue-color);
    font-style: 15px;
    font-weight: 400;
    text-align: center;
    border: none;
    margin-top: 13px;
    border: none;
    transition: .4s ease-out;
}
.box-form button:hover, .box-form input[type=button]:hover {
    background: var(--red-color);
    color: var(--white-color);
    transition: .4s ease-out;
}
input.red, select.red, * .red, label.red * {
    color: var(--red-color) !important;
}
label.red input[type="checkbox"]::after {
    content: '';
    position: absolute;
    width: 17px;
    height: 18px;
    top: -0.05rem;
    left: -1px;
    background: var(--red-color);
    z-index: -1;
    border-radius: 2px;
}
form#contactForm label {
    display: flex;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: lighter;
    transition: 3.5s;
    color: var(--white-color);
}
input[type="checkbox"] {
    accent-color: var(--red-color);
    width: 5%;
    height: 17px;
    margin-right: 5px;
    top: 1px;
}
form#contactForm label:hover a {
    text-decoration: underline;
}
form#contactForm a {
    color: var(--red-color);
    color: red !important;
    font-weight: 700;
    text-decoration: underline;
}
form#contactForm input::placeholder, form#contactForm textarea::placeholder, form#contactForm input::placeholder, form#contactForm label {
    font-size: 14px;
    font-weight: lighter;
}
form#contactForm label div *, form#contactForm label div{
    color: var(--white-color);
    width: 95%;
    line-height: 1.3;
}
.iti__arrow {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    position: relative;
    margin-left: 10px !important;
}
.iti__arrow::before,
.iti__arrow::after {
    content: '';
    position: relative;
    top: -19px;
    left: 3px;
    display: inline-block;
    width: 6px;
    height: 1.5px;
    background: #fff;
}
.iti__arrow::before {
    transform: rotate(130deg);
}
.iti__arrow::after {
    top: -43px;
    left: -1px;
    transform: rotate(45deg);
}
.iti__arrow.iti__arrow--up::before {
    transform: rotate(45deg);
}
.iti__arrow.iti__arrow--up::after {
    transform: rotate(130deg);
}
.box-form ::placeholder {
    color: var(--bg-stage);
}
* .red::placeholder{
    color: var(--red-color);
}
@media(min-width:767px) {
    .box-form {
        float: right;
        max-width: 380px;
        padding: 38px;
        margin: 0 0 0 6%;
    }
    .d-flex-md {
        display: block;
        flex-wrap: inherit;
    }
}
@media(min-width:991px) {
    #contactanos {
        scroll-margin-top: 70px !important;
        padding: 70px 0 !important;
    }
}
@media(min-width:1200px) {
    #contactanos h2 {
        font-size: 32px;
        letter-spacing: 1px;
    }
    #contactanos h5 {
        font-size: 22px;
        font-weight: 500;
        width: 50%;
    }
}
/* UBICACION / cCLIENTES*/
.logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2rem;
    padding: 3rem;
}
.logos img {
    object-fit: contain;
    transform: scale(1);
    transition: .6s ease;
    margin: 0 auto 2%;
    width: 95% !important;
}
/**/
@media(min-width:576px){
    .logos {
        grid-template-columns: repeat(2, 1fr);
    }
    .logos img {
        width: inherit !important;
    }
}
@media(min-width:768px){
    .logos {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* @media(min-width:1200px){
    .logos {
        grid-template-columns: repeat(6, 1fr);
    }
} */
.logos img:hover {
    transform: scale(1.2);
    transition: .6s ease;
}
/* UBICACIÓN */
div#ubicacion {
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}
#ubicacion .map {
    width: 100%;
    padding-top: 30.708%;
    min-height: 400px;
    overflow: hidden;
    background-size: cover !important;
}
.mapa {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* padding-top: 440px; */
    padding-top: 280px;
}
.mapa img {
    position: absolute;
    top: 50%; /*30%; */
    left: 85%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    height: 80%; /*add*/
}
.mapa a[data-fancybox=map] {
    position: static;
    pointer-events:all;
}
.btn_content{
    display: flex;
}
.btn-map, .btn-banner {
    position: absolute;
    display: inline-flex;
    font-weight: 400;
    font-size: 15px !important;
    text-shadow: none !important;
    top: inherit;
    bottom: 0;
    margin-top: 30px;
    left: 50%;
    padding: 8px 20px;
    color: var(--white-color);
    background: var(--blue-color);
    transform: translate(-50%, 0%);
    border-radius: 50px;
    text-wrap: nowrap;
}
.btn-banner {
    margin-bottom: 60px;
}
@media(min-width:768px){
    .btn-map{
        left: 50%;
        margin-bottom: 60px;
    }
}
.leyend {
    position: relative;
    width: 100%;
    flex-direction: column;
    display: flex;
    right: 0;
    bottom: 0;
    padding: 20px;
    border-radius: 20px;
    background: rgb(255 255 255 / .4);
    backdrop-filter: blur(10px);
    margin: 20px 0 0;
}
.leyend h3{
    display: flex;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: var(--blue-color);
    left: -0px;
    margin-bottom: 20px;
}
.leyend h3::before{
    position: relative;
    content: '';
    width: 25px;
    height: 22px;
    margin-right: 10px;
    background-color: var(--blue-color);
}
.leyend ul {
    /* columns: 1; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.leyend ul li {
    display: flex;
    counter-increment: item;
    position: relative;
    padding-left: 0;
    margin-bottom: 5px;
    font-size: 13px;
    align-items: center;
}
.leyend ul li:last-child {
    margin-bottom: 0;
}
.leyend ul li::before {
  content: counter(item);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 1.8;
  background: #e6b313;
  margin-right: 15px;
  color: white;
  border-radius: 50%;
}
.leyend ul li:nth-child(2)::before {
  background: #395dea;
}
.leyend ul li:nth-child(3)::before {
  background: #889aa6;
}
.leyend ul li:nth-child(4)::before {
  background: #7b5ca9;
}
.leyend ul li:nth-child(5)::before {
  background: #d73cbe;
}
.leyend ul li:nth-child(6)::before {
  background: #180493;
}
.leyend ul li:nth-child(7)::before {
  background: #01c854;
}
.leyend ul li:nth-child(8)::before {
  background: #f174ec;
}
.leyend ul li:nth-child(9)::before {
  background: #ff5050;
}
.leyend ul li:nth-child(10)::before {
  background: #d5dbf1;
}
.fancybox__backdrop {
    opacity: var(--fancybox-opacity, 0.95) !important;
}
span.expand {
    position: absolute;
    display: inline-flex;
    font-weight: 400;
    font-size: 11px;
    bottom: 45px;
    left: 50%;
    padding: 4px 13px;
    color: var(--white-color);
    background: rgb(0 0 0 / 14%) url(../img/max_img.png) no-repeat 88% center;
    background-size: 20px 20px;
    transform: translate(-50%, 0%);
    padding-right: 42px;
    border-radius: 50px;
    margin-bottom: 0;
}
@media screen and (max-width:768px) and (min-width:620px){
    .leyend ul {
        /* columns: 2; */
        grid-template-columns: repeat(2, 1fr);
    }
}
/* add */
@media(min-width:520px){
    .mapa img {
        top: 0;
        left: 0;
        transform: none;
        height: 60%;    
    }
    .mapa {
        padding-top: 350px;
    }
    span.expand {
        bottom: 65px;
    }
}
/*  */
@media(min-width:768px){
    .mapa a[data-fancybox=map] {
        pointer-events:none;
    }
    .mapa img {
        top: 0;
        left: 0;
        transform: none;
        height: auto;
    }
    .mapa {
        padding-top: 0%;
        height: 595px; /*620px*/
    }
    .leyend {
        position: absolute;
        display: inline-block;
        width: auto;
        right: 20px;
        top: 59%;
        padding: 30px 40px;
        transform: translate(0%, -50%);
        /* height: 540px; */
        min-height: 490px;
        margin: 0px;
    }
    .leyend h3{
        font-size: 24px;
        left: -40px;
    }
    .leyend ul li {
        margin-bottom: 15px;
    }
    .btn-map {
        bottom: -70px; /*75*/
    }
    .leyend h3::before{
        width: 37px;
        height: 32px;
    }
    span.expand {
        display: none;
    }
}
/*NOSOTROS*/
.bg-video {
    display: inline-block;
    width: 100%;
    line-height: 0;
    overflow: hidden;
    padding-top: 65%;
    overflow: hidden;
    border-radius: 25px;
    background: #000;
}
.video:not(.video h5) {
    width: 100%;
    padding-top: 56.2%; /*75%*/
    float: none;
    margin-right: 0%;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}
.video>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: .8s ease-out;
}
.video:hover>img {
    transform: translate(-50%, -50%) scale(1.08);
    transition: .8s ease-in;
}
#nosotros .video h5 {
    color: var(--white-color);
    font-weight: 400;
    font-size: 14px;
    left: 25px;
    bottom: -10px;
    z-index: 5;
    transition: .3s ease-out;
}
#nosotros .video h5 span {
    display: inline-block;
    top: 1px;
    transform: scale(1);
    margin-right: 5px;
    transition: .5s ease-out;
}
#nosotros .video:hover h5 span {
    color: var(--red-color);
    transform: scale(1.5);
    transition: .5s ease-in;
}
#nosotros .video:hover h5 {
    text-shadow: 1px 1px 1px #000;
    transition: .3s ease-in;
}
#nosotros .video a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box-text {
    padding-bottom: 10px;
    max-width: 960px;
    margin: 0 auto;
}
.box-text h3 {
    font-weight: bold;
    line-height: 1.2;
}
.header {
    text-align: center;
}
.header h2{
    display: inline-block;
}
.header h2::after{
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 25px 0 10px;
    background: rgb(2 0 100 / 0.25);
}
.icons .ul {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
}
.icons .ul div span{
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    margin-bottom: 10px;
    background: var(--red-color);
}
.icons .ul div span img {
    max-width: 90%;
    max-height: 80%;
}
.icons .ul div {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    max-width: 80px;
    margin: 12px;
}
.icons .ul div p{
    font-size: 12px;
    line-height: 1.1;
    color: var(--blue-color);
}
#modal_box:target {
    opacity: 1;
    pointer-events: auto;
	-webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
/* modal */
#modal_box {
	position: fixed;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all 1000ms ease-in;
    -moz-transition: all 1000ms ease-in;
    transition: all 1000ms ease-in;
	z-index: 99999;
}
#modal_box > span { /*#modal_box::before*/
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
    cursor: pointer;
    /* background: rgb(0 0 0 / .6); */
    background: rgb(1 2 46 / 85%);
	/* background: #580204;
	opacity: 0.9; */
}
#modal_box #main_content {
    -webkit-transition: all 700ms ease-in;
    -moz-transition: all 700ms ease-in;
    transition: all 700ms ease-in;
}
#modal_box:target .movedown {
    margin-top: 0%;
}
#modal_box .movedown {
	margin-top: -15%;
}
#modal_box #main_content iframe, #modal_box #main_content video {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
#modal_box .toolbar a {
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: rgb(0 0 0 / .5);
	transition: .4s ease;
}
#modal_box .toolbar a:hover {
	background: rgb(0 0 0 / .95);
	transition: .3s ease;
}
#modal_box a.pantallacompleta::before {
	content: "";
	width: 15px;
	height: 11px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: none;
	color: #ddd;
}
#modal_box a.cerrar::before,
#modal_box a.cerrar::after {
	content: "";
	display: inline-block;
	height: 2px;
	width: 16px;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
	background-color: #ddd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#modal_box a.cerrar::after {
	content: "";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.toolbar {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    width: 88px;
    height: 44px;
    direction: ltr;
    z-index: 99997;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box;
}
#main_content {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 54.25%;
    max-width: 972px;
    max-height: 550px;
    margin: 0 15px;
    z-index: 110;
}
#modal_box img.picture {
    display: inline-block;
    min-width: 10%;
    margin: 0 15px;
    max-width: 1024px;
    max-height: 90%;
    object-fit: contain;
    z-index: 200;
    transition: 0.5s ease-out;
}
/*@media(min-width:767px) {
    .video:not(.video h5) {
    padding-top: 50%;
    width: 48.9%;
    float: left;
    margin-right: 5%;
    }
}*/
@media(min-width:1370px) {
    #main_content {
        padding-top: 40.25%;
    }
}
@media(min-width:1200px) {
    .box-text h3 {
        font-size: 28px;
        line-height: 1.2;
    }
}
/*DESARROLLO*/
#desarrollo, #infraestructura {
    overflow: hidden;
}
.splide {
    position: revert !important;
}
.splide__arrows.splide__arrows--ltr {
    position: absolute;
    width: 100%;
    top: 50%;
}
.splide__track {
    overflow: inherit !important;
    /* clip-path: inset(-100vw -100vw -100vw 0); */
}
#main-slider2 .certificate-box {
    width: 90.5% !important;
}
/* special slide */
div#main-slider1-slide01, div#main-slider3-slide01 {
    margin-left: 0;
}
@media(min-width:576px){
    #main-slider2 .certificate-box {
        width: 60.5% !important;
    }
}
@media(min-width:768px){
    #main-slider2 .certificate-box {
        width: 60.5% !important;
    }
    /* special slide */
    div#main-slider1-slide01, div#main-slider3-slide01 {
        margin-left: -50.5%;
    }
}
#desarrollo .splide__arrows.splide__arrows--ltr,
#infraestructura .splide__arrows.splide__arrows--ltr,
#certificaciones .splide__arrows.splide__arrows--ltr {
    position: absolute;
    width: calc(100% - 10px);
    /* max-width: 1026px; */
    height: 35px;
    left: 0;
    padding: 0 20px;
}
#certificaciones .splide__arrows.splide__arrows--ltr,
#infraestructura .splide__arrows.splide__arrows--ltr,
#desarrollo .splide__arrows.splide__arrows--ltr {
    top: 0px;
}
/* @media(min-width:576px) {
    #desarrollo .splide__arrows.splide__arrows--ltr, #infraestructura .splide__arrows.splide__arrows--ltr, #certificaciones .splide__arrows.splide__arrows--ltr {
        top: 3px !important;
    }   
}
@media(min-width:1200px){
    #desarrollo .splide__arrows.splide__arrows--ltr, #infraestructura .splide__arrows.splide__arrows--ltr, #certificaciones .splide__arrows.splide__arrows--ltr {
        top: 9px !important;
    }
} */
button.splide__arrow.splide__arrow--prev, button.splide__arrow.splide__arrow--next{
    background-color: #000;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 21px;
    /* top: 1px; */
    transition: .35s ease-out;
}
button.splide__arrow.splide__arrow--prev {
    mask-image: url(../img/left_arrow.svg);
}
button.splide__arrow.splide__arrow--next {
    mask-image: url(../img/right_arrow.svg);
}
button.splide__arrow.splide__arrow--prev:not(button.splide__arrow.splide__arrow--prev:disabled):hover, button.splide__arrow.splide__arrow--next:not(button.splide__arrow.splide__arrow--next:disabled):hover{
    background-color: #f00;
    transition: .35s ease-out;
}
.front_page {
    height: 100% !important;
    cursor: pointer !important;
    display: table;
    /* width: inherit; */
    overflow: hidden;
    padding: 15px;
    /* border: 1px solid #000; */
    border: 1px solid rgb(2 0 100 / .2);
}
.cart_box > div {
    margin-bottom: 30px;
}
nav>.splide__list>.splide__slide:active {
    cursor: grabbing !important;
}
.splide__arrow:disabled {
    cursor: default !important;
}
/* @media(max-width:767px){
    .front_page {
        width: 85% !important;
    }
} */
@media(max-width:576px){
    .front_page {
        width: 105% !important;
    }
}
.splide__track--nav>.splide__list>.splide__slide,
.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 1px solid rgb(2 0 100 / .2);
}
.front_page>div {
    display: table-cell;
}
.front_page .picture {
    width: 40%; /*55*/
    padding-top: 60%;
    overflow: hidden;
    left: 0;
    z-index: 5;
}
.front_page .picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    transition: .45s ease-in;
}
.front_page:hover .picture img {
    transform: translate(-50%, -50%) scale(1.05);
    transition: .45s ease-in;
}
.front_page .text {
    width: 40%;
    padding-left: 4%;
    vertical-align: top;
    z-index: 5;
}
.front_page > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
@media(min-width:768px) {
    .front_page .picture {
        width: 50%;
        /* min-width: 150px; */
        left: 0;
    }
    .front_page .text {
        width: 44%;
        max-width: 230px;
        padding-left: 5%;
    }
}
@media(min-width:991px) {
    .front_page .picture {
        width: 50%; /*45*/
        left: 0;
    }
    .front_page .text {
        /* width: 31%; */
        padding-left: 4%;
        /* vertical-align: bottom; */
    }
}
.front_page .text h3 {
    position: inherit;
    top: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding-right: 20px;
    margin-bottom: 15px;
    transition-duration: .4s;
}
.front_page:hover .text h3 {
    color: var(--red-color);
    transition-duration: .4s;
}
.front_page .text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    text-align: left;
}
@media(min-width:991px) {
    .front_page .text p {
        text-align: left;
        font-size: 14px;
    }
    .front_page .text h3 {
        /* position: absolute; */
        font-size: 17px;
    }
}
.text * {
    list-style-type: circle;
}
.text ul {
    padding-left: 10px;
}
.text ul li, .text ul li *{ 
    line-height: 1.1;
    font-size: 14px;
    margin-bottom: 10px;
}
.splide__arrow svg {
    display: none;
}
.splide__arrow--prev i,
.splide__arrow--next i {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    top: 1px;
    transition: .35s ease-out;
}
.splide__arrow--prev:hover i,
.splide__arrow--next:hover i {
    color: var(--red-color);
    transition: .35s ease-out;
}
.splide__arrow--prev {
    left: calc(100% - 70px) !important;
}
.splide__arrow--next {
    right: 0 !important;
}
.splide__arrow {
    background: rgb(204 204 204 / .1);
    z-index: 15;
}
.text span {
    width: 15px;
    height: 18px;
    top: 0px;
    right: 10px;
    position: absolute;
    color: var(--main-color);
    font-size: 18px;
    transform: rotate(317deg);
    transition: .45s ease-in;
}
.front_page:hover .text span {
    top: -10px;
    right: 0px;
    color: var(--red-color);
    transform: rotate(317deg);
    transition-duration: .45s;
    transition-delay: .3s;
}
.text span:after {
    content: '\279D';
}
#desarrollo, #certificaciones {
    margin-top: -50px;
    padding-top: 100px !important;
}

@media(min-width:991px) {
    .text span {
        font-size: 24px;
    }
    .front_page .text h3 {
        font-size: 21px;
    }
    .front_page .text p {
        font-size: 16px;
    }
}
/*CERTIFICACIONES*/
#certificaciones{
    overflow: hidden;
    z-index: 1;
}
.certificate-box {
    display: table;
    padding: 10px;
}
.ico {
    display: table-cell;
    vertical-align: middle;
}
.ico img {
    max-height: 78px;
    margin-right: 10px;
}
.descript {
    display: table-cell;
}
.descript h3 {
    font-size: 16px;
    font-weight: bold;
}
.descript p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
.descript a {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    background: var(--bg-button);
    border-radius: 50px;
    padding: 2px 20px;
    margin-top: 8px;
    border: 1px solid rgb(2 0 100 / .2);
}
.descript a span {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0 5px;
    transform: rotate(321deg);
    transition: .45s ease-out;
}
.descript a span:after {
    content: '\279D';
}
.descript a:hover span {
    margin: 0 0 0 10px;
    transform: rotate(360deg);
    transition: .45s ease-in;
}
/**/
.banner__js .slick-arrow.slick-prev:before {
    content: '\276E' !important;
}
.banner__js .slick-arrow.slick-next:before {
    content: '\276F' !important;
}
.banner__js .slick-arrow:before {
    position: relative;
    font-size: 1.6rem !important;
}
.fancybox-slide--iframe .fancybox-content {
    width: 100% !important;
    height: 158px;
    max-height: 600px !important;
}
@media(min-width:520px){
    .fancybox-slide--iframe .fancybox-content {
        height: auto;
    }
}
.fancybox-slide {
    padding: 30px 10px;
}