/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

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

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

@media only screen and (max-width: 1199px){
    section#inscricao .box-lote .btt {
        left: 41px;
    }

    section#banner h1 {
        font-size: 35px;
    }

    section#sobre-evento p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 989px) {
    section#banner {
        height: auto;
        padding: 50px 0 70px 0;
        text-align: center;
    }

    section#banner h1 {
        margin-top: 0;
    }

    section#chamada h2 {
        font-size: 22px;
    }

    section#sobre-evento {
        background: #8dc53e;
        background-size: cover !important;
        height: auto;
        padding: 50px 0;
        text-align: center;
    }

    section#sobre-evento h2 {
        margin-top: 0;
    }

    section#palestrantes {
        text-align: center;
    }

    section#palestrantes .pall .box-palestrante:last-child {
        margin-bottom: 35px;
    }

    section.comissao {
        text-align: center;
    }

    section#programacao {
        text-align: center;
    }

    section#programacao .box-programacao .horario img {
        display: none;
    }

    section#programacao .box-programacao .horario {
        padding-left: 0;
    }

    section#local {
        text-align: center;
    }

    section#inscricao {
        height: auto;
        padding: 50px 0;
    }
    
    section#inscricao .row {
      margin: 0;
    }
    section#inscricao .col-md-4 {
      display: block;
      width: 100%;
      padding: 0;
      margin-bottom: 50px;
    }

    section#inscricao .box-lote {
        width: 100%;
        clear: both;

    }

    section#inscricao .box-lote .btt {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    footer .redes-sociais {
        text-align: center;
    }
    

section#evento .col-md-4 {
    width: 50%;
    overflow: hidden;
    height: 40vw;
    margin-bottom: 2vw;
}      
}

@media screen and (-webkit-min-device-pixel-ratio:0) { select, textarea, input { font-size: 16px; } } 

@media only screen and (max-width: 767px){
    header{
        text-align: center;
    }

    header .logo img{
        width: 100%;
    }

    section#cta-inscricao .btt a {
        font-size: 16px;
    }

    header .info-topo {
        text-align: center;
    }

    .mapa {
        display: none;
    }

    section#patrocinadores {
        text-align: center;
    }
	
	section#patrocinadores img{
        margin-bottom: 20px;
    }
	
	#countdown_dashboard {
		width: 150px !important;
	}
	
  section#chamada,
	section#cronometro {
		display: none;
	}


section#evento .col-md-4 {
    width: 100%;
    overflow: hidden;
    height: 64vw;
    margin-bottom: 2vw;
}  

#form-contato form {
 width: 100%;
 
 }
 
#form-contato img.selo-pagseguro {
  position: static;
  width: 100%;
} 

section#banner .btt a {
  padding: 4vw 3vw;
  font-size: 5.5vw;
}

section#patrocinadores .col-md-3 {
  margin-bottom: 20px;
  width: 46%;
    /* vertical-align: middle; */
}

section#patrocinadores .apoio .col-md-3 {
  margin-bottom: 20px;
  width: 30%;
    /* vertical-align: middle; */
}

section#programacao .box-programacao .titulo {
  text-align: center;
}
  
}