body {
  margin: 0;
  font-family: 'Raleway', sans-serif;
}
label {
  display: none;
  z-index: 20;
  font-size: 21px;
  cursor: pointer;
}
input {
  display: none;
}
@media (max-width: 750px) {
  .links {
    display: none;
  }
  label {
    display: flex;
  }
  #toggle:checked ~ .links {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #toggle:checked ~ .links a {
    margin: 5px 0;
  }
}
header {
  display: flex;
  flex-flow: column;
}
header .menu {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  transition: 0.1s;
}
@media (max-width: 750px) {
  header .menu {
    flex-flow: column;
  }
}
header .menu .logo {
  width: 30%;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: visible;
  cursor: pointer;
}
@media (max-width: 750px) {
  header .menu .logo {
    width: 100%;
  }
}
header .menu .logo h1 {
  font-weight: 300;
  color: black;
  font-size: 28px;
  width: 200px;
  text-align: center;
  z-index: 20;
  margin: 0;
  padding: 20px 0px;
}
header .menu .logo:before {
  content: '';
  width: 0px;
  border-right: 100px solid transparent;
  border-top: 50px solid #ffffff;
  border-left: 100px solid transparent;
  border-bottom: 100px solid transparent;
  position: absolute;
  bottom: -150px;
  z-index: 10;
  transition: 0.4s;
}
header .menu .logo:hover:before {
  border-top: 60px solid #ffffff;
  bottom: -160px;
}
header .menu .logo:hover h1 {
  color: #757575;
}
header .menu .links {
  width: 70%;
}
header .menu .links a {
  text-decoration: none;
  margin: 0px 10px;
  padding: 0px 10px;
  font-weight: 300;
  color: black;
}
header .banner {
  height: 80vh;
  background-image: url('img/MainBG.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}
header .banner h2 {
  position: absolute;
  bottom: 10vh;
  left: 10%;
  font-size: calc(20px + 3vw);
  font-weight: 300;
  color: white;
}
.horario {
  display: flex;
  flex-flow: row;
  background-color: #F1F1F1;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
@media (max-width: 750px) {
  .horario {
    flex-flow: column;
    padding-bottom: 80px;
  }
}
.horario .horario-txt {
  width: 60%;
}
@media (max-width: 750px) {
  .horario .horario-txt {
    flex-flow: column;
    width: 100%;
  }
}
.horario .horario-txt h2 {
  margin-left: 15%;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: calc(20px + 2vw);
}
.horario .horario-txt h3 {
  margin-left: 15%;
  font-weight: 300;
  margin-top: 0px;
  font-size: calc(10px + 1.5vw);
}
.horario .horario-logo {
  width: 40%;
  display: flex;
  justify-content: center;
}
.horario .horario-logo img {
  width: 120px;
}
.contenedor1 {
  display: flex;
  flex-flow: row;
  margin: 100px 0;
}
.contenedor1 .texto1 {
  width: 60%;
}
@media (max-width: 750px) {
  .contenedor1 .texto1 {
    width: 90%;
  }
}
.contenedor1 .texto1 h2 {
  margin-left: 15%;
  font-weight: 800;
  font-size: calc(20px + 1.5vw);
}
.contenedor1 .texto1 h3 {
  margin-left: 15%;
  font-weight: 500;
  font-size: calc(15px + 1vw);
}
.contenedor1 .texto1 h4 {
  margin-left: 15%;
  font-weight: 300;
  font-size: calc(14px + 1vw);
}
.contenedor1 .foto1 {
  width: 40%;
}
@media (max-width: 750px) {
  .contenedor1 .foto1 {
    display: none;
  }
}
.contenedor1 .foto1 img {
  width: 100px;
  margin-left: 30%;
}
.contenedor2 {
  display: flex;
  flex-flow: row;
  margin: 100px 9%;
}
@media (max-width: 750px) {
  .contenedor2 {
    flex-flow: column;
  }
}
.contenedor2 .tarjeta-foto {
  width: 50%;
}
@media (max-width: 750px) {
  .contenedor2 .tarjeta-foto {
    flex-flow: column;
    width: 100%;
    margin: 0!important;
  }
}
.contenedor2 .tarjeta-foto img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  position: relative;
}
.contenedor2 .tarjeta-foto p {
  font-size: 21px;
}
.footer {
  background-color: #656565;
  display: flex;
  padding: 80px 0;
}
@media (max-width: 750px) {
  .footer {
    flex-flow: column;
  }
}
.footer .footer-col1 {
  width: 50%;
  color: white;
}
.footer .footer-col1 h2 {
  margin-left: 15%;
  font-size: 30px;
  font-weight: 500;
}
.footer .footer-col1 h3 {
  margin-left: 15%;
  font-size: 20px;
  font-weight: 300;
}
.footer .footer-col1 p {
  margin-left: 15%;
  font-size: 18px;
  font-weight: 300;
}
.footer .footer-col2 {
  width: 50%;
  color: white;
  display: flex;
  flex-flow: column;
}
.footer .footer-col2 h2 {
  margin-left: 15%;
  font-size: 30px;
  font-weight: 500;
}
.footer .footer-col2 a {
  margin-left: 15%;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  color: white;
  margin-top: 5px;
}
.contenedor-tipo {
  width: 80%;
  margin: 0px 10%;
  display: flex;
  flex-flow: column;
  margin-bottom: 100px;
  margin-top: 20px;
}
.contenedor-tipo h2 {
  font-size: 40px;
  font-weight: 800;
}
.contenedor-tipo h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
}
.contenedor-tipo p {
  font-size: 20px;
  font-weight: 500;
}
.contenedor-tipo .img-unica {
  width: 40%;
}
.contenedor-tipo .muestra-fotos {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.contenedor-tipo .muestra-fotos img {
  width: 42%;
  margin: 19px 5%;
}
.contenedor-tipo .mapa {
  display: flex;
  width: 100%;
}
.contenedor-tipo .mapa iframe {
  width: 100%;
  height: 70vh;
  border: none;
}
.contenedor-tipo .fotos-3 {
  display: flex;
  align-items: center;
  margin: 50px 0;
}
.contenedor-tipo .fotos-3 img {
  width: 30%;
  margin: 0px 1%;
}
