/***** PAGINA WEB: www.formaciondocente.com.mx *****/
:root {
    --primario: #3473AE;
    --secundario: #000000;
}

/***** ETIQUETAS GENERALES *****/
body {
    font-family: 'Lato', sans-serif;
}

h1, h2 {
    font-weight: 300;
}

h3 {
    font-weight: 300;
    font-weight: bold;
    color: #ffffff;
}

h4 {    
    font-weight: bold;
    color: #ADCDEA;
    font-size: 18px;    
}

h5 {    
    font-weight: bold;
    color: #3473AE;
    font-size: 18px;
    text-align: center;
}

h6 {
    font-size: 20px;
    color: #ffffff;
}

/***** ENCABEZADO *****/
#right {
    float:right;
    width:1650px;
}

.barra {
    background-color: #3473AE;
}

/***** MENU DE NAVEGACION *****/ 
 .navegacion {
     background-color: #3473AE;
 }

 .navbar-light .navbar-toggler{
     background-color: #ffffff;
 }

 .navbar-light .navbar-brand,
 .navbar-light .navbar-brand:hover {
    color: #ffffff;
 }

 .nav-principal {    
    background-repeat: repeat-x;
    background-position: 0px top, 0px bottom;
 }

 .nav-link {
    color: #ffffff;
    font-size: 18px;
    transition: all .5s ease-in-out;
    font-family: 'Raleway', sans-serif;
 }

 .nav-link:hover {
    background-color: #ADCDEA;
    color: #000000;
 }

/***** CARRUSEL DE IMAGENES *****/
.carousel-caption h3 {
    font-size: 2.4rem;
}

/***** RINCONES EDUCATIVOS *****/
.btn-primary {
    background-color: #2F6AA1;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    border-color: #F58634;
    border-width: 2.0px;
}

.rincones {    
     background-color: #ADCDEA;     
}

.card {
    margin-bottom: 2rem;
}

.card-meta span {
    font-weight: 700;
}

.card-body p{
    font-size: 1rem;
    line-height: 2rem;
    text-align: justify;
}

.card-body a {
    color: #ffffff;    
}

h2.lecture-title {
  margin: 30px 0;
  font-size:2rem;
  text-align: center;
  font-family: 'Dosis', sans-serif;
  color: #3473AE;
  font-weight: bold;
}
 

/***** BLOG EDUCATIVO *****/
.encuentra {
    background-image: url(../img/blog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;    
}

.encuentra .container .row {
    height: 25rem;
}

.encuentra h3 {
    font-size: 2.2rem;
    font-weight: 900;
}

.blogcolor {
    text-align: center;
    color: #fff;
    background-color: #3473AE;
    display: inline-block; /*Fondo Solamente al Texto*/
}

.blogtitulo span { 
    background: #3473AE;
}

/****** PUBLICACIONES PEDAGOGICAS *****/
.publicaciones {
    font-weight: 300;
    font-weight: bold;
    color: #3473AE;
}

/***** BIBLIOTECA DIGITAL *****/
.biblioteca {    
     background-color: #ADCDEA;
}

/***** BIBLIOTECA DIGITAL *****/
.tweet-list li {
	display:block;
	color:#ffffff;
	font-size:20px;
	line-height:1.6em;
	padding:10px 0;
	padding-left:50px;
	background:url("../img/icono_biblioteca.png") no-repeat center left;
    border-top:1px solid rgba(120, 124, 127, 0.4);
}

.tweet-list li:first-child{
	border-top:none;
}

.tweet-list li a{ 
	color:#3473AE;
}

.tweet-list li a:hover{ 
	text-decoration:underline;
}

.tweet-list li span{ 
    font-size:13px;
    color:#3473AE;
}

/***** PIE DE PAGINA *****/
.footer {
    background-color: #3473AE!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 0rem;    
    padding: 2rem 0;    
    color: #ffffff;
    text-align: left;
    border-bottom: 5px solid #F58634;
    border-top: 5px solid #F58634;
}

.espacio {
    margin-left: 1.5em;
}

.footer a, a:hover { 
    color: #ffffff;   
}

/***** INFORMACION GENERAL *****/
.descripcionarea{
    text-align: center;
}

.cursos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; 
}

.cursos .curso {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 1rem);
    flex: 0 1 calc(50% - 1rem);
    /*background-color: #3473AE;*/
    background-color: #8eb6db;
    margin-bottom: 1rem;   
    border: 1px solid #A9CCE3;
}

.cursos .curso .imagen-curso {
    width: 100%; 
}

.imagen-cuentos {
    width: 90%;
    height: 90%;
    padding: 1rem;    
    /*Centrar Imagen en DIV*/
    display:block;
    margin:auto;
}

.card-title {
    font-size:30px;
    color:#3473AE;
    font-weight: bold;
}

.card-text {
    font-size:20px;
    color:#000000;
}
    
@media only screen and (min-width: 768px) {
    .cursos .curso {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33% - 1rem);
        flex: 0 1 calc(33% - 1rem); 
    } 
}

@media only screen and (min-width: 1024px) {
    .cursos .curso {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 1rem);
        flex: 0 1 calc(25% - 1rem); 
    } 
}
    
.cursos .curso .info-curso {
    padding: 1rem 1rem; 
}

.cursos .curso .info-curso h4 {
    margin: 0;
    font-size: 1.2rem;
}

.cursos .curso .info-curso .boton {        
    background-color: #2980B9;
    padding: .5rem 1rem;
    display: block;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}
      
.cursos .curso .info-curso .precio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cursos .curso .info-curso .precio .oferta {
    text-decoration: line-through;
    font-size: 1.4rem;
    font-weight: 700; 
}

/***** DISPOSITIVOS MOVILES *****/
@media (min-width: 768px) { 
    .barra {
        background-color: transparent;
    }

    .header {
        position: relative;
    }

    .header .barra {
        position: absolute;
        z-index: 100;
        width: 100%;
    }

    .footer {
        height: 300px;
        display: grid;
        align-content: center;  
    }

    .footer .contenedor {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
    }

    .contenedor2 {
        max-width: 1100px;
        width: 90%;
        margin: 0 auto;
    }

    .separador::after {
        content:'';
        display: block;
        margin: 0 auto;
        width: 650px;
        height: 100px;
        background-image: url(../img/separador.png);
        background-position: center center;
        background-repeat: no-repeat;
    }    
}

/*****     ******/
.contenedorZ {
    max-width: 1200px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

.contenido {
    background-color: #2980B9;
    margin-bottom: 1rem;
    padding: 1rem;
    text-align: justify;
}

.contenido2 {
    background-color: #2980B9;
    margin-bottom: 1rem;    
    padding: 1rem;
    text-align: justify;
    color: #ffffff;
    font-size: 18px;
}

.contenido h3 {
    text-align: center;
    font-size: 22px;
    line-height: 1.4rem;
}

.contenido span {
    color:#db008d;
}

.boton {
    background-color: #008fd1;
    color: white;
    padding: .6rem 2rem;
    margin-top: 1rem;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

@media screen and (min-width:480px) {
    .contenido-principal {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .entrada {
        flex: 0 1 calc(100% - 0rem);

    }
}

@media screen and (min-width:768px) {
    .entrada {
        flex: 0 1 calc(33% - 1rem);
    }
}

/***** DESCRIPCION RINCONES *****/
.botonmas {
    width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.descripcionA{
    color: #000000;
    font-size:20px;
    text-align: justify;
    padding: .5rem 0rem;
}


/***** RUTA DE NAVEGACION *****/
.tweet-barra li {
	display:block;	
	font-size:20px;
	padding: 2px 0;
	padding-left: 5px;    
}

.tweet-barra li a{ 
	color:#3473AE;
}

.tweet-barra li a:hover { 
	text-decoration:underline;
}

.tweet-barra li span { 
    font-size:13px;
    color:#3473AE;
}

/***** PRESENTACION PORTAL *****/
.presentacion {    
    /*background-color: #3473AE;*/
    background: linear-gradient(to right, #2C5CA4 0%, #008fd1 100%);
    border-bottom: 5px solid #F58634;
    border-top: 5px solid #F58634;
}

.presentacion .titulo {
    font-weight: 300;
    font-weight: bold;
    color: #ffffff;
}

.presentacion .descripcion{
    color: #ffffff;
    font-size:20px;
    text-align: justify;
    margin-left: 2.5em;
    margin-right: 2.5em;    
}

/***** EFECTO ZOOM PARA IMAGENES *****/
.img-zoom img {
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    width:100%;
}

.img-zoom:hover img {
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
    transform:scale(1.25);
}

.img-zoom {/*Ancho y Altura son Modificables al Requerimiento de Cada Uno*/
    overflow:hidden;
}

/***** BIBLIOTECA DIGIAL *****/
.bibliotecaDigital {
    /*background: linear-gradient(to right, #2C5CA4 0%, #008fd1 100%);*/    
    /*background-color: #6d92af;*/
    background-color: #ADCDEA;  
    border-bottom: 5px solid #F58634;
    border-top: 5px solid #F58634;   
}

.bibliotecaDigital .titulo {
    font-weight: 300;
    font-weight: bold;
    color: #3473AE;    
}

.espacioBiblioteca {
    margin-left: 1.0em;
    margin-right: 1.0em;
}

/***** EFECTO PARA IMAGENES *****/
.imgTransparencia:hover {
    filter: opacity(.5);
}