body {
  font-family: "Roboto", sans-serif;
  margin: auto;
}
.menusup2 {
  flex-direction: row;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  background: #2f6497;
  height: 154px;
}
 
.itemmenusup1 {
  WIDTH: 30%;
}
.itemmenusup2 {
  WIDTH: 10%;
}
.itemmenusup3 {
  WIDTH: 100%;
  position: absolute;
  top: 152px;
}
.itemmenusup4 {
  WIDTH: 27%;
  height: 100px;
  display: flex;
}

.buscador102 {
  margin: 0px 131px;
}
.sesion{
  color: black;
  font-size: 30px;
  text-decoration: underline;
}
/* Estilos para el menú */
#hidden-div {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
  z-index: 1;
  background: #0000004d;
}

label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.abrir {
  width: 100px;
  position: relative;
}
.cerrar {
  width: 30%;
}
label.itemmenusup22 {
  top: 33px;
  Float: right;
  RIGHT: -50PX;
}
#show-div[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

#show-div[type="checkbox"]:checked ~ #hidden-div {
  left: -100%;
  transform: translateX(100%);
}



/*personal*/
div#contenedorp {
  width: 86%;
  height: 100%;
  background: white;
  border-top: 20px solid red;
}

span#count333 {
  top: 10px;
  position: absolute;
  font-size: 52px;
  background: red;
  padding: 2px 20px;
  border-radius: 42px;
  color: white;
  font-weight: 900;
}

.primerbox {
  justify-content: space-around;
  align-items: center;
}

.overflow{
  overflow: auto;
  height: 100%;
  display: grid;
}
img.imglogo {
  width: 80% ;
}

/*fin personal*/
/*mostarr ocultar*/
label.clasierror {
  width: 18%; 
}
label.menu1 { 
  width: 100%;
}
label.menu2 {
  width: 100%;
}
label.menu3 {
  width: 100%;
}
label.menu4 {
  width: 100%;
}
label.menu5 {
  width: 100%;
}
label.menu6 {
  width: 100%;
}

div#hidden-div1 {
  height: 100%;
  width: 85%;
  background: #fdfdfd;
  top: 0;
  position: absolute;
  right: 100%;
  transition: all 300ms;
}
div#hidden-div2 {
  height: 100%;
  width: 85%;
  background: #fdfdfd;
  top: 0;
  position: absolute;
  right: 100%;
  transition: all 300ms;
}
div#hidden-div3 {
  height: 100%;
  width: 85%;
  background: #fdfdfd;
  top: 0;
  position: absolute;
  right: 100%;
  transition: all 300ms;
}
div#hidden-div4 {
  height: 100%;
  width: 85%;
  background: #fdfdfd;
  top: 0;
  position: absolute;
  right: 100%;
  transition: all 300ms;
}
div#hidden-div5 {
  height: 100%;
  width: 85%;
  background: #fdfdfd;
  top: 0;
  position: absolute;
  right: 100%;
  transition: all 300ms;
}
div#hidden-div6 {
  height: 100%;
  width: 85%;
  background: #fdfdfd;
  top: 0;
  position: absolute;
  right: 100%;
  transition: all 300ms;
}

#show-div1[type="checkbox"]:checked ~ #hidden-div1 {
  right: 0%;
  transform: translateX(-17%);
}
#show-div2[type="checkbox"]:checked ~ #hidden-div2 {
  right: 0%;
  transform: translateX(-17%);
}
#show-div3[type="checkbox"]:checked ~ #hidden-div3 {
  right: 0%;
  transform: translateX(-17%);
}
#show-div4[type="checkbox"]:checked ~ #hidden-div4 {
  right: 0%;
  transform: translateX(-17%);
}
#show-div5[type="checkbox"]:checked ~ #hidden-div5 {
  right: 0%;
  transform: translateX(-17%);
}
#show-div6[type="checkbox"]:checked ~ #hidden-div6 {
  right: 0%;
  transform: translateX(-17%);
}



/*fin mostarr ocultar*/


/*textos*/
h3.textoh3 {
  font-size: 45px;
  align-items: center;
  display: flex;
  padding: 0px 28px;
  height: 100px;
  margin: auto;
}
a.textoa {
  text-decoration: none;
  list-style: none;
  font-size: 60px;
  color: black;
}
nav.menu {
  text-align: center;
  display: grid;
  width: 100%;
}
.cabeceramanu2 {
  font-size: 40px;
}
.index{
  z-index: 1;
  border-top: 19px solid #f3c036;
}
.invisible{
  display: none;
}
a {
  text-decoration: none;
  color: black;
}
.titulos{
  font-size: 70px;
  border-bottom: 1px solid white;
  margin: 30px 0px;
}
.titulos2{
  font-size: 60px;
}
h3.items {
  font-size: 45px;
  text-align: left;
}
h2.bienvenidos {
  font-size: 57px;
  box-shadow: 0px 0px 11px 3px black;
  width: 60%;
  border-radius: 100px;
  padding: 20px;
  MARGIN: 40px AUTO;
}
.separador {
  HEIGHT: 70PX;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 40px 0px;
}
.row1 {
  width: 20%;
}
.row2 {
  width: 70%;
}
.row3 {
  width: 20%;
}
.menuvolver{
  height: 89px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.texto4{
  font-size: 29px;
  margin: auto;
  float: left;
  top: -35px;
  position: relative;
}
.texto_descripcion{
  font-size: 10px;
    margin: auto;
    float: left;
    position: relative;
}
img.img_logo {
  width: 50%;
}
/*fin textos*/
/*responisve*/
/*//Pantallas grandes (desktops de menos de 1200px)*/
@media (min-width: 1199.98px) { 
   
  .itemmenusup3 {
    WIDTH: 40%;
    position: relative;
    top: auto;
  } 
  .frombus{
    height: 40px !important;
    margin: auto;
  }
  .abrir {
    height: 30px;
    position: relative;
    margin: 10px;
  }
  .itemmenusup1 {
    WIDTH: 10%;
  }
  img.imglogo {
    width: 100% ;
  }
  .buscador102 {
    margin: 0px 0px;
  }
  .itemmenusup4 {
    WIDTH: 20%;
    height: auto;
    display: flex;
  }
  img.fafa4 {
    height: 60px;
  }
  .itemmenusup4 {
    justify-content: space-around;
    align-items: center;
  }
  span#count333 {
    font-size: 15px;
    padding: 2px 8px;
  }
  .itemmenusup2 {
    WIDTH: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  h3.sesion {
    font-size: 17px;
  }
  div#contenedorp {
    width: 15%;
    height: 100%;
    background: white;
    border-top: 4px solid red;
    
  }
  h2.bienvenidos {
    font-size: 100%;
    padding: 13px;
    margin: 18px auto;
  }
  .separador {
    margin: 7px 0px;
    HEIGHT: 37PX;
  }
  h3.textoh3 {
    font-size: 16px;
    padding: 0px 0px;
    height: auto;
  }
  label.itemmenusup22 {
    top: 6px;
    RIGHT: -100px;
  }
  .texto_descripcion {
    font-size: 10px;
    top: 0px;
  }
  .cerrar {
    width: 15%;
  }
  .index {
    z-index: -1;
    border-top: 4px solid #f3c036;
  }
  .menusup2 {
    height: 75px;
  }
  .menuvolver{
    display: none;
  }
  .titulos {
    font-size: 28px;
    border-bottom: 1px solid white;
    margin: 7px 0px 40px;
}
  img.img_logo {
    width: 50%;
  }

  /*sub menu mostrar*/
  div#hidden-div1 {
    height: 100%;
    width: 16%;
    background: #fdfdfd;
    top: 0px;
    position: absolute;
    left: -100%;
    transition: all 300ms;
  }
  div#hidden-div2 {
    height: 100%;
    width: 16%;
    background: #fdfdfd;
    top: 0px;
    position: absolute;
    left: -100%;
    transition: all 300ms;
  }
  div#hidden-div3 {
    height: 100%;
    width: 16%;
    background: #fdfdfd;
    top: 0px;
    position: absolute;
    left: -100%;
    transition: all 300ms;
  }
  div#hidden-div4 {
    height: 100%;
    width: 16%;
    background: #fdfdfd;
    top: 0px;
    position: absolute;
    left: -100%;
    transition: all 300ms;
  }
  div#hidden-div5 {
    height: 100%;
    width: 16%;
    background: #fdfdfd;
    top: 0px;
    position: absolute;
    left: -100%;
    transition: all 300ms;
  }
  div#hidden-div6 {
    height: 100%;
    width:16%;
    background: #fdfdfd;
    top: 0px;
    position: absolute;
    left: -100%;
    transition: all 300ms;
  }
  .hovermenu1:hover #hidden-div1 {
    left: 17%;
    transform: translateX(-17%);
  }
  .hovermenu2:hover #hidden-div2 {
    left: 17%;
    transform: translateX(-17%);
  }
  .hovermenu3:hover #hidden-div3 {
    left: 17%;
    transform: translateX(-17%);
  } 
  .hovermenu4:hover #hidden-div4 {
    left: 17%;
    transform: translateX(-17%);
  }
  .hovermenu5:hover #hidden-div5 {
    left: 17%;
    transform: translateX(-17%);
  }
  .hovermenu6:hover #hidden-div6 {
    left: 17%;
    transform: translateX(-17%);
  }


  .hovermenu1:hover .menuvolver {
    background: #34495e;
  }


}
/*//Pantallas medianas (tablets de menos de 992px)*/
@media (min-width: 991.98px) { 
 
 }

/*/Pantallas pequeñas (móviles en landscape de menos de 768px)*/
@media (min-width: 767.98px) { 

 }

/*/Pantallas muy pequeñas (móviles en portrait de menos de 576px)*/
@media (min-width: 575.98px) { 

 }