.elementor-23363 .elementor-element.elementor-element-c5768ea{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-23363 .elementor-element.elementor-element-c6512af > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c9bf630 *//* ===============================
   TOMAS FIGUEROA
   LANDING PREMIUM
==================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Inter',sans-serif;
    background:#07090d;
    color:#fff;
}

.tf-site{
    overflow:hidden;
    background:
    radial-gradient(circle at top right,#8c15151c,transparent 30%),
    radial-gradient(circle at bottom left,#b8242420,transparent 30%),
    #07090d;
}

/***************
 HERO
****************/

.hero{

    min-height:100vh;

    display:flex;

    align-items:center;

    padding:120px 8%;

    position:relative;

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(90deg,#07090df2 20%,transparent 80%);

}

.hero-content{

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:80px;

    position:relative;

    z-index:2;

}

.hero-text h1{

    font-size:68px;

    font-weight:900;

    line-height:1.05;

    margin:20px 0;

}

.hero-text h1 span{

    color:#d43a31;

}

.hero-text p{

    font-size:20px;

    line-height:1.8;

    color:#c9c9c9;

    max-width:650px;

}

.tag{

    display:inline-flex;

    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    padding:12px 22px;

    border-radius:100px;

    color:#fff;

    font-size:14px;

    letter-spacing:2px;

    text-transform:uppercase;

}

/***************
 BOTONES
****************/

.hero-buttons{

    display:flex;

    gap:18px;

    margin-top:40px;

    flex-wrap:wrap;

}

.btn-red{

    background:#d43a31;

    color:#fff;

    padding:18px 34px;

    border-radius:60px;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

    box-shadow:0 20px 45px rgba(212,58,49,.35);

}

.btn-red:hover{

    transform:translateY(-6px);

    box-shadow:0 35px 60px rgba(212,58,49,.45);

}

.btn-white{

    border:1px solid rgba(255,255,255,.15);

    color:#fff;

    padding:18px 34px;

    border-radius:60px;

    text-decoration:none;

    backdrop-filter:blur(20px);

    transition:.35s;

}

.btn-white:hover{

    background:#fff;

    color:#111;

}

/***************
 HERO IMAGE
****************/

.hero-image{

    display:flex;

    justify-content:center;

}

.hero-image img{

    width:100%;

    max-width:700px;

    border-radius:30px;

    box-shadow:

    0 40px 90px rgba(0,0,0,.55);

}

/*****************
SERVICIOS
******************/

.service{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:90px;

    align-items:center;

    padding:120px 8%;

}

.service.reverse{

    grid-template-columns:1fr 1fr;

}

.service-image img{

    width:100%;

    border-radius:28px;

}

.number{

    color:#d43a31;

    font-size:90px;

    font-weight:900;

    opacity:.15;

}

.service h2{

    font-size:48px;

    margin:15px 0 25px;

}

.service p{

    color:#cfcfcf;

    line-height:1.9;

    font-size:18px;

}

/*****************
LISTA
******************/

.service ul{

    list-style:none;

    margin-top:35px;

}

.service li{

    display:flex;

    align-items:center;

    gap:16px;

    margin-bottom:18px;

    font-size:18px;

}

.service li i{

    color:#d43a31;

    width:25px;

}

/*****************
HIGHLIGHT
******************/

.highlight{

    margin-top:45px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:25px;

    padding:28px;

    display:flex;

    gap:25px;

    backdrop-filter:blur(18px);

}

.highlight i{

    color:#d43a31;

    font-size:40px;

}

.highlight h4{

    margin-bottom:10px;

    font-size:22px;

}

.highlight p{

    margin:0;

}

/*****************
PRECIO
******************/

.price-box{

    margin-top:40px;

    display:inline-block;

    background:#d43a31;

    padding:25px 40px;

    border-radius:22px;

    box-shadow:0 25px 55px rgba(212,58,49,.30);

}

.price-box h3{

    font-size:44px;

    margin-bottom:5px;

}

.price-box span{

    font-size:15px;

    color:#ffe9e9;

}

/*****************
WARNING
******************/

.warning{

    margin-top:35px;

    background:#111821;

    border-left:4px solid #d43a31;

    padding:28px;

    border-radius:15px;

}

.warning strong{

    display:block;

    margin-bottom:10px;

    font-size:20px;

}

.warning p{

    color:#d4d4d4;

    margin:0;

}

/*=========================================
 BENEFICIOS
==========================================*/

.benefits{
    padding:120px 8%;
    text-align:center;
}

.benefits h2{
    font-size:52px;
    font-weight:800;
    margin-bottom:70px;
}

.cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.card{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:25px;
    padding:45px 35px;
    transition:.4s;
    backdrop-filter:blur(20px);
}

.card:hover{
    transform:translateY(-12px);
    border-color:#d43a31;
    box-shadow:0 30px 60px rgba(212,58,49,.18);
}

.card i{
    font-size:45px;
    color:#d43a31;
    margin-bottom:25px;
}

.card h3{
    font-size:24px;
    margin-bottom:15px;
}

.card p{
    color:#c8c8c8;
    line-height:1.7;
}

/*=========================================
 FAQ
==========================================*/

.faq{
    padding:120px 8%;
    max-width:1100px;
    margin:auto;
}

.faq h2{
    text-align:center;
    font-size:52px;
    margin-bottom:70px;
}

.faq-item{
    background:#10151d;
    border:1px solid rgba(255,255,255,.06);
    border-radius:20px;
    padding:35px;
    margin-bottom:25px;
    transition:.35s;
}

.faq-item:hover{
    border-color:#d43a31;
}

.faq-item h3{
    font-size:24px;
    margin-bottom:18px;
}

.faq-item p{
    color:#cfcfcf;
    line-height:1.8;
}

/*=========================================
 CTA FINAL
==========================================*/

.cta{

    margin:100px 8%;

    border-radius:35px;

    padding:90px 50px;

    text-align:center;

    background:linear-gradient(135deg,#d43a31,#7b1714);

    position:relative;

    overflow:hidden;

}

.cta:before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    right:-150px;

    top:-150px;

}

.cta h2{

    position:relative;

    font-size:54px;

    margin-bottom:20px;

}

.cta p{

    position:relative;

    font-size:20px;

    max-width:700px;

    margin:auto auto 40px;

    line-height:1.8;

    color:#ffeaea;

}

.cta .btn-red{

    position:relative;

    background:#fff;

    color:#111;

    box-shadow:none;

}

.cta .btn-red:hover{

    background:#111;

    color:#fff;

}

/*=========================================
 FOOTER
==========================================*/

.footer{

    padding:60px 8%;

    text-align:center;

    border-top:1px solid rgba(255,255,255,.06);

}

.footer img{

    height:55px;

    margin-bottom:20px;

}

.footer p{

    color:#8d949d;

    line-height:1.8;

}

/*=========================================
 SCROLLBAR
==========================================*/

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-track{
    background:#080b10;
}

::-webkit-scrollbar-thumb{
    background:#d43a31;
    border-radius:50px;
}

/*=========================================
 ANIMACIÓN
==========================================*/

.hero,
.service,
.card,
.faq-item,
.cta{

    animation:fadeUp .9s ease both;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(60px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

/*=========================================
 RESPONSIVE TABLET
==========================================*/

@media(max-width:1100px){

.hero-content{

grid-template-columns:1fr;

text-align:center;

}

.hero-image{

margin-top:50px;

}

.service{

grid-template-columns:1fr;

gap:60px;

}

.service.reverse{

display:flex;

flex-direction:column-reverse;

}

.cards{

grid-template-columns:repeat(2,1fr);

}

.hero h1{

font-size:54px;

}

.service h2{

font-size:40px;

}

.benefits h2,
.faq h2,
.cta h2{

font-size:42px;

}

}

/*=========================================
 RESPONSIVE MÓVIL
==========================================*/

@media(max-width:768px){

.hero{

padding:80px 25px;

min-height:auto;

}

.service,
.benefits,
.faq{

padding:80px 25px;

}

.cards{

grid-template-columns:1fr;

}

.hero h1{

font-size:40px;

}

.hero p{

font-size:17px;

}

.service h2{

font-size:34px;

}

.number{

font-size:65px;

}

.service li{

font-size:16px;

}

.benefits h2,
.faq h2,
.cta h2{

font-size:34px;

}

.cta{

margin:60px 25px;

padding:60px 25px;

}

.hero-buttons{

flex-direction:column;

}

.btn-red,
.btn-white{

width:100%;

text-align:center;

}

.highlight{

flex-direction:column;

text-align:center;

}

.price-box{

width:100%;

text-align:center;

}

}/* End custom CSS */