body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

header {
    position: relative;
    height: 60vh;
    background: #007bff;
    color: white;
}

.header-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.header-text {
    position: relative;
    z-index: 1;
}

.header-text h1 {
    font-size: 3em;
    margin: 0;
}

.header-text p {
    font-size: 1.5em;
    margin: 10px 0;
}

.cta-button {
    background: #ff9800;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    margin-top: 20px;
    display: inline-block;
}

.cta-button:hover {
    background: #e68900;
}

section {
    padding: 20px 0;
}

.container {
    width: 80%;
    margin: 0 auto;
}

h2 {
    color: #a7a7a7;
}

h1 {
    color: #ffffff !important;
}

.blanco {
    color: #ffffff;
}

footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
}

form {
    display: flex;
    flex-direction: column;
}

form label {
    margin: 10px 0 5px;
}

form input,
form textarea {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form button {
    padding: 10px;
    border: none;
    background: #a7a7a7;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

form button:hover {
    background: #0056b3;
}

.ventana1 {
    text-align: center;
    background: #ffffff;
    padding: 15px;
    min-width: 50%;
    margin: 0 auto;
    float: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    margin-top: 6%;
}

.ventana1 h6 {
    color: #676767 !important;
    font-size: 19px !important;
}

.ventana2 {
    text-align: center;
    background: #f44336;
    padding: 15px;
    border-radius: 10px;
    width: 50%;
    margin: 0 auto;
    float: none;
}

.cent {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    background: #4a5164f0;
    z-index: 10000000000;
    padding: 10px;
}

.btn2 {
    font-size: 20px;
    font-weight: 700;
    padding: 16px 37px;
    color: #5f5f5f;
    background: #c5c5c5;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn2:hover {
    color: #fff;
    background: #757575;
}

.btn2:active {
    color: #fff;
    background: #193e8d;
}

.btn_regresar {
    font-size: 36px;
    font-family: monospace;
    padding: 7px 35px;
}

.clientes img {
    border-radius: 10px;
}

.clientes a {
    color: #fff;
    font-weight: bold;
    background: #FF5500;
    padding: 5px;
    border-radius: 5px;
}

.tit_cliente {
    color: #5f5f5f;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 10px;
}


.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.logo {
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 99;
    max-width: 178px;
}