/*
Theme Name: Control Ciudadano - igzhub
Theme URI: https://www.controlciudadano.org/
Template: Divi
Author: igzhub
Author URI: https://igzhub.com
Description: Para uso de Control Ciudadano
Updated: Enero 2021

*/

/* Fuentes */

html{
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}

body {
    color: #363636;
	text-rendering: optimizeLegibility;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

b,strong{font-weight:bold}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.leermas{
	    font-size: 16px;
    color: #114d9b;
    font-weight: bold;
    text-align: right;
    display: inherit;
    margin: 30px 10px 10px 0;
}
.leermas:hover{
	text-decoration:underline;
}




#ficha {
    padding: 30px;
    background: #f8f8f8;
    border: 1px solid #114d9b;
}


#ficha h1{
	padding:0;
	text-align:center;
	color:#114d9b;
	margin-bottom:20px;
	font-size: 30px;
	
}

#ficha h3 {
    color: #114d9b;
    font-size: 19px;
    margin: 20px 0 10px 0;
    padding: 0;
    font-weight: bold;
}

#ficha img {
	padding:0;
	width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 5px solid #114d9b;
    margin: 20px auto;
    display: block;
    background: #114d9b;
    box-shadow:0 0 10px darkgrey;
	
}

#ficha p{
	padding:0;
	
}



#biofanypoder h3{
	margin: 35px 10px 0px 10px;
	text-align:center;
	color:#114d9b;
	font-size:26px;
	font-weight:bold;


}

#biofanypoder p{



}


#cabecerabio {
   
    background: #114d9b;
    padding: 1%;
    border: 4px double #fff;
    background-image: url(https://www.controlciudadano.org/web/wp-content/uploads/LCCS-e1610117457814.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

#cabecerabio img {
	padding:0;
	width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px solid white;
    margin: 15px;
    display: inline;
    background:white;
    float:left;

}


#biofyp {
    float: left;
    width: 71%;
    padding: 20px;
}

#biofyp h1 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

#biofyp h4 {
    color: #fff;
    font-size: 17px;
    padding:0 0 10px 0;
    margin-bottom:10px;

}
#biofyp p {
     color: #fff;
    line-height: 1.3;
    font-size: 16px;
 
}

/* paginacion */

div#paginacion {
    padding: 20px;
    margin: 20px;
    display: block;
}
#paginacion a {
    color: #114d9b;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 20px;
}

.anterior {
    display: inline;
    float: left;
}
.siguiente{
    display: inline;
    float: right;
}


@media (max-width: 625px) {  /* media query */
.wp-caption {float: none!important; display: block;width: 100%!important;margin: 20px auto!important;}
.wp-caption img { width: 100%;  }
    
    
}/* fin media quiery 625*/


@media (max-width: 768px) {  /* media query */
	
.container {
    width: 92%!important;


  }

#ficha img {
	padding:0;
	width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 4px solid #114d9b;
    margin: 20px auto;
    display: block;
	
}

#ficha h1{
    font-size: 20px;
	
}

#ficha h3 {
    font-size: 15px;

}


#cabecerabio img {
	width: 160px;
    height: 160px;
    margin: 15px auto;
    display: block;
    float:none;

}


#biofyp {
    float: none;
    width: 100%;
    padding: 20px;
}

#biofyp h1 {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
}

#biofyp h4 {
    color: #fff;
    font-size: 16px;
    padding:0 0 10px 0;
    margin-bottom:10px;

}
#biofyp p {
     color: #fff;
    line-height: 1.3;
    font-size: 15px;
 
}






} /* media query fin */






