 /***** Tablets *****/
 @media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){

}
/***** smartphones *****/
@media screen and (max-width: 500px) {

    /* agenda */
    .agenda {
        flex-direction: column!important;
        /* height: 303px!important; */
    }
    
    div#agenda {
        height: 584px!important;
    }
    
    
    .faixa2 .moduletable>h3 {
        top: 27%!important;
        left: 9.5vh!important;
    }
    
    h3.showanimate.rotated {
        top: 25%!important;
        left: 0 !important;
        right: 0;
        margin: auto;
    }
    
    .col-md-10.nomeEvento {}
    
    .nomeText {
        font-size: 14px!important;
    }
    .imgHolder {

        min-height: 163px;

    }

    .spacer{
        
        
        left: 50%;
       
    }

    .conteudoEvento {
        right: 0;
        left: 0;
        margin: auto;
    }
    

}

/***** 1080 *****/
 @media screen and (min-width: 1900px) {
  
}

/***** 1600x900p laptop *****/
@media screen and (min-width: 1450px) and (max-width: 1600px) and (max-height: 900px) { 

}

/***** 1440x900p desktop *****/
@media screen and (min-width: 1401px) and (max-width: 1440px) and (max-height: 900px) { 

}

/***** 768 *****/
@media screen and (max-width: 1400px) { 

}





