﻿.sidenav {
    background-color: white;
    border: groove;
    font-size: 20px;
    border-color: rgba(250,250,250,0.4); /* o 0.3é a transparencia*/
}

    .sidenav h1 {
        color: maroon;
    }


    .corFoto img {
        width:280px;
        height:180px;
    }

.att-videos {
    margin-top:0px;
    background-color: white;
    width: 305px;
    height: 540px;
    cursor:pointer;
}

@keyframes float {
    0% {
        transform: translate(0px);
    }

    50% {
        transform: translate(-90px);
    }

    100% {
        transform: translate(0px);
    }
}

.slide {
    width: 100%;
    height: 7cm;
    background-color: white;
}

.carousel { 

    text-align: center;
    font-size: 1rem;
}

.carousel-indicators [data-bs-target] {
    background-color: black;
}

.fakeimg {
    height: 200px;
    background: #aaa;
}
