*{
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Raleway', sans-serif;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible{
    outline: none;
}

.paddingt-default{
    padding-top: 70px;
}

.paddingb-default{
    padding-bottom: 70px;
}

.margint-default{
    margin-top: 70px;
}

.marginb-default{
    margin-bottom: 70px;
}

.bg--dark-gradient{
    background: linear-gradient(180deg, #555555 0%, #242424 100%);
}

.bg--gray{
    background: #E9E9E9;
}

.bg--dark{
    background: #1E1E1E;
}

.btn--orange{
    padding: 14px 30px;
    background: #F06135;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    color: #fff; 
    border: 2px solid #F06135;   
}

.btn--orange:hover{
    border: 2px solid #F06135;
    color: #F06135;
}

.btn--know-more{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #242424;
    text-decoration: none;
}

.btn--know-more::after{
    content: url('../images/icon-arrow.png');
    margin-left: 10px;
}

.btn--know-more:hover{
    transition: all ease 0.4s;
    opacity: 0.8;
}

.title-style{
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #1E1E1E;
}

.title-style.white{
    color: #fff;
}

.title-style span{
    color: #F06135;
}

.txt-style p,
.txt-style li{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #242424;
}

.txt-style.white p,
.txt-style.white li{
    color: #fff;
}

.txt-style.gray p,
.txt-style.gray li{
    color: #555555;
}

/* HEADER */

.header__logos{
    display: flex;
    gap: 25px;
    align-items: center;
}

.header__logos .line{
    width: 1px;
    height: 32px;
    background: #fff;
}

/* MAIN */

.main-content{
    color: #fff;
}

.main-content h1{
    font-family: Raleway;
    font-size: 54px;
    font-weight: 800;
    line-height: 54px;
}

.main-content p{
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0;
}

.account-list li{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 15px 0;
}

.account-list li::before{
    content: url('../images/list-check.png');
    height: 20px;
}

/* serviços */

.service-card{
    border: 1px solid #E9E9E9;
    padding: 32px;
    height: 100%;
}

.service-card h3{
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #1E1E1E;
    margin-bottom: 0;
}

.service-card p{
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #1E1E1E;
}

/* celebra conexão */

.celebra-conection-imgs{
    position: relative;
    margin-top: -20px;
}

.celebra-conection__img{
    max-width: 420px;
    position: absolute;
    bottom: 0;
    top: 80px;
    margin: auto;
    left: 0;
    right: 0;
}

/* contato */

.contact-form{
    background: #fff;
    padding: 32px;
    box-shadow: 0px 25px 50px -12px #1018281A;
}

.contact-form__item{
    margin-bottom: 20px;
}

.contact-form__item label{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #242424;
    margin-bottom: 20px;
}

.contact-form__item input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #DDDDDD;
}

.contact-form p{
    margin: 0;
}

.contact-form .wpcf7-spinner{
    display: none;
}

/* faq */

#accordionFaq .accordion-item{
    border: none;
    border-radius: 0;
}

#accordionFaq .accordion-button{
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #242424;
    padding: 32px;
    border-radius: 0;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}

#accordionFaq .accordion-button:not(.collapsed) {
    background: #E9E9E9;
    box-shadow: none;
}

#accordionFaq .accordion-body{
    padding: 32px;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url('../images/icon-plus.png');
    width: 20px;
    height: 20px;
    background-size: unset;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/icon-minus.png');
}

.faq-obs,
.faq-obs a{
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 1px;
    color: #999999;
    text-align: center;
    text-decoration: none;
}

/* PADDING */




.footer-contact-info{
    color: #E9E9E9;
}

.footer-contact-info h3{
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}

.footer-contact-info p{
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.footer-copyright{
    border-top: 1px solid #E9E9E9;
}

.footer-copyright p,
.footer-copyright a{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1px;
    color: #E9E9E9;
    margin: 0;
    text-transform: uppercase;
}

.footer-social img{
    height: 18px;
    width: auto;
}

/* RESPONSIVO */

@media(max-width: 768px){
    .marginb-default{
        margin-bottom: 50px;
    }

    .margint-default{
        margin-top: 50px;
    }

    .paddingb-default{
        padding-bottom: 50px;
    }

    .paddingt-default{
        padding-top: 50px;
    }

    .header__logos{
        gap: 10px;
    }

    .header__logos .logo__celebra-group{
        height: 30px;
    }
    
    .header__logos .logo__conexao{
        height: 16px;
    }

    .header__logos .line {
        height: 30px;
    }

    header .btn--orange{
        width: unset;
    }

    .btn--orange{
        font-size: 14px;
        padding: 5px;
        width: 100%;
    }

    .main-content h1{
        font-size: 31px;
        line-height: 32px;
    }

    .main-content p {
        font-size: 15px;
        line-height: 28px;
    }

    .title-style {
        font-size: 24px;
        line-height: 32px;
    }

    .account-list li{
        margin: 10px 0;
    }

    .celebra-conection__img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 270px;
        object-fit: cover;
    }

    .celebra-conection__content{
        padding-top: 10px;
    }

    footer.paddingt-default{
        padding-top: 30px;
    }

    .footer-copyright.margint-default{
        text-align: center;
        margin-top: 20px;
    }

    .footer-social{
        justify-content: center;
    }
}

@media(max-width: 320px){
    .btn--orange{
        padding: 2px;
    }

    
    .header__logos .logo__celebra-group{
        height: 24px;
    }
    
    .header__logos .logo__conexao{
        height: 10px;
    }
}




footer a{
    color: #fff !important;
    text-decoration: none !important;
}