@charset "UTF-8";
/* CSS Document */



/* PAGINA ARENAS DO CONHECIMENTO */

.destaques-home-3{
  
 width: 100%;
 max-width: 1000px;
    margin: 0 auto;
}

.destaques-home-3-iten{
 float: left;
 margin: 10px;
}

.destaques-home-3 div a img {
 width: 300px;
   height: 300px;
  transition-property: width, height;
  transition-duration: .2s;
border-radius: 150px;
}

.destaques-home-3 div a img:hover {
 width: 290px;
  height: 290px;
}


/* titulo page arena */

#titulo-page-arena {
 padding-top: 80px;
    background-repeat: repeat;
    background-size: 90px;
    position: relative;
     background: linear-gradient(90deg, rgba(255,0,220,1) 0%, rgba(92,0,200,1) 100%);
 color: var(--branco);
}



#titulo-page-arena .wrapper {
    padding: 60px 0;
}

#titulo-page-arena h2 {
    color: var(--verde-neon);
    font-size: 3.5em;
    margin: 0 0 0 0;
    line-height: 1em;
}
#titulo-page-arena p {
    font-size: 1.5em;
    line-height: 1.2em;
    max-width: 92%;
}
#titulo-page-arena p.bt-holder {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}


/* patrocinadores */

#patrocinadores h2 {
    color: var(--roxo);
    font-size: 4em;
    margin: 0 0 37px 0;
    width: 100%;
    text-align: center;
}

.wrapper-titulo-patro {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 60px 0 0;
}

.wrapper-titulo-patro a, .wrapper-titulo-patro a:visited {
    text-decoration: none;
    /* color: var(--verde-militar); */
    border: 3px solid var(--roxo);
    color: var(--roxo);
    padding: 10px 20px;
}

.wrapper-titulo-patro a:active,
.wrapper-titulo-patro a:hover,
.wrapper-titulo-patro a:focus  { 
 background: var(--roxo);
 color: var(--branco);
}

/* sobre a feira */

#sobre-a-feira {
    background-repeat: repeat;
    background-size: 90px;
    position: relative;
    background: linear-gradient(90deg, rgba(255,0,220,1) 0%, rgba(92,0,200,1) 100%);
 color: var(--branco);
}
#sobre-a-feira .wrapper {
    padding: 60px 0;
}

#sobre-a-feira h2 {
    color: var(--verde-neon);
    font-size: 4.5em;
    margin: 0 0 0 0;
    line-height: 1em;
}
#sobre-a-feira p {
    font-size: 1.5em;
    line-height: 1.2em;
    max-width: 92%;
}
#sobre-a-feira p.bt-holder {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}
#sobre-a-feira a.bt-cta-evento {
    text-decoration: none !important;
    background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/825d3ac8-51c1-454b-b7d1-c3c781f3d2cc.png');
    background-position: right center;
    background-size: 25px;
    background-repeat: no-repeat;
    color: var(--branco);
    padding: 0 37px 0 0;
    font-size: .8em;
    animation: horizontal-shaking 3s infinite;
}
#sobre-a-feira a.bt-cta-evento:hover { 

}

/* formulario sem acesso*/

.colform form .row input {
    max-width: 380px;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 10px;
}

.colform form{
   max-width: 420px;
   width: 100%;
   padding: 20px;
   background: #f1f1f1;
   margin: 0 auto;
}

.forminflu{
   max-width: 500px;
}

.col-sm-12 #botao,
.col-sm-12 #btnPassos{
    max-width: 360px;
    width: 100%;
    border-radius: 0px;
    border: 2px solid #5902A5;
    padding: 10px;
    margin-left: 10px;
    color: #5902A5;
    background: #f1f1f1;
    margin-top: 20px;

}

.foto-intro-02 form{
   max-width: 420px;
    width: 100%;
   padding: 20px;
   background: #f1f1f1;
}