:root{
	--main-bg-color: #eff3f8;
	--azul-primario:#002b4c;
}

.has-slideshow #sp-header .sp-megamenu-parent >li >a{
	
	color:var(--azul-primario)!important;
	font-weight: 400 !important;;
}

#offcanvas-toggler{
	color: var(--azul-primario);
}

.has-sub-image #sp-header.menu-fixed#sp-header, .has-sub-image #sp-header.menu-fixed#sp-header .logo, .has-slideshow #sp-header.menu-fixed#sp-header, .has-slideshow #sp-header.menu-fixed#sp-header .logo, #sp-header.menu-fixed#sp-header, #sp-header.menu-fixed#sp-header .logo {
	height: 100px !important;
}

.sp-megamenu-wrapper {
	
	margin-top: 20px !important;;

}

.custom-card{

    background:#fff;
    border-radius:12px;
    box-shadow:0 8px 24px rgba(0,0,0,.12);
    overflow:hidden;
    text-align:center;
}

  .custom-card img{
    width:100%;
    height:auto;
    display:block;
  }

  .custom-card__body{
    padding:28px 22px 34px;
  }

  .custom-card__title{
    margin:0 0 18px;
    font-size:1.6rem;
    font-weight:bold;
    color:#0f2f4d;
  }

  .custom-card__btn{
    display:inline-block;
    padding:14px 34px;
    background:#0b2a41;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    font-weight:600;
    transition:background .2s ease;
  }

  .custom-card__btn:hover{
    background:#092033;
  }
  
  .text1{
	  color: white;
    font-size: 2.4rem;
    text-align: center;
  }
    .text2{
		
		color:var(--azul-primario);
	}
  
  
  /*Pie de página*/
  
  #sp-section-4, #sp-footer  {
	  display: none;
  }
  
  #sp-bottom {
    background-color: var(--azul-primario);
  }
  
  #sp-bottom h1, #sp-bottom p, #sp-bottom a {
	  
	  color:white;
	  
  }


/*Centro de Idiomas*/
    .feature-box {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 6px 18px rgba(0,0,0,.1);
      padding: 20px;
      margin: 40px auto;
      max-width: 960px;
    }
    .feature-box img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }
    .feature-title {
      color: #0f2f4d;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 15px;
    }
    .feature-text {
		color:var(--azul-primario);
      line-height: 1.6;
      margin-bottom: 15px;
	  font-weight: 300;
    }
    .btn-feature {
      background: #0b2a41;
      color: #fff;
      padding: 2px 30px;
      font-weight: 600;
      transition: background .2s ease;
    }
    .btn-feature:hover {
      background: #092033;
      color: #fff;
    }
	
	    .steps-section{
      background:#0b2a41;      /* azul oscuro */
      color:#e8f1f8;
      padding:50px 0 36px;
    }
    .step{
      text-align:center;
      padding:10px 18px;
    }
    .step svg{
      width:68px;
      height:68px;
      margin-bottom:16px;
      stroke:#ffffff;
      fill:none;
      stroke-width:2.3;
    }
    .step p{
      margin:0;
      line-height:1.6;
      font-size:16px;
    }
    .steps-note{
      margin-top:26px;
      text-align:center;
      color:#d9e3eb;
      font-size:16px;
    }
    /* mejor lectura en móviles */
    @media (max-width: 768px){
      .step{ margin-bottom:24px; }
	  .custom-card {
		  margin: 20px;
	  }
	  
	  .contact-block {
        padding-left: 0px !important;
	  }

		#sp-page-builder .sppb-section-title {
			margin-bottom: 0px !important;
		}
		
		.sppb-section-title .sppb-title-heading {
			margin-bottom: 0px !important; 
		}
	  
    }