@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Raleway:wght@300;400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  color: #fff;
}

.w-4 {
  width: 4%;
}
.w-12 {
  width: 12%;
}
.w-30 {
  width: 30%;
}

.h-section1 {
  height: 800px;
}
.h-section2 {
  height: 600px;
}

.nobullets {
  list-style-type: none;
}

.bg-1 {
  background: #3c3c59;
}
.bg-2 {
  background: #e315a3;
}
.bg-3 {
  background: #32324c;
}
.bg-4 {
  background: #7161c1;
}
.bg-rosa {
  background-color: #e315a3;
}
.bg-green {
  background-color: #2cd18a;
}
.bg-aquamarina {
  background-color: #2fb7ba;
}

.btn-green {
  background-color: #2cd18a;
  border-radius: 0.25rem;
  right: 8rem;
  z-index: 10;
}

.letter-spacing-1 {
  letter-spacing: 0.2rem;
}

section,
footer {
  overflow: hidden;
  position: relative;
}

li {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.5rem;
}
li b {
  font-weight: 800;
}
li::marker {
  color: #2cd18a;
}

.redondeado {
  border-radius: 10px;
}

.text-skills {
  font-size: 1.2rem;
  padding: 0 10px;
}
.text-skills2 {
  font-size: 1.2rem;
}

h2 {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
}

:not(output) {
  box-shadow: unset;
}

.form-control:focus {
  box-shadow: unset;
  border-color: unset;
}

header {
  height: 130px;
}
header .navbar {
  z-index: 100;
  height: 130px;
}
header p {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
}
header .boton {
  border-radius: 0.5rem;
  padding: 0.5rem 0;
}

main .raleway {
  font-family: "Raleway";
}
main .img-png1 {
  right: -50px;
  width: 30%;
}
main .img-png2 {
  bottom: -5px;
  width: 50%;
  right: 10%;
}
main .img-png3 {
  width: 16%;
  left: -45px;
  bottom: 0;
}
main .img-png4 {
  width: 8%;
  bottom: 150px;
  right: 12%;
}
main .img-png5 {
  width: 75%;
}
main .img-png6 {
  width: 20%;
  bottom: 0;
}
main .img-png7 {
  width: 15%;
  bottom: -1px;
  right: -40px;
}
main .img-png8 {
  width: 9%;
  top: 150px;
  left: 5%;
}
main .img-png9 {
  width: 500px;
  bottom: 150px;
  right: 80px;
  z-index: 0;
}
main .img-png13 {
  width: 3%;
  bottom: 150px;
  left: 25%;
}
main .img-png14 {
  width: 12%;
  right: 20%;
  bottom: 150px;
}
main .s-losmaspedidos {
  height: 1200px;
}

footer .img-png10 {
  width: 50%;
  bottom: 0;
}
footer .img-png11 {
  width: 25%;
  right: 0;
  bottom: 0;
}
footer .img-png12 {
  width: 25%;
  bottom: 50px;
  left: 50px;
}

.whatsapp {
  bottom: 50px;
  right: 50px;
  width: 15%;
  z-index: 1000;
}

.show-mobile {
  display: none !important;
}

.codpais p {
  margin-top: 8px;
}/*# sourceMappingURL=ajustes.css.map */