*{
  padding: 0;
  margin: 0%;
  box-sizing: border-box;
  list-style: none;

}
main{
  max-width: 1200px;
  padding: 0;
}
.conteiner{
 
  border-radius: 15px;
  width: 80%;
  height: auto;
  display: grid; 
  grid-template-columns: repeat(2,1fr);
  margin: auto;
}
.destacado{
  text-align: center;
  padding-top: 15px;
  font-size: 1.5em;
}
.destacados{
  text-align: center;
  font-size: 1.5em;
}
#uno{
  grid-column: 1/3;
  grid-row:1;
}
.nosotros{
  border: solid rgb(125, 138, 153);
  border-radius: 15px;
  width: 85%;
  height: auto;
  margin: auto;
  margin-top: 15px;
  grid-row:2;
  grid-column: 1/3;
}
.nosotros p{
  margin: auto;
  padding: 10px;
  font-size: 1.3em;
  /*font-weight: 800;
  color: rgb(68, 68, 68);*/
}


.horarios{
  text-align: center;
  padding: 0 15px 10px 15px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  font-size: 1.3em;
 /* font-weight: 800;
  color: rgb(68, 68, 68);*/
}
.Titulo{
  grid-column: 1/3;
}

.izquierda{
  grid-column: 1/2;
}
.Derecha{
  grid-column: 2/3;
}

#dos{
  grid-row:1;
  grid-column: 1/2;
}

.comunicate{
  width: 90%;
  display: grid;
  grid-template-columns: 50% 50%;

}

.contacto{
  border: solid rgb(125, 138, 153);
  border-radius: 15px;
  width: 90%;
  height: 300px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
    
}

.contacto a{
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contacto span{
  font-size: 5rem;
}

.redes{
  width: 90%;
  height: 90%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid rgb(125, 138, 153);
  border-radius: 15px;
}

#tres{
  grid-column: 2/3;
  grid-row:1;
}
.ubicacion{
    border: solid rgb(125, 138, 153);
    border-radius: 15px;
    width: 95%;
    height: 300px;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
     
  }
  
.mapa{
  width: 90%;
  height: 90%;
  margin: auto;
  border: solid rgb(125, 138, 153);
  border-radius: 15px;
  overflow: hidden;
}

.conteiner{
  width: 90%;
  display: flex;
  user-select: none;
  justify-content: flex-start;
  min-height: 20vh;
}

.contenido{
  display: flex;
  user-select: none;
}


.titulo-secciones{
width: 95%;

}
.acordeon{
  width: 95%;
  min-height: 150px;
  margin-bottom: 30px;
}
.acordeon .contenidobx{
  margin-bottom: 20px;
}

.contenido ul li {
  padding: 10px;
}
.content ul li p{
  padding: 5px;
}
