/************* FONT IMPORT **********************/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;700&display=swap');


/************* 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 *************/

@media (min-width: 1280px) {
    .container {
        max-width: 1230px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px){
    .container {
        max-width: 1100px;
    }
}
/************************************************* 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;
}
#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 {
	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;
}

#topsection {
    background-repeat: no-repeat;
    padding: 69px 0;
}
#topsection.java {
    background-image: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.35) 100%),url('../../img/java/header-bg.png');
    background-size: cover;
    background-position: center;
}

#topsection.sonido {
    background-image: url('../../img/sonido/banner.jpg');
    background-size: cover;
}

#topsection.postproduccion {
    background-image: url('../../img/postproduccion/banner.jpg');
    background-size: cover;
    background-position: left bottom;
}

/*#topsection.python {
    background-image: url('../../img/java/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 *****/

.left_titles {
    margin-top: 100px;
}
.pre-pre-title {
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 0;
}

.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 {
    max-width: 325px;
    width: 100%;
    justify-content: space-around;
    margin-top: 43px;
}

/*.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;
}

/*.experto-nutricion .copy {*/
/*    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.95);*/
/*    background-color: rgba(0,0,0,0.2);*/
/*    padding: 10px;*/
/*}*/

/*.selo_tablet {*/
/*    display: none;*/
/*}*/
/*.selo {*/
/*    float: right;*/
/*    height: 150px;*/
/*    width: 150px;*/
/*}*/


/***** FORM *****/
.column-form-body {
    margin-left: auto;
    max-width: 420px;
}

.form-heading {
    padding: 15px 0;
    font-size: 28px;
    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-bottom: 12px;
}

/*#nome {background-image: url('/img/formIcon_Nombre.svg');}
#apelido {background-image: url('/img/formIcon_Nombre.svg');}
#telefone {background-image: url('/img/formIcon_Telefono.svg');}
#email {background-image: url('/img/formIcon_Email.svg');}
#codigo_postal {background-image: url('/img/formIcon_Local.svg');}
#provincia {
    background-size: 22px, 11px;
    background-image: url('/img/formIcon_Local.svg'), url('/img/form_dropdown.svg');
    background-position: 6px center, calc(100% - 20px) center;
}*/

.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 *****************************************/

/*************************************** RAZOES ***************************************/

section.razoes {
    padding: 50px 0;
    background-color: #ffffff;
}
#tt {
    padding-bottom: 50px;
}
.razao-block {
    max-width: 610px;
    margin: auto;
}

.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;
    background-color: #12DB76
}

.description {
    font-size: 16px;
    max-width: 940px;
    margin: 36px auto 55px auto;
    text-align: center;
}
.stats-title {
    color: #12DB76;
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.stats-desc {
    text-align: center;
    font-size: 15px;
    max-width: 70%;
    line-height: 1.2;
    margin: 0 auto 40px auto;
}
.razoes-title b {
    font-weight: bold;
}

.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;
}

.why {
    padding: 60px 0 10px 0;
    background: #F0F0F0;
}

.objetivos {
    padding-top: 60px;
    padding-bottom: 20px;
}
.container-fluid {
    margin-top: 31px;
    margin-bottom: 44px;
    max-width: 1200px;
    padding-left: 30px;
}

.objetivos-list {
    list-style-type: none;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 56px 50px 56px 0;
}
.objetivos-list li {
    padding-bottom: 15px;
}

.objectivos-bg {
    background-image: url('../../img/java/objetivo-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 350px;
}

.caracteristicas {
    background-color: #F0F0F0;
    padding:43px 0 64px;
}

#icon {
    text-align: center;
}
#icon h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}

.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 *******************************************/

section.vantagens {
    background-color: #f0f4f4;
}
.left-vantagens {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../../img/actordoblaje1234/ActorDoblaje_List.jpg');
    max-width: 758px;
}

.sonido .left-vantagens {
    background-image: url('../../img/sonido/vantagens.jpg');
}

.postproduccion .left-vantagens {
    background-image: url('../../img/postproduccion/vantagens.jpg');
}

.python .left-vantagens {
    background-image: url('../../img/java/vantagens.jpg');
}

.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;
}

/*.vantagem-text {*/
/*    font-size: 18px;*/
/*    line-height: 1.33;*/
/*    color: #2c3e50;*/
/*}*/

/********************************* 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: 35px;
    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 (min-width: 992px) and (max-width: 1199px) {
    #topsection.doblaje {
        background-size: auto 95%, cover;
        background-position: -100px bottom, center;
    }
    
    .container {
        max-width: 1300px;
    }
}

@media (max-width: 1010px) {
    #logo {
        max-width: 85px;
    }
}

@media (max-width: 991px) {
    #icon h4 {
        font-size: 17px;
    }
    
    #topsection {
        background-color: #333333;
        padding: 46px 0;
    }
    .header {
        text-align: center;
    }

    #logo {
        margin-bottom: 10px;
    }
    
    #topsection.python {
        background-image: linear-gradient(180deg, #000000 0%, #0E0E0E4A 0%, #54545400 100%),url(../../img/java/header-bg-tablet.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    #topsection.sonido {
        background-size: 1200px;
    }
    
    #topsection.postproduccion {
        background-position: left top;
        background-size: 1100px;
    }
    
    
    .pre-pre-title {
        font-size: 18px;
        padding-bottom: 10px;
    }
    
    .left_titles-col .img-fluid {
        max-width: 100px;
    }
    
    .pre-title, .title {
        font-size: 25px;
    }
    
    .selo {
        display: none;
    }
    
    .selo_tablet {
        display: block;
        width: 100%;
        height: 125px;
    }
    
    .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 {
        max-width: 220px;
        margin-top: 30px;
    }
    
    .selos-wrapper img {
        height: 54px;
    }
    
    .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;
        height: 20px;
        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;
    }
    
    section.razoes {
        padding: 16px 0 0;
    }
    
    .razoes-title {
        font-size: 25px;
        margin: 0 auto 10px;
    }
    
    .description {
        font-size: 14px;
        max-width: 608px;
        margin: 26px auto 45px;
    }
    
    .stats-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .objetivos {
        margin-top: 40px;
    }
    
    .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;
    }
    
    .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) {
    #icon h4 {
        font-size: 25px;
    }
    .header-wrapper {
        padding: 0;
    }
    
    
    #topsection {
        background-color: #333333;
        padding: 21px 0 0;
    }
    
    #topsection.python {
        background-image: linear-gradient(180deg, #000000 0%, #0E0E0E4A 0%, #54545400 100%),url(../../img/java/header-bg-mobile.png);
    }
    
    .left_titles-col .img-fluid {
        max-width: 115px;
        margin: auto;
        display: block;
    }
    
    .container {
        padding: 0 10px;
    }
    
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    .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_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 {
        max-width: 264px;
        margin-top: 23px;
        margin: 23px auto 26px;
    }
    
    .selos-wrapper img {
        height: 68px;
    }
    
    .auxiliar-farmacia .title, .experto-nutricion .title {
        font-size: 22px;
    }
    
    .objetivos-list {
        font-size: 13px;
        padding: 27px 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;
    }
    
    section.razoes {
        padding: 117px 0 0;
    }
    
    .razoes-title {
        font-size: 25px;
        max-width: 100%;
        margin: 0 auto 9px;
    }
    
    .description {
        font-size: 13px;
        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: 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 {
    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%;
    }
    
    
}

/*Sliders*/
.medal-slider img {
  margin: auto;
}

.medal-slider .slick-slide {
  margin: 20px auto;
}

.slider-3 {
  text-align: center;
}
.slick-slide img {
  margin: 0 auto 15px;
}
.slick-dots {
  margin-top: 5px;
  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;
}

@media(max-width: 770px) {
  .stats-title {
    font-size: 24px;
  }
.stats-desc{
    max-width: unset;
}
.column-form-body{
    margin-top: 15px;
}
.pre-title, .title{ 
    font-size: 22px;
}
}
