/* ========================
   Cores Globais
======================== */
:root {
    --cor-primaria: #3498db;
    /* Azul principal */
    --cor-secundaria: #2ecc71;
    /* Verde secundÃ¡ria */
    --cor-fundo: #f5f5f5;
    /* Fundo cinza claro */
    --cor-texto: #333333;
    /* Cor padrÃ£o do texto */
    --cor-botao: #0660cb;

}

/*============================= */


body {
    font-family: "Manrope", sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background: #ffffff;
    padding: 15px 0;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 3px 5px 5px 0px rgb(0 0 0 / 3%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

h2{

color: #5f828c;

font-weight: 600;

font-size: 30px;

padding: 20px;
}

h3{
    
color: #769ba8;
    
font-size: 25px;
}
.barra {

background: #769ba8;

padding: 7px;
}

.servicos {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    /* Garante que o fundo azul nÃƒÂ£o ultrapasse */
}

/* Deixar os títulos dos cards em preto mesmo sobre fundo claro */
#servicos .card-title {
    color: #000;
}

/* Personalização do texto dos cards */
#servicos .card-text {
    color: #555;
}

.card img {

    width: 100%;

    height: 200px;

    object-fit: cover;
}

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

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
    color: #888;
    font-weight: bold;
}

.hero {
    /* background: #cecece !important; */
    /* height: 500px !important; */
    width: 100%;
    color: white;
    padding: 80px 20px;
}

.hero-content {
    max-width: 600px;
    margin: auto;
}

button {
    background: #007bff;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
}

button:hover {
    background: #0056b3;
}

.services,
.testimonials,
.contact {
    padding: 40px 20px;
}

.service-boxes,
.testimonial-boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.box,
.testimonial {
    width: 100%;
    height: auto;
    background: linear-gradient(45deg, #0df0fd, #0654c7);
    border-radius: 8px !important;
    color: #fff !important;
    margin: 8px 0px;
}

.box h3 {
    font-size: 18px;
    color: #fff !important;
}

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

form {
    margin: auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

input,
textarea {
    margin: 10px 0;
    padding: 10px;
    width: 100%;
}

.map img {
    width: 100%;
    max-height: 300px;
}

#depoimentos img {
    width: 144px;
}

.mt-15 {
    margin-top: 15vh;
}

.btn {
    background: #769ba8 !important;
    color: #fff !important;
    border: none !important;
    padding: 14px;
}

.btn:hover {
    background: #0cd3f3 !important;
}

footer {
    background: #000;
    color: #fff;
    padding: 10px;
}

.whatsapp {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #00f870;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000000;
    box-shadow: 0 0 0 0 00f870;
    transform: scale(1);
    animation: pulse 1s infinite;
}

footer {
    background-color: #769ba8;
}

footer a:hover {
    opacity: 0.8;
}

.azul {
    font-size: 45px;
    font-weight: 700;
    color: #0660cb;
}

.bg-whites {
    background: #ffff;
    padding: 50px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 8px 5px 0px rgb(0 0 0 / 12%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.bgAzul {
    background: #769ba8;
    font-size: 20px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 8px 2px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

#orcamento{
    background: #f9f9f9;
    padding: 20px;
}

.btnTopo{
    background: #00f870;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    border-radius: 8px;
}
