body {
background-color: #fff;
color: #0F3146;
font-family: 'Barlow', sans-serif;
padding-top: 78px;
}
@media (min-width: 992px) {
body {
padding-top: 108px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1130px;
}
}
@media (min-width: 1376px) {
.container-xl {
max-width: 1368px;
}
}
a {
color: #FF6000;
font-size: 15px;
font-weight: 500;
}
a .icon {
fill: currentColor;
}
a:hover {
color: #FF6000;
}
a:focus {
outline: none;
}
.icon {
fill: currentColor;
}
.icon-left {
margin-right: 4px;
}
.icon-right {
margin-left: 4px;
}
.h1, h1 {
font-size: 80px;
font-weight: bold;
letter-spacing: -0.01em;
line-height: 1.3;
}
.h2, h2 {
font-size: 32px;
font-weight: 600;
line-height: 1.3;
margin-bottom: 20px;
}
@media (min-width: 992px) {
.h2, h2 {
font-size: 48px;
}
}
.h3, h3 {
font-size: 28px;
font-weight: 600;
line-height: 1.3;
margin-bottom: 20px;
}
@media (min-width: 992px) {
.h3, h3 {
font-size: 42px;
}
}
.h4, h4 {
font-size: 22px;
font-weight: 600;
line-height: 1.14286;
margin-bottom: 20px;
}
@media (min-width: 992px) {
.h4, h4 {
font-size: 28px;
}
}
.h5, h5 {
font-size: 18px;
font-weight: 600;
line-height: 1.4;
}
@media (min-width: 992px) {
.h5, h5 {
font-size: 22px;
}
}
.h6, h6 {
font-size: 18px;
font-weight: 600;
line-height: 1.4;
}
[data-label]:before {
background: url(//www.bbaguinchos.com.br/wp-content/themes/bba/assets/images/sprite.svg#g-label) no-repeat left center;
content: attr(data-label);
background-size: 25px 25px;
color: #868F95;
display: block;
font-size: 14px;
line-height: 25px;
margin-bottom: 14px;
padding-left: 33px;
}
@media (min-width: 992px) {
[data-label]:before {
font-size: 18px;
}
}
.label-center:before {
display: table;
margin-left: auto;
margin-right: auto;
}
.collapsing {
transition: none;
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap;
}
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.btn {
border-radius: 16px;
font-size: 16px;
font-weight: 500;
line-height: 24px;
padding: 18px 20px;
transition: all 0.15s ease;
white-space: nowrap;
}
.btn .icon {
vertical-align: bottom;
}
.btn.focus, .btn:focus, .btn:not(:disabled):not(.disabled):hover, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
opacity: 0.75;
}
.btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
box-shadow: none;
}
.btn.disabled, .btn:disabled {
cursor: no-drop;
opacity: 1;
}
.btn-primary {
background-color: #FF6000;
border-color: #FF6000;
color: #fff;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
background-color: #FF6000;
border-color: #FF6000;
color: #fff;
}
.btn-primary.disabled, .btn-primary:disabled {
background-color: #ebebeb;
border-color: #ebebeb;
color: #aaa;
}
.btn-secondary {
background-color: #0F3146;
border-color: #0F3146;
color: #fff;
}
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
background-color: #0F3146;
border-color: #0F3146;
color: #fff;
}
.btn-secondary.disabled, .btn-secondary:disabled {
background-color: #ebebeb;
border-color: #ebebeb;
color: #aaa;
}
.btn-light {
background-color: #fff;
border-color: #fff;
color: #004D82;
}
.btn-light.focus, .btn-light:focus, .btn-light:not(:disabled):not(.disabled):hover, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
background-color: #fff;
border-color: #fff;
color: #004D82;
}
.btn-light.disabled, .btn-light:disabled {
background-color: #ebebeb;
border-color: #ebebeb;
color: #aaa;
}
.btn-whatsapp {
background-color: #3ABA2F;
border-color: #3ABA2F;
color: #fff;
}
.btn-whatsapp.focus, .btn-whatsapp:focus, .btn-whatsapp:not(:disabled):not(.disabled):hover, .btn-whatsapp:not(:disabled):not(.disabled):active, .btn-whatsapp:not(:disabled):not(.disabled).active {
background-color: #3ABA2F;
border-color: #3ABA2F;
color: #fff;
}
.btn-whatsapp.disabled, .btn-whatsapp:disabled {
background-color: #ebebeb;
border-color: #ebebeb;
color: #aaa;
}
.btn-sm {
padding: 16px 20px;
}
.btn-icon .icon {
vertical-align: middle;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url(//www.bbaguinchos.com.br/wp-content/themes/bba/assets/images/sprite.svg#g-select) no-repeat right 24px center;
background-size: 13px 8px;
}
.form-group {
margin-bottom: 30px;
position: relative;
}
.form-control {
background-color: #F2F2F2;
border-color: #F2F2F2;
box-shadow: inset 0px 1px 2px rgba(51, 78, 104, 0.2);
border-radius: 4px;
color: #2E3C49;
font-size: 14px;
font-weight: 500;
height: 60px;
letter-spacing: -0.02em;
line-height: 22px;
padding: 18px 16px;
}
.form-control ~ label {
color: #868F95;
font-size: 14px;
font-weight: 500;
left: 17px;
letter-spacing: -0.02em;
line-height: 22px;
margin-bottom: 0;
pointer-events: none;
position: absolute;
top: 19px;
transition: all 0.15s ease;
}
.form-control:not(:-moz-placeholder-shown):not(select) {
padding-bottom: 13px;
padding-top: 23px;
}
.form-control:not(:-ms-input-placeholder):not(select) {
padding-bottom: 13px;
padding-top: 23px;
}
.form-control.filled, .form-control:not(:placeholder-shown):not(select) {
padding-bottom: 13px;
padding-top: 23px;
}
.form-control:not(:-moz-placeholder-shown):not(select) ~ label {
font-size: 12px;
line-height: 12px;
top: 8px;
transform: none;
}
.form-control:not(:-ms-input-placeholder):not(select) ~ label {
font-size: 12px;
line-height: 12px;
top: 8px;
transform: none;
}
.form-control.filled ~ label, .form-control:not(:placeholder-shown):not(select) ~ label {
font-size: 12px;
line-height: 12px;
top: 8px;
transform: none;
}
.form-control, .form-control:focus {
background-color: #F9F8F8;
}
.form-control:focus {
border-color: #FFA066;
box-shadow: none;
}
.form-control[required]:valid {
background-image: url(//www.bbaguinchos.com.br/wp-content/themes/bba/assets/images/sprite.svg#g-valid);
background-position: right 16px center;
background-repeat: no-repeat;
background-size: 20px 21px;
border-color: #FF8033;
color: #FF8033;
}
.form-footer {
margin-top: 30px;
}
.form.invalid [required]:invalid {
border-color: #f00;
}
.form.invalid [required]:invalid ~ label {
color: #f00;
}
@media (min-width: 992px) {
.form-footer {
margin-top: 36px;
}
}
textarea.form-control {
height: 150px;
}
.g-recaptcha {
transform: scale(0.8);
transform-origin: center;
}
@media (min-width: 576px) {
.g-recaptcha {
transform: scale(1);
}
}
.wpcf7-not-valid-tip,
.screen-reader-response {
display: none !important;
}
.wpcf7-response-output {
font-size: 16px;
margin-top: 10px;
text-align: center;
}
.wpcf7-response-output:empty {
display: none;
}
.card {
border-color: #F2F2F2;
border-radius: 16px;
}
.card-body {
padding: 25px;
}
@media (min-width: 992px) {
.card-body {
padding: 57px 52px 62px;
}
}
.card-form {
margin-top: -267px;
position: relative;
z-index: 1;
}
.slick-dots {
font-size: 0;
list-style: none;
margin-bottom: 0;
padding-left: 0;
text-align: center;
}
.slick-dots li {
display: inline-block;
}
.slick-dots button {
background-color: transparent;
border: none;
font-size: 0;
padding: 6px;
}
.slick-dots button:before {
background-color: #ECF1F4;
border-radius: 50%;
content: "";
display: block;
height: 8px;
width: 8px;
}
.slick-dots button:focus {
outline: none;
}
.slick-dots .slick-active button:before {
background-color: #FFA066;
}
.slick-arrow {
background-color: transparent;
border: none;
color: #ECF1F4;
font-size: 0;
height: 36px;
padding: 0;
position: absolute;
transition: all 0.15s ease;
width: 48px;
}
.slick-arrow > .icon {
fill: currentColor;
}
.slick-arrow:before {
border: 3px solid #ECF1F4;
border-radius: 50%;
content: "";
display: block;
height: 36px;
left: 50%;
position: absolute;
top: 0;
transform: translateX(-50%);
width: 36px;
}
.slick-arrow:hover {
color: #FF6000;
}
.slick-arrow:hover:before {
border-color: #FF6000;
}
.slick-arrow:focus {
outline: none;
}
.social-list > a {
background-color: #fff;
border-radius: 50%;
display: block;
font-size: 0;
height: 32px;
line-height: 32px;
text-align: center;
width: 32px;
}
.social-list > a + a {
margin-top: 10px;
}
.our-details {
align-items: center;
display: flex;
flex-wrap: wrap;
font-size: 15px;
font-weight: 500;
justify-content: space-evenly;
line-height: 1.3;
position: relative;
max-width: 100%;
}
.our-details-item {
background-color: #FFF0E6;
border-radius: 8px;
color: #FF6000;
margin-top: 15px;
padding: 14px 16px;
text-align: center;
width: 44%;
}
.our-details-item .icon {
fill: #FF6000;
flex: 0 0 auto;
}
.our-details-item-title {
color: #003357;
display: block;
font-size: 22px;
font-weight: 500;
line-height: 1.3;
margin-bottom: 4px;
}
@media (min-width: 992px) {
.our-details {
background-color: #fff;
border: 1px solid #E6F0F7;
border-radius: 16px;
display: inline-flex;
justify-content: space-between;
left: 50%;
margin-top: -56px;
padding: 24px 9px;
transform: translateX(-50%);
}
.our-details-item {
align-items: center;
border-radius: 16px;
display: flex;
margin: 0 15px;
text-align: left;
width: auto;
}
.our-details-item .icon {
margin-right: 14px;
}
}
.service-carousel {
margin-left: -15px;
margin-right: -15px;
}
.service-carousel:not(.slick-initialized) {
display: flex;
}
.service-carousel > .service-item:nth-child(n + 5) {
display: none;
}
.service-slide {
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 342px;
}
.service-slide-image {
border-radius: 16px;
height: 215px;
overflow: hidden;
position: relative;
z-index: 0;
}
.service-slide-image > img {
display: block;
height: 100%;
mix-blend-mode: luminosity;
-o-object-fit: cover;
object-fit: cover;
position: relative;
width: 100%;
}
.service-slide-image:before {
background-color: #C4C4C4;
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.service-slide-image:after {
background: #000A11 url(//www.bbaguinchos.com.br/wp-content/themes/bba/assets/images/sprite.svg#g-plus) no-repeat center;
background-size: 38px 38px;
height: 100%;
content: "";
left: 0;
opacity: 0;
position: absolute;
top: 0;
transition: opacity 0.15s ease;
width: 100%;
}
.service-slide-title {
background-color: #fff;
border: 1px solid #F2F2F2;
border-radius: 16px;
color: #868F95;
display: inline-block;
font-size: 16px;
font-weight: 500;
line-height: 1;
margin-top: -33px;
padding: 14px 24px;
position: relative;
text-align: center;
z-index: 1;
}
.service-slide-title > strong {
color: #FF6000;
display: block;
font-size: 22px;
line-height: 1;
font-weight: 600;
text-transform: lowercase;
}
.service-slide:hover .service-slide-image:after {
opacity: 0.5;
}
.service-list {
margin-bottom: -30px;
}
.service-list .col,
.service-list [class*="col-"] {
margin-bottom: 30px;
}
.service-item {
background-color: #fff;
border: 1px solid #F2F2F2;
border-radius: 16px;
display: flex;
flex-direction: column;
height: 100%;
padding: 20px 32px;
}
.service-item-title {
font-size: 18px;
line-height: 1.4;
margin-bottom: 20px;
text-transform: uppercase;
}
.service-item-title svg {
fill: #FF6000;
margin-right: 9px;
}
.service-item-title a {
align-items: center;
color: #003357;
display: flex;
font-size: 18px;
font-weight: 600;
text-decoration: none;
}
.service-item-title > strong {
font-weight: 600;
}
.service-item-excerpt {
flex-grow: 1;
font-weight: 500;
font-size: 16px;
line-height: 1.3;
margin-bottom: 20px;
}
.testimonial-list {
margin-left: -15px;
margin-right: -15px;
position: relative;
}
.testimonial-list:not(.slick-initialized) {
display: flex;
}
.testimonial-list .slick-list {
overflow: visible;
}
.testimonial-list .slick-dots {
margin-top: 16px;
}
.testimonial-list .slick-slide {
width: 342px;
}
.testimonial-item {
background-color: #fff;
color: #868F95;
font-size: 14px;
font-weight: 500;
line-height: 1.4;
margin-bottom: 0;
padding-left: 15px;
padding-right: 15px;
width: 342px;
}
.testimonial-item-body {
border: 1px solid #E6F0F7;
border-radius: 16px;
padding: 49px 34px 32px;
}
.testimonial-item-title {
color: #003357;
font-size: 18px;
font-weight: 500;
line-height: 1;
margin-bottom: 20px;
}
.testimonial-item-reviews {
color: #FFC107;
margin-top: 38px;
}
.testimonial-item-reviews .icon + .icon {
margin-left: 3px;
}
.testimonial-item-infos {
font-weight: 600;
line-height: 1.1875;
margin-top: 8px;
font-size: 10px;
font-weight: 600;
line-height: 1.5;
}
.testimonial-item-author {
color: #FF6000;
font-size: 14px;
line-height: 1.07142;
}
@media (min-width: 992px) {
.testimonial-list:not(.slick-initialized) .testimonial-item:nth-child(n + 4) {
display: none;
}
}
.region-item {
border-radius: 16px;
color: #868F95;
padding: 20px;
font-weight: 500;
line-height: 1.3;
text-align: left;
}
.region-item a {
display: block;
margin-top: 14px;
}
.region-item-title {
color: #003357;
display: block;
font-size: 20px;
font-weight: 500;
line-height: 1;
margin-bottom: 14px;
position: relative;
}
.region-item-title .icon {
display: none;
}
.region-list {
background-color: #F2F2F2;
border-radius: 16px;
color: #868F95;
font-size: 16px;
font-weight: 500;
height: 100%;
line-height: 1.3;
padding: 20px 32px;
}
.region-list .h5 {
background: url(//www.bbaguinchos.com.br/wp-content/themes/bba/assets/images/sprite.svg#g-check) no-repeat left center;
background-size: 14px 12px;
color: #003357;
font-weight: 500;
line-height: 1;
margin-bottom: 20px;
padding-left: 22px;
}
.region-list ul {
border-top: 1px solid #fff;
list-style: none;
margin-bottom: 0;
margin-top: 20px;
padding-left: 0;
padding-top: 10px;
}
.region-list a {
color: #003357;
display: block;
font-size: 16px;
font-weight: 500;
line-height: 1;
padding-bottom: 10px;
padding-top: 10px;
text-decoration: none;
}
.region-list a:hover {
color: #FF8033;
}
.region-group .col,
.region-group [class*="col-"] {
margin-bottom: 15px;
}
@media (min-width: 992px) {
.region-item {
padding: 20px 32px;
}
.region-item-title {
padding-left: 22px;
}
.region-item-title .icon {
display: block;
fill: currentColor;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.region-group .col,
.region-group [class*="col-"] {
margin-bottom: 0;
}
}
.faq-item {
background-color: #F9F9F9;
border: 2px solid #F9F9F9;
border-radius: 16px;
cursor: pointer;
padding: 25px;
}
.faq-item:not(.show) .faq-item-title:after {
opacity: 1;
}
.faq-item:not(.show) .faq-item-body {
display: none;
}
.faq-item-title {
color: #003357;
font-size: 18px;
font-weight: 500;
line-height: 1.3;
margin-bottom: 0;
padding-right: 26px;
position: relative;
}
.faq-item-title:after, .faq-item-title:before {
background-color: #FF6000;
border-radius: 1px;
content: "";
display: block;
position: absolute;
transform: translateY(-50%);
}
.faq-item-title:after {
height: 16px;
opacity: 0;
right: 7px;
top: 50%;
width: 2px;
}
.faq-item-title:before {
height: 2px;
right: 0;
top: 50%;
width: 16px;
}
.faq-item-body {
color: #868F95;
font-weight: 500;
line-height: 1.3;
margin-top: 20px;
}
.faq-item-body :last-child {
margin-bottom: 0;
}
.faq-item + .faq-item {
margin-top: 10px;
}
@media (min-width: 992px) {
.faq-item {
padding: 25px 32px 28px;
}
}
.district-list ul {
list-style: none;
margin-bottom: 0;
padding-left: 0;
}
.district-list .slick-slider {
margin-left: -15px;
margin-right: -15px;
}
.district-list .slick-slide {
padding-left: 15px;
padding-right: 15px;
}
.district-link {
color: #868F95;
display: block;
font-size: 14px;
font-weight: normal;
line-height: 1;
padding-bottom: 8px;
padding-top: 8px;
}
@media (min-width: 992px) {
.district-list ul {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.district-list li {
flex: 0 0 20%;
max-width: 20%;
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 1200px) {
.district-list ul {
display: flex;
flex-wrap: wrap;
}
.district-list li {
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
}
.banner-guincho-24-7 {
background: #FF8033;
border-radius: 16px;
color: #fff;
display: flex;
flex-direction: column;
font-size: 20px;
font-weight: 500;
height: 180px;
justify-content: center;
line-height: 1;
margin: 0 auto 100px;
max-width: 100%;
text-align: center;
width: 656px;
}
.banner-guincho-24-7 .banner-title {
font-weight: bold;
margin-bottom: 7px;
}
@media (min-width: 992px) {
.banner-guincho-24-7 {
background-image: url(//www.bbaguinchos.com.br/wp-content/themes/bba/assets/images/banner/guincho-24-7.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 332px;
text-align: left;
}
}
.work-carousel {
margin-left: -15px;
margin-right: -15px;
}
.work-carousel:not(.slick-initialized) {
display: flex;
}
.work-carousel > .work-slide:nth-child(n + 4) {
display: none;
}
.work-slide {
padding-left: 15px;
padding-right: 15px;
}
.work-image {
border-radius: 16px;
height: 367px;
overflow: hidden;
position: relative;
z-index: 0;
}
.work-image > img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
}
.work-image:after {
background-color: #001A2B;
content: "";
display: block;
height: 100%;
left: 0;
opacity: 0.3;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.header {
background-color: #fff;
}
.navbar {
align-items: center;
display: flex;
font-weight: 500;
font-size: 16px;
height: 78px;
justify-content: space-between;
line-height: 1.21428;
padding: 0;
}
.navbar .nav-item {
text-align: center;
}
.navbar .nav-link {
color: #004D82;
display: block;
font-size: 22px;
font-weight: 500;
line-height: 1.25;
padding: 20px 19px;
}
.navbar-toggler {
border: none;
height: 48px;
margin-right: -10px;
padding: 10px;
width: 48px;
}
.navbar-toggler > span {
background-color: #FF6000;
border-radius: 2px;
display: block;
height: 3px;
position: relative;
top: 0;
transition: all 0.15s ease;
width: 100%;
}
.navbar-toggler > span + span {
margin-top: 4px;
}
.navbar-toggler:not(.collapsed) > span:first-child {
top: 7px;
transform: rotate(45deg);
}
.navbar-toggler:not(.collapsed) > span:nth-child(2) {
opacity: 0;
}
.navbar-toggler:not(.collapsed) > span:last-child {
top: -7px;
transform: rotate(-45deg);
}
.navbar-right {
padding: 23px 25px 68px;
}
@media (min-width: 992px) {
.navbar {
height: 108px;
}
.navbar-main {
margin-left: 45px;
}
.navbar .nav-item.active .nav-link {
color: #FF6000;
font-weight: bold;
}
.navbar .nav-link {
font-size: 16px;
line-height: 1;
}
.navbar .nav-link:hover {
color: #FF6000;
font-weight: bold;
}
.navbar-main {
flex-grow: 1;
justify-content: space-between;
}
.navbar-right {
padding: 0 0 0 80px;
}
}
@media (min-width: 1200px) {
.navbar-brand {
margin-right: 80px;
}
.navbar-brand > img {
height: 71px;
}
.navbar-main {
justify-content: center;
}
}
@media (max-width: 991px) {
#navbar {
background-color: #fff;
bottom: 0;
flex-direction: column;
left: 0;
overflow-y: auto;
position: fixed;
right: 0;
top: 78px;
z-index: 0;
}
#navbar .navbar-nav {
padding-top: 27px;
}
#navbar.show {
display: flex;
}
#navbar.show:after {
display: block;
}
}
@media (min-width: 992px) {
#navbar {
align-items: center;
display: flex;
height: 100%;
justify-content: flex-end;
width: 100%;
}
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
padding-left: 0;
padding-right: 0;
}
}
@media (min-width: 1200px) {
.navbar-expand-lg .navbar-nav .nav-link {
padding-left: 20px;
padding-right: 20px;
}
.navbar-expand-lg .our-social {
margin-left: 12px;
}
}
.footer {
background-color: #003357;
color: #F8F8F8;
font-size: 14px;
line-height: 1.4;
padding: 40px 25px 0;
}
.footer > .container {
position: relative;
}
.footer .h6 {
color: #FF6000;
margin-bottom: 13px;
}
.footer .nav-link {
color: #F8F8F8;
display: block;
font-size: 16px;
line-height: 1;
padding: 7px 0;
}
.footer .social-list {
display: flex;
margin-bottom: 40px;
}
.footer .social-list > a {
background-color: #004D82;
color: #F8F8F8;
}
.footer .social-list > a + a {
margin-left: 10px;
margin-top: 0;
}
.footer-logo {
display: block;
margin-bottom: 20px;
}
.footer-address {
margin-bottom: 40px;
}
.footer-links {
display: flex;
flex-wrap: wrap;
list-style: none;
margin-bottom: 33px;
padding-left: 0;
}
.footer-links .nav-item {
flex-grow: 1;
width: 50%;
}
.footer-cards {
margin-bottom: 40px;
padding-top: 7px;
}
.footer-contacts {
list-style: none;
margin-top: 35px;
padding-left: 0;
}
.footer-contacts li + li {
margin-top: 9px;
}
.footer-contacts-link {
color: #FF8033;
font-size: 15px;
font-weight: 500;
line-height: 1.2;
}
.footer-contacts-phone {
color: #F8F8F8;
font-size: 18px;
font-weight: bold;
line-height: 1.22223;
}
.footer-copyright {
align-items: center;
border-top: 1px solid #003962;
color: #295069;
display: flex;
font-size: 12px;
font-weight: 600;
justify-content: space-between;
letter-spacing: -0.02em;
line-height: 1.67;
margin: 29px -15px 0;
padding-bottom: 20px;
padding-top: 26px;
}
@media (min-width: 992px) {
.footer {
padding-top: 81px;
}
.footer .social-list {
margin-bottom: 0;
}
.footer-links {
margin-bottom: 0;
}
.footer-links .nav-item {
width: 100%;
}
.footer-cards {
margin-bottom: 0;
}
.footer-copyright {
padding-bottom: 31px;
padding-top: 32px;
}
}
.developed-by {
display: block;
margin-left: 53px;
}
@media (min-width: 992px) {
.developed-by {
bottom: 24px;
left: auto;
margin-left: 0;
position: absolute;
right: 15px;
}
}
.section-opening {
color: #868F95;
font-size: 18px;
font-weight: 500;
line-height: 1.38889;
margin-bottom: 34px;
}
.section-filters {
align-items: center;
display: flex;
list-style: none;
margin: 0 -5px 20px;
overflow-x: auto;
padding-bottom: 20px;
padding-left: 0;
}
.section-filters li {
border: 1px solid #868F95;
border-radius: 16px;
color: #868F95;
cursor: pointer;
display: block;
font-size: 14px;
line-height: 1;
margin-left: 5px;
margin-right: 5px;
padding: 8px 11px;
text-decoration: none;
}
.section-filters li.active, .section-filters li:hover {
background-color: #868F95;
color: #fff;
}
.section-default {
padding-bottom: 60px;
padding-top: 60px;
text-align: center;
}
.section-default .wp-post-image {
margin-bottom: 1rem;
}
@media (min-width: 992px) {
.section-default {
padding-bottom: 100px;
padding-top: 100px;
}
}
.section-services {
margin-bottom: 60px;
text-align: center;
}
.section-services .h3 {
margin-bottom: 32px;
}
.section-services .h3 > strong {
color: #FF8033;
font-weight: 600;
}
.section-services .slick-slider {
padding-bottom: 56px;
}
.section-services .slick-arrow {
left: 50%;
bottom: 0;
}
.section-services .slick-prev {
transform: translateX(-100%);
}
@media (min-width: 992px) {
.section-services {
margin-bottom: 100px;
}
.section-services .h3 {
margin-bottom: 64px;
}
.section-services .slick-slider {
padding-bottom: 88px;
}
}
.section-cta {
align-items: center;
background-color: #01365B;
color: #fff;
display: flex;
font-size: 18px;
font-weight: 500;
letter-spacing: -0.02em;
line-height: 1.3;
margin-bottom: 60px;
overflow: hidden;
padding-bottom: 60px;
padding-top: 60px;
position: relative;
text-align: center;
z-index: 0;
}
.section-cta .h3 {
color: #FF6000;
}
.section-cta .btn {
border-radius: 50%;
font-size: 0;
margin-top: 24px;
width: 62px;
}
.section-cta .wp-post-image {
height: 100%;
left: 0;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
@media (min-width: 992px) {
.section-cta {
height: 476px;
margin-bottom: 100px;
padding-bottom: 0;
padding-top: 0;
}
}
.section-regions {
margin-bottom: 60px;
}
.section-regions .h3 {
max-width: 350px;
}
.section-regions .h3 strong {
color: #FF8033;
display: block;
font-weight: 600;
}
.section-regions .region-item {
background-color: #F2F2F2;
margin-bottom: 30px;
}
@media (min-width: 992px) {
.section-regions {
margin-bottom: 70px;
}
.section-regions .h3 strong {
display: inline-block;
}
}
.section-regions-2 {
background-color: #F2F2F2;
padding-bottom: 60px;
padding-top: 60px;
text-align: center;
}
.section-regions-2 .region-list {
margin-bottom: 38px;
text-align: left;
}
.section-regions-2 .region-item {
background-color: #fff;
margin-bottom: 20px;
}
@media (min-width: 992px) {
.section-regions-2 {
padding-bottom: 98px;
padding-top: 101px;
}
.section-regions-2 .region-item {
margin-bottom: 40px;
}
}
.section-testimonials {
margin-bottom: 60px;
overflow: hidden;
text-align: center;
}
.section-testimonials .h3 {
margin-bottom: 32px;
}
.section-testimonials .h3 strong {
color: #FF8033;
font-weight: 600;
}
.section-testimonials .testimonial-list {
text-align: left;
}
.section-testimonials .slick-arrow {
top: 50%;
z-index: 1;
}
.section-testimonials .slick-prev {
left: -10px;
}
.section-testimonials .slick-next {
right: -10px;
}
.section-testimonials .slick-slide {
opacity: 0.3;
}
.section-testimonials .slick-active {
opacity: 1;
}
@media (min-width: 992px) {
.section-testimonials {
margin-bottom: 133px;
}
.section-testimonials .h3 {
margin-bottom: 64px;
}
}
.section-faq {
background-color: #F2F2F2;
padding-bottom: 60px;
padding-top: 60px;
text-align: center;
}
.section-faq .h3 {
margin-bottom: 32px;
}
.section-faq .h3 strong {
color: #FF8033;
font-weight: 600;
}
.section-faq .faq-list {
text-align: left;
}
.section-faq .section-footer {
color: #004D82;
font-size: 15px;
font-weight: 500;
margin-top: 40px;
}
.section-faq .section-footer a {
display: block;
}
@media (min-width: 992px) {
.section-faq {
padding-bottom: 148px;
padding-top: 100px;
}
.section-faq .h3 {
margin-bottom: 64px;
}
.section-faq .section-footer a {
display: inline-block;
}
}
.section-district {
padding-bottom: 60px;
padding-top: 60px;
}
@media (min-width: 992px) {
.section-district {
padding-bottom: 132px;
padding-top: 100px;
}
}
.section-works {
margin-top: 60px;
text-align: center;
}
.section-works .slick-slider {
padding-bottom: 56px;
}
.section-works .slick-arrow {
left: 50%;
bottom: 0;
}
.section-works .slick-prev {
transform: translateX(-100%);
}
@media (min-width: 992px) {
.section-works {
margin-top: 100px;
}
.section-works .slick-slider {
padding-bottom: 88px;
}
}
.page-header {
color: #fff;
min-height: 496px;
padding-bottom: 186px;
padding-top: 93px;
position: relative;
text-align: center;
z-index: 0;
}
.page-header > .container {
position: relative;
}
.page-header .h2 {
font-weight: 500;
}
.page-header .h2 > strong {
color: #FFA066;
font-weight: 600;
}
.page-header .wp-post-image {
height: 100%;
left: 0;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.page-header .social-list {
display: none;
}
.page-header:after {
background-color: #003357;
border-radius: 0 0 0 190px/130px;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -2;
}
.page-title[data-label]:before {
background-image: url(//www.bbaguinchos.com.br/wp-content/themes/bba/assets/images/sprite.svg#g-label-white);
color: #fff;
display: table;
margin-left: auto;
margin-right: auto;
}
.page-opening {
font-size: 20px;
line-height: 1.4;
margin: 0 auto 40px;
max-width: 100%;
width: 570px;
}
.page-content p, .page-content ul, .page-content ol, .page-content img {
margin-bottom: 24px;
}
.page-body {
color: #868F95;
padding-bottom: 60px;
padding-top: 60px;
}
.page-body .wp-post-image {
height: auto;
max-width: 100%;
}
.page-body > .container {
position: relative;
}
.page-body .h3 {
color: #003357;
margin-bottom: 40px;
}
.page-body .social-list {
display: none;
}
.page-body-header {
margin-bottom: 64px;
}
.page-body-header .h3 {
font-weight: 500;
margin-bottom: 20px;
text-align: center;
}
.page-body-header .h3 > strong {
color: #FFA066;
font-weight: 600;
}
.page-body-opening {
color: #868F95;
font-size: 18px;
font-weight: 500;
line-height: 1.4;
margin: 0 auto 40px;
max-width: 100%;
text-align: center;
width: 580px;
}
.page-body-footer {
margin-top: 40px;
}
@media (min-width: 992px) {
.page-header {
border-radius: 0 0 0 193px/125px;
overflow: hidden;
}
.page-header .social-list {
bottom: 0;
display: block;
position: absolute;
right: 15px;
}
.page-header .social-list > a {
color: #004D82;
}
.page-body {
padding-bottom: 100px;
padding-top: 100px;
}
.page-body .social-list {
display: flex;
position: absolute;
right: 15px;
margin-top: 11px;
}
.page-body .social-list > a {
background-color: #004D82;
color: #fff;
margin-top: 0;
}
.page-body .social-list > a + a {
margin-left: 12px;
}
.page-body-header .h3 strong {
display: block;
}
}
.support-team {
background-color: #fff;
border: 1px solid #F2F2F2;
border-radius: 16px;
color: #868F95;
font-size: 18px;
font-weight: 500;
line-height: 1.4;
margin: 0 auto 60px;
max-width: 542px;
padding: 34px 60px;
position: relative;
text-align: center;
margin-top: -251px;
z-index: 1;
}
.support-team p {
margin-bottom: 24px;
}
.support-team strong {
color: #FFA066;
font-weight: 500;
}
.support-team .h5 {
color: #003357;
margin-bottom: 20px;
}
.support-team .h5 > img {
display: block;
margin: 0 auto 8px;
}
@media (min-width: 992px) {
.support-team {
margin-bottom: 100px;
margin-top: -291px;
}
.support-team .h5 > img {
display: inline-block;
margin: 0 8px 0 0;
}
}
.home-hero {
background: url(//www.bbaguinchos.com.br/wp-content/themes/bba/assets/images/bg-banner.png) no-repeat top center;
color: #fff;
font-size: 18px;
line-height: 1.4;
margin-bottom: 60px;
position: relative;
}
.home-hero .h1 {
color: #FFDFCC;
font-weight: 300;
font-size: 34px;
letter-spacing: -0.05em;
line-height: 1.3;
margin-bottom: 26px;
}
.home-hero .h1 > strong {
color: #003357;
display: block;
font-size: 80px;
font-weight: bold;
letter-spacing: -0.01em;
line-height: 1;
}
.home-hero .h1:before {
background-image: url(//www.bbaguinchos.com.br/wp-content/themes/bba/assets/images/sprite.svg#g-label-white);
color: #fff;
letter-spacing: normal;
}
.home-hero .btn {
margin-top: 22px;
}
.home-hero .social-list {
display: none;
}
.home-hero-list:not(.slick-initialized) .home-hero-item:not(:first-child) {
display: none !important;
}
.home-hero-item {
align-items: center;
display: flex;
height: 456px;
position: relative;
z-index: 0;
}
.home-hero-bg {
display: none;
}
@media (max-width: 991px) {
.home-hero-list:not(.slick-initialized) .home-hero-item {
margin-left: auto;
margin-right: auto;
max-width: 370px;
}
}
@media (min-width: 992px) {
.home-hero {
background: none;
font-size: 20px;
margin-bottom: 100px;
}
.home-hero .social-list {
display: block;
position: absolute;
right: 185px;
top: 50%;
transform: translateY(-50%);
}
.home-hero .slick-dots {
left: 50%;
margin-left: -633px;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.home-hero .slick-dots li {
display: block;
}
.home-hero-item {
display: flex !important;
height: 576px;
}
.home-hero-bg {
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.home-hero-bg > img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center top;
object-position: center top;
width: 100%;
}
}
.error404 {
display: flex;
flex-direction: column;
min-height: 100vh;
padding-top: 80px;
}
.error404 .page-body {
align-items: center;
display: flex;
flex-grow: 1;
text-align: center;
}
.page-template-page-about .page-body strong,
.page-template-page-about .page-body b {
color: #FFA066;
}
.page-template-page-about .page-content {
font-size: 18px;
font-weight: 500;
line-height: 1.4;
}
.page-template-page-districts .page-body {
padding-bottom: 0;
}