body{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
#header img{
    width: 80px;
}
a{
    font-weight: bold;
    color: rgb(145, 139, 139);
}
.text-container{
    color: #342484;
    font-weight: bold;
}
.menu-text{
    color: #e8040c !important;
}
main{
    margin-top: 100px;
}
.card-header{
    background-color: #e8040c;
    color: white;
}
.rounded-photo{
    border-radius: 100% 100% 100% 100%;
}
i{
    color: white;
}
.icono-contacto{
    color: #e8040c;
}
.text-agencia{
    color: #e8040c !important;
}
.btn-verMas{
    background-color: #e8040c;
    color: white !important;
}
.badge-html{
    background-color: #e8040ccc;
    color: white;
}
.btn-agencia{
    background-color: #e8040c;
    color: white;
}
.btn-agencia:hover{
    background-color: #e8040ccc;
    color: white;
}
#main .carousel-inner img{
    max-height: 90vh;
    object-fit: cover;
    filter: grayscale(10%);
}
#carousel{
    position: relative;
}
#Conocenos{
    background-color: #e8040c;
}
#Conocenos img{
    max-width: 100%;
}
#carousel .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    color: white;
    z-index: 1;
}
#carousel .overlay .container, 
#carousel .overlay .row{
    height: 100%;
}
#footer{
    background: rgb(160, 160, 160);
}
#footer a{
    color: white;
}