* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
@font-face {
  font-family: kenyan;
  src: url(../fonts/kenyan_rg.otf);
}
@font-face {
  font-family: putrey;
  src: url(../fonts/Putrey-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #fef8e1;
}
div[id] {
  scroll-margin-top: 140px;
}

/*HEADER*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fef8e1;
  z-index: 10;
}
.header__superior {
  max-width: 1930px;
  margin: auto;
  display: flex;
  align-items: center;
  background: #fef8e1;
  justify-content: space-between;
  padding: 3px;
  height: 70px;
}
.logo img {
  width: 60px;
  margin-left: 30px;
  cursor: pointer;
}
.texto {
  font-size: 2.0em;
  margin: auto;
  color: #005e3b;
}
.search input {
  width: 150px;
  padding: 5px;
  justify-content: right;
}

/* BANNER*/
.banner {
  padding: 0;
  width: 100%;
  margin-top: 90px;
  height: calc(100vh + 50px);
  background-size: cover;
  background-position: top;
  animation: banner 12s infinite linear;
}
@keyframes banner {
  0%,
  20% {
    background-image: url("../img/Banner_uno.jpg");
  }
  21%,
  40% {
    background-image: url("../img/Banner_dos.jpg");
  }
  41%,
  60% {
    background-image: url("../img/Banner_tres.jpg");
  }
  61%,
  80% {
    background-image: url("../img/Banner_cuatro.jpg");
  }
  81%,
  100% {
    background-image: url("../img/Banner_cinco.jpg");
  }
}
.banner-content {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-content h1 {
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  font-size: 50px;
  text-align: center;
}
.bic {
  width: 250px;
  padding-left: 20px;
}


/*NAVEGACION ------------------------------------------*/
.container__menu {
  width: 100%;
  height: 40px;
  background-color: rgba(0, 94, 59, 1);
  position: fixed;
  top: 65px;
  z-index: 10;
}
.menu {
  max-width: 1930px;
  margin: auto;
  height: 100%;
}
.img_login {
  width: 20px;
  margin-right: 5px;
}
nav {
  height: 100%;
}
nav > ul {
  height: 100%;
  display: flex;
}
nav ul li {
  height: 100%;
  list-style: none;
  position: relative;
}
nav > ul > li:first-child > a {
  background-image: url(../img/inicio_blank_100.png);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px 50px;
}
nav > ul > li:first-child:hover > a {
  background-image: url(../img/inicio_blank_100.png);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center center;
}
nav > ul > li > a {
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  padding: 20px;
  padding-left: 25px;
  padding-right: 25px;
  color: white;
  transition: all 200ms ease;
}
nav > ul > li > a:hover {
  transform: scale(1.06);
  background: #95ce5e;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.selected {
  transform: scale(1.06);
  background-color: #95ce5e;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

/*SUBMENU*/
nav ul li ul {
  width: 280px;
  display: flex;
  flex-direction: column;
  background: white;
  position: absolute;
  top: 90px;
  left: -5px;
  padding: 14px 0px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 10;
  transition: all 200ms ease;
}
nav ul li:hover ul {
  visibility: visible;
  opacity: 1;
  top: 46px;
}
nav ul li ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid white;
  position: absolute;
  top: -12px;
  left: 20px;
}
nav ul li ul li a {
  display: block;
  color: #005e3b;
  padding: 6px;
  padding-left: 14px;
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 200ms ease;
}
nav ul li ul li a:hover {
  background: #95ce5e;
  color: white;
  transform: scale(1.1);
  padding-left: 30px;
  font-size: 14px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 1px;
}

/* MENU_RESPONSIVE */
.open-menu,
.close-menu {
  display: none;
}

/*CONTENIDO INICIO*/
.contenedor {
  background-color: #fef8e1;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.contene {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.sombra {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.caja70 {
  background-color: white;
  padding: 15px;
  width: 1050px;
  display: flex;
}
.cabezera {
  width: 100%;
}
.title {
  font-size: 1.8em;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 5px;
  color: black;
}
.linea {
  color: #95ce5e;
}
.calendar {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding-bottom: 3px;
  color: darkgrey;
}
.fecha_dato {
  font-size: 1em;
  color: darkgrey;
  padding-top: 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: left;
}
.image-central {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filigrana {
  width: 20%;
  padding-top: 20px;
  padding-bottom: 70px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.cabezera_uno {
  width: 100%;
}
.image-uno {
  width: 150px;
  height: 150px;
  margin: auto;
  display: flex;
}
.texto_uno {
  padding: 30px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 1.1em;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: black;
}
.texto-centrado {
  color: black;
  width: 20%;
  padding-top: 20px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.image-boja_uno {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-boja_dos {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.caja30 {
  background-color: white;
  padding: 5px;
  width: 400px;
}
.image-uno-caja30 {
  width: 200px;
  height: 200px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}
.redesSociales {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-left: 10%;
  padding-right: 10%;
}
.image-rss {
  width: 50px;
  margin: 10px;
  cursor: pointer;
}
.image-face {
  width: 50px;
  margin: 10px;
  cursor: pointer;
}
.image-twitter {
  width: 50px;
  margin: 10px;
  cursor: pointer;
}
.image-instagram {
  width: 50px;
  margin: 10px;
  cursor: pointer;
}
.cajita {
  width: 100%;
  height: 100px;
}
.title-colabora {
  font-size: 1.6em;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 5px;
  color: black;
  text-align: center;
}
.linea-caja30-colabora {
  color: #95ce5e;
  width: 160px;
  margin: auto;
}
.logos-colaboran {
  display: flex;
  flex-direction: column;
  width: 250px;
  margin: auto;
}
.image-anglo {
  width: 180px;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.image-anglo:hover {
  transition: all 0.5s ease;
  transform: scale(1.03);
}
.image-vidal {
  width: 180px;
  margin: 20px auto;
  align-items: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.image-vidal:hover {
  transition: all 0.5s ease;
  transform: scale(1.03);
}
.image-Uegha {
  width: 180px;
  margin: 20px auto;
  align-items: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.image-Uegha:hover {
  transition: all 0.5s ease;
  transform: scale(1.03);
}
.image-garrudo {
  width: 180px;
  margin: 20px auto;
  align-items: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.image-garrudo:hover {
  transition: all 0.5s ease;
  transform: scale(1.03);
}
.image-cruzcampo {
  width: 180px;
  margin: 30px auto;
  align-items: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.image-cruzcampo:hover {
  transition: all 0.5s ease;
  transform: scale(1.03);
}
.title-suscribe {
  font-size: 1.5em;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 5px;
  color: black;
  text-align: center;
}
.linea-caja30-suscribe {
  color: #95ce5e;
  width: 350px;
  margin: auto;
}
.correo-Elec {
  margin-top: 30px;
  margin-left: 20px;
  font-size: 1.1em;
}
.E-mail-suscribe {
  margin-top: 20px;
  margin-left: 20px;
  width: 350px;
  height: 40px;
  background: gainsboro;
  border-style: groove;
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
}
.btn-suscribe {
  margin-top: 45px;
  margin-left: 20px;
  width: 130px;
  height: 40px;
  cursor: pointer;
  background: #95ce5e;
  color: white;
  font-size: 1.1em;
  border-radius: 3px;
  border-style: none;
}
.btn-suscribe:hover {
  background: #005e3b;
}
.linea-caja30-promociones {
  color: #95ce5e;
  width: 165px;
  margin: auto;
}
.image-ayala {
  width: 380px;
  margin: 20px auto;
  align-items: center;
  justify-content: center;
}
.image-ayala:hover {
  cursor: pointer;
  background: rgba(200, 200, 200, 0.3);
}

/*  ANIMACION  */
.animado {
  opacity: 0;
  transition: all 0.5s;
}
.mostrarArriba {
  animation: mostrarArriba 1s;
}
@keyframes mostrarArriba {
  0% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(0);
  }
}

/*--FOOTER--*/
.main-footer {
  background: #005e3b;
  color: white;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 0.8em;
  margin-top: 20px;
  bottom: 0;
  width: 100%;
}
.main-footer hr {
  width: 100%;
  margin-top: 10px;
}
.main-footer [class*="icon-"] {
  color: white;
  text-decoration: none;
}
.main-footer [class*="icon-"]:before {
  position: relative;
  top: 2px;
  right: 5px;
}
.column {
  width: 100%;
}
.column__title {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.3em;
  color: white;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 8px;
}
.column__txt {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 5px;
}
.icon-redes {
  width: 45px;
  margin-right: 35px;
  margin-left: 35px;
}
.copy {
  font-size: 1.2em;
  text-align: center;
  margin: auto;
  margin-top: 10px;
}

/*RESPONSIVE*/

.icon__menu {
  font-size: 20px;
  color: white;
  cursor: pointer;
  width: 25;
  height: 100%;
  display: none;
  align-items: center;
  padding-bottom: 10px;
  margin-left: 10px;
}
#label__check {
  width: 26px;
  height: 100%;
  display: none;
}
#check__menu {
  display: none;
}
#tamagnio{
  font-size: 14px;
  text-align: center;
}


