@media only screen and (max-width: 575px){
    #seleccion h3{
        font-size: 28px !important;
    }
    .div-seleccion{
        margin-top: 0px !important;
        padding-bottom: 40px !important;
    }

    .div-btn-seleccion{
        bottom: 50px;
    }
    #telefono-seleccion{
        height: 65% !important; 
        width: 100% !important;
    }
    #figura-seleccion{
        height: 65% !important;
        width: 100% !important;
    }
}

#seleccion{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    background: rgb(2,0,36);
    background: linear-gradient(351deg, rgba(2,0,36,1) 0%, rgba(19,56,114,1) 33%, rgba(10,82,147,1) 70%);
    height: 500px;
    text-align: center;
}
#seleccion h3{
    color: white !important;
    font-weight: lighter;
    font-size: 35px;
}
#seleccion h3 > b{
    font-weight: bolder;
}
#img-seleccion{
    height: 70%;
    padding-left: 15%;
}
#telefono-seleccion{
    background-image: url('../img/main/celular.png');
    height: 85%;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
#figura-seleccion{
    background-image: url('../img/main/figura.png');
    height: 100%;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
#btn-seleccion{
    width: 260px;
    height: 60px;
    border-radius: 30px;
    background: white;
    color: #007bff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    border-color: white;

    box-shadow: -11px -7px 25px -8px rgba(0,0,0,0.69);
    -webkit-box-shadow: -11px -7px 25px -8px rgba(0,0,0,0.69);
    -moz-box-shadow: -11px -7px 25px -8px rgba(0,0,0,0.69);

    transition: 0.3s ease-out;
}
#btn-seleccion:hover{
    background: #DFDFDF;
    color: #007bff;

    box-shadow: -6px -2px 19px -8px rgba(255,255,255,0.69);
    -webkit-box-shadow: -6px -2px 19px -8px rgba(255,255,255,0.69);
    -moz-box-shadow: -6px -2px 19px -8px rgba(255,255,255,0.69);
}
.modal-mensaje-postulado{
    text-align: justify;
    border-radius: 30px;
    background: linear-gradient(351deg, rgba(2,0,36,1) 0%, rgba(19,56,114,1) 33%, rgba(10,82,147,1) 70%);
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.modal-mensaje-postulado-ok{
    text-align: justify;
    border-radius: 30px;
    background: rgb(241,90,36);
    background: linear-gradient(117deg, rgba(241,90,36,1) 15%, rgba(246,133,47,1) 53%, rgba(250,164,56,1) 82%);
    color: #fff;
    font-size: 15px !important;
    text-align: center;
}
.modal-mensaje-postulado-ok ol{
    margin-top: 1.5em;
    padding-left: 12px;
}
.modal-mensaje-postulado-ok li{
    font-size: 15px !important;
    padding-top: 4px;
}
.btn-cerrar-postulado{
    text-transform: uppercase;
    background: #fff;
    padding: 10px;
    border: none;
    color: #007bff;
    border-radius: 30px;
    width: 40%;
}
.btn-seguridad-postulado{
    width: 60%;
    height: 40px;
    font-size: 13px;
    text-transform: none;
    background: #fff;
    border-radius: 15px;
    border: none;
    color: #f6852f;
    -webkit-box-shadow: -7px -4px 8px -2px rgb(0 0 0 / 45%);
    box-shadow: -7px -4px 8px -2px rgb(0 0 0 / 45%);
}
.link-curp{
    color: #ff9f23 !important;
    text-decoration: none !important;
    opacity: 0.5;
    transition: 0.3s;
}
.link-curp:hover{
    opacity: 1;
}