﻿.videos {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.6rem;
    
}

@media(max-width: 425px){
    .videos {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1.5rem;
        overflow: hidden;
        width: 100%; /* Define a largura como 100% da largura da tela */
        max-width: 425px;
    }
}

.consultoria {
    width: 260px;
    height: 200px;
    border-radius: 12px 12px 0 0;
}

.img-small {
    max-width: 500px;
    width: 100%;
    height: auto;
}

@media (max-width: 425px) {
    .img-small {
        max-width: 395px;
        width: 100%;
    }
}

.dark {
    color: black !important;
}

.zoom {
    font-size: 1.8rem;
}

.zoomUp {
    font-size: 2.5rem;
}

.zoom-dp {
    font-size: 1.4rem;
}

.zoomTt {
    font-size: 1.6rem;
}

.text-white-erro {
    background-color: white;
    box-shadow: 3px 3px 8px rgba(126, 126, 126, 0.8);
}

.blogField {
    box-shadow:3px 3px 8px rgba(126, 126, 126, 0.4);
    text-align: center;
    margin-bottom: 40px;
    border-radius: 8px;
}

.blogContainer{
    padding: 36px 0;
}

.titleBlog{
    padding: 10px;
    font-size: 2.4rem;
}

.videoField{
    border-radius: 20%;
}

