.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;
}

.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
}

#contactos-form .form-group{
    margin-bottom: 0.4rem;
}

#contactos-form input,
#contactos-form textarea,
#contactos-form select{
    background-color: transparent;
    color: white;
    /* border-color: white; */
}

#contactos-form input[type="submit"],
#contactos-form input[type="reset"]{
    border-color: var(--colorsecond);
    color: var(--colorsecond) !important;
    background-color: transparent;
}
#contactos-form input[type="submit"]:hover,
#contactos-form input[type="reset"]:hover{
    background-color: var(--colorsecond) !important;
    color: var(--white) !important;
}

#contactos-form img{
    max-width: 160px; 
    margin: 15px 0;
}

.new_contact_form_btn{
    cursor: pointer;
    cursor: pointer;
    position: absolute;
    right: 0;
    height: 100%;
    min-width: 0%;
    transition: all 0.5s ease-in-out;
}


/* sx size */
@media (max-width: 575px) {
  .new_contact_form_btn{
    position: relative;
  }
}