.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;
    background-color: white;
    border: 1px solid #f08825 !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:focus, .btn-primary.active:hover, .show > .btn-primary.dropdown-toggle, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle:hover {
    background-color: #f08825;
    border-color: #f08825;
    color: white !important;
}

.button {
    transition-duration: 0.4s;
  }

.btn-primary:hover {
    background-color: white;
    border-color: #ffa34d;
    color: #f08825 !important;
  }

.jet-menu-title {
    color: #f08825;
}

.border-primary {
    border-color: #f08825 !important;
}

.btn.btn-primary.menu-item-link {
    margin: 5px 0;
    padding: 8px 15px;
}

.btn-outline-primary {
    border-color: #f08825 !important;
    color: #f08825;
}

.btn-outline-primary:hover {
    border-color: #f08825 !important;
    color: white !important;
    background-color: #ffa34d !important;
}

.alert-success {
    background-color: #f08825;
    color: white;
    border-color: #f08825;
}

.pregunta1_10 {
    font-size: 15px;
    font-weight: bold;
    background-color: #f08825;
    color: white;
    padding: 10px;
    display: block;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
}
