
div.calendario::after{
    clear: both;
    display: block;
    content: '';
}
div.dia {
   width: 80%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    border: 1.5px solid #947b35;
    transition: all .3 ease;
    font-size: 17px;
    float: center;
}

@media only screen and (min-width: 720px){
    div.dia{
        width: 92%;
        min-width: 30%;
        height: 350px;
        max-height: 500px;
        text-align: center;
       
    }
}
  
div.dia:hover{
    background-color: #0a0801;
    text-decoration-color: rgb(217, 228, 238);
    -webkit-transform: scale(1.05);
    border-radius: 15px;
}
#calendarios{
    margin-left: 1%;
    margin-right: 1%;
}
div.dia p.titulo {
    color: #f7f6ba;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial Narrow Bold;
    font-size: 16px;
    margin: 2px;
    margin-left: 5px;
    margin-right: 5px;
}

div.dia p{
    font-size: 1em;
    text-align: center; 
    flex-flow: column;
    float: center;
    color: #ffffff;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}

div.dia i {
    color: #fcba05;
    font-size: 1.5em;
}
.margentop{
    margin-top: 80px;
    text-align: center;
}
div.section.principal{
    text-align: center;
    width: 98%;
    display: inline-block;
   
    margin-left: 1%;
    margin-right: 1%;
    clear: both;
    display: block;
    content: '';
} 
h2.principal{
    text-align: center; 
    color: #c1f01a;
   
    font-size: 45px;
    text-decoration-style: solid;
}
#desc-eve{
    text-align: center; 
    color: rgb(248, 242, 242);
    font-size: 25px;
   
}
#conte{
    width: 100%;
    height: 100%;
    background: black;
    margin-top: 15px;
    margin-bottom: 15px;
}
section.contenido{
    width: 90%;
    margin-top: 0px; 
    display: inline-block;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    clear: both;
    display: block;
    content: '';
}
.div.iconos i{
    color: #f1a80b;
    font-size: 1.5em;
}
.colores{
    background: #0a0600;
    text-align: center;
    font-style: oblique;
}
#fecha{
    color: #ffffff;
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
}
p.gal-video{
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    margin-top: -130px;
    /* background-color: #000000; */
}
h3.gal-video-h3{
    color: #fa8212;
    text-align: center;
    font-size: 24px;
    margin-bottom: -12px;
    
}
h3.gal-imag{
    color: #faf5f5;
    text-align: center;
    font-size: 16px;
    margin-bottom: -2px;
    font-weight: bold;
}
p.gal-imag{
    color: #0c3463;
    text-align: center;
    font-size: 15px;
    margin-bottom: -2px;
    font-weight: bold;
    /* margin-top: -100px; */
}
div.contenido{
   
    color: #000000;
}
#even-gal{
    border: cornsilk;
    margin-bottom: -40px;

}




