:root {
  --primary-color-1:#c60a0c;
  --secondary-color:#f5f5f5;
}
.nombreSpeaker{
	color: #E4650D;
	font-size: 1.3em;


	margin-bottom: .2rem!important;
	/* [disabled]white-space: nowrap; */
}

.nombreSpeaker2{
	color: #37bcee;
	font-size: 1.3em;



	margin-bottom: .2rem!important;
}

.nombreSpeaker a{
	color: #3C00A0;
    text-decoration:none !important;
}
.nombreSpeaker a:hover{
	color: #140232;
    text-decoration:none;
}

.imgBio{
max-width: 180px !important;	
}

.txtSpeaker{
font-size: medium;
color:#333;
margin-bottom: 0px !important;
}



.cvSpeaker{
	color: #37bcee;
	margin-bottom: 20px !important;
}
.agenda h3{
	    font-size: 1.5rem !important;
	}
	
.agenda h4{
	    font-size: 1rem !important;
		font-weight: 400;
}
.agendaTime{
	    font-size: 1rem !important;
		color:#000;
}

.imgspeakers{
	/*max-width:50px;*/
}	

 @media (max-width: 576px) {
   .txtSpeaker{
font-size: 0.9rem;
color:#333;
margin-bottom: 0px !important;
}
.agendaTime{
	    font-size: 1rem !important;
		color:#000;
		text-align: center !important;
}
.agenda {
	    font-size: 1rem !important;
		font-weight: 400;
		text-align: center !important;
}
}
	
