.contorno ul {
    padding: 15px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --beige: #c59c6c;
  --cafeobscuro: #38271e;
  --gris: #f4f4f4;
  --negro: #000000;
  --mon: 'Montserrat', sans-serif;
}
body {
  font-family: var(--mon);
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.ancho {
  max-width: 1300px;
  margin: auto;
  /* border:1px red solid;   */
}
/* CSS PARA EL SLIDE DE FOTOS */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: -2;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  object-fit: cover;
  height: 100vh;
}
.contenedorslide {
  position: relative;
  height: 0px;
}
.cabecera {
  height: 100vh;
}
header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  margin: auto;
}
.contenedor_iconos {
  width: 100%;
  display: grid;
  gap: 0px;
  grid-auto-rows: auto;
  grid-template-columns: repeat(3, auto);
  background-color: rgba(255, 255, 255, 0.2);
}
.contenedor_iconos a {
  color: white;
  text-decoration: none;
  font-weight: normal;
}
.contenedor_email {
  text-align: center;
  border: 1px white solid;
  padding: 10px 20px;
}
.contenedor_tel {
  text-align: center;
  border: 1px white solid;
  padding: 10px 20px;
}
.contenedor_bolsa {
  text-align: center;
  border: 1px white solid;
  padding: 10px 20px;
}
.separador {
  padding: 0px 20px;
  color: white;
}
.separador2 {
  padding: 0px 20px;
  color: var(--cafeobscuro);
}
.beige {
  color: var(--beige);
  padding-right: 15px;
}
.beige2 {
  color: var(--beige);
}
.infoproyecto {
  padding: 15px;
}
.infoproyecto h2{
  text-align: left;
  padding-top: 20px;
}
.infoproyecto ul {
  padding-left: 30px;
}
.gris {
  margin-top: 20px;
  background-color: var(--gris);
}
.contenedor_menu {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logocabecera {
  max-width: 120px;
  margin-left: 15px;
}
.logocabecera img {
  width: 100%;
}
/* menu */
.cont_menu {
  flex-grow: -1;
  border-radius: 5px;
  margin-right: 15px;
}
#movil {
  display: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 12px;
  border-radius: 50%;
  color: var(--beige);
  text-decoration: none;
}
nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
nav ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
nav ul li {
  display: block;
}
nav ul li a {
  font-weight: 400;
  color: var(--beige);
  font-size: 16px;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  margin: 15px;
  font-weight: 600;
  border-bottom: 2px transparent solid;
  transition: all 0.5s ease;
}
nav ul li a:hover {
  color: var(--cafeobscuro);
  border-bottom: 2px var(--beige) solid;
}
nav ul li a.activo {
  color: var(--beige);
  border-bottom: 3px var(--beige) solid;
}
.titulogrande {
  font-size: 60px;
  font-weight: 500;
  color: white;
  text-align: center;
}
.lineacafe {
  background-color: var(--beige);
  border: 0;
  height: 5px;
  width: 65px;
  margin: auto;
  margin-top: 10px;
}
.lineacafe2 {
  background-color: var(--beige);
  border: 0;
  height: 5px;
  width: 65px;
  margin-top: 10px;
}
.negritas {
  font-weight: 600;
}
.titulo {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: var(--beige);
  padding-bottom: 15px;
}
.titulo1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: var(--cafeobscuro);
  text-align: center;
  padding-top: 25px;
  padding-bottom: 15px;
}
.titulo2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: var(--cafeobscuro);
  padding-top: 25px;
  padding-bottom: 25px;
}
.titulonuevo{
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: var(--cafeobscuro);
  padding-top: 25px;
  padding-bottom: 25px;
}
.contenedorproyectos{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.contenedorproyectos article{
  max-width: 600px;
}
.contorno{
  border: 1px var(--cafeobscuro) solid;
  border-radius: 15px;
  padding: 15px!important;
  margin-bottom: 25px;
  max-width: 48%;
  display: flex;
  flex-direction: column;
}
.subtitulo2 {
  color: var(--cafeobscuro);
  font-size: 20px;
  padding-bottom: 15px;
}
.subtitulo1 {
  padding: 15px;
  font-size: 40px;
  color: white;
  text-align: center;
  font-weight: 600;
  line-height: 50px;
  max-width: 800px;
  margin: auto;
  margin-top: 50px;
}
.animacion{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  overflow: hidden;
  /* border: 1px red solid; */
  
}
.areas{
  position: absolute;
  color: var(--beige);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  animation: cambiar1 25s infinite ;
}
.areas2{
  position: absolute;
  color: var(--beige);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  top: 120%;
  animation: cambiar2 25s infinite ;
}
.areas3{
  position: absolute;
  color: var(--beige);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  top: 200%;
  animation: cambiar3 25s infinite ;
}
.desarrollo {
  padding: 20px;
}
.contenedordesarrollo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.desarrollo article {
  /* padding: 10px 0px 10px 0px; */
  display: flex;
  justify-content: space-evenly;
  /* align-items: stretch; */
}
.desarrollo figure {
  width: 100%;
}
.desarrollo figure img {
  width: 100%;
}
.recursos {
  width: 30%;
  border-radius: 20px;
  box-shadow: 0px 3px 10px #ccc;
  padding: 10px;
  margin-bottom: 30px;
  border: 2px var(--beige) solid;
}
.recursos img{
  display: inline-block;
  margin: auto;
}
.centrar{
  text-align: center;
}
.inforecursos {
  font-size: 16px;
  padding: 15px;
  width: 100%;
}
.inforecursos h2{
  text-align: center;
  margin: auto;
}
.contenedorvalores{
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
}
.valores{
  margin-left: 10px;
}
.lista{
  margin-top: 20px;
  margin-left: 30px;
}
.lista2{
  margin-top: 20px;
  margin-left: 55px;
}
.corporativo {
  padding: 10px 40px;
}
.titulo2 {
  color: white;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  padding: 20px 10px;
  line-height: 30px;
}
.titulo_nuevo {
  color: var(--cafeobscuro);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  padding: 20px 10px;
  line-height: 30px;
}
.subtitulo3 {
  text-align: center;
}
.contenedorempresas {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: wrap;
}
.areasempresarial {
  border-radius: 15px;
  border: 1px #707070 solid;
  padding: 15px;
  margin: 15px;
  text-decoration: none;
  color: var(--cafeobscuro);
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  width: 280px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  background: transparent;
}
.areasempresarial:hover {
  background-color: #d0d0d0;
}
.beige_empresa {
  margin-right: 5px;
  display: block;
  color: var(--beige);
}
.contenedor_proyectos {
  background-size: cover;
  background-repeat: no-repeat;
}
.margen{
  padding-left: 10px;
  font-size: 17px;
}
#btn_cafe2 {
  background-color: var(--cafeobscuro);
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s ease;
  display: inline-block;
}
#btn_cafe2:hover {
  color: var(--beige);
}
.btn_cafe2 {
  background-color: var(--cafeobscuro);
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s ease;
  display: inline-block;
}
.btn_cafe2:hover {
  color: var(--beige);
}
#btn_rojo {
  background-color: #882224;
  color: white;
  font-size: 14px;
  padding: 5px 25px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s ease;
  display: inline-block;
}
.btn_beige {
  background-color: var(--beige);
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s ease;
  display: inline-block;
}
.btn_beige:hover {
  background-color: var(--cafeobscuro);
}
.contenedoritems a {
  background-color: var(--beige);
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s ease;
  display: inline-block;
}
.contenedoritems a:hover {
  background-color: var(--cafeobscuro);
}
#btn_transparente {
  display: inline-block;
  color: var(--cafeobscuro);
  text-decoration: none;
  border-radius: 5px;
  background-color: transparent;
  border: 1px var(--cafeobscuro) solid;
  padding: 10px 30px;
  transition: all 0.5s ease;
  margin-left: 40px;
}
#btn_transparente:hover {
  background-color: var(--cafeobscuro);
  color: white;
}
.titulonoticia {
  padding-top: 20px;
  font-weight: 700;
}
.fechanoticia {
  font-size: 14px;
  color: var(--beige);
}
.contenedornoticias {
  padding-bottom: 20px;
}
.contenedoritems {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.contenedoritems article {
  padding: 15px 15px 20px 15px;
  margin: 15px;
  max-width: 370px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 0px 5px #ccc;
}
.contenedoritems article figure img {
  width: 100%;
  border-radius: 15px;
}
footer {
  /* background-color: #786767; */
  /* background-color: #d0d0d0; */
  color: var(--cafeobscuro);
}
footer a {
  color:var(--cafeobscuro);
  text-decoration: none;
  transition: all 0.5s ease;
}
footer a:hover {
  color: var(--beige);
}
.contenedorfooter {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: wrap;
  line-height: 35px;
  padding: 15px;
}
.contenedorfooter figure {
  max-width: 180px;
}
.contenedorfooter figure img {
  width: 100%;
}
.uno,
.dos,
.tres {
  padding: 5px 0px;
}
.ubicacion {
  width: 250px;
}
.copy {
  font-size: 14px;
  background-color: var(--cafeobscuro);
  color: white;
  text-align: center;
  padding: 5px;
}
.fijo1 {
  width: 35px;
  height: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: var(--beige);
  color: #fff;
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  bottom: 60%;
  right: 20px;
  transition: all 0.5s ease;
}
.fijo1:hover {
  color: var(--cafeobscuro);
}
.fijo2 {
  width: 35px;
  height: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: var(--beige);
  color: #fff;
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  bottom: 50%;
  transition: all 0.5s ease;
  right: 20px;
}
.fijo2:hover {
  color: var(--cafeobscuro);
}
.ir-arriba {
  display: block;
  padding: 10px;
  border-radius: 5px;
  background: #882224;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.ir-arriba:hover {
  color: var(--beige);
}

@keyframes cambiar1 {
    0%{
      top: 50%;
      opacity: 0;
    }
    10%{
      opacity: 1;
      top: 50%;
    }
    20%{
      top: 50%;
    }
    25%{
      top:-120%;
    }
    75%{
      top: -120%;
    }
    100%{
      top: -120%;
    }
}
@keyframes cambiar2 {
  0%{
    top: 120%;
  }
  22%{
    top: 120%;
  }
  25%{
    top: 40%;
  }
  40%{
    top: 40%;
  }
  44%{
    top: -120%;
  }
  100%{
    top: -120%;
  }
}
@keyframes cambiar3 {
  0%{
    top: 200%;
  }
  25%{
    top: 200%;
  }
  40%{
    top: 200%;
  }
  45%{
    top: 40%;
  }
  60%{
    top: 40%;
  }
  65%{
   top: -120%;;
  }
  100%{
    top: -120%;
  }
} 