/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


.carrossel-3d .swiper-slide{
    transform: scale(0.8) !important;
}
.carrossel-3d .swiper-slide.swiper-slide-next{
    transform: scale(1) !important;
}
.cotar-title{
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 2.2rem;
}
.form-cotar .campo{
    margin-bottom: 12px;
}
.campo::placeholder{
    color: #000;
}
.elementor-template-full-width .ast-container{
    max-width: none !important;
    padding: 0;
}
.form-news .wpcf7-spinner{
    display: none;
}
.form-news{
    display: grid;
    grid-template-columns: 80% 20%;
    gap: 12px;
    align-items: end;
}
.form-news label{
    font-family: "Quicksand", sans-serif;
    font-size: 28px;
    line-height: 1.7em;
    color: #fff;
    font-weight: 300;
}
body div .enviar-cotar{
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    background-color: #58B8E5;
    color: #fff;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    height: auto;
    transition: all .3s;
    padding: 12px 45px;
    margin: auto;
    border-radius: 15px;
}
body div .enviar-cotar:hover{
    color: #fff;
    background-color: #000;
}
.form-news input[type="submit"]{
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    display: block;
    height: 40px;
    padding: 0;
    font-size: 18px;
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #707070;
    transition: all .3s;
}
.form-news input[type="submit"]:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.galeria-logos .gallery{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.galeria-logos .gallery .gallery-item{
    transition: all .3s;
}
.galeria-logos .gallery .gallery-item:hover{
    transform: scale(1.12);
}
.btn-whats-azul .e-font-icon-svg{
    width: 2em;
    height: 2em;
}
.btn-whats-azul .elementor-button-content-wrapper{
    align-items: center;
    width: 36px;
}
.btn-whats-azul .elementor-button-link{
    border-radius: 30px;
    padding: 2px;
}
.btn-whats-azul .elementor-button-text{
    transform: scaleX(0);
    white-space: nowrap;
    width: 200px;
    height: 50px;
    position: absolute;
    text-align: center;
    background: #58b8e5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.btn-whats-azul .elementor-button-content-wrapper,
.btn-whats-azul .elementor-button-link,
.btn-whats-azul .elementor-button-icon,
.btn-whats-azul:hover .elementor-button-text{
    transition: all .2s;
}

.btn-whats-azul:hover .elementor-button-content-wrapper{
    width: 100%;
    gap: 12px !important;
}
.btn-whats-azul:hover .elementor-button-link{
    border-radius: 8px;
}
.btn-whats-azul:hover .elementor-button-icon{
    transform: translateX(0%);
}
.btn-whats-azul:hover .elementor-button-text{
    transform: scaleX(1);
}


/* Grade Numerada */
.grade-numerada{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
.grade-numerada .item{
    background-color: #fff;
    position: relative;
    box-shadow: 0px 0px 25px rgba(0 0 0 / 0.16);
    padding: 12px 25px;
}
.grade-numerada .item .destacado{
    display: flex;
    align-items: center;
    gap: 12px;
}
.grade-numerada .item .destacado span,
.grade-numerada .item .destacado h3{
    font-family: "Quicksand", sans-serif;
    color: #58B8E5;
    font-weight: bold;
    font-size: 40px;
}
.grade-numerada .item .destacado h3{
    font-size: 22px;
}
.grade-numerada .item .destacado::before{
    content: "";
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    border-top-color:#58B8E5;
    border-left-color: #58B8E5;
    position: absolute;
    top: 0;
    left: 0;
}

.grade-numerada .item .destacado::after{
    content: "";
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    border-bottom-color:#58B8E5;
    border-right-color: #58B8E5;
    position: absolute;
    bottom: 0;
    right: 0;
}

.grade-numerada .item p{
    font-family: 'Quicksand';
}

/* Blog home */

.tres-posts-container {
    display: flex;
    gap: 35px;
}

.post-destaque {
    flex: 2;
    height: 500px;
}

.post-menores {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.post-menor {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 230px;
}

.post-destaque img,
.post-menor img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bloco-post{
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}
.bloco-post .descricao{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    background-color: #58b8e564;
}
.bloco-post .descricao h2, .bloco-post .descricao p,
.bloco-post .descricao .btn-leia{
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
}
.bloco-post .descricao h2{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}
.bloco-post .descricao p{
    font-size: 15px;
}
.bloco-post .descricao p:empty{
    display: none;
}
.bloco-post .descricao .btn-leia{
    background-color: #58B8E5;
    font-weight: bold;
    padding: 8px 25px;
    border-radius: 8px;
}
.bloco-post .descricao .btn-leia:hover{
    background-color: #000;
}
.prev-post{
    font-size: 15px;
    font-weight: 400;
}
.prev-post strong{
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 5px;
}

@media (max-width: 1400px){
    #contato{
        padding-left: 12%;
        padding-right: 12%;
    }
}

/* Responsivo */
@media (max-width: 990px){
    .grade-numerada{
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .form-news label{
        font-size: 25px;
    }
    .form-news{
        grid-template-columns: 1fr;
    }

    .tres-posts-container {
        flex-direction: column;
    }
    .post-menores {
        display: none; /* Oculta os posts menores */
    }
    #contato{
        padding-left: 0%;
        padding-right: 0%;
    }
}