*, *::before, *::after
	{
  box-sizing: border-box; 
	
}

* {
    margin    :       0;
  padding: 0;
}

html {
    scroll-behavior: smooth;




}

html, body {
   height: 100%;
}

body {
   line-height: 1.5;
   text-rendering: optimizeLegibility;
}



img, picture, video, canvas, svg {

	  max-width: 100%;
    height: auto;
	display: block;


}

input, button, textarea, select {
	font: inherit;
}

button {
    cursor: pointer;
  border  :  none;
    background: none;
}

input:focus, textarea:focus, select:focus {

	    outline: 2px solid #2c5282;
    outline-offset     :        2px;

}

p, h1, h2, h3, h4, h5, h6 {


   overflow-wrap: break-word;

}

h1, h2, h3, h4, h5, h6 {

		line-height: 1.2;
}

ul, ol {
   list-style   :     none;
}

a {
   text-decoration: none;

	   color: inherit;
}

table {
        border-collapse: collapse;
  border-spacing: 0;
}

#root, #__next {

	    isolation    :  isolate;

	}

.sr-only {

	    position: absolute; 
   width: 1px; 
    height: 1px; 
  padding: 0; 
  margin: -1px; 
    overflow: hidden; 
  clip: rect(0, 0, 0, 0); 
  white-space: nowrap; 
   border-width: 0;
	}@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}*

{
   box-sizing: border-box;
}

body {

	  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2d3748;
   background: #ffffff;
	}

.bpt_topbar_madrid {
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
    padding: 0;
	position: sticky;
  top: 0;
    z-index: 1000;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);

}

.bpt_navframe_mayor {
  max-width: 1240px;
    margin: 0 auto;
   display: flex;
        justify-content: space-between;
  align-items     :     center;
  padding: 1.2rem 2rem; 

}

.bpt_brand_aleixo

{
   display: flex;
      align-items     :       center;
}

.bpt_brand_aleixo img {
   height: 48px;
   width: auto;
}

.bpt_linkgroup_mayor {
   display: flex;
   gap: 2.5rem;
    list-style: none;
	margin: 0;
  padding: 0;
}

.bpt_linkgroup_mayor a {
      color: #fff;
  text-decoration: none;
    font-weight    :    500;
  font-size   :    15.5px;
  transition: color 0.3s;
  letter-spacing: 0.3px;
}

.bpt_linkgroup_mayor a:hover {
   color: #fbbf24;
}

.bpt_burgertrigger_mayor {
   padding: 5px; 
	 display: none; 
   border  :   none; 
   cursor: pointer; 
   background: none;
}

.bpt_burgertrigger_mayor span


{
  display   : block;
    width: 28px;
  height: 3px;
    background: #fff;
    margin: 5px 0;
	 transition: 0.3s;
}@media (max-width: 768px) {
    .bpt_linkgroup_mayor {
        position: fixed;
        top: 72px;
        left: -100%;
        flex-direction: column;
        background: #1e3a5f;
        width: 100%;
        padding: 2rem;
        gap: 1.5rem;
        transition: left 0.3s ease;
    }

    .bpt_linkgroup_mayor.active {
        left: 0;
    }

    .bpt_burgertrigger_mayor {
        display: block;
    }
}.bpt_servicehero_aleixo {
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
  padding: 5rem 2rem;
  text-align:    center;
   color: #fff;
}

.bpt_servicehero_aleixo h1 {
  font-size: clamp(2rem, 4vw, 3rem);
   margin-bottom: 1rem;
  font-weight: 700;
}

.bpt_servicehero_aleixo p {
  font-size: clamp(1rem, 2vw, 1.2rem);
   max-width: 720px;
	 margin: 0 auto;
  opacity: 0.95;
}

.bpt_innerframe_aleixo {
        max-width: 1200px;
  margin: 0 auto;
}

.bpt_programlist_madrid {
   background: #f7fafc;
    padding: 5rem 2rem;
}

.bpt_programcard_mayor {
	        display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
   margin-bottom: 4rem;
 align-items: center; 

}

.bpt_programcard_mayor.bpt_reverse_layout {
   direction: rtl;
}

.bpt_programcard_mayor.bpt_reverse_layout > * {
   direction: ltr;
}

.bpt_cardimage_aleixo img {
  width :100%;
    border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.bpt_cardcontent_madrid h2  
  {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: #1e3a5f;
       margin-bottom: 1.2rem;
  font-weight: 700;
}

.bpt_cardcontent_madrid p {

		 margin-bottom: 1rem;
    color: #4a5568;
  line-height: 1.8;


}

.bpt_featurelist_aleixo {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.bpt_featurelist_aleixo li {
	padding: 0.6rem 0;
   padding-left: 1.8rem;
   position: relative;
	color: #2d3748;
}

.bpt_featurelist_aleixo li:before {
    position    :       absolute;
    color     :   #fbbf24;
  left: 0;
   font-weight    :bold;
      font-size: 1.2rem;
  content: "✓";
}

.bpt_methodology_aleixo {
    padding: 5rem 2rem;
    background: #fff;

}

.bpt_methodology_aleixo h2 {
	    text-align: center;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
	 color: #1e3a5f;
  margin-bottom: 3rem;
   font-weight: 700;
}

.bpt_methodgrid_mayor {
 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	 gap: 2.5rem;}

.bpt_methoditem_madrid {

	   text-align: center; 
    padding: 2rem 1.5rem; 
	}

.bpt_methodnumber_aleixo
	{
  font-size: 3rem;
  font-weight: 700;
   color    :   #fbbf24;
   margin-bottom: 1rem;
}

.bpt_methoditem_madrid h3 {
  font-size: 1.3rem;
  color :    #1e3a5f;
  margin-bottom: 0.8rem;
   font-weight: 600;
}

.bpt_methoditem_madrid p {
    color: #4a5568;
    line-height:     1.7;
}

.bpt_whychoose_madrid {
  padding: 5rem 2rem;
    background: #f7fafc;
	
}

.bpt_splitcontent_aleixo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    align-items: center;
}  

.bpt_textside_mayor h2 {
	  font-size: clamp(1.8rem, 3.5vw, 2.4rem);

	  color: #1e3a5f;

	  margin-bottom: 1.5rem;

	    font-weight: 700;


}

.bpt_textside_mayor p {
    margin-bottom: 1.2rem;
    color   :   #4a5568;
  line-height: 1.8;
}

.bpt_imageside_aleixo img {
    width: 100%;
   border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.bpt_ctatosignup_aleixo     {
     padding: 5rem 2rem;
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
    text-align: center;
	color: #fff;
}

.bpt_ctacontent_madrid h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
        margin-bottom: 1.2rem;
  font-weight: 700;
}

.bpt_ctacontent_madrid p {
	font-size: 1.15rem;
   margin-bottom: 2rem;
                    opacity: 0.95;
}

.bpt_cta_mayor {
    display: inline-block;
         background   :       #fbbf24;
  color: #1e3a5f;
	padding: 16px 42px;
   border-radius: 6px;
         text-decoration: none;
       font-weight: 600;
    font-size: 17px;
          transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(251, 191, 36, 0.3);
}

.bpt_cta_mayor:hover {
    background: #f59e0b;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(251, 191, 36, 0.4);
}

.bpt_thankyouhero_madrid	{
      padding: 6rem 2rem;
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
  text-align: center;
   color: #fff;
}

.bpt_successicon_aleixo {

	    margin-bottom: 2rem;
	}

.bpt_successicon_aleixo img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
   stroke: #fbbf24;
  fill: none;
   stroke-width: 2;
  filter: drop-shadow(0 0 12px rgba(251,191,36,0.5));
}

.bpt_thankyouhero_madrid h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1rem;
	font-weight: 700;
     }

.bpt_leadtext_mayor {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    margin-bottom    : 1.5rem;
       font-weight: 600;
}


.bpt_thankyouhero_madrid p {

   max-width: 680px;
    margin: 0 auto;
	opacity: 0.95;
    line-height: 1.7; 
	


}

.bpt_nextsteps_aleixo {
   padding :     5rem 2rem;
  background: #f7fafc;
}

.bpt_nextsteps_aleixo h2 {
  text-align: center;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
         color: #1e3a5f;
    margin-bottom: 3rem;
  font-weight    :      700;
}

.bpt_stepsgrid_madrid {
       display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap    :       2.5rem;
}

.bpt_stepcard_mayor {
    background: #fff;
  padding: 2.5rem 2rem;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    text-align: center;
   transition: transform 0.3s, box-shadow 0.3s;
}

.bpt_stepcard_mayor:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.bpt_stepicon_aleixo {
    margin-bottom: 1.5rem;
}

.bpt_stepicon_aleixo img {
      width: 52px;
    height:        52px;
   margin: 0 auto;
  stroke: #2c5282;
   fill: none;
  stroke-width: 2;
  transition:     all 0.3s ease;
}

.bpt_stepcard_mayor:hover .bpt_stepicon_aleixo img {
    stroke: #fbbf24;
  transform: scale(1.1);
}  

.bpt_stepcard_mayor h3 {
   font-size: 1.4rem;
  color: #1e3a5f;
  margin-bottom: 1rem;
   font-weight: 600;
}

.bpt_stepcard_mayor p {
  color: #4a5568;
    margin-bottom: 1.5rem;
               line-height: 1.7;
}

.bpt_linkbutton_aleixo {
    display: inline-block;
    color: #2c5282;
   font-weight: 600;
  text-decoration: none;
   padding: 10px 24px;
         border: 2px solid #2c5282;
	 border-radius  :       6px;
    transition: all 0.3s;
}


.bpt_linkbutton_aleixo:hover {
    background: #2c5282;
   color: #fff;

}


.bpt_whilewaiting_madrid {
   padding: 5rem 2rem;
  background :     #fff;
}

.bpt_waitingcontent_aleixo h2 {
   text-align: center;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
   color: #1e3a5f;
   margin-bottom: 3rem;
  font-weight: 700;
}

.bpt_tipslist_mayor {

    max-width: 900px;
   margin: 0 auto;

}

.bpt_tipitem_aleixo {
	    background: #f7fafc;

  padding: 2rem;

   border-radius: 8px;

 margin-bottom: 1.5rem;

  border-left: 4px solid #fbbf24;


}

.bpt_tipitem_aleixo h4 {
  font-size: 1.3rem;
   color: #1e3a5f;
   margin-bottom: 0.8rem;
  font-weight: 600;
}

.bpt_tipitem_aleixo p {
   color: #4a5568;
	  line-height: 1.7;
}

.bpt_reassurance_aleixo {

	   padding: 5rem 2rem;
    background: #f7fafc;


}

.bpt_reassurebox_madrid   {
    max-width: 820px;
    margin: 0 auto;
		background: #fff;
    padding: 3rem 2.5rem;
    border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.bpt_reassurebox_madrid h2
{
     text-align: center;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
    color: #1e3a5f;
  margin-bottom     :  1.2rem;
    font-weight: 700;
     }

.bpt_reassurebox_madrid p {

    color: #4a5568;
  line-height: 1.8;
    margin-bottom: 1rem;


}

.bpt_basepage_madrid {
  background: #1a202c;
   color    :        #a0aec0;
  padding: 4rem 2rem 2rem;
}

.bpt_footergrid_aleixo {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 3rem;
   max-width: 1200px;
    margin: 0 auto 3rem;
     }

.bpt_footerblock_mayor h3 {
    color   :  #fff;
   font-size: 1.2rem;
  margin-bottom: 1.2rem;
                    font-weight: 600;
}

.bpt_footerblock_mayor img {
  filter: brightness(0) invert(1);
	    height: 42px;
	    margin-bottom: 1rem;
}  

.bpt_footerblock_mayor p,
.bpt_footerblock_mayor a {
    text-decoration: none;
  margin-bottom   :        0.6rem;
  line-height: 1.8;
    color: #a0aec0;
     display: block; 

}

.bpt_footerblock_mayor a:hover {
    color: #fbbf24;
}

.bpt_risknotice_aleixo {
  background: rgba(255,255,255,0.05);
   padding: 1.5rem;
  border-radius: 6px;
    margin-top: 2rem;
   font-size     :     14px;
  line-height: 1.6;
	border-left: 3px solid #fbbf24;
}

.bpt_copyright_mayor {
   text-align  :       center;

   padding-top: 2rem;

  border-top: 1px solid rgba(255,255,255,0.1);

    font-size: 14px;
} 

.bpt_cookiebar_aleixo {
    position: fixed;
  bottom: 0;
    left: 0;
       right: 0;
    background  :        #2d3748;
  color: #fff;
   padding     :   1.5rem 2rem;
  display: none;
	align-items   :       center;
  justify-content: space-between;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    z-index: 9999;
}

.bpt_cookiebar_aleixo.show {
   display: flex;
}

.bpt_cookietext_madrid {
  flex    :  1;
    margin-right: 2rem;
    font-size: 14.5px;
}



.bpt_cookieactions_mayor {
     display: flex;
	gap: 1rem;


}

.bpt_cookiebtn_aleixo {
    padding: 10px 24px;
                    border: none;
   border-radius: 5px;
    cursor   :      pointer;
  font-weight: 600;
  font-size     :        14px;
	transition: all 0.3s;
}

.bpt_cookiebtn_aleixo.accept {
  background: #fbbf24;
  color: #1e3a5f;
}

.bpt_cookiebtn_aleixo.decline {
	background: transparent;
    color: #fff;
    border: 1.5px solid #fff;
}@media (max-width: 768px) {
    .bpt_programcard_mayor.bpt_reverse_layout {
        direction: ltr;
    }
}

@media (max-width: 640px) {
    .bpt_cookiebar_aleixo {
        flex-direction: column;
        gap: 1rem;
    }
    
    .bpt_cookietext_madrid {
        margin-right: 0;
        text-align: center;
    }

    .bpt_cookieactions_mayor {
        width: 100%;
        flex-direction: column;
    }

    .bpt_cookiebtn_aleixo {
        width: 100%;
    }
}.policySection {
  padding  :80px 2rem;
    background: #f8f9fa;
}

.policyContainer {
    max-width: 800px;
  margin: 0 auto;
	text-align  :       left;
}

.policyContainer h2 {

	  font-size: 2.5rem;
    color: #2c3e50;
  margin-bottom: 1.5rem;
   font-weight: 700;
     }

.policyContainer p {
   color: #7f8c8d;
   margin-bottom: 1.5rem;
  line-height: 1.7;
   font-size: 1.1rem;
}@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }
}