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

html, button {
	font-family: 'Noto Serif', serif;
	font-size: 16px;
}

h1 {
	font-size: 26px;
	line-height: 40px;
}

h4 {
	font-weight: 400;
 font-family:'Roboto', sans-serif;
}
hr {
	margin-bottom: 40px;
	margin-top: 10px;
	border: solid .5px #E7E7E7;
}
.darkred {
	color: darkred;
	font-size: 14px;
	font-weight: 500;
	margin-right: 5px;
	vertical-align: baseline;
	text-decoration: underline;
}

.darkred:visited{
	color: darkgoldenrod;
}
button {
	outline: none;
	font-size: 18px!important;
	line-height:24px;
}
.contenedor_general {
	width: 800px;
	height: 1200px;
	margin: 16px auto;
	overflow: hidden;
	
	
}

p  {
	font-size: 18px;
	line-height:24px!important;
	margin-bottom: 0;
	margin-top: 0;
}
a {
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px!important;
	color: red;
	text-decoration: none;
	vertical-align: super;
}
	a:visited {
	color: red;
}



.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.acordeon_panel {
  padding: 18px 18px;
 font-family:'Roboto', sans-serif;
	display: none;
  overflow: hidden;
}

.reconstruccion {
	color: #525252;
}
.contenedor_acordeon {
	font-size: 16px;
	line-height: 36px!important;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	
}
.contenedor_acordeon:after {
  content: '\002B'; /* Unicode character for "plus" sign (+) */
  font-size: 24px;
  font-weight: bold;
  color: red;
  margin-left: 5px;
}

.acordeon_activo:after {
  content: "\2212"; /* Unicode character for "minus" sign (-) */
	color: red;
}


/*TOOLTIP*/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  font-family:'Roboto', sans-serif;
	
  visibility: hidden;
  width: 400px;
  background-color: white;
  color: black;
  text-align: left;
  border-radius: 6px;
	border: 1px solid #828282;
  box-shadow: 3px 3px 3px #888888;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 1300%;
  left: 50%;
  margin-left: -175px;
}
.tooltiptext {
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight:400; 
		
}
.tooltip {
	margin-right: 6px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}



.ingles {
	color: #7B9373;
	font-family:'Roboto', sans-serif;
	margin-bottom: 16px;
}

.contenedor_botones_simulados {
 	
display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.contenedor_botones_simulados p {
	color: #488438;
}

.circulos {
	border-radius: 47%;
	padding: 5px;
	width: 25px;
	height: 25px;
	font-size: 12px!important;
	line-height: 12px;
	margin: 0 5px;
	background-color: #E2F1DE;
	border: none;
}
.circulos:hover {
	background-color: cadetblue;
	color: rgba(255,255,255,.80)
}
.circulos.active {
	background-color: #F28D8E;
	color: rgba(255,255,255,0.90);
}
.circulos.active:hover {
	background-color: darkred;
}

.vinculo_dentro_de_boton {
	text-decoration: underline;
	vertical-align: baseline;
	color: cadetblue;
	font-size: 18px;
	line-height:24px;
}
.vinculo_dentro_de_boton:hover {
	color: midnightblue;
}
.vinculo_dentro_de_boton:visited {
	color: cadetblue;
}


.contenedor_input_boton_metaphor {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	
}

.metaphor_enter {
	width: 30px;
	height: 25px;
	margin-left: 10px;
	margin-right: 10px;
	align-content: flex-start;
}

.boton_metaphor {
	border-radius: 0;
	margin-left: 0;
	margin-right: 10px;

}
