::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 12px;
}
::-webkit-scrollbar:horizontal {
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
.centrar_fondo{
	background-size: cover;
	background-position: center;
	background-repeat: none;
}

.section .box-content{
	overflow:auto;
}
	
.ocultar{
	display: none !important;
}

.alto_fijo{
	height: 600px;
}
.alto_fijo2{
	height: 1000px;
}
.barra_pregunta{
	width: 100%;
	height: 10px;
	background: black;
	position: absolute;
}

.btn_1 {
    position: relative;
    padding: 10px;
    margin-top: 20px;
    width: 200px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #d2d836;
    text-align: center;
    left: 32%;
    }
    
.tooltip_1,.tooltip_2,.tooltip_3{

    background: #D9E8E3;
    padding: 20px;
    position: absolute;
    bottom: 72px;
    width: 316px;
    left: 148px;
    z-index: 99;

}

.cerrar{
	width: 32px;
    position: absolute;
    top: 3px;
    right: 13px;
    cursor: pointer;
}

.mano{
	cursor: pointer;
}

.tabla_pregunta{
	width: 40%;
	margin: auto;
}

.borde_alrededor{
	border: 4px solid #a9cc11;
	padding: 6px;
	border-radius: 23px;	
}

.color_morado{
	color: #9943AA;
}
.flecha_derecha{
	position: absolute;
	cursor: pointer;
	top: 50%;
	right: 3%;
}

.ajustar_size_1{
    width: 170px;
}

.margen1{
	margin: 15px;
}
.flecha_izquierda{
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 3%;
	transform: rotate(180deg);
}

.ajustar_icon{
	width: 60px;
}

.ajuste_scroll{
	overflow: auto;
}

.boton_verde{
	background: #C7DA3B;
	width: 229px;
	text-align: center;
	font-size: 18px !important;
	border-radius: 9px;
	cursor: pointer;
}

.mano_boton{
	position: relative;
	cursor: pointer;
	width: 102px;
	top: 11%;
	left: 9%;
}
.area_texto{

	background: #CEE2DB;
	width: 100%;
	text-align: center;
	border-radius: 9px;
	border: none;
	height: 181px;
	
}

* {
	-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%;
	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%;
}

/* -------------------------------- Color de fondo de los contenedores -------------------------------- */

.fondo_agua{
	background-color: #C9E3DC;
}
.fondo_agua2{
	background-color: #0EBAA7 ;
}
.container .box-section1 {
	background-color: #d9e8e3;
}

.container .box-section2 {
	background-color: #1c3355;
}

.container .box-section3 {
	background-color: #007fa3;
}

.container .box-section4 {
	background-color: #ffffff;
}

.container .box-section5 {
	background-color: #d9e8e3;
}

.container .box-section6 {
	background-color: #477d9f;
}

.container .box-section7 {
	background-color: #ffffff;
}

.container .box-section8 {
	background-color: #D9E8E2;
}


.color_menta {
	background-color: #d9e8e3 !important;
}
.color_azul2 {
	background-color: #1C84A1 !important;
}

.color_turq {
	background-color: #24B2A6 !important;
}
.color_naranja {
	background-color: #FBB44F !important;
}
.color_negro {
	color: #000000 !important;
}

.color_blanco {
	color: #fff !important;
}

.color_azul2_texto  ,.color_azul2_texto ul li{
	color: #007FA3 !important;
}


.color_blanc{
	background-color: #FFFFFF !important;
}
/* -------------------------------- Contenedores con texto -------------------------------- */

.container .section .box-text {
	padding: 80px;
	line-height: 24px;
	position: relative;
}

.color_blanco {
	color: #fff !important;
}

.color_marino, .color_marino ul li{
	color: #003057 !important;
}
.color_verde {
	color: #10B9AA !important;
}

.color_cielo {
	color: #1C83A1 !important;
}
.color_marino2 {
	color: #0E3457 !important;
}

.color_menta {
	color: #D9E8E3 !important;
}

.color_limon {
	color: #C7DA3C !important;
}



.color_cielo2 {
	color: #CAE4DC !important;
}
/* ---------------------
----------- Contenedores con img. de fondo -------------------------------- */

.container .box-section1 .content1 {
	background-image: url("../imgs/1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.container .box-section3 .content2 {
	background-image: url("../imgs/2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;


}

.container .box-section6 .content1 {
	background-image: url("../imgs/3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

/* -------------------------------- Títulos -------------------------------- */
.container .box-section2 h1 {
	color: white;
	font-family: "PlayfairDisplay-Regular";
	line-height: 1px;
}

.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;*/
}

/* -------------------------------- Iconos de los títulos -------------------------------- */

.container .section .box-content .title-img {
	position: relative;
}

.container .section .box-content .title-img .icon-left {
	position: absolute;
	top: 6px;
	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;
	top: 120px;
	left: 80px;
}

.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;
}

/* -------------------------------- Iconos de los flechas -------------------------------- */

.container .section .arrow {
	position: absolute;
	cursor: pointer;
}

.container .section .arrow-left {
	top: 60%;
	left: 3%;
	transform: translate(-3%, -60%);
}

.container .section .arrow-right {
	top: 60%;
	right: 3%;
	transform: translate(-3%, -60%);
}

.container .section .arrow-left2 {
	top: 75%;
	left: 3%;
	transform: translate(-3%, -75%);
}

.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;
}

td{
	font-family: "OpenSans-Light";
	font-size: 16px;
 
}


.container .section .box-content ul {
	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;
}

/* -------------------------------- 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;
}

/* -------------------------------- Cursiva -------------------------------- */

.container .section .box-content .cursive {
	font-family: "OpenSans-BoldItalic";
}

/* -------------------------------- 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;
}

.container .section .box-content .content-boxes2 .button-bad {
	background-color: #dcb443;
}


.container .section .box-content .box-act {
	width: 100%
}

.container .section .box-content .box-act .cover {
	width: 100%;
}

/* -------------------------------- Estilos especiales -------------------------------- */

.container .box-section2 .special {
	width: 100%;
}

.container .box-section4 .special {
	background-color: #d2d836;
}

.container .box-section5 .special {
	background-color: #ffffff;
}

.container .box-section7 .special {
	background-color: #d2d836;
}

.container .box-section7 .content2 img {
	max-width: 450px;
}

.container .box-section8 .special img {
	width: 250px;
}

.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 .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; 
	max-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;
}
