html {
  border: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
}



body {
  border: none;
}

header {
  position: sticky;
  top: 30px;
  height: 140px;
  width: 100%;
  left: 0px;
  z-index: 10;
  background-color: white;
}

.contenedor-menu {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  left: 0px;
  background-color: transparent;
}

.logo {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 110px;
  left: 30px;
  background-color: transparent;
}

#logo img {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  left: 0px;
}

#logo-oratrix {
  top: 0px;
  position: absolute;
  height: 78px;
  width: 78px;
  right: 0px;
  border: solid 2px black;
}

#logo-oratrix a{
  position: absolute;
  background-color: transparent;
  height: 100%;
  width: 100%;
}

#logo-oratrix,
#logo-oratrix a,
#logo-oratrix img {
  border-radius: 50px;
}

#logo-oratrix img {
  top: 0px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
}

#frace {
  top: 58px;
  position: absolute;
  height: 53%;
  width: 50%;
  left: 200px;
  background-color: transparent;
}

#img-1 {
  position: absolute;
  top: -8px;
  height: 80px;
  width: 80px;
  left: 0px;
  border-radius: 50px;
  z-index: 3;
  border: solid 3px black;
}

#frace p {
  position: absolute;
  top: 6px;
  padding: 0px;
  left: 77px;
  height: 53px;
  width: 800px;
  font-size: 14px;
  color: white;
  background-color: rgba(43, 33, 33, 0.884);
  border-radius: 0px;
  line-height: -6;
  text-align: justify;
  border-radius: 4px;
  border: solid 2px black;
}

#menu {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 90%;
  right: 0px;
  display: flex;
  background-color: transparent;
}

#menu div {
  display: flex;
}

#icono-menu {
  display: none;
}

#menu #nav img {
  display: none;
}

/*Diseño del boton de Buscador */
.buscador {
  position: absolute;
  top: 83px;
  padding: 5px;
  right: 15px;
}

.buscador input {
  width: 0px;
  height: 30px;
  padding: 0 10px;
  font-size: 18px;
  color: #222;
  outline: none;
  border: 2px solid silver;
  border-radius: 30px;
  transition: all 0.6s ease;
  
}

.buscador:hover input {
  width: 340px;
}

.buscador input:focus {
  width: 340px;
}

.btn {
  width: 40px;
  height: 40px;
  line-height: 50px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: #03a64a;
  text-align: center;
  color: white;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
}

.btn img {
  position: absolute;
  top: 4px;
  left: 1px;
  height: 30px;

  color: white;
  line-height: 48px;
  transition: all 0.7s ease;
}

.buscador:hover img {
  transform: rotate(-360deg);
}

#caja-busqueda {
  position: absolute;
  top: 138px;
  right: -150px;
  transform: translateX(-50%);
  width: 340px;
  background: #fff;
  z-index: 6;
  overflow: hidden;
  display: none;
}

#caja-busqueda li a {
  display: block;
  width: 100%;
  color: #777777;
  padding: 12px 20px;
}

#caja-busqueda li a:hover {
  background: #f3f3f3;
}

#caja-busqueda li a i {
  margin-right: 10px;
  color: #777777;
}




/* Estilos para centrar el texto dentro de los botones del menú */
.inicio a,
.conocenos a,
.area a,
.aliados a,
.programas a,
.proyectos a,
.noticias a,
.contactos a,
.contribucion a,
.biblioteca a {
  display: flex;
  justify-content: center;
  align-items: center;
}


/*esta caja contiene los botones pricipales*/
#caja-botones {
  position: absolute;
  top: 2px;
  height: 50px;
  width: 966px;
  left: 8%;
 
}

/*Codigo de efecto seleccionado de los botones
 del menu principal */
#boton a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

#boton a:hover {
  background-color: transparent;
  border: solid 2px black;
  color: black;
}

/*Codigo de efecto seleccionado de los botones
 del menu principal */
#boton-i,
#boton-co,
#boton-ar,
#boton-al,
#boton-not,
#boton-con,
#boton-contri {
  border-radius: 7px;
  border: solid 2px black;
}

#boton-i a,
#boton-co a,
#boton-ar a,
#boton-al a,
#boton-not a,
#boton-con a {
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

#boton-i {
  width: 58px;
}

#boton-i b {
  text-align: center;
  font-size: 15px;
  color: black;
  line-height: 40px;
  margin-left: 4px;
}

#boton-co b {
  text-align: center;
  font-size: 14px;
  color: black;
  margin-left: 2px;
}

#boton-ar b {
  top: 0px;
  text-align: center;
  font-size: 14px;
  color: black;
}

#boton-al b {
  text-align: center;
  font-size: 14px;
  color: black;
}

#boton-not b {
  text-align: center;
  font-size: 14px;
  color: black;
}

#boton-con b {
  text-align: center;
  font-size: 14px;
  color: black;
}

#boton-contri b {
  text-align: center;
  font-size: 14px;
  color: black;
}

/*Codigo para hubicacion de los botones */
.inicio {
  top: 0px;
  position: absolute;
  height: 40px;
  border-radius: 7px;
  background-color: transparent;
}

.inicio,
.conocenos,
.area,
.aliados,
.programas,
.proyectos,
.noticias,
.contactos,
.contribucion,
.biblioteca {
  top: 3px;
  position: absolute;
  height: 40px;
  border-radius: 7px;
  background-color: transparent;
}

.inicio b,
.conocenos b,
.area b,
.aliados b,
.programas b,
.proyectos b,
.noticias b,
.contactos b,
.contribucion b,
.biblioteca b {
  position: absolute;
  line-height: 35px;
  color: green;
  margin-left: 3px;
  font-size: 13px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  
}

/*Codigo de diseño de los botones */
.inicio {
  width: 58px;
  left: 0px;
  border: solid 2px transparent;
}

.inicio a {
  position: absolute;
  border-radius: 7px;
  height: 100%;
  width: 100%;
}

.inicio b {
  margin-top: -2px;
  margin-left: 2px;
  font-size: 15px;
}

.conocenos {
  width: 100px;
  left: 68px;
}

.conocenos a {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 7px;
}

.conocenos b {
  left: 0px;
  font-size: 13.5px;
}

.area {
  width: 133.2px;
  left: 178px;
}

.area a {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 7px;
}

.area b {
  left: 0%;
}

.aliados {
  width: 73px;
  left: 321px;
}

.aliados a {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 7px;
}

.programas {
  width: 103px;
  left: 404px;
}

.programas a {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 7px;
}

.proyectos {
  width: 97px;
  left: 516px;
}

.proyectos a {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 7px;
}

.proyectos b {
  left: 0px;
}

.noticias {
  width: 78px;
  left: 623px;
}

.noticias a {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 7px;
}

.contactos {
  width: 99px;
  left: 712px;
}

.contactos a {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 7px;
}

.contribucion {
  width: 140px;
  left: 822px;
}

.contribucion a {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 7px;
}

.biblioteca {
  width: 100px;
  left: 970px;
}

.biblioteca a {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 7px;
}

/*este codigo es para diseñar el 
Sub menu del boton de Area de Accion*/
.area > .submenu-area {
  /*contenedor de todo el sub menu*/
  visibility: hidden;
  opacity: 1;
  left: -150px;
  padding: 60px 0px;
  top: 60px;
  position: absolute;
  height: 290px;
  width: 465px;
  display: none;
  transition: all 020ms ease;
  border-radius: 8px;
  background-color: rgba(10, 24, 13, 0.89);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 8;
  
}

.area:hover > .submenu-area {
  visibility: visible;
  opacity: 1;
  top: 60px;
  display: block;
}

.area > .submenu-area:before {
  content: "";
  width: 60;
  height: 20;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid rgba(248, 59, 25, 0.842);
  position: absolute;
  top: -17px;
  left: 204px;
}

#caja-submenu-area {
  position: absolute;
  top: 26px;
  height: 82%;
  width: 95%;
  left: 12px;
 
}

/*codigo de diseño de los sub-botones del sub menu area de accion*/
#caja-submenu-area div,
#caja-submenu-area-2 div,
#caja-menu-programas div,
#caja-menu-programas-2 div,
#caja-menu-proyectos div,
#caja-menu-proyectos-2 div{
  position: absolute;
  height: 30px;
  width: 100%;
  left: 0px;
  border-radius: 4px;
  background-color: #03a64a;
}

#caja-submenu-area div a:hover,
#caja-submenu-area-2 div a:hover,
#caja-menu-programas div a:hover,
#caja-menu-programas-2 div a:hover,
#caja-menu-proyectos div a:hover,
#caja-menu-proyectos-2 div a:hover  {
  background: blue;
  color: white;
  transform: scale(1.1);
  border: transparent;
  padding-top: 0px;
  box-shadow: 0 0 10px #20e2d7, 0 0 20px #20e2d7, 0 0 20px #20e2d7;
}

#caja-submenu-area div a,
#caja-submenu-area-2 div a,
#caja-menu-programas div a,
#caja-menu-programas-2 div a,
#caja-menu-proyectos div a,
#caja-menu-proyectos-2 div a  {
  color: #0c0101;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  text-decoration: none;
}

#caja-submenu-area div h4,
#caja-submenu-area-2 div h4,
#caja-menu-programas div a h4,
#caja-menu-programas-2 div a h4,
#caja-menu-proyectos div a h4,
#caja-menu-proyectos-2 div a h4  {
  margin-top: 7px;
  font-size: 14px;
  text-align: center;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

#caja-menu-programas div a h4,
#caja-menu-programas-2 div a h4,
#caja-menu-proyectos div a h4,
#caja-menu-proyectos-2 div a h4 {
  margin-top: 6px;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#caja-submenu-area #sub-boton-area-4 h4,
 #caja-submenu-area #sub-boton-area-4-selecionado h4{
  font-size: 13px;
}


/*Efecto selecionado en la pagina de Corredor Biologico*/
#caja-submenu-area #sub-boton-area-4-selecionado{
  background: blue;
  transform: scale(1.1);
  box-shadow: 0 0 10px #20e2d7, 0 0 20px #20e2d7, 0 0 20px #20e2d7;
  cursor: none;
}

#caja-submenu-area #sub-boton-area-4-selecionado a:hover {
  background: blue;
  transform: scale(1.0);
  
  box-shadow: 0 0 0px #20e2d7, 0 0 0px #20e2d7, 0 0 0px #20e2d7;
}

#caja-submenu-area #sub-boton-area-4-selecionado h4{
  color: white;
}

/*codigo de hubicacion de los sub-botones del sub menu area de accion*/
#sub-boton-area-1 {
  position: absolute;
  top: 0px;
}

#sub-boton-area-2 {
  position: absolute;
  top: 50px;
}

#sub-boton-area-3 {
  position: absolute;
  top: 150px;
}

#sub-boton-area-4,
/*Variable para dejar selecionado el boton de corredor biologico*/
#sub-boton-area-4-selecionado{
  position: absolute;
  top: 200px;
}

#sub-boton-area-5 {
  position: absolute;
  top: 100px;
}



/*diseño de los botones de activacion 
sub menu area de accion*/
#boton-mostrar {
  position: absolute;
  top: -50px;
  background: #021735d8;
  border-radius: 8px;
  margin-bottom: 0px;
  color: #f5f6fa;
  width: 30px;
  height: 30px;
  display: none;
  content: "";
  background-image: url("../iconos/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#boton-mostrar,
#boton-ocultar-area,
#boton-ocultar-programas,
#boton-ocultar-proyectos {
  padding: 0px 0px;
  cursor: pointer;
}
#boton-ocultar-area,
#boton-ocultar-programas,
#boton-ocultar-proyectos {
  position: absolute;
  top: -30px;
  background: transparent;
  border-radius: 8px;
  margin-bottom: 0px;
  color: #f5f6fa;
  width: 36px;
  height: 36px;
  left: 10px;
  display: flex;
  padding-right: 60px;
  align-items: center;
  justify-content: center !important; /* Forzar centrado horizontal */
  align-items: center !important;   /* Forzar centrado vertical */
  overflow: hidden; /* Asegura que cualquier contenido que se desborde sea recortado */
  z-index: 100;
}

#boton-ocultar-area img,
#boton-ocultar-programas img,
#boton-ocultar-proyectos img {
  display: block; /* Asegura que la imagen se comporte como un elemento de bloque */
  margin: 0; /* Elimina cualquier margen predeterminado */
  padding: 0; /* Elimina cualquier relleno predeterminado */
  height: 20px !important; /* Reducir ligeramente el tamaño para asegurar espacio */
  width: 20px !important;
  text-align: center !important; 
 
 /* Reducir ligeramente el tamaño para asegurar espacio */
  /* flex-shrink: 0; */ /* Eliminado */
  /* object-fit: cover; */ /* Eliminado */

}
#caja-seleccion-area {
  position: absolute;
  top: 0px;
  width: 190px;
  height: 290px;
  left: 0px;
  visibility: hidden;
  border-radius: 10px;

}

/*caja de los botones el 
    sub menu area de
     accion de activacion*/
#caja-submenu-area-2 {
  position: absolute;
  top: 2px;
  background-color: rgba(0, 0, 0, 0.781);
  height: 100%;
  width: 99%;
  left: 2px;
}

#caja-submenu-area-2 > #sub-boton-area-4 h4 {
  text-align: center;
  font-size: 12px;
  margin-top: 1px;
}




/*este codigo es para diseñar el 
Sub menu del boton de Programas*/
.programas > .submenu-programas {
  visibility: hidden;
  opacity: 0;
  left: -168px;
  padding: 60px 0px;
  top: 150px;
  display: none;
  position: absolute;
  height: 390px;
  width: 465px;
  transition: all 0.2ms ease;
  border-radius: 8px;
  background-color: rgba(10, 24, 13, 0.932);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 8;
 
}

.programas:hover > .submenu-programas {
  visibility: visible;
  opacity: 1;
  top: 60px;
  display: block;
}

.programas > .submenu-programas:before {
  content: "";
  width: 60;
  height: 20;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid rgba(248, 59, 25, 0.842);
  position: absolute;
  top: -17px;
  left: 204px;
}

#caja-menu-programas {
  position: absolute;
  top: 26px;
  background-color: transparent;
  height: 350px;
  width: 450px;
  left: 8px;
}


#sub-boton-programa-1 {
  position: absolute;
  top: 10px;
}

#sub-boton-programa-2 {
  position: absolute;
  top: 60px;
}

#sub-boton-programa-3 {
  position: absolute;
  top: 112px;
}

#sub-boton-programa-4 {
  position: absolute;
  top: 162px;
}

#sub-boton-programa-5 {
  position: absolute;
  top: 210px;
}

#sub-boton-programa-6 {
  position: absolute;
  top: 260px;
}

#sub-boton-programa-7 {
  position: absolute;
  top: 310px;
}


/*diseño de los botones de
 activacion sub menu de programas*/
#boton-mostrar-programas {
  position: absolute;
  top: -50px;
  background: #02173586;
  border-radius: 8px;
  margin-bottom: 0px;
  color: #f5f6fa;
  width: 30px;
  height: 30px;
  display: none;
  content: "";
  background-image: url("../iconos/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#boton-mostrar,
#boton-ocultar {
  padding: 0px 0px;
  cursor: pointer;
}

/*caja de los botones el 
    sub menu de programas activacion*/
#caja-seleccion-programas {
  top: 0px;
  position: absolute;
  background-color: #000;
  height: 390px;
  width: 300px;
  border-radius: 7px;
  visibility: hidden;
  display: none;
}

#caja-seleccion-area h1,
#caja-seleccion-programas h1,
#caja-seleccion-proyectos h1 {
  color: white;
  font-size: 25px;
  text-align: center;
  width: 100%;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

#caja-menu-programas-2 {
  position: absolute;
  top: 40px;
  height: 87%;
  width: 100%;
  left: 0px;
}

#caja-menu-programas-2 #sub-boton-programa-1 {
  top: 0px;
}

#caja-menu-programas-2 #sub-boton-programa-2 {
  top: 50px;
}

#caja-menu-programas-2 #sub-boton-programa-3 {
  top: 100px;
}

#caja-menu-programas-2 #sub-boton-programa-4 {
  top: 150px;
}

#caja-menu-programas-2 #sub-boton-programa-5 {
  top: 200px;
}

#caja-menu-programas-2 #sub-boton-programa-6 {
  top: 250px;
}

#caja-menu-programas-2 #sub-boton-programa-7 {
  top: 300px;
}


/*este codigo es para diseñar el 
Sub menu del boton de Proyectos*/
.proyectos > .submenu-proyectos {
  visibility: hidden;
  opacity: 0;
  left: -168px;
  padding: 60px;
  top: 150px;
  position: absolute;
  display: none;
  height: 390px;
  width: 465px;
  transition: all 0.2ms ease;
  border-radius: 8px;
  background-color: rgba(10, 24, 13, 0.925);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 8;
}

.proyectos:hover > .submenu-proyectos {
  visibility: visible;
  opacity: 1;
  top: 60px;
  display: block;
}

.proyectos > .submenu-proyectos:before {
  content: "";
  width: 60;
  height: 20;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid rgba(248, 59, 25, 0.842);
  position: absolute;
  top: -17px;
  left: 204px;
}

#caja-menu-proyectos {
  position: absolute;
  top: 26px;
  background-color: transparent;
  height: 350px;
  width: 450px;
  left: 8px;
}

#caja-menu-proyectos {
  position: absolute;
  top: 26px;
  background-color: transparent;
  height: 350px;
  width: 450px;
  left: 8px;
}

#caja-menu-proyectos #sub-boton-proyectos-1 {
  top: 0px;
}

#caja-menu-proyectos #sub-boton-proyectos-2 {
  top: 50px;
}

#caja-menu-proyectos #sub-boton-proyectos-3 {
  top: 100px;
}

#caja-menu-proyectos #sub-boton-proyectos-4 {
  top: 150px;
}

#caja-menu-proyectos #sub-boton-proyectos-5 {
  top: 200px;
}

#caja-menu-proyectos #sub-boton-proyectos-6 {
  top: 250px;
}

#caja-menu-proyectos #sub-boton-proyectos-7 {
  top: 300px;
}

/*diseño de los botones de
 activacion sub menu de proyectos*/
#boton-mostrar-proyectos {
  position: absolute;
  top: -50px;
  background: #02173586;
  border-radius: 8px;
  margin-bottom: 0px;
  color: #f5f6fa;
  width: 30px;
  height: 30px;
  display: none;
  content: "";
  background-image: url("../iconos/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#boton-mostrar-proy,
#boton-ocultar {
  padding: 0px 0px;
  cursor: pointer;
}

/*caja de los botones el 
    sub menu de programas activacion*/
#caja-seleccion-proyectos {
  top: 0px;
  position: absolute;
  background-color: #000;
  height: 390px;
  width: 300px;
  border-radius: 7px;
  visibility: hidden;
}

#caja-menu-proyectos-2 {
  position: absolute;
  top: 40px;
  height: 87%;
  width: 100%;
  left: 0px;
}

#caja-menu-proyectos-2 #sub-boton-proyectos-1 {
  top: 0px;
}

#caja-menu-proyectos-2 #sub-boton-proyectos-2 {
  top: 50px;
}

#caja-menu-proyectos-2 #sub-boton-proyectos-3 {
  top: 100px;
}

#caja-menu-proyectos-2 #sub-boton-proyectos-4 {
  top: 150px;
}

#caja-menu-proyectos-2 #sub-boton-proyectos-5 {
  top: 200px;
}

#caja-menu-proyectos-2 #sub-boton-proyectos-6 {
  top: 250px;
}

#caja-menu-proyectos-2 #sub-boton-proyectos-7 {
  top: 300px;
}


@media screen and (max-width: 1230px) {
  #caja-botones {
    left: 19px;
  }
}

@media screen and (max-width: 1210px) {
  .logo {
    width: 113px;
  }

  #caja-botones {
    height: 45px;
    width: 860px;
    left: 70px;
  }

  #frace{
    left: 180px;
  }

  /*Codigo para hubicacion de los botones */
  .inicio,
  .conocenos,
  .area,
  .aliados,
  .programas,
  .proyectos,
  .noticias,
  .contactos,
  .contribucion {
    top: 0px;
    height: 100%;
  }

  #boton-i b,
  .inicio b,
  #boton-co b,
  .conocenos b,
  .area b,
  .aliados b,
  .programas b,
  .proyectos b,
  .noticias b,
  .contactos b,
  .contribucion b {
    margin-top: 4px;
    text-align: center;
    font-size: 12px;
  }

  #boton-i b,
  .inicio b {
    margin-top: 0px;
    margin-left: 4px;
  }


  .inicio b {
    margin-top: 2px;
  }

  #boton-co b {
    margin-left: 0px;
  }



#boton-con b {
  font-size: 12px;
}

  #boton-i {
    width: 50px;
  }

  .inicio {
    width: 50px;
  }

  .conocenos {
    width: 90px;
    left: 60px;
  }

  .area {
    width: 117px;
    left: 160px;
  }

  .aliados {
    width: 65px;
    left: 287px;
  }

  .programas {
    width: 90px;
    left: 363px;
  }

  .proyectos {
    width: 85px;
    left: 463px;
  }

  .noticias {
    width: 69px;
    left: 558px;
  }

  .contactos {
    width: 87px;
    left: 638px;
  }


  .contribucion {
    width: 121px;
    left: 737px;
  }
}




@media screen and (max-width: 1175px) {
  #caja-botones {
    height: 45px;
    left: 55px;
  }

  #frace{
    left: 170px;
  }

  /*Codigo para hubicacion de los botones */
  .inicio,
  .conocenos,
  .area,
  .aliados,
  .programas,
  .proyectos,
  .noticias,
  .contactos,
  .trigo,
  .contribucion {
    height: 100%;
  }

  #boton-i b,
  .inicio b,
  #boton-co b,
  .conocenos b,
  .area b,
  .aliados b,
  .programas b,
  .proyectos b,
  .noticias b,
  .contactos b,
  .contribucion b {
    text-align: center;
    font-size: 12px;
  }

  #boton-i b,
  .inicio b {
    margin-left: 0px;
  }

  #boton-co b {
    margin-left: 0px;
  }

  #boton-i {
    width: 50px;
  }

  .inicio {
    width: 50px;
  }

  .conocenos {
    width: 90px;
    left: 60px;
  }

  .area {
    width: 117px;
    left: 160px;
  }

  .aliados {
    width: 65px;
    left: 287px;
  }

  .programas {
    width: 90px;
    left: 363px;
  }

  .proyectos {
    width: 85px;
    left: 463px;
  }

  .noticias {
    width: 69px;
    left: 558px;
  }

  .contactos {
    width: 87px;
    left: 638px;
  }

  .trigo {
    width: 50px;
    left: 737px;
  }

  .contribucion {
    width: 121px;
    left: 737px;
  }
}

@media screen and (max-width: 1150px) {
  #frace {
    position: absolute;
    width: 75%;
  }

  #frace p{
    position: absolute;
    width: 90%;
  }
}

@media screen and (max-width: 1130px) {
  #menu {
    width: 88%;
  }

  #caja-botones {
    left: 10px;
  }
}


@media screen and (max-width: 1110px) {
  #caja-botones {
    height: 45px;
    width: 800px;
    left: 30px;
  }

  #frace p{
    font-size: 12px;
  }

  /*Codigo para hubicacion de los botones */
  .inicio,
  .conocenos,
  .area,
  .aliados,
  .programas,
  .proyectos,
  .noticias,
  .contactos,
  .trigo,
  .contribucion {
    height: 100%;
  }

  #boton-i b,
  .inicio b,
  #boton-co b,
  .conocenos b,
  #boton-con b,
  .area b,
  .aliados b,
  .programas b,
  .proyectos b,
  .noticias b,
  .contactos b,
  .contribucion b {
    text-align: center;
    font-size: 11px;
  }

  
  #boton-i b,
  .inicio b {
    margin-left: 2px;
  }

  #boton-co b {
    margin-left: 0px;
  }

 

  #boton-i {
    width: 46px;
  }

  .inicio {
    width: 46px;
  }

  .conocenos {
    width: 84px;
    left: 55px;
  }

  .area {
    width: 107.2px;
    left: 148px;
  }

  .aliados {
    width: 62px;
    left: 264px;
  }

  .programas {
    width: 85px;
    left: 335px;
  }

  .proyectos {
    width: 81px;
    left: 429px;
  }

  .noticias {
    width: 65px;
    left: 519px;
  }

  .contactos {
    width: 80px;
    left: 594px;
  }

  .contribucion {
    width: 112px;
    left: 684px;
  }
}

@media screen and (max-width: 1100px) {
  #caja-botones {
    left: 40px;
  }
}

@media screen and (max-width: 1080px) {
  #caja-botones {
    left: 30px;
  }
}

@media screen and (max-width: 1070px) {
  #caja-botones {
    left: 25px;
  }
}

@media screen and (max-width: 1060px) {
  #caja-botones {
    left: 20px;
  }
}

@media screen and (max-width: 1050px) {
  #caja-botones {
    left: 15px;
  }
}

@media screen and (max-width: 1045px) {
  #caja-botones {
    left: 12px;
  }
}

@media screen and (max-width: 1040px) {
  #menu {
    width: 88%;
    z-index: 8;
  }

  #logo {
    left: 5px;
  }

  #frace{
    top: 30px;
    left: 150px;
    width: 70%;
  }

  #frace p{
    top: 0px;
    height: 100%;
  }

  /*Codigo para ocultar menu */
  #menu #ocultar-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.836);
    display: none;
  }

  /*Codigo del icono del menu */
  #menu #icono-menu {
    position: absolute;
    top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    right: 80px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 24px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 300ms;
    background-color: transparent;
  }

  #icono-menu img {
    position: absolute;
    height: 30px;
  }

  #menu #icono-menu:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  /*Codigo de la caja del menu de tamaño de pantalla */
  #menu #nav img {
    position: absolute;
    top: 0px;
    height: 85px;
    width: 75px;
    left: 85px;
    display: block;
    background-color: transparent;
  }

  #menu #nav {
    position: fixed;
    top: 0;
    right: -250px;
    background: rgb(255, 255, 255);
    width: 250px;
    height: 100vh;
    padding: 40px;
    z-index: 1;
    transition: all 300ms;
  }

  #menu #nav img{
    height: 140px;
    width: 115px;
    left: 30%;

  }

  /*Codigo y diseño del buscador */
  .buscador {
    position: absolute;
    top: 90px;
    height: 54px;
    right: 20px;
  }

  .btn {
    height: 40px;
    width: 40px;
  }

  .btn i {
    top: -2px;
    left: 9px;
    line-height: 50px;
  }

  #caja-busqueda {
    position: absolute;
    top: 132px;
    right: -60px;
  }

  /*Codigo y diseño de la caja de los botones del 
  menu desplegable */
  #caja-botones {
    position: absolute;
    top: 140px;
    height: 90vh;
    width: 100%;
    left: 0px;
    background-color: white;
    z-index: 2;
    border-radius: 7px;
  }

  #caja-botones #boton{
    background-color: #03a64a;
    border: solid black 2px;
  }

  #caja-botones #boton a:hover{
    margin-top: 0px;
    background-color: blue;
    transform: scale(1.1);
    border: solid 1px skyblue;
    box-shadow: 0 0 10px #20e2d7, 0 0 20px #20e2d7, 0 0 20px #20e2d7;
    
  }

  #caja-botones #boton a b{
    margin-top: 3px;
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }

  /*Codigo para hubicacion de los botones */
  #boton,
  #boton-i,
  #boton-co,
  #boton-ar,
  #boton-al,
  #boton-not,
  #boton-con {
    height: 38px;
    width: 180px;
    left: 30px;
  }

  #boton b,
  #boton-i b {
    top: -3px;
    font-size: 13px;
    
  }

  #boton-i,
  #boton-co,
  #boton-ar,
  #boton-al,
  #boton-not,
  #boton-con,
  #boton-contri {
    background-color: blue;
    border: solid 1px skyblue;
    box-shadow: 0 0 10px #20e2d7, 0 0 20px #20e2d7, 0 0 20px #20e2d7;
  }

  #boton-i b {
    margin-top: 2px;
    font-size: 15px;
    text-align: center;
    color: white;
  }


  #boton-co b {
    margin-top: 1px;
    font-size: 14px;
    text-align: center;
  }

  #boton-ar b {
    font-size: 13px;
    text-align: center;
  }

  #boton-not b {
    font-size: 16px;
    text-align: center;
  }

  #boton-con b {
    margin-top: 1px;
    font-size: 14px;
    text-align: center;
    left: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }

  #boton-contri b {
    margin-top: 1px;
    font-size: 14px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }

  .inicio {
    background-color: transparent;
    border: solid black 2px;
  }

  .inicio {
    top: 10px;
    left: 30px;
  }

  .inicio b {
    left: 65px;
  }

  .conocenos {
    top: 70px;
    background-color: black;
  }

  .conocenos b {
    left: 42px;
  }

  .area {
    top: 130px;
    background-color: black;
  }

  .area b {
    left: 33px;
  }

  .aliados {
    top: 190px;
    background-color: black;
  }

  .aliados b {
    left: 55px;
  }

  .programas {
    top: 250px;
    background-color: black;
  }

  .programas b {
    left: 43px;
  }

  .proyectos {
    top: 310px;
    background-color: black;
  }

  .proyectos b {
    left: 45px;
  }

  .noticias {
    top: 370px;
    background-color: black;
  }

  .noticias b {
    left: 53px;
  }

  .contactos {
    top: 430px;
    background-color: black;
  }

  .contactos b {
    left: 45px;
  }

  .contribucion {
    top: 490px;
    background-color: black;
  }

  .contribucion b {
    left: 28px;
  }

  /*Codigo para el sub menu de area de accion
     de pendiendo del tamaño de pantalla */
  .area > .submenu-area {
    visibility: hidden;
    top: -118px;
    left: -505px;
    border: 2px solid aqua;
  }

  .area:hover > .submenu-area {
    visibility: visible;
    opacity: 1;
    top: -100px;
  }

  .area > .submenu-area:before {
    content: "";
    width: 60;
    height: 20;
    border-top: 12px solid transparent;
    border-left: 12px solid rgba(240, 45, 10, 0.856);
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;

    position: absolute;
    top: 104px;
    left: 480px;
  }

  /*Codigo para el sub menu de programas
     de pendiendo del tamaño de pantalla */
  .programas > .submenu-programas {
    visibility: hidden;
    top: -180px;
    left: -505px;
  }

  .programas:hover > .submenu-programas {
    border: solid 2px aqua;
  }

  .programas:hover > .submenu-programas {
    visibility: visible;
    opacity: 1;
    top: -180px;
  }

  .programas > .submenu-programas:before {
    content: "";
    width: 60;
    height: 20;
    border-top: 12px solid transparent;
    border-left: 12px solid rgba(248, 59, 25, 0.842);
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;

    position: absolute;
    top: 183px;
    left: 475px;
  }

  .proyectos > .submenu-proyectos {
    top: -220px;
    left: -505px;
    border: solid 2px aqua;
  }

  .proyectos:hover > .submenu-proyectos {
    visibility: visible;
    opacity: 1;
    top: -220px;
  }

  .proyectos > .submenu-proyectos:before {
    content: "";
    width: 60;
    height: 20;
    border-top: 12px solid transparent;
    border-left: 12px solid rgba(248, 59, 25, 0.842);
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;

    position: absolute;
    top: 222px;
    left: 475px;
  }
}

@media screen and (max-width: 1000px) {
 #frace{
  width: 65%;
 }
}

@media screen and (max-width: 900px) {
  #frace{
   width: 61%;
  }

  #frace p{
    font-size: 11px;
  }
 }


  /*codigo de diseño de Tamaño de pantalla tablet */
 @media screen and (max-width: 834px) {
  #menu #icono-menu {
    top: 45px;
    right: 80px ;
  }

  .buscador {
   top: 102px;
   right: 0px;
  }

  #btn img{
    top: 4px;
    left: 4px;
  }

  #logo-oratrix {
    top: -10px;
    position: absolute;
    height: 78px;
    width: 78px;
    right: 0px;
    border: solid 2px black;
  }


  /*Codigo y diseño de la caja de los botones del 
  menu desplegable */
  #caja-botones {
    position: absolute;
    top: 140px;
    height: 90%;
    width: 100%;
    left: 0px;
    z-index: 10;
    background-color: rgba(30, 128, 0, 0.247);
    
  }

  /*Codigo para hubicacion de los botones */
  #boton,
  #boton-i,
  #boton-co,
  #boton-con,
  #boton-ar {
    height: 45px;
    width: 180px;
    left: 30px;
  }

  #boton b,
  #boton-i b {
    text-align: center;
    font-size: 13px;
  }

  #boton-i b {
   margin-left: 0%;
  }

  #boton-co b {
    margin-top: 0px;
    font-size: 14px;
  }

  .inicio {
    background-color: black;
  }

  .conocenos {
    top: 60px;
    background-color: black;
  }

  .area {
    top: 115px;
    background-color: black;
  }

  .aliados {
    top: 170px;
    background-color: black;
  }

  .programas {
    top: 225px;
    background-color: black;
  }

  .proyectos {
    top: 280px;
    background-color: black;
  }

  .noticias {
    top: 335px;
    background-color: black;
  }

  .contactos {
    top: 389px;
    background-color: black;
  }


  .contribucion {
    top: 445px;
    background-color: black;
  }

  .subboton4 h4 {
    font-size: 11.5px;
  }

  #boton-mostrar{
    top: 122px; /* Ajusta esta propiedad si es necesario para el posicionamiento */
    left: 0px; /* Asegúrate de que esté a la izquierda */
    width: 30px; /* Ajusta el tamaño si es necesario */
    display: block;
  }
  .area > .submenu-area {
    visibility: hidden;
    left: 200px;
  }

  .area:hover > .submenu-area {
    visibility: hidden;
    top: 50px;
    height: 285px;
    left: -25px;
    z-index: 4;
    background-color: black;
  }


  #caja-seleccion-area,
  #caja-seleccion-programas,
  #caja-seleccion-proyectos {
    top: 60px;
    height: 250px;
    width: 350px;
    left: -133px;
    z-index: 5;
    visibility: visible;
  }

  #caja-seleccion-area{
    height: 300px;
  }

  #caja-seleccion-area,
  #caja-seleccion-programas,
  #caja-seleccion-proyectos {
    background-color: rgba(0, 0, 0, 0.719);
  }

  #caja-submenu-area-2 {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 74%;
    left: 0px;
    border-radius: 5px;
    z-index: 5;
  }

  #boton-ocultar-area,
  #boton-ocultar-programas,
  #boton-ocultar-proyectos {
    height: 30px;
    width: 30px;
  }

  
  #boton-ocultar-area img,
  #boton-ocultar-programas img,
  #boton-ocultar-proyectos img {
    display: block; /* Asegura que la imagen se comporte como un elemento de bloque */
    margin: 0; /* Elimina cualquier margen predeterminado */
    padding: 0; /* Elimina cualquier relleno predeterminado */
    height: 24px !important;
    width: 24px !important;
    flex-shrink: 0;
    object-fit: cover; /* Asegura que la imagen cubra el espacio asignado */
  }

  /*activacion de los boton de programas */
  .programas > .submenu-programas {
    visibility: hidden;
    left: 200px;
  }

  .programas:hover > .submenu-programas {
    visibility: hidden;
    top: 50px;
    height: 285px;
    left: -25px;
    z-index: 4;
    background-color: black;
  }

  #boton-mostrar-programas {
    top: 232px; /* Ajusta esta propiedad si es necesario para el posicionamiento */
    left: 0px; /* Asegúrate de que esté a la izquierda */
    width: 30px; /* Ajusta el tamaño si es necesario */
    display: block;
    left: 0px;
  }

  #caja-seleccion-programas {
    height: 415px;
    width: 350px;
    left: -133px;
  }

  #caja-seleccion-area h1,
  #caja-seleccion-programas h1,
  #caja-seleccion-proyectos h1 {
    margin-top: 8px;
  }

  #caja-menu-programas-2 {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 81.5%;
    left: 0px;
  }

  /*codigo de boton proyectos del sub menu */
  .proyectos > .submenu-proyectos {
    visibility: hidden;
    left: 200px;
  }

  .proyectos:hover > .submenu-proyectos {
    visibility: hidden;
    top: 50px;
    height: 285px;
    left: -25px;
    z-index: 4;
    background-color: black;
  }

  /*activacion de los boton de proyectos */
  #boton-mostrar-proyectos {
    top: 287px; /* Ajusta esta propiedad si es necesario para el posicionamiento */
    left: 0px; /* Asegúrate de que esté a la izquierda */
    width: 30px; /* Ajusta el tamaño si es necesario */
    display: block;
    left: 0px;
  }

  #caja-seleccion-proyectos {
    height: 415px;
    width: 350px;
    left: -133px;
    display: none;
  }

  #caja-menu-proyectos-2 {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 81.5%;
    left: 0px;
  }

}

 @media screen and (max-width: 820px) {
  #frace{
   width: 56%;
  }
 }

 @media screen and (max-width: 770px) {
  #frace{
    height: 70%;
    left: 20%;
  }

  #frace p{
    top: -10px;
    width: 75%;
   }
 }

 @media screen and (max-width: 702px) {
  #frace{
    height: 70%;
    left: 20%;
  }

  #frace p{
    top: -10px;
    width: 80%;
   }
 }

 @media screen and (max-width: 660px) {
  #frace{
    top: 20px;
    height: 80%;
    left: 20%;
  }

  #frace p{
    top: -10px;
    width: 75%;
   }
 }

 @media screen and (max-width: 603px) {
  #frace{
    top: 20px;
    height: 80%;
    left: 22%;
    width: 50%;
  }

  #frace p{
    top: -18px;
    height: 123px;
   
   }
 }

 @media screen and (max-width: 690px) {
  .logo {
    left: 0.5%;
  }
 }

@media screen and (max-width: 950px) {
  #menu {
    width: 80%;
  }
}

@media screen and (max-width: 720px) {
  .area > .submenu-area {
    top: -118px;
    left: -370px;
    width: 330px;
  }

  .area > .submenu-area:before {
    top: 102px;
    left: 370px;
  }

  #caja-submenu-area #sub-boton-area-4 h4 {
    position: absolute;
    top: -9px;
    z-index: 4;
  }

  .programas > .submenu-programas {
    top: -118px;
    left: -370px;
    width: 330px;
  }

  .programas > .submenu-programas:before {
    left: 370px;
  }

  #caja-menu-programas {
    left: 0px;
    width: 100%;
  }

  #caja-menu-programas #sub-boton-programa-2 h4 {
    text-align: center;
    left: 27%;
  }

  .proyectos > .submenu-proyectos {
    top: -118px;
    left: -370px;
    width: 330px;
  }

  .proyectos > .submenu-proyectos:before {
    top: 222px;
    left: 370px;
  }

  #caja-menu-proyectos {
    left: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .area > .submenu-area {
    top: -118px;
    left: -310px;
    width: 270px;
  }

  .area > .submenu-area:before {
    top: 102px;
    left: 310px;
  }

  #caja-submenu-area {
    left: 0px;
    width: 100%;
  }

  #caja-submenu-area #sub-boton-area-3 h4 {
    position: absolute;
    top: -9px;
    z-index: 4;
  }

  #caja-submenu-area #sub-boton-area-4 h4 {
    position: absolute;
    top: -9px;
  }

  .programas > .submenu-programas {
    top: -118px;
    left: -310px;
    width: 270px;
  }

  .programas > .submenu-programas:before {
    left: 310px;
  }

  #caja-menu-programas {
    left: 0px;
    width: 100%;
  }

  .proyectos > .submenu-proyectos {
    top: -118px;
    left: -310px;
    width: 270px;
  }

  .proyectos > .submenu-proyectos:before {
    top: 222px;
    left: 310px;
  }

  #caja-menu-proyectos {
    left: 0px;
    width: 100%;
  }

  #caja-menu-proyectos #sub-boton-proyectos-7 h4 {
    position: absolute;
    top: -8px;
  }
}

@media screen and (max-width: 580px) {
  #menu {
    width: 76%;
  }
}

@media screen and (max-width: 560px) {
  #frace{
    top: 20px;
    height: 80%;
    left: 24%;
    width: 45%;
  }

  #frace p{
    top: -18px;
    height: 123px;
    font-size: 9.5px;
   
   }
 }

@media screen and (max-width: 540px) {
  .area > .submenu-area {
    top: -118px;
    left: -300px;
    width: 250px;
  }

  .area > .submenu-area:before {
    top: 102px;
    left: 300px;
  }

  #caja-submenu-area {
    left: 0px;
    width: 100%;
  }

  #caja-submenu-area #sub-boton-area-3 h4,
  #caja-submenu-area #sub-boton-area-4 h4 {
    position: absolute;
    top: -9px;
    left: 0px;
    font-size: 12px;
  }

  .programas > .submenu-programas {
    top: -118px;
    left: -300px;
    width: 250px;
  }

  .programas > .submenu-programas:before {
    left: 300px;
  }

  #caja-menu-programas {
    left: 0px;
    width: 100%;
  }

  .proyectos > .submenu-proyectos {
    top: -118px;
    left: -300px;
    width: 250px;
  }

  .proyectos > .submenu-proyectos:before {
    top: 222px;
    left: 300px;
  }

  #caja-menu-proyectos {
    left: 0px;
    width: 100%;
  }

  #caja-menu-proyectos #sub-boton-proyectos-7 h4 {
    position: absolute;
    top: -8px;
  }
}

@media screen and (max-width: 530px) {
    #frace p{
      padding-top: 5px;
      top: -18px;
      height: 123px;
      font-size: 9.3px;
     
     }

  .area > .submenu-area {
    top: -118px;
    left: -290px;
    width: 250px;
  }

  .area > .submenu-area:before {
    top: 102px;
    left: 290px;
  }

  #caja-submenu-area {
    left: 0px;
    width: 100%;
  }

  #caja-submenu-area #sub-boton-area-3 h4,
  #caja-submenu-area #sub-boton-area-4 h4 {
    position: absolute;
    top: -9px;
    left: 0px;
    font-size: 12px;
  }

  .programas > .submenu-programas {
    top: -118px;
    left: -290px;
    width: 250px;
  }

  .programas > .submenu-programas:before {
    left: 290px;
  }

  #caja-menu-programas {
    left: 0px;
    width: 100%;
  }

  .proyectos > .submenu-proyectos {
    top: -118px;
    left: -290px;
    width: 250px;
  }

  .proyectos > .submenu-proyectos:before {
    top: 222px;
    left: 290px;
  }

  #caja-menu-proyectos {
    left: 0px;
    width: 100%;
  }

  #caja-menu-proyectos #sub-boton-proyectos-7 h4 {
    position: absolute;
    top: -8px;
  }
}

@media screen and (max-width: 515px) {
  .area > .submenu-area {
    top: -118px;
    left: -280px;
    width: 240px;
  }

  .area > .submenu-area:before {
    top: 102px;
    left: 280px;
  }

  #caja-submenu-area {
    left: 0px;
    width: 100%;
  }

  #caja-submenu-area #sub-boton-area-3 h4,
  #caja-submenu-area #sub-boton-area-4 h4 {
    position: absolute;
    top: -9px;
    left: 0px;
    font-size: 12px;
  }

  .programas > .submenu-programas {
    top: -118px;
    left: -280px;
    width: 240px;
  }

  .programas > .submenu-programas:before {
    left: 280px;
  }

  #caja-menu-programas {
    left: 0px;
    width: 100%;
  }

  .proyectos > .submenu-proyectos {
    top: -118px;
    left: -280px;
    width: 240px;
  }

  .proyectos > .submenu-proyectos:before {
    top: 222px;
    left: 280px;
  }

  #caja-menu-proyectos {
    left: 0px;
    width: 100%;
  }

  #caja-menu-proyectos #sub-boton-proyectos-7 h4 {
    position: absolute;
    top: -8px;
  }
}

@media screen and (max-width: 500px) {

    #frace{
      top: 20px;
      height: 80%;
      left: 20%;
    }
  
    #frace p{
      top: -18px;
      width: 75%;
      font-size: 9px;
     }

     .logo{
      left: 0px;
     }

     .buscador {
      position: absolute;
      top: 85px;
      right: 10px;
    }

  .area > .submenu-area {
    top: -118px;
    left: -260px;
    width: 220px;
  }

  .area > .submenu-area:before {
    top: 102px;
    left: 260px;
  }

  #caja-submenu-area {
    left: 0px;
    width: 100%;
  }

  #caja-submenu-area #sub-boton-area-3 h4,
  #caja-submenu-area #sub-boton-area-4 h4 {
    position: absolute;
    top: -9px;
    left: 0px;
    font-size: 12px;
  }

  .programas > .submenu-programas {
    top: -118px;
    left: -260px;
    width: 220px;
  }

  .programas > .submenu-programas:before {
    left: 260px;
  }

  #caja-menu-programas {
    left: 0px;
    width: 100%;
  }

  .proyectos > .submenu-proyectos {
    top: -118px;
    left: -260px;
    width: 220px;
  }

  .proyectos > .submenu-proyectos:before {
    top: 222px;
    left: 260px;
  }

  #caja-menu-proyectos {
    left: 0px;
    width: 100%;
  }

  #caja-menu-proyectos #sub-boton-proyectos-7 h4 {
    position: absolute;
    top: -8px;
  }
}

@media screen and (max-width: 492px) {
  .area > .submenu-area {
    top: -118px;
    left: -262px;
    width: 225px;
  }

  .area > .submenu-area:before {
    top: 102px;
    left: 262px;
  }

  #caja-submenu-area #sub-boton-area-3 h4,
  #caja-submenu-area #sub-boton-area-4 h4 {
    top: -8px;
    left: 0px;
    font-size: 11.4px;
  }

  .programas > .submenu-programas {
    top: -118px;
    left: -262px;
    width: 225px;
  }

  .programas > .submenu-programas:before {
    left: 262px;
  }

  .proyectos > .submenu-proyectos {
    top: -118px;
    left: -262px;
    width: 225px;
  }

  .proyectos > .submenu-proyectos:before {
    top: 222px;
    left: 262px;
  }

  #caja-menu-proyectos #sub-boton-proyectos-6 h4 {
    position: absolute;
    top: -8px;
  }
}

@media screen and (max-width: 430px) {
  #frace {
    top: 1px;
    height: 135px;
    left: 105px;
  }

  #frace img{
    top: 30px;
    height: 55px;
    width: 55px;
    left: -8px;
  }

  #frace p {
    top: -3px;
    height: 100%;
    width: 133px;
    left: 45px;
    font-size: 8px;
  }

  /*Codigo y diseño de la caja de los botones del 
  menu desplegable */
  #caja-botones {
    position: absolute;
    top: 140px;
    height: 90%;
    width: 100%;
    left: 0px;
    z-index: 10;
    background-color: rgba(30, 128, 0, 0.247);
    
  }

  /*Codigo para hubicacion de los botones */
  #boton,
  #boton-i,
  #boton-co,
  #boton-con,
  #boton-ar {
    height: 45px;
    width: 180px;
    left: 30px;
  }

  #boton b,
  #boton-i b {
    text-align: center;
    font-size: 13px;
  }

  #boton-i b {
   margin-left: 0%;
  }

  #boton-co b {
    margin-top: 0px;
    font-size: 14px;
  }

  .inicio {
    background-color: black;
  }

  .conocenos {
    top: 60px;
    background-color: black;
  }

  .area {
    top: 115px;
    background-color: black;
  }

  .aliados {
    top: 170px;
    background-color: black;
  }

  .programas {
    top: 225px;
    background-color: black;
  }

  .proyectos {
    top: 280px;
    background-color: black;
  }

  .noticias {
    top: 335px;
    background-color: black;
  }

  .contactos {
    top: 389px;
    background-color: black;
  }


  .contribucion {
    top: 445px;
    background-color: black;
  }

  .subboton4 h4 {
    font-size: 11.5px;
  }

  #boton-mostrar{
    top: 122px;
    display: block;
  }
  .area > .submenu-area {
    visibility: hidden;
    left: 200px;
  }

  .area:hover > .submenu-area {
    visibility: hidden;
    top: 50px;
    height: 285px;
    left: -25px;
    z-index: 4;
    background-color: black;
  }

  #caja-seleccion-area,
  #caja-seleccion-programas,
  #caja-seleccion-proyectos {
    top: 60px;
    height: 250px;
    width: 350px;
    left: -133px;
    z-index: 5;
    visibility: visible;
  }

  #caja-seleccion-area,
  #caja-seleccion-programas,
  #caja-seleccion-proyectos {
    background-color: rgba(0, 0, 0, 0.719);
  }

  #caja-submenu-area-2 {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 74%;
    left: 0px;
    border-radius: 5px;
    z-index: 5;
  }

  #boton-ocultar {
    height: 30px;
    width: 30px;
    left: 0px;
  }

  /*activacion de los boton de programas */
  .programas > .submenu-programas {
    visibility: hidden;
    left: 200px;
  }

  .programas:hover > .submenu-programas {
    visibility: hidden;
    top: 50px;
    height: 285px;
    left: -25px;
    z-index: 4;
    background-color: black;
  }

  #boton-mostrar-programas {
    top: 232px;
    display: block;
    left: 0px;
  }

  #caja-seleccion-programas {
    height: 415px;
    width: 350px;
    left: -133px;
  }

  #caja-seleccion-area h1,
  #caja-seleccion-programas h1,
  #caja-seleccion-proyectos h1 {
    margin-top: 8px;
  }

  #caja-menu-programas-2 {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 81.5%;
    left: 0px;
  }

  /*codigo de boton proyectos del sub menu */
  .proyectos > .submenu-proyectos {
    visibility: hidden;
    left: 200px;
  }

  .proyectos:hover > .submenu-proyectos {
    visibility: hidden;
    top: 50px;
    height: 285px;
    left: -25px;
    z-index: 4;
    background-color: black;
  }

  /*activacion de los boton de proyectos */
  #boton-mostrar-proyectos {
    top: 287px;
    display: block;
    left: 0px;
  }

  #caja-seleccion-proyectos {
    height: 415px;
    width: 350px;
    left: -133px;
    display: none;
  }

  #caja-menu-proyectos-2 {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 81.5%;
    left: 0px;
  }

}

@media screen and (max-width: 412px) {
  #menu {
    width: 73%;
  }

  .logo {
    left: 0px;
  }

  #menu #icono-menu {
    right: 30px;
  }

  #icono-menu img {
    border-radius: 11px;

  }

  .buscador {
    position: absolute;
    top: 85px;
    right: 0px;
    height: 54px;
    border: solid 2px transparent;
    
  }

  .btn {
    width: 40px;
    height: 40px;
    line-height: 50px;
  }

  .buscador:hover input,
  .buscador input:focus {
    width: 212px;
  }

  #caja-busqueda {
    position: absolute;
    top: 141px;
    width: 250px;
    right: -55px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.7);
    border: 2px solid Black;
    border-radius: 5px;
  }

  #menu #nav img {
    top: 4px;
    height: 130px;
    width: 110px;
    left: 68px;
  }

 

  /*Codigo y diseño de la caja de los botones del 
  menu desplegable */
  #caja-botones {
    position: absolute;
    top: 140px;
    height: 90%;
    width: 100%;
    left: 0px;
    z-index: 10;
    background-color: rgba(30, 128, 0, 0.247);
    
  }

  /*Codigo para hubicacion de los botones */
  #boton,
  #boton-i,
  #boton-co,
  #boton-ar,
  #boton-not,
  #boton-con {
    height: 45px;
    width: 180px;
    left: 30px;
  }

  #boton b,
  #boton-i b {
    margin-top: 2px;
    text-align: center;
    font-size: 15px;
  }

  #boton b {
    margin-top: 5px;
  }

  #boton-co b {
    margin-top: 2px;
    font-size: 14px;
  }

  #boton-not b {
    margin-top: 2px; 
  }

  #boton-con b {
    margin-top: 2px; 
  }

  .inicio {
    background-color: black;
  }

  .conocenos {
    top: 60px;
    background-color: black;
  }

  .area {
    top: 115px;
    background-color: black;
  }

  .aliados {
    top: 170px;
    background-color: black;
  }

  .programas {
    top: 225px;
    background-color: black;
  }

  .proyectos {
    top: 280px;
    background-color: black;
  }

  .noticias {
    top: 335px;
    background-color: black;
  }

  .contactos {
    top: 389px;
    background-color: black;
  }

  .contribucion {
    top: 445px;
    background-color: black;
  }

  .subboton4 h4 {
    font-size: 11.5px;
  }

  #boton-mostrar {
    top: 122px; /* Ajusta esta propiedad si es necesario para el posicionamiento */
    left: 0px; /* Asegúrate de que esté a la izquierda */
    width: 30px; /* Ajusta el tamaño si es necesario */
    display: block;
  }

  .area > .submenu-area {
    visibility: hidden;
    left: 200px;
  }

  .area:hover > .submenu-area {
    visibility: hidden;
    top: 50px;
    height: 285px;
    left: -25px;
    z-index: 4;
    background-color: black;
  }

  #caja-seleccion-area,
  #caja-seleccion-programas,
  #caja-seleccion-proyectos {
    top: 60px;
    height: 250px;
    width: 350px;
    left: -133px;
    z-index: 5;
    visibility: visible;
  }

  #caja-seleccion-area,
  #caja-seleccion-programas,
  #caja-seleccion-proyectos {
    background-color: rgba(0, 0, 0, 0.719);
  }

  #caja-submenu-area-2 {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 74%;
    left: 0px;
    border-radius: 5px;
    z-index: 5;
  }

  #boton-ocultar-area,
  #boton-ocultar-programas,
  #boton-ocultar-proyectos {
    height: 30px;
    width: 30px;
  }

  /*activacion de los boton de programas */
  .programas > .submenu-programas {
    visibility: hidden;
    left: 200px;
  }

  .programas:hover > .submenu-programas {
    visibility: hidden;
    top: 50px;
    height: 285px;
    left: -25px;
    z-index: 4;
    background-color: black;
  }

  #boton-mostrar-programas {
    top: 232px; /* Ajusta esta propiedad si es necesario para el posicionamiento */
    left: 0px; /* Asegúrate de que esté a la izquierda */
    width: 30px; /* Ajusta el tamaño si es necesario */
    display: block;
  }

  #caja-seleccion-programas {
    height: 415px;
    width: 350px;
    left: -133px;
  }

  #caja-seleccion-area h1,
  #caja-seleccion-programas h1,
  #caja-seleccion-proyectos h1 {
    margin-top: 8px;
  }

  #caja-menu-programas-2 {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 81.5%;
    left: 0px;
  }

  /*codigo de boton proyectos del sub menu */
  .proyectos > .submenu-proyectos {
    visibility: hidden;
    left: 200px;
  }

  .proyectos:hover > .submenu-proyectos {
    visibility: hidden;
    top: 50px;
    height: 285px;
    left: -25px;
    z-index: 4;
    background-color: black;
  }

  /*activacion de los boton de proyectos */
  #boton-mostrar-proyectos {
    top: 287px; /* Ajusta esta propiedad si es necesario para el posicionamiento */
    left: 0px; /* Asegúrate de que esté a la izquierda */
    width: 30px; /* Ajusta el tamaño si es necesario */
    display: block;
  }

  #caja-seleccion-proyectos {
    height: 415px;
    width: 350px;
    left: -133px;
    display: none;
  }

  #caja-menu-proyectos-2 {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 81.5%;
    left: 0px;
  }

  #frace {
    top: 4px;
    height: 130px;
    left: 105px;
  }

  #frace p {
    padding: 2px;
    top: -3px;
    height: 100%;
    width: 180px;
    font-size: 9px;
    text-align: justify;
  }

  #logo-oratrix {
    top: 2px;
    height: 45px;
    width: 45px;
  }
}

@media screen and (max-width: 390px) {
   #menu #icono-menu {
    right: 12px;
  }
.buscador {
    top: 95px;
    right: 0px;
  
    
  }
}

@media screen and (max-width: 375px) {
  #frace {
    top: 4px;
    height: 130px;
    left: 105px;
  }

  #frace img{
    top: 30px;
    height: 55px;
    width: 55px;
    left: -8px;
  }

  #frace p {
    top: -3px;
    height: 100%;
    width: 130px;
    left: 45px;
    font-size: 8px;
  }

}

@media screen and (max-width: 320px) {
   #menu #icono-menu {
    right: 15px;
  }
.buscador {
    top: 95px;
    right: 0px;
  
    
  }
}