@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:wght@300;400;700&family=Roboto:wght@100&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.Wapper {
    background-color: #fffefe;
}

header {
    position: fixed;
    background-color: rgb(223, 221, 228);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    width: 100vw;
    height: 80px;
    top: 0;
}

header .menu-hearder {
    display: flex;
    justify-content: start;
    text-align: center;
}

header .menu-hearder .menu {
    list-style: none;
    display: flex;
    margin-left: 3rem;


}

header .menu-hearder li a {
    color: #000000;
    font-weight: 900;
    font-size: 20px;
    margin: 17px;
    text-decoration: none;
}

header .redes {
    display: flex;
    gap: 30px;
    margin: 0 100px 0 0;
}

header .redes img {
    width: 32px;
    cursor: pointer;
    opacity: 0.8;

}

header .redes img:hover {

    opacity: 1.0;
}

header .logo-open {
    position: absolute;
    left: 0;
    visibility: hidden;
}

header .logo-open .icon-open {
    position: absolute;
}

header .logo-open .icon-close {
    visibility: hidden;
}

main .Container-profile {
    background-image: url('/src/img/background-Container-Profile.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    margin: 100px 0;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

main .Container-profile h2 {
    color: #FFFF;
    font-size: 40px;
    font-weight: 700;

}

main .Container-profile p {
    font-weight: 900;
    font-size: 20px;
    margin: 20px;
}

main .Container-profile img {
    width: 700px;
}

.Container-Slider .swiper .swiper-scrollbar {
    border: #fff;
}

main .Container-programação {
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 20px;
    margin: 150px 0;
    background-color: #f6f2f2;
}

main .Container-programação .Container-text {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-width: 600px;
}

main .Container-programação .Container-text h3 {
    font-size: 30px;
    color: #837a7a;

}

main .Container-programação .Container-text p {
    font-size: 20px;
    font-weight: 900;
}


main .Container-programação img {
    width: 500px;
    height: 300px;
    border-radius: 30px;
}

aside .Container-Porti {
    background-color: #f6f2f2;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 250px 0;
    height: 470px;
}


aside .Container-Porti .port-text-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}


aside .Container-Porti img {
    width: 180px;
    margin: 0 30px;
}

aside .Container-Porti .Paragrafo {
    color: #000000;
    max-width: 900px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;

}

aside .Container-Porti .Paragrafo h3 {
    color: #000000;
    font-size: 27px;
    font-weight: 700;
    font-weight: bold;
}


.Masc-Form {
    position: fixed;
    visibility: hidden;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(109deg, rgba(10, 12, 16, 0.99) 15%, rgba(10, 12, 16, 0.7) 50%, rgba(10, 12, 16, 0.99) 85%);

}

/* ---FORM OPEN--- */

.form {
    background-color: #fff;
    position: fixed;
    display: flex;
    flex-direction: column;
    border-radius: 9px;
    width: 350px;
    top: 30%;
    right: -60%;
    transition: right 1s ease-in-out;
    z-index: 99;
}

.form input {
    border-radius: 5px;
    margin: 20px;
    height: 28px;
    text-transform: uppercase;
}

.form textarea {
    border-radius: 5px;
    height: 80px;
    margin: 20px 25px;

}

.form button {
    border-radius: 9px;
    background-color: #ff0101;
    border: none;
    height: 40px;
    width: 150px;
    margin: 30px auto;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.btn-submit {
    display: flex;
    justify-content: end;
    position: relative;
    z-index: 100;
    right: 0;
    cursor: pointer;
}

.btn-submit img {
    width: 200px;
    height: 50px;
}

.form .form-img-close img {
    max-width: 30px;
    position: absolute;
    left: 0;
    margin: -30px 0 0 570px;
    cursor: pointer;
}

/* ---FORM CLOSE--- */


footer {
    display: flex;
    justify-content: space-around;
    background-color: rgb(223, 221, 228);
    position: relative;
    bottom: 0;
    width: 100%;
    max-height: 200px;
    color: #000000;
    padding: 30px;
}


footer .container-tecno {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .tecnologias-img {
    display: flex;
}

footer .container-tecno h3 {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
}

footer .footer-menu {
    color: #000000;
    flex-direction: column;
    text-align: center;
}

footer .footer-menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

footer .footer-menu a {
    text-decoration: none;
    list-style: none;
    font-size: 17px;
    font-weight: 900;
    color: #000000;
    opacity: 0.7;
}

footer .footer-menu a:hover {
    opacity: 0.9;
}

.container-contact {
    padding: 30px;
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-contact .redes {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin: 70px 0;
    text-align: center;
    font-weight: 900;
}

.container-contact .whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin: 15px;
}

.container-contact .whatsapp img {
    width: 30px;
}

.container-contact .redes img {
    width: 40px;
    margin: 0 10px;
}

.container-contact .email {
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.container-contact h3 {
    color: #000000;
}

.container-contact p {
    color: #000000;
}

.container-contact .forms-contact .formulario {
    background-color: rgb(40, 39, 39);
    border-radius: 20px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin: 50px 0;
    text-align: center;
}

.container-contact .forms-contact .formulario input {
    width: 280px;
    height: 30px;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    color: #000000;
    font-size: 15px;
    font-weight: 900;
}

.container-contact .forms-contact .formulario textarea {
    width: 280px;
    height: 100px;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    color: #000000;
    font-size: 15px;
    font-weight: 900;
}

.container-contact .forms-contact .formulario button {
    width: 130px;
    height: 30px;
    border-radius: 10px;
    color: #000000;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
    border: none;
    margin: 10px;
    background: #a7a5a5;
}