﻿
.modal-content {
    /*background-color: rgb(163, 17, 17);*/
    background-color: #8d3547;
    color: #ffffff;
}

#Titulo > h1 {
    font-size: 3.2em;
    color: white;
}

#Titulo {
    text-align: center;
}

.card-img-top {
    width: auto;
    max-height: 200px;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.carousel-item {
    max-height: 200px !important;
}

.Titulo-mini {
    text-align: center;
}

.cursomini {
    background-color: gray;
    margin-top: 5px;
}

.curso {
    text-align: center;
    margin: 10px;
    color: #ffffff;
    background-color: #8d3547;
}

.modal-header {
    padding-bottom: 0;
}

.modal-body {
    padding-top: 0;
}

.form-control {
    max-width: 100%;
}

