
@charset "UTF-8";
/* CSS Document */


/* 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 1 */
@media (max-width: 767px) {
    #act-1 .embed-iframe iframe {
        min-height: 565px;
    }
}

@media (min-width: 768px) {
    #act-1 .embed-iframe iframe {
        min-height: 565px;
    }
}

@media (min-width: 1200px) {
	#act-1 .embed-iframe iframe {
        min-height: 565px;
    }
}
/* alto de actividad 2 */
@media (max-width: 767px) {
    #act-2 .embed-iframe iframe {
        min-height: 560px;
    }
}

@media (min-width: 768px) {
    #act-2 .embed-iframe iframe {
        min-height: 560px;
    }
}

@media (min-width: 1200px) {
	#act-2 .embed-iframe iframe {
        min-height: 560px;
    }
}

/*alto de autoevaluación */
@media (max-width: 767px) {
    #autoe-1 .embed-iframe iframe {
        min-height: 583px;
    }
}

@media (min-width: 768px) {
    #autoe-1 .embed-iframe iframe {
        min-height: 583px;
    }
}

@media (min-width: 992px) {
	#autoe-1 .embed-iframe iframe {
        min-height: 583px;
    }
}

@media (min-width: 1200px) {
	#autoe-1 .embed-iframe iframe {
        min-height: 583px;
    }
}