/*
Theme Name: FQM
Theme URI: https://exemplo.com/fqm/
Description: Tema criado especificamente para o site FQM Probióticos. 
Author: Arteria
Author URI: https://arteria.ag/
Version: 1.0
*/
body {
    margin: 0;
    font-family: Raleway, sans-serif;
    background-size: 100% ;
}

.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
}

#header .container {
    max-width: 1600px;
    width: 96%;
}

.cl {
    clear: both;
}

header {
    background-color: #efefef;
}

#header-bar {
    width: 100%;
    height: 15px;
    background-color: #d4d0d0;
}
.header-container {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1000;
}

.header-container .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1000;
}

.header-container nav {
    display: flex;
}


#main-menu {
    list-style: none;
    vertical-align: central;
    width: 98%;
    margin-left: 2%;
    margin-top: 15px;
}

#navbar {
    margin: 0 auto;
}

#main-menu li {
    display: inline-block;
    text-align: center;
    color: #58595b;
    vertical-align: middle;
    font-size: 0.85em;
    border-left: 1px solid gray;
    height: 35px;
    box-sizing: border-box;
    align-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

#main-menu li:hover {
    text-decoration: underline;
    color: #343434;
}

#main-menu a {
    color: inherit;
    text-decoration: inherit;

}


.header-container nav a:hover {
    background-color: #367c39;
}

.menu-icon {
    display: none;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-size: cover;
}

#desktop-social-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
}

#mobile-social-list {
    display: none;
}

#desktop-social-list li {
    display: inline-block;
}

#desktop-social-list li img{
    width: 24px;
}

#footer #footer-form{
    background-image: url('assets/images/footer/form-bg.jpg');
    background-position: center;
    background-size: cover;
    padding: 30px 0;
}

#footer #footer-form .left-part,
#footer #footer-form .right-part {
    padding:0 25px;
    box-sizing: border-box;
}

#footer #footer-form .left-part {
    width: 40%;
    float: left;
}

#footer #footer-form .left-part h3{
    color: #fff;
    font-weight: 100;
    margin: 0 0 0 0;
    font-size: 2em;
}

#footer #footer-form .left-part .subtext{
    color: #fff;
    font-weight: 600;
    margin: 5px 0 0 0;
    font-size: 1em;
}

#footer #footer-form .left-part img#sac-logo{
    margin: 125px 0 15px;
    width: 200px;
}

#footer #footer-form .left-part #form-policies{
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer #footer-form .left-part li{
    display: inline-block;
    font-size: 0.75em;
    color: #fff;
    text-decoration: underline;
    margin-left: 10px;
}

#footer #footer-form .left-part li a{
    color: inherit;
}

#footer #footer-form .right-part {
    width: 60%;
    float: left;
}

#footer #footer-form .right-part .custom-contact-form {
    margin: 0 auto;
}

#footer #footer-form .right-part .custom-contact-form label {
    margin: 0 auto;
}

#footer #footer-form .right-part .custom-contact-form .custom-input {
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    font-family: Raleway, sans-serif;
}

#footer #footer-form .right-part .custom-contact-form .custom-input::placeholder {
    color: #ccc;
}

#footer #footer-form .right-part .custom-contact-form .custom-submit {
    display: block;
}

#footer #footer-form .right-part .custom-contact-form .custom-submit input {
    display: block;
    cursor: pointer;
    margin: 10px auto;
    width: 125px;
}

#footer #footer-form .right-part .custom-contact-form .custom-submit input:hover {
    width: 135px;
}

#footer #footer-strip {
    border-top: 15px solid #dd1152;
    background-color: #bd136a;
}

#footer #footer-strip .footer-container {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1000;
}

#footer #footer-strip .footer-container .container {
    padding: 25px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1000;
}

#footer #footer-strip .footer-container .container #footer-logo {
    vertical-align: text-top;
    width: 100%;
}

#footer #footer-strip .footer-container .container .custom-logo-link {
    width: 8%;
}


#footer #footer-strip .footer-container .container #footer-menu {
    padding: 0 45px;
    margin: 0;
    list-style: none;
    width: 72%;
    box-sizing: border-box;
}

#footer #footer-strip .footer-container .container #footer-contacts {
    width: 20%;
}

#footer #footer-strip .footer-container .container #footer-contacts .contact-item {
    width: 100%;
    margin-top: 50px;
}

#footer #footer-strip .footer-container .container #footer-menu li{
    color: #fff;
    padding: 10px 0;
}

#footer #footer-strip .footer-container .container #footer-menu li:first-child {
    padding-top: 0; /* Remove o padding superior do primeiro item */
}

#footer #footer-strip .footer-container .container #footer-menu a{
    color: inherit;
}

#footer-social-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
}

#footer-social-list li {
    display: inline-block;
}

#footer-social-list li img{
    width: 24px;
}

.banner-slider {
    position: relative;
}

.banner-slide {
    min-width: 100%;
}

.banner-slide img {
    width: 100%;
    display: block;
}

.section-strip {
    background: linear-gradient(90deg, #b51449, #aa1780);
    color: white;
    text-align: center;
    padding: 20px 0;
    position: relative;
    box-sizing: border-box;
}

.section-strip.blue-strip{
    background: #1e3c79 !important;
}



.section-strip h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.section-strip.blue-strip h2 {
    font-weight: 400;
}

.section-strip.blue-strip h2 span {
    font-weight: 800;
    color: #fe2873;
}

.section-strip::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #b01560;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.section-strip.blue-strip::after {
    border-top: 20px solid #1e3c79 !important;
}

#home-our-products {

}

#bg-products {

}

#home-our-products .products {
    padding: 20px 0;
    box-sizing: border-box;
    background-image: url(assets/images/home/patter-bg-dots.jpg);
    background-repeat: repeat;
}

#home-our-products .product-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto 20px;
}

#home-our-products .product {
    background-color: #d7d7d7;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 22%;
    margin: 10px 0;
    text-align: center;
    padding: 20px 20px 35px;
    position: relative;
    box-sizing: border-box;
}

#home-our-products .product img {
    max-width: 100%;
    height: auto;
}

#home-our-products .product h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #1e3c79;
    margin: 10px 0 0;
}

#home-our-products .product p {
    color: #1e3c79;
    font-size: 1em;
    margin: 5px 0;
}

#home-our-products .button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0031a0;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    transition: background-color 0.3s ease;
    box-sizing: border-box;
}

#home-our-products .button:hover {
    background-color: #0030cc;
}

#sub-section-products{
    padding-bottom: 50px;
}

#sub-section-products .box{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#sub-section-products h2 {
    font-weight: 400;
    text-align: center;
    max-width: 600px;
    margin: 125px auto 35px;
}

#sub-section-products h2 p{
    margin: 0
}

#sub-section-products .tipos-de-produtos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 20px 20px;
    box-sizing: border-box;
}

#sub-section-products .tipo-de-produto {
    width: 30%;
    margin: 0px 1.5% 20px;
    text-align: center;
    padding: 0 20px 20px;
    position: relative;
    box-sizing: border-box;
}

#sub-section-products .tipo-de-produto h3 {
    font-size: 18px;
    color: #1e3c79;
    margin: 10px 0;
}

#sub-section-products .tipo-de-produto-imagem {
    margin: 0px 0;
}

#sub-section-products .tipo-de-produto-imagem img {
    max-width: 100%;
    height: auto;
}

#sub-section-products .tipo-de-produto-texto {
    font-size: 14px;
    color: #666;
    margin: 0px 0 20px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 45px;
}

#sub-section-products .tipo-de-produto-botao-saiba-mais {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0031a0;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    box-sizing: border-box;
}

#sub-section-products .tipo-de-produto-botao-saiba-mais:hover {
    background-color: #0030cc;
}

#sub-section-products .info-box {
    border: 2px solid #0031a0;
    padding: 20px 45px;
    position: relative;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-top: 60px;
}

#sub-section-products .info-title {
    background-color: #800080;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
}

#sub-section-products .info-content {
    padding-top: 15px;
}

#sub-section-products .info-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

#sub-section-products-graphs {
    background-image: url(assets/images/home/bg-home-produtos.png);
    background-position: center;
    background-size: 100% 100%;
    padding: 100px 0px;
    margin-top: -100px;
}

#sub-section-products-graphs #detalhes-graficos {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
}

#sub-section-products-graphs .produto-detalhes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 75px;
    border-radius: 8px;
    overflow: hidden;
}

#sub-section-products-graphs .produto-imagem {
    flex: 1 1 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sub-section-products-graphs .produto-imagem img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

#sub-section-products-graphs .produto-info {
    flex: 1 1 50%;
    padding: 20px;
    box-sizing: border-box;
}

#sub-section-products-graphs .produto-titulo {
    font-size: 24px;
    color: #1e3c79;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
}

#sub-section-products-graphs .produto-titulo p{
    margin: 0px;
}

#sub-section-products-graphs .produto-texto {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
    text-transform: uppercase;
}

#sub-section-products-graphs .produto-texto p{
    margin-top: 0;
}

#sub-section-products-graphs .produto-icones {
    margin-bottom: 20px;
}

#sub-section-products-graphs .produto-icones .icone {
    flex: 1;
    max-width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 25px;
}

#sub-section-products-graphs .produto-icones .icone img {
    max-width: 40px; /* Define o tamanho máximo da imagem */
    margin-right: 10px; /* Espaço entre o ícone e o texto */
}

#sub-section-products-graphs .produto-icones .icone p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 1.4;
}

#sub-section-products-graphs .botao-saiba-mais {
    display: inline-block;
    padding: 10px 20px;
    background-color: #b7164e;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

#sub-section-products-graphs .botao-saiba-mais:hover {
    background-color: #002080;
}

#sub-section-products-graphs .controller-device-desktop {
    display: block;
}

#sub-section-products-graphs .controller-device-mobile {
    display: none;
}

#blog-posts {

}

#blog-carousel {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative; /* Para posicionar os pseudo-elementos */
}

#blog-carousel::before,
#blog-carousel::after {
    content: "";
    position: absolute;
    top: 0;
    width: 35%; /* Ajuste conforme necessário */
    height: 100%;
    border-top: 1px solid #1e3c79;
    z-index: 1;
}

#blog-carousel::before,
#blog-carousel::after {
    content: "";
    position: absolute;
    top: 0;
    height: 50%;
    border-left: 1px solid #1e3c79;
    border-right: 1px solid #1e3c79;
    z-index: 1;
}

#blog-carousel::before {
    left: 0;
    border-right: none;
}

#blog-carousel::after {
    right: 0;
    border-left: none;
}

#blog-carousel .carousel-title {
    font-size: 24px;
    color: #800080;
    margin-bottom: 20px;
    position: relative; /* Para garantir que o título esteja acima dos pseudo-elementos */
    z-index: 2;
    margin-top: -40px;
    font-size: 2em;
}

#blog-carousel .carousel-title span {
    color: #1e3c79;
    font-size: 18px;
    display: block;
    font-size: 0.8em;
}

#blog-carousel .carousel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; /* Para garantir que os itens estejam acima dos pseudo-elementos */
    z-index: 2;
}

#blog-carousel .carousel-item {
    padding: 20px;
    margin: 10px;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 45px;
}

#blog-carousel .carousel-image img {
    max-width: 100%;
    margin-bottom: 0px;
    display: inline;
}

#blog-carousel .carousel-item h3 {
    font-size: 1.2em;
    color: #1e3c79;
    margin-bottom: 3px;
}

#blog-carousel .carousel-item p {
    font-size: 1em;
    color: #434040;
    margin-top: 0px;
    margin-bottom: 10px;
}



#blog-carousel .carousel-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0031a0;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
}

#blog-carousel .carousel-button:hover {
    background-color: #002080;
}

#home-blog-title {
    width: 300px;
    display: block;
    margin: 25px auto;
}

#content-circles {
    width: 100%;
    padding: 0px 0px 45px;
    background: #ba1850; /* Fundo principal */
    position: relative;
    text-align: center;
    color: #fff;
    overflow: hidden; /* Para garantir que os pseudo-elementos não vazem */
    border-bottom-left-radius: 100% 75px;
    border-bottom-right-radius: 100% 75px;
    margin-bottom: 45px;
    margin-top: -150px;
}

#content-circles #graph-books-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 25px auto;
}

#content-circles #graph-books-container .graph-books .float-container a{
    text-decoration: inherit;
}

#content-circles #home-graph-books {
    display: block;
    width: 100%;
}

#content-circles #graph-books-container .graph-books {
    position: absolute;
    width: 20%;
    height: 40%;
    box-sizing: border-box;
    padding: 1%;
}


#content-circles #graph-books-container #graph-book-btn-01 {
    top: 10%;
    left: 4%;
}

#content-circles #graph-books-container #graph-book-btn-02 {
    top: 48%;
    left: 22%;
}

#content-circles #graph-books-container #graph-book-btn-03 {
    top: 10%;
    left: 40%;
}

#content-circles #graph-books-container #graph-book-btn-04 {
    top: 48%;
    left: 58%;
}

#content-circles #graph-books-container #graph-book-btn-05 {
    top: 10%;
    left: 76%;
}

#content-circles #graph-books-container .float-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#content-circles #graph-books-container .float-container img {
    width: 25%;
}

#content-circles h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 25px auto;
}

#content-circles h2 span {
    color: #fff;
    text-align: center;
    font-weight: 200;
}

#content-circles #books-claim {
    color: #fff;
    text-align: center;
    font-weight: 500;
    width: 100%;
}

.bg-container {
    background-image:  url(assets/images/home/bg-container.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

#onde-comprar h2 {
    color: #be1852;
    text-align: center;
    width: 100%;
}

#onde-comprar p {
    color: #1e3c79;
    text-align: center;
    width: 100%;
}

#box-farmacias {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    margin: 0 auto 45px;
}

#box-farmacias .logo-item {
    flex: 1 1 calc(33.333% - 40px);
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#box-farmacias .logo-item img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

#box-farmacias .logo-item img:hover {
    transform: scale(1.1);
}

.dotted-bg {
    background-image: url(assets/images/home/patter-bg-dots.jpg);
    background-repeat: repeat;
}

#tipos-de-produto {
    padding-top: 45px;
    padding-bottom: 75px;
}

#tipos-de-produto .tipo-de-produto-box{
    display: flex;
    align-items: center;
    padding: 20px 45px;
    max-width: 800px;
    margin: 0 auto 75px;
    position: relative;
    background-color: rgba(255,255,255,0.2);
}

#tipos-de-produto .tipo-de-produto-box::after,
#tipos-de-produto .tipo-de-produto-box::before {
    content: "";
    position: absolute;
    border-left: 2px solid #1e3c79;
    border-right: 2px solid #1e3c79;
    z-index:0;
}

#tipos-de-produto .tipo-de-produto-box{
    border-bottom: 2px solid #1e3c79;
}

#tipos-de-produto .tipo-de-produto-box::before  {
    left: 0;
    border-right: none;
    width: 00%;
    bottom: 0;
    height: 80%;
}

#tipos-de-produto .tipo-de-produto-box::after {
    right: 0;
    border-left: none;
    top: 0;
    width: 65%;
    height: 100%;
    border-top: 2px solid #1e3c79;
}


#tipos-de-produto .tipo-de-produto-box .content-image {
    flex-shrink: 0;
    position: absolute;
    top: -5%;
    left: -10%;
    width: 15%;
}

#tipos-de-produto .tipo-de-produto-box .content-image img {
    width: 100%;
}

#tipos-de-produto .tipo-de-produto-box .content-text {
    flex: 1;
}

#tipos-de-produto .tipo-de-produto-box .content-text h2 {
    color: #1e3c79;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
    margin-top: -5%;
    font-size: 1.8em;
}

#tipos-de-produto .tipo-de-produto-box .content-text h2 p{
    text-align: left;
    width: 100%;
    margin-top: 0;
}

#tipos-de-produto .tipo-de-produto-box .content-text h2 .highlight {
    color: #e74c3c;
}

#tipos-de-produto .tipo-de-produto-box .content-text>p {
    font-size: 1em;
    line-height: 1.6;
    text-align: left;
    margin: 10px 0;
}

.share-wave-bg{
    background-image: url(assets/images/flora/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 45px;
    padding-bottom:45px;
}


.page-tipos-probs h2 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 2em;
}

.page-tipos-probs h2 span{
    color: #fe2873;
}

.page-tipos-probs .introducao {
    margin-top: 45px;
    border: 1px solid #fff;
    padding: 20px 20px 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}

.page-tipos-probs .introducao .content-image {
    flex-shrink: 0;
    margin-right: 2%;
    width: 50%;
}

.page-tipos-probs .introducao .content-image img {
    width: 100%;
}

.page-tipos-probs .introducao .content-text {
    flex: 1;
    width: 48%;
}

#probioticos-flora-causas,
#probioticos-flora-sintomas,
#papel-dos-probioticos,
#mais-eficaz,
#probioticos-dermatite .box-parcial-border,
#inflamacao-e-pele,
.page-tipos-probs {

}

#mais-eficaz {
    margin-bottom: 45px;
}

#probioticos-flora-causas .box-parcial-border,
#probioticos-flora-sintomas .box-parcial-border,
#papel-dos-probioticos .box-parcial-border,
#inflamacao-e-pele .box-parcial-border,
#mais-eficaz .box-parcial-border,
.box-parcial-border {
    color: #fff;
    padding: 20px;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 45px;
}

#mais-eficaz .box-parcial-border{
    text-align: justify !important;
}

#probioticos-flora-causas .box-parcial-border::after,
#probioticos-flora-causas .box-parcial-border::before,
#probioticos-flora-sintomas .box-parcial-border::after,
#probioticos-flora-sintomas .box-parcial-border::before,
#papel-dos-probioticos .box-parcial-border::after,
#papel-dos-probioticos .box-parcial-border::before,
#mais-eficaz .box-parcial-border::after,
#mais-eficaz .box-parcial-border::before,
.box-parcial-border::after,
.box-parcial-border::before
{
    content: "";
    position: absolute;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index:0;
}

#probioticos-flora-causas .box-parcial-border,
#probioticos-flora-sintomas .box-parcial-border,
#papel-dos-probioticos .box-parcial-border,
#mais-eficaz .box-parcial-border,
.box-parcial-border {
    border-bottom: 1px solid #fff;
}

#probioticos-flora-causas .box-parcial-border::before,
#probioticos-flora-sintomas .box-parcial-border::before,
#papel-dos-probioticos .box-parcial-border::before,
#mais-eficaz .box-parcial-border::before,
.box-parcial-border::before {
    left: 0;
    border-right: none;
    top: 0;
    width: 15%;
    height: 100%;
    border-top: 1px solid #fff;
}
#probioticos-flora-causas .box-parcial-border::after,
#probioticos-flora-sintomas .box-parcial-border::after,
#papel-dos-probioticos .box-parcial-border::after,
#mais-eficaz .box-parcial-border::after,
.box-parcial-border::after {
    right: 0;
    border-left: none;
    top: 0;
    width: 15%;
    height: 100%;
    border-top: 1px solid #fff;
}

#probioticos-flora-causas .box-parcial-border .causes-section h2,
#probioticos-flora-sintomas .box-parcial-border .causes-section h2,
#papel-dos-probioticos .box-parcial-border .causes-section h2,
#mais-eficaz  .box-parcial-border .causes-section h2 ,
.box-parcial-border .causes-section h2  {
    font-size: 24px;
    margin-bottom: 10px;
}

#probioticos-flora-causas .box-parcial-border .causes-section .highlight,
#probioticos-flora-sintomas .box-parcial-border .causes-section .highlight,
#papel-dos-probioticos .box-parcial-border .causes-section .highlight,
#mais-eficaz .box-parcial-border .causes-section .highlight ,
.box-parcial-border .causes-section .highlight {
    color: #e74c3c;
}

#probioticos-flora-causas .box-parcial-border .causes-section p,
#probioticos-flora-sintomas .box-parcial-border .causes-section p,
#papel-dos-probioticos .box-parcial-border .causes-section p,
#mais-eficaz .box-parcial-border .causes-section p,
.box-parcial-border .causes-section p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#probioticos-flora-causas .box-parcial-border .causes-content,
#probioticos-flora-sintomas .box-parcial-border .causes-content,
#mais-eficaz .box-parcial-border .causes-content,
.box-parcial-border .causes-content {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

#probioticos-flora-causas .box-parcial-border .causes-column,
#probioticos-flora-sintomas .box-parcial-border .causes-column,
#mais-eficaz .box-parcial-border .causes-column,
.box-parcial-border .causes-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10px;
}

#probioticos-flora-causas .box-parcial-border .cause-item,
#probioticos-flora-sintomas .box-parcial-border .cause-item,
#mais-eficaz .box-parcial-border .cause-item ,
.box-parcial-border .cause-item  {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

#probioticos-flora-causas .box-parcial-border .cause-item .img-content,
#probioticos-flora-sintomas .box-parcial-border .cause-item .img-content,
.box-parcial-border .cause-item .img-content {
    width:32px;
    height: 32px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
}

#probioticos-flora-causas .box-parcial-border .cause-item .img-content img,
#probioticos-flora-sintomas .box-parcial-border .cause-item .img-content img,
.box-parcial-border .cause-item .img-content img {
    display: block;
    margin: 0 auto;
}

#probioticos-flora-causas .box-parcial-border .cause-item p,
#probioticos-flora-sintomas .box-parcial-border .cause-item p,
#mais-eficaz .box-parcial-border .cause-item p,
.box-parcial-border .cause-item p {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    margin: 0;
    width: calc(100% - 47px);
}

#probioticos-flora-causas .box-parcial-border h2,
#probioticos-flora-sintomas .box-parcial-border h2,
#papel-dos-probioticos .box-parcial-border h2,
#mais-eficaz .box-parcial-border h2,
.box-parcial-border h2 {
    color: #fff;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
    margin-top: -3.5%;
    font-size: 1.5em;
    text-transform: uppercase;
}

.box-parcial-border h2 p{
    margin: 0%;
}

#probioticos-flora-causas .box-parcial-border h2 span,
#probioticos-flora-sintomas .box-parcial-border h2 span,
#papel-dos-probioticos .box-parcial-border h2 span,
#mais-eficaz .box-parcial-border h2 span,
.box-parcial-border h2>span {
    color: #fe2873;
    font-weight: 800;
}

#papel-dos-probioticos .box-parcial-border h2,
#mais-eficaz .box-parcial-border h2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#probioticos-flora-causas .box-parcial-border>p,
#probioticos-flora-sintomas .box-parcial-border>p{
    margin-top: 25px;
}

#flora-packs {
    background-image: url(assets/images/flora/bg-packs.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#simbioflora-packs,
#simbioflora-multi-packs {
    background-image: url(assets/images/simbioflora/bg-simbio-packs.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#flora-packs img,
#simbioflora-packs img,
#simbioflora-multi-packs img {
    width: 100%;
    padding: 2.5% 0;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.display-desktop {
    display: block !important;
}

.display-mobile {
    display: none !important;
}

.refs,
#politicas {
    padding: 20px 0;
    box-sizing: border-box;
    background-image: url(assets/images/home/patter-bg-dots.jpg);
    background-repeat: repeat;
}

.refs p {
    font-size: 10px;
    text-align: justify;
}

#politicas p {
    width: 100%;
    text-align: justify;
}

#probioticos-dermatite .box-parcial-border .content-image {
    flex-shrink: 0;
    margin-right: 20px;
}

#probioticos-dermatite .box-parcial-border  .content-text {
    flex: 1;
}

#probioticos-dermatite .box-parcial-border .causes-content,
#probioticos-diarreia .box-parcial-border .causes-content {
    width: 100%;
    margin-top: 45px;
}

#probioticos-dermatite .box-parcial-border .causes-content .causes-column,
#probioticos-diarreia .box-parcial-border .causes-content .causes-column {
    width: 50%;
}

#probioticos-dermatite .box-parcial-border .causes-content .causes-column .content-image img,
#probioticos-diarreia .box-parcial-border .causes-content .causes-column .content-image img {
    width: 100%;
}

#probioticos-dermatite .box-parcial-border .causes-content .causes-column .content-text,
#probioticos-diarreia .box-parcial-border .causes-content .causes-column .content-text {
    text-align: justify;
}

#inflamacao-e-pele .box-parcial-border>p,
#papel-dos-probioticos.papel-dermatite .box-parcial-border>p{
    text-align: justify;
}

#papel-dos-probioticos.papel-dermatite .box-parcial-border>p img{
    margin: 10px auto;
    display: block;
    max-width: 80%;
}

#papel-dos-probioticos {
    margin-bottom: 45px;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.back-button {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #b7164e; /* Fundo vermelho conforme a imagem */
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
    margin-top: 25px;
}

.back-button:hover {
    background-color: #a0291b; /* Fundo vermelho mais escuro para o hover */
}

.wpcf7-form-control.wpcf7-acceptance {
    font-size: 12px;
    color: #fff;
}

.wpcf7-list-item-label a {
    color: inherit;
}

@media (max-width: 768px) {
    .menu-icon {
        display: block; /* O ícone do menu é mostrado */
    }

    .header-container {
        flex-direction: column; /* Organiza os elementos em coluna no mobile */
        align-items: flex-start; /* Alinha elementos ao início da linha */
    }

    /* Esconda inicialmente o menu e use transição na propriedade max-height */
    .menu-items {
        max-height: 0;
        overflow: hidden;
        flex-direction: column;
        transition: max-height 0.7s ease-in-out; /* Adiciona uma transição suave */
    }

    /* Quando o menu estiver ativo, ajuste a propriedade max-height para um valor maior que a altura total do menu */
    .menu-items.active, .social-contact.active {
        max-height: 500px; /* Deve ser maior que a altura do conteúdo do menu */
    }

    #mobile-menu-box {
        width: 100%;
    }

    #menu-icon {
        float: right;
        margin: 10px;
    }

    #mobile-menu-box .custom-logo {
        margin-top: 12px;
    }

    #main-menu {
        padding: 0px;
        margin: 0px 0px;
        width: 100%;
    }

    #main-menu li{
        padding: 10px 5%;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 5px;
        border-right: 1px solid gray;
    }

    #desktop-social-list {
        display: none;
    }

    #mobile-social-list {
        display: block;
    }

    #mobile-social-list {
        margin: 15px 0px 0px;
        list-style: none;
        display: flex; /* Torna o elemento <ul> um flex container */
        justify-content: center; /* Alinha os itens horizontalmente ao centro */
        align-items: center; /* Alinha os itens verticalmente ao centro */
        padding: 0; /* Remove o preenchimento padrão */
    }

    #mobile-social-list li {
        display: inline-block;
        padding: 0 10px;
    }

    #mobile-social-list li img{
        width: 32px;
    }

    #footer #footer-form .left-part,
    #footer #footer-form .right-part {
        width: 100%;
    }

    #footer #footer-form .left-part img#sac-logo{
        margin: 25px 0 15px;
    }

    #footer #footer-strip .footer-container .container .custom-logo-link {
        width: 20%;
        margin-bottom: 25px;
    }


    #footer #footer-strip .footer-container .container #footer-menu {
        width: 100%;
    }

    #footer #footer-strip .footer-container .container #footer-contacts {
        width: 100%;
    }

    #footer #footer-strip .footer-container .container #footer-contacts .contact-item {
        width: 50%;
        margin-top: 0px;
    }

    #footer #footer-strip .footer-container .container #footer-contacts {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 45px;
    }

    #home-our-products .product {
        width: 100%; /* Ajuste a largura para 45% para caber 2 produtos por linha */
        margin: 10px 0% 45px; /* Espaçamento entre os produtos */
    }

    #sub-section-products .tipo-de-produto {
        width: 100%; /* Ajusta a largura para 100% para caber 1 produto por linha */
        margin: 10px 0; /* Espaçamento entre os produtos */
    }

    #sub-section-products-graphs {
        background-size: cover;

    }

    #sub-section-products-graphs .produto-imagem {
        width: 100%;
        max-width: 100%
    }

    #sub-section-products-graphs .botao-saiba-mais {
        width: 100%;
    }

    #sub-section-products-graphs .controller-device-desktop {
        display: none;
    }

    #sub-section-products-graphs .controller-device-mobile {
        display: block;
    }

    #sub-section-products-graphs .botao-saiba-mais {
        padding: 10px 0;
    }

    #content-circles #home-graph-books {
        transform: rotate(90deg);
        width: 150%;
        margin-left: -25%;
        margin-top: 35%;
    }

    #content-circles #graph-books-container {
        margin: 25px auto 45%;
    }

    #content-circles #graph-books-container .graph-books {
        position: absolute;
        width: 29%;
        height: 27%;
        box-sizing: border-box;
        padding: 1%;
    }

    .float-container p {
        font-size: 10px;
    }


    #content-circles #graph-books-container #graph-book-btn-01 {
        top: 2%;
        left: 50%;
    }

    #content-circles #graph-books-container #graph-book-btn-02 {
        top: 27%;
        left: 23%;
    }

    #content-circles #graph-books-container #graph-book-btn-03 {
        top: 53%;
        left: 50%;
    }

    #content-circles #graph-books-container #graph-book-btn-04 {
        top: 79%;
        left: 23%;
    }

    #content-circles #graph-books-container #graph-book-btn-05 {
        top: 104%;
        left: 50%;
    }

    #content-circles #graph-books-container .float-container {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .bg-container {
        background-image:  url(assets/images/home/bg-container-mobile.jpg);
    }

    #sub-section-products-graphs {
        margin-top: -150px;
        padding-bottom: 50px;
    }

    #box-farmacias .logo-item {
        flex: 1 1 calc(50% - 40px);
        margin: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #tipos-de-produto .tipo-de-produto-box .content-image {
        flex-shrink: 0;
        position: absolute;
        top: -5%;
        left: -4%;
        width: 30%;
    }

    #tipos-de-produto .tipo-de-produto-box .content-text h2 {
        color: #1e3c79;
        margin: 0 0 10px;
        text-align: center;
        width: 100%;
        margin-top: -12%;
        font-size: 1.8em;
    }

    #tipos-de-produto .tipo-de-produto-box .content-text h2 p{
        text-align: center;
        width: 100%;
        margin-top: 0;
        margin-left: 5%;
    }

    #tipos-de-produto .tipo-de-produto-box::after,
    #tipos-de-produto .tipo-de-produto-box::before {
        content: "";
        position: absolute;
        border-left: 2px solid #1e3c79;
        border-right: 2px solid #1e3c79;
        z-index:0;
    }

    #tipos-de-produto .tipo-de-produto-box{
        border-bottom: 2px solid #1e3c79;
        padding: 20px;
        margin-bottom: 25px;
    }

    #tipos-de-produto .tipo-de-produto-box::before  {
        left: 0;
        border-right: none;
        width: 00%;
        bottom: 0;
        height: 100%;
    }

    #tipos-de-produto .tipo-de-produto-box::after {
        right: 0;
        border-left: none;
        top: 0;
        width: 15%;
    }

    .tipo-de-produto-box {
        margin-top: 35px !important;
    }

    #tipos-de-produto .tipo-de-produto-box .content-text>p {
        margin: 45px 0;
    }

    .page-tipos-probs .introducao .content-image {
        margin-right: 0%;
        width: 100%;
    }

    .page-tipos-probs .introducao .content-text {
        width: 100%;
    }

    .page-tipos-probs .introducao {
        padding: 20px;
        flex-direction: column;
        align-items: center;
        margin-top: 0px;
    }

    #probioticos-flora-causas .box-parcial-border .causes-content,
    #probioticos-flora-sintomas .box-parcial-border .causes-content,
    #mais-eficaz .box-parcial-border .causes-content,
    #probioticos-dermatite .box-parcial-border .causes-content,
    #probioticos-diarreia .box-parcial-border .causes-content {
        flex-direction: column;
        align-items: center;
    }

    #probioticos-flora-causas .box-parcial-border .causes-column,
    #probioticos-flora-sintomas .box-parcial-border .causes-column,
    #mais-eficaz .box-parcial-border .causes-column,
    #probioticos-dermatite .box-parcial-border .causes-column,
    #probioticos-diarreia .box-parcial-border .causes-column {
        width: 100% !important;
    }

    #probioticos-dermatite .box-parcial-border .causes-column .content-image{
        margin: 0px;
    }

    #probioticos-flora-causas .box-parcial-border h2,
    #probioticos-flora-sintomas .box-parcial-border h2,
    #probioticos-dermatite .box-parcial-border h2,
    #inflamacao-e-pele .box-parcial-border h2,
    #papel-dos-probioticos .box-parcial-border h2,
    #probioticos-diarreia .box-parcial-border h2,
    #papel-do-zinco .box-parcial-border h2,
    #mais-eficaz .box-parcial-border h2 {
        margin-top: -17%;
    }

    .display-desktop {
        display: none !important;
    }

    .display-mobile {
        display: block !important;
    }

    #papel-dos-probioticos.papel-dermatite .box-parcial-border>p img{
        max-width: 100%;
        margin: 25px auto;
    }

    .content-text>h2 {
        margin-top: 0 !important;
    }

}
