@charset "UTF-8";

/*!
 * UNIX C.A v5.0.2 (https://UNIX.CA/)
 * Copyright 2022 The Eylin Gomez Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://)
 */
:root {
    /*! Paletta de colores del tema*/
    --color-001134: #001134;
    --color-003d3f: #003d3f;
    --color-00694A: #00694A;
    --color-009455: #009455;
    --color-00C060: #00C060;
    --color-40d088: #40d088;
    --color-80e0b0: #80e0b0;
    --color-bfefd7: #bfefd7;
}
@font-face {
    font-family: "public-regular";
    src: url("../fonts-woft/PublicSans-Regular.woff") format("woff");
}
body {
    color: #3a3a3a !important;
}

* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    font-family: "public-regular";
    font-size: 16px;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: var(--color-001134);
}

.of-cover {
    object-fit: cover;
}

.z-index-n1 {
    z-index: -1;
}

.text-green-primery {
    color: var(--color-003d3f);
}

.text-green {
    color: var(--color-00694A);
}

.text-6a {
    color: #6a6a6a;
}

.text-title {
    color: var(--color-00C060);
}

.height-fit {
    height: fit-content;
}
.bg-blue-primary{
    background-color: var(--color-001134);
}
.btn-primary-green {
    color: #fff;
    background-color: var(--color-00694A);
    border-color: var(--color-00694A);
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 6px #4c4c4cba;
    font-family: sans-serif;
    letter-spacing: 1.1px;
    font-size: 20px;
}

/**/
.header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.menu-small {
    border-bottom: 1px solid var(--color-009455);
}

.menu-small h2,
.menu-small h2 strong .menu-small span {
    font-size: 14px;
}

.menu-small i {
    font-size: 16px;
}
.service-hero-text {
    color: white;
}
.service-hero-text h3 {
    font-size: 3em;
}
.service-hero-text h1 {
    font-size: 5em;
}
.service-hero-text p {
    font-size: 1.5em;
}
.hero-button-group {
    margin-top: 6em;
}
.hero-button-group a {
    font-size: 23px;
    background: #00694a;
    padding: 15px 20px;
    border-radius: 5px;
    color: white;
}
.hero-button-group a:nth-child(1) {
    background: transparent;
    border: 1px solid #00c060;
}
.red-networks {
    position: fixed;
    right: 0;
    display: flex;
    flex-direction: column;
    top: 43%;
    background: #00694a;
    padding: 17px 8px;
    border-radius: 6px 0 0 6px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
}
.red-networks a i{
    color: white;
    font-size: 1.6em;
}
/*Navbar*/
.has-children span {
    font-weight: 600;
    color: #e7e7e7;
    font-size: 20px;
}
.child-call-to-action{
    background: #00c060;
    padding: 0 16px;
    border-radius: 4px;
}
/**/
.main-wrapper {
    position: relative;
    height: 90vh;
    z-index: 1;
}

.img-wrapper {
    background-image: url('../img/img/IMG_20220116_160539.jpg');
}

.img-nodo {
    background-image: url('../img/bg-1.png');
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.header-area--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.vc_row-separator {
    position: relative;
    width: 100%;
    left: 0;
    line-height: 0;
    height: 200px;
    bottom: 0;

}

.vc_row-separator svg {
    height: 100%;
    width: 100%;
    fill: white;
}

.container-mask {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.mask-bg-linear {
    background: #000000b8
}

.mask-bg-blue {
    background: #001134;
    opacity: .96;
}
.menu-small h2 strong {
    font-size: 18px;
    margin-right: 10px;
}

.menu-small h2 {
    color: white;
    font-size: 18px;
}
.menu-small a {
    color: white;
    font-size: 18px;
}
/*Experieencia*/
.icon-box-s1 h5 {
    font-size: 1em;
    font-weight: 600;
    color: #4c4c4c;
    letter-spacing: 1px;
}

.icon-main i {
    font-size: 3em;
    color: #4c4c4c;
}

.line-box {
    height: 64px;
    width: 2px;
    background: var(--color-00C060);
}

.h5-size-5 {
    font-size: 6em;
    color: var(--color-003d3f);
}

.bar-content {
    content: "";
    background: var(--color-bfefd7);
    width: 16em;
    transform: scaleY(3.5) translate(-3em, 3em);
    position: fixed;
    top: 18.7rem;
    height: 17%;
    overflow-y: auto;
    z-index: -1;
}

/*Services*/
.box-services {
    max-width: 300px;
    width: 100%;
    border: 1px solid #bfefd7;
    padding: 2em 1em;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    transition: all .4s ;
}
.box-services:hover {
    box-shadow: 0px 1px 5px -3px;
    transform: translateY(-5px);
}

.bg-linear {
    height: 85px;
    width: 85px;
    background: #bfefd7;
    margin: auto;
    position: relative;
    border-radius: 80px 28px 2em;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 10px;
    margin-bottom: -75px;
    right: 21px;
}

.icon-service {
    font-size: 4.5em;
    margin-bottom: 0.65em;
    color: #00694a;
    position: relative;
}

.title {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.content {
    font-size: 16px;
    color: #787878;
}

/*Ti*/
.bg-img-circuito {
    object-fit: cover;
    object-position: top right;
}
.main-solutions p {
    color: white;
    font-size: 3em;
}

.main-solutions p {
    color: white;
    font-size: 3em;
}

.main-solutions {
    padding: 5em 0;
    width: 100%;
    height: 100%;
    background-color: #084298;
    background-image: url('../img/bg-2.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    background-size: cover;
}

.fill-blue svg {
    fill: var(--color-001134);
}

.box-client {
    max-width: 230px;
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0 4px 0px #bbead4;
    padding: 10px;
    background: white;
    border-radius: 5px;
    transition: all .5s;
}
.box-client:hover{
    background: #00694a05;
    transform: translateY(-3px);
}
.box-rectangle {
    transition: all .8s;
}

.box-rectangle .title {
    font-size: 20px;
    margin-bottom: 0;
}

.box-rectangle i {
    font-size: 40px;
    color: #009455;
}

.bg--light {
    background: #fdfdfd !important;
}

.box-rectangle:hover {
    border-radius: 4px;
    box-shadow: 0 0 11px -3px #c7c7c7;
    background: white;
    transform: translateY(-5px);
}
.bg-img-grid {
    background: #f5f5f5;
}
.img-min img {
    max-height: 230px;
    height: 100%;
    object-fit: cover;
}
/*mesagge*/
.talk-message-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    max-width: 630px;
    margin: auto;
    border-radius: 5px;
    background-color: #0416366e;
    padding: 28px 35px;
    gap: 25px;
}
.message-icon {
    font-size: 24px;
    width: 64px;
    height: 64px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    background: #fff;
    -webkit-box-shadow: 0 18px 40px rgb(51 51 51 / 10%);
    box-shadow: 0 18px 40px rgb(51 51 51 / 10%);
    position: absolute;
    top: -35px;
    left: -35px;
    color: #086AD8;
}
.talk-message-box p{
    margin: 0;
    flex: 1;
}
.talk-message-box a {
    padding: 13px 20px;
    background: #084298;
    border-radius: 6px;
    font-size: 18px;
    height: fit-content;
    margin: auto 0;
    color: white;
    font-weight: bolder;
    letter-spacing: .9px;
}
.message-icon i {
    font-size: 34px;
    color: #009455;
}
/*footer*/
.icon-footer{
    gap: 20px;
}
.icon-footer i {
    font-size: 1.8em;
    color: #003d3f;
}
.container-icon {
    position: relative;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mach {
    height: 100%;
    width: 100%;
    background: #00694a57;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 31px 21px 24px 11px;
    z-index: 0;
    transform: skew(9deg) rotate3d(6, 2, 4, 60deg);
}
.icon-footer a {
    z-index: 2;
}
.line {
    width: 70%;
    height: 1px;
    background: #a3c7bc;
    margin-bottom: 10px;
    margin-top: 15px;
}
.copyrigth {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d1e2ce;
    flex-direction: column;
}
/*Animate*/
.w-line {
    width: 80%;
    height: 1px;
    background: #00694a;
    box-shadow: 0 3px 5px 1px #bfefd7;
}

.line-float {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}
.rombo {
    position: relative;
    width: 100px;
    height: 81px;
    background: #428bca;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(29deg);
}
.paralelogramo {
    width: 163px;
    height: 120px;
    position: relative;
    background: #428bca;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(22deg);
}
button, a{
    transition: all .4s;
}
button:hover, a:hover {
    transform: scale(.9);
}
img.bg-vector {
    position: absolute;
    height: 100%;
    left: -11vw;
    top: -1em;
    opacity: .2;
    transform: skewY(10deg);
}
.icon-main i {
    color: #003d3f;
}
nav.nav-footer li {
    list-style: none;
}
nav.nav-footer ul{
   padding-left: 1em
}
.link-contact i {
    font-size: 1.5em;
    color: #003d3f;
    margin-right: 0.5em;
}
.nav-footer li {
    margin-bottom: 0.8em;
}
.owl-dots {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: auto;
    bottom: 0;
    left: 0;
    gap: 5px;
    width: 50px;
    align-items: center;
    padding-left: 10px;
}
button.owl-dot {
    height: 10px;
    width: 10px;
    background: #001134ad!important;
    border-radius: 50%;
    border: 1px solid #a5c9be!important;
}
button.owl-dot.active {
    background: #00c060!important;
    box-shadow: 0 0 5px #00c060;
    height: 12px;
    width: 12px;
}
.owl-dots:after {
    content: "";
    position: absolute;
    height: 130%;
    left: -4vw;
    bottom: -1em;
    width: 169px;
    background: #003d3fc4;
    z-index: -1;
    transform: rotateZ(-50deg);
}
.item img {
    height: 100%;
    object-fit: cover;
}
.item {
    height: 25vh;
}
.position-relative.hamburger-click i {
    font-size: 2em;
    color: #00694a;
    width: 50px;
    z-index: 5;
    background: white;
    border-radius: 18em;
    padding-left: 12px;
}
div#menuMobile:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 115%;
    background: #ffffff;
    z-index: -1;
    transform: skewX(-10deg);
    left: -78px;
    box-shadow: -2px -16px 13px #00694a;
}
.offcanvas {
    display: flex;
    flex-direction: column;
    height: 100vh!important;
}
.offcanvas-body {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .im-cudre4 img{
    border: 2px solid #4f797b;
    transition: all 0.8s;
  }
  .img-bor4 img{
    border: 4px solid #4f797b;
  }
  .im-cudre4 img:hover{
   box-shadow: 0 0 3px black;
    transform: translateX(10px);
  }
  a.btn-primary-green:hover {
    color: #e9e9e9;
    box-shadow: 0 0 5px #00c060;
}