@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  transition: all 0.7s;
}

body {
  background: #ffffff;
}

img {
  max-width: 100%;
  max-height: 100%;
}

button {
  background: none;
  color: #03A2FE;
  font-size: 1.5rem;
  font-weight: bolder;
  border: none;
  margin: 20px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #03A2FE;
  -moz-text-stroke-width: 1px;
  -moz-text-stroke-color: #03A2FE;
  -ms-text-stroke-width: 1px;
  -ms-text-stroke-color: #03A2FE;
  -o-text-stroke-width: 1px;
  -o-text-stroke-color: #03A2FE;
}

.boton-secundario {
  background: none;
  color: #92C641;
  font-size: 1rem;
  font-weight: normal;
  border: none;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-text-stroke-width: 0;
  -moz-text-stroke-width: 0;
  -ms-text-stroke-width: 0;
  -o-text-stroke-width: 0;
}

.slideshow-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.slideshow-container .mySlides {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-image: url("../img/empresa-de-desarrollo-de-software.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.slideshow-container .mySlides .slider {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex-direction: column;
  margin-top: 20%;
}
.slideshow-container .mySlides .slider .titulo-claro {
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  max-width: 1000px;
}
.slideshow-container .mySlides .slider .titulo-claro .raya-debajo {
  background: linear-gradient(to right, #92C641, #03A2FE);
  width: 100%;
  height: 5px;
  margin: 5px 0;
}
.slideshow-container .mySlides .slider .texto-carrusel {
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
}
.slideshow-container .prev {
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: 0px;
  width: auto;
  padding: 15px 25px;
  color: white;
  font-weight: bold;
  font-size: 5rem;
}
.slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  right: 0px;
  width: auto;
  padding: 15px 25px;
  color: white;
  font-weight: bold;
  font-size: 5rem;
}
.slideshow-container .dots {
  position: absolute;
  bottom: 0;
  margin: 20px auto;
}
.slideshow-container .dots .dot {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  background-color: #717171;
  border-radius: 50%;
  display: inline-block;
}
.slideshow-container .dots .dot.active, .slideshow-container .dots .dot:hover {
  background-color: #bbb;
}
.slideshow-container .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.slideshow-container .background-1 {
  background-image: url("../img/empresa-de-desarrollo-de-software.jpg");
}
.slideshow-container .background-2 {
  background-image: url("../img/profesionales-indigo.jpg");
}
.slideshow-container .background-3 {
  background-image: url("../img/soluciones-de-software.jpg");
}
.slideshow-container .background-4 {
  background-image: url("../img/negocios-internacionales.jpg");
}
.slideshow-container .background-5 {
  background-image: url("../img/scrum-indigo.jpg");
}

.topnav {
  background: #ffffff;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  z-index: 100;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
}
.topnav a {
  color: #333333;
  margin: 0 15px;
}
.topnav a:active {
  color: #000000;
  font-weight: bold;
  -webkit-text-stroke: #000000 1px;
}

.topnav .icon {
  display: none;
}

.logotipo {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 5px;
}

.seccion-clientes {
  background: #ffffff;
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.seccion-clientes .texto-y-flecha {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: center;
  flex: 5;
}
.seccion-clientes .texto-y-flecha h4 {
  color: #333333;
  font-size: 1.8rem;
  text-align: left;
  flex: 9;
}
.seccion-clientes .texto-y-flecha .flecha {
  color: #92C641;
  font-size: 5rem;
  flex: 0.5;
}
.seccion-clientes .imagenes-de-clientes {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: center;
  flex: 5;
}
.seccion-clientes .imagenes-de-clientes img {
  height: 40px;
  display: inline-block;
}

.servicios-y-productos {
  background: linear-gradient(245deg, #000639, #010422, #000011);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.servicios-y-productos .servicios {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0 2rem;
}
.servicios-y-productos .servicios .textos-servicios {
  color: #ffffff;
  text-align: left !important;
  max-width: 500px;
  margin: 0 20px;
}
.servicios-y-productos .servicios .textos-servicios h2 {
  color: #ffffff;
  font-size: 2rem;
  text-align: left;
  width: 145px;
}
.servicios-y-productos .servicios .textos-servicios h2 .raya-debajo {
  background: linear-gradient(to right, #92C641, #03A2FE);
  width: 100%;
  height: 5px;
  margin: 5px 0;
}
.servicios-y-productos .productos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0 2rem;
}
.servicios-y-productos .productos .textos-productos {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  color: #ffffff;
  text-align: right;
  max-width: 500px;
  margin: 0 20px;
}
.servicios-y-productos .productos .textos-productos h2 {
  color: #ffffff;
  font-size: 2rem;
  text-align: right;
  width: 165px;
}
.servicios-y-productos .productos .textos-productos h2 .raya-debajo {
  background: linear-gradient(to right, #92C641, #03A2FE);
  width: 100%;
  height: 5px;
  margin: 5px 0;
}
.servicios-y-productos .imagen-servicios {
  height: 400px;
}

.seccion-proyectos {
  background: #f2f2f2;
  width: 100%;
  height: auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.seccion-proyectos h2 {
  color: #333333;
  text-align: center;
  font-size: 2rem;
  max-width: 445px;
  margin-bottom: 50px;
}
.seccion-proyectos h2 .raya-debajo {
  background: linear-gradient(to right, #92C641, #03A2FE);
  width: 100%;
  height: 5px;
  margin: 5px 0;
}
.seccion-proyectos .hilera {
  width: 100%;
  height: auto;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.seccion-proyectos .hilera .textos-informativos-izquierda {
  flex: 1;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.seccion-proyectos .hilera .textos-informativos-izquierda .textos {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  margin-right: 20px;
}
.seccion-proyectos .hilera .textos-informativos-izquierda img {
  min-height: 200px;
  margin-right: 100px;
}
.seccion-proyectos .hilera .textos-informativos-derecha {
  flex: 1;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.seccion-proyectos .hilera .textos-informativos-derecha .textos {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  margin-left: 20px;
}
.seccion-proyectos .hilera .textos-informativos-derecha img {
  min-height: 200px;
  margin-left: 100px;
}
.seccion-proyectos .hilera h3 {
  color: #333333;
  font-size: 1.3125rem;
  font-weight: bolder;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #333333;
  -moz-text-stroke-width: 0.5px;
  -moz-text-stroke-color: #333333;
  -ms-text-stroke-width: 0.5px;
  -ms-text-stroke-color: #333333;
  -o-text-stroke-width: 0.5px;
  -o-text-stroke-color: #333333;
}
.seccion-proyectos .hilera h3 {
  color: #333333;
  font-size: 1.1rem;
  font-weight: bolder;
}
.seccion-proyectos .hilera p {
  color: #92C641;
  font-size: 1rem;
}

.seccion-testimonios {
  background: linear-gradient(180deg, #00466E, #92C641);
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.seccion-testimonios h2 {
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  max-width: 445px;
  margin-bottom: 50px;
}
.seccion-testimonios h2 .raya-debajo {
  background: linear-gradient(to right, #92C641, #03A2FE);
  width: 100%;
  height: 5px;
  margin: 5px 0;
}
.seccion-testimonios .contenedor-testimonios {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  justify-content: center;
}
.seccion-testimonios .contenedor-testimonios .testimonio {
  background: #ffffff;
  width: 350px;
  height: 500px;
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0 50px;
  text-align: center;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
}
.seccion-testimonios .contenedor-testimonios .testimonio .empresa {
  height: 40px;
  margin: 10px 0;
}
.seccion-testimonios .contenedor-testimonios .testimonio .persona {
  background-image: url("https://cdn.pixabay.com/photo/2014/11/21/12/13/man-540500_1280.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.seccion-testimonios .contenedor-testimonios .testimonio h5 {
  color: #333333;
  font-size: 1.3125rem;
  font-weight: bolder;
}
.seccion-testimonios .contenedor-testimonios .testimonio p {
  color: #333333;
  font-size: 1rem;
  padding: 0 1rem;
}
.seccion-testimonios .contenedor-testimonios .testimonio .proyecto {
  background: #ffffff;
  width: 90%;
  height: 70px;
  border: #92C641 1px solid;
  border-radius: 10px;
  padding: 0.5rem;
  margin: 10px 0;
}
.seccion-testimonios .contenedor-testimonios .testimonio .proyecto h6 {
  background: #ffffff;
  color: #92C641;
  font-weight: bolder;
  font-size: 1.125rem;
  width: 100px;
  margin: -25px auto 0 auto;
}
.seccion-testimonios .contenedor-testimonios .testimonio .testimonial {
  background: #03A2FE;
  width: 100%;
  height: 180px;
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  padding: 0.3125rem;
  overflow-y: auto;
}
.seccion-testimonios .contenedor-testimonios .testimonio .testimonial p {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
}

.seccion-equipo {
  background: #ffffff;
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 2rem;
}
.seccion-equipo .texttos-productos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  text-align: left;
  max-width: 500px;
  margin: 0 20px;
}
.seccion-equipo .texttos-productos h2 {
  color: #333333;
  font-size: 2rem;
  text-align: left;
  width: 205px;
}
.seccion-equipo .texttos-productos h2 .raya-debajo {
  background: linear-gradient(to right, #92C641, #03A2FE);
  width: 100%;
  height: 5px;
  margin: 5px 0;
}
.seccion-equipo .texttos-productos p {
  color: #333333;
}

.pie-de-pagina {
  background: #00466E;
  height: auto;
  display: flex;
  flex-flow: nowrap row;
}
.pie-de-pagina .ligas-de-interes {
  flex: auto;
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2rem;
}
.pie-de-pagina .ligas-de-interes h4 {
  color: #ffffff;
  font-size: 1.3125rem;
  text-align: left;
  font-weight: bolder;
  margin-bottom: 1rem;
}
.pie-de-pagina .ligas-de-interes a {
  color: #03A2FE;
  font-size: 1rem;
  text-align: left;
  margin: 2px 0;
}
.pie-de-pagina .contacto {
  flex: auto;
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2rem;
}
.pie-de-pagina .contacto h4 {
  color: #ffffff;
  font-size: 1.3125rem;
  text-align: left;
  font-weight: bolder;
  margin-bottom: 1rem;
}
.pie-de-pagina .contacto a {
  color: #ffffff;
  font-size: 1rem;
  text-align: left;
  margin: 5px 0;
}
.pie-de-pagina .contacto p {
  color: #ffffff;
  font-size: 1rem;
  text-align: left;
  margin: 5px 0;
}
.pie-de-pagina .contacto .whatsapp {
  height: 15px;
  margin-right: 5px;
}
.pie-de-pagina .contacto .contenedor-redes-sociales {
  margin: 20px 0;
}
.pie-de-pagina .contacto .contenedor-redes-sociales .redes-sociales {
  background: #ffffff;
  width: auto;
  height: auto;
  border-radius: 10px;
  padding: 0.5rem;
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  justify-content: center;
}
.pie-de-pagina .contacto .contenedor-redes-sociales .redes-sociales img {
  height: 25px;
  margin: 5px 10px 0 10px;
}
.pie-de-pagina .imagen-footer {
  flex: auto;
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-end;
  justify-content: flex-end;
}
.pie-de-pagina .imagen-footer img {
  min-width: 347px;
  width: 347px;
  height: 100%;
}

@media screen and (max-width: 1260px) {
  .seccion-testimonios {
    background: linear-gradient(180deg, #00466E, #92C641);
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: nowrap column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
  }
  .seccion-testimonios h2 {
    color: #ffffff;
    text-align: center;
    font-size: 2rem;
    max-width: 445px;
    margin-bottom: 50px;
  }
  .seccion-testimonios h2 .raya-debajo {
    background: linear-gradient(to right, #92C641, #03A2FE);
    width: 100%;
    height: 5px;
    margin: 5px 0;
  }
  .seccion-testimonios .contenedor-testimonios {
    display: flex;
    flex-flow: nowrap row;
    align-items: center;
    justify-content: center;
  }
  .seccion-testimonios .contenedor-testimonios .testimonio {
    background: #ffffff;
    width: 350px;
    height: 500px;
    display: flex;
    flex-flow: nowrap column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 10px;
    text-align: center;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  }
  .seccion-testimonios .contenedor-testimonios .testimonio .empresa {
    height: 40px;
    margin: 10px 0;
  }
  .seccion-testimonios .contenedor-testimonios .testimonio .persona {
    background-image: url("https://cdn.pixabay.com/photo/2014/11/21/12/13/man-540500_1280.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  .seccion-testimonios .contenedor-testimonios .testimonio h5 {
    color: #333333;
    font-size: 1.3125rem;
    font-weight: bolder;
  }
  .seccion-testimonios .contenedor-testimonios .testimonio p {
    color: #333333;
    font-size: 1rem;
    padding: 0 1rem;
  }
  .seccion-testimonios .contenedor-testimonios .testimonio .proyecto {
    background: #ffffff;
    width: 90%;
    height: 70px;
    border: #92C641 1px solid;
    border-radius: 10px;
    padding: 0.5rem;
    margin: 10px 0;
  }
  .seccion-testimonios .contenedor-testimonios .testimonio .proyecto h6 {
    background: #ffffff;
    color: #92C641;
    font-weight: bolder;
    font-size: 1.125rem;
    width: 100px;
    margin: -25px auto 0 auto;
  }
  .seccion-testimonios .contenedor-testimonios .testimonio .testimonial {
    background: #03A2FE;
    width: 100%;
    height: 180px;
    display: flex;
    flex-flow: nowrap column;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 10px;
    padding: 0.3125rem;
    overflow-y: auto;
  }
  .seccion-testimonios .contenedor-testimonios .testimonio .testimonial p {
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  .seccion-testimonios {
    background: linear-gradient(180deg, #00466E, #92C641);
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: nowrap column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
  }
  .seccion-testimonios h2 {
    color: #ffffff;
    text-align: center;
    font-size: 2rem;
    max-width: 445px;
    margin-bottom: 50px;
  }
  .seccion-testimonios h2 .raya-debajo {
    background: linear-gradient(to right, #92C641, #03A2FE);
    width: 100%;
    height: 5px;
    margin: 5px 0;
  }
  .seccion-testimonios .contenedor-testimonios {
    display: flex;
    flex-flow: nowrap column;
    align-items: center;
    justify-content: center;
  }
  .seccion-testimonios .contenedor-testimonios .testimonio {
    background: #ffffff;
    width: 350px;
    height: 500px;
    display: flex;
    flex-flow: nowrap column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 20px;
    text-align: center;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
    transform: scale(0.9);
  }
  .seccion-testimonios .contenedor-testimonios .testimonio .empresa {
    height: 40px;
    margin: 10px 0;
  }
  .seccion-testimonios .contenedor-testimonios .testimonio .persona {
    background-image: url("https://cdn.pixabay.com/photo/2014/11/21/12/13/man-540500_1280.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  .seccion-testimonios .contenedor-testimonios .testimonio h5 {
    color: #333333;
    font-size: 1.3125rem;
    font-weight: bolder;
  }
  .seccion-testimonios .contenedor-testimonios .testimonio p {
    color: #333333;
    font-size: 1rem;
    padding: 0 1rem;
  }
  .seccion-testimonios .contenedor-testimonios .testimonio .proyecto {
    background: #ffffff;
    width: 90%;
    height: 70px;
    border: #92C641 1px solid;
    border-radius: 10px;
    padding: 0.5rem;
    margin: 10px 0;
  }
  .seccion-testimonios .contenedor-testimonios .testimonio .proyecto h6 {
    background: #ffffff;
    color: #92C641;
    font-weight: bolder;
    font-size: 1.125rem;
    width: 100px;
    margin: -25px auto 0 auto;
  }
  .seccion-testimonios .contenedor-testimonios .testimonio .testimonial {
    background: #03A2FE;
    width: 100%;
    height: 180px;
    display: flex;
    flex-flow: nowrap column;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 10px;
    padding: 0.3125rem;
    overflow-y: auto;
  }
  .seccion-testimonios .contenedor-testimonios .testimonio .testimonial p {
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
  }

  .pie-de-pagina .ligas-de-interes {
    flex: 3;
  }
  .pie-de-pagina .contacto {
    flex: 3;
  }
  .pie-de-pagina .imagen-footer {
    flex: 4;
  }

  .seccion-equipo {
    flex-flow: nowrap column;
    align-items: center;
    justify-content: flex-start;
  }
  .seccion-equipo img {
    align-self: flex-start;
  }
  .seccion-equipo .texttos-productos {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 0 0 1rem;
  }
}
@media screen and (max-width: 900px) {
  .imagen-servicios {
    height: 200px !important;
  }
}
@media screen and (max-width: 780px) {
  .topnav {
    padding: 0 1rem;
  }
  .topnav img {
    left: 20px;
  }
  .topnav .fa-whatsapp {
    display: none;
  }

  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {
    position: relative;
    display: flex;
    flex-flow: nowrap column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 1rem;
    position: fixed;
    top: 0;
    left: 0;
  }

  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 13px;
  }

  .topnav.responsive a {
    display: block;
    text-align: center;
  }
  .topnav.responsive a .fa-whatsapp {
    display: flex;
  }

  .vias-de-contacto {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: nowrap row;
    align-items: center;
    justify-content: center;
    font-size: 1.3125rem;
  }

  .slider {
    margin-top: 32% !important;
    padding: 5rem;
  }

  .servicios-y-productos .servicios {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }
  .servicios-y-productos .servicios .textos-servicios {
    text-align: center !important;
  }
  .servicios-y-productos .servicios .textos-servicios h2 {
    margin: 0 auto;
  }
  .servicios-y-productos .productos {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }
  .servicios-y-productos .productos .textos-productos {
    text-align: center !important;
  }
  .servicios-y-productos .productos .textos-productos h2 {
    margin: 0 auto;
  }
  .servicios-y-productos .productos button {
    margin: 20px auto;
  }
  .servicios-y-productos .imagen-servicios {
    height: 400px;
  }

  .seccion-proyectos {
    background: #f2f2f2;
    width: 100%;
    height: auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .seccion-proyectos h2 {
    color: #333333;
    text-align: center;
    font-size: 2rem;
    max-width: 445px;
    margin-bottom: 50px;
  }
  .seccion-proyectos h2 .raya-debajo {
    background: linear-gradient(to right, #92C641, #03A2FE);
    width: 100%;
    height: 5px;
    margin: 5px 0;
  }
  .seccion-proyectos .hilera {
    width: 100%;
    height: auto;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .seccion-proyectos .hilera .textos-informativos-izquierda {
    flex: 1;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .seccion-proyectos .hilera .textos-informativos-izquierda .textos {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
    margin-right: 20px;
  }
  .seccion-proyectos .hilera .textos-informativos-izquierda img {
    min-height: 150px;
    height: 150px;
    margin-right: 20px;
  }
  .seccion-proyectos .hilera .textos-informativos-derecha {
    flex: 1;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .seccion-proyectos .hilera .textos-informativos-derecha .textos {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    margin-left: 20px;
  }
  .seccion-proyectos .hilera .textos-informativos-derecha img {
    min-height: 150px;
    margin-left: 20px;
  }
  .seccion-proyectos .hilera h3 {
    color: #333333;
    font-size: 1.3125rem;
    font-weight: bolder;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #333333;
    -moz-text-stroke-width: 0.5px;
    -moz-text-stroke-color: #333333;
    -ms-text-stroke-width: 0.5px;
    -ms-text-stroke-color: #333333;
    -o-text-stroke-width: 0.5px;
    -o-text-stroke-color: #333333;
  }
  .seccion-proyectos .hilera h3 {
    color: #333333;
    font-size: 1.1rem;
    font-weight: bolder;
  }
  .seccion-proyectos .hilera p {
    color: #92C641;
    font-size: 1rem;
  }

  .pie-de-pagina {
    flex-direction: column;
  }
  .pie-de-pagina .ligas-de-interes {
    flex: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: #ffffff 1px solid;
  }
  .pie-de-pagina .contacto {
    flex: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .pie-de-pagina .contacto h4 {
    text-align: center;
  }
  .pie-de-pagina .contacto a {
    text-align: center;
  }
  .pie-de-pagina .contacto p {
    text-align: center;
  }
  .pie-de-pagina .imagen-footer {
    flex: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 740px) {
  .seccion-proyectos {
    background: #f2f2f2;
    width: 100%;
    height: auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .seccion-proyectos h2 {
    color: #333333;
    text-align: center;
    font-size: 2rem;
    max-width: 445px;
    margin-bottom: 50px;
  }
  .seccion-proyectos h2 .raya-debajo {
    background: linear-gradient(to right, #92C641, #03A2FE);
    width: 100%;
    height: 5px;
    margin: 5px 0;
  }
  .seccion-proyectos .hilera {
    flex-direction: column;
  }
  .seccion-proyectos .hilera .textos-informativos-izquierda {
    margin-bottom: 50px;
  }
  .seccion-proyectos .hilera .textos-informativos-izquierda img {
    min-height: 150px;
    height: 150px;
    margin-right: 20px;
  }
  .seccion-proyectos .hilera .textos-informativos-derecha img {
    min-height: 150px;
    margin-left: 20px;
  }
  .seccion-proyectos .hilera h3 {
    color: #333333;
    font-size: 1.3125rem;
    font-weight: bolder;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #333333;
    -moz-text-stroke-width: 0.5px;
    -moz-text-stroke-color: #333333;
    -ms-text-stroke-width: 0.5px;
    -ms-text-stroke-color: #333333;
    -o-text-stroke-width: 0.5px;
    -o-text-stroke-color: #333333;
  }
  .seccion-proyectos .hilera h3 {
    color: #333333;
    font-size: 1.1rem;
    font-weight: bolder;
  }
  .seccion-proyectos .hilera p {
    color: #92C641;
    font-size: 1rem;
  }
}
@media screen and (max-width: 530px) {
  .seccion-clientes {
    background: #ffffff;
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
  }
  .seccion-clientes .texto-y-flecha {
    flex-flow: wrap column;
  }
  .seccion-clientes .texto-y-flecha h4 {
    color: #333333;
    font-size: 1.8rem;
    text-align: center;
  }
  .seccion-clientes .texto-y-flecha .flecha {
    color: #92C641;
    font-size: 5rem;
    transform: rotate(90deg);
  }
  .seccion-clientes .imagenes-de-clientes {
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: center;
    flex: 5;
  }
  .seccion-clientes .imagenes-de-clientes img {
    height: 40px;
    display: inline-block;
  }
}

/*# sourceMappingURL=styles.css.map */
