@font-face {
  font-family: "Roboto-Medium";
  src: url(/fonts/Roboto-Medium.ttf);
}

@font-face {
  font-family: "Bahnschrift";
  src: url(/fonts/BAHNSCHRIFT.TTF);
}

body {
  overflow-x: hidden;
  font-family: "Roboto-Medium", sans-serif;
}

html {
  scroll-behavior: smooth;
}

hr {
  color: #fff;
}

/* CAROUSEL */

.swiper-container {
  width: 100%;
  height: 800px;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  background-color: white !important;
  opacity: 1 !important;
  height: 10px;
  width: 10px;
  transition: 0.3s;
}

.swiper-pagination-bullet-active {
  background-color: #fdcc00 !important;
  height: 10px;
  width: 20px;
  border-radius: 10px !important;
  transition: 0.3s;
}

.texto-slider {
  top: 180px;
  position: absolute;
  color: white;
  font-size: 50px;
  width: 300px;
  text-align: start;
  color: black;
  text-transform: uppercase;
}

/* POSICION PAGINACION */

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40%;
}

/* NAVBAR */

@media only screen and (max-width: 500px) {
  .navbar {
    display: none;
  }
}

@media only screen and (min-width: 500px) {
  .navbar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    z-index: 1000;
    height: 120px;
  }
}

.logo {
  max-width: 300px;
  padding: 40px 80px 20px 20px;
  transition: 0.6s;
  /* height: 100%; */
}

nav.sticky .logo {
  padding: 40px 5px 40px 20px;
  max-width: 100px;
}

nav.sticky {
  background: rgba(0, 0, 0, 0.788);
  height: 80px;
  /* display: none; */
}

.navbar .nav-link {
  font-size: 18px;
  color: white !important;
  text-shadow: 1px 1px 8px black;
  margin-left: 2px;
  margin-right: 2px;
  transition: 0.6s;
}

.navbar .nav-link:hover {
  color: #fdcc00 !important;
  text-shadow: 1px 1px 15px black;
}

.nav-link img {
  width: 30px;
  border-radius: 50%;
  transition: all 0.3s;
}

.nav-link img:hover {
  filter: drop-shadow(0px 0px 5px white);
  box-shadow: 0px 5px 10px rgb(255, 255, 255);
  transform: scale(1.2);
}

/* .navbar .nav-link.active {
    color: #fdcc00 !important;
} */

/* IMAGENES VISION */

@media only screen and (max-width: 500px) {
  .contenedor-swiper-celu {
    display: flex;
    justify-content: center;
  }
  .swiper-vision-celu {
    width: 60%;
    height: 30%;
    position: absolute;
    z-index: 500;
    top: 43%;
  }
  .swiper-vision-celu img {
    width: 70%;
    padding: 0px 30px 0px 30px;
  }
  .swiper-container {
    display: none;
  }
  .fila-contenedores-amarillos {
    display: none;
  }
}

@media only screen and (min-width: 500px) {
  .fila-contenedores-amarillos {
    position: absolute;
    z-index: 500;
    top: 95%;
    left: 0;
    right: 0;
    margin-left: 100px;
    margin-right: 100px;
  }
  .contenedor-texto-amarillo img {
    width: 80%;
  }
  .swiper-vision-celu {
    display: none;
  }
  .swiper-celu {
    display: none;
  }
}

@media only screen and (min-width: 1400px) {
  .fila-contenedores-amarillos {
    position: absolute;
    z-index: 500;
    top: 70%;
    left: 0;
    right: 0;
    margin-left: 100px;
    margin-right: 100px;
  }
  .contenedor-texto-amarillo img {
    width: 80%;
  }
  .swiper-vision-celu {
    display: none;
  }
  .swiper-celu {
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  .fila-contenedores-amarillos {
    position: absolute;
    z-index: 500;
    top: 60%;
    left: 0;
    right: 0;
    margin-left: 100px;
    margin-right: 100px;
  }
  .contenedor-texto-amarillo img {
    width: 80%;
  }
  .swiper-vision-celu {
    display: none;
  }
}

.contenedor-texto-amarillo {
  text-align: center;
}

/* WHATSAPP */

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  align-content: center;
  z-index: 100;
  display: flex;
  box-shadow: 0px 2px 8px rgba(0, 0, 0);
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  transition: 0.3s;
  text-decoration: none;
}

.whatsapp:hover {
  box-shadow: 0px 5px 15px rgb(255, 255, 255);
  color: #e0e0e0;
}

/* .whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}

.whatsapp-icon {
  margin-top: 13px;
} */

/* .whatsapp:hover {
  color: #e0e0e0;
  box-shadow: 0px 5px 15px rgb(255, 255, 255);
} */

/* BARCO */

.contenedor-barco {
  background-image: url(../img/barco.png);
  height: 400px !important;
  width: 100% !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contenedor-textos-barco {
  position: relative;
  top: 52%;
  background-color: rgba(0, 0, 0, 0.8);
  height: 160px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.contenedor-textos-barco a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fdcc00;
  transition: 800ms;
}

.contenedor-textos-barco a:hover {
  color: #fff;
  transform: scale(1.2);
}

@media only screen and (min-width: 500px) {
  .texto-import-export {
    font-size: 25px;
  }
  .texto-solution {
    font-size: 25px;
  }
}

@media only screen and (max-width: 500px) {
  .texto-import-export {
    font-size: 16px;
    font-family: "Bahnschrift";
  }
  .texto-solution {
    font-size: 16px;
    font-family: "Bahnschrift";
  }
  .contenedor-textos-barco {
    flex-direction: column;
  }
}

.contenedor-contenedores {
  background-image: url(../img/contenedores.png);
  height: 500px !important;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contenedor-texto-contenedores {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  color: #fdcc00;
  font-family: "Bahnschrift" !important;
  height: 100%;
  width: 100%;
  font-size: 2em;
  padding: 100px 0px 100px 0px;
}

.contenedor-texto-contenedores div {
  padding: 0px 20px 0px 0px;
}

.btn-ver-mas {
  color: white;
  font-size: 22px;
  margin: 10px 20px 0 0;
  padding: 8px 12px 8px 12px;
  text-align: center;
  background-color: rgb(40, 37, 37);
  border: oldlace 1px solid;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-ver-mas:hover {
  color: #fdcc00 !important;
  border: #fdcc00 1px solid;
  transition: all 0.2s;
  transform: scale(1.2);
  cursor: pointer;
  box-shadow: 0px 5px 15px rgb(255, 255, 255);
}

footer {
  padding: 50px 10px 50px 10px !important;
  background-color: #000000 !important;
}

@media only screen and (max-width: 500px) {
  .footer {
    height: auto;
    background-color: rgb(0, 0, 0);
    padding: 20px;
  }
  .copyrigth {
    margin-top: 70px;
    color: gray;
  }
}

.copyrigth a {
  color: #fdcc00;
  transition: 0.3s;
}

.copyrigth a:hover {
  color: #fdcc00a4;
}

@media only screen and (min-width: 500px) {
  .copyrigth {
    margin-top: 50px;
    color: gray;
  }
}

.fila-redes a {
  margin: 20px 10px 20px 10px;
  display: inline;
}

.fila-redes img {
  margin: auto;
  transition: 500ms;
  display: flex;
  width: 60px;
  border: transparent;
  border-radius: 50%;
}

.fila-redes img:hover {
  border: none;
  transform: scale(1.2);
  box-shadow: 1px 2px 12px rgb(255, 255, 255);
}

.icono-redes {
  position: relative;
}

.contenedor-especiales {
  background-image: url(/img/bannerr.png);
  background-size: cover;
  width: 100%;
  min-height: 450px;
  padding: 30px;
  color: #fdcc00;
  text-align: center;
  overflow-x: hidden;
  overflow-y: hidden;
}

.contenedor-especiales ul li {
  margin-top: 30px;
  display: block;
}

.contenedor-especiales ul li a {
  text-decoration: none;
}

@media only screen and (max-width: 500px) {
  .contenedor-especiales ul li {
    margin-top: 40px;
    font-size: 0.8em;
  }
  .contenedor-servicio img {
    width: 20px;
  }
  .contenedor-servicio h3 {
    font-family: "Bahnschrift";
    font-size: 0.8em;
    font-weight: 200 !important;
  }

  .sublista h5 {
    text-align: center;
    margin: auto;
  }
}

.footer-nav {
  margin-top: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-nav a {
  color: #fdcc00;
  text-decoration: none;
}

@media only screen and (max-width: 500px) {
  .footer-nav {
    flex-direction: column;
    margin-top: 20px;
    height: auto;
  }
}

.footer-texto-nav {
  position: relative;
  color: #fdcc00;
  margin: 0px 20px 0px 20px;
  font-size: 20px;
  transition: 0.3s;
}

.footer-texto-nav:hover {
  color: #fdcc00a4;
  text-decoration: underline;
}

.form-control {
  border: solid 2px #fdcc00;
  transition: 0.3s;
}

.form-control:focus {
  border: solid 2px #fdcc00;
  box-shadow: 1px 1px 10px #fff;
  outline: 0 none !important;
}

.formulario {
  margin: auto;
}

.formulario button {
  text-transform: uppercase;
  border: none;
}

.formulario button:hover {
  transition: all 500ms ease;
  text-transform: uppercase;
}

.alert {
  margin: 20px;
  display: none;
  background-color: #fdcc00;
  color: #000000;
  border: none;
  box-shadow: 1px 1px 10px #ffffff;
  padding: 0.8rem;
}

.alert p {
  margin: 0;
}

/* SIDENAV */

@media only screen and (min-width: 500px) {
  .sidenav {
    display: none;
  }
  .navbar-celulares {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 1000;
  }
  .sidenav a {
    padding: 10px 10px 20px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #fdcc00;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .sidenav hr {
    margin: auto;
    width: 80%;
    color: #fdcc00;
  }
  .sidenav img {
    padding: 20px 10px 10px 32px;
    width: 50%;
  }
  .navbar-celulares {
    background-color: rgba(0, 0, 0, 0.863);
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .navbar-celulares img {
    height: 50px;
    padding: 0px 0px 0px 20px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    background-color: #fdcc00;
  }
  .hamburger--collapse.is-active .hamburger-inner,
  .hamburger--collapse.is-active .hamburger-inner::before {
    background-color: #fdcc00;
  }
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/* BOTON SCROLL BACK */

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  border-radius: 4px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: grey;
  transition: 0.3s;
  box-shadow: 0px 2px 8px rgba(0, 0, 0);
}

.scroll-to-top:hover {
  filter: drop-shadow(0px 0px 5px white);
  box-shadow: 0px 5px 10px rgb(255, 255, 255);
}

.scroll-to-top img {
  height: 100%;
  width: 100%;
}

.importaciones {
  background-color: rgb(68, 68, 68);
  width: 100%;
  min-height: 300px;
  height: auto;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.exportaciones {
  background-color: rgb(68, 68, 68);
  width: 100%;
  min-height: 300px;
  height: auto;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.auditorias h1,
.contenedor-especiales h1,
.exportaciones h1,
.importaciones h1,
.texto-contactanos h1 {
  color: #fdcc00;
  text-shadow: 1px 1px 8px grey;
  padding: 30px 0 10px 0;
  font: optional;
  font-family: "Bahnschrift";
}

.contenedor-servicio img {
  width: 100px;
  padding: 10px;
  margin: 10px;
}

.contenedor-servicio h3 {
  color: #fdcc00;
  font-family: "Bahnschrift";
  font-size: 1.1em;
  font-weight: 300;
  transition: 800ms;
  cursor: pointer;
}

.contenedor-servicio h3:hover {
  color: #fff;
}

.contenedor-especiales h4 {
  color: #fff;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  cursor: pointer;
  transition: 800ms;
}

.contenedor-especiales h4:hover {
  color: #fdcc00;
  text-decoration: underline;
}

.auditorias {
  background-image: url(/img/auditoria.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 10px 50px 10px !important;
}

.auditorias h1 {
  color: #fdcc00;
  padding: 30px 0 10px 0;
  font: optional;
  font-family: "Bahnschrift";
}

.auditorias .lista {
  color: #fdcc00;
  /* width: 50%; */
  margin: auto;
}

.lista {
  list-style: none;
}

.lista li {
  list-style: none;
}

.lista h5 {
  color: #fff;
}
