/* *********** textos ************* */
.txt_verdeagua
{
	color: #F8D533 !important;
}

.txt_rojo
{
	color: #BF1E2D !important;
}

.txt_negro
{
	color: #000 !important;
}

.txt_cafe
{
	color: #F8D533 !important;
}

.txt_naranja
{
	color: #C78132 !important;
}

.txt_azul
{
	/*color: #121525 !important;
	color: #192C49 !important;*/
  color: #38316E !important;
}

.txt_gris
{
	color: #585856 !important;
}

.txt_turquesa
{
	color: #116771 !important;
}

.txt_blanco
{
	color: #ffffff !important;
}

.txt_amarillo
{
	color: #efebbd !important;
}

.txt_occupy_blanco
{
	color: #fff !important;
	border: 1px solid #000;
	background: #fff;
	border-radius: 50%;
	height: 20px !important;
	width: 20px !important;
}

.txt_occupy_negro
{
	color: #000 !important;
	border: 2px solid #000;
	background: #000;
	border-radius: 50%;
	height: 20px !important;
	width: 20px !important;
}

.txt_occupy_gris
{
	color: #585856 !important;
	border: 2px solid #585856;
	background: #585856;
	border-radius: 50%;
	height: 20px !important;
	width: 20px !important;
}

.txt_10
{
	font-size: 10px !important;
}

.txt_10_i
{
	line-height: 12px !important;
}

.txt_12
{
	font-size: 12px !important;
}

.txt_12_i
{
	line-height: 14px !important;
}

.txt_15
{
	font-size: 15px !important;
}

.txt_15_i
{
	line-height: 17px !important;
}

.txt_20
{
	font-size: 20px !important;
}

.txt_20_i
{
	line-height: 22px !important;
}

.txt_22
{
	font-size: 22px !important;
}

.txt_22_i
{
	line-height: 24px !important;
}

.txt_25
{
	font-size: 25px !important;
}

.txt_25_i
{
	font-size: 27px !important;
}

.txt_28
{
	font-size: 28px !important;
}

.txt_28_i
{
	line-height: 30px !important;
}

.txt_30
{
	font-size: 30px !important;
}

.txt_30_i
{
	line-height: 32px !important;
}

.txt_40
{
	font-size: 40px !important;
}

.txt_45
{
	font-size: 45px !important;
}


.txt_50
{
	font-size: 50px !important;
}

.txt_60
{
	font-size: 60px !important;
}

.txt_70
{
	font-size: 70px !important;
}

.titulo
{
	font-family: BebasNeue !important;
	ffont-size: 20px;
}

.tituloBarlowSemiBold
{
	font-family: Barlow Semi Bold !important;
}

.tituloPlayfairItalic 
{
	font-family: PlayfairDisplay Italic !important;
}

.tituloPlayfairDisplay
{
	font-family: PlayfairDisplay !important;
}

.tituloPlayfairSemiBold
{
	font-family: PlayfairDisplay Semi Bold !important;
}

.tituloBarlowMedium
{
	font-family: Barlow Medium !important;
}

.tituloBarlowSemiMedium
{
	font-family: Barlow Semi Medium !important;
}

.p_candidata
{
	font-family: Barlow Semi Medium;
	font-size: 15px;
	line-height: 18px;
	color: #585856;
}

.p_redes_sociales
{
	font-family: Barlow Medium;
	font-size: 15px;
	line-height: 18px;
	color: #585856 !important;
}

.t_candidata
{
	font-family: PlayfairDisplay Semi Bold;
	font-size: 18px !important;
	line-height: 20px !important;
}

.txt_nosubrayado
{
	text-decoration: none !important;
}


/* *********** listas ************* */
.lista
{
  padding: 20px 20px 20px 40px;
  list-style-type: none;
}

.sublista
{
  list-style-type: none;
  position: relative;
  padding-left: 5px !important;
}

.sublista::before
{
  content: '✓';
  position: absolute;
  left: -0.8em;
  font-weight: bold;
  font-size: 15px;
  color: #116771 !important;
}

/* *********** fieldset y legend ************* */
fieldset
{
  border: 3px solid #c68031;
  width: 100%;
  border-radius: 10px;
}

legend
{
  height: auto;
  background: #c68031;
  width:auto; 
  color:#eeebbc; 
  padding:10px 20px;
  border-radius: 10px;
}

/* *********** carga de agua ************* */
.marca-de-agua
{
  background-image: url("../img/FondoMarcaAaguaLE.png");
  background-repeat: repeat-y repeat-x !important;
  background-position: center;
  width: auto;
  height: auto;
}

.marca-de-agua:before { background: rgba(255, 255, 255, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }

.marca-de-agua-infolab
{
  background-image: url("../img/infolab/FondoMarcaAguaInfolab.png");
  background-repeat: repeat-y repeat-x !important;
  background-position: center;
  width: auto;
  height: auto;
}

.marca-de-agua-infolab:before { background: rgba(255, 255, 255, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }

/* *********** fondos ************* */
.bg_azul
{
	background: #121525 !important;
}

.bg_cafe
{
	background: #F8D533 !important;
}

.bg_naranja
{
	background: #C78132 !important;
}

.bg_turquesa
{
	background: #116771 !important;
}

.bg_gris
{
	background: #585856 !important;
}

.bg_grisb
{
	background: #F3F3F3 !important;
}

.bg_azul_cielo
{
	background: #EAF2F1 !important;
}

.bg_verdeagua
{
	background: #F8D533 !important;
}

.bg_blanco
{
	background-color:rgba(255, 255, 255);
}

.bg_blanco_trans
{
	/*background: #ffffff !important;
	opacity: 0.5;*/

	background-color:rgba(255, 255, 255, 0.5);
}

.bg_transparente
{
	background: transparent !important;
}

.vtrans
{
	background: transparent;
	color: transparent;
	border:  none !important;

	top: 80%;
}

.vtrans_osc
{
	background: transparent;
	color: #000000 !important;
	border:  none !important;
}

.bg_header_infolab
{
	background-image: url('/v3/img/infolab/Portada-Infolab.jpg');
	background-position: bottom -50px center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
}

.bg_header_infolab_s
{
	background-image: url('/v3/img/infolab/INFOLAB-Portada_s.jpg');
	background-position: bottom -50px center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
}

.bg_header_ms_elecciones_mx2024
{
	background-image: url('/v3/img/micrositios/elecciones_mx2024/1.Elecciones2024-banner.png');
	/*background-position: bottom center;
	background-color: transparent !important;
	background-size: auto 100%;
	background-repeat: no-repeat;
	min-height: 150px;
	height: 300px;*/
	background-color: #121525;
	background-position: bottom -50px center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
}

.bg_header_ms_votoextranjero_2024
{
	background-image: url('/v3/img/micrositios/votoextranjero_2024/1.VotoExtranjero2024-banner.png');
	background-color: #121525;
	background-position: bottom -50px center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
}
/* *********** imagenes ************* */
.img_logocolaboraciones
{
	height: auto;
	width: 60%;

	padding: 10px;
	margin: 10px;
}

.img_logocolaboracionesv
{
	height: auto;
	width: 30%;

	padding: 10px;
	margin: 10px;
}

.img_logovoto
{
	height: 150px;
	width: auto;

	padding: 10px;
	margin: 10px;
}

.img_pedagogia
{
	height: 100%;
	width: 100%;

	padding: 10px;
}

.img_icono50
{
	height: 50px;
	width: 50px;
}

.img_icono50wid
{
	height: auto;
	width: 50px;
}

.img_icono30
{
	height: 30px;
	width: 30px;
}

.img_icono25
{
	height: 25px;
	width: 25px;
}

.img_icono20
{
	height: 20px;
	width: 20px;
}

.img
{
	height: auto;
	width: 100%;
}

.img_logo
{
	height: auto;
	width: 25% !important;
}

.img_logop
{
	height: auto;
	width: 200px;
}

.img_occupy
{
	height: 250px;
	width: 100%;
}

.img_portada
{
	height: auto;
	width: 75px;
}

.img_portada_2
{
	height: auto;
	width: 17%;

	padding: 10px;
	margin: 10px;
}

.img_hf_w100
{
	height: 350px !important;
	width: 100% !important;
}

.img_noticias
{
	object-fit: cover;
	object-position: center center;
}



/* *********** bordes, marcos y sombras ************* */
.border_inferior_turquesa
{
	border-bottom: solid 3px #116771 !important;
}

.border_inferior_cafe
{
	border-bottom: solid 3px #F8D533 !important;
}

.border_inferior_gris
{
	border-bottom: solid 1px #585856 !important;
}

.border_derecho_gris
{
	border-right: solid 1px #585856 !important;
}

.border_inferior_naranja
{
	border-bottom: solid 2px #C78132 !important;
}

.recuadro
{
  /*border:  solid 1px #585856;*/
  border:  none;
  margin: 0px;
  padding: 0px;
  box-shadow: 7px 7px 5px #585856;
  background: transparent !important;
}

.recuadro_sin
{
  border:  solid 1px #585856;
  margin: 0px;
  padding: 0px;
}

.brr_negro
{
	border:  solid 1px #000 !important;
	border-radius: 50%;
}

.border
{
	border: solid 2px #585856;
}

.sinborder
{
	border: none !important;
}

.recuadro_fila
{
  border:  solid 1px #585856;
  bborder:  none;
  margin: 0px;
  padding: 0px;
  box-shadow: 7px 7px 5px #585856;
  background: transparent !important;
  border-radius: 10px !important;
}

.recuadro_fila_verdeagua
{
  border:  solid 2px #F8D533;
  bborder:  none;
  margin: 0px;
  padding: 0px;
  box-shadow: 7px 7px 5px #BBBBBB;
  background: transparent !important;
  border-radius: 10px !important;
}

/* *********** forms ************* */
.form_contacto
{
	width: 100%;
}

.form_contacto_l
{
	border: 1px solid #fff;
	height: 20px;
	padding: 0px;
	margin: 3px 0px;
	width: 100%;
}

.form_contacto_l::placeholder
{
  color: white;
  font-size: 12px;
  font-family: Barlow Medium !important;
}

.form_contacto_s
{
	border: 1px solid #fff;
	height: 20px;
	padding: 0px;
	width: 49.5%;

	display: block;
	float: left;
}

.form_contacto_s::placeholder
{
  color: white;
  font-size: 12px;
  font-family: Barlow Medium !important;
}

.form_contacto_t
{
	border: 1px solid #fff;
	height: 20px;
	padding: 0px;
	margin: 3px 0px;
	width: 100%;
	height: 100px;
}

.form_contacto_t::placeholder
{
  color: #fff !important;
  font-size: 12px;
  font-family: Barlow Medium !important;
}



#form_facturar .form-group {
  display: block;
  margin-bottom: 15px;
}

#form_facturar .form-group .check_form {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

#form_facturar .form-group .label_form {
  position: relative;
  cursor: pointer;
}

#form_facturar .form-group .label_form:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid black;
  bbox-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

#form_facturar .form-group .check_form:checked + .label_form:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 11px;
  width: 6px;
  height: 14px;
  border: 5px solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


/* *********** */
.check_form {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.label_form {
  position: relative;
  cursor: pointer;
}

.label_form:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid black;
  bbox-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.check_form:checked + .label_form:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 11px;
  width: 6px;
  height: 14px;
  border: 5px solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-control
{
	color: black;
}

.cam_inhabilitado
{
	color: gray;
	background: gray;
}

.cam_habilitado
{
	color: gray;
	background: white;
}

/* *********** impresion ************* */
@media print
{
  .oculto-impresion, .oculto-impresion *
  {
    display: none !important;
	}
}

/* *********** bloqueo ************* */
.lightbox
{
    position:fixed;
    top:0; 
    left:0; 
    width:100%; 
    height:100% !important;
    overflow-y: scroll;
    text-align:center;
    background-color: rgba(0,0,0,0.8);
}

/* *********** li's de submenu ************* */
.ls_formato_menu
{
  height: 40px !important;
  max-height: 52px !important;

  padding: 0px !important;
  margin: 0px !important;
}

.ls_formato_menu a
{
  padding: 14px 10px !important;
}

.li_formato_submenu
{
  height: 19px !important;
  max-height: 32px !important;

  padding: 0px !important;
  margin: 0px !important;
}

.li_formato_submenu a
{
  padding: 3px 7px !important;
}

/* *********** Boton grande con icono ************* */
.botongde {
    border: none;
    ffont-family: 'Lato';
    ffont-size: 20px;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    lletter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

    padding: 25px;

}

.botongde:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Pseudo elements for icons */
.botongde:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}


/* Icon separator */
.botongde-sep {
    padding-left: 85px;
    padding-right: 25px;
    text-align: center;
}

.botongde-sep:before {
    background: rgba(255,255,255,0.20);
}

/* Button 1 */
.botongde-turquesa {
    background: #116771;
    color: #fff;
}

.botongde-turquesa:hover {
    background: #F8D533;
}

.botongde-turquesa:active {
    background: #F8D533;
    top: 2px;
}

.botongde-turquesa:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}

/* Button 2 */
.botongde-azul {
    background: #121525;
    color: #fff;
}

.botongde-azul:hover {
    background: #585856;
}

.botongde-azul:active {
    background: #585856;
    top: 2px;
}

.botongde-azul:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}

/* Button 3 */
.botongde-naranja {
    background: #C78132;
    color: #fff;
}

.botongde-naranja:hover {
    background: #F8D533;
}

.botongde-naranja:active {
    background: #F8D533;
    top: 2px;
}

.botongde-naranja:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}

/* Icons */

.icon-golpe:before {
    content: "\f255";
}

.icon-termometro:before {
    content: "\f2c7";
}

.icon-laptop:before {
    content: "\f109";
}