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


@font-face {
    font-family: 'Titillium';
    src: url("../fonts/Titillium/Titillium-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium';
    src: url("../fonts/Titillium/Titillium-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium';
    src: url("../fonts/Titillium/Titillium-Semibold.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium';
    src: url("../fonts/Titillium/Titillium-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium';
    src: url("../fonts/Titillium/Titillium-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd';
    src: url("../fonts/CircularStd/CircularStd-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'CircularStd';
    src: url("../fonts/CircularStd/CircularStd-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'CircularStd';
    src: url("../fonts/CircularStd/CircularStd-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


/************* STYLE START **********************/
html,body{
	font-family: 'Titillium', sans-serif;
	overflow-x: hidden;
}

body * {
    font-family: 'Titillium', sans-serif;
}

.circular {
    font-family: 'CircularStd';
}

.titillium {
    font-family: 'Titillium';
}

/************* Bootstrap Override *************/

@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}
/************************************************* Topsection ************************************/	

.form-control:-webkit-input-placeholder, 
.form-control:-ms-input-placeholder,
.form-control:-moz-placeholder {
    color: #5d5d5d;
	font-weight:normal;
	font-size:17px;
	outline: 0;
	opacity: 1;
	line-height: 1.35;
}

#topsection .left-inner-addon {
    position: relative;
	margin-bottom: 10px;
}

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

#contactform {
    border: 5px solid #2ed9c3;
}

input[type=checkbox] {
	display:none;
} /* to hide the checkbox itself */

input[type=checkbox] + label {
	color: #7f8c8d;
	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;
	color: #2ed9c3;
} /* 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-top: 22px;
}

.noactive:active, .nofocus:focus{
	outline: 0;
}

#topsection {
    background-repeat: no-repeat;
    padding: 30px 0 135px;
    background-image: url('../img/Tokyo_headerBG_parallax.jpg');
    background-size: cover;
    background-position: center;
}
.videojuegos #topsection {
    background-repeat: no-repeat;
    padding: 30px 0 117px;
    background-image: url('../img/TokyoJuegos_header_BGparallax.png');
    background-size:  cover;
    background-position: center;
}
.videojuegos #topsection .container {
    background-repeat: no-repeat;
    background-image: url('../img/TokyoJuegos_header_ilustracion.png');
    background-size:  559px auto;
    background-position: 40% center;
}
.bg2 {
	background-image: url('../img/Tokyo_headerBG_parallax_2.jpg') !important;
    background-size: cover;
    background-position: center;
}
#mobile-box {
    background-color: rgba(255, 255, 255, 0.3);;
    padding: 10px 15px;
}

.header {
    margin-bottom: 63px;
}

.logo {
    padding: 10px 0;
    max-height: 72px;
    max-width: 200px;
    float: left;
}

.tabs {
    display: flex;
    /*float: right;*/
    justify-content: center;
}

.tab {
    margin: 0 1.5px;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 30px;
    color: #2c3e50;
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.tab:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.tab:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.tab:hover {
    color: #2c3e50;
    text-decoration: none;
    transform: scale(1.025) translateY(1px);
}

.tab.active {
    background-color: #000f9f;
    color: #fff;
}

.tab.active:hover {
    color: #fff;
}

/***** BANNER *****/

.left_titles {
    margin-top: 53px;
}
.videojuegos .left_titles {
    margin-top: 0;
}
/*.pre-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    color: #ffffff;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}*/

.prepre-title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.55;
  color: #ff647e;
  margin-bottom: 8px;
}

.title,.pre-title {
    font-family: 'CircularStd', sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.separator {
    width: 149px;
    height: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    margin: 10px 0 20px;
}

.left_text {
    margin-top: 30px;
}

.copy {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.95);
    font-family: 'OpenSans', sans-serif;
    font-size: 22px;
    line-height: 1.45;
    color: #fff;
    font-weight: 300;
    max-width: 550px;
    /*float:left;*/
    /*background-color: rgba(0,0,0,0.2);*/
    margin-bottom: 30px;
}


.videojuegos .copy{
    font-family: 'Titillium', sans-serif;
    max-width: 362px;
}

.experto-nutricion .copy {
    max-width: 361px;
}

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

.selo img {
    max-width: 150px;
}


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

.form-heading {
    padding: 16px 0 40px;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.34;
    text-align: center;
    color: #fff;
    background-image: url('../img/formTopArrow.svg');
    background-size: cover;
    background-position: center;
    margin-bottom: -50px;
    position: relative;
}
/*.form-heading span {*/
/*    font-size: 40px;*/
/*    letter-spacing: 2.2px;*/
/*}*/

.form-inputs {
    padding: 65px 25px 20px;
    background-color: #fff;
}

.form-control {
    font-family: 'Titillium', sans-serif;
    font-size: 17px;
    line-height: 1.35;
    color: #000f9f;
    padding-left: 56px;
    background-size: 22px;
    background-position: 6px center;
    background-repeat: no-repeat;
    height: 40px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #2ed9c3;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000f9f;
  opacity: 1; /* Firefox */
  font-family: 'Titillium'
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000f9f;
  font-family: 'Titillium'
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #000f9f;
  font-family: 'Titillium'
}

#nome {background-image: url('../img/formIcon_Nombre.svg');}
#apelido {background-image: url('../img/formIcon_Nombre.svg');}
#telefone {background-image: url('../img/formIcon_Telefono.svg');}
#telefone2 {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;
    
}

#estudios {
    background-size: 22px, 11px;
    background-image: url('../img/formIcon_Habilitacoes.svg'), url('../img/form_dropdown.svg');
    background-position: 6px center, calc(100% - 20px) center;
    
}

.form-btn {
    background-color: #2ed9c3;
    text-transform: uppercase;
    text-align: center;
    padding: 22px 0;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.42;
    color: #fff;
    width: 100%;
    border: 2px solid #2ed9c3;
}

/*.form-btn::after {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    background-image: url('../img/formButton_arrow.svg');*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    margin-left: 20px;*/
/*    height: 17px;*/
/*    width: 11px;*/
/*}*/

.form-btn:hover, .form-btn:focus, .form-btn:active {
    outline: none;
    text-decoration: none;
    color: #2ed9c3;
    background-color: #fff;
}

.form-btn:hover::after, .form-btn:focus::after, .form-btn:active::after {
    background-image: url('../img/formButton_arrow_white.svg');
}


/***************************************** end *****************************************/

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

section.razoes {
    padding: 70px 0 50px;
}

.razoes-title {
    font-size: 40px;
    line-height: 1.31;
    text-align: center;
    color: #ff647d;
    margin-bottom: 70px;
    font-weight: 900;
}

.razao-logo {
    height: 130px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.razao-title {
    font-family: 'Titillium';
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    color: #000000;
    max-width: 258px;
    margin: 0 auto 20px;
}

.razao-text {
    max-width: 258px;
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    color: #2c3e50;
    margin: 0 auto;
}

.razao-block {
    padding-bottom: 50px;
}

/***** AFTER FORM *****/

.learn {
    margin-top: 121px;
}

.learn-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.42;
    color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.learn-title i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.learn-subtitle {
    font-size: 20px;
    line-height: 1.4;
    color: #ff647d;
}

.hourglass {background-image: url(/img/TokyoJuegos_header_icon01.svg);}
.briefcase {background-image: url(/img/TokyoJuegos_header_icon02.svg);}
.speachballoon {background-image: url(/img/TokyoJuegos_header_icon03.svg);}
.laptop {background-image: url(/img/TokyoJuegos_header_icon04.svg);}


/********************************* SALIDAS ********************************************/

.salidas {
    padding: 100px 0 50px;
    background-image: url('../img/salidas_BG_parallax.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.videojuegos .salidas {
    background-image: url('../img/TokyoJuegos_SalidasBG.jpg');
}

.salidas-title {
    text-shadow: 0 7px 10px rgba(0, 15, 159, 0.2);
    font-size: 40px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.salidas-subtitle {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 70px;
}


.salida-block {
    text-align: center;
    
}
.salida-logo {
    max-height: 130px;
    margin-bottom: 16px;
}

.salida-title {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    margin-bottom: 70px;
}

.videojuegos .salida-title {
    margin-bottom: 10px;
} 

.salida-txt {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}


/***************************** ACCORDIONS ***************************************/

.accordions {
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/img/TokyoJuegos_programaBG.jpg);
}

.accordions-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    color: #ff647d;
    margin-bottom: 50px;
}

.accordions .inner {
    max-width: 584px;
    width: 100%;
    margin: 0 auto;
}

.accordion {
    cursor: pointer;
    margin-bottom: 30px;
}

.accordion .q {
    padding-left: 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000f9f;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: left center;
}

.accordion .q::after {
    content: '▼';
    font-size: 17px;
    margin-left: auto;
    transition: transform 0.4s ease-in-out;
}

.accordion .a {
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
    overflow: hidden;
}

.accordion .a ul {
    padding: 10px 0 0 55px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    color: #676767;
    list-style-type: none;
    margin: 0;
}

.accordion .a li {
    margin-bottom: 15px;
}
.accordion .a li:last-child {
    margin: 0;
}

.accordion:first-child .q {
    background-image: url('/img/icon_JuegosPrograma_01.svg');
}
.accordion:nth-child(2) .q {
    background-image: url('/img/icon_JuegosPrograma_02.svg');
}
.accordion:nth-child(3) .q {
    background-image: url('/img/icon_JuegosPrograma_03.svg');
}
.accordion:nth-child(4) .q {
    background-image: url('/img/icon_JuegosPrograma_04.svg');
}
.accordion:nth-child(5) .q {
    background-image: url('/img/icon_JuegosPrograma_05.svg');
}

.accordion.collapsed .a {
    max-height: 200px;
}

.accordion.collapsed .q::after {
    transform: rotate(-180deg);
}
/********************************* VANTAGENS *******************************************/

section.vantagens {
    background-color: #f7f7f7;
}
.left-vantagens {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/enfermeria_List.jpg');
}

.experto-nutricion .left-vantagens {
    background-size: auto 100%;
    background-position: left bottom;
    background-image: url('../img/Bomberos_List_Desktop.jpg');
}

.right-vantagens {
    padding-top: 50px;
    padding-bottom: 50px;
}

.vantagens-title, .vantagens-subtitle {
    font-size: 35px;
    font-weight: 300;
    line-height: 1.31;
    color: #2c3e50;
}

.vantagens-title {
    font-weight: bold;
}

.vantagens-subtitle {
    margin-bottom: 50px;
}

.vantagem-block {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.vantagem-img {
    width: 100px;
    margin-right: 40px;
}

.vantagem-text-block {
    max-width: 594px;
}

.vantagem-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #2c3e50;
    margin-bottom: 10px;
    text-transform: uppercase;
}

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

/* especialidades */

section.especialidades {
    padding: 50px 0 30px;
    background-color: #f7f7f7;
}

.especialidades-title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.31;
    text-align: center;
    color: #2c3e50;
    margin-bottom: 50px;
}
.especialidade {
    margin-bottom: 50px;
}
.especialidade-img, .especialidade-title {text-align: center;}
.especialidade-img img {
    max-width: 160px;
    max-height: 160px;
    height: 100%;
    width: auto;
    margin:0 auto;
}

.especialidade-title {
    margin-top: 10px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    color: #2c3e50;
    text-transform: uppercase;
}

.especialidades-dots ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.especialidades-dots ul li {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    border-radius: 50%;
    display: block;
    background-color: #d9dbde;
    cursor: pointer;
}

.especialidades-dots ul li.slick-active {
    background-color: #009539;
}

.especialidades-dots ul li button {
    display: none;
}

/*********************************SLIDER ***************************/

#parceiros {
    padding: 100px 0;
}

.slider-container {
    position: relative;
}
.parceiros-title {
    font-family: CircularStd;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.25;
    color: #ff647d;
    padding: 0 0 70px 0;
}

.parceiros-slider {
    margin-bottom: 50px;
}

.slide img {
    max-width: 277px;
    margin: 0 auto;
    display: block;
}
.slider-arrows {
    position: absolute;
    width: calc(100% - 30px);
    top: calc(50% - 45px);
    display: flex;
}

    #previous {
        margin-right: auto;
        display: block;
    }
    
    #next {
        margin-left: auto;
        display: block;
    }
    
    
    .slider-dots ul {
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0;
    }
    
    .slider-dots ul li {
        height: 8px;
        width: 8px;
        margin: 0 6px;
        border-radius: 50%;
        display: block;
        background-color: #2ed9c3;
        cursor: pointer;
    }
    
    .slider-dots ul li.slick-active {
        background-color: #000f9f;
    }
    .slider-dots ul li button{
        display: none;
    }

    .slider-arrows #previous,  .slider-arrows #next{
        max-width: 12px;
    }

/********************************* CTA *****************************/
section.cta {
    background-color: #000f9f;
    padding: 70px 0; 
}

.cta-selo {
    max-height: 172px;
    max-width: 139px;
    float: left;
}

.cta-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.cta-title, .cta-curso {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.36;
    text-align: center;
    color: #ffffff;
}

.cta-curso {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase;
}

.cta-inteligencia {
    font-size: 30px;
    line-height: 1.1;
}

.cta-btn {
    display: block;
    padding: 24px 0;
    font-size: 30px;
    color: #000f9f;
}

.cta-btn:hover, .cta-btn:focus, .cta-btn:active {
    border: 2px solid #94d500;
}

.cta-other {
    text-align: center;
}
.cta-other a, .cta-other a:hover {
    color: #fff;
    font-weight: bold;

    padding: 10px 0 0;
}

/*********** MEDIA QUERIES ***********/


@media (min-width: 992px) and (max-width: 1199px) {

    .container {
        max-width: 1200px;
    }
}

@media (max-width: 991px) {
    .razao-title {
        font-size: 18px;
    }
    
    .column-form-body {
        margin-left: auto;
        max-width: 500px;
    }
    
    #parceiros img {
        max-width: 189px;
    }
    #parceiros {
        padding: 80px 0 40px 0;
    }

    .parceiros-title {
        font-size: 36px; 
        padding: 0 0 70px 0;
    }
    
    #topsection.enfermeria, #topsection.farmacia, #topsection.nutricion {
        background-size: auto 800px;
        background-position: center top;
        padding: 15px 0 75px;
    }
    
    .header {
        margin-bottom: 28px;
    }
    
    .selo {
        display: none;
    }
    
    .selo_tablet {
        display: block;
    }
    
    .selo img {
        max-width: 100%;
    }
    
    .logo {
        max-height: 53px;
        max-width: 240px;
    }
    
    .tab {
        font-size: 11px;
        padding: 20px;
        line-height: 1.36;
    }
    
    .left_titles {
        margin-top: 70px;
    }
    
    /*.pre-title {
        text-align: left;
    }*/
    
    .title,.pre-title {
        font-size: 50px;
        text-align: left;
        line-height: 1.14;
        max-width: 402px;
    }
    
    .inteligencia .title {
        font-size: 31px;
    }
    
    .separator {
        height: 2px;
        margin: 15px auto;
    }
    
    .copy {
        float: none;
        font-size: 22px;
        line-height: 1.44;
        max-width: 300px;
    }
    
    .column-form-body {
        margin-right: auto;
        margin-top: 30px;
        box-shadow: 0 0 20px 0 rgba(44, 62, 80, 0.35);
    }
    
    section.razoes {
        padding: 20px 0 10px;
    }
    
    .razoes-title {
        font-size: 30px;
        max-width: 466px;
        margin: 0 auto 58px;
    }
    

    
    .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 {
        min-height: 360px;
        background-size: cover;
        background-image: url('../img/Bomberos_List_Tablet.jpg');
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .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;
    }
    
    .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;
    }
    
    section.especialidades {
        padding: 70px 0 20px;
    }
    
    .especialidades-title {
        font-size: 30px;
        margin-bottom: 60px;
    }
    .especialidade-img img {
        max-width: 140px;
        max-height: 140px;
    }
    
    .especialidade-title {
        margin-top: 20px;
        font-size: 17px;
    }
    
    section.cta {
        padding: 40px 0 60px;
    }
    
    .cta-selo {
        max-width: 120px;
        margin-right: 40px;
        margin-top: -7px;
    }
    
    .cta-btn {
        max-width: 457px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 39px;
        padding: 22px 0;
    }
    
    .cta-title {
        font-size: 22px;
        text-align: center;
    }
    
    .cta-curso {
        text-align: center;
        font-size: 35px;
        line-height: 1.14;
    }
    
    .salidas {
        padding: 100px 0 30px;
    }
    
    .salidas-title {
        font-size: 33px;
        line-height: 1.39;
        margin-bottom: 20px;
    }
    
    .salidas-subtitle {
      font-size: 18px;
      line-height: 1.33;
    }

    .salida-logo {
        max-height: 110px;
        margin-bottom: 20px;
    }
    
    .salida-title {
        font-size: 18px;
        line-height: 1.33;
    }
    
    #topsection {
        background-size: 1318px;
        background-position: top center;
    }
    
}

@media (min-width: 768px) and (max-width: 991px){
   .selo_tablet img {
        max-width: 170px;
        position: absolute;
        right: 0;
        bottom: -400px;
        left: 445px;
    }
    
    .videojuegos .selo_tablet img {
        bottom: -332px;
        max-width: 140px;
        left: 486px;
    }
    
    .videojuegos #topsection {
        background-image: url('../img/Tokyo_headerBG_Tablet.png');
        padding: 30px 0 60px;
    }
    
    .videojuegos #topsection .container {
        background-size: 325px auto;
        background-position: right 23px;
    }
    
    .left_titles-col {
        margin-left: 95px;
    }
    
    .learn {
        margin-top: 70px;
    }
    
    .learn > div {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .learn-title {
        justify-content: center;
    }
    
    .videojuegos .salidas {
        background-image: url('../img/TokyoJuegos_SalidasBG_Tablet.jpg');
    }
    
    .salida-txt {
        font-size: 15px;
        margin-bottom: 50px;
    }
    .accordions {
        padding: 70px 0;
        background-image: url(/img/TokyoJuegos_programaBG_tablet.jpg);
    }
    .accordions-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    
}
@media (max-width: 767px) {
    
    #parceiros img {
        max-width: 260px;
    }
    #parceiros {
        padding: 60px 0 30px 0;
    }

    .parceiros-title {
        font-size: 25px; 
        padding: 0 0 20px 0;
    }
    
    #topsection.enfermeria, #topsection.farmacia, #topsection.nutricion {
        background-size: auto 400px;
        background-position: center top;
        padding: 5px 0 50px;
    }
    .videojuegos #topsection {
        background-image: url('../img/Tokyo_headerBG_mobile.png');
        padding: 5px 0 50px;
    }
    
    .videojuegos #topsection .container {
        background-size: 175px auto;
        background-position: right 250px;
    }
    
    .learn {
        margin-top: 35px;
    }
    
    .learn > div {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .learn-title {
        justify-content: center;
    }
    
    .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: 11px;
        padding: 11px 13px;
        line-height: 1.38;
    }
    
    .left_titles-col {
        max-width: 471px;
        margin: 0 auto;
    }
    
    .left_titles {
        margin-top: 30px;
        /*float: left;*/
    }
    
    /*.pre-title {
        text-align: center;
        font-size: 16px;
        line-height: 1.33;
        letter-spacing: 0.9px;
    }*/
    
    .title,.pre-title {
        font-size: 30px;
        line-height: 1.2;
        text-align: center;
        max-width: 100%;
    }
    .prepre-title {
        text-align: center;
    }
    
    .inteligencia .title {
        font-size: 21px;
    }
    
    .separator {
        /*margin: 10px auto;*/
        /*height: 1px;*/
        display: none;
    }
    
    .left_text {
        margin-top: 10px;
    }
    
    .copy {
        font-size: 16px;
        line-height: 1.25;
        text-align: center;
        margin: 0 auto;
    }
    
    .inteligencia .copy {
        font-size: 12px;
    }
    .selo {
        float: none;
        display: block;
        max-width: 110px;
        margin: 10px auto -20px auto;
        position: relative;
        z-index: 1;
    }
    .m-fix {
        float: none;
        display: block;
        max-width: 200px;
        margin: 10px auto -20px auto;
        position: relative;
        z-index: 1;
    }
    
    .videojuegos .m-fix {
        max-width: 95px;
        height: auto;
        margin: 10px auto 15px 20px;
    }
    
    .column-form-body {
        margin-top: -10px;
    }

    .form-heading {
        padding: 20px 0;
        font-size: 19px;
    }
    
    .form-heading span {
        font-size: 26px;
    }
    
    .form-control {
        font-size: 14px;
        height: 36px;
        background-size: 20px;
    }
    
    #topsection .form-body .terms-text {
        margin: 10px 0;
    }

    input[type="checkbox"] + label {
        font-size: 12px;
    }
    
    .form-btn {
        font-size: 18px;
    }
    
    .razoes-title {
        font-size: 24px;
        max-width: 290px;
        margin: 0 auto 30px;
    }
    
    .razao-logo {
        height: 100px;
    }
    
    .razao-title {
        font-size: 14px;
        line-height: 1.29;
        max-width: 120px;
        margin: 0 auto 40px;
    }
    
    .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-text {
        display: block;
        height: auto;
        margin-top: 20px;
    }
    
    .cta-title {
        font-size: 18px;
        text-align: center;
        max-width: 260px;
        margin: 0 auto 5px;
    }
    
    .cta-curso {
        font-size: 25px;
        text-align: center;
        max-width: 260px;
        margin: 10px auto 0 auto;
    }
    
    .cta-btn {
        max-width: 270px;
        padding: 18px 0;
        font-size: 20px;
    }
    
    .cta-btn::after {
        height: 20px;
        width: 12px;
    }
    
    
    .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;
    }
    
    .vantagens-dots ul li {
        height: 10px;
        width: 10px;
        margin: 0 5px;
        border-radius: 50%;
        display: block;
        background-color: #d9dbde;
        cursor: pointer;
    }
    .vantagens-dots ul li.slick-active {
        background-color: #009539;
    }
    .vantagens-dots ul li button{
        display: none;
    }
    
    .vantagem-bg {
        min-height: 300px;
        background-position: center bottom;
    }
    .experto-nutricion .vantagem-bg {
        background-image: url('../img/Bomberos_List_Mobile.jpg');
    }
    .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');
    }
    
    .especialidades-title {
        font-size: 24px;
        margin-bottom: 120px;
    }
    .especialidade-img img {
        max-width: 140px;
        max-height: 140px;
    }
    
    .especialidade-title {
        font-size: 14px;
    }
    
    .salidas {
        padding: 120px 0 10px;
        background-image: url('../img/salidas_BG_Mobile.jpg');
        background-position: center top;
    }
    
    .videojuegos .salidas {
        background-image: url('../img/TokyoJuegos_SalidasBG_Mobile.jpg');
        padding: 175px 0 10px;
    }
    
    .salidas-title {
        font-size: 25px;
        line-height: 1.12;
        margin-bottom: 10px;
    }
    
    .salida-txt {
        font-size: 11px;
        margin-bottom: 30px;
    }
    
    .salidas-subtitle {
        font-size: 14px;
        line-height: 1.29;
        margin-bottom: 20px;
    }

    .salida-logo {
        max-height: 80px;
        margin-bottom: 0;
    }
    
    .salida-logo img {
      max-width: 80px;  
    }
    
    .salida-title {
        font-size: 14px;
        line-height: 1.29;
        margin-bottom: 40px;
    }
    
    .accordions {
        padding: 30px 0;
        background-image: url(/img/TokyoJuegos_programaBG_mobile.jpg);
    }
    
    .accordions-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .accordion .q {
        padding-left: 22px;
        font-size: 13px;
        background-size: 15px auto;
    }
    
    .accordion .q::after {
        font-size: 13px;
    }
    
    .accordion .a ul {
        padding: 10px 0 0 33px;
        font-size: 11px;
    }
    
    .accordion .a li {
        margin-bottom: 8px;
    }
}

@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: #2ed9c3;
    width: 50%;
    text-align: center;
    float: left;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    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_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: 1600px;
    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*/


/* BOOTSTRAP 5 columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
        float: left;
}

@media (min-width: 767px) {
    .col-sm-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-md-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-lg-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
        float: left;
    }
}

/***************************************** end *****************************************/