﻿@font-face {
  font-family: "opensans-regular";
  src: url("../fonts/opensans-regular.ttf") format("truetype");
}
@font-face {
  font-family: "opensans-bold";
  src: url("../fonts/opensans-bold.ttf") format("truetype");
}
@font-face {
  font-family: "opensans-semibold";
  src: url("../fonts/opensans-semibold.ttf") format("truetype");
}
@font-face {
  font-family: "teko-medium";
  src: url("../fonts/teko-medium.ttf") format("truetype");
}
@font-face {
  font-family: "teko-regular";
  src: url("../fonts/teko-regular.ttf") format("truetype");
}
body {
  margin: 0px;
  background: #f7f7f7;
  overflow-x: hidden;
}

.whats {
  color: #4CAF50;
  margin-left: 15px;
}

.phone {
  color: #2196F3;
  margin-left: 15px;
}

.text-danger {
  color: #f44336;
}

.text-success {
  color: #4caf50;
}

.danger {
  background: #FFCDD2 !important;
}

@media only screen and (max-device-width: 640px) {
  h1 {
    font-family: teko-regular;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
  }
  h2 {
    font-family: teko-regular;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  h3 {
    font-family: opensans-bold;
    font-size: 16px;
    text-align: left;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  h4 {
    font-family: opensans-bold;
    font-size: 15px;
    text-align: left;
  }
  h6 {
    font-family: opensans-semibold;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
  }
  p {
    font-family: opensans-regular;
    font-size: 13px;
    text-align: left;
  }
  p1 {
    font-family: opensans-regular;
    font-size: 11px;
    text-align: left;
  }
  .button-primary {
    display: inline-block;
    min-width: 120px;
    height: 40px;
    padding: 10px;
    background: #012d4c;
    color: #1AF129;
    border: 1px solid #012d4c;
    font-family: teko-regular;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
  }
  .button-secondary {
    display: inline-block;
    min-width: 120px;
    height: 40px;
    padding: 10px;
    background: none;
    color: #1AF129;
    border: 1px solid #1AF129;
    font-family: teko-regular;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
  }
  .float-button {
    display: none;
  }
  .img-iso {
    height: 30px !important;
  }
  .float-right {
    float: right;
  }
  .float-left {
    float: left;
  }
  .header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
  }
  .nav {
    height: 90px;
    font-weight: bold;
    font-size: 12px;
    font-family: opensans-semibold;
  }
  .nav .nav-lan {
    height: 40px;
    width: 100%;
    background: #012d4c;
    display: flex;
    align-items: center;
  }
  .nav .nav-lan .us {
    display: none;
  }
  .nav .nav-lan .fa-globe {
    margin-right: 10px;
  }
  .nav .nav-lan .separator {
    margin: 0 5px;
  }
  .nav .nav-menu {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #fcfcfc;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: all 0.25s ease;
  }
  .nav .nav-menu .nav-menu__item {
    cursor: pointer;
    margin-left: 70px;
  }
  .nav .nav-menu .img {
    height: 25px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/logo/logo-13.png");
  }
  .nav .nav-menu .nav-items {
    display: none !important;
  }
  .nav .nav-menu .nav-ham {
    color: #fcfcfc;
    font-size: 25px;
    transition: all 0.15s ease-out;
  }
  .nav .nav-menu .float-right {
    height: 50px;
    display: flex;
    align-items: center;
  }
  .nav .nav-menu .float-left {
    height: 50px;
    display: flex;
    align-items: center;
  }
  .nav .nav-menu.desplegate {
    background: #fcfcfc;
    border-bottom: 1px solid #1AF129;
  }
  .nav .nav-menu.desplegate .nav-menu__item {
    color: #012d4c;
  }
  .nav .nav-menu.desplegate .nav-ham {
    color: #012d4c;
  }
  .nav .nav-menu.desplegate .img {
    background-image: url("../img/logo/logo-5.png");
  }
  .nav .nav-container {
    color: #fcfcfc;
    width: 90%;
    margin: auto;
  }
  .nav .nav-desplegate.desplegate {
    max-height: 1200px;
    min-height: 120px;
    transition: all 0.25s ease-in;
  }
  .nav .nav-desplegate {
    background: #fcfcfc;
    max-height: 0;
    min-height: 0;
    transition: all 0.25s ease-out;
    width: 100%;
    overflow: hidden;
  }
  .nav .nav-desplegate ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .nav .nav-desplegate .nav-desplegate-mob {
    font-size: 14px;
    text-transform: uppercase;
  }
  .nav .nav-desplegate .nav-desplegate-mob .ul-principal {
    padding: 20px;
  }
  .nav .nav-desplegate .nav-desplegate-mob .ul-principal .ul-item {
    max-height: 0;
    min-height: 0;
    transition: all 0.15s ease-out;
    width: 100%;
    overflow: hidden;
  }
  .nav .nav-desplegate .nav-desplegate-mob .ul-principal .ul-item .nav-item {
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #d9d9d9;
  }
  .nav .nav-desplegate .nav-desplegate-mob .ul-principal .ul-item .nav-item .nav-item__icon {
    font-size: 20px;
    margin-right: 7px;
  }
  .nav .nav-desplegate .nav-desplegate-mob .ul-principal .ul-item.desplegate {
    max-height: 1200px;
    min-height: 120px;
    transition: all 0.25s ease-in;
  }
  .nav .nav-desplegate .nav-desplegate-mob .li-principal {
    display: block;
    padding: 15px 10px;
    margin-top: 10px;
    border-bottom: 1px solid #d9d9d9;
  }
  .nav .nav-desplegate .nav-desplegate-mob .li-select.select {
    color: #1AF129 !important;
  }
  .nav .nav-desplegate .nav-desplegate-mob .li-select.select a {
    color: #1AF129 !important;
  }
  .nav .nav-desplegate .nav-desplegate-mob .mt-0 {
    margin-top: 0 !important;
  }
  .nav .nav-desplegate .nav-desplegate-mob a {
    color: #000000;
  }
  .nav a {
    color: #fcfcfc;
    text-decoration: none;
  }
  .nav a.select {
    color: #1AF129 !important;
  }
  .footer {
    width: 100%;
  }
  .footer .call {
    height: 360px;
    width: 100%;
    background: #1AF129;
  }
  .footer .call .call-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 90vw;
    margin: auto;
    text-align: center;
  }
  .footer .call .call-cont .call__text {
    color: #012d4c;
    text-align: center;
  }
  .footer .fdata {
    width: 100%;
    background: #012d4c;
    color: #fcfcfc;
    padding-top: 40px;
  }
  .footer .fdata .fdata-contact {
    width: 90%;
    height: 100%;
    margin: auto;
  }
  .footer .fdata .fdata-contact .fdata-img {
    height: 50px;
    margin-bottom: 20px;
  }
  .footer .fdata .fdata-contact .fdata-img img {
    height: 100%;
  }
  .footer .fdata .fdata-contact .fdata-contact__options {
    display: none;
  }
  .footer .fdata .fdata-contact .fdata-contact__icons {
    margin-top: 30px;
  }
  .footer .fdata .fdata-contact .fdata-contact__icons span {
    color: #1AF129;
    font-size: 25px;
    margin-right: 25px;
  }
  .footer .fdata .fdata-contact .fdata-contact__icons span a {
    color: #1AF129;
  }
  .footer .fdata .fdata-contact .fdata-contact__icons .fdata-contact__email {
    margin-top: 25px;
    display: flex;
    align-items: center;
  }
  .footer .fdata .fdata-contact .fdata-contact__icons .fdata-contact__email a {
    font-family: opensans-semibold;
    text-decoration: underline;
    color: #fcfcfc;
  }
  .footer .fpolicy {
    background: #012d4c;
    color: #fcfcfc;
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .footer .fpolicy .fpolicy-cont {
    width: 90%;
    margin: auto;
  }
  .container {
    margin-top: 0px;
  }
  .h-60 {
    height: 60vh !important;
  }
  .h-60 .cont-img-text, .h-60 .cont-service__gradient, .h-60 .cont-service__opacity {
    height: 60vh !important;
  }
  .cont-img {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .cont-img img {
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .cont-img .cont-img-text {
    height: 100vh;
    position: absolute;
    color: #fcfcfc;
    margin-left: 5vw;
    display: flex;
    align-items: center;
    z-index: 3;
  }
  .cont-img .cont-img-text h1 {
    margin: 0px;
    width: 69%;
  }
  .cont-img .cont-img-text h2 {
    margin: 0px;
  }
  .cont-img .cont-service__gradient, .cont-img .cont-service__opacity {
    height: 100vh;
  }
  .cont-icon {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .cont-icon h6 {
    display: inline;
    margin: 0;
  }
  .cont-icon span {
    font-size: 44px;
    color: #1AF129;
    margin-right: 10px;
  }
  .section1 {
    height: 770px;
  }
  .section1 h6 {
    color: #000000;
  }
  .section1 h1 {
    color: #000000;
    margin: 0;
  }
  .section1 h2 {
    color: #000000;
    margin: 0;
  }
  .section1 .sec-desc {
    height: 450px;
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .section1 .sec-image {
    display: none !important;
  }
  .section1 .sec-image-mob {
    height: 320px;
    overflow: hidden;
  }
  .section1 .sec-image-mob img {
    width: 100%;
  }
  .section1 .section1-desc {
    width: 100%;
  }
  .section1 .button-primary {
    margin-top: 10px;
  }
  .section2 {
    background: #fcfcfc;
  }
  .section2 h6 {
    color: #000000;
  }
  .section2 h1 {
    color: #000000;
    margin: 0;
  }
  .section2 h2 {
    color: #000000;
    margin: 0;
  }
  .section2 .section2-text {
    height: 240px;
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .section2 .cont-detail {
    display: none !important;
  }
  .sec-desplegate {
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
  }
  .sec-desplegate .sec-desplegate-item {
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    padding: 20px;
    background: #f7f7f7;
    margin-bottom: 20px;
  }
  .sec-desplegate .sec-desplegate-item .sec-desplegate-header {
    display: grid;
    grid-template-columns: 20px auto 20px;
    gap: 15px;
    align-items: center;
  }
  .sec-desplegate .sec-desplegate-item .sec-desplegate-header .sec-desplegate__icon {
    font-size: 25px;
  }
  .sec-desplegate .sec-desplegate-item .sec-desplegate-header .sec-desplegate__icon2 {
    font-size: 16px;
  }
  .sec-desplegate .sec-desplegate-item .sec-desplegate-body {
    padding: 0px 35px;
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.3s;
    color: #fcfcfc;
  }
  .sec-desplegate .sec-desplegate-item .sec-desplegate-body p1 {
    display: block;
    margin-top: 10px;
    font-size: 13px;
  }
  .sec-desplegate .sec-desplegate-item h3 {
    margin: 0;
  }
  .sec-desplegate .sec-desplegate-item.desplegate {
    background: #012d4c;
  }
  .sec-desplegate .sec-desplegate-item.desplegate .sec-desplegate-header {
    color: #1AF129;
  }
  .sec-desplegate .sec-desplegate-item.desplegate .sec-desplegate-body {
    max-height: 70px;
  }
  .section3 {
    height: 500px;
  }
  .section3 img {
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .section3 .cont-service {
    height: 500px;
    position: absolute;
    width: 100%;
    overflow: hidden;
  }
  .section3 .cont-service .cont-service__text {
    position: absolute;
    color: #fcfcfc;
    margin: 0 5vw;
    width: 90vw;
    display: flex;
    align-items: center;
    height: 500px;
    z-index: 3;
  }
  .section3 .cont-service .cont-service__text h1 {
    margin: 0px;
  }
  .section3 .cont-service .cont-service__text h2 {
    margin: 0px;
  }
  .cont-service__opacity {
    background: rgba(1, 45, 76, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
  }
  .cont-service__gradient {
    background: linear-gradient(0deg, #012d4c 0%, rgba(252, 252, 252, 0) 50%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
  }
  .section4 {
    background: #fcfcfc;
  }
  .section4 .col-80 {
    display: block !important;
  }
  .section4 .section4-title {
    display: flex;
    align-items: center;
    height: 240px;
    width: 90vw;
    margin: auto;
  }
  .section4 .section4-title h1 {
    margin: 0px;
  }
  .section4 .section4-title h2 {
    margin: 0px;
  }
  .section4 .section4-title .sec4-title-web {
    display: none !important;
  }
  .section4 .section4-sector {
    display: none !important;
  }
  .section4 .sec-desplegate .sec-desplegate-item.desplegate {
    background: #f7f7f7 !important;
  }
  .section4 .sec-desplegate .sec-desplegate-item.desplegate .sec-desplegate__icon, .section4 .sec-desplegate .sec-desplegate-item.desplegate h3, .section4 .sec-desplegate .sec-desplegate-item.desplegate p1 {
    color: #000000;
  }
  .section4 .sec-desplegate .sec-desplegate-item.desplegate .sec-desplegate-body {
    max-height: 100px !important;
  }
  .section5 {
    background: #fcfcfc;
  }
  .section5 .section5-title {
    display: flex;
    align-items: center;
    height: 240px;
    width: 90vw;
    margin: auto;
  }
  .section5 .section5-title .section5__cont {
    width: 100%;
  }
  .section5 .section5-title h1 {
    margin: 0px;
  }
  .section5 .section5-title h2 {
    margin: 0px;
  }
  .section5 .section5-logo {
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow-x: auto;
    justify-content: start;
    background: white;
  }
  .section5 .section5-logo .img1 {
    height: 40px;
    margin: 0 15px;
    filter: grayscale(100%);
  }
  .section5 .section5-logo .img2 {
    height: 50px;
    margin: 0 15px;
    filter: grayscale(100%);
  }
  .section5 .slider {
    justify-content: start;
  }
  .section6 {
    background: #fcfcfc;
  }
  .section6 .section6-title {
    padding: 50px 0;
    width: 90vw;
    margin: auto;
    display: grid;
    align-items: center;
  }
  .section6 .section6-video img {
    width: 100%;
  }
  .section6 h2 {
    margin: 0;
  }
  .section7 {
    background: #fcfcfc;
  }
  .section7 .section7-title {
    padding: 50px 0;
    width: 90vw;
    margin: auto;
    display: grid;
    align-items: center;
  }
  .section7 .section7-cite {
    background: #f7f7f7;
    padding: 25px 10vw;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .section7 .section7-cite h4 {
    margin: 0;
    text-align: center;
  }
  .section7 .section7-company {
    background: #f7f7f7;
    padding: 20px 10vw;
    display: flex;
    align-items: center;
  }
  .section7 .section7-image {
    height: 390px;
    overflow: hidden;
  }
  .section7 .section7-image img {
    object-fit: fill;
    width: 100%;
  }
  .section7 h2 {
    margin: 0;
  }
  .section7 h1 {
    margin-bottom: 0;
    font-size: 60px;
  }
  .section8 {
    background: #fcfcfc;
  }
  .section8 .section8-title {
    padding: 50px 0;
    width: 90vw;
    margin: auto;
    display: grid;
    align-items: center;
  }
  .section8 .section8-grid {
    display: none !important;
  }
  .section8 .sec-desplegate .sec-desplegate-item.desplegate {
    background: #f7f7f7 !important;
  }
  .section8 .sec-desplegate .sec-desplegate-item.desplegate .sec-desplegate__icon, .section8 .sec-desplegate .sec-desplegate-item.desplegate h3, .section8 .sec-desplegate .sec-desplegate-item.desplegate p1 {
    color: #000000;
  }
  .section8 .sec-desplegate .sec-desplegate-item.desplegate .sec-desplegate-body {
    max-height: 250px !important;
  }
  .section8 .section8-icon {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: start;
    overflow-x: auto;
  }
  .section8 .section8-icon .section8-icon__item {
    margin: 0 25px;
    text-align: center;
  }
  .section8 .section8-icon .section8-icon__item .section8-icon__icon {
    font-size: 40px;
  }
  .section8 .section8-icon .section8-icon__item .select {
    color: #1AF129;
  }
  .section8 .section8-icon .section8-icon__item h3 {
    margin-bottom: 0;
  }
  .section9 {
    background: #fcfcfc;
    padding: 50px 0;
  }
  .section9 .section9-form {
    height: 100%;
    width: 90vw;
    margin: auto;
    background: #fcfcfc;
    display: grid;
    align-items: center;
  }
  .section9 .section9-form .section9-form-cont h2 {
    margin: 0;
  }
  .section9 .section9-form .section9-form-cont input {
    font-family: opensans-regular;
    font-size: 14px;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    height: 50px;
    border-radius: 2px;
    min-width: calc(100% - 20px);
    padding-left: 20px;
    margin-top: 20px;
  }
  .section9 .section9-form .section9-form-cont textarea {
    font-family: opensans-regular;
    font-size: 14px;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    height: 120px;
    min-width: calc(100% - 40px);
    padding: 20px;
    border-radius: 2px;
    margin-top: 20px;
  }
  .section9 .section9-form .section9-form-cont button {
    margin-top: 15px;
  }
  .section9 .section9-form .section9-form-cont p1 {
    display: block;
    margin: 15px 0;
  }
  .section9 .section9-form .section9-form-cont .right {
    width: 90%;
    text-align: right;
    float: right;
  }
  .section9 .section9-contact {
    height: 150px;
    width: 90vw;
    margin: auto;
    background: #fcfcfc;
    display: grid;
    align-items: center;
  }
  .section9 .section9-contact h2 {
    text-transform: none;
    font-size: 30px;
    margin: 20px 0;
  }
  .section9 iframe {
    width: 100%;
    border-radius: 10px;
  }
}
@media only screen and (min-device-width: 1025px) {
  h1 {
    font-family: teko-regular;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    text-align: left;
  }
  h2 {
    font-family: teko-regular;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  h3 {
    font-family: opensans-bold;
    font-size: 20px;
    text-align: left;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  h4 {
    font-family: opensans-bold;
    font-size: 26px;
    line-height: 35px;
    text-align: left;
  }
  h5 {
    font-family: opensans-semibold;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: left;
  }
  h6 {
    font-family: opensans-semibold;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
  }
  p {
    font-family: opensans-regular;
    font-size: 16px;
    text-align: left;
    line-height: 25px;
  }
  p1 {
    font-family: opensans-regular;
    font-size: 14px;
    text-align: left;
  }
  .button-primary {
    display: inline-block;
    min-width: 160px;
    height: 60px;
    padding: 18px 10px;
    background: #012d4c;
    color: #1AF129;
    border: 1px solid #012d4c;
    font-family: teko-regular;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
  }
  .button-secondary {
    display: inline-block;
    min-width: 160px;
    height: 60px;
    padding: 18px 10px;
    background: none;
    color: #1AF129;
    border: 1px solid #1AF129;
    font-family: teko-regular;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
  }
  .header {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .float-button {
    position: fixed;
    bottom: 37vh;
    right: 70px;
    background: rgba(0, 0, 0, 0.2);
    color: #fcfcfc;
    border-radius: 20px;
    text-align: center;
    z-index: 9998;
  }
  .float-button .float-button__icon {
    font-size: 20px;
    margin: 20px 10px;
  }
  .float-button .float-button__icon a {
    color: #fcfcfc !important;
  }
  .img-iso {
    height: 44px !important;
  }
  .nav {
    height: 128px;
    font-weight: bold;
    font-size: 14px;
    font-family: opensans-semibold;
  }
  .nav .nav-lan {
    height: 50%;
    width: 100%;
    background: #012d4c;
    display: flex;
    align-items: center;
  }
  .nav .nav-lan .nav-lan__lang {
    margin-left: 40px;
  }
  .nav .nav-menu {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #fcfcfc;
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    transition: all 0.25s ease;
  }
  .nav .nav-menu .nav-menu__item {
    cursor: pointer;
    margin-left: 70px;
  }
  .nav .nav-menu .img {
    height: 35px;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/logo/logo-13.png");
  }
  .nav .nav-menu .nav-ham {
    display: none !important;
  }
  .nav .nav-menu .float-right {
    height: 35px;
    display: flex;
    align-items: center;
  }
  .nav .nav-menu.desplegate {
    background: #fcfcfc;
    border-bottom: 1px solid #1AF129;
  }
  .nav .nav-menu.desplegate .nav-menu__item {
    color: #012d4c;
  }
  .nav .nav-menu.desplegate .img {
    background-image: url("../img/logo/logo-5.png");
  }
  .nav .nav-container {
    color: #fcfcfc;
    width: 90%;
    margin: auto;
  }
  .nav .nav-desplegate.desplegate {
    max-height: 120px;
    min-height: 120px;
    transition: all 0.15s ease-in;
  }
  .nav .nav-desplegate {
    background: #fcfcfc;
    max-height: 0;
    min-height: 0;
    transition: all 0.15s ease-out;
    width: 100%;
    overflow: hidden;
  }
  .nav .nav-desplegate .nav-desplegate-cont {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
  .nav .nav-desplegate .nav-desplegate-cont .nav-item {
    height: 120px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav .nav-desplegate .nav-desplegate-cont .nav-item .nav-item__icon {
    font-size: 25px;
    color: #1AF129;
    margin-right: 20px;
  }
  .nav .nav-desplegate .nav-desplegate-cont .nav-item .nav-item__title {
    font-size: 14px;
    color: #012d4c;
    font-family: opensans-regular;
  }
  .nav a {
    color: #fcfcfc;
    text-decoration: none;
  }
  .nav a.select {
    color: #1AF129 !important;
  }
  .footer {
    width: 100%;
  }
  .footer .call {
    height: 380px;
    width: 100%;
    background: #1AF129;
  }
  .footer .call .call-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 80%;
    margin: auto;
  }
  .footer .call .call-cont .call-cont-web {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .call .call-cont .call__text {
    color: #012d4c;
    margin-right: 130px;
  }
  .footer .fdata {
    height: 480px;
    width: 100%;
    background: #012d4c;
    color: #fcfcfc;
  }
  .footer .fdata .fdata-contact {
    width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .fdata .fdata-contact .fdata-img {
    height: 50px;
    margin: 50px;
  }
  .footer .fdata .fdata-contact .fdata-img img {
    height: 100%;
  }
  .footer .fdata .fdata-contact .fdata-contact__options {
    margin-top: 25px;
  }
  .footer .fdata .fdata-contact .fdata-contact__options h5 {
    display: inline;
  }
  .footer .fdata .fdata-contact .fdata-contact__options span {
    color: #1AF129;
    font-size: 20px;
    margin: 0px 15px;
  }
  .footer .fdata .fdata-contact .fdata-contact__options a {
    color: #fcfcfc;
    text-decoration: none;
  }
  .footer .fdata .fdata-contact .fdata-contact__icons {
    margin-top: 30px;
  }
  .footer .fdata .fdata-contact .fdata-contact__icons span {
    color: #1AF129;
    font-size: 40px;
    margin-right: 40px;
  }
  .footer .fdata .fdata-contact .fdata-contact__icons span a {
    color: #1AF129;
  }
  .footer .fdata .fdata-contact .fdata-contact__icons .fdata-contact__email {
    margin-top: 25px;
    display: flex;
    align-items: center;
  }
  .footer .fdata .fdata-contact .fdata-contact__icons .fdata-contact__email a {
    font-family: opensans-semibold;
    text-decoration: underline;
    color: #fcfcfc;
  }
  .footer .fpolicy {
    background: #012d4c;
    color: #fcfcfc;
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .footer .fpolicy .fpolicy-cont {
    width: 90%;
    margin: auto;
  }
  .float-right {
    float: right;
  }
  .float-left {
    float: left;
  }
  .container {
    margin-top: -64px;
  }
  .cont-img {
    width: 100%;
    height: calc(100vh - 56px);
  }
  .cont-img img {
    height: 100%;
    width: 100%;
  }
  .cont-img .cont-img-text {
    height: calc(100vh - 56px);
    width: 45%;
    position: absolute;
    color: #fcfcfc;
    margin-left: 8vw;
    display: flex;
    align-items: center;
  }
  .cont-img .cont-img-text h1 {
    margin: 0px;
  }
  .cont-img .cont-img-text h2 {
    margin: 0px;
  }
  .cont-img .cont-service__gradient, .cont-img .cont-service__opacity {
    height: calc(100vh - 56px) !important;
  }
  .cont-icon {
    display: flex;
    align-items: center;
  }
  .cont-icon h6 {
    display: inline;
  }
  .cont-icon span {
    font-size: 44px;
    color: #1AF129;
    margin-right: 10px;
  }
  .section1 {
    height: 770px;
    background: linear-gradient(90deg, #fcfcfc 50%, #f7f7f7 50%);
  }
  .section1 h6 {
    color: #000000;
  }
  .section1 h1 {
    color: #000000;
    margin: 0;
  }
  .section1 h2 {
    color: #000000;
    margin: 0;
  }
  .section1 .sec-desc {
    display: flex;
    align-items: center;
  }
  .section1 .sec-image-mob {
    display: none !important;
  }
  .section1 .sec-image {
    position: relative;
  }
  .section1 .sec-image .collage-img1 {
    max-width: 400px;
    min-width: 400px;
    max-height: 540px;
    min-height: 540px;
    position: absolute;
    top: 60px;
    left: 50px;
    z-index: 2;
  }
  .section1 .sec-image .collage-img2 {
    max-width: 400px;
    min-width: 400px;
    max-height: 540px;
    min-height: 540px;
    position: absolute;
    bottom: 60px;
    left: 360px;
    z-index: 1;
  }
  .section1 .sec-image img {
    width: 400px;
    height: 540px;
  }
  .section1 .sec-image .img2 {
    position: absolute;
    left: 0;
    display: none;
  }
  .section1 .section1-desc {
    width: 72%;
  }
  .section1 .button-primary {
    margin-top: 20px;
  }
  .section2 {
    height: 230px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f7f7f7;
  }
  .section2 .section2-text {
    display: none !important;
  }
  .section2 .cont-detail {
    width: 20%;
    padding: 0 24px;
    display: flex;
    align-items: center;
  }
  .section2 .cont-detail .cont-detail__icon {
    font-size: 40px;
  }
  .section2 .cont-detail h3 {
    margin: 10px 0;
  }
  .sec-desplegate {
    display: none !important;
  }
  .section3 {
    height: 740px;
  }
  .section3 img {
    height: 740px;
    width: 100%;
  }
  .section3 .cont-service {
    height: 740px;
    position: absolute;
    width: 100%;
  }
  .section3 .cont-service .cont-service__text {
    position: absolute;
    color: #fcfcfc;
    margin-left: 8vw;
    width: 92vw;
    display: flex;
    align-items: center;
    height: 740px;
  }
  .section3 .cont-service .cont-service__text h1 {
    margin: 0px;
  }
  .section3 .cont-service .cont-service__text h2 {
    margin: 0px;
  }
  .section3 .cont-service .cont-service__text p {
    width: 33%;
  }
  .cont-service__opacity {
    background: rgba(1, 45, 76, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .cont-service__gradient {
    background: linear-gradient(0deg, #012d4c 0%, rgba(252, 252, 252, 0) 50%);
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .section4 {
    height: 980px;
    background: linear-gradient(90deg, #f7f7f7 50%, #fcfcfc 50%);
  }
  .section4 .col-80 {
    display: block !important;
  }
  .section4 .section4-title {
    display: flex;
    align-items: center;
    height: 380px;
  }
  .section4 .section4-title h1 {
    margin: 0px;
    width: 75%;
  }
  .section4 .section4-title h2 {
    margin: 0px;
    width: 75%;
  }
  .section4 .section4-title .sec4-title-mob {
    display: none !important;
  }
  .section4 .section4-sector {
    height: 600px;
    display: flex;
    align-items: center;
  }
  .section4 .section4-sector .section4-cont {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
  .section4 .section4-sector .cont-sector {
    height: 228px;
    margin: 5px;
    display: inline-block;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    background: #fcfcfc;
    transition: all 0.4s ease;
  }
  .section4 .section4-sector .cont-sector .cont-sector-card {
    padding: 0 115px 0 60px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .section4 .section4-sector .cont-sector .cont-sector-card .cont-sector__icon {
    font-size: 50px;
  }
  .section4 .section4-sector .cont-sector .cont-sector-card h3 {
    margin-top: 18px;
    margin-bottom: 10px;
  }
  .section4 .section4-sector .cont-sector:hover {
    background: #012d4c;
    color: #fcfcfc;
  }
  .section4 .section4-sector .cont-sector:hover .cont-sector__icon {
    color: #1AF129;
  }
  .section5 {
    height: 500px;
    background: #fcfcfc;
  }
  .section5 .col-80 {
    display: block !important;
    height: 300px;
  }
  .section5 .section5-title {
    display: flex;
    align-items: center;
    height: 300px;
    width: 100%;
  }
  .section5 .section5-title .section5__cont {
    width: 100%;
  }
  .section5 .section5-title h1 {
    margin: 0px;
  }
  .section5 .section5-title h2 {
    margin: 0px;
  }
  .section5 .section5-logo {
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    background: white;
  }
  .section5 .section5-logo .img1 {
    height: 60px;
    margin: 0 21px;
    filter: grayscale(100%);
  }
  .section5 .section5-logo .img2 {
    height: 80px;
    margin: 0 21px;
    filter: grayscale(100%);
  }
  .section5 .slider {
    justify-content: start;
  }
  .section6 {
    height: 770px;
    display: grid;
    grid-template-columns: 40% 60%;
  }
  .section6 .section6-title {
    background: #fcfcfc;
    padding-left: 10vw;
    padding-right: 80px;
    display: grid;
    align-items: center;
  }
  .section6 .section6-video {
    background: #f7f7f7;
    padding-right: 10vw;
    padding-left: 50px;
    display: grid;
    place-items: center;
  }
  .section6 .section6-video img {
    height: 493px;
    width: 835px;
  }
  .section6 h2 {
    margin: 0;
  }
  .section7 {
    height: 770px;
    display: grid;
    grid-template-columns: 60% 40%;
  }
  .section7 .section7-title {
    background: #fcfcfc;
    padding-left: 10vw;
    padding-right: 80px;
    display: grid;
    align-items: center;
  }
  .section7 .section7-cite {
    background: #f7f7f7;
    padding-right: 10vw;
    padding-left: 35px;
    display: flex;
    align-items: end;
  }
  .section7 .section7-company {
    background: #f7f7f7;
    padding-right: 10vw;
    padding-left: 35px;
    display: grid;
    align-items: center;
  }
  .section7 .section7-company p {
    margin-bottom: 75px;
  }
  .section7 .section7-image {
    height: 770px;
  }
  .section7 .section7-image img {
    object-fit: none;
  }
  .section7 h2 {
    margin: 0;
  }
  .section7 h1 {
    margin: 0;
    font-size: 100px;
  }
  .section7 img {
    height: 100%;
    width: 100%;
  }
  .white-40-fondo-60 {
    background: linear-gradient(90deg, #fcfcfc 40%, #f7f7f7 40%) !important;
  }
  .fondo100 {
    background: #f7f7f7 !important;
  }
  .section8 {
    background: linear-gradient(90deg, #f7f7f7 40%, #fcfcfc 40%);
  }
  .section8 .col-80 {
    display: block !important;
  }
  .section8 .section8-title {
    height: 380px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .section8 .section8-title h2 {
    margin: 0;
  }
  .section8 .section8-grid {
    min-height: 1050px;
    display: flex;
    align-items: center;
  }
  .section8 .section8-icon {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section8 .section8-icon .section8-icon__item {
    margin: 0 50px;
    text-align: center;
  }
  .section8 .section8-icon .section8-icon__item .section8-icon__icon {
    font-size: 40px;
  }
  .section8 .section8-icon .section8-icon__item .select {
    color: #1AF129;
  }
  .grid-section {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-auto-rows: 450px;
    gap: 5px;
    padding: 60px 0;
  }
  .grid-section .grid-item {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    background: #fcfcfc;
    transition: all 0.4s ease;
    padding: 40px 60px;
  }
  .grid-section .grid-item .grid-item__icon {
    font-size: 60px;
  }
  .grid-section .grid-item h3 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .grid-section .grid-item p1 {
    display: inline-block;
    width: 80%;
    line-height: 25px;
  }
  .grid-section .grid-item:hover {
    background: #012d4c;
    color: #fcfcfc;
  }
  .grid-section .grid-item:hover .grid-item__icon {
    color: #1AF129;
  }
  .grid-section .grid-item:hover h3 {
    color: #1AF129;
  }
  .section9 {
    display: grid;
    grid-template-columns: 60% 40%;
  }
  .section9 .section9-form {
    height: 100%;
    padding-left: 10vw;
    padding-right: 50px;
    padding-top: 50px;
    background: #fcfcfc;
    display: grid;
    align-items: center;
  }
  .section9 .section9-form .section9-form-cont h2 {
    margin: 0;
  }
  .section9 .section9-form .section9-form-cont input {
    font-family: opensans-regular;
    font-size: 14px;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    height: 50px;
    border-radius: 2px;
    min-width: calc(100% - 20px);
    padding-left: 20px;
  }
  .section9 .section9-form .section9-form-cont textarea {
    font-family: opensans-regular;
    font-size: 14px;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    height: 120px;
    min-width: calc(100% - 40px);
    padding: 20px;
    border-radius: 2px;
    margin-top: 20px;
  }
  .section9 .section9-form .section9-form-cont button {
    margin-top: 15px;
  }
  .section9 .section9-form .section9-form-cont p1 {
    display: block;
    margin: 15px 0;
  }
  .section9 .section9-form .section9-form-cont .right {
    width: 100%;
    text-align: right;
  }
  .section9 .section9-form .section9-form-cont .section9-form1 {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
  }
  .section9 .section9-contact {
    height: 100%;
    padding-right: 10vw;
    padding-top: 50px;
    background: #f7f7f7;
    display: grid;
    align-items: center;
  }
  .section9 .section9-contact h2 {
    text-transform: none;
    font-size: 50px;
    padding-left: 30px;
  }
  .section9 .section9-map {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
  }
  .section9 .section9-map iframe {
    width: 100%;
    border-radius: 10px;
  }
  .col-80 {
    width: 80%;
    height: 100%;
    margin: auto;
    display: flex;
  }
  .col-70 {
    width: 70%;
    height: 100%;
    margin: auto;
    display: flex;
  }
  .col-50 {
    width: 50%;
    max-height: 100%;
  }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 641px) {
  h1 {
    font-family: teko-regular;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
  }
  h2 {
    font-family: teko-regular;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  h3 {
    font-family: opensans-bold;
    font-size: 16px;
    text-align: left;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  h4 {
    font-family: opensans-bold;
    font-size: 15px;
    text-align: left;
  }
  h6 {
    font-family: opensans-semibold;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
  }
  p {
    font-family: opensans-regular;
    font-size: 13px;
    text-align: left;
  }
  p1 {
    font-family: opensans-regular;
    font-size: 11px;
    text-align: left;
  }
  .button-primary {
    display: inline-block;
    min-width: 120px;
    height: 40px;
    padding: 10px;
    background: #012d4c;
    color: #1AF129;
    border: 1px solid #012d4c;
    font-family: teko-regular;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
  }
  .button-secondary {
    display: inline-block;
    min-width: 120px;
    height: 40px;
    padding: 10px;
    background: none;
    color: #1AF129;
    border: 1px solid #1AF129;
    font-family: teko-regular;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
  }
  .float-button {
    display: none;
  }
  .img-iso {
    height: 30px !important;
  }
  .float-right {
    float: right;
  }
  .float-left {
    float: left;
  }
  .header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
  }
  .nav {
    height: 90px;
    font-weight: bold;
    font-size: 12px;
    font-family: opensans-semibold;
  }
  .nav .nav-lan {
    height: 40px;
    width: 100%;
    background: #012d4c;
    display: flex;
    align-items: center;
  }
  .nav .nav-lan .nav-lan__lang {
    margin-left: 40px;
  }
  .nav .nav-lan .fa-globe {
    margin-right: 10px;
  }
  .nav .nav-menu {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #fcfcfc;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: all 0.25s ease;
  }
  .nav .nav-menu .nav-menu__item {
    cursor: pointer;
    margin-left: 70px;
  }
  .nav .nav-menu .img {
    height: 30px;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/logo/logo-13.png");
  }
  .nav .nav-menu .nav-ham {
    display: none !important;
  }
  .nav .nav-menu .float-right {
    height: 30px;
    display: flex;
    align-items: center;
  }
  .nav .nav-menu.desplegate {
    background: #fcfcfc;
    border-bottom: 1px solid #1AF129;
  }
  .nav .nav-menu.desplegate .nav-menu__item {
    color: #012d4c;
  }
  .nav .nav-menu.desplegate .img {
    background-image: url("../img/logo/logo-5.png");
  }
  .nav .nav-container {
    color: #fcfcfc;
    width: 90%;
    margin: auto;
  }
  .nav .nav-desplegate.desplegate {
    max-height: 180px;
    min-height: 180px;
    transition: all 0.15s ease-in;
  }
  .nav .nav-desplegate {
    background: #fcfcfc;
    max-height: 0;
    min-height: 0;
    transition: all 0.15s ease-out;
    width: 100%;
    overflow: hidden;
  }
  .nav .nav-desplegate .nav-desplegate-cont {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
  .nav .nav-desplegate .nav-desplegate-cont .nav-item {
    height: 90px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav .nav-desplegate .nav-desplegate-cont .nav-item .nav-item__icon {
    font-size: 20px;
    color: #1AF129;
    margin-right: 20px;
  }
  .nav .nav-desplegate .nav-desplegate-cont .nav-item .nav-item__title {
    font-size: 12px;
    color: #012d4c;
    font-family: opensans-regular;
  }
  .nav a {
    color: #fcfcfc;
    text-decoration: none;
  }
  .nav a.select {
    color: #1AF129 !important;
  }
  .footer {
    width: 100%;
  }
  .footer .call {
    height: 240px;
    width: 100%;
    background: #1AF129;
  }
  .footer .call .call-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 80%;
    margin: auto;
  }
  .footer .call .call-cont .call-cont-web {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .call .call-cont .call__text {
    color: #012d4c;
    margin-right: 130px;
  }
  .footer .fdata {
    width: 100%;
    background: #012d4c;
    color: #fcfcfc;
    padding-top: 40px;
  }
  .footer .fdata .fdata-contact {
    width: 90%;
    height: 100%;
    margin: auto;
  }
  .footer .fdata .fdata-contact .fdata-img {
    height: 50px;
    margin-bottom: 20px;
  }
  .footer .fdata .fdata-contact .fdata-img img {
    height: 100%;
  }
  .footer .fdata .fdata-contact .fdata-contact__options {
    display: none;
  }
  .footer .fdata .fdata-contact .fdata-contact__icons {
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 20px;
  }
  .footer .fdata .fdata-contact .fdata-contact__icons span {
    color: #1AF129;
    font-size: 25px;
    margin-right: 25px;
  }
  .footer .fdata .fdata-contact .fdata-contact__icons span a {
    color: #1AF129;
  }
  .footer .fdata .fdata-contact .fdata-contact__icons .fdata-contact__email {
    display: inline;
  }
  .footer .fdata .fdata-contact .fdata-contact__icons .fdata-contact__email a {
    font-family: opensans-semibold;
    text-decoration: underline;
    color: #fcfcfc;
  }
  .footer .fpolicy {
    background: #012d4c;
    color: #fcfcfc;
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .footer .fpolicy .fpolicy-cont {
    width: 90%;
    margin: auto;
  }
  .float-right {
    float: right;
  }
  .float-left {
    float: left;
  }
  .container {
    margin-top: 40px;
  }
  .cont-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .cont-img img {
    width: 100%;
  }
  .cont-img .cont-img-text {
    height: 400px;
    width: 45%;
    position: absolute;
    color: #fcfcfc;
    margin-left: 8vw;
    display: flex;
    align-items: center;
  }
  .cont-img .cont-img-text h1 {
    margin: 0px;
  }
  .cont-img .cont-img-text h2 {
    margin: 0px;
  }
  .cont-img .cont-service__gradient, .cont-img .cont-service__opacity {
    height: 400px !important;
  }
  .cont-icon {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .cont-icon h6 {
    display: inline;
    margin: 0;
  }
  .cont-icon span {
    font-size: 44px;
    color: #1AF129;
    margin-right: 10px;
  }
  .section1 {
    padding: 50px 0;
    background: linear-gradient(90deg, #fcfcfc 50%, #f7f7f7 50%);
  }
  .section1 h6 {
    color: #000000;
  }
  .section1 h1 {
    color: #000000;
    margin: 0;
  }
  .section1 h2 {
    color: #000000;
    margin: 0;
  }
  .section1 .sec-desc {
    display: flex;
    align-items: center;
  }
  .section1 .sec-image-mob {
    overflow: hidden;
  }
  .section1 .sec-image-mob img {
    width: 30%;
    position: absolute;
    padding-left: 10vw;
  }
  .section1 .sec-image {
    display: none !important;
  }
  .section1 .section1-desc {
    padding-right: 35px;
  }
  .section1 .button-primary {
    margin-top: 20px;
  }
  .section1 .col-80 {
    width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
  }
  .section2 {
    background: #fcfcfc;
  }
  .section2 h6 {
    color: #000000;
  }
  .section2 h1 {
    color: #000000;
    margin: 0;
  }
  .section2 h2 {
    color: #000000;
    margin: 0;
  }
  .section2 .section2-text {
    background: #f7f7f7;
    height: 180px;
    padding: 0 5vw;
    display: flex;
    align-items: center;
  }
  .section2 .cont-detail {
    display: none !important;
  }
  .section2 .col-80 {
    display: block;
  }
  .sec-desplegate {
    width: 90%;
    margin: auto;
    padding: 20px 0;
  }
  .sec-desplegate .sec-desplegate-item {
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    padding: 20px;
    background: #f7f7f7;
    margin-bottom: 20px;
  }
  .sec-desplegate .sec-desplegate-item .sec-desplegate-header {
    display: grid;
    grid-template-columns: 20px auto 20px;
    gap: 15px;
    align-items: center;
  }
  .sec-desplegate .sec-desplegate-item .sec-desplegate-header .sec-desplegate__icon {
    font-size: 25px;
  }
  .sec-desplegate .sec-desplegate-item .sec-desplegate-header .sec-desplegate__icon2 {
    font-size: 16px;
  }
  .sec-desplegate .sec-desplegate-item .sec-desplegate-body {
    padding: 0px 35px;
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.3s;
    color: #fcfcfc;
  }
  .sec-desplegate .sec-desplegate-item .sec-desplegate-body p1 {
    display: block;
    margin-top: 10px;
    font-size: 13px;
  }
  .sec-desplegate .sec-desplegate-item h3 {
    margin: 0;
  }
  .sec-desplegate .sec-desplegate-item.desplegate {
    background: #012d4c;
  }
  .sec-desplegate .sec-desplegate-item.desplegate .sec-desplegate-header {
    color: #1AF129;
  }
  .sec-desplegate .sec-desplegate-item.desplegate .sec-desplegate-body {
    max-height: 70px;
  }
  .section3 {
    height: 350px;
  }
  .section3 img {
    height: 350px;
    width: 100%;
  }
  .section3 .cont-service {
    height: 350px;
    position: absolute;
    width: 100%;
  }
  .section3 .cont-service .cont-service__text {
    position: absolute;
    color: #fcfcfc;
    margin-left: 8vw;
    width: 85vw;
    display: flex;
    align-items: center;
    height: 350px;
  }
  .section3 .cont-service .cont-service__text h1 {
    margin: 0px;
  }
  .section3 .cont-service .cont-service__text h2 {
    margin: 0px;
  }
  .cont-service__opacity {
    background: rgba(1, 45, 76, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .cont-service__gradient {
    background: linear-gradient(0deg, #012d4c 0%, rgba(252, 252, 252, 0) 50%);
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .section4 {
    background: #fcfcfc;
  }
  .section4 .col-80 {
    display: block !important;
  }
  .section4 .section4-title {
    height: 180px;
    padding: 0 5vw;
    display: flex;
    align-items: center;
  }
  .section4 .section4-title h1 {
    margin: 0px;
    width: 70%;
  }
  .section4 .section4-title h2 {
    margin: 0px;
    width: 70%;
  }
  .section4 .section4-title .sec4-title-mob {
    display: none !important;
  }
  .section4 .section4-sector {
    display: none;
  }
  .section5 {
    background: #fcfcfc;
  }
  .section5 .section5-title {
    height: 180px;
    padding: 0 5vw;
    display: flex;
    align-items: center;
  }
  .section5 .section5-title .section5__cont {
    width: 100%;
  }
  .section5 .section5-title h1 {
    margin: 0px;
  }
  .section5 .section5-title h2 {
    margin: 0px;
  }
  .section5 .section5-logo {
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow-x: auto;
    justify-content: start;
    background: white;
  }
  .section5 .section5-logo .img1 {
    height: 40px;
    margin: 0 15px;
    filter: grayscale(100%);
  }
  .section5 .section5-logo .img2 {
    height: 50px;
    margin: 0 15px;
    filter: grayscale(100%);
  }
  .section5 .slider {
    justify-content: start;
  }
  .section6 {
    background: #fcfcfc;
  }
  .section6 .section6-title {
    background: #fcfcfc;
    padding: 50px 0px;
    width: 90vw;
    margin: auto;
    display: grid;
    align-items: center;
  }
  .section6 .section6-video {
    background: #f7f7f7;
    display: grid;
    place-items: center;
    padding: 50px 0px;
  }
  .section6 .section6-video img {
    width: 50%;
  }
  .section6 h2 {
    margin: 0;
  }
  .inline {
    display: inline !important;
  }
  .section7 {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .section7 .section7-title {
    background: #fcfcfc;
    padding: 50px 5vw;
    display: grid;
    align-items: center;
  }
  .section7 .section7-cite {
    background: #f7f7f7;
    padding: 50px 5vw;
    display: flex;
    align-items: end;
  }
  .section7 .section7-company {
    background: #f7f7f7;
    padding: 50px 5vw;
    display: grid;
    align-items: center;
  }
  .section7 .section7-company .p-company {
    margin-bottom: 50px;
  }
  .section7 h2 {
    margin: 0;
  }
  .section7 h1 {
    margin: 0;
    font-size: 60px;
  }
  .section7 img {
    height: 100%;
    width: 100%;
  }
  .section8 {
    background: #fcfcfc;
  }
  .section8 .section8-title {
    padding: 50px 0px;
    width: 90vw;
    margin: auto;
    display: grid;
    align-items: center;
  }
  .section8 .section8-title h2 {
    margin: 0;
  }
  .section8 .section8-grid {
    padding: 25px 5vw;
    margin: auto;
    background: #f7f7f7;
  }
  .section8 .section8-icon {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section8 .section8-icon .section8-icon__item {
    margin: 0 50px;
    text-align: center;
  }
  .section8 .section8-icon .section8-icon__item .section8-icon__icon {
    font-size: 40px;
  }
  .section8 .section8-icon .section8-icon__item .select {
    color: #1AF129;
  }
  .section8.card .section8-grid {
    display: block !important;
  }
  .section8.card .sec-desplegate {
    display: none;
  }
  .grid-section {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
    padding: 60px 0;
  }
  .grid-section .grid-item {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    background: #fcfcfc;
    transition: all 0.4s ease;
    padding: 30px;
  }
  .grid-section .grid-item .grid-item__icon {
    font-size: 60px;
  }
  .grid-section .grid-item h3 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .grid-section .grid-item p1 {
    font-size: 13px;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 60px;
  }
  .grid-section .grid-item:hover {
    background: #012d4c;
    color: #fcfcfc;
  }
  .grid-section .grid-item:hover .grid-item__icon {
    color: #1AF129;
  }
  .grid-section .grid-item:hover h3 {
    color: #1AF129;
  }
  .section9 {
    background: #fcfcfc;
  }
  .section9 .section9-form {
    height: 100%;
    padding: 50px 10vw;
    margin: auto;
    background: #fcfcfc;
    display: grid;
    align-items: center;
  }
  .section9 .section9-form .section9-form-cont h2 {
    margin: 0;
  }
  .section9 .section9-form .section9-form-cont input {
    font-family: opensans-regular;
    font-size: 14px;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    height: 50px;
    border-radius: 2px;
    min-width: calc(100% - 20px);
    padding-left: 20px;
    margin-top: 20px;
  }
  .section9 .section9-form .section9-form-cont textarea {
    font-family: opensans-regular;
    font-size: 14px;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    height: 120px;
    min-width: calc(100% - 40px);
    padding: 20px;
    border-radius: 2px;
    margin-top: 20px;
  }
  .section9 .section9-form .section9-form-cont button {
    margin-top: 15px;
  }
  .section9 .section9-form .section9-form-cont p1 {
    display: block;
    margin: 15px 0;
  }
  .section9 .section9-form .section9-form-cont .right {
    width: 90%;
    text-align: right;
    float: right;
  }
  .section9 .section9-form .section9-form-cont .section9-form1 {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
  }
  .section9 .section9-contact {
    padding: 50px 10vw;
    margin: auto;
    background: #f7f7f7;
    display: grid;
    place-items: center;
  }
  .section9 .section9-contact h2 {
    text-transform: none;
    font-size: 30px;
  }
  .section9 .section9-contact h2:nth-child(2) {
    margin-left: 50px;
  }
  .section9 iframe {
    width: 100%;
    border-radius: 10px;
  }
  /* .col-80 {
      width: 90%;
      height: 100%;
      margin: auto;
      display: flex;
  }*/
  .col-70 {
    width: 70%;
    height: 100%;
    margin: auto;
    display: flex;
  }
  .col-50 {
    width: 50%;
    max-height: 100%;
  }
}
