.elementor-7747 .elementor-element.elementor-element-47ea069{--display:flex;}.elementor-7747 .elementor-element.elementor-element-dec0d62{--display:flex;}.elementor-7747 .elementor-element.elementor-element-a2646d9{--display:flex;}.elementor-7747 .elementor-element.elementor-element-1d340bd{--display:flex;}.elementor-7747 .elementor-element.elementor-element-6c9eea2{--display:flex;}.elementor-7747 .elementor-element.elementor-element-af9ca05{--display:flex;}.elementor-7747 .elementor-element.elementor-element-fb4851d{--display:flex;}.elementor-7747 .elementor-element.elementor-element-395eed0{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f7b7b88 *//*====================================================
MEVAK HERO
====================================================*/

.mevak-hero{

position:relative;

background:#080808;

overflow:hidden;

padding:90px 0;

}

.mevak-overlay{

position:absolute;

top:0;
left:0;
right:0;
bottom:0;

background:
linear-gradient(90deg,
rgba(8,8,8,.95) 0%,
rgba(8,8,8,.90) 40%,
rgba(8,8,8,.55) 65%,
rgba(8,8,8,.10) 100%);

z-index:1;

}

.mevak-container{

position:relative;

z-index:2;

max-width:1350px;

margin:auto;

padding:0 40px;

display:flex;

align-items:center;

justify-content:space-between;

gap:80px;

}

.mevak-left{

flex:1;

max-width:650px;

}

.mevak-right{

flex:1;

display:flex;

justify-content:flex-end;

align-items:center;

}

.mevak-right img{

width:100%;

max-width:640px;

display:block;

filter:drop-shadow(0 35px 45px rgba(0,0,0,.55));

}

.mevak-badge{

display:inline-flex;

align-items:center;

padding:12px 24px;

border-radius:50px;

background:#9e2323;

color:#fff;

font-size:13px;

font-weight:700;

letter-spacing:1.5px;

text-transform:uppercase;

margin-bottom:28px;

box-shadow:0 10px 30px rgba(158,35,35,.35);

}

.mevak-left h1{

margin:0;

font-size:68px;

line-height:1.05;

font-weight:800;

color:#ffffff;

letter-spacing:-2px;

}

.mevak-left h1 span{

display:block;

color:#c52c2c;

}

.mevak-left p{

margin-top:30px;

font-size:20px;

line-height:1.8;

color:#d5d5d5;

max-width:610px;

}

.hero-checks{

margin-top:45px;

display:flex;

flex-direction:column;

gap:18px;

}

.check{

display:flex;

align-items:flex-start;

gap:18px;

padding:18px 22px;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

border-radius:16px;

backdrop-filter:blur(10px);

transition:.3s;

}

.check:hover{

transform:translateY(-4px);

border-color:#9e2323;

box-shadow:0 18px 35px rgba(0,0,0,.25);

}

.check .icon{

width:46px;

height:46px;

border-radius:50%;

background:#9e2323;

display:flex;

justify-content:center;

align-items:center;

font-size:22px;

font-weight:700;

color:#fff;

flex-shrink:0;

}

.check strong{

display:block;

font-size:18px;

color:#fff;

margin-bottom:5px;

}

.check span{

display:block;

font-size:15px;

line-height:1.6;

color:#bfbfbf;

}

.hero-buttons{

margin-top:45px;

display:flex;

gap:18px;

flex-wrap:wrap;

}
.btn-red{

display:inline-flex;

align-items:center;

justify-content:center;

padding:18px 38px;

background:#9e2323;

color:#fff;

font-weight:700;

font-size:17px;

border-radius:60px;

text-decoration:none;

transition:.35s;

box-shadow:0 15px 35px rgba(158,35,35,.35);

}

.btn-red:hover{

transform:translateY(-4px);

background:#b62828;

box-shadow:0 20px 45px rgba(158,35,35,.55);

color:#fff;

}

.btn-transparent{

display:inline-flex;

align-items:center;

justify-content:center;

padding:18px 38px;

border:2px solid rgba(255,255,255,.18);

color:#fff;

font-weight:700;

font-size:17px;

border-radius:60px;

text-decoration:none;

transition:.35s;

background:rgba(255,255,255,.04);

backdrop-filter:blur(8px);

}

.btn-transparent:hover{

background:#fff;

color:#111;

transform:translateY(-4px);

}

.mevak-hero::before{

content:"";

position:absolute;

width:520px;

height:520px;

background:#9e2323;

filter:blur(180px);

opacity:.18;

top:-180px;

left:-120px;

z-index:0;

}

.mevak-hero::after{

content:"";

position:absolute;

width:420px;

height:420px;

background:#9e2323;

filter:blur(160px);

opacity:.10;

right:-100px;

bottom:-120px;

z-index:0;

}

.mevak-right{

position:relative;

}

.mevak-right::after{

content:"";

position:absolute;

width:520px;

height:520px;

border-radius:50%;

background:radial-gradient(circle,
rgba(158,35,35,.30),
transparent 70%);

z-index:-1;

}

.mevak-right img{

transition:.45s;

}

.mevak-right img:hover{

transform:scale(1.03);

}

.check:nth-child(2){

margin-left:25px;

}

.check:nth-child(3){

margin-left:50px;

}

.hero-buttons a{

white-space:nowrap;

}
/*====================================================
RESPONSIVE
====================================================*/

@media (max-width:1200px){

.mevak-left h1{

font-size:58px;

}

.mevak-container{

gap:50px;

}

}

@media (max-width:991px){

.mevak-container{

flex-direction:column;

text-align:center;

gap:40px;

}

.mevak-left{

max-width:100%;

}

.mevak-left p{

max-width:100%;

margin-left:auto;

margin-right:auto;

}

.hero-checks{

align-items:center;

}

.check{

margin-left:0 !important;

width:100%;

max-width:650px;

text-align:left;

}

.hero-buttons{

justify-content:center;

}

.mevak-right{

justify-content:center;

}

.mevak-right img{

max-width:500px;

}

.mevak-left h1{

font-size:48px;

}

}

@media (max-width:767px){

.mevak-hero{

padding:70px 0;

}

.mevak-container{

padding:0 20px;

}

.mevak-left h1{

font-size:36px;

line-height:1.15;

letter-spacing:-1px;

}

.mevak-left p{

font-size:17px;

line-height:1.7;

}

.mevak-badge{

font-size:11px;

padding:10px 18px;

}

.hero-buttons{

flex-direction:column;

width:100%;

}

.hero-buttons a{

width:100%;

}

.check{

padding:16px;

}

.check strong{

font-size:16px;

}

.check span{

font-size:14px;

}

.check .icon{

width:40px;

height:40px;

font-size:18px;

}

.mevak-right img{

max-width:100%;

}

}

.mevak-hero *{

box-sizing:border-box;

}

.mevak-hero img{

height:auto;

}

.mevak-hero a{

text-decoration:none;

}

.mevak-hero{

font-family:inherit;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3807bb9 *//*====================================================
BENEFICIOS
====================================================*/

.mevak-beneficios{

padding:110px 20px;

background:#111;

}

.mevak-wrap{

max-width:1250px;

margin:auto;

}

.beneficios-titulo{

text-align:center;

max-width:850px;

margin:auto auto 70px;

}

.beneficios-titulo span{

display:inline-block;

padding:10px 22px;

background:#9e2323;

border-radius:40px;

font-size:12px;

font-weight:700;

letter-spacing:2px;

color:#fff;

margin-bottom:20px;

}

.beneficios-titulo h2{

font-size:46px;

color:#fff;

margin-bottom:25px;

}

.beneficios-titulo p{

font-size:20px;

line-height:1.8;

color:#c8c8c8;

}

.beneficios-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

}

.beneficio-card{

background:#181818;

padding:40px;

border-radius:18px;

border:1px solid rgba(255,255,255,.08);

transition:.35s;

}

.beneficio-card:hover{

transform:translateY(-8px);

border-color:#9e2323;

}

.beneficio-icono{

width:65px;

height:65px;

display:flex;

align-items:center;

justify-content:center;

background:#9e2323;

border-radius:50%;

font-size:28px;

margin-bottom:25px;

color:#fff;

}

.beneficio-card h3{

color:#fff;

font-size:24px;

margin-bottom:15px;

}

.beneficio-card p{

color:#c7c7c7;

line-height:1.8;

}

@media(max-width:768px){

.beneficios-grid{

grid-template-columns:1fr;

}

.beneficios-titulo h2{

font-size:34px;

}

.beneficios-titulo p{

font-size:17px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8edf9f *//*====================================================
PROCESO
====================================================*/

.mevak-proceso{

padding:120px 20px;

background:#0b0b0b;

}

.proceso-container{

max-width:1300px;

margin:auto;

}

.proceso-header{

text-align:center;

max-width:900px;

margin:auto auto 70px;

}

.proceso-header span{

display:inline-block;

background:#9e2323;

padding:10px 24px;

border-radius:50px;

color:#fff;

font-size:12px;

font-weight:700;

letter-spacing:2px;

margin-bottom:20px;

}

.proceso-header h2{

font-size:48px;

color:#fff;

margin-bottom:25px;

}

.proceso-header p{

font-size:20px;

color:#c9c9c9;

line-height:1.8;

}

.timeline{

display:grid;

grid-template-columns:repeat(5,1fr);

gap:25px;

}

.timeline-item{

background:#181818;

padding:35px;

border-radius:18px;

border:1px solid rgba(255,255,255,.08);

position:relative;

transition:.35s;

}

.timeline-item:hover{

transform:translateY(-8px);

border-color:#9e2323;

}

.timeline-number{

width:70px;

height:70px;

border-radius:50%;

background:#9e2323;

display:flex;

justify-content:center;

align-items:center;

color:#fff;

font-size:24px;

font-weight:800;

margin-bottom:25px;

}

.timeline-item h3{

font-size:24px;

color:#fff;

margin-bottom:15px;

}

.timeline-item p{

color:#c7c7c7;

line-height:1.8;

}

@media(max-width:1100px){

.timeline{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.timeline{

grid-template-columns:1fr;

}

.proceso-header h2{

font-size:34px;

}

.proceso-header p{

font-size:17px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cce1a57 *//*====================================================
RECURSOS
====================================================*/

.mevak-recursos{

padding:120px 20px;

background:#101010;

}

.recursos-container{

max-width:1300px;

margin:auto;

}

.recursos-header{

max-width:900px;

margin:auto auto 70px;

text-align:center;

}

.recursos-header span{

display:inline-block;

padding:10px 22px;

background:#9e2323;

border-radius:40px;

font-size:12px;

font-weight:700;

letter-spacing:2px;

color:#fff;

margin-bottom:20px;

}

.recursos-header h2{

font-size:46px;

color:#fff;

margin-bottom:25px;

}

.recursos-header p{

font-size:20px;

line-height:1.8;

color:#c8c8c8;

}

.recursos-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.recurso-card{

display:block;

padding:35px;

background:#181818;

border-radius:18px;

border:1px solid rgba(255,255,255,.08);

text-decoration:none;

transition:.35s;

}

.recurso-card:hover{

transform:translateY(-8px);

border-color:#9e2323;

}

.recurso-card h3{

font-size:24px;

color:#fff;

margin-bottom:18px;

}

.recurso-card p{

color:#c8c8c8;

line-height:1.8;

margin-bottom:25px;

}

.recurso-card span{

color:#9e2323;

font-weight:700;

}

@media(max-width:991px){

.recursos-grid{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:768px){

.recursos-grid{

grid-template-columns:1fr;

}

.recursos-header h2{

font-size:34px;

}

.recursos-header p{

font-size:17px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8483cbc *//*====================================================
CONFIANZA
====================================================*/

.mevak-confianza{

padding:120px 20px;

background:#0b0b0b;

}

.confianza-container{

max-width:1300px;

margin:auto;

display:grid;

grid-template-columns:1.2fr .8fr;

gap:60px;

align-items:center;

}

.confianza-left span{

display:inline-block;

background:#9e2323;

padding:10px 22px;

border-radius:40px;

font-size:12px;

font-weight:700;

letter-spacing:2px;

color:#fff;

margin-bottom:20px;

}

.confianza-left h2{

font-size:46px;

color:#fff;

margin-bottom:25px;

}

.confianza-left p{

font-size:19px;

line-height:1.9;

color:#c8c8c8;

margin-bottom:25px;

}

.confianza-left ul{

padding:0;

margin:35px 0;

list-style:none;

}

.confianza-left li{

padding:12px 0;

font-size:18px;

color:#fff;

border-bottom:1px solid rgba(255,255,255,.08);

}

.confianza-btn{

display:inline-block;

margin-top:20px;

padding:18px 40px;

background:#9e2323;

border-radius:50px;

color:#fff;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.confianza-btn:hover{

background:#b92828;

transform:translateY(-4px);

}

.confianza-right{

display:grid;

grid-template-columns:1fr 1fr;

gap:25px;

}

.dato{

background:#181818;

padding:40px;

border-radius:18px;

border:1px solid rgba(255,255,255,.08);

text-align:center;

transition:.3s;

}

.dato:hover{

border-color:#9e2323;

transform:translateY(-6px);

}

.dato h3{

font-size:42px;

color:#9e2323;

margin-bottom:10px;

}

.dato p{

color:#d0d0d0;

line-height:1.6;

}

@media(max-width:991px){

.confianza-container{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.confianza-left h2{

font-size:34px;

}

.confianza-left p{

font-size:17px;

}

.confianza-right{

grid-template-columns:1fr;

}

}
/*====================================
ARREGLO RESPONSIVE BLOQUE CONFIANZA
====================================*/

@media (max-width:767px){

.mevak-confianza{

padding:70px 20px;

overflow:hidden;

}

.confianza-container{

display:block;

width:100%;

}

.confianza-left,
.confianza-right{

width:100%;

max-width:100%;

}

.confianza-left span{

font-size:11px;

letter-spacing:1px;

}

.confianza-left h2{

font-size:32px;

line-height:1.2;

margin-bottom:20px;

word-break:normal;

overflow-wrap:break-word;

}

.confianza-left p{

font-size:16px;

line-height:1.7;

}

.confianza-left ul{

margin:25px 0;

}

.confianza-left li{

font-size:16px;

padding:10px 0;

line-height:1.5;

}

.confianza-btn{

display:block;

width:100%;

text-align:center;

padding:16px 20px;

}

.confianza-right{

display:grid;

grid-template-columns:1fr;

gap:18px;

margin-top:35px;

}

.dato{

padding:28px 20px;

}

.dato h3{

font-size:34px;

}

.dato p{

font-size:15px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebb6549 *//*====================================================
FAQ
====================================================*/

.mevak-faq{

padding:120px 20px;

background:#111;

}

.faq-container{

max-width:1000px;

margin:auto;

}

.faq-header{

text-align:center;

margin-bottom:60px;

}

.faq-header span{

display:inline-block;

padding:10px 22px;

background:#9e2323;

border-radius:40px;

font-size:12px;

font-weight:700;

letter-spacing:2px;

color:#fff;

margin-bottom:20px;

}

.faq-header h2{

font-size:44px;

color:#fff;

margin-bottom:25px;

}

.faq-header p{

font-size:19px;

color:#c9c9c9;

line-height:1.8;

}

.faq-list details{

background:#1a1a1a;

border:1px solid rgba(255,255,255,.08);

border-radius:14px;

margin-bottom:18px;

padding:22px 28px;

transition:.3s;

}

.faq-list details:hover{

border-color:#9e2323;

}

.faq-list summary{

cursor:pointer;

font-size:20px;

font-weight:700;

color:#fff;

list-style:none;

}

.faq-list summary::-webkit-details-marker{

display:none;

}

.faq-list p{

margin-top:18px;

color:#d0d0d0;

line-height:1.8;

font-size:17px;

}

@media(max-width:768px){

.faq-header h2{

font-size:34px;

}

.faq-header p{

font-size:17px;

}

.faq-list summary{

font-size:17px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45cf47c *//*====================================================
GUIA DE COMPRA
====================================================*/

.mevak-guia{

padding:120px 20px;

background:#0d0d0d;

}

.guia-container{

max-width:1300px;

margin:auto;

}

.guia-header{

text-align:center;

max-width:900px;

margin:auto auto 70px;

}

.guia-header span{

display:inline-block;

background:#9e2323;

padding:10px 24px;

border-radius:40px;

color:#fff;

font-size:12px;

font-weight:700;

letter-spacing:2px;

margin-bottom:20px;

}

.guia-header h2{

font-size:46px;

color:#fff;

margin-bottom:25px;

}

.guia-header p{

font-size:20px;

color:#c8c8c8;

line-height:1.8;

}

.guia-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.guia-item{

background:#181818;

padding:35px;

border-radius:18px;

border:1px solid rgba(255,255,255,.08);

transition:.35s;

}

.guia-item:hover{

transform:translateY(-8px);

border-color:#9e2323;

}

.guia-item h3{

font-size:24px;

color:#fff;

margin-bottom:15px;

}

.guia-item p{

color:#c8c8c8;

line-height:1.8;

}

@media(max-width:991px){

.guia-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.guia-grid{

grid-template-columns:1fr;

}

.guia-header h2{

font-size:34px;

}

.guia-header p{

font-size:17px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e459ffb *//*====================================================
CTA FINAL
====================================================*/

.mevak-final-cta{

padding:120px 20px;

background:linear-gradient(135deg,#111,#1b1b1b);

text-align:center;

border-top:1px solid rgba(255,255,255,.08);

}

.final-cta-container{

max-width:900px;

margin:auto;

}

.final-cta-container span{

display:inline-block;

padding:10px 24px;

background:#9e2323;

border-radius:40px;

color:#fff;

font-size:12px;

font-weight:700;

letter-spacing:2px;

margin-bottom:25px;

}

.final-cta-container h2{

font-size:48px;

color:#fff;

margin-bottom:25px;

}

.final-cta-container p{

font-size:20px;

color:#d0d0d0;

line-height:1.9;

margin-bottom:45px;

}

.final-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

@media(max-width:768px){

.final-cta-container h2{

font-size:34px;

}

.final-cta-container p{

font-size:17px;

}

.final-buttons{

flex-direction:column;

}

.final-buttons a{

width:100%;

}

}/* End custom CSS */