/*!
Theme Name: BasicInc
Theme URI: http://fabricadecisas.com
Author: Jorge Montoya
Author URI: http://fabricadecosas.com
Description: Tema para el curso Bases para la Inclusión
Version: 1.0
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: basic-incl
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}





/* BASES PARA LA INCLUSIÓN 2025 */

/* Títulos */

body {
	font-family: "Montserrat" !important;
	background: #F7F7F7 !important;
	font-size:18px !important;
}


p, .p{
	font-size:18px !important;
}


p.texto-grande{
	font-size:24px !important;
}

a, .a{color:#000; text-decoration:none !important;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-weight: bold;
}

h1, .h1 {
	font-size: 90px;
}
h2, .h2 {
	font-size: 72px;
	margin-bottom:30px;
}
h3, .h3 {
	font-size: 44px;
}
h4, .h4 {
	font-size: 28px;
}


/*Colores de fondo*/
.bg-morado {
	background-color: #2D1D38;
}
	
.bg-gris {
	background-color: #E2E2E2;
}

.bg-negro {
	background-color: #0A060C;
}

.bg-rosa {
	background-color: #E6CFE3;
}

.bg-amarillo {
	background-color:#F3F3BD;
}

.bg-naranja {
	background-color: #DE643B;
}

.bg-verde {
	background-color: #06433E;
}

/* Colores de texto */

.txt-morado {
	color: #2D1D38;
}
	
.txt-gris {
	color: #E2E2E2;
}

.txt-negro {
	color: #0A060C;
}

.txt-rosa {
	color: #E6CFE3;
}

.txt-amarillo {
	color: #F3F3BD;
}

.txt-naranja {
	color: #DE643B;
}

.txt-verde {
	color: #06433E;
}

.un-bloque{
	min-height: 100vh;
}
.una-franja{
	min-height: 25vh;
}

.separador-alto{margin-top:100px;}

.separador-medio{margin-top:60px;}

.separador-bajo{margin-top:30px;}

.boton-contenido a{
	color: #000000;
	text-decoration: none;
	}


.intro-logo{
	margin-top: 200px;
	margin-bottom:20px;
}

.boton-contenido{
	background: #F3F3BD;
	color: #000000;
	border: 1px solid #2D1D38;
	display: inline-flex;
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
	padding: 0 50px 0 0; 
	margin-bottom: 50px;
	margin-right: 50px;
}

.boton-contenido:hover{
    background: #2D1D38;
    color: #F3F3BD;
    border: 1px solid #F3F3BD;
}

.numeral{
	background: #2D1D38;
	color: #F3F3BD;
	font-weight: bold;
	border-radius: 25px;
	margin-left: -20px;
	margin-top: -20px;
	margin-right: 50px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	font-size: 28px;
	text-align: center;
}

a.menu-top, a.menu-top:active{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 25px;
	color: #000000;
	font-weight: bold;
	border: 1px solid transparent;
	background: none;
	text-decoration: none;
	display: inline-block;
	margin-right: 20px;
	margin-top: 5px;
}

a.menu-top:hover, a.menu-top:visited{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 25px;
	color: #000000;
	font-weight: bold;	
	border: 1px solid #2D1D38;
	background: #E6CFE3;
}


a.menu-top2, a.menu-top2:active{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 25px;
	color: #000000;
	font-weight: bold;	
	border:1px solid #2D1D38;
	background: #E6CFE3;
	text-decoration: none;
	display: inline-block;
	margin-right: 20px;
}


a.menu-usuarios, a.menu-usuarios:active{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 25px;
	color: #E6CFE3;
	font-weight: bold;
	border: 1px solid #E6CFE3;
	display: inline-block;
	background: #2D1D38;
	text-decoration: none;
	margin-top: 5px;
}


a.menu-usuarios:hover{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 25px;
	color: #2D1D38;
	font-weight: bold;
	border:1px solid #2D1D38;
	display: inline-block;
	background:#F3F3BD;
	text-decoration:none;
}


a.menu-usuarios2, a.menu-usuarios2:active{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 25px;
	color: #2D1D38;
	font-weight: bold;
	border:1px solid #2D1D38;
	display: inline-block;
	background:#F3F3BD;
	text-decoration:none;
}

 .separador{
	 padding: 60px 120px;
 }
 
 .banda{
	 margin-bottom:60px;
 }
 
 .padding-interno{padding:30px;}
 
 .bpli-form{
	 border:1px solid transparent;
	 background: #F3F3BD;
	 border-radius: 21px;
	 line-height:42px;
	 color:	 #000000;
 }
 
 .bpli-form:focus{
	 border:1px solid #e0574b;
	 background: #F3F3BD;
	 color:	 #000000;
	 box-shadow:none;
 }
 
  
 .mitad{
	 width:49%;
	 float: left;
	 margin-bottom: 20px;
 }
 
 .contenida{
	 max-width: 100%;
 }
 .campo1{
	 margin-right: 2%;
 }
  .bpli-btn{
	text-align: center;
    font-weight: bold;
    background: #2d1d38;
    border-radius: 25px;
    height: 50px;
    color: #e6cfe3;
    width: 150px;
    border: 1px solid #2d1d38;
  }
  
  .bpli-btn:hover,   .bpli-btn:active{
	text-align: center;
    font-weight: bold;
    background: #e6cfe3;
    border-radius: 25px;
    height: 50px;
    color: #2d1d38;
    width: 150px;
    border: 1px solid #2d1d38;
  }
  
  .bpli-btn2{
	text-align: center;
    font-weight: bold;
    background: #2d1d38;
    border-radius: 25px;
    height: 50px;
    color: #e6cfe3;
    width: 100%;
    border: 1px solid #2d1d38;
  }
  
  .bpli-btn2:hover,   .bpli-btn2:active{
	text-align: center;
    font-weight: bold;
    background: #e6cfe3;
    border-radius: 25px;
    height: 50px;
    color: #2d1d38;
    width: 100%;
    border: 1px solid #2d1d38;
  }
   
   .a-la-derecha{
	   float: right;
   }
   
   .login-con-google{
	   border-top: 1px solid #DE643B;
	   margin-top:80px;
	   padding-top:30px;
   }
   
   /* TABS DEL CURSO */
   
   .nav .nav-item button.active {
  background-color: transparent;
  color: #000000 !important;
}
.nav .nav-item button.active::after {
  content: "";
  border-right: 4px solid transparent;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  border-radius: 5px 0 0 5px;
}

.tarea-pendiente{	
	padding-left: 32px;
	background: url(img/dot.png) no-repeat center left;
}

.tarea-hecha{
	padding-left: 32px;
	background: url(img/check.png) no-repeat center left;
}

.avatar-usuario-top{
	width:60px;
	height:60px;
	float:right;
}

.boton-inhabilitado{
	opacity:.6;
}

.boton-siguiente{
	line-height:24px;
	background: url(img/siguienteflecha.png) no-repeat right center;
	padding-right: 30px;
}

.boton-anterior{
	line-height:24px;
	background: url(img/anteriorflecha.png) no-repeat left center;
	padding-left:30px;

}

.logo-bpli{
	height: 80px;
	margin-top: -15px;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #000000 !important;
    font-weight: 400 !important;
}

.nav .nav-item button.active {
    background-color: transparent;
    color: #000000 !important;
    font-weight: 600 !important;
    text-align: left;
    line-height: 20px;
}

.nav-pills .nav-link {
    text-align: left !important;
    line-height: 20px;
}

.redondeado{
	border-radius:25px;
}

.sombreado{
	-webkit-box-shadow: 0px 0px 15.7px 3px rgba(99,99,99,0.25);
-moz-box-shadow: 0px 0px 15.7px 3px rgba(99,99,99,0.25);
box-shadow: 0px 0px 15.7px 3px rgba(99,99,99,0.25);
}

 .seguimiento{
	 height:190px;
 }

.seguir-izquierda{
	padding:40px;
	width:80%;
	float:left;
}
.seguir-derecha{
	width:20%;
	float:right;
	text-align:center;
	height:190px;
	line-height:190px;
}

.full-indicador{
	line-height:190px;
	}

.indicador-general{
	line-height:80px;
	padding-top:30px;
	}

.clear{
	clear:both;
}

.linea-inferior-rosa{
	border-bottom:2px solid #E6CFE3;
	margin-bottom:20px;
}

.linea-inferior-morado{
	border-bottom:2px solid #2D1D38;
	margin-bottom:20px;
	padding-bottom: 12px;
}

.link-seguir{
	float:right;
	color:#E6CFE3;
	text-decoration: underline;
}
.link-seguir a{
	color:#E6CFE3;
	font-weight:bold;
}

.tarjeta{
	
padding: 30px;
height:450px;
margin-bottom:25px;
}

 .tarjeta-realizada{border:1px solid #2D1D38}
 
 .tarjeta-activa{border:1px solid #F3F3BD}
 
 .tarjeta-pendiente{border:1px solid #000000}

.numeral-tarjeta{
	
font-size: 72px;
	
font-weight: bold;
	
float: left;
	
line-height: 60px;
}

.nota-tarjeta{
	
float: right;
	
height: 60px !important;!I;!;
}

.titulo-tarjeta{
	margin-top: 100px;
	height:200px;
}
.progreso-tarjeta{
	margin-top:0px;
}

.boton-ir-tarjeta{

}

a.ir-al-modulo{
		background: #e6cfe3;
	padding: 10px 15px;
	border-radius: 20px;
	margin-top: 60px;
	font-weight: bold;
	display:inline;}
	
a.descargar-pdf-plano{
		font-size:14px;
		padding-left:30px;
		line-height:24px;
		background: url(img/descargar.png) no-repeat center left;
		margin:30px 0;
		display:block;
}

.marcar-tareas{
	margin-top:60px;
	display:inline-block;
	border:1px solid;
	padding-left:15px;
	border-radius:16px;
}
	
a.marcar-terminado{
	
		font-size:14px;
		padding:30px;
		line-height:32px;
		background: url(img/check.png) no-repeat center left;
		display:inline;
		height:30px;
		font-weight:bold;
}

.marcar-tareas:hover{
	background: #E6CFE3;
}

.seleccionado{
	font-weight: 900 !important;	
}

.pregunta{margin-bottom:30px;}

.cuestionario{list-style-type: none;}

.opcion-respuesta{
    margin-bottom: 20px;
    background: url(img/dot.png) no-repeat;
    padding-left: 50px;
}
.opcion-seleccionada{
    margin-bottom: 20px;
    background: url(img/selected.png) no-repeat;
    padding-left: 50px;
}

.nota-cuestionario{
	float:right;
	margin-top: -58px;
}

.correccion{
	font-weight:bold;
	padding:30px 30px 40px 30px;
}

.borde-negro{
	border: 1px solid #000;
}
.terminados{
    padding: 0 40px;
    display: block;
}

.terminados-izquierda{
    width: 60%;
    float: left;
    line-height: 50px;
}

.terminados-derecha{
    width: 40%;
    float: right;
}

.la-nota{
    width: 100px;
    display: inline-block;
    line-height: 50px;
}

.nota-emoji{
    display: inline-block;
    width: 80px;
    line-height: 50px;
}

.emoji-bajo{
    height: 40px;
    margin-top: -5px;
}

.link-general{
    line-height: 40px;
    width: 120px;
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
}

.barra-seguimiento{
    height: 60px;
    margin-bottom: 40px;
    margin-top: -30px;
}
.barra-fondo{
    height: 40px;
    margin-left: 35px;
    margin-right: 278px;
    border-radius: 20px;
}
.barra-progreso{
    height: 60px;
    margin-top: -50px;
    margin-left: 35px;
    border-radius: 30px;
    width: 342px;
}
.page-container{
width: 1440px;}