@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,800');

.title-font {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.4;
}

.title-font-bold {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    line-height: 1.4;
}

.title-headline {
    font-size: 2.3em !important;
}

.topicos {
    padding: 0;
    z-index: 9;
    position: relative;
    margin: 0 auto;
    display: inline-block;
}

.topicos p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}

.header .logo {
    width: 100%;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 0px;
    margin-top: 5px;
}

.has-text-left {
    text-align: left;
}

.has-text-centered {
    text-align: center !important;
}

.margin-auto {
    margin: 0 auto;
}

.margin-unset {
    margin: initial !important;
}

.bg {
    text-shadow: none;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.estudos_clinicos-v1 .msg_peso_direita .list_msg li b,
.estudos_clinicos-v1 .msg_peso b em,
.estudos_clinicos-v1 .msg_peso b {
    color: #67ff69;
}

.estudos_clinicos-v1 .aba_simulacao {
    background-color: #67ff69;
    color: #333;
}

.estudos_clinicos-v1 .aba_simulacao:before {
    border-color: #67ff69 transparent transparent transparent;
}

.section-estudos{
    background-image: url('https://womax.net.br/wp-content/themes/Womax/img/bg-black.png')
}

.line-height-one {
    line-height: 1 !important;
}

.item-beneficio {
    padding: 0 17px;
    margin-bottom: 15px;
}

.section-recomenda {
    background-color: #fafafa;
}

.item-depo:focus {
    outline: 0;
    box-shadow: none;
}

.item-depo img {
    transform: scale(0.9);
    transition: all 0.2s ease-in-out;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    width: 100%;
}

.item-depo.slick-active.slick-center img{
    opacity: 1;
    transform: scale(1);
    position: relative;
    z-index: 999;
}

.slick-prev:before, .slick-next:before {
    font-size: 25px;
    color: #2b942d;
}

.text-original {
    font-size: 1.2em; 
    font-weight: normal;
}

.btn-whats {
    width: 220px;
    display: block;
    font-size: 15px;
    text-align: center;
    background-color: #17CA7C;
    padding: 10px 20px 10px 60px;
    margin-top: 4px;
    position: relative;
    border-radius: 50px;
    border-bottom: 4px solid #01844A;
    color: #fff !important;
    user-select: none;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    opacity: 1;
    font-weight: bold;
}

.icon-whats {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 12px;
    left: 20px;
}

.btn-whats:hover {
    background-color: #02b164;
    box-shadow: 0px 0px 20px #02b164;
}

.fonte-midia {
    font-size: 15px;
}

.tag-nome-famoso {
    background: #42d943;
    display: inline-block;
    padding: 10px 25px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px 20px;
    position: relative;
    top: -30px;
}

.relative {
    position: relative;
}

.section-faq .faq {
    padding: 2%;
    margin-top: 2%;
    border: solid 2px rgb(82, 203, 84);
    border-left: 7px solid rgb(82, 203, 84);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    -o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
}

.section-faq .faq .pergunta::before {
    display: none;
}

.section-faq .faq .pergunta {
    font-size: 1.5em;
}

@media all and (max-width:768px) {
    .btn-whats
    {
        width: 200px;
    }
}

@media all and (max-width: 999px) {
    .title-headline {
        font-size: 1.9em !important;
    }

    .is-size-3-mobile {
        font-size: 2rem !important;
    }

    .has-text-centered-touch {
        text-align: center !important;
    }

    .margin-auto-touch {
        margin: 0 auto !important;
    }

    .topicos {
        text-align: left;
    }
}

@media all and (min-width: 769px) {
    .column.is-3, .column.is-3-tablet {

    }
}