/* .programa li {*/



section.programa {
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 3rem;
}

section.programa>.titulo {
    color: #3d046b;
    font-family: Poppins, sans-serif;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: bold;
}

/*.organizacion .name a:hover {
    border: 0;
    color: black;
}

.ponentes .evento h2,
.programa .evento h2 {
    padding-bottom: 0;
}*/
.link,
a {
    color: /*#e42f67*/ #9020c4;
}

.programa .evento h2 {
    padding-bottom: 0;
}

.evento h3 {
    text-transform: uppercase;
    color: #a1a1a1;
    font-family: Poppins, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.6rem;
    margin: 2rem 2rem 0 2rem;
}

.evento .colIzq2 {
    float: left;
    width: 30.9rem;
    margin: 3.5rem 2.5rem 0 2rem;
}

.evento .colIzq2 img {
    width: 100%;
}

.evento .colDer2 {
    float: left;
    width: 64rem;
    margin: 3.5rem 0 0;
    font-family: Poppins, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.8rem;
}

.evento .colDer2 p {
    margin-bottom: 4rem;
}

.evento .colDer2 p strong {
    font-weight: 700;
}

.evento .colDer2 .social li {
    display: inline-block;
    margin-right: 3rem;
}

section.programa {
    margin-top: 1rem;
    text-align: left;
    padding-bottom: 1rem;
}

section.programa>.titulo {
    margin: 0 2rem;
}

section.programa ul {
    position: relative;
    margin-top: 4rem;
    margin-left: 4rem;
}

section.programa ul:before {
    position: absolute;
    content: ' ';
    width: 0.3rem;
    height: 100%;
    background-color: #e9e9e9;
    left: 0.3rem;
}

section.programa li {
    clear: both;
    overflow: hidden;
    margin-bottom: 3rem;
    padding-left: 2.3rem;
    position: relative;
}

section.programa li:before {
    position: absolute;
    content: " ";
    width: 26px;
    height: 26px;
    background: #f2f2f2 url(../images/icoCircleGris.png);
    left: 0;
    top: 0;
    border-bottom: 0.2rem solid #f2f2f2;
    border-top: 0.2rem solid #f2f2f2;
}

section.programa li.cafe:before {
    background-image:  url(../images/coffee.svg);
    background-repeat: no-repeat;
    width: 1.6rem;
    filter: brightness(1) hue-rotate(45deg) opacity(0.4);
}

section.programa li.descanso:before {
    background-image: url(../images/icoDescanso.svg);
    background-repeat: no-repeat;
    width: 2.3rem;
}

section.programa li.comida:before {
    background-image: url(../images/icoComida.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    width: 2.3rem;
}

section.programa li:first-child:before,
section.programa li:last-child:before {
    background-image: url(../images/icoCirclePink.png);
    background-repeat: no-repeat;
}

section.programa li:last-child:before {
    height: 100%;
}

section.programa li .hora {
    float: left;
    width: 6rem;
    text-align: center;
    color: #767676;
    font-family: Poppins, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.8rem;
    margin-right: 3rem;
}

section.programa li>.titulo {
    float: left;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.5rem;
}

section.programa li>.titulo strong {
    font-weight: 700;
}

section.programa li .charla {
    float: left;
    width: 50rem;
    /*max-width: 40rem; /* nuevooo!!!*/
    font-family: Poppins, sans-serif;
    font-size: 1.3rem;
    line-height: 1.7rem;
    overflow: hidden;
    margin-top: 0.4rem;
    /*margin-left: 0rem;*/
    margin-right: 30px;
}

li .charla img {
    float: left;
    width: 5.5rem;
    min-width: 0.8rem;
    margin-right: 1rem;
    margin-bottom: 3.5rem;
    margin-left: 0rem;
   
}


li .charla .nombre {
    font-weight: 700;
    /*color: #474747;*/
    /*font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 0.5rem;
    margin-top:0.5rem;
    text-align: justify;
    /*
    margin-left: 6.5rem;
    max-width: 40rem; /*NUEEEVO*/
}

li .charla .titulo {
    font-style: italic;
    font-size: 1rem;
    line-height: 1.5rem;
    /*align-content: center;
    text-align: justify;*/
    max-width: 50rem; /*NUEEEVO*/
}

li .charla .pendiente {
    color: #ccc;
}

li .charla .titulo em {
    font-style: normal;
    background-color: #bebebe;
    color: #fff;
    padding: 0px 10px;
    font-size: 1.4rem;
    margin-left: 1rem;
    border-radius: 20px;
}

li .charla .titulo span {
    display: none;
}

.lugar .evento h2 {
    padding-bottom: 6.2rem;
}



/* media queries tablet  */

@media screen and (max-width: 1023px) {
    html {
        font-size: 62.5%;
    }
    .evento {
        margin-top: 6rem;
    }
    .evento h2 {
        padding-bottom: 5rem;
    }
    section:not(.lugar) .evento .colIzq,
    section:not(.lugar) .evento .colDer {
        float: none;
        width: auto;
        display: block;
        margin: 0 3rem 0 2rem;
    }
    .evento .colDer li {
        width: 16.4rem;
        margin-right: 2rem;
        margin-bottom: 0;
    }
    .evento .colDer li:nth-child(even) {
        margin-right: 2rem;
    }
    .evento .colDer li:last-child {
        margin-right: 0;
    }
    .evento .colDer li img {
        width: 100%;
    }
    .evento .colIzq2 {
        width: 16.6rem;
        margin-right: 1.8rem;
    }
    .evento .colDer2 {
        width: 54.5rem;
    }
    .evento {
        margin-top: 3.5rem;
    }

    section.programa ul {
        margin-left: 3.5rem;
    }
    section.programa li .charla {
        width: auto;
        margin-right: 35px
    }
    .lugar .evento .colIzq {
        width: 35rem;
    }
    .lugar .evento .colDer {
        width: 47%;
    }
        
    .lugar .evento {
        margin-top: 4rem;
    }
    .lugar .evento h2 {
        padding-bottom: 3.5rem;
    }
    .lugar .evento .colIzq {
        width: auto;
        float: none;
    }
    .lugar .evento .colDer {
        width: auto;
        float: none;
        margin: 0 2rem;
    }
    .evento .fila .colDer {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.8rem;
    }
    .evento .colIzq img {
        margin-bottom: 3.5rem;
    }
    li .charla img {
        display: block;
        margin-bottom: 3.5rem;
        
    }
}


/* media queries mobile big  */

@media screen and (max-width: 768px) {
    .evento {
        margin-top: 2.5rem;
    }
    .evento h2 {
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 3.2rem;
        padding-bottom: 2.2rem;
        padding-right: 2rem;
    }
    .evento .colIzq {
        font-size: 1.6rem;
        line-height: 2.8rem;
        width: auto;
    }
    .evento .colDer {
        width: auto;
        margin: 0 2rem;
    }
    .evento .colDer ul {
        width: 27rem;
        margin: 0 auto;
    }
    .evento .colDer li {
        width: 12.8rem;
        margin-bottom: 1.4rem;
        margin-right: 1.4rem;
    }
    .evento .colDer li:nth-child(even) {
        margin-right: 0;
    }
    .evento h3 {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.6rem;
    }
    .evento .colIzq2,
    .evento .colDer2 {
        float: none;
        display: block;
        width: auto;
    }
    .evento .colDer2 p {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .evento .social {
        text-align: center;
    }
    section.programa>.titulo {
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 3rem;
    }
    section.programa {
        margin-top: 2rem;
    }
    section.programa ul {
        margin-left: 2rem;
        margin-top: 2rem;
    }
    section.programa li .hora,
    section.programa li .charla,
    section.programa li>.titulo {
        display: block;
        float: none;
    }
    section.programa li>.titulo {
        margin: 0.5rem 1.5rem;
    }
    li .charla img {
        display: block;
        margin-bottom: 3.5rem;
        
    }
    section.programa li .charla {
        width: auto;
        margin: 0.5rem 1.5rem;
    }
}


/* Para 600px */  
@media only screen and (max-width: 620px) and (min-width: 480px) {  
    .mainMenu ul {
        width: 23rem;
    }

    
li .charla .nombre {
    font-weight: 700;
    
    /*color: #474747;*/
    /*font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 0.5rem;
    margin-top:0.5rem;
    text-align: justify;
    /*
    margin-left: 6.5rem;
    max-width: 40rem; /*NUEEEVO*/
}

li .charla img {
    display: block;
    width: 70px;
    align-self: center;    
    margin-left: 100px; 
    margin-right: 950px;  
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    
}
section.programa li .charla {
    width: auto;
    margin: 0.5rem 1.5rem;
}
   
}



@media screen and (max-width: 414px ) {
    .mainMenu ul {
        width: 23rem;
    }

    li .charla img {
        display: block;
        width: 70px;
        align-self: center;    
        margin-left: 65px; 
        margin-right: 65px;  
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        
    }
    section.programa li .charla {
        width: auto;
        margin: 0.5rem 1.5rem;
    }
}


/* media queries mobile medium  */

@media screen and (max-width: 375px) {
    .mainMenu ul {
        width: 23rem;
    }

    li .charla img {
        display: block;
        width: 70px;
        align-self: center;    
        margin-left: 30px; 
        margin-right: 60px;  
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        
    }
    section.programa li .charla {
        width: auto;
        margin: 0.5rem 1.5rem;
    }
}