body,
html {
    height: 100%;
    margin: 0;
    background-color: #fff;
}


.line-section-one {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8%;
    margin-top: 7%;
    background-color: #009ba5;
    margin-right: 35%;

}

.container {
    /* max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; */
    margin-bottom: 5%;
}

/* Soluciones */
.img-panel {
    width: 50%;
    margin-bottom: 5%;
}

.img-calentador-solar {
    width: 64%;
    margin-bottom: 5%;
}

.img-section {
    margin-top: 8%;
    width: 100%;
}

.alliances-section {
    background-color: #009ba5;
}

.title-residence {
    position: absolute;
    left: 19%;
    margin: 0px;
    font-size: 3em;
    font-weight: 700;
    color: #fff;
}

.title-solutions {
    position: absolute;
    left: 19%;
    margin: 0px;
    font-size: 3em;
    font-weight: 700;
    color: #009ba5;
}

.line-section-two {
    background-color: #009ba5;
    margin-left: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4%;
    margin-top: 2%;
    border: 5px;
    border-radius: 15px;
    margin-bottom: 2%;
}

.text-p {
    margin-top: 8%;
    background-color: #7fcdd2;
    color: #fff;
    margin-left: 30%;
    margin-right: 30%;
    font-size: 1.4em;
    border-radius: 10px;
    font-weight: 700;
}

.img-title {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 25%;
    top: 9.5%;

}

.title-question {
    margin-top: 7%;
    font-size: 2.5rem;
    color: #009ba5;
    font-weight: bold;
    line-height: 1;
}

.text-section {
    font-size: 20px;
}

.btn-cotizacion {
    display: inline-block;
    padding: 12px 24px;
    background-color: #009ba5;
    /* Azul inicial */
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-cotizacion:hover {
    color: #fff;
    transform: scale(1.05);
    /* Efecto de agrandar un poco */
}

.value-box {
    background-color: #009ba5 !important;
}

.g-12 {
    gap: 4%;
    padding-top: 8%;
}

.bg-light {
    background-color: #009ba5 !important;
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}

.list-table {
    margin-top: 10%;
}

.text-list {
    font-size: 1.9rem;
    color: #fff;
    line-height: 3rem;
    font-weight: 400;
    font-style: italic;
}

/* imagenes de paneles */
.img-recibo1 {
    position: relative;
    width: 60%;
}

.text-contact {
    font-size: 3rem;
    color: #009ba5;
    font-weight: 600;
    gap: 1;
}

h1 {
    font-size: 4rem;
    color: #009ba5;
    font-weight: 800;
}

.text-section-end {
    font-size: 2rem;
    color: #009ba5;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 0px !important;
}

@media (max-width: 992px) {

    .logo-text {
        max-width: 350px;
    }

    .logo-img {
        width: 140px;
        height: 140px;
        max-height: 140px;
    }

    .title-question {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .logo-img {
        width: 120px;
        height: 120px;
        max-height: 120px;
    }

    .logo-text {
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .logo-img {
        width: 80px;
        height: 80px;
        max-height: 80px;
    }

    .logo-text {
        max-width: 180px;
    }

    .img-title {
        width: 80px;
        height: 80px;
        right: 10%;
        top: 4%;

    }

    .full-height {

        height: 6%;
        margin-top: 14%;

    }

    .title-question {
        font-size: 20px;
    }
}