@import url("https://fonts.cdnfonts.com/css/helvetica-neue-5");

html {
    
    font-family: 'Helvetica Neue', sans-serif;

}

.body {
    
    font-family: 'Helvetica Neue', sans-serif;

}


input[type='radio'] {
  box-sizing: border-box;
  appearance: none;
  background: white;
  outline: 2px solid #333;
  border: 3px solid white;
  width: 16px;
  height: 16px;
}

input[type='radio']:checked {
   background-image: url("../imgs/check.png")!important;
   background-color:green!important;
}
  
  

#img_emp{
    
    object-fit: contain!important;
    background-color: white!important;
    
    
}




/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
      
    #topo{
        
    text-align:center!important;

        
    }
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
      
    #topo{
        
    text-align:center!important;

        
    }
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
        
    #topo{
        
    text-align:center!important;

        
    }
    
     .frase_efeito{
        
        font-size:14pt!important;    
        padding-left:20px!important;
        padding-right:20px!important;
    }
   
    #realiza{

        flex-direction: column!important;

    }
    
    #txt_realiza{
        
        width:100%!important;     
        font-size:12pt!important;
    }
    
    #img_realiza1{
        
        height:70px!important;    
        
    }
    
    #img_realiza2{
        
        height:70px!important;    
        
    } 
    
    #apoio{
        
        flex-direction: column!important;
        padding-top: 25px!important;      
        
    }
    
    #txt_apoio{
        
        width:100%!important;    
        font-size:12pt!important;
        
    }
    
      
    #img_apoio1{
        
        margin-top:5px!important;
        height:70px!important;    
        
    }
    
    #img_apoio2{
        
        height:70px!important;    
        
    }
    
    
    
    #det_ins{
        
        font-size: 22pt!important;
    
    }
    
    #det_ev h5{
        
        margin-left:0px!important;   
        
    }
    
    
    
    
    
    
    
    
    
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
    #topo{
        
    text-align:center!important;

        
    }
    
    
    .frase_efeito{
        
        font-size:14pt!important;    
        padding-left:20px!important;
        padding-right:20px!important;
    }
   
    #realiza{

        flex-direction: column!important;

    }
    
    #txt_realiza{
        
        width:100%!important;     
        font-size:12pt!important;
    }
    
    #img_realiza1{
        
        height:70px!important;    
        
    }
    
    #img_realiza2{
        
        height:70px!important;    
        
    } 
    
    #apoio{
        
        flex-direction: column!important;
        padding-top: 25px!important;      
        
    }
    
    #txt_apoio{
        
        width:100%!important;    
        font-size:12pt!important;
        
    }
    
      
    #img_apoio1{
        
        margin-top:5px!important;
        height:70px!important;    
        
    }
    
    #img_apoio2{
        
        height:70px!important;    
        
    }
    
    
    
    #det_ins{
        
        font-size: 22pt!important;
    
    }
    
    #det_ev h5{
        
        margin-left:0px!important;   
        
    }
  
  
    
  
  
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
    #topo{
        
    text-align:center!important;

        
    }
    
    .frase_efeito{
        
        font-size:14pt!important;    
        padding-left:20px!important;
        padding-right:20px!important;
    }
   
    #realiza{

        flex-direction: column!important;

    }
    
    #txt_realiza{
        
        width:100%!important;     
        font-size:12pt!important;
    }
    
    #img_realiza1{
        
        height:80px!important;    
        
    }
    
    #img_realiza2{
        
        height:95px!important;    
        
    } 
    
    #apoio{
        
        flex-direction: column!important;
        padding-top: 25px!important;      
        
    }
    
    #txt_apoio{
        
        width:100%!important;    
        font-size:12pt!important;
        
    }
    
    #det_ins{
        
        font-size: 22pt!important;
    
    }
    
    #det_ev h5{
        
        margin-left:0px!important;   
        
    }
  
  
    
  
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
    #topo{
        
        text-align:center!important;

        
    }
    
    #banner{
        
        margin-right:0px!important;
        
        
    }
    
    .frase_efeito{
        
        font-size:14pt!important;    
        padding-left:20px!important;
        padding-right:20px!important;
    }
    
    #realiza{

        flex-direction: column!important;
        padding-top: 15px!important;      
    
        
    }
    
    
    #txt_realiza{
        
        width:100%!important;    
        font-size:12pt!important;
        
    }
    
    #img_realiza1{
        
        height:60px!important;   

    }
    
    #img_realiza2{
        
        height:60px!important;    
        
    }
    
    #realiza_r{
        
        height:250px!important;
            
    }
    
    #apoio{

        flex-direction: column!important;
        padding-top: 25px!important;      
        
    }
    
    
    #txt_apoio{
        
        width:100%!important;    
        font-size:12pt!important;
        
    }
    
    
    
    #img_apoio1{
        
        margin-top:-30px!important;
        height:120px!important;    
        
    }
    
    #img_apoio2{
        
        height:60px!important;    
        
    }
    
    #det_ins{
        
        font-size: 20pt!important;
    
    }
    
    #det_ev h5{
        
        margin-left:0px!important;   
        
    }
    
    #local{
        
        margin-right:0px!important;
    }
    
    #apoio_r{
        
        height:250px!important;
            
    }
    
    #cad h5{
        
        font-size:16pt!important;

    }
    
    
    #foot h5{

        font-size:20pt!important;
        font-weight: 700;
    }
  
  
}


@media (min-width: 200px) and (max-width:319px) {
  
    #topo{
        
        text-align:center!important;

        
    }
    
    .frase_efeito{
        
        font-size:14pt!important;    
        padding-left:20px!important;
        padding-right:20px!important;
    }
    
    #realiza{

        flex-direction: column!important;
        padding-top: 25px!important;      
    
        
    }
    
    
    #txt_realiza{
        
        width:100%!important;    
        font-size:10pt!important;
        
    }
    
    #img_realiza1{
        
        height:40px!important;    
        
    }
    
    #img_realiza2{
        
        height:40px!important;    
        
    }
    
    #realiza_r{
        
        height:220px!important;
            
    }
    
    #apoio{

        flex-direction: column!important;
        padding-top: 25px!important;      
        
    }
    
    
    #txt_apoio{
        
        width:100%!important;    
        font-size:10pt!important;
        
    }
    
    
    
    #img_apoio1{
        
        margin-top:5px!important;
        height:40px!important;    
        
    }
    
    #img_apoio2{
        
        height:40px!important;    
        
    }
    
    #det_ins{
        
        font-size: 22pt!important;
    
    }
    
    #det_ev h5{
        
        margin-left:0px!important;   
        width:100%!important;
    }
    
    #apoio_r{
        
        height:220px!important;
            
    }
    
    #cads{
        
        padding:20px!important;

    }
    
    
    #img_emp{
        
        height:90px!important;       
        width:120px!important;
    }
  
  
}
