:root
{
    /*Colores*/
    --colorPrimario:                    #2d70f6;
    --colorSecundario:                 #EBEBEB99;
    --colorTerciario:                   #ffffff;
    --color-azul:#3A88FE;
    --colorCuaternario:                   #000000;
    --verdeOpacity:                     rgb(52, 198, 9,0.3);
    --sombraPrimario:                    rgb(45, 112, 246, 0.2);
    --sombraSecundario:                 rgba(235, 235, 235, 0.5);


    --verde:                            rgb(52, 198, 9);
    --color-blanco: #fff;
    --color-negro: #e0e0e0;
    --color-principal:#3A88FE;
    --color-secundario:#3988F8;
    --color-fondo:#EBEBEB;
    --color-gris:#707070;
    --color-gris-claro:#EBEBEB;
    --color-amarillo:#FFA737;
    --color-amarrillo-claro:#ffdf49;
    --color-azul:#3A88FE;
    --color-azul-grafico:#64bdfa;
    --color-azul-2:#f3f4fc;
    --color-azul-claro:#ebf3ff;
    --color-verde-claro:#9be058;
    --color-verde:#c2eeb5;
    --color-gris-opaco:#70707099;
    --roboto_bold:                                  "roboto_bold";
    --roboto_medium:                                  "roboto_medium";
    --roboto:                                  "roboto";
}

@font-face {
    font-family: 'roboto';
    src: url('fuentes/roboto.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}  

@font-face {
    font-family: 'roboto_medium';
    src: url('fuentes/roboto_medium.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}  

@font-face {
    font-family: 'roboto_bold';
    src: url('fuentes/roboto_bold.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{
    margin: 0;
    padding: 0;
    font-family: var(--roboto);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: var(--roboto);
}

html{
    overflow-y: scroll;
}

html, body{
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow-x: none;
    flex-direction: column;
}

div{
    display: flex;
}

.contenedor{
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: var(--colorTerciario);
}

.contenedor_form_registro{
    display: none;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: auto;
    background: var(--colorTerciario);
}

.formulario_inicio_sesion{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 34px;
    padding-right: 34px;
}


.boton{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 304px;
    height: 34px;
    min-height: 34px;
    padding: 7px;
    text-align: center;
    background-color:var(--colorPrimario);
    border-radius: 5px;
    color:#ffffff;
    cursor: pointer;
    margin-top: 25px;
    font-size: 16px;
    margin-bottom: 25px;
    font-family: var(--roboto_medium);
    opacity: 0.7;
    transition: 0.7s;
}

.boton:hover{
    opacity: 1;
}

.mensaje{
    display: none;
    color: var(--colorPrimario);
    font-size: 34px;
    margin-top: 16px;
    font-family: var(--roboto_medium);
}

.caja_img{
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    width: 38px;
    height: 33px;
    border-radius: 3px;
    margin: 0.7px;
}

.img_pass{
    width: 25px;
    height: 25px;
    object-fit: contain;
    cursor: pointer;
}

.margin_img{
    height: 25px;
    width: 3px;
}

.input_pass{
    width: 100%;
    padding-right: 34px;
    width: 100%;
}

.caja_terminos{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 304px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox{
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    border: solid 1px var(--colorSecundario);
    border-radius: 3px;
    margin-right: 7px;
    cursor: pointer;
}

.checkbox:hover{
    border: solid 1.6px var(--colorPrimario);
}

.p_terminos{
    font-size: 16px;
    color: #000000;
    text-align: start;
    font-family: var(--roboto_medium);
    margin-left: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.span_terminos{
    font-size: 16px;
    color: var(--colorPrimario);
    text-align: start;
    font-family: var(--roboto_medium);
    margin-left: 7px;
    text-decoration: underline;
    cursor: pointer;
}

.p_alerta{
    font-size: 16px;
    color: #ff0000;
    display: none;
}

.img_terminos{
    pointer-events: none;
}


.select_registro_abogados{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 34px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #000000;
    outline: none;
    border-radius: 5px;
    border: solid 0.7px var(--colorSecundario);
    box-shadow: 1px 1px 1px 0px rgba(100, 100, 100, 0.2);
    /* border-bottom: solid 1px var(--colorPrimario);*/
}

.p_normal{
    font-size: 16px;
    color: var(--colorSecundario);
    width: 304px;
    height: 22px;
    text-align: start;
}

.btn_volver{
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 16px;
    margin-left: 16px;
    cursor: pointer;
    opacity: 0.7;
    transition: 1s;
    z-index: 10;
}

.btn_volver:hover{
    opacity: 1;
}

#head_datos_lista_abogados{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    background: var(--colorPrimario);
    /* border-top: solid 1px var(--colorPrimario);
    border-bottom: solid 1px var(--colorPrimario); */
}

#btn_volver_busqueda{
    width: 25px;
    height: 25px;
    cursor: pointer;
    opacity: 0.7;
    transition: 1s;
    margin-left: 11px;
}


.btn_volver_2{
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: 0.7;
    transition: 1s;
    margin-left: 7px;
}

.btn_volver_2:hover{
    opacity: 1;
}

#div_formulario_abogados{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.columna_formulario_abogados{
    display: flex;
    flex-direction: column;
    height: 100%;
    margin:16px;
}

#div_nacimiento{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

#select_dia_abogado{
    width: 70px;
    height: 34px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #000000;
    outline: none;
    border-radius: 5px;
    border: solid 0.7px var(--colorSecundario);
    box-shadow: 1px 1px 1px 0px rgba(100, 100, 100, 0.2);
    /* border-bottom: solid 1px var(--colorPrimario);*/
}

#select_mes_abogado{
    width: 133px;
    height: 34px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #000000;
    outline: none;
    border-radius: 5px;
    border: solid 0.7px var(--colorSecundario);
    box-shadow: 1px 1px 1px 0px rgba(100, 100, 100, 0.2);
}

#select_ano_abogado{
    width: 93px;
    height: 34px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #000000;
    outline: none;
    border-radius: 5px;
    border: solid 0.7px var(--colorSecundario);
    box-shadow: 1px 1px 1px 0px rgba(100, 100, 100, 0.2);
    /* border-bottom: solid 1px var(--colorPrimario);*/
}

#contenedor_login_cliente{
    display: none;
}

#contenedor_login_abogado{
    display: none;
}

.contenedor_confirmacion{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    
}

.logo_confirmacion{
    width: 403px;
    height: 106px;
    margin-bottom: 25px;
}

.p_confirmacion{
    color: var(--colorPrimario);
    font-size: 34px;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-family: var(--roboto);
}

.p_correo_confirmacion{
    color: var(--colorPrimario);
    font-size: 43px;
    text-decoration: underline;
    width: 100%;
    text-align: center;
    margin-top: 34px;
    font-family: var(--roboto);
}

#contenedor_confirmacion{
    display: none;
}

.div_direcciones_busqueda{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.p_direccion_busqueda{
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: 1s;
    margin-bottom: 11px;
}


#seccion_inicio{
    display: flex;
    flex-direction: column;
    width: 100%;
}

#btn_busqueda_presencial{
    background-color: var(--color-azul);
    border: solid 1px var(--color-azul);
}

#btn_busqueda_online{
    background-color: var(--color-azul);
    border: solid 1px var(--color-azul);
}

.img_icono_formulario{
    pointer-events: none;
}

.p_texto_img_formulario{
    pointer-events: none;
}

#formulario_recuperar_cliente{
    display: none;
}

#contenedor_profesion{
    display: none;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

#img_div_profesion{
    width: 100%;
    height: 403px;
    min-height: 403px;
    object-fit: cover;
    object-position: center;
}

#columna_profesion{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 66%;
    height: 100%;
}

#titulo_profesion{
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: var(--colorPrimario);
    margin-top: 34px;
}

.btn_buscar
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 205px;
    height: 30px;
    border: 1px solid #3B88FD;
    border-radius: 5px;
    background-color: var(--color-blanco);
    margin-left: 16px;
    margin-right: 16px;
    color: var(--color-principal);
    font: normal normal normal 16px/20px Helvetica Neue;
    opacity: 0.7;
    transition: 0.5s;
    cursor: pointer;
    margin-top: 34px;
    margin-bottom: 34px;
}

.btn_buscar:hover{
    opacity: 1;
}


#p_profesion{
    margin-left: 34px;
    margin-right: 34px;
    margin-top: 34px;
    font-size: 25px;
    font-family: var(--roboto);
    color: #000000;
}


#contenedor_buscando{
    display: none;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.p_buscando{
    color: var(--colorPrimario);
    font-size: 34px;
    width: 100%;
    text-align: center;
    margin: 16px;
}

.obj_busqueda{
    width: 90%;
    height: auto;
    flex-direction: row;
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 25px;
    box-shadow: 0px 3px 6px #00000029;
}

.div_info_busqueda{
    width: 100%;
    height: auto;
    flex-direction: row;
}

.div_horarios_busqueda{
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.div_info_columna_1{
    width: 205px;
    height: 100%;
    min-width: 205px;
    flex-direction: column;
    align-items: center;
}

.div_info_columna_2{
    width: 100%;
    height: 100%;
    padding-left: 11px;
    padding-right: 11px;
    flex-direction: column;
}

.div_info_columna_3{
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    margin-top: 16px;
}

.img_info_busqueda{
    width: 133px;
    height: 133px;
    border-radius: 7px;
    object-fit: cover;
}

.div_estrellas{
    width: 100%;
    flex-direction: row;
    margin-top: 11px;
    justify-content: center;
}

.estrella{
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.estrella_2{
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.p_calificacion_busqueda{
    font-size: 22px;
    color: #000000;
    font-family: var(--roboto);
    margin-top: 11px;
}

.p_calificacion_slider{
    font-size: 22px;
    color: #000000;
    font-family: var(--roboto);
    margin-top: 11px;
    width: 80%;
    text-align: start;
}

.nombre_abogado_busqueda{
    font-size: 25px;
    height: auto;
    font-family: var(--roboto);
    color: var(--colorPrimario);
    border-bottom: solid 1px var(--colorPrimario);
    padding: 2.5px;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.5s;
    width:fit-content;
}

.nobre_abogado_busqueda:hover{
    opacity: 1;
}


.bio_abogado_busqueda{
    font-size: 16px;
    color: #000000;
    width: 100%;
    margin-top: 16px;
}


.obj_especialidad{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
}

.titulo_grafixo_especialidad{
    font-size: 25px;
    color: var(--colorPrimario);
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    text-align: center;
}


.body_grafica{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grafica_especialidad{
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    align-items: center;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.7));
}

.circulo_grafica{
    width: 106px;
    min-width: 106px;
    height: 106px;
    min-height: 106px;
    background: #ffffff;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
}


.div_items_grafico{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 52px;
}

.item_grafico{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: solid 1px var(--sombraSecundario);
}

.color_grafico{
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    border-radius: 50%;
    margin-right: 11px;
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}

.porcentaje_item_grafico{
    width: 70px;
    min-width: 70px;
    height: auto;
    margin-right: 25px;
    font-size: 22px;
}

.nombre_item_grafico{
    width: 100%;
    height: auto;
    text-align: start;
    font-size: 22px;
}

.div_direccion_busqueda{
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-top: 16px;
    border-bottom: solid 1px var(--sombraSecundario);
}

.lista_direcciones_busqueda{
    flex-direction: column;
    width: 100%;
    margin-left: 25px;
}

.btn_direccion_busqueda{
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    padding: 2.5px;
    object-fit: contain;
    border-radius: 50%;
    border: solid 1.6px var(--colorPrimario);
    background: #FFFFFF;
    margin-left: 7px;
    opacity: 0.7;
    cursor: pointer;
}

.btn_direccion_busqueda_2{
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
    padding: 2.5px;
    object-fit: contain;
    border-radius: 50%;
    border: solid 1.6px var(--colorPrimario);
    background: #FFFFFF;
    margin-left: 16px;
    opacity: 0.7;
    cursor: pointer;
}


#div_selector_tipo_visita{
    width: 80%;
}

.img_direcciones{
    width: 22px;
    height: 22px;
    object-fit: contain;
    opacity: 0.5;
}

.p_direccion{
    width: 100%;
    height: auto;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.caja_direccion_busqueda{
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
    transition: all 0.5s;
}

.caja_direccion_busqueda:hover{
    transform: scale(1.01);
}

.btn_direccion_busqueda:hover{
    opacity: 1;
}

.head_horarios_busqueda{
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.btn_tipo_horarios_busqueda{
    width: 205px;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    cursor: pointer;
    margin-right: 7px;
    transition: all 0.5s;
}

.btn_tipo_horarios_busqueda:hover{
    opacity: 1;
}

.caja_horarios{
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
}

.img_btn_tipo_horario{
    width: 22px;
    height: 22px;
    object-fit: contain;
    padding-bottom: 7px;
    pointer-events: none;
}

.p_btn_tipo_horario{
    color: var(--colorPrimario);
    font-size: 22px;
    font-family: var(--roboto);
    padding-bottom: 7px;
    margin-left: 7px;
    pointer-events: none;
}

.titulo_horarios_busqueda{
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: var(--colorPrimario);
    font-family: var(--roboto);
}

.lista_horarios_agenda{
    width: 100%;
    height: 430px;
    min-height: 430px;
    flex-direction: row;
    justify-content: center;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-top: 16px;;
}

.fila_horario{
    position: relative;
    flex-direction: column;
    width: 115px;
    min-width: 115px;
    height: 100%;
    border-right: solid 0.5px var(--colorPrimario);
    padding: 11px;
    overflow: hidden;
}

.contenedor_scroll_horarios{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll_horarios{
    position: absolute;
    flex-direction: column;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    z-index: 77777;
}

.p_dia_semana{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--colorPrimario);
    width: 100%;
    height: 93px;
    min-height: 93px;
    text-align: center;
}

.p_horario_semana{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 34px;
    min-height: 34px;
    color: #000000;
    text-align: center;
    padding: 7px;
    border-radius: 7px;
    background: var(--color-azul-claro);
    margin-top: 11px;
    margin-bottom: 11px;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0.7;
}

.p_horario_semana:hover{
    opacity: 1;
}

.p_caja_horario_busqueda_i{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 93px;
    height: 52px;
    max-height: 52px;
    padding: 2.5px;
    border-radius: 7px;
    background: var(--verdeOpacity);
    font-size: 12px;
    text-align: center;
    opacity: 0.7;
    box-shadow: 0px 3px 6px #00000029;
    margin: 7px;
    transition: 1s;
    cursor: pointer;
    font-family: var(--roboto_black);
    border: solid 1px var(--verde);
}

.p_caja_horario_busqueda_i:hover{
    opacity: 1;
}

.p_azul{
    color: var(--colorPrimario);
}

/* ///////////////////////////////// */

#div_principal
{
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
}

#div_menu_principal
{
    display: flex;
    width: 100%;
    height: 60px;
    min-height: 60px;
    justify-content: space-between;
    background: var(--color-blanco);
}
#div_menu_principal_logo
{
    display: flex;
    justify-content: center;
    align-items: center;
}

#img_menu_principal_logo
{
    display: flex;
    width: 150px;
    height: 50px;
    align-self: flex-start;
    margin-left: 20px;
    cursor: pointer;
}

#h1_menu_principal_logo
{
    font-size: 20px;
    font-weight: bold;
    color: var(--color-principal);
    margin-left: 10px;
}
#div_botones_menu
{
    display: flex;
    align-items: center;
}

#div_menu_principal_logo_push
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    justify-self: flex-end;
}

#img_menu_principal_logo_push
{
    display: flex;
    width: 250px;
    min-width: 250px;
    height: 50px;
    cursor: pointer;
}

#h1_menu_principal_logo_push
{
    font-size: 20px;
    font-weight: bold;
    color: var(--color-principal);
    margin-left: 10px;
}
#div_botones_menu_input
{
    cursor: pointer;
    position: relative;
    display: flex;
    width: 132px;
    height: 22px;
    align-items: center;
    justify-content: space-between  ;
}
#p_botones_menu_registro
{
    font: normal normal normal 16px/20px Helvetica Neue;
    color: #000000CC;
}

#img_botones_menu_registro_flecha
{
    width: 12px;
}

.btn_menu
{
    width: 160px;
    height: 30px;
    border-radius: 5px;
    opacity: 1;
    background-color: var(--color-principal);
    margin-left: 16px;
    margin-right: 16px;
    color: var(--color-blanco);
    font: normal normal normal 16px/20px Helvetica Neue;
    opacity: 0.9;
    transition: 0.5s;
    cursor: pointer;
    border: none;
}

.btn_menu:hover{
    opacity: 1;
}

#div_seccion_principal 
{
    position: relative;
    width: 100%;
    /* overflow: hidden; */
}

#div_seccion_principal_fondo{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    opacity: .8;
    z-index: -1;
}
#img_seccion_principal_fondo
{
    width: 100%;
    object-fit: cover;
}
#div_seccion_principal_texto
{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
#p_seccion_principal_texto
{
    width: 70%;
    color: var(--color-blanco);
    font: normal normal normal 30px/32px Helvetica Neue;
    /* padding-left: 90px; */
}
#p_seccion_principal_texto2
{
    width: 70%;
    color: var(--color-blanco);
    margin-top: 35px;
    text-align: left;
    font: normal normal 300 28px/32px var(--roboto);
    /* padding-left: 90px; */
}

#div_input_help
{
    position: absolute;
    top: 160px;
    left: 100px;
    width: 870px;
    height: 140px;
}
#div_fondo_help
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-blanco);
    opacity: .8;
}
#div_seccion_help
{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}
#div_formulario_help
{
    display: flex;
    width: 70%;
    height: 140px;
    position: relative;
    border-radius: 5px;
    /* overflow: hidden; */
}
#div_fondo_formulario
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-blanco);
    opacity: .2;
    z-index: -1;
    border-radius: 5px;
}
#div_formulario_buscar
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
    
    display: flex;
    flex-direction: column;
}
#div_iconos_formulario
{
    display: flex;
    width: 100%;
    height: 50%;
    justify-content: flex-start;
    align-items: center;
}
#div_inputs_formulario
{
    display: flex;
    width: 100%;
    height: 50%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
}

.div_boton_icono_formulario
{
    width: 159px;
    height: 32px;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    display: flex;
    justify-content:center;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
    transition: 0.5s;
}

.div_boton_icono_formulario:hover
{
    background-color: var(--color-azul);
    border: 1px solid transparent;
}

.img_icono_formulario
{
    width: 20px;
    height: 25px;
}
.p_texto_img_formulario
{
    font: normal normal normal 14px/16px var(--roboto);
    color: var(--color-blanco);
    margin-left: 10px;
}

.div_select_formulario
{
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 60px;
    min-height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: var(--color-blanco);
    border-radius: 5px;
    margin-left: 15px;
    border: solid 2px transparent;
}
.p_texto_select_formulario
{
    cursor: pointer;
    width: 80%;
    height: 100%;
    color: var(--color-gris);
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0.6;
    font: normal normal normal 16px Helvetica;
}
.img_select_formulario
{
    width: 13px;
    height: 8px;   
    margin: 10px;
    opacity: 0.6;
}
#button_select_formulario
{
    cursor: pointer;
    width: 130px;
    min-width: 130px;
    height: 60px;
    background: var(--colorPrimario);
    border-radius: 5px;
    opacity: 1;
    border: none;
    color: var(--color-blanco);
    font: normal normal normal 22px/26px Helvetica Neue;
    margin-left: 34px;
    margin-right: 34px;
}

#button_select_formulario_2
{
    cursor: pointer;
    display: none;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    background: var(--colorPrimario);
    border-radius: 50%;
    padding: 11px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: solid 1px #ffffff;
    position: relative;
}



#div_seccion_abogado
{
    position: relative;
    width: 100%;
    height: 1060px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: var(--color-gris-claro);

}
#div_descripcion_acciones
{
    top: -70px;
    width: 70%;
    height: auto;
    position: absolute;
    display: flex;
    background-color: var(--color-blanco);
    border-radius: 5px;
    align-items: center;
    z-index: 2;
}

#caja_descripcion_acciones{
    width: 100%;
    height: 100%;
    flex-direction: row;
    position: relative;
    padding: 16px;
    background-color: var(--color-blanco);
}

#div_contacto
{
    position: absolute;
    right: 100px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius:50% ;
    background-color: var(--color-azul);
    display: flex;
    justify-content: center;
    align-items: center;
}
#img_contacto
{
    height: 40px;
    object-fit: cover;
}

#contenedor_descripcion_acciones{
    width: 100%;
    height: 300px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.div_objetivo_acciones
{
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.img_objetivo_acciones
{
    height: 51px;
}
.p_objetivo_acciones
{
    width: 80%;
    font-size: 22px;
    margin-top: 10px;
    text-align: center;
}

.div_linea_acciones
{
    width: 1px;
    height: 280px;
    background-color: var(--color-azul);
}

#div_listado_abogados
{
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

#h2_titulo_abogado
{
    width: 100%;
    font-size: 34px;
    text-align: center;
    font-family: var(--roboto_black);
}

#div_slider_abogado
{
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    height: 700px;
    min-height: 700px;
    z-index: 0;
    margin-top: 16px;
}
.div_item_slider_abogado
{
    position: relative;
    width: 310px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.img_item_slider_abogado
{
    position: absolute;
    width: 200px;
    min-width: 200px;
    height: 200px;
    min-height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 0.7px solid var(--color-principal);
    box-shadow: 0px 3px 6px #00000029;
    z-index: 1;
}

.div_info_slider_abogado
{
    position: absolute;
    width: 100%;
    height: 502px;
    background-color: var(--color-blanco);
    border-radius: 5px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    top: 106px;
    padding-bottom: 16px;
    box-shadow: 0px 3px 6px #00000029;
}

.p_nombre_slider
{
    width: 80%;
    height: auto;
    text-align: left;
    margin-top: 115px;
    font: normal normal normal 24px/28px Helvetica Neue;
    cursor: pointer;
}

.p_profesion_slider
{
    width: 80%;
    text-align: left;
    color: #3A88FE;
    margin-top: 7px;
    font-size: 20px;
    font-family: var(--roboto_medium);
}

.p_descripcion_slider
{
    width: 80%;
    font-size: 16px;
    font-family: var(--roboto);
    /* font: normal normal 300 18px/20px Helvetica Neue; */
    text-align: left;
    margin-top: 15px;
}

.p_calificaion_slider
{
    width: 80%;
    font-size: 20px;
    text-align: left;
    margin-top: 35px;
    font-family: var(--roboto_medium);
}
.div_estrellas_calificacion
{
    display: flex;
    width: 80%;
    justify-content: flex-start;
    margin-bottom: 11px;
    margin-top: 15px;
    height: auto;
}
.img_estrella_calificacion
{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

#div_indicadores_slider
{
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    height: auto;
    justify-content: center;
}
.div_circulo_slider
{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    margin: 2.5px;
    background: var(--color-blanco);
}
.div_circulo_slider_marcado
{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    margin: 2.5px;
    background: var(--color-azul);
}
#div_footer
{
    width: 100%;
    height: 299px;
    background-color:#000000;
    display: flex;
}
.div_boton_img_formulario
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div_footer_enlaces
{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div_enlaces
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.div_enlace_img
{
    cursor: pointer;
    display: flex;
    width: 100%;
    padding: 5px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
}
.div_enlace_img_izquierda
{
    cursor: pointer;
    display: flex;
    width: 100%;
    padding: 1px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
}
.img_enlace_icono
{
    width: 14px;
    height: 14px;
}
.p_texto_enlace
{
    font-size: 14px;
    color: var(--color-blanco);
    text-align: left;
    margin-left: 10px;
}
.p_texto_enlace_titulo
{
    font-size: 14px;
    color: var(--color-blanco);
    text-align: left;
    margin-left: 10px;
    font-weight: bold; 
}
.div_enlaces_izquierda
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    margin-left: 50px;
}

#div_opciones_registro
{
    position: absolute;
    /* bottom: -153px; */
    top: 55px;
    right: 0;
    width: 176px;
    min-width: 176px;
    margin-right: 200px;
    height: 80px;
    padding: 16px;
    border-radius: 5px;
    background-color: var(--color-blanco);
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    z-index: 106;
}

#div_opciones_inicio_sesion{
    position: absolute;
    /* bottom: -153px; */
    top: 55px;
    right: 0;
    width: 176px;
    min-width: 176px;
    margin-right: 8px;
    height: 80px;
    padding: 16px;
    border-radius: 5px;
    background-color: var(--color-blanco);
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    z-index: 106;
}

.p_opciones_registro
{
    width: 100%;
    text-align: left;
    margin: 7px;
    cursor: pointer;
    font: normal normal normal 16px/18px Helvetica Neue;
    opacity: 0.7;
}

.p_opciones_registro:hover{
    opacity: 1;
}

.p_opciones_areas
{
    cursor: pointer;
    width: 93%;
    height: auto;
    font-size: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    padding: 5px;
    padding-left: 11px;
    border-radius: 5px;
    font-size: 22px;
}
.p_opciones_areas:hover
{
    background-color: var(--color-gris-claro);
}

.p_opciones_areas_titulo
{
    cursor: pointer;
    width: 80%;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
    border-radius: 5px;
    padding: 5px;
}

.p_opciones_areas_titulo:hover
{
    background: var(--color-gris-claro);

}

.p_opciones{
    font-size: 22px;    
    pointer-events: none;
}

.titulo_area
{
    width: 100%;
    font-size: 16px;
    text-align: left;
}
.img_opciones
{
    width: 11px;
    height: 11px;
    pointer-events: none;
}

#div_opciones_areas
{
    position: absolute;
    top: 70px;
    left: 0;
    width: 342px;
    /* height: 227px; */
    border-radius: 5px;
    background-color: var(--color-blanco);

    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-shadow: 5px 3px 6px #00000029;
    z-index: 99;
}

.div_subenlace_areas
{
    width: 80%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.div_subenlace_areas_push
{
    width: 80%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}


#div_opciones_cuidad
{
    position: absolute;
    top: 52px;
    width: 100%;
    border-radius: 5px;
    background-color: var(--color-blanco);
    display: none;
    flex-direction: column;
    align-items: center;
    z-index: 99;
    height: 403px;
    padding-top: 16px;
    overflow-y: scroll;
    box-shadow: 0px 3px 6px #00000029;
}
#div_opciones_tipo_abogado  
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;

}
#div_lista_tipo
{
    display: flex;
    width: 100%;
    height: 100%;
    background: var(--color-blanco);
    border-radius: 5px;
    box-shadow: 5px 3px 6px #00000029;

    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#div_control_tipo_abogado
{
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#div_select_tipo_abogado
{
    position: relative;
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px;
    margin-top: 0px;
    overflow: hidden;
}
#img_tipo_abogado
{
    width: 15px;
    cursor: pointer;
}
#div_opciones_lista
{
    width: 35%;
    height: 100%;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    box-shadow: 5px 3px 6px #00000029;
}
#div_opciones_descripcion
{
    display: flex;
    width: 65%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    scrollbar-width: none;
}

.img_icono{
    width: 25px;
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    object-fit: contain;
}

#seccion_informacion_abogado
{
    display: none;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
}

#titulos_busqueda_abogados
{
    width: 80%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    margin-left: 11px;
    color: #ffffff;
}

#div_datos_lista_abogado
{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-gris-claro);
    padding-top: 25px;
}

#div_info_abogado
{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#div_agenda_abogado
{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

#fondo_img
{
    height: 100%;
    object-fit: contain;
    /* box-shadow: 5px 3px 6px #00000029; */
}
.div_item_calificacion_abogado
{
    width: 90%;
    height: 340px;
    border-radius: 5px;
    background-color: var(--color-blanco);
    box-shadow: 0px 6px 8px #00000029;

    display: flex;
    padding: 20px;
    margin-bottom: 25px;

}

.div_informacion_abogaddo
{
    width: 61%;
    height: 100%;
    display: flex;
    flex-direction: column;

}
.div_informacion_abogado_calendario
{
    width: 39%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.div_encabezado_informacion_abogado
{
    width: 100%;
    display: flex;
    flex-direction: row;
}	
.div_contenedor_img_abogado
{
    width: 80px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_abogado
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.div_encabezado_informacion_abogado_texto
{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.p_titulo_coincidencias_abogado
{
    font-size: 18px;
    margin-left: 15px;
    font-weight: lighter;
    margin-top: 7px;
}

.p_titulo_nombre_abogado
{
    font-size: 20px;
    display: flex;
    font-family: var(--roboto_medium);
    cursor: pointer;
    opacity: 0.7;
    transition: 1s;
}

.p_titulo_nombre_abogado:hover{
    opacity: 1;
}

.div_marca_verificacion
{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color-principal);

    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    
}
.img_verificacion_abogado
{
    width: 10px;
    height: 10px;
}
.div_contenedor_verificacion
{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 15px;
    margin-top: 7px;
}
.img_verificacion_abogado
{
    width: 100%;
}
.div_encabeado_rutas
{
    width: 100%;
    display: flex;
    align-items: center;
}
.a_leer_mas
{
    cursor: pointer;
    margin-left: 20px;
    color: var(--color-principal);
}
.div_cuerpo_informacion_abogado
{
    width: 100%;
    border-bottom: solid 1px var(--color-principal);
}

.div_cuerpo_informacion_abogado
{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.div_linea
{
    width: 100%;
    height: 1px;
    background-color: var(--color-principal);
}
.div_linea_separacion
{

   width: 100%;
   margin-top: 5px;
   margin-bottom: 5px;

}
.div_pie_informacion_abogado
{
    width: 100%;
    display: flex;
    margin-top: 16px;
}
.div_pie_seccion
{
    width: 45%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.div_pie_seccion_direccion
{
    width: 55%;
    display: flex;
    flex-direction: column;
}
.p_pie_titulo
{
   font-size: 16px; 
}
.p_pie_texto
{
    font-size: 16px;
    margin-top: 10px;
}
.div_pie_datos_direccion
{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
    margin-bottom: 10px;
}
.div_pie_datos_costos
{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 7px;
}
.img_pie_datos_direccion
{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.p_texto_datos_direccion
{
    width: 60%;
    font-size: 14px;
    margin-left: 10px;
}
.p_texto_datos_dir
{
    width: 100%;
    font-size: 14px;
    margin-left: 10px;
}
.p_texto_datos_direccion_costo
{
    width: 40%;
    font-size: 14px;
    color: var(--color-principal);
}

.div_informacion_lista_horario
{
    width: 90%;
    height: 110px;
    border-top: solid .5px #00000029;
    padding-top: 10px;

    display: flex;
}
.div_informacion_hora
{
    width: 40%;
    height: 100%;
    
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.p_informacion_texto
{
    font-size: 14px;  
    padding-left: 10px; 
}
.div_calendario_horas
{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
}
.div_seccion_horario
{
    width: 100%;
    display: flex;  
    justify-content: center;
    align-items: center;
}
.p_hora_seccion_activado
{
    cursor: pointer;
    width: 58px;
    height: 24px;
    border-radius: 5px;
    background-color: var(--color-verde);
    font-size: 11px;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
    border: solid 1px transparent;
}
.p_hora_seccion_activado_seleccionado
{
    cursor: pointer;
    width: 58px;
    height: 24px;
    border-radius: 5px;
    background-color: var(--color-verde);
    font-size: 11px;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
    border: solid 1px var(--color-verde);
}
.p_hora_seccion_desactivado
{
    cursor: pointer;
    width: 58px;
    height: 24px;
    border-radius: 5px;
    background-color: var(--color-verde-claro);
    font-size: 11px;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
    border: solid 1px transparent;
}
.div_boton_ver_mas
{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;

    display: flex;
    justify-content: center;
}
.button_ver_mas_horas
{
    cursor: pointer;
    width: 178px;
    height: 30px;
    border: 1px solid #3A88FE;
    border-radius: 5px;
    background-color: var(--color-blanco);
    font-size: 12px;
    color: var(--color-principal);
    transition: all .2s ease-in-out;

}
.button_ver_mas_horas:hover
{
    background-color: var(--color-principal);
    border: 1px solid transparent;
    color: var(--color-blanco); 
}
.img_enlace_icono_logo
{
    width: 115px;
    /* height: 100%; */
}

#contenedor_profesionales{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#fondo_profesionales{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}

#filtro_profesionales{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2A65BF;
    opacity: 0.6;
}

#caja_profesionales{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: auto;
}

.div_profesionales{
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    margin: 11px;
    width: 403px;
    height: 151px;
    opacity: 0.9;
    transition: 1s;
    cursor: pointer;
}

.div_profesionales:hover{
    opacity: 1;
}

#titulo_profesionales{
    color: #FFFFFF;
    margin-top: 25px;
    font: normal normal bold 34px/39px Helvetica Neue;
}

.img_profesionales{
    width: 133px;
    height: 133px;
    border-radius: 50%;
    position: absolute;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 1px 1px rgba(100, 100, 100, 0.2);
    border: solid 1px #2A65BF;
    object-fit:fill;
    cursor: pointer;
    pointer-events: none;
}


.contenido_profesionales{
    display: flex;
    flex-direction: column;
    margin-left: 106px;
    width: 100%;
    height: 93px;
    min-height: 93px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 11px;
    padding-left: 43px;
    box-shadow: 1px 1px 1px 1px rgba(100, 100, 100, 0.2);
    cursor: pointer;
    pointer-events: none;
}

.titulo_profesionales{
    font-size: 18px;
    color: var(--color-principal);
    font-family: var(--roboto_medium);
    width: 100%;
    text-align: start;
}

.descripcion_profesionales{
    font-size: 14px;
    color: #000000CC;
    font-family: var(--roboto);
    width: 100%;
    text-align: start;
    margin-top: 7px;
}

.invisible{
    visibility: hidden;
}

#titulo_categorias{
    color: var(--color-principal);
    margin-left: 9px;
    font-size: 25px;
    width: 100%;
}

.div_iconos{
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    margin-top: 25px;
    border-top: solid 1px var(--sombraPrimario);
    border-bottom: solid 1px var(--sombraPrimario);    
}

.obj_icono{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    height: 100%;
}

.p_btn_perfil{
    width: fit-content;
    font-size: 25px;
    color: var(--colorPrimario);
    padding: 2.5px;
    border-bottom: solid 1px var(--colorPrimario);
}

#div_btn_perfil{
    width: fit-content;
    height: 100%;
    flex-direction: row;
    align-items: center;
    padding-right: 25px;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.5s;
}

#div_btn_perfil:hover{
    opacity: 1;
}

.img_btn_perfil{
    width: 34px;
    height: 34px;
    object-fit: contain;
    margin-left: 11px;
}

#contenedor_principal{
    flex-direction: column;
    width: 100%;
    height: auto;
}

#contenedor_busqueda_abogado{
    width: 100%;
    height: 700px;
    min-height: 700px;
    position: relative;
}

.img_fondo{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

#caja_busqueda{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#contenedor_info_abogados{
    width: 100%;
    height: auto;
    background: var(--color-gris-claro);
    position: relative;
    flex-direction: column;
    align-items: center;
}


#contenedor_tipos_abogado{
    width: 100%;
    height: auto;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
}

#caja_filtro_profesionales{
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

#contendor_footer{
    width: 100%;
    height: auto;
    flex-direction: column;
}

.div_info_busqueda_2{
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-top: 11px;
    padding-top: 25px;
    border-top: solid 1px var(--sombraPrimario);
}

.p_icono{
    color: var(--colorPrimario);
    text-align: center;
    margin-top: 11px;
}

#footer{
    width: 100%;
    height: auto;
    padding: 11px;
    background: #000000;
    flex-direction: column;
    margin-top: auto;
}

#div_sociales{
    width: auto;
    align-self: flex-end;
}

.img_sociales{
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    object-fit: contain;
    margin: 11px;
    cursor: pointer;
}

#info_footer{
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
}

.p_info_footer{
    font-size: 20px;
    color: #ffffff;
    width: auto;
    min-width: auto;
    height: auto;
    text-align: center;
    cursor: pointer;
    margin-top: 11px;
}

#caja_informacion{
    width: 100%;
    padding: 25px;
    height: auto;
    flex-direction: column;
}

.titulo_informacion{
    font-size: 43px;
    color: var(--colorPrimario);
    width: 100%;
    text-align: center;
}

.p_informacion{
    width: 100%;
    height: auto;
    text-align: justify;
    font-size: 25px;
    color: #000000;
    text-align: center;
    margin-top: 34px;
    flex: 1; /* Asegura que el h2 ocupe todo el ancho disponible */
    text-align: justify; /* Justifica el texto del h2 */
}


.div_btn_scroll{
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px;
}

.flecha_scroll_abajo{
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    object-fit: contain;
    margin: 11px;
    transform: rotate(90deg);
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.5s;
}

.flecha_scroll_abajo:hover{
    opacity: 1;
}

.flecha_scroll_arriba{
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    object-fit: contain;
    margin: 11px;
    transform: rotate(-90deg);
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.5s;
}

.flecha_scroll_arriba:hover{
    opacity: 1;
}

.div_left_right{
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 7px;
}

.flecha_left_right{
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    padding: 7px;
    background: var(--colorPrimario);
    border-radius: 50%;
    object-fit: contain;
    cursor: pointer;
    transition: opacity 0.5s;
    opacity: 0.7;
}

.flecha_left_right:hover{
    opacity: 1;
}

.datos_grafico{
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

/* INICIO RESPONSIVE */
@media screen and (max-width:2250px) {
    .obj_busqueda{
        flex-direction: column;
    }

    .p_caja_horario_busqueda_i{
        width: 105px;
        height: 70px;
        max-height: 133px;
        font-size: 16px;
    }

    .bio_abogado_busqueda{
        font-size: 20px;
    }

    .p_icono{
        font-size: 20px;
    }
    
    .btn_direccion_busqueda{
        width: 25px;
        min-width: 25px;
        height: 25px;
        min-height: 25px;
    }

    #div_opciones_cuidad{
        top: 34px;
    }
}

@media screen and (max-width:850px) {

    #p_seccion_principal_texto{
        width: 90%;
    }

    #p_seccion_principal_texto2{
        width: 90%;
    }

    #div_formulario_help{
        width: 90%;
    }

    #div_inputs_formulario{
        height: 43px;
        min-height: 43px;
    }

    .div_select_formulario{
        height: 100%;
        min-height: 100%;
    }

    #button_select_formulario{
        height: 100%;
        min-height: 100%;
    }

    .p_objetivo_acciones{
        font-size: 20px;
    }
    .div_profesionales{
        width: 331px;
        height: 133px;
    }
    
    .img_profesionales{
        width: 93px;
        min-width: 93px;
        height: 93px;
        min-height: 93px;
    }

    .contenido_profesionales{
        height: 83px;
        min-height: 83px;
        margin-left: 70px;
        padding: 7px;
        padding-left: 34px;
    }

    .titulo_profesionales{
        font-size: 16px;
    }
    .descripcion_profesionales{
        font-size: 14px;
        margin-top: 2.5px;
    }

    .titulo_categorias{
        font-size: 20px;
    }
}


@media screen and (max-width:700px) {
    #img_menu_principal_logo{
        width: 106px;
        height: 50px;
    }

    .btn_menu{
        width: 106px;
        margin-left: 7px;
        margin-right: 7px;
        font: normal normal normal 14px/18px Helvetica Neue;
    }

    #p_seccion_principal_texto{
        font: normal normal normal 25px/27px Helvetica Neue;
    }

    #p_seccion_principal_texto2{
        font: normal normal 300 28px/32px;
    }

    #contenedor_busqueda_abogado{
        height: 601px;
        min-height: 601px;
    }

    #caja_busqueda{
        justify-content: flex-start;
        padding-top: 25px;
    }

    #div_iconos_formulario{
        justify-content: flex-start;
    }
    
    #button_select_formulario{
        display: none;
    }

    .div_select_formulario{
        margin: 0;
        margin-right: 11px;
    }

    .div_boton_icono_formulario{
        margin: 0;
    }

    #div_formulario_buscar{
        padding: 16px;
        align-items: center;
        justify-content: center;
    }

    #div_inputs_formulario{
        margin-top: 16px;
    }

    #button_select_formulario_2{
        display: flex;
        position: relative;
    }

    .img_busqueda{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #div_descripcion_acciones{
        width: 90%;
        padding: 11px;
        flex-direction: column;
    }

    .div_linea_acciones{
        display: none;
    }

    .img_objetivo_acciones{
        width: 34px;
        height: 34px;
        min-width: 34px;
        min-height: 34px;
    } 

    .div_objetivo_acciones{
        width: 100%;
        height: auto;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    #div_listado_abogados{
        margin-top: 34px;
        width: 90%;
        overflow-y: hidden;
        height: auto;
    }

    #contenedor_info_abogados{
        position: relative;
    }

    #div_slider_abogado{
        flex-direction: column;
        height: auto;
    }

    .div_item_slider_abogado{
        flex-direction: column;
        margin: 0;
        width: 100%;
        padding: 11px;
        border-radius: 5px;
        background: #FFFFFF;
        margin-bottom: 11px;
    }

    .img_item_slider_abogado
    {
        position: relative;
        width: 70px;
        min-width: 70px;
        height: 70px;
        min-height: 70px;
    }

    .div_info_slider_abogado
    {
        position: relative;
        width: 100%;
        height: 250px;
        min-height: 250px;
        flex-direction: column;
        align-items: center;
        padding: 11px;
        height: auto;
        top: 0;
    }

    .caja_info_slider{
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .p_nombre_slider{
        margin: 0;
    }

    .columna_info_slider{
        flex-direction: column;
        width: 100%;
        margin-left: 16px;
    }

    .p_calificaion_slider{
        margin-top: 11px;
    }

    #caja_filtro_profesionales{
        width: 90%;
    }

    #titulo_profesionales{
        font: normal normal bold 28px/30px Helvetica Neue;
    }

    .div_profesionales{
        margin: 0;
    }

    .p_opciones_areas{
        font-size: 18px;
    }

    #div_opciones_descripcion{
        display: none;
    }

    #img_menu_principal_logo_push{
        width: 70px;
        min-width: 70px;
        height: 34px;
    }

    #titulo_categorias{
        padding: 7px;
        font-size: 16px;
        text-align: center;
        width: 205px;
        min-width: 205px;
    }

    #div_opciones_lista{
        width: 100%;
    }

    .p_texto_select_formulario
    {
        font: normal normal normal 14px Helvetica;
    }

    .div_boton_icono_formulario{
        margin-right: 7px;
    }

    .lista_categforia_actual{
        flex-direction: column;
        width: 80%;
        min-width: 80%;
        height: auto;
    }

    .invisible{
        display: none;   
    }

    #contenedor_profesion{
        flex-direction: column;
    }

    #img_div_profesion{
        width: 100%;
        height: 250px;
    }

    #columna_profesion{
        width: 100%;
    }

    #caja_descripcion_acciones{
        flex-direction: column;
    }
}

@media screen and (max-width:630px) {
    .div_info_busqueda{
        flex-direction: column-reverse;
    }

    .btn_tipo_horarios_busqueda{
        width: 100%;
    }

    .div_info_columna_1{
        width: auto;
        min-width: auto;
        height: auto;
        margin-top: 25px;
    }

    .img_info_busqueda{
        width: 160px;
        height: 160px;
    }

    .datos_grafico{
        flex-direction: column;
        align-items: center;
    }

    .div_items_grafico{
        margin-left: 0px;
        margin-top: 25px;
    }

    .div_iconos{
        padding-top: 11px;
        padding-bottom: 11px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:500px) {
    .div_iconos{
        flex-direction: column;
    }
    
    .obj_icono{
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 0px;
        margin-top: 2.5px;
        margin-bottom: 2.5px;
    }

    .p_icono{
        margin-top: 0px;
        margin-left: 16px;
    }
}

@media screen and (max-width:420px) {
    .estrella{
        width: 16px;
        min-width: 16px;
        height: 16px;
        min-height: 16px;
    }

    .p_calificaion_slider{
        text-align: center;
    }

    .div_estrellas_calificacion{
        justify-content: center;
    }

    .p_calificacion_slider{
        text-align: center;
    }

    #div_opciones_inicio_sesion{
        right: 0;
        margin: 0;
        width: 232px;
        min-width: 232px;
    }
    #div_opciones_registro{
        right: 0;
        margin: 0;
        width: 232px;
        min-width: 232px;
    }

    #div_formulario_abogados{
        flex-direction: column;
        padding: 11px;
        align-items: center;
    }

    .p_opciones_areas_titulo{
        height: 61px;
        min-height: 61px;
    }

    .p_opciones_areas{
        font-size: 16px;
    }

    .p_info_footer{
        font-size: 16px;
    }

    .p_confirmacion{
        font-size: 25px;
    }

    .p_correo_confirmacion{
        font-size: 30px;
    }
    
    #p_profesion{
        font-size: 18px;
    }
    
    .grafica_especialidad{
        width: 115px;
        min-width: 115px;
        height: 115px;
        min-height: 115px;
    }

    .circulo_grafica{
        width: 77px;
        min-width: 77px;
        height: 77px;
        min-height: 77px;
    }
}



@media screen and (max-width:361px) {
    html,body{
        overflow-x: hidden;
    }

    .btn_menu{
        width: 93px;
        min-width: 93px;
        font: normal normal normal 10px/12px Helvetica Neue;
    }

    .p_texto_img_formulario{
        font: normal normal normal 11px/13px var(--roboto);
    }
    
    .p_texto_select_formulario
    {
        font: normal normal normal 11px Helvetica;
    }

    .p_objetivo_acciones{
        font-size: 16px;
    }

    #h2_titulo_abogado{
        font-size: 25px;
    }

    .p_nombre_slider{
        font: normal normal normal 25px/26px Helvetica Neue;
    }

    #p_seccion_principal_texto{
        font: normal normal normal 22px/25px Helvetica Neue;
    }

    .titulo_profesionales{
        font-size: 12px;
    }

    .descripcion_profesionales{
        font-size: 10px;
        margin-top: 2.5px;
    }

    .btn_volver{
        width: 25px;
        min-width: 25px;
        height: 25px;
        min-height: 25px;
    }

    #titulo_categorias{
        font-size: 12px;
    }

    .p_opciones_areas_titulo{
        height: auto;
    }

    .p_opciones{
        font-size: 18px;    
        pointer-events: none;
    }

    .p_caja_horario_busqueda_i{
        font-size: 9px;
    }

    /* #div_descripcion_acciones{
        height: 700px;
        height: 700px;
    } */
}

#info_landing{
    padding:25px;
}

.p_info_landing{
    font-size: 34px;
}

/* FIN RESPONSIVER INICIO KEYFRAMES*/

@keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
@keyframes fadeOut 
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
        visibility: hidden;
    }    
}

@keyframes girar_boton  {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}
@keyframes girar_boton_derecha {
    0% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes giro180 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

@keyframes giro180_2 {
    0% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(0deg);
    }
}