* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

header.main_header .logo img {
    width: 100px;
}

/* Sessão Inicio -------------------------------------------- */

section.inicio .container {
    width: 100%;
    height: 100vh;
    display: flex;
    padding: 5%;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}

section.inicio .container .left_side,
section.inicio .container .right_side {
    width: 50%;
}

section.inicio .container .left_side h1 {
    color: #1A7211;
    font-size: 32pt;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
    font-style: italic;
}

section.inicio .container .left_side p {
    color: #000000;
    text-align: justify;
    max-width: 644px;
    font-size: 12pt;
    font-weight: 300;
}

section.inicio .container .right_side {
    display: flex;
    justify-content: end;
}

section.inicio .container .right_side img {
    max-width: 80%;
}

/* Sessão Sobre nos -------------------------------------------- */

section.sobrenos {
    padding: 0 5%;
    display: flex;
    flex-direction: column;
}

section.sobrenos .quemsomos {
    display: flex;
    background-image: linear-gradient(to bottom, #D9D9D900, #1A7211);
    border-radius: 0 0 30px 30px;
    align-items: center;
}

section.sobrenos .quemsomos img {
    height: 400px;
    width: auto;
    margin-left: 60px;
    margin-top: auto;
}

section.sobrenos .quemsomos .info {
    padding: 50px;
}

section.sobrenos .quemsomos .info h1 {
    font-size: 20pt;
    color: #12824B;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 30px;
}

section.sobrenos .quemsomos .info p {
    color: #ffffff;
    font-size: 12pt;
}

section.sobrenos .objetivos {
    width: 70%;
    margin: -30px 20px 20px auto;
    padding: 30px;
    border-radius: 30px;
    background-color: #efefef56;
    border: 1px solid #E4E4E4;
    box-shadow: #adadad48 15px 15px 28px;
    backdrop-filter: blur(15px);
}

section.sobrenos .objetivos h1,
section.sobrenos .objetivos h1 span {
    font-size: 20pt;

    font-style: italic;
    font-weight: 500;
    margin-bottom: 30px;
}

section.sobrenos .objetivos h1 span {
    color: #12824B;
}

section.sobrenos .objetivos h1 img {
    margin-right: 10px;
    height: 40px;
    vertical-align: middle;
}

section.sobrenos .objetivos h1 img {
    height: 50px;
    margin: 5px;
}

section.sobrenos .objetivos p {
    font-size: 12pt;
}

section.sobrenos .cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 5%;
    margin-top: 30px;
}

section.sobrenos .cards .card {
    margin-bottom: 40px;
    border-radius: 15px;
    background-color: #efefef56;
    border: 1px solid #E4E4E4;
    box-shadow: #adadad48 15px 15px 28px;
    padding: 30px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.sobrenos .cards .card:hover {
    transform: scale(1.08);
}

section.sobrenos .cards .card h3 img {
    margin-right: 10px;
    height: 40px;
    vertical-align: middle;
}

section.sobrenos .cards .card h3,
section.sobrenos .cards .card h3 span {
    font-size: 16pt;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}

section.sobrenos .cards .card h3 span {
    color: #12824B;
}

section.sobrenos .cards .card p {
    font-size: 12pt;
}

section.sobrenos .cards .card ul {
    margin-left: 40px;
}

/* Sessão media ------------------------------------- */

section.midia {
    display: none;
}

section.midia .video-info {
    display: flex;
    align-items: center;
    padding: 10%;
}

section.midia .video-info video {
    width: 55%;
    height: auto;
    border-radius: 20px;
}

section.midia .video-info .info {
    margin-left: 30px;
}

section.midia .video-info .info h1 {
    color: #1A7211;
    font-size: 25pt;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 30px;
}

section.midia .video-info .info p {
    font-size: 14pt;
}

section.midia .swiper {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
}

section.midia .swiper .swiper-button-prev:after {
    scale: 1;
    background-color: #12824B;
    padding: 20px;
    border-radius: 100px;
    margin-left: 400px;
    color: #ffffff;
}

section.midia .swiper .swiper-button-next:after {
    scale: 1;
    background-color: #12824B;
    padding: 20px;
    border-radius: 100px;
    margin-right: 400px;
    color: #ffffff;
}

section.midia .swiper .swiper-slide {
    opacity: 0.3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
  
section.midia .swiper .swiper-slide-active {
    opacity: 1; 
}

section.midia .swiper .swiper-slide img {
    width: 100%; height: auto;
    object-fit: cover;
    aspect-ratio: 9/12;
    object-fit: cover;
    border-radius: 10px;
}

/* Ajustes do rodapé ----------------------------------------------- */

footer
{
    background-color: #12824B;
}

footer .footer-container .footer-left .logo-bioquality
{
    width: 120px;
    margin-bottom: 5px;
}