*{
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif, Arial, Helvetica;
}

body{
    background-color: #FAFBFB;
    overflow-x: hidden;
}


.nav-item{
    margin: 10px;
}

.carousel-item:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.3);
  }
  
  h1{
    color: #FABEC8;
    font-size: 4rem;
    text-shadow: 2px 2px #128496;
    font-weight: 900;
  }

  h4{
    color: #FABEC8;
    font-size: 4rem;
    text-shadow: 2px 2px #128496;
    font-weight: 900;
}

.span{
    color: #70C7C1;
    font-size: 2rem;
    font-weight: 700;
}

.container-space{
    display: flex;
    margin-top: 90px;
    justify-content: center;
    align-items: center;
    justify-items: center;
}
.bio{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-bottom: 100px;
    padding: 15px;
}

.img-dani{
    background-color: #FAFBFB;
    width: 100vw;
}

.div-dani{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;

}

.botao{
    margin-top: 50px;
    max-width: 500px;
}

.whats{
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;

}

.whatsapp{
    width: 60px;
}

.col-2{
    background-color: aqua;
}

.title-span{
    font-size: 23px;
}





@media (max-width: 1020px){

    .carousel-caption{
        display: none;
    }
    
}

