* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.cursor_mover{
	cursor: move;
}
textarea{
	margin: 0px;
	width: 599px;
	height: 115px;
	border-radius: 20px;
	padding: 22px;
	font-family: "OpenSans-Light";
	font-size: 16px;
}

.boton {
	padding: 10px;
	margin-top: 20px;
	width: 200px;
	border-radius: 10px;
	cursor: pointer;
	background-color: #d2d836;
	text-align: center;
}

.alto_fijo{
	height: 1024px;
}

.alto_fijo2{
	height: 653px;
}

.disable_select{
	user-select: none;
}
.ocultar{
	display: none !important;
}
.container {
	width: 100%;
	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%;
}
.size_1{
	width: 80%;
}
.size_3{
	width: 80%;
}
.tres_columnas{

}


.vibrar{
	animation: shake 0.5s;
	animation-iteration-count: infinite;
}

@keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(3px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(3px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(1px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/* -------------------------------- Color de fondo de los contenedores -------------------------------- */

.container .box-section1 { background-color: #d9e8e3; }
.container .box-section2 { background-color: #d2d836; }
.container .box-section3 { background-color: #ffffff; }
.container .box-section4 { background-color: #d2d836; }
.container .box-section5 { background-color: #ffffff; }
.container .box-section6 { background-color: #ffffff; }

/* -------------------------------- Contenedores con texto -------------------------------- */

.container .section .box-text {
	padding: 80px;
	padding-left:120px;
	line-height: 24px;
	position: relative;
}

/* -------------------------------- Contenedores con img. de fondo -------------------------------- */

.container .box-section1 .content2 {
	background-image: url("../imgs/1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.container .box-section4 .content2 {
	background-image: url("../imgs/2.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: #d2d836;
	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;*/
}
.container .section .box-content .title4 {
	color: #ffffff;
	font-size: 34px;
	font-family: "PlayfairDisplay-Regular";
	line-height: 46px; /* 38px;*/
}
.container .section .box-content .title5 {
	color: #1c3355;
	padding-left: 60px;
	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: 0px;
	left: -65px;
	width:55px;
}
.container .section .box-content .title-img .icon-leftlight {
	position: absolute;
	top: -20px;
	left: -65px;
	width:55px;
}

.container .section .box-content .icon-leftretro {
	position: absolute;
	top: 20px;
	left: 25px;
	width:55px;
}
.container .section .box-content .content-boxes3 .icon-arrowgreen {
	position: relative;
	width: 40px;
	height: 40px;
	top:11vh;
}

/* -------------------------------- 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;
	top: 120px;
	left: 120px;
}
.container .section .box-content .width-pleca1 { width: 200px; }
/* .container .section .box-content .width-pleca2 {  } */ /* En caso de que se ocupe */

/* -------------------------------- 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; }
.container .section .box-content .title-img .text-pleca-color4 { color: #d9e8e3; }

/* -------------------------------- Iconos de los flechas -------------------------------- */

.container .section .arrow { 
	position: absolute;
	cursor: pointer;
}

.flecha_1{
	position: absolute;
	cursor: pointer;
	top: 60%;
	left: 3%;
	transform: translate(-3%, -50%);
	display: none;
}
.container .section .arrow-left {
	top: 60%;
	left: 3%;
	transform: translate(-3%, -50%);
	display: none;
}
.container .section .arrow-right {
	top: 60%;
	right: 3%;
	transform: translate(-3%, -50%);
}

.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-Light";
	font-size: 16px;
	color: #1c3355;
}
.container .section .box-content .text3 {
	font-family: "OpenSans-Light";
	font-size: 16px;
	color: #000;
}

.container .section .box-content .text4 {
	font-family: "OpenSans-Regular";
	font-size: 16px;
	color: #000;
}
.container .section .box-content .text5 {
	font-family: "OpenSans-Light";
	font-size: 18px;
	color: #d2d836;
}
.container .section .box-content .text6 {
	font-family: "OpenSans-Light";
	font-size: 10px;
	color: #ffffff;
}
.container .section .box-content .text7 {
	font-family: "OpenSans-Light";
	font-size: 16px;
	color: #095388;
}
.container .section .box-content .text8 {
	font-family: "OpenSans-Light";
	font-size: 18px;
	color: #095388;
}
.container .section .box-content .text9 {
	font-family: "OpenSans-Light";
	font-size: 18px;
	color: #ffffff;
}
.container .section .box-content .text10 {
	font-family: "OpenSans-Light";
	font-size: 18px;
	color: #1c3355;
}
.container .section .box-content .text11 {
	font-family: "OpenSans-Light";
	font-size: 14px;
	color: #000;
}

/* -------------------------------- Texto Resaltados -------------------------------- */

.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;
}
.container .section .box-content .highlighted5 {
	font-family: "OpenSans-SemiBold";
	color: #fab638;
}
.container .section .box-content .highlighted7 {
	font-family: "OpenSans-SemiBold";
	font-size: 10px;
	color: #d2d836;
}

/* -------------------------------- 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; }

/* -------------------------------- Imágenes con viñeta de numero -------------------------------- */

.container .section .box-content .p-num {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.container .section .box-content .p-num .img-num { margin-top: -10px; margin-right:5px; width: 35px; }

/* -------------------------------- Imágenes con viñetas -------------------------------- */

.container .section .box-content .p-retro {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.container .section .box-content .p-retro .img-retro { margin-top: -10px; margin-right:25px; width: 65px; }

/* -------------------------------- Imágenes con iconos -------------------------------- */

.container .section .box-content .light {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.container .section .box-content .light .img-light {position:relative; left: 10px; top: -22vh; width:30px; }

/* -------------------------------- 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: 110%;
	margin-left:-9%;
	display: flex;
	justify-content: center;
}
.container .section .box-content .content-boxes .box1 {
	padding: 15px;
	margin-left:10px;
	margin-top:7px;
	background-color: #d9e8e3;
	border-radius:15px;
	width: 50%;
}
.container .section .box-content .content-boxes .box2 {
	padding: 20px;
	display: inherit;
	background-color: #d9e8e3;
	border-radius: 15px;
	border: 1px solid #24b1a5;
	width: 50%;
	min-height: 165px;	
}
.container .section .box-content .boxtextarea {
	padding:20px;
	background-color: #d9e8e3;
	border-radius: 15px;
	outline: 0 none;
	width: 100%;
	height:55vh;
}
.container .section .box-content .content-boxes3 {
	width: 110%;
	margin-top: 0px;
	margin-left:-5%;
	display: flex;
	justify-content: center;
}
.container .section .box-content .content-boxes3 .boxc1 {
	margin: 20px;
	display: inherit;
	padding: 10px;
	border-radius:15px;
	border: 1px solid #d2d836;
	width: 50%;
	height: 160px;
	text-align: center;
	align-items: center;
}
.container .section .box-content .content-boxes3 .boxc2 {
	margin: 20px;
	display: inherit;
	padding: 10px;
	border-radius:15px;
	border: 1px solid #ffffff;
	width: 50%;
	height: 160px;
	text-align: center;
	align-items: center;
}


.container .section .box-content .content-boxes2 {
	width: 100%;
	margin-top: 10px;
	display: flex;
	justify-content: left-side;	
}
.container .section .box-content .button {
	margin-top:5%;
	margin-left:35%;
	padding-left: 10px;
	padding-right: 10px;
	width:150px;
	border-radius: 10px;
	cursor: pointer;
	background-color: #1c3355;
	text-align: center;
	
}
.container .section .box-content .content-boxes2 .button-clic {
	background-color: #007fa3;
}


.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: absolute;
	text-align: justify;
	border-radius: 5px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.container .section .box-content .box-feedbackblock {
	position: absolute;
	width: 73.5%;
	transform: translate(0, -66.5%);
	justify-content: center;
	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: #d9e8e3;
	max-height: 400px;
	min-width: 400px;
	overflow: auto;
}
.container .section .box-content .feedback-ej4 {
	overflow: auto;
}
.container .section .box-content .feedback-ej5 {
	background-color: #1c3355;
	max-height: 400px;
	overflow: auto;
}

/* -------------------------------- Estilos especiales -------------------------------- */

.container .box-section2 .special { width: 100%; }
.container .box-section3 .special { background-color: #1c3355; }
.container .box-section5 .special { background-color: #1c3355; }
.container .box-section6 .special { background-color: #fab638; }
.container .box-section6 .content2 .slide ul { padding-left: 5px; } 
.container .box-section7 .special { background-color: #1c3355; }
.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 { 
	color: #d2d836;
	padding-left: 30px;
}
.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 auto;
}

.container .section .box-content .container-note { text-align: center; }
.container .section .box-content .note-box {
	padding: 20px; 
	background-color: #d9e8e3;
	border-radius: 10px; 
	width: 450px; 
	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;
	}
