@import url("https://fonts.googleapis.com/css2?family=Coiny&family=Manjari:wght@100;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  overflow-x: hidden;
  font-family: "Poppins", serif;
  font-size: 16px;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 3px;
  color: #000;
  font-size: 1rem;
  font-family: "Poppins", serif;
}

.fondo1 {
  box-shadow: 5px 5px 8px #fff;
  background-color: #fff;
}

.navbar li:hover {
  background-color: #008f39;
}

.navbar li a {
  color: #008f39 !important;
  margin-left: 2px;
  margin-right: 2px;
}

.navbar li a:hover {
  color: #fff !important;
}

.optmenu {
  font-size: 1rem;
}

.optmenu:hover {
  color: #000;
}

.optmenuli:hover {
  background-color: #FBF59F;
  border-radius: 10px;
}

.logo {
  width: 120px;
  height: 120px;
}

.navbar-toggler {
  border: 3px solid #000;
}

.navbar-toggler:hover {
  background-color: #008f39;
}

.custom-toggler.navbar-toggler {
  border: 3px solid #A4B07E;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(164, 176, 126, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler .navbar-toggler-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(251, 245, 159, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav button {
  margin: 0 auto;
}

.banner-section {
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  height: 100vh;
  background-position: center;
  background-image: url("../imagenes/baner1.jpg");
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}

@keyframes a {
  0% {
    opacity: 0.5;
    background-position: left center;
  }
  100% {
    opacity: 1;
    background-position: right center;
  }
}
.titulo {
  font-size: 8rem;
  font-family: "Coiny", serif;
  font-weight: bold !important;
}

header {
  -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
          clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  height: 100vh;
  background-size: cover;
  background-color: #dad6cb;
  background-attachment: fixed;
  background-blend-mode: multiply;
  box-shadow: inset 0 0 0 1000px rgba(23, 23, 23, 0.4);
}

header p {
  font-size: 3.3rem;
  color: #FBF59F;
}

h2 {
  font-weight: bold !important;
}

#nosotros {
  font-family: "Poppins", serif;
}

.columna1 h3 {
  text-align: left;
}

.columna1 p {
  text-align: left;
}

#nosotros .card-body {
  background-color: #A4B07E;
  font-family: "Coiny", cursive;
}

#nosotros .card-body h5 {
  color: #fff;
  font-size: 20px;
}

#nosotros .card-body p {
  color: #FBF59F;
  font-size: 1rem;
}

.nosotros {
  background-color: #FBF59F;
  padding-left: 100px;
  padding-right: 100px;
  font-family: "Poppins", serif;
}

.introducciones {
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
}

#introduccion_nosotros {
  padding-left: 0;
  padding-right: 0;
}

.nav-item {
  font-size: 40px;
}

.nav-item button {
  color: #000;
}

.nav-item button:hover {
  color: #000;
  background-color: #A4B07E;
}

.nosotros ul li button {
  font-size: 15px;
}

.img-nosotros {
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

#menu {
  font-family: "Poppins", serif;
}

#menu .card-body {
  background-color: transparent;
  font-family: "Poppins", serif;
  color: #000;
}

#menu .card h5 {
  font-size: 18px;
}

#menu .card p {
  font-size: 16px;
}

#ubicacion {
  font-family: "Poppins", serif;
  background-color: #008f39;
}

#ubicacion {
  color: #fff;
}

.direccion {
  padding-left: 30px;
  padding-right: 30px;
}

iframe {
  width: 100%;
}

#contacto {
  font-family: "Poppins", serif;
  background-color: #fff;
}

.telefono,
.correo {
  font-size: 1rem !important;
}

#contacto img {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

.goto-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 75px;
  height: 50px;
  z-index: 3000;
}

footer {
  font-family: "Poppins", serif;
  background-color: #008f39;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

footer h2 {
  font-family: "Coiny", serif;
}

footer p {
  color: #fff;
  margin-bottom: 0;
}

.card {
  border: none !important;
  width: 18rem;
  margin: 0 auto;
  margin-bottom: 50px;
}/*# sourceMappingURL=index.css.map */