* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none !important;
  scroll-behavior: smooth !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -o-font-smoothing: antialiased !important;
}

/*Variables*/
:root {
  --azul: #c2e3e3;
  --rosa: #fbe2d4;
  --limon: #e5ea96;
  --palido: #d8d49a;
  --morado: #dfc2ee;
  --rojo: #e7969d;
  --verde: #aad7b8;
  --base-comercios: #fffef5;
  --dark-comercios: #1e1e1e;
  --rojo-comercios: #fe4238;
  --azul-comercios: #0082b4;
  --turquesa-comercios: #c6effc;
  --beige-escuelas: #f7f6f2;
  --azul-1-escuelas: #6eb5e5;
  --azul-2-escuelas: #4a97ca;
  --azul-3-escuelas: #214e7c;
  --azul-4-escuelas: #0a3159;
  --azul-6-escuelas: #cee0ea;
  --dark-escuelas: #031d3b;
  --rosa-escuelas: #e54c6a;
  --animTransition: all ease-out 0.3s;
  --fs-1: 12px;
  --fs-2: 14px;
  --fs-3: 16px;
  --fs-4: 18px;
  --fs-5: 20px;
  --fs-6: 24px;
  --fs-7: 30px;
  --fs-8: 36px;
  --fs-9: 56px;
  --fs-10: 72px;
  --fs-11: 96px;
}

@media (max-width: 900px) {
  :root {
    --fs-1: 12px;
    --fs-2: 14px;
    --fs-3: 14px;
    --fs-4: 16px;
    --fs-5: 16px;
    --fs-6: 20px;
    --fs-7: 24px;
    --fs-8: 32px;
    --fs-9: 36px;
    --fs-10: 56px;
    --fs-11: 56px;
  }
}

@media (max-width: 450px) {
  :root {
    --fs-1: 12px;
    --fs-2: 14px;
    --fs-3: 14px;
    --fs-4: 16px;
    --fs-5: 16px;
    --fs-6: 18px;
    --fs-7: 20px;
    --fs-8: 22px;
    --fs-9: 24px;
    --fs-10: 28px;
    --fs-11: 30px;
  }
}

.non-scroll {
  overflow: hidden;
}

/*Layout Clases*/
.main-wrapper {
  padding-top: 54px;
}

section {
  width: 100%;
  position: relative;
}
.anim-section {
  overflow: hidden;
}
.padding-global {
  padding: 0px 3rem;
}
.container-medium {
  width: 100%;
  margin: auto;
  max-width: 64rem;
}
.container-large {
  width: 100%;
  margin: auto;
  max-width: 80rem;
}
.padding-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.padding-section.no-b {
  padding-bottom: 0rem !important;
}
.full-row {
  width: 100%;
}
.center {
  text-align: center;
}
.flex {
  display: flex;
}
.flex.align-top {
  align-items: flex-start;
}
.flex.align-center {
  align-items: center;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-end {
  justify-content: flex-end;
}
.flex.column {
  flex-direction: column;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.start-bottom {
  align-items: flex-end;
}
.flex .col1 {
  width: 10%;
}
.flex .col2 {
  width: 20%;
}
.flex .col3 {
  width: 30%;
}
.flex .col4 {
  width: 40%;
}
.flex .col45 {
  width: 45%;
}
.flex .col5 {
  width: 50%;
}
.flex .col6 {
  width: 60%;
}
.flex .col7 {
  width: 70%;
}
.flex .col8 {
  width: 80%;
}
.flex .col9 {
  width: 90%;
}
.full-img {
  width: 100%;
}
img {
  max-width: 100%;
}

@media (max-width: 900px) {
  .padding-global {
    padding: 0px 2rem;
  }
  .padding-section {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .center-mobile {
    text-align: center;
  }
  .justify-center-mobile {
    justify-content: center;
  }
  .no-lm-mobile {
    margin-left: 0px !important;
  }
  .mobile-column {
    flex-direction: column;
  }
  .reverse-mobile-column {
    flex-direction: column-reverse;
  }
  .mobile-column .col1,
  .mobile-column .col2,
  .mobile-column .col3,
  .mobile-column .col4,
  .mobile-column .col45,
  .mobile-column .col5,
  .mobile-column .col6,
  .mobile-column .col7,
  .mobile-column .col8,
  .mobile-column .col9,
  .reverse-mobile-column .col1,
  .reverse-mobile-column .col2,
  .reverse-mobile-column .col3,
  .reverse-mobile-column .col4,
  .reverse-mobile-column .col45,
  .reverse-mobile-column .col5,
  .reverse-mobile-column .col6,
  .reverse-mobile-column .col7,
  .reverse-mobile-column .col8,
  .reverse-mobile-column .col9 {
    width: 100% !important;
  }
}

@media (max-width: 450px) {
  .padding-global {
    padding: 0px 1.2rem;
  }
  .padding-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

/*margins*/
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-5 {
  margin-bottom: 20px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-7 {
  margin-bottom: 28px;
}
.mb-8 {
  margin-bottom: 32px;
}
.mb-9 {
  margin-bottom: 36px;
}
.mb-10 {
  margin-bottom: 40px;
}
.mb-20 {
  margin-bottom: 80px;
}
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-4 {
  margin-top: 40px;
}
.mr-1 {
  margin-right: 10px;
}
.mr-2 {
  margin-right: 20px;
}
.mr-3 {
  margin-right: 30px;
}
.mr-4 {
  margin-right: 40px;
}

/*!Main*/
main {
  width: 100%;
  overflow-x: hidden;
}

textarea:focus,
input:focus {
  outline: none;
}

/*? Botones*/
.btn {
  width: auto;
}

.btn-acccion {
  padding: 2rem 3rem;
  border-radius: 2rem;
  font-weight: bold;
  font-weight: bold;
  font-family: "KievitOT";
  width: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-5);
  display: inline-block;
}

.btn-acccion.is-contact {
  font-size: var(--fs-8);
  padding: 1rem !important;
  width: auto !important;
  max-width: none !important;
}

.btn-acccion:hover {
  background-color: #ffffff !important;
}

.back-to-top {
  cursor: pointer;
}

/*? Bg*/
.bg-rosa {
  background-color: var(--rosa);
}
.bg-azul {
  background-color: var(--azul);
}
.bg-limon {
  background-color: var(--limon);
}
.bg-palido {
  background-color: var(--palido);
}
.bg-morado {
  background-color: var(--morado);
}
.bg-rojo {
  background-color: var(--rojo);
}
.bg-verde {
  background-color: var(--verde);
}

/* bg fotos*/
.bg-imagen-secion {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  object-fit: cover;
}
.info-section {
  position: relative;
  z-index: 1;
}

/*max -widths*/
.max-medium {
  max-width: 60rem;
}
.max-small {
  max-width: 35rem;
}

/*Plecas*/
.pleca {
  position: absolute;
  left: 0px;
  bottom: -10px;
  z-index: 10;
  width: 100%;
}
.pleca.pleca-dos {
  bottom: -10px !important;
}

@media (max-width: 900px) {
  .pleca.pleca-dos {
    bottom: -5px !important;
  }
  .btn-acccion.is-contact {
    font-size: var(--fs-4);
  }
}
