@media screen and (max-width: 992px) {
    p.dudas {
        margin-left: 0px;
        margin-bottom: 0px;
        padding-bottom: 10px;
        font: bold 18px / 23px Open Sans, Helvetica, Arial, Verdana, sans-serif;
        color: #fff;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 993px) {
    p.dudas {
        margin-left: 0px;
        margin-bottom: 0px;
        font: bold 18px / 23px Open Sans, Helvetica, Arial, Verdana, sans-serif;
        color: #fff;
        margin-top: 20px;
        width: 405px
    }
}

@media screen and (max-width: 1167px) {
    a.botones {
        font: normal 13px / 23px Open Sans, Helvetica, Arial, Verdana, sans-serif;
        padding-left: 10px;
        padding-right: 10px;
        color: #fff;
        border-radius: 5px;
        height: 38px;
        width: 160px;
        padding-top: 5px;
        margin-top: 12px;
        margin-left: 55px;
        margin-right: 55px
    }
}

@media screen and (min-width: 1168px) {
    a.botones {
        font: normal 13px / 23px Open Sans, Helvetica, Arial, Verdana, sans-serif;
        padding-left: 10px;
        padding-right: 10px;
        color: #fff;
        border-radius: 5px;
        height: 38px;
        width: 160px;
        padding-top: 5px;

    }
}

@media screen and (max-width: 1140px) {
    div.log {

        background: url("../../images/TDUSA-2.png") no-repeat;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 250px;
        /* Width of new image */
        height: 105px;
        align-items: center;
        align-content: center;

    }
}

@media screen and (min-width: 1141px) {
    div.log {

        background: url(../../images/header1.png) no-repeat;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 520px;
        /* Width of new image */
        height: 135px;
    }
}

@media screen and (max-width: 1140px) {
    div.logo1 {
        float: none;
        margin-top: 20px;
        width: 100%;
        height: 135px;
        margin-left: 1px;
    }
}

@media screen and (min-width: 1141px) {
    div.logo1 {

        margin-top: 20px;
        width: 450px;
        height: 135px;
        margin-left: 1px;
    }
}

.container1 {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    padding: 40px 70px 50px 70px;
    background-color: #f7f8fa;
}
.form-container {
    background-color: rgb(255, 255, 255);
    border-radius: 7px;
    box-shadow: 0px 4px 10px rgba(0.1, 0.1, 0.1, 0.1);
    padding: 20px;
    width: 50%;
}

.form-container h2 {
    margin-bottom: 20px;
    font-family: AmericanSansLight, Helvetica, Arial, sans-serif;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.form-container label {
    display: inline-flex;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: AmericanSansLight, Helvetica, Arial, sans-serif;
}

.form-container input, .form-container textarea, .form-container select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-container button {
    background-color: #0057d9;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    margin-top: 30px;
    /* Aumenta margen superior del botón */
    margin-bottom: 10px;
}

.form-container button:hover {
    background-color: #0047b0;
}

.contact-info {
    margin-top: 30px;
}

.contact-info a {
    text-decoration: none;
    color: #5468ff;
    font-family: AmericanSansLight, Helvetica, Arial, sans-serif;
}

.contact-info div {
    margin-bottom: 15px;
}

.contact-info i {
    margin-right: 10px;
}

.right-section {
    margin-left: 50px;
    padding-top: 20px;
    width: 45%;
    font-family: Arial, Helvetica, sans-serif;
}

.right-section h2 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    font-family: AmericanSansLight, Helvetica, Arial, sans-serif;
}

.right-section p {
    font-size: 14px;
    color: #7d7d7d; /* Gris claro */
    font-family: AmericanSansLight, Helvetica, Arial, sans-serif;
}

.info-item h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 10px 0px 15px;
    font-family: AmericanSansLight, Helvetica, Arial, sans-serif;
}

.info-item h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 10px 0;
    font-family: AmericanSansLight, Helvetica, Arial, sans-serif;
}

.info-item a {
    display: block;
    font-size: 14px;
    color: #7d7d7d; /* Gris claro */
    text-decoration: none;
    width: 80%;
    font-family: AmericanSansLight, Helvetica, Arial, sans-serif;
}

.info-item a:hover {
    color: #000;
    text-decoration: underline;
}

.hr {
    border: none;
    border-top: 1px solid #d3d3d3; /* Gris claro */
    margin: 15px 0;
    margin-top: 10px;
    margin-bottom: 15px;
}
textarea {
    width: 100%; /* Hace que el textarea ocupe el 100% del ancho de su contenedor */
    max-width: 100%; /* Limita el ancho máximo al 100% del contenedor */
    resize: vertical; /* Permite redimensionar el textarea solo verticalmente */
    box-sizing: border-box; /* Incluye el padding y el border dentro del ancho */
}


.btn-contact {
    background-color: #0057d9;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    margin-top: 30px;
    /* Aumenta margen superior del botón */
    margin-bottom: 10px;
}

.btn-contact:hover {
    background-color: #0047b0;
}

.btn-contact.loading {
    pointer-events: none;
    background-color: #0047b0;
    color: #fff;
}

.btn-contact .spinner {
    display: none;
    margin-right: 8px;
}

.btn-contact.loading .spinner {
    display: inline-block;
}

.btn-contact.loading .btn-text {
    display: none;
}
.btn-text{
    font-family: 'Helvetica', sans-serif;
    letter-spacing: 0.3px;
}