@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap");
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1vw;
  padding-right: 1vw;
}

.row {
  width: 100%;
  display: flex;
  gap: 3vw;
}

body {
  font-size: 1rem;
  font-family: "Archivo", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.4;
  color: #152741;
  background: #f4f4f4;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  margin: 0;
}

h3 {
  font-size: 3rem;
}

p {
  padding: 0;
}

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

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

img {
  width: 100%;
  height: auto;
}

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

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  outline: none;
}

button {
  cursor: pointer;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
input[type=submit],
textarea,
select {
  border-radius: 0;
  border: 1px solid #ccc;
}

.btn {
  padding: 0.75rem 1.25rem;
  background: #f4f4f4;
  color: #152741;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
}

#particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.particle {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: rgba(237, 12, 12, 0.5);
  border-radius: 5px;
  pointer-events: none;
}

#wp {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(0deg, #25cf43, #61fd7d);
  border-radius: 100px;
  box-shadow: inset 0 0 5px white;
  position: fixed;
  z-index: 9;
  bottom: 1.5rem;
  left: 2rem;
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes agrandar {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
header {
  width: 100%;
}
header.sticky {
  position: fixed;
  animation: sticky 1s ease forwards;
  z-index: 99;
}
header .row {
  gap: 0;
}
header .row #logoHeader {
  width: 300px;
  display: flex;
  align-items: flex-end;
  background: white;
  padding: 1rem 2rem 1rem 1rem;
}
header .row .contenedorHeader {
  width: 100%;
}
header .row .contenedorHeader .top {
  background-color: #152741;
  color: #f4f4f4;
  padding: 1rem 2rem;
  font-size: 0.8rem;
}
header .row .contenedorHeader .top ul {
  display: flex;
  gap: 2rem;
}
header .row .contenedorHeader .top ul li a {
  display: flex;
  gap: 1rem;
}
header .row .contenedorHeader nav {
  padding: 1rem 2rem 1rem 0;
  background-color: white;
}
header .row .contenedorHeader nav #menuToggle {
  display: none;
}
header .row .contenedorHeader nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
header .row .contenedorHeader nav ul li a.cotizar {
  background: #152741;
  color: #f4f4f4;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.5s ease;
}
header .row .contenedorHeader nav ul li span {
  display: block;
  width: 0;
  height: 2px;
  background: black;
  transition: all 0.5s ease;
}
header .row .contenedorHeader nav ul li:hover:not(:last-child) span {
  width: 100%;
}
header .row .contenedorHeader nav ul li:hover a.cotizar {
  background: #6b7ec0;
}

section#landing {
  padding: 3rem 0;
  background: url(../images/bg-4.jpg) no-repeat;
  background-size: cover;
}
section#landing .row {
  align-items: center;
  justify-content: space-around;
}
section#landing .row h3 {
  font-size: 2rem;
  color: #f4f4f4;
}
section#landing .row a.btn {
  background: #1938a4;
  color: white;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
section#landing .row.informacion {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
section#landing .row.informacion .info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #f4f4f4;
}
section#landing .row.informacion .formulario {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #f4f4f4;
}
section#landing .row.informacion .formulario .respuesta {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: white;
  font-weight: 500;
  font-size: 0.9rem;
}
section#landing .row.informacion .formulario .respuesta.ok {
  background: green;
}
section#landing .row.informacion .formulario .respuesta.error {
  background: red;
}
section#landing .row.informacion .formulario form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section#landing .row.informacion .formulario form label {
  display: flex;
  flex-direction: column;
}
section#landing .row.informacion .formulario form input {
  background: rgba(43, 43, 43, 0.9);
  border: none;
  outline: none;
  padding: 0.5rem 0.75rem;
  color: #f4f4f4;
}
section#landing .row.informacion .formulario form input[type=submit] {
  background: #1938a4;
}

footer {
  background: #212121 url(../images/bg-servicios.png) no-repeat center center;
  min-height: 400px;
  margin-top: -71px;
  padding-top: 100px;
  color: #f4f4f4;
  display: flex;
  flex-direction: column;
}
footer .container .row .logofooter,
footer .container .row .info,
footer .container .row .links,
footer .container .row .horarios {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .container .row .logofooter h3,
footer .container .row .info h3,
footer .container .row .links h3,
footer .container .row .horarios h3 {
  font-size: 1.25rem;
}
footer .container .row .logofooter p,
footer .container .row .info p,
footer .container .row .links p,
footer .container .row .horarios p {
  font-size: 0.8rem;
  font-weight: 100;
}
footer .container .row .logofooter {
  width: 25%;
}
footer .container .row .info {
  width: 35%;
}
footer .container .row .links {
  width: 15%;
}
footer .container .row .horarios {
  width: 25%;
}
footer .container .row .horarios ul li {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
}
footer .legal {
  background: #101010;
  font-size: 0.8rem;
  padding: 1rem 0;
  margin-top: auto;
}
footer .legal .container .row {
  justify-content: space-between;
}

@media (max-width: 1210px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .banner {
    width: 100%;
    background-size: 100%;
    background-position: center;
  }
}
@media (max-width: 550px) {
  h3 {
    font-size: 2rem;
  }
  .row {
    flex-direction: column;
  }
  .row.informacion {
    display: flex;
    flex-direction: column;
  }
  header .row {
    flex-direction: row;
  }
  header .row .contenedorHeader .top ul li a span {
    display: none;
  }
  section#landing .row.informacion {
    display: flex;
    flex-direction: column;
  }
  section#landing .row.informacion .formulario {
    order: 1;
  }
  section#landing .row.informacion .info {
    order: 2;
  }
  footer .container .row {
    gap: 3rem;
  }
  footer .container .row .logofooter,
  footer .container .row .info,
  footer .container .row .links,
  footer .container .row .horarios {
    width: 100%;
  }
  footer .container .row .logofooter img {
    width: 50%;
    margin: auto;
  }
  footer .container .row .horarios {
    margin-bottom: 3rem;
  }
  footer .legal .container .row {
    gap: 0.5rem;
    align-items: flex-end;
  }
}/*# sourceMappingURL=style.css.map */