/*==================================================

VENTAJAS

==================================================*/

.ventajas-premium{

padding:140px 0;

background:linear-gradient(135deg,#10224d,#1b3167);

overflow:hidden;

position:relative;

}

.ventajas-premium::before{

content:"";

position:absolute;

width:650px;

height:650px;

border-radius:50%;

background:rgba(255,255,255,.04);

top:-250px;

right:-250px;

}

.section-tag-light{

background:rgba(255,255,255,.10);

color:white;

}

.ventajas-title{

font-size:62px;

color:white;

margin-bottom:30px;

line-height:1.05;

}

.ventajas-text{

font-size:19px;

color:rgba(255,255,255,.85);

line-height:2;

margin-bottom:40px;

}

.btn-light-premium{

display:inline-flex;

align-items:center;

padding:18px 38px;

background:white;

color:var(--azul);

border-radius:60px;

font-weight:700;

text-decoration:none;

transition:.35s;

}

.btn-light-premium:hover{

transform:translateY(-5px);

background:var(--dorado);

color:white;

}

.ventaja-card{

background:rgba(255,255,255,.08);

backdrop-filter:blur(15px);

padding:35px;

border-radius:24px;

height:100%;

transition:.35s;

border:1px solid rgba(255,255,255,.08);

}

.ventaja-card:hover{

transform:translateY(-10px);

background:white;

}

.ventaja-icon{

width:80px;

height:80px;

border-radius:50%;

background:rgba(255,255,255,.12);

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

color:#f4d48e;

margin-bottom:25px;

transition:.35s;

}

.ventaja-card:hover .ventaja-icon{

background:var(--azul);

color:white;

}

.ventaja-card h3{

font-size:32px;

color:white;

margin-bottom:18px;

transition:.35s;

}

.ventaja-card:hover h3{

color:var(--azul);

}

.ventaja-card p{

color:rgba(255,255,255,.80);

line-height:1.8;

transition:.35s;

margin:0;

}

.ventaja-card:hover p{

color:#555;

}

@media(max-width:991px){

.ventajas-premium{

padding:90px 0;

}

.ventajas-title{

font-size:44px;

}

}

@media(max-width:576px){

.ventajas-premium{

padding:70px 0;

}

.ventajas-title{

font-size:36px;

}

.ventaja-card{

padding:28px;

}

}