* {
    font-family: 'Lato', sans-serif, Arial, Helvetica;
    font-size: 18px;
}

body {
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    background-color: white;
}

.topoHome {
    background-color: white;
    width: 100%;
    height: 160px;
}

.profa img {
    width: 150px;
    height: 150px;
}

.topoHome2 {
    background-color: white;
    width: 100%;
    height: 90px;
}

.topo {
    background-color: white;
    width: 100%;
    height: 49px;
}

.logotopo {
    width: 60px;
    margin-left: 10px;
}

.topointerior {
    width: 100%;
    max-width: 1900px;
    margin: auto;
    position: relative;
}

.bodyLogo {
    width: 180px;
    position: absolute;
    margin-left: 15px;
    margin-top: 2px;
}

button {
    cursor: pointer;
}

.sunLogo {
    border-radius: 50%;
    width: 80px;
    position: absolute;
}

.textLogo {
    width: 250px;
    position: absolute;
    margin-top: 140px;
}

.menu {
    padding: 20px;
    float: right;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.menu a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
}

.menu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 10px;
    display: none;
    z-index: 9999;
}

.menu .submenu li {
    display: block;
    margin: 10px 0;
}

a {
    text-decoration: none;
    outline: none;
}

.menu .submenu a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
}

.menu .submenu a:hover {
    background-color: #f0f0f0;
}

.menu .submenu li:hover a {
    background-color: limegreen;
    color: #fff;
    cursor: pointer;
}

.menu a:hover {
    color: limegreen;
}

.wallpaper-contact {
    background-image: url('/images/img1.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
}

.album-panel {
    background-color: lightblue;
    position: relative;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(
      45deg,
      rgba(255, 0, 0, 0.7) 10%, rgba(255, 165, 0, 0.7) 10%, rgba(255, 165, 0, 0.7) 20%, rgba(255, 255, 0, 0.7) 20%,
      rgba(255, 255, 0, 0.7) 30%, rgba(0, 128, 0, 0.7) 30%, rgba(0, 128, 0, 0.7) 40%, rgba(0, 0, 255, 0.7) 40%,
      rgba(0, 0, 255, 0.7) 50%, rgba(128, 0, 128, 0.7) 50%, rgba(128, 0, 128, 0.7) 60%, transparent 60%
    );
  }


.sun {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
    background-color: yellow;
    border-radius: 50%;
}


#wallpaper1 {
    width: 100%;
    text-align: center;
    margin: auto;
    background-color: #f8f8ff;
}

#wallpaper2 {
    position: relative;
    width: 100%;
    text-align: center;
    margin: auto;
    background: linear-gradient(135deg, cornflowerblue 25%, #77a1bb 25%, #77a1bb 50%, cornflowerblue 50%, cornflowerblue 75%, #77a1bb 75%);
    background-size: 20px 20px;
    padding-top: 20px;
}

.rowTitle {
    text-align: left;
    font-size: 30px;
}

.bg-light-two {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}

.p-5-two {
    padding: 3rem !important;
}

#wallpaper4 {
    width: 100%;
    text-align: center;
    margin: auto;
    background-color: #a69adb;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    z-index: -2;
    justify-content: center;
    align-items: center;
    display: flex;
}

.container5 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 1170px;
    margin-left: 30px;
    height: 100%;

}

.form-floating label:focus {
    font-size: 2px !important;
}

.email-address {
    word-wrap: break-word;
  }


.img-container {
    position: relative;
    max-width: 600px;
}

.imgRow {
    box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    max-width: 280px;
    width: 280px;
    height: 300px;
}

.imgRowBelow {
    border-radius: 10px;
    max-width: 300px;
    width: 300px;
    height: 230px;
    position: absolute;
    top: 20px;
    z-index: -1;
}

.imgRowAbove {
    position: relative;
    z-index: 1;
    margin-top: 100px;
    margin-left: 100px;
}

.rowHome {
    margin-top: 50px;
    text-align: center;
}

.textRow {
    width: 50%;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 0;
    font-weight: bold;
}

.conteudo {
    text-align: center;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
    display: inline-block;
    max-width: 1170px;
}

#bloco1,
#bloco2,
#bloco3,
#bloco4,
#bloco5 {
    width: 1170px;
    text-align: left;
}

.bg-dinamic {
    width: 100%;
    background-color: #f0f0f0;
    position: relative;
}

.bg-dinamic:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, #8d6e63 10px, #8d6e63 20px);
    mix-blend-mode: overlay;
    pointer-events: none;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.container2 {
    text-align: center;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
    display: inline-block;
    max-width: 1170px;
}

.container4 {
    text-align: center;
    width: 100%;
    justify-content: center;
    display: inline-block;
    background-color: #B0E0E6;
    padding-top: 10px;
}

.container3 {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
}

.title {
    font-size: 25px;
    font-family: 'Handlee', sans-serif;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: 'Handlee', sans-serif;
    font-weight: 700;
}

.sobreprof {
    text-align: center;
    font-weight: 100
}

.mural {
    font-weight: 100;
    text-align: justify;
}

.map {
    width: 100%;
    height: 310px;
    flex: 1.45rem;
    object-fit: cover;
    border: 4px solid #FFD700;
    margin-top: 30px;
}

.container-map {
    width: 450px;
    display: flex;
    align-items: center;
    margin: auto;
    float: right;
    margin-right: 120px;

}

.owl-nav {
    top: 30%;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.owl-prev {
    left: 0;
    position: absolute;
    opacity: 0.7;
    transition: all .35s;
}

.owl-next {
    right: 0;
    position: absolute;
    opacity: 0.7;
    transition: all .35s;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: none;
    outline: none;
    opacity: 1;
}

.own-dots {
    display: none;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    outline: none;
    opacity: 0.6;
    transition: all .5s ease;
}

.wid {
    width: 50%;
}

.imgbloco {
    width: 9%;
}

.sobre1 {
    margin: auto;
    text-align: center;

}

.profa {
    display: inline-block;
    margin-bottom: 20px;
    margin: 10px;
}

.radiusProfa {
    border-radius: 100%;
    border: #FFD700 solid 5px;
    box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.5);
}

.radiusProfa:hover {
    border: greenyellow solid 5px;
    cursor: pointer;
}

.bottom0 {
    bottom: 0;
}

.owl-dot {
    display: none;
}

.slid {
    width: 100%;
    margin: auto;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}

.menu-hamburguer {
    display: none;
    z-index: 9999;
}

.slider-container {
    position: relative;
    text-align: center;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 100vh;
    background-color: #273c75;
    color: #fff;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    transition: all .8s ease;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar ul li a {
    display: block;
    text-decoration: none;
    display: flex;
}

.sidebar ul li a i {
    display: inline-block;
    font-size: 20px;
    transition: all ease 0.5s;
}

.sidebar ul li a.hide-text {
    font-size: 0;
}

.sidebar-menu li a p {
    opacity: 0;
    margin: 0;
}

.sidebar h1 {
    display: none;
}

.icones {
    position: absolute;
    display: flex;
    margin-top: 10px;
    width: calc(100% - 250px);
    margin-left: 250px;
}

.icones a {
    display: inline-block;
    margin-right: 50px;
    color: #000;
    font-size: 25px;
}

.icones i {
    font-size: 25px;
}

.icones a:hover {
    color: #FFD700;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.fa-whatsapp:before {
    content: "\f232";
    /* código Unicode do ícone do WhatsApp */
}

.fa-instagram:before {
    content: "\f16d";
    /* código Unicode do ícone do Instagram */
}

.fa-envelope:before {
    content: "\f0e0";
    /* código Unicode do ícone de e-mail */
}

.flutuante {
    position: absolute;
    top: 90%;
    left: 10%;
    transform: translate(-50%, -50%);
    animation: flutuar 5s infinite ease-in-out alternate;
    z-index: -1;
}

.flutuante i {
    font-size: 40px;
    color: #FFD700;
}

@keyframes flutuar {
    from {
        transform: translate(-50%, -50%) translateY(0);
    }

    to {
        transform: translate(-50%, -50%) translateY(-20px);
    }
}

.flutuante2 {
    position: absolute;
    top: 10%;
    left: 85%;
    z-index: -1;
}

.flutuante2 i {
    font-size: 40px;
    animation: pulsar 1s infinite alternate;
    color: red;
}

@keyframes pulsar {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}




.flutuantes,
.flutuantes2 {
    position: absolute;
    font-size: 40px;

}

.flutuantes {
    top: 10%;
    left: 10%;
    animation: flutuar 5s infinite ease-in-out alternate;
    color: #FFD700;
}

.flutuantes2 {
    top: 70%;
    right: 10%;
    animation: flutuar 5s infinite ease-in-out alternate;
    color: green;
}

@keyframes flutuar {
    from {
        transform: translate(-50%, -50%) translateY(0);
    }

    to {
        transform: translate(-50%, -50%) translateY(-20px);
    }
}

@keyframes pulsar {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

@keyframes giro {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes crescer {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.5);
    }
}



.contact-container,
.image-container,
.links-container {
    flex-basis: 100%;
    max-width: 500px;
    margin-bottom: 20px;
    width: calc(100% - 60px);
}

.contact-container h3,
.links-container h3 {
    margin-bottom: 10px;
    width: calc(100% - 60px);
}

.image-container h3 {
    margin-bottom: 10px;
    width: 100%;
}

.contact-container ul,
.links-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-container li,
.links-container li {
    margin-bottom: 10px;
}

.contact-container a,
.links-container a {
    color: #333;
    text-decoration: none;
}

.image-container div {
    text-align: center;
}

.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-container img {
    max-width: 100%;
    height: auto;
    padding: 20px;
}

.copyrigth {
    margin-top: 20px;
    font-size: 12px;
    color: #888;
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 45px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    border-color: var(--primary);
    background: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary) !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--primary) !important;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.border-input-footer {
    border: 1px solid black;
    border-radius: 10px;
}


@media screen and (min-width: 768px) {

    .contact-container,
    .image-container,
    .links-container {
        flex-basis: calc(100% / 3);
        margin-bottom: 20px;
    }

    .contact-container h3,
    .links-container h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
        width: calc(100% - 60px);
    }


    .image-container h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
        width: 100%;
    }

    .contact-container li,
    .links-container li {
        margin-bottom: 8px;
        font-size: 0.9rem;
    }

    .copyrigth {
        margin-top: 20px;
        font-size: 0.8rem;
    }
}