.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px;
}


.mb-10 {
    margin-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.site {
    background-color: white;
}

.nombre-taller {
    text-transform: none !important;
    font-weight: bold !important;
    font-size: 15px !important;
}

.tipo-participacion {
    text-transform: none !important;
    font-weight: regular !important;
    font-size: 15px !important;
}

.fino {
    font-weight: lighter !important;
}

.form-control {
    font-weight: 300;
}

.btn-primary{
    background-color: #1A9395;
    border-color: #1A9395;
}

.button {
    transition-duration: 0.4s;
  }

.btn-primary:hover {
    background-color: white;
    border-color: #1A9395;
    color: #1A9395;
  }

.jet-menu-title {
    color: #1A9395;
}
