
@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
.pie-portada {
    font-family: "Open Sans", sans-serif;
    display: block;
    color: #FFF;
    opacity: .5;
    font-size: 0.7rem;
    line-height: 1.1rem;
    width: 80%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .pie-portada {
        display: block;
    }
}

/* figura a manera de lista */

.img-texto {
	background-color: #BAE3E1;
}

.img-texto .col-xs-12:last-child {
	background-color: #067984;
}

.img-texto .align-self-stretch .row {
	height: 100%;
}

.resaltado {
	border:dashed 2px #00857E;
	padding:2rem 5%;
}

.cuadro h3 {
	text-align: center;
	font-weight: bold;
	font-style: normal;
	font-size: 1.3rem;
}
.cuadro h4 {
	font-size: 1.1rem;
	font-weight: bolder;
	font-style: italic;
}

.cuadro .borde-col1 {
	border-top:2px solid #00857E;
}
.cuadro .borde-col2 {
	border-bottom:2px solid #00857E;
}

@media (min-width: 768px) {
	.cuadro .borde-col1 {
		border-right:2px solid #00857E;
		border-top:none;
	}
	.cuadro .borde-col2 {
		border-bottom:none;
	}
}


/* alto de actividad */
@media (max-width: 767px) {
    #act-1 .embed-iframe iframe {
        min-height: 470px;
    }
}

@media (min-width: 768px) {
    #act-1 .embed-iframe iframe {
        min-height: 470px;
    }
}

@media (min-width: 1200px) {
	#act-1 .embed-iframe iframe {
        min-height: 470px;
    }
}

/*alto de autoevaluación */
@media (max-width: 767px) {
    #autoe-1 .embed-iframe iframe {
        min-height: 500px;
    }
}

@media (min-width: 768px) {
    #autoe-1 .embed-iframe iframe {
        min-height: 500px;
    }
}

@media (min-width: 992px) {
	#autoe-1 .embed-iframe iframe {
        min-height: 500px;
    }
}

@media (min-width: 1200px) {
	#autoe-1 .embed-iframe iframe {
        min-height: 500px;
    }
}