/*!
Theme Name: Vault Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: vault
Version: 1.0.0
Text Domain: vault
*/

 /* Add your custom style here */

.featured-image-docentes {
    width: 300px;
    height: 300px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
	border-radius: 20px; /* Deixa os cantos arredondados */
}

.featured-image-docentes img,
.docentes-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.featured-image-post {
    width: 100%; /* Ocupa toda a largura da coluna */
    max-width: 100%; /* Garante que não ultrapasse */
    height: auto; /* Mantém a proporção original */
    display: block;
    margin: 0 auto 20px auto; /* Centraliza e dá espaço abaixo */
}

.featured-image-post img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 10px; /* Mantém um leve arredondamento */
}

