@import url('https://fonts.googleapis.com/css2?family=Betania+Patmos&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Rowdies:wght@300;400;700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap');

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Roboto Flex", sans-serif;
    text-decoration: none;
}

.limitador{
    max-width: 1240px;
    width: 100%;
    padding: 0px 20px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* cabeçalho */

header{
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    display: flex;
    border-bottom: 2px solid #C20E1A;
}

header .limitador{
    height: 100%;
    padding: 0px 10px;
} 

.container-logo img{
    height: 48px;
}

.container-logo h1{
    font-size: 25px;
    font-weight: 400;
    color: #C20E1A;
    margin-left: 10px;
}

.container-logo{
    max-width: 362px;
    margin: 0px 10px;
    display: flex;
    justify-content: start;
    align-items: center;
}  

.links-topo{
    max-width: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.links-topo a{
    width: 100px;
    padding: 5px 5px;
    text-decoration: none;
    color: #ad3434;
    flex-grow: 1;
    text-align: center;
}


/* conteudo central */

main{
    background-color: #ffffff;
    width: 100%;
}

.cnt-divulgacao{
    height: 100%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}


.background:first-of-type{
    background-color: #f2b705;
}

.background:nth-of-type(2){
    background-color: #0b3d91;
}

.background:nth-of-type(3){
    background-color: #c62828;
}

.background:nth-of-type(4){
    background-color: #2f8fd6;
}

.background{
    width: 100%;
    height: 370px;
    padding: 10px 10px;
    margin: 0px;
    border-radius: 30px;
    position: relative;
}

.background h2{
    font-size: 30px;
    color: #ffffff;
    margin-left: 40px;
    margin-bottom: 10px;
}

.fundo-container{
    width: 100%;
    height:  calc(100% - 50px);
    padding: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;

}

.container{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
}

.container:hover{
    transform: translatey(-5px);
    transition: ease 0.4s;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}

.container .container-img{
    width: 100%;
    height: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .container-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.container .container-info{
    height: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 5px;
}
.container .container-info h3{
    font-size: 18px;
    font-weight: 500;
    color: #4f4f4f;
    line-height: 20px;
}

.container .container-valor p{
    font-size: 30px;
    color: #c20e1a;
    font-weight: 500;
}

.container .container-valor span{
    font-size: 18px;
    color: #a7a7a7;
    text-decoration: line-through;
}

.bnt-whats{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    background-color: #8DE26A;
    display: flex;
    justify-content: start;
    align-items: center;
    text-decoration: none;
}

.bnt-whats p{
    display: none;
    font-size: 16px;
    color: #ffffff;
}

.bnt-whats img{
    width: 40px;
    height: 40px;
}

.bnt-whats:hover{
    width: 340px;
    transition: all 0.3s ease;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
    border-radius: 60px;
    p{
        display: block;
    }
}

/* sobre nós */

.secao-sobre{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-banner{
    width: 100%;
    background-color: #c20e1a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.amarelo{
    background-color: #f2b705;
}


.container-banner h2{
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}

.amarelo h2{
    color: #C20E1A;
}

.sobre{
    width: 100%;
    padding: 20px 0px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.container-fotos{
    width: 60%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.container-fotos img{
    width: 100% - 10px;
    height: 250px;
    flex-grow: 1;
    object-fit: cover;
    border-radius: 30px;
}

.container-fotos img:first-of-type{
    width: 100%;
}

.sobre-nos{
    width: 40%;
    height: 100%;
    padding: 0px  20px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.sobre-nos h3{
    font-size: 25px;
    color: #c20e1a;
}

.sobre-nos p{
    font-size: 18px;
    color: #4f4f4f;
    line-height: 30px;
    text-align: justify;
}

.bnt-contato{
    color: #174107;
    font-weight: bold;
    display: flex;
    padding: 10px 20px;
    justify-content: start;
    align-items: center;
    background-color: #8DE26A;
    text-decoration: none;
    border-radius: 50px;
    text-align: center;
}

.bnt-contato:hover{
    background-color: #7cd35c;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

.bnt-contato img{
    width: 30px;
    height: 30px;
}
/* Fim do sobre nós */
/* serviços */
.secao-servicos{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
}

.container-frase{
    padding: 0px 20px;
    margin-top: 20px;

}

.container-frase h3{
    font-size: 30px;
    color: #c20e1a;
    text-align: center;
}

.container-cards{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.card{
    background-color: #f2b705;
    width: 300px;
    height: 300px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 20px;
}

.card img{
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.card h4{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.card p{
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
}
/* Fim dos serviços */

/* secao informacoes */

.secao-informacao{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
}



.info{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.container-informacoes{
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.informacoes h4{
    font-size: 20px;
    color: #c20e1a;
}

.informacoes p{
    font-size: 16px;
    color: #4f4f4f;
    text-align: justify;
    line-height: 30px;
}

.container-maps{
    width: calc(50% - 10px);
    min-width: 300px;
    height: 100%;
}

.container-maps iframe{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px;
}
/* FIM informações */

/* rodapé */

footer{
    background-color: #C20E1A;
    color: #f2f2f2;
}

.secao-rodape{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 15px;
}

.topo-rodape{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10px;
}

.topo-rodape img{
    width: 300px;
}

.topo-rodape p{
    margin-left: 5px;
}

.informacoes-rodape{
    width: 100%;
    max-height: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.container-info-rodape{
    max-width: 265px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 5px;
}

.container-info-rodape h4, .container-rodape-contato h4{
    font-size: 20px;
    color: #f2b705;
    text-align: center;
}

.container-info-rodape p, .container-rodape-contato p{
    text-align: center;
    line-height: 30px;
    font-weight: 300;
    color: #cecece;
}

.insta-bnt{
    background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,    
    #bc1888 
    );
    color: #fff;
}

.insta-bnt:hover{
    background: linear-gradient(
    -45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,    
    #bc1888 
    );
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.container-rodape-contato{
    width: 300px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 5px;
}

.container-horario{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 5px;
}

.linha-sep{
    height: 1px;
    flex-grow: 1;
    border: 1px #cecece dashed;
}

.fim-rodape{
    width: 100%;
    display: flex;
    justify-content: center;
}