@import url('https://fonts.googleapis.com/css2?family=Fascinate+Inline&family=Monoton&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25vh;
}

.icono{
  font-family: Georgia, serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  padding: 0 30px 0 0;
}

.icono p {
  color: #207e05;
  font-size: 35px;
  padding: 20px;
}

.menu-principal, .icono {
  margin: 0 0 0 300px;
}
        

.menu-principal a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000000;
  font-size: 20px;
  background-color: #e0e177;
  padding: 7px;
  border-radius: 8px;
  font-family: 'Times New Roman', Times, serif;
}

.menu-principal a img {
  margin-left: 8px; 
}

.menu-principal a:hover {
  background-color: #f5f86e;
  color: #000000;
}

.submenu {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  padding: 15px;
  border-bottom: 2px solid #ccc;
  position: static;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.submenu a {
  margin: 0 60px;
  text-decoration: none;
  color: #093776;
  font-weight: bold;
  font-size: 20px;
}

.submenu a:hover {
  color: #0936769c;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

#template-mo-zay-hero-carousel { background: #efefef !important;}
#template-mo-zay-hero-carousel .carousel-indicators li {
  margin-top: -50px;
  background-color: #59ab6e;
}
#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
  color: #59ab6e !important;
  font-size: 2.8em !important;
}


.container {
  display: flex;
  align-items: flex-start;
}

.left-content {
  flex: 1;
  margin-right: 20px;
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.h1 {
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.paragraph-1 {
  text-align: justify;
  font-size: 19px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.right-content {
  flex: 2;
}

.c-item {
  height: 480px;
}

.c-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: brightness(0.6);
}

.carousel-control-prev-icon {
  background-color: rgba(211, 211, 211, 0.862); 
  border-radius: 50%; 
}

.carousel-control-next-icon {
  background-color: rgba(211, 211, 211, 0.862); 
  border-radius: 50%;
}


section {
  margin-bottom: 40px;
}

h2 {
  border-bottom: 2px solid #4CAF50;
  padding: 60px 0 20px 0;
}

.news-events .cards {
  display: flex;
  justify-content: space-between;
}
.news-events .card {
  margin: 0 60px;
}

.card-title {
  font-family: 'Merriweather', serif;
}

.card-text {
  font-family: 'Open Sans', sans-serif;
}

.container-lema {
    padding: 30px;
  }
.lema {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px; 
  padding: 20px; 
  box-shadow: 0 4px 8px rgba(255, 203, 60, 0.39);
}
.lema h3 {
  color: #488538;
}

footer {
  background-color: #333;
  color: white;
  padding: 20px 0;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.footer-content-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.social-icons {
  display: flex;
  justify-content: center;
  width: 100%; 
  margin-bottom: 20px;
}

.social-icons a {
  margin: 40px 100px 20px 100px;
  display: inline-block;
}

.social-icons img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

.contact-info {
  display: flex;
  align-items: center;
}

.logo-container {
  margin-right: 20px;
}

.logo-container img {
  width: 180px; 
  height: auto;
  margin: 0 0 0 70px;
}

.emails h6 {
  margin: 15px 0 25px 10px;
}

.emails p {
  margin: 15px 0 25px 10px;
}

.footer-content-right {
  text-align: right;
}
  
.footer-content-right p {
  margin: 10px 190px 0 0;
}

.footer-content-right h5 {
  margin: 40px 500px 0 0;
}
  
.footer-bottom {
  text-align: center;
  margin-top: 20px;
}
  
  
  