
*{margin:0;padding:0;box-sizing:border-box}
body{
font-family:Arial,sans-serif;
background:#fff;
color:#222;
line-height:1.6;
}
.header{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 8%;
border-bottom:1px solid #eee;
}
.logo{font-size:28px;font-weight:700}
.logo span{color:#ff4d5a}
nav a{
margin-left:25px;
text-decoration:none;
color:#333;
}
.hero{
display:flex;
align-items:center;
padding:70px 8%;
gap:50px;
}
.hero-text{flex:1}
.hero-text h1{
font-size:60px;
line-height:1.1;
margin-bottom:20px;
}
.hero-text span{color:#ff4d5a}
.hero-text p{
font-size:20px;
margin-bottom:30px;
}
.hero-img{flex:1}
.hero-img img{
width:100%;
border-radius:20px;
}


.hero-img video{
width:100%;
border-radius:20px;
}
.botones{
display:flex;
gap:15px;
margin-bottom:25px;
}
.btn{
background:#ff4d5a;
color:#fff;
padding:14px 28px;
text-decoration:none;
border-radius:8px;
display:inline-block;
}
.btn-outline{
background:#fff;
color:#ff4d5a;
border:2px solid #ff4d5a;
}
.beneficios-mini{
display:flex;
gap:25px;
flex-wrap:wrap;
}
.porque,.servicios{
padding:80px 8%;
}
.porque h2,.servicios h2{
text-align:center;
font-size:40px;
margin-bottom:50px;
}
.grid-4{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}
.card-info,.card{
background:#fff;
border:1px solid #eee;
border-radius:15px;
padding:25px;
}
.cards{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
}
.card img{
width:100%;
height:280px;
object-fit:cover;
border-radius:12px;
}
.contenido{padding-top:20px}
.estadisticas{
padding:60px 8%;
display:grid;
grid-template-columns:repeat(4,1fr);
text-align:center;
background:#f8f8f8;
}
.estadisticas strong{
display:block;
font-size:40px;
color:#ff4d5a;
}
.cta{
padding:80px 8%;
text-align:center;
}
.cta h2{
font-size:42px;
margin-bottom:15px;
}
footer{
background:#111;
color:#fff;
text-align:center;
padding:25px;
}

.seccion-inversion{
    background:#f8f9fa;
}

.titulo-seccion span{
    display:inline-block;
    color:#ff385c;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:10px;
}

.titulo-seccion h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.titulo-seccion p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:18px;
}

.card-inversion{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.card-inversion:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.card-inversion .imagen{
    height:280px;
    overflow:hidden;
}

.card-inversion .imagen img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.card-inversion:hover img{
    transform:scale(1.08);
}

.card-inversion .contenido{
    padding:35px;
}

.card-inversion .icono{
    width:70px;
    height:70px;
    background:#fff1f4;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:20px;
}

.card-inversion h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
}

.card-inversion p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.card-inversion ul{
    list-style:none;
    padding:0;
    margin:0 0 30px 0;
}

.card-inversion ul li{
    position:relative;
    padding-left:30px;
    margin-bottom:12px;
    color:#444;
}

.card-inversion ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#ff385c;
    font-weight:bold;
}

.btn-airbnb{
    background:#ff385c;
    color:#fff;
    padding:14px 30px;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
}

.btn-airbnb:hover{
    background:#e63153;
    color:#fff;
}





.footer-airbnb{
    background:#111827;
    color:#fff;
    padding:70px 0 0;
}

.footer-airbnb h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}

.footer-airbnb h4{
    font-size:18px;
    margin-bottom:20px;
    color:#fff;
}

.footer-airbnb p{
    color:#b7bcc8;
    line-height:1.8;
}

.footer-airbnb ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-airbnb ul li{
    margin-bottom:12px;
}

.footer-airbnb ul li a{
    color:#b7bcc8;
    text-decoration:none;
    transition:.3s;
}

.footer-airbnb ul li a:hover{
    color:#ff385c;
    padding-left:5px;
}

.redes{
    margin-top:25px;
}

.redes a{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    text-decoration:none;
    margin-right:8px;
    transition:.3s;
}

.redes a:hover{
    background:#ff385c;
    transform:translateY(-3px);
}

.dato-contacto{
    color:#b7bcc8;
    margin-bottom:15px;
}

.footer-bottom{
    margin-top:50px;
    border-top:1px solid rgba(255,255,255,.08);
    text-align:center;
    padding:25px 15px;
    color:#9ca3af;
    font-size:14px;
}



.cta-airbnb{
    position:relative;
    min-height:550px;

    background:url('../imagenes/sanisidro2.jpeg') center center;
    background-size:cover;
    background-repeat:no-repeat;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    border-radius:30px;

    overflow:hidden;

    margin:80px auto;
}

.cta-airbnb .overlay{
    position:absolute;
    inset:0;

    background:linear-gradient(
        rgba(0,0,0,.60),
        rgba(0,0,0,.55)
    );
}

.cta-airbnb .contenido{
    position:relative;
    z-index:2;

    max-width:850px;

    padding:50px;

    color:#fff;
}

.cta-airbnb .subtitulo{
    display:inline-block;

    color:#ff385c;

    font-size:14px;
    font-weight:700;

    letter-spacing:3px;

    margin-bottom:20px;
}

.cta-airbnb h2{
    font-size:58px;
    font-weight:800;

    line-height:1.1;

    margin-bottom:25px;
}

.cta-airbnb p{
    font-size:20px;

    color:rgba(255,255,255,.90);

    max-width:700px;

    margin:auto auto 35px;
}

.botones{
    display:flex;

    justify-content:center;

    gap:15px;

    flex-wrap:wrap;
}

.btn-principal{
    background:#ff385c;

    color:#fff;

    padding:16px 35px;

    border-radius:12px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;
}

.btn-principal:hover{
    background:#e63153;
    color:#fff;
}

.btn-secundario{
    border:2px solid #fff;

    color:#fff;

    padding:16px 35px;

    border-radius:12px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;
}

.btn-secundario:hover{
    background:#fff;
    color:#111;
}




/* WHATSAPP */
.whatsapp {
    position:fixed;
    bottom:20px;
    right:20px;
    background:none;
    color:#fff;
     -webkit-animation: tiembla 1s infinite;
    border-radius:50%;
}





.whatsapp img { width:80px ; height:80px}









@-webkit-keyframes tiembla{
  0%  { -webkit-transform:rotateZ(-2deg); }
  50% { -webkit-transform:rotateZ( 0deg) scale(.9); }
  100%{ -webkit-transform:rotateZ( 2deg); }
}







/* LOGOS */
.logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.logos img {
    height: 90px;
    max-width: 50%;
    object-fit: contain;
}






/* LOGOS */
.logos2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap; padding:15px
}

.logos2 img {
    
    max-width: 45%;
    object-fit: contain; border-radius:5%
}
.chat-airbnb{

    display:flex;
    align-items:center;

    gap:30px;

    background:#fff;

    border-radius:25px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    max-width:1200px;

    margin:auto; margin-bottom:30px

}

.chat-imagen{

    width:500px;
    flex-shrink:0;

}

.chat-imagen img{

    width:100%;
    height:100%;
    object-fit:cover;
    display:block; border-radius:4%; margin-left:5%

}

.chat-contenido{

    padding:40px;

}

.etiqueta{

    display:inline-block;

    background:#ff385c;

    color:#fff;

    padding:6px 14px;

    border-radius:30px;

    font-size:13px;

    font-weight:bold;

    margin-bottom:18px;

}

.chat-contenido h3{

    font-size:34px;

    margin-bottom:15px;

}

.chat-contenido p{

    color:#666;

    line-height:1.8;

    margin-bottom:30px;

}

.btn-whatsapp{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#25D366;

    color:#fff;

    text-decoration:none;

    padding:16px 28px;

    border-radius:10px;

    font-weight:bold;

    transition:.3s;

}

.btn-whatsapp:hover{

    background:#1fb95c;

    color:#fff;

    transform:translateY(-3px);

}


.transformacion-airbnb {
    width: 100%;
    padding: 80px 20px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.transformacion-contenedor {
    width: 80%;
    max-width: 1250px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

/* IMAGEN */

.transformacion-imagen {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.transformacion-imagen img {
    width: 100%;
    max-width: 570px;
    height: auto;
    display: block;
    object-fit: contain;
}

/* TEXTO */

.transformacion-texto {
    width: 50%;
}

.transformacion-etiqueta {
    display: inline-block;
    margin-bottom: 16px;
    color: #e31b23;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.transformacion-texto h2 {
    margin: 0 0 22px;
    color: #292929;
    font-size: 45px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.transformacion-texto h2 strong {
    color: #e31b23;
}

.transformacion-texto p {
    margin: 0 0 17px;
    color: #606060;
    font-size: 17px;
    line-height: 1.7;
}

.transformacion-boton {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 15px;
    padding: 16px 25px;

    color: #ffffff;
    background: #e31b23;

    font-size: 15px;
    font-weight: 700;
    text-decoration: none;

    border: 2px solid #e31b23;
    border-radius: 10px;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.transformacion-boton:hover {
    color: #e31b23;
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(227, 27, 35, 0.18);
}



@media(max-width:900px){
	
	
	
	
	.chat-airbnb{

flex-direction:column;

}

.chat-imagen{

width:100%;

}

.chat-contenido{

padding:30px;

text-align:center;

}

.chat-contenido h3{

font-size:28px;

}
	/* LOGOS */
.logos {
    display:flex;
	justify-content: center;
    align-items: center;
    gap:30px;
    margin:15px 0;
    flex-wrap:wrap;
}

.logos img {
    height:120px;
    padding:8px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 3px 10px rgba(0,0,0,.1);
}




.logos2 {
    display:flex;
	justify-content: center;
    align-items: center;
    gap:30px;
    margin:15px 0;
    flex-wrap:wrap;
}

.logos2 img {
   max-width: 45%;
    padding:8px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 3px 10px rgba(0,0,0,.1);
}
	
	/* WHATSAPP */
.whatsapp {
    position:fixed;
    bottom:20px;
    right:20px;
    background:none;
    color:#fff;
    
    border-radius:50%; font-size:35px
}
.hero,.cards{
grid-template-columns:1fr;
display:block;
}
.grid-4,.estadisticas{
grid-template-columns:1fr 1fr;
display:grid;
}
.hero-text h1{
font-size:42px;
margin-top:30px;
}
.header{
flex-direction:column;
gap:15px;
}



.seccion-inversion{
    background:#f8f9fa;
}

.titulo-seccion span{
    display:inline-block;
    color:#ff385c;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:10px;
}

.titulo-seccion h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.titulo-seccion p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:18px;
}

.card-inversion{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.card-inversion:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.card-inversion .imagen{
    height:280px;
    overflow:hidden;
}

.card-inversion .imagen img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.card-inversion:hover img{
    transform:scale(1.08);
}

.card-inversion .contenido{
    padding:35px;
}

.card-inversion .icono{
    width:70px;
    height:70px;
    background:#fff1f4;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:20px;
}

.card-inversion h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
}

.card-inversion p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.card-inversion ul{
    list-style:none;
    padding:0;
    margin:0 0 30px 0;
}

.card-inversion ul li{
    position:relative;
    padding-left:30px;
    margin-bottom:12px;
    color:#444;
}

.card-inversion ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#ff385c;
    font-weight:bold;
}

.btn-airbnb{
    background:#ff385c;
    color:#fff;
    padding:14px 30px;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
}

.btn-airbnb:hover{
    background:#e63153;
    color:#fff;
}


    .titulo-seccion h2{
        font-size:32px;
    }

    .card-inversion .imagen{
        height:220px;
    }

    .card-inversion h3{
        font-size:24px;
    }
	
	 .footer-airbnb{
        text-align:center;
    }

    .redes{
        margin-bottom:20px;
    }
 .cta-airbnb{
        min-height:450px;
        border-radius:20px;
    }

    .cta-airbnb h2{
        font-size:38px;
    }

    .cta-airbnb p{
        font-size:17px;
    }

.transformacion-airbnb {
        padding: 55px 18px;
    }

    .transformacion-contenedor {
        width: 100%;
        flex-direction: column;
        gap: 35px;
    }

    .transformacion-imagen,
    .transformacion-texto {
        width: 100%;
    }

    .transformacion-imagen img {
        max-width: 480px;
    }

    .transformacion-texto {
        text-align: center;
    }

    .transformacion-texto h2 {
        font-size: 32px;
        letter-spacing: -0.8px;
    }

    .transformacion-texto p {
        font-size: 16px;
    }


 
}
