@font-face {
  font-family: 'Arial';
  src: '../fonts/Arial.ttf';
}

@font-face {
  font-family: 'Arial Italic';
  src: '../fonts/Arial-Italic.ttf';
}

@font-face {
  font-family: 'Arial Bold';
  src: '../fonts/Arial-Bold.ttf';
}

@font-face {
  font-family: 'Arial Black';
  src: '../fonts/Arial-Black.ttf';
}

.slick-prev, .slick-next {
  width: 2rem;
  height: 2rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: .4;
  z-index: 2;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 1;
}

.slick-prev::before, .slick-next::before {
  display: none;
}

.slick-prev {
  left: 0;
  /* background: transparent url('../images/sliders/arrow-left.png') center no-repeat;
    background-size: contain;
    &:hover, &:focus {
        background: transparent url('../images/sliders/arrow-left.png') center no-repeat;
        background-size: contain;
    } */
}

.slick-next {
  right: 0;
  /* background: transparent url('../images/sliders/arrow-right.png') center no-repeat;
    background-size: contain;
    &:hover, &:focus {
        background: transparent url('../images/sliders/arrow-right.png') center no-repeat;
        background-size: contain;
    } */
}

.slick-dots {
  bottom: 1rem;
  /* li.slick-active, li.slick-active button {
        width: 3rem;
        height: .9rem;
    } */
}

.slick-dots li, .slick-dots li button {
  width: .9rem;
  height: .9rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dots li button {
  background-color: #005cff;
  opacity: .4;
}

.slick-dots li button::before {
  display: none;
}

.carrusel .grilla {
  padding: 0 1rem;
}

.carrusel .grilla .card {
  border: solid 1px rgba(0, 92, 255, 0.2);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.carrusel .grilla .card:hover {
  border: solid 1px rgba(0, 92, 255, 0.4);
}

.carrusel .slick-dots {
  bottom: -1.8rem;
}

@media screen and (max-width: 500px) {
  .carrusel .grilla {
    padding: 0 .5rem;
  }
}

#cabecera .sticky {
  position: fixed;
  background-color: rgba(255, 255, 255, 0);
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#cabecera .sticky.activo {
  background-color: white;
  -webkit-box-shadow: 0 0 2rem rgba(0, 92, 255, 0.15);
          box-shadow: 0 0 2rem rgba(0, 92, 255, 0.15);
}

#cabecera .sticky .flex.wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#cabecera .sticky .logo {
  width: 100%;
  max-width: 100px;
  margin-right: 1rem;
  position: relative;
}

#cabecera .sticky .logo .box {
  position: absolute;
  top: 0;
  left: 0;
  background: #001880;
  background: -webkit-gradient(linear, left bottom, left top, from(#001880), to(#0071bc));
  background: linear-gradient(0deg, #001880 0%, #0071bc 100%);
  padding: .6rem;
  border-radius: 0 0 .8rem .8rem;
}

#cabecera .sticky .logo .box svg {
  width: 100%;
  height: auto;
}

#cabecera .sticky nav {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#cabecera .sticky nav ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

#cabecera .sticky nav a {
  background-color: transparent;
  color: #005cff;
  text-transform: uppercase;
  padding: 1.5rem 1rem;
  display: block;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#cabecera .sticky nav a:hover {
  background-color: #005cff;
  color: #fff;
}

#cabecera .slider .slider-principal .item {
  width: 100%;
  height: 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cabecera .slider .slider-principal .item .flex.wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#cabecera .slider .slider-principal .item ul {
  max-width: 25rem;
}

#cabecera .slider .slider-principal .item h2 {
  margin: 0;
  font-size: 3.5rem;
  line-height: 4rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "Arial Black", sans-serif;
  margin-bottom: 1rem;
  text-shadow: 0 0.2rem 1rem rgba(100, 99, 99, 0.5);
}

#cabecera .slider .slider-principal .item a.btn {
  background-color: #005cff;
  color: #fff;
  text-transform: uppercase;
  padding: .5rem .8rem;
  border-radius: .5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#cabecera .slider .slider-principal .item a.btn:hover {
  background-color: #fff;
  color: #005cff;
}

main section {
  margin: 5rem 0;
  padding-bottom: 5rem;
  border-bottom: solid 1rem #f2f2f2;
}

main section:last-child {
  border-bottom: none;
}

main h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #005cff;
  text-align: center;
  margin: 3rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Arial Black", sans-serif;
  font-weight: 100;
}

#nosotros .wrap {
  max-width: 1000px;
}

#nosotros h6 {
  color: #005cff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1.8rem 0;
}

#nosotros p {
  font-style: italic;
  color: #646363;
  text-align: justify;
}

#nosotros img.equipo {
  width: 100%;
  display: block;
  margin: 1.8rem 0;
}

#nosotros .rows.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#nosotros .rows.flex .col {
  margin-right: 3rem;
}

#nosotros .rows.flex .col:last-child {
  margin-right: 0;
}

#nosotros .rows.flex.boxes {
  margin: 2rem 0;
  -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
}

#nosotros .rows.flex.boxes .col {
  margin: 0;
  padding: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#nosotros .rows.flex.boxes .col h6 {
  margin-top: 0;
}

#nosotros .rows.flex.boxes .col:first-child {
  background-color: #005cff;
}

#nosotros .rows.flex.boxes .col:first-child h6, #nosotros .rows.flex.boxes .col:first-child p {
  color: #fff;
}

#nosotros .rows.flex.boxes .col:last-child {
  background-color: #f2f2f2;
}

#nosotros iframe {
  width: 100%;
  height: 30rem;
}

#nosotros .valores {
  text-align: center;
}

#nosotros .valores ul.checks {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: .5rem;
}

#nosotros .valores ul.checks li {
  font-weight: bold;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #005cff;
  color: #fff;
  padding: 1rem 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-bottom: .5rem;
  -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
}

#nosotros .valores ul.checks li:nth-child(2n) {
  background-color: #f2f2f2;
  color: #646363;
}

#nosotros .valores ul.checks li:nth-child(2n):before {
  background: transparent url("../images/check-gris.png") center no-repeat;
  background-size: cover;
}

#nosotros .valores ul.checks li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: relative;
  display: inline-block;
  background: transparent url("../images/check-blanco.png") center no-repeat;
  background-size: cover;
  margin-right: 1rem;
}

#servicios .items.flex .box {
  width: 100%;
  margin-right: 1rem;
  background-color: #005cff;
  cursor: pointer;
  overflow: hidden;
}

#servicios .items.flex .box:last-child {
  margin-right: 0;
}

#servicios .items.flex .box:hover img {
  opacity: .5;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

#servicios .items.flex .box:hover .text {
  background-color: #005cff;
  color: #fff;
}

#servicios .items.flex .box img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 30rem;
  display: block;
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-object-fit: cover;
     object-fit: cover;
}

#servicios .items.flex .box .text {
  position: relative;
  z-index: 2;
  background-color: #646363;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 1.8rem;
  min-height: 7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#team .wrap {
  max-width: 1000px;
}

#team .slider-team img {
  display: block;
  width: 100%;
  height: auto;
}

#proyectos .slick-dots {
  bottom: -2rem;
}

#proyectos .slider-proyectos a.box {
  position: relative;
  margin: .6rem .3rem;
  overflow: hidden;
  display: table;
  cursor: pointer;
}

#proyectos .slider-proyectos a.box:hover .masc {
  opacity: 1;
}

#proyectos .slider-proyectos a.box:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

#proyectos .slider-proyectos a.box:last-child .masc {
  opacity: 1;
}

#proyectos .slider-proyectos a.box:last-child:hover .masc {
  opacity: 0;
}

#proyectos .slider-proyectos a.box.box-2:hover .masc {
  opacity: 0;
}

#proyectos .slider-proyectos a.box.box-2 .masc {
  opacity: 1;
}

#proyectos .slider-proyectos a.box.box-2:last-child .masc {
  opacity: 0;
}

#proyectos .slider-proyectos a.box.box-2:last-child:hover .masc {
  opacity: 1;
}

#proyectos .slider-proyectos a.box img {
  width: 100%;
  height: 15rem;
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  z-index: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#proyectos .slider-proyectos a.box .masc {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: rgba(0, 92, 255, 0.5);
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: .8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#clientes .logos.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#clientes .item {
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100%/4);
}

#clientes .item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#clientes .item img {
  width: 100%;
  height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
}

#contactenos {
  padding-bottom: 0;
  margin-bottom: 1rem;
}

#contactenos .form.flex {
  width: 100%;
  margin: 2rem 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#contactenos .form.flex .item {
  width: 100%;
  margin-right: 1rem;
}

#contactenos .form.flex .item:last-child {
  margin-right: 0;
}

#contactenos .form.flex .item label {
  color: #646363;
  display: block;
  font-size: 1.2rem;
  margin-bottom: .3rem;
}

#contactenos .form.flex .item input {
  width: 100%;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e6e6e6;
  border: none;
}

#contactenos .form.flex .item .acciones {
  margin-top: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#contactenos .form.flex .item .acciones button {
  background-color: #e6e6e6;
  color: #646363;
  text-transform: uppercase;
  margin-right: 1rem;
  border: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: .5rem 1rem;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#contactenos .form.flex .item .acciones button:last-child {
  margin-right: 0;
}

#contactenos .form.flex .item .acciones button:hover {
  background-color: #005cff;
  color: #fff;
}

#contactenos .datos {
  margin: 2rem 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contactenos .datos .item {
  width: calc(100%/4 - 1rem);
  margin-right: 1rem;
  margin-bottom: 2rem;
}

#contactenos .datos .item:nth-child(4n), #contactenos .datos .item:last-child {
  margin-right: 0;
}

#contactenos .datos .item:last-child {
  margin-bottom: 0;
  text-align: center;
}

#contactenos .datos .item b {
  font-weight: 100;
  font-family: "Arial Black", sans-serif;
  font-size: 1.5rem;
  display: block;
  color: #005cff;
  margin-bottom: 1rem;
}

#contactenos .datos .item span, #contactenos .datos .item a {
  color: #646363;
}

#contactenos .datos .item .socialRed {
  text-transform: uppercase;
}

#contactenos .datos .item .socialRed img {
  display: inline-block;
  width: 2.5rem;
  margin-right: .5rem;
}

#contactenos .mapa {
  width: 100%;
}

#contactenos .mapa a {
  display: table;
  width: 100%;
}

#contactenos .mapa a img {
  display: block;
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  background-color: #0071bc;
  color: #fff;
  text-align: center;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: .8rem;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
  font-family: "Arial", sans-serif;
  background: #fff url("../images/fondo-detalle.jpg") center repeat;
  background-size: auto;
  font-size: 1rem;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.flex {
  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;
}

.wrap {
  width: 95%;
  max-width: 1300px;
  margin: auto;
}

#modal {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  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;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#modal.activo {
  /* transform: scale(1,1); */
  opacity: 1;
  visibility: visible;
}

#modal .modalContent {
  background-color: #fff;
  border-radius: .5rem;
  padding: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  max-width: 800px;
  position: relative;
}

#modal .modalContent .modalClose {
  position: absolute;
  top: .6rem;
  right: .8rem;
  width: 30px;
  height: 30px;
  margin-left: auto;
  cursor: pointer;
}

#modal .modalContent .modalClose .icono {
  position: relative;
}

#modal .modalContent .modalClose .icono:before, #modal .modalContent .modalClose .icono:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #646363;
  display: block;
  position: absolute;
  left: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#modal .modalContent .modalClose .icono:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#modal .modalContent .modalBody .modalContenido {
  display: none;
}

#modal .modalContent .modalBody .modalContenido.activo {
  display: block;
}

#modal .modalContent .modalBody .modalContenido.modalContenido-Servicio .flex img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 1rem 1rem 1rem 0;
}

#modal .modalContent .modalBody .modalContenido.modalContenido-Servicio .flex p {
  width: 100%;
  color: #646363;
  margin: 1rem 0 0;
}

#modal .modalContent .modalBody .modalContenido.modalContenido-Proyecto img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1rem 0 2rem;
}

#modal .modalContent .modalBody .modalContenido.modalContenido-Proyecto p {
  width: 100%;
  color: #646363;
  margin: 1rem 0 0;
}

p.intro {
  text-align: center;
  margin: -2rem 0 2rem;
  color: #646363;
}

@media screen and (min-width: 1300px) {
  #cabecera .sticky .logo {
    max-width: 130px;
  }
  #cabecera .slider .slider-principal .item h2 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}

@media screen and (max-width: 950px) {
  #cabecera .sticky nav a {
    padding: 1.5rem .6rem;
  }
  #cabecera .slider .slider-principal .item {
    height: 35rem;
  }
  main h3 {
    font-size: 2rem;
  }
  #servicios .items.flex .box img {
    height: 15rem;
  }
  #proyectos .slider-proyectos .box img {
    height: 9.5rem;
  }
}

@media screen and (max-width: 800px) {
  #nosotros .rows.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #nosotros .valores ul.checks li {
    width: 100%;
    padding: 1rem;
  }
}

@media screen and (max-width: 770px) {
  #cabecera .sticky {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #cabecera .sticky.menu {
    height: 100vh;
    background-color: #fff;
  }
  #cabecera .sticky.menu nav .icono-menu {
    cursor: pointer;
  }
  #cabecera .sticky.menu nav .icono-menu .franjas {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #cabecera .sticky.menu nav .icono-menu .linea:first-child {
    top: 2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #cabecera .sticky.menu nav .icono-menu .linea:last-child {
    top: -3px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #cabecera .sticky.menu nav .icono-menu .linea:nth-child(2) {
    height: 0;
    margin: 0;
  }
  #cabecera .sticky.menu nav ul.flex {
    top: 125px;
  }
  #cabecera nav .logo {
    z-index: 2;
  }
  #cabecera nav .icono-menu {
    position: relative;
    z-index: 2;
    width: 45px;
    height: 45px;
    background-color: #005cff;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
  }
  #cabecera nav .icono-menu .franjas {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #cabecera nav .icono-menu .linea {
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 20px;
    height: 2px;
    border-radius: .2rem;
    margin-bottom: .2rem;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #cabecera nav .icono-menu .linea:last-child {
    margin-bottom: 0;
  }
  #cabecera nav ul.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 1;
    max-height: calc(100vh - 125px);
    overflow-y: scroll;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #cabecera nav ul.flex li {
    width: 100%;
  }
  #cabecera nav ul.flex li a {
    padding: 1.5rem;
    text-align: left;
  }
  #servicios .items.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #servicios .items.flex .box {
    width: calc(100%/2  - .5rem);
    margin: 0 1rem 1rem 0;
  }
  #servicios .items.flex .box:nth-child(2n) {
    margin: 0 0 1rem 0;
  }
  #servicios .items.flex .box img {
    height: 30rem;
  }
  #contactenos .datos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contactenos .datos .item {
    width: calc(100%/2 - .5rem);
    margin: 0 1rem 1rem 0;
  }
  #contactenos .datos .item:nth-child(2n) {
    margin: 0 0 1rem 0;
  }
}

@media screen and (max-width: 650px) {
  #modal .modalContent .modalBody .modalContenido.modalContenido-Servicio .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #modal .modalContent .modalBody .modalContenido.modalContenido-Servicio .flex img {
    margin: 1rem auto;
  }
  #nosotros iframe {
    height: 20rem;
  }
  #cabecera .slider .slider-principal .item {
    height: auto;
    padding: 10rem 0 6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #servicios .items.flex .box img {
    height: 20rem;
  }
  #contactenos .form.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contactenos .form.flex .item {
    margin: 0 0 1rem;
  }
  #contactenos .form.flex .item input {
    padding: 1rem;
  }
  #contactenos .form.flex .item .acciones {
    margin-top: 2rem;
  }
  #contactenos .form.flex .item .acciones button {
    width: 100%;
    padding: 1rem;
  }
}

@media screen and (max-width: 500px) {
  p.intro {
    text-align: justify;
    margin-top: 1rem;
  }
  #cabecera .slider .slider-principal .item ul {
    max-width: 14rem;
  }
  #cabecera .slider .slider-principal .item h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  main h3 {
    font-size: 1.8rem;
    margin: 2rem auto;
  }
  #nosotros .rows.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #nosotros .rows.flex .col {
    margin: 0;
    width: 100%;
  }
  #clientes .item {
    padding: .5rem;
  }
  #contactenos .datos .item {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  #contactenos .datos .item:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 430px) {
  #nosotros iframe {
    height: 15rem;
  }
  #servicios .items.flex .box .text {
    padding: 1rem;
  }
  #clientes .item {
    width: calc(100%/3 - 1rem);
    margin: 0 1rem 1rem 0;
  }
  #clientes .item:nth-child(3n) {
    margin: 0 0 1rem 0;
  }
}
/*# sourceMappingURL=style-edpao-6.css.map */