/* Bootstrap Purged - apenas classes usadas em igreja.htm */

/* Reset box-sizing */
*,*::before,*::after{box-sizing:border-box}

/* Container */
.container{width:100%;padding-right:.75rem;padding-left:.75rem;margin-right:auto;margin-left:auto}
@media(min-width:576px){.container{max-width:540px}}
@media(min-width:768px){.container{max-width:720px}}
@media(min-width:992px){.container{max-width:960px}}
@media(min-width:1200px){.container{max-width:1140px}}
@media(min-width:1400px){.container{max-width:1320px}}

/* Grid Row */
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}

/* Gutter */
.g-3{--bs-gutter-x:1rem;--bs-gutter-y:1rem}

/* Cols base */
.col-12{flex:0 0 auto;width:100%}

/* Col md */
@media(min-width:768px){
  .col-md-6{flex:0 0 auto;width:50%}
}

/* Col lg */
@media(min-width:992px){
  .col-lg-3{flex:0 0 auto;width:25%}
  .col-lg-4{flex:0 0 auto;width:33.33333333%}
  .col-lg-5{flex:0 0 auto;width:41.66666667%}
  .col-lg-6{flex:0 0 auto;width:50%}
  .col-lg-7{flex:0 0 auto;width:58.33333333%}
  .col-lg-8{flex:0 0 auto;width:66.66666667%}
  .col-lg-9{flex:0 0 auto;width:75%}
}

/* Order */
.order-1{order:1}.order-2{order:2}
@media(min-width:992px){
  .order-lg-1{order:1}.order-lg-2{order:2}
}

/* Display */
.d-none{display:none!important}
.d-flex{display:flex!important}
.d-inline-flex{display:inline-flex!important}
.d-block{display:block!important}
@media(min-width:768px){
  .d-md-none{display:none!important}
  .d-md-block{display:block!important}
  .d-md-inline-flex{display:inline-flex!important}
}

/* Flex utilities */
.align-items-center{align-items:center!important}
.justify-content-center{justify-content:center!important}
.w-100{width:100%!important}

/* Text */
.text-center{text-align:center!important}
.text-end{text-align:right!important}
.mx-auto{margin-right:auto!important;margin-left:auto!important}

/* Spacing */
.mb-3{margin-bottom:1rem!important}
.my-0{margin-top:0!important;margin-bottom:0!important}
.my-5{margin-top:3rem!important;margin-bottom:3rem!important}
.pe-0{padding-right:0!important}
.ps-0{padding-left:0!important}

@media(min-width:768px){
  .my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}
  .ps-md-3{padding-left:1rem!important}
  .pt-md-4{padding-top:1.5rem!important}
  .mb-lg-0{margin-bottom:0!important}
}
@media(min-width:992px){
  .mb-lg-0{margin-bottom:0!important}
}
