* {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}
a {
  text-decoration: none;
}
.navbar-nav .nav-item {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
main {
  background-color: #d3b77a;
}

.logoPaginaDelSur{
  color: white;
}
video {
  width: 100%;
  height: auto;
}
.logo {
  width: 700px;
  height: auto;
  z-index: 2000;
  position: absolute;
}

.carrusel-nosotros {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.img-carrusel {
  object-fit: cover;
}

.mi-bg-dark {
  background-color: #721422;
}
.fondoNegro {
  width: 100%;
  height: 300px;

  background-color: black;
  align-items: center;
  justify-content: end;
}

.bg-texto {
  background-color: rgb(0, 0, 0);
}

.texto-nosotros-negrita{
  color: black;
  text-align: justify;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  /*
  font-family: "Abril Fatface", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  */
}
.texto-nosotros {
  color: black;
  text-align: justify;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
}

.texto-historia {
  color: black;
  text-align: justify;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
}

.texto-historia-negrita {
  color: black;
  text-align: justify;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
}

h2 {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-style: normal;
  /*
  color: white;
  font-family: "Abril Fatface", serif;
  font-weight: 1000;
  font-style: normal;
  */
  /*
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  margin-right: 20px;
  */
}

.miFooter {
  position: absolute;
}

.bg-footer {
  background-color: #201e1f;
}

.redes {
  color: white;
  display: block;
  text-align: center;
  justify-content: center;
}

.mapas {
  width: 100%;
  height: 400px;
}

.cardMio {
  transition: all 0.3s;
}

.cardMio:hover {
  transform: scale(1.1);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .containerTablet {
    display: flex;
    background-color: #721422;
  }

  .logo {
    position: relative;
  }

  .fondoNegro {
    width: 100%;
    height: 100px;
    background-color: #721422;
    justify-content: center;
  }
  .texto-nosotros {
    font-size: 16px;
  }
  .carrusel-nosotros {
    height: 200px;
  }
  .texto-historia {
    font-size: 16px;
  }
  .texto-nosotros-negrita{
    font-size: 16px;
  }
  .fondoNegro{
    padding-top: 30px;
  }
  main {
    background-color: #c0b398;
  }
}

/* Mobile */

@media only screen and (max-width: 500px) {
  .containerTablet {
    display: flex;
    background-color: #721422;
  }

  .logo {
    position: relative;
  }

  .fondoNegro {
    width: 100%;
    height: 100px;
    background-color: #721422;
    justify-content: center;
  }

  h2 {
    font-size: 20px;
    text-align: center;
    justify-content: center;
  }
  .texto-nosotros {
    font-size: 12px;
  }
  .texto-nosotros-negrita{
    font-size: 12px;
  }
  .carrusel-nosotros {
    height: 150px;
  }
  .texto-historia-negrita{
    font-size: 12px;
    
  }
  .texto-historia {
    font-size: 12px;
  }
 .fondoLogo{
   width: 400px;
   height: auto;
 }
 main {
  background-color: #c0b398;
}
.logoPaginaDelSur{
  color: white;
  font-size: 8px;
}
}
