﻿/* ---------------------------------------------------------------------------------------------------- 1 Estilos Gerais */

body {
    font-family: 'Nunito', sans-serif;
    padding-top: 50px;
    font-size: 0.9rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #c5162c;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.7rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.1rem;
}

h5,
h6 {
    font-size: 1rem;
}

a,
a:hover {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

a {
    text-decoration: none;
    color: #c5162c;
}

a:hover,
a:active,
a:visited {
    text-decoration: none;
    color: #c5162c;
}

section ul,
section ol {
    margin: 0;
    padding: 0 0 1rem 0;
}

section ul li {
    list-style: none;
}

section ul li::before {
    color: #c5162c;
    content: "\2022";
    font-size: 1em;
    padding-right: 0.5em;
    position: relative;
    top: 0em;
}

section ol {
    counter-reset: item;
}

section ol li {
    display: block;
}

section ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #c5162c;
    padding-right: 0.3em;
    font-weight: bold;
}

.btn {
    border-radius: 2rem;
    text-transform: uppercase;
    padding: 0.5rem 2.5rem;
    text-decoration: none;
}

.btn-white,
.btn-white:visited {
    background: #FFFFFF;
    border: 1px solid #c5162c;
    color: #c5162c;
}

.btn-white:hover,
.btn-white:active {
    background: #c5162c;
    color: #FFFFFF;
}

.btn-white.no-hover,
.btn-white.no-hover:visited,
.btn-white.no-hover:hover,
.btn-white.no-hover:active {
    background: #FFFFFF;
    border: 1px solid #c5162c;
    color: #c5162c;
    cursor: auto;
}

.btn-red,
.btn-red:visited {
    background: #c5162c;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.btn-red:hover,
.btn-red:active {
    background: #FFFFFF;
    color: #c5162c;
}

.btn-blue,
.btn-blue:visited {
    background: #6aabb0;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.btn-blue:hover,
.btn-blue:active {
    background: #FFFFFF;
    color: #6aabb0;
}

.btn-transparency:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    transition: all 1s ease;
}

.btn-transparency:hover:before {
    width: 100%;
}

.section {
    color: #FFFFFF;
}

.section-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.section-title * {
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
}

.section-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

.section-text a {
    font-weight: bold;
}

.section-text.section-red *,
.section-text.section-blue *,
.section-text.section-red-gradient *,
.section-text.section-blue-gradient * {
    color: #FFFFFF;
}

.section-text h1 {
    margin-bottom: 2.5rem;
}

.section-text h2 {
    margin-bottom: 2.2rem;
}

.section-text h3 {
    margin-bottom: 1.9rem;
}

.section-red {
    background: #c5162c;
}

.section-red a:visited {
    color: #FFFFFF;
}

.section-red-gradient {
    background-image: linear-gradient(to right, #c5162c, #fe5252);
}

.section-blue {
    background: #6aabb0;
}

.section-blue-gradient {
    background-image: linear-gradient(to right, #6fb1ae, #5f98b7);
}

.title-decoration:before {
    content: "";
    display: inline-block;
    background: url(../library/images/line-circle.svg);
    width: 30px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 0 1rem -0.4rem 0;
}

.card-header,
.card-header.collapsed {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.pagination {
    margin-top: 2rem;
}

.pagination .wp-pagenavi {
    margin: 0 auto;
}

.pagination .wp-pagenavi span,
.pagination .wp-pagenavi span:hover,
.pagination .wp-pagenavi .current,
.pagination .wp-pagenavi .current:hover {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
    color: #c5162c;
    border-radius: 2rem;
    padding: 0.4rem 0.7rem;
    border-color: #c5162c;
}

.pagination .wp-pagenavi a:hover,
.pagination .wp-pagenavi span:hover {
    background-color: #c5162c;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.pagination .wp-pagenavi .current,
.pagination .wp-pagenavi .current:hover {
    font-weight: normal;
}

.pagination .wp-pagenavi .current {
    background-color: #c5162c;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.pagination .wp-pagenavi .current:hover {
    color: #c5162c;
    border-color: #c5162c;
    background-color: #FFFFFF;
}

.pagination .wp-pagenavi .previouspostslink,
.pagination .wp-pagenavi .nextpostslink {
    padding: 0.6rem 1rem;
    font-size: 1.1rem;
}

.pagination .wp-pagenavi .previouspostslink {
    margin-right: 1.5rem;
}

.pagination .wp-pagenavi .nextpostslink {
    margin-left: 1.5rem;
}

.equal-height {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}


/* ---------------------------------------------------------------------------------------------------- 2 Estilo do Loader 

.page-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #c5162c;
}

.sk-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    top: 45%;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #FFFFFF;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

*/

/* ---------------------------------------------------------------------------------------------------- 3 Estilos do Menu */

.navbar {
    background-color: #FFFFFF;
    padding: 0.2% 5% 0.3% 5%;
    border-bottom: 1px solid #FFFFFF;
}

.navbar,
.navbar.shrink {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.navbar.shrink {
    padding: 0.1% 3%;
    border-bottom: 1px solid #ffe6e9;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(197, 22, 44, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
    border-color: #c5162c;
}

.site-title {
    margin: 0;
    line-height: 1rem;
    position: absolute;
    top: 1rem;
    background-color: #FFFFFF;
    padding: 0.5rem;
    border-radius: 0.3rem;
}

.navbar.shrink .site-title {
    border: 1px solid #ffe6e9;
}

.site-title a {
    background-image: url(../library/images/logo/logo-yakult.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    width: 140px;
    display: inline-block;
    background-position: center;
}

.navbar.shrink .site-title a {
    height: 50px;
    width: 100px;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #3e3e3e;
}

.navbar-light .navbar-nav .nav-link:after {
    content: none;
}

.navbar-light .navbar-nav .nav-link:hover {
    background-color: #ececec;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 0 1rem;
    min-width: 230px;
    border: 1px solid #ececec;
}

.navbar-expand-lg .navbar-nav .dropdown-item {
    padding: 0.6rem 2rem;
    font-size: 0.8rem;
    border-bottom: 1px solid #ececec;
}

.navbar-expand-lg .navbar-nav .dropdown-item:hover {
    color: #c5162c;
}

#menu-header ul li {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

#menu-header i {
    background-repeat: no-repeat;
    margin: 0 auto 0.1rem auto;
    height: 21px;
    width: 25px;
    background-size: contain;
    display: block;
}

#menu-header .empresa {
    background-image: url('../library/images/header-empresa.png');
}

#menu-header .beneficios {
    background-image: url('../library/images/header-beneficios.png');
}

#menu-header .produtos {
    background-image: url('../library/images/header-produtos.png');
}

#menu-header .revista {
    background-image: url('../library/images/header-revista.png');
}

#menu-header .noticias {
    background-image: url('../library/images/header-noticias.png');
}

#menu-header .fale {
    background-image: url('../library/images/header-fale-conosco.png');
}

#menu-header .visita {
    background-image: url('../library/images/header-visita.png');
}

#menu-header .more {
    background-image: url('../library/images/header-menu-more.png');
    height: 23px;
    width: 23px;
    margin: 0.5rem auto 0 auto;
}

#menu-header .social-links {}

#menu-header .social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-header .social-links ul li {
    display: inline-block;
}

#menu-header .social-links ul li a.social {
    background-color: #dddddd;
    padding: 0.4rem 0.1rem 0rem 0.1rem;
    display: block;
    text-align: center;
    font-size: 0.9rem;
    border-radius: 2rem;
    color: #FFFFFF;
}

#menu-header .social-links ul li a.social:hover {
    background-color: #c5162c;
}


/* ---------------------------------------------------------------------------------------------------- 4 Estilos do banner */

.banner {
    min-height: 100px;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.banner .banner-box {
    position: absolute;
    bottom: 0;
    background: #c5162c;
    padding: 1rem;
    color: #FFFFFF;
    margin: 0;
}

.banner .breadcrumb {
    left: 0;
    width: 40%;
    border-radius: 0 0.3rem 0 0;
}

.banner .breadcrumb span {
    margin-left: 42%;
    font-size: 1.2rem;
}

.banner .breadcrumb span:before {
    content: "Você está em:";
    font-size: 0.7rem;
    position: absolute;
    margin-top: -1.7rem;
    color: #c5162c;
}

.banner .searchbox {
    right: 0;
    width: 56%;
    border-radius: 0.3rem 0 0 0;
}

.banner .searchbox span {
    float: left;
    font-size: 1.2rem;
    margin-right: 2rem;
}

.banner .searchbox form input {
    border-radius: 0.3rem;
    padding: 0.2rem 1rem;
}


/* ---------------------------------------------------------------------------------------------------- 5 Estilos do segundo Menu */

.header-navbar {
    border-bottom: 0.125rem solid #FFFFFF;
    text-align: center;
    font-size: 0.8rem;
}

.header-navbar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-navbar ul li {
    display: inline;
}

.header-navbar ul li a {
    color: #6f6f79;
    text-decoration: none;
    padding: 1.5rem 1.5rem 1.3rem 1.5rem;
    display: inline-block;
    border-bottom: 0.1875rem solid #FFFFFF;
    text-transform: uppercase;
}

.header-navbar ul li a:hover,
.header-navbar ul li.current-menu-item a {
    border-bottom: 0.1875rem solid #c5162c;
    color: #c5162c;
}

.header-navbar ul li:before {
    content: none;
}


/* ---------------------------------------------------------------------------------------------------- 6 Estilos SearchBox */

#header-form-search {
    width: 50%;
}

.fancybox-content {
    background: none;
    vertical-align: top;
}

.fancybox-content form {
    margin-top: 1rem;
    margin: 0 auto;
}

.fancybox-content form input {
    width: 95%;
    outline: none;
    background: none;
    border: none;
    border-bottom: 3px solid #FFFFFF;
    border-radius: 0;
    color: #FFFFFF;
    padding: 0.8rem 0;
    font-size: 1.2rem;
}

.fancybox-content form input {
    color: #FFFFFF;
}

.fancybox-content form input:focus {
    color: #FFFFFF;
}

.fancybox-content form input::placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.fancybox-content form input:-ms-input-placeholder {
    color: #FFFFFF;
}

.fancybox-content form input::-ms-input-placeholder {
    color: #FFFFFF;
}

.fancybox-content form #searchsubmit {
    background-image: url('../library/images/svg/header_magnifying_glass.svg');
    width: 1.8rem;
    height: 1.8rem;
    background-color: transparent;
    background-size: contain;
    cursor: pointer;
    float: right;
    margin: 0.9rem 0;
    background-repeat: no-repeat;
    border: none;
}


/* ---------------------------------------------------------------------------------------------------- 7 Estilos Footer */

.footer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.footer p {
    margin: 0;
    font-size: 0.8rem;
}

.navigation {
    padding-top: 0;
    padding-bottom: 0;
}

.navigation .col-md-2, .navigation .col-md, .navigation .col {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-right: 1px solid #FFFFFF;
}

.navigation .col-md-2:last-child, .navigation .col-md:last-child, .navigation .col:last-child {
    border: none;
}

.navigation a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.8rem;
    display: block;
    font-weight: bold;
    margin-left: 1.3rem;
}

.navigation .icon {
    background-image: url('../library/images/icons/footer-links.png');
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    float: left;
    margin: 0 0.5rem 0 0;
}

.navigation .single-line-text {
    padding: 0.6rem 0 0 0;
    display: inline-block;
}

.navigation .portal-cientifico {
    background-position: -53px 0;
}

.navigation .yakult-voce {
    background-position: -107px 0;
}

.navigation .ciclo-palestras {
    background-position: -160px 0;
}

.navigation .trabalhe-conosco {
    background-position: -214px 0;
}

.navigation .filmes-yakult {
    background-position: -267px 0;
}

.sitemap {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sitemap p {
    color: #6f6f79;
}

.sitemap .logo {
    width: 85%;
    margin: 4rem auto 0 auto;
}

.sitemap span {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    display: block;
}

.sitemap ul {
    font-size: 0.8rem;
    margin: 0;
    list-style: none;
    padding: 0;
}

.sitemap ul a {
    color: #6f6f79;
}

.developer {
    color: #c5162c;
}


/* ---------------------------------------------------------------------------------------------------- 8 Estilos Social */

.section-social {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.section-social .icon:before {
    content: "";
    background-image: url('../library/images/icons/section-social.png');
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: -1rem 0.2rem -1rem 0;
}

.section-social .youtube .icon:before {
    background-position: -41px 0;
}

.section-social .instagram .icon:before {
    background-position: -127px 0;
}

.section-social .fale-conosco .icon:before {
    background-position: -87px 0;
}

.section-social a {
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
    text-align: center;
    border-radius: 0.3rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    font-weight: bold;
    text-decoration: none;
}

.section-social .facebook {
    background-color: #3c5b9a;
}

.section-social .instagram {
    background-color: #f34c5c;
}

.section-social .youtube {
    background-color: #c81b3c;
}

.section-social .fale-conosco {
    background-color: #c5162c;
}


/* ---------------------------------------------------------------------------------------------------- 9 Estilos Geral de Página */

.section-columns {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.section-columns div {
    padding-left: 0;
    padding-right: 0;
}

.section-columns .column-text {
    padding: 2rem 3rem 0 3rem;
}

.section-columns .column-text strong {
    color: #c5162c;
}

.section-columns .column-text p {
    font-size: 1rem;
}

.section-columns .column-text ul {
    margin-left: 0;
}

.section-columns .column-text h2,
.section-columns .column-text h3 {
    margin-bottom: 1rem;
}

.section-columns .column-text h3 {
    font-size: 0.8rem;
    color: #000000;
}

.section-columns .column-image img {
    border-radius: 0.3rem;
}

.section-columns .section-title {
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 0.3rem;
}

.section-columns .section-title h2 {
    margin: 25% 0;
}

.contact-pr.section-columns .text-block {
    padding: 2rem;
}

.contact-pr.section-columns .text-block span {
    display: inline-block;
}

.contact-pr.section-columns .text-block .email {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 1.5rem 0;
}

.contact-pr.section-columns .text-block .email:before {
    content: "";
    background: url(../library/images/svg/icon-mail.svg);
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin: -0.5rem 0.5rem 0 0;
}

.contact-pr.section-columns .text-block .email.more:before {
    margin: 0.5rem 0.5rem 0 0;
}

.contact-pr.section-columns .text-block .message {
    font-weight: bold;
    font-size: 0.8rem;
}


/* ---------------------------------------------------------------------------------------------------- 10 Estilos dos formulários */

.form .row {
    margin-bottom: 1rem;
}

.form input,
.form select,
.form textarea,
.form input:focus,
.form select:focus,
.form textarea:focus {
    border: 1px solid #c5162c;
    color: #c5162c;
    width: 100%;
    padding: 0.4rem 0.5rem;
    border-radius: 0.2rem;
    text-transform: uppercase;
}

.form label {
    color: #c5162c;
    margin: 0;
}

.form .wpcf7-form label.error,
span.wpcf7-not-valid-tip {
    padding: 0.2rem 0.4rem 0.1rem 0.4rem;
    background: #dedede;
    border-radius: 0.2rem;
    width: 100%;
    font-weight: bold;
    color: #c5162c;
}

.form .wpcf7-submit,
.form .wpcf7-submit:hover {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.form .wpcf7-submit {
    border-radius: 2rem !important;
    text-transform: uppercase;
    padding: 0.75rem 2rem !important;
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #c5162c;
    color: #c5162c;
    width: initial !important;
    cursor: pointer;
}

.form .wpcf7-submit:hover {
    background: #c5162c;
    color: #FFFFFF;
}

.form span.wpcf7-not-valid-tip {
    font-size: 0.7em;
    display: none;
}

.wpcf7-response-output,
.wpcf7-mail-sent-ng,
.wpcf7-aborted,
.wpcf7-spam-blocked,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing,
.wpcf7-mail-sent-ok {
    border-radius: 0.3rem;
    font-size: 1rem;
    padding: 0.5rem;
    color: #FFFFFF;
    font-weight: bold;
}

.wpcf7-mail-sent-ng,
.wpcf7-aborted {
    background-color: #c5162c;
}

.wpcf7-spam-blocked {
    background-color: #e49900;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
    background-color: #e9d501;
}

.wpcf7-mail-sent-ok {
    background-color: #2aa718;
}

.form div.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
}

.form label.error {
    font-size: 0.7em;
}

.faq {
    margin-top: 1rem;
    margin-bottom: 4rem;
}

.faq .accordion {
    margin-top: 1rem;
}

.faq .card {
    border: none;
    margin-bottom: 0.5rem;
}

.faq .card-header {
    border: 1px solid #c5162c;
    background-color: #c5162c;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #FFFFFF;
    padding-right: 3rem;
}

.faq .card-header.collapsed {
    border: 1px solid #c5162c;
    background-color: transparent;
    color: #c5162c;
}

.faq .card-header .card-title {
    margin: 0;
    font-weight: bold;
}

.faq .card-header:after {
    content: "";
    background: url(../library/images/svg/circle_minus_sign.svg);
    width: 1.875rem;
    height: 1.875rem;
    background-repeat: no-repeat;
    background-size: contain;
    right: 2.5rem;
    position: absolute;
    margin: -1.6rem;
}

.faq .card-header.collapsed:after {
    content: "";
    background: url(../library/images/svg/circle_plus_sign.svg);
    width: 1.875rem;
    height: 1.875rem;
    background-repeat: no-repeat;
    background-size: contain;
    right: 2.5rem;
    position: absolute;
    margin: -1.6rem;
}

.faq .card-body {
    padding-left: 3rem;
}

.faq-title {
    border-radius: 0.3rem;
}

.faq-title h2 {
    font-size: 2.5rem;
    margin: 25% 0;
}

.faq-title h2:before {
    content: "";
    display: block;
    background: url(../library/images/faq-question.svg);
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin: 0.5rem 1rem 0 0;
}


/* ---------------------------------------------------------------------------------------------------- 11 Estilos Home */
body.page-template-page-home{
    padding-top: 0;
}
.page-template-page-home .banner .banner-box {
    color: #c5162c;
    background: #FFFFFF;
}

.page-template-page-home .banner .breadcrumb span:before {
    content: "";
}

.page-template-page-home .banner .breadcrumb:after {
    content: "";
    background: url(../library/images/arrow-down.svg);
    width: 1.875rem;
    height: 1.875rem;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    position: absolute;
    margin-right: 1rem;
}

.page-template-page-home .slider,
.page-template-page-home .super-saudavel-posts {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.page-template-page-home .slider .carousel-control-prev .carousel-control-prev-icon {
    background-image: url('../library/images/slider-prev.png');
}

.page-template-page-home .slider .carousel-control-next .carousel-control-next-icon {
    background-image: url('../library/images/slider-next.png');
}

.page-template-page-home .slider .carousel-control-prev .carousel-control-prev-icon,
.page-template-page-home .slider .carousel-control-next .carousel-control-next-icon {
    width: 50px;
    height: 50px;
}

.page-template-page-home .slider.banner-home .carousel {
    width: 80%;
    margin: 0 auto;
}

.page-template-page-home .slider.banner-home .carousel-control-prev {
    left: -130px;
}

.page-template-page-home .slider.banner-home .carousel-control-next {
    right: -130px;
}

.page-template-page-home .super-saudavel-posts .slick-prev:before,
.page-template-page-home .super-saudavel-posts .slick-next:before {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    opacity: 0.75;
    font-size: 50px;
}

.page-template-page-home .super-saudavel-posts .slick-prev,
.page-template-page-home .super-saudavel-posts .slick-next {
    width: 50px;
    height: 50px;
}

.page-template-page-home .super-saudavel-posts .slick-prev {
    left: -100px;
}

.page-template-page-home .super-saudavel-posts .slick-prev:before {
    background-image: url('../library/images/slider-prev.png');
}

.page-template-page-home .super-saudavel-posts .slick-next {
    right: -100px;
}
.page-template-page-home .super-saudavel-posts .slick-next:before {
    background-image: url('../library/images/slider-next.png');
}
.page-template-page-home .super-saudavel-posts .column-text {
    padding-top: 1rem;
}
.banner-slider .slick-prev,
.banner-slider .slick-next {
    width: 30px;
    height: 30px;
}
.banner-slider .slick-prev {
    left: 25px;
    z-index: 1;
}
.banner-slider .slick-next {
    right: 25px;
    z-index: 1;
}
.banner-slider .slick-prev:before, 
.banner-slider .slick-next:before {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    opacity: 0.75;
    font-size: 30px;
}
.banner-slider .slick-prev:before {
    background-image: url('../library/images/arrow-left-white.png');
}
.banner-slider .slick-next:before {
    background-image: url('../library/images/arrow-right-white.png');
}

/* -------------------------------------------------- 12 Página Yakult no Mundo */

.page-template-page-yakult-mundo .localidades {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.page-template-page-yakult-mundo .localidades a img,
.page-template-page-yakult-mundo .localidades a:hover img {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.page-template-page-yakult-mundo .localidades a img {
    border: 1px solid #bcbcbc;
    border-radius: 0.3rem;
    box-shadow: 0px 0px 10px #bcbcbc;
}

.page-template-page-yakult-mundo .localidades a:hover img {
    box-shadow: 0px 0px 10px #717171;
}

.page-template-page-yakult-mundo .col-sm {
    float: left;
    width: 20%;
}


/* ---------------------------------------------------------------------------------------------------- 13 Estilos Filosofia */

.page-template-page-filosofia .slogan {
    margin-top: 3rem;
    color: #c5162c;
    font-size: 1.3rem;
}

.page-template-page-filosofia .section-columns .row:first-child {
    margin-bottom: 4rem;
}

.page-template-page-filosofia .section-columns .row:first-child h2 {
    color: #5e97b7;
}


/* ---------------------------------------------------------------------------------------------------- 14 Estilos Origem e Histórico */

.page-template-page-historico .texto {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.page-template-page-historico .linha-tempo {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.page-template-page-historico .linha-tempo strong {
    color: #c5162c;
}

.page-template-page-historico .linha-tempo .data {}

.page-template-page-historico .linha-tempo .data:after {
    content: "";
    display: inline-block;
    background: url(../library/images/line-circle.svg);
    width: 30px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 0 1rem -0.2rem 1rem;
}

.page-template-page-historico .linha-tempo .evento {
    padding-top: 4.5rem;
}

.page-template-page-historico .linha-tempo span {
    color: #c5162c;
    font-size: 2rem;
    font-weight: bold;
}

.page-template-page-historico .linha-tempo span:after {
    content: "";
    display: inline-block;
    background: url(../library/images/line-circle.svg);
    width: 30px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 0 1rem -0.2rem 1rem;
}

.page-template-page-historico .section-red {
    margin-bottom: 2rem;
    margin-top: 2.5rem;
}


/* ---------------------------------------------------------------------------------------------------- 15 Estilos Modelo Título e Texto */

.page-template-page-texto-titulo .section-columns {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.page-template-page-texto-titulo .section-columns .column-text {
    padding: 0 2rem;
}


/* ---------------------------------------------------------------------------------------------------- 16 Estilos Pesquisa */

.page-template-page-pesquisa .section-title {
    margin-bottom: 2rem;
}

.page-template-page-pesquisa .text-area h2 {
    margin-bottom: 3rem;
}

.page-template-page-pesquisa .text-area p {
    margin-bottom: 2rem;
}

.page-template-page-pesquisa .text-area strong,
.page-template-page-pesquisa .text-area em,
.page-template-page-pesquisa .text-area a {
    color: #000000;
}

.page-template-page-pesquisa .section-title .text-area h2 {
    margin-bottom: 0.5rem;
}


/* ---------------------------------------------------------------------------------------------------- 17 Estilos Conceitos Gerais */

.page-template-page-conceitos-gerais .slogan {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: #c5162c;
    font-size: 1.2rem;
    font-weight: bold;
}

.page-template-page-conceitos-gerais .icones {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.page-template-page-conceitos-gerais .icones p {
    margin-top: 2rem;
}

.page-template-page-conceitos-gerais .arrow-bottom {
    padding-bottom: 2.2rem;
}

.page-template-page-conceitos-gerais .arrow-bottom:before {
    content: "";
    background: url(../library/images/svg/circle_arrow_right.svg);
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
}

.page-template-page-conceitos-gerais .section-columns .column-text {
    padding: 3rem 2rem 0 2rem;
}

.page-template-page-conceitos-gerais .section-columns .section-title h2 {
    margin: 20% 0;
}

.page-template-page-conceitos-gerais .text-block,
.page-template-page-conceitos-gerais .image-circle {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.page-template-page-conceitos-gerais .text-block .row {
    margin-bottom: 2rem;
}

.page-template-page-conceitos-gerais .image-circle p {
    font-weight: bold;
    color: #c5162c;
}

.page-template-page-conceitos-gerais .video {
    padding-right: 0;
    padding-left: 0;
}


/* ---------------------------------------------------------------------------------------------------- 18 Estilos Página Fale Conosco */

.page-template-page-fale-conosco .slogan {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: #c5162c;
    font-size: 1.2rem;
    font-weight: bold;
}

.page-template-page-fale-conosco .section-title h2 {
    font-size: 2.5rem;
}

.page-template-page-fale-conosco .section-title h2:before {
    content: "";
    display: block;
    background: url(../library/images/faq-question.svg);
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin: 0.5rem 1rem 0 0;
}

.page-template-page-fale-conosco .text-block {
    padding: 2rem 0 0 2rem;
}

.page-template-page-fale-conosco .section-columns {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.page-template-page-fale-conosco .form {
    margin-top: 2rem;
    margin-bottom: 2rem;
}


/* ---------------------------------------------------------------------------------------------------- 19 Estilos Página Trabalhe Conosco */

.page-template-page-fale-conosco .row-title {
    margin-top: 3rem;
}


/* ---------------------------------------------------------------------------------------------------- 20 Estilos Página Brinquedos */

.page-template-page-brinquedos .brinquedos .row {
    margin-top: 4rem;
}

.page-template-page-brinquedos .brinquedos .row div:last-child {
    padding-top: 1rem;
}

.page-template-page-brinquedos .brinquedos h3 {
    color: #000000;
    font-size: 1rem;
}

.page-template-page-brinquedos .brinquedos .card {
    border: none;
    background-color: none;
    padding: 0 0 1rem 0;
    margin-bottom: 0.5rem;
}

.page-template-page-brinquedos .brinquedos .brinquedo-image-borda {
    border: 2px solid #c5162c;
    border-radius: 0.3rem;
    padding: 1rem;
}

.page-template-page-brinquedos .brinquedos .brinquedo-image {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* ---------------------------------------------------------------------------------------------------- 21 Estilos Página Produtos */

.post-type-archive-produtos .slogan {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: #c5162c;
    font-size: 1.2rem;
}

.post-type-archive-produtos .produtos,
.single-produtos .produtos {
    margin-top: 3rem;
}

.post-type-archive-produtos .produtos .row,
.single-produtos .produtos .row {
    display: flex;
}

.post-type-archive-produtos .produtos header,
.single-produtos .produtos header {
    margin-bottom: 1.5rem;
}

.post-type-archive-produtos .produtos header img,
.single-produtos .produtos header img {
    height: 150px;
    width: auto;
}

.post-type-archive-produtos .produtos article,
.single-produtos .produtos article {
    border: 3px solid #e0e0db;
    padding: 2rem;
    border-radius: 2.5rem;
    margin: 0 1rem 2rem 1rem;
}

.post-type-archive-produtos .produtos article,
.post-type-archive-produtos .produtos article:hover,
.single-produtos .produtos article,
.single-produtos .produtos article:hover {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.post-type-archive-produtos .produtos article section,
.single-produtos .produtos article section {
    min-height: 3.5rem;
}

.post-type-archive-produtos .produtos footer,
.single-produtos .produtos footer {
    margin-top: 1.5rem;
}

.post-type-archive-produtos .produtos footer a,
.single-produtos .produtos footer a {
    font-size: 0.8rem;
    text-transform: uppercase;
}

.post-type-archive-produtos .produtos footer a:after,
.single-produtos .produtos footer a:after {
    content: "";
    background: url(../library/images/svg/arrow.svg);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
    display: inline-block;
}


/* ---------------------------------------------------------------------------------------------------- 22 Estilos Página de Produto */

.single-produtos .description {
    margin-top: 4rem;
    margin-bottom: 6rem;
}

.single-produtos .description .destaque {
    border: 1px solid #b5b5b5;
    padding: 1rem 1rem 0 1rem;
}

.single-produtos .section-table {
    padding: 3rem 1rem 3rem 0;
}

.single-produtos .section-table .table {
    padding: 0 3rem 0 1rem;
}

.single-produtos .section-table .table .row {
    border-bottom: 1px solid #FFFFFF;
    padding: 0.3rem 0;
}

.single-produtos .section-table h2 {
    margin-bottom: 1rem;
}

.single-produtos .section-table p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.single-produtos .section-table .alerta {
    color: #c5162c;
}

.single-produtos .outros {
    margin: 4rem auto;
}

.single-produtos .outros h2 {
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
}

.single-produtos .outros p {
    margin-top: 1rem;
}

.single-produtos .produtos h2 {
    margin-bottom: 3rem;
}


/* ---------------------------------------------------------------------------------------------------- 23 Estilos Página de Filmes */

.filmes {
    margin-top: 3rem;
}

.filmes article {
    margin-bottom: 2rem;
}

.filmes header {
    margin-bottom: 1.5rem;
}

.filmes header img {
    border-radius: 0.25rem;
}

.filmes header .transparency-wrapper {
    position: relative;
    margin: 0 1.2rem;
}

.filmes header .transparency:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
}

.filmes header .transparency:after {
    content: '';
    background-image: url(../library/images/svg/arrow_white_right.svg);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.filmes header .transparecy {
    background: #000000;
    opacity: 0.6;
}


/* ---------------------------------------------------------------------------------------------------- 24 Estilos Página Notícias */

.category article {
    margin-top: 3rem;
}

.category-noticias article section {
    padding: 0 2rem;
}

.category-noticias article section * {
    color: #000000;
}

.category-noticias article section .post-meta {
    font-weight: bold;
    font-size: 0.8rem;
    margin-bottom: 1rem;
}


/* ---------------------------------------------------------------------------------------------------- 25 Estilos Página Post */

.single article {
    margin-top: 3rem;
}

.single article .post-meta {
    color: #c5162c;
    font-weight: bold;
}


/* ---------------------------------------------------------------------------------------------------- 26 Estilos Página Super Saudável */

.carousel-super-saudavel {
    margin: 1rem;
}

.carousel-super-saudavel .slick-slide,
.carousel-super-saudavel .slick-slide:hover,
.carousel-super-saudavel .slick-slide .edicao,
.carousel-super-saudavel .slick-slide:hover .edicao,
.carousel-super-saudavel .slick-slide .edicao:after,
.carousel-super-saudavel .slick-slide:hover .edicao:after {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel-super-saudavel .slick-slide {
    padding: 0.2rem;
    opacity: 0.60;
    min-height: 360px;
}

.carousel-super-saudavel .slick-slide img {
    width: 100%;
}

.carousel-super-saudavel .slick-slide:hover {
    opacity: 1;
}

.carousel-super-saudavel .slick-slide .edicao {
    text-transform: uppercase;
    padding: 1rem;
    display: block;
    font-weight: bold;
    font-size: 0.7rem;
    color: #000000;
}

.carousel-super-saudavel .slick-slide:hover .edicao {
    color: #c5162c;
}

.carousel-super-saudavel .slick-slide .edicao:after {
    content: '';
    display: block;
    width: 60%;
    border-bottom: 2px solid #FFFFFF;
    margin: 1rem auto 0 auto;
}

.carousel-super-saudavel .slick-slide:hover .edicao:after {
    border-color: #c5162c;
}

.carousel-super-saudavel .slick-slide .btn {
    font-size: 0.7rem;
    padding: 0.4rem 1.5rem 0.3rem 1.5rem;
    margin-top: 1rem;
    display: none;
}

.carousel-super-saudavel .slick-slide:hover .btn {
    display: block;
}

.post-type-archive-super_saudavel .outras-edicoes {
    padding: 1rem 0 2rem 0;
}

.carousel-super-saudavel .slick-prev,
.carousel-super-saudavel .slick-next {
    width: 30px;
    height: 30px;
}

.carousel-super-saudavel .slick-prev {
    left: -45px;
}

.carousel-super-saudavel .slick-next {
    right: -45px;
}

.carousel-super-saudavel .slick-prev:before,
.carousel-super-saudavel .slick-next:before {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    opacity: 1;
    font-size: 25px;
}

.carousel-super-saudavel .slick-prev:before {
    background-image: url('../library/images/slider-prev.png');
}

.carousel-super-saudavel .slick-next:before {
    background-image: url('../library/images/slider-next.png');
}

.post-type-archive-super_saudavel article {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.post-type-archive-super_saudavel article h2 {
    font-size: 1.4rem;
}

.post-type-archive-super_saudavel article h2 a {
    color: #000000;
}

.post-type-archive-super_saudavel .column-text {
    margin-top: 4rem;
    padding: 0 2rem;
}


/* ---------------------------------------------------------------------------------------------------- 27 Estilos Página de Busca */

.search article,
.search article:hover {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.search article {
    border: 1px solid #c5162c;
    padding: 1rem 0 1rem 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    font-weight: bold;
}

.search article:hover {
    border: 1px solid #FFFFFF;
    background-color: #f8f0e4;
}

.search article:after {
    content: "";
    background: url(../library/images/svg/circle_plus_sign.svg);
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 1rem;
    display: block;
    float: right;
}


/* ---------------------------------------------------------------------------------------------------- 28 Página Yakult até Você */

.page-template-page-yakult-ate-voce .section-columns {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.page-template-page-yakult-ate-voce .section-columns .column-text {
    padding: 1.5rem;
}

.page-template-page-yakult-ate-voce .section-columns .column-text h2 {
    color: #000000;
    font-size: 1.5rem;
}

.page-template-page-yakult-ate-voce #form-cep {
    color: #6aabb0;
    margin: 2rem 0;
}

.page-template-page-yakult-ate-voce #form-cep div {
    padding-left: 10px;
    padding-right: 10px;
}

.page-template-page-yakult-ate-voce #form-cep label,
.page-template-page-yakult-ate-voce form span {
    display: inherit;
}

.page-template-page-yakult-ate-voce #form-cep span {
    font-size: 0.8rem;
}

.page-template-page-yakult-ate-voce #form-cep input {
    border-radius: 0.25rem;
    border: 1px solid #6aabb0;
    background: rgb(0, 0, 0, 0);
    color: #6aabb0;
    line-height: 1.7;
}

.page-template-page-yakult-ate-voce #form-cep input[type=text] {
    width: 100%;
}

.page-template-page-yakult-ate-voce #form-cep a {
    font-size: 0.8rem;
    margin-top: 1rem;
    display: block;
}

.page-template-page-yakult-ate-voce .card {
    border: none;
    margin-bottom: 0.5rem;
}

.page-template-page-yakult-ate-voce .card a {
    pointer-events: none;
}

.page-template-page-yakult-ate-voce .card-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #FFFFFF;
    background-color: #c5162c;
    /*background-image: linear-gradient(to right, #6fb1ae , #5f98b7);*/
}

.page-template-page-yakult-ate-voce .card-header:after {
    content: "";
    /*background: url(../library/images/svg/circle_minus_sign.svg); */
    width: 1.875rem;
    height: 1.875rem;
    background-repeat: no-repeat;
    background-size: contain;
    right: 2.5rem;
    position: absolute;
    margin: -1.6rem;
}

.page-template-page-yakult-ate-voce .card-header.collapsed:after {
    content: "";
    /*background: url(../library/images/svg/circle_plus_sign.svg);*/
    width: 1.875rem;
    height: 1.875rem;
    background-repeat: no-repeat;
    background-size: contain;
    right: 2.5rem;
    position: absolute;
    margin: -1.6rem;
}

.page-template-page-yakult-ate-voce .card-header.collapsed {
    color: #FFFFFF;
}

.page-template-page-yakult-ate-voce .card-header .card-title {
    margin: 0 0 0 2rem;
    font-weight: bold;
}

.page-template-page-yakult-ate-voce .card-body {
    padding-left: 1rem;
}

.editions{
    margin-top: 32px;
    display: none;
}
.editions .editions-list .edition{
    padding-bottom: 10px;
}
.editions .editions-list .edition a{
    font-weight: bold;
}
.editions .editions-list .edition a img{
    width: 100%;
}
.editions .more-editions{
    margin-top: 32px;
}
.search .super-saudavel{
    margin-top: 2rem;
}

.tax-super_saudavel_cat{
    margin-top: 4rem;
}
.tax-super_saudavel_cat h1{
    font-size: 1.5rem;
}
.tax-super_saudavel_cat .section-gray{
    background-color: #f4f4f4;
}
.tax-super_saudavel_cat .articles{
    margin-top: 1rem;
}
.tax-super_saudavel_cat .articles .section-gray{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.tax-super_saudavel_cat .articles h2{
    margin: 1rem;
    font-size: 1.25rem;
}
.tax-super_saudavel_cat .articles img{
    width: 250px;
}
.tax-super_saudavel_cat .articles ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tax-super_saudavel_cat .articles ul li{
    display: block;
    border-bottom: 2px solid #f4f4f4;
    padding: 0.75rem; 
}
.tax-super_saudavel_cat .articles ul li:before{
    content: none;
}
.tax-super_saudavel_cat .articles ul li a{
    color: #626262;
    font-size: 1.25rem;
}
.tax-super_saudavel_cat .articles ul li a:hover{
    color: #c5162c;
    text-decoration: underline;
}
.tax-super_saudavel_cat .download{
    margin-top: 2.5rem;
    border-top: 2px solid #f4f4f4;
    padding-top: 2.5rem;
}
.tax-super_saudavel_cat .download .section-gray{
    padding: 1.75rem 2rem;
}
.tax-super_saudavel_cat .download img{
    width: 110px;
}
.tax-super_saudavel_cat .download p {
    font-weight: bold;
    color: #c5162c;
    font-size: 1.5rem;
    margin-top: 36px;
}
.tax-super_saudavel_cat .download .btn{
    margin-top: 50px;   
}

/* ---------------------------------------------------------------------------------------------------- 29 Página Yakult até Você */

.page-template-page-texto-imagem .section-columns {
    margin-top: 0;
}


/* ---------------------------------------------------------------------------------------------------- 29 Página Ciclo de Palestras */

.page-template-page-ciclo-palestras .temas {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.page-template-page-ciclo-palestras .temas #accordion {
    padding-top: 2rem;
}

.page-template-page-ciclo-palestras .temas .card-body {
    padding-left: 1.25rem;
}

.page-template-page-ciclo-palestras .temas .card-header .card-title {
    text-transform: uppercase;
    text-align: center;
}

.page-template-page-ciclo-palestras .section-title h2 {
    font-size: 2.5rem;
}

.page-template-page-ciclo-palestras .publico {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.page-template-page-ciclo-palestras .publico h3 {
    color: #000000;
    margin-top: 2rem;
}

.page-template-page-ciclo-palestras .publico p {
    font-weight: bold;
    font-size: 0.8rem;
}


/* ---------------------------------------------------------------------------------------------------- 30 Estilo das páginas de arquivo e categoria */

.archive article .tag-list {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.archive article .tag-list a {
    padding: 0.3rem 0.5rem 0.2rem 0.5rem;
    display: inline-block;
    background: #c9c9c9;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.7rem;
    border-radius: 0.2rem;
    margin-right: 0.5rem;
}

.archive article .tag-list a:hover {
    background: #8b8989;
}

.archive article .author-list,
.super-saudavel-posts .author-list {
    font-size: 0.7rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.category article section h2 {
    font-size: 1.4rem;
    margin-top: 1rem;
}

.category article section h2 a {
    color: #000000;
}


/* ---------------------------------------------------------------------------------------------------- 31 Página 404 */

.error-404 {
    background-image: url('../library/images/banner_404.jpg');
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFFFFF;
    padding-top: 36rem;
    font-size: 1.5rem;
}


/* ---------------------------------------------------------------------------------------------------- 32 Página Portal Científico */

#posts-list {
    position: relative;
}

#posts-wrapper {
    background: #FFFFFF;
    color: #000000;
    width: 100%;
    position: absolute;
    height: 101%;
    top: 0;
    opacity: 0.9;
    display: block;
    text-align: center;
}

#posts-wrapper p {
    font-size: 1.5rem;
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    /* ---------------------------------------------------------------------------------------------------- 3 Estilos do Menu */
    .navbar,
    .navbar.shrink {
        padding: 0.1% 0;
    }
    /* ---------------------------------------------------------------------------------------------------- 11 Estilos Home */
    .page-template-page-home .super-saudavel-posts .slick-prev:before,
    .page-template-page-home .super-saudavel-posts .slick-next:before {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
    .page-template-page-home .super-saudavel-posts .slick-prev,
    .page-template-page-home .super-saudavel-posts .slick-next {
        width: 30px;
        height: 30px;
    }
    .page-template-page-home .super-saudavel-posts .slick-prev {
        left: -35px;
    }
    .page-template-page-home .super-saudavel-posts .slick-next {
        right: -35px;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    /* ---------------------------------------------------------------------------------------------------- 3 Estilos do Menu */
    .navbar,
    .navbar.shrink {
        padding: 0.1% 2%;
    }
    /* ---------------------------------------------------------------------------------------------------- 11 Estilos Home */
    body.page-template-page-home{
        padding-top: 65px;
    }
    .page-template-page-home .slider.banner-home .carousel-control-prev {
        left: -100px;
    }
    .page-template-page-home .slider.banner-home .carousel-control-next {
        right: -100px;
    }
    /* ---------------------------------------------------------------------------------------------------- 14 Estilos Origem e Histórico */
    .page-template-page-historico .linha-tempo span:after {
        content: none;
    }
    .page-template-page-historico .linha-tempo .evento {
        padding-top: 0;
    }
    /* ---------------------------------------------------------------------------------------------------- 31 Página 404 */
    .error-404 {
        height: 600px;
        padding-top: 27rem;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    /* ---------------------------------------------------------------------------------------------------- 1 Estilos Gerais */
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.2rem;
    }
    h4,
    h5,
    h6 {
        font-size: 0.9rem;
    }
    /* ---------------------------------------------------------------------------------------------------- 3 Estilos do Menu */
    .navbar .site-title a {
        height: 45px;
        width: 100px;
    }
    #menu-header ul#menu_header li a i {
        display: none;
    }
    .site-title {
        position: initial;
        margin-top: 0;
    }
    .navbar.shrink .site-title {
        border: none;
    }
    .navbar.shrink .site-title a {
        height: 45px;
        width: 80px;
    }
    /* ---------------------------------------------------------------------------------------------------- 4 Estilos do banner */
    .banner {
        background-size: contain;
    }
    .banner .breadcrumb {
        width: 100%;
    }
    .banner .breadcrumb span {
        margin-left: 0;
    }
    /* ---------------------------------------------------------------------------------------------------- 7 Estilos Footer */
    .sitemap {
        padding: 1rem 1.5rem;
    }
    .sitemap .logo {
        margin: 1.5rem auto;
    }
    .sitemap span {
        margin: 1.5rem 0;
    }
    /* ---------------------------------------------------------------------------------------------------- 8 Estilos Social */
    .section-social {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .section-social a {
        margin-bottom: 1rem;
    }
    /* ---------------------------------------------------------------------------------------------------- 10 Estilos dos formulários */
    .faq-title h2 {
        margin: 25% 0 25% 10%;
    }
    .faq .card-body {
        padding-left: 1rem;
    }
    /* ---------------------------------------------------------------------------------------------------- 11 Estilos Home */
    .page-template-page-home .slider.banner-home .carousel-control-prev {
        left: -80px;
    }
    .page-template-page-home .slider.banner-home .carousel-control-next {
        right: -80px;
    }
    /* ---------------------------------------------------------------------------------------------------- 21 Estilos Página Produtos */
    .post-type-archive-produtos .produtos,
    .single-produtos .produtos {
        margin-top: 0;
    }
    .post-type-archive-produtos .produtos header,
    .single-produtos .produtos header {
        margin-bottom: 1rem;
    }
    .post-type-archive-produtos .produtos header img,
    .single-produtos .produtos header img {
        height: 150px;
    }
    .post-type-archive-produtos .produtos article,
    .single-produtos .produtos article {
        padding: 1.5rem 1rem;
    }
    .post-type-archive-produtos .produtos article section,
    .single-produtos .produtos article section {
        min-height: 4.5rem;
    }
    .post-type-archive-produtos .produtos footer,
    .single-produtos .produtos footer {
        margin-top: 0.5rem;
    }
    /* ---------------------------------------------------------------------------------------------------- 22 Estilos Página de Produto */
    .single-produtos .description {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .single-produtos .description img {
        margin-bottom: 1rem;
    }
    .single-produtos .section-table {
        padding: 3rem 1rem;
    }
    .single-produtos .section-table .table {
        padding: 0 1rem;
        font-size: 0.8rem;
    }
    .single-produtos .outros {
        margin: 2rem auto;
    }
    .single-produtos .outros img {
        width: 50%;
    }
    /* ---------------------------------------------------------------------------------------------------- 26 Estilos Página Super Saudável */
    .carousel-super-saudavel .slick-slide .btn {
        display: block;
    }
    /* ---------------------------------------------------------------------------------------------------- 29 Página Ciclo de Palestras */
    .contact-pr.section-columns .text-block .email {
        font-size: 1.2rem;
    }
    /* ---------------------------------------------------------------------------------------------------- 31 Página 404 */
    .error-404 {
        height: 500px;
        padding-top: 22rem;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    /* ---------------------------------------------------------------------------------------------------- 1 Estilos Gerais */
    .title-decoration:before {
        float: left;
        margin-top: -2rem;
    }
    /* ---------------------------------------------------------------------------------------------------- 6 Estilos SearchBox */
    #header-form-search {
        width: 100%;
    }
    .fancybox-content form input {
        width: 85%;
    }
    /* ---------------------------------------------------------------------------------------------------- 5 Estilos do segundo Menu */
    .header-navbar ul li a {
        padding: 1rem 0.5rem 0.7rem 0.5rem;
    }
    /* ---------------------------------------------------------------------------------------------------- 9 Estilos Geral de Página */
    .section-columns .column-text {
        padding: 1.5rem 1.5rem 0 1.5rem;
        margin-bottom: 2rem;
    }
    /* ---------------------------------------------------------------------------------------------------- 10 Estilos dos formulários */
    .faq-title h2 {
        margin: 15% 0 15% 10%;
    }
    /* ---------------------------------------------------------------------------------------------------- 11 Estilos Home */
    .banner-slider{
        height:400px;
    }
    .page-template-page-home .slider.banner-home .carousel-control-prev {
        left: -30px;
    }
    .page-template-page-home .slider.banner-home .carousel-control-next {
        right: -30px;
    }
    .page-template-page-home .slider.banner-home .carousel-control-prev .carousel-control-prev-icon,
    .page-template-page-home .slider.banner-home .carousel-control-next .carousel-control-next-icon {
        width: 30px;
        height: 30px;
    }
    /* ---------------------------------------------------------------------------------------------------- 12 Estilos Yakult no Mundo */
    .page-template-page-yakult-mundo .localidades div {
        padding-bottom: 1rem;
    }
    /* ---------------------------------------------------------------------------------------------------- 15 Estilos Modelo Título e Texto */
    .page-template-page-texto-titulo .section-columns .column-text {
        padding: 1.5rem 1.5rem 0 1.5rem;
    }
    /* ---------------------------------------------------------------------------------------------------- 17 Estilos Conceitos Gerais */
    .page-template-page-conceitos-gerais .icones {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .page-template-page-conceitos-gerais .arrow-bottom {
        margin-bottom: 1rem;
    }
    .page-template-page-conceitos-gerais .text-block,
    .page-template-page-conceitos-gerais .image-circle {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .page-template-page-conceitos-gerais .text-block {
        padding-left: 2rem;
        padding-right: 2rem
    }
    /* ---------------------------------------------------------------------------------------------------- 20 Estilos Página Brinquedos */
    .page-template-page-brinquedos .brinquedos .brinquedo-image-borda {
        margin-bottom: 1rem;
    }
    .page-template-page-brinquedos .brinquedos .brinquedo-image {
        min-height: 200px;
    }
    /* ---------------------------------------------------------------------------------------------------- 21 Estilos Página Produtos */
    .post-type-archive-produtos .produtos article section,
    .single-produtos .produtos article section {
        min-height: 3.5rem;
    }
    /* ---------------------------------------------------------------------------------------------------- 22 Estilos Página de Produto */
    .single-produtos .outros img {
        width: 20%;
    }
    /* ---------------------------------------------------------------------------------------------------- 23 Estilos Página de Filmes */
    .filmes article {
        margin-bottom: 1rem;
    }
    .filmes header {
        margin-bottom: 1rem;
    }
    /* ---------------------------------------------------------------------------------------------------- 26 Estilos Página Super Saudável */
    .carousel-super-saudavel .slick-slide {
        min-height: 260px;
    }
    .carousel-super-saudavel .slick-slide .btn {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .carousel-super-saudavel .slick-prev {
        left: -30px;
    }
    .carousel-super-saudavel .slick-next {
        right: -30px;
    }
    .contact-pr.section-columns .text-block {
        padding: 1rem;
    }
    .contact-pr.section-columns .text-block .email {
        font-size: 0.8rem;
    }
    .contact-pr.section-columns .text-block .email::before {
        width: 2rem;
        height: 2rem;
        margin-right: 0.2rem;
    }
    /* ---------------------------------------------------------------------------------------------------- 29 Página Ciclo de Palestras */
    .page-template-page-ciclo-palestras .temas .btn {
        font-size: 0.8rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    /* ---------------------------------------------------------------------------------------------------- 31 Página 404 */
    .error-404 {
        height: 400px;
        padding-top: 17rem;
        font-size: 1em;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    /* ---------------------------------------------------------------------------------------------------- 1 Estilos Gerais */
    .title-decoration:before {
        margin-top: 0;
    }
    /* ---------------------------------------------------------------------------------------------------- 4 Estilos do banner */
    .banner {f
        height: 240px !important;
    }
    /* ---------------------------------------------------------------------------------------------------- 10 Estilos dos formulários */
    .faq-title h2 {
        font-size: 2rem;
        margin: 15% 0;
    }
    /* ---------------------------------------------------------------------------------------------------- 31 Página 404 */
    .error-404 {
        height: 320px;
        padding-top: 13.5rem;
        font-size: 0.7rem;
    }
}