@font-face {
  src: url("../fuente/AdobeArabic.otf");
  font-family: 'Arabic';
}

html {
  color: #222;
  /* Reset para Rems, 62.5% euivale a 10px de 16px */
  font-size: 62.5%;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background-color: #f9f9f9;
  font-family: "Arabic" , sans-serif;
  text-align: center;
}

.seccion {
  padding: 5rem 3rem 3.5rem 3rem;
  margin: auto;
}

p {
  font-size: 3rem;
  color: #303030;
}

img {
  max-width: 100%;
}

h1 {
  color: #343434;
  text-transform: uppercase;
  font-size: 6rem;
}

h2 {
  color: #343434;
  text-transform: uppercase;
  font-size: 4rem;
}

.parallax-container {
  height: 13rem;
}

@media (min-width: 768px) {
  .parallax-container {
    height: 28rem;
  }
}

.mw {
  margin: auto;
  max-width: 70rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iso-amaya {
  width: 7rem;
  height: 7rem;
  margin: 0 auto;
}

.isotipo-transicion {
  -webkit-transform: translateX(90rem);
          transform: translateX(90rem);
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.index {
  /*background: url("../imagenes/Inicio_isotipo@2x.png") no-repeat center center;*/
  background: url("../imagenes/initial-background.png") no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.index .btnEnviar {
  margin-bottom: 4rem;
}

.index .btnEnviar button {
  background-color: transparent;
  border: none;
  outline: none;
}

.index .btnEnviar button a {
  font-size: 4rem;
  color: white;
  text-decoration: none;
}

header {
  background: url("../imagenes/Header@2x-min.png") no-repeat center center;
  background-size: cover;
  height: 61.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header a:hover {
  text-decoration: none;
}

header img {
  max-width: 100%;
}

@media (min-width: 768px) {
  header img {
    max-width: 74rem;
    max-height: 20rem;
  }
}

header .flotante {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: solid 0.1rem #707070;
  background-color: white;
  -webkit-box-shadow: 0rem 1.4rem 2rem -0.2rem rgba(0, 0, 0, 0.3);
          box-shadow: 0rem 1.4rem 2rem -0.2rem rgba(0, 0, 0, 0.3);
  z-index: 3;
}

header i {
  color: black;
  font-size: 3rem !important;
}

header .correo {
  bottom: 13rem;
  right: 4rem;
}

header .whatsapp {
  bottom: 7rem;
  right: 4rem;
}

@media (min-width: 768px) {
  header .flotante {
    width: 7rem;
    height: 7rem;
  }
  header i {
    font-size: 5rem !important;
  }
  header .correo {
    bottom: 25rem;
  }
  header .whatsapp {
    bottom: 17rem;
  }
}

@media (min-width: 962px) {
  header .correo {
    bottom: 15rem;
  }
  header .whatsapp {
    bottom: 7rem;
  }
}

.contenido-principal .experiencia {
  background: url("../imagenes/Mod_01@2x.png") no-repeat center;
  background-size: cover;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contenido-principal .cobertura {
  background: url("../imagenes/Mod_02@2x.png") no-repeat center;
  background-size: cover;
  height: auto;
}

@media (min-width: 768px) {
  .contenido-principal .cobertura .secCob {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
  }
}

.contenido-principal .cobertura .secCob .mapa {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.contenido-principal .cobertura .secCob .mapa img {
  height: 35rem;
  width: auto;
}

.contenido-principal .cobertura .secCob p:last-child {
  font-weight: 900;
  text-transform: uppercase;
}

.contenido-principal .servicios {
  background: url("../imagenes/Mod_03@2x.png") no-repeat center;
  background-size: cover;
  height: auto;
}

.contenido-principal .servicios .servicio {
  margin-top: 6rem;
}

.contenido-principal .otros {
  background: url("../imagenes/Mod_04@2x.png") no-repeat center;
  background-size: cover;
  height: auto;
}

.contenido-principal .secGruas {
  background: url("../imagenes/Parallax 04@2x.png") no-repeat center bottom;
  overflow: hidden;
  background-size: cover;
  height: 61rem;
  position: relative;
}

.contenido-principal .secGruas .gruaGrande {
  position: absolute;
  max-width: 35rem;
  right: -28rem;
  bottom: 8rem;
}

.contenido-principal .secGruas .gruaChica {
  position: absolute;
  display: none;
  left: -40rem;
  bottom: 9rem;
}

@media (min-width: 768px) {
  .contenido-principal .secGruas .gruaGrande {
    right: -30rem;
  }
  .contenido-principal .secGruas .gruaChica {
    display: block;
  }
}

@media (min-width: 1200px) {
  .contenido-principal .secGruas .gruaGrande {
    bottom: 10rem;
    right: -30rem;
  }
  .contenido-principal .secGruas .gruaChica {
    left: -50rem;
    bottom: 11rem;
  }
}

@media (min-width: 1360px) {
  .contenido-principal .secGruas .gruaGrande {
    bottom: 12rem;
    right: -25rem;
  }
  .contenido-principal .secGruas .gruaChica {
    bottom: 12rem;
    left: -70rem;
  }
}

@media (min-width: 1500px) {
  .contenido-principal .secGruas .gruaGrande {
    bottom: 13rem;
  }
  .contenido-principal .secGruas .gruaChica {
    bottom: 14rem;
    left: -75rem;
  }
}

@media (min-width: 1700px) {
  .contenido-principal .secGruas .gruaGrande {
    bottom: 15rem;
  }
  .contenido-principal .secGruas .gruaChica {
    bottom: 16rem;
    left: -85rem;
  }
}

@media (min-width: 1920px) {
  .contenido-principal .secGruas .gruaGrande {
    bottom: 17rem;
  }
  .contenido-principal .secGruas .gruaChica {
    bottom: 18rem;
    left: -75rem;
  }
}

.contenido-principal footer {
  background-color: #303030;
  height: auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  .contenido-principal footer .contenido-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: left;
  }
}

.contenido-principal footer .contenido-footer h1 {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: bold;
}

.contenido-principal footer .contenido-footer p {
  color: #ffffff;
  font-size: 1.5rem !important;
  font-family: "Roboto", sans-serif !important;
}

.contenido-principal footer img {
  height: 4rem;
}

.contenido-principal footer .copyright {
  padding: 1rem;
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
}
/*# sourceMappingURL=main.css.map */