/* @font-face {
  font-family: "Mulish-Light";
  src: url("../assets/fonts/Mulish-Light.ttf") format("truetype");

  font-family: "Mulish-Regular";
  src: url("../assets/fonts/Mulish-Regular.ttf") format("truetype");

  font-family: "Mulish-Bold";
  src: url("../assets/fonts/Mulish-Bold.ttf") format("truetype");

  font-family: "Mulish-Extra-Bold";
  src: url("../assets/fonts/Mulish-Extra-Bold.ttf") format("truetype");
}

$font-light: "Mulish-Light";
$font-regular: "Mulish-Regular";
$font-bold: "Mulish-Bold";
$font-extra-bold: "Mulish-Extra-Bold"; */
:root {
  --blue-color-hero: rgba(11, 44, 93, 0.5);
  --blue-color-hero-home: rgba(11, 44, 93, 0.2);
  --acua-color-hero: rgba(12, 120, 134, 0.5);
  --black-color-hero: rgba(0, 0, 0, 0.7);
}

/* :root {
    --first-color: #03384d;
    --first-aplpha-color: rgba(3, 56, 77, 0.2);
    --first-text-color: #ffffff;
    --second-text-color: #03384d;
  
    --boton-hover-color: #5cc8d6;
    --acua-color: #0c7886;
    --gray-light-color: #f4f4f4;
    --gray-dark-color: #707070;
    --gray-color: #c4c4c4;
    --black-alpha-color: rgba(0, 0, 0, 0.1);
    --blue-dark: #0b2c5d;
  
    --max-width: 1200px;
  
    --font-light: 'Mulish-Light', sans-serif;
    --font-regular: 'Mulish-Regular', sans-serif;
    --font-bold: 'Mulish-Bold', sans-serif;
    --font-extra-bold: "Mulish-Extra-Bold", sans-serif;
} */
/* Formating css */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #03384d;
}

a {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* components */
.container {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 360px;
  max-width: 1224px;
  margin: auto;
}

.container.page-error {
  height: 500px;
}

.container.page-error div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container.page-error div h1 {
  font-size: 12rem;
}

.container.page-error div p {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
}

/* card slide */
.card-info-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  /* Box slide-img */
  /* Box info-slide */
}

.card-info-image .card-image {
  position: relative;
  width: 100%;
  height: 350px;
}

.card-info-image .card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-info-image .card-image .box-experience {
  position: absolute;
  bottom: -30px;
  right: 50%;
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 250px;
  padding: 20px;
  z-index: 1;
}

.card-info-image .card-image .box-experience p {
  font-size: 1.4rem;
}

.card-info-image .card-image .box-experience span {
  font-size: 1.2rem;
}

.card-info-image .card-info {
  position: relative;
  width: 100%;
  height: 50%;
}

.card-info-image .card-info .info-title-description {
  position: relative;
  min-height: 100%;
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
  padding: 25px;
  border-radius: 10px;
}

.card-info-image .card-info .info-title-description.bg-white {
  background-color: #ffffff;
}

.card-info-image .card-info .info-title-description .info-title {
  font-size: 1.8rem;
  padding: 30px 0;
  font-weight: 400;
}

.card-info-image .card-info .info-title-description .info-description {
  font-size: 1rem;
  margin-bottom: 30px;
}

.card-info-image {
  /* Box slide-img */
  /* Box info-slide */
}

.card-info-image .card-image.image-service-slide img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.card-info-image .card-image.image-service-slide img.show-image {
  position: static;
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
  -webkit-transition: all 0.3s 0.1s ease;
  transition: all 0.3s 0.1s ease;
}

.card-info-image .card-info .margin_top-50 {
  margin-top: -50px;
}

@media screen and (min-width: 415px) {
  .card-info .info-title-description {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .box-shadow-1024 {
    -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1), -3px 3px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1), -3px 3px 20px rgba(0, 0, 0, 0.1);
  }
  .card-info-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .card-info-image.margin-top-bottom {
    margin: 50px 0;
  }
  .card-info-image:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .card-info-image:nth-child(odd) .card-info .box-btn {
    bottom: 40px;
    right: -40px;
  }
  .card-info-image:nth-child(even) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 50px;
  }
  .card-info-image:nth-child(even) .card-info .box-btn {
    bottom: 40px;
    left: -40px;
  }
  .card-info-image .card-info,
  .card-info-image .card-image {
    max-width: 50%;
    height: 100%;
  }
  .card-info-image .card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card-info-image .card-info.not-flex {
    display: initial;
  }
  .card-info-image .card-info .info-title-description {
    position: static;
    margin: 0;
    height: 100%;
    width: 90%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .card-info-image .card-info .info-title-description .info-title {
    font-size: 3rem;
    padding: 30px 0;
  }
  .card-info-image .card-info .info-title-description .info-description {
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
  .card-info-image .card-image {
    position: relative;
    width: 48%;
  }
}

.box-btn {
  position: absolute;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-btn .btn-slide {
  height: 50px;
  width: 50px;
  padding: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
}

.box-btn .btn-slide svg {
  width: 25px;
  pointer-events: none;
}

.box-btn .btn-slide svg path,
.box-btn .btn-slide svg line {
  stroke-width: 3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.box-btn .btn-slide:hover svg path,
.box-btn .btn-slide:hover svg line {
  stroke-width: 5;
}

@media screen and (max-width: 1023px) {
  .box-btn {
    top: -25px;
    right: 25px;
  }
}

/* hero-image */
.hero-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: var(--img-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-image .hero-opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--opacity-color);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-image.height-70vh {
  min-height: 70vh;
}

.hero-image.height-100vh {
  min-height: 100vh;
}

@media screen and (min-width: 1024px) {
  .hero-image {
    background-attachment: fixed;
  }
}

.hero-info {
  width: 100%;
  height: 100%;
}

.hero-info .hero-boxes {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-info .hero-boxes h2.hero-box1 {
  font-size: 1.8rem;
  font-weight: 700;
}

.hero-info .hero-boxes h2.hero-box1 span {
  font-weight: 400;
}

.hero-info .hero-boxes h2.title-services-lg {
  font-size: 2.5rem;
}

.hero-info .hero-boxes h2.title-location-lg p {
  font-size: 1.5rem;
  font-family: 400;
  line-height: 3;
}

.hero-info .hero-boxes .hero-box1 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.hero-info .hero-boxes h3.hero-box2 {
  font-size: 1.4rem;
}

.hero-info .hero-boxes p.hero-box2 {
  font-size: 1.3rem;
  margin-bottom: 30px;
  text-align: center;
}

.hero-info .hero-boxes .hero-box2 {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-info .hero-boxes .hero-box2 svg {
  width: 20px;
  margin-left: 15px;
}

.hero-info .hero-boxes .hero-box2.full-screen {
  position: absolute;
  width: 100%;
  bottom: 0;
  min-width: 360px;
}

.boxes-years-employees {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.boxes-years-employees .box-y-e {
  padding: 30px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.boxes-years-employees .box-y-e h3 {
  font-size: 1.5rem;
  font-family: 300;
}

.boxes-years-employees .box-y-e p {
  font-size: 1rem;
}

.boxes-years-employees .box-y-e.years {
  background-color: #0b2c5d;
}

.boxes-years-employees .box-y-e.employees {
  background-color: #0c7886;
}

@media screen and (max-height: 600px) {
  .hero-box1.title-location-lg {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .hero-info .hero-boxes {
    padding: 0 20px;
  }
  .hero-info .hero-boxes h2.hero-box1 {
    font-size: 2.8rem;
  }
  .hero-info .hero-boxes h2.title-services-lg {
    font-size: 3.5rem;
  }
  .hero-info .hero-boxes h3.hero-box2 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .hero-info .hero-boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero-info .hero-boxes h2.hero-box1 {
    max-width: 600px;
    font-size: 4rem;
    text-align: left;
    font-weight: 700;
  }
  .hero-info .hero-boxes h2.title-services-lg {
    font-size: 6rem;
  }
  .hero-info .hero-boxes h2.title-location-lg {
    max-width: 650px;
  }
  .hero-info .hero-boxes .hero-box1 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .hero-info .hero-boxes h3.hero-box2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .hero-info .hero-boxes p.hero-box2 {
    text-align: start;
    padding: 0;
  }
  .hero-info .hero-boxes .hero-box2 {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .hero-info .hero-boxes .hero-box2.txt-DR {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .hero-info .hero-boxes .hero-box2.full-screen {
    position: static;
    width: auto;
    padding: 0;
    margin: 0;
    margin-right: -10px;
  }
  .boxes-years-employees {
    margin-right: -20px;
  }
  .boxes-years-employees .box-y-e h3 {
    font-size: 2rem;
    font-family: 300;
  }
  .boxes-years-employees .box-y-e p {
    font-size: 1.3rem;
  }
}

/* Nav */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 25px 0;
  /*   &.is-active-back {
    background-color: $first-color;
    padding: 10px 0;
  } */
}

#header.is-active-scroll {
  background-color: #03384d;
  padding: 10px 0;
}

.brand a h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.brand a h1 span {
  display: block;
}

.brand a h1 span:last-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 30px;
  font-size: 1rem;
  font-family: 300;
  line-height: 0.5;
}

.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-icon svg {
  width: 25px;
  height: 25px;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.social-icon svg:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.social-icon svg path {
  fill: #ffffff;
}

.brand-nav {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}

.brand-nav .navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 55%;
  min-height: 100vh;
  background-color: #03384d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.brand-nav .navigation.is-active-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.brand-nav .navigation .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.brand-nav .navigation .links .link-item {
  display: inline-block;
  padding: 10px 30px;
  font-size: 1.3rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand-nav .navigation .links .link-item:hover {
  border-bottom: 2px solid #ffffff;
}

.brand-nav .btn-nav {
  background-color: #03384d;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}

.brand-nav .btn-nav:hover {
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), -5px -5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), -5px -5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.brand-nav .btn-nav svg {
  fill: #ffffff;
}

.brand-nav .btn-nav svg.svg-btn-nav-hidden {
  display: none;
}

.lang-menu {
  width: 100%;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.lang-menu select {
  width: 110px;
  height: 100%;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

.lang-menu select option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-color: #000000;
}

.lang-menu select option:hover {
  background-color: #000000;
}

@media screen and (min-width: 768px) {
  .navigation {
    width: 40%;
  }
  /* .brand {
    a {
      h1 {
        font-size: 2rem;

        span {
          &:last-child {
            font-size: 1.5rem;
          }
        }
      }
    }
  } */
}

@media screen and (min-width: 1210px) {
  .brand-nav {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .brand-nav .navigation {
    position: static;
    width: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-color: transparent;
    min-height: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .brand-nav .navigation .links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .brand-nav .navigation .links .link-item {
    padding: 0;
    margin-left: 30px;
    font-size: 1.2rem;
  }
  .brand-nav .navigation .links .link-item:last-child {
    margin-right: 30px;
  }
  .brand-nav .btn-nav {
    display: none;
  }
  .cont-footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .social-icon svg {
    width: 25px;
    height: 25px;
  }
  .lang-menu {
    width: 45px;
    height: 25px;
    margin-top: 0px;
    margin-left: 5px;
  }
  .lang-menu select {
    width: 100%;
  }
  .lang-menu select option span {
    display: none;
  }
}

/* -------------------Page------------------ */
/* Home */
.home-about {
  width: 100%;
  overflow: hidden;
}

.hero-image .box-video {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.hero-image .box-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-services {
  padding: 50px 0;
}

.home-services .card-info-image {
  background-color: #f4f4f4;
  color: #03384d;
}

.home-services .card-info-image .card-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-services .card-info-image .card-image .little-info-service {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-services .card-info-image .card-image .little-info-service p {
  max-height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-services .card-info-image .card-image .little-info-service.is-info-active {
  opacity: 1;
  visibility: visible;
}

.home-services .card-info-image .card-image .title {
  padding: 20px 0;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.home-services .card-info-image .card-info {
  height: 100%;
}

.home-services .card-info-image .card-info .info-title-description {
  padding: 0;
}

.items-services {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  background-color: #ffffff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.items-services .item-services {
  position: relative;
  padding: 20px;
  font-size: 0.7rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.items-services .item-services::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.items-services .item-services h2 {
  font-weight: 300;
}

.items-services .item-services.item-is-active, .items-services .item-services:hover {
  background-color: #5cc8d6;
  color: #ffffff;
  border: thin solid #c4c4c4;
}

.items-services .item-services.item-is-active svg path, .items-services .item-services:hover svg path {
  fill: #ffffff;
  stroke: #ffffff;
}

.items-services .item-services svg {
  width: 50px;
  height: 50px;
  padding: 2px;
  margin-bottom: 30px;
}

.btn-h {
  background-color: #5cc8d6;
  width: 100%;
  max-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  margin-top: 10px;
}

.btn-h:hover {
  border-bottom: 2px solid #03384d;
}

.btn-h.bg-transparent {
  padding: 1rem 0;
}

.btn-h.bg-transparent {
  color: #03384d;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-h.bg-transparent svg {
  margin-left: 20px;
}

.btn-h.bg-transparent svg path {
  stroke: #03384d;
}

.btn-h span {
  font-size: 1.3rem;
}

.btn-h svg {
  width: 35px;
  height: 35px;
  padding: 2px;
}

.btn-h svg path {
  stroke: #ffffff;
}

@media screen and (min-width: 768px) {
  .btn-h.bg-transparent {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .home-services {
    padding: 50px 0;
  }
  .home-services .card-info-image {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-services .card-info-image .card-image {
    width: 50%;
    margin-right: 30px;
  }
  .home-services .card-info-image .card-image .title {
    padding: 10px 0;
    margin-top: 10px;
    font-size: 4rem;
  }
  .home-services .card-info-image .card-image p {
    font-size: 1.3rem;
    margin-top: 20px;
  }
  .home-services .card-info-image .card-info .info-title-description {
    padding: 0;
  }
  .items-services {
    margin: 0;
  }
  .items-services .item-services {
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    font-size: 1.3rem;
    padding: 30px;
  }
  .items-services .item-services svg {
    width: 60px;
    height: 60px;
  }
  .items-services .item-services svg path {
    stroke: #03384d;
  }
  .btn-h {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .btn-h.bg-transparent {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

/* Services */
.footer-services {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 360px;
  margin: 50px 0 100px;
}

.footer-services .cards-footer {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (minmax(360px, 414px))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(360px, 414px));
}

.footer-services .cards-footer .card-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: thin solid #707070;
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
}

.footer-services .cards-footer .card-footer:nth-child(1) {
  border-top: thin solid #707070;
}

.footer-services .cards-footer .card-footer .card-footer-title {
  font-size: 1.8rem;
}

.footer-services .cards-footer .card-footer .card-footer-paragraph {
  margin: 1.8rem 0;
}

@media screen and (min-width: 830px) {
  .footer-services .cards-footer .card-footer {
    border-bottom: thin solid transparent;
  }
  .footer-services .cards-footer .card-footer:nth-child(1) {
    border-top: thin solid transparent;
  }
}

@media screen and (min-width: 1024px) {
  .footer-services {
    border-top: thin solid #707070;
    border-bottom: thin solid #707070;
  }
  .footer-services .cards-footer {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1400px;
    margin: auto;
  }
  .footer-services .cards-footer .card-footer,
  .footer-services .cards-footer .card-footer:nth-child(1) {
    border: none;
    height: 100%;
  }
  .footer-services .cards-footer .card-footer {
    border-left: thin solid #707070;
    padding: 3rem;
  }
}

/* Location */
.distance-location {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.distance-location .box-dl {
  -webkit-box-shadow: 5px 5px 21px rgba(0, 0, 0, 0.1), -5px -5px 21px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 21px rgba(0, 0, 0, 0.1), -5px -5px 21px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  height: 150px;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 1rem;
  border-radius: 10px;
}

.distance-location .box-dl.distance p {
  font-size: 1.3rem;
}

.distance-location .box-dl svg {
  width: 100px;
  margin-right: 30px;
}

@media screen and (min-width: 768px) {
  .distance-location {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .distance-location .distance {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .distance-location {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .distance-location .box-dl {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    font-size: 1.3rem;
  }
  .distance-location .box-dl.distance p, .distance-location .box-dl.lat-log p {
    font-size: 1.5rem;
  }
}

.ports-table {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 25px;
}

.ports-table .title {
  color: #ffffff;
  font-weight: 800;
}

.ports-table .table {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  width: 100%;
  list-style: none;
  border: thin solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ports-table .table li .table-item {
  display: block;
  text-align: center;
  border: thin solid #ffffff;
  padding: 10px 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.ports-table .table li .table-item:hover {
  background-color: #0b2c5d;
}

@media screen and (min-width: 1024px) {
  .ports-table {
    width: 70%;
    padding: 0;
  }
  .ports-table .title {
    font-size: 3rem;
  }
  .ports-table .table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ports-table .table li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .ports-table .table li .table-item {
    padding: 20px 0;
  }
}

/* Contact */
iframe {
  width: 100%;
  max-height: 70vh;
}

.map-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}

.form-contact {
  margin: 50px 0;
  width: 100%;
  min-width: 360px;
  max-width: 450px;
  padding: 50px 20px;
}

.form-contact legend {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 50px;
}

.form-contact .input-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  margin-bottom: 20px;
}

.form-contact .input-field .input-contact,
.form-contact .input-field textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  border: none;
  border: thin solid #03384d;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  -webkit-transition: position 1s ease;
  transition: position 1s ease;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  resize: none;
  background-color: transparent;
  /*  &[required]:valid {
        background-color: #f3f;
      } */
}

.form-contact .input-field .input-contact[required]:invalid,
.form-contact .input-field textarea[required]:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px solid #fff;
}

.form-contact .input-field .input-contact {
  border-radius: 10px;
}

.form-contact .input-field .btn-submit {
  width: 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #0c7886;
  height: 50px;
  font-family: 400;
  font-size: 1.2rem;
  color: #ffffff;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-contact .input-field .btn-submit:hover {
  width: 100%;
  -webkit-box-shadow: 5px 5px 21px rgba(0, 0, 0, 0.1), -5px -5px 21px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 21px rgba(0, 0, 0, 0.1), -5px -5px 21px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media screen and (min-width: 1024px) {
  .map-form {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #ffffff;
  }
  .map-form .form-contact {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 50px;
    background-color: #03384d;
    margin: 0;
    -webkit-box-shadow: 5px 5px 21px rgba(0, 0, 0, 0.4), -5px -5px 21px rgba(0, 0, 0, 0.4);
            box-shadow: 5px 5px 21px rgba(0, 0, 0, 0.4), -5px -5px 21px rgba(0, 0, 0, 0.4);
  }
  .map-form .form-contact legend {
    font-size: 3rem;
  }
  .map-form .form-contact label {
    display: none;
  }
  .map-form .form-contact .btn-submit {
    margin-top: 20px;
  }
  .map-form .form-contact .input-field {
    margin-bottom: 0px;
  }
  .map-form .form-contact .input-field .input-contact,
  .map-form .form-contact .input-field textarea {
    border: thin solid #0c7886;
    border-radius: 10px;
    color: #c4c4c4;
  }
}

.content-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
  z-index: 20;
  padding: 40px 60px;
  background-color: #03384d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.4), -20px -20px 50px rgba(0, 0, 0, 0.4);
          box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.4), -20px -20px 50px rgba(0, 0, 0, 0.4);
}

.content-loader p {
  margin-top: 20px;
  font-size: 1.3rem;
  text-align: center;
}

.none {
  opacity: 0;
  visibility: hidden;
}

.error-form {
  background-color: #700000;
}

.contact-error {
  background-color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 10px;
  color: #9e0000;
  margin-top: -12px;
  opacity: 0;
  visibility: hidden;
  font-weight: 600;
}

.contact-error.is-active {
  display: block;
  -webkit-animation: show-message 0.5s 1 normal 0s ease-out both;
          animation: show-message 0.5s 1 normal 0s ease-out both;
}

@-webkit-keyframes show-message {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes show-message {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.none {
  display: none;
}

/* About */
.about-info-geography {
  background-color: #5cc8d6;
  width: 100%;
}

.text-geography {
  text-align: center;
  color: #ffffff;
  padding: 30px 25px;
  width: 90%;
}

@media screen and (min-width: 1024px) {
  .text-geography {
    font-size: 1.3rem;
    padding: 100px 0;
    width: 100%;
  }
}

.about-card {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  margin: 50px 0;
}

.about-card .box-image {
  position: relative;
}

.about-card .box-image .img {
  position: relative;
  max-height: 400px;
  height: 500px;
  width: auto;
}

.about-card .box-image .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-card .box-image .box-experience {
  position: relative;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 20px;
  max-width: 200px;
  border-radius: 10px;
  background-color: #ffffff;
}

.about-card .box-image .box-experience p {
  font-size: 1.3rem;
}

.about-card .info-desc {
  padding: 0 20px;
}

.about-card .info-desc h2 {
  font-size: 1.8rem;
}

.about-card .info-desc span {
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.about-card .info-desc p {
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .about-card {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "boxImg boxInfo boxInfo";
  }
  .about-card:nth-child(odd) {
        grid-template-areas: "boxInfo boxInfo boxImg";
  }
  .about-card .box-image {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: boxImg;
  }
  .about-card .box-information {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: boxInfo;
  }
  .about-card .box-information .info-desc {
    padding: 0 20px;
  }
  .about-card .box-information .info-desc h2 {
    font-size: 3rem;
  }
  .about-card .box-information .info-desc span {
    display: inline-block;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .about-card .box-information .info-desc p {
    font-size: 1.3rem;
  }
}

.vision-mision {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.vision-mision .box-v-m {
  color: #ffffff;
  text-align: center;
  padding: 40px 20px;
}

.vision-mision .box-v-m h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .section-v-m {
    background-image: -webkit-gradient(linear, left top, right top, from(#0b2c5d), color-stop(50%, #0b2c5d), color-stop(50%, #0c7886), to(#0c7886));
    background-image: linear-gradient(to right, #0b2c5d 0%, #0b2c5d 50%, #0c7886 50%, #0c7886 100%);
    /* background-color: lawngreen; */
    width: 100%;
  }
  .vision-mision {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .vision-mision .box-v-m {
    padding: 60px;
  }
  .vision-mision .box-v-m h2 {
    font-size: 3rem;
  }
  .vision-mision .box-v-m p {
    font-size: 1.3rem;
  }
}

/* Facilities */
.table-facilities {
  width: 100%;
  max-width: 900px;
  border: none;
  padding: 2rem;
  border-radius: 10px;
  border-spacing: 0;
  margin: 0 20px;
}

th,
td {
  text-align: left;
  vertical-align: middle;
  padding: 1rem;
  border-bottom: thin solid rgba(112, 112, 112, 0.412);
}

@media screen and (min-width: 1024px) {
  .table-facilities {
    font-size: 1.3rem;
  }
}

.section-float-cranes .hero-info .hero-boxes .hero-box2 {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-float-cranes .hero-info .hero-boxes .hero-box2 .box2-text {
  margin-bottom: 30px;
}

.section-float-cranes .hero-info .hero-boxes .hero-box2 .box2-text h3 {
  font-size: 1.4rem;
}

.section-float-cranes .cards-facilities {
  max-width: 700px;
  text-align: center;
  position: absolute;
  width: 90%;
  left: 50%;
  bottom: -300px;
  padding: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
}

.section-float-cranes .cards-facilities .card-1 {
  margin-bottom: 30px;
}

.section-float-cranes .cards-facilities .card-1 h2 {
  margin-bottom: 20px;
}

.section-float-cranes .cards-facilities .card-2 {
  padding-top: 30px;
  border-top: thin solid rgba(112, 112, 112, 0.5);
}

.section-float-cranes .cards-facilities .card-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.section-float-cranes .cards-facilities .card-facilities {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .section-float-cranes .hero-info .hero-boxes .hero-box2 {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 100px;
  }
  .section-float-cranes .hero-info .hero-boxes .hero-box2 .box2-text {
    margin-bottom: 80px;
    max-width: 500px;
  }
  .section-float-cranes .hero-info .hero-boxes .hero-box2 .box2-text h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .section-float-cranes .hero-info .hero-boxes .hero-box2 .box2-text p {
    font-size: 1.3rem;
  }
  .section-float-cranes .cards-facilities {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    bottom: -230px;
  }
  .section-float-cranes .cards-facilities h2 {
    font-size: 1.7rem;
  }
  .section-float-cranes .cards-facilities p,
  .section-float-cranes .cards-facilities ul {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .section-float-cranes .cards-facilities .card-1 {
    margin: 0;
  }
  .section-float-cranes .cards-facilities .card-1 h3 {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .section-float-cranes .cards-facilities .card-2 {
    border: none;
    padding: 0;
  }
}

/* blog */
.blog-principal-notice {
  max-width: 1450px;
  margin: auto;
}

.blog-principal-notice .b-s {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
}

.blog-principal-notice .read-more {
  text-decoration: underline;
}

.blog-principal-notice .cardsPost {
  z-index: 1;
  position: relative;
  width: 100%;
  margin-top: -70px;
  padding: 20px 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 430px))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 430px));
  grid-gap: 30px;
}

.blog-principal-notice .cardsPost .card-post {
  border: 1px solid #33333320;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-principal-notice .cardsPost .card-post:hover {
  background-color: #06499a;
  cursor: pointer;
}

.blog-principal-notice .cardsPost .card-post:hover .box-info-post,
.blog-principal-notice .cardsPost .card-post:hover .read-more {
  color: #ffffff !important;
}

.blog-principal-notice .cardsPost .card-post .box-info-post {
  min-height: 230px;
  margin: 50px 30px 30px;
  color: #03384d;
  pointer-events: none;
}

.blog-principal-notice .cardsPost .card-post .box-info-post .date {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}

.blog-principal-notice .cardsPost .card-post .box-info-post .title {
  margin-bottom: 30px;
  font-weight: 100;
  font-size: 30px;
}

.blog-principal-notice .cardsPost .card-post .box-info-post .paragraph {
  margin-bottom: 15px;
  overflow: hidden;
  max-height: 130px;
}

.blog-principal-notice .cardsPost .card-post .box-info-post .read-more {
  font-size: 14px;
  color: #000000;
}

.blog-principal-notice .cardsPost .card-post .box-img {
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: auto;
  pointer-events: none;
}

.blog-principal-notice .cardsPost .card-post .box-img img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.blog-principal-notice .secondCardPost {
  width: 100%;
  padding: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  gap: 20px;
      grid-template-areas: "mainPost secondaryPost" "mainPost secondaryPost-2";
}

.blog-principal-notice .secondCardPost .mainPost {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: mainPost;
  position: relative;
  min-width: 298.4px;
  min-height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
}

.blog-principal-notice .secondCardPost .mainPost .box-img {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.blog-principal-notice .secondCardPost .mainPost .box-img img {
  width: 100%;
  height: 100%;
}

.blog-principal-notice .secondCardPost .mainPost .box-main-post {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 120, 134, 0.8)), to(rgba(12, 120, 134, 0.8))), no-repeat;
  background: linear-gradient(rgba(12, 120, 134, 0.8), rgba(12, 120, 134, 0.8)), no-repeat;
  pointer-events: none;
}

.blog-principal-notice .secondCardPost .mainPost .box-main-post .box-info .date {
  margin-bottom: 5px;
  font-size: 1rem;
}

.blog-principal-notice .secondCardPost .mainPost .box-main-post .box-info .title {
  margin-bottom: 15px;
  font-size: 1.6rem;
}

.blog-principal-notice .secondCardPost .mainPost .box-main-post .box-info .paragraph {
  max-height: 65px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  overflow: hidden;
}

.blog-principal-notice .secondCardPost .mainPost .box-main-post .box-info .read-more {
  font-size: 0.9rem;
  color: #ffffff;
}

.blog-principal-notice .secondCardPost .box-post-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: secondaryPost;
}

.blog-principal-notice .secondCardPost .box-post-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: secondaryPost-2;
}

.blog-principal-notice .secondCardPost .box-post {
  min-width: 298.4px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  cursor: pointer;
}

.blog-principal-notice .secondCardPost .box-post .box-img {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.blog-principal-notice .secondCardPost .box-post .box-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-principal-notice .secondCardPost .box-post .box-info-post {
  padding: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #03384d;
  pointer-events: none;
}

.blog-principal-notice .secondCardPost .box-post .box-info-post .date {
  font-size: 0.6rem;
  padding-bottom: 15px;
}

.blog-principal-notice .secondCardPost .box-post .box-info-post .title {
  font-size: 1.5rem;
  padding-bottom: 15px;
}

.blog-principal-notice .secondCardPost .box-post .box-info-post .paragraph {
  font-size: 0.8rem;
  padding-bottom: 15px;
  max-height: 65px;
  overflow: hidden;
}

.blog-principal-notice .secondCardPost .box-post .box-info-post .read-more {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 15px;
  font-size: 0.8rem;
  color: #000000;
}

@media screen and (max-width: 1450px) {
  .blog-principal-notice .cardsPost {
    -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media screen and (max-width: 1040px) {
  .blog-principal-notice .principal-notice .cont-info .info .title {
    max-height: 55px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .blog-principal-notice .principal-notice .cont-info .info .paragraph {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
  .blog-principal-notice .principal-notice .cont-info .info .read-more {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
  .blog-principal-notice .cardsPost {
    margin-top: -50px;
  }
  .blog-principal-notice .secondCardPost {
        grid-template-areas: "mainPost  mainPost"  "secondaryPost secondaryPost" "secondaryPost-2 secondaryPost-2";
  }
  .blog-principal-notice .secondCardPost .mainPost .box-main-post {
    padding: 30px;
  }
  .blog-principal-notice .secondCardPost .box-post {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
}

@media screen and (max-width: 400px) {
  .cardsPost {
    padding: 30px !important;
  }
  .secondCardPost {
    padding: 30px !important;
  }
}

.blog-notice .principal-image {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 90px;
}

.blog-notice .principal-image .cont-image {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}

.blog-notice .principal-image .cont-image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.blog-notice .blog-card {
  max-width: 1450px;
  margin: auto;
}

.blog-notice .blog-card .cardsPost {
  position: relative;
  padding: 20px;
  width: 100%;
  margin-top: -70px;
  padding: 0 50px;
}

.blog-notice .blog-card .cardsPost .card-post {
  border: 1px solid #33333320;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}

.blog-notice .blog-card .cardsPost .card-post .box-info-post {
  color: #03384d;
  padding: 100px 100px 0 100px;
}

.blog-notice .blog-card .cardsPost .card-post .box-info-post .date {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}

.blog-notice .blog-card .cardsPost .card-post .box-info-post .title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
}

.blog-notice .blog-card .cardsPost .card-post .box-info-post .paragraph {
  margin-bottom: 50px;
  overflow: hidden;
  min-height: 50px;
  font-size: 1.3rem;
}

.blog-notice .blog-card .cardsPost .card-post .box-info-post .read-more {
  font-size: 14px;
}

.blog-notice .blog-card .secondCardPost {
  width: 100%;
  padding: 70px 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
      grid-template-areas: "secondaryPost-1 secondaryPost-2";
}

.blog-notice .blog-card .secondCardPost .box-post {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
}

.blog-notice .blog-card .secondCardPost .box-post-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: secondaryPost-1;
}

.blog-notice .blog-card .secondCardPost .box-post-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: secondaryPost-2;
}

.blog-notice .blog-card .secondCardPost .box-post .box-img {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 150px;
  max-height: 250px;
}

.blog-notice .blog-card .secondCardPost .box-post .box-img img {
  width: 100%;
  height: 100%;
}

.blog-notice .blog-card .secondCardPost .box-post .box-info-post {
  padding: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #03384d;
}

.blog-notice .blog-card .secondCardPost .box-post .box-info-post .date {
  font-size: 0.6rem;
  padding-bottom: 20px;
}

.blog-notice .blog-card .secondCardPost .box-post .box-info-post .title {
  font-size: 1.2rem;
  padding-bottom: 20px;
}

.blog-notice .blog-card .secondCardPost .box-post .box-info-post .paragraph {
  font-size: 0.8rem;
  max-height: 65px;
  overflow: hidden;
  padding-bottom: 20px;
}

.blog-notice .blog-card .secondCardPost .box-post .box-info-post .read-more {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.8rem;
  padding-top: 10px;
  color: #000000;
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .blog-notice .cardsPost {
    padding: 20px !important;
  }
  .blog-notice .cardsPost .card-post .box-info-post {
    padding: 30px 30px 0 30px !important;
  }
  .blog-notice .cardsPost .card-post .box-info-post .date {
    font-size: 12px !important;
  }
  .blog-notice .cardsPost .card-post .box-info-post .title {
    font-size: 25px !important;
  }
  .blog-notice .cardsPost .card-post .box-info-post .paragraph {
    font-size: 1rem !important;
  }
  .blog-notice .secondCardPost {
    padding: 50px 30px 50px !important;
        grid-template-areas: "mainPost  mainPost"  "secondaryPost-1 secondaryPost-1" "secondaryPost-2 secondaryPost-2" !important;
  }
  .blog-notice .secondCardPost .box-post {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    -ms-grid-rows: 1fr 1fr !important;
        grid-template-rows: 1fr 1fr !important;
  }
}

/* elements */
div[data-element="pagination"] {
  width: 100%;
  margin: 20px 0px;
  padding: 20px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div[data-element="pagination"] .btn-page {
  width: 100%;
  height: 30px;
  min-width: 30px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 4px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 50%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #757575;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

div[data-element="pagination"] .btn-page:last-child {
  margin-right: 0;
}

div[data-element="pagination"] .btn-page.active {
  background-color: #0E4155;
}

div[data-element="pagination"] .btn-page:hover {
  background-color: #0E4155;
}

div[data-element="pagination"] .btn-page i {
  font-size: 22px;
}

div[data-element="pagination"] .btn-page.previous i {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}

div[data-element="pagination"] .btn-page.next i {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}

/* error page */
.cont-page-error {
  width: 100%;
  height: 500px;
}

.cont-page-error div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont-page-error div h1 {
  font-size: 12rem;
}

.cont-page-error div p {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
}

@media screen and (max-width: 720px) {
  .cont-page-error div h1 {
    font-size: 8rem;
  }
  .cont-page-error div p {
    font-size: 1.5rem;
  }
}

/* Utilities */
.box-shadow {
  -webkit-box-shadow: 5px 5px 21px rgba(0, 0, 0, 0.1), -5px -5px 21px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 21px rgba(0, 0, 0, 0.1), -5px -5px 21px rgba(0, 0, 0, 0.1);
}

.hero-opacity {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.mg-top {
  margin-top: 100px;
}

.mg-bottom-f {
  margin-bottom: 400px;
}

.bg-dark-blue {
  background-color: #0b2c5d !important;
  color: #ffffff;
}

.bg-acua {
  background-color: #0c7886 !important;
  color: #ffffff;
}

.side-pd {
  padding-left: 20px;
  padding-right: 20px;
}

.pd-top-bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}

.height-100 {
  height: 100%;
}

.bg-transparent {
  background-color: transparent;
}

.is-active-right {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  visibility: hidden;
  opacity: 0;
}

.is-active-left {
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  visibility: hidden;
  opacity: 0;
}

.transition-sides {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.line-h {
  line-height: 0;
}

/* Footer */
.footer .hero-box1 {
  /* flex-basis: 50%; */
}

.footer .hero-box2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* flex-basis: 50%; */
}

.footer .social-icon svg {
  margin-top: 30px;
}

.footer address {
  margin-top: 30px;
}

.footer address .phone-number {
  font-size: 2rem;
  font-style: normal;
}

.footer .suscription {
  margin-bottom: 20px;
}

.footer .suscription h3 {
  font-size: 2rem;
  font-weight: 400;
}

.footer .line {
  color: #ffffff;
  width: 100%;
  margin: 30px;
}

.footer .btn-h {
  max-width: none;
  min-width: 360px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 50px;
}

.footer .btn-h svg {
  width: 50px !important;
  height: 50px;
}

.footer .footer-nav {
  max-width: 360px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  .footer .hero-boxes .hero-box1 {
    text-align: start;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .footer .hero-boxes .hero-box2 {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .footer .social-icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .social-icon svg {
    width: 30px;
    height: 30px;
    margin-top: 30px;
  }
  .footer address {
    margin-top: 30px;
  }
  .footer address .phone-number {
    font-size: 4rem;
  }
  .footer address p {
    font-size: 1.3rem;
  }
  .footer .suscription {
    margin-bottom: 20px;
  }
  .footer .suscription h3 {
    font-size: 4rem;
  }
  .footer .suscription p {
    font-size: 1.3rem;
  }
  .footer .line {
    color: #ffffff;
    width: 100%;
    margin: 70px 0 30px;
  }
  .footer .footer-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 1.3rem;
  }
}

/* ----------------Media Query----------- */
@media screen and (max-width: 720px) {
  .container.page-error div h1 {
    font-size: 8rem;
  }
  .container.page-error div p {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=style.css.map */