:root {
    --primary-color: #0a4d8c;
    --secondary-color: #1976d2;
    --accent-color: #64b5f6;
    --white: #ffffff;
    --light-gray: #f5f5f5;
    --dark-gray: #333333;
}
h1, h2, h3,h4{
color: #244563;
font-family: "Poppins", serif;
  
}

body {
  margin: 0;
  padding: 0;
  background-color: #f2f8fc;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 1600 900' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2382b0f5' fill-opacity='0.5' d='M0 0 C 250 180 1200 0 1600 350 L1600 0 Z'/%3E%3Cpath fill='%23ffffff' fill-opacity='0.6' d='M0 400 C 500 600 1100 200 1600 400 L1600 0 L0 0 Z'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

  

p, a, li, span{
    font-family: "Open Sans", sans-serif;
color: #1c3147;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logo-instagram , .logo-whatsapp{
margin-left: 20px;
padding-right: 20px;

}
a {
  text-decoration: none;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}


.header {
    background-color: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 1000;
    font-family: 'Monserrat', sans-serif;
    line-height: 1.6;
    
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.logo-container {
    display: flex;
position: relative;
    align-items: center;
    transition: opacity 0.3s ease;
}

.logo {
    height: 110px;
    width: auto;
    
}

.nav-list {
    display: flex;
    list-style: none;
  
}

.nav-item {
    margin-left: 30px;
    padding-inline: 10px;
}

.nav-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: var(--secondary-color);
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: var(--accent-color);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
    position: relative;
}
@media (max-width: 768px) {
    .logo-container.ocultar-logo {
      opacity: 0;
    }
}
.hamburger {
    display: block;
    position: relative;
    width: 30px;
    height: 3px;
    background-color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.hamburger::before {
    transform: translateY(-10px);
}

.hamburger::after {
    transform: translateY(10px);
}


.menu-open .hamburger {
    background-color: transparent;
}

.menu-open .hamburger::before {
    transform: rotate(45deg);
}

.menu-open .hamburger::after {
    transform: rotate(-45deg);
}

@media (max-width: 992px) {
    .nav-item {
        margin-left: 20px;
    }
    
    .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    
    .header .container {
        height: 70px;
    }
    
    .menu-toggle {
        display: block;
        z-index: 1001;
    }
    
    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
     
        height: 100vh;
        background-color: var(--white);
        box-shadow: -8px 0 15px rgba(0, 0, 0, 0.1);
        
        transition: right 0.3s ease-in-out;
        z-index: 1000;
        padding-top: 80px;
 
    }
    
    .menu-open .nav {
        right: 0;
    }
    
    .nav-list {
        flex-direction: column;
        padding: 20px;
        width: 95%;        
        margin: 0 auto;    
    }
    
    .nav-item {
        margin: 0 0 20px 0;
    }
    
    .nav-link {
        font-size: 18px;
        display: block;
        padding: 10px 0;
    }
  .nav-link::after{
    display: none;
  }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 999;
    }
    
    .menu-open .overlay {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 480px) {
    
    .header .container {
        height: 60px;
    }
    
    .logo {
        height: 60px;
    }
    
    .nav {
        width: 80%;
    }
    
 
 
}

.solo-pc {
    display: none; 
  text-align: center;
  font-size: 14px;
  color: #777;
  justify-content: center;
  font-weight: 600;
  }
  

  @media screen and (max-width: 768px) {
    .solo-pc {
      display: block;
      margin-top: 30px;
    }
  
  }
.solo-movil{
    display: none;
    font-size: 25px;
    
}

@media screen and (max-width: 768px) {
    .solo-movil {
      display: block;
      margin-top: -40px;
    
    }
   
   
  }


  

  

 
  

 


  .contenedor-boton{
    text-align: center;
  }
.icono-movil{
    display: none;

}
#iconos{
    display: none;
}
  @media screen and (max-width: 768px) {
    #iconos{
        display: inline;
    }

    .descripcion-curso{
        margin-top: -45px;
    }
    .nav-list .nav-item {
      margin-bottom: 20px; 
    }
    
    .nav-list .nav-link {
      display: block;
      padding: 12px 15px; 
      font-size: 18px; 
    }
    
  
    .nav-list .nav-item:not(:last-child) {
      border-bottom: 1px solid rgba(42, 71, 101, 0.3); 
      padding-bottom: 10px;
    }
    


.header-movil {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    margin-top: -20px; 
    padding-bottom: 8px;
    border-bottom: 1px solid #2a4765;
    text-align: center;
    padding: 0 5px 5px 5px;
    width: 90%;     
    margin: 0 auto;  
}
  
  .icono-movil {
margin-top: -60px;
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .icono-movil img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }
  
  
  .solo-movil {
    margin: 0;
    font-size: 17px;
    color: #2a4765;
    text-align: center;
    padding: 4px;
  }
  
  
  .nav-list {
    padding: 0;
    list-style: none;
  }
  
  .nav-item {
    margin-bottom:18px;
   padding: 20px 12px;
   
  }
}






:root {
    --primary-blue: #0a4d68;
    --secondary-blue: #088395;
    --accent-blue: #05bfdb;
    --light-blue: #e0f7fa;
    --dark-text: #333333;
    --light-text: #ffffff;
}




.footer {
    background-color: #fffdff;
    padding: 0;
    position: relative;
}

.footer-wave {
    width: 100%;
    height: 50px;
    margin-bottom: -5px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 5%;
  background-color: #1c3147;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    
}

.footer-logo img {
    width: auto;
    height: 90px;
    margin-right: 10px;
}


.footer-logo h2 {
    font-size: 1.5rem;
    color: var(--light-text);
}

.footer-section h3 {
    position: relative;
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #fffdfd;
    padding-bottom: 10px;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: var(--accent-blue);
}

.contact-info {
    margin-bottom: 20px;
}

.contact-info p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #fffdfd;
}

.contact-info i {
    margin-right: 10px;
    color: #dddddd;
    width: 20px;
    text-align: center;
}

.socials {
    margin-top: 20px;
}

.socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
   background-color: #088395;
    color: var(--light-text);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.socials a:hover {
    background-color: var(--accent-blue);
    transform: translateY(-3px);
}

.links ul {
    list-style: none;
}

.links li {
    margin-bottom: 10px;
}

.links a {
    color: var(--light-text);
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.links a i {
    margin-right: 10px;
    color: var(--accent-blue);
    font-size: 0.8rem;
}

.links a:hover {
    color: var(--accent-blue);
    padding-left: 5px;
}

.newsletter form {
    display: flex;
    flex-direction: column;
}

.newsletter input {
    padding: 12px;
    border: none;
    border-radius: 4px;
    margin-bottom: 10px;
    outline: none;
}

.newsletter button {
    padding: 12px;
    background-color: var(--accent-blue);
    color: var(--light-text);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter button:hover {
    background-color: var(--secondary-blue);
}

.footer-bottom {
     background-color: rgba(255, 255, 255, 0.821);
    padding: 15px 0;
    text-align: center;
    font-size: 0.9rem;
}

.footer-bottom p {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .footer-content {
        flex-direction: column;
    }

    .footer-section {
        margin-bottom: 30px;
    }
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--secondary-blue);
    color: var(--light-text);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    z-index: 999;
}

.back-to-top.visible {
    opacity: 1;
}

.back-to-top:hover {
    background-color: var(--accent-blue);
}




.certificaciones-centro-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 190px 20px;
}


.certificaciones-centro-intro {
    text-align: center;
    margin-bottom: 40px;
}

.certificaciones-centro-intro h2 {
    color:#1a365d;
    font-size: 33px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.certificaciones-centro-intro h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1a365d;
}

.certificaciones-centro-intro p {
    color: #4a6f7b;
    font-size: 17px;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
}


.certificaciones-centro-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.certificacion-centro-card {
    background-color: white;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.certificacion-centro-card:hover {
    transform: translateY(-5px);
}

.certificacion-centro-header {
    background-color:#1a365d;
    color: white;
    padding: 20px;
    display: flex;

    align-items: center;
    gap: 15px;
}

.certificacion-centro-icon {
    background-color: rgb(247, 247, 247);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificacion-centro-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.certificacion-centro-content {
    padding: 25px;
}

.certificacion-centro-descripcion h4 {
    color: #1a5f7a;
    margin-bottom: 10px;
    font-size: 18px;
}

.certificacion-centro-descripcion p {
    color: #8cabb6;
    margin-bottom: 20px;
}

.certificacion-centro-detalles {
    background-color: #f4f7f6;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.detalle-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.detalle-item .label {
    color: #1a5f7a;
    font-weight: 500;
}

.detalle-item .value {
    color: #4a6f7b;
}

.certificacion-centro-action {
    text-align: center;
}

.btn-certificacion-centro {
    display: inline-block;
    background-color: #1a365d;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 15px;
font-family: "Poppins", serif;
    transition: background-color 0.3s ease;
}

.btn-certificacion-centro:hover {
    background-color: #026293;
}


@media (max-width: 600px) {
    .certificaciones-centro-grid {
        grid-template-columns: 1fr;
    }
}