body{
    margin: 0;
    border: 0;
    background-attachment: fixed; 
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 3s ease;
}

html, body {
  overflow-x: hidden;
}
body {
  position: relative;
}

h1{
    margin: 0;
    border: 0;
}

#mainDiv{
    width: 100%;
    height: 100%;
}

.image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.carousel {
    height: 100vh;
    width: 100%;
    overflow:hidden;
}
.carousel .carousel-inner {
    height:100%;    
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
}
  
.overlay-content {
    position: absolute;
    width: 100%;
    text-align: center;
}

.black-link{
    text-decoration: none;
}

.social-icon{
    width: 1em;
}

.notifica{
    position: absolute;
    bottom: 6.5em;
    right: 0;
    padding-left: 0.3em;
    opacity: 0;
    transition: 1s;
}

.notifica > a{
    color: white;
    text-decoration: none;
}

