/* lcp-critical.css – essencial para HEADER + HERO + WRAPPER DO VÍDEO */
*{box-sizing:border-box}
html,body{margin:0}
/* img{max-width:100%;height:auto} */
/* Container + grid */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {display: block;}
.container{width:100%;margin-right:auto;margin-left:auto;padding-left:25px;padding-right:25px}
.h-100 {height: 100% !important;}
.d-none{display:none!important}
.d-block{display:block!important}
.d-flex{display: flex!important}
.align-items-center{align-items:center!important}
.justify-content-center{justify-content:center!important}
.justify-content-between{justify-content:space-between!important}
.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}
.row>*{padding-left:15px;padding-right:15px}
.col-12{flex:0 0 100%;max-width:100%}
.col-6{flex:0 0 50%;max-width:50%}
/* Utilities já usadas no LCP */
.p-0{padding:0!important}
.py-3{padding-top:1rem!important;padding-bottom:1rem!important}
.pt-1{padding-top:.25rem!important}
.pb-5{padding-bottom:3rem!important}
.m-0{margin:0!important}
.mt-4{margin-top:1.5rem!important}
.mt-5{margin-top:3rem!important}
.text-center{text-align:center!important}
.text-right{text-align:right!important}
/* ===== Spacing base extra (Bootstrap scale) ===== */
/* Margins - top */
.mt-1{margin-top:.25rem!important}
.mt-2{margin-top:.5rem!important}
.mt-3{margin-top:1rem!important}
/* .mt-4 e .mt-5 já existem acima */

/* Margins - bottom */
.mb-1{margin-bottom:.25rem!important}
.mb-2{margin-bottom:.5rem!important}
.mb-3{margin-bottom:1rem!important}
.mb-4{margin-bottom:1.5rem!important}
.mb-5{margin-bottom:3rem!important}
/* Margins - eixo Y (top+bottom) */
.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}
.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}
.my-3{margin-top:1rem!important;margin-bottom:1rem!important}
.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}
.my-5{margin-top:3rem!important;margin-bottom:3rem!important}
/* Margins - eixo X (left+right) */
.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}
.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}
.mx-3{margin-left:1rem!important;margin-right:1rem!important}
.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}
.mx-5{margin-left:3rem!important;margin-right:3rem!important}
/* Padding - eixo X (left+right) */
.px-1{padding-left:.25rem!important;padding-right:.25rem!important}
.px-2{padding-left:.5rem!important;padding-right:.5rem!important}
.px-3{padding-left:1rem!important;padding-right:1rem!important}
.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}
.px-5{padding-left:3rem!important;padding-right:3rem!important}
.rounded-circle {border-radius: 50% !important}
@media (min-width:1200px){
  .container{max-width:990px;padding-left:15px;padding-right:15px}
}
@media (min-width:768px){
  .px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}
  .py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}
  .mt-md-5{margin-top:3rem!important}
  .col-md-10{flex:0 0 83.333333%;max-width:83.333333%}
  .offset-md-1{margin-left:8.333333%}
   .d-md-block{display:block!important}
  .d-md-none{display:none!important}
}
