* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
  }
  ul {
    list-style: none;
  }
  a {
    text-decoration: none;
    color: blueviolet;
    width: 100%;
    padding: 10px auto;  
  }
  a:hover {
    color: #fff;
    background-color: blueviolet;
    }
  #menu {
    position: relative;
    color: rgb(0, 0, 0);
    font-size: x-large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    flex-grow: 1;
    text-align: right;
    
  } 
  #menu-hamburguesa {
    display: none;
    background-color: rgb(247, 239, 247);
    width: 50%;
    text-align: right;
    position: absolute;
    right: 0;
  }
  #menu:hover #menu-hamburguesa {
    display: block;
  }

  body {
    background-color: rgb(226, 211, 215);
  }

 header {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
  }

  header img {
    height: 100px;
    

  }

 
h1 {
  text-align: center;
  font-size:xx-large;
  
}

.wppfooter a {
  display: block;
}
.footer {
  background-color: black;
  text-align: center;
  color:#fff;
padding-top: 30px;
padding-bottom: 30px;
}

.footer p {
  margin: 10px 0;
}

.footer a {
  margin: 10px 0;
}

.fondonegro {
    text-align: center;
    background-color: black;
    font-size:medium;
    color: #fff;
    height: 30px;
  
  }
  
  .fondonegro p {
   padding-top: 0.5%;
    
  
  }

  .titulosobrenosotros  {
    text-align: center;
    font-size:xx-large;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  
  .fondodecolorsobrenosotros img {
    width: 50%; 
    height: auto;
  }
  
  .fondodecolorsobrenosotros {
  background-color: white;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: larger;
  }
  
  .fondodecolorsobrenosotros h2  {
    padding: 2% 2% 2% 2%;
    flex: 1;
    padding: 20px; 
    background-color: #fff; 
   }   
  
  
  
  .segundoparrafo {
  background-color: white;
  width: 70%;
  margin-left: 15%;
  margin-bottom: 10%;
  margin-top: 10%;
  border: 4px solid rgb(188, 151, 188);
  height: 160px;
  padding-bottom: 15%;
  
  
  
  
  }
  
  .segundoparrafo h3 {
    
    text-align: center;
    width: 90%;
    padding: 5% 4% 4% 9%;
    font-size: xx-large;
    
   
    
   
    
    }
  
  
    .fondodecolorsobrenosotros2 img {
      width: 50%; 
      height: 500%;
    }
    
    .fondodecolorsobrenosotros2 {
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 10%;
    }    
  
    .fondodecolorsobrenosotros2 h4  {
    padding: 5% 5% 5% 5%;
    font-size: xx-large;
    text-align: center;
      }    
    
    
  
  
  
  
  
  
  
      .ubicaciontitulo {
        text-align: center;
        font-size:xx-large;
        padding-top: 3%;
        padding-bottom: 3%;
        
      }
  
      .palermoyhorarios {
        text-align: left;
        font-size:large;
        padding-top: 3%;
        padding-bottom: 3%;
        background-color: black;
        margin-bottom: 10%;
        color: white;
        padding-left: 1%;
         
      }
  
      .belgrano {
        text-align: left;
        font-size:large;
        padding-top: 3%;
        padding-bottom: 3%;
        background-color: black;
        margin-bottom: 10%;
        color: white;
        padding-left: 1%;
         
      }