body{
    font-family: 'Open Sans', sans-serif;
}

h2{
    font-size: 30px;
    font-weight: 900;
    color: #FAE924;
    line-height: 60px;
}

.conferencia{
    background-color: #E5007E;
}

.panel{
    background-color: #a4c73e;
}   

.mesa{
    background-color: #ffffff;
}

a li.activo10{
    background-color: #E5007E !important;
    color: #ffffff !important;
}

a li.activo11{
    background-color: #FFCC3D !important;
    color: #ffffff !important;
}

a li.activo2930{
    background-color: #FFCC3D !important;
    color: #ffffff !important;
}

.activo30{
    background-color: #A5CD39 !important;
}

/* CABECERA */

header{
    width: 100%;
    background-color: #217DC0;
    background-image: url('../img/cabecera-fondo.jpg');
    background-size: cover;
    background-position: top center;
}

header .logo{
    width: 100%;
    margin: 0 auto;
}

header .barra-buscador{
    width: 100%;
    height: 60px;
    background-color: #217DC0;
}



header .barra-buscador .buscador-grupo{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: space-between;
    height: 60px;
}

header .barra-buscador .buscador-grupo input{
    border: none;
    height: 45px;
    width: 280px;
    padding: 5px;
    border-radius: 5px;

}

header .barra-buscador .buscador-grupo input::placeholder{
    color: #666666;
    font-weight: 300;
}

header .barra-buscador .buscador-grupo input:focus-visible{
    outline-color:  #217DC0;
}

header .barra-buscador .buscador-grupo h3{
    font-weight: 700;
    color: #ffffff;
    margin: 0 15px 0 0;
}


/*MD*/ @media (max-width:768px){
    header .barra-buscador{
        
        height: 135px;
       
    }

    header .barra-buscador h2{
        text-align: center;
    }

    header .barra-buscador h3{
        font-size: 12px;
    }


}

/* FILTRO */

#filtro{
    padding: 30px 0 0 0;
}

#filtro ul{
    list-style: none;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: space-between;

    margin: 0;
    padding: 0;
}

#filtro ul li{
    background-color: #ffffff;
    color: #217DC0;
    margin: 0 15px;
    border: solid 1px #217DC0;
    border-radius: 25px;
    height: 40px;
    padding: 0 30px;
    text-align: center;
    font-weight: 700;
    line-height: 40px;
    font-size:16px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    cursor: pointer;
}

#filtro ul li i{
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url('../img/ico-descargar.svg');
    margin-right: 8px;
}

#filtro ul li.activo{
    background-color: #217DC0;
    color: #ffffff;
}

#filtro ul li:hover{
    background-color: #217DC0;
    color: #ffffff;
}


/*SS*/ @media (max-width:768px){

    #filtro ul{
        list-style: none;
    
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    
        margin: 0;
        padding: 0;
    }

    #filtro ul li{
        margin: 0 0 15px 0;
    }
}

/* GRILLA */

#grilla{
    padding: 30px 0;
}

#grilla .grilla-modulo{
    width: 100%;
    
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 15px;
}

#grilla .grilla-modulo .foto{
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}


#grilla .grilla-modulo h3{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #000000;
}

#grilla .grilla-modulo .datos{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;

    font-weight: 400;
    color: #000;
    font-size: 12px;
    margin-bottom: 15px;
}

#grilla .grilla-modulo .datos .fecha{
    margin-right: 15px;
}

#grilla .grilla-modulo  .boton-mas{
    background-color: #217DC0;
    text-align: center;
    color: #ffffff;
    padding: 8px 0;

}

/* MAPA */
#mapa .barra-mapa{
    background-color: #217DC0;
}

#mapa iframe{
width: 100%;
height: 500px;
margin-bottom: -5px;

}

/* CONTACTO */
#contacto .barra-contacto{
    background-color: #217DC0;
    padding: 15px 0;
    
}



#contacto a{
    color: #ffffff;
}

#contacto h3{
    font-weight: 900;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}


/*SS*/ @media (max-width:768px){
    #contacto a{
        font-size: 12px;

    }
}


/* ACTIVIDADES */
#actividades{
    padding: 30px 0 0 0;
}

#actividades .panel,#actividades .mesa ,#actividades .conferencia{
    padding: 30px;
}

#actividades h1{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#actividades h2{
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000;
}

#actividades .mesa h3{
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000;
}

#actividades p{
    text-align: center;
    font-weight: 400;
    font-size: 14px;    
    margin-bottom: 30px;
}

#actividades .modulo {
    margin: 0 0 30px 0;
}

#actividades .modulo .foto{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0  0 0 auto;
}

#actividades .modulo .vertical{
   
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
}

#actividades  .modulo h3{
    font-size: 16px;
    font-weight: 700;
    
}

#actividades  .modulo p{
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    margin: 0;
}

#actividades   a{
    color: #000000;
}

#actividades  a:hover{
    color: #000000a8;
    text-decoration: none;
}

#actividades .botones{
    display: flex;
    justify-content: center;
    margin: 30px 0;
    flex-direction: column;
    align-items: center;
}

#actividades .boton{
    background-color: #ffffff85;
    padding: 10px 30px;
    margin: 15px;
    position: relative;
    border: solid 1px #666666;
    width: 300px;
    border-radius: 5px;
    padding: 15px 15px 15px 46px;
}



.lugar{
    background-image: url('../img/ico-lugar.svg');
    background-position: 16px 16px;
    background-repeat: no-repeat;
}

.zoom{
    background-image: url('../img/ico-zoom.svg');
    background-position: 8px;
    background-repeat: no-repeat;
}

#actividades .table-responsive{
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
    border-radius: 15px;
}

#actividades .table {
    font-size: 14px;
    
}

#actividades .table .ponencia{
    width: 300px;
    display: block;
}

/*SS*/ @media (max-width:768px){
    #actividades .mesa{
        padding: 0px;
    }


}

/* BUSQUEDA  RESULTADOS */

#busquedaInformador{
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    top: 60px;
    left: 0;    
    z-index: 999;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    padding: 15px;
    display: none;
}

#busquedaInformador a{
    color: #000000;
}

#busquedaInformador a:hover{
    color: #000000;
    text-decoration: none;
}

#busquedaInformador .modulo{

position: relative;
padding: 20px 0 8px 0;
border-bottom: solid 1px #666666;
margin-bottom: 8px;

}

#busquedaInformador .modulo .dato{
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #217DC0;
    padding: 0 15px;
    border-radius: 5px;
    color: #fff;
}

#busquedaInformador .modulo h4{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0 0 0;
}


/*SS*/ @media (max-width:768px){

    #busquedaInformador{
        left: 15px;
        top: 67px;
        width: 90%;
    }
}

/* TRABAJOS FICHA */

#trabajos{
    padding: 30px 0;
    background-color: #e4e4e4;
    margin: 30px 0 0 0;
}

#trabajos a{
    color: #000000;
}

#trabajos a:hover{
    color: #000000;
    text-decoration: none;
}


#trabajos h1{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#trabajos p{
    text-align: center;
}

#trabajos ul{
    list-style: none;
    margin: 15px 0 30px 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

#trabajos ul li{
    padding: 8px;
    background-color: #ffffff85;
    margin-bottom: 2px;
}


#trabajos h3{
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #E5007E;
}

#trabajos .foto{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 0 auto 30px auto;
    overflow: hidden;

}

/* CRONOGRAMA */

#cronograma {
    padding: 30px 0;
}

#cronograma .impar{
    background-color: #ececec;
}

#cronograma a{
    color: #000000;
}

#cronograma p{
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

#cronograma a:hover{
    color: #000000;
    text-decoration: none;
}

#cronograma .fucsia{
    background-color: #E5007E;
    padding: 60px 0 0 0;
}

#cronograma .verde{
    background-color: #FFCC3D;
    padding: 60px 0 0 0;
}

#cronograma .cronograma-vacio .cronograma-tarjeta{
    background-color: #ffffff;
}

#cronograma .cronograma-panel .cronograma-tarjeta{
    background-color: #FFCC3D;
}

#cronograma .cronograma-conferencia .cronograma-tarjeta{
    background-color: #E5007E;
}

#cronograma .cronograma-horario{
    text-align: right;
    color: #E5007E;
    font-weight: 300;
    margin-top: 15px;
    font-size: 13px;
}

#cronograma .cronograma-tarjeta{
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
    
}


#cronograma .cronograma-cabecera{
    border: solid 1px #A5CD39;
    font-size: 12px;
    padding: 5px;
    background-color: #ffffff;
    text-transform: uppercase;
    
}

#cronograma  .cronograma-cuerpo{
    border-left: solid 1px #FFCC3D;
    border-right: solid 1px #FFCC3D;
    border-bottom: solid 1px #FFCC3D;
    font-size: 16px;
    padding: 10px;

}

#cronograma .cronograma-vacio, #cronograma .cronograma-panel, #cronograma .cronograma-conferencia{
    padding: 15px;
}

#cronograma .cronograma-cabecera i{
    display: inline-block;
    width: 14px;
    height: 20px;
    background-repeat: no-repeat;
    margin: 0 6px -6px 0;
}

#cronograma .cronograma-cabecera i.ubicacion{
    background-image: url('../img/ico-lugar-amarillo.svg');
}

#cronograma .cronograma-cuerpo h4{
    font-size: 16px;
    margin: 15px 0;
    text-transform: uppercase;
}

#cronograma .cronograma-cuerpo .panelista{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;

    margin-bottom: 15px;
}

#cronograma   .cronograma-cuerpo .foto{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
   
}

#cronograma   .cronograma-cuerpo .nombre{
    text-transform: uppercase;
    font-size: 12px;
    
    
}

#cronograma  .vertical{
   
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
}

#cronograma .separador{
    margin-bottom: 15px;
    margin-right: 0px;
    margin-left: -10px;
}

#cronograma button{
    border: solid 1px #666666;
    background-color: #ffffff;
    padding: 0 15px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin: 15px 0 ;
    border-radius: 5px;

}




@media (max-width:768px){

    #cronograma .cronograma-horario{
        text-align: center;
        color: #E5007E;
        font-weight: 300;
        margin-top: 15px;
        font-size: 16px;
    }
}