* {
  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 {
  --bg-beige: #f9f4ed;
  --rojo: #e66557;
  --verde: #296b46;
  --palido: #a3c435;
  --turquesa: #77c6bd;
  --amarillo: #e1c732;
  --light-amarillo: #ead978;
  --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-6-5: 26px;
  --fs-7: 30px;
  --fs-8: 36px;
  --fs-9: 55px;
  --fs-10: 72px;
  --fs-11: 96px;
  --fs-12: 120px;
}

@media (max-width: 900px) {
  :root {
    --fs-1: 14px;
    --fs-2: 16px;
    --fs-3: 16px;
    --fs-4: 18px;
    --fs-5: 18px;
    --fs-6: 22px;
    --fs-6-5: 24px;
    --fs-7: 26px;
    --fs-8: 34px;
    --fs-9: 38px;
    --fs-10: 48px;
    --fs-11: 58px;
    --fs-12: 70px;
  }
}

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

.non-scroll {
  overflow: hidden;
}

/*Layout Clases*/
.main-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: var(--bg-beige);
}

section {
  width: 100%;
  position: relative;
}
.anim-section {
  overflow: hidden;
}
.padding-global {
  padding: 0px 3rem;
}
.container-medium {
  width: 100%;
  margin: auto;
  max-width: 68rem;
}
.container-large {
  width: 100%;
  margin: auto;
  max-width: 80rem;
}
.container-small {
  width: 100%;
  margin: auto;
  max-width: 42rem;
}
.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: 768px) {
  .main-wrapper {
    padding-top: 4rem;
  }
  .padding-global,
  .is-padding-tablet {
    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;
    row-gap: 2rem;
  }
  .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,
  .is-padding-tablet {
    padding: 0px 1.2rem;
  }
  .padding-section {
    padding-top: 2rem !important;
    padding-bottom: 2rem !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,
.btn-tag {
  width: auto;
  padding: 0.75rem 2rem 0.75rem 2rem;
  border-radius: 2rem;
  border: 2px solid var(--deep-blue);
  display: inline-block;
  transition: var(--animTransition);
  white-space: nowrap !important;
  text-align: center;
  font-size: var(--fs-5);
}
.btn:hover {
  color: white;
  background-color: var(--deep-blue);
}
.btn.white-btn {
  border-color: white !important;
  color: white;
}
.btn.white-btn:hover {
  background-color: white !important;
  color: var(--deep-blue);
}
.btn.intense-btn {
  border-color: var(--intense-blue) !important;
  color: var(--intense-blue);
  background-color: transparent;
}
.btn.intense-btn:hover {
  border-color: var(--deep-blue) !important;
  color: white;
  background-color: var(--intense-blue);
}

/*? max-widths */
.max-400 {
  max-width: 400px;
}
.max-500 {
  max-width: 500px;
}
.max-600 {
  max-width: 600px;
}
.max-700 {
  max-width: 700px;
}
.max-800 {
  max-width: 800px;
}

/*banner title*/
/*! Banner Title*/
.banner-component {
  width: 100%;
}
.banner-component {
  position: relative;
}
.banner-img {
  width: 100%;
  height: auto;
  display: block;
}
.banner-text {
  position: absolute;
  width: 60%;
  display: block;
  left: 40%;
  bottom: 1%;
  height: 67%;
  padding: 1rem 10% 1rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.banner-text h1 {
  font-size: var(--fs-6-5);
  color: var(--bg-beige);
}
@media (min-width: 1200px) {
  .banner-text h1 {
    font-size: var(--fs-7);
  }
  .banner-text {
    padding: 1rem 12% 1rem 0rem;
  }
}
@media (min-width: 1500px) {
  .banner-text h1 {
    font-size: var(--fs-8);
  }
}
@media (min-width: 1900px) {
  .banner-text h1 {
    font-size: var(--fs-9);
  }
  .banner-text {
    padding: 1rem 8% 1rem 0rem;
  }
}
@media (max-width: 900px) {
  .banner-text {
    position: relative;
    width: 100%;
    display: block;
    padding: 5%;
    left: 00%;
    bottom: 5px;
  }
}
