* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
  @font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
  @font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/helveticaneue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@keyframes slidein {
  from {
    transform: translateY(43%);
	opacity: 0;
  }
  to {
    transform: translateY(0%);
	opacity: 1;
  }
}


ul {
  list-style: none;
  
}
a {
	
  text-decoration: none;
  color:white;
}
a:hover{
  color: rgb(207, 37, 193);
}
#admin {
  display: block;
  text-align: right;
  color: #aaa;
  background-color: white;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
}
#admin:hover {
  color: rgb(187, 31, 179);
}

#form_login_pass{
  display: block;
  text-align: right;
  width: 100%;
  background-color: black;
  color: white;

}
.boton_borrar{
  display: block;
  float:right;
  background-color: #000;
  margin-top: 45px;
  padding: 10px;
  width: 49%;
  color: #fff;
}
#form_agregar{
  display: block;
  float:left;
  background-color: #000;
  margin-top: 45px;
  padding: 10px;
  width: 49%;
  color: #fff;
}
#.header {
         /* Asegura que esté por encima de otros elementos */
    }
:root {
  /* COLORS */
  --main-header-primary-color: white;
 # --main-header-secondary-color: #151515;
 # --main-header-tertiary-color: #252525;
 # --main-header-quaternary-color: #aaa;
 # --main-header-shadow-color: rgba(0, 0, 0, 0.9);

  /* FONT */
  --main-header-font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;

  /* MAIN HEADER */
  --main-header-menu-width: 325px;
  --main-header-menu-button-height: 40px;
  --main-header-menu-button-width: 100px;

  /* TRASITION */
  --main-header-transition: all 0.35s ease;
}

/* MAIN HEADER */
.main-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  #position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  background: var(--main-header-primary-color);
  height: 197px;
  font-family: var(--main-header-font-family); 
  box-shadow: 0 0 10px var(--main-header-shadow-color);   
  #text-transform: uppercase;
  transition: var(--main-header-transition);
  font-size: 18px;
  font-weight: 100;
}
  .main-header .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      max-width: 1200px;
  }
      
      .main-header-menu {
          display: none;
          font-weight: 100;
          width: var(--main-header-menu-width);
      }
          .main-header-menu ul {
              display: flex;
              justify-content: space-between;
              height: 100%;
              width: 100%;    
              list-style-type: none;
          }
              .main-header-menu a {
                  display: flex;
                  align-items: center;
                  justify-content: space-between;
                  background: var(--main-header-secondary-color);
                  color: var(--main-header-quaternary-color);
                  border: 1px solid var(--main-header-tertiary-color);
                  width: var(--main-header-menu-button-width);
                  height: var(--main-header-menu-button-height);
                  #border-radius: 5px;
                  #margin: 5px;
                  transition: var(--main-header-transition);
                  text-decoration: none;
              }
                  #.main-header-menu a:hover {
                      background: var(--main-header-tertiary-color);
                      box-shadow: 0px 4px 10px var(--main-header-shadow-color);
                  }

/* DROPDOWN MENU */
.dropdown-menu {
  display: flex;
  width: 100%;
  
}
  .dropdown-menu ul {
      display: flex;
      flex-direction: column;
      position: absolute;
      height: 0;
      top: 70px;
      left: 0;
      background: var(--main-header-secondary-color);
      overflow: hidden;
      transition: var(--main-header-transition);
  }
      .dropdown-menu a {
          height: calc(var(--main-header-menu-button-height) * 1.8);
          width: 100%;
          margin: 0;
          border: none;
          border-radius: unset;
          border-bottom: 1px solid var(--main-header-tertiary-color);
      }
          .dropdown-menu a:hover {
              box-shadow: unset;
          }

/* DROPDOWN BUTTON */
.main-header-dropdown-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: var(--main-header-menu-button-height);
  min-width: Var(--main-header-menu-button-height);
  margin: 20px;
  background: var(--main-header-secondary-color);
  border: 1px solid var(--main-header-tertiary-color);
  border-radius: 5px;
  cursor: pointer;
  transition: var(--main-header-transition);
}
  .main-header-dropdown-button:hover {
      background: var(--main-header-tertiary-color);
      box-shadow: 0px 4px 10px var(--main-header-shadow-color);
  }
  .main-header-dropdown-button .stripes {
      background: var(--main-header-quaternary-color); 
      height: 2px;
      min-width: 25px;
      margin: 2px 0;
  }

/* MEDIA QUERIES MAIN HEADER */
@media (min-width: 768px) {
  .main-header-menu {
      display: flex;
  }
  .dropdown-menu {
      display: none;
  }
  .main-header-dropdown-button {
      display: none;
  }
}

  
  .imagen {
    width: 350px;
    height: auto;
  
  }
  .cont_port {
	  Position: relative;
  }
.text_cont {
	position: absolute;
	top: 50%; /* Posiciona desde la parte superior */
    left: 18%;
}
  .text_port {
	  animation-name: slidein;
	  #animation-timeline: view();
	  animation-duration: 0.5s;
	  position: relative;
      display: flex;
	  #top: 43%;
      #left: 18%;
      #transform: translate(-50%, -50%); /* Centra el texto de forma perfecta */
      color: white; /* Color del texto para mayor visibilidad */
      align-items: center;
	  max-width: 60%;
	  #margin-left: 18%;
	  font-size: 18px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: normal;
	  
	 
      
	  
  }
  .text2_port {
	  animation-name: slidein;
	  #animation-timeline: view();
	  animation-duration: 0.5s;	
	  position: relative;
      display: flex; /* Coloca el texto encima de la imagen */
	  #top: 70%; /* Posiciona desde la parte superior */
      #left: 18%; /* Posiciona desde la izquierda */
      #transform: translate(-50%, -50%); /* Centra el texto de forma perfecta */
      color: white; /* Color del texto para mayor visibilidad */
      align-items: center;
	  max-width: 60%;
	  #margin-left: 18%;
	  font-size: 16px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 100;
	  
	
  }
    .btn_port {
	  animation-name: slidein;
	  #animation-timeline: view();
	  animation-duration: 0.5s;
	  position: relative;
      display: flex; /* Coloca el texto encima de la imagen */
	  #top: 80%; /* Posiciona desde la parte superior */
      #left: 19%; /* Posiciona desde la izquierda */
      #transform: translate(-50%, -50%); /* Centra el texto de forma perfecta */
      color: white; /* Color del texto para mayor visibilidad */
	  
      align-items: center;
	  max-width: 20%;
	  margin-top: 5%;
	  #margin-left: 18%;
	  font-size: 16px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 100;
	  padding-bottom: 20px;
	  padding-top: 20px;
	  padding-left:80px;
	  padding-right: 80px;
	  border-radius: 50px;
	  background-color: #292929;
	 
	
  }
 .portada{
	background-image: url('../img/habi_jor_rec.jpeg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	#width: 100%;
	height: 670px;
  }
  .cont_proy {
	  position: relative;
	  font-family: var(--main-header-font-family); 
	  #display: flex;
	  max-width: 500px;
	  margin-left: 18%;
	  margin-top: 50px;
  }
.cont_proy_img1 {
	position: relative;
	  font-family: var(--main-header-font-family); 
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  align-items: center;
	  #max-width: 30%;
	  #margin-left: 18%;
	  margin-top: 50px;
	  
  }

  .cont_proy_img2 {
	  position: relative;
	  font-family: var(--main-header-font-family); 
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  align-items: center;
	  #max-width: 30%;
	  #margin-left: 18%;
	  margin-bottom: 50px;
	  
  }
   .cont_proy_img3 {
	  position: relative;
	  font-family: var(--main-header-font-family); 
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  align-items: center;
	  #width: 25%;
	  #margin-left: 18%;
	  margin-top: 50px;
	  
  }
  
   .cont_proy_img4 {
	  position: relative;
	  font-family: var(--main-header-font-family); 
	  display: flex;
	  flex-wrap: wrap;
	  flex-direction: row;
	  justify-content: center;
	  align-items: center;
	  #max-width: 400px;
	  #margin-left: 18%;
	  margin-top: 50px;
	  
  }
  .cont_proy_img5 {
	  position: relative;
	  font-family: var(--main-header-font-family); 
	  display: flex;
	  flex-wrap: wrap;
	  flex-direction: row;
	  justify-content: center;
	  align-items: center;
	  #max-width: 1000px;
	  #margin-left: 18%;
	  margin-top: 50px;
	  
  }
  .cont_cid{
	  position: relative;
	  font-family: var(--main-header-font-family); 
	  display: flex;
	  flex-wrap: wrap;
	  flex-direction: row;
	  justify-content: center;
	  align-items: center;
	  #max-width: 1000px;
	  #margin-left: 18%;
	  margin-top: 50px;
  }
  #links {
      position: relative;
	  font-family: var(--main-header-font-family); 
	  display: flex;
	  flex-direction: row;
	  justify-content: center;
	  align-items: center;
	  @max-width: 1000px;
	  @margin-left: 18%;
	  margin-top: 200px;
	  width: 100%;
      height: 400px;
      background-color: rgb(237, 60, 140);
}
  .fila-vertical {
  display: flex;
  flex-direction: column;
  
  }
  .fila-horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  }
    
#despacho_jor{
	background-image: url('../img/despacho_jor.jpg');
	background-size: cover;
	
	width: 609px;
	height: 362px;
	opacity: 0;
  }
  #despacho_jor.visible {
	  background-image: url('../img/despacho_jor.jpg');
	background-size: cover;
	  animation-name: slidein;
	  animation-duration: 0.5s;
      animation-fill-mode: forwards;
	  width: 609px;
	height: 362px;
	  border-radius: 20px;
  }
  #despacho_jor.visible:hover {
	  background-image: url('../img/despacho_jor_ani.gif');
	background-size: cover;
	  width: 609px;
	height: 362px;
	  border-radius: 20px;
  }
  #texto_proyecto {
	  opacity: 0;
  }
  #texto_proyecto.visible {
	  animation-name: slidein;
	  animation-duration: 0.5s;
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family); 
	  font-size: 48px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 600;
	  
	 
      
	  
  }
  #texto2_proyecto {
	  opacity: 0;
  }
  #texto2_proyecto.visible {
	  animation-name: slidein;
	  animation-duration: 0.5s;	
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family); 
	  margin-top: 30px;
	  font-size: 16px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 100;
	  
	
  }
  #texto_proyecto_img1 {
	  opacity: 0;
  }
  #texto_proyecto_img1.visible {
	  animation-name: slidein;
	  animation-duration: 0.5s;
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family);
	  margin-top: 50px;
      #margin-left: 100px;  
	  width: 300px;
	  font-size: 28px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 600;
	  
	 
      
	  
  }
  #texto2_proyecto_img1 {
	  opacity: 0;
  }
  #texto2_proyecto_img1.visible {
	  animation-name: slidein;
	  animation-duration: 0.5s;	
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family); 
	  margin-top: 30px;
	  margin-bottom: 50px;
	  #margin-left: 100px;
	  width: 350px;
	  font-size: 16px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 50;
	  
	
  }
   #cocina{
	background-image: url('../img/cocina.jpg');
	background-size: cover;
	width: 609px;
	height: 362px;
	opacity: 0;
  }
  #cocina.visible {
	  background-image: url('../img/cocina.jpg');
	background-size: cover;
	  animation-name: slidein;
	  animation-duration: 0.5s;
      animation-fill-mode: forwards;
	  width: 609px;
	height: 362px;
	  border-radius: 20px;
  }
  #cocina.visible:hover {
	  background-image: url('../img/cocina_ani.gif');
	background-size: cover;
	  width: 609px;
	height: 362px;
	  border-radius: 20px;
  }
  
  #texto_proyecto_img2 {
	  opacity: 0;
  }
  #texto_proyecto_img2.visible {
	  animation-name: slidein;
	  animation-duration: 0.5s;
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family);
	  margin-top: 50px;
	  margin-left: 100px;
	  width: 300px;
	  font-size: 28px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 600;
	  
	 
      
	  
  }
  #texto2_proyecto_img2 {
	  opacity: 0;
  }
  #texto2_proyecto_img2.visible {
	  animation-name: slidein;
	  animation-duration: 0.5s;	
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family); 
	  margin-top: 30px;
	  #margin-left: 100px;
	  width: 350px;
	  font-size: 16px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 50;
	  
	
  }
  #despacho_jor2{
	background-image: url('../img/despacho_jor2.png');
	background-size: cover;
	width: 508px;
	height: 631px;
	opacity: 0;
  }
  #despacho_jor2.visible {
	  background-image: url('../img/despacho_jor2.png');
	background-size: cover;
	  animation-name: slidein;
	  animation-duration: 0.5s;
      animation-fill-mode: forwards;
	  width: 508px;
	height: 631px;
	  border-radius: 20px;
  }
  #despacho_jor2.visible:hover {
	  background-image: url('../img/despacho_jor2_ani.gif');
	background-size: cover;
	  width: 508px;
	height: 631px;
	  border-radius: 20px;
  }
  
  #texto_proyecto_img3 {
	  opacity: 0;
  }
  #texto_proyecto_img3.visible {
	  animation-name: slidein;
	  animation-duration: 0.5s;
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family);
	  margin-top: 50px;
	  #margin-left: 100px;	  
	  width: 350px;
	  font-size: 36px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 600;
	  
	 
      
	  
  }
  #texto2_proyecto_img3 {
	  opacity: 0;
  }
  #texto2_proyecto_img3.visible {
	  animation-name: slidein;
	  animation-duration: 0.5s;	
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family); 
	  margin-top: 15px;
	  margin-bottom: 50px;
	  #margin-left: 100px;
	  width: 350px;
	  font-size: 16px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 50;
  }
  #texto3_proyecto_img3 {
	  opacity: 0;
  }
  #texto3_proyecto_img3.visible {
	  animation-name: slidein;
	  #animation-timeline: view();
	  animation-duration: 0.5s;
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family);
	  margin-bottom: 20px;
	  #margin-left: 100px;
	  width: 300px;
	  font-size: 36px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 600;
	  
	 
      
	  
  }
  #texto5_proyecto_img3 {
	  opacity: 0;
  }
  #texto5_proyecto_img3.visible {
	  animation-name: slidein;
	  
	  animation-duration: 0.5s;	
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family); 
	  margin-top: 20px;
	  margin-bottom: 20px;
	  #margin-left: 100px;
	  width: 350px;
	  font-size: 16px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 50;
	  
	
  }
  #texto4_proyecto_img3 {
	  opacity: 0;
  }
  #texto4_proyecto_img3.visible {
	  animation-name: slidein;

	  animation-duration: 0.5s;
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family);
	  margin-bottom: 20px;
	  #margin-left: 100px;
	  width: 300px;
	  font-size: 20px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 600;
	  
	 
      
	  
  }
  #texto6_proyecto_img3 {
	  opacity: 0;
  }
  #texto6_proyecto_img3.visible {
	  animation-name: slidein;
	  animation-duration: 0.5s;
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family);
	  margin-bottom: 20px;
	  #margin-left: 100px;
	  width: 300px;
	  font-size: 20px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 600;
	  
	
  }
   #texto7_proyecto_img3 {
	  opacity: 0;
  }
  #texto7_proyecto_img3.visible {
	  animation-name: slidein;
	  animation-duration: 0.5s;	
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family); 
	  margin-top: 20px;
	  margin-bottom: 20px;
	  #margin-left: 100px;
	  width: 350px;
	  font-size: 16px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 50;
	  
	
  }
 
   #habitacion_mig1_ani{
	background-image: url('../img/habitacion_mig.jpg');
	background-size: cover;
	width: 380px;
	#height: 262px;
	opacity: 0;
	margin-bottom: 25px;
  }
  #habitacion_mig1_ani.visible {
	  background-image: url('../img/habitacion_mig.jpg');
	  background-size: cover;
	  animation-name: slidein;
	  animation-duration: 0.5s;
      animation-fill-mode: forwards;
	  width: 380px;
	  height: 262px;
	  border-radius: 20px;
	  margin-bottom: 25px;
  }
  #habitacion_mig1_ani.visible:hover {
	  background-image: url('../img/habitacion_mig.gif');
	  background-size: cover;
	  width: 380px;
	height: 262px;
	  border-radius: 20px;
	  margin-bottom: 25px;
  }
  #habitacion_mir1{
	background-image: url('../img/habitacion_mir.jpg');
	background-size: cover;
	width: 380px;
	#height: 262px;
	opacity: 0;
	margin-top: 5px;
	margin-bottom: 25px;
  }
  #habitacion_mir1.visible {
	  background-image: url('../img/habitacion_mir.jpg');
	background-size: cover;
	  animation-name: slidein;
	  animation-duration: 0.5s;
      animation-fill-mode: forwards;
	  width: 380px;
	height: 262px;
	  border-radius: 20px;
	  margin-top: 5px;
	  margin-bottom: 25px;
  }
  #habitacion_mir1.visible:hover {
	  background-image: url('../img/habitacion_mir_ani.gif');
	background-size: cover;
	  width: 380px;
	height: 262px;
	  border-radius: 20px;
	  margin-top: 5px;
	  margin-bottom: 25px;
  }

     #bano_1_ani{
	background-image: url('../img/bano_1.png');
	background-size: cover;
	width: 380px;
	#height: 490px;
	opacity: 0;
	margin-left: 5px;
  }
  #bano_1_ani.visible {
	  background-image: url('../img/bano_1.png');
	background-size: cover;
	  animation-name: slidein;
	  animation-duration: 0.5s;
      animation-fill-mode: forwards;
	  width: 380px;
	height: 490px;
	  border-radius: 20px;
	  margin-left: 5px;
	  margin-bottom: 25px;
  }
  #bano_1_ani.visible:hover {
	  background-image: url('../img/bano_1_ani.gif');
	background-size: cover;
	  width: 380px;
	height: 490px;
	  border-radius: 20px;
	  margin-left: 5px;
	  margin-bottom: 25px;
  }
  #texto_proyecto_img4 {
	  opacity: 0;
  }
  #texto_proyecto_img4.visible {
	  animation-name: slidein;
	  animation-duration: 0.5s;
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family);
	  width: 300px;
	  font-size: 32px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 600;
	  
	 
      
	  
  }
  #texto2_proyecto_img4 {
	  opacity: 0;
  }
  #texto2_proyecto_img4.visible {
	  animation-name: slidein;
	  animation-duration: 0.5s;	
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family); 
	  margin-top: 30px;
	  margin-bottom: 50px;
	  width: 350px;
	  font-size: 16px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 50;
	  
	
  }
  #cid{
	background-image: url('../img/cid.jpg');
	background-size: cover;
	width: 350px;
	height: 150px;
	opacity: 0;
	
  }
  #cid.visible {
	  background-image: url('../img/cid.jpg');
	  background-size: cover;
	  animation-name: slidein;
	  animation-duration: 0.5s;
      animation-fill-mode: forwards;
	  width: 350px;
	height: 150px;
	  border-radius: 20px;
	  
  }
  #cid.visible:hover {
	  background-image: url('../img/cid_ani.gif');
	  background-size: cover;
	  width: 350px;
	height: 150px;
	  border-radius: 20px;
	  
  }
  #texto_proyecto_img5 {
	  opacity: 0;
  }
  #texto_proyecto_img5.visible {
	  animation-name: slidein;
	  animation-duration: 0.5s;
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family);
	  
	  
      margin-bottom: 50px;	  
	  width: 350px;
	  font-size: 20px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 600;
	  
	 
      
	  
  }
  #texto2_proyecto_img5 {
	  opacity: 0;
  }
  #texto2_proyecto_img5.visible {
	  animation-name: slidein;

	  animation-duration: 0.5s;
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family);
	  margin-bottom: 20px;
	  
	  width: 300px;
	  font-size: 16px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 600;
	  
	
  }
  #texto3_proyecto_img5 {
	  opacity: 0;
  }
  #texto3_proyecto_img5.visible {
	 animation-name: slidein;
	  
	  animation-duration: 0.5s;	
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family); 
	  margin-top: 20px;
	  margin-bottom: 20px;
	  
	  width: 350px;
	  font-size: 14px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 50;
	  
	 
      
	  
  }
  #texto5_proyecto_img5 {
	  opacity: 0;
  }
  #texto5_proyecto_img5.visible {
	  animation-name: slidein;
	  
	  animation-duration: 0.5s;	
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family); 
	  margin-top: 20px;
	  margin-bottom: 20px;
	  #margin-left: 25px;
	  width: 350px;
	  font-size: 14px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 50;
	  
	
  }
  #texto4_proyecto_img5 {
	  opacity: 0;
  }
  #texto4_proyecto_img5.visible {
	  animation-name: slidein;

	  animation-duration: 0.5s;
	  animation-fill-mode: forwards;
	  font-family: var(--main-header-font-family);
	  margin-bottom: 20px;
	  #margin-left: 25px;
	  width: 300px;
	  font-size: 16px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 600;
	  
	 
      
	  
  }
   #texto_footer_1 {
	  font-family: var(--main-header-font-family);
	  color: white;
      margin-bottom: 30px;	  
	  width: 100%;
	  font-size: 30px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 600;
  }
     #texto_footer_2 {
	  font-family: var(--main-header-font-family);
	  color: white;
      margin-bottom: 60px;	  
	  max-width: 250px;
	  font-size: 14px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 100;
  }
     #texto_footer_3 {
	  	  
	  width: 200px;
	  
  }
     #texto_footer_4 {
	  font-family: var(--main-header-font-family);
	  color: white;
      margin-bottom: 30px;	  
	  width: 100%;
	  font-size: 25px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 600;
  }
     #texto_footer_5 {
	  font-family: var(--main-header-font-family);
	  color: white;
      @margin-bottom: 60px;	  
	  max-width: 250px;
	  font-size: 14px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 100;
  }
      #texto_footer_6 {
	  font-family: var(--main-header-font-family);
	  color: white;
      margin-bottom: 30px;	  
	  width: 100%;
	  font-size: 25px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 600;
  }
     #texto_footer_7 {
	  font-family: var(--main-header-font-family);
	  color: white;
      margin-bottom: 5px;	  
	  max-width: 250px;
	  font-size: 14px;
	  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	  font-weight: 100;
  }
  input[type="text"] {
  font-family: -apple-system, blinkmacsystemfont, "Montserrat", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif; /* Cambia la tipografía */
  padding: 15px; /* Añade relleno */
  border: 1px solid #ccc; /* Añade un borde */
  border-radius: 5px; /* Redondea las esquinas */
  width: 400px;
  
}

  .social-icons a {
  margin: 4px;
  color: white;
  text-decoration: none;
}

.social-icons i {
  font-size: 2em;
}

@.social-icons a:hover {
  color: #007bff;
}
   .reloj {
    position: absolute;
    top: 150px;
    right: 370px;
    width: 90px;
    height: 20px;
    
    
    /*background-color: blueviolet;*/
  }
  #hora_decimal {
    display: block;
    position: relative;
    float: left;
    margin: auto;
    width: 12.5px;
    height: 22.5px;
    
  }
  #hora_unidad {
    display: block;
    position: relative;
    float: left;
    margin: auto;
    width: 12.5px;
    height: 22.5px;
   
  }
  #minuto_decimal {
    display: block;
    position: relative;
    float: left;
    margin: auto;
    width: 12.5px;
    height: 22.5px;
    
  }
  #minuto_unidad {
    display: block;
    position: relative;
    float: left;
    margin: auto;
    width: 12.5px;
    height: 22.5px;
    
  }
  #segundo_decimal {
    display: block;
    position: relative;
    float: left;
    margin: auto;
    width: 12.5px;
    height: 22.5px;
    
  }
  #segundo_unidad {
    display: block;
    position: relative;
    float: left;
    margin: auto;
    width: 12.5px;
    height: 22.5px;
   
  }
  #puntos {
    display: block;
    position: relative;
    float: left;
    margin-top: 5.5px;
    width: 6.25px;
    height: 11.25px;
    
  }
  /*.galeria {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;  
    width: 700px;
    height: 393px;
   /*background-color: blanchedalmond;
  }
  .galeria div{
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 2%, rgba(0,0,0,0) 17%, rgba(0,0,0,0) 83%, rgba(0,0,0,1) 98%);
    
  }
  #fotos {
    position: relative;
    z-index: -2;
    width: 600px;
    height: 337px;
  }
  #volver {
    display: flex;
    
  }
  #next {
    width: 65px;
    height: 96px;
    filter: brightness(50%);
  }
  #next:hover {
    filter: brightness(100%);
  }
  #back {
    width: 65px;
    height: 96px;
    filter: brightness(50%);
  }
  #back:hover {
    filter: brightness(100%);
  }*/

  #entre_bano {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 100px;
    
    
  }

  #entres {
    display: block;
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    
  }
 

  * {box-sizing: border-box}
body	{
		font-family: Verdana, sans-serif;
		background-color: black;
		}
.mySlides {display: none}
img {vertical-align: middle;}



/* Slideshow container */

.slideshow-container {

  max-width: 1000px;
  position: relative;
  top:0px;
  margin: auto;
  
  
}

.slideshow-container_cocina {
 
   max-width: 1000px;
  position: relative;
  top:0px;
  margin: auto;
  
  
}

.slideshow-container_salones {
 
  max-width: 1000px;
 position: relative;
 top:0px;
 margin: auto;
 
 
}

.slideshow-container_cuartos {
 
  max-width: 1000px;
 position: relative;
 top:0px;
 margin: auto;
 
 
}



.foto1 {
  border: 1px solid rgb(175, 175, 175);
  padding: 5px;
  background-color: rgb(209, 209, 209);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.foto2 {
  border: 1px solid rgb(175, 175, 175);
  padding: 5px;
  background-color: rgb(209, 209, 209);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.foto3 {
  border: 1px solid rgb(175, 175, 175);
  padding: 5px;
  background-color: rgb(209, 209, 209);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.foto4 {
  border: 1px solid rgb(175, 175, 175);
  padding: 5px;
  background-color: rgb(209, 209, 209);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.foto5 {
  border: 1px solid rgb(175, 175, 175);
  padding: 5px;
  background-color: rgb(209, 209, 209);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.foto6 {
  border: 1px solid rgb(175, 175, 175);
  padding: 5px;
  background-color: rgb(209, 209, 209);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.foto7 {
  border: 1px solid rgb(175, 175, 175);
  padding: 5px;
  background-color: rgb(209, 209, 209);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.foto8 {
  border: 1px solid rgb(175, 175, 175);
  padding: 5px;
  background-color: rgb(209, 209, 209);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.foto9 {
  border: 1px solid rgb(175, 175, 175);
  padding: 5px;
  background-color: rgb(209, 209, 209);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.foto10 {
  border: 1px solid rgb(175, 175, 175);
  padding: 5px;
  background-color: rgb(209, 209, 209);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

#prev1, #next1 {
  cursor: pointer;
  position: absolute;
  top: 925px;
  width: auto;
  padding: 16px;
  margin-top: -85px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 475px;
  width: auto;
  padding: 16px;
  margin-top: 450px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(174, 0, 209, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

#numeros1 {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 600px;
  
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 700px;
  
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 25px;
  transition: background-color 0.6s ease;
}

.dot2 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 25px;
  transition: background-color 0.6s ease;
}
.dot3 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 25px;
  transition: background-color 0.6s ease;
}
.dot4 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 25px;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

/*.fade2 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.fade3 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.fade4 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}*/

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


body .formulario {
  
	margin:auto;
  border:1px solid #ccc;
  border-radius: 25px;
	background:#3f3f3f;
  padding:20px;
  margin-top: 700px;
  width:50%;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  filter:opacity(65%);
}
body .formulario label {
	font-size:14px;
	display:block;
  width:100%;
  color: #ffffff;
}
body .formulario input, textarea {
	margin-bottom:20px;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	border:1px solid #cccccc;
}
body .formulario input:focus, textarea:focus {
	border:1px solid #1668C4;
}
body .formulario textarea {
	resize:vertical;
	max-height:300px;
	min-height:100px;
}
body .formulario input[type="reset"] {
	margin-bottom:0;
	background:#dddddd;
	color:#aaaaaa;
	border:none;
}
body .formulario input[type="reset"]:hover {
	background:#d2d878;
	color:#ffffff;
	cursor:pointer;
}
body .formulario input[type="submit"] {
	background:#aaaaaa;
	color:#FFFFFF;
	cursor:pointer;
}
body .formulario input[type="submit"]:hover {
	background:#ca3bb7;

}

#fecha {
  float: left;
  width: 92%;
}



#mail {
  clear: both;
}

#selector {
  margin: auto;
  float: left;
  position: relative;
  left: 10px;
  bottom: 10px;
  width: 60px;
  height: 55px;
  
}


.copyrigth{
  display: block;
  margin: auto;
  width: 800px;
  text-align: center;
  color: #ffffff;
  
}
.copy_img{
  display: block;
  
  margin: auto;
  padding-top: 20px;
  
}
.obra {
 
    display: block;
    margin: auto;
    width: 800px;
    text-align: center;
    color: #ffffff;
    
  
}
.linkcc{
  display: block;
  margin: auto;
  color: #ffffff;
}
 
  