.b3 p {
  color: white;
  font-size: 1.5rem;
}

.b5 h4 {
  color: white;
  font-size: 30px;
}

.b5 p {
  color: white;
}

.menor h4 {
  font-size: 50px;
  font-family: "almaqrefined";
  width: min-content;
  white-space: nowrap;
}

.bloco {
  display: inline-flex;
  background-size: 100% 100%;
  justify-content: center; 
  align-items: center; 
  padding-top: 200px;
  padding-bottom: 270px;
  justify-content: space-evenly;
  color: #1e1e1e;
  width: 100%;
}





@media screen and (orientation: portrait) and (max-aspect-ratio: 1/1) {
  .b5 {
    padding-bottom: 150px !important;
  }

  .bloco.direita {
    padding: 0 0;
  }

  .menor {
    /* align-items: center; */
  }

  .b5 h4 {
    color: white;
    font-size: 2.5rem;
    margin-top: 10px;
  }

  .menor p {
    font-size: 1.8rem;
  }


}
.transparente .logo_esencia img {
  filter: invert(1);
}

.transparente li a {
  color: black;
}

/* media query tablet */
@media (min-width: 674px) and (max-width: 1140px)
{

  .logo_esencia img {
    width: 22%;
  }

  .bloco {
    display: inline-flex;
    background-size: 100% 100%;
    justify-content: center; 
    align-items: center; 
    padding-top: 200px;
    padding-bottom: 270px;
    justify-content: space-evenly;
    color: #1e1e1e;
    width: 100%;
  }

  .bloco > p,
  .bloco .menor {
    font-weight: 100;
    font-size: 1.23rem;
    margin-top: 40px;
  }

  .bloco img {
    width: 80%;
    max-width: 350px;
    height: 384px;
   
  }

  .b1 span {
    color: #475ab8;
    font-size: 1.45rem;
  }
  .b2 span {
    color: #edc507;
    font-size: 1.45rem;
  }
  .b3 span {
    color: #131313;
    font-size: 1.45rem;
  }
  .b4 span {
    color: #475ab8;
    font-size: 1.45rem;
  }
  .menor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-content: space-between;
    align-items: end;
  }
  .bloco.esquea,
  .bloco.dieita {
    gap: 20px;
    /* padding:300px 0; */
    text-align: center;
  }

  .bloco > p,
  .bloco .menor {
    font-weight: 100;
    /* font-size: 1.3rem; */
    margin-top: 40px;
    width: 52%;
    text-align: center;
  }
  .penultima_section--esencia {
    gap: 20px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: end;
  }

  .menor p strong {
    font-size: 29px;
    color: #f1f1ef;
  }

  .menor p {
    margin-top: 15px;
    font-family: "lane_-_narrowregular";
    font-size: 25px;
    text-align: right;
    font-weight: 100;
    line-height: 33px;
  }
  .bloco.direita {
    font-family: "almaqrefined";
    font-size: 19px;
    font-weight: 700;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    /* height: 70vh; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bloco.esquerda {
    font-family: "almaqrefined";
    font-size: 19px;
    font-weight: 700;
    /* height: 100vh; */
    text-align: right;
  }

  .contenedor_titulo--ultimaSection {
    padding: 2px;
    height: 35px;
    position: relative;

    width: 58%;
  }

  .b5 h4 {
    background-image: url("../asset/imagenes/Recurso_back.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 46px;
  }

  .contenedor_titulo--ultimaSection h4 {
    top: -10px;
    /* left: -294px; */
    z-index: 1;
    margin-top: -8px;
    margin-left: -21px;
    font-weight: 200;
  }

  .section_first--portada {
    background-image: url("../asset/imagenes/Recurso\ 10.png");
    background-repeat: round;
  }

  .ultima_etapa--section {
    background-image: url("../asset/imagenes/Recurso\ 12.png");
    margin-bottom: 0px;
    padding-bottom: 30px;
    margin-top: 0px;
    /* background-size: cover; */
    background-repeat: round;
    /* background-position: center; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .section_tercera--etapa {
    background-image: url("../asset/imagenes/portada_esencia_optima.png");
    margin-top: 0px;
    /* background-size: cover; */
    background-repeat: round;
    /* background-position: center; */
    filter: drop-shadow(-1px 6px 43px #000);
    align-items: center;
  }
 
}
@media only screen and (min-width: 1140px) {

  .menuburguer {
    display: none;
  }
  .bloco > p,
.bloco .menor {
 width: 40%;
  line-height: 32px;
  font-weight: 100;
}

.bloco img {
  width: 80%;
  max-width: 400px;
  height: auto;
}

  /**DEsktop**/
  .logo_esencia {
    float: left;
    
  }
  .b1 span {
    color: #475ab8;
    font-size: 1.8rem;
  }
  .b2 span {
    color: #edc507;
    font-size: 1.8rem;
  }
  .b3 span {
    color: #131313;
    font-size: 1.8rem;
  }
  .b4 span {
    color: #475ab8;
    font-size: 1.8rem;
  }
  .menor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-content: space-between;
    align-items: end;
  }
  .bloco.esquea,
  .bloco.dieita {
    gap: 20px;
    /* padding:300px 0; */
    text-align: center;
  }

  .bloco > p,
  .bloco .menor {
    font-weight: 100;
    /* font-size: 1.3rem; */
    margin-top: 40px;
  }
  .penultima_section--esencia {
    gap: 20px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: end;
  }

  .menor p strong {
    font-size: 29px;
    color: #f1f1ef;
  }

  .menor p {
    margin-top: 15px;
    font-family: "lane_-_narrowregular";
    font-size: 25px;
    text-align: right;
    font-weight: 100;
    line-height: 33px;
  }
  .bloco.direita {
    font-family: "almaqrefined";
    font-size: 19px;
    font-weight: 700;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    height: 70vh;
  }

  .bloco.esquerda {
    font-family: "almaqrefined";
    font-size: 19px;
    font-weight: 700;
    /* height: 100vh; */
    text-align: right;
  }
  .logo_esencia img {
    width: 10%;
  }
  .contenedor_titulo--ultimaSection {
    padding: 2px;
    height: 35px;
    position: relative;

    width: 58%;
  }

  .b5 h4 {
    background-image: url("../asset/imagenes/Recurso_back.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 46px;
  }

  .contenedor_titulo--ultimaSection h4 {
    top: -10px;
    /* left: -294px; */
    z-index: 1;
    margin-top: -8px;
    margin-left: -21px;
    font-weight: 200;
  }

  .section_first--portada {
    background-image: url("../asset/imagenes/Recurso\ 10.png");
    background-repeat: round;
  }

  .ultima_etapa--section {
    background-image: url("../asset/imagenes/Recurso\ 12.png");
    margin-bottom: 0px;
    padding-bottom: 30px;
    margin-top: 0px;
    /* background-size: cover; */
    background-repeat: round;
    /* background-position: center; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .section_tercera--etapa {
    background-image: url("../asset/imagenes/portada_esencia_optima.png");
    margin-top: 0px;
    /* background-size: cover; */
    background-repeat: round;
    /* background-position: center; */
    filter: drop-shadow(-1px 6px 43px #000);
  }
}


@media only screen and (max-width: 820px) {

  .direita {
    flex-direction: column-reverse;
  }

  .esquerda {
    flex-direction: column;
  }

 
}
@media only screen and (max-width: 674px) {


  .bloco img {
    width: 80%;
    max-width: 400px;
  
  }

  .bloco.direita {
    font-family: "almaqrefined";
    font-size: 19px;
    font-weight: 700;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
 
  }

  .b5 h4 {
    background-image: url("../asset/imagenes/Recurso_back.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 40px;
  }

  .menor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-content: space-between;
    align-items: center;
  }
  .bloco > p,
  .bloco .menor {
    width: 89%;
    font-weight: 100;
    font-size: 1.19rem;
    margin-top: 39px;
  }

  .menor p strong {
    font-size: 1.6rem;
    color: #f1f1ef;
  }

  .menor p {
    margin-top: 15px;
    font-family: "lane_-_narrowregular";
    font-size: 1.5rem;
    text-align: center;
    font-weight: 100;
    line-height: 33px;
  }
  .b1 span {
    color: #475ab8;
    font-size: 1.6rem;
  }
  .b2 span {
    color: #edc507;
    font-size: 1.6rem;
  }
  .b3 span {
    color: #131313;
    font-size: 1.6rem;
  }
  .b4 span {
    color: #475ab8;
    font-size: 1.6rem;
  }
  .bloco.esquerda {
    font-family: "almaqrefined";
    font-size: 19px;
    font-weight: 700;

    text-align: right;
  }
  .section_first--portada {
    background-image: url("../asset/imagenes/Recurso\ 10.png");
    margin-top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .bloco.esquerda,
  .bloco.direita {
    text-align: center;
  }

  .ultima_etapa--section {
    background-image: url("../asset/imagenes/Recurso\ 12.png");
    margin-bottom: 0px;
    margin-top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .section_tercera--etapa {
    background-image: url("../asset/imagenes/portada_esencia_optima.png");
    margin-top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: unset;
    filter: drop-shadow(-1px 6px 43px #000);
  }

  .contenedor_titulo--ultimaSection {
    padding: 2px;
    height: 35px;
    position: relative;
  }

  .contenedor_titulo--ultimaSection h4 {
    top: -10px;
    z-index: 1;
    margin-top: -5px;
    margin-left: 1px;
  }
  .logo_esencia img {
    width: 25%;
  }

  .class {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
}
