/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2026 | 21:52:53 */
.listado_mdgarantias ul li{
    position:relative
}

.listado_mdgarantias ul li::before{
    content: "";
    position: absolute;
    left: -30px;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url(https://garantiasmd.com/wp-content/uploads/2025/07/new-blue-check-ph-seal-check-fill.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.form_educacion input, .form_educacion select{
    background:transparent !important;
    border-top:none !important;
    border-right:none !important;
    border-left:none !important;
    border-bottom:1px solid #fff !important;
    border-radius:0px !important;
    color:#fff !important;
    font-size:16px !important;
    font-weight:500 !important;
    outline:none !important
}

.form_educacion legend, .form_educacion label{
    color:#fff !important;
    font-size:16px !important;
    
}

.form_educacion legend, .form_educacion label a{
    font-weight:700;
    color:#fff !important
}

.form_educacion .gfield-choice-input{
    border:1px solid #fff !important;
    border-radius:10px !important
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{
    background:#ffffff !important
}

.form_educacion #choice_2_7_1::before{
    color:#fff 
}

.form_educacion .gform_button{
    width:100% !important;
    border:none !important;
    background:#fdc721 !important;
    border-radius:3em !important;
    z-index:5;
    color:#19365e !important;
    transition:.3s all ease
}

.form_educacion .gform-footer{
    position:relative
}

.form_educacion .gform-footer::before{
    content: '';
    background: linear-gradient(45deg, #FDC721, #FFE066, #FDC721, #FFE066, #FDC721, #FFE066, #FDC721, #FFE066, #FDC721);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: 800%;
    z-index: 1;
    filter: blur(5px);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    animation: glowing 60s linear infinite;
    opacity: 1;
    transition: .3s all ease;
    
}

.form_educacion .gform-footer:hover::before{
    transform:scale(1.03)
}

.form_educacion select option{
    color:#000 !important
}

.form_educacion .gform_confirmation_message{
	color:#fff !important;
	font-size:18px;
	font-weight:400
}