
:root {
    --green-color:green;
}

        .cta {
            border: 4px solid #140602;
            width: 400px;
            
            margin: 10px;text-align: center;border-radius: 30px;padding: 15px;padding-bottom: 15px;background-color: #f9f5ED;display: flex;flex-direction: column;justify-content: space-between;box-sizing: border-box; /* Makes sure that padding doesn't add to the width */
        }

        .cta h3 {
            background-color: #ccaaaa; 
            color: #fff; 
            padding: 7px;
            margin: 0;
            font-size: 21px;
            padding-top: 10px;
        }

       
        .cta:hover {
            box-shadow: 0px 8px 30px rgba(21, 12, 1, 0.8);
            transform: translateY(-4px);
            transition: transform 0.4s ease-in-out;
        }

        .cta img {
            max-width: 100%; 
            max-height: 100%;  
            object-fit: cover; 
            border-radius: 50%; 
        }    


        .cta {
            background: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
            border-radius: 8px;
            text-align: center;
            transition: transform 0.3s, box-shadow 0.8s;
        }

        .cta img {
            width: 100%;
            height: auto;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        .cta h3 {
            margin: 15px 0;
        }

        .cta p {
            margin: 10px 15px;
        }

        .cta .btn-cta {
            margin: 15px 0;
        }

        .cta:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
        }

        /* Icon Card */
        .icon-card .card-title {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .icon-card .card-title i {
            margin-right: 10px;
        }

        .navbar-brand {
            height: 60px; 
            margin-bottom: 15px;
        }

        .nav-link {
            color: #140602;
            margin-left: 20px; 
        }


        body {
            padding-top: 70px; 
           
        }

        .navbar {
            background-color: #939788; 
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); 
        }
        
        .navbar-brand img {
            height: 80px; /* Mantém o logo maior */
            width: auto; /* Garante proporção */
            position: relative; /* Permite ajustar o posicionamento */
            top: -10px; /* Move o logo ligeiramente para cima */
        }
        
        .list-menu {
            flex-wrap: wrap;
        }
        
        .nav-link {
            font-size: 25px;
            color: #eee;
            margin-left: 20px; 
        }
        
        body {
            padding-top: 90px; 
        }
        
        .photo-container {
            padding-top: 70px;
            padding-bottom: 50px; 
        }    
        
        .mt-5 {
            margin-top: 3rem !important;
        }
        
        p {
            margin-top: 5px; 
            margin-bottom: 0; 
        }
        
       
        #logo {
            margin-bottom: 5px; 
        }
        
       
           
        body {
            padding-top: 100px; 
        }       
        
        
        #maintext {
            padding-left: 20px;
            line-height: 1.5; 
            margin-top: 5px; 
        }

        #maintext h2 {
            font-size: 4rem;
            color: #fff;
        }
       
        .mt-5 {
            margin-top: 3rem !important;
        }
        
        p {
          
            font-size: 1.2rem;
        }
        
        
        #logo {
            margin-bottom: 5px; 
        }
            
        .section-divider {
             
            background-color: rgba(255, 255, 255, 0.2); 
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); 
            border: 0;
            height: 3px;
            margin: 50px 0; 
        }

        
    .about-section {
        padding: 50px 0; 
    }

    .about-box {
        background: #ccaaaa;
        border: 1px solid #ddd; 
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8);
        border-radius: 8px;
        display: flex !important;
        flex-wrap: wrap;
        overflow: hidden;
        transition: transform 0.3s, box-shadow 0.3s;
        justify-content: center;
        width: 90%;
    }    

    .about-box:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
    }

    .about-text {
        padding: 20px;
        font-size: 2em; 
        line-height: 1.6;
        flex: 1;
        text-align: right;
        color: #fff;
    }

    .about-text h2 {
        font-size: 2.3rem !important;
        padding: 2rem;
    }
    .about-image {
        padding: 20px;
        text-align: center;
        width: 450px;
    }
    #signature {
        margin-top: 35px;
    }

    .about-image img {
        border-radius: 8px;
        max-width: 100%;
        height: auto;
        width: 100%;
    } 

    .hero-text {
        width: 90%;
    }

    .hero-text h1 {

        font-size: 3em;
        margin-bottom: 20px;
        margin-top: 40px;
        text-align: center;
    }

    .hero-text p {
        font-size: 1.5em;
        max-width: 80%;
        margin: 0 auto;
        
    }

    footer {
        background-color: #939788;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 3rem;
    }

    .footerimage {
        height: 70px;
    }
    
    .socialmedia {
        display: flex;
        align-items: baseline;
        justify-content: center;
        width: 100%;
        gap: 3rem;
        color: #ffffff;
        
    }

    .h-center {
        display: flex;
        justify-content: center;
    }
    @media (min-width: 300px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl {
            max-width: 80%; 
        }
    }

    .pricelist {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 40px 0;
        flex-wrap: wrap;
    }
    .pricelist img {
        width: 70%;
    }
    
    .pricelist p {
    margin: 15px auto;
    padding: 0 5%;  /* Margens laterais no mobile */
    text-align: center;
}
    .pricelist img:first-child {
        width: 450px;
    }
    .card-container {
        max-width: 100% !important;
       
        padding: 40px 0;
        margin-top: 40px 0;
    }
    #about {
        
        max-width: 100%;
        padding: 5% 10%;
    }

    .card{
        border-radius: 1rem;
        box-shadow: 0px -10px 0px rgb#939788;
    }
    @media(max-width:767px){
        .card{
            margin: 1rem 0.7rem 1rem;
            max-width: 80vw;
        }
        .socialmedia {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .text-container h2 {
            font-size: 1.4rem;
        }
         #main-paragraph {
        font-size: 1rem;
    }
    }
    .img-testimonials{
        width: 6.2rem;
        border-radius: 5rem;
        margin: 1.3rem auto 1rem auto;
    }
    .col-md-4{
        padding:0  0.5rem;
    }
    .card-title{
        font-size: 1rem;
        margin-bottom: 0;
        font-weight: bold;
        font-family: 'IM Fell French Canon SC';
    }
    .card-text{
        text-align: center;
        padding: 1rem 2rem;
        font-size: 0.8rem;
        color: rgb(82, 81, 81);
        line-height: 1.4rem;
    }
    .footer{
        border-top: none;
        text-align: center;
        line-height: 1.2rem;
        padding: 2rem 0 1.4rem 0;
        font-family: 'Varela Round';
        background-color: #939788;
    }
    #name{
        font-size: 0.8rem;
        font-weight: bold;
    }
    #position{
        font-size: 0.7rem;
    }
    a{
        color: #fff;
        font-weight: bold;
    }
    a:hover{
        color: var(--green-color);
    } 
    .video-section {
        display:flex ;
        justify-content: space-around;
        padding: 0 10%;
        background-color: #fff;
        padding: 50px 0;
        flex-wrap: wrap;
    }

    .video-section h1 {
        margin-bottom: 20px;
        margin-left: 20px;
        padding-left: 20px;

    }
    .testimonial-section {
        display: flex;
        justify-content: center;
        gap: 40px;
        background-image: url("images.img/Logo/pattern.png");
    }

    .photo-container {
        display: flex;
        width: 90vw;
        align-items: stretch; 
        justify-content: space-between; /* Espaça os elementos horizontalmente */
        gap: 90px; /* Espaço entre o texto e a imagem */
        padding: 20px; /* Espaço em cima e embaixo */
    }
    
    .hero-image {
        display: flex;
        justify-content: flex-end; /* Alinha à direita */
        margin-right: 90px; /* Espaço da margem direita */
        width: 50%;
    }
    
    .hero-image img {
        border-radius: 8px; /* Cantos arredondados */
        max-width: 100%; /* Responsivo */
        height: auto; /* Mantém a proporção */
    }
    
    .text-container {
       
        display: flex;
        flex-direction: column; /* Organiza o texto em coluna */
        padding: 100px 10px;
        
        width: 50%;
        align-items: stretch; /* Alinha o texto à esquerda */
        border-radius: 8px; /* Cantos arredondados */
        background-color: rgba(147, 151, 136, 0.8); /* Fundo com opacidade */
        margin-left: 90px; /* Margem à esquerda */
        height: auto; /* Adapta a altura ao container pai */
        min-height: 100%; /* Permite adaptação */
       
    }

    #main-title {
        font-size: 3.5rem;
    }
    #main-paragraph {
        font-size: 1.4rem;
        color: #fff;
    }

    .cta-button {
        font-size: 2rem;
        border-radius: 10px;
        border: solid 3px #fff;
        padding: 10px 0;
        text-align: center;
        margin-top: 50px;
        
    }
    .cta-button:hover {
        background-color: #fff;
        color: #939788;
        text-decoration: none;
    }

    @media(max-width: 1000px) {
        .photo-container .text-container,
        .photo-container .hero-image {
            width: 100%;
            margin: 0;
        }
        .photo-container {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
        }
    }

    #goldenlogo{
        width: 50% ;
        margin-top: 20px;
    }
        
    #herologo {
        width: 60%;
        margin-bottom: 40px;
       
    }
    .text-container h2 {
        color: #fff;
        font-size: 2rem;
        
    }
    