body{
    background-color: #EDF1FF;
    font-family: var(--font);
}
.brand img {
    max-width: 300px;
}
.svg {
  max-width: 100%;
}
.mb-3 {
    margin-bottom: 1rem;
}
.header{
    height: 12vh;
    border-bottom: 0.2vh solid #00BCD4;
}
#quienes{
    padding:0px;
    position: absolute;
    z-index: 0;
    opacity: 0;
    height: 100vh;
    transition: opacity 0.5s ease-in-out;
}
.text-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-info{
    color: var(--primario);
}
div#exampleModalCentered, #thxModal {
    background-color:#00bcd440;
}
.modal-home {
    max-width: 560px;
}
.modal-body {
    font-family: var(--font);
    color: var(--secundario);
}
.modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5, .modal-body h6 {
    font-weight: 600;
}
.form-control {
    height: 2rem;
    line-height: 2rem;
}
.modal-body a {
    color: var(--primario);
}
.modal-body a:hover {
    color: var(--primario);
}
.form-control, .btn {
    border-radius: 20px;
}
textarea.form-control, .modal-content {
    border-radius: 10px;
}
.modal-body .btn {
    background-color: #fdec00!important;
    border: solid 1px #fdec00!important;
    line-height: 1rem;
    font-weight: 500;
    columns: #686868;
}
.modal-body .btn:hover {
    background-color: #fdec00!important;
}
.carta {
  max-width: 112px;
  background-color: #ffffff;
  color: #00bcd4;
}