@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300..700&family=Manrope:wght@200..800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    letter-spacing: 1px;
}


:root {
    --cor: #feb47b;
    --cor0: #ff7e5f;
    --cor00: #FFA500;
    --cor01: #C56846;
    --cor02: #BA4033;
    --cor03: #B01324;
    --cor04: #A10214;
    --cor05: #A20010;
    -corh: #D80032;
    --cor06: #FF0000;
    --cor07: #FBFFF1;
    --cor08: #E8EEF2;
    --cor09: #E4DFDA;

    --font-title2: 'Manrope', Arial, Helvetica, sans-serif;
    --font-title: 'Nunito Sans', Arial, Helvetica, sans-serif;
    --font-text: 'Jura', Arial, Helvetica, sans-serif;
}


body {
    font-family: Arial, Helvetica, sans-serif;
    height: 100vh;
    background-color: #E4DFDA;
}

header {
    background-image: linear-gradient(to right, #FF0000,#FFA500);
    min-height: 200px;
    text-align: center;

}

header h1 {
    font-family: var(--font-title2);
    padding-top: 70px;
    font-size: 3.8em;
    font-weight: 800;
    font-variant: small-caps;
    text-shadow: 1px 1px 1px black;
}

h1.borda-texto {
    text-shadow:#ffffff 1px -1px, #ffffff -1px 1px, #ffffff 1px 1px, #ffffff -1px -1px;
}

span.text-gradient {
    color: #ff0000;
}


header p {
    font-family: var(--font-text);
    color: white;
    text-shadow: 1px 1px 1px black;
    font-size: 1.1em;
    padding-bottom: 70px;

}

nav {
    background-image: linear-gradient(to right, #FF0000,#FFA500);
    padding: 15px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.099);
    position: sticky;
    top: -1px;
    text-align: right;
}

nav a {
    font-family: var(--font-text);
    font-weight: bolder;
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 5px;
    font-size: 1em;
    display: inline-block;
}


nav a:hover {
    color: #FF0000;
    transform: scale(1.1);
    transition-duration: 0.6s;
}

main {
    font-family: var(--font-text);
    background-color: #E4DFDA;
    line-height: 2em;
    padding: 10px;
    margin: 0px;

}

main > section > h2 {
    color: #ff0000;;
    font-family: var(--font-text);
    font-size: 2.8em;
    font-variant: normal;
    font-weight: bolder;
    padding-bottom: 20px;
    margin-top: 150px;
    text-align: center;
    text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.401);
}

main > section > h3 {
    color: #ff0000;
    font-size: 2.5em;
    padding-top: 50px;
    padding-bottom: 100px;
    text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.401);
}

main > section > p {
    font-size: 1.1em;
    text-indent : 20px;
    text-align: center;
    margin-bottom: 150px;

}

main h4 {
    font-family: var(--font-text);
    font-size: 2.1em;
    text-align: start;
    text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.401);
    padding-left: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #ff0000;
    
}


.container {
        display: flex;
        align-items: center;
        justify-content: space;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
        padding-bottom: 150px;
}

.container img {
        max-width: 550px; /* Ajuste a largura conforme necessário */
        flex-wrap: wrap;
}


main article {
    background-image: radial-gradient(#BA1F33, #91171F);
    max-width: 600px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.473);
    
}

main img {
    max-width: 100%;
}

main h3 {
    font-size: 2em;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

article {
    border-radius: 10px;
    
}

div.map-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

div.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

div.fundo-mapa {

    background: radial-gradient(#FF3C38,#A10214);
    color: white;
    padding: 20px;
    margin: 1px;
    border-radius: 15px;
    text-align: center;
    max-width: 800px;
    margin: auto;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.449);
}

div.fundo-mapa p {

    padding: 25px;
    font-size: 1.2em;
}

footer {
    padding-top: 150px;
    width: 100%;
    color: white;
    font-family: var(--font-text);
}

footer h1 {
    font-family: var(--font-title);
    
}

.footer-link {
    text-decoration: none;
}

#footer_content {
    background-color: #A20010;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 3rem 3.5rem;
}

#footer-contacts h1 {
    margin-bottom: 0.75rem;  
    font-family: var(--font-title2);
    font-weight: 800;
    font-variant: small-caps;
    color: black;
    text-shadow:#ffffff 1px -1px, #ffffff -1px 1px, #ffffff 1px 1px, #ffffff -1px -1px;
}

#footer-social-media {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}

#footer-social-media .footer-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    width: 2.5rem;
    color: white;
    border-radius: 50%;
    transition: all;
}

#footer-social-media .footer-link i {
    font-size: 1.25rem

}

#footer-social-media .footer-link :hover {
    opacity: 0.8;
}

#instagram {
    background-image: linear-gradient(#7f37c9, #ff2992, #ff9807);
}

#facebook {
    background-color: #4267b3;
}

#whatsapp {
    background-color: #25d366;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}

.footer-list .footer-link {
    color: white;
}

.footer-list .footer-link:hover {
    color: #E4DFDA;
    text-decoration: underline;
    transition-duration: .10s;
}

#footer_copyright {
    color: white;
    display: flex;
    justify-content: center;
    background-color: #A20010   ;
    font-size: 0.9rem;
    padding: 1.5rem;
    font-weight: 100;
}

@media screen and (max-width: 768px) {
    #footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media screen and (max-width: 565px) {
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;
    }
}

@media screen and (max-width: 370px) {
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;
    }
}