/*
Theme Name: Casas Bahia Ads
Theme URI: Coloque aqui o URL do site do seu tema, se tiver
Description: Descrição do seu tema
Author: Grupo Casas Bahia
Author URI: Seu URL
Version: 1.0
*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    width: 100%;
}

html {
    margin: 0 !important;
}

/*********************************
*           Banners
**********************************/

.title-banner {
    font-family: "Urbanist";
    display: grid;
    position: relative;
}

.banner-contains figure {
    display: none;
}

.banner-contains {
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0.8);
    width: auto;
}

.title-banner .banner {
    width: 309.69px;
}

.title-banner h2 {
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 25.3px;
    width: fit-content;
}

.banner-image {
    height: min-content;
}

.title-banner hr {
    color: #E71A3B;
    width: 154px;
    height: 4.58px !important;
    opacity: inherit;
}

.title-banner ul {
    list-style: none;
    padding: 0;
    width: fit-content;
}

.title-banner ul li {
    content: '';
    color: #fff;
    background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg focusable='false' preserveAspectRatio='xMidYMid meet' fill='white' stroke='white' stroke-width='0' width='19.37' height='17.88' viewBox='0 0 32 32' aria-hidden='true' xmlns='http://www.w3.org/2000/svg'><path d='M13 24L4 15 5.414 13.586 13 21.171 26.586 7.586 28 9 13 24z' stroke-width='3'></path><title>Checkmark</title></svg>") no-repeat;
    border: 2px;
    padding-left: 2em;
    font-size: 16.45px;
    font-weight: 400;
    line-height: 18.92px;
}

@media (min-width: 576px) {
    .banner-contains {
        left: 20%;
        transform: scale(1.5) translateY(40%);
    }
}

@media (min-width: 1200px) {
    .banner-contains {
        left: 15%;
    }
}

.img-desktop {
    height: 100%;
}

.img-mobile {
    width: 100%;
}

@media (max-width: 767px) {
    .img-desktop {
        display: none;
    }

    .form-check-input .wpcf7-list-item {
        width: 100% !important;
    }
}



@media (min-width: 768px) {
    .banner-image {
        height: 300px;
    }

    .banner-contains {
        top: 5%;
        transform: scale(0.8);
        left: 15%;
    }

    .img-mobile {
        display: none;
    }

    .img-desktop {
        height: 300px;
        position: absolute;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .img-desktop {
        right: -340px;
    }

    .banner-contains {
        left: 5%;
    }
}


@media (min-width: 1200px) {
    .banner-image {
        text-align: center;
    }

    .img-desktop {
        max-width: 1400px;
        position: relative;
        right: auto;
    }
}

@media (min-width: 1400px) {
    .banner-image {
        text-align: center;
        height: auto;
    }

    .img-desktop {
        max-width: 4000px;
        height: auto;
        width: 100%;
    }
}

.wpcf7-not-valid-tip {
    position: absolute;
    width: max-content;
    display: grid !important;
}

.wpcf7-form-control-wrap[data-name="radio-113"] .wpcf7-not-valid-tip {
    position: relative;
    width: auto;
}


/**********************************
 *          .medias
 **********************************/

.media-gray {
    background-color: #e8effc;
    border-radius: 10px;
    padding: 25px 15%;
    text-align: justify;
}

.media .media-image {
    margin-bottom: 35px;
    margin-right: 0;
    margin-top: 20px;
}

.media .media-image img {
    width: 100%;
}

.media .media-content {
    color: #0A255B;
    font-size: 16px;
    margin-left: 0 !important;
}

.media .media-content p:first-child {
    color: #E31233;
    font-family: 'Urbanist';
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}

.media .media-content p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .media .media-image {
        margin-bottom: 0;
        margin-right: 15px;
        margin-top: 0;
        max-width: 250px;
    }

    .media .media-content p:first-child {
        margin-bottom: 30px;
        text-align: left;
    }
}



@media (min-width: 992px) {
    .media .media-image {
        margin-right: 35px;
        max-width: 350px;
    }
}

@media (max-width: 992px) {
    .media-gray {
        background-color: #e8effc;
        border-radius: 10px;
        padding: 25px 5%;
        text-align: justify;
    }
    
}


/****************************
*         customers
****************************/
.card-customer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

#customer {
    margin-bottom: 55px;
}

.card-customer img {
    max-width: 125px;
}

/****************************
*         sections
****************************/
.section {
    padding: 30px 0 25px;
}

.section-title {
    color: #0A255B;
    font-family: 'Urbanist';
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 30px;
    text-align: center;
}

.section-blue {
    background-color: #0A255B;
    color: #fff;
    padding: 20px;
}

.section-title strong {
    color: #E31233;
    font-weight: 800;
}

.section-blue .section-title {
    color: #fff
}

.section-gray {
    background-color: #fbfbfb;
}

@media (min-width: 768px) {
    .section {
        padding: 55px 0 35px;
    }
}

/****************************
*         accordions
****************************/
.accordion-item {
    background-color: transparent !important;
    margin-bottom: 15px;
    transition: 175ms ease-out;
    border:0!important;
}

.accordion-item:hover {
    transform: scale(1.01);
}

.accordion-button {
    background-color: #012fc7 !important;
    background-image: none;
    border: none !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-family: "Urbanist";
    font-size: 14px !important;
    font-weight: bold;
    padding: 16px 30px !important;
}

.accordion-button,
.accordion-button:focus {
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1) !important;
}

.accordion-button:after {
    background-image: none !important;
    color: #fff !important;
    content: '＋' !important;
}

.accordion-button:not(.collapsed):after {
    content: '－' !important;
    transform: none !important;
}

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

@media (min-width: 576px) {
    .accordion-button {
        font-size: 14px !important;
    }
}

@media (min-width: 768px) {
    .accordion-button {
        font-size: 18px !important;
    }
}

/****************************
*         tabs
****************************/
.nav-tabs.nav-tabs-centered {
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}

.nav-tabs.nav-tabs-centered .nav-link {
    border: 1px solid #0A255B;
    border-radius: 10px;
    color: #0A255B;
    font-size: 11px;
    font-family: "Urbanist";
    font-weight: 700;
    margin: 0 5px;
    padding: 12px 7px;
    text-transform: uppercase;
    transition: 180ms ease-out;
    width: calc(33% - 10px);
}

.nav-tabs.nav-tabs-centered .nav-link:hover,
.nav-tabs.nav-tabs-centered .nav-link.active {
    background-color: #0033c6;
    border: 1px solid #0033c6;
    color: #fff;
}

@media (min-width: 400px) {
    .nav-tabs.nav-tabs-centered .nav-link {
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .nav-tabs.nav-tabs-centered {
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
        width: 500px;
    }

    .nav-tabs.nav-tabs-centered .nav-link {
        font-size: 18px;
        padding: 12px 20px;
    }
}
.nav-tabs {
    border-bottom: 0!important;
}

/****************************
*         formulario
****************************/
.have-account {
    color: #0A255B;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.have-account a {
    color: #0A255B;
    font-size: 20px;
    font-weight: 700;
}


form .wpcf7-spinner {
    display: none;
}

form label {
    font-size: 24px !important;
}

.form-group {
    font-family: "Roboto", sans-serif;
    margin-bottom: 50px !important;
}

.form-group p {
    margin: 0;
}

.form-group input {
    background-color: #0A255B;
    color: #fff;
    height: 51px;
}

.form-group input:focus {
    background-color: #0A255B;
    color: #fff;
}

.form-group label {
    color: #0A255B;
    font-family: 'Urbanist';
    font-weight: bold;
}

form button .btn {
    background-color: #E31233;
    color: #fff;
    border: 0;
    width: 230px;
    height: 50px;
    font-size: 22px;
    line-height: 25.3px;
    font-weight: 900;
    transition: 175ms ease-out;
}

form button .btn:focus {
    background-color: #E31233;
    color: #fff;
    
}

form button .btn:hover {
    background-color: #E31233;
    color: #fff;
    transform: scale(1.05);
}

form {
    text-align: center;
}

form .row {
    text-align: justify;
    align-items: flex-end;
}

.form-check-input {
    background-color: transparent !important;
    border: 0 !important;
}

.wpcf7-form {
    display: flex;
    flex-direction: column;
}

.form-check-input .wpcf7-list-item-label {
    color: #0A255B;
    width: 36%;
    font-size: 14px !important;
    flex: 1;
}

.form-check-input .wpcf7-list-item {
    color: #0A255B;
    width: 36%;
    font-size: 14px !important;
    text-align: justify;
    margin-top: 30px;
    margin: 0 !important;
}

input[type="radio"] {
    width: 23px;
    height: 23px;
    position: relative;
    float: left;
    margin: 10px 5px 10px 0px;
    flex: 0 0 auto;
}

#id-loja {
    color: #0A255B;
    font-weight: bold;
    float: inline-start;
    flex: 0 0 auto !important;
    margin-right: 25px;
}

#info {
    font-size: 14px;
    line-height: 16.1px;
    font-style: italic;
    color: #0A255B;
    font-weight: 400;
    flex: 1;
    margin-bottom: 2px;
}

.adjust-form p {
    display: flex;
    align-items: flex-end;
}

.form-check-input label {
    display: flex;
    align-items: center;
}

.form-check-input label span {
    margin-left: 10px;
}

.form-group input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #0A255B inset !important;
    -webkit-text-fill-color: white;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}

.wpcf7-response-output {
    font-family: 'Urbanist';
    border-radius: 17px;
    font-size: 20px;
    font-weight: bold;
}

/****************************
*         footer
****************************/
.footer {
    background-color: #0233c6;
    bottom: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    clear: both;
    position: relative;
}

.red-line {
    background-color: #e7193b;
    width: calc(100% + 40px);
    height: 30px;
    position: relative;
    left: -20px;
    margin-bottom: -20px;
    text-align: center;
    padding: 5px 0px 5px 0px;
}

.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer ul a {
    color: #fff;
    text-decoration: none;
}