@import url(Global.css);

.container-blog-form{
    height: auto;
    width: auto;
    display: block;
    margin-bottom: 160px;
  }




#blog-title{
    margin-top: 150px;
    margin-bottom: 100px;
    font-size: 4em;
}


.blog-img{
    width: 100%;
    height: fit-content;
    margin:auto;
    align-items: center;
    margin-bottom: 100px;
    
    
    
}

.blog-img img{

    width: 50%;
    border: 3px solid rgb(255, 137, 156); /* Corrige a cor da borda */
    border-radius: 7px;
    box-shadow: 5px 5px 5px rgb(182, 129, 129);
    margin: auto;
    display: block;
}

.blog-content{
    width: 50%;
    height: fit-content;
    margin-top: 80px;
    margin: auto;
    text-align: justify;
    font-size: 1.6em;
    font-family: var(--font-roboto);
    font-weight: 300;
    margin-bottom: 80px;

}

.blog-content h4{
        text-align: center;
        margin-top: 100px;
        margin-bottom: 40px;

        font-size: 1.5em;
        font-family: var(--font-embed);
        color: rgb(133, 82, 143);
        
}

.blog-content p{
    margin: 1em 0px;
}

.blog-content-palestra{
    width: 70%;
    height: fit-content;
    margin-top: 80px;
    margin: auto;
    text-align: justify;
    font-size: 1.6em;
    font-family: var(--font-roboto);
    font-weight: 300;

}

.blog-content-palestra p {
    margin-bottom: 100px;
}

#blog-link{
    text-decoration: none;
    color: rgb(226, 43, 217);
}

#blog-link:hover{
    color: rgb(173, 125, 218);
}

.section-palestra{
    width: 90%;
    height: fit-content;
    margin: auto;

}

.section-palestra h3{
    width: 70%;
    font-size: 2.5em;

}

.palestra-img{
    width: 260px;
    height: 260px;
    background-image: url(../img/apresentacao.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    margin-bottom: 80px;
}

.titulo-palestra{
    font-size: 3em;
    margin-top: 250px;
    margin-bottom: 100px;
}


#consulta02{
    padding: 20px;
    background-image: linear-gradient(var(--light-red),var(--light-pink),var(--dark-pink));
    font-weight: 700;
    font-size: 1.3em;
    margin-top: 50px;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    width: fit-content;
    box-shadow: 2px 2px 2px gray;
    transition: 0.3 ease-in-out;
    
}

#consulta02:hover{
  box-shadow: 2px 2px 5px purple;  
}


@media screen and (max-width: 1068px){
    #blog-title{
        margin-top: 160px;
        margin-bottom:80px;
        font-size: 2em;
    }


    .blog-content{
        font-size: 1.3em;
        width: 85%;
        font-family: var(--font-roboto);
        line-height: 1.2;
    }


    .blog-img{
        width: 100%;
        height: fit-content;
        margin:auto;
        margin-bottom: 40px;
        display: block;
    }
    
    .blog-img img{

        width: 85%;
        margin-top: 30px;
        border: 3px solid rgb(255, 137, 156); /* Corrige a cor da borda */
        border-radius: 7px;
        box-shadow: 5px 5px 5px rgb(182, 129, 129);
        margin: auto ;
        
        display: block
        ;
    }

    

    .titulo-palestra{
        
        width: 90%;
    
    }

    #title-palestra{
        font-size: 1.6em;
        margin-top: 160px;
        margin-bottom: 160px;
    }
    

    .blog-content-palestra{
        width: 95%;
        height: fit-content;
        margin-top: 80px;
        margin: auto;
        text-align: left;
        font-size: 1.2em;
        font-family: var(--font-embed);
        word-spacing:1px;
    
    }

    .blog-content h4{
        text-align: center;
        margin-top: 100px;
        margin-bottom: 40px;

        font-size: 1.2em;
        font-family: var(--font-embed);
        color: rgb(133, 82, 143);
        
}

    #consulta02{
        font-size: 0.8em;
        width: 150px;
    }



    




}