*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    

}
body{
    font-family: Arial, Helvetica;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.979);
    padding-top: 0%;
    padding-left: 4%;
    padding-right: 4%;
    font-weight: bold;
    margin: auto;
}


h1{
    color:rgb(255, 255, 255);
    font-size: 25px;
}

h2{
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 7%;
}

p {
    text-align: justify;
    margin: 9%;
}

.P2 {
    text-align: justify;
    margin: 1%;
}

.Metodologia {
    text-align: justify;
    margin-left: 13%;
    margin-right: 13%;
    padding: auto;
    
}

.sobrenosotros {
    display: flex;
}

.Pclientes {
    text-align: justify;
    margin-left: 100px;
    padding: auto;
}

.Espectaculos {
    text-align: justify;
    margin-left: 125px;
    
}

ul li{
    display: inline-block;
    padding: 0px 0px;
}

li a{
    text-decoration: none;
    color:white;
    padding: 20px;
    display: block;
    width: 350px;
    margin: 0;
}

.menu a {
    text-decoration: none;
    color:white;
    padding: 20px;
    display: block;
    width: 225px;
    margin: 0;
}


li{
    display: inline-block;
    text-align: center;
}

 li a:hover{
    background-color: white;
    margin: auto;
}



a{
    color: rgb(252, 250, 250);
    text-decoration:none;
    
    padding: 0;
    margin: 0;
}

a:hover{
    color: rgb(0, 0, 0);
}

.imagenL {
    margin-right:0px;
    margin-left: 15px;
    padding: 0;
    display: flex;
}



.contenedorL {
    display: flex;
    justify-content: center;
}



.carousel  {
    width: 100%;
   background-color: black;
    padding: 0;
    display: flex;
     transition:.6s ease;
     
}


.Imagen{
  
    width: 100%;
     
}

.sobrenosotros{
    margin-left: 8%;
}

.coreo{
    margin-bottom: 10%;
}

.Metodologia{
    margin-left: 20% ;
    margin-right: 21%;
}

#map {
    display:flex;
    padding:auto;
margin-left: 30%;
    width: 1100px;
    height: 700px;
}

#map iframe {
    width: 80%;
    height: 80%;
}
 
.marcaB{
    color:white;
}



.mapM{
    text-decoration: none;
    color: rgb(252, 249, 249);
}


.logo{
    margin-left: 11%;
}

/* Responsive Design */
@media (max-width: 768px) {
    nav {
        flex-direction: column;
        padding: 10px;
    }
    
    ul li {
        display: block;
        width: 100%;
    }
    
    li a, .menu a {
        width: 100%;
        text-align: center;
        padding: 15px;
    }
    
    h2 {
        font-size: 1.5em;
        margin-top: 20px;
    }
    
    p, .Metodologia {
        margin: 5%;
        font-size: 0.9em;
    }
    
    .sobrenosotros {
        flex-direction: column;
        margin-left: 0;
        align-items: center;
    }
    
    .Pclientes, .Espectaculos {
        margin: 10px;
        text-align: center;
    }
    
    #map {
        margin: 20px auto;
        width: 90%;
        height: 400px;
    }
    
    #map iframe {
        width: 100%;
        height: 100%;
    }
    
    .logo {
        margin-left: 0;
        text-align: center;
    }
    
    .logo img {
        width: 120px;
    }
    
    .correo img, .Espectaculos img {
        width: 50px !important;
        height: 50px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    nav {
        padding: 15px 2%;
    }
    
    li a {
        width: 200px;
        padding: 15px;
    }
    
    .menu a {
        width: 150px;
    }
    
    .Metodologia {
        margin-left: 10%;
        margin-right: 10%;
    }
    
    .sobrenosotros {
        margin-left: 5%;
    }
    
    #map {
        width: 800px;
        height: 500px;
        margin-left: 15%;
    }
    
    .correo img, .Espectaculos img {
        width: 60px !important;
        height: 60px !important;
    }
}

@media (min-width: 1025px) {
    /* Desktop styles - keep existing */
}