/*
Theme Name: GeneratePress Child Boilerplate for Elementor
Theme URL: https://aiprev.com.br
Description: Tema-filho de generatepress
Author: Lucas Mello
Author URL: https://8bitslab.com.br
Template: generatepress
Version: 1.0.0
Text Domain: wp-elementor-generatepress-child
*/

/* Fix for Elementor default margin in last child element */
.elementor-element.elementor-element-ded48a1.elementor-widget.elementor-widget-html { margin: 0; }

html,
body {
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.site-content .content-area {
    width: 100%;
}

.separate-containers .site-main {
    margin: 0;
}

html {
    background-color: #fff;

}

body {
    background-color: #fff !important;
}

.elementor-widget-image a img[src$=".svg"] {
	width: auto !important;
}

/* Esconde o container filho por padrão */
.show-info .equipe-info {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Exibe no hover do Desktop */
.show-info:hover .equipe-info,
.show-info.active .equipe-info {
    opacity: 1;
}


body:not(.elementor-editor-active) #menu-mobile {
    position: fixed;
    height: 100vh;
    width: 100%;

    z-index: 105;

    transition: all .3s ease-in-out;

    left: 100%;
    top: 0;
}
.visivel {
    left: 0 !important;
}

@media (min-width: 768px) {
    
}

@media (max-width: 767px) {
    
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

/* Rodapé: bloco da newsletter na mesma escala do formulário "Fale com um faroleiro" */
@media (min-width: 768px) {
    footer.elementor-114 .elementor-element.elementor-element-5ff4235 {
        --width: 350px; /* mesma largura da coluna do formulário (.elementor-element-ae6b5a4) */
        max-width: 100%;
    }

    footer.elementor-114 .elementor-element.elementor-element-f158b5d {
        --width: 100%;
    }
}

footer.elementor-114 .elementor-element.elementor-element-ff83fc6 .elementor-heading-title {
    line-height: 22px;
}

footer.elementor-114 .elementor-element.elementor-element-d9ea112 .elementor-form-fields-wrapper {
    position: relative;
}

footer.elementor-114 .elementor-element.elementor-element-d9ea112 .elementor-field-type-submit {
    left: auto;
    right: 0;
    top: 0;
    width: auto;
}

footer.elementor-114 #rodape-midias {
    white-space: nowrap;
}

@media (max-width: 767px) {
    footer.elementor-114 .elementor-element.elementor-element-ff83fc6 .elementor-heading-title {
        font-size: 20px;
    }
}

/* Fundos animados em vídeo (substituem os GIFs) */
.e-con.balise-bg-host {
    isolation: isolate;
    overflow: hidden;
}

.e-con.balise-bg-host > .balise-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    pointer-events: none;
}

/* Rodapé desktop: equivale a background-position:center right; background-size:50% auto */
.e-con.balise-bg-host > .balise-bg-video--oceano-desktop {
    inset: auto;
    top: 50%;
    right: 0;
    width: 50%;
    height: auto;
    transform: translateY(-50%);
}

/* Rodapé mobile: equivale a background-position:bottom center no tamanho natural */
.e-con.balise-bg-host > .balise-bg-video--oceano-mobile {
    inset: auto;
    bottom: 0;
    left: 50%;
    width: 900px;
    max-width: none;
    height: 506px;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .e-con.balise-bg-host > .balise-bg-video--oceano-desktop {
        display: none;
    }
}

/* Página 404 */
.balise-404-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    font-family: "Libertinus Sans", Sans-serif;
    font-size: 16px;
}

.balise-404-links a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 4px;
}
