#home {
    background:#ffc107;
    color: white;
}

.caixa{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

footer p a {
 margin: 15px , 15px;
}

.img-contato{
    width: 60%;
    text-align: center;
}
.img-contato-reduzida{
    width: 45%;
    text-align: center;
    margin:5px;
}

.img-apoio{
    width: 270px;
    margin: 20px;
}
.titulo-home{
    background-color: #0000FF;
    font-size: 25px;
    text-align: center;
    color: white;

}
.img-quadro{
    width: 100%;
    padding: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color:white!important;
}
.height-100{
    height: 100%;
}
.quadro{ 
    width: 20%;
    display: inline-block;
    border: solid 1px #0083C4;
    margin: 15px;
    border-radius: 20px;
    height: 235px;
    box-shadow: 5px 5px 10px grey;
    overflow: hidden;
}

.quadro2{ 
    width: 20%;
    display: inline-grid;
    border: solid 1px #0083C4;
    border-radius: 20px;
    height: 72px;
    box-shadow: 5px 5px 10px grey;
    overflow: hidden;
}   

.img-quadro{
    width: 100%;
}
.bt-insta {
    background: #0083C4;
    margin-bottom: 20px;
    color: white;
    height: 30px;
    font-size: 1.2em;
    width: 90%;
    border-radius: 15px;
    padding: left;
    margin-left: 5%;
    
}

.img-contato-100{
    width: 100%;
    text-align: center;
    margin:5px;
}

.quadro-expositor{ 
    width: 20%;
    display: inline-block;
    border: solid 1px #0083C4;
    margin: 15px;
    border-radius: 20px;
    height: 150px;
    box-shadow: 5px 5px 10px grey;
    overflow: hidden;
}

.img-contato-100{
        width: 100%;
        text-align: center;
}

.img-quadro-expositor{
    width: 70%;
    margin: 40px;
}   

.img-quadro-expositor2{
    width: 90%;
    margin: 20px;
}   

.novadata{
    border: solid 3px black;
    border-radius: 100px;
    overflow: hidden;
    color: red;
    font-weight: 800;
    background: yellow;
    width: 140px;
    margin: 10px;
    display: flex;
    align-items: center;
}

.novadata p {
    margin-bottom: 0px
}

#img_efeito{
    opacity:0;
    animation: piscar 2s ease-in-out 2s infinite alternate;
}
    
@keyframes piscar{
    from{
        opacity : 0
    }
    to {
        opacity : 1
    }
}  

@media (max-width: 767px) {
    
    .quadro-expositor{
        width: 100%;
    }
    .img-quadro{
        width: 70%;
        padding:30px;
    }
    .quadro a{
        text-align: center;
    }

    .logo{
        text-align: center;
        /*width:25px!important;*/
    }
    .banner2{
        text-align: center;
        
    }
    .responsivo-img{
        width: 330px!important;
    }
    .banner3{
        margin-left: 60px!important;
    }
    .star{
        width: 65%!important;
        margin-top: -29px!important;
        margin-left: 59px!important;
    }
    .quimica{
        margin-left: 30px!important;
        margin-top: -40px!important;
        width: 80%!important;
    }
    .matos{
        width: 160px!important;
    }
}

@media (max-width: 568px){
    .banner.res{
        margin-left: 10px!important;
    }
}
