/************* FONT IMPORT **********************/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;700&display=swap');

:root {
    --lightgrey: #F4F4F4;
}


/************* STYLE START **********************/
html,
body {
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden;
}

a {
    color: #12DB76;
    text-decoration: none;
    background-color: transparent;
}

a:hover,
a:focus {
    color: #333333;
}

/************* Bootstrap Override *************/

/************************************************* navbar ************************************/
#nav {
    padding: 10px 0;
}

#dropdown {
    text-align: end;
}

#others {
    border: none;
    border-bottom: 2px solid #12DB76;
    background: none;
    font-size: 25px;
    padding: 5px 10px;
}

.dropdown-menu {
    background: #F0F0F0;
    width: 330px;
}

.dropdown-item {
    font-size: 18px;
    text-align: right;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #333333;
    text-decoration: none;
    white-space: normal;
}

.dropdown-item:hover {
    background: #12DB76;
    color: #ffffff;
}

#logo {
    max-width: 100px;
    padding: 10px 0px 5px 0;
}

/************************************************* end ************************************/

/************************************************* Topsection ************************************/
.form-control:-webkit-input-placeholder,
.form-control:-ms-input-placeholder,
.form-control:-moz-placeholder {
    color: #333333;
    font-weight: normal;
    font-size: 17px;
    outline: 0;
    opacity: 1;
    line-height: 1.35;
}

#topsection .left-inner-addon {
    position: relative;
    margin-bottom: 0;
}

#topsection .left-inner-addon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#topsection .left-inner-addon select::-ms-expand {
    /*for IE 11 */
    display: none;
}

.objetivos {
    margin-block: 80px;
}

.objectivos img {
    background-image: url('/img/curso/python/video-preview.jpg');
}

.text-justify {
    text-align: start;
    text-wrap: balance;
}

#see,
#less {
    color: #12DB76;
    cursor: pointer;
    font-weight: 700;
}

#logo {
    max-width: 100px;
    padding: 10px 0px 5px 0;
}

input[type=checkbox] {
    display: none;
}

/* to hide the checkbox itself */
input[type=checkbox]+label {
    color: #333333;
    font-size: 14px;
    line-height: 1.14;
    font-family: 'OpenSans', sans-serif;
    cursor: pointer;
}

input[type=checkbox]+label:before {
    font-family: FontAwesome;
    display: inline-block;
}

input[type=checkbox]+label:before {
    content: "\f096";
}

/* unchecked icon */

input[type=checkbox]+label:before {
    vertical-align: middle;
    letter-spacing: 10px;
    font-size: 22px;
}

/* space between checkbox and label */
input[type=checkbox]:checked+label:before {
    content: "\f046";
}

/* checked icon */
input[type=checkbox]:checked+label:before {
    letter-spacing: 5px;
}

/* allow space for check mark */
.text-underline {
    text-decoration: underline;
    cursor: pointer;
}

#topsection .form-body .terms-text {
    margin: 20px auto;
}

.noactive:active,
.nofocus:focus {
    outline: 0;
}

.error {
    color: red;
    font-size: 13px;
}

#topsection {
    background-repeat: no-repeat;
    padding: 69px 0;

}

/* CURSOS BANNERS */
#topsection.cisco {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%), url('/img/curso/cisco/banner.png');
    background-size: cover;
}

#topsection.java {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%), url('/img/curso/java/banner.jpg');
    background-size: cover;
    background-position: center;
}

#topsection.fullstack {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%), url('/img/curso/fullstack/banner.jpg');
    background-size: cover;
    background-position: center;
}

#topsection.python {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%), url('/img/curso/python/banner.jpg');
    background-size: cover;
    background-position: center;
}

#topsection.master-medicina-estetica {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%), url('/img/curso/master-medicina-estetica/banner.jpg');
    background-size: cover;
    background-position: center;
}

.logo {
    height: 100%;
    max-width: 240px;
    float: left;
}

.tabs {
    display: flex;
    float: right;
}

.tab {
    background-color: #F0F0F0;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    max-width: 135px;
    min-height: 85px;
    width: 135px;
    color: #333333;
    font-family: 'OpenSans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.38;
    text-align: center;
    text-decoration: none;
    margin: 0 4px;
}

.tab:not(.active):hover {
    background-color: #272727;
    color: #12DB76;
    text-decoration: none;
    transform: scale(1.025) translateY(1px);
}

.tab.active,
.tab.active:hover {
    background-color: #12DB76;
    color: #fff;
    text-decoration: none;
}

/***** BANNER *****/
.curso-info {
    position: relative;
    padding-right: 40px;
}

.stats {
    margin-block: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 450px;
    color: #fff;
}

.item p {
    margin: 0;
    opacity: .85;
}

.item span {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
}

.divider {
    width: 2px;
    align-self: stretch;
    background: #fff;
}


.left_titles {
    margin-top: 100px;
}

.pre-pre-title {
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 0;
}

.fullstack .pre-title,
.fullstack .title {
    font-size: 33px;
}

.pre-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.23;
    color: #ffffff;
    background-color: #12DB76;
    text-transform: uppercase;
    padding: 0 15px;
    margin-bottom: 11px;
    display: inline-block;
}

.title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.23;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #12DB76;
    display: inline;
    padding: 0 15px;
}

.selos-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    margin-top: 43px;
}

.selos-wrapper img {
    max-width: 150px;
    object-fit: contain;
    height: 90px;
}

.selos-medicina img {
    max-width: 200px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/*.separator {*/
/*    width: 149px;*/
/*    height: 3px;*/
/*    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);*/
/*    background-color: #ffffff;*/
/*    margin: 10px 0 20px;*/
/*}*/

.copy {
    margin-top: 21px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    font-size: 22px;
    line-height: 1.36;
    color: #ffffff;
    max-width: 475px;
}

/***** FORM *****/
.column-form-body {
    margin-left: auto;
    max-width: 420px;
}

.form-heading {
    padding: 14px 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #12DB76;
    background-color: #272727;
}

.form-inputs {
    padding: 25px 50px 31px;
    background-color: #fff;
}

.form-control {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    padding-left: 0;
    background-size: 22px;
    background-position: 6px center;
    background-repeat: no-repeat;
    height: 30px;
    border: none;
    border-bottom: 2px solid #333333;
    border-radius: 0;
    margin-top: 12px;
}

.form-btn {
    background-color: #12DB76;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 23.5px;
    max-width: 275px;
    margin: auto;
    display: block;
}

.form-btn:hover,
.form-btn:focus,
.form-btn:active {
    outline: none;
    text-decoration: none;
    color: #12DB76;
    background-color: #272727;
}

.form-btn:hover::after,
.form-btn:focus::after,
.form-btn:active::after {
    background-image: url('/img/actordoblaje1234/formButton_arrowHover.svg');
}

/***************************************** end *****************************************/

/*************************************** praticas-empresas ***************************************/
section.praticas-empresas {
    padding-block: 80px;
    background-color: #ffffff;
}

.praticas-card {
    text-align: center;
    text-wrap: balance;
}

.praticas-card img {
    margin-inline: auto;
    height: 100px;
    max-width: 155px;
    object-fit: contain;
}

.razao-block {
    max-width: 610px;
    margin: auto;
}

.razoes {
    margin-block: 50px;
}

.section-title,
.razoes-title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.21;
    text-align: center;
    color: #333333;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.underline {
    height: 4px;
    max-width: 248px;
    width: 100%;
    margin: 0 auto 70px;
    background-color: #12DB76
}

.description {
    font-size: 20px;
    max-width: 940px;
    margin: 36px auto 55px auto;
    text-align: center;
    text-wrap: balance;
}

.stats-title {
    color: #12DB76;
    font-size: 33px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

.stats-desc {
    text-align: center;
    font-size: 15px;
    max-width: 90%;
    line-height: 1.2;
    margin: 0 auto;
}

.razao-logo {
    height: 130px;
    display: flex;
    justify-content: center;
}

.razao-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #ff4440;
}

.razao-text {
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    max-width: 338px;
}

.objetivos .container-fluid {
    margin-top: 31px;
    margin-bottom: 44px;
    max-width: 1200px;
    padding-left: 30px;
}

.objetivos-list {
    list-style-type: none;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 56px 50px 56px 0;
}

.objetivos-list li {
    padding-bottom: 15px;
}

.objectivos-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.objectivos-bg {
    background-image: url('/img/curso/cisco/img2.png');
}

.objectivos-bg.java {
    background-image: url('/img/curso/java/img2.png');
}

.objectivos-bg.fullstack {
    background-image: url('/img/curso/fullstack/img2.png');
}

/* .objectivos-bg.python {
    background-image: url('/img/curso/python/img2.png');
} */

.caracteristicas {
    background-color: #F0F0F0;
    padding: 43px 0 64px;
}

.caracteristicas .underline {
    margin-bottom: 53px;
}

.caracteristicas .icon-container img {
    display: block;
    max-height: 70px;
    margin: auto;
    margin-bottom: 20px;
}

.caracteristicas p {
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    max-width: 104px;
    text-align: center;
    margin: auto;
}

/********************************* VANTAGENS *******************************************/
.vantagens {
    background-color: #f0f4f4;
    padding: 45px 0 65px;
}

.right-vantagens {
    padding-top: 70px;
    padding-bottom: 50px;
}

.vantagens-title {
    font-size: 35px;
    line-height: 1.31;
    color: #2c3e50;
    margin-bottom: 60px;
}

.vantagens-title b {
    font-weight: bold;
}

.row-vantagens {
    max-width: 741px;
}

.vantagem-block {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.vantagem-img {
    width: 100px;
    margin: 0 auto 22px;
}

.vantagem-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #2c3e50;
    text-transform: uppercase;
}

.slick-dots {
    margin-top: 30px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s ease;
}

.slick-dots li.slick-active {
    background: #000;
}

.slick-dots li button {
    opacity: 0;
    width: 0;
    height: 0;
}

.vantagens .underline {
    margin-bottom: 53px;
}

#cara-icon img,
.vantagens img {
    max-width: 70px;
    margin: 0 auto;
}

#cara-icon {
    text-align: center;
}

#cara-icon h6,
.vantagens .slider-3 h6,
.praticas-icon-title {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-wrap: balance;
}

.vantagens p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin: auto;
    text-wrap: balance;
    max-width: 255px;
}

.more-space {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aprenderas-img {
    display: flex;
}

.aprenderas-img img {
    width: 100%;
    object-fit: contain;
}

/********************************* planos *************************************************/
.planos {
    padding: 50px 0 30px 0;
}

#plan-box {
    background-color: #f0f4f4;
    padding: 20px 40px;
    border-radius: 20px;
}

#drop-box {
    height: 100%;
    margin: auto;
}

.saidas {
    padding: 50px 0;
}

#saidas-box {
    background: #f0f4f4;
    padding: 30px;
    border-radius: 50px;
}

#saida-img {
    text-align: center;
    background-image: url('../../img/educacion-infantil/img2.png');
    background-size: cover;
    background-position: center;
    min-height: 350px;
    background-repeat: no-repeat;
    border-radius: 100px;
    margin: 0 auto;
}

#saida-img img {
    max-width: 100%;
}

.python#saida-img {
    background-image: url('/img/curso/python/saidas.jpg');
}

.master-medicina-estetica#saida-img {
    background-image: url('/img/curso/master-medicina-estetica/saidas.jpg');
}

/********************************* end *************************************************/

/********************************* medals *************************************************/
.medal {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px;
}

.medal-filter {
    filter: brightness(0) invert(1);
}

.medal.master-medicina-estetica {
    background-image: linear-gradient(180deg, #483f3fcf 0%, #0b0b0bcf 100%), url('/img/curso/master-medicina-estetica/medalhas/bg.jpg');
    background-position: center;
}

.medal.python {
    background-image: linear-gradient(180deg, #483f3fcf 0%, #0b0b0bcf 100%), url('../../img/curso/frontend/img2.png');
    background-position: center;
}

.medal .section-title {
    color: #fff;
}

.master-medicina-estetica .medals-for-slider img {
    height: 140px;
}

/********************************* end *************************************************/

/********************************* CTA *************************************************/
section.cta {
    background-color: #333333;
    padding: 40px 0;
}

.cta-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.cta-title,
.cta-curso {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.32;
    color: #ffffff;
}

.cta-curso {
    font-size: 29px;
    font-weight: bold;
    line-height: 1.6;
}

.cta-btn {
    display: block;
    padding: 12px 0;
    background-color: #12DB76;
    color: #ffffff;
    max-width: 333px;
    font-size: 27px;
}

.footer-excellence {
    background-color: #333333;
}

.footer-excellence img {
    max-height: 113px;
    max-width: 652px;
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}

/*********** MEDIA QUERIES ***********/

@media (max-width: 1400px) {
    #topsection.doblaje {
        background-position: 10% bottom, center;
    }
}


@media (max-width: 1200px) {
    .left_text {
        gap: 35px;
    }

    .curso-info {
        padding-right: 35px;
    }

    .curso-info p {
        font-size: 20px;
    }

    .curso-info span {
        font-size: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #topsection.doblaje {
        background-size: auto 95%, cover;
        background-position: -100px bottom, center;
    }

    .fullstack .pre-title,
    .fullstack .pre-pre-title {
        font-size: 30px;
    }
}

@media (max-width: 1010px) {
    #logo {
        max-width: 85px;
    }
}

@media (max-width: 991px) {

    #topsection {
        background-color: #333333;
        padding: 46px 0;
    }

    .header {
        text-align: center;
    }

    #logo {
        margin-bottom: 10px;
    }

    #topsection.grooming {
        background-image: linear-gradient(180deg, #000000 0%, #0E0E0E4A 0%, #54545400 100%), url(/img/grooming/header-bg-tablet.png);
    }

    #topsection.sonido {
        background-size: 1200px;
    }

    #topsection.postproduccion {
        background-position: left top;
        background-size: 1100px;
    }

    #topsection.fotografia {
        background-size: auto 800px;
        background-position: -300px top;
    }

    .pre-pre-title {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .left_titles-col .img-fluid {
        max-width: 100px;
    }

    .stats {
        margin-inline: auto;
        justify-content: space-evenly;
    }

    .curso-info {
        padding-right: 20px;
    }

    .curso-info p {
        font-size: 16px;
    }

    .curso-info span {
        font-size: 18px;
    }

    .pre-title,
    .title {
        font-size: 25px;
    }

    .fullstack .pre-title {
        font-size: 20px;
    }

    .selo {
        display: none;
    }

    .selo_tablet {
        display: block;
        width: 100%;
        height: 125px;
    }

    .caracteristicas p {
        font-size: 14px;
    }

    .objetivos {
        margin-block: 120px 80px;
    }

    .logo {
        width: 100%;
        max-width: 100%;
        float: none;
        justify-content: center;
        padding: 10px 0;
        max-height: 70px;
    }

    .logo img {
        max-height: 50px;
    }

    .tab {
        font-size: 13px;
        padding: 10px;
        line-height: 1.36;
    }

    .left_titles {
        margin-top: 83px;
    }

    .pre-title {
        text-align: center;
    }

    .selos-wrapper {
        margin-top: 30px;
    }

    .selos-wrapper img {
        height: 70px;
    }

    .separator {
        height: 2px;
        margin: 15px auto;
    }

    .copy {
        float: none;
        font-size: 18px;
        line-height: 1.44;
        margin: 0 auto;
        margin: 10px auto 0;
        text-align: center;
    }

    .column-form-body {
        max-width: 281px;
    }

    .form-title {
        font-size: 20px;
        line-height: 1;
    }

    .form-heading {
        padding: 10px 0;
    }

    .form-inputs {
        padding: 16px 33px 20px;
        background-color: #fff;
    }

    .form-control {
        font-size: 12px;
        line-height: 1;
        border-bottom: 1px solid #333333;
        border-radius: 0;
        margin-bottom: 7px;
    }

    #provincia,
    #idade {
        background-size: 10px, 8px;
        background-image: url('/img/formIcon_Local.svg'), url('/img/form_dropdown.svg');
        background-position: 6px center, calc(100% - 5px) center;
        padding: 0;
    }

    label {
        margin-bottom: 0;
    }

    input[type=checkbox]+label {
        font-size: 7px;
    }

    input[type=checkbox]+label:before {
        letter-spacing: 5px;
        font-size: 10px;
    }

    input[type=checkbox]:checked+label:before {
        letter-spacing: 5px;
    }

    /* allow space for check mark */

    #topsection .form-body .terms-text {
        margin: -7px auto 10px;
    }

    .form-btn {
        padding: 6px 0;
        font-size: 14px;
        max-width: 184px;
    }

    .praticas-empresas-title {
        font-size: 25px;
        margin: 0 auto 10px;
    }

    .description {
        font-size: 18px;
        max-width: 608px;
        margin: 26px auto 60px;
    }

    .stats-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .stats-desc {
        font-size: 12px;
        max-width: 124px;
    }

    .objetivos .container-fluid {
        margin-top: 32px;
        margin-bottom: 25px;
        max-width: 800px;
        padding-left: 30px;
    }

    .objetivos-list {
        font-size: 13px;
        padding: 23px 0;
    }

    .razao-block {
        margin-bottom: 50px;
    }

    .caracteristicas {
        padding: 30px 0 41px;
    }

    .caracteristicas .underline {
        margin-bottom: 50px;
        max-width: 193px;
    }

    .cta-btn {
        max-width: 223px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 0;
        font-size: 18px;
    }

    .caracteristicas .icon-container img {
        max-height: 57px;
        margin-bottom: 15px;
    }

    .vantagens .icon-container img {
        max-height: 57px;
        margin-bottom: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .vantagens p {
        font-size: 15px;
    }

    .caracteristicas p {
        font-size: 14px;
    }

    section.cta {
        padding: 28px 0;
    }

    .cta-title {
        font-size: 13px;
    }

    .cta-curso {
        font-size: 20px;
        line-height: 1.74;
    }

    .vantagem-bg {
        background-image: url('/img/enfermeria_List_Devices.png');
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .auxiliar-farmacia .vantagem-bg {
        background-image: url('/img/farmacia_list_Devices.png');
    }

    .experto-nutricion .vantagem-bg {
        background-image: url('/img/nutricion_list_Devices.png');
    }

    .vantagens {
        padding-top: 50px;
    }

    .vantagens-subtitle {
        font-size: 30px;
        line-height: 1.3;
        text-align: center;
        max-width: 536px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .vantagem-block {
        display: block;
    }

    .vantagem-img {
        margin: 0 auto 20px;
    }

    .vantagem-title {
        font-size: 18px;
        text-align: center;
        max-width: 260px;
        margin: 0 auto 10px;
    }

    .vantagem-text {
        font-size: 16px;
        line-height: 1.38;
        max-width: 260px;
        margin: 0 auto;
        text-align: center;
    }



    .tabs {
        display: flex;
        float: inherit;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .text-justify {
        text-align: justify;
    }

    #logo-box {
        text-align: center;
    }

    .dropdown-menu {
        width: 265px;
    }

    #dropdown {
        text-align: left;
    }

    .dropdown-item {
        font-size: 14px;
    }

    #others {
        font-size: 15px;
    }

    .header-wrapper {
        padding: 0;
    }

    #topsection {
        background-color: #333333;
        padding: 21px 0 0;
    }

    #topsection.grooming {
        background-image: linear-gradient(180deg, #000000 0%, #0E0E0E4A 0%, #54545400 100%), url(/img/grooming/header-bg-mobile.png);
    }

    .left_titles-col .img-fluid {
        max-width: 115px;
        margin: auto;
        display: block;
    }

    .selo_tablet {
        height: auto;
    }

    .selo_tablet img {
        width: 120px;
        height: 43px;
        margin: 0 auto;
        display: block;
    }

    .tabs {
        float: none;
        justify-content: center;
    }

    .tab {
        font-size: 7px;
        padding: 0 5px;
        line-height: 1.18;
        width: 100%;
        min-width: initial;
        max-width: 96px;
        min-height: 55px;
    }

    .col-12.header {
        padding: 0 8px;
    }

    .left_titles-col {
        /* max-width: 471px; */
        margin: 0 auto;
    }

    .left_text {
        gap: 0;
        justify-content: space-evenly;
    }

    .curso-info {
        text-align: center;
    }

    .left_titles {
        margin-top: 14px;
        max-width: 100%;
        text-align: center;
    }

    .pre-pre-title {
        font-size: 23px;
        padding-bottom: 5px;
    }

    .pre-title,
    .title {
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: 0.9px;
        text-align: center;
    }

    .form-control {
        font-size: 14px;
        height: 23px;
        background-size: 20px;
        padding: 0;
        margin-bottom: 9px;
    }

    .razao-block {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .objetivos .container-fluid {
        margin-top: 0;
        margin-bottom: 0;
        max-width: 302px;
        padding-left: 0;
    }

    .selos-wrapper {
        justify-content: center;
        gap: 20px;
        margin: 23px auto 26px;
    }

    .selos-wrapper img {
        height: 68px;
    }

    .auxiliar-farmacia .title,
    .experto-nutricion .title {
        font-size: 22px;
    }

    .objetivos-list {
        font-size: 13px;
        padding: 0 0 18px;
        text-align: center;
        line-height: 2.1;
    }

    .caracteristicas {
        padding: 27px 0 0;
    }

    .caracteristicas .underline {
        margin-bottom: 27px;
        max-width: 248px;
    }

    .caracteristicas .icon-container img {
        max-height: 70px;
        margin-bottom: 19px;
    }

    .caracteristicas p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 38px;
    }

    section.cta {
        padding: 36px 0 54px;
    }

    .separator {
        /*margin: 10px auto;*/
        /*height: 1px;*/
        display: none;
    }


    .copy {
        /*font-size: 16px;*/
        /*line-height: 1.25;*/
        /*text-align: center;*/
        display: none;
    }

    .selo {
        /*float: none;*/
        display: block;
        height: 100px;
        width: 100px;
        /*margin: 10px auto 0;*/
        position: relative;
        z-index: 1;
    }

    .column-form-body {
        max-width: 330px;
        margin: 0 auto -81px;
        box-shadow: 0px 4px 17px #00000040;
    }

    .form-heading {
        padding: 7px 0;
    }

    .form-title {
        font-size: 23px;
        line-height: 1;
    }

    .form-inputs {
        padding: 20px 38px 24px;
        background-color: #fff;
    }


    #topsection .form-body .terms-text {
        margin: 10px 0;
    }

    input[type="checkbox"]+label {
        font-size: 12px;
    }

    .form-btn {
        font-size: 17px;
        max-width: 216px;
        padding: 8px 0;
        box-shadow: 0px 4px 17px #00000040;
    }

    .praticas-empresas-title {
        font-size: 25px;
        max-width: 100%;
        margin: 0 auto 9px;
    }

    .description {
        font-size: 16px;
        max-width: 328px;
        margin: 29px auto 38px;
    }

    .stats-title {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 1;
    }

    .stats-desc {
        font-size: 16px;
        max-width: 70%;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    .razao-logo {
        height: 100px;
    }



    .razao-title {
        font-size: 18px;
        line-height: 1.33;
        max-width: 270px;
        margin: 0 auto 10px;
    }

    .razao-text {
        max-width: 270px;
        font-size: 16px;
        line-height: 1.38;
    }

    .cta-selo {
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-top: -9px;
        max-width: 150px;
    }


    .cta-title {
        font-size: 16px;
        text-align: center;
        max-width: 355px;
        margin: 0 auto 5px;
    }

    .cta-curso {
        font-size: 30px;
        text-align: center;
        max-width: 260px;
        margin: 0 auto 23px;
        line-height: 1.2;
    }

    .cta-btn {
        max-width: 260px;
        padding: 18px 0;
        font-size: 25px;
    }

    .cta-btn {
        max-width: 313px;
        padding: 12px 0;
        font-size: 24px;
        line-height: 1;
    }

    .cta-btn::after {
        height: 20px;
        width: 12px;
    }

    .vantagens {
        padding-bottom: 50px;
    }

    .vantagens-subtitle {
        font-size: 24px;
    }

    .container-vantagens {
        width: calc(100% - 50px);
        position: relative;
    }

    .vantagem-block {
        margin-bottom: 0;
    }

    .vantagens-dots ul {
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }

    .vantagens-dots ul li {
        height: 10px;
        width: 10px;
        margin: 0 5px;
        border-radius: 50%;
        display: block;
        background-color: #ff4440;
        cursor: pointer;
    }

    .vantagens-dots ul li.slick-active {
        background-color: #333333;
    }

    .vantagens-dots ul li button {
        display: none;
    }

    .vantagem-bg {
        margin-top: 45px;
        min-height: 314px;
        background-size: contain;
        background-position: center bottom;
    }

    .vantagens-arrows {
        position: absolute;
        width: 290px;
        top: calc(50% - 20px);
        left: calc(50% - 145px);
    }

    .vantagens-arrows button {
        height: 40px;
        width: 15px;
        font-size: 0px;
        border: none;
        display: block;
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: transparent;
        z-index: 9;
        cursor: pointer;
    }

    .vantagens-arrows .slick-prev {
        left: -15px;
        background-image: url('/img/mobileArrow_Left.svg');
    }

    .vantagens-arrows .slick-next {
        right: -15px;
        background-image: url('/img/mobileArrow_Right.svg');
    }

    .footer-excellence img {
        max-height: 50px;
        max-width: 320px;
    }
}

@media (max-width: 480px) {
    .item span {
        font-size: 20px;
    }
}

@media (max-width: 374px) {
    .tab {
        font-size: 8px;
        padding: 7px 13px;
    }
}

/********************************* modal box content ***********************************/
.modal-inner-content {
    overflow-y: scroll;
    max-height: 400px;
    font-size: 12px;
    padding: 10px;
}

/***************************************** end *****************************************/

/***************************************** Tabs *****************************************/
ul.tab {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    border: none;
    background-color: transparent;
}

ul.tab li {
    float: left;
}

ul.tab li a {
    display: inline-block;
    transition: 0.3s;

}

/*ul.tab li a:hover {background-color: #ffffff;}*/

ul.tab li a:focus,
.active {
    background-color: #ffffff;
}

.tabcontent {
    display: none;
    border: none;
    border-top: none;
}

/********************************* modal box content ***********************************/

.modal-inner-content {
    overflow-y: scroll;
    max-height: 400px;
    font-size: 14px;
    padding: 10px;
    display: none;
}

.modal-inner-content.active {
    background-color: transparent;
    display: block;
}

.modal-inner-header {
    display: flex;
}

.tab-modal {
    background-color: #333333;
    width: 50%;
    text-align: center;
    float: left;
    font-size: 15px;
    cursor: pointer;
    color: #12DB76;
    padding: 10px 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    opacity: 0.75;
    align-items: center;
    display: flex;
    justify-content: center;
    border-right: 1px solid #fff;
}

.tab-modal.active {
    opacity: 1;
}

/* -------- Politica de Cookies -------- */

#warning_EU_close {
    padding: 0 0 5px 0 !important;
}

#warning_EU_cookiemsg {
    position: fixed;
    width: 100%;
    z-index: 50000;
    bottom: 0;
    left: 0;
    -webkit-transition: bottom 0.5s ease-in-out;
    -moz-transition: bottom 0.5s ease-in-out;
    -ms-transition: bottom 0.5s ease-in-out;
    -o-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out;
}

#warning_EU_cookiemsg .arrow-cookies {
    position: absolute;
    top: 0px;
    height: 70px;
    width: 70px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    cursor: pointer;
    left: calc(50% - 35px);
}

#warning_EU_cookiemsg .arrow-cookies::after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 15px;
    left: calc(50% - 5px);
    transform: rotate(135deg);
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#warning_EU_cookiemsg.scrolled {
    bottom: -70px;
}

#warning_EU_cookiemsg.scrolled .arrow-cookies {
    top: -25px;
    opacity: 1;
}

.cookies {
    padding: 8px 0;
    background: #FFF;
    color: #404040;
}

.cookies .wrapper {
    position: relative;
}

.wrapper {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    padding: 0 4.68%;
    padding-top: 0px;
    padding-right: 4.68%;
    padding-bottom: 0px;
    padding-left: 4.68%;
}

.wrap,
.wrap-grid,
.wrap-section,
.wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.cookies .text {
    width: 85%;
    font-size: 16px;
}

.cookies .button,
.cookies .text {
    display: inline;
    vertical-align: middle;
    font-size: 11px;
}

.text a:link {
    text-decoration: none;
}

.text a {
    color: #6b6b6b;
    text-decoration: none;
}

.text a:hover {
    color: #000;
}

#politicacookies button.btn {
    padding: 0;
    transform: translateZ(0);
    margin-top: 0;
}

.btn-txt-light {
    color: #333;
    background: transparent;

}

#btn-fechar {
    color: #000;
}

#btn-fechar:hover {
    color: #FFF;
    background: #000;
}

#politicacookies [class*=" btn-txt"],
[class^=btn-txt] {
    position: relative;
    margin: 4px 0;
}

.mask img {
    height: 15px;
}

#politicacookies .btn {
    display: inline;
    vertical-align: middle;
    color: #2c2c2c;
}

#politicacookies .modal-body {
    padding: 15px;
}

#politicacookies {
    color: #000;
}

@media screen and (max-width: 1055px) {
    #warning_EU_cookiemsg.scrolled {
        bottom: -90px;
    }
}

@media screen and (max-width: 718px) {
    #warning_EU_cookiemsg.scrolled {
        bottom: -110px;
    }
}

@media screen and (max-width: 537px) {
    #warning_EU_cookiemsg.scrolled {
        bottom: -150px;
    }
}

@media screen and (max-width: 433px) {
    #warning_EU_cookiemsg.scrolled {
        bottom: -150px;
    }
}

@media screen and (max-width: 375px) {
    #warning_EU_cookiemsg.scrolled {
        bottom: -185px;
    }
}

@media screen and (max-width: 332px) {
    #warning_EU_cookiemsg.scrolled {
        bottom: -210px;
    }
}

/*END POLÍTICA DE COOKIES*/


/***************************************** end *****************************************/


.menu-mobile {
    background-color: #272727;
    color: #12DB76;
    text-transform: uppercase;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-image: url('/img/formButton_arrow_white_down.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 95% center;
    cursor: pointer;
    z-index: 10;
    position: relative;
}

@media (max-width: 767px) {
    .col-12.header {
        padding: 0;
    }

    .tab {
        font-size: 11px;
        padding: 0 5px;
        line-height: 1.18;
        width: 100%;
        min-width: initial;
        max-width: 100%;
        min-height: 35px;
        border-bottom: 1px solid rgba(39, 39, 39, 0.3);
    }

    .tabs-mobile {
        margin-top: -225px;
        overflow: hidden;
        transition: 1s all;
    }

    .menu-mobile.active+.tabs-mobile-container>.tabs-mobile {
        display: block;
        margin-top: 0;
    }

    .tabs-mobile-container {
        position: relative;
        overflow: hidden;
        height: 100%;
    }


}