/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 05 2024 | 02:19:14 */
.coop-md--formulario input,
.coop-md--formulario select{
    border-style: none none solid none !important;
    border-bottom: 2px solid #efefef;
    font-size: 17px !important;
    color: #000;
    background:transparent;
    outline:none;
}

.coop-md--formulario input:focus,
.coop-md--formulario select:focus{ background:transparent }

/* .coop-md--formulario .gfield--type-date .gform-field-label,
.coop-md--formulario .gfield--type-select .gform-field-label,
.coop-md--formulario .gfield--type-text .gform-field-label,
.coop-md--formulario .gfield--type-email .gform-field-label{
    display:none !important
} */

/* .coop-md--formulario .gfield--type-section{
    margin-top:30px;
    margin-bottom:30px;
} */

.coop-md--formulario .gfield--type-date .gform-field-label,
.coop-md--formulario .gfield--type-select .gform-field-label,
.coop-md--formulario .gfield--type-text .gform-field-label,
.coop-md--formulario .gfield--type-email .gform-field-label{ margin-left:20px }

/* .coop-md--formulario input::placeholder { opacity: 0; }

.coop-md--formulario input:focus::placeholder { opacity: 1; } */

.coop-md--formulario .gfield--type-section {
    border:none !important;
    padding:0px !important;
}

.coop-md--formulario .gfield--type-section h3{
    text-align:left;
    padding:6px 18px;
    border-radius:8px;
    background:#fff;
    z-index:3;
    color:#253030;
    font-size:25px;
	font-weight:600;
}

/* .coop-md--formulario .gfield--type-section::before{
    content:'';
    display:block;
    width:100%;
    height:2px;
    background:#00b0b9;
    z-index:2;
    position:absolute;
    top:0px;
    bottom:0px;
    margin: auto 0px;
    border-radius:100px
} */

.coop-md--formulario .gfield_radio label{ font-size:16px !important; }

.coop-md--formulario .gfield_consent_description {
    padding:20px 15px !important;
    color:#283232 !important
}

.coop-md--formulario .gform_button{
    width:100%;
    padding:10px 50px;
    border-style:none !important;
    border-radius:8px;
    color:#fff;
    background:#00B0B9;
    transition:.3s all ease
}

.coop-md--formulario .gform_button:hover{ background:#81388C; }

.coop-md--formulario .space-top{ margin-top:80px !important }

/* -------------------------------Ocultar barra de progreso-------------------------------- */

.coop-md--formulario .gf_progressbar_wrapper{ display:none; }

/* -------------------------------- Formulario paso a paso - estilos boton ----------------*/

.steps-form-btn .button{
    font-weight:500;
    padding:8px 10px
}

.steps-form-btn .gform_button {
    width:50%;
    background:#253030;
    border-radius:8px
}

.steps-form-btn .gform_previous_button{
    color:#a1a1a1 !important;
    width:50%;
    border-radius:8px;
    transition:.3s all ease
}

.steps-form-btn .gform_next_button{
    border-radius:8px;
    background:#00B0B9;
    width:100%;
    padding: 8px;
    margin-top:20px;
    transition:.3s all ease
}

.steps-form-btn .gform_previous_button:hover{
    color:#fff !important;
    background:#253030 !important
}

.steps-form-btn .gform_next_button:hover{ background:#008A92 !important }

.steps-form-btn .gform_button.button:hover{ background:#03a6b1 !important }