.transition {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
h2,
h3,
h4 {
  font-family: 'Montserrat', sans-serif;
}
.topnav li.icon {
  display: none;
}
body {
  margin: 0;
  font-family: 'Dosis', sans-serif;
  background-color: #000000;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
header {
  background-color: #366af4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
header .icon {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: .25rem;
  position: absolute;
  right: 1rem;
  display: none;
}
header .icon .iconoMenuMovil {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url(../imagenes/icono-menumovil.svg);
}
header .logo img {
  width: auto;
  height: 100%;
}
header nav {
  z-index: 99;
  width: 100%;
}
header nav .topnav {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
header nav .topnav li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}
header nav .topnav li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
header nav .topnav li a:hover,
header nav .topnav li a.activo {
  background-color: #ffffff;
  color: #366af4;
}
header nav .topnav li .subMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
}
header nav .topnav li .subMenu li a {
  padding: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #366af4;
}
header nav .topnav li .subMenu li a:hover {
  background-color: #366af4;
  color: #ffffff;
}
header nav .topnav li:hover > .subMenu {
  display: block;
}
footer {
  background-color: #ffc107;
  padding: 15px;
  margin-top: auto;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
footer .copyright {
  flex: 1 ;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
footer .creditos {
  font-size: 12px;
  flex: 1 ;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: right;
}
footer a {
  color: #ffffff;
}
.escenarios {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}
.escenarios a {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.escenarios a img {
  width: auto;
  height: 100%;
  opacity: 0.3;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.escenarios a .datosEscena {
  position: absolute;
  bottom: 10%;
  text-align: center;
  width: 100%;
}
.escenarios a .datosEscena h2 {
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.escenarios a .datosEscena h3 {
  color: #366af4;
  font-size: 30px;
  margin-top: 0;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.escenarios a .datosEscena .btnVisitar {
  color: #ffffff;
  padding: 15px;
  border: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 18px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.escenarios a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.escenarios a:hover .datosEscena h2 {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.escenarios a:hover .datosEscena h3 {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.escenarios a:hover .datosEscena .btnVisitar {
  background-color: #ffc107;
  color: #000;
  border-color: #000;
  padding: 25px;
  font-size: 18px;
}
body .contenido {
  overflow: hidden;
}
body .contenido.opacidad .bkg {
  opacity: 0.2;
}
body .puerto {
  position: relative;
}
body .puerto .bkg {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
  height: auto;
}
body .producto {
  position: absolute;
  overflow: visible;
  background-color: transparent;
  z-index: 99;
}
body .producto .peq {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
}
body .producto .peqConFondo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
}
body .producto .info {
  position: absolute;
  max-height: 0;
  color: #666;
  width: 300px;
  opacity: 0;
  z-index: 999;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  overflow: hidden;
}
body .producto .info .contenidoInfo {
  z-index: 999;
  padding: 15px;
}
body .producto .info .contenidoInfo h3 {
  border-bottom: 1px solid #ccc;
  color: #000;
  margin-top: 0;
  font-size: 24px;
}
body .producto .info .contenidoInfo span {
  font-weight: bold;
}
body .producto .info .btnMasInfo {
  background-color: #ffc107;
  color: #000;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
}
body .producto .info .btnMasInfo:hover {
  background-color: #000;
  color: #fff;
}
body .producto .btnMas {
  font-family: 'Dosis', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-bottom-right-radius: 0;
  background-color: #ffc107;
  color: #000;
  width: 30px;
  height: 30px;
  line-height: 18px;
  font-weight: normal;
  text-align: center;
  font-size: 47px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  z-index: 999;
}
body .producto:hover .peq {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  z-index: 9;
  opacity: 1;
}
body .producto:hover .peqConFondo {
  opacity: 0;
}
body .producto:hover .info {
  max-height: none;
  background-color: #ffffff;
  -moz-box-shadow: 4px 6px 12px #000;
  -webkit-box-shadow: 4px 6px 12px #000;
  box-shadow: 4px 6px 12px #000;
  opacity: 1;
  margin-right: 15px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  z-index: 9999;
}
body .producto:hover .btnMas {
  opacity: 0;
}
body.bulk .ba201a {
  right: 24.9%;
  top: 13.8%;
}
body.bulk .ba164gs {
  right: 47.3%;
  top: 41.5%;
}
body.bulk .contEquimodal {
  right: 101.3%;
  top: 36%;
}
body.bulk .contEquimodal .peq {
  -webkit-transform: scale(0.47);
  -moz-transform: scale(0.47);
  -ms-transform: scale(0.47);
  -o-transform: scale(0.47);
}
body.bulk .contEquimodal:hover .peq {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
body.bulk .ram_4100 {
  right: 80.1%;
  top: 3.1%;
}
body.bulk .empujadores {
  right: 53.5%;
  top: 63.6%;
}
body.bulk .empujadores .peq {
  -webkit-transform: scale(0.47);
  -moz-transform: scale(0.47);
  -ms-transform: scale(0.47);
  -o-transform: scale(0.47);
}
body.bulk .empujadores:hover .peq {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
body.bulk .ba-110l {
  right: 24.7%;
  top: 30.4%;
}
body.bulk .ba-213 {
  right: 31.3%;
  top: 9.4%;
}
body.multipurpose .ba175 {
  right: 93.5%;
  top: 11%;
}
body.multipurpose .ba030et {
  right: 72.9%;
  top: 23.3%;
}
body.multipurpose .ba141 {
  right: 98.9%;
  top: 61.3%;
}
body.multipurpose .ba215 {
  right: 92%;
  top: 54.7%;
}
body.multipurpose .ba164gs {
  right: 49.4%;
  top: 47%;
}
body.multipurpose .ba008 {
  right: 37.2%;
  top: 26%;
}
body.multipurpose .ba185l {
  right: 41%;
  top: 44%;
}
body.multipurpose .ba110cf2 {
  right: 38.5%;
  top: 60.4%;
}
body.multipurpose .ba110cf2 .peq,
body.multipurpose .ba110cf2 .peqConFondo {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
}
body.multipurpose .ba110cf2:hover .peq {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
body.multipurpose .ba318 {
  right: 34.7%;
  top: 39%;
}
body.multipurpose .ba190 {
  right: 21.8%;
  top: 9%;
}
body.container .ba030et {
  right: 100%;
  top: 42%;
}
body.container .ba185l {
  right: 86%;
  top: 32%;
}
body.container .ba185l2 {
  right: 85.3%;
  top: 58.6%;
}
body.container .ba008 {
  right: 77%;
  top: 26%;
}
body.container .ba323ct {
  right: 75.2%;
  top: 52.6%;
}
body.container .ba323ct .peq,
body.container .ba323ct .peqConFondo {
  -webkit-transform: scale(0.24);
  -moz-transform: scale(0.24);
  -ms-transform: scale(0.24);
  -o-transform: scale(0.24);
}
body.container .ba323ct:hover .peq {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
body.container .ba110cf2 {
  right: 47.8%;
  top: 36.3%;
}
body.container .ba323ct2 {
  right: 30.8%;
  top: 23.1%;
}
body.container .ram2900 {
  right: 18.4%;
  top: 45.6%;
}
body.container .rolltrailer {
  right: 49%;
  top: 65%;
}
body.container .rolltrailer .peq,
body.container .rolltrailer .peqConFondo {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
}
body.container .rolltrailer:hover .peq {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
@media screen and (max-width: 600px) {
  header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
  header .logo {
    padding: .5rem 1rem;
  }
  header .logo img {
    height: 60px;
  }
  header .icon {
    display: block;
  }
  header nav {
    background-color: #366af4;
  }
  header nav .topnav {
    display: block;
  }
  header nav .topnav li {
    width: 96%;
    padding: 2%;
    border-bottom: 1px solid #ffffff;
    display: none;
  }
  header nav .topnav li:last-child {
    border-bottom: 0;
  }
  header nav .topnav li .subMenu {
    display: block;
    position: relative;
    padding-left: 10%;
  }
  header nav .topnav li .subMenu li a {
    font-size: 14px;
    padding: 5px;
    background-color: #366af4;
    color: #ffffff;
  }
  header nav .topnav.responsive {
    position: relative;
  }
  header nav .topnav.responsive li {
    display: block;
  }
  .escenarios {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .escenarios a img {
    width: 100%;
    height: auto;
  }
  .escenarios a .datosEscena h2,
  .escenarios a .datosEscena h3 {
    font-size: 20px;
  }
  .escenarios a .datosEscena .btnVisitar {
    margin-top: 0;
  }
  body.bulk,
  body.multipurpose,
  body.container {
    display: block;
    height: auto;
    background-color: #ffffff;
  }
  body.bulk .contenido,
  body.multipurpose .contenido,
  body.container .contenido {
    overflow: auto;
  }
  body.bulk .puerto .bkg,
  body.multipurpose .puerto .bkg,
  body.container .puerto .bkg {
    display: none;
  }
  body.bulk .producto,
  body.multipurpose .producto,
  body.container .producto {
    position: relative;
    float: left;
    width: 90%;
    background-color: #ededed;
    border: 1px solid #ccc;
    margin: 5%;
    text-decoration: none;
    right: auto !important;
    top: auto !important;
  }
  body.bulk .producto:last-child,
  body.multipurpose .producto:last-child,
  body.container .producto:last-child {
    border-bottom: 0;
  }
  body.bulk .producto .btnMas,
  body.multipurpose .producto .btnMas,
  body.container .producto .btnMas {
    display: none;
  }
  body.bulk .producto .peq,
  body.multipurpose .producto .peq,
  body.container .producto .peq {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  body.bulk .producto .info,
  body.multipurpose .producto .info,
  body.container .producto .info {
    position: relative;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    display: block;
    max-height: none;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
/*# sourceMappingURL=portequipment.css.map */