@font-face {
    font-family:Montserrat-Bold;
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
    font-family:Montserrat-Regular;
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
:root
{
    
    /*colores principales de el negocio*/
    --color_cliente_rojo:#AC191F;
    --color_ubicacion_azul_fuerte: #3c5393;
    --color_inversion_naranja: #f09130;
    --color_textos:rgb(50,50,50);
    
}
body
{
    font-family:"Montserrat-Regular";
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*primera parte*/
.contenedor_primera_parte
{
    width: 100%;
    height: 80vh;
    background-image: url(../img/plan_referidos/img_plan_referidos_pt1.jpg);
    background-position: center;
    background-size: cover;
}
.filtro_pt1
{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.filtro_pt1 h2
{
    font-size: 50px;
    color: white;
    padding-bottom: 20px;
    text-align: center;
}
.filtro_pt1 h3
{
    width: 90%;
    font-size: 30px;
    color: white;
    text-align: center;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*segunda parte*/
.contenedor_segunda_parte
{
    width: 100%;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contenedor_segunda_parte h2
{
    font-size: 50px;
    color: var(--color_cliente_rojo);
    padding-bottom: 20px;
    text-align: center;
}
.cont_todos_los_box
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 30px 0;
}
.box_registrar
{
    width: 30%;
    height: 350px;
    border: 1px solid red;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    flex-direction: column;
    padding: 20px;
    border: 10px solid transparent;
    border-image: linear-gradient(to bottom, rgba(172,25,30, 0), rgb(172,25,30)) 1;
    margin: 10px;
}
.circulo_numero
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--color_cliente_rojo);
    margin-bottom: 20px;
}
.circulo_numero p
{
    font-size: 35px;
    color: var(--color_cliente_rojo) !important;
}
.box_registrar h3
{
    font-size: 20px;
    color: var(--color_textos);
    padding-bottom: 10px;
}
.box_registrar p
{
    font-size: 20px;
    color: var(--color_textos);
    text-align: center;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*formulario*/
.contenedor_formulario
{
    width: 100%;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(../img/financiamiento/img_formulario.jpg);
    background-position: center;
    background-size: cover;
}
.contenedor_formulario h2
{
    font-size: 50px;
    color: white;
    padding-bottom: 20px;
}
.formulario
{
    width: 40%;
    padding: 40px  20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ac191ebb;
}
.cont_fila_form
{
    width: 90%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*border: 1px solid white;*/
}
input
{
    width: 100%;
    height: 40px;
    border: none;
    background-color: white;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 20px;
    color: var(--color_textos);
}
.boton_form
{
    width: 250px;
    height: 50px;
    border: none;
    margin: 10px 0;
    background-color: white;
    border-radius: 5px;
    font-size: 20px;
    color: var(--color_textos);
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*cuarta parte*/
.contenedor_cuarta_parte
{
    width: 100%;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contenedor_cuarta_parte h2
{
    font-size: 50px;
    color: var(--color_cliente_rojo);
    padding-bottom: 20px;
    text-align: center;
}
.cont_todas_las_reglas
{
    width: 100%;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fila_regla
{
    width: 90%;
    height: auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*border: 1px solid red;*/
}
.circulo_numeros
{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color_cliente_rojo);
}
.circulo_numeros p
{
    font-size: 15px;
    color: white !important;
    text-align: center;
    padding-left: 0px !important;
}
.fila_regla p
{
    width: 90%;
    font-size: 20px;
    color: var(--color_textos);
    padding-left: 10px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*RESPONSIVE*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:840px)
{
    /*primera parte*/
    .filtro_pt1 h2
    {
        font-size: 40px;
    }
    .filtro_pt1 h3
    {
        font-size: 25px;
    }
    /*segunda parte*/
    .contenedor_segunda_parte h2
    {
        font-size: 40px;
    }
    .cont_todos_los_box
    {
        flex-direction: column;
    }
    .box_registrar
    {
        width: 80%;
        height: auto;
    }
    /*formulario*/
    .formulario
    {
        width: 80%;
    }
    /*cuarta parte*/
    .contenedor_cuarta_parte h2
    {
        font-size: 40px;
        padding: 0 20px;
    }
    .fila_regla
    {
        width: 95%;
    }
}
@media screen and (max-width:570px)
{
    /*primera parte*/
    .filtro_pt1 h2
    {
        font-size: 30px;
    }
    .filtro_pt1 h3
    {
        font-size: 20px;
    }
    /*segunda parte*/
    .contenedor_segunda_parte h2
    {
        font-size: 30px;
    }
    .box_registrar
    {
        width: 90%;
    }
    /*formulario*/
    .contenedor_formulario h2
    {
        font-size: 40px;
    }
    .formulario
    {
        width: 90%;
    }
    .cont_fila_form
    {
        width: 95%;
    }
    input
    {
        font-size: 17px;
    }
    /*cuarta parte*/
    .contenedor_cuarta_parte h2
    {
        font-size: 30px;
    }
    .fila_regla p
    {
        font-size: 17px;
    }
}
@media screen and (max-width:395px)
{
    /*primera parte*/
    /*segunda parte*/
    /*formulario*/
    .contenedor_formulario h2
    {
        font-size: 30px;
    }
}