/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/base/_base.sass ***!
  \***********************************************************************************************************************************************/
:root {
  font-size: 1rem;
  --color1: #222222;
  --color2: #ffffff;
  --color3: #94D500;
  --color4: #FF5B00;
  --color5: #00253D;
  --color6: #f5f5f5;
  --color7: #dccddc;
  --bp1: 80rem;
  --bp2: 64rem;
  --bp3: 56rem;
  --bp4: 48rem;
  --bp5: 32rem;
  --bp6: 24rem;
  --ff1: Lato, Helvetica;
  --ff2: Titillium Web, Helvetica;
  --fs-small: 0.85rem;
  --fs-regular: 1rem;
  --fs-mid: 1.27rem;
  --fs-large: 1.62rem;
  --fs-xl: 2rem;
  --fs-xxl: 3rem;
  --gradient-bg-light-blue: linear-gradient(180deg, white 0%, #d3f8ff 100%);
  --radial-gradient-blue: radial-gradient(circle, rgb(0, 106, 220) 0%, rgb(0, 77, 151) 51%);
}

body {
  padding: 0;
  margin: 0;
}

html {
  padding: 0;
  margin: 0;
  background-color: var(--color2);
}

.main {
  padding: 0;
  margin: 63.6px 0 0 0;
}

.title-accent {
  border: none;
  height: 0.5rem;
  width: 80%;
  margin-top: -0.5rem;
  background-color: var(--color3);
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

@media all and (min-width: 64rem) {
  .responsive-element {
    display: none;
  }
}
@media all and (max-width: 64rem) {
  .responsive-element {
    display: block;
  }
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/objects/_buttons.sass ***!
  \*****************************************************************************************************************************************************/
.btn {
  cursor: pointer;
  appearance: none;
  outline: none;
}
.btn--regular {
  font-size: var(--fs-regular);
  padding: 0.5rem 1.5rem;
  border-radius: 1.5rem;
  box-sizing: border-box;
}
.btn--small {
  box-sizing: border-box;
  font-size: var(--fs-small);
  padding: 0.2em 1rem;
  border-radius: 0.7rem;
}
.btn__default {
  text-align: center;
  text-decoration: none;
  display: block;
  border: none;
  font-weight: 700;
  font-family: var(--ff2);
}
.btn__default--orange {
  background-color: var(--color4);
  color: var(--color2);
}
.btn__default--green {
  background-color: var(--color3);
  color: var(--color2);
}
.btn__outlined {
  text-align: center;
  text-decoration: none;
  display: block;
  background-color: transparent;
  border: 1px solid transparent;
  font-weight: 500;
  font-family: var(--ff2);
}
.btn__outlined--orange {
  border-color: var(--color4);
  color: var(--color4);
}
.btn__outlined--green {
  border-color: var(--color3);
  color: var(--color3);
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_header.sass ***!
  \*******************************************************************************************************************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 0;
  background-color: var(--color5);
  box-sizing: border-box;
  z-index: 100;
}
.header__container {
  width: 100%;
  max-width: var(--bp1);
  margin: auto;
  display: flex;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}
.header__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__buttons .btn {
  margin: auto 0.5rem;
}

.logo-link__image {
  display: block;
  width: 8rem;
}

@media all and (min-width: 64rem) {
  .header__nav-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1rem;
  }
  .header__top {
    width: 100%;
    background-color: var(--color4);
  }
  .header__top-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: var(--bp2);
    margin: auto;
  }
  .header__phone {
    color: var(--color2);
    font-weight: 400;
    font-size: var(--fs-small);
    font-family: var(--ff1);
    display: block;
    text-decoration: none;
  }
  .header__networks {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.3rem;
    box-sizing: border-box;
  }
  .header__network {
    text-decoration: none;
    color: transparent;
  }
  .header__network-icon {
    margin-left: 0.5rem;
    display: block;
    width: 1.4rem;
  }
  .nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .nav__element {
    color: var(--color2);
    padding: 0.2rem 0.5rem 0.4rem 0.5rem;
    text-decoration: none;
    position: relative;
    font-size: var(--fs-regular);
    font-weight: 500;
    font-family: var(--ff1);
  }
  .nav__element:hover {
    color: var(--color3);
  }
  .nav__element:hover .nav__sub {
    display: block;
  }
  .nav__element svg {
    margin-bottom: -3px;
  }
  .nav__subelement {
    color: var(--color2);
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    text-decoration: none;
  }
  .nav__subelement:hover {
    background-color: var(--color3);
  }
  .nav__sub {
    box-shadow: 0 0.5rem 0.2rem rgba(255, 255, 255, 0.4);
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    background-color: var(--color5);
    width: max-content;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media all and (max-width: 64rem) {
  .header__nav-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    aign-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background-color: var(--color5);
  }
  .header__nav-container--active {
    display: flex;
  }
  .header__networks {
    display: none;
  }
  .header__top-container {
    display: none;
  }
  .nav-button,
  .close-nav {
    cursir: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--color2);
  }
  .close-nav {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .nav {
    width: 100%;
    padding: 1rem;
    magin: auto;
  }
  .nav__element, .nav__subelement {
    display: block;
    padding: 0.5rem 0;
    font-weight: 500;
    font-size: var(--fs-regular);
    font-family: var(--ff1);
  }
  .nav__element--link, .nav__subelement--link {
    text-decoration: none;
  }
  .nav__element {
    color: var(--color2);
  }
  .nav__element--active .nav__sub {
    display: block;
  }
  .nav__subelement {
    color: var(--color3);
    text-decoration: none;
  }
  .nav__sub {
    padding: 0.5rem 0;
    display: none;
  }
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_footer.sass ***!
  \*******************************************************************************************************************************************************/
.footer {
  background-color: var(--color5);
  padding-bottom: 2rem;
}
.footer__container {
  padding: 4rem 1rem;
  box-sizing: border-box;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__logo {
  display: block;
  width: 11rem;
}
.footer__title {
  color: var(--color3);
  margin: auto auto 1rem auto;
  font-weight: 700;
  font-size: var(--fs-xl);
  font-family: var(--ff2);
}
.footer__text, .footer__text--link, .footer__product-link {
  color: var(--color2);
  margin: auto auto auto 0;
  font-weight: 400;
  font-size: var(--fs-regular);
  font-family: var(--ff1);
  text-decoration: none;
  line-height: 1.61rem;
}
.footer__text {
  margin-bottom: 1rem;
}
.footer__product {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
}
.footer__product-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer .list-style-dot {
  color: var(--color3);
  font-size: 2rem;
  margin: auto 1rem auto 0;
}
.footer__networks {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer__network {
  text-decoration: none;
  color: transparent;
}
.footer__network-icon {
  display: block;
  width: 2rem;
  margin-right: 0.7rem;
}

.popup {
  display: none;
}

.whatsapp__icon {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: block;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.copy {
  display: flex;
  padding: 0 1rem;
  bpx-sizing: border-box;
  align-items: center;
}
.copy__text {
  color: var(--color2);
  font-weight: 400;
  font-size: var(--fs-small);
  font-family: var(--ff1);
  margin: auto 0.4rem;
  text-decoration: none;
}

@media all and (min-width: 64rem) {
  .footer__container {
    justify-content: space-between;
    max-width: var(--bp1);
  }
  .footer__contact {
    width: 20rem;
  }
  .footer__products {
    width: 28rem;
  }
}
@media all and (max-width: 64rem) {
  .footer__container {
    max-width: 20rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__logo {
    margin: auto auto 2rem auto;
  }
  .footer__contact, .footer__products {
    width: 100%;
  }
  .footer__networks {
    margin-bottom: 2rem;
  }
  .copy {
    flex-wrap: wrap;
  }
  .copy__text {
    margin: 0.2rem auto;
  }
}
