@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
.clientes .clientes-content {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}
.clientes .content.clientes-content {
  padding: 50px 2% 250px;
}

.clientes .clientes-content h2, .servicios h2 {
  font-size: 2.5rem;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-family: "Raleway", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  background-color: #ececec;
}

::selection {
  background-color: #9D9B9D;
}

.clientes .clientes-content {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}
.clientes .content.clientes-content {
  padding: 50px 2% 250px;
}

.clientes .clientes-content h2, .servicios h2 {
  font-size: 2.5rem;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
}

header {
  position: fixed;
  top: 0px;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.6s;
  opacity: 0;
  padding-bottom: 6px;
}
header .header-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}
header .header-container .logo {
  float: left;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
  color: #FAFBFB;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}
header .header-container .logo:hover {
  color: #edc720;
}
header .header-container .logo img {
  width: 100px;
  margin-right: 8px;
}
header nav ul li {
  position: relative;
}
header nav ul li a {
  color: #FAFBFB;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}
header nav ul li a:hover {
  color: #edc720;
}

.sticky {
  background-color: #1b00dd;
  opacity: 1;
  top: 0px;
  transition: all 0.3s ease;
  border-bottom: 1px solid #9c8416;
}

.clientes .clientes-content {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}
.clientes .content.clientes-content {
  padding: 50px 2% 250px;
}

.clientes .clientes-content h2, .servicios h2 {
  font-size: 2.5rem;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
}

.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url(../../assets/img/mundo-presion-hero-section.jpg);
  background-size: cover;
}
.hero .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #FAFBFB;
}
.hero .content h1 {
  font-size: 3.5rem;
  font-weight: 200;
}
.hero .content p {
  font-size: 1.5rem;
  font-weight: 200;
}
.hero .content button {
  margin: 20px 0;
  padding: 12px 30px;
  box-sizing: content-box;
  border-radius: 30px;
  border: none;
  outline: none;
  background-color: #1b00dd;
  font-size: 1rem;
  font-weight: 400;
  color: #FAFBFB;
}

.servicios {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100vh;
  width: 100%;
  text-align: center;
}
.servicios h2 {
  color: #0e0d0d;
  margin: 10px;
}
.servicios h2 span {
  color: #edc720;
  text-shadow: 1px 1px 1px #000;
}
.servicios .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 50px 0;
}
.servicios .row .section-servicios {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px 30px;
  margin: 10px;
  width: 60%;
}
.servicios .row .section-servicios .gridItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px;
  border-radius: 4px;
  transition: transform 0.3s ease-in-out;
  text-align: left;
}
.servicios .row .section-servicios .gridItem .servicios-ico {
  width: 20%;
  margin-right: 20px;
}
.servicios .row .servicios-img {
  width: 50%;
  margin-left: 50px;
  border-radius: 8px;
  object-fit: cover;
}

.clientes {
  position: relative;
  overflow: hidden;
}
.clientes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/clientes-bg.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: -1;
}
.clientes .clientes-content {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.clientes .clientes-content h2 {
  color: #0e0d0d;
  padding: 30px 0;
}
.clientes .clientes-content h2 span {
  color: #edc720;
  text-shadow: 1px 1px 1px #000;
}
.clientes .clientes-content .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 10px auto;
}
.clientes .clientes-content .icons img {
  width: 15%;
  height: auto;
  margin: 30px;
}
.clientes .clientes-content h3 {
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
}

.contact {
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  margin: auto;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='88' y1='88' x2='0' y2='0'%3E%3Cstop offset='0' stop-color='%230000ba'/%3E%3Cstop offset='1' stop-color='%230000d4'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='75' y1='76' x2='168' y2='160'%3E%3Cstop offset='0' stop-color='%23868686'/%3E%3Cstop offset='0.09' stop-color='%23ababab'/%3E%3Cstop offset='0.18' stop-color='%23c4c4c4'/%3E%3Cstop offset='0.31' stop-color='%23d7d7d7'/%3E%3Cstop offset='0.44' stop-color='%23e5e5e5'/%3E%3Cstop offset='0.59' stop-color='%23f1f1f1'/%3E%3Cstop offset='0.75' stop-color='%23f9f9f9'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3Cfilter id='c' x='0' y='0' width='200%25' height='200%25'%3E%3CfeGaussianBlur in='SourceGraphic' stdDeviation='12' /%3E%3C/filter%3E%3C/defs%3E%3Cpolygon fill='url(%23a)' points='0 174 0 0 174 0'/%3E%3Cpath fill='%23000' fill-opacity='.5' filter='url(%23c)' d='M121.8 174C59.2 153.1 0 174 0 174s63.5-73.8 87-94c24.4-20.9 87-80 87-80S107.9 104.4 121.8 174z'/%3E%3Cpath fill='url(%23b)' d='M142.7 142.7C59.2 142.7 0 174 0 174s42-66.3 74.9-99.3S174 0 174 0S142.7 62.6 142.7 142.7z'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top left;
}

.contacto {
  height: 65%;
  width: 80%;
  max-width: 90%;
  padding: 30px;
  margin: auto;
  background: rgba(34, 34, 34, 0.9254901961);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.contacto .contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2em;
  align-items: center;
}
.contacto .contact-wrapper .contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55vh;
  border-radius: 8px;
  padding: 1.5em;
}
.contacto .contact-wrapper .contact-info h4 {
  font-size: 2.8rem;
  color: #ccc;
  text-align: center;
  margin: 0;
}
.contacto .contact-wrapper .contact-form {
  border-radius: 8px;
  padding: 2em;
}
.contacto .contact-wrapper .contact-form form {
  max-width: 600px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
}
.contacto .contact-wrapper .contact-form form .field {
  display: flex;
  flex-direction: column;
}
.contacto .contact-wrapper .contact-form form .field label {
  font-size: 14px;
  color: #ccc;
}
.contacto .contact-wrapper .contact-form form .field input,
.contacto .contact-wrapper .contact-form form .field textarea {
  padding: 0.7em;
  border: none;
  background: none;
  outline: 0;
  color: #fff;
  border-bottom: 1px solid #1b00dd;
}
.contacto .contact-wrapper .contact-form form .field textarea {
  resize: none;
}
.contacto .contact-wrapper .contact-form form .field:nth-child(5) {
  grid-column: span 2;
}
.contacto .contact-wrapper .contact-form form .field:nth-child(6) {
  grid-column: span 2;
}
.contacto .contact-wrapper .contact-form form #button {
  grid-column: span 2;
  padding: 0.7em;
  background: #1b00dd;
  border: none;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.contacto .contact-wrapper .contact-form form #button:hover, .contacto .contact-wrapper .contact-form form #button:focus {
  background: #5730d6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.contacto .alerta-envio {
  display: none;
  background: #28a745;
  color: #fff;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  border-radius: 5px;
  animation: popup-alert 3s forwards;
  animation: popup-alert 3s forwards;
}
.contacto .alerta-envio.error {
  background: #dc3545;
}
.contacto .alerta-envio .mensaje-popup p {
  margin: 0;
}
@keyframes popup-alert {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.clientes .clientes-content {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}
.clientes .content.clientes-content {
  padding: 50px 2% 250px;
}

.servicios h2, .clientes .clientes-content h2 {
  font-size: 2.5rem;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
}

footer {
  width: 100%;
  height: 30vh;
  background: #0e0d0d;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 20px;
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
footer .social-media,
footer .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 100px;
  font-weight: bold;
}
footer .social-media p,
footer .contact-info p {
  color: #FAFBFB;
  margin-bottom: 15px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}
footer .social-media p::after,
footer .contact-info p::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -8px;
  width: calc(110% + 10px);
  border-bottom: 1px solid #FAFBFB;
}
footer .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
footer .social-icons a {
  margin: 0 20px;
}
footer .social-icons a img {
  width: 45px;
}
footer .contact-info a {
  color: #edc720;
  text-decoration: none;
  font-weight: lighter;
}
footer #copyright {
  color: #FAFBFB;
  font-size: 0.8rem;
  text-align: center;
}

@media all and (min-width: 320px) and (max-width: 424px) {
  .hero {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 80%;
  }
  .hero .content h1 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .hero .content p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .hero .content button {
    padding: 15px;
    font-size: 1rem;
    cursor: pointer;
    align-self: center;
  }
  .servicios {
    height: auto;
    align-items: flex-start;
    background: rgb(237, 237, 237);
    background: linear-gradient(357deg, rgb(237, 237, 237) 21%, rgba(185, 183, 199, 0.1601015406) 100%);
  }
  .servicios h2 {
    align-self: center;
    margin-top: 20px;
    font-size: 1.8rem;
  }
  .servicios .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .servicios .row p {
    margin: 0.6rem 1rem;
    font-size: 1rem;
  }
  .servicios .row .servicios-img {
    display: none;
  }
  .clientes .clientes-content {
    height: auto;
  }
  .clientes .clientes-content h2 {
    font-size: 1.8rem;
    padding: 0;
    margin: 40px 0 0;
  }
  .clientes .clientes-content .icons img {
    width: 23%;
    margin: 15px;
  }
  .clientes .clientes-content h3 {
    font-size: 1.2rem;
    margin: 25px 0 60px;
  }
  .contact {
    height: 130vh;
    justify-content: center;
  }
  .contact .contacto {
    height: auto;
    padding: 20px;
    margin: 2px;
  }
  .contact .contacto .contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .contact .contacto .contact-wrapper .contact-info {
    width: 100%;
    height: auto;
    padding: 1em;
  }
  .contact .contacto .contact-wrapper .contact-info h4 {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  .contact .contacto .contact-wrapper .contact-form {
    width: 100%;
    padding: 1em;
  }
  .contact .contacto .contact-wrapper .contact-form form {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .contact .contacto .contact-wrapper .contact-form form .field {
    width: 100%;
  }
  .contact .contacto .contact-wrapper .contact-form form #button {
    padding: 15px;
    font-size: 0.8rem;
    align-self: center;
    width: 80%;
  }
  footer {
    height: auto;
  }
  footer .footer-content {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  footer .footer-content .social-media {
    margin: 10px;
  }
  footer .footer-content .contact-info {
    margin: 30px;
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  .contact {
    height: 250vh;
  }
}
@media all and (min-width: 425px) and (max-width: 768px) {
  .logo {
    margin-left: 15px;
  }
  .hero {
    height: 100vh;
  }
  .hero .content {
    text-align: left;
    width: 80%;
  }
  .hero .content h1 {
    font-size: 3rem;
    margin-bottom: 15px;
  }
  .servicios {
    height: auto;
    align-items: flex-start;
    background: rgb(237, 237, 237);
    background: linear-gradient(357deg, rgb(237, 237, 237) 21%, rgba(185, 183, 199, 0.1601015406) 100%);
  }
  .servicios h2 {
    align-self: center;
    margin-top: 20px;
    font-size: 2rem;
  }
  .servicios .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    margin: 10px 0 30px;
    max-width: 100%;
  }
  .servicios .row .section-servicios .gridItem .servicios-ico {
    width: 15%;
  }
  .servicios .row p {
    margin: 0.6rem 1rem;
    font-size: 1rem;
  }
  .servicios .row .servicios-img {
    display: none;
  }
  .clientes .clientes-content {
    height: auto;
  }
  .clientes .clientes-content h2 {
    font-size: 1.8rem;
    padding: 0;
    margin: 40px 0 0;
  }
  .clientes .clientes-content .icons img {
    width: 23%;
    margin: 15px;
  }
  .clientes .clientes-content h3 {
    font-size: 1.2rem;
    margin: 25px 0 60px;
  }
  .contact {
    justify-content: center;
  }
  .contact .contacto {
    height: auto;
    padding: 20px;
    margin: 2px;
  }
  .contact .contacto .contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .contact .contacto .contact-wrapper .contact-info {
    width: 100%;
    height: auto;
    padding: 1em;
  }
  .contact .contacto .contact-wrapper .contact-info h4 {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  .contact .contacto .contact-wrapper .contact-form {
    width: 100%;
    padding: 1em;
  }
  .contact .contacto .contact-wrapper .contact-form form {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .contact .contacto .contact-wrapper .contact-form form .field {
    width: 100%;
  }
  .contact .contacto .contact-wrapper .contact-form form #button {
    padding: 15px;
    font-size: 0.8rem;
    align-self: center;
    width: 70%;
  }
  footer {
    height: auto;
  }
  footer .footer-content {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  footer .footer-content .social-media {
    margin-bottom: 25px;
  }
  footer .footer-content .contact-info {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 766px) {
  .open-nav {
    max-height: 600px;
  }
  .open-nav .mobile-toggle {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}

@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}

@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
  .mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 22px;
    top: 0;
    width: 30px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
  .mobile-toggle span {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    border-radius: 1000px;
    background: #FAFBFB;
    display: block;
  }
}
@media all and (min-width: 769px) and (max-width: 970px) {
  .servicios {
    height: auto;
    align-items: flex-start;
    background: rgb(237, 237, 237);
    background: linear-gradient(357deg, rgb(237, 237, 237) 21%, rgba(185, 183, 199, 0.1601015406) 100%);
  }
  .servicios h2 {
    align-self: center;
    margin-top: 20px;
    font-size: 1.8rem;
  }
  .servicios .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .servicios .row .section-servicios .gridItem .servicios-ico {
    width: 15%;
  }
  .servicios .row p {
    margin: 0.6rem 1rem;
    font-size: 1rem;
  }
  .servicios .row .servicios-img {
    margin: 40px 0;
  }
  .contact {
    justify-content: center;
  }
  .contact .contacto {
    height: auto;
    padding: 20px;
    margin: 2px;
  }
  .contact .contacto .contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .contact .contacto .contact-wrapper .contact-info {
    width: 100%;
    height: auto;
    padding: 1em;
  }
  .contact .contacto .contact-wrapper .contact-info h4 {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  .contact .contacto .contact-wrapper .contact-form {
    width: 100%;
    padding: 1em;
  }
  .contact .contacto .contact-wrapper .contact-form form {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .contact .contacto .contact-wrapper .contact-form form .field {
    width: 100%;
  }
  .contact .contacto .contact-wrapper .contact-form form #button {
    padding: 15px;
    font-size: 0.8rem;
    align-self: center;
    width: 70%;
  }
}
@media all and (min-width: 971px) and (max-width: 1440px) {
  .servicios {
    height: auto;
    align-items: flex-start;
    background: rgb(237, 237, 237);
    background: linear-gradient(357deg, rgb(237, 237, 237) 21%, rgba(185, 183, 199, 0.1601015406) 100%);
  }
  .servicios h2 {
    align-self: center;
    margin-top: 20px;
    font-size: 1.8rem;
  }
  .servicios .row {
    height: auto;
    width: 100%;
    margin: 30px auto;
  }
  .servicios .row .section-servicios .gridItem .servicios-ico {
    width: 15% !important;
  }
  .servicios .row p {
    margin: 0.6rem 1rem;
    font-size: 1rem;
  }
  .servicios .row .servicios-img {
    margin: 0px 20px !important;
  }
}/*# sourceMappingURL=styles.css.map */