/*------------------------  BASE ---------------------------------*/


#set1{
    padding-top: 15px;
    padding-bottom: 15px;
}
#logo0{
    width: 390px;
    height: auto;
    
}
#logo1{
    width: 90px;
    height: auto;

}
#logo2{
    width: 130px;
    height: auto;

}
#logo3{
    width: 130px;
    height: auto;
    border-radius: 15%;
}

.contenido{
    min-height: 500px;
}

.bi-user {
    height: 25px;
    width: 25px;
    margin-top: 10px;
    margin-left: 10px;
    color: black;
}


footer {
    padding-top: 10px;
    padding-bottom: 20px;
    background-color:#1B396A;

}

@keyframes sliders {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to{
        -webkit-transform: translateX(calc(-100%));
        transform: translateX(-100%);
    }
} 
.slider-c{
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.slide-track{
    display: inline-block;
    animation: 15s sliders infinite linear;
}
.slide-track img{
    height: 120px;
    margin: 0 20px;
    border-radius: 50%;
}
