.elementor-104 .elementor-element.elementor-element-88bdafa{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:-54px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-104 .elementor-element.elementor-element-2bd3104{margin:-33px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-104 .elementor-element.elementor-element-c7abfaf{--display:grid;--min-height:0px;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:-33px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-104 .elementor-element.elementor-element-c7abfaf:not(.elementor-motion-effects-element-type-background), .elementor-104 .elementor-element.elementor-element-c7abfaf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBF9F7;}.elementor-104 .elementor-element.elementor-element-955f4a0{--display:grid;--min-height:0px;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:-37px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-104 .elementor-element.elementor-element-955f4a0:not(.elementor-motion-effects-element-type-background), .elementor-104 .elementor-element.elementor-element-955f4a0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBF9F7;}@media(max-width:1024px){.elementor-104 .elementor-element.elementor-element-88bdafa{--grid-auto-flow:row;}.elementor-104 .elementor-element.elementor-element-c7abfaf{--grid-auto-flow:row;}.elementor-104 .elementor-element.elementor-element-955f4a0{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-104 .elementor-element.elementor-element-88bdafa{--min-height:0px;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-104 .elementor-element.elementor-element-686fac5{margin:-38px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-104 .elementor-element.elementor-element-2bd3104{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-104 .elementor-element.elementor-element-c7abfaf{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-104 .elementor-element.elementor-element-d6140d3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-104 .elementor-element.elementor-element-955f4a0{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-686fac5 *//*=========================================
RESET
=========================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Inter,sans-serif;
    background:#fff;
    overflow-x:hidden;
    color:#111;
}

/*=========================================
HERO
=========================================*/

.kattato-hero{

    width:100%;
    min-height:100vh;

    display:flex;
    align-items:center;

    position:relative;

    overflow:hidden;

    background:#fff;

}

.kattato-container{

    width:95%;
    max-width:1700px;

    margin:auto;

    display:grid;

    grid-template-columns:48% 52%;

    align-items:center;

    gap:20px;

}

/*=========================================
LEFT
=========================================*/

.kattato-left{

    position:relative;

    z-index:20;

}

.kattato-subtitle{

    display:inline-block;

    color:#777;

    letter-spacing:3px;

    text-transform:uppercase;

    font-size:15px;

    margin-bottom:28px;

    font-weight:600;

}

.kattato-left h1{

    font-family:"Playfair Display",serif;

    font-size:86px;

    line-height:1.05;

    color:#111;

    font-weight:500;

}

.kattato-left h1 span{

    display:block;

    color:#8E7A71;

}

.kattato-left p{

    margin-top:40px;

    font-size:28px;

    line-height:1.7;

    color:#666;

    max-width:560px;

}

/*=========================================
BOTÓN
=========================================*/

.kattato-btn{

    display:inline-flex;

    align-items:center;

    justify-content:space-between;

    gap:18px;

    width:430px;

    margin-top:50px;

    padding:22px 30px;

    background:#111;

    color:#fff;

    text-decoration:none;

    border-radius:14px;

    font-size:17px;

    font-weight:700;

    letter-spacing:.5px;

    border:2px solid #111;

    transition:.35s ease;

}

.kattato-btn span{

    color:#fff;

}

.kattato-btn i{

    color:#fff;

    font-size:20px;

    transition:.35s;

}

.kattato-btn:hover{

    background:#8F6BFF;

    border-color:#8F6BFF;

    transform:translateY(-4px);

    box-shadow:0 18px 40px rgba(143,107,255,.35);

}

.kattato-btn:hover i{

    transform:translateX(8px);

}

/* Botón exclusivo móvil */

.kattato-btn-mobile{

    display:none;

}

/*=========================================
RIGHT
=========================================*/

.kattato-right{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:flex-end;

    height:900px;

}

/* Imagen */

.kattato-right img{

    position:relative;

    height:900px;

    width:auto;

    z-index:10;

    filter:drop-shadow(0 25px 40px rgba(0,0,0,.25));

    user-select:none;

    pointer-events:none;

}

/*=========================================
CÍRCULOS
=========================================*/

.k-circle{

    position:absolute;

    width:720px;

    height:720px;

    border-radius:50%;

    border:2px solid rgba(190,170,150,.18);

    z-index:1;

}

.k-circle2{

    position:absolute;

    width:560px;

    height:560px;

    border-radius:50%;

    background:#EFE6DE;

    opacity:.9;

    z-index:0;

}

.k-glow{

    position:absolute;

    width:650px;

    height:650px;

    border-radius:50%;

    background:#F8F2EC;

    filter:blur(80px);

    z-index:-1;

}

/*=========================================
BADGE
=========================================*/

.k-badge{

    position:absolute;

    right:40px;

    top:120px;

    display:flex;

    flex-direction:column;

    align-items:center;

    gap:14px;

    z-index:30;

}

.k-badge i{

    width:58px;

    height:58px;

    border-radius:50%;

    background:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#A98F7C;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.k-badge span{

    text-align:center;

    font-size:14px;

    line-height:1.5;

    letter-spacing:1px;

    color:#777;

    font-weight:600;

}

/*=========================================
MÓVIL
=========================================*/

@media (max-width:768px){

.kattato-hero{

    min-height:auto;

    padding:20px 0 40px;

}

.kattato-container{

    width:92%;

    gap:0;

}

/*==========================
TEXTOS
==========================*/

.kattato-subtitle{

    font-size:11px;

    margin-bottom:6px;

}

.kattato-left h1{

    font-size:34px;

    line-height:1.05;

}

.kattato-left p{

    margin-top:12px;

    margin-bottom:0;

    font-size:16px;

    line-height:1.45;

}

/*==========================
BOTONES
==========================*/

/* Oculta el botón superior */

.kattato-left .kattato-btn{

    display:none;

}

/* Muestra el botón debajo de la modelo */

.kattato-btn-mobile{

    display:flex;

    justify-content:space-between;

    align-items:center;

    width:100%;

    max-width:330px;

    margin-top:-40px;

    position:relative;

    z-index:50;

}

.kattato-btn-mobile span{

    color:#fff;

}

.kattato-btn-mobile i{

    color:#fff;

    font-size:20px;

}

/*==========================
IMAGEN
==========================*/

.kattato-right{

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    height:auto;

    margin-top:-25px;

    margin-bottom:0;

}

.kattato-right img{

    width:100%;

    max-width:250px;

    height:auto;

}

.k-circle{

    width:240px;

    height:240px;

}

.k-circle2{

    width:185px;

    height:185px;

}

.k-glow{

    width:250px;

    height:250px;

    filter:blur(40px);

}

.k-badge{

    display:none;

}

}

/*=========================================
CELULARES PEQUEÑOS
=========================================*/

@media (max-width:480px){

.kattato-hero{

    padding-top:5px;

}

.kattato-left h1{

    font-size:30px;

}

.kattato-left p{

    font-size:15px;

}

.kattato-right{

    margin-top:-30px;

}

.kattato-right img{

    max-width:220px;

}

.kattato-btn-mobile{

    max-width:100%;

    padding:15px 18px;

    font-size:14px;

}

.k-circle{

    width:210px;

    height:210px;

}

.k-circle2{

    width:160px;

    height:160px;

}

.k-glow{

    width:220px;

    height:220px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2bd3104 *//*==================================================
BARRA DE CARACTERÍSTICAS
==================================================*/

.k-features{

    width:100%;

    background:#fff;

    border-top:1px solid #ECECEC;
    border-bottom:1px solid #ECECEC;

    padding:45px 0;

}

.k-features-container{

    width:95%;

    max-width:1650px;

    margin:0 auto;

    display:grid;

    grid-template-columns:repeat(5,1fr);

    align-items:center;

}

.k-feature{

    position:relative;

    text-align:center;

    padding:15px 25px;

    transition:.3s;

}

.k-feature:not(:last-child)::after{

    content:"";

    position:absolute;

    right:0;

    top:50%;

    transform:translateY(-50%);

    width:1px;

    height:90px;

    background:#ECECEC;

}

.k-feature i{

    font-size:30px;

    color:#9C8577;

    margin-bottom:18px;

    transition:.3s;

}

.k-feature:hover i{

    color:#7E6759;

    transform:translateY(-5px);

}

.k-feature h3{

    font-size:16px;

    font-weight:700;

    letter-spacing:.5px;

    color:#222;

    margin:0 0 8px;

}

.k-feature p{

    font-size:15px;

    color:#7A7A7A;

    margin:0;

}

/* RESPONSIVE */

@media(max-width:1024px){

.k-features-container{

grid-template-columns:repeat(3,1fr);

gap:40px;

}

.k-feature::after{

display:none;

}

}

@media(max-width:768px){

.k-features-container{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:500px){

.k-features-container{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d6140d3 *//*==================================================
GALERÍA PREMIUM
==================================================*/

.gallery-section{

    width:95%;
    max-width:1700px;

    margin:140px auto 70px;

    display:grid;

    grid-template-columns:320px 1fr;

    gap:80px;

    align-items:center;

}

/*==================================
LADO IZQUIERDO
==================================*/

.gallery-left{

    position:relative;

}

.gallery-number{

    display:block;

    font-family:"Playfair Display",serif;

    font-size:120px;

    color:#EEE4DD;

    line-height:1;

    margin-bottom:30px;

}

.gallery-left h2{

    font-family:"Playfair Display",serif;

    font-size:52px;

    font-weight:500;

    line-height:1.15;

    color:#1E1E1E;

    margin-bottom:30px;

}

.gallery-left h2 span{

    color:#AE8B77;

}

.gallery-left p{

    font-size:21px;

    color:#757575;

    line-height:1.8;

}

/*==================================
GRID
==================================*/

.gallery-right{

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:18px;

    align-items:center;

}

/*==================================
TARJETAS
==================================*/

.gallery-item{

    position:relative;

    display:block;

    height:560px;

    overflow:hidden;

    border-radius:12px;

    text-decoration:none;

    box-shadow:0 18px 40px rgba(0,0,0,.06);

}

.gallery-item img{

    width:100%;

    height:100%;

    object-fit:cover;

    filter:blur(4px);

    transform:scale(1.08);

    transition:.45s;

}

.gallery-item:hover img{

    filter:blur(1.5px);

    transform:scale(1.13);

}

/*==================================
OVERLAY
==================================*/

.gallery-overlay{

    position:absolute;

    inset:0;

    display:flex;

    justify-content:center;

    align-items:center;

    background:rgba(0,0,0,.05);

    transition:.35s;

}

.gallery-item:hover .gallery-overlay{

    background:rgba(0,0,0,.12);

}

/*==================================
CANDADO
==================================*/

.gallery-lock{

    width:82px;

    height:82px;

    border-radius:50%;

    background:rgba(255,255,255,.18);

    backdrop-filter:blur(14px);

    border:1px solid rgba(255,255,255,.22);

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.15);

}

.gallery-lock i{

    color:#FFF;

    font-size:26px;

}

.gallery-item:hover .gallery-lock{

    transform:scale(1.12);

}

/*==================================
PARTE INFERIOR
==================================*/

.gallery-bottom{

    width:95%;

    max-width:1700px;

    margin:45px auto 0;

    display:flex;

    align-items:center;

    gap:30px;

}

.gallery-line{

    flex:1;

    height:1px;

    background:#EAEAEA;

}

.gallery-link{

    display:flex;

    align-items:center;

    gap:14px;

    text-decoration:none;

      color:#B29A8A !important;

    font-size:15px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    transition:.3s;

}

.gallery-link span{

    font-size:20px;

    transition:.3s;

}

.gallery-link:hover{

    color:#AE8B77;

}

.gallery-link:hover span{

    transform:translateX(8px);

}

/*==================================
RESPONSIVE
==================================*/

@media(max-width:1400px){

.gallery-section{

grid-template-columns:1fr;

gap:60px;

}

.gallery-left{

text-align:center;

}

.gallery-right{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:900px){

.gallery-right{

grid-template-columns:repeat(2,1fr);

}

.gallery-item{

height:430px;

}

.gallery-left h2{

font-size:40px;

}

}

@media(max-width:600px){

.gallery-right{

grid-template-columns:1fr;

}

.gallery-item{

height:520px;

}

.gallery-bottom{

flex-direction:column;

gap:18px;

}

.gallery-line{

width:100%;

}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-99724b5 *//*==================================
ESTADÍSTICAS
==================================*/

.stats-minimal{

    width:100%;

    padding:70px 0;

    background:#fff;

}

.stats-container{

    width:95%;

    max-width:1600px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    align-items:center;

}

.stat-item{

    position:relative;

    text-align:center;

    padding:10px 20px;

}

/* Línea divisoria */

.stat-item:not(:last-child)::after{

    content:"";

    position:absolute;

    right:0;

    top:50%;

    transform:translateY(-50%);

    width:1px;

    height:85px;

    background:#E9E3DE;

}

/* Número */

.stat-item h3{

    margin:0;

    font-family:"Playfair Display",serif;

    font-size:30px;

    font-weight:600;

    color:#1F1F1F;

    line-height:1;

}

/* Texto */

.stat-item span{

    display:block;

    margin-top:14px;

    font-size:15px;

    letter-spacing:2px;

    color:#7B7B7B;

    text-transform:uppercase;

}

/* Responsive */

@media(max-width:900px){

.stats-container{

grid-template-columns:repeat(2,1fr);

row-gap:50px;

}

.stat-item::after{

display:none;

}

}

@media(max-width:520px){

.stats-container{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0396ab1 *//*==================================
SOCIAL
==================================*/

.social-section{

    width:95%;

    max-width:1700px;
    

    margin:120px auto;

    display:grid;

    grid-template-columns:280px 1fr;

    gap:35px;

}

/*==================================
LEFT
==================================*/

.social-title{

    border:1px solid #ECE5DF;

    padding:45px;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.social-title span{

    font-family:"Playfair Display",serif;

    font-size:88px;

    color:#ECE2DA;

    line-height:1;

}

.social-title h2{

    margin-top:18px;

    font-family:"Playfair Display",serif;

    font-size:42px;

    font-weight:500;

    line-height:1.2;

    color:#222;

}

/*==================================
GRID
==================================*/

.social-grid{

    display:grid;

    grid-template-columns:repeat(5,1fr);

    border:1px solid #ECE5DF;

}

/*==================================
ITEM
==================================*/

.social-item{

    text-align:center;

    padding:45px 20px;

    border-right:1px solid #ECE5DF;

    transition:.35s;

}

.social-item:last-child{

    border-right:none;

}

.social-item:hover{

    background:#FBF8F5;

}

/*==================================
ICONO
==================================*/

.social-item img{

    width:54px;

    height:54px;

    object-fit:contain;

    margin-bottom:24px;

}

/*==================================
TEXTOS
==================================*/

.social-item h3{

    font-size:18px;

    letter-spacing:1px;

    color:#222;

    margin-bottom:8px;

}

.social-item p{

    font-size:15px;

    color:#7E7E7E;

    margin-bottom:24px;

}

/*==================================
BOTON
==================================*/

.social-item a{

    text-decoration:none;

    color:#111;

    font-weight:700;

    letter-spacing:1px;

    transition:.35s;

}

.social-item:hover a{

    color:#A98974;

}

/*==================================
RESPONSIVE
==================================*/

@media(max-width:1200px){

.social-section{

grid-template-columns:1fr;

}

.social-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:768px){

.social-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:520px){

.social-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */