.g-recaptcha {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.individual_alerta {
    position: relative;
    padding: 1rem;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    border-radius: 0.4rem;
    margin-bottom: 1rem;
}
.individual_alerta.error {
    background-color: rgb(255, 219, 219);
    color: rgb(166, 17, 17);
}
.individual_alerta.exito {
    background-color: rgb(22 177 212);
    border: rgb(10 126 152) solid 1px;
    color: rgb(255, 255, 255);
}
.contenedor_alertas_page {
    margin: 6px;
}
.boton_cerrar_alerta {
    position: absolute;
    right: 1rem;
    cursor:pointer;
    display: flex;
}
.radio_label {
    font-size: 1.1rem;
    font-weight: 600;
    padding-bottom: 0.7rem;
    color: #676767;
}

.radio_option {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
    /* padding: 0.4rem 0.5rem; */
    display: flex;
    gap: 0.5rem;
    align-items: center;
    border-radius: 0.5rem;
}

.radio_option input {
    transform: scale(1.2);
    cursor: pointer;
    margin-left: 0.7rem;
}

.radio_option label {
    width: 100%;
    cursor: pointer;
    padding: 0.4rem 0.2rem;
}

.radio_option label:hover {
    color: #0cc184;
}

.radio_option:hover {
    background-color: #f9f9f9;
}
.contact-form input[type=text], .contact-form input[type=email],.contact-form textarea {
    background-color: #ffffff;
    border: #d7d7d7 solid 0.1rem;
    color: black !important;
    font-size:1rem !important;
}

.contact-page-section .form-boxed .boxed-inner {
    background-color: #ffffff;
    border: #00aa71 solid 0.2rem;
    border-radius: 0.7rem;
}

.contact-form input[type=text]::placeholder, .contact-form input[type=email]::placeholder, .contact-form textarea::placeholder {
    color: #a3a3a3;
    font-size: 1rem;
    font-weight: 400;
}

.contact-page-section {
    background-color: #0cc184;
}

.contact-page-section h1 {
    color: white;
}