* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


body {
    overflow-x: hidden;
}

.borderBottom {
    border-bottom: 2px solid black;
}

.borderTop {
    border-top: 2px solid black;
}

.bgGlassWater {
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}

.bgGray {
    background-color: #808080;
}

.bgLightGrey {
    background-image: linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);
}

.configPhoto {
    height: 210px;
    width: 180px;
    padding: 10px;
    float: left;
    border: none;
    border-radius: 10%;
    margin-right: 0px;
}

.carousel-item p {
    text-align: justify;
    text-justify: inter-word; /* Melhora espaçamento entre palavras */
}

.cursorNone {
    cursor: none;
}

.fontNeuton {
    font-family: 'Neuton-Regular', sans serif;
}

.fontPlayFair {
    font-family: 'PlayfairDisplay-VariableFont_wght', sans-serif;
}

#first {
    margin-top: 200px;
    margin: 20px;
}

.formPhoto {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    border-radius: 10px;
    border: 1px solid black;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

.iframe {
    display: flex;
    justify-content: center;
}

/* #img002 {
    margin-top:10%; 
} */

.imgSergio {
    border-radius: 50%;
    width: 50%;
    margin-top: 5%;
    margin-left: 25%
}

.justification {
    text-align: justify;
    cursor: default;
}

.justAdv {
    text-align: justify;
    margin-left: 10%;
}

.logoConfig {
    height: 300px;
    padding-bottom: 30px;

}

.navGradient {
    background-image: linear-gradient(to right, #dfe9f3 0%, white 100%);
}

.optHover {
    transition: 1s ease;
    /* Voltando ao normal*/
}

.optHover:hover {
    text-decoration: underline;
    transition: 1s ease;
    transform: scale(1.05);
    color: silver;
}

.noUnderLine {
    text-decoration: none;
}

#wApp:hover {
    color: black;
    text-decoration: underline;
}

@media screen and (min-width:500px) and (max-width:768px) {
    #carouselId {
        width: 95%;
    }

    #carouselIndicators{
        position: relative;
    }
    
    #img002 {
        margin-top: 50px
    }

    #snLogo1 {
        height: 120px;
    }

    #snTexto {
        margin-left: 3px;
        margin-right: 30px;
    }
}

@media screen and (min-width:769px) and (max-width:1000px) {
    #carouselIndicators{
        position: relative;
        padding-top: 20px;
    }
}

@media screen and (min-width:769px) and (max-width:1920px) {
    #img002 {
        margin-top: 220px
    }

    #carouselIndicators{
        position: relative;
        padding-top: 20px;
    }
}