
.footer_socials_holder .menu_social_links:not(:last-child){
    border-right: 1px solid var(--lightgrey);    
}

.footer_socials_holder .menu_social_links:last-child{
    padding-right: 0px !important;
}

.menu_social_links{
    padding-left: 15px;
    padding-right: 15px;
}

.menu_social_icons{
    font-size: 27px;
}

.footer_nav a{
    text-decoration: none;
    /* color: var(--lightgrey); */
}
.footer_nav p{
    font-size: 12px;
}
.footer_nav a:hover{
    text-decoration: none;
    color: var(--grey) !important;
    font-weight: bold;
}
.footer_nav *{
    color: var(--colorfirst) !important;
}


.agendar_btn{
    /* border: solid 1px white; */
    /* padding: 5px 35px; */
    color: white !important;
    /* font-family: Neris-Semibold !important; */
    text-decoration: none;
    cursor: pointer;
}
.contact_form_btn_open{
    min-width: 100% !important;
}

.footer_text_item{
    height: 55%;
    border-right: solid 1px var(--colorfirst);
}

.checkbox_item_custom p{
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

