@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

[data-region="blocks-column"] {
background: #f5ead8
}

#page-site-index .page-header-headings h1 {
  display: none;
}
#proximos-cursos {
  position: relative;
  z-index: 100;
}
#top-footer .contact ul li a, #top-footer .contact ul li i {
  font-size: 1.1rem;
}
#page-site-index .page-header-headings h1 {
  display: none;
}
#page-site-index .icon.fa.fa-cog.fa-fw {
  z-index: 3000;
  position: relative;
}

img.activityicon {
    height: 32px;
    width: 32px;
}
.section li.activity {
    margin-bottom: 1rem;
}	
	
//**********PAGINA INFORMATIVA********//
#info_curso {
  width: 100%;
}
#info_curso td {
  padding: 2rem 3%;
  text-align: justify;
}
#info_general {
  background: #f6ead9;
}
#info_general img {
  float: left;
  margin: 0 3% 2% 0;
  width: 40%;
  height: auto;
}
#i_general {
  width: 57%;
  display: inline-block;
}
#i_general .btn.btn-default {
  background: #3b904b;
  color: #fff;
  width: 48%;
}
#info_docente {
  vertical-align: top;
  background: #e9e9e9;
}
#info_docente img {
  border-radius: 90%;
  margin: auto;
  text-align: center;
  width: 15rem;
  height: 15rem;
}
#info_materia {
  width: 70%;
}

#info_banner {
text-align: right;
background: url("pix/FONDO_PAG.jpg");
}

#info_banner h2{
	color: #fff;margin-right: 3rem;
}	

.courses.frontpage-course-list-all .card {
    margin: 2%;
    background: #f7eee4;
    border-radius: 5%;
}

/**********FORMATO********/
.format-tiles .course-content ul.tiles .tile.phototile .photo-tile-text h3 {
  background-color: rgba(0, 150, 129, 0);
  display: none;
}


/**********AULA BASE********/


#principal {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}

#logo {
  position: absolute;
  top: 3%;
  left: 0;
  width: 37%;
  height: auto;
}

.menu_portada li {
  list-style: none;
  float: right;
  width: 19%;
  margin: 1%;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}
.menu_portada li a:hover {
  font-weight: bold;
  text-decoration: none;
}
.menu_portada {
  position: absolute;
  top: 3%;
  right: 0;
  width: 60%;
  margin: 2%;
}

#label {
  padding: 0px 6rem;
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  white-space: nowrap;
  background: #f7ead9;
  line-height: 3rem;
  width: 90%;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #024d55;
  font-weight: 500;
	margin-left: 2%;
}

#label::before {
  content: "";
  width: 65px;
  position: absolute;
  height: 48px;
  left: 0;
  top: 0;
  font-weight: 600;
  background-size: auto;
  background-size: cover;
	 z-index: 100;

}
#label::after {
  content: "";
  width: 88px;
  position: absolute;
  height: 49px;
  right: 0;
  background: url("pix/hojas_left.png");
  background-size: auto;
  background-size: cover;
  bottom: 0;
  z-index: 100;
}

#label p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #024d55;
  font-weight: 500;
}
#titulo {
  	background: url("pix/fondo.png") no-repeat;
	background-size: cover;
	font-size: 1.2rem;
	margin-top: 3rem;
	padding: 2.5rem 0 0 15rem;
	position: relative;
	margin-bottom: 1rem;
	white-space: nowrap;
	color: #FFF;
	width: 90%;
	height: 165px;
	background-size: cover;
	margin-left: 5%;
	border-radius: 0 0 3rem 0;
}
#titulo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 250px;
  left: 0;
  background: url("pix/hojas_izq.png");
  background-size: cover;
}
#titulo::after {
  content: "";
  width: 11%;
  position: absolute;
  height: 120px;
  right: 0;
  background: url("pix/hojas_left.png");
  background-size: auto;
  background-size: cover;
  top: 0;
  z-index: 100;
}

#titulo h3 {
    padding: 1.5% 2%;
    font-size: 1.5rem !important;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
    background: #195929;
    min-height: 55px;
}
#titulo p, #titulo h5 {
  margin: 0;
  font-weight: lighter;
  font-size: 2rem;
  color: #00342e !important;
  font-family: 'Bebas Neue', Bebas Neue !important;
  padding-bottom: 0.5rem !important;
}
#titulo_portada {
  position: absolute;
  top: 30%;
  left: 2rem;
}
#titulo_portada h2 {
  font-size: 3.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin: 0;
}
#tit {
  margin: 3rem 2rem 4rem;
}
#tit img {
  position: absolute;
  z-index: 2;
  width: 12%;
  margin-top: -1.5rem;
}
.enlinea_claqueta_desc {
    padding: 3rem 3%;
    margin: 0 auto 3rem;
    border: solid 1pt #195929;
    width: 86%;
    border-radius: 0 0 2rem 2rem;
}
.enlinea_claqueta_desc hr {
  border-color: #195929;
  border-width: 2px;
}
.enlinea_claqueta_desc h1, .enlinea_claqueta_desc h2, .enlinea_claqueta_desc h3, .enlinea_claqueta_desc {}

.enlinea_claqueta_desc .botones td {
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 0.5rem 0;
    line-height: 1.3rem;
}

.enlinea_claqueta_desc .botones .boton:hover {
    background: #dfe8e2;
    cursor: pointer;
}

#internas {
    background: url("pix/internas_bk.jpg");
	background-size: cover;
    padding-bottom: 3.2rem;
    margin: 0 auto;
    width: 86%;
	position: relative;
   }

#internas::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 238px;
    left: 0;
    background: url("pix/hojas_izq.png");
        background-size: auto;
    background-size: cover;
}
#internas::after {
    content: "";
    width: 15%;
    position: absolute;
    height: 53%;
    right: 0;
    background: url("pix/hojas_left.png");
        background-size: auto;
    background-size: auto;
    background-size: cover;
    top: 0;
    z-index: 100;
}

#internas h3 {
    font-weight: lighter;
    padding: 2rem 10%;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    background: #f7ead9;
    text-transform: uppercase;
     margin: 0;
}


#internas p, #internas h5 {
    background: #195929;
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
    margin-left: 15%;
	padding: 0.6rem 0 0.6rem 7rem;
	position: relative
}



.libro_internas {
    padding: 18pt 2%;
    margin: 2rem 2% 0.5rem;
    border: solid 1pt #ddd;
    background: url("pix/img_recursos_right.png") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position: bottom right;
    min-height: 383px;
}

.libro_internas hr {
  border-color: #dea91e;
  border-width: 2px;
}


/**INTERNAS**/
.video p::before {
  background: url("pix/video.png") no-repeat;
  background-size: cover;
  content: "";
  position: absolute;top: 5%;
width: 5%;
left: 0;
height: 88%;
}


.avisos p::before {
  background: url("pix/anuncios.png") no-repeat;
  background-size: cover;
  content: "";
  position: absolute;top: 5%;
width: 5%;
left: 0;
height: 88%;
}
.preguntas p::before {
  background: url("pix/preguntas.png") no-repeat;
  background-size: cover;
  content: "";
  position: absolute;top: 5%;
width: 5%;
left: 0;
height: 88%;
}
.foro p::before {
  background: url("pix/foro.png") no-repeat;
  background-size: cover;
  content: "";
  position: absolute;top: 5%;
width: 5%;
left: 0;
height: 88%;
}
.tarea p::before {
   background: url("pix/encuesta.png") no-repeat;
  background-size: cover;
  content: "";
  position: absolute;top: 5%;
width: 5%;
left: 0;
height: 88%;
}
.cuestionario p::before {
  background: url("pix/prueba.png") no-repeat;
  background-size: cover;
  content: "";
  position: absolute;top: 5%;
width: 5%;
left: 0;
height: 88%;
}

.pagina p::before {
  background: url(../../mooc%203/pix/papel.png) no-repeat;
  background-size: cover;
  content: "";
  position: absolute;top: 5%;
width: 5%;
left: 0;
height: 88%;
}
.juego p::before {
  background: url(../../mooc%203/pix/juego.png) no-repeat;
  background-size: cover;
  content: "";
  position: absolute;top: 5%;
width: 5%;
left: 0;
height: 88%;
}
.podcast p::before {
  background: url("pix/podcast.png") no-repeat;
  background-size: cover;
  content: "";
  position: absolute;top: 5%;
width: 5%;
left: 0;
height: 88%;
}

.glosario p::before {
  background: url("pix/glosario.png");
  background-size: cover;
  content: "";
  position: absolute;top: 5%;
width: 5%;
left: 0;
height: 88%;
}

.wiki p::before {
  background: url("pix/wiki.png");
  background-size: cover;
  content: "";
  position: absolute;top: 5%;
width: 5%;
left: 0;
height: 88%;
}

.carpeta p::before {
  background: url("pix/carpeta.png");
  background-size: cover;
  content: "";
  position: absolute;top: 5%;
width: 5%;
left: 0;
height: 88%;
}

/**etiquetas**/
.recursos::before {
  background: url(pix/recursos.png);
  background-size: cover;
}
.actividades::before {
  background: url(pix/actividad.png);
  background-size: cover;
}
.comunicacion::before {
  background: url("pix/comunicacion.png");
  background-size: cover;
}
.evaluacion::before {
  background: url("pix/evaluacion.png");
  background-size: cover;
}
.informacion::before {
  background: url("pix/informacion.png");
  background-size: cover;
}

.conclusion::before {
  background: url("pix/conclusion.png");
  background-size: cover;
}
.dialoguemos::before {
  background: url("pix/dialoguemos.png");
  background-size: cover;
}
.juegos::before {
  background: url("pix/juegos.png");
  background-size: cover;
}
.lectura::before {
  background: url("pix/lectura.png");
  background-size: cover;
}
.descarga::before {
  background: url("pix/r_descarga.png");
  background-size: cover;
}
/**TITULOS**/




/**guia- cronograma**/

#cronograma {

    width: 94%;
    margin: 3%;
}

#cronograma tr:first-child {
    background: #073030;
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

#cronograma tr:nth-child(4) {
    border-bottom: solid 2px #073030;
}
#cronograma .rowspaned {
    background: #445a5b;
    color: #fff;
    text-align: center;
}
#cronograma td {
    padding: 1%;
    border: 1px #445a5b solid;
}
#cronograma td:last-child, #cronograma td:nth-child(3) {
    width: 20% !important;
}



/*  */

@media screen and (max-width: 500px) {

body.drawer-open-right [data-region="blocks-column"] {
    right: 0;
}
[data-region="blocks-column"] {
    position: inherit;
}

#sidepre-blocks {
    display: contents !important;
}
#sidepreopen-control {
    display: none;
}
.summary svg {
    width: 100% !important;
    margin: 0 !important;
}

#titulo {
	padding: 0;
    margin-bottom: 1rem;
	white-space: break-spaces;
    width: 100%;
    height: 146px;
    margin-left: 0;	

}
#titulo::before {
    display: none;	
	}
	
#regresar img {
    min-width: 40%;
}
#label {
    padding: 0 0 0 6rem;
    white-space: break-spaces;
    background: #f7ead9;   
    width: 100%;
    margin-left: 0;
	}
#internas::before {
    display: none;		}
	
#internas {
    padding-bottom: 1%;
    margin: 1rem auto;
    width: 100%;
}	

#internas p, #internas h5 {
	padding: 0 2rem;
	margin: 1rem 0;}
	
}