body,
html {
    height: 100%;
    margin: 0;
    background-color: #fff;
}

/* Centrar todo en la pantalla */
.full-height {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5%;
}

/* Industria Comercial */
.line-section-one {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    margin-top: 7%;
    background-color: #009ba5;
    margin-left: 35%;
}

.title-comer {
    position: absolute;
    right: 19%;
    margin: 0px;
    font-size: 3em;
    font-weight: 700;
    color: #fff;
}

.img-title {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 25%;
    top: 9.5%;

}

.text-justify{
    padding-left: 21%;
}

.title-question {
    margin-top: 7%;
    font-size: 2.5rem;
    color: #009ba5;
    font-weight: bold;
    line-height: 1;
}

.img-section {
    margin-top: 8%;
    width: 100%;
}


.text-section {
     font-size: 20px;
    justify-items: end;
}

.btn-cotizacion {
    display: inline-block;
    padding: 12px 24px;
    background-color: #009ba5;
    /* Azul inicial */
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    font-size: 1.2rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-cotizacion:hover {
    color: #fff;
    transform: scale(1.05);
    /* Efecto de agrandar un poco */
}

/* soluciones */
.line-section-two {
    background-color: #009ba5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    margin-top: 2%;
    border: 5px;
    border-radius: 15px;
    margin-bottom: 2%;
    margin-right: 40%;
}

.title-solutions {
    position: absolute;
    right: 18%;
    margin: 0px;
    font-size: 3em;
    font-weight: 700;
    color: #009ba5;
}

.img-panel {
    width: 50%;
    margin-bottom: 5%;
}

.img-calentador-solar {
    width: 64%;
    margin-bottom: 5%;
}

.img-almacenamiento {
    width: 34%;
    margin-bottom: 5%;
}

.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;
}

.mt-8 {
    margin-top: 5%;
}

.alliances-section {
    background-color: #009ba5;
}

.title-residence {
    position: absolute;
    left: 19%;
    margin: 0px;
    font-size: 3em;
    font-weight: 700;
    color: #fff;
}

.text-list {
    font-size: 1.8rem;
    color: #fff;
    line-height: 2rem;
    font-weight: 300;
    font-style: italic;
    margin-top: 8%;
    margin-bottom: 3%;
}

.img-beneficios {
    width: 60%;
    border-radius: 30px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    bottom: -6px;
}

/* ultima seccion */
.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;
}

@media (max-width: 992px) {

    .logo-text {
        max-width: 350px;
    }

    .logo-img {
        width: 140px;
        height: 140px;
        max-height: 140px;
    }
}

@media (max-width: 768px) {
    .logo-img {
        width: 120px;
        height: 120px;
        max-height: 120px;
    }

    .logo-text {
        max-width: 300px;
    }

    .video-size {
        height: 20em !important;
    }
}

@media (max-width: 576px) {
    .logo-img {
        width: 80px;
        height: 80px;
        max-height: 80px;
    }

    .logo-text {
        max-width: 180px;
    }
}