@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

*{
box-sizing: border-box;
margin: 0;
padding: 0;
}

html{
  height: 100%;
}

body{
  /*
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  min-height: 100%;

  font-size: 80%;
  color: #000;
  */
  /* background-color: #002843;  */

  height:100%;
  width:100%;
  margin: 0px;
  padding: 0px;  
    
/*
overflow-x: hidden;  
   */
   /*background-image: url(images/1.jpg) no-repeat fixed center;*/
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height: 100%;
   width: 100% ;     

}


/* -- Para todos los elementos */
  .logo1 {
    width: 70;
    height: 70px;
/*    
    position: absolute;
    left: 50px;
    top: 10px;
*/    
  }

  .logo2 {
    width: 70px;
    height: 70px;
  }  

  .titulo1{
    text-align: center;
    color: #002843;
    font-weight: bolder;
    font-size: 20px;
  }

  .titulo2{
    text-align: center;
    color: #002843;
    font-weight: bolder;
    font-size: 40px;
  }

  .titulo3{
    text-align: center;
    color: #ff6600;
    font-weight: bolder;
    font-size: 40px;
  }

  .titulo4{
    text-align: center;
    color: #002843;
    font-weight: bolder;
    font-size: 25px;
  }

  .texto1{
    text-align: center;
    color: #002843;
    font-weight: bolder;
    font-size: 15px;
  }

  .info1_1{
    background-color: #fff;
    box-shadow:  -1px 1px 7px 0px rgba(0,0,0,0.75);
    border-radius: 45px;
    padding: 40px;
    text-align: center;  
    width: 100%;
    position: relative;
    float: left;
    left: -1%;
    right: -1%;
    min-height: 350px;
  }

/* -- Fi para todos los elementos */

.grid-container > *{
  box-shadow:  -1px 1px 7px 0px rgba(0,0,0,0.75);
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}

.info > *{
  /*box-shadow:  -1px 1px 7px 0px rgba(0,0,0,0.75);*/
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  z-index: 10px;
  opacity: 0.5;
  filter:  alpha(opacity=50);


}

.footer > *{
  box-shadow:  -1px 1px 7px 0px rgba(0,0,0,0.75);
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}

.header {
  grid-area: header; 
  /*background-color: #f00;*/
}

.fondo{
  min-height: 400px;
}

.--menu_arriba{
  grid-area: -menu_arriba;
  background-color: #fff;
  color: #c3c3c3;
  float: right;
  padding: 5px;
  width: 50%;
}

.nav{
    position: relative;
    padding: 38px;
}
.info1 {
  /*margin-top: -50px;*/
  grid-area: info1;
  /*background-color: #abb88e;*/
  /*background-color: #f000; */
  align-content: center;
  padding: 3px;
  box-sizing: border-box;
  min-height: 350px;
  /*opacity: 0.5;
  filter:  alpha(opacity=50);
  */
}

.info2 {
  margin-top: -140px;
  background-image: url('images/fondo_menu1.png') ; background-repeat: repeat;

/*
  align-content: center;
  box-sizing: border-box;

*/

  box-shadow:  -1px 1px 7px 0px rgba(0,0,0,0.75);
  border-radius: 45px;
  text-align: center;  
  width: 80%;
  position: relative;  
  min-height: 300px;
  z-index: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.info2_footer {
/*
margin-top: -20px;
text-align: center;
width: 130%;

font-weight: bolder;
*/
  
  box-shadow:  -1px 1px 7px 0px rgba(0,0,0,0.75);
  border-radius: 45px;
  position: relative;  
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  color: #fff;
}

.info2_input {
  box-shadow:  -1px 1px 7px 0px rgba(0,0,0,0.75);
  border-radius: 45px;
  text-align: left;  
  font-size: 15px;
  width: 70%;
  height: 35px;
  color: #000;
  
}

.info2_boton {
  box-shadow:  -1px 1px 7px 0px rgba(0,0,0,0.75);
  border-radius: 45px;
  text-align: center;  
  font-size: 15px;
  width: 15%;
  height: 30px;
  background-color: #002843;
  color: #fff;
  /* margin-left: -85px; */
margin-left: -16%;

}

.info3 {
  grid-area: info3;
  /*background-color: #968f7e;*/
  align-content: center;
  padding: 3px;
  box-sizing: border-box;
  /*opacity: 0.5;
  filter:  alpha(opacity=50); 
  */
}

.--menu_arriba1 {
  grid-area: -menu_arriba1;
  /*background-color: #968f7e;*/
  color: #000;
  font-size: 12px;
}

.--menu_arriba2 {
  grid-area: -menu_arriba2;
  /*background-color: #838b75;*/
  color: #000;
  font-size: 12px;
}
.--menu_arriba3 {
  grid-area: -menu_arriba3;
  /*background-color: #abb88e;*/
  color: #000;
  font-size: 12px;
}

.--menu_arriba {
  grid-area: -menu_arriba;
  background-color: #fff;
  color: #000;
  text-align: center;
  display: grid;/* isualiza en forma de grid */
  grid-template-areas: /* areas del grid */
    "menu_arriba1"
    "menu_arriba2"
    "menu_arriba";  
}

.info {
  grid-area: info;
  /*background-color: #d6655c;*/
  padding: 0px;
  text-align: center;
  display: grid;/* isualiza en forma de grid */
  gap: 10px;/* Separacion de grid */
  grid-template-areas: /* areas del grid */
    "info1"
    "info2"
    "info3";  

z-index:3;
left:20em; top:-25px; 

opacity: 1000; 


}

.aside {
  grid-area: aside;
  background-color: #f5f5f5;
}

.aside .aside0 {
  background-color: #894d4d;
  align-content: center;
      display: block;
      position:absolute;
}

.aside1 {
  grid-area: aside1;
  background-color: #abb88e;
  align-content: center;
  padding: 33px;
  box-sizing: border-box;
}

.aside2 {
  grid-area: aside2;
  background-color: #838b75;
  align-content: center;
  padding: 33px;
  box-sizing: border-box;
}

.aside3 {
  grid-area: aside3;
  background-color: #968f7e;
  align-content: center;
  padding: 33px;
  box-sizing: border-box;
}

.aside {
  grid-area: aside;
  background-color: #d6655c;
  padding: 10px;
  text-align: center;
  display: grid;/* isualiza en forma de grid */
  gap: 10px;/* Separacion de grid */
  grid-template-areas: /* areas del grid */
    "aside1"
    "aside2"
    "aside3";  
}

.footer {
  grid-area: footer;
  background-color: #8c96a0;
}

.footer1 {
  grid-area: footer1;
  background-color: #abb88e;
  align-content: center;
  padding: 25px;
  box-sizing: border-box;
}

.footer2 {
  grid-area: footer2;
  background-color: #838b75;
  align-content: center;
  padding: 25px;
  box-sizing: border-box;
}

.footer3 {
  grid-area: footer3;
  background-color: #968f7e;
  align-content: center;
  padding: 25px;
  box-sizing: border-box;
}

.footer4 {
  grid-area: footer4;
  background-color: #33152d;
  align-content: center;
  padding: 25px;
  box-sizing: border-box;
}

.footer {
  grid-area: footer;
  background-color: #d6655c;
  padding: 10px;
  text-align: center;
  display: grid;/* isualiza en forma de grid */
  gap: 10px;/* Separacion de grid */
  grid-template-areas: /* areas del grid */
    "footer1"
    "footer2"
    "footer3"
    "footer4";  
}

.footer0{
  width: 100%;
  text-align: center;
}

.footer01{
  width: 100%;
  text-align: center;
  padding: 25px;
}

.footer0_texto{
  border-top-style: dashed; 
  border-top-width: 4px; 

}

#mi_footer > *{
  box-shadow:  -1px 1px 7px 0px rgba(0,0,0,0.75);
  border-radius: 4px;
  padding: 10px;
  text-align: center;

  width: 100%;
  margin-left: auto;
  margin-right: auto;

}

.menu_linea_vertical1{
  padding: 1px; 
  border-left: 1px solid black; 
  height: auto;
}

.slogan{
  display: contents;
}

.menu1{
  display: contents;
}

.menu_quienes_somos{
  list-style: none; 
  padding: 0; 
  margin: 0; 
  text-align: right; 
  padding: 1px; 
  border-right: 1px solid black; 
  height: auto;
}

@media (min-width: 360px) and (max-width: 1000px){
  .menu_arriba_der{
    position: relative; right: 0%;
    min-width: 992px;
   -webkit-color: #fff;
   -moz-color: #fff;
   -o-color: #fff;
   color: #fff;
  }

  .menu_linea_vertical1{
    border-right: 1px solid white; 
    height: auto;
  }

  .info1 {
    grid-area: info1;
    align-content: center;
    padding: 30px;
    box-sizing: border-box;
    min-height: 350px;
  }

}


@media (max-width: 360px){
  .menu_linea_vertical1{
    border-right: 1px solid white; 
    height: auto;
  }

  .slogan{
    display: none;
  } 

  .menu1{
    display: none;
  }   

  .info1 {
    grid-area: info1;
    align-content: center;
    padding: 30px;
    box-sizing: border-box;
    min-height: auto;
  }

}