#ContactUs {
    /* background-image: url(../img/backgrounds/2024/contacto.jpg); */
    background-image: url(../img/backgrounds/2026/contacto26.jpg);
    background-color: #303938;
    background-position: bottom right;
}
.tarjetas_credito img {
      width: auto;
    max-height: 100px;  
}

#info-legal {
    position: relative;
    float: left;
    font-size: 0.5em;

}

#info-contacto {
    position: relative;
    float: left;
    padding-bottom: 2.5em;
    padding-left: 6em;

}

#form-contacto,
#form-contacto-reclamos {
    position: relative;
    width: 460px;
    float: left;
    /* height: 300px;*/
    padding-bottom: 2.5em;
    margin-top: 0em;
    clear: both;
    break-inside: avoid;
}

#form-contacto-reclamos {
    float: none;
    margin-top: 0em;
}

.divlabelsreclamos {
    float: left;
    width: 160px;
    text-align: right;
    padding-top: 5px;
}

.divinputsreclamos {
    float: left;
    margin-left: 5%;
    margin-left: 18px;
    min-height: 250px;
    width: 220px;
    text-align: left;
}

.textareareclamos {
    width: 250px;
    height: 60px;
    background-color: transparent;
    border: 2px solid #FFF;
    color: #fff;
    margin: 5px;
    padding: 2px 10px 2px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: Roboto, Europa-Regular, Verdana;

}

#contact-us-form-reclamos {
    position: relative !important;
    float: left;
    margin: 0;
    top: 110px;
}

#contact-us-form-reclamos form {
    float: NONE;

}

#contact-us-form-reclamos a {
    margin: 0;
    color: #3d9998;
}



@media (max-width: 920px) {

    .divlabelsreclamos {
        display: none;
    }

    #info-contacto {
        padding-left: 2em;
    }

    #ContactUs {
        /* background-image: url(../img/backgrounds/2024/contacto_1280.jpg); */
    }


}


@media (max-width: 750px) {

    #ContactUs {
        /* background-image: url(../img/backgrounds/2024/contacto_750.jpg);
        background-position: center top; */

    }


    #form-contacto,
    #form-contacto-reclamos {
        width: 100%;
        margin-top: -1em;
    }

    .divlabelsreclamos {
        display: none;
    }

    .divinputsreclamos {
        width: 100%;
        margin-left: 0;
    }

    #contact-us-form-reclamos {
        top: auto;
        clear: both;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .textareareclamos {
        width: 100%;
    }

    #info-contacto {
        padding-left: 0em;
    }

}


@media (max-width: 520px) {

    
    #ContactUs {
        /* background-image: url(../img/backgrounds/2024//contacto_520.jpg);
        background-position: center top; */
    }


    #ContactUs [level-0-0] {
        margin-bottom: 50px;
    }

    

    .divinputsreclamos {
        width: 100%;
        margin: 0;
    }

    .textareareclamos {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }

    #contact-us-form-reclamos {
        padding-bottom: 10px;
    }

    .tarjetas_credito img {
      height: auto;
    max-width: 80%;  
}

}