* {

	-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%;

	height: 700px;

	-webkit-display: flex;

	-moz-display: flex;

	-ms-display: flex;

	-o-display: flex;

	display: flex;

}

.container .box-section1,

.container .box-section2,

.container .box-section9 { height: auto; }

.container .section .box-content .sld {

	margin: auto 0;

	position: relative;

	/*max-height: 540px;*/

	/*overflow-y: auto;*/

}

.container .section .box-content {

	width: 50%;

}



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



.container .box-section1 { background-color: #003057; }

.container .box-section2 { background-color: #12ab9f; }

.container .box-section3 { background-color: #bbe0fa; }

.container .box-section4 { background-color: #ffffff }

.container .box-section5 { background-color: #d9e8e3; }

.container .box-section6 { background-color: #1c3355; }

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

	display: flex;

	overflow: auto;

}



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

.icon_cCoach{
	width: 100%;
	height: auto;
}

.cont_cCoach{
	width: 18%;
	height: auto;
	margin-top: 2em;
	margin-left: 2em;
}

.container .box-section1 .content1 {

	background-image: url("../imgs/img_1.jpg");

	background-repeat: no-repeat;

	background-size: cover;

	background-position: top center;

}

.container .box-section3 .content2 {

	background-image: url("../imgs/img_2.jpg");

	background-repeat: no-repeat;

	background-size: cover;

	background-position: top right;

}

.container .box-section5 .content2 {

	background-image: url("../imgs/3.jpg");

	background-repeat: no-repeat;

	background-size: cover;

	background-position: top center;

}

/* -------------------------------- IMG de COACH y LÍNEA del TÍTULO -------------------------------- */
.line {
    background-color: #4fa5cb;
    width: 85%;
    height: 3px;
    position: absolute;
    right: 0;
    top: 74%;
}

.ico-coach {
    width: 120px;
    margin: 30px;
}

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



.container .section .box-content .title {

	color: #4fa5cb;

	font-size: 50px;

	font-family: "OpenSans-Regular";

	line-height: 50px;

}

.title_tipo{
	font-family: "OpenSans-Bold";
	font-size: 50px;
	color: #bbe0fa;
	line-height: 58px;
}

.container .section .box-content .title2 {

	color: #d2d836;

	font-size: 42px;

	font-family: "PlayfairDisplay-Regular";

	line-height: 46px; /* 38px;*/

	padding-left: 33px;

}

.container .section .box-content .title3 {

	color: #003057;

	font-size: 42px;

	font-family: "PlayfairDisplay-Regular";

	line-height: 46px; /* 38px;*/

	padding-left: 33px;

}

.container .section .box-content .title4 {

	color: #ffffff;

	font-size: 27px;

	font-family: "OpenSans-Bold";

	line-height: 27px; /* 38px;*/

	/*padding-left: 33px;*/

}
/*_______ Nuevos estilo*/
.title4_esp {

	color: #ffffff;

	font-size: 27px;

	font-family: "OpenSans-Light" !important;

	line-height: 27px;
}
.caracter_esp{
	font-weight: lighter;
}

.container .section .box-content .title5 {

    color: #1c3355;

    font-size: 28px;

    font-family: "PlayfairDisplay-Regular";

    line-height: 46px;

    padding-left: 5px;

    padding-top: 15px;

    padding-bottom: 20px;

}

.container .section .box-content .title6 {

    color: #ffffff;

    font-size: 28px;

    font-family: "PlayfairDisplay-Regular";

    line-height: 46px;

    padding-left: 5px;

    padding-top: 15px;

    padding-bottom: 20px;

}

/* -------------------------------- 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: -55px;

	width: 50px

}



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

	top: 95px;

	left: 78px;

}

.container .section .box-content .width-pleca1 { width: 100px; }

/* .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: 15px;

	color: #003057;

}

.container .section .box-content .text2 {

	font-family: "OpenSans-Light";

	font-size: 15px;

	color: #003057;

}

.container .section .box-content .text3 {

	font-family: "OpenSans-Light";

	font-size: 15px;

	color: #fff;

}



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



.container .section .box-content .highlighted1 {

	font-family: "OpenSans-SemiBold";

	color: 003057;	

}

.container .section .box-content .highlighted2 {

	font-family: "OpenSans-SemiBold";

	color: #12ab9f;

}

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

	padding: 80px;

}

.container .section .img-scheme img {

	margin: auto auto;

	width: 100%;

	max-width: 500px;

}



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



/* -------------------------------- Botón autoevaluación -------------------------------- */



.container .section .box-content .button {

	display: inline-block;

	cursor: pointer;

	border-radius: 5px;

	padding: 10px;

}

.container .section .box-content .button-good {

	background-color: #007fa3;

}



/* -------------------------------- Texto pequeño -------------------------------- */



.container .section .box-content .small-text { font-size: 15.5px; }



.container .section .box-content .small-text2 { font-size: 11px; }





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



.container .box-section2 .special { width: 100%; }

.container .box-section4 .special { background-color: #003057; }

/*.container .box-section4 .special { background-color: #1c3355; }*/

.container .box-section5 .special { background-color: #ffffff; }

.container .box-section6 .special { 

	width: 100%;

	padding: 80px;

	text-align: center;

}

.container .box-section7 .special { background-color: #d2d836; }

.container .box-section7 .content2 img { 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: #bbe0fa;

	border-radius: 10px; 

	width: 70%;

	display: inline-block; 

	text-align: left; 

	margin-top: 50px;

}



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



.container .box-footer {

	padding: 30px;

	background-color: #007f9c;

	font-family: "PlayfairDisplay-Regular";

	color: #fff;

}


.container .box-footer .text1 {
	font-family: "PlayfairDisplay-Regular";
	font-size: 12px;
	text-align: left;
}

.ico-coach {
    width: 120px;
    margin: 30px;
}