@charset "UTF-8";
/* Colores */
/* Titulos */
/* line 3, ../sass/style.scss */
body {
  margin: 0;
  padding: 0;
}

/* line 7, ../sass/style.scss */
a {
  color: #fff;
  text-decoration: none;
}
/* line 10, ../sass/style.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #252525;
}

/* ----------
 * Navbar
 * ---------*/
/* line 20, ../sass/style.scss */
.navbar {
  width: 100%;
  border: none;
  border-radius: 0;
  float: right;
  margin-bottom: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #fff;
  padding: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
}

/* line 34, ../sass/style.scss */
.navbar-header {
  width: 100%;
}

/* line 37, ../sass/style.scss */
.navbar-logo {
  float: left !important;
  position: relative;
  display: inline;
  top: 0;
  float: left;
}
/* line 43, ../sass/style.scss */
.navbar-logo img {
  height: 70px;
  position: absolute;
  top: 3px;
  transition: max-height 0.4s;
}

/* line 50, ../sass/style.scss */
.collapse:not(.show) {
  flex-basis: 100%;
  display: block;
}

/* line 54, ../sass/style.scss */
.navbar-collapse {
  float: right;
  border-top: none;
  padding-left: 0;
  padding-right: 0;
}

/* ----------
 * Navbar-nav
 * ---------*/
/* line 64, ../sass/style.scss */
.navbar-nav {
  float: right;
  padding: 0;
  display: flex;
  flex-direction: inherit;
  float: right;
  margin: 0;
  padding-left: 0;
  transition: all 0.35s ease;
  height: auto;
  z-index: 99999;
}
/* line 75, ../sass/style.scss */
.navbar-nav > li {
  list-style-type: none;
}
/* line 77, ../sass/style.scss */
.navbar-nav > li > a {
  float: right;
  padding: 29px 10px;
  color: #000;
  font-weight: 500;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  transition: all 0.35s ease;
  display: block;
}
/* line 86, ../sass/style.scss */
.navbar-nav > li > a:hover {
  color: #fff;
  transition: all .4s;
  background-color: #3498db;
}
/* line 91, ../sass/style.scss */
.navbar-nav > li > a:focus {
  color: #fff;
  background-color: #3498db;
}
/* line 98, ../sass/style.scss */
.navbar-nav .active > a {
  color: #fff;
  margin: 0;
  background-color: #2072a7;
}

/* --------------
 * Efecto botones
 * -------------*/
/* line 109, ../sass/style.scss */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
/* line 117, ../sass/style.scss */
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
/* line 122, ../sass/style.scss */
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2072a7;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 139, ../sass/style.scss */
[class^="hvr-"] {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 147, ../sass/style.scss */
.idiomas {
  float: right;
  padding: 0;
  display: flex;
  flex-direction: inherit;
  float: right;
  margin: 0;
  padding-left: 0;
  transition: all 0.35s ease;
  height: auto;
  z-index: 99999;
}
/* line 158, ../sass/style.scss */
.idiomas > li {
  list-style-type: none;
}
/* line 160, ../sass/style.scss */
.idiomas > li > a {
  float: right;
  padding: 25px 10px;
  color: #000;
  font-weight: normal;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  transition: all 0.35s ease;
  display: block;
  filter: grayscale(1);
}
/* line 170, ../sass/style.scss */
.idiomas > li > a:hover {
  color: #fff;
  transition: all .4s;
  filter: grayscale(0);
}
/* line 175, ../sass/style.scss */
.idiomas > li > a.active {
  color: #fff;
  filter: grayscale(0) !important;
  margin: 0;
}
/* line 180, ../sass/style.scss */
.idiomas > li > a img {
  width: 25px;
  height: 25px;
}
/* line 187, ../sass/style.scss */
.idiomas .active > a {
  color: #fff;
  filter: grayscale(0) !important;
  margin: 0;
}
/* line 191, ../sass/style.scss */
.idiomas .active > a:focus, .idiomas .active > a:hover {
  color: #fff;
  background-color: #2980b9;
}

/* ----------------------
 * Efecto Bot├│n Hamburger
 * ---------------------*/
/* line 203, ../sass/style.scss */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
  float: right;
  display: none;
}
/* line 220, ../sass/style.scss */
.hamburger:hover {
  opacity: 0.7;
}
/* line 223, ../sass/style.scss */
.hamburger:focus {
  outline: none;
}

/* line 228, ../sass/style.scss */
.hamburger.is-active:hover {
  opacity: 0.7;
}
/* line 231, ../sass/style.scss */
.hamburger.is-active .hamburger-inner, .hamburger.is-active::before, .hamburger.is-active::after {
  background-color: #000;
}

/* line 237, ../sass/style.scss */
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

/* line 243, ../sass/style.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

/* line 248, ../sass/style.scss */
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #2072a7;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

/* line 260, ../sass/style.scss */
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

/* line 265, ../sass/style.scss */
.hamburger-inner::before {
  top: -10px;
}

/* line 268, ../sass/style.scss */
.hamburger-inner::after {
  bottom: -10px;
}

/* line 272, ../sass/style.scss */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
/* line 275, ../sass/style.scss */
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 279, ../sass/style.scss */
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 286, ../sass/style.scss */
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
/* line 289, ../sass/style.scss */
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
/* line 294, ../sass/style.scss */
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/* -----------
 * Slider home
 * ----------*/
/* line 305, ../sass/style.scss */
.carousel {
  margin: 0px;
  position: initial;
  z-index: -999;
  height: 100vh;
}
/* line 311, ../sass/style.scss */
.carousel .carousel-indicators li {
  background-color: #3498db;
  height: 4px;
}
/* line 314, ../sass/style.scss */
.carousel .carousel-indicators li.active {
  background-color: #2072a7;
}

/* line 320, ../sass/style.scss */
.carousel-bloque {
  position: relative !important;
  width: 100%;
  overflow: hidden;
}

/* line 325, ../sass/style.scss */
.carousel-item {
  height: 100vh;
  overflow: hidden;
}
/* line 328, ../sass/style.scss */
.carousel-item .mascara-oscura {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  position: relative;
  height: 100vh;
}
/* line 334, ../sass/style.scss */
.carousel-item .imagen-carousel-01,
.carousel-item .imagen-carousel-02 {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100vh;
}
/* line 342, ../sass/style.scss */
.carousel-item .imagen-carousel-03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
/* line 349, ../sass/style.scss */
.carousel-item .carousel-contenido {
  position: absolute;
  top: 200px;
  right: 0;
  left: 0;
  bottom: 3rem;
  margin-bottom: -160px;
  z-index: 10;
  display: block;
}
/* line 358, ../sass/style.scss */
.carousel-item .carousel-contenido h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  z-index: 99999 !important;
  position: relative;
  font-family: "Red Hat Display", sans-serif;
}
/* line 369, ../sass/style.scss */
.carousel-item .carousel-contenido h1 span {
  font-size: 55px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #2072a7;
  text-align: center;
  z-index: 99999 !important;
  position: relative;
  font-family: "Red Hat Display", sans-serif;
}
/* line 381, ../sass/style.scss */
.carousel-item .carousel-contenido h3 {
  font-size: 21px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 30px;
  color: #fff;
  text-align: center;
  z-index: 99999 !important;
  position: relative;
  padding: 20px 0 30px 0;
  font-family: "Red Hat Display", sans-serif;
}

/* --------------------
 * Efecto sombra slider
 * -------------------*/
/* line 400, ../sass/style.scss */
.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 406, ../sass/style.scss */
.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  line-height: 0;
  direction: ltr;
  z-index: 9;
}
/* line 415, ../sass/style.scss */
.elementor-shape .elementor-shape-fill {
  fill: #f2f2f2;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* line 424, ../sass/style.scss */
svg:not(:root) {
  overflow: hidden;
}

/* --------
 * Botones
 ---------*/
/* line 431, ../sass/style.scss */
.boton {
  text-align: center;
  position: relative;
  top: 8px;
}

@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/* line 448, ../sass/style.scss */
.hvr-icon-pop {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background: #2072a7;
  position: relative;
  top: -10px;
  margin: 0 auto;
  padding: 8px 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 35px;
  border: 0;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: all ease 0.5s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
}

/* line 474, ../sass/style.scss */
.hvr-icon-pop .hvr-icon {
  padding-left: 8px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 485, ../sass/style.scss */
.hvr-icon-pop:hover .hvr-icon,
.hvr-icon-pop:focus .hvr-icon,
.hvr-icon-pop:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* -------------
 * Asesoramiento
* ------------*/
/* line 501, ../sass/style.scss */
.asesoramiento {
  overflow: hidden;
  padding: 40px 0;
  background: #f2f2f2;
}

/* line 506, ../sass/style.scss */
.bloque-formulario {
  background-color: #000;
  padding: 0;
  height: auto;
  background-color: #f2f2f2;
}
/* line 511, ../sass/style.scss */
.bloque-formulario h2 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 45px;
  color: #000;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  width: 100%;
  margin: 15px 0;
}
/* line 521, ../sass/style.scss */
.bloque-formulario p {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #000;
  width: 900px;
  text-align: center;
  line-height: 1.7;
  width: 100%;
  font-weight: 500;
  margin: 0;
}
/* line 532, ../sass/style.scss */
.bloque-formulario .iconos-titulos {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
/* line 536, ../sass/style.scss */
.bloque-formulario .iconos-titulos i {
  padding-bottom: 10px;
  font-size: 28px;
  color: #000;
}

/* line 543, ../sass/style.scss */
.divider {
  display: block;
  padding: 0;
  width: 275px;
  border-color: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  color: transparent;
  background-color: transparent;
  border-top: none;
  margin: 0 auto;
}
/* line 554, ../sass/style.scss */
.divider:before {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 95px;
  border-bottom: 3px solid;
  color: #3498db;
  z-index: 5;
}

/* line 567, ../sass/style.scss */
.divider2 {
  display: block;
  padding: 0;
  border-color: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  color: #fff;
  background-color: #fff;
  border-top: none;
  margin: 10px 0;
}
/* line 577, ../sass/style.scss */
.divider2:before {
  content: '';
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 95px;
  left: 47px;
  border-bottom: 3px solid;
  color: #3498db;
  z-index: 5;
}

/* line 590, ../sass/style.scss */
form {
  overflow: hidden;
  padding: 20px 0;
}

/* line 594, ../sass/style.scss */
.formulario {
  overflow: hidden;
  width: 100%;
}

/* line 598, ../sass/style.scss */
.datos-cliente-formulario {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 15px;
}

/* line 603, ../sass/style.scss */
.datos-servicio-formulario .hvr-icon-pop {
  width: 100%;
}
/* line 605, ../sass/style.scss */
.datos-servicio-formulario .hvr-icon-pop .hvr-icon {
  padding-left: 8px !important;
  font-size: 12px;
}

/* line 611, ../sass/style.scss */
.datos-cliente-formulario,
.datos-servicio-formulario {
  overflow: hidden;
}
/* line 614, ../sass/style.scss */
.datos-cliente-formulario h3,
.datos-servicio-formulario h3 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 21px;
  color: #2072a7;
  text-align: left;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  margin: 0 0 20px 0;
}

/* line 626, ../sass/style.scss */
select {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  display: inline;
  height: 32px;
  width: 100%;
  margin-bottom: 15px;
  color: #000;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  padding: 6px 12px;
}

/* line 639, ../sass/style.scss */
textarea.form-control {
  height: 175px;
}

/* line 642, ../sass/style.scss */
textarea.form-control-servicio {
  height: 125px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  display: inline;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000 !important;
}

/* line 654, ../sass/style.scss */
input[type=file] {
  display: none;
}

/* line 657, ../sass/style.scss */
.form-control {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  display: inline;
  height: 32px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #000 !important;
}

/* line 668, ../sass/style.scss */
.form-control:focus {
  border-bottom: 1px solid #2072a7;
}

/* line 671, ../sass/style.scss */
.form-control-area {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  display: inline;
  height: 40px;
  width: 28%;
}

/* line 679, ../sass/style.scss */
.form-control-telefono {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  display: inline;
  height: 40px;
  width: 70%;
  margin-left: 5px;
}

/* line 688, ../sass/style.scss */
input, button, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 693, ../sass/style.scss */
button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* --------------------------
 * Secci├│n NOSOTROS, CONTACTO
* -------------------------*/
/* line 703, ../sass/style.scss */
.seccion-nosotros,
.seccion-contacto {
  background-color: #2980b9;
  border-bottom: 3px solid #2980b9;
}

/* line 708, ../sass/style.scss */
.nosotros,
.contacto {
  margin: 0 auto;
  padding: 40px 0 80px 0;
}
/* line 712, ../sass/style.scss */
.nosotros h2,
.contacto h2 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 45px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  width: 100%;
  margin: 15px 0;
}
/* line 722, ../sass/style.scss */
.nosotros p,
.contacto p {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  width: 100%;
  font-weight: 300;
}
/* line 731, ../sass/style.scss */
.nosotros .iconos-titulos,
.contacto .iconos-titulos {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
/* line 735, ../sass/style.scss */
.nosotros .iconos-titulos i,
.contacto .iconos-titulos i {
  padding-bottom: 10px;
  font-size: 28px;
  color: #fff;
}

/* line 742, ../sass/style.scss */
.bloque-nosotros,
.bloque-contacto {
  margin-top: 60px;
  display: flex;
  flex: 0 1 100%;
}
/* line 747, ../sass/style.scss */
.bloque-nosotros h3,
.bloque-contacto h3 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 21px;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  margin: 0 0 10px 0;
}
/* line 758, ../sass/style.scss */
.bloque-nosotros p,
.bloque-contacto p {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #fff;
  width: 900px;
  text-align: left !important;
  line-height: 1.7;
  width: 100%;
  font-weight: 300;
  margin: 0 auto;
}
/* line 769, ../sass/style.scss */
.bloque-nosotros i,
.bloque-contacto i {
  padding-right: 10px;
  font-size: 25px;
  color: #fff;
  position: relative;
  top: -5px;
}

/* -----------------------------------------
 * Secci├│n SERVICIOS, INCOTERMS, CONTENEDORES
* ----------------------------------------*/
/* line 781, ../sass/style.scss */
.services,
.incoterms,
.contenedores {
  padding: 40px 0;
}

/* line 786, ../sass/style.scss */
.bloque-servicios,
.bloque-incoterms,
.bloque-contenedores {
  display: flex;
  flex: 0 1 100%;
  background-color: #fff;
}
/* line 792, ../sass/style.scss */
.bloque-servicios h2,
.bloque-incoterms h2,
.bloque-contenedores h2 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 45px;
  color: #000;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  width: 100%;
  margin: 15px 0;
}
/* line 802, ../sass/style.scss */
.bloque-servicios p,
.bloque-incoterms p,
.bloque-contenedores p {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #000;
  text-align: center;
  line-height: 1.7;
  width: 100%;
  font-weight: 500;
  margin: 0;
}
/* line 812, ../sass/style.scss */
.bloque-servicios .iconos-titulos,
.bloque-incoterms .iconos-titulos,
.bloque-contenedores .iconos-titulos {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
/* line 816, ../sass/style.scss */
.bloque-servicios .iconos-titulos i,
.bloque-incoterms .iconos-titulos i,
.bloque-contenedores .iconos-titulos i {
  padding-bottom: 10px;
  font-size: 28px;
  color: #000;
}

/* line 823, ../sass/style.scss */
.parallax-container {
  overflow: hidden;
  top: 0;
  padding: 80px 0;
  position: relative;
  top: 0;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 831, ../sass/style.scss */
.parallax-container:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 839, ../sass/style.scss */
.parallax-container .imagen-servicio {
  display: inline-block;
  position: relative;
}
/* line 842, ../sass/style.scss */
.parallax-container .imagen-servicio i {
  padding-bottom: 15px;
  margin-right: 10px;
  font-size: 35px;
  color: #fff;
}
/* line 849, ../sass/style.scss */
.parallax-container .texto-servicio {
  position: relative;
}
/* line 851, ../sass/style.scss */
.parallax-container .texto-servicio h3 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 21px;
  text-align: left;
  color: #fff;
  text-transform: initial;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0 0 20px 0;
  height: 75px;
}

/* line 865, ../sass/style.scss */
.servicios {
  padding-bottom: 130px;
  overflow: hidden;
  display: block;
}

/* ----------------
 * Secci├│n CONTACTO
* ---------------*/
/* line 876, ../sass/style.scss */
.bloque-contacto .datos-contacto h3 {
  padding: 20px 0 5px 3px;
  margin: 0;
  display: inline;
}
/* line 881, ../sass/style.scss */
.bloque-contacto .datos-contacto p {
  padding-left: 30px;
}
/* line 884, ../sass/style.scss */
.bloque-contacto .datos-contacto i {
  width: 25px;
  font-size: 20px;
  position: relative;
  top: 1px;
}
/* line 891, ../sass/style.scss */
.bloque-contacto .datos-contacto .sucursales strong {
  display: block;
  padding: 5px 0;
}
/* line 895, ../sass/style.scss */
.bloque-contacto .datos-contacto .sucursales p {
  font-size: 16px;
}

/* ----------------
 * Secci├│n INCOTERMS
 * ---------------*/
/* line 905, ../sass/style.scss */
.bloque-incoterms {
  background-color: #f2f2f2;
  padding-bottom: 70px;
}

/* line 909, ../sass/style.scss */
.myaccordion {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 40px;
}
/* line 913, ../sass/style.scss */
.myaccordion .accordion-completo,
.myaccordion .accordion-completo:last-child .card-header {
  border: none;
}
/* line 917, ../sass/style.scss */
.myaccordion .accordion-bloque {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 919, ../sass/style.scss */
.myaccordion .accordion-bloque:hover, .myaccordion .accordion-bloque:visited {
  background: #f2f2f2;
  transition: all 0.3s;
}
/* line 925, ../sass/style.scss */
.myaccordion .encabezado-accordion {
  border-bottom: 1px solid #f2f2f2;
  background: transparent;
  padding: 15px 10px;
  transition: all 0.35s ease;
}
/* line 930, ../sass/style.scss */
.myaccordion .encabezado-accordion:active {
  background: #f2f2f2;
}
/* line 933, ../sass/style.scss */
.myaccordion .encabezado-accordion:focus {
  background: #f2f2f2 !important;
}
/* line 937, ../sass/style.scss */
.myaccordion .card-body {
  padding: 15px;
  background: #f2f2f2;
  border-top: 1px solid #bfb9b9;
}
/* line 942, ../sass/style.scss */
.myaccordion .fa-stack {
  font-size: 17px;
  float: right;
  padding-top: 5px;
}
/* line 947, ../sass/style.scss */
.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #2072a7;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.5;
  font-weight: 700;
  width: 100%;
}
/* line 959, ../sass/style.scss */
.myaccordion .btn:focus {
  box-shadow: none;
}
/* line 962, ../sass/style.scss */
.myaccordion .btn .titulo-accordion,
.myaccordion .btn .subtitulo-accordion {
  display: inline-block;
}
/* line 966, ../sass/style.scss */
.myaccordion .btn h3 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 21px;
  color: #2072a7;
  text-align: left;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  position: relative;
  top: -3px;
}
/* line 979, ../sass/style.scss */
.myaccordion .btn strong {
  width: 100%;
  font-weight: bold;
  color: #2072a7;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 15px;
  text-transform: lowercase;
  text-align: left;
  line-height: 1.2;
  font-weight: 500;
  width: 100%;
  padding-left: 5px;
  float: right;
  position: relative;
  top: 5px;
}
/* line 997, ../sass/style.scss */
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}
/* line 1001, ../sass/style.scss */
.myaccordion ul {
  padding: 0;
}
/* line 1004, ../sass/style.scss */
.myaccordion li {
  list-style-type: none;
  text-decoration: none;
}
/* line 1007, ../sass/style.scss */
.myaccordion li p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #000;
  width: 900px;
  text-align: left;
  line-height: 1.7;
  width: 100%;
  font-weight: 500;
  margin-bottom: 40px;
  display: inline;
}
/* line 1019, ../sass/style.scss */
.myaccordion li i {
  padding-right: 5px;
  color: #2072a7;
}
/* line 1024, ../sass/style.scss */
.myaccordion li + li {
  margin-top: 10px;
}

/* line 1028, ../sass/style.scss */
.collapse:not(.show) .card-body {
  display: none !important;
}

/* -------------------------------------
 * Linea diagonal, triangulos y ondulada 
 * ------------------------------------*/
/* -------------
* Linea diagonal 
* --------------*/
/* line 1038, ../sass/style.scss */
.ss-style-doublediagonal {
  z-index: 1;
  padding: 40px 0;
  background: #f2f2f2;
}
/* line 1042, ../sass/style.scss */
.ss-style-doublediagonal::before, .ss-style-doublediagonal::after {
  top: 0;
  left: -25%;
  z-index: -1;
  width: 150%;
  height: 75%;
  background: inherit;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* line 1055, ../sass/style.scss */
.ss-style-doublediagonal::before {
  height: 50%;
  background: #116094;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
}

/* ----------
 * Triangulos 
 * ----------*/
/* line 1067, ../sass/style.scss */
#trianglePath1 {
  fill: #3498db;
  stroke: #3498db;
}

/* line 1071, ../sass/style.scss */
#trianglePath2 {
  fill: #2072a7;
  stroke: #2072a7;
}

/* ----------------
 * Lineas onduladas 
 * ----------------*/
/* line 1078, ../sass/style.scss */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

/* line 1084, ../sass/style.scss */
#section-27-71 svg {
  fill: #2980b9 !important;
}

/* line 1087, ../sass/style.scss */
#section-27-71 svg {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #3498db;
}

/* --------------------
 * Secci├│n CONTENEDORES
 * -------------------*/
/* line 1097, ../sass/style.scss */
.contenido-seccion {
  margin-top: 40px;
}

/* line 1100, ../sass/style.scss */
.tipo-contenedores {
  margin-bottom: 40px;
  overflow: hidden;
}

/* line 1104, ../sass/style.scss */
.img-miniatura-contenedor {
  display: block;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  border-radius: 2px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  position: relative;
  padding: 0;
  height: 200px;
  overflow: hidden;
}
/* line 1117, ../sass/style.scss */
.img-miniatura-contenedor a img {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1128, ../sass/style.scss */
.img-miniatura-contenedor .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
/* line 1137, ../sass/style.scss */
.img-miniatura-contenedor .icono-ver-mas {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  background-color: #2980b9;
  color: #fff;
  text-align: center;
  z-index: 2;
}
/* line 1154, ../sass/style.scss */
.img-miniatura-contenedor i {
  font-size: 28px;
  line-height: 60px;
}
/* line 1158, ../sass/style.scss */
.img-miniatura-contenedor .overlay,
.img-miniatura-contenedor .icono-ver-mas {
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 1167, ../sass/style.scss */
.img-miniatura-contenedor:hover .overlay, .img-miniatura-contenedor:hover .icono-ver-mas {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 1173, ../sass/style.scss */
.info-contenedor {
  margin-bottom: 20px;
}
/* line 1175, ../sass/style.scss */
.info-contenedor h3 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 21px;
  color: #2980b9 !important;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
/* line 1184, ../sass/style.scss */
.info-contenedor .detalles-contenedor p {
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 25px;
  font-weight: 400;
  padding: 0;
  margin: 0 auto;
}
/* line 1194, ../sass/style.scss */
.info-contenedor .detalles-contenedor strong {
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #000;
  line-height: 25px;
  font-weight: 700;
  padding: 0;
  margin: 0 auto;
  text-transform: uppercase;
}

/*Zoom imagen galeria*/
/* line 1208, ../sass/style.scss */
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 1214, ../sass/style.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 1224, ../sass/style.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* line 1229, ../sass/style.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 1240, ../sass/style.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 1250, ../sass/style.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
/* line 1259, ../sass/style.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 1267, ../sass/style.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
  margin-top: 95px;
}

/* line 1272, ../sass/style.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 1280, ../sass/style.scss */
.mfp-figure {
  line-height: 0;
}
/* line 1282, ../sass/style.scss */
.mfp-figure figure {
  margin: 0;
}
/* line 1285, ../sass/style.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 1300, ../sass/style.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 1314, ../sass/style.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: "Lato", sans-serif;
}
/* line 1329, ../sass/style.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
/* line 1333, ../sass/style.scss */
.mfp-close:active {
  top: 1px;
}

/* line 1338, ../sass/style.scss */
.mfp-close-btn-in .mfp-close {
  color: #2072a7;
}

/* line 1342, ../sass/style.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 1350, ../sass/style.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* line 1360, ../sass/style.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 1368, ../sass/style.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #fff;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 1375, ../sass/style.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/*Botones Galeria imagen*/
/* line 1386, ../sass/style.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 55%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
/* line 1396, ../sass/style.scss */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 1399, ../sass/style.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
/* line 1403, ../sass/style.scss */
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
/* line 1416, ../sass/style.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 1421, ../sass/style.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 1427, ../sass/style.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 1429, ../sass/style.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
/* line 1433, ../sass/style.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 1438, ../sass/style.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 1440, ../sass/style.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
/* line 1444, ../sass/style.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 1448, ../sass/style.scss */
.ir-arriba {
  display: none;
  padding: 12px 20px;
  background: #2072a7;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
/* line 1458, ../sass/style.scss */
.ir-arriba:hover {
  background-color: rgba(2, 73, 89, 0.5);
  transition: all .3s;
}
/* line 1462, ../sass/style.scss */
.ir-arriba i {
  padding: 0;
}

/* -------------
 * Media queries
 * ------------*/
@media screen and (max-width: 1200px) {
  /* line 1471, ../sass/style.scss */
  .navbar-nav > li > a {
    font-size: 11px;
  }

  /* line 1474, ../sass/style.scss */
  .navbar-logo img {
    height: 35px;
    top: 18px;
  }

  /* line 1478, ../sass/style.scss */
  .boton .hvr-icon-pop {
    font-size: 12px;
    top: -4px;
    padding: 8px 20px;
  }

  /* line 1483, ../sass/style.scss */
  .bloque-nosotros h3,
  .bloque-contacto h3 {
    font-size: 19px;
  }

  /* line 1488, ../sass/style.scss */
  .info-contenedor h3 {
    font-size: 18px;
  }

  /* line 1494, ../sass/style.scss */
  .carousel-item .carousel-contenido h1 {
    font-size: 45px;
  }
  /* line 1496, ../sass/style.scss */
  .carousel-item .carousel-contenido h1 span {
    font-size: 45px;
  }
}
@media screen and (max-width: 992px) {
  /* line 1504, ../sass/style.scss */
  .navbar-nav {
    margin: 0;
    overflow: hidden;
    display: inherit;
    float: none;
    background-color: #fff;
  }
  /* line 1510, ../sass/style.scss */
  .navbar-nav > li {
    float: none;
    padding: 0;
  }
  /* line 1513, ../sass/style.scss */
  .navbar-nav > li > a {
    float: none;
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
  }
  /* line 1518, ../sass/style.scss */
  .navbar-nav > li > a:hover {
    background-color: #2980b9;
    color: #fff;
    border-bottom: 0px;
  }
  /* line 1523, ../sass/style.scss */
  .navbar-nav > li > a::focus {
    background-color: #2980b9;
    color: #fff;
    border-bottom: 0px;
  }

  /* line 1531, ../sass/style.scss */
  .idiomas {
    margin: 0;
    overflow: hidden;
    display: inherit;
    float: none;
    background-color: #fff;
  }
  /* line 1537, ../sass/style.scss */
  .idiomas li {
    float: none;
    padding: 0;
  }
  /* line 1540, ../sass/style.scss */
  .idiomas li a {
    float: none;
    width: 100%;
    padding: 12px 0;
  }
  /* line 1544, ../sass/style.scss */
  .idiomas li a:hover {
    background-color: #2980b9;
    color: #fff;
  }
  /* line 1549, ../sass/style.scss */
  .idiomas li img {
    width: 30px;
    height: 30px;
  }

  /* line 1555, ../sass/style.scss */
  .collapse:not(.show) {
    display: none;
  }

  /* line 1559, ../sass/style.scss */
  .navbar-logo img {
    top: 0px;
    height: 55px;
  }

  /* line 1564, ../sass/style.scss */
  .hamburger {
    display: block;
    padding: 15px;
  }

  /* line 1568, ../sass/style.scss */
  .navbar-collapse {
    margin-right: 0 !important;
    margin-left: 0 !important;
    border-top: 0;
    top: 100%;
    text-align: center;
    border-top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #000;
    transition: all .3s;
  }

  /* line 1581, ../sass/style.scss */
  .navbar-collapse.collapse.in {
    display: block !important;
    transform: translateX(0%);
    margin: 0;
    padding: 0;
  }

  /* line 1587, ../sass/style.scss */
  .navbar-collapse.collapse {
    flex-direction: column;
  }

  /* line 1591, ../sass/style.scss */
  .hvr-underline-from-left:before {
    background: transparent !important;
  }

  /* line 1595, ../sass/style.scss */
  .boton .hvr-icon-pop {
    padding: 10px 15px;
    top: -4px;
  }

  /* line 1600, ../sass/style.scss */
  .carousel-indicators li {
    position: relative;
    top: -30px;
  }

  /* line 1605, ../sass/style.scss */
  .datos-servicio-formulario .hvr-icon-pop {
    font-size: 10px;
    padding: 8px 10px;
  }

  /* line 1609, ../sass/style.scss */
  .bloque-nosotros,
  .bloque-contacto {
    position: relative;
  }

  /* line 1614, ../sass/style.scss */
  .info-contenedor h3 {
    height: 42px;
  }

  /* line 1619, ../sass/style.scss */
  .ss-style-doublediagonal::before, .ss-style-doublediagonal::after {
    width: 0% !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 1627, ../sass/style.scss */
  .carousel-indicators {
    margin-bottom: 2px;
  }

  /* line 1631, ../sass/style.scss */
  .datos-servicio-formulario .hvr-icon-pop {
    font-size: 16px;
  }

  /* line 1635, ../sass/style.scss */
  .datos-cliente-formulario {
    border-right: none;
    padding-right: 0;
  }

  /* line 1639, ../sass/style.scss */
  .boton {
    top: 0;
  }

  /* line 1642, ../sass/style.scss */
  .datos-contacto {
    padding-bottom: 25px;
    overflow: hidden;
  }

  /* line 1646, ../sass/style.scss */
  .bloque-contacto .datos-contacto .boton {
    margin: 5px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  /* line 1652, ../sass/style.scss */
  .elementor-shape-bottom {
    bottom: -2px;
  }

  /* line 1655, ../sass/style.scss */
  .carousel-indicators li {
    border-bottom: 0;
  }

  /* line 1660, ../sass/style.scss */
  .idiomas li img {
    width: 35px;
    height: 35px;
  }

  /* line 1667, ../sass/style.scss */
  .boton .hvr-icon-pop {
    width: 100%;
    font-size: 15px;
  }

  /* line 1673, ../sass/style.scss */
  .ss-style-doublediagonal::before, .ss-style-doublediagonal::after {
    width: 0%;
  }

  /* line 1678, ../sass/style.scss */
  .myaccordion {
    width: -webkit-fill-available;
  }
  /* line 1681, ../sass/style.scss */
  .myaccordion .btn strong {
    font-size: 15px;
  }

  /* line 1687, ../sass/style.scss */
  .carousel-item .carousel-contenido {
    top: 130px;
  }
}
