body,html{
    font-family: 'Ubuntu', sans-serif;
}
a{
    /* text-decoration: none; */
    color:  inherit!important;
}

#carrossel{
    width: 100%;
    height: fit-content;
    overflow:hidden;
    margin-top: 20px;
    
}

#carrossel img{
    max-height: 550px;
    height: 550px;

}
.iconesRedesSociais{
    width: 30px;
    margin:0 5px;
    cursor: pointer;
}
.whatsappFlutuante{
    width: 55px;
    cursor: pointer;
    z-index: 11;
}
.carousel-caption{
        
    background-color: rgba(0,0,0,0.6);
    padding: 20px!important;
    max-width: 610px;
    max-height: 220px;
    overflow: hidden;
    right: 30%;
    left: 30%;
    bottom:260px;

}
.carousel-caption p{
        overflow: hidden;
}
#logo{
    display:flex;
}

#logo-mobile{
   width: 0;

}

#textoApresentacao{
    margin:40px 0 50px 0;

}

#textoApresentacao p{
    font-size: 20px;
}
.itensRodape{
    margin:20px 0;
}

#imagemCover{
    display: flex;
    height: 400px;
    width: 100%;
}
#imagemCoverLeitura{
    display: flex;
    width: 100%;
    justify-content: center;
}
.imagemCoverSobreMim{
    max-width: 100%;
    width: 100%;
    margin:0 auto;
}

#textoPerfil{
    margin:40px 0 50px 0;
    font-size:18px;
}

#menu{
    width: 100%;
    position: sticky!important;
    top:0;
    z-index: 20;
}
#coverPostLeitura{
    
    display: flex;
    justify-content: center;
}
.imagemCoverPostLeitura{
    display: flex;
    max-width: 100%;
}

.img-logo-main{
    margin: 0 auto;
    max-height: 175px;
}


.underlined {
    color: black;
    text-decoration: none;
    background-image: linear-gradient(to right,black 0, black 100%);
    background-position: 0 1.2em;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background .5s;
    background-position-y: bottom ;

}

.underlined:hover{
    background-size: 100% 1px;
    background-image: linear-gradient(to right, black 0, black 100%);
    
}

.imageCarrossel{
    height: 550px;
    max-height: 550px;
}

#divImgPage{
    max-height:550px;
    height: 550px;
}

.imagePage{
    width: 100%;
    height: 100%;
}
.futuante{
    display: block;
    position: absolute;
    z-index: 9999999;
    bottom:200px;
    right: 60px;
}
.futuante :hover{
    transform: scale(1.1);
    transition: transform 0.5s;
}

@media screen and ( max-width:800px){
    .carousel-caption{
        display: block!important;
        max-width: 300px;
        bottom: 20px;
        width: fit-content;
        left: 5%;
        right: 5%;
        max-height: 160px;
        padding: 5px 0!important;
    }
    .carousel-caption p{
        margin:0 0 0 0!important;
        font-size: 14px;
    }
    .carousel-caption h5{
        font-size: 18px;
    }
    .imgpost{
        width: unset!important;
    }
    #carrossel img{
        max-height: 550px;
        height: 205px;
    
    }
    #divImgPage{
        max-height:550px;
        height: 250px;
    }
}    

@media screen and (min-width:100px) and (max-width:800px){
    #textoApresentacao{
        margin: 20px 0;
    
    }
    #logo-mobile{
        width:calc(100% - 70px);
    }
    #redeSociaisEInput{
        display: none;
    }
    #logo{
        display: none;
    }
    .itensRodape h5{
        font-size:18px;
   }
   .itensRodape p{
       font-size:14px;
   }
   .itensRodape button{
       font-size: inherit;
   }
}

@media screen and (min-width: 801px) and (max-width:1400px) {
    #divImgPage{
        max-height:550px;
        height: 550px;
    }
}