@charset "8-utf";

/*Geral*/

a {
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-color: transparent;
}

.dashBottom {
  border-bottom: 1px dashed var(--citrus);
}

.dashTop {
  border-top: 1px dashed var(--citrus);
}

.lineBottom {
  border-bottom: 1px solid var(--citrus);
}

.lineTop {
  border-top: 1px solid var(--citrus);
}

/*Fonts*/

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
}

.sora_Light {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.sora_Medium {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.sora_SemiBold {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.sora_Bold {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.sora_ExtraBold {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.fSize1_75 {
  font-size: 1.75rem;
}

.fSize2_75 {
  font-size: 2.75rem;
}

.fSize3_3 {
  font-size: 3.3rem;
}

.entreLetras0_2 {
  letter-spacing: 0.2rem;
}

.entreLetras0_3 {
  letter-spacing: 0.3rem;
}

.entrelinhas3 {
  line-height: 3rem;
}

.text-justify {
  text-align: justify;
}

/*Paleta de Cores*/

:root {
  --black: #000000;
  --white: #ffffff;
  --green: #7bb852;
  --citrus: #3bed4b;
  --yellow: #ebb730;
  --red: #cd3729;
  --gray: #282828;
  --transparent: var(--transparent);
}

.bgTransparente {
  background-color: var(--transparent);
}

.bgBlack {
  background-color: var(--black);
}

.black {
  color: var(--black);
}

.bgGray {
  background-color: var(--gray);
}

.gray {
  color: var(--gray);
}

.bgWhite {
  background-color: var(--white);
}

.white {
  color: var(--white);
}

.bgGreen {
  background-color: var(--green);
}

.green {
  color: var(--green);
}

.citrus {
  color: var(--citrus);
}

.bgYellow {
  background-color: var(--yellow);
}

.yellow {
  color: var(--yellow);
}

.bgRed {
  background-color: var(--red);
}

.red {
  color: var(--red);
}

/*Larguras*/

.w_25 {
  width: 25%;
}

.w_33 {
  width: 33.33% !important;
}

.w_40 {
  width: 40%;
}

.w_50 {
  width: 50%;
}

.w_60 {
  width: 60%;
}

.w_66 {
  width: 66.66%;
}

.w_75 {
  width: 75%;
}

/*Paddings*/

.p-10 {
  padding: 6rem;
}

.pt-10 {
  padding-top: 6rem;
}

.pb-10 {
  padding-bottom: 6rem;
}

.ps-10 {
  padding-left: 6rem;
}

.pe-10 {
  padding-right: 6rem;
}

/*Borders*/

.border-none {
  border: none;
}

.space30 {
  width: 100%;
  height: 30px;
}

/*Display*/

.displayNone{
  display: none;
}

/*Menu*/

.navbar-toggler {
  border: 0px !important;
}

button:focus:not(:focus-visible) {
  outline: none !important;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: url("./hamb.svg") !important;
}

.navbar-toggler-icon-close {
  background-image: url("./hambClose.svg") !important;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--citrus) !important;
  opacity: 0.9;
}

.imgBrand {
  width: 120px;
}

/*Header*/

.header {
  top: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.conteudo_header {
  position: absolute;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  text-align: center;
}

.iconPlay {
  width: 50px;
}

.w_videoModal {
  max-width: 75% !important;
}

/*Innocent*/

.bgImg1 {
  /*position: relative;*/
  background-image: url("./img1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100vh;
}

.bg_textura {
  position: relative;
  background-image: url("./bg_textura.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bottom {
  bottom: 5%;
}

/*Confira*/

.ball {
  width: 15px;
  height: 15px;
  border-radius: 8px;
}

.ballSmall {
  width: 10px;
  height: 10px;
  border-radius: 8px;
}

.alignCarousel {
  display: flex !important;
  justify-content: center !important;
}

.cardMateria {
  background-color: #e7e7e7;
  width: 250px;
  height: 250px;
  padding: 5rem;
}

.cardMateria:hover {
  background-color: #2b2b2b;
}


/*#carouselEstilizado3.degrade::after{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%); 
} */

/*Galeria*/
.verticalImage {
  width: 0.8%;
}

.topGaleria {
  top: -30px !important;
}

.cantoneira {
  width: 7%;
}

.imgBtncarouselEstilizadoGaleria {
  width: 3rem;
  height: 3rem;
}

/*Redes*/

.btnCarouselEstilizado {
  border: 0px;
}

.imgBtncarouselEstilizado {
  width: 6rem;
  height: 6rem;
}

.w_btnCarousel {
  width: 5%;
}

/*Email*/

.email {
  background-color: var(--transparent);
  border: 1px solid white;
  border-radius: 5px;
  height: 50px;
  padding: 3rem;
}

.btn_send {
  background-color: var(--white);
  border: 0px;
  border-radius: 5px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  color: var(--gray) !important;
}

.radio {
  background-color: var(--white);
  border: 1px solid white;
}

/*Footer*/

.brandAfro {
  width: 250px;
}


.brands {
  width: 200px;
}

.social {
  width: 50px;
}

/*Modal*/

.bgModal {
  background-color: #00000090;
}

.close-modal {
  background-image: url("./hambClose.svg") !important;
}

/* Large devices (desktops) */
@media (max-width: 1400px) {
  .p-10 {
    padding: 3rem;
  }
}

/* Large devices (desktops) */
@media (max-width: 1200px) {
  .p-10 {
    padding: 2.5rem;
  }
  .w_50 {
    width: 100% !important;
  }
}
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .menuBg {
    background-color: black;
    height: 100vh;
    align-content: start;
  }

  .drop {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .hPersoMenu {
    transition: 2s ease;
    height: 80vh;
  }

  .w_videoModal {
    max-width: 100% !important;
  }
  

  .w_25 {
    width: 100%;
  }

  .w_40 {
    width: 100% !important;
  }

  .w_60 {
    width: 100% !important;
  }

  .w_75 {
    width: 100% !important;
  }
}

/* Tablet devices (Tablet, 768px and up) */
@media (max-width: 768px) {
  .w_btnCarousel {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .verticalImage {
    width: 2%;
  }
}
