:root {
    --primary-color: #0a4d8c;
    --secondary-color: #1976d2;
    --accent-color: #64b5f6;
    --white: #ffffff;
    --light-gray: #f5f5f5;
    --dark-gray: #333333;
}
h1, h2, h3, span{
color: #244563;
font-family: "Poppins", serif;
  
}

body {
background-color: #FDFDFD;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23D3E5FD'/%3E%3Cstop offset='1' stop-color='%23FDFDFD'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23e8f1fd'/%3E%3Cstop offset='1' stop-color='%23FDFDFD'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg %3E%3Cg transform=''%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform=''%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;

}



@media (max-width: 768px) {
  body {
    background-repeat: repeat-y;           
    background-position: center 50px;      
    background-size: 230% auto;            
    background-attachment: scroll;       
  }
}



  

p, a{
    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);
}





:root {
    --primary-color: #0a3d62;
    --secondary-color: #3c6382;
    --accent-color: #1976d2;
    --text-color: #333;
    --light-text: #f5f5f5;
    --background-color: #f9f9f9;
    --card-bg: #ffffff;
    --border-radius: 8px;
    --box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


.courses-section {
    padding: 190px 0;
}

.section-title {
    text-align: center;
    font-size: 2.4rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.section-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: var(--secondary-color);
    font-size: 1.1rem;
    margin-top: -10px;
    font-weight: 600;
}

.courses-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px;
    
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .courses-grid {
        grid-template-columns: 1fr;
    }
}


.course-card {
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    overflow: hidden;
    border-radius: 30px;
    margin-top: 30px;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: var(--transition);
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.course-image {
    position: relative;
    height: auto; 
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.course-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: var(--transition);
}


.course-card:hover .course-image img {
    transform: scale(1.05);
}

.course-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--accent-color);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.course-content {
    padding: 25px;
}

.course-content h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: var(--primary-color);
    line-height: 1.3;
}

.course-duration {
    font-size: 0.9rem;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.course-duration span {
    font-weight: 600;
}

.course-description {
    margin-bottom: 20px;
    font-size: 0.95rem;
    color: #555;
}

.course-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.course-features span {
    background-color: rgba(10, 61, 98, 0.1);
    color: var(--primary-color);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
}

.course-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 20px;
    transition: var(--transition);
}

.course-button:hover {
    background-color: var(--secondary-color);
}


.courses-cta {
    text-align: center;
     background-color: rgba(10, 61, 100, 0.1);
    padding: 30px;
    border-radius: var(--border-radius);
    border-radius: 30px;
}

.courses-cta span {
    margin-bottom: 20px;
    font-size: 1.1rem;
    max-width: 700px;
    display: block;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.cta-button {
    display: inline-block;
    background-color: var(--accent-color);
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
}

.cta-button:hover {
    background-color: #e67e22;
    transform: translateY(-2px);
}


@media (max-width: 768px) {
    .courses-section {
    padding: 130px 0;
}
    .section-title {
        font-size: 2rem;
    }
    
    .courses-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .courses-cta {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 2.1rem;
        line-height: 1.2;
    }
    
    .section-description {
        font-size: 1rem;
        margin-top: 10px;
    }
    
    .courses-grid {
        grid-template-columns: 1fr;
    }
    
    .course-content h3 {
        font-size: 1.2rem;
    }
}