@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:0px;
  padding:0px;
  color: #000914;
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-face-color: #6685CA;
  scrollbar-highlight-color: #6685CA;
  scrollbar-shadow-color: #6685CA;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-track-color:#E5E5E5;
  scrollbar-drakshadow-color:#000000;
  scrollbar-width: thin;
  -webkit-font-smoothing: subpixel-antialiased !important; 
  text-rendering:optimizeLegibility !important;
}

::-webkit-scrollbar { width: 7px;}
 /* Track */
::-webkit-scrollbar-track {background: #000;}
 /* Handle */
::-webkit-scrollbar-thumb {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,0e669e+39,0c478e+50,680202+61,0e669e+61,000000+100&1+0,0.75+50,1+100 */
background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(14,102,158,0.81) 39%, rgba(12,71,142,0.75) 50%, rgba(14,102,158,0.81) 61%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 0%,rgba(14,102,158,0.81) 39%,rgba(12,71,142,0.75) 50%,rgba(14,102,158,0.81) 61%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,0,0,1) 0%,rgba(14,102,158,0.81) 39%,rgba(12,71,142,0.75) 50%,rgba(14,102,158,0.81) 61%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border-radius: 10px;
  -webkit-border-radius: 10px;    
}

::-webkit-scrollbar-thumb:window-inactive {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,0e669e+39,0c478e+50,680202+61,0e669e+61,000000+100&1+0,0.75+50,1+100 */
background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(14,102,158,0.81) 39%, rgba(12,71,142,0.75) 50%, rgba(14,102,158,0.81) 61%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 0%,rgba(14,102,158,0.81) 39%,rgba(12,71,142,0.75) 50%,rgba(14,102,158,0.81) 61%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,0,0,1) 0%,rgba(14,102,158,0.81) 39%,rgba(12,71,142,0.75) 50%,rgba(14,102,158,0.81) 61%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  

  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.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 ]
*******************************************************/

#containertab{display: none;}
#containerin-tab{display: none;}
#container-depa-tab{display: none;}
#containermobile {display: none;}
.break{display: none;}


b {
  font-weight: 600;
}

.b-w {
  font-weight: bold;
  text-shadow: 1px 0px white;
  letter-spacing: 0.5px;
}

iframe{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#container{
  background: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
  "izquierda  derecha"
  "hr         hr"
  "footer     footer";
  grid-gap: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 3px 10px 3px 10px;
  max-width: 1920px;
}

#wowslider-container1 { 
  display: table;
  zoom: 1; 
  position: relative;
  width: 100%;
  max-width: 936px;
  max-height:939px;
  margin:0px auto 0px;
  z-index:90;
  text-align:left; /* reset align=center */
  font-size: 10px;
  text-shadow: none; /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; 
}

#wowslider-container2 { 
  display: table;
  zoom: 1; 
  position: relative;
  width: 100%;
  max-width: 936px;
  max-height:939px;
  margin:0px auto 0px;
  z-index:90;
  text-align:left; /* reset align=center */
  font-size: 10px;
  text-shadow: none; /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; 
}

#wowslider-container7 { 
  display: table;
  zoom: 1; 
  position: relative;
  width: 100%;
  max-width: 936px;
  max-height:939px;
  margin:0px auto 0px;
  z-index:90;
  text-align:left; /* reset align=center */
  font-size: 10px;
  text-shadow: none; /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; 
}

#wowslider-container4 { 
  display: table;
  zoom: 1; 
  position: relative;
  width: 100%;
  max-width: 936px;
  max-height:939px;
  margin:0px auto 0px;
  z-index:90;
  text-align:left; /* reset align=center */
  font-size: 10px;
  text-shadow: none; /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; 
}

#wowslider-container3 { 
  display: table;
  zoom: 1; 
  position: relative;
  width: 100%;
  max-width: 936px;
  max-height:939px;
  margin:0px auto 0px;
  z-index:90;
  text-align:left; /* reset align=center */
  font-size: 10px;
  text-shadow: none; /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; 
}

#wowslider-container5 { 
  display: table;
  zoom: 1; 
  position: relative;
  width: 100%;
  max-width: 936px;
  max-height:939px;
  margin:0px auto 0px;
  z-index:90;
  text-align:left; /* reset align=center */
  font-size: 10px;
  text-shadow: none; /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; 
}

hr{
  grid-area: hr;
  background: #12243b;
  height: 6px;
  width: 100%;
  max-width: 1920px;
}

.izquierda{
  background: none;
  grid-area: izquierda;
  width: 100%;
  padding: 0;
}

.derecha{
  background: none;
  font-family: 'geosanslightregular', sans-serif;
  grid-area: derecha;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 
  "title"
  "desde"
  "nav"
  "logo"
  "torres"
  "redes"
  "ubicacion";
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  padding: 0;
}

.title{
  background: white;
  grid-area: title;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.title img{
  width: 100%;
  max-width: 620px;
}

.desde{
  grid-area: desde;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #093898;
  text-align: center;

}

.blue{
  color: #12243b;

}

nav{
  grid-area: nav;
  background: #12243b;
  width: 100%;
  display: block;
  height: 90px;
  margin: 0 auto;
  padding: 0;
}

.menu {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  width: 100%;
  font-family: "Oswald", sans-serif;
  color: white;
  text-align: center;
  font-weight: 200;
  padding: 10px;
  line-height: 16px;
}

.icon{
  background: none;
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 140px;
  height: 88px;
  text-align: center;
}

.icon-p a{
  color: white;
  text-align: center;
  background-image: url("../images/icon-proyecto.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 55px 44px;
  height: 100px;
  padding: 48px 0 0 0;
  font-size: 15px;
}

.icon-p a:hover{
  text-align: center;
  color:#05a1fb;
  background-image: url("../images/icon-proyecto-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 55px 44px;
  height: 100px;
  padding: 48px 0 0 0;
}

.icon-u a{
  color: white;
  text-align: center;
  background-image: url("../images/icon-ubicacion.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 55px 44px;
  height: 100px;
  padding: 48px 0 0 0;
  font-size: 15px;
}

.icon-u a:hover{
  text-align: center;
  color:#05a1fb;
  background-image: url("../images/icon-ubicacion-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 55px 44px;
  height: 100px;
  padding: 48px 0 0 0;
}

.icon-d a{
  color: white;
  text-align: center;
  background-image: url("../images/icon-depto-tipo.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 55px 44px;
  height: 100px;
  padding: 48px 0 0 0;
  font-size: 15px;
}

.icon-d a:hover{
  text-align: center;
  color:#05a1fb;
  background-image: url("../images/icon-depto-tipo-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 55px 44px;
  height: 100px;
  padding: 48px 0 0 0;
}

.icon-a a{
  color: white;
  text-align: center;
  background-image: url("../images/icon-av-obra.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 55px 44px;
  height: 100px;
  padding: 48px 0 0 0;
  font-size: 15px;
}

.icon-a a:hover{
  text-align: center;
  color:#05a1fb;
  background-image: url("../images/icon-av-obra-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 55px 44px;
  height: 100px;
  padding: 48px 0 0 0;
}

.icon-r a{
  color: #05a1fb;
  text-align: center;
  background-image: url("../images/icon-informes.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 55px 44px;
  height: 100px;
  padding: 48px 0 0 0;
  font-size: 15px;
}

.icon-r a:hover{
  color: #05a1fb;
  text-align: center;
  background-image: url("../images/icon-informes-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 55px 44px;
  height: 100px;
  padding: 48px 0 0 0;
}

.redes {
  grid-area: redes;
  display: inline-block;
  text-align: center;
  margin: 0 0 0 0;
}

.redes a{
  color:blue;
  font-size: 26px;
  margin: 0 12px 10px 12px;

}

.fa-brands{
  margin: 0 0 0 12px;
}

.fa-square-facebook{
  color: navy;
}

.fa-square-instagram{
 background: -webkit-linear-gradient(rgb(238, 42, 123), rgb(0, 42, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ee2a7b;
}

.fa-linkedin{
  color: blue;
}

.fa-square-youtube{
  color: red;
}

.fa-square-whatsapp{
  color: limegreen;
}

.logo{
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 60px 0;
}

.logo img{
  width: 100%;
  max-width: 500px;
}

.torres{
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 0 0;
}

.torres img{
  width: 100%;
  max-width: 300px;
}


.direccion-ub {
  grid-area: ubicacion;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+9,001c4c+18,011732+28,000000+50,011732+77,001c4c+88,000000+96 */
  background: #12243b;
  font-family: 'geosanslightregular', sans-serif;
  color:white;
  width: 100%;
  z-index: 2;
  height: 30px;
  text-align: center;
  font-size: 26px;
  align-self: end;
}

.mx{
  color: #e2169c;
}

/******************************************************
    [ INTERNA]
*******************************************************/
#containerin{
  background: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
  "izquierdain  derechain"
  "hr         hr"
  "footer     footer";
  grid-gap: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 3px 10px 3px 10px;
  max-width: 1920px;
}


.izquierdain{
  background: none;
  grid-area: izquierdain;
  width: 100%;
  padding: 0;
  align-content: end;
}

.derechain{
  background: white;
  font-family: 'geosanslightregular', sans-serif;
  grid-area: derechain;
  display: grid;
  grid-template-columns: 1fr 30% 1fr;
  grid-template-areas: 
  "torresin h1 logoin"
  "nav  nav nav"
  "textos  textos textos"
  "cg  cg video"
  "redes  redes redes"
  "ubicacion  ubicacion ubicacion";
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  padding: 0;
  align-content: start;
}

.derechainub{
  background: white;
  font-family: 'geosanslightregular', sans-serif;
  grid-area: derechain;
  display: grid;
  grid-template-columns: 1fr 30% 1fr;
  grid-template-areas: 
  "torresin h1 logoin"
  "nav  nav nav"
  "textos  textos textos"
  "video  video video"
  "redes  redes redes"
  "ubicacion  ubicacion ubicacion";
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  padding: 0;
  align-content: start;
}

.logoin{
  background: none;
  grid-area: logoin;
  text-align: right;
  align-self: end;
  width: 100%;
  padding: 0 0 10px 0;
}

.logoin img{
  width: 100%;
  max-width: 220px;
}

h1{
  background: none;
  grid-area: h1;
  text-align: center;
  width: 100%;
  font-family: 'champagne__limousinesregular', sans-serif;
  font-weight: bold;
  align-self: center;
  font-size: 45px;
}

.torresin{
  background: none;
  grid-area: torresin;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left;
}

.torresin img{
  width: 100%;
  max-width: 150px;
}

.depas{
  background: none;
  grid-area: depas;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.depas img{
  width: 100%;
  max-width: 380px;
}

.textos{
  background-repeat: no-repeat;
  font-family: "Oswald", sans-serif;
  grid-area: textos;
  text-align: justify;
  line-height: 25px;
  font-size: 22px;
  margin: 10px 0 0 0;
}

.textos-uno{
  background-repeat: no-repeat;
  font-family: "Oswald", sans-serif;
  grid-area: textos;
  text-align: justify;
  line-height: 23px;
  font-size: 20px;
  margin: 10px 0 0 0;
}

ul{
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 27px;
  padding: 15px 0 53px 0;
}

li{
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  line-height: 33px;
  padding: 0 0 0 20px;
}

.CG {grid-area: cg;
  font-family: "Oswald", sans-serif;
  line-height: 40px;
}

.RG {
  font-family: "Oswald", sans-serif;
  padding: 0 0 0 20px;
}

p{
  margin: 15px 0 0 0;
}

.video{
  grid-area: video;
  width: 100%;
  height: 400px;
  text-align: center;
  align-self: center;
  margin: 0 auto;
  padding: 10px 0 0 0;
}

.video img{
  width: 100%;
  max-width: 360px;
}

.ub-mapa-moctezuma{
  grid-area: video;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  padding: 10px 0 54px 0;
}

.ub-mapa-moctezuma img{
  width: 100%;
  max-width: 640px;
}


.dptos{
  grid-area: video;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 54px 0;
}

.dptos img{
  width: 100%;
  max-width: 785px;
}

.textos-avance{
  background-repeat: no-repeat;
  font-family: "Oswald", sans-serif;
  grid-area: textos;
  text-align: center;
  line-height: 17px;
  font-size: 17px;
  margin: 0 0 65px 0;
}

.textos-moctezuma{
  background-repeat: no-repeat;
  font-family: "Oswald", sans-serif;
  grid-area: textos;
  text-align: justify;
  line-height: 23px;
  font-size: 20px;
  margin: 40px 0 38px 0;
}

.avance{
  line-height: 25px;
  text-align: left;
}

.avance a{
  color: #12243b;
  font-size: 25px;
}

.avance a:hover{
  color: #05a1fb;
}

.space{
  margin: 0 0 0 0;
}

.fa-whatsapp{
  padding: 0;
  margin: 0;
  font-size: 25px;
  color: limegreen;
}


/******************************************************
    [ DEPARTAMENTOS DISPONIBILIDAD]
*******************************************************/
#container-depa{
  background: white;
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-template-areas:
  "izquierdatorreab  derechain"
  "izquierdatorrec  derechain"
  "hr         hr"
  "footer     footer";
  grid-gap: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 3px 10px 3px 10px;
  max-width: 1920px;
}

.izquierda-torreab{
  background: white;
  font-size: 0;
  grid-area: izquierdatorreab;
  display: grid;
  grid-template-columns: 207px 270px 125px 198px 117px 1fr;
  grid-template-rows: 1fr 104px 71px 71px 71px 67px 67px;
  grid-template-areas:
  ".      .     .     .     .     ." 
  "d-01   d-02  d-02  d-02  d-02  ."
  "d-01   d-03  d-04  d-05  d-06  ."
  "d-01   d-07  d-04  d-08  d-06  ."
  "d-01   d-09  d-04  d-10  d-06  ."  
  "d-01   d-11  d-04  d-12  d-06  ."
  "d-01   d-13  d-13  d-13  d-13  ."
  ;

  width: 100%;
  padding: 0;
  justify-content: center;
  align-self: start;
  text-align: center;
  margin: 0 auto;
}

.d-01{
  grid-area: d-01;
  width: 100%;
  margin: 0 auto;
}

.d-02{
  grid-area: d-02;
  width: 100%;
  margin: 0 auto;
}

.d-02 img{
  width: 720px;
  height: 105px;
}

.d-03 {
  grid-area: d-03;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.d-03:hover{
 filter: saturate(300%);
}

.d-04{
  grid-area: d-04;
  width: 100%;
  margin: 0 auto;
}

.d-05{
  grid-area: d-05;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.d-05 img{
  width: 100%;
}

.d-05:hover{
 filter: saturate(300%);
}


.d-06{
  grid-area: d-06;
  width: 100%;
  margin: 0 auto;
}

.d-07{
  grid-area: d-07;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.d-07:hover{
 filter: saturate(300%);
}

.d-08{
  grid-area: d-08;
  width: 100%;
  margin: 0 auto;
  cursor: not-allowed;
}

.d-08:hover{
 filter: none;
}

.d-09{
  grid-area: d-09;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.d-09:hover{
 filter: saturate(300%);
}

.d-10{
  grid-area: d-10;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.d-10:hover{
 filter: saturate(300%);
}

.d-11{
  grid-area: d-11;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.d-11:hover{
 filter: saturate(300%);
}


.d-12{
  grid-area: d-12;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.d-12:hover{
 filter: saturate(300%);
}

.d-13{
  grid-area: d-13;
  width: 100%;
  margin: 0 auto;
}

.d-13 img{
  width: 710px;
  height: 62px;
}

.izquierda-torrec{
  background: white;
  font-size: 0;
  grid-area: izquierdatorrec;
  display: grid;
  grid-template-columns: 207px 158px 542px 1fr;
  grid-template-rows: 129px 70px 70px 69px 65px;
  grid-template-areas: 

  "d-14   d-15  d-15  ."
  "d-14   d-16  d-17  ."
  "d-14   d-18  d-17  ."
  "d-14   d-19  d-17  ."
  "d-14   d-20  d-17  ." 
  "d-14   d-21  d-21  ." 
  ;

  width: 100%;
  padding: 0;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.d-14{
  grid-area: d-14;
  width: 100%;
  margin: 0 auto;

}

.d-15{
  grid-area: d-15;
  width: 100%;
  margin: 0 auto;
}

.d-15 img{
  max-width: 711px;
}

.d-16{
  grid-area: d-16;
  width: 100%;
  margin: 0 auto;
  cursor: not-allowed;
}

.d-16:hover{
 filter: none;
}

.d-17{
  grid-area: d-17;
  width: 100%;
  margin: 0 auto;
}

.d-18{
  grid-area: d-18;
  width: 100%;
  margin: 0 auto;
  cursor: not-allowed;
}

.d-18:hover{
 filter: none;
}

.d-19{
  grid-area: d-19;
  width: 100%;
  margin: 0 auto;
  cursor: pointer; 
}

.d-19:hover{
 filter: saturate(300%);
}

.d-20{
  grid-area: d-20;
  width: 100%;
  margin: 0 auto;
  cursor: not-allowed;  
}

.d-20:hover{
 filter: none;
}

.d-21{
  grid-area: d-21;
  width: 100%;
  margin: 0 auto;
}

.c-depas{
  background:#000715;
  grid-area: textos;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 
  "caracteristicas  plano"
  "estacionamiento  descarga";
  width: 85%;
  margin: 10px 0 0 0;
  padding: 10px;
  justify-self: center;
  border-radius: 20px;
}

.caracteristicas{
  grid-area: caracteristicas;
  font-family: "Oswald", sans-serif;
  color: white;
  text-align: left;
  line-height: 20px;
  font-size: 20px;
  align-self: start;
}

.caracteristicasB{
  grid-area: caracteristicas;
  font-family: "Oswald", sans-serif;
  color: white;
  text-align: left;
  line-height: 24.3px;
  font-size: 20px;
  align-self: start;
}

.caracteristicasC{
  grid-area: caracteristicas;
  font-family: "Oswald", sans-serif;
  color: white;
  text-align: left;
  line-height: 30px;
  font-size: 20px;
  align-self: start;
}

.plano-depas{
  width: 100%;
  grid-area: plano;
  align-self: start;
  text-align: center;
}

.plano-depas img{
  width: 100%;
  border-radius: 20px;
  max-width: 500px;
  margin: 10px 0 0 0;
}

.estacionamiento{
  width: 100%;
  grid-area: estacionamiento;
}

.estacionamiento img{
  width: 100%;
  border-radius: 20px;
  max-width: 300px;
}

.descarga{
  width: 100%;
  grid-area: descarga;
  text-align: center;
}

.descarga img{
  width: 100%;
  border-radius: 20px;
  max-width: 300px;
  margin: 0 0 0 20px;
}

.bull{
  color: #05a1fb;
}

.infonavit-fovissste{
  grid-area: video;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.infonavit-fovissste p{
  color: #000715;
  font-family: "Oswald", sans-serif;  
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 18px;
  margin: 8px 0 0 0;
}

.infonavit-fovissste img{
  width: 100%;
  max-width: 150px;
  margin: 0 0 19px 0;
}


/******************************************************
    [ FORMA]
*******************************************************/
.contform{
  background: white;
  width: 100%;
  margin: 10px 0 22px 0;
}

.fa-solid{
  color: #05a1fb;
}

.contform p a{
  color: #12243b;
}

.contform p a:hover{
  color: #05a1fb;
}


.formulario{
  background: #12243b;
  grid-area: form;
  width: 90%;
  margin: 0 auto;
  border-radius: 16px;
  padding: 10px;
}

.formulario p{
  color: white;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
}

form{
  margin: 0 auto;
  text-align: center;
  width: 95%;
}

input{
  border: solid 2px #05a1fb;
  border-radius: 10px;
  font-size: 18px;
  padding: 10px;
  width: 90%;
  margin: 8px 0 8px 0;
}

textarea{
  border: solid 2px #05a1fb;
  text-align: left;
  border-radius: 6px;
  font-size: 20px;
  margin: 0 auto;
  padding: 10px;
  width: 90%;
}

.textosbut{
  background: #12243b;
  color: white;
  cursor: pointer;
  border-radius: 15px;
  font-size: 20px;
  text-align: center;
  width: 26%;
  margin: 15px 40px 10px 40px;
  border: solid 2px white;
}

.textosbut:hover{
  background: #05a1fb;
  color: #12243b;
  font-weight: bold;
  margin: 15px 40px 10px 40px;
  border: solid 2px white;
}

/******************************************************
    [ FOOTER]
*******************************************************/
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     espejia-"
  "copy     espejia-"
  "dir      espejia-"
  ".        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;
}

.espejia{
  grid-area: espejia-;
  width: 100%;
  text-align: right;
  padding: 0;
  margin: 0 auto;
  align-self: center;
}

.espejia img{
  width: 100%;
  max-width: 1500px;
}

.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 0 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) and (orientation:landscape)
{

.b-w {
  text-shadow: 1px 0px white;
  letter-spacing: 0.5px;
}

#container{
  padding: 3px 10px 3px 10px;
  max-width: 1600px;
}

#wowslider-container1 { 
  width: 97%;
  max-width: 936px;
  max-height:939px;
}

hr{
  height: 4px;
  max-width: 1600px;
}

.izquierda{
  background: none;
}

.derecha{
  background: none;
}

.title{
  background: white;
}

.title img{
  max-width: 480px;
}

.desde{
  font-size: 24px;
  line-height: 26px;
}

nav{
  height: 75px;
}

.menu {
  justify-content: space-between;
  padding: 10px;
  line-height: 15px;
}

.icon{
  width: 120px;
  height: 68px;
}

.icon-p a{
  color: white;
  text-align: center;
  background-image: url("../images/icon-proyecto.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 45px 34px;
  height: 80px;
  padding: 40px 0 0 0;
  font-size: 14px;
}

.icon-p a:hover{
  text-align: center;
  color:#05a1fb;
  background-image: url("../images/icon-proyecto-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 45px 34px;
  height: 80px;
  padding: 40px 0 0 0;
  font-size: 14px;
}

.icon-u a{
  color: white;
  text-align: center;
  background-image: url("../images/icon-ubicacion.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 45px 34px;
  height: 80px;
  padding: 40px 0 0 0;
  font-size: 14px;
}

.icon-u a:hover{
  text-align: center;
  color:#05a1fb;
  background-image: url("../images/icon-ubicacion-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 45px 34px;
  height: 80px;
  padding: 40px 0 0 0;
  font-size: 14px;
}

.icon-d a{
  color: white;
  text-align: center;
  background-image: url("../images/icon-depto-tipo.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 45px 34px;
  height: 80px;
  padding: 40px 0 0 0;
  font-size: 14px;
}

.icon-d a:hover{
  text-align: center;
  color:#05a1fb;
  background-image: url("../images/icon-depto-tipo-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 45px 34px;
  height: 80px;
  padding: 40px 0 0 0;
  font-size: 14px;
}

.icon-a a{
  color: white;
  text-align: center;
  background-image: url("../images/icon-av-obra.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 45px 34px;
  height: 80px;
  padding: 40px 0 0 0;
  font-size: 14px;
}

.icon-a a:hover{
  text-align: center;
  color:#05a1fb;
  background-image: url("../images/icon-av-obra-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 45px 34px;
  height: 80px;
  padding: 40px 0 0 0;
  font-size: 14px;
}

.icon-r a{
  color: #05a1fb;
  text-align: center;
  background-image: url("../images/icon-informes.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 45px 34px;
  height: 80px;
  padding: 40px 0 0 0;
  font-size: 14px;
}

.icon-r a:hover{
  color: #05a1fb;
  text-align: center;
  background-image: url("../images/icon-informes-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 45px 34px;
  height: 80px;
  padding: 40px 0 0 0;
  font-size: 14px;
}

.redes {
  grid-area: redes;
}

.redes a{
  font-size: 24px;
  margin: 0 12px 8px 12px;

}

.fa-brands{
  margin: 0 0 0 12px;
}

.logo{
  padding: 40px 0 40px 0;
}

.logo img{
  max-width: 360px;
}

.torres{
  padding: 0 0 0 0;
}

.torres img{
  max-width: 240px;
}


.direccion-ub {
  height: 28px;
  font-size: 20px;
  line-height: 28px;
}

/******************************************************
    [ INTERNA]
*******************************************************/
#containerin{
  background: white;
  grid-gap: 10px;
  padding: 3px 10px 3px 10px;
  max-width: 1600px;
}

#wowslider-container2 { 
  width: 97.6%;
  max-width: 936px;
  max-height:939px;
}

#wowslider-container7 { 
  width: 97.6%;
  max-width: 936px;
  max-height:939px;
}

#wowslider-container4 { 
  width: 97.6%;
  max-width: 936px;
  max-height:939px;
}

#wowslider-container3 { 
  width: 97.6%;
  max-width: 936px;
  max-height:939px;
}

#wowslider-container5 { 
  width: 97.6%;
  max-width: 936px;
  max-height:939px;
}

.izquierdain{
  background: none;
}


.logoin{
  padding: 0 0 10px 0;
}

.logoin img{
  max-width: 180px;
}

h1{
  background: none;
  font-size: 40px;
}

.torresin{
  padding: 0 0 10px 0;
  text-align: left;
}

.torresin img{
  max-width: 120px;
}

.depas{
  background: none;
  margin: 0 auto;
}

.depas img{
  max-width: 320px;
}

.textos{
  line-height: 20px;
  font-size: 16px;
  margin: 5px 0 0 0;
}

.textos-uno{
  line-height: 20px;
  font-size: 17px;
  margin: 10px 0 0 0;
}

ul{

  font-size: 22px;
  padding: 10px 0 108px 0;
}

li{
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 20px;
}

.CG {
  grid-area: cg;
  line-height: 30px;
}

.RG {
  padding: 0 0 0 20px;
}

p{
  margin: 8px 0 0 0;
}

.video{
  grid-area: video;
  height: 260px;
  padding: 0 0 10px 0;
  align-self: start;
  margin: 60px 0 0 0;
}

.video img{
  max-width: 240px;
}

.moctezuma img{
  width: 100%;
  height: 764px;
}

.ub-mapa-moctezuma{
  padding: 5px 0 13px 0;
}

.ub-mapa-moctezuma img{
  max-width: 600px;
}

.textos-avance{
  line-height: 17px;
  font-size: 17px;
  margin: 0 0 105px 0;
}

.textos-moctezuma{
  line-height: 23px;
  font-size: 17px;
  margin: 15px 0 10px 0;
}

.avance{
  line-height: 23px;
}

.avance a{
  font-size: 23px;
}

.fachadas-depas{
  width: 97.6%;
}


/******************************************************
    [ DEPARTAMENTOS DISPONIBILIDAD]
*******************************************************/
#container-depa{
  background: white;
  display: grid;
  grid-template-columns:700px 1fr;
  grid-template-areas:
  "izquierdatorreab  derechain"
  "izquierdatorrec  derechain"
  "hr         hr"
  "footer     footer";
  grid-gap: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 3px 10px 3px 10px;
  max-width: 1600px;
  text-align: center;
}

.dptos{
  grid-area: video;
  padding: 10px 0 30px 0;
}

.dptos img{
  max-width: 630px;
}


.izquierda-torreab{
  background: white;
  grid-template-columns: 180px 203px 92px 147px 74px 1fr;
  grid-template-rows: 1fr 80px 53px 53px 53px 48px 48px;
  grid-template-areas:
  ".      .     .     .     .     ." 
  "d-01   d-02  d-02  d-02  d-02  ."
  "d-01   d-03  d-04  d-05  d-06  ."
  "d-01   d-07  d-04  d-08  d-06  ."
  "d-01   d-09  d-04  d-10  d-06  ."  
  "d-01   d-11  d-04  d-12  d-06  ."
  "d-01   d-13  d-13  d-13  d-13  ."
  ;
  margin: 20px 0 0 0;
}

.d-01{
  grid-area: d-01;
  width: 100%;
  margin: 0 auto;
}

.d-01 img{
  width: 180px;
  height: 348px;
}


.d-02{
  grid-area: d-02;
  width: 100%;
  margin: 0 auto;
}

.d-02 img{
  width: 537px;
  height: 80px;
}

.d-03 {
  grid-area: d-03;
  width: 100%;
  margin: 0 auto;
}

.d-04{
  grid-area: d-04;
  width: 100%;
  margin: 0 auto;
}

.d-05{
  grid-area: d-05;
  width: 100%;
  margin: 0 auto;
}

.d-05 img{
  width: 100%;
}


.d-06{
  grid-area: d-06;
  width: 100%;
  margin: 0 auto;
}

.d-07{
  grid-area: d-07;
  width: 100%;
  margin: 0 auto;
}

.d-08{
  grid-area: d-08;
  width: 100%;
  margin: 0 auto;
}


.d-09{
  grid-area: d-09;
  width: 100%;
  margin: 0 auto;
}



.d-10{
  grid-area: d-10;
  width: 100%;
  margin: 0 auto;
}



.d-11{
  grid-area: d-11;
  width: 100%;
  margin: 0 auto;
}



.d-12{
  grid-area: d-12;
  width: 100%;
  margin: 0 auto;
}



.d-13{
  grid-area: d-13;
  width: 100%;
  margin: 0 auto;
}

.d-13 img{
  width: 529px;
  height: 58px;
}

.izquierda-torrec{
  background: white;
  grid-template-columns: 200px 115px 398px 1fr;
  grid-template-rows: 110px 51px 51px 51px 48px;
  grid-template-areas: 

  "d-14   d-15  d-15  ."
  "d-14   d-16  d-17  ."
  "d-14   d-18  d-17  ."
  "d-14   d-19  d-17  ."
  "d-14   d-20  d-17  ." 
  "d-14   d-21  d-21  ." 
  ;
  margin: 0 auto;
  text-align: center;
}

.d-14{
  grid-area: d-14;
  width: 100%;
  margin: 0 auto;
}

.d-14 img{
  margin: 3px 0 0 -10px;
  width: 180px;
  height: 400px;
}

.d-15{
  grid-area: d-15;
  width: 100%;
  margin: 10px 0 0 0;
}

.d-15 img{
 max-width: 580px;
 margin: 5px 0 0 0;
}

.d-16{
  grid-area: d-16;
  width: 100%;
  margin: 0 auto;
}



.d-17{
  grid-area: d-17;
  width: 100%;
  margin: 0 auto;
}

.d-18{
  grid-area: d-18;
  width: 100%;
  margin: 0 auto;
}

.d-19{
  grid-area: d-19;
  width: 100%;
  margin: 0 auto;
}


.d-20{
  grid-area: d-20;
  width: 100%;
  margin: 0 auto;
}



.d-21{
  grid-area: d-21;
  width: 100%;
  margin: 0 auto;
}

.d-15 img{
  width: 520px;
  height: 95px;
}


.c-depas{
  grid-template-columns: 1fr 300px;
  grid-template-areas: 
  "caracteristicas  plano"
  "estacionamiento  descarga";
  width: 85%;
  margin: 10px 0 0 0;
  padding: 10px;
  justify-self: center;
  border-radius: 20px;
}

.caracteristicas{
  line-height: 17px;
  font-size: 17px;
  align-self: start;
}

.caracteristicasB{
  line-height: 20px;
  font-size: 17px;
  align-self: start;
}

.caracteristicasC{
  line-height: 24px;
  font-size: 17px;
  align-self: start;
}

.plano-depas{
  align-self: start;
  text-align: center;
  width: 100%;
}

.plano-depas img{
  border-radius: 16px;
  max-width: 280px;
  margin: 0 0 0 0;
}

.estacionamiento{
  grid-area: estacionamiento;
}

.estacionamiento img{
  border-radius: 16px;
  max-width: 250px;
}

.descarga{
  grid-area: descarga;
  text-align: center;
}

.descarga img{
  border-radius: 16px;
  max-width: 250px;
  margin: 0 0 0 20px;
}


.infonavit-fovissste{
  grid-area: video;
  text-align: center;
}

.infonavit-fovissste p{
  font-size: 17px;
  line-height: 18px;
  margin: 8px 0 0 0;
}

.infonavit-fovissste img{
  max-width: 120px;
  margin: 0 0 19px 0;
}


/******************************************************
    [ FORMA]
*******************************************************/

.contform{
  background: white;
  width: 100%;
  margin: 10px 0 29px 0;
}

.fa-solid{
  color: #05a1fb;
  font-size: 17px;
}

.fa-whatsapp{
  padding: 0;
  margin: 0;
  font-size: 17px;
  color: limegreen;
}

.contform p a{
  color: #12243b;
}

.contform p a:hover{
  color: #05a1fb;
}


.formulario{
  background: #12243b;
  width: 80%;
  border-radius: 16px;
  padding: 8px;
}

.formulario p{
  font-size: 17px;
}

form{
  text-align: center;
  width: 95%;
}

input{
  border: solid 2px #05a1fb;
  border-radius: 10px;
  font-size: 16px;
  padding: 6px;
  width: 90%;
  margin: 6px 0 6px 0;
}

textarea{
  border: solid 2px #05a1fb;
  text-align: left;
  border-radius: 6px;
  font-size: 17px;
  margin: 0 auto;
  padding: 6px;
  width: 90%;
}

.textosbut{
  border-radius: 15px;
  font-size: 18px;
  text-align: center;
  width: 26%;
  margin: 10px 40px 6px 40px;
  border: solid 2px white;
}

.textosbut:hover{
  background: #05a1fb;
  color: #12243b;
  font-weight: bold;
  margin: 15px 40px 10px 40px;
  border: solid 2px white;
}

/******************************************************
    [ FOOTER]
*******************************************************/
footer{
  margin: 0 0 10px 0;
  column-gap: 20px;
}

.atte {
  font-size: 22px;
  line-height: 25px;
}

.copy {
  margin:10px 0 0 0;
  font-size: 16px;
}

.direccion {
  margin: 10px 0 0 0;
  font-size: 16px;
}

.espejia img{
  width: 100%;
  max-width: 1500px;
}

.design {
  border-radius: 20px;
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0 0 0;
}

.design a{
  font-size: 13px;
  line-height: 20px;
  padding: 0 10px 0 0;
}


}


/******************************************************
    [ MEDIA all 1280-1599 ]
*******************************************************/
@media all and (min-width: 1280px) and (max-width: 1599px) and (orientation:landscape)
{

.b-w {
  text-shadow: 1px 0px white;
  letter-spacing: 0.5px;
}

#container{
  background: white;
  display: grid;
  grid-template-columns: 1fr 52.5%;
  grid-template-areas:
  "izquierda  derecha"
  "hr         hr"
  "footer     footer";
  grid-gap: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 3px 10px 3px 10px;
  max-width: 1280px;
}

#wowslider-container1 { 
  width: 100%;
  max-width: 936px;
  max-height:939px;
}

hr{
  height: 4px;
  max-width: 1280px;
  padding: 0;
  margin: 0 auto;
}

.izquierda{
  background: none;
}

.derecha{
  background: none;
}

.title{
  background: white;
}

.title img{
  max-width: 400px;
}

.desde{
  font-size: 20px;
  line-height: 26px;
}

nav{
  height: 55px;
}

.menu {
  justify-content: space-around;
  padding: 5px;
  line-height: 15px;
}

.icon{
  width: 100px;
  height: 50px;
}

.icon-p a{
  color: white;
  text-align: center;
  background-image: url("../images/icon-proyecto.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 35px 29px;
  height: 80px;
  padding: 35px 0 0 0;
  line-height: 13px;
  font-size: 11px;
  width: 300px;
}

.icon-p a:hover{
  text-align: center;
  color:#05a1fb;
  background-image: url("../images/icon-proyecto-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 35px 29px;
  height: 80px;
  padding: 35px 0 0 0;
  line-height: 13px;
  font-size: 11px;
  width: 300px;
}

.icon-u a{
  color: white;
  text-align: center;
  background-image: url("../images/icon-ubicacion.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 35px 29px;
  height: 80px;
  padding: 35px 0 0 0;
  line-height: 13px;
  font-size: 11px;
}

.icon-u a:hover{
  text-align: center;
  color:#05a1fb;
  background-image: url("../images/icon-ubicacion-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 35px 29px;
  height: 80px;
  padding: 35px 0 0 0;
  line-height: 13px;
  font-size: 11px;
}

.icon-d a{
  color: white;
  text-align: center;
  background-image: url("../images/icon-depto-tipo.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 35px 29px;
  height: 80px;
  padding: 35px 0 0 0;
  line-height: 13px;
  font-size: 11px;
}

.icon-d a:hover{
  text-align: center;
  color:#05a1fb;
  background-image: url("../images/icon-depto-tipo-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 35px 29px;
  height: 80px;
  padding: 35px 0 0 0;
  line-height: 13px;
  font-size: 11px;
}

.icon-a a{
  color: white;
  text-align: center;
  background-image: url("../images/icon-av-obra.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 35px 29px;
  height: 80px;
  padding: 35px 0 0 0;
  line-height: 13px;
  font-size: 11px;
}

.icon-a a:hover{
  text-align: center;
  color:#05a1fb;
  background-image: url("../images/icon-av-obra-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 35px 29px;
  height: 80px;
  padding: 35px 0 0 0;
  line-height: 13px;
  font-size: 11px;
}

.icon-r a{
  color: #05a1fb;
  text-align: center;
  background-image: url("../images/icon-informes.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 35px 29px;
  height: 80px;
  padding: 35px 0 0 0;
  line-height: 13px;
  font-size: 11px;
}

.icon-r a:hover{
  color: #05a1fb;
  text-align: center;
  background-image: url("../images/icon-informes-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 35px 29px;
  height: 80px;
  padding: 35px 0 0 0;
  line-height: 13px;
  font-size: 11px;
}

.redes {
  grid-area: redes;
}

.redes a{
  font-size: 20px;
  margin: 0 8px 8px 8px;

}

.fa-brands{
  margin: 0 0 0 8px;
}

.logo{
  padding: 40px 0 40px 0;
}

.logo img{
  max-width: 300px;
}

.torres{
  padding: 0 0 0 0;
}

.torres img{
  max-width: 200px;
}


.direccion-ub {
  height: 27px;
  font-size: 18px;
  line-height: 27px;
}

/******************************************************
    [ INTERNA]
*******************************************************/
#containerin{
  background: white;
  grid-template-columns: 1fr 52.5%;
  grid-gap: 10px;
  padding: 3px 10px 3px 10px;
  max-width: 1280px;
}

#wowslider-container2 { 
  width: 100%;
  max-width: 936px;
  max-height:939px;
}

#wowslider-container7 { 
  width: 100%;
  max-width: 936px;
  max-height:939px;
}

#wowslider-container4 { 
  width: 100%;
  max-width: 936px;
  max-height:939px;
}

#wowslider-container3 { 
  width: 93%;
  max-width: 936px;
  max-height:939px;
}

#wowslider-container5 { 
  width: 100%;
  max-width: 936px;
  max-height:939px;
}

.izquierdain{
  background: none;
}

.derechain{
  background: white;
  grid-template-columns: 1fr 35% 1fr;
  grid-template-areas: 
  "torresin h1 logoin"
  "nav  nav nav"
  "textos  textos textos"
  "cg  cg video"
  "redes  redes redes"
  "ubicacion  ubicacion ubicacion";
  align-content: start;
}

.logoin{
  padding: 0 0 5px 0;
}

.logoin img{
  max-width: 150px;
}

h1{
  background: none;
  font-size: 30px;
  width: 100%;
}

.torresin{
  padding: 0 0 10px 0;
  text-align: left;
}

.torresin img{
  max-width: 100px;
}

.depas{
  background: none;
  margin: 0 auto;
}

.depas img{
  max-width: 280px;
}

.textos{
  line-height: 19px;
  font-size: 15px;
  margin: 3px 0 0 0;
}

.textos-uno{
  line-height: 19px;
  font-size: 14px;
  margin: 10px 0 0 0;
}

ul{
  font-size: 17px;
  padding: 3px 0 0 0;
  margin: 0 0 20px 0;
}

li{
  font-size: 15px;
  line-height: 20px;
  padding: 0 0 0 20px;
}

.CG {
  grid-area: cg;
  line-height: 27px;
}

.RG {
  font-size: 15px;
  line-height: 20px;
  padding: 0 0 0 20px;
  margin: 0 0 0 0;
}

p{
  margin: 8px 0 0 0;
}

.video{
  grid-area: video;
  height: 260px;
  padding: 0 0 10px 0;
}

.video img{
  max-width: 300px;
}

.ub-mapa-moctezuma{
  padding: 5px 0 17px 0;
}

.ub-mapa-moctezuma img{
  max-width: 420px;
}

.moctezuma {
  grid-area: ub-img;
}


.moctezuma img{
  height: 580px;
}


.textos-avance{
  line-height: 17px;
  font-size: 17px;
  margin: 0 0 5px 0;
}

.textos-avance p{
  margin:2px 0 0 0;
}

.textos-moctezuma{
  line-height: 16px;
  font-size: 14px;
  margin: 10px 0 10px 0;
}

.avance{
  line-height: 26px;
}

.avance a{
  font-size: 18px;
}

.fachadas-depas{
  width: 100%;
}


/******************************************************
    [ DEPARTAMENTOS DISPONIBILIDAD]
*******************************************************/
#container-depa{
  background: white;
  display: grid;
  grid-template-columns:45% 1fr;
  grid-template-areas:
  "izquierdatorreab  derechain"
  "izquierdatorrec  derechain"
  "hr         hr"
  "footer     footer";
  grid-gap: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 3px 10px 3px 10px;
  max-width: 1280px;
  text-align: center;
}

.derechainub{
  background: white;
  grid-template-columns: 1fr 38% 1fr;
  grid-template-areas: 
  "torresin h1 logoin"
  "nav  nav nav"
  "textos  textos textos"
  "video  video video"
  "redes  redes redes"
  "ubicacion  ubicacion ubicacion";
  align-content: start;
}

.dptos{
  grid-area: video;
  padding: 10px 0 30px 0;
}

.dptos img{
  max-width: 435px;
}


.izquierda-torreab{
  background: white;
  grid-template-columns: 120px 143px 66px 104px 10px 1fr;
  grid-template-rows: 1fr 60px 38px 38px 38px 33px 33px;
  grid-template-areas:
  ".      .     .     .     .     ." 
  "d-01   d-02  d-02  d-02  d-02  ."
  "d-01   d-03  d-04  d-05  d-06  ."
  "d-01   d-07  d-04  d-08  d-06  ."
  "d-01   d-09  d-04  d-10  d-06  ."  
  "d-01   d-11  d-04  d-12  d-06  ."
  "d-01   d-13  d-13  d-13  d-13  ."
  ;
  margin: 30px 0 0 0;
}

.d-01{
  grid-area: d-01;
  width: 100%;
  margin: 0 auto;
}

.d-01 img{
  width: 120px;
  height: 235px;
}

.d-02{
  grid-area: d-02;
  width: 100%;
  margin: 0 auto;
}

.d-02 img{
  width: 380px;
  height: 60px;
}

.d-03 {
  grid-area: d-03;
  width: 100%;
  margin: 0 auto;
}

.d-04{
  grid-area: d-04;
  width: 100%;
  margin: 0 auto;
}

.d-05{
  grid-area: d-05;
  width: 100%;
  margin: 0 auto;
}

.d-05 img{
  width: 100%;
}


.d-06{
  grid-area: d-06;
  width: 100%;
  margin: 0 auto;
}

.d-07{
  grid-area: d-07;
  width: 100%;
  margin: 0 auto;
}

.d-08{
  grid-area: d-08;
  width: 100%;
  margin: 0 auto;
}


.d-09{
  grid-area: d-09;
  width: 100%;
  margin: 0 auto;
}

.d-10{
  grid-area: d-10;
  width: 100%;
  margin: 0 auto;
}


.d-11{
  grid-area: d-11;
  width: 100%;
  margin: 0 auto;
}


.d-12{
  grid-area: d-12;
  width: 100%;
  margin: 0 auto;
}


.d-13{
  grid-area: d-13;
  width: 100%;
  margin: 0 auto;
}

.d-13 img{
  width: 375px;
  height: 31px;
}

.izquierda-torrec{
  background: white;
  grid-template-columns: 125px 88px 306px 1fr;
  grid-template-rows: 95px 39px 39px 39px 36px;
  grid-template-areas: 

  "d-14   d-15  d-15  ."
  "d-14   d-16  d-17  ."
  "d-14   d-18  d-17  ."
  "d-14   d-19  d-17  ."
  "d-14   d-20  d-17  ." 
  "d-14   d-21  d-21  ." 
  ;
  margin: -10px 0 0 0;
  text-align: center;
}

.d-14{
  grid-area: d-14;
  width: 100%;
  margin: 0 auto;
}

.d-14 img{
  margin: 3px 0 0 -15px;
  width: 110px;
  height: 280px;
}

.d-15{
  grid-area: d-15;
  width: 100%;
  margin: 0 0 0 0;
}

.d-15 img{
 max-width: 399px;
 margin: 0 0 0 0;
}

.d-16{
  grid-area: d-16;
  width: 100%;
  margin: 0 auto;
}

.d-17{
  grid-area: d-17;
  width: 100%;
  margin: 0 auto;
}

.d-18{
  grid-area: d-18;
  width: 100%;
  margin: 0 auto;
}

.d-19{
  grid-area: d-19;
  width: 100%;
  margin: 0 auto;
}


.d-20{
  grid-area: d-20;
  width: 100%;
  margin: 0 auto;
}

.d-21{
  grid-area: d-21;
  width: 100%;
  margin: 0 auto;
}

.d-15 img{
  width: 525px;
  height: 95px;
}

.c-depas{
  grid-template-columns: 1fr 300px;
  grid-template-areas: 
  "caracteristicas  plano"
  "estacionamiento  descarga";
  width: 85%;
  margin: 5px 0 0 0;
  padding: 6px;
  justify-self: center;
  border-radius: 12px;
}

.caracteristicas{
  line-height: 12px;
  font-size: 12px;
  align-self: start;
}

.caracteristicasB{
  line-height: 15px;
  font-size: 14px;
  align-self: start;
}

.caracteristicasC{
  line-height: 18.3px;
  font-size: 14px;
  align-self: start;
}

.plano-depas{
  align-self: start;
  text-align: center;
  width: 100%;
}

.plano-depas img{
  border-radius: 16px;
  max-width: 220px;
  margin: 0 0 0 0;
}

.estacionamiento{
  grid-area: estacionamiento;
}

.estacionamiento img{
  border-radius: 10px;
  max-width: 180px;
}

.descarga{
  grid-area: descarga;
  text-align: center;
}

.descarga img{
  border-radius: 10px;
  max-width: 180px;
  margin: 0 0 0 20px;
}


.infonavit-fovissste{
  grid-area: video;
  text-align: center;
}

.infonavit-fovissste p{
  font-size: 14px;
  line-height: 14px;
  margin: 8px 0 0 0;
}

.infonavit-fovissste img{
  max-width: 80px;
  margin: 0 0 13px 0;
}


/******************************************************
    [ FORMA]
*******************************************************/

.contform{
  background: white;
  width: 100%;
  margin: 6px 0 15px 0;
}

.fa-solid{
  color: #05a1fb;
  font-size: 15px;
}

.fa-whatsapp{
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: limegreen;
}

.contform p a{
  color: #12243b;
}

.contform p a:hover{
  color: #05a1fb;
}


.formulario{
  background: #12243b;
  width: 70%;
  border-radius: 14px;
  padding: 7px;
}

.formulario p{
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  padding: 0;
}

form{
  text-align: center;
  width: 85%;
}

input{
  border: solid 1px #05a1fb;
  border-radius: 6px;
  font-size: 11px;
  padding: 4px;
  width: 90%;
  margin: 3px 0 3px 0;
}

textarea{
  border: solid 2px #05a1fb;
  text-align: left;
  border-radius: 6px;
  font-size: 12px;
  margin: 0 auto;
  padding: 4px;
  width: 90%;
}

.textosbut{
  border-radius: 15px;
  font-size: 14px;
  text-align: center;
  width: 20%;
  margin: 4px 40px 3px 40px;
  border: solid 2px white;
}

.textosbut:hover{
  background: #05a1fb;
  color: #12243b;
  font-weight: bold;
  margin: 6px 40px 3px 40px;
  border: solid 2px white;
}

/******************************************************
    [ FOOTER]
*******************************************************/
footer{
  margin: 0 0 10px 0;
  column-gap: 10px;
}

.atte {
  font-size: 19px;
  line-height: 29px;
}

.copy {
  margin:10px 0 0 0;
  font-size: 15px;
}

.direccion {
  margin: 10px 0 0 0;
  font-size: 15px;
}

.espejia img{
  width: 100%;
  max-width: 1500px;
}

.design {
  border-radius: 5px;
  font-size: 11px;
  line-height: 15px;
  margin: 10px 0 0 0;
}

.design a{
  font-size: 11px;
  line-height: 15px;
  padding: 0 10px 0 0;
}


}


/******************************************************
    [ MEDIA all 1000-1279 ]
*******************************************************/
@media all and (min-width: 1000px) and (max-width: 1279px) and (orientation:landscape)
{


}

/******************************************************
    [ MEDIA all 800-999 ]
*******************************************************/
@media all and (min-width: 800px) and (max-width: 999px) and (orientation:landscape)
{


}

/******************************************************
    [ MEDIA all 1300-1399 ]
*******************************************************/


/******************************************************
          MOOD TABLETS
    [ MEDIA all 760-1279 ]
*******************************************************/
@media all and (min-width: 760px) and (max-width: 1279px) 
{

#container{display: none;}

#containerin{display: none;}

#container-depa{display: none;}

#containermobile{display: none;}

b {
  font-weight: 600;
}

.b-w {
  font-weight: bold;
  text-shadow: 1px 0px white;
  letter-spacing: 0.5px;
}

iframe{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}


#containertab{
  background: white;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
  "derecha"  
  "izquierda"
  "redes"
  "ubicacion" 
  "hr"
  "footer";
  grid-gap: 0px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  max-width: 760px;
}

#wowslider-container1 { 
  display: table;
  zoom: 1; 
  position: relative;
  width: 100%;
  max-width: 936px;
  max-height:939px;
  margin:0px auto 0px;
  z-index:90;
  text-align:left; /* reset align=center */
  font-size: 10px;
  text-shadow: none; /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; 
}

#wowslider-container2 { 
  display: table;
  zoom: 1; 
  position: relative;
  width: 100%;
  max-width: 936px;
  max-height:939px;
  margin:0px auto 0px;
  z-index:90;
  text-align:left; /* reset align=center */
  font-size: 10px;
  text-shadow: none; /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; 
}

#wowslider-container7 { 
  display: table;
  zoom: 1; 
  position: relative;
  width: 100%;
  max-width: 936px;
  max-height:939px;
  margin:0px auto 0px;
  z-index:90;
  text-align:left; /* reset align=center */
  font-size: 10px;
  text-shadow: none; /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; 
}

#wowslider-container4 { 
  display: table;
  zoom: 1; 
  position: relative;
  width: 100%;
  max-width: 936px;
  max-height:939px;
  margin:0px auto 0px;
  z-index:90;
  text-align:left; /* reset align=center */
  font-size: 10px;
  text-shadow: none; /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; 
}

#wowslider-container3 { 
  display: table;
  zoom: 1; 
  position: relative;
  width: 100%;
  max-width: 936px;
  max-height:939px;
  margin:0px auto 0px;
  z-index:90;
  text-align:left; /* reset align=center */
  font-size: 10px;
  text-shadow: none; /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; 
}

#wowslider-container5 { 
  display: table;
  zoom: 1; 
  position: relative;
  width: 100%;
  max-width: 936px;
  max-height:939px;
  margin:0px auto 0px;
  z-index:90;
  text-align:left; /* reset align=center */
  font-size: 10px;
  text-shadow: none; /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; 
}

hr{
  grid-area: hr;
  background: #12243b;
  height: 4px;
  width: 100%;
  max-width: 760px;
}

.izquierdatab{
  background: none;
  grid-area: izquierda;
  width: 100%;
  padding: 0 0 6px 0;
  margin: 0 auto;
}

.derechatab{
  background: none;
  font-family: 'geosanslightregular', sans-serif;
  grid-area: derecha;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 
  "title"
  "desde"
  "nav";
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  padding: 0;
  align-content: start;

}

.title{
  background: white;
  grid-area: title;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

.title img{
  width: 100%;
  max-width: 400px;
}

.desde{
  grid-area: desde;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #093898;
  text-align: center;
}

.blue{
  color: #12243b;
}

.logo{
  grid-area: logo;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  padding: 0;
  align-self: center;
}

.logo img{
  width: 100%;
  max-width: 200px;
}

.torres{
  grid-area: torres;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0;
  align-self: center;
}

.torres img{
  width: 100%;
  max-width: 130px;
}


nav{
  grid-area: nav;
  background: #12243b;
  width: 100%;
  display: block;
  height: 75px;
  margin: 0 auto;
  padding: 0;
}

.menu {
  background: none;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  width: 100%;
  font-family: "Oswald", sans-serif;
  color: white;
  text-align: center;
  font-weight: 200;
  padding: 40px 0 0 0;
}

.icon{
  background: none;
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: auto;
  text-align: center;
}

.icon-p a{
  color: white;
  text-align: center;
  background-image: url("../images/icon-proyecto.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 48px 38px;
  height: 100px;
  padding: 40px 0 0 0;
  font-size: 13px;
}

.icon-p a:hover{
  text-align: center;
  color:#05a1fb;
  background-image: url("../images/icon-proyecto-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 48px 38px;
  height: 100px;
  padding: 40px 0 0 0;
}

.icon-u a{
  color: white;
  text-align: center;
  background-image: url("../images/icon-ubicacion.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 48px 38px;
  height: 100px;
  padding: 40px 0 0 0;
  font-size: 13px;
}

.icon-u a:hover{
  text-align: center;
  color:#05a1fb;
  background-image: url("../images/icon-ubicacion-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 48px 38px;
  height: 100px;
  padding: 40px 0 0 0;
}

.icon-d a{
  color: white;
  text-align: center;
  background-image: url("../images/icon-depto-tipo.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 48px 38px;
  height: 100px;
  padding: 40px 0 0 0;
  font-size: 13px;
}

.icon-d a:hover{
  text-align: center;
  color:#05a1fb;
  background-image: url("../images/icon-depto-tipo-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 48px 38px;
  height: 100px;
  padding: 40px 0 0 0;
}

.icon-a a{
  color: white;
  text-align: center;
  background-image: url("../images/icon-av-obra.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 48px 38px;
  height: 100px;
  padding: 40px 0 0 0;
  font-size: 13px;
}

.icon-a a:hover{
  text-align: center;
  color:#05a1fb;
  background-image: url("../images/icon-av-obra-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 48px 38px;
  height: 100px;
  padding: 40px 0 0 0;
}

.icon-r a{
  color: #05a1fb;
  text-align: center;
  background-image: url("../images/icon-informes.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 48px 38px;
  height: 100px;
  padding: 40px 0 0 0;
  font-size: 13px;
}

.icon-r a:hover{
  color: #05a1fb;
  text-align: center;
  background-image: url("../images/icon-informes-on.gif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 48px 38px;
  height: 100px;
  padding: 40px 0 0 0;
}

.redes {
  grid-area: redes;
  display: inline-block;
  text-align: center;
  margin: 0 0 0 0;
}

.redes a{
  color:blue;
  font-size: 24px;
  margin: 0 12px 10px 12px;

}

.fa-brands{
  margin: 0 0 0 12px;
}

.fa-square-facebook{
  color: navy;
}

.fa-square-instagram{
 background: -webkit-linear-gradient(rgb(238, 42, 123), rgb(0, 42, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ee2a7b;
}

.fa-linkedin{
  color: blue;
}

.fa-square-youtube{
  color: red;
}

.fa-square-whatsapp{
  color: limegreen;
}


.direccion-ub {
  grid-area: ubicacion;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+9,001c4c+18,011732+28,000000+50,011732+77,001c4c+88,000000+96 */
  background: #12243b;
  font-family: 'geosanslightregular', sans-serif;
  color:white;
  width: 100%;
  z-index: 2;
  height: 30px;
  text-align: center;
  font-size: 21px;
  line-height: 33px;
  margin: 6px 0 0 0;
}

.mx{
  color: #e2169c;
}

/******************************************************
    [ INTERNA]
*******************************************************/
.ws_images{
  grid-area: animaciones;
  width: 100%;
  margin: 10px 0 0 0;
}

#containerin-tab{
  background: white;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
  "derechain"
  "hr"
  "footer";
  grid-gap: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  max-width: 760px;
}

#containerin-tab-av{
  background: white;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
  "derechain"
  "hr"
  "footer";
  grid-gap: 0;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  max-width: 760px;
}


.izquierdain{
  background: none;
  grid-area: izquierdain;
  width: 100%;
  padding: 0;
  align-content: end;
}

.derechain{
  background: white;
  font-family: 'geosanslightregular', sans-serif;
  grid-area: derechain;
  display: grid;
  grid-template-columns: 1fr 35% 1fr;
  grid-template-areas: 
  "torresin h1 logoin"
  "nav  nav nav"
  "animaciones  animaciones animaciones"
  "textos  textos textos"
  "cg  cg   cg"
  "video  video video"
  "redes  redes redes"
  "ubicacion  ubicacion ubicacion";
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  padding: 0;
  align-content: start;
}

.derechainub-2{
  grid-area: derechain;  
  display: grid;
  background: white;
  grid-template-columns: 1fr 38% 1fr;
  grid-template-areas: 
  "torresin h1 logoin"
  "nav  nav nav"
  "textos  textos textos"
  "ub-img  ub-img ub-img"
  "video  video video"  
  "redes  redes redes"
  "ubicacion  ubicacion ubicacion";
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  padding: 0;
  align-content: start;
}

.derechain-avance{
  background: white;
  font-family: 'geosanslightregular', sans-serif;
  grid-area: derechain;
  display: grid;
  grid-template-columns: 20% 25% 25% 1fr;
  grid-template-areas: 
  "torresin   h1          h1          logoin"
  "nav        nav         nav         nav"
  "textos-av  anim        anim        anim"
  "redes      redes       redes       redes"
  "ubicacion  ubicacion   ubicacion   ubicacion";
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  padding: 0;
  align-content: start;
}

.fachadas{
  grid-area: anim;
  background: white;
  font-family: 'geosanslightregular', sans-serif;
  width: 100%;
  margin: 0 0 40px 0;
  font-size: 0;
  padding: 0;
}


.logoin{
  background: none;
  grid-area: logoin;
  text-align: right;
  align-self: end;
  width: 100%;
  padding: 0 0 10px 0;
}

.logoin img{
  width: 100%;
  max-width: 200px;
}

h1{
  background: none;
  grid-area: h1;
  text-align: center;
  width: 100%;
  font-family: 'champagne__limousinesregular', sans-serif;
  font-weight: bold;
  align-self: center;
  font-size: 45px;
}

.h1{
  background: none;
  grid-area: h1;
  text-align: center;
  width: 100%;
  font-family: 'champagne__limousinesregular', sans-serif;
  font-weight: bold;
  align-self: center;
  font-size: 45px;
}

.torresin{
  background: none;
  grid-area: torresin;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left;
}

.torresin img{
  width: 100%;
  max-width: 140px;
}

.depas{
  background: none;
  grid-area: depas;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.depas img{
  width: 100%;
  max-width: 380px;
}

.textos p{
  background-repeat: no-repeat;
  font-family: "Oswald", sans-serif;
  grid-area: textos;
  text-align: justify;
  line-height: 23px;
  font-size: 20px;
  margin: 5px 0 0 0;
}

.textos-uno{
  background-repeat: no-repeat;
  font-family: "Oswald", sans-serif;
  grid-area: textos;
  text-align: justify;
  line-height: 23px;
  font-size: 20px;
  margin: 10px 0 0 0;
}

ul{
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 27px;
  padding: 15px 0 10px 0;
}

li{
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  line-height: 33px;
  padding: 0 0 0 20px;
}

.CG {grid-area: cg;
  font-family: "Oswald", sans-serif;
  line-height: 35px;
}

.RG {
  font-family: "Oswald", sans-serif;
  padding: 0 0 0 20px;
}

p{
  margin: 15px 0 0 0;
}

.video{
  grid-area: video;
  width: 85%;
  height: 380px;
  text-align: center;
  align-self: center;
  margin: 0 auto;
  padding: 10px 0 25px 0;
}

.video img{
  width: 100%;
  max-width: 400px;
}

.ub-mapa{
  grid-area: video;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  padding: 10px 0 10px 0;
}

.ub-mapa img{
  width: 100%;
  max-width: 600px;
}

.ub-img{
  grid-area: ub-img;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
}

.ub-img img{
  width: 100%;
  max-width: 800px;
}


.dptos{
  grid-area: video;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 54px 0;
}

.dptos img{
  width: 100%;
  max-width: 785px;
}

.textos-avance{
  background: none;
  font-family: "Oswald", sans-serif;
  grid-area: textos-av;
  font-size: 20px;
  margin: 0 auto;
  padding: 0 10px 0 0;
  align-self: center;  
}

.avance {
  text-align: left;
  margin: 0;
  padding: 0;
}

.avance a{
  color: #12243b;
  font-size: 20px;
  text-align: left;
}

.avance a:hover{
  color: #05a1fb;
}


.textos-ub{
  background-repeat: no-repeat;
  font-family: "Oswald", sans-serif;
  grid-area: textos;
  text-align: justify;
  line-height: 20px;
  font-size: 18px;
  margin: 0 0 10px 0;
}


.space{
  margin: 0 0 0 0;
}

.fa-whatsapp{
  padding: 0;
  margin: 0;
  font-size: 25px;
  color: limegreen;
}


/******************************************************
    [ DEPARTAMENTOS DISPONIBILIDAD]
*******************************************************/
#container-depa{
  display: none;
}

#container-depa-tab{
  background: white;
  display: grid;
  grid-template-columns:1fr;
  grid-template-areas:
  "derechain"
  "hr"
  "footer";
  grid-gap: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  max-width: 760px;
  text-align: center;
  align-content: start;
}

.derechainub{
  background: white;
  grid-template-columns: 1fr 38% 1fr;
  grid-template-areas: 
  "torresin h1 logoin"
  "nav  nav nav"
  "textos  textos textos"
  "video  video video"
  "redes  redes redes"
  "ubicacion  ubicacion ubicacion";
  align-content: start;
}

.derechaind{
  display: grid;
  grid-area: derechain;
  background: white;
  grid-template-columns: 1fr 38% 1fr;
  grid-template-areas: 
  "torresin h1 logoin"
  "nav  nav nav"
  "textos  textos textos"
  "click  click click"  
  "torreab  torreab torreab"
  "torrec  torrec torrec"  
  "redes  redes redes"
  "ubicacion  ubicacion ubicacion";
  align-content: start;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.click{
  grid-area: click;
  font-family: "Oswald";
  font-weight: bold;
  width: 100%;
  text-align: left;
  font-size: 20px;
  margin: 10px 0 0 0;
}

.dptos{
  grid-area: video;
  padding: 10px 0 30px 0;
  align-self: center;
  z-index: 10;
}

.dptos img{
  max-width: 435px;
}

.izquierda-torreab{
  display: grid;
  grid-area: torreab;
  background: white;
  grid-template-columns: 180px 203px 92px 147px 74px 1fr;
  grid-template-rows: 1fr 80px 53px 53px 53px 48px 48px;
  grid-template-areas:
  ".      .     .     .     .     ." 
  "d-01   d-02  d-02  d-02  d-02  ."
  "d-01   d-03  d-04  d-05  d-06  ."
  "d-01   d-07  d-04  d-08  d-06  ."
  "d-01   d-09  d-04  d-10  d-06  ."  
  "d-01   d-11  d-04  d-12  d-06  ."
  "d-01   d-13  d-13  d-13  d-13  ."
  ;
  margin: 20px 0 0 0;
}

.d-01{
  grid-area: d-01;
  width: 100%;
  margin: 0 auto;
}

.d-01 img{
  width: 180px;
  height: 340px;
}


.d-02{
  grid-area: d-02;
  width: 100%;
  margin: 0 auto;
}

.d-02 img{
  width: 537px;
  height: 80px;
}

.d-03 {
  grid-area: d-03;
  width: 100%;
  margin: 0 auto;
}


.d-04{
  grid-area: d-04;
  width: 100%;
  margin: 0 auto;
}

.d-05{
  grid-area: d-05;
  width: 100%;
  margin: 0 auto;
}

.d-05 img{
  width: 100%;
}



.d-06{
  grid-area: d-06;
  width: 100%;
  margin: 0 auto;
}

.d-07{
  grid-area: d-07;
  width: 100%;
  margin: 0 auto;
}


.d-08{
  grid-area: d-08;
  width: 100%;
  margin: 0 auto;
}


.d-09{
  grid-area: d-09;
  width: 100%;
  margin: 0 auto;
}

.d-10{
  grid-area: d-10;
  width: 100%;
  margin: 0 auto;
}


.d-11{
  grid-area: d-11;
  width: 100%;
  margin: 0 auto;
}



.d-12{
  grid-area: d-12;
  width: 100%;
  margin: 0 auto;
}

.d-13{
  grid-area: d-13;
  width: 100%;
  margin: 0 auto;
}

.d-13 img{
  width: 529px;
  height: 58px;
}

.izquierda-torrec{
  display: grid;
  grid-area: torrec;  
  background: white;
  grid-template-columns: 200px 115px 398px 1fr;
  grid-template-rows: 110px 51px 51px 51px 48px;
  grid-template-areas: 

  "d-14   d-15  d-15  ."
  "d-14   d-16  d-17  ."
  "d-14   d-18  d-17  ."
  "d-14   d-19  d-17  ."
  "d-14   d-20  d-17  ." 
  "d-14   d-21  d-21  ." 
  ;
  margin: 0 auto;
  text-align: center;
}

.d-14{
  grid-area: d-14;
  width: 100%;
  margin: 0 auto;
}

.d-14 img{
  margin: 20px 0 0 -25px;
  width: 180px;
  height: 400px;
}

.d-15{
  grid-area: d-15;
  width: 100%;
  margin: 10px 0 0 0;
}

.d-15 img{
 max-width: 580px;
 margin: 5px 0 0 0;
}

.d-16{
  grid-area: d-16;
  width: 100%;
  margin: 0 auto;
}

.d-17{
  grid-area: d-17;
  width: 100%;
  margin: 0 auto;
}

.d-18{
  grid-area: d-18;
  width: 100%;
  margin: 0 auto;
}

.d-19{
  grid-area: d-19;
  width: 100%;
  margin: 0 auto;
}


.d-20{
  grid-area: d-20;
  width: 100%;
  margin: 0 auto;
}


.d-21{
  grid-area: d-21;
  width: 100%;
  margin: 0 auto;
}

.d-15 img{
  width: 520px;
  height: 95px;
}

.c-depas{
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-template-areas:
  "depass           plano" 
  "caracteristicas  estacionamiento"
  "caracteristicas descarga";
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px;
  justify-content: center;
  border-radius: 12px;
}

.fachadas-depas{
  background: none;
  grid-area: depass;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  width: 100%;  
}

.caracteristicas{
  line-height: 20px;
  font-size: 18px;
  align-self: center;
  margin: 0;
}

.caracteristicasB{
  line-height: 20px;
  font-size: 18px;
  align-self: center;
  margin: 0;
}

.plano-depas{
  align-self: center;
  text-align: right;
  width: 100%;
}

.plano-depas img{
  border-radius: 16px;
  max-width: 300px;
  margin: 0 0 0 0;
}

.estacionamiento{
  grid-area: estacionamiento;
  text-align: right;
}

.estacionamiento img{
  border-radius: 10px;
  max-width: 300px;
  margin: 0 0 20px 0;
}

.descarga{
  grid-area: descarga;
  text-align: right;
}

.descarga img{
  border-radius: 10px;
  max-width: 300px;
}


.infonavit-fovissste{
  grid-area: video;
  text-align: center;
  margin: 0 auto;
}

.infonavit-fovissste p{
  font-size: 20px;
  line-height: 25px;
  margin: 0 auto;
  text-align: center;
}

.infonavit-fovissste img{
  max-width: 180px;
  margin: 0 0 20px 0;
}


/******************************************************
    [ FORMA]
*******************************************************/
.contform{
  background: white;
  width: 100%;
  margin: 10px 0 21px 0;
}

.fa-solid{
  color: #05a1fb;
}

.contform p a{
  color: #12243b;
}

.contform p a:hover{
  color: #05a1fb;
}

.formulario{
  background: #12243b;
  grid-area: form;
  width: 90%;
  margin: 0 auto;
  border-radius: 16px;
  padding: 10px;
}

.formulario p{
  color: white;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
}

form{
  margin: 0 auto;
  text-align: center;
  width: 95%;
}

input{
  border: solid 2px #05a1fb;
  border-radius: 10px;
  font-size: 11px;
  padding: 10px;
  width: 90%;
  margin: 10px 0 10px 0;
}

textarea{
  border: solid 2px #05a1fb;
  text-align: left;
  border-radius: 6px;
  font-size: 11px;
  margin: 10px 0 10px 0;
  padding: 10px;
  width: 90%;
}

.textosbut{
  background: #12243b;
  color: white;
  cursor: pointer;
  border-radius: 15px;
  font-size: 20px;
  text-align: center;
  width: 26%;
  margin: 15px 40px 10px 40px;
  border: solid 2px white;
}

.textosbut:hover{
  background: #05a1fb;
  color: #12243b;
  font-weight: bold;
  margin: 15px 40px 10px 40px;
  border: solid 2px white;
}

/******************************************************
    [ FOOTER]
*******************************************************/
hr{
  margin: 10px 0 0 0;
}

footer{
  grid-area: footer;
  background: none;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
  "espejia-   espejia-"   
  "atte       atte"
  "copy       copy"
  "dir        dir"
  ".        design";
  align-content: start;
  padding: 0;
  margin: 0 0 10px 0;
  column-gap: 10px;
}

.atte {
  font-size: 22px;
  line-height: 25px;
}

.copy {
  margin:10px 0 0 0;
  font-size: 16px;
}

.direccion {
  margin: 10px 0 0 0;
  font-size: 16px;
}

.espejia{
  grid-area: espejia-;
  align-self: start;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.espejia img{
  width: 100%;
  max-width: 1500px;
}

.design {
  border-radius: 20px;
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0 0 0;
}

.design a{
  font-size: 13px;
  line-height: 20px;
  padding: 0 10px 0 0;
}


}

/******************************************************
          MOOD CELULARES
    [ MEDIA all 200-759 ]
*******************************************************/
@media all and (min-width: 200px) and (max-width: 759px)
{

#container{display: none;}

#containerin{display: none;}

#container-depa{display: none;}

#containertab{display: none;}

#containermobile{
  display: block;
  width: 100%;
  background: white;
  margin: 0 auto;
  padding: 0;
  font-family: "Oswald";
}

.fa-bars{
  color: bluelight;
  font-size: 28px;  
}


.mob-navegacion{
  position: fixed;
  background: #12243b;
  display: flex;
  align-items: center;
  justify-content: start;
  height: 35px;
  z-index: 200;
  width: 100%;
  top: 0;
  left: 0;
}

.mob-navegacion ul{
  background: none;
  list-style: none;
  padding: 0 0 0 0;
}

.mob-navegacion ul li{
  background: none;
  display: inline-block;
  position: relative;
  transition: .3s linear;
  z-index: 200;
}

.mob-navegacion ul li a{
  color: #12243b;
  text-align: left;
  font-weight: bold;
  transition: .3s linear;
  font-size: 26px;
  letter-spacing: 1;
  padding: 0;
}

.mob-navegacion ul li a:hover{
  color: #246bc3;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 1;
  height: 100%;
}

.mob-navegacion ul li:hover .hijos{
  display: block;
  text-decoration: none;
  height: 100%;
}

.mob-navegacion .submenu .hijos{
  display: none;
  background: white;
  position: absolute;
  left: -10px;
  width: 250px;
}

.mob-navegacion .submenu .hijos li{
  display: block;
  overflow: hidden;
}

.mob-navegacion .submenu .hijos li a{
  background: white;
  display: block;
  text-align: left;
  height: 100%;
  padding: 12px 0 12px 8px;
  font-size: 18px;
  font-weight: bold;  
  line-height: 25px;
  border-bottom: 2px solid #12243b;
}

.mob-navegacion .submenu .hijos li a:hover{
  background: #12243b;
  height: 100%;
  color: white;
  font-weight: bold;
  padding: 12px 0 12px 8px;
  font-size: 18px;
  line-height: 25px;
}

.preventa{
  font-family: "Oswald";  
  background: #12243b;  
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.logo-m{
  background: white;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 35px 0 0 0;
}

.logo-m img{
  width: 100%;
  max-width: 300px;
  margin: 10px 0 0 0;
}

.title-m{
  background: #12243b;  
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
}

.title-m img{
  width: 100%;
  max-width: 360px;
  margin: 10px 0 0 0;
}

.desde-m{
  font-family: 'Oswald', sans-serif;  
  background: white;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0 0 0;
  font-size: 26px;
}

.blue{
  color: #12243b;
}

iframe{
  display: block;
  width: 85%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.video-m{
  display: block;
  text-align: center;
  width: 85%;
  height: 240px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}

.video-m img{
  width: 100%;
  max-width: 380px;
  margin: 20px 0 20px 0;
}

h2{
  font-family: 'champagne__limousinesregular', sans-serif;  
  text-align: left;
  font-weight: bold;
  color: #12243b; 
  margin: 0 auto;
  padding: 25px 0 0 10px;
  font-size: 30px;
  letter-spacing: 1px;
}

h3{
  font-family: 'champagne__limousinesregular', sans-serif;  
  text-align: center;
  font-weight: bold;
  color: #12243b; 
  margin: 0 auto;
  padding: 40px 0 0 10px;
  font-size: 30px;
  letter-spacing: 1px;
}


.redes-m {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.redes-m a{
  text-align: center;
  font-size: 26px;
  padding: 0 13px 10px 13px;
  margin: 0 auto;

}

.fa-brands{
  margin: 0 0 0 0;
}

.fa-square-facebook{
  color: navy;
}

.fa-square-instagram{
 background: -webkit-linear-gradient(rgb(238, 42, 123), rgb(0, 42, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ee2a7b;
}

.fa-linkedin{
  color: blue;
}

.fa-square-youtube{
  color: red;
}

.fa-square-whatsapp{
  color: limegreen;
}


.direccion-ub-m {
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+9,001c4c+18,011732+28,000000+50,011732+77,001c4c+88,000000+96 */
  background: #12243b;
  font-family: 'Oswald', sans-serif;
  color:white;
  width: 100%;
  z-index: 2;
  height: auto;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  margin: 6px 0 0 0;
}

.mx{
  font-family: 'Oswald', sans-serif;  
  color: #e2169c;
}

hr{
  height: 3px;
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
}


/******************************************************
    [ PROYECTO]
*******************************************************/

.depas-caracteristicas-m{
  font-family: 'Oswald', sans-serif;  
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: justify;
  padding: 0 8px 0 8px;
  font-size: 16px;
  line-height: 22px;
}

ul{
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding: 15px 0 10px 0;
}

li{
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 0 20px;
}

.CG-m {grid-area: cg;
  font-family: "Oswald", sans-serif;
  line-height: 24px;
  padding: 10px 0 0 8px;  
}

.RG-m {
  font-family: "Oswald", sans-serif;
  padding: 0 0 0 20px;
}

/******************************************************
    [ DEPARTAMENTOS]
*******************************************************/

.click-m{
  display: block;
  font-family: "Oswald";
  font-weight: bold;
  width: 100%;
  text-align: left;
  font-size: 16px;
  margin: 5px 0 12px 8px;
}

.disponibilidad-m{
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 8px 0 8px;
}

.disponibilidad-m img{
  width: 100%;
  max-width: 600px;
}

.izquierda-torreab{
  background: white;
  grid-template-columns: 40px 143px 66px 104px 10px 1fr;
  grid-template-rows: 1fr 60px 38px 38px 38px 33px 38px;
  grid-template-areas:
  ".      .     .     .     .     ." 
  "d-01   d-02  d-02  d-02  d-02  ."
  "d-01   d-03  d-04  d-05  d-06  ."
  "d-01   d-07  d-04  d-08  d-06  ."
  "d-01   d-09  d-04  d-10  d-06  ."  
  "d-01   d-11  d-04  d-12  d-06  ."
  "d-01   d-13  d-13  d-13  d-13  ."
  ;
  margin: 10px 0 0 0;
  text-align: center;
}

.d-01{
  grid-area: d-01;
  width: 100%;
  margin: 0 auto;
}

.d-01 img{
  width: 120px;
  height: 235px;
}

.d-02{
  grid-area: d-02;
  width: 100%;
  margin: 0 auto;
}

.d-02 img{
  width: 380px;
  height: 60px;
}

.d-03 {
  grid-area: d-03;
  width: 100%;
  margin: 0 auto;
}

.d-04{
  grid-area: d-04;
  width: 100%;
  margin: 0 auto;
}

.d-05{
  grid-area: d-05;
  width: 100%;
  margin: 0 auto;
}

.d-05 img{
  width: 100%;
}


.d-06{
  grid-area: d-06;
  width: 100%;
  margin: 0 auto;
}

.d-07{
  grid-area: d-07;
  width: 100%;
  margin: 0 auto;
}


.d-08{
  grid-area: d-08;
  width: 100%;
  margin: 0 auto;
}

.d-09{
  grid-area: d-09;
  width: 100%;
  margin: 0 auto;
}


.d-10{
  grid-area: d-10;
  width: 100%;
  margin: 0 auto;
}


.d-11{
  grid-area: d-11;
  width: 100%;
  margin: 0 auto;
}



.d-12{
  grid-area: d-12;
  width: 100%;
  margin: 0 auto;
}

.d-13{
  grid-area: d-13;
  width: 100%;
  margin: 0 auto;
}

.d-13 img{
  width: 375px;
  height: 31px;
}

.izquierda-torrec{
  background: white;
  grid-template-columns: 80px 88px 306px 1fr;
  grid-template-rows: 95px 39px 39px 39px 36px;
  grid-template-areas: 

  "d-14   d-15  d-15  ."
  "d-14   d-16  d-17  ."
  "d-14   d-18  d-17  ."
  "d-14   d-19  d-17  ."
  "d-14   d-20  d-17  ." 
  "d-14   d-21  d-21  ." 
  ;
  margin: 5px 0 20px 0;
  text-align: center;
}

.d-14{
  grid-area: d-14;
  width: 100%;
  margin: 0 auto;
}

.d-14 img{
  margin: 3px 0 0 0;
  width: 110px;
  height: 280px;
}

.d-15{
  grid-area: d-15;
  width: 100%;
  margin: 0 0 0 0;
}

.d-15 img{
 max-width: 399px;
 margin: 0 0 0 0;
}

.d-16{
  grid-area: d-16;
  width: 100%;
  margin: 0 auto;
}


.d-17{
  grid-area: d-17;
  width: 100%;
  margin: 0 auto;
}

.d-18{
  grid-area: d-18;
  width: 100%;
  margin: 0 auto;
}

.d-19{
  grid-area: d-19;
  width: 100%;
  margin: 0 auto;
}


.d-20{
  grid-area: d-20;
  width: 100%;
  margin: 0 auto;
}

.d-21{
  grid-area: d-21;
  width: 100%;
  margin: 0 auto;
}

.d-15 img{
  width: 525px;
  height: 95px;
}

.fachadas-depas-m{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 6px 0 6px;
}

.fachadas-depas-m img{
  max-width: 600px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.caracteristicas-m{
  display: block;
  font-family: 'Oswald', sans-serif;
  color: #12243b;
  font-weight: bold;
  line-height: 19px;
  font-size: 17px;
  padding: 0 8px 0 8px;
}

.caracteristicasB-m{
  display: block  
  font-family: 'Oswald', sans-serif;
  color: #12243b;
  font-weight: bold;
  line-height: 19px;
  font-size: 17px;
  padding: 0 8px 0 8px;
}
}

.plano-depas-m{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 8px 20px 8px 20px;
}

.plano-depas-m img{
  border-radius: 10px;
  max-width: 600px;
  margin: 0 0 0 0;
}

.estacionamiento-m{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 0 6px 0 6px;
}

.estacionamiento-m img{
  border-radius: 10px;
  max-width: 600px;
  text-align: center;
  margin: 10px 0 0 0;
}

.descarga-m{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 0 6px 0 6px;
}

.descarga-m img{
  border-radius: 10px;
  max-width: 600px;
  text-align: center;
  margin: 10px 0 0 0;
}

.infonavit-fovissste-m{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 0;
}


.infonavit-fovissste-m p{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}


.infonavit-fovissste-m img{
  max-width: 160px;
  margin: 0 0 13px 0;
}



/******************************************************
    [ UBICACION]
*******************************************************/
.textos-ub-m{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px 0 8px;
}

.textos-ub-m p{
  font-family: 'Oswald', sans-serif;
  text-align: justify;
  font-size: 16px;
  line-height: 22px;
  margin: 0;  
  padding: 10px 0 10px 0;
}

.ub-img-m{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.ub-img-m img{
  width: 100%;
  max-width: 450px;
}

.ub-mapa-m{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;  
}

.ub-mapa-m img{
  width: 100%;
  max-width: 450px;
}

/******************************************************
    [ FORMA]
*******************************************************/
.formulario-m{
  background: #12243b;
  display: block;
  width: 90%;
  margin: 10px auto;
  border-radius: 16px;
  padding: 10px;
}

.formulario-m p{
  color: white;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}

.form{
  margin: 0 auto;
  text-align: center;
  width: 95%;
}

.input{
  border: solid 2px #05a1fb;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
  width: 90%;
  margin: 8px 0 8px 0;
}

.textarea{
  border: solid 2px #05a1fb;
  text-align: left;
  border-radius: 6px;
  font-size: 17px;
  margin: 8px 0 8px 0;
  padding: 10px;
  width: 90%;
}

.textosbut-m{
  background: #12243b;
  color: white;
  cursor: pointer;
  border-radius: 15px;
  font-size: 18px;
  text-align: center;
  width: 27%;
  margin: 15px 35px 10px 35px;
  border: solid 2px white;
}

.textosbut-m:hover{
  background: #05a1fb;
  color: #12243b;
  font-weight: bold;
  margin: 15px 35px 10px 35px;
  border: solid 2px white;
}

.blue{
  color: #12243b;
  font-weight: 600;
}

/******************************************************
    [ FOOTER]
*******************************************************/
.break {display: block;}


.footer{
  display: block;
  padding: 10px;
  width: 100%;
  font-family: 'geosanslightregular', sans-serif;
  font-style: normal;
  margin:0 auto;
}

.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: 700px;
}

.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: 240px;
  text-align: right;
  float: right;
  font-weight: normal;
  color: white;
  margin: 10px 0 5px 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;
}

}

