
@charset "UTF-8";
/* CSS Document */


/* aquí se colocan los estilos que sean solo de esta UAPA para que no se mezclen con la plantilla general */



/* altura de actividad 1 */
@media (max-width: 767px) {
    .embed-iframe-act iframe {
        min-height: 500px;
    }
}

@media (min-width: 768px) {
    .embed-iframe-act iframe {
        min-height: 800px;
    }
}

@media (min-width: 992px) {
    .embed-iframe-act iframe {
        min-height: 750px;
    }
}
@media (min-width: 1200px) {
    .embed-iframe-act iframe {
        min-height: 650px;
    }
}

/* altura de actividad 2 */
@media (max-width: 767px) {
    #act-2 .embed-iframe-act iframe {
        min-height: 800px;
    }
}

@media (min-width: 768px) {
    #act-2 .embed-iframe-act iframe {
        min-height: 800px;
    }
}

@media (min-width: 992px) {
    #act-2 .embed-iframe-act iframe {
        min-height: 750px;
    }
}
@media (min-width: 1200px) {
    #act-2 .embed-iframe-act iframe {
        min-height: 650px;
    }
}





/* altura de autoevaluación */
@media (max-width: 767px) {
    .embed-iframe-autoe iframe {
        min-height: 800px;
    }
}

@media (min-width: 768px) {
    .embed-iframe-autoe iframe {
        min-height: 1000px;
    }
}

@media (min-width: 1200px) {
    .embed-iframe-autoe iframe {
        min-height: 850px;
    }
}

/*botones flotantes*/
#tools {
    /* display: none; */
    position: fixed;
    top: 198px;
    right: 0;
    margin-right: 20px;
    width: 46px;
    height: 200px;
    z-index: 9999;
    border-radius: 20px 0px 0px 20px;
    cursor: pointer !important;
    font-size: 10px !important;

}
#tools a:hover{
    opacity:0.90;
	font-size: 19px;
}
/*botones flotantes*/
.line{
    border: 0;
    border-top: 2px solid #fff;
    
    margin: 0 auto;
    margin-bottom: 30px;
    /* border: 0;
    height: 2px;
    background-image: linear-gradient(to right, #f0f0f0, #ffffff); */
}
.autores {
    font-size: 1rem;
    margin-bottom: 20px;
}