@charset "UTF-8";

body {
    background-image: linear-gradient(to right, #8c0303e0, #f1f1f1);
    min-height: 100vh;
}

.menu-contacto {
    background-image: url('../assets/contacto-700.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(black);
    height: auto;
    min-height: 150px;
    margin-top: auto;
    padding: 20px;
}

#title {
    text-align: center;
    color: #f1f1f1;
    font-size: 30px;
    font-weight: 800;
    text-shadow: 3px 3px 4px rgb(0, 0, 0);
    transform: translateY(50px);
}


#titulo {
    color: #f1f1f1;
    font-size: 28px;
    margin: 10px;
    font-weight: 600;
    text-shadow: 3px 3px 5px rgb(8, 8, 8);
    margin-bottom: 2rem;
}

.contact {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;

}


.container {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

.container .info {
    width: 50%;
    display: flex;
    text-align: left;
    flex-direction: column;
    padding: 10px 20px;
}

.container .info .caixa {
    position: relative;
    padding: 20px 0;
    display: flex;
}

.container .info .caixa .icon {
    min-width: 50px;
    height: 50px;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;


}

.container .info .caixa .text {
    margin-left: 1.2rem;
    flex-direction: column;
    font-size: 16px;
    font-weight: 300px;



}

.container .info .caixa .text h3 {
    font-weight: 800;
    color: rgb(255, 255, 255);
    margin-right: 1rem;
    margin-bottom: 1rem;

}

.container .info .caixa .text .whatsap {
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.contactForm {
    width: auto;
    padding: 20px 40px;
    border: black;
    background: #ffff;
    border-radius: 10px;
    margin-top: 5%;

    form{
        padding: 20px;
    }
}

.contactForm h3 {
    font-size: 25px;
    color: #333;
    font-weight: 500;
    padding: 2.3rem;
    text-align: center;
}

.contactForm .caixa {
    position: relative;
    width: 100%;
    gap: 20px;
}

.contactForm .caixa input,
.contactForm .caixa textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 22px 0;
    border: none;
    border-bottom: 2px solid #ddd;
    outline: none;
    resize: none;

}


.contactForm .caixa span {
    position: absolute;
    left: 0;
    padding: 5px;
    font-size: 16px;
    margin: 1px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;

}

.contactForm .caixa input:focus~span,
.contactForm .caixa input:focus~span,
.contactForm .caixa textarea:focus~span,
.contactForm .caixa textarea:focus~span {
    color: blue;
    font-size: 12px;
    transform: translateY(-20px);
}

.caixa_nome {
    display: flex;
    margin: 2px;
}

.input {
    width: 100%;
    display: flex;
    outline: none;
    flex-direction: column;
}

label {
    font-size: 15px;
    margin-right: 50px;
    transform: translateY(-70px);
    pointer-events: none;
    transition: 0.5s;
}

.contactForm .caixa input:focus~label,
.contactForm .caixa input:focus~label {
    position: relative;
    color: blue;
    font-size: 12px;
    transform: translateY(-80px);
}


.contactForm .Btn_send {
    width: 100%;
    height: 40px;
    border: 1px solid gray;
    box-shadow: 1px 1px 4px gray;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-top: 1rem;
    font-size: 1rem;
    border-radius: 5rem;
}

.contactForm .Btn_send:hover {
    color: goldenrod;
    background: gray;
}

.btn i {
    padding: 0 .5rem;
    font-size: 1.5rem;
}

#localização {
    width: 100%;
    height: 100vh;
    padding-top: 4%;

}

#localização h2 {
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 800;
    color: #f1f1f1;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(8, 8, 8, 0.616);
    padding-bottom: 5rem;
}

#localização #container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 60%;
}

#container .Horario {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40%;
    height: 500px;
    border: none;
    border-radius: 20px;
    border-color: transparent;
    box-shadow: 2px 2px 4px #969696;
    padding: 0 1rem;
}

#container .mapa {
    width: 50%;
}

#container .Horario .titulo {
    text-align: center;
    margin-top: 1rem;
    color: #ffffff;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}


#container .Horario .caixa_estado h3 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

#container .Horario .caixa_estado i {
    margin-right: 1rem;
}

#container .Horario .class_semana h3,
#container .Horario .class_semana p {
    display: inline-block;
    margin: .3rem;
    color: #ffffff;
    margin-left: 2rem;
    flex-wrap: nowrap;
    margin-right: 2rem;
}


#container .Horario .class_semana p {
    float: right;
}

#container .mapa {
    width: 40%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 20px;
    border-color: transparent;
}




@media (max-width: 1200px) {
    .contact {
        padding: 20px;
    }

    .container {
        flex-direction: column;
        flex-wrap: nowrap;
        margin: auto;
        align-items: center;
    }

    .container .info {
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: none;
        width: 100%;
        margin-bottom: 2rem;
        font-size: 14px;
    }

    .container .info .caixa {
        padding: 15px 0;
        width: 100%;
    }

    .titulo {
        text-align: center;
    }

    .container .contactForm {
        margin: 0;
        font-size: 14px;
        width: auto;
        max-width: 500px;
        transform: none;
        padding: 20px 40px;
    }

    #localização {
        padding-top: 54px;
        height: auto;
        min-height: auto;
    }

    #container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        width: 100%;
    }

    #container .Horario {
        margin-top: 2rem;
        width: 90%;
        max-width: 500px;
        height: auto;
        font-size: 14px;
    }

    #container .mapa {
        width: 90%;
        max-width: 500px;
        height: 300px;
        min-height: auto;
        margin-top: 30px;
        font-size: 14px;
    }

    .container_rodape {
        margin-top: 10%;
    }
}

@media (max-width: 780px) {

    #localização {
        height: auto;
        min-height: auto;
        padding-top: 30px;
    }

    #container {
        gap: 20px;
    }

    #container .Horario {
        width: 95%;
        height: auto;
        font-size: 13px;
        padding: 0 15px;
    }

    #container .mapa {
        width: 95%;
        height: 250px;
        min-height: auto;
        margin-top: 20px;
    }

    .caixa_nome {
        margin: 0;
    }

}

@media (max-width: 480px) {
    .contact {
        padding: 15px 10px;
    }

    .container .info {
        font-size: 12px;
    }

    .container .info .caixa .icon {
        min-width: 40px;
        height: 40px;
        font-size: 18px;
    }


    .contactForm h3 {
        font-size: 18px;
        padding: 0.5rem;
    }

    #container .Horario {
        width: 321px;
        font-size: 12px;
        margin-top: 5rem;
    }

    #container .mapa {
        width: 321px;
    }

    #title {
        font-size: 24px;
    }

    #titulo {
        font-size: 22px;
    }
}