/* HEADER JCF */
header{
    height: 105px;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #4c4c4c;
}
p, h6{
    margin-bottom: 0;
}
.ma-g {
    margin-bottom: 10px !important;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.pr{
    position: relative;
}
.tr-foto{
    text-align: right;
}
#formFinal{
    max-width: 100%;
    --bs-gutter-x: 0;
}
#proceso{
    position: relative;
    padding: 40px 30px;
}
.scaja_body {
    background: #f2f2f2;
    padding: 8px;
    border-radius: 10px;
    padding-left: 15px;
}
.tit_datos{
    color: #bc955c;
    font-weight: 800;
    font-size: 25px;
    text-align: center;
}
.scaja_body h6{
    color: #4d4d4d;
    font-weight: 600;
    font-size: 12px;
}
.scaja_body p{
    color: #9f2241;
    font-weight: 800;
    font-size: 14px;
}
.tit_acceso{
    color: #96663d;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.img-pre{
    width: 80%;
}
.img-ola {
    max-width: 40%;
    position: absolute;
    top: 0;
    right: 0;
}
.cuadro_titulo {
    background: #235b4e;
    text-align: center;
    margin: auto;
    width: 50%;
    padding: 10px;
    font-size: 17px;
    color: white;
    font-weight: 700;
}
.accordion_proceso{
    margin-top: 20px;
}
.accordion-button, .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #235b4e;
    font-size: 12px;
    font-weight: 700;
}
.accordion-button{
    border-radius: 20px 20px 0 0 !important;
}
.accordion-item{
    border-radius: 20px !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../img/up.svg");
    transform: rotate(-180deg);
}
.accordion-button::after {
    background-image: url("../img/up.svg");
}
.accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion_footer {
    background-color: #235b4e;
    height: 25px;
    border-radius: 0 0 20px 20px;
}
h2.accordion_footer{
    margin-bottom: 0;
    border-radius: 0 0 20px 20px;
}
.btn_gral {
    display: block;
    margin: auto;
    border: 2.5px solid;
    border-radius: 12px;
    height: 45px;
    padding: 8px 10px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    background: transparent;
    transition: .8s background;
}
.btn_blanco {
    border-color: #691C32;
    color: #691C32;
    transition: .8s color, .8s border-color;
}
.btnTam {
    width: 235px;
}
.icon_text_p {
    text-align: left;
    font-size: 15PX;
    float: left;
    font-weight: 700;
    padding-right: 5px;
}
.icon-prim {
    width: 25px;
    height: 25px;
    margin-right: 0px;
    transition: .8s background;
}
.next {
    -webkit-mask: url(../img/NEXT.svg) no-repeat;
    float: left;
    background: #691C32;
}
.btn_blanco:hover {
    border-color: #fff;
    color: #fff;
}
.btn_gral:hover {
    background: #691C32;
}
.btn_gral:hover .next, .btn_insc:hover .next, .btn_insc:hover .next_o {
    background: #fff;
}

@media all and (max-width: 992px){
    .img-pre {
        width: 50%;
    }
    .img-ola {
        display: none;
    }
    .accordion_proceso{
        width: 65%;
        margin: auto;
        margin-top: 20px;
    }
}

@media all and (max-width: 768px){
    .img-pre {
        width: 70%;
    }
    header{
        height: 95px;
    }
}

@media all and (max-width: 576px){
    #formFinal {
        max-width: 90%;
        margin: auto;
    }
    .tr-foto{
        text-align: center;
        width: 45%;
        margin: auto;
    }
    .cuadro_titulo{
        width: 90%;
    }
    .accordion_proceso, .img-pre {
        width: 100%;
    }
    #proceso {
        padding: 30px 0px;
    }
    .accordion-body {
        padding: 0;
    }
}