#ide{
}
#container_home {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Mono', monospace;
    font-weight: thin;
    width: 100%; 
    text-transform: capitalize;
}

#home {
  max-width: 100%;
  font-size: 24px;
}

.itemCarouselHome {
    height: 90vh !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}
.itemCarouselHome::nth-child(3n){
    display: none;
}

.itemCarouselHome:hover {

}

#info {
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    color: black;
    z-index: 10000000;
}