/*======================================
Theme Name: sustainatopia
Theme URI: https://igzhub.com
Description: Para uso de sustainatopia
Version: 1.0
Author: igzhub
Author URI: https://igzhub.com
Template: Divi
======================================*/

.get a {
    color: #ffffff!important;
    background: #045379;
    padding: 0 20px!important;
    border-radius: 5px;
    margin: 25px 5px 0 5px!important;
    font-size: 13px!important;
    height: 30px;
   text-transform: uppercase;

}


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

body {
    font-family: "Droid Serif",Georgia,Times,"Times New Roman",serif;
	font-size:16px;
    font-weight: normal;
	line-height: 1.5;
    color: #363636;
	text-rendering: optimizeLegibility;
}
*/

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

b,strong{font-weight:bold}

#footer-bottom {display:none;}

#footer-widgets {
    padding: 3% 0 0;
}










/* SPEAKERS */


/* SPEAKERS */


/* Esructura  */
* {
    box-sizing: border-box;
}

.speaker {
    width: 21%;
    float: left;
    height: 205px;
    margin: 15px 2%;
	cursor: pointer;
	position: static;
}

@media (max-width: 1100px) {
    .speaker  {
        width: 29%;
    }
}

@media (max-width: 890px) {
    .speaker  {
        width: 46%;
    }
}

@media (max-width: 550px) {
    .speaker  {
        width: 96%;
	float:none;
    }
}

/* Formato */

#speakers a {text-decoration:none;background:#000;}


.name img {
    max-width: 120px;
    max-height: 120px;
	width:100%;
	height:100%;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
	box-shadow: 0 0 3px #000;
}


.name h2 {
    font-size: 1.70em;
    text-align: center;
    padding: 13px 0 4px 0;
    line-height: 1.3;
    font-weight: lighter;
    color: green;
}

.name h3 {
    font-size: 1.1em;
    text-align: center;
    color: #555;
    font-weight: normal;
    line-height: 1.2;
}

.bio {
    background: #fff;
    padding: 15px;
    border: 1px solid #1279047a;
    position: absolute;
    z-index: 999;
    min-width: 227px;
    word-break: break-word;
}

.bio img {
    width: 110px;
    height:110px;
    margin: 20px;
    
    border-radius: 50%;
	box-shadow: 0 0 3px #000;
}

.bio h2 {
    font-size: 1.60em;
    text-align: left;
    padding: 0;
	line-height:1.2;

}

.bio h3 {
    font-size: 0.95em;
    text-align: left;
	color:#333;
	
}



.foto {float:left;width:23%;border-right:1px solid #333;margin-right:2%;}

.contenido {float:left;width:60%;}

@media (max-width: 700px) {
	.foto {float:none;width:100%;display:block;border-right:0px solid #333;margin-right:0%;}

	.contenido {float:none;width:100%;display:block;}
}

