
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing:border-box;
}

/*Menú*/
nav {
    position: fixed; 
    top: 0;         
    left: 0;       
    width: 100%;
    background: white;
    height: 80px;
    z-index: 1000; 
}

.enlace{
    position: absolute;
    padding: 20px 50px;
}

.logo{
    height: 40px;
}

nav ul{
    float: right;
    margin-right: 20px;
}

nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a{
    color: black;
    font-size: 18px;
    padding: 7px 13px;
    border-radius: 3px;
    font-family: 'Arial', sans-serif;
}

li a.active, li a:hover{
    background: #D9D9D9;
    transition: .5s;
}

.checkbtn{
    font-size: 30px;
    color: black;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}



@media (max-width:952px){
    .enlace{
        padding-left: 20px;
    }
        nav ul li a{
            font-size: 14px;
        }
    
}

@media (max-width:780px){
    .checkbtn{
        display: block;
    }
    ul{
        position:fixed;
        width: 100%;
        height: 100vh;
        background: white;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }

    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    nav ul li a{
        font-size: 20px;
    }

    li a:hover, li a.active{
        background: none;
        color:#5caf50;
    }

    #check:checked ~ ul{
        left: 0;
    }
}
/*Footer*/

.Liga {
    background-color: #0d0d0dcb;
    display: flex;
    flex-direction: column; 
    width: 100%;
    
    
}

.info {
    padding-left: 25px; 
    padding-top: 40px;
    padding-bottom: 20px;
}

.info img {
    height: 60px;
    width: auto;
    padding-left: 20px;
}
.linkLigas{
    display: flex;
    flex-direction: column; 
    align-items: center; 
    padding-left: 25px;
    
}

.card{
    display: flex; 
    justify-content: left; 
    
    padding-left: 35px;
   
  
}


.linksLigas img {
    width: 30px; 
    height: auto; 
    margin: 0; 
    padding: 0; 
    padding-bottom: 50px;
    gap: 5px;
    
}

footer {
    text-align: center;
    background-color: #0d0d0dd3;
    padding: 15px;
}

.Copyright {
    text-align: left;
    color: #ffffffa0;
    font-size: 15px;
    margin: 15px;
}

.Copyright a {
    color: #ffffffa0;
    font-size: 15px;
    text-decoration: underline;
}

.wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left:30px;
    padding-bottom: 30px;
   
  }
  
  .button {
    width: 140px;
    height: 38px;
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-weight: 500;
    color: #000;
    background-color: #ffffff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    
    }
  
  .button:hover {
    background-color: #5caf50;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }


@media (max-width: 952px) {
    .Liga {
        flex-direction: column;
        align-items: left;
        text-align: left;
    }

    .info {
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .info img {
        height: 50px;
        width: auto;
    }

    .linksLigas img {
        width: 22px; 
        margin: 4px 0; 
        padding-bottom: 30px;
    }

}

@media (max-width: 780px) {
    .Liga {
        flex-direction: column;
        align-items: left;
        text-align: left;
       
    }

    .info {
        padding-left: 20PX;
        padding-top: 20px;
        padding-bottom: 5px;
    }
   

   
    .linksLigas {
        flex-direction: column;
        align-items: center;
        
        
    }

    .linksLigas img {
        width: 20px; 
        padding-bottom: 20px;
    }

}





/*Visión y misión contenido*/

.VM {
    display: flex;
    width: 100%; 
}

.Mision {
    flex: 1; 
    background-color: #5d92c4; 
    color: #e9e6e6; 
    padding: 50px 60px;
}



.Vision {
    flex: 1; 
    background-color: #050927; 
    color: #e9e6e6; 
    padding: 50px 60px;}


.mision-img {
    display: block; 
    margin: 0 auto 20px; 
    width: 15%; 
    height: auto; 
}

.linea {
    border: 0; 
    height: 1.5px;

    background-color: #e9e6e6;
    margin: 20px 0; 
}




    
.Mision h2, .Vision h2 {
    font-family: 'Arial', sans-serif;
    font-size: 28px; 
    margin-bottom: 20px;
    text-align: center; 
}

.Mision p, .Vision p {
    font-family: 'Arial', sans-serif;
    font-size: 16px; 
    line-height: 1.6;
    text-align: center; 
}


@media (max-width: 952px) {
    .VM {
        padding: 30px 0; 
    }

    .Mision, .Vision {
        flex: 1; 
    }

    .Mision h2, .Vision h2 {
        font-size: 25px; 
    }

    .Mision p, .Vision p {
        font-size: 14px; 
        text-align: justify;
    }
}

@media (max-width: 780px) {
    .VM {
        flex-direction: column; 
        width: 100%;
               
    }

    .Mision, .Vision {
        width: 100%; 
       
    }

    .Mision h2, .Vision h2 {
        font-size: 28px; 
    }
    
    .Mision p, .Vision p {
        font-size: 14px; 
        text-align: justify;
    }
}



/*Sueño*/
.Sueño {
    
    display: flex;
    justify-content: space-between;
    align-items: center; 
    padding: 50px 80px; 
    width: 100%;
}

.Historia {
    width: 50%; 
    
}

.Historia h2 {
    font-family: 'Arial', sans-serif;
    font-size: 60px; 
    color: black;
    margin-bottom: 20px;
}

.Historia h3 {
    font-family: 'Arial', sans-serif;
    font-size: 40px; 
    color: gray;
    line-height: 1.6;
    text-align: left;
}



@media (max-width: 952px)  {
    .Sueño {
        padding: 30px 50px; 
    }

    .Historia {
        width: 47%; 
    }

    

    .Historia h2 {
        font-size: 48px; 
    }

    .Historia h3 {
        font-size: 30px; 
    }
}

@media (max-width: 780px) {
    .Sueño{
        flex-direction: column; 
        padding: 20px;
    }

    .Historia {
        width: 90%; 
        margin-bottom: 20px;
    }

  

    .Historia h2 {
        font-family: 'Arial', sans-serif;
        font-size: 38px; 
        color:  black;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .Historia h3{
        font-family: 'Arial', sans-serif;
        font-size: 25px; 
        color: gray;
        line-height: 1.6;
        text-align: center;
    }
}

.TextoH {
    width: 45%; 
    
}



.TextoH p {
    font-family: 'Arial', sans-serif;
    font-size: 16px; 
    color: black;
    line-height: 1.6;
    text-align: justify;
}



@media (max-width: 952px)  {
     .TextoH {
        width: 50%; 
    }

    
   
    .TextoH p{
        font-size: 14px;
    }
}

@media (max-width: 780px) {
 
    .TextoH {
        width: 90%; 
        margin-bottom: 20px;
    }

      
    .TextoH p{
        font-family: 'Arial', sans-serif;
        font-size: 14px; 
        color:  black;
        line-height: 1.6;
        text-align: justify;
    }
}


/*Accion*/
.accion {
    background-color: #D9D9D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
    width: 100%;
    gap: 20px;
    box-sizing: border-box;
}

.imagenac {
    width: 50%; 
    display: block;
    
}

.imagenac img {
    width: 100%;
    height: auto; 
    display: block;
    object-fit: cover; 
    pointer-events: none;
}

.accionp {
    width: 50%; 
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    
}

.accionp h2 {
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    color: gray;
    margin-bottom: 20px;
    text-align: left;
}

.accionp p {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.6;
    text-align: justify;
}




@media (max-width: 952px) {
    .accion {
        flex-direction: column; 
        padding: 20px; 
        gap: 10px; 
        
        
    }

    .imagenac {
        width: 100%; 
        
    }

    .accionp {
        width: 90%; 
        margin-bottom: 20px;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0 auto; /* Centra el bloque de texto */
    }

  

    .accionp h2 {
        font-family: 'Arial', sans-serif;
        font-size: 28px; 
        color: gray;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .accionp p{
        font-family: 'Arial', sans-serif;
        font-size: 14px; 
        color: black;
        line-height: 1.6;
        text-align: justify;
    }
}




/*Crecimiento y liderazgo*/
.Lid{
    display: flex;
    justify-content: space-between;
    align-items: center; 
    padding: 50px 80px; 
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.obstaculo {
    width: 45%; 
    
}

.obstaculo h2 {
    font-family: 'Arial', sans-serif;
    font-size: 28px; 
    color: gray;
    margin-bottom: 20px;
    text-align: left;

}

.obstaculo p {
    font-family: 'Arial', sans-serif;
    font-size: 16px; 
    color: black;
    line-height: 1.6;
    text-align: justify;
}



@media (max-width: 952px)  {
    .Lid {
        padding: 30px 50px; 
    }

    .obstaculo {
        width: 45%; 
    }

   

    .obstaculo h2 {
        font-size: 25px; 
    }

    .obstaculo p {
        font-size: 14px; 
        text-align: justify;
    }
}

@media (max-width: 780px) {
    .Lid {
        flex-direction: column; 
        padding: 20px;
    }

    .obstaculo {
        width: 90%; 
        margin-bottom: 20px;
    }

  

    .obstaculo h2 {
        font-family: 'Arial', sans-serif;
        font-size: 28px; 
        color: gray;
        margin-bottom: 20px;
    }
    
    .obstaculo p{
        font-family: 'Arial', sans-serif;
        font-size: 14px; 
        color: black;
        line-height: 1.6;
        text-align: justify;
    }
}

.liderazgo {
    width: 45%; 
    
}

.liderazgo h2 {
    font-family: 'Arial', sans-serif;
    font-size: 28px; 
    color: gray;
    margin-bottom: 45px;
    text-align: left;
    
}

.liderazgo p {
    font-family: 'Arial', sans-serif;
    font-size: 16px; 
    color: black;
    line-height: 1.6;
    text-align: justify;
    
}



@media (max-width: 952px)  {
     .liderazgo {
        width: 45%; 
    }

    
    .liderazgo h2 {
        font-size: 25px; 
        text-align: left;
    }

    .liderazgo p{
        font-size: 14px;
        text-align: justify;
        
    }
}

@media (max-width: 780px) {
 
    .liderazgo {
        width: 90%; 
        margin-bottom: 20px;
    }

    .liderazgo h2 {
        font-family: 'Arial', sans-serif;
        font-size: 28px; 
        color: gray;
        margin-bottom: 20px;
    }
    
    .liderazgo p{
        font-family: 'Arial', sans-serif;
        font-size: 14px; 
        color: black;
        line-height: 1.6;
        text-align: justify;
    }
}



/*about*/
.about {

    display: flex;
    justify-content: space-between;
    align-items: center; 
    padding: 50px 80px; 
    width: 100%;
}

.contenidoab {
    width: 40%; 
}

.contenidoab h2 {
    font-family: 'Arial', sans-serif;
    font-size: 25px; 
    color: gray;
    margin-bottom: 20px;
}

.contenidoab p {
    font-family: 'Arial', sans-serif;
    font-size: 16px; 
    color: black;
    line-height: 1.6;
    text-align: justify;
}

.imagen-ab {
    width: 55%; 
    display: flex;
    justify-content: center;
}

.imagen-ab img {
    max-width: 100%; 
    height: auto; 
    pointer-events: none;
}



@media (max-width:1000px) {
    .about {
        flex-direction: column; 
        padding: 20px;
    }

    .contenidoab {
        width: 90%; 
        margin-bottom: 20px;
    }

    .imagen-ab {
        width: 100%; 
    }

    .contenidoab h2 {
        font-family: 'Arial', sans-serif;
        font-size: 30px; 
        color:gray;
        margin-bottom: 20px;
    }
    
    .contenidoab p {
        font-family: 'Arial', sans-serif;
        font-size: 15px; 
        color: black;
        line-height: 1.6;
        text-align: justify;
    }
}


/*Legado*/
.Legado {
    background-color: black; 
    display: flex;
    justify-content: space-between;
    align-items: center; 
    padding: 50px 80px; 
    width: 100%;
}

.contenidoleg{
    width: 40%; 
}

.contenidoleg h2 {
    font-family: 'Arial', sans-serif;
    font-size: 35px; 
    color: #e9e6e6;
    margin-bottom: 20px;
}

.contenidoleg p {
    font-family: 'Arial', sans-serif;
    font-size: 16px; 
    color: #e9e6e6e3;
    line-height: 1.6;
    text-align: justify;
}

.imagen-leg{
    width: 55%; 
    display: flex;
    justify-content: center;
}

.imagen-leg img {
    max-width: 100%; 
    height: auto; 
    pointer-events: none;
}



@media (max-width:1000px) {
    .Legado{
        flex-direction: column; 
        padding: 20px;
    }

    .contenidoleg {
        width: 90%; 
        margin-bottom: 20px;
    }

    .imagen-leg {
        width: 100%; 
    }

    .contenidoleg h2 {
        font-family: 'Arial', sans-serif;
        font-size: 30px; 
        color: #e9e6e6;
        margin-bottom: 20px;
    }
    
    .ccontenidoleg p {
        font-family: 'Arial', sans-serif;
        font-size: 15px; 
        color: #e9e6e6e3;
        line-height: 1.6;
        text-align: justify;
    }
}

  /*WhatsApp*/

  .content {
    padding: 20px;
    height: 2000px; 

}

#whatsapp-button {
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    
    transition: transform 0.3s; 
}

#whatsapp-button img {
    width: 50px; 
    height: 50px; 
}

#whatsapp-button:hover {
    transform: scale(1.3); 
}

/* Banner */
.Banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
    position: relative; /* Necesario para el posicionamiento absoluto del logo */
}

.Banner img {
    width: 100%;
    height: auto; 
    display: block; 
    object-fit: cover;
    pointer-events: none;
    margin-top: 10px;
}

/* Estilo para el logo */
.Banner .logo {
    position: absolute;
    top: 20px; /* Ajusta según la posición deseada */
    left: 20px; /* Ajusta según la posición deseada */
    width: 100px; /* Tamaño del logo */
    height: auto;
    z-index: 1;
}

@media (max-width: 1000px) {
    .Banner {
        margin-top: 60px;
    }
}