.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 a{
    color: white !important;
}


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

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

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

.form_holder input{
    background-color: transparent !important;
    border: none !important;
    border-bottom: solid 1px white !important;
    color: white !important;
    height: auto;
    padding: 6px 0px !important;
}
.form_holder select{
    background-color: transparent !important;
    border: none !important;
    border-bottom: solid 1px white !important;
    color: white !important;
    height: auto;
    padding: 6px 0px !important;
}

.form_holder input::placeholder{
    color: white !important;
}

.form_holder textarea{
    min-height: 50px !important;
    padding: 10px;
    border: solid 1px white !important;
    background-color: transparent !important;
    color: white !important; 
}

.form_holder select {
    -moz-appearance:none !important; /* Firefox */
    -webkit-appearance:none !important; /* Safari and Chrome */
    appearance:none !important;

    background-image:
        linear-gradient(45deg, transparent 50%, white 50%),
        linear-gradient(135deg, white 50%, transparent 50%);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

.form_holder input[type="reset"]{
    border: none !important;
    background-color: transparent !important
}
.form_holder input[type="submit"]{
    border: none !important;
    background-color: transparent !important
}


.footer p,
.footer .p{
    margin: 0;
}
.footer h4,
.footer .h4{
    margin: 0;
}
.footer h3,
.footer .h3{
    margin: 0;
}
.footer h2,
.footer .h2{
    margin: 0;
}
