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%;
}

.container-sm {
    margin-bottom: 5%;
}

/* firs section */
.line-section-one {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-top: 7%;
    background-color: #009ba5;
    margin-right: 35%;
}

.title-residence {
    position: absolute;
    left: 19%;
    margin: 0px;
    font-size: 3em;
    font-weight: 700;
    color: #fff;
}

.img-title {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 25%;
    top: 9.5%;

}

.img-section {
    height: 60%
}

.pt-8 {
    margin-top: 10%;
}

/* principal text */

.text-principal {
    font-size: 25px
}

.btn-cotizacion {
    font-size: 25px;
    display: inline-block;
    padding: 12px 24px;
    background-color: #009ba5;
    /* Azul inicial */
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 20px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-cotizacion:hover {
    color: white !important;
    transform: scale(1.05);
    /* Efecto de agrandar un poco */
}

/* second text */
.text-second {
    font-size: 30px;
    color: #009ba5;
    font-weight: 500;
}

.icon {
    width: 15%;
    fill: #009ba5;
    background-color: #009ba5;
    border-radius: 100px;
}

.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%;
}

.title-solutions {
    position: absolute;
    left: 23%;
    margin: 0px;
    font-size: 3em;
    font-weight: 700;
    color: #009ba5;
}

.img-panel {
    height: 500px;
}

.text-p {
    font-size: 30px;
    color: #009ba5;
    font-weight: 700;
}

.link-ficha {
    font-size: 1.5rem;
    color: #009ba5;
}

.alliances-section {
    background-color: #88dbdf;
    padding: 2%;
}

.title-residence-end {
    margin: 0px;
    font-size: 3em;
    font-weight: 700;
    color: #fff;
}

.btn-cotizacion-end {
    font-size: 30px;
    display: inline-block;
    padding: 12px 24px;
    background-color: #fff;
    /* Azul inicial */
    color: #009ba5;
    text-decoration: none;
    font-weight: bold;
    border-radius: 20px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 3%;
    margin-bottom: 3%;
}

.btn-cotizacion:hover {
    color: #009ba5;
    transform: scale(1.05);
    /* Efecto de agrandar un poco */
}

@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;
    }
}

@media (max-width: 576px) {
    .logo-img {
        width: 80px;
        height: 80px;
        max-height: 80px;
    }

    .logo-text {
        max-width: 180px;
    }
}