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

header {
    text-align: center;
    padding: 5px;
    background-color: #fff;
}

.logo {
    width: 20%;
}

.banner {
    background: url('img/capa.webp') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 100px 20px;
    text-align: left;
}

.banner-content {
   
}

.banner-content h1 {
    margin: 0 0 10px;
    font-size: 35px;
    font-family: "Alumni Sans", sans-serif;
    line-height: 30px;
    letter-spacing: 3px;
}

.banner-content p {
    margin: 0 0 30px;
}


@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 5px rgba(37, 211, 102, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 15px rgba(37, 211, 102, 0.9);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 5px rgba(37, 211, 102, 0.7);
    }
}

.capah1 {
    text-align: center;
}

.capap {
    font-family: system-ui;
    font-size: 17px;
    text-align: center;
}

.sobre {
    color: #000;
    font-family: 'Alumni Sans';
    margin-bottom: 0;
    font-size: 25px;
    letter-spacing: 2px;
    margin-top: 12px;
}

.sobrep{
    font-family: system-ui;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 0;
}

.sobreh1{
    margin: 0;
    padding-bottom: 15px;
    font-family: 'Alumni Sans';
    font-size: 35px;
    color: #21007e;
    text-align: center;
}

.servicosh2{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Alumni Sans';
    font-size: 25px;
}

.servicosp{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: system-ui;
    font-size: 17px;
}

.chegada {
    margin: 0;
    font-family: 'Alumni Sans';
    font-size: 35px;
    color: #21007e;
    padding-bottom: 10px;
}

.chegadap {
    margin: 0;
    padding-bottom: 10px;
    font-family: system-ui;
    font-size: 17px;
}

.servico {
    background: #fff;
    padding-top: 40px;
}

.servicoh1 {
    margin: 0;
    font-family: 'Alumni Sans';
    font-size: 35px;
    color: #21007e;
    text-align: center;
}

.servicoimg {
    border-radius: 10px;
}

.footerh1 {
     color: #fff;
     margin: 0px;
     padding-bottom: 10px;
     font-family: 'Alumni Sans';
     font-size: 35px;
}

.footerp {
     color: #fff;
     margin: 0px;
     font-family: system-ui;
     font-size: 17px;
     padding-bottom: 20px;
}

.whatsapp-button {
    background-color: #00aa37;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
    animation: pulse 1.5s infinite;
}

.whatsapp-button i {
    margin-right: 5px;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}

.icon {
    background: #df0000;
    display: inline-flex;
    align-items: center;
    padding: 15px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.section {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #fff;
}

.but-3 {
    margin-right: 20px!important;
}
.but-3 {
    padding-bottom: 0px;
}

.section1 {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.block {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 10px;
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    box-sizing: border-box;
    text-align: center;
    border: 2px solid #21007e;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}
.block2 {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 10px;
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    box-sizing: border-box;
    text-align: center;
    border: 2px solid #21007e;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #f1f1f100;
    border-radius: 10px;
}

.sobrebox{
    background: #fff;
    padding-top: 40px;
}

.whatsp {
    text-decoration: none;
    padding-top: 20px;
}

.two-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center; /* Alinha os itens verticalmente ao centro */
}

.image-left {
    text-align: center;
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 20px;
}

.image-left img {
    max-width: 100%;
    height: auto;
}

.text-right {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centraliza o conteúdo verticalmente */
}



.block img {
    max-width: 100%;
    height: auto;
}


.text-right {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 20px;
}

.half {
    flex-basis: 50%;
    padding: 20px;
}

.half img {
    max-width: 100%;
    height: auto;
}

.center {
    text-align: center;
}

.centered-blocks {
    justify-content: center;
}

footer {
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #21007e;
    background: url(img/capa.webp) no-repeat blanchedalmond;
    color: white;
    background-size: 100%;
}

.hr-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    height: 20px; 
}

.hr-with-icon hr {
    border: none;
    border-top: 2px dashed #21007e;
    width: 80%;
    position: absolute;
    transform: translateY(-50%);
    z-index: 1;
}

.hr-with-icon i {
    background: #fff;
    padding: 0 10px;
    z-index: 2;
    color: #21007e;
}

.chegamos-rapido img {
    max-width: 100%;
    border-radius: 10px;
}

.footer-image {
    width: 150px;
}

.footer-text {
    flex: 1;
    text-align: right;
}

.mobile-fixed-bar {
    display: none;
}


@media (max-width: 768px) {
    .txt3 {
        text-align: center;
    }

}
  
  

@media (max-width: 768px) {
    .linha {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width: 768px) {
    .but {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}


@media (max-width: 768px) {
    .orcamento {
        text-align: center;
    }    
}


.whatsapp-button2, .call-button2 {
    background-color: #00aa37;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    align-items: center;
    padding: 0.75rem 1.0rem;
    font-weight: 900;
    margin-bottom: 15px;
    margin-right: 6px;
    margin-left: 6px;
}

@media (max-width: 768px) {
    .section {
        flex-direction: column;
    }

    .block, .half, .image-left, .text-right {
        flex-basis: 100%;
        align-items: center;

    }


    .mobile-fixed-bar {
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #e7e7e7;
        padding: 0.5rem 0;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }


    .whatsapp-button, .call-button {
        background-color: #00aa37;
        color: #ffffff;
        border: none;
        padding: 15px 10px;
        border-radius: 5px;
        font-size: 17px;
        display: flex;
        align-items: center;
        font-weight: 600;
        margin-bottom: 15px;
    }
    }
    
    .color-stripes {
        display: flex;
        margin: 10px 0;
        width: 85%;
    }
    
    .stripe {
        height: 1px;
        flex: 1;
    }
    
    .stripe-1 {
        background-color: #EE3333;
    }
    
    .stripe-2 {
        background-color: #EE3333;
    }
    
    .stripe-3 {
        background-color: #EE3333;
    }

    .call-button {
        background-color: #EE3333;
    }

    .whatsapp-button i, .call-button i {
        margin-right: 5px;
        font-size: 20px;
    }


@media (max-width: 768px) {
    .block1 {
        background-color: #ffffff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin: 10px;
        padding: 10px;
        flex: 1 1 calc(100% - 20px);
        max-width: calc(100% - 20px);
        box-sizing: border-box;
        text-align: center;
    }

}
@media (max-width: 768px) {
    .logo1 {
        width: 60%;
    }

}
@media (max-width: 768px) {
    .but-3 {
        margin-right: 0px !important;
    }

}
@media (max-width: 768px) {
    .but4 {
        padding-bottom: 80px;
    }

}

@media (max-width: 768px) {
    .txt1 {
       text-align: center;
    }

}
@media (max-width: 768px) {
    .line {
        line-height: 30px;
    }

}
@media (max-width: 768px) {
    .txt2 {
       text-align: center;
       padding-bottom: 80px;
    }

}

@media (max-width: 768px) {
    .banner1 {
        background: url(img/capa.webp) no-repeat blanchedalmond;
        background-size: cover;
        color: white;
        text-align: left;
    }

}
