/**
* Template Name: Plato - v2.0.0
* Template URL: https://bootstrapmade.com/plato-responsive-bootstrap-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: "Gotham";
  font-weight: normal;
  src: url("../fonts/3a47f5f06b5484abfeee9eac90348a9c.eot");
  /* IE9*/
  src: url("../fonts/3a47f5f06b5484abfeee9eac90348a9c.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/3a47f5f06b5484abfeee9eac90348a9c.woff2") format("woff2"),
    /* chrome、firefox */
    url("../fonts/3a47f5f06b5484abfeee9eac90348a9c.woff") format("woff"),
    /* chrome、firefox */
    url("../fonts/3a47f5f06b5484abfeee9eac90348a9c.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/3a47f5f06b5484abfeee9eac90348a9c.svg#Gotham-Medium") format("svg");
  /* iOS 4.1- */
}

@font-face {
  font-family: "Gotham book";
  font-weight: light;
  src: url("../fonts/gotham_book.eot");
  /* IE9*/
  src: url("../fonts/gotham_book.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/gotham_book.woff2") format("woff2"),
    /* chrome、firefox */
    url("../fonts/gotham_book.woff") format("woff"),
    /* chrome、firefox */
    url("../fonts/gotham_book.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/gotham_book.svg") format("svg");
  /* iOS 4.1- */
}


@font-face {
  font-family: "Gotham book";
  font-weight: light;
  src: url("../fonts/gotham_book.eot");
  /* IE9*/
  src: url("../fonts/gotham_book.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/gotham_book.woff2") format("woff2"),
    /* chrome、firefox */
    url("../fonts/gotham_book.woff") format("woff"),
    /* chrome、firefox */
    url("../fonts/gotham_book.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/gotham_book.svg") format("svg");
  /* iOS 4.1- */
}

@font-face {
  font-family: "Slate";
  font-weight: "normal";
  src: url("../fonts/slate/slate.ttf");
  /* IE9*/
  src: url("../fonts/slate/slate.ttf?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/slate/slate.ttf") format("truetype"),
}

@font-face {
  font-family: "Slate italic";
  font-weight: "normal";
  font-style: "italic";
  src: url("../fonts/slate/slate_italic.ttf");
  /* IE9*/
  src: url("../fonts/slate/slate_italic.ttf?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/slate/slate_italic.ttf") format("truetype"),
}


:root {
  --main-blue: #446cc2;
  --font-primary: 'Gotham book', serif;
  --font-secondary: 'Kumbh Sans', sans-serif;
  --font-subtitle: 'Slate italic', sans-serif;
} 

* {
  font-family: 'Gotham book', serif !important;
}

body {
  font-family: 'Gotham book', serif;
  /* font-family: "Open Sans", sans-serif; */
  color: #7c7c7c;
  background-color: #f4f4f4;
  font-size: 15px;
}

.subtitle-font {
  font-family: 'Gotham book', serif !important;
  font-weight: 200 !important;
  color: var(--main-blue) !important;
}

a {
  color: var(--main-blue);
}

a:hover {
  color: #A3D4FF;
  text-decoration: none;
}

h1, h2, h4, h5, h6 {
  font-family: 'Gotham', serif !important;
  font-weight: bold;
}

h4, h5, h5 a {
  font-family: 'Gotham', serif !important;
  font-weight: bold;
}

.wrap {
  max-width: 1440px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper {
  margin-bottom: 60px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: var(--main-blue);
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #A3D4FF;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .logo {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: var(--main-blue);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  width: 340px;
  /*max-height: 40px;*/
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 12px 0 12px 30px;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Gotham', serif;
  /* font-family: "Open Sans", sans-serif; */
}

.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {
  color: #A3D4FF;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #444444;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active>a, .nav-menu .drop-down ul li:hover>a {
  color: var(--main-blue);
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}




@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #444444;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {
  color: var(--main-blue);
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(43, 43, 43, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/* Fontawesome icons replacing icofont */
.icofont-navigation-menu:before {
  content: "\f0c9";
  font: normal normal normal 22px/1 FontAwesome;
}

.icofont-close:before {
  content: "\f00d";
  font: normal normal normal 22px/1 FontAwesome;
}

.icofont-simple-up:before {
  content: "\f077";
  padding-bottom: 5px;
  font: normal normal normal 16px/1 FontAwesome;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------
#hero {
  width: 100%;
  height: 80vh;
  background: url("../img/hero-bg.jpeg") top center;
  background-size: cover;
  position: relative;
  border-bottom: 1px solid var(--main-blue);
}
*/
.carousel-item {
  width: 100%;
  height: 76vh;
  background-size: cover;
  position: relative;
  border-bottom: 1px solid var(--main-blue);
  max-height: 660px;
}

.slide-0 {
  background: url("../img/slides/slide-10.png");
  background-position: center;
  background-size: cover;
  object-fit: contain;
}
.slide-1 {
  background: url("../img/slides/slide-15.jpeg");
  background-position: center;
  background-size: cover;
  object-fit: contain;
}

.slide-2 {
  background: url("../img/slide-11-new.jpeg") top center;
}

.slide-3 {
  background: url("../img/slide-12.jpeg") top center;
}

.slide-4 {
  background: url("../img/slides/slide-16.jpeg");
  background-position: center;
  background-size: cover;
  object-fit: contain;
}

.slide-5 {
  background: url("../img/slides/slide-13-2.jpeg");
  background-position: center;
  background-size: cover;
  object-fit: contain;
}

.slide-6 {
  background: url("../img/slides/slide-14.jpeg");
  background-position: center;
  background-size: cover;
  object-fit: contain;
}

#hero:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.7);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero p {
  margin: 0 0 0 0;
  font-family: var(--font-subtitle)!important;
  font-style: italic;
  font-size: 33px;
  font-weight: 500;
   color: #fff;
  /* text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.9); */
}

#hero h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 22px;
}

.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border: solid 1px #ffffff !important;
  background-color: #f5f5f5 !important;
  border-radius: 50%;
}


#hero .btn-get-started {
  font-family: 'Gotham', serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 30px;
  transition: 0.5s;
  color: var(--main-blue);
  background: #fff;
}

#hero .btn-get-started:hover {
  background: var(--main-blue);
  color: #fff;
}

.not-home .sticky-wrapper {
  margin-bottom: 0;
}

.not-home .hero-ctn {
  overflow: hidden;
  min-height: 268px;
  height: 268px;
  margin-bottom: 70px;
}

.not-home .hero-ctn .hero-img-ctn {
  right: 0;
  position: absolute;
  top: 70px;
  height: 268px;
  width: 100%;
}

.not-home .hero-ctn .hero-img {
  position: relative;
  top: 0;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  width: 100%;
  min-height: 268px;
}

.not-home .hero-ctn .bg-blue {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 268px;
  background-color: var(--main-blue);
  opacity: 0.5;
}

.not-home h1 {
  position: absolute;
  z-index: 2;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: 0.2px;
  color: #ffffff;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }

  #hero p, #hero h2 {
    width: 75%;
  }
}

@media (max-width: 768px) {
  #header .logo img {
    padding: 0;
    margin: 0;
    /* max-height: 40px; */
    width: 70%;
  }

  #hero p {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}


.downbutton-container {
  z-index: 4;
  width: 100%;
  height: 100%;
  min-height: 257px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 2rem;
  margin-right: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  bottom: 0;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fafdfb;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 0;
  color: var(--main-blue);
  position: relative;
  z-index: 2;
}

.section-title h3 {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 0;
  color: var(--main-blue);
  position: relative;
  z-index: 2;
}


.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}



.parques-title {
  flex-wrap: nowrap;
}

.parques-title h2 {
  max-width: 900px;
}

.header-text {
  width: 90%;
}

@media screen and (max-width:780px) {
  .parques-title h2 {
    max-width: 100%;
  }

  .header-text {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h1 {
  font-weight: 200;
  color: var(--main-blue);

}

/*
.about .content {
  padding-left: 30px;
}*/

.about .content h3, .about .content h2 {
  font-weight: 700;
  font-size: 33px;
  color: var(--main-blue);
}

.about .content p {
  margin-bottom: 0;
}

.about .content .icon-box {
  margin-top: 25px;
}

.about .content .icon-box h4 {
  font-size: 19px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  color: var(--main-blue);
}

.about .content .icon-box i {
  font-size: 48px;
  float: left;
  color: var(--main-blue);
}

.about .content .icon-box p {
  margin-left: 60px;
}

.about .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 400px; */
}

@media (max-width: 991px) {
  .about {
    padding-left: 0;
  }

  .about .image {
    text-align: center;
  }

  .about .image img {
    max-width: 100%;
  }
}

@media (max-width: 667px) {
  .about .image img {
    max-width: 100%;
  }
}


/*--------------------------------------------------------------
# Parques Logísticos 
--------------------------------------------------------------*/

.subtitle-parques {
  font-size: 20px !important;
  color: #446cc2;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  #parques-logisticos .parques-img {
    background-color: red;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 450px !important;

  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f4f4f4;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  width: 50%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.2);
}

.client-row {
  box-sizing: border-box;
  padding: 20px 0;
}

.client-row:last-of-type {
  padding: 20px 0 0 0;
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }

  .client-row {
    padding: 0
  }
}

@media (max-width: 575px) {
  .clients img {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .card {
  border-radius: 5px;
  overflow: hidden;
  border: 0;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 10px 38px 1px rgba(0, 0, 0, 0.09);
  border-radius: 12px;
}

.features .card-body {
  padding-top: 20px;
  position: relative;
}

.features .card-body i {
  font-size: 120px;
  color: #e7e7e7;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.features .card-title {
  /*min-height: 50px;*/
  font-weight: 700;
  position: relative;
  text-align: center;
  z-index: 2;
  margin-bottom: 0 !important;
}

.features .card-title a {
  color: var(--main-blue);
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}

.features .card-text {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #7c7c7c;
  font-size: 15px;
}

.features .card-icon {
  margin-bottom: 1rem;
}

.features .card:hover {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.features .card:hover .card-title a {
  color: var(--main-blue);
}

@media (max-width: 1024px) {
  .features {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Numbers
--------------------------------------------------------------*/
#numbers .card h5, #numbers .card p {
  color: var(--main-blue);
  font-family: 'Gotham Book', serif !important;
}

#numbers .card h5 {
  font-size: 33px;
  font-weight: unset;
}

#numbers .card p {
  font-size: 18px;
  font-weight: unset;
}

#numbers .card img {
  max-width: 165px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  /*background: linear-gradient(rgba(2, 2, 2, 0.6), rgba(0, 0, 0, 0.8)), url("../img/cta-bg.jpeg") fixed center center;*/
  /* background: url("../img/cta-bg.jpeg") fixed center center; */
  background-size: cover;
  padding: 60px 0;
  background-color: #FCFCFC;
}

.cta h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.bg-blue {
  position: absolute;
  left: 0;
  top: 0;
  width: 100;
  height: 100vh;
  overflow: hidden;
  background-color: var(--main-blue);
  opacity: 0.5;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: 'Gotham', serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 30px;
  transition: 0.5s;
  color: var(--main-blue);
  background: #fff;
}

.cta .cta-btn:hover {
  background: var(--main-blue);
  color: #fff;
}

.cta-btn-dark {
  font-family: 'Gotham', serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 11px 35px;
  border-radius: 30px;
  transition: 0.5s;
  color: #fff;
  background: var(--main-blue);
  border: 1px solid var(--main-blue);
  margin: 0px auto 15px auto;
  text-align: center;
}

.cta-btn-dark:hover {
  border: 1px solid var(--main-blue);
  background: #fff;
  color: var(--main-blue);
}

.puzzle-container {
  background-image: url('../img/puzzle/background/Fondo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  height: 400px;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin: 2rem auto -2rem;
}

.puzzle-item {
  position: absolute;
  height: 80px;
  width: 80px;
  opacity: 0;
}

.puzzle-item__1 {
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.puzzle-item__2 {
  top: 42%;
  right: 0rem;
  opacity: 0;
}

.puzzle-item__3 {
  bottom: -.5rem;
  left: 50%;
  transform: translateX(-40%);
  opacity: 0;
}

.puzzle-item__4 {
  top: 42%;
  left: 1rem;
  opacity: 0;
}

.puzzle-icon {
  width: 100%;
  height: 100%;
  z-index: 2;
}

.arrow-icon {
  height: 40px;
  width: 40px;
  position: absolute;
  z-index: 1;
}

.arrow-1 {
  top: 4.5rem;
  left: 70%;
  transform: translateX(-50%);
  opacity: 0;
}

.arrow-2 {
  bottom: 5.5rem;
  right: 20%;
  transform: translateX(-50%);
  opacity: 0;
}

.arrow-3 {
  bottom: 6.3rem;
  right: 70%;
  transform: translateX(-50%);
  opacity: 0;
}

.arrow-4 {
  top: 5.5rem;
  left: 26%;
  transform: translateX(-50%);
  opacity: 0;
}

@media screen and (max-width:1199px) {
  .puzzle-item__2 {
    right: -2rem;
  }

  .puzzle-item__4 {
    left: -2rem
  }
}

@media screen and (max-width: 500px) {

  .cta {
    padding: 0;
  }

  .anim-title {
    text-align: center !important;
  }

  .puzzle-container {
    background-size: contain;
    background-repeat: no-repeat;
    margin: 3rem auto -5rem;
    height: 300px;
  }

  .puzzle-item {
    height: 60px;
    width: 60px;
  }

  .arrow-icon {
    height: 25px;
    width: 25px;
  }

  .puzzle-item__1 {
    top: 5rem;
  }

  .puzzle-item__2 {
    top: 44%;
    right: 1rem;
  }

  .puzzle-item__3 {
    bottom: 4rem;
  }

  .puzzle-item__4 {
    top: 44%;
    left: 2rem;
  }

  .arrow-1 {
    top: 7.5rem;
    left: 65%;
  }

  .arrow-2 {
    bottom: 8.5rem;
    right: 25%;
  }

  .arrow-3 {
    bottom: 8rem;
    right: 65%;
  }

  .arrow-4 {
    top: 8rem;
    left: 27%;
  }
}

@media screen and (max-width: 380px) {
  .puzzle-item__1 {
    top: 6rem
  }

  .puzzle-item__3 {
    bottom: 5rem
  }

  .puzzle-item__4 {
    left: 1.5rem
  }

  .arrow-1 {
    top: 8.2rem;
    left: 65%
  }

  .arrow-2 {
    bottom: 8.8rem;
    right: 25%;
  }

  .arrow-4 {
    top: 8.3rem;
    left: 28%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 20px;
  padding: 30px 15px;
  border-radius: 6px;
  background: #fff;
}

.services .icon-box i {
  float: left;
  color: var(--main-blue);
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #444444;
  transition: 0.3s;
}

.services .icon-box .icon-box:hover h4 a {
  color: var(--main-blue);
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: var(--main-blue);
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: var(--main-blue);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpeg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(17, 17, 17, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: var(--main-blue) !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0 0 0;
}

.team .member {
  text-align: center;
  background: #343a40;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.team .member .social a:hover {
  color: var(--main-blue);
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: var(--main-bluel);
  font-weight: 400;
  font-family: 'Gotham', serif;
  /* font-family: "Open Sans", sans-serif; */
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: var(--main-bluel);
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 5px;
  color: #444444;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Gotham', serif;
  transition: 0.3s;
  font-weight: 500;
  border: 2px solid #dddddd;
}

.pricing .get-started-btn:hover {
  color: var(--main-bluel);
  border-color: var(--main-bluel);
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
  background: var(--main-bluel);
}

.pricing .featured h3, .pricing .featured h4, .pricing .featured h4 span, .pricing .featured ul, .pricing .featured ul .na, .pricing .featured ul i, .pricing .featured ul .na i {
  color: #fff;
}

.pricing .featured .get-started-btn {
  border-color: #fff;
  color: #fff;
}

.pricing .featured .get-started-btn:hover {
  color: var(--main-bluel);
  background: #fff;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }

  .cta {
    /* background: url("../img/cta-bg-mobile.jpeg"); */
    background-size: 100%;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  background: #f3faf6;
  padding: 60px 0;
}

.faq .section-title span {
  color: #f1f1f1;
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #a8dabc;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: var(--main-bluel);
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.contact .info-box i {
  font-size: 32px;
  color: var(--main-bluel);
  border-radius: 50%;
  padding: 8px;

}

.contact .info-box h3 {
  font-family: 'Gotham Book', serif !important;
  font-weight: 500 !important;
  font-size: 20px;
  color: var(--main-bluel);
  margin: 10px 0 10px 0px;
}

.contact .info-box p, .contact .info-box p a {
  color: #7c7c7c;
  padding: 0;
  line-height: 24px;
  font-size: 13px;
  margin: 0 0 0 0px;
  word-wrap: break-word;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 24px;
}

.form-control {
  color: #7c7c7c;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea, .form-control {
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: var(--main-bluel);
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}




@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

form {
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background: white;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 36px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #7c7c7c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: var(--main-bluel) !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }

  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* padding: 30px 0 30px 0; */
  color: #d0d0d0;
  font-size: 15px;
  background: var(--main-bluel);
  display: flex;
  align-items: center;
  height: 70px;
  flex: 0.6;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #111111;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 3px 20px;
  background: var(--main-bluel);
  border: 1px solid var(--main-bluel);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #45a36c;
  border: 1px solid var(--main-bluel);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1b1b1b;
  color: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Gotham', serif;
  color: #b7b7b7;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--main-bluel);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #aaaaaa;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--main-bluel);
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #373737;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--main-bluel);
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
}


.bx img {
  width: 50px;
}

.air {
  margin-top: 1.5rem !important;
}



/*--------------------------------------------------------------
# naves.html
--------------------------------------------------------------*/
.naves ul li {
  font-size: 18px;
}


/*--------------------------------------------------------------
# parques.html
--------------------------------------------------------------*/
.parques .features .card-title {
  min-height: unset;
}

.parques .features .card-title a {
  font-size: 20px;
}

.parques .features .cta-btn-dark {
  margin-bottom: 50px;
}


/*--------------------------------------------------------------
# awards.html
--------------------------------------------------------------*/
.awards p {
  font-size: 1.13rem;
  padding: 12px 0;
}


.text-center {
  text-align: center !important;
  padding-bottom: 14px;
}


/*--------------------------------------------------------------
# pdf Download Button 
--------------------------------------------------------------*/

.pdf-download-btn {
  color: var(--main-blue);
  border-right: none;
  text-transform: uppercase;
  height: 30px;
  width: 120px;
  max-width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 88;
  background: #ffffff;
  font-size: 12px;
}

.pdf-download-btn-parques {
  color: #ffffff;
  border-right: none;
  text-transform: uppercase;
  height: 30px;
  width: 120px;
  max-width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 88;
  background: var(--main-blue);
  font-size: 12px;
}

.pdf-download-btn div {
  display: flex;
  flex: 1;
  height: 100%;
  align-items: center;
  border: 1px solid var(--main-blue);
  justify-content: center;
  font-weight: bold;
}


.pdf-download-btn-parques div {
  display: flex;
  flex: 1;
  height: 100%;
  align-items: center;
  border: 1px solid var(--main-blue);
  justify-content: center;
  font-weight: bold;
}


.pdf-download-btn:hover {
  opacity: 0.9;
  color: var(--main-blue);
}


.pdf-download-btn-parques:hover {
  opacity: 0.9;
  color: #ffffff;
}




.pdf-svg-container {
  background-color: var(--main-blue);
  max-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pdf-svg-container-parques {
  background-color: #ffffff;
  max-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}