@charset "utf-8";

/******************* TEMA ********************/
body {
    font-family: 'Inter', sans-serif;
    background-image: url(../images/fundo3.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-left: 0;
    padding-right: 0;
}

.masthead {
    min-height: 480px;
}

.botao {
    background-image: url(../images/botao.png);
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 5
}

.servico-ilust {
    right: 0;
    top: 150px;
}

span.date-label {
    border-radius: 25px;
    color: white;
    background-color: #007d9f;
    padding: 10px 25px;
}

.bg-numeros {
    background-image: url(../images/numeros.png);
    padding: 180px 0;
}

.gradient {
    background: rgb(91, 58, 142);
    background: linear-gradient(90deg, rgba(91, 58, 142, 1) 0%, rgba(89, 198, 234, 1) 100%);
    /*width: 1000px;*/
    border-radius: 10px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007d9f' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007d9f' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.text-center {
    font-weight: bold;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 40px;
}

.text-icon h2 {
    font-size: 1.3rem;
}

.vantagens.bg-grey {
    background-color: #000000;
}

.row {
    justify-content: space-evenly;
}

/*.row li {
  font-size: medium;
}*/
.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-item,
.accordion-header,
.accordion-button {
    background-color: transparent;
    color: rgb(0, 0, 0);
}

::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder {
    text-align: center;
}

.fa-solid.fa-check {
    color: #4DC7ED;
}

.fa-brands {
    color: #007d9f;
    ;
}

footer {
    /*background-color: #59C6EA;*/
    background-image: url(../images/fundo4.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-left: 0;
    padding-right: 0;
    padding-top: 160px;
    height: 1060px;
}

footer button.btn-primary {
    background-color: rgb(91, 58, 142);
}

footer .container.formulario {
    margin-top: 250px;
}

.imagemform {
    position: absolute;
    left: -220px;
    top: 245px;
    width: 320px;
}

.mensagem {
    padding-left: 50px;
    padding-right: 50px;
}

.wrapper-privacy {
    padding-left: 120px;
}

.btn-submit {
    padding-left: 300px;
    padding-right: 300px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 5rem;
    height: 5rem;

}

.carousel-control-next,
.carousel-control-prev {
    top: initial;
    bottom: 30% !important;
}

@media (max-width:480px) {
    body {
        background-image: url(../images/fundo3-mobile.png);
    }

    .masthead {
        /*background-color: #5ac6ea;*/
    }

    .btn-submit {
        padding-left: 30px;
        padding-right: 30px;
    }

    .botao {
        top: 20%;
    }

    .botao img {
        width: 60px;
    }

    .mensagem {
        padding-left: initial;
        padding-right: initial;
    }

    .carousel-control-next,
    .carousel-control-prev {
        align-items: end;
        bottom: -3rem !important;
    }
}
