*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
body{
    font-family: "Arimo", sans-serif;
}

.s_sol_cert{
    width: 100%;
    padding: 64px 24px;
    position: relative;
}
.cnt_sol_cert{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
.h_sol_cert{
    font-size: clamp(24px, 5vw, 40px);
    font-weight: 700;
    color: #002C4B;
}
.row_sub_hd{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 0;
}
.ic_hd{
    width: 97px;
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ic_hd img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sub_h_sol_cer{
    font-size: clamp(20px, 2.6vw, 30px);
    font-weight: 400;
    color: #002C4B;
    border-bottom: 2px solid #002C4B;
    padding-bottom: 10px;
    flex: 1;
}
.cnt_form_sol_cer{
    display: flex;
    align-items: space-between;
    gap: 5%;
}
.form_sol_cert{
    width: 60%;
    display: flex;
    flex-direction: column;
}
.row_form{
    display: flex;
    gap: 16px;
    width: 100%;
    padding-bottom: 8px;
}
.row_campo_form{
    width: 100%;
    display: flex;
    gap: 12px;
}
.etq_form{
    font-size: clamp(14px, 2vw, 16px);
    font-weight: bold;
    color: #002C4B;
    display: flex;
    align-items: center;
    height: 40px;
    width: 180px;
    justify-content: flex-end;
}
.cnt_campo_form{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.campo_form{
    width: 100%;
    height: 40px;
    padding:4px 12px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    color: #666;
    font-size: clamp(14px, 2vw, 16px);
}
.msg_error{
    font-size: clamp(10px, 1vw, 12px);
    color: #ff0000;
}
.cnt_gent_tooltip{
    position: relative;
    width: 20px;
    height: 20px;
    z-index: 2;
    margin-top: 10px;
}
.ic_tooltip{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.despl_tooltip{
    width: 272px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border: 1px solid #002C4B;
    color: #002C4B;
    padding: 10px;
    border-radius: 4px;
    z-index: 1;
    font-size: 13px;
    display: none;
}
.cnt_gent_tooltip.active .despl_tooltip{
    display: block;
}
.hd_tipo{
    width: 100%;
    padding: 32px 0 12px;
    font-size: clamp(16px, 2vw, 18px);
    color: #002C4B;
    font-weight: bold;
    text-align: center;
}
.row_tipos_cert{
    display: flex;
    gap: 5%;
    width: 100%;
    padding-bottom: 24px;
    justify-content: space-between;
}
.col_tipo_cert{
    width: 100%;
    max-width: 176px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 0;
}
.row_chek{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #828282;
}
.cnt_periodo{
    width: 100%;
}
.etq_periodo{
    font-size: 18px;
    font-weight: bold;
    color: #656565;
}
.row_campo_periodo{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}
.campo_periodo{
    height: 30px;
    font-size: 14px;
    padding:0 4px;
}
.btn_form{
    width: 100%;
    max-width: 280px;
    height: 40px;
    background-color: #FC4C02;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 40px;
    font-size: clamp(14px, 3vw, 20px);
    cursor: pointer;
    transition: all 0.3s ease;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    text-align: center;
    position: relative;

    align-self: center;
}
.btn_form:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
}
.btn_form:hover{
    background: #ac3d0e;
}


.img_form{
    width: 40%;
    height: 405px;
    position: sticky;
    top: 64px;
}
.img_form img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row_btn_volver{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 24px;
}
.btn_volver{
    width: 100%;
    max-width: 215px;
    height: 40px;
    background-color: #fff;
    color: #FC4C02;
    border: 1px solid #FC4C02;
    border-radius: 40px;
    font-size: clamp(14px, 3vw, 20px);
    cursor: pointer;
    transition: all 0.3s ease;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 8px 20px;
    text-align: center;
    position: relative;
}
.btn_volver:hover{
    background: #FC4C02;
    color: #fff;
}
.btn_volver::before{
    content: '';
    width: 0;
    height: 0;
    border-right: 8px solid #FC4C02;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
}
.btn_volver:hover::before{
    border-right-color: #fff;
}

@media (max-width: 1024px) {
    
    .row_tipos_cert{
        flex-direction: column;
        gap: 0;
    }
    .col_tipo_cert{
        max-width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        padding: 8px 0;
        border-bottom: 1px solid #ccc;
    }
}

@media (max-width: 768px) {

    .ic_hd{
        width: 48px;
        height: 48px;
    }

    .cnt_form_sol_cer{
        flex-direction: column;
    }
    .form_sol_cert{
        padding-bottom: 32px;
    }
    .row_campo_form{
        flex-direction: column;
        gap: 0;
    }
    .etq_form{
        height: auto;
        width: 100%;
        justify-content: flex-start;
    }

    .form_sol_cert,
    .img_form{
        width: 100%;
    }

    .cnt_gent_tooltip{
        margin-top: 24px;
    }
    .despl_tooltip{
        left: unset;
        right: 50%;
    }
}