@charset "utf-8";

*{margin:0px;padding: 0px;box-sizing: border-box;} *:not(p){margin: 0px;padding: 0px;text-decoration: none;list-style:none;text-shadow:none;font-weight: normal;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */}
html {margin:0;padding:0; height: 100vh;} table {border-collapse:collapse;border-spacing:0;} h1,h2,h3,h4,h5,h6{margin: 0 auto;padding: 0;} header,nav,main,section,article,footer{margin: 0 auto;padding: 0;}
fieldset,img {border:0;} input{border:0 solid #001d26;padding:0;color:#000;width:100%;} address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;} caption,th {text-align:left;} q:before,q:after {content:'';} abbr,acronym { border:0;} a {outline: none; text-decoration: none;} a:hover {text-decoration-line: underline;}
small {font-size: 15px;} big{font-size: 80px;font-weight: bolder;} strong{font-weight: bolder;}

/* General Ideas Style */

body {
  background: white;
  font-family: 'champagne__limousinesregular', sans-serif;
  font-weight: 400;
  margin: 10px 60px 10px 60px;
  padding:0px;
  color: #000914;
  overflow-y:auto;
  overflow-x:hidden;
  -webkit-font-smoothing: subpixel-antialiased !important; 
  text-rendering:optimizeLegibility !important;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: royalblue black;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: black;
}

*::-webkit-scrollbar-thumb {
  background-color: royalblue;
  border-radius: 10px;
  border: 1px solid black;
}


.ie7 body {overflow:hidden;} a{text-decoration: none;} .clr{clear: both;} .but{background-color: #255e98;color: white;font-size: 16px;padding: 0;text-align: center;width: 2%;float: right;margin-right: 10px;cursor: crosshair;}

img {width: 100%;height: auto;}

/******************************************************
    [ MEDIA all 1920-2056 ]
*******************************************************/
.depa402-t{display: none;}
.depa302-t{display: none;}
.depa202-t{display: none;}
.depa401-t{display: none;}
.depa301-t{display: none;}
.depa201-t{display: none;}
.depa101-t{display: none;}



.contenidotabletdepa{display: none;}

.contenidotablet{display: none;}


.main-tablet{
  display: none;
}

.footertablet{
  display: none;
}

.maincel{display: none;}

.break {display: none;}

  b {
  font-weight: 600;
}

  iframe{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

  .blue{
    color: #000715;
}

  .blue2{
    color: #012450;
}

  .mx{
    color: #f417a8;
}


/******************************************************
    [ TOP]
*******************************************************/
.top{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000715+0,012450+100 */
  background: linear-gradient(to right,  #000715 0%,#012450 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
  width: 100%;
  display: grid;
  color: white;
  padding: 0;
  height: auto;
  align-content: center;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 
  "h1     h5";
  margin: 0 auto;
  border-radius: 20px;
  max-width: 1600px;  
}

h1{
  background: none;
  grid-area: h1;
  text-align: left;
  color: white;
  align-content: center;
  justify-self: start;
  width: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 0 0 10px;
}

h5{
  background: none;
  grid-area: h5;    
  text-align: right;   
  width: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 10px 0 0;
}

h5 a{
  color: white;
  align-self: center;
  justify-self: end;

}

h5 a:hover{
  text-decoration: underline;
}

/******************************************************
    [ MAIN]
*******************************************************/
.mainh{
  display: grid;
  grid-template-columns: 1fr 1020px 1fr;
  grid-template-areas: 
  "left       center-home      right"
  "pleca0     pleca0      pleca0"  
  "footer     footer      footer";
  column-gap: 10px;
  width: 100%;
  padding:0;
  color: white;
  margin: 10px auto;
  text-align: center;
  align-content: start;
  justify-content: start;
  max-width: 1600px;
  height: 885px;   
}

main{
  display: grid;
  grid-template-columns: 1fr 1020px 1fr;
  grid-template-areas: 
  "left       center      right"
  "pleca0     pleca0      pleca0"  
  "footer     footer      footer";
  column-gap: 10px;
  width: 100%;
  padding:0;
  color: white;
  margin: 10px auto;
  text-align: center;
  align-content: start;
  justify-content: start;
  max-width: 1600px;
  height: 885px;   
}

.logo{
  display: block;
  text-align: center;
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 75px;
  right: 446px;
}

.logo img{
  width: 100%;
  max-width: 460px;
}

.left{
  grid-area: left;
  width: 100%;
  background: #000715;
  align-content: start;
  justify-content: start;
  border-radius: 16px;
  height: 885px;  
}

.menu{
  display: flex;
  flex-direction: column;
  -webkit-display: flex;
  -webkit-flex-direction: column;  
  background: none;
  font-family: 'geosanslightregular', sans-serif;  
  text-align: left;
  z-index: 98;
  margin: 260px 0 0 20px;
  width: 88%;
}

.menu a{
  color: #51769b;
}

.menu a:hover{
  color: white;
}

.fa-solid{
  background: none;
  text-align: center;
  margin: 30px auto;
  font-size: 23px;
  width: 38px;
}

.proyecto{
  display: inline-block;
  background: none;
  font-family: 'geosanslightregular', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
  text-align: left;
  margin: 0 0 0 10px;
}

.redes{
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 100;
  font-size: 22px;
  top: 883px;
  right: 660px;

}

.fa-brands{
  color: #466686;
  margin: 10px 10px;
}

.fa-brands:hover{
  color: white;
}


.center-home{
  grid-area: center-home;
  width: 100%;
  background: none;
  align-content: start;
  justify-content: start;
  margin: 0 auto;
  height: 885px;
}

.center-home img{
  width: 100%;
  border-radius: 16px;
  max-height: 885px;
}


.center{
  grid-area: center;
  width: 100%;
  background: none;
  align-content: start;
  justify-content: start;
  margin: 0 auto;
  height: 885px;
}

.center img{
  width: 100%;
  border-radius: 16px;
  max-height: 885px;
}

.right{
  display: grid;
  grid-area: right;
  width: 100%;
  background: #012450;
  align-content: start;
  justify-content: center;
  border-radius: 16px;
  padding: 40px 0 0 0;
  height: 885px;  
}


.fa-circle-check{
  color: #009ee3;
  font-size: 18px;
}

.precios{
  color: white;
  font-size: 23px;
  letter-spacing: 2px;
}

.desde{
  color: white;
  text-align: left;
  font-size: 17px;
  letter-spacing: 1px;
  margin: -20px 0 0  65px;
}

.azul{
  color: #009ee3;
  font-weight: bold;
}

.caracteristicas{
  width: 100%;
}

.caracteristicas img{
  width: 100%;
  max-width: 180px;
  margin: 110px 0 217px 0;
}

.preventa{
  font-family: 'oswald', sans-serif;
  text-align: center;
  color: white;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 25px;
}

.plus{
  color: #009ee3;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}

/******************************************************
    [ PROYECTO]
*******************************************************/
.container-proyecto{
  display: grid;
  grid-template-columns: 1fr 1045px 1fr;
  grid-template-areas: 
  "left-interna    proyecto     right-interna"
  "pleca0          pleca0       pleca0"  
  "footer          footer       footer";
  column-gap: 10px;
  width: 100%;
  padding:0;
  color: white;
  margin: 10px auto;
  text-align: center;
  align-content: start;
  justify-content: start;
  max-width: 1600px;
  height: 885px;   
}

.left-interna{
  grid-area: left-interna;
  width: 100%;
  background: #000715;
  align-content: start;
  justify-content: start;
  border-radius: 16px;
  height: 880px;  
}

.logo-interna{
  display: block;
  text-align: center;
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 75px;
  right: 666px;
}

.logo-interna img{
  width: 100%;
  max-width: 250px;
}

.menu-interna{
  display: flex;
  flex-direction: column;
  -webkit-display: flex;
  -webkit-flex-direction: column;  
  background: none;
  font-family: 'geosanslightregular', sans-serif;  
  text-align: left;
  z-index: 98;
  margin: 240px 0 0 20px;
  width: 88%;
}

.menu-interna a{
  color: #51769b;
}

.menu-interna a:hover{
  color: white;
}

.proyecto-interna{
  display: inline-block;
  background: none;
  font-family: 'geosanslightregular', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
  text-align: left;
  margin: 0 0 0 10px;
}

.redes-interna{
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 100;
  font-size: 22px;
  top: 870px;
  right: 667px;

}

.right-interna{
  display: grid;
  grid-area: right-interna;
  width: 100%;
  background: #012450;
  align-content: start;
  justify-content: center;
  border-radius: 16px;
  padding: 20px 0 0 0;
  height: 880px;  
}

h2{
  font-family: 'oswald', sans-serif;
  text-align: center;
  color: white;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 30px;
}

.caracteristicas-interna{
  width: 100%;
}

.caracteristicas-interna img{
  width: 100%;
  max-width: 180px;
  margin: 110px 0 193px 0;
}

/******************************************************
    [ UBICACION]
*******************************************************/
.textos-ubicacion{
  font-family: 'geosanslightregular', sans-serif;
  font-weight: normal;
  text-align: justify;
  font-size: 18px;
  padding: 20px 14px 14px 14px;
  letter-spacing: 1px;
}

.textos-ubicacion p{
  margin: 15px auto;
}

.mapa{
  width: 100%;
  padding: 0 ;
  margin: 0 auto;
}

.mapa img{
  width: 100%;
  max-width: 350px;
  border-radius: 20px;
}

/******************************************************
    [ DEPARTAMENTOS]
*******************************************************/
.depa402{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;  
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1000;
  font-size: 30px;
  letter-spacing: 1px;
  width: 388px;
  height: 68px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-189%, -1845%);
  -webkit-transform: translate(-189%, -1845%);
 
}

.depa402 a{
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;  
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 388px;
  height: 68px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa402 a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 388px;
  height: 68px;
  font-size: 30px;
}

.depa401{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1001;
  font-size: 30px;
  letter-spacing: 1px;
  width: 376px;
  height: 68px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -1947%);
  -webkit-transform: translate(-65%, -1947%);
 
}

.depa401 a{
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 376px;
  height: 68px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa401 a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 376px;
  height: 68px;
  font-size: 30px;
}

.depa302{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1000;
  font-size: 30px;
  letter-spacing: 1px;
  width: 388px;
  height: 68px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-189%, -1938%);
  -webkit-transform: translate(-189%, -1938%);  
 
}

.depa302 a{
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 388px;
  height: 68px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa302 a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 388px;
  height: 68px;
  font-size: 30px;
}

.depa301{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1001;
  font-size: 30px;
  letter-spacing: 1px;
  width: 376px;
  height: 69px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -2007.5%);
  -webkit-transform: translate(-65%, -2007.5%);  
 
}

.depa301 a{
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 376px;
  height: 69px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa301 a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 376px;
  height: 69px;
  font-size: 30px;
}

.depa202{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1000;
  font-size: 30px;
  letter-spacing: 1px;
  width: 388px;
  height: 68px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-189%, -2032%);
  -webkit-transform: translate(-189%, -2032%);  
 
}

.depa202 a{
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 388px;
  height: 68px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa202 a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 388px;
  height: 68px;
}

.depa201{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1001;
  font-size: 30px;
  letter-spacing: 1px;
  width: 376px;
  height: 69px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -2101%);
  -webkit-transform: translate(-65%, -2101%);  
 
}

.depa201 a{
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 376px;
  height: 69px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa201 a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 376px;
  height: 69px;
  font-size: 30px;
}

.depa101{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1001;
  font-size: 30px;
  letter-spacing: 1px;
  width: 376px;
  height: 69px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -2095%);
  -webkit-transform: translate(-65%, -2095%);  
 
}

.depa101 a{
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 376px;
  height: 69px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa101 a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 376px;
  height: 69px;
  font-size: 30px;
}

.imgselecciona{
  width: 100%;
}

.imgselecciona img{
  width: 100%;
  max-width: 230px;
  margin: 120px 0 128px 0;
}


/******************************************************
    [ DEPARTAMENTO]
*******************************************************/

.dot{
  font-size: 22px;
}

.depa-n{
  width: 100%;
  font-weight: bold;
  text-align: left;
  font-size: 26px;
  letter-spacing: 2px;
  margin: -20px 0 0 -15px;
}

.ahab{
  width: 100%;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  letter-spacing: 1px;
  margin: -20px 0 0 40px;
}

.descarga{
  background-color: rgba(4, 199, 255, 0);
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1000;
  width: 330px;
  height: 200px;
  border-radius: 24px;


  position: relative;
  top: 0;
  left: 0;
  transform: translate(0%, -108%);
  -webkit-transform: translate(0%, -108%);  
 
}

.descarga a{
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  text-align: center;  
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 330px;
  height: 200px;
  border-radius: 24px;
}

.descarga a:hover{
  background-color: rgba(4, 199, 255, 0.25);
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 330px;
  height: 200px;
  border-radius: 24px;
}

.caract-depa{
  display: block;
  width: 100%;
  padding: 0;
  margin: 203px 0 203px 0;
}

.caract-depa img{
  width: 100%;
  max-width: 200px;
}




/******************************************************
    [ CORTE DEPARTAMENTOS]
*******************************************************/



/******************************************************
    [ AVANCE DE OBRA]
*******************************************************/

/******************************************************
    [ FORMULARIO]
*******************************************************/
.logo-info{
  display: block;
  text-align: center;
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 75px;
  right: 460px;
}

.logo-info img{
  width: 100%;
  max-width: 360px;
}

.formulario{
  font-family: 'geosanslightregular', sans-serif;  
  display: block;
  text-align: justify;
  margin: 10px auto;
  color: white;
  width: 100%;
  padding: 14px 14px 14px 14px;
  font-size: 22px;
  letter-spacing: 1px;
}

.datos{
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 10px;
  margin: 0 0 70px 0;
}

.datos p{
  font-family: 'geosanslightregular', sans-serif;    
  color: white;
  text-align: left;
  font-size: 18px;
  margin: 15px auto;
}

.datos p a{
  color: white;
  text-align: left;
}

.datos p a:hover{
  color: lightskyblue;
  text-align: left;
  text-decoration: underline;
}

.datos p img{
  width: 100%;
  max-width: 20px;
  vertical-align: center;
}

form{
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

input{
  font-family: 'geosanslightregular', sans-serif;  
  font-weight: bold;  
  border: solid 2px #05a1fb;
  border-radius: 10px;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  margin: 8px 0 8px 0;
  letter-spacing: 2px;
}

textarea{
  font-family: 'geosanslightregular', sans-serif;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  border-radius: 6px;
  font-size: 20px;
  padding: 10px;
  border: solid 2px #05a1fb;
  letter-spacing: 2px; 
}

.textosbut{
  font-family: 'geosanslightregular', sans-serif;
  font-weight: bold;  
  background: #12243b;
  color: white;
  cursor: pointer;
  text-align: center;
  border-radius: 15px;
  font-size: 18px;
  width: 40%;
  margin: 15px auto;
  border: solid 2px white;
  letter-spacing: 2px;
}

.textosbut:hover{
  background: #05a1fb;
  color: #12243b;
}


/******************************************************
    [ FOOTER]
*******************************************************/

.pleca0{
  grid-area: pleca0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000715+0,012450+100 */
  background: linear-gradient(to right,  #000715 0%,#012450 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  text-align: center;
  width: 100%;
  height: 6px;
  border-radius: 32px;
  margin: 10px auto;
  max-width: 1600px
}

footer{
  grid-area: footer;
  margin: 0 auto;
  width: 100%;
  font-family: 'geosanslightregular', sans-serif;
  font-weight: bold;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 
  "atte     banner"
  "copy     banner"
  "dir      banner"
  ".        design";
  align-content: start;
  padding: 0;
  margin: 0 0 10px 0;
  column-gap: 20px;
}

.atte {
  grid-area: atte;
  background: none;
  width: 100%;
  color: #12243b;
  z-index: 2;
  padding: 0;
  font-size: 28px;
  line-height: 32px;
}

.copy {
  grid-area: copy;
  background: none;
  width: 100%;
  color: #12243b;
  z-index: 2;
  padding: 0;
  margin:10px 0 0 0;
  font-size: 20px;
}

.copy a{
  color: #0640b5;
  font-weight: bold;
}

.copy a:hover{
  color: #0640b5;
  font-weight: bold;
  text-decoration: underline;
}

.direccion {
  grid-area: dir;    
  background: none;
  color: #12243b;
  width: 100%;
  z-index: 2;
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 20px;
}

.direccion a{
  color: #0640b5;
  font-weight: bold;
}

.direccion a:hover{
  color: #0640b5;
  font-weight: bold;
  text-decoration: underline;
}

.banner{
  grid-area: banner;
  width: 100%;
  text-align: right;
  padding: 0;
  margin: 0 auto;
}

.banner img{
  width: 100%;
  max-width: 812px;
}

.design {
  grid-area: design;  
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+9,011732+50,000000+96 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(-45deg, #000000 9%, #011732 50%, #000000 96%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #000000 9%,#011732 50%,#000000 96%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #000000 9%,#011732 50%,#000000 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: right;
  justify-self: end;
  align-content: end;
  font-family: 'geosanslightregular', sans-serif;
  font-weight: normal;
  color: white;
  padding: 0;
  border-radius: 20px;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 10px 0;
}

.design a{
  margin: 0 auto;
  font-family: 'geosanslightregular', sans-serif;
  justify-content: end;
  align-content: start;
  font-weight: normal;
  color: white;
  font-size: 16px;
  line-height: 20px;
  padding: 0 10px 0 0;
}

.design a:hover{
  color: white;
  text-decoration: underline;
}


/******************************************************
    [ MEDIA all 1600-1919 ]
*******************************************************/
@media all and (min-width: 1600px) and (max-width: 1919px)
{


/******************************************************
    [ TOP]
*******************************************************/
.top{
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 
  "h1     h5";
  margin: 0 auto;
  border-radius: 20px;
  max-width: 1400px;  
}

h1{
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0 0 0 10px;
}

h5{
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0 10px 0 0;
}


/******************************************************
    [ MAIN]
*******************************************************/
.mainh{
  display: grid;
  grid-template-columns: 1fr 800px 1fr;
  grid-template-areas: 
  "left       center-home      right"
  "pleca0     pleca0      pleca0"  
  "footer     footer      footer";
  column-gap: 10px;
  width: 100%;
  padding:0;
  color: white;
  margin: 10px auto;
  text-align: center;
  align-content: start;
  justify-content: start;
  max-width: 1400px;
  height: auto;   
}

main{
  display: grid;
  grid-template-columns: 1fr 800px 1fr;
  grid-template-areas: 
  "left       center      right"
  "pleca0     pleca0      pleca0"  
  "footer     footer      footer";
  column-gap: 10px;
  width: 100%;
  padding:0;
  color: white;
  margin: 10px auto;
  text-align: center;
  align-content: start;
  justify-content: start;
  max-width: 1400px;
  height: auto;   
}

.logo{
  top: 60px;
  right: 353px;
}

.logo img{
  max-width: 340px;
}

.left{
  border-radius: 16px;
  height: 720px;   
}

.menu{
  margin: 210px 0 0 30px;
  width: 88%;
}

.fa-solid{
  margin: 20px auto;
  font-size: 20px;
  width: 30px;
}

.proyecto{
  letter-spacing: 2px;
  font-size: 18px;
  margin: 0 0 0 8px;
}

.redes{
  font-size: 22px;
  top: 710px;
  right: 555px;
}

.fa-brands{
  margin: 7px 7px;
}

.center{
  height: 720px; 
}

.center img{
  width: 100%;
  border-radius: 16px;
  max-height: auto;
  height: 100%;
}

.center-home{
  width: 800px;
  height: auto; 
}

.center-home img{
  width: 100%;
  border-radius: 16px;
  max-height: auto;
  height: auto;
}

.right{
  border-radius: 16px;
  padding: 40px 0 0 0;
  height: 720px; 
}


.fa-circle-check{
  font-size: 16px;
}

.precios{
  font-size: 20px;
  letter-spacing: 2px;
}

.desde{
  font-size: 15px;
  letter-spacing: 1px;
  margin: -10px 0 0  55px;
}

.caracteristicas img{
  max-width: 150px;
  margin: 110px 0 120px 0;
}

.preventa{
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 25px;
}

.plus{
  font-size: 18px;
  line-height: 22px;
}

/******************************************************
    [ PROYECTO]
*******************************************************/
.container-proyecto{
  display: grid;
  grid-template-columns: 1fr 850px 1fr;
  grid-template-areas: 
  "left-interna    proyecto     right-interna"
  "pleca0          pleca0       pleca0"  
  "footer          footer       footer";
  column-gap: 10px;
  margin: 10px auto;
  max-width: 1400px;
  height: auto;   
}

.left-interna{
  border-radius: 16px;
  height: auto;  
}

.logo-interna{
  top: 75px;
  right: 557px;
}

.logo-interna img{
  max-width: 240px;
}

.menu-interna{
  margin: 240px 0 0 20px;
  width: 88%;
}

.proyecto-interna{
  letter-spacing: 2px;
  font-size: 18px;
  margin: 0 0 0 10px;
}

.redes-interna{
  font-size: 22px;
  top: 710px;
  right: 568px;

}

.right-interna{
  border-radius: 16px;
  padding: 30px 0 0 0;
  height: auto;  
}

h2{
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 30px;
}

.caracteristicas-interna img{
  max-width: 150px;
  margin: 100px 0 108px 0;
}

/******************************************************
    [ UBICACION]
*******************************************************/
.textos-ubicacion{
  font-size: 16px;
  padding: 0 14px 10px 14px;
  letter-spacing: 1px;
}

.textos-ubicacion p{
  margin: 10px auto;
}

.mapa img{
  max-width: 350px;
  border-radius: 20px;
}


/******************************************************
    [ DEPARTAMENTOS]
*******************************************************/




.imgselecciona{
  width: 100%;
}

.imgselecciona img{
  width: 100%;
  max-width: 200px;
  margin: 75px 0 75px 0;
}


/******************************************************
    [ DEPARTAMENTO]
*******************************************************/
.depa402{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1000;
  font-size: 25px;
  letter-spacing: 1px;
  width: 304px;
  height: 55px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-189%, -1858%);
  -webkit-transform: translate(-189%, -1858%);  
 
}

.depa402 a{
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;   
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 304px;
  height: 55px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa402 a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row; 
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 304px;
  height: 55px;
  font-size: 25px;
}

.depa401{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row; 
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1001;
  font-size: 25px;
  letter-spacing: 1px;
  width: 295px;
  height: 56px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -1923.5%);
  -webkit-transform: translate(-65%, -1923.5%);  
 
}

.depa401 a{
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row; 
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 295px;
  height: 56px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa401 a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row; 
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 295px;
  height: 56px;
  font-size: 25px;
}

.depa302{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row; 
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1000;
  font-size: 25px;
  letter-spacing: 1px;
  width: 304px;
  height: 55px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-189%, -1952%);
  -webkit-transform: translate(-189%, -1952%);  
 
}

.depa302 a{
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row; 
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 304px;
  height: 55px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa302 a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row; 
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 304px;
  height: 55px;
  font-size: 25px;
}

.depa301{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row; 
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1001;
  font-size: 25px;
  letter-spacing: 1px;
  width: 295px;
  height: 56px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -2015%);
  -webkit-transform: translate(-65%, -2015%);  
 
}

.depa301 a{
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row; 
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 295px;
  height: 56px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa301 a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row; 
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 295px;
  height: 56px;
  font-size: 25px;
}

.depa202{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row; 
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1000;
  font-size: 25px;
  letter-spacing: 1px;
  width: 304px;
  height: 55px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-189%, -2045%);
  -webkit-transform: translate(-189%, -2045%);  
 
}

.depa202 a{
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row; 
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 304px;
  height: 55px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa202 a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row; 
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 304px;
  height: 55px;
}

.depa201{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row; 
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1001;
  font-size: 25px;
  letter-spacing: 1px;
  width: 295px;
  height: 56px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -2106.3%);
  -webkit-transform: translate(-65%, -2106.3%);  
 
}

.depa201 a{
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row; 
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 295px;
  height: 56px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa201 a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row; 
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 295px;
  height: 56px;
  font-size: 25px;
}

.depa101{
  font-size: 25px;
  letter-spacing: 1px;
  width: 295px;
  height: 56px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -2102%);
  -webkit-transform: translate(-65%, -2102%);  
 
}

.depa101 a{
   width: 295px;
  height: 56px;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa101 a:hover{
  width: 295px;
  height: 56px;
  font-size: 25px;
}


/******************************************************
    [ CORTE DEPARTAMENTOS]
*******************************************************/

.dot{
  font-size: 20px;
}

.depa-n{
  font-size: 25px;
  letter-spacing: 2px;
  margin: -20px 0 0 -10px;
}

.ahab{
  width: 100%;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  letter-spacing: 1px;
  margin: -11px 0 0 40px;
}

.descarga{
  background-color: rgba(4, 199, 255, 0);
  width: 258px;
  height: 162px;
  border-radius: 18px;


  position: relative;
  top: 0;
  left: 0;
  transform: translate(0%, -108.5%);
  -webkit-transform: translate(0%, -108.5%);  
 
}

.descarga a{
  cursor: pointer;
  width: 258px;
  height: 162px;
  border-radius: 24px;
}

.descarga a:hover{
  background-color: rgba(4, 199, 255, 0.25);
  width: 258px;
  height: 162px;
  border-radius: 18px;
}

.caract-depa{
  display: block;
  width: 100%;
  padding: 0;
  margin: 140px 0 140px 0;
}

.caract-depa img{
  width: 100%;
  max-width: 180px;
}


/******************************************************
    [ AVANCE DE OBRA]
*******************************************************/

/******************************************************
    [ FORMULARIO]
*******************************************************/
.logo-info{
  top: 50px;
  right: 363px;
}

.logo-info img{
  max-width: 270px;
}

.formulario{
  margin: 10px auto;
  width: 100%;
  padding: 0 10px 0 10px;
  font-size: 17px;
  letter-spacing: 1px;
}

.datos{
  padding: 10px 10px;
  margin: 0 0 15px 0;
}

.datos p{
  font-size: 17px;
  margin: 10px auto;
}

.datos p img{
  max-width: 20px;
}

input{
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  margin: 6px 0 6px 0;
  letter-spacing: 2px;
}

textarea{
  border-radius: 6px;
  font-size: 16px;
  padding: 10px;
  border: solid 2px #05a1fb;
  letter-spacing: 2px; 
}

.textosbut{
  border-radius: 15px;
  font-size: 18px;
  width: 40%;
  margin: 15px auto;
  border: solid 2px white;
  letter-spacing: 2px;
}

/******************************************************
    [ FOOTER]
*******************************************************/

.pleca0{
  height: 5px;
  border-radius: 32px;
  margin: 10px auto;
  max-width: 1400px
}

footer{
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 
  "atte     banner"
  "copy     banner"
  "dir      banner"
  ".        design";
  margin: 0 0 10px 0;
  column-gap: 20px;
}

.atte {
  font-size: 25px;
  line-height: 30px;
}

.copy {
  margin:10px 0 0 0;
  font-size: 18px;
}

.direccion {
  margin: 10px 0 0 0;
  font-size: 18px;
}

.banner img{
  width: 100%;
  max-width: 712px;
}

.design {
  border-radius: 20px;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 10px 0;
}

.design a{
  font-size: 16px;
  line-height: 20px;
  padding: 0 10px 0 0;
}


}

/******************************************************
    [ MEDIA all 1360-1599 ]
*******************************************************/
@media all and (min-width: 1360px) and (max-width: 1599px) and (orientation:landscape)
{

  body{
    margin: 0 auto;
  }

/******************************************************
    [ TOP]
*******************************************************/
.top{
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 
  "h1     h5";
  margin: 0 auto;
  border-radius: 20px;
  height: 20px;
  max-width: 1250px;  
}

h1{
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 0 0 10px;
}

h5{
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 10px 0 0;
}


/******************************************************
    [ MAIN]
*******************************************************/
.mainh{
  display: grid;
  grid-template-columns: 1fr 800px 1fr;
  grid-template-areas: 
  "left       center-home      right"
  "pleca0     pleca0      pleca0"  
  "footer     footer      footer";
  column-gap: 8px;
  width: 100%;
  padding:0;
  color: white;
  margin: 8px auto;
  text-align: center;
  align-content: start;
  justify-content: start;
  max-width: 1250px;
  height: 620px;   
}

main{
  display: grid;
  grid-template-columns: 1fr 800px 1fr;
  grid-template-areas: 
  "left       center      right"
  "pleca0     pleca0      pleca0"  
  "footer     footer      footer";
  column-gap: 8px;
  width: 100%;
  padding:0;
  color: white;
  margin: 8px auto;
  text-align: center;
  align-content: start;
  justify-content: start;
  max-width: 1250px;
  height: 620px;   
}


.logo{
  top: 50px;
  right: 358px;
}

.logo img{
  max-width: 300px;
}

.left{
  border-radius: 16px;
  height:620px; 
}

.menu{
  margin: 180px 0 0 15px;
  width: 93%;
}

.fa-solid{
  margin: 15px auto;
  font-size: 18px;
  width: 30px;
}

.proyecto{
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 0 0 8px;
}

.redes{
  font-size: 20px;
  position: absolute;
  top:608px;
  right:517px;
}

.fa-brands{
  margin: 5px 5px;
}

.center-home{
  width: 100%;
  height: 620px;
}

.center-home img{
  width: 100%;
  border-radius: 16px;
  max-height: 620px;
  object-fit: cover;
}

.center{
  width: 100%;
  height: 620px;
}

.center img{
  width: 100%;
  border-radius: 16px;
  max-height: 620px;
  object-fit: fill;
}

.right{
  border-radius: 16px;
  padding: 25px 0 0 0;
  height: 620px;  
}


.fa-circle-check{
  font-size: 15px;
}

.precios{
  font-size: 17px;
  letter-spacing: 1px;
}

.desde{
  font-size: 13px;
  letter-spacing: 1px;
  margin: -10px 0 0  50px;
}

.caracteristicas img{
  max-width: 140px;
  margin: 95px 0 95px 0;
}

.preventa{
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 25px;
}

.plus{
  font-size: 15px;
  line-height: 22px;
}

/******************************************************
    [ PROYECTO]
*******************************************************/
.container-proyecto{
  display: grid;
  grid-template-columns: 1fr 800px 1fr;
  grid-template-areas: 
  "left-interna    proyecto     right-interna"
  "pleca0          pleca0       pleca0"  
  "footer          footer       footer";
  column-gap: 8px;
  margin: 8px auto;
  max-width: 1250px;
  height: 620px;  
}

.ws_images img{
width: 600px;
height: 620px;
}

.left-interna{
  border-radius: 16px;
  height: 620px; 
}

.logo-interna{
  top: 55px;
  right: 517px;
}

.logo-interna img{
  max-width: 200px;
}

.menu-interna{
  margin: 180px 0 0 15px;
  width: 93%;
}

.proyecto-interna{
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 0 0 8px;
}

.redes-interna{
  font-size: 20px;
  position: absolute;
  top:608px;
  right:517px;
}

.right-interna{
  border-radius: 16px;
  padding: 12px 0 0 0;
  height: 620px;  
}

h2{
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 30px;
}

.caracteristicas-interna img{
  max-width: 140px;
  margin: 80px 0 80px 0;
}

/******************************************************
    [ UBICACION]
*******************************************************/
.textos-ubicacion{
  font-size: 14px;
  padding: 0 10px 10px 10px;
  letter-spacing: 1px;
}

.textos-ubicacion p{
  margin: 7px auto;
}

.mapa{
  margin: 0 auto;
  text-align: center;
}

.mapa img{
  max-width: 170px;
  border-radius: 15px;
}

/******************************************************
    [ DEPARTAMENTOS]
*******************************************************/
.depa402{
  font-size: 25px;
  letter-spacing: 1px;
  width: 304px;
  height: 49px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-189%, -1798%);
  -webkit-transform: translate(-189%, -1798%);  
 
}

.depa402 a{
  width: 304px;
  height: 49px;
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa402 a:hover{
  width: 304px;
  height: 49px;
  font-size: 25px;
}

.depa401{
  font-size: 25px;
  letter-spacing: 1px;
  width: 295px;
  height: 50px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -1860%);
  -webkit-transform: translate(-65%, -1860%);  
 
}

.depa401 a{
  width: 295px;
  height: 49px;
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa401 a:hover{
  width: 295px;
  height: 49px;
  font-size: 25px;
}

.depa302{
  font-size: 25px;
  letter-spacing: 1px;
  width: 304px;
  height: 49px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-189%, -1895%);
  -webkit-transform: translate(-189%, -1895%);  
 
}

.depa302 a{
  width: 304px;
  height: 49px;
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa302 a:hover{
  width: 304px;
  height: 49px;
  font-size: 25px;
}

.depa301{
  font-size: 25px;
  letter-spacing: 1px;
  width: 295px;
  height: 49px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -1994%);
  -webkit-transform: translate(-65%, -1994%);  
 
}

.depa301 a{

  width: 295px;
  height: 49px;
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa301 a:hover{
  width: 295px;
  height: 49px;
  font-size: 25px;
}

.depa202{
  font-size: 25px;
  letter-spacing: 1px;
  width: 304px;
  height: 49px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-189%, -1992%);
  -webkit-transform: translate(-189%, -1992%);  
 
}

.depa202 a{
  width: 304px;
  height: 49px;
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa202 a:hover{
  width: 304px;
  height: 49px;
}

.depa201{
  font-size: 25px;
  letter-spacing: 1px;
  width: 295px;
  height: 49px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -2089%);
  -webkit-transform: translate(-65%, -2089%);  
 
}

.depa201 a{
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa201 a:hover{
  width: 295px;
  height: 49px;
  font-size: 25px;
}

.depa101{
  font-size: 25px;
  letter-spacing: 1px;
  width: 295px;
  height: 49px;


  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -2087%);
  -webkit-transform: translate(-65%, -2087%);  
 
}

.depa101 a{
   width: 295px;
  height: 49px;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa101 a:hover{
  width: 295px;
  height: 49px;
  font-size: 25px;
}


.imgselecciona{
  width: 100%;
}

.imgselecciona img{
  width: 100%;
  max-width: 180px;
  margin: 58px 0 60px 0;
}



/******************************************************
    [ DEPARTAMENTO]
*******************************************************/
.dot{
  font-size: 20px;
}

.depa-n{
  font-size: 23px;
  letter-spacing: 2px;
  margin: -10px 0 0 -5px;
}

.ahab{
  width: 100%;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  margin: -11px 0 0 30px;
}

.descarga{
  background-color: rgba(4, 199, 255, 0);
  width: 258px;
  height: 141px;
  border-radius: 18px;


  position: relative;
  top: 0;
  left: 0;
  transform: translate(0%, -108%);
  -webkit-transform: translate(0%, -108%);  
 
}

.descarga a{
  cursor: pointer;
  width: 258px;
  height: 141px;
  border-radius: 24px;
}

.descarga a:hover{
  background-color: rgba(4, 199, 255, 0.25);
  width: 258px;
  height: 141px;
  border-radius: 18px;
}

.caract-depa{
  display: block;
  width: 100%;
  padding: 0;
  margin: 122px 0 122px 0;
}

.caract-depa img{
  width: 100%;
  max-width: 150px;
}


/******************************************************
    [ CORTE DEPARTAMENTOS]
*******************************************************/



/******************************************************
    [ AVANCE DE OBRA]
*******************************************************/

/******************************************************
    [ FORMULARIO]
*******************************************************/
.logo-info{
  top: 50px;
  right: 363px;
}

.logo-info img{
  max-width: 270px;
}

.formulario{
  margin: 10px auto;
  width: 100%;
  padding: 0 10px 0 10px;
  font-size: 15px;
  letter-spacing: 1px;
}

.datos{
  text-align: left;
  padding: 5px 6px;
  margin: 0 0 48px 0;
  letter-spacing: none;
}

.datos p{
  font-size: 13px;
  margin: 10px auto;


}

.datos p img{
  max-width: 16px;
  line-height: 20px;
}

input{
  border-radius: 10px;
  font-size: 14px;
  padding: 5px;
  width: 100%;
  margin: 5px 0 5px 0;
  letter-spacing: 2px;
}

textarea{
  border-radius: 6px;
  font-size: 14px;
  padding: 5px;
  border: solid 2px #05a1fb;
  letter-spacing: 2px; 
}

.textosbut{
  border-radius: 10px;
  font-size: 16px;
  width: 38%;
  margin: 10px 10px;
  padding: 5px;
  border: solid 2px white;
  letter-spacing: 2px;
}

/******************************************************
    [ FOOTER]
*******************************************************/

.pleca0{
  height: 4px;
  border-radius: 32px;
  margin: 10px auto;
  max-width: 1250px
}

footer{
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 
  "atte     banner"
  "copy     banner"
  "dir      banner"
  ".        design";
  margin: 0 0 10px 0;
  column-gap: 20px;
  max-width: 1250px;
}

.atte {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}

.copy {
  margin:10px 0 0 0;
  font-size: 16px;
  letter-spacing: 1px;  
}

.direccion {
  margin: 10px 0 0 0;
  font-size: 16px;
  letter-spacing: 1px;  
}

.banner img{
  width: 100%;
  max-width: 712px;
}

.design {
  border-radius: 20px;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 10px 0;
}

.design a{
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px 0 0;
}


}



/******************************************************
          MOOD TABLETS
    [ MEDIA all 750-1359 ]
*******************************************************/
@media all and (min-width: 750px) and (max-width: 1359px)
{

 body{
  background: whitesmoke;
  margin: 0 auto;
 }
 main{display: none;}
.mainh{display: none;}

.top{display: none;}

.container-proyecto{display: none;}

.maincel{display: none;}

.main-tablet{
  background-color: white;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 1180px;
  max-height: 1180px;
  max-width: 730px;
}

.toptablet{
  grid-area: top-t;
  background-color: #000715;
  display: grid;
  grid-template-columns:1fr 1fr ;
  grid-template-areas: 
  "logo-t   menu-t";
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  height: auto;
  padding: 10px 10px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}


.logotablet{
  grid-area: logo-t;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border: 0;
  justify-self: self-start;
  align-self: center;
}

.logotablet img{
  width: 100%;
  max-width: 280px;
}

.menutablet{
  grid-area: menu-t;
  display: flex;
  flex-direction: row;
  -webkit-:display: flex;
  -webkit-:flex-direction: row;  
  justify-content: center;
  align-content: center;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.menutablet a{
  color: #446685;
  align-self: center;
}

.menutablet a:hover{
  color: whitesmoke;
}

.fa-solid{
  font-size: 32px;
  margin: auto 20px;
}

/******************************************************
    CONTENIDO TABLETS
*******************************************************/
.contenidotablet{
  background: white;
  display: grid;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.contenidotableth{
  background: white;
  display: grid;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.right-interna{
  display: grid;
  grid-area: right-interna;
  width: 100%;
  background: #012450;
  align-content: start;
  justify-content: center;
  height: auto;   
  border-radius: 16px;
  padding: 10px;
  margin: 10px 0 0 0;
}

h2{
  grid-area: h2;
  font-family: 'oswald', sans-serif;
  text-align: center;
  color: white;
  font-size: 23px;
  letter-spacing: 2px;
  line-height: 26px;
}

.h2{
  font-family: 'oswald', sans-serif;
  text-align: center;
  color: white;
  font-size: 23px;
  letter-spacing: 2px;
  line-height: 26px;
}

h3{
  font-family: 'oswald', sans-serif;
  text-align: center;
  color: white;
  font-size: 23px;
  letter-spacing: 2px;
  line-height: 26px;
}

.fa-circle-check{
  color: #009ee3;
  font-size: 18px;
}

.preciost{
  color: white;
  font-size: 23px;
  letter-spacing: 2px;
}

.desdet{
  color: white;
  text-align: left;
  font-size: 17px;
  letter-spacing: 1px;
  margin: -20px 0 0  65px;
}

.azult{
  color: #009ee3;
  font-weight: bold;
}


.textos-ubicacion{
  color: white;
  padding: 0;
}

.mapa{
  margin: 0 auto;
  text-align: center;
}


/******************************************************
    DEPARTAMENTOS
*******************************************************/

.contenidotabletdepa{
  grid-area: depas-m;  
  background: white;
  z-index: 1;
  display: grid;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  height: auto;
  max-width: 730px;

  position: relative;
  top:50%;
  left: 50%;
  transform: translate(-50%, -91.5%);
  -webkit-transform: translate(-50%, -91.5%);  
}

.contenidotabletdepad{
  grid-area: depas-m;  
  background:#466786;
  z-index: 1;
  display: grid;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 730px;

  position: relative;
  top:50%;
  left: 50%;
  transform: translate(-50%, -91.3%);
  -webkit-transform: translate(-50%, -91.3%);  
}

.descargad{
  background-color: rgba(4, 199, 255, 0);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1000;
  letter-spacing: 1px;
  width: 237px;
  height: 143px;
  border-radius: 16px;


  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-104%, 336%);
  -webkit-transform: translate(-104%, 336%);  
 
}

.descargad a{
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 237px;
  height: 143px;
  border-radius: 16px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.descargad a:hover{
  background-color: rgba(4, 199, 255, 0.45);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 237px;
  height: 143px;
  border-radius: 16px;
}


.imgdepasd{
  display: grid;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  width: 730px;
}

.imgdepasd img{
  width: 100%;
}

.imgdepas{
  display: grid;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  width: 730px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.imgdepas img{
  width: 100%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}


.depa402-t{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  

  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1000;
  font-size: 20px;
  letter-spacing: 1px;
  width: 280px;
  height: 50px;


  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-137%, 113%);
-webkit-transform: translate(-137%, 113%);  
 
}

.depa402-t a{
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 280px;
  height: 50px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa402-t a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 280px;
  height: 50px;
  font-size: 20px;
}

.depa401-t{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1001;
  font-size: 20px;
  letter-spacing: 1px;
  width: 270px;
  height: 50px;


  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-15%, 113%);
  -webkit-transform: translate(-15%, 113%);  
 
}

.depa401-t a{
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 270px;
  height: 50px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa401-t a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 270px;
  height: 50px;
  font-size: 20px;
}

.depa302-t{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1000;
  font-size: 20px;
  letter-spacing: 1px;
  width: 280px;
  height: 50px;


  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-137%, 218%);
  -webkit-transform: translate(-137%, 218%);  
 
}

.depa302-t a{
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 280px;
  height: 50px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa302-t a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 280px;
  height: 50px;
  font-size: 20px;
}

.depa301-t{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1001;
  font-size: 20px;
  letter-spacing: 1px;
  width: 270px;
  height: 50px;


  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-15%, 218%);
  -webkit-transform: translate(-15%, 218%);  
 
}

.depa301-t a{
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 270px;
  height: 50px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa301-t a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 270px;
  height: 50px;
  font-size: 20px;
}

.depa202-t{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1000;
  font-size: 20px;
  letter-spacing: 1px;
  width: 280px;
  height: 50px;


  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-137%, 324%);
  -webkit-transform: translate(-137%, 324%);  
 
}

.depa202-t a{
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  text-align: center;  
  align-items: center;
  justify-content: center;   
  width: 280px;
  height: 50px;
  color: #000715; 
  cursor: pointer;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa202-t a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 280px;
  height: 50px;
}

.depa201-t{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  text-align: center;
  align-items: center;
  justify-content: center;  
  z-index: 1001;
  font-size: 20px;
  letter-spacing: 1px;
  width: 270px;
  height: 50px;


  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-15%, 324%);
  -webkit-transform: translate(-15%, 324%);  
 
}

.depa201-t a{
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  text-align: center;  
  align-items: center;
  justify-content: center;
  color: #000715; 
  cursor: pointer;
  width: 270px;
  height: 50px;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa201-t a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  align-items: center;
  justify-content: center;  
  text-align: center;
  width: 270px;
  height: 50px;
  font-size: 20px;
}

.depa101-t{
  background-color: rgba(4, 199, 255, 0.35);
  font-family: "oswald", sans-serif;  
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  align-items: center;
  justify-content: center;  
  text-align: center;
  z-index: 1001;  
  font-size: 20px;
  letter-spacing: 1px;
  width: 270px;
  height: 50px;


  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-15%, 430%);
  -webkit-transform: translate(-15%, 430%);  
 
}

.depa101-t a{
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  align-items: center;
  justify-content: center;  
  text-align: center;
  color: #000715; 
  cursor: pointer;  
  width: 270px;
  height: 50px;
  text-shadow:
  -1px -1px 0 #fff, /* Sombra izquierda arriba */
   1px -1px 0 #fff, /* Sombra derecha arriba */
  -1px 1px 0 #fff, /* Sombra izquierda abajo */
   1px 1px 0 #fff; /* Sombra derecha abajo */ 

}

.depa101-t a:hover{
  background-color: rgba(4, 199, 255, 0.55);
  text-decoration: none;
  text-shadow: none;
  color: white;
  display: flex;
  flex-direction: row;
    -webkit-display: flex;
  -webkit-flex-direction: row;  
  align-items: center;
  justify-content: center;  
  text-align: center;  
  width: 270px;
  height: 50px;
  font-size: 20px;
}

/******************************************************
    INFORMES
*******************************************************/
.contenidotabletforma{
  grid-area: depas-m;  
  background: white;
  z-index: 1;
  display: grid;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  height: auto;
  max-width: 730px;

  position: relative;
  top:0%;
  left: 0%;
  transform: translate(-0%, -0%);
  -webkit-transform: translate(-0%, -0%);  
}

.informestablet{
  background-color: rgba(0, 7, 21, .7);
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  z-index: 97;
  border-radius: 20px;
  width: 400px;

  position: absolute;
  top:0;
  left: 0%;
  transform: translate(50%, 50%);  
  -webkit-transform: translate(50%, 50%);   
}

.imginformes{
  display: grid;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  z-index: 1;
}

.imginformes img{
  z-index: 0;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;  
}

.imgh{
  display: grid;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  z-index: 1;
}

.imgh img{
  z-index: 0;
  width: 100%;
  height: 100%;
}

.datos{
  padding: 5px 10px;
  margin: 0 0 13px 0;
}

.datos p{
  font-size: 16px;
  margin: 10px auto;
}

.datos p img{
  max-width: 18px;
}

.formulario{
  margin: 10px auto;
  width: 100%;
  padding: 0 10px 0 10px;
  font-size: 15px;
  letter-spacing: 1px;
}

input{
  border-radius: 10px;
  font-size: 14px;
  padding: 5px;
  width: 100%;
  margin: 5px 0 5px 0;
  letter-spacing: 2px;
}

textarea{
  border-radius: 6px;
  font-size: 14px;
  padding: 5px;
  border: solid 2px #05a1fb;
  letter-spacing: 2px; 
}

.textosbut{
  border-radius: 10px;
  font-size: 16px;
  width: 38%;
  margin: 10px 10px;
  padding: 5px;
  border: solid 2px white;
  letter-spacing: 2px;
}

.redestab{
  background: white;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  padding: 10px 0 10px 0;
}

.fa-brands{
  color: #466686;
  margin: auto 18px;
}

.fa-brands:hover{
  color: #000715;
}

.bottomtableth{
  background: #012450;
  color: white;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 10% 1fr;
  grid-template-areas:
  "preciodepas    .     caract-t "
  "metrajedepas   .     caract-t "
  "localt         .     caract-t "  
  "metrajelocalt  .     preventa ";

  justify-items: start;
  align-items: start;
  padding: 15px 15px 15px 20px;
  margin: 0 auto;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;  
}

.bottomtabletd{
  background: #466786;
  color: white;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 10% 1fr;
  grid-template-areas:
  "caract-d   .   depan-t"
  "caract-d   .   areadepa"
  "caract-d   .   preventad ";

  justify-items: start;
  align-items: start;
  padding: 15px 15px 15px 20px;
  margin: 0 auto;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;  
}

.caracteristicasdtab{
  display: block;
  text-align: right;
  grid-area: caract-d;
  align-self: start;
  justify-content: end;
  width: 100%;
  padding: 8px 5px 0 0;
}

.caracteristicasdtab img{
  width: 100%;
  max-width: 280px;
}

.depan-t{
  width: 100%;
  grid-area: depan-t;
  justify-self: start;
  display: block;
  font-family: 'geosanslightregular', sans-serif;
  font-weight: bold;
  text-align: left;
  padding: 0;
  margin: 0 0 0 40px;
  font-size: 23px;
  letter-spacing: 3px;  
}

.areadepa{
  width: 100%;  
  grid-area: areadepa;
  justify-self: start;  
  display: block;
  font-family: 'geosanslightregular', sans-serif;
  font-weight: bold;
  text-align: left;
  padding: 0;
  margin: 2px 0 0 65px;
  font-size: 17px;
  letter-spacing: 2px;  
}

.azuld{
  color: #000715;
  font-weight: bold;
}

.fa-circle-dot{
  color: #009ee3;  
  font-size: 15px;
  margin: 0 -15px 0 0;
  padding: 0;
  text-align: left;
  justify-self: start;
  align-self: start;
}

.dotdepa{
  color: #000715;  
  font-size: 18px;
  margin: 0 -15px 0 0;
  padding: 0;
  text-align: left;
  justify-self: start;
  align-self: start;
}

.precio-depast{
  width: 100%;
  grid-area: preciodepas;
  justify-self: start;
  display: block;
  font-family: 'geosanslightregular', sans-serif;
  font-weight: bold;
  text-align: left;
  padding: 0;
  margin: 10px auto;
  font-size: 20px;
  letter-spacing: 3px;  
}

.metraje-depast{
  width: 100%;  
  grid-area: metrajedepas;
  justify-self: start;  
  display: block;
  font-family: 'geosanslightregular', sans-serif;
  text-align: left;
  padding: 0;
  margin: -4px 0 10px 45px;
  font-size: 16px;
  letter-spacing: 2px;  
}

.localt{
  width: 100%;
  grid-area: localt;
  justify-self: start;  
  display: block;
  font-family: 'geosanslightregular', sans-serif;
  font-weight: bold;
  text-align: left;
  padding: 0;
  margin: 10px auto;
  font-size: 20px;
  letter-spacing: 3px;  
}

.metraje-localt{
  width: 100%;
  grid-area: metrajelocalt;
  justify-self: start;  
  display: block;
  font-family: 'geosanslightregular', sans-serif;
  text-align: left;
  padding: 0;
  margin: -4px 0 10px 45px;
  font-size: 16px;
  letter-spacing: 2px;  
}

.preventa{
  grid-area: preventa;
  width: 100%;
  font-family: 'oswald', sans-serif;
  text-align: center;
  color: white;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 20px;
  margin: -10px 0 0 37px;
}

.plus{
  color: #009ee3;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.preventad{
  grid-area: preventad;
  width: 100%;
  font-family: 'oswald', sans-serif;
  text-align: center;
  color: white;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 20px;
  margin: 15px 0 0 20px;
}

.plusd{
  color: #000715;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}


.bottomtablet{
  background: #012450;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 18% 1fr;
  grid-template-areas:
  "h2         h2      h2"
  "caract-t   .   data-t";
  justify-items: center;
  align-items: center;
  padding: 5px 0 5px 0;
  margin: 0 0 15px 0;
}

.caracteristicastab{
  display: block;
  text-align: right;
  grid-area: caract-t;
  align-self: start;
  justify-content: end;
  width: 100%;
  padding: 8px 5px 0 0;
}

.caracteristicastab img{
  width: 100%;
  max-width: 240px;
}

.datos-t{
  grid-area: data-t;
  align-self: center;
  padding: 0;
  margin: 0 auto;
}

.datos-t p{
  font-size: 18px;
  color: whitesmoke;
  margin: 10px auto;
}

.datos-t p a{
  color: whitesmoke;
}

.datos-t p a:hover{
  color: whitesmoke;
  text-decoration: underline;
}

.datos-t p img{
  max-width: 18px;
}




/******************************************************
         FOOTER
*******************************************************/
.pleca0t{
  display: block;
  grid-area: pleca0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000715+0,012450+100 */
  background: linear-gradient(to right,  #000715 0%,#012450 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 4px;
  border-radius: 32px;
  max-width: 730px
}


.footert{
  background: white;
  font-family: 'geosanslightregular', sans-serif;  
  grid-area: footer-t;
  display: grid;
  font-weight: bold;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
  "banner   banner"   
  "atte       atte"
  "copy       copy"
  "dir        dir"
  ".        design";
  align-content: start;
  padding: 0;
  margin: 10px 0 10px 0;
  column-gap: 0;
  max-width: 730px;
}

.atte {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: .3px;
}

.copy {
  margin:10px 0 0 0;
  font-size: 19px;
  letter-spacing: .3px;  
}

.direccion {
  margin: 10px 0 0 0;
  font-size: 19px;
  letter-spacing: .3px;  
}

.banner{
  width: 100%;
  align-self: center;
  justify-self: center;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.banner img{
  width: 100%;
  max-width: 730px;
}

}


/******************************************************
          MOOD CELULARES
    [ MEDIA all 1-749 ]
*******************************************************/
@media all and (min-width: 1px) and (max-width: 749px) 
{

.mainh{display: none;}  

main{display: none;}
.main-tablet{display: none;}
.top{display: none;}



   body{
  background: whitesmoke;
  margin: 0 auto;
 }


.maincel{
  display: grid;
  z-index: 1;
  margin: 0 auto;
  background: whitesmoke;
  width: 100%;
  height: auto;
  padding:0;  
}

.logocel{
  display: block;
  background: whitesmoke;  
  text-align: center;
  width: 100%;
  padding: 60px 0 15px 0;
}

.logocel img{
  width: 85%;
  max-width: 600px;
}

.fa-bars{
  color: #466686;
  font-size: 28px;
  line-height: 28px;
}

.fa-house{
  color: #466686;
  font-size: 18px;
  line-height: 10px;
}

.fa-building-user{
  color: #466686;
  font-size: 18px;
  line-height: 10px;
}

.fa-location-dot{
  color: #466686;
  font-size: 18px;
  line-height: 10px;
}

.fa-bandage{
  color: #466686;
  font-size: 18px;
  line-height: 10px;
}

.fa-person-digging{
  color: #466686;
  font-size: 18px;
  line-height: 10px;
}

.fa-comments-dollar{
  color: #466686;
  font-size: 18px;
  line-height: 10px;
}

.fa-lock{
  color: #466686;
  font-size: 18px;
  line-height: 10px;
}

.fa-solid{
  margin: 7px 7px 7px 7px;
  padding: 0;
}


.navegacion{
  position: fixed;
  background: #000715;
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  z-index: 200;
  width: 100%;
  min-height: 35px;
  top: 0;
  left: 0;
}

.navegacion ul{
  background: #000715;
  list-style: none;
  padding: 0 0 0 0;
}

.navegacion ul li{
  background: none;
  display: inline-block;
  position: relative;
  transition: .3s linear;
  z-index: 200;
}

.navegacion ul li a{
  font-family: "Roboto Condensed", sans-serif;    
  color: #12243b;
  text-align: left;
  font-weight: bold;
  transition: .3s linear;
  font-size: 18px;
  letter-spacing: .8;
  padding: 0;
}

.navegacion ul li a:hover{
  color: #246bc3;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .8;
  height: 100%;
}

.navegacion ul li:hover .hijos{
  display: block;
  text-decoration: none;
  height: 100%;
}

.navegacion .submenu .hijos{
  display: none;
  background: white;
  position: absolute;
  left: 0;
  width: 265px;
}

.navegacion .submenu .hijos li{
  display: block;
  overflow: hidden;
}

.navegacion .submenu .hijos li a{
  background: white;
  display: block;
  text-align: left;
  height: 100%;
  padding: 15px 0 15px 0;
  font-size: 18px;
  font-weight: bold;  
  line-height: 21px;
  border-bottom: 2px solid #12243b;
}

.navegacion .submenu .hijos li a:hover{
  background: #000715;
  height: 100%;
  color: white;
  font-weight: bold;
  padding: 15px 0 15px 0;
  font-size: 18px;
  line-height: 21px;
}


.home-dat-proyecto{
  background: #012450;
  color: white;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  font-family: "oswald", sans-serif;
  font-weight: bold;
  text-align: center;
}

.fa-circle-dot{
  color: #009ee3;
  font-size: 30px;
}

.depas-precio {
  font-family: "oswald", sans-serif;
  font-weight: bold;  
  font-size: 28px;
  margin: 0 auto;
}

.metraje-precios {
  font-family: "oswald", sans-serif;
  font-weight: bold;  
  font-size: 22px;
  line-height: 30px;
  margin: 0 auto;
  padding: 0 0 30px 0;
}


.preventa-cel{
  font-family: "oswald", sans-serif;
  font-weight: bold;  
  text-align: center;
  font-size: 40px;
  line-height: 30px;
}

.plus-cel{
  font-family: "oswald", sans-serif;
  color: #009ee3;  
  font-weight: bold;  
  margin: 0 auto;  
  text-align: center;
  font-size: 26px;
  padding: 30px 0 30px 0;
  line-height: 26px;
}

.ubicacion-cel{
  font-family: "champagne__limousinesregular", sans-serif;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  padding: 20px 0 20px 0;  
}

.titulos-cel{
  font-weight: bold;  
  margin: 0 auto;
  width: 90%;
  text-align: left;
  border-bottom: dotted 4px #000715;
  border-top: dotted 4px #000715;
  padding: 10px 0 10px 0;
  margin: 10px auto;
  letter-spacing: 1.5px;
}


.textos-cel{
  background: #012450;
  color: white;
  width: 100%;
  text-align: justify;
  font-size: 20px;
  padding: 10px;
  margin: 0 auto;
  letter-spacing: 1px;
}

.textos-cel p{
  margin: 10px auto;
}

.mapa-cel{
  width: 100%;
  margin: 10px auto;
  text-align: center;
}

.mapa-cel img{
  width: 100%;
  max-width: 650px;
  border-radius: 20px;
}

.depas{
  width: 100%;
  margin: 10px auto;
  text-align: center;
}

.depas img{
  width: 100%;
  max-width: 650px;
}

.informescel{
  display: block;
  width: 100%;
  background: #000715;
  color: white;
  margin: 0 auto;
  padding: 0;
}

.redescel{
  background: whitesmoke;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  padding: 10px 0 10px 0;
}

.fa-brands{
  color: #466686;
  margin: auto 18px;
}

.fa-brands:hover{
  color: #000715;
}



.break {display: block;}


.pleca0-cel{
  width: 100%;
  display: block;
  background: #12243b;  
  padding: 0;
  height: 3px;
  border-color: #12243b;  
  margin: 10px auto;
}

.footer-cel{
  display: block;
  padding: 0;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  margin:0 auto;
  padding: 10px;
}

.atte-cel {
  background: none;
  display: block;
  text-align: left;
  width: 100%;
  color: #12243b;
  z-index: 2;
  padding: 0;
  font-weight: bold;
  font-size: 19px;
  line-height: 16px;
}

.copy-cel {
  background: none;
  display: block;
  text-align: left;  
  width: 100%;  
  color: #12243b;
  padding: 0;
  margin:10px 0 0 0;
  font-size: 17px;
}

.copy-cel a{
  color: #0640b5;
  font-weight: bold;
}

.copy-cel a:hover{
  color: #0640b5;
  font-weight: bold;
  text-decoration: underline;
}

.direccion-cel {
  background: none;
  display: block;
  text-align: left;  
  color: #12243b;
  width: 100%;
  z-index: 2;
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 17px;
}

.direccion-cel a{
  color: #0640b5;
  font-weight: bold;
}

.direccion-cel a:hover{
  color: #0640b5;
  font-weight: bold;
  text-decoration: underline;
}

.espejia-cel{
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 5px auto;
}

.espejia-cel img{
  width: 100%;
  max-width: 360px;
}

.design-cel {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+9,011732+50,000000+96 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(-45deg, #000000 9%, #011732 50%, #000000 96%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #000000 9%,#011732 50%,#000000 96%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #000000 9%,#011732 50%,#000000 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: right;
  font-weight: normal;
  color: white;
  margin: 10px 0 10px 0;
  padding: 0;
  border-radius: 8px;
  font-size: 13px;
  line-height: 15px;
}

.design-cel a{
  margin: 0 auto;
  font-weight: normal;
  color: white;
  padding: 0 10px 0 0;
  font-size: 13px;
  line-height: 15px;

}

.design-cel a:hover{
  color: white;
  text-decoration: underline;
}



}


