.menuobscuro{
  /* background-color: #d0d0d0; */
}
.acordeon_contenido ul{
  padding-left: 30px;
}
.contenedor_iconos2{
  width: 100%;
  display: grid;
  gap: 0px;
  grid-auto-rows: auto;
  grid-template-columns: repeat(3, auto);
  background-color: rgba(191, 158, 115, 1);
}
.contenedor_iconos2 a{
  color: white;
  text-decoration: none;
  font-weight: normal;
}
.beige3{
  color: white;
  padding-right: 15px;
}
.somos{
  padding: 15px;
}
.info_somos{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.info_somos article{
  border-bottom: 1px #333 dotted;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  max-width: 48%;
  padding-bottom: 10px;
}
.info_somos article div{
  padding-left: 20px;
}
.curva{
  display: flex;
  justify-content: space-between;
  align-self: center;
  flex-wrap: nowrap;
}
.media{
  max-width: 200px!important;
}
.media img{
  width: 100%;
}
.tituloseccion{
  flex-grow: 1;
}
.media img{
  width: 100%;
}
.areasectores{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.infosectores{
 padding-right: 10px;
 width: 58%;
}
.fotosectores{
  width: 40%;
}
.fotosectores img{
  width: 100%;
}
.titulo2{
  padding: 15px;
  color: var(--beige);
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: auto;
}
.empresas{
  padding: 10px;
  border-radius: 20px;
}
.areasempresarial2 {
  border-radius: 15px;
  border: 1px #707070 solid;
  padding: 15px;
  margin: 15px;
  text-decoration: none;
  color: white;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  width: 300px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  background: transparent;
}
.areasempresarial2 img{
  width: 90%;
}
.areasempresarial2:hover {
  background-color: #707070;
}
/* formulario css */
.elementosformulario h2 {
  padding-left: 15px;
}
#elementos_formulario h2 {
  padding-bottom: 20px;
  line-height: 30px;
}
#elementos_formulario input {
  border-radius: 5px;
  border: 1px #d3d3d3 solid;
  padding: 10px;
  width: 95%;
  font-size: 16px;
}
#elementos_formulario {
  margin-top: 20px;
  padding: 15px;
}
form .derecha {
  width: 50%;
}
form .izquierda {
  width: 50%;
}
form {
  width: 100%;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  font-size: 16px;
}
input {
  margin-bottom: 10px;
}
select {
  border-radius: 5px;
  border: 1px #d3d3d3 solid;
  padding-left: 10px;
  height: 35px;
  width: 95%;
  color: var(--negro);
  margin-bottom: 10px;
  font-size: 16px;
  background-color: white;
}
textarea {
  font-family: "Montserrat";
  border-radius: 5px;
  resize: none;
  border: 1px #d3d3d3 solid;
  background-color: white;
  padding: 10px;
  width: 100%;
  height: 230px;
  font-size: 15px;
}
.enviar {
  font-size: 16px;
  width: 100%;
  padding: 10px;
  background-color: var(--beige);
  color: white;
  border: 0;
  margin-top: 15px;
  border-radius: 5px;
  cursor: pointer;
}
#codigo {
  color: var(--beige);
  font-weight: bold;
}
#seguridad {
  padding: 10px 5px 0px 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
}
#seguridad img {
  display: inline-block;
}
#seguridad #security_code {
  max-width: 80px;
}
.estructura_not{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.post_noticia{
  max-width: 65%;
}
.post_noticia figure img{
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.otrasnoticias{
  max-width: 30%;
}
.otrasnoticias article{
  margin-left: 15px;
  margin-bottom: 25px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 15px;
  border: 1px var(--cafeobscuro) solid;
}
.otrasnoticias article a{
  background-color: var(--beige);
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s ease;
  display: inline-block;
}
.otrasnoticias article a:hover {
  background-color: var(--cafeobscuro);
}
.post_noticia figure{
  width: 100%;
}
.post_noticia figure img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.titulo_noticiaindividual{
  color: var(--cafeobscuro);
  padding-left: 15px;
}
.tituloestructura{
  display: flex;
  align-items: center;
}
.contenidonoticia{
}
.buscador{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.puesto{
  border-radius: 5px;
  border: 1px #d3d3d3 solid;
  padding: 10px;
  width: 95%;
  font-size: 16px;
  width: 70%;
  flex-grow: 1;
  margin-right: 20px;
}
.btn_buscar {
  font-size: 16px;
  padding: 10px;
  background-color: var(--beige);
  color: white;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  transition: all .5s ease;
}
.btn_buscar:hover {
  background-color: var(--cafeobscuro);
}
.contenedorvacantes{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px #333 dotted;
  margin-bottom: 15px;
}
.contenedorvacantes figure{
  max-width: 300px;
}
.azul{
  color: #227197;
  font-weight: bold;
}
.contenedorinfo_vacante{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont_acordeon{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.acordeon {
  width: 95%;
  margin: auto;
  margin-bottom: 10px;
  background-color: var(--cafeobscuro);
  border-radius: 10px;
  color: white;
}
.acordeon_titulo {
  border: 0;
  border-radius: 5px;
  line-height: 2.8;
  padding: 10px 16px;
  font-size: 14px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.acordeon_contenido {
  display: none;
  margin: 0;
  background-color: rgba(247, 247, 247, 1);
  padding: 1em 1em 1.5em;
  color: #333;
  margin-bottom: 20px;
}
.requisitos{
  padding-left: 30px;
}
.info_proyec ul{
  padding-left: 20px;
}
.info_proyec{
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: auto;
}
.proyecto_indi figure{
  margin: auto;
  max-width: 600px;
  margin-bottom: 20px;
  
}
.proyecto_indi figure img{
  width: 100%;
  border-radius: 15px;
}
.cafe{
  color: var(--cafeobscuro);
}