:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7d11dcf *//* =====================================================
   COMERCIAL BALAGUER FRAMEWORK v1.0
=====================================================*/

:root{

--cb-primary:#004680;
--cb-primary-light:#0A73B8;
--cb-secondary:#00A6E6;

--cb-success:#35B44A;
--cb-warning:#F4B400;
--cb-danger:#E53935;

--cb-light:#F5F8FB;
--cb-white:#FFFFFF;

--cb-text:#333;
--cb-text-light:#666;

--cb-radius:18px;

--cb-shadow:
0 12px 35px rgba(0,0,0,.08);

}

/**************************************************/

.cb-blog{

max-width:900px;

margin:auto;

padding:30px;

font-family:
"Segoe UI",sans-serif;

color:var(--cb-text);

}

/**************************************************/

.cb-blog h1{

font-family:
"Times New Roman",serif;

font-size:52px;

color:var(--cb-primary);

text-align:center;

margin-bottom:25px;

line-height:1.2;

}

.cb-blog h2{

font-family:
"Times New Roman",serif;

font-size:34px;

color:var(--cb-primary);

margin-top:0;

position:relative;

padding-bottom:15px;

}

.cb-blog h2:after{

content:"";

position:absolute;

left:0;

bottom:0;

width:80px;

height:4px;

background:var(--cb-secondary);

border-radius:20px;

}

/**************************************************/

.cb-blog p{

font-size:18px;

line-height:1.9;

color:#444;

margin:20px 0;

}

/**************************************************/

.cb-hero-image{

background:white;

padding:20px;

border-radius:20px;

box-shadow:var(--cb-shadow);

margin-bottom:50px;

}

.cb-hero-image img{

width:100%;

display:block;

border-radius:15px;

}

/**************************************************/

.cb-intro{

background:linear-gradient(
135deg,
#F7FBFF,
#EDF7FF);

padding:40px;

border-left:6px solid
var(--cb-primary);

border-radius:18px;

margin-bottom:50px;

box-shadow:var(--cb-shadow);

}

/**************************************************/

.cb-card{

background:white;

padding:40px;

margin:45px 0;

border-radius:20px;

box-shadow:var(--cb-shadow);

transition:.35s;

}

.cb-card:hover{

transform:translateY(-6px);

box-shadow:
0 20px 45px rgba(0,0,0,.12);

}

/**************************************************/

.cb-check{

list-style:none;

padding:0;

margin:25px 0;

}

.cb-check li{

padding:14px 0 14px 45px;

position:relative;

font-size:18px;

}

.cb-check li:before{

content:"✔";

position:absolute;

left:0;

top:11px;

width:28px;

height:28px;

line-height:28px;

text-align:center;

background:#E8F8EC;

border-radius:50%;

color:var(--cb-success);

font-weight:bold;

}

/**************************************************/

.cb-btn{

display:inline-block;

padding:15px 35px;

background:var(--cb-primary);

color:white;

text-decoration:none;

border-radius:40px;

font-weight:bold;

transition:.35s;

}

.cb-btn:hover{

background:var(--cb-primary-light);

transform:translateY(-3px);

}

/**************************************************/

@media(max-width:768px){

.cb-blog{

padding:20px;

}

.cb-blog h1{

font-size:38px;

}

.cb-blog h2{

font-size:28px;

}

.cb-card{

padding:25px;

}

.cb-intro{

padding:25px;

}

}

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

.cb-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:25px;

margin-top:40px;

}

/*=========================================
FEATURES
=========================================*/

.cb-feature{

background:#fff;

border-radius:18px;

padding:30px;

text-align:center;

box-shadow:0 12px 35px rgba(0,0,0,.08);

transition:.35s;

}

.cb-feature:hover{

transform:translateY(-8px);

}

.cb-icon{

width:75px;

height:75px;

margin:auto;

margin-bottom:20px;

border-radius:50%;

background:#EAF6FF;

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

}

/*=========================================
TIMELINE
=========================================*/

.cb-timeline{

margin-top:40px;

display:flex;

flex-direction:column;

gap:35px;

position:relative;

}

.cb-timeline:before{

content:"";

position:absolute;

left:28px;

top:0;

bottom:0;

width:4px;

background:#D8EAF6;

}

.cb-step{

padding-left:85px;

position:relative;

}

.cb-number{

position:absolute;

left:0;

width:56px;

height:56px;

border-radius:50%;

background:#004680;

color:#fff;

display:flex;

justify-content:center;

align-items:center;

font-weight:bold;

font-size:22px;

box-shadow:0 8px 20px rgba(0,70,128,.3);

}

/*=========================================
TIP
=========================================*/

.cb-tip{

background:#EDF8FF;

padding:40px;

border-left:6px solid #004680;

border-radius:18px;

margin:50px 0;

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

}

/*=====================================
WARNING
=====================================*/

.cb-warning{

background:#FFF8F5;

border-left:6px solid #E74C3C;

padding:45px;

border-radius:20px;

margin:60px 0;

}

.cb-warning-item{

padding:20px 0;

border-bottom:1px solid #EEE;

}

.cb-warning-item:last-child{

border:none;

}

/*=====================================
PRO
=====================================*/

.cb-pro{

display:flex;

gap:30px;

align-items:flex-start;

background:linear-gradient(135deg,#004680,#0068A9);

padding:45px;

border-radius:20px;

color:#FFF;

margin:60px 0;

}

.cb-pro h2{

color:white;

}

.cb-pro h2:after{

background:white;

}

.cb-pro-icon{

width:80px;

height:80px;

background:white;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:38px;

flex-shrink:0;

}

/*=====================================
FAQ
=====================================*/

.cb-faq details{

margin:20px 0;

border:1px solid #E5E5E5;

border-radius:15px;

overflow:hidden;

}

.cb-faq summary{

padding:20px;

cursor:pointer;

font-weight:700;

background:#F7FAFC;

transition:.3s;

}

.cb-faq summary:hover{

background:#EDF7FF;

}

.cb-faq p{

padding:20px;

margin:0;

}

/*=====================================
CONCLUSION
=====================================*/

.cb-conclusion{

background:#F7FBFF;

padding:45px;

border-radius:20px;

border-left:6px solid #35B44A;

margin:60px 0;

}

/*=====================================
CTA
=====================================*/

.cb-contact{

background:linear-gradient(135deg,#004680,#0077C8);

padding:60px;

border-radius:24px;

text-align:center;

color:white;

margin-top:70px;

}

.cb-contact h2{

color:white;

}

.cb-contact h2:after{

background:white;

}

.cb-contact-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:18px;

margin:35px 0;

}

.cb-contact-grid div{

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

padding:18px;

border-radius:12px;

font-weight:600;

}

.cb-contact .cb-btn{

background:white;

color:#004680;

font-size:18px;

padding:16px 40px;

}

.cb-contact .cb-btn:hover{

background:#EDF7FF;

}

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

@media(max-width:768px){

.cb-pro{

flex-direction:column;

text-align:center;

align-items:center;

}

.cb-contact{

padding:35px 25px;

}

}/* End custom CSS */