html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.87); }

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.87); }

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.87); }

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.87); }

body * {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.87); }

a {
  text-decoration: none; }

.text--hero-2 {
  font-size: 1.77689rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin-bottom: 0; }
  @media (min-width: 425px) {
    .text--hero-2 {
      font-size: 3.15733rem;
      line-height: 3.75rem;
      margin-bottom: 2.5rem; } }
  @media (min-width: 768px) {
    .text--hero-2 {
      font-size: 4.20873rem;
      line-height: 5rem; } }
  @media (min-width: 1024px) {
    .text--hero-2 {
      margin-bottom: 6.25rem;
      font-size: 5.61023rem;
      line-height: 6.25rem; } }

.text--hero {
  font-size: 1.333rem;
  line-height: 2.5rem;
  font-weight: bold; }
  @media (min-width: 425px) {
    .text--hero {
      font-size: 3.15733rem;
      line-height: 3.75rem; } }

.heading-1 {
  font-size: 2.36859rem;
  line-height: 2.5rem;
  font-weight: bold; }
  @media (max-width: 425px) {
    .heading-1 {
      font-size: 1.333rem;
      line-height: 2.5rem; } }

.heading-2 {
  font-size: 1.77689rem;
  line-height: 2.5rem;
  font-weight: bold; }
  @media (max-width: 425px) {
    .heading-2 {
      font-size: 1rem;
      line-height: 1.5rem; } }

.heading-3 {
  font-size: 1.333rem;
  line-height: 2.5rem;
  font-weight: bold; }
  @media (max-width: 425px) {
    .heading-3 {
      font-size: 1rem;
      line-height: 1.5rem; } }

.text {
  font-size: 0.75019rem;
  line-height: 1.25rem; }
  @media (min-width: 425px) {
    .text {
      font-size: 1rem;
      line-height: 1.5rem; } }

.text--light {
  color: white; }

.text--small {
  font-size: 0.75019rem;
  line-height: 1.25rem; }

.text--upper {
  text-transform: uppercase; }

.text--italic {
  font-style: italic; }

.text--bold {
  font-weight: bold; }

.text--primary {
  color: #0072bc; }

.text--support {
  color: #99c7e4; }

.text--justify {
  text-align: justify; }
  @media (max-width: 425px) {
    .text--justify-sm {
      text-align: justify !important; } }

.text--center {
  text-align: center; }

.text--right {
  text-align: right; }

.text--left {
  text-align: left; }
  @media (max-width: 425px) {
    .text--left-sm {
      text-align: left; } }

span.text--icon {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px; }

.icon--phone {
  background-image: url(/img/icons/tel-img.jpg); }

.icon--map {
  background-image: url(/img/icons/direccion-img.jpg); }

.icon--mail {
  background-image: url(/img/icons/correo-img.jpg); }

.icon--menu {
  background-image: url(/img/icons/menu.png); }

.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 425px) {
    .container {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 426px) and (max-width: 1024px) {
    .container {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  .container-sm {
    max-width: 512px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1024px) {
      .container-sm {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }

.container--padding-top {
  padding-top: 2.5rem; }

.container--padding-bottom {
  padding-bottom: 2.5rem; }

.one-third {
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%; }
  .one-third.last {
    width: 31.91489%;
    float: right;
    margin-right: 0; }
    @media (max-width: 425px) {
      .one-third.last {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  @media (max-width: 425px) {
    .one-third {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 2.5rem; } }

.half {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%; }
  .half.last {
    width: 48.93617%;
    float: right;
    margin-right: 0; }
    @media (max-width: 425px) {
      .half.last {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  @media (max-width: 425px) {
    .half {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.eight {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 768px) {
    .eight {
      box-sizing: border-box;
      width: 65.95745%;
      float: left;
      margin-right: 2.12766%;
      padding-right: 2.12766%; } }

.four.last {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 768px) {
    .four.last {
      width: 31.91489%;
      float: right;
      margin-right: 0; } }

.half-fixed {
  width: 50% !important; }
  @media (max-width: 767px) {
    .half-fixed {
      width: 100% !important; } }

header {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 5rem; }
  @media (min-width: 768px) {
    header {
      height: 6.25rem; } }

nav {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 2.5rem;
  background-color: #0072bc;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }

section {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  section#particles {
    background-size: cover;
    overflow: hidden;
    height: 175px;
    position: relative; }
    @media (min-width: 425px) {
      section#particles {
        height: 275px; } }
    @media (min-width: 768px) {
      section#particles {
        height: 350px; } }
    @media (min-width: 1024px) {
      section#particles {
        height: 600px; } }
    @media (min-width: 2560px) {
      section#particles {
        height: 1100px; } }
  section.trans {
    background-image: url(/img/services/banner-transporte.jpg); }
  section.strand {
    background-image: url(/img/services/banner-strandjacks.jpg); }
  section.complementary {
    background-image: url(/img/services/banner-complementarios.jpg); }
  section.hydraulic {
    background-image: url(/img/services/banner-marco.jpg); }
  section.shunting {
    background-image: url(/img/services/banner-maniobras.jpg); }

.banner {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 2.5rem; }
  .banner.banner--blue {
    background-color: #0072bc; }
  .banner.banner--dark {
    background-color: #353c43; }

footer {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-color: #0072bc; }
  footer .contact {
    background-color: white;
    padding-bottom: 1.25rem; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

@media (max-width: 425px) {
  .hide-s {
    display: none !important; } }

@media (min-width: 426px) {
  .hide-s {
    display: block; } }

@media (max-width: 767px) {
  .hide-m {
    display: none !important; } }

@media (min-width: 769px) {
  .hide-m {
    display: block; } }

@media (max-width: 675px) {
  .right-xs {
    float: right; } }

.padding-left {
  padding-left: 1.25rem; }

.padding-right {
  padding-right: 2.5rem; }

img {
  max-width: 100%; }
  img.small {
    max-width: 50%; }

.logo {
  display: inline-block;
  width: 106px;
  height: 2.5rem;
  position: relative;
  float: left; }
  .logo.logo--big {
    width: 100%;
    height: 5rem; }
    @media (min-width: 768px) {
      .logo.logo--big {
        width: 300px;
        height: 6.25rem; } }
    @media (min-width: 1440px) {
      .logo.logo--big {
        width: 400px; } }
  .logo.logo--classic {
    width: 175px;
    height: 5rem; }
    @media (min-width: 768px) {
      .logo.logo--classic {
        height: 6.25rem; } }
  .logo.logo--right {
    float: right; }
  .logo.logo--top img {
    bottom: inherit; }
  .logo .logo__img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.menu {
  float: right !important; }
  .menu.menu--center {
    margin-top: 2.5rem; }
  .menu .menu__item {
    display: inline-block;
    margin-left: 4rem; }
    @media (max-width: 767px) {
      .menu .menu__item {
        margin-left: 0;
        height: 2.5rem;
        line-height: 2.5rem; } }
    @media (max-width: 767px) {
      .menu .menu__item.menu__item--expandable {
        height: auto; } }
    .menu .menu__item.menu__item--dark a {
      color: rgba(0, 0, 0, 0.87); }
    .menu .menu__item.menu__item--compact {
      margin-left: 0.5rem; }
    .menu .menu__item a {
      text-decoration: none;
      font-size: 0.75019rem;
      line-height: 1.25rem;
      color: white;
      font-weight: 600;
      display: block;
      height: 40px;
      line-height: 40px; }

.menu--responsive {
  display: block !important; }
  .menu--responsive .menu__item--compact a {
    font-size: 0.63rem; }
    @media (min-width: 425px) {
      .menu--responsive .menu__item--compact a {
        font-size: 0.75rem; } }

.container__background {
  background-color: #0072bc; }

.toggle, [id^=drop] {
  display: none; }

nav:after {
  content: "";
  display: table;
  clear: both; }

nav ul {
  float: right;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #0072bc;
  cursor: pointer; }
  @media (min-width: 768px) {
    nav ul li {
      height: 40px; } }

.menu .menu__item a:hover {
  color: #191919; }

nav ul ul {
  display: none;
  position: absolute;
  top: 40px; }

nav ul li:hover > ul {
  display: inherit; }

nav ul ul li {
  width: 210px;
  float: none;
  display: list-item;
  position: relative;
  z-index: 1000; }
  @media (min-width: 768px) {
    nav ul ul li {
      padding-left: 1.25rem; } }

/* Media Queries
--------------------------------------------- */
@media (max-width: 767px) {
  nav {
    height: auto;
    margin: 0;
    padding-top: 0; }
  .toggle + a,
  .menu {
    display: none; }
  .toggle {
    display: block;
    font-size: 0.75019rem;
    line-height: 1.25rem;
    color: white;
    font-weight: 600;
    cursor: pointer;
    height: 2.5rem;
    line-height: 45px; }
  .toggle:hover {
    color: #191919; }
  [id^=drop]:checked + ul {
    display: block;
    z-index: 1000;
    width: 100%; }
  nav ul li {
    display: block;
    width: 100%; }
  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px; }
  nav a:hover,
  nav ul ul ul a {
    color: #0072bc; }
  nav ul li ul li .toggle,
  nav ul ul a {
    background-color: #0072bc;
    padding: 0; }
  nav ul ul {
    float: none;
    position: static;
    color: #ffffff; }
  nav ul ul li:hover > ul,
  nav ul li:hover > ul {
    display: none; }
  nav ul ul li {
    display: block;
    width: 100%;
    margin-left: 1.25rem;
    height: 2.5rem; }
    nav ul ul li a {
      display: block;
      height: 100%; } }

.swiper-container {
  width: 100%;
  height: 225px; }
  @media (min-width: 425px) {
    .swiper-container {
      height: 350px; } }
  @media (min-width: 768px) {
    .swiper-container {
      height: 475px; } }
  @media (min-width: 1024px) {
    .swiper-container {
      height: 600px; } }
  @media (min-width: 1440px) {
    .swiper-container {
      height: 750px; } }
  @media (min-width: 2560px) {
    .swiper-container {
      height: 1100px; } }

.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  color: #000;
  opacity: 1;
  border: solid 2px;
  border-color: white;
  background-color: rgba(255, 255, 255, 0.15); }

.swiper-pagination-bullet-active {
  color: #fff;
  background: #fff; }

.swiper-slide {
  text-align: center;
  background-size: cover;
  /* 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 .text {
  max-width: 512px; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 2.5rem; }

#slide-1 {
  background-image: url(/img/slider/banner1-home.png); }

#slide-2 {
  background-image: url(/img/slider/banner2-home.png); }

#slide-3 {
  background-image: url(/img/slider/banner3-home.png); }

#slide-4 {
  background-image: url(/img/slider/banner4-home.png); }

#slide-5 {
  background-image: url(/img/slider/banner5-home.png); }

#slide-6 {
  background-image: url(/img/slider/banner6-home.jpg); }

.hero-img {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 175px;
  position: relative; }
  @media (min-width: 320px) {
    .hero-img {
      height: 225px; } }
  @media (min-width: 425px) {
    .hero-img {
      height: 275px; } }
  @media (min-width: 768px) {
    .hero-img {
      height: 350px; } }
  @media (min-width: 1024px) {
    .hero-img {
      height: 600px; } }
  @media (min-width: 2560px) {
    .hero-img {
      height: 1100px; } }
  .hero-img.hero-img--small {
    height: 175px; }
    @media (min-width: 425px) {
      .hero-img.hero-img--small {
        height: 225px; } }
    @media (min-width: 1024px) {
      .hero-img.hero-img--small {
        height: 275px; } }
    @media (min-width: 1440px) {
      .hero-img.hero-img--small {
        height: 350px; } }
    @media (min-width: 2560px) {
      .hero-img.hero-img--small {
        height: 600px; } }
  .hero-img.hero-img--400 {
    height: 175px; }
    @media (min-width: 425px) {
      .hero-img.hero-img--400 {
        height: 225px; } }
    @media (min-width: 1024px) {
      .hero-img.hero-img--400 {
        height: 400px; } }
    @media (min-width: 1440px) {
      .hero-img.hero-img--400 {
        height: 500px; } }
    @media (min-width: 2560px) {
      .hero-img.hero-img--400 {
        height: 750px; } }
  @media (min-width: 768px) {
    .hero-img.hero-img--big {
      height: 500px; } }
  @media (min-width: 1024px) {
    .hero-img.hero-img--big {
      height: 625px; } }
  @media (min-width: 1440px) {
    .hero-img.hero-img--big {
      height: 750px; } }
  @media (min-width: 2560px) {
    .hero-img.hero-img--big {
      height: 1250px; } }

.text-box {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  right: 0; }

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

a.dropbtn:hover, .dropbtn:hover a.dropbtn, .dropdown-content a:hover {
  color: #0072bc; }

li.dropdown {
  height: 60px; }

.dropdown-content {
  z-index: 1000;
  display: none;
  position: absolute;
  background-color: #191919;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin-top: 18px; }

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left; }

.dropdown:hover .dropdown-content {
  display: block; }

.form__input {
  display: block;
  margin-bottom: 1.25rem;
  width: 90%;
  border: 3px solid #d7d7d7;
  padding: 0.625rem;
  font-size: 0.75019rem;
  line-height: 1.25rem; }
  .form__input.form__input--first {
    margin-top: 1.25rem; }

.form__input--big {
  height: 13.75rem; }

.pswp__caption__center {
  font-size: 0.75019rem;
  line-height: 1.25rem;
  max-width: 800px; }
  @media (min-width: 768px) {
    .pswp__caption__center {
      font-size: 1rem;
      line-height: 1.5rem; } }
  .pswp__caption__center .caption-title {
    font-size: 1.333rem;
    line-height: 2.5rem;
    color: #0072bc; }

.menub {
  list-style-type: none;
  margin-top: 0;
  margin-left: 27%;
  padding: 0;
  float: left;
  overflow: hidden;
  background-color: #262626;
  opacity: 0.6;
  width: 47%;
  height: 100%; }
  @media (max-width: 1024px) {
    .menub {
      display: none; } }

.menu__list {
  float: left; }

.menu__text {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none; }

.menu__text:hover {
  text-decoration: underline; }

.img-container {
  width: 100%;
  height: 200px;
  margin-bottom: 1.25rem;
  position: relative;
  background-size: cover;
  float: left; }
  .img-container.img-container--right {
    float: right; }
  @media (min-width: 425px) {
    .img-container {
      background-position: 0 -75px; } }
  @media (min-width: 768px) {
    .img-container {
      background-position: 0 0;
      width: 325px;
      height: 325px;
      margin-bottom: 2.5rem; } }
  @media (min-width: 1024px) {
    .img-container {
      width: 450px;
      height: 450px; } }
  .img-container#electrica {
    background-image: url("/img/gallery/electrica-gris.jpg"); }
    .img-container#electrica#electrica:hover {
      background-image: url("/img/gallery/electrica-color.jpg"); }
  .img-container#petroquimica {
    background-image: url("/img/gallery/petroquimica-gris.jpg"); }
    .img-container#petroquimica#petroquimica:hover {
      background-image: url("/img/gallery/petroquimica-color.jpg"); }
  .img-container#automotriz {
    background-image: url("/img/gallery/automotriz-gris.jpg"); }
    .img-container#automotriz#automotriz:hover {
      background-image: url("/img/gallery/automotriz-color.jpg"); }
  .img-container#cementera {
    background-image: url("/img/gallery/cementera-gris.jpg"); }
    .img-container#cementera#cementera:hover {
      background-image: url("/img/gallery/cementera-color.jpg"); }
  .img-container#civil {
    background-image: url("/img/gallery/civil-gris.jpg"); }
    .img-container#civil#civil:hover {
      background-image: url("/img/gallery/civil-color.jpg"); }
  .img-container#papelera {
    background-image: url("/img/gallery/papelera-gris.jpg"); }
    .img-container#papelera#papelera:hover {
      background-image: url("/img/gallery/papelera-color.jpg"); }

.transbox {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  padding-top: 1.25rem;
  background-color: rgba(0, 114, 188, 0.6);
  width: 100%;
  height: 75px; }
  .transbox.transbox:hover {
    background-color: rgba(228, 29, 48, 0.6); }
  @media (min-width: 426px) {
    .transbox {
      height: 125px; } }

.map {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2.5rem;
  position: relative;
  background: transparent;
  z-index: 1000; }

.map iframe {
  pointer-events: none;
  height: 50vh; }
  @media (min-width: 426px) {
    .map iframe {
      height: 500px; } }
  @media (min-width: 2560px) {
    .map iframe {
      height: 800px; } }

.button {
  font-weight: bold;
  display: block;
  text-align: center;
  background-color: #e41d30;
  width: 250px;
  padding: 0.625rem;
  margin: 0 auto;
  border: none; }

ul.list {
  list-style-type: square;
  list-style-position: inside; }
  ul.list li {
    font-style: italic;
    font-weight: bold;
    line-height: 1.5rem; }
  ul.list.list--normal {
    list-style-type: disc; }
    ul.list.list--normal li {
      font-style: normal;
      font-weight: normal; }

.video-container {
  width: 100%;
  height: 250px;
  margin-bottom: 1.25rem;
  position: relative;
  background-size: cover;
  float: left;
  display: flex;
  background-color: black; }
  .video-container video {
    width: 100%;
    visibility: visible;
    margin: auto 0; }
  .video-container.video-container--right {
    float: right; }
  @media (min-width: 425px) {
    .video-container {
      background-position: 0 -75px; } }
  @media (min-width: 768px) {
    .video-container {
      background-position: 0 0;
      width: 325px;
      height: 325px;
      margin-bottom: 2.5rem; } }
  @media (min-width: 1024px) {
    .video-container {
      width: 492px;
      height: 450px; } }

.play {
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/img/icons/play-icono.png) no-repeat;
  background-color: black;
  background-position: center;
  background-size: 175px 175px;
  padding-top: 20rem;
  z-index: 2; }

.d-container {
  box-sizing: border-box;
  margin-top: 1.25rem;
  width: 100%;
  padding: 1.25rem;
  padding-left: 2.5rem;
  background-color: #0072bc;
  float: left; }
  .d-container.d-container--right {
    float: right; }
  .d-container.d-container--accent {
    background-color: #e41d30; }
  @media (min-width: 768px) {
    .d-container {
      margin-top: 2.5rem;
      width: 48%;
      height: 21.25rem;
      padding: 2.5rem;
      padding-left: 2.5rem; } }
  @media (min-width: 1024px) {
    .d-container {
      height: 18.75rem;
      padding-left: 3.75rem; } }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid white;
  margin-bottom: 2.5rem;
  margin-top: 1.25rem;
  padding: 0; }
  hr.hr--dark {
    border-top: 1px solid rgba(0, 0, 0, 0.87); }
