.footer {
    background-color: #111;
    color: #E5E5E5;
    padding: 40px 20px 10px 20px;
}


.justify-content-end {
    text-align: end;
}

.img-pro {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.img-pro.animate {
    opacity: 1;
    transform: translateY(0);
}


.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.animate {
    opacity: 1;
    transform: translateY(0);
}

.language-select {
    cursor: pointer;
    display: inline-block;
}

.dropdown {
    display: inline-block;
    margin-top: 10px;
}

.btn-idioma {
    color: #d9ff00 !important;
    background: #111111 !important;
    font-weight: 500 !important;
}

.footer .nav-link,
.footer .copyright,
.footer .contact-text {
    color: #E5E5E5;
}

.footer .nav-link:hover {
    text-decoration: underline;
}

.whatsapp-btn {
    background-color: #D9FF00;
    color: #111;
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: bold;
    display: inline-block;
}

.whatsapp-btn:hover {
    color: #111;
    text-decoration: none;
}

.footer .contact-text {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 10px;
}

.footer .input-group {
    padding-top: 20px;
}

.footer .input-group input {
    background-color: #111;
    color: #E5E5E5;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 10px;
}

.footer .input-group .btn {
    background-color: #D9FF00;
    color: #111;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer .language-select {
    color: #D9FF00;
    font-size: 0.9rem;
}

.w-100 {
    width: 70%;
}

.form-control:focus {
    box-shadow: none;
}


/*SECTION*/
.hero-section {
    padding: 50px 0;
}

.hero-text {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
}

.hero-text .highlight {
    color: #7D7A6F;
    /* Gray color for the word "win" */
    position: relative;
    display: inline-flex;
    align-items: center;
}

.line {
    flex-grow: 1;
    height: 2px;
    background-color: #000;
    display: inline-block;
    margin-left: 10px;
    width: 135vh;
    margin-top: 2rem;
}

.line-arrow {
    margin-top: 20px;
    text-align: right;
    padding: 1rem;
    padding-right: 6rem;
    padding-bottom: 0px;
}

.arrow-icon {
    width: 60px;
    height: auto;
    color: #E37844;
}

.m-none {
    max-width: 100%;
}

/* Estilos para pantallas grandes (PC) */
@media (min-width: 992px) {
    .m-none {
        margin-left: 10vh;
        margin-right: 10vh;
        max-width: 100%;
    }
}


.a-c {
    /*justify-items: center;*/
    padding-right: 3rem;
    color: #212020;
}

.img-pro {
    width: 100%;
}

.img-p {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.back-g {
    background-color: #DEE2E3;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    width: 100%;
    /* Adjust as needed */
    height: auto;
}

.overlay-text {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #151515;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 3em;
}

.tx-c {
    text-align: center;
}

.tx-e {
    text-align: end;
}

.it-c {
    align-items: center;
}

.fs-38 {
    font-size: 38px;
}

.button-sos {
    background-color: #d9ff00;
    color: #797665;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
}

.contact-link {
    font-size: 1.2em;
    /* Adjust font size as needed */
    color: #4A4A4A;
    /* Dark greenish color, adjust to match the design */
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}

.contact-link .arrow {
    margin-left: 5px;
    /* Space between text and arrow */
    font-weight: normal;
    /* Normal weight for the arrow */
}

.small-gray-text {
    font-size: 0.8em;
    /* Ajusta el tamaño del texto */
    color: gray;
    /* Cambia el color a gris */
}

.responsive-image {
    width: 100%;
    height: 300px;
    /* Ajusta la altura según tus necesidades */
    background-size: cover;
    background-position: center;
}

/* Imagen para dispositivos móviles */
@media (max-width: 767px) {
    .responsive-image {
        background-image: url('images/imagenes/planificacion-sm.png');
    }
}

/* Imagen para dispositivos de tamaño mediano en adelante (tablet y PC) */
@media (min-width: 768px) {
    .responsive-image {
        background-image: url('images/imagenes/planificacion.png');
    }
}

.icon-star {
    color: #E5E5E5;
    /* Gris claro */
    font-size: 1.2rem;
    margin-right: 5px;
}

.phone-input-container {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Espacio entre los elementos */
}

.country-code {
    color: #E5E5E5;
    font-size: 1.5rem;
}

.phone-input {
    background-color: #111;
    color: #E5E5E5;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    outline: none;
    flex-grow: 1;
    /* Hace que el input ocupe el espacio restante */
    font-size: 1.5rem;
}

.send-button {
    background-color: #D9FF00;
    color: #111;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
}

.separator-line {
    border-top: 1px solid #E5E5E5;
    margin-top: 20px;
    width: 100%;
}

/*SERVICES*/

.vision-text,
.mission-text {
    font-weight: bold;
    color: #111;
    /* Color del texto principal */
    margin-bottom: 15px;
}

.highlight {
    color: #F67B48;
    /* Color naranja para destacar */
}

h1.vision-text {
    font-size: 65px;
    text-align: end;
}

h1.mission-text {
    font-size: 62px;
    text-align: center;
}


.content-block {
    background-color: #f2f2f2;
    /* Fondo gris claro */
    padding: 40px 20px 40px 0px;
    min-height: 30vh;
}

.content-block-w {
    background-color: #ffffff;
    /* Fondo gris claro */
    padding: 40px 20px 40px 0px;
    min-height: 30vh;
}

.border-b {
    border-bottom: 3px solid #111;
    /* Línea inferior */

}

.border-t {
    border-top: 3px solid #111;
    /* Línea inferior */

}

.number {
    font-size: 1.5rem;
    font-weight: 100;
    color: #515050;
    text-align: left;
    font-style: italic;
}

.title h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #111;
    margin: 0;
}

.description {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    text-align: left;
}

/* Ajustes de responsividad */
@media (max-width: 768px) {
    .content-block {
        padding: 20px;
    }

    .number {
        text-align: center;
        font-size: 1rem;
    }

    .title h2 {
        text-align: center;
        font-size: 2rem;
    }

    .description {
        text-align: center;
        font-size: 0.9rem;
    }

    h1.vision-text {
        font-size: 2rem;
        text-align: start;
    }

    h1.mission-text {
        font-size: 3rem;
        text-align: center;
    }


    .title h1 {
        text-align: center;
        font-size: 26px;
    }
}

button.btn.btn-idioma {
    cursor: pointer;
    color: #d9ff00 !important;
    background: #111111 !important;
    font-weight: 500 !important;
}


.btn-personalizado {
    cursor: pointer;
    color: #d9ff00;
    background: #111111;
    font-weight: 500;
}