body{
	width: 100%;
	height: 150%;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container {
	width: 100%;
	height: 150%;
	overflow: hidden;
}
.container .section {
	width: 100%;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
}
.container .section .box-content {
	width: 50%;
}

.alto_fijo{
	height: 500px;
}
.alto_fijo2{
	height: 600px;
}
.alto_fijo3{
	height: 800px;
}

/* -------------------------------- Color de fondo de los contenedores -------------------------------- */

.container .box-section1 { background-color: #d9e8e3; }
.container .box-section2 { background-color: #0b5b70; }
.container .box-section3 { background-color: #ffffff; }
.container .box-section4 { background-color: #ffffff; }
/*.container .box-section5 .section1 { background-color: #e9761f; }*/
.container .box-section5 .section2 { background-color: #ffffff; }
.container .box-section6 .content1 { background-color: #ffffff; }
.container .box-section6 .content2 { background-color: #0b5b70; }
.container .box-section7 { background-color: #ffffff; }
.container .box-section8 { background-color: #d9e8e3; }

/* -------------------------------- Contenedores con texto -------------------------------- */

.container .section .box-text {
	padding: 80px;
	line-height: 24px;
	position: relative;
}

/* -------------------------------- Contenedores con img. de fondo -------------------------------- */

.container .box-section1 .content1 {
	background-image: url("../imgs/imagen_1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
/*.container .box-section3 .content2 {
	background-image: url("../imgs/imagen_2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.container .box-section4 .content1 {
	background-image: url("../imgs/imagen_3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}
.container .box-section5 .content2 {
	background-image: url("../imgs/imagen_4.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}
.container .box-section6 .content1 {
	background-image: url("../imgs/imagen_5.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}*/
.container .box-section7 .content2 {
	background-image: url("../imgs/imagen_6.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

/* -------------------------------- Títulos -------------------------------- */

.container .section .box-content .title {
	color: #1c3355;
	font-size: 50px;
	font-family: "PlayfairDisplay-Bold";
	line-height: 58px;
}
.container .section .box-content .title2 {
	color: #ffffff;
	font-size: 34px;
	font-family: "PlayfairDisplay-Regular";
	line-height: 46px; /* 38px;*/
}
.container .section .box-content .title3 {
	color: #1c3355;
	font-size: 34px;
	font-family: "PlayfairDisplay-Regular";
	line-height: 46px; /* 38px;*/
}

/* -------------------------------- Iconos de los títulos -------------------------------- */

.container .section .box-content .title-img { position: relative; }
.container .section .box-content .title-img .icon-left {
	position: absolute;
	top: -10px;
	left: -65px;
	width:55px;
}


/* -------------------------------- Iconos de los títulos - audios -------------------------------- */

.container .section .box-content .title-img .btn-play { 
	position: absolute;
	left: -65px;
	top: 80px;
	cursor: pointer;
}
/* -------------------------------- Plecas de los títulos -------------------------------- */

.container .section .box-content .pleca {
	position: absolute;
	height: 42px;
	left: 80px;
}
.container .section .box-content .width-pleca1 { width: 200px; }
/* .container .section .box-content .width-pleca2 {  } */ /* En caso de que se ocupe */

.container .section .box-content .pleca_margin_t1 {
	position: absolute;
	height: 42px;
	left: 80px;
}

.container .section .box-content .pleca_margin_t1 {
	position: absolute;
	height: 42px;
	top: 10.5em;
	left: 80px;
}

.container .section .box-content .pleca_margin_t2 {
	position: absolute;
	height: 42px;
	top: 198px;
	left: 80px;
}

/* -------------------------------- Texto y color del texto de las plecas -------------------------------- */

.container .section .box-content .title-img .text-pleca { margin-left: 25px; }
.container .section .box-content .title-img .text-pleca-color1 { color: #1c3355; }
.container .section .box-content .title-img .text-pleca-color2 { color: #ffffff; }
.container .section .box-content .title-img .text-pleca-color3 { color: #d2d836; }

/* -------------------------------- Iconos de los flechas -------------------------------- */

.container .section .arrow { 
	position: absolute;
	cursor: pointer;
}
.container .section .arrow-left {
	top: 60%;
    left: 3%;
    transform: translate(-3%, -60%);
    display: none;
}
.container .section .arrow-right {
	top: 60%;
    right: 3%;
    transform: translate(-3%, -60%);
}

.container .section .arrow-left2 {
	top: 75%;
    left: 3%;
    transform: translate(-3%, -75%);
    display: none;
}
.container .section .arrow-right2 {
	top: 75%;
    right: 3%;
    transform: translate(-3%, -75%);
}

/* -------------------------------- Textos -------------------------------- */

.container .section .box-content .text1 {
	font-family: "OpenSans-Light";
	font-size: 16px;
	color: #fff;
}
.container .section .box-content .text2 {
	font-family: "OpenSans-SemiBold";
	font-size: 16px;
	color: #ffffff;
}
.container .section .box-content .text3 {
	font-family: "OpenSans-SemiBold";
	font-size: 16px;
	color: #0b5b70;
}
.container .section .box-content .text4 {
	font-family: "OpenSans-SemiBold";
	font-size: 16px;
	color: #e9761f;
}
.container .section .box-content .text5 {
	font-family: "OpenSans-SemiBold";
	font-size: 16px;
	color: #ffffff;
}


/* -------------------------------- Texto Resaltados -------------------------------- */

.highlighted {
	font-family: "OpenSans-SemiBold";
}
.container .section .box-content .highlighted1 {
	font-family: "OpenSans-SemiBold";
	color: #ffffff;	
}
.container .section .box-content .highlighted2 {
	font-family: "OpenSans-SemiBold";
	color: #000000;
}
.container .section .box-content .highlighted3 {
	font-family: "OpenSans-SemiBold";
	color: #d2d836;
}
.container .section .box-content .highlighted4 {
	font-family: "OpenSans-SemiBold";
	color: #1c3355;
}

/* -------------------------------- Cursiva -------------------------------- */

.container .section .box-content .cursive { font-family: "OpenSans-BoldItalic"; }
.container .section .box-content .cursive2 { font-family: "OpenSans-Italic"; }
.container .section .box-content .underline { text-decoration: underline; }

/* -------------------------------- Esquemas -------------------------------- */

.container .section .img-scheme {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	margin: auto auto;
}

/* -------------------------------- Ejerciccios -------------------------------- */

.container .section .box-content .content-boxes {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.container .section .box-content .content-boxes .box1 {
	padding: 20px;
    background-color: #d2d936;
    border-radius: 5px;
    width: 45%;
}
.container .section .box-content .content-boxes .box2 {
	padding: 20px;
    background-color: #65afa4;
    border-radius: 5px;
    width: 45%;	
}


.container .section .box-content .content-boxes2 {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-around;	
}
.container .section .box-content .content-boxes2 .button {
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
}
.container .section .box-content .content-boxes2 .button-good {
	background-color: #d2d836;
	pointer-events: none;
}
.container .section .box-content .content-boxes2 .button-bad {
	background-color: #dcb443;
	pointer-events: none;
}


.container .section .box-content .box-act { width: 100% }
.container .section .box-content .box-act .cover { 
	width: 100%;
	cursor: pointer;
}

.container .section .box-content .box-feedback {
	padding: 30px;
	position: relative;
	text-align: justify;
	border-radius: 5px;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -18vh);
	display: none;
}
.container .section .box-content .feedback-ej1 { background-color: #84bd00; }
.container .section .box-content .feedback-ej2 { background-color: #ffb81c; }

.container .section .box-content .feedback-ej3 {
	background-color: #12b2a6;
	max-height: 400px;
	overflow: auto;
}
.container .section .box-content .feedback-ej4 {
	background-color: #9e007e;
	max-height: 400px;
	overflow: auto;
}

/* -------------------------------- Estilos especiales -------------------------------- */

.container .box-section2 .special { width: 100%; }
.container .box-section3 .content1 { background-color: #e9761f; }
.container .box-section3 .content2 {
	position: relative;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.container .box-section3 .content2 .p-special {
	position: absolute;
	left: 80px;
	top: 80px;
} 
.container .box-section4 .special { background-color: #0b5b70; }
.container .box-section5 .content1 { background-color: #e9761f; }
.container .box-section6 .content2 .slide ul { padding-left: 5px; } 
.container .box-section7 .special { background-color: #e9761f; }
.container .box-section7 .content2 img { width: 450px; }
.container .box-section8 .special img { width: 250px; }
.container .box-section8 .content1 { position: relative; }
.container .box-section8 .content1 .p-special {
	position: absolute;
	left: 5%;
}

.container .box-section1 .special .special-title1 { margin-top: 0; }
.container .box-section1 .special .special-title2 {
	margin-bottom: 0;
    font-size: 30px;
    font-family: "PlayfairDisplay-Regular";}
.container .box-section1 .special .special-title3 {
	margin-top: 0;
	bottom: 0;
}
.container .section .box-content .close {
	width: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.container .section .box-content .hidden { display: none; }
.container .section .box-content .slide2 { display: none; }

.container .section .box-content .no-margin-top { margin-top: 0px; }
.container .section .box-content .no-margin-bottom { margin-bottom: 0px; }
.container .section .box-content .special-ul { 
	padding-left: calc(30px + 1.5em);
}
.container .section .box-content .special-ul .special-li { color: #ffffff; }
.container .section .box-content-flex {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
}
.container .section .box-content .margin-auto {
	margin: auto 0;
}

.container .section .box-content .container-note { text-align: center; }
.container .section .box-content .note-box {
	padding: 20px; 
	background-color: #e9761f; 
	border-radius: 10px; 
	width: 60%; 
	display: inline-block; 
	text-align: left; 
	margin-top: 50px;
}

/* -------------------------------- Estilos especiales -------------------------------- */

.container .box-footer {
	padding: 30px;
	background-color: #007fa3;
	font-family: "PlayfairDisplay-Regular";
	color: #fff;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}





.margin_subti_1{
	margin-top: -1em;
	margin-left: 0.7em;
}
.margin_subti_2{
	margin-left: 0.7em;
}
.margin_p_l{
	margin-left: 1.5em;
}
.margin_p_t{
	margin-top: -1em;
}



/*LISTAS*/
.margin_ul{
	margin-left: -1em;
}
.color_b_a{
	color: #0b5b70;
}
.color_b_na{
	color: #e9761f;
}




.class_btn_animate{
	padding: 1em;
	cursor: pointer;
	display: inline-block;
	margin: 1em;
	background-color: #111;
	color: #FFF;
}
.class_btn_animate1{
	padding: 1em;
	cursor: pointer;
	display: inline-block;
	margin: 1em;
	background-color: #222;
	color: #FFF;
}
.class_btn_animate2{
	padding: 1em;
	cursor: pointer;
	display: inline-block;
	margin: 1em;
	background-color: #333;
	color: #FFF;
}
.class_btn_animate3{
	padding: 1em;
	cursor: pointer;
	display: inline-block;
	margin: 1em;
	background-color: #444;
	color: #FFF;
}
.class_animado{
	width: 40%;
	background: #CCC;
	padding: 2em;
	margin-top: 10%;
	margin-right: auto;
	margin-bottom: 10%;
	margin-left: 30%;
}
.cont_pr{
	width: 100%;
	height: 100%;
}


/* __________________________________________________________ PARTE 3 */
.texto_li{
	position: relative;
	width: 100%;
	margin-top: 0em;
}
.cont_esq_rom{
	position:relative;
}
.img_fon_gris{
	position: absolute;
	width: 26vw;
	margin-left:-1.25vw;
}

.img_f1{
	cursor: pointer;
	position: absolute;
	width: 12.07vw;
	height: auto;
	top: 0vw;
	left: 5.67vw;
}
.img_f1:hover{
	opacity: .5;
}
.img_f2{
	cursor: pointer;
	position: absolute;
	width: 11.6vw;
	height: auto;
	top: 4.36vw;
	left:-1.3vw;
}
.img_f2:hover{
	opacity: .5;
}
.img_f3{
	cursor: pointer;
	position: absolute;
	width: 12.07vw;
	height: auto;
	top: 9vw;
	left: 5.7vw;
}
.img_f3:hover{
	opacity: .5;
}
.img_f4{
	cursor: pointer;
	position: absolute;
	width: 11.6vw;
	height: auto;
	top: 4.39vw;
	left: 13.11vw;
}
.img_f4:hover{
	opacity: .5;
}
.cont_balanza{
	position: relative;
	width: 60%;
	height: 100%;
	margin-top:28vw;
	margin-bottom: 4vw;
}
.img_b1_1{
	position: absolute;
	width: 100%;
	height: auto;
	top: 11.2%;
	right: 0;
}
.img_b1_2{
	position: absolute;
	width: 100%;
	height: auto;
	top: 11.2%;
	right: 0;
}
.img_b1_3{
	position: absolute;
	width: 100%;
	height: auto;
	top: 11.2%;
	right: 0;
}
.img_b2{
	position: absolute;
	width: 30%;
	height: auto;
	top: 13%;
	left: 35%;
}
.img_ct_1{
	position: absolute;
	width: 26%;
	height: auto;
	margin-top: -18%;
	left: 3%;
}
.img_ct_2{
	position: absolute;
	width: 26%;
	height: auto;
	margin-top: -18%;
	left: 3%;
}
.img_ct_3{
	position: absolute;
	width: 26%;
	height: auto;
	margin-top: -18%;
	left: 3%;
}
.img_resp_f1{
	position: absolute;
	width: 32%;
	height: auto;
	margin-top: -29%;
	right: 0;
	display: none;
}
.img_resp_f2{
	position: absolute;
	width: 32%;
	height: auto;
	margin-top: -29%;
	right: 0;
	display: none;
}
.img_resp_f3{
	position: absolute;
	width: 32%;
	height: auto;
	margin-top: -29%;
	right: 0;
	display: none;
}
.img_resp_f4{
	position: absolute;
	width: 32%;
	height: auto;
	margin-top: -29%;
	right: 0;
	display: none;
}
.btn_reini{
	position: relative;
	background-color: #1D485C;
	width: 14em;
	padding: .7em 1em;
	font-family: "OpenSans-SemiBold";
	color: #FFF;
	text-align: center;
	margin-top: 15%;
	border-radius: 10px;
	cursor: pointer;
	display: none;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


.esp_check{
	margin-left: .5em;
}
.feedback-ejesp{
	background-color: #CDE4DC;
}
.title3_esp{
	color: #1E495C;
	font-size: 34px;
	font-family: "PlayfairDisplay-Regular";
	line-height: 46px; /* 38px;*/
}
.title3_espresp{
	color: #1E495C;
	font-size: 2.5vw;
	font-family: "PlayfairDisplay-Regular";
	line-height: 46px; /* 38px;*/
}
/* __________________________________________________________ PARTE 3 */





.cont_esq_rom_esp1{
	width: 100%;
}
.img_fon_gris_esp1{
	width: 30em;
	margin-top: 3em;
	margin-left: calc(50% - 15em);
}
.img_f1_esp1{
	cursor: pointer;
	position: absolute;
	width: 14em;
	margin-top: 3em;
	margin-left: -22em;
}
.img_f1_esp1:hover{
	opacity: .7;
}
.img_f2_esp1{
	cursor: pointer;
	position: absolute;
	width: 13.4em;
	margin-top: 8em;
	margin-left: -30em;
}
.img_f2_esp1:hover{
	opacity: .7;
}
.img_f3_esp1{
	cursor: pointer;
	position: absolute;
	width: 14em;
	margin-top: 13.4em;
	margin-left: -22em;
}
.img_f3_esp1:hover{
	opacity: .7;
}
.img_f4_esp1{
	cursor: pointer;
	position: absolute;
	width: 13.6em;
	margin-top: 8em;
	margin-left: -13.5em;
}
.img_f4_esp1:hover{
	opacity: .7;
}




