
html {
    scroll-behavior: smooth;
  }
body {
    overflow-x:hidden;
    padding:0;
    margin:0 auto;
    font-family: Arial, Helvetica, sans-serif;
    color:#2C2C2C;
    background: #fed128;
}



img {
    max-width: 100%;
    display: block;
    height:auto;
}
.pd40 {
    padding: 40px 0;
}
.pd30 {
    padding: 30px 0;
}
.container {
    max-width: 1366px;
    margin:0 auto;
}
.container_servicos {
    max-width: 960px;
    margin:0 auto;
}
.verde {
    background:#069B33;
}
.amarelo {
    background:#ffcf31;
}
.azul{
background:#0097d8;
}
p, span, h1, ul, li, h1, h2, h3, h4, ol{
    margin:0;
    padding:0;
    font-size: 1.125em;
}
p {
    line-height:24px;
}
 span {
    font-weight: bold;
    color: #FFCF31;
    font-size: 1em;
}
h1 {
    font-family: basic-sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 3em;
}
h2 {
    font-family: basic-sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2.5em;
    text-transform: uppercase;
}
h3 {
    font-family: basic-sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.5em;
    margin:30px 0;
}
h2::after { 
    content: url('../img/separador.png');
    display: block;

}
.btn-amarelo {
    background: #fdbd2a;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    float: left;
    display:block;
    margin:30px 0;
}

section {

    text-align: center;
}
/* Sessao 01 */
.logotipo{
    margin:30px auto;;
}
.logotipo img {
    margin:30px auto;;
}
.video {
    display:grid;
    grid-template-columns: 1fr 500px 1fr;
    margin-bottom: 30px;
}
.heptagono:first-child{
    justify-self: flex-end;
    margin-right: -80px;
    z-index: 1;
}
.heptagono:last-child {
    margin-left: -29px;
    z-index: 1;
    margin-top: 100px;
}
.video img {
    width: 100%;
    height:auto;
}
.heptagono {
    width: 200px; 
}
.img_video {
    max-width: 760px;
    margin:10px auto;
    -webkit-box-shadow: 0px 37px 38px -9px rgba(123,86,28,1);
    -moz-box-shadow: 0px 37px 38px -9px rgba(123,86,28,1);
    box-shadow: 0px 37px 38px -9px rgba(123,86,28,1);
}
.intro {
    background: #fbce16 url(../img/main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -100px;
    height: 100vh;
    width: 100%;
    background-position-x: center;
}
.intro h1 {
    color:#2C2C2C;
    font-size: 52px;
}
.intro p {
    color:#2C2C2C;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.arrow_down img{
    margin: 30px auto;
}

/* sessao 02 */
.hept_03 {

    padding:10px;
    border-radius: 100px;
    position: absolute;
    right: 110px;
    width: 250px;
    margin-top: -180px;

}
.institucional {
    background: rgb(252,202,45);
    background: linear-gradient(180deg, rgb(251 206 0) 0%, rgba(250,210,0,1) 35%, rgb(239 244 0) 100%);
    margin-bottom: -30px;
    padding-top:10px;
}

.institucional h2 {
    color:#0097d8;
    text-transform: uppercase;
}
.institucional p{
    max-width: 960px;
    margin:30px auto;
}
.pilares{
    display:flex;
    justify-content: space-around;
    margin:30px 0;
}
.pilares span{
    background: #fff;
    padding: 8px 20px;
    border-radius: 3px;
    color:#000;
    font-size:1.125em;
}
.pilares img {
    border-radius: 200px;
    margin:20px 0;
}

/* Sessao 03 */
.top_02 {
    padding: 0;
    background: #178633;
}
.top_bg {
    z-index: -10;
    height:auto;
}
.top_bg img{
    width: 1920px;
    height: auto;
    margin-bottom: -10px;
}
.top_04 {
    background: #fecf30;
}
.servicos {
    background:#178633;
    color:#fff;
    margin-top: -100px;
}
.servicos p {    
    max-width: 960px;
    text-align: center;
    margin:0 auto;
}
.servicos_item {
    display:flex;
    padding: 50px 0;
}
.servicos_item .column {
    width: 50%;
    padding:50px;
}
.servicos_item p, .servicos_item h3 {
    text-align: left;;
}
.simulador {
    padding:30px 0;
    background:#178633 url('../img/simulador-percepcao_de_risco.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    color:#fff;
    text-align: left ;
}
.simulador .column {
    width: 50%;
    padding: 50px 50px 100px 50px;
}

.slider_servicos{
    background: #137529;
    color: #fff;
    padding: 30px;
}
.sipatOnline {
    display: flex;

}

 
.slick-dots li.slick-active button {
    background-color: #96C029;
    height: 15px;
    width: 15px;
}
.slick-dots li button {
    margin-top:30px;
    font-size: 0!important;
    text-indent: -9999px;
    line-height: 0;
    border-radius:100px;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: rgb(163, 163, 163);
    height: 12px;
    width: 12px;
}
 /* the slides */
.slick-slide {
	margin: 0 5px;
}
/* the parent */
.slick-list {
	margin: 0 -26px;
}
.slide-sipat .item{
    text-align: center;
}
.slide-sipat p{
    margin-top:10px;
    font-size: 1em;
    line-height: 1em;
}

.sipat_online {
    padding:30px 0;
    background:#137529 url('../img/sipatonline.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    color:#fff;
    text-align: left;
}
.sipat_online .column {
    width: 40%;
    padding:50px;
}

.palestras_teatralizadas {
    display: flex;
    padding:30px 0;
    background:#137529 url('../img/palestras-teatralizadas.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    color:#fff;
    text-align: left;
}
.palestras_teatralizadas .column {
    width: 40%;
    padding:50px;
}

/* Sessao 05 */
.cenografia {
    color:#fff;
}

.cenografia p {    
    max-width: 960px;
    text-align: center;
    margin:0 auto;
}
/* Sessao 06 */
.premio {
    background:#fff;
    text-align: left;
}
.premio_content {
    display:flex;
    justify-content: space-around;
    padding:0 50px;
    align-items: center;
}
.premio_content div:first-child {
    min-width: 250px;
    margin-right:50px;
}
/* .premio_content div:last-child {
    width: 70%;
} */

/* Footer */
footer{
    background:#011f65;

}
.footer{
    display:grid;
    gap: 20px;
    grid-template-columns: 250px 1fr 400px;
    justify-content: center;
    margin:0 auto;
    align-items: center;
}

.redes_sociais {
    display:flex;
    justify-content: flex-start;
   
}
.contato {
    margin-bottom: 10px;

}
.contato a {
    text-decoration: none;
    color: #fff!important;
}

.redes_sociais img {
    margin-left: 5px;
}
.contato_whats {
    display:flex;
    margin:5px;
    align-items: center;
}

/* Parallax */

/* Programação */
.programacao{
    padding:30px 0;
}
.programacao_header li{
    list-style: none;
    width: 250px;
    padding:5px;
    margin:0 5px;
}
.programacao_header li:nth-child(3){
    width: 450px;
}

.programacao_header{
    margin-top:30px;
    display:flex;
    justify-content: space-around;
}

.programacao_campos
{
    display:flex;
    margin: 0 auto 10px auto;
    justify-content: space-around;
    border:0;
}

.programacao_campos input{
    width: 400px;
    padding:5px;
    margin:0 5px;
    border:0;
    font-size: 1em;
    color: #2C2C2C;
}
input::placeholder {
    color: #2C2C2C;
}
.programacao_campos select{
    width: 200px;
    padding:5px;
    margin:0 auto;
    border:0;
    font-size: 1em;
    color: #2C2C2C;
}

.programacao_campos .label_programacao{
    color:#2C2C2C;
    display:none;
}

.programacao_campos input:nth-child(3){
    width: 450px!important;
}

.formulario_programacao .wpcf7-textarea {
    width: 94%;
    border: 0;
    margin-top: 10px;
    padding: 20px;
    font-size: 1em;
    font-family: "Pt Sans", sans-serif;
}
.formulario_programacao input[type="submit"]{
    background:#002773;
    color:#fff;
    padding:10px 10px;
    float:right;
    border:0;
    font-size: 1em;
    margin-bottom:10px;
    margin-right:10px;
}

.formulario_contato{
    display: flex;
    justify-content: space-around;
}
.formulario_contato input{
    padding:5px;
    width:325px;
    margin:10px auto;
    border:0;
    font-size:1em;
}
.formulario_contato span {
    color:red;
}
.screen-reader-response li {
    color:red;
    list-style-type: none;

}

.wpcf7-response-output{
    /* margin-top: 30px; */
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
}

.hide-on-pc{
    display:none;
}
.cipa {
    display:flex;
    justify-content: space-around;
}



/* Laptop */
@media (min-width: 992px) {
    
}
@media only screen and (max-width: 1200px){
	
}

/* Tablet */
@media only screen and (max-width: 991px){
    h3 {
        text-align: center;
        max-width: 500px;
        margin: 15px 30px;
    }
    .simulador {
        padding: 0;
        margin-bottom: 0;
    }
    .simulador img{
        position: relative;
        left: 268px;
    }
    .simulador .column {
        background: #178633;
        width: 100%;
        padding: 30px 0 0 0;
        
    }
    .simulador .column  h3{
        text-align: left;
    }

    .palestras_teatralizadas .column {
        background: #137529;
        width: 100%;
        padding: 30px 0 0 0;
    }
    .palestras_teatralizadas .column  h3{
        text-align: left;
    }
  
    .sipat_online .column {
        width: 100%;
        padding: 30px 0 0 0;
        background: #137529;
    }
    .sipat_online .column  h3{
        text-align: left;
    }
    .hide-on-pc {
        display:block;
    }
    .column p, .servicos p {
        padding: 10px 30px 0 30px;
    }
    .palestras_teatralizadas {
        background:#137529;
    }
    .btn-amarelo {
        display:none;
    }
   .column {
        max-width: 100%;
    }
    .palestras_teatralizadas .premio_content, .sipatOnline  {
        display:block
    }
    .heptagono:first-child, .heptagono:last-child, .hept_03{
        display:none;
    }
    /* .hept_03{
        display:none;
    } */
    .footer {
        display: grid;
        gap: 10px;
        grid-template-columns: 225px 210px 1fr;
        justify-content: center;
        margin: 0 auto;
        align-items: center;
    }
    .pilares img {
        border-radius: 200px;
        margin: 0 auto;
        width: 80%;
    }
    .institucional {
        padding: 0 20px 40px 20px;
    }
    .video img {
        width: 80%;
        height: auto;
        top: -20px;
    }
    .video {
        grid-template-columns: 1fr;
        padding: 30px;
    }
    .intro {
        height: auto;
    }
    .formulario_contato input {
    
        max-width: 225px;

    }
    .programacao_campos input {
        width: 200px;
    }

    .programacao_campos select {
        width: 150px;}

}

/* Mobile default */
@media only screen and (max-width: 769px){
   
}

@media only screen and (max-width: 576px){
    .slick-dots li button {
        margin-top: 10px;
    }
    .slick-dots li {
        margin: 0 1px!important;
    }

    .intro {
        background-size: contain;
        background-position-y: 0;
  
    }
   
    h3 {
        text-align: center;
        max-width: 300px;
        margin: 15px auto;
    }
    .formulario_programacao .wpcf7-textarea {
        width: 85%;
    }
    .formulario_programacao input[type="submit"]{
        float:none;
    }
    .btn-amarelo {
        display:none;
    }
    .simulador {
        padding:0;
        margin-bottom:-31px
    }
    .simulador .column {
        background: #178633;
        width: 100%;
        padding: 30px 0 0 0;
        
    }

    .simulador .column  h3{
        text-align: left;
    }
    .column p, .servicos p {
        padding: 10px 30px 0 30px;
    }
    .formulario {
        padding: 0 20px;
    }
    .cenografia {
        color: #fff;
        padding: 20px;
    }
    .hide-on-pc {
        display:block;
    }

    .palestras_teatralizadas .column {
        background: #137529;
        width: 100%;
        padding: 30px 0 0 0;
    }
    .palestras_teatralizadas .column  h3{
        text-align: left;
    }
  
    .sipat_online .column {
        width: 100%;
        padding: 30px 0 0 0;
        background: #137529;
    }
    .sipat_online .column  h3{
        text-align: left;
    }
    /* .simulador .column, .sipat_online .column,.palestras_teatralizadas .column{
        width: 90%;
        padding: 30px;
    } */
    .palestras_teatralizadas {
        background:#137529;
    }
   .column {
        max-width: 100%;
    }
    .palestras_teatralizadas,.pilares, .premio_content, .formulario_contato, .programacao_campos .label_programacao, .programacao_campos,.sipatOnline  {
        display:block
    }
    .heptagono:first-child, .heptagono:last-child, .hept_03{
        display:none;
    }
    .pilares img {
        margin:0 auto;
        margin-top:40px;
    }
 
    .footer, .video {
        grid-template-columns: 1fr;
    }
    .logotipo, .logotipo img {
        margin:0 auto;
    }
    .contato_wrapper{
        margin: 10px auto;
    }
    .premio_content {
        padding:0px 20px;
        text-align: center;
        margin:0 auto;
    }
    .premio_content div:first-child {
        margin-right:0;
    }
    .redes_sociais {
        justify-content: center;
    }
    .premio img {
        margin:0 auto;
    }
    .video img {
        width:90%;
        margin-top:0;
        position:relative;
        top:-20px;
    }
    .intro .container {
        margin: 0;
    }
    .video {
        display: block;
        margin-bottom: 40px;
        top: 40px;
        position: relative;
        padding: 0;
    }
    .institucional p {
        padding: 0 20px;
    }
    .intro h1 {
        color: #2C2C2C;
        font-size: 42px;
    }
    .cipa {
        display:flex;
        justify-content: space-around;
    }
    
    .servicos {
        margin-top:0;
    }

    .institucional {
        padding-bottom: 100px;
    }
  
    .premio_content div:first-child{
        width: 100%;
    }

    .simulador img {
        position: relative;
        left: 0;
    }
    .programacao_campos
    {
        margin:10px auto;
        justify-content: space-around;
    }
    .programacao {
        padding:0;
    }
    .programacao_campos {
        border-bottom: 1px solid #0000002e;
        padding: 0 10px 10px 10px;
        text-align: left;
    }
    .programacao_campos select{
        width: 100%;
        margin:0;
        margin-bottom: 15px;
    }
    .programacao_campos input {
        width: 97%;
        margin:0;
        margin-bottom: 15px;
    }
    .programacao_header {
        display:none;
    }

}
@media only screen and (min-width: 1200px){

}

/* Mobile (small like Iphone 5S) */
@media screen and (max-width: 350px){

}