.elementor-287 .elementor-element.elementor-element-24396f2f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-287 .elementor-element.elementor-element-3531fe12 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-287 .elementor-element.elementor-element-c15e207{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1366px){.elementor-287 .elementor-element.elementor-element-24396f2f{--padding-top:0px;--padding-bottom:96px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-287 .elementor-element.elementor-element-24396f2f{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:48px;--padding-left:0px;--padding-right:0px;}.elementor-287 .elementor-element.elementor-element-3531fe12 > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-3531fe12 */.grid-hero{
    display: grid;
    grid-template-columns: 1fr minmax(0, 1280px) 1fr;
    position: relative;
    width: 100%;
}

.container-imagem {
    grid-column: 1 / -1;   /* vai da primeira até a última coluna */
    grid-row: 1 / 2;       /* primeira linha */
    z-index: 1;
    overflow: hidden;
}

.elementor-287 .elementor-element.elementor-element-3531fe12 img{
    overflow: hidden !important;
}

.container-textos{
    grid-column: 2 / 3;    /* só a coluna central */
    grid-row: 1 / 2;       /* mesma linha da imagem */
    z-index: 2;
}

.container-boxed{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.container-interno-esquerdo{
    display: flex;
    flex-direction: column;
    width: 100%;        
    max-width: 700px; 
    height: fit-content;
    background-color: rgba(255, 255, 255, 0.2);
   -webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);
   padding: 2rem;
   border-radius: 1rem;
   border: 1px solid rgba(227, 227, 227, 0.5);
}

.container-whatsapp{
    display: grid;
    grid-template-areas:
    "icone titulo titulo"
    "icone texto texto";
    align-items: center;
    justify-content: start;
}

.container-whatsapp .icone-whatsapp    { grid-area: icone; }
.container-whatsapp .titulo-whatsapp     { grid-area: titulo; }
.container-whatsapp .texto-whatsapp  { grid-area: texto; }

.container-email{
    display: grid;
    align-items: center;
    justify-content: start;
    grid-template-areas:
    "icone-email titulo-email titulo-email titulo-email"
    "icone-email texto-email texto-email texto-email";
    margin-top: 1rem;
}

.container-email .icone-email    { grid-area: icone-email; }
.container-email .titulo-email     { grid-area: titulo-email; }
.container-email .texto-email  { grid-area: texto-email; }

.icone-whatsapp, .icone-email{
    width: 90px;
    height: 90px;
}

.contact-link{
    color: #9E272A;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.contact-link:hover{
    color: #003A78;
}

.elementor-287 .elementor-element.elementor-element-3531fe12 h1.title{
    font-family: "BarlowCondensed", sans-serif;
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #003B7A;
    padding-bottom: 1.5rem;
}

.elementor-287 .elementor-element.elementor-element-3531fe12 h2.titulo-whatsapp, .elementor-287 .elementor-element.elementor-element-3531fe12 h2.titulo-email, #contact-heading{
    font-family: "AfacadFlux", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    color: #003B7A;
    line-height: 1.1em;
    margin-bottom: 0.5rem;
}

.elementor-287 .elementor-element.elementor-element-3531fe12 h2.titulo-whatsapp, .elementor-287 .elementor-element.elementor-element-3531fe12 h2.titulo-email{
    padding-left: 1.5rem;
}

.texto-whatsapp, .texto-email{
    font-family: "AfacadFlux", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4em;
    color: #484848;
    padding-left: 1.5rem;
}

.container-interno-direito{
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.2);
   -webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);
   padding: 1.5rem;
   border: 1px solid rgba(227, 227, 227, 0.5);
   border-radius: 16px;
   color: #484848;
}

.elementor-287 .elementor-element.elementor-element-3531fe12 h3{
    color: #003B7A;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 0.5rem;
    
}

@media (max-width:1366px){
    .elementor-287 .elementor-element.elementor-element-3531fe12 img{
        max-width: none;
        width: 100%;
    }
    .elementor-287 .elementor-element.elementor-element-3531fe12 h1.title{
    font-size: 3.5rem;
    margin-bottom: 8px;
    }
    .container-interno-esquerdo{
        padding: 1rem;
    }
    .efeito-vidro{
        padding: 2rem;
    }
}

@media (max-width:1024px){
    .container-boxed{
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
    }
}

@media (max-width:767px){
    .container-boxed{
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 3rem;
        
    }
    .container-textos{
        padding: 0.75rem;
        position: relative;
        top: 30px;
        width: 100%;
    }
    .elementor-287 .elementor-element.elementor-element-3531fe12 img{
        width: 100%;
        height: 800px;
        position: relative;
    }
    
    .elementor-287 .elementor-element.elementor-element-3531fe12 h1.title{
        font-size: 2.5rem;
        margin-bottom: 0;
        padding-bottom: 1rem;
    }
    
    .icone-whatsapp, .icone-email{
    width: 32px;
    height: 32px;
    }
    .elementor-287 .elementor-element.elementor-element-3531fe12 h2.titulo-whatsapp, .elementor-287 .elementor-element.elementor-element-3531fe12 h2.titulo-email, #contact-heading{
    font-size: 1.2rem;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    }
    
    .texto-whatsapp, .texto-email{
        padding-left: 1rem;
    }
    
    .elementor-287 .elementor-element.elementor-element-3531fe12 h2.titulo-whatsapp, .elementor-287 .elementor-element.elementor-element-3531fe12 h2.titulo-email{
        padding-left: 0.8rem;
        margin-top: 0;
    }
    .container-interno-esquerdo, .container-interno-direito{
        padding: 0.72rem;
        width: 100%;
    }
    .container-email, .container-whatsapp{
        margin-top: 0;
        align-items: start;
    }
    .texto-email, .texto-whatsapp{
        line-height: 1.4em;
        padding-left: 0.8rem;
    }
    #contact-heading{
        font-family: "BarlowCondensed", sans-serif;
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .elementor-287 .elementor-element.elementor-element-3531fe12 h3{
        margin-bottom: 0.5rem;
    }
    .elementor-287 .elementor-element.elementor-element-3531fe12 td{
        padding: 0.5rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-205158e */.form-e-mapa{
    display: flex;
    gap: 5rem;
}

.form-container { background: #f9f9f9; padding: 25px; border-radius: 10px;  box-shadow: 0 4px 15px rgba(0,0,0,0.1); width:50%; }
#titulo-form{ margin-top: 0; font-family: "BarlowCondensed", sans-serif; font-size: 2.5rem; font-weight: 600 !important;
    color: #001F3F; line-height: 1.1em; }

#form-vidracaria{
    letter-spacing: 0.5px;
}    

.form-group { margin-bottom: 15px; display: flex; flex-direction: column; }
.form-group label { font-weight: bold; margin-bottom: 5px; color: #555; }
.form-group input, .form-group textarea { padding: 10px; border: 1px solid #ccc; border-radius: 5px; font-size: 16px; }
.form-group input[readonly] { background-color: #eee; cursor: not-allowed; }
.row { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-submit { background: #28a745; color: white; border: none; padding: 15px; width: 100%; border-radius: 5px; font-size: 18px; font-weight: bold; cursor: pointer; transition: 0.3s; margin-top: 10px; }
.btn-submit:hover { background: #218838; }

.texto-informativo{
    font-size: 0.90rem;
    margin-bottom: 0.5rem;
}

.mapa{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.elementor-287 .elementor-element.elementor-element-205158e iframe{
    margin-bottom: 2rem;
}

.como-chegar{
    background: #003A78; 
    color: #fff;
    padding: 1rem 0;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    gap: 0.5rem; 
    letter-spacing: 0.5px;
    border: 2px solid #003A78;
}
.como-chegar:hover{
    background: #002E60; 
    color: #DCDCDC;
}
@media (max-width: 880px) { 
    .row { flex-direction: column; 
    }
    .form-e-mapa{
        flex-direction: column;
        gap: 2rem;
    }
    .form-container, .mapa{
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c15e207 *//* BREAKPOINT: Celular (até 767px) */
@media (max-width: 767px) {
  .elementor-287 .elementor-element.elementor-element-c15e207 {
    margin-top: 64px;
    padding: 0 12px;
  }
}

/* BREAKPOINT: Tablet (768px ou mais) */
@media (min-width: 768px) {
  .elementor-287 .elementor-element.elementor-element-c15e207 {
    margin-top: 64px;
    padding: 0 16px;
  }
}

/* BREAKPOINT: Desktop (1024px ou mais) */
@media (min-width: 1024px) {
  .elementor-287 .elementor-element.elementor-element-c15e207 {
    margin-top: 96px;
  }
}/* End custom CSS */
/* Start custom CSS */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  overflow-x: hidden;
}/* End custom CSS */