/* estilos del sitio web */

/*fuentes y fuentes CDN*/
@font-face {
    font-family: HelveticaNeue;
    src: url('../fonts/HelveticaNeue-Black.eot');
    src: url('../fonts/HelveticaNeue-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Black.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Black.woff') format('woff'),
        url('../fonts/HelveticaNeue-Black.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Black.svg#HelveticaNeue-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeue;
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeue;
    src: url('../fonts/HelveticaNeue-Heavy.eot');
    src: url('../fonts/HelveticaNeue-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Heavy.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Heavy.woff') format('woff'),
        url('../fonts/HelveticaNeue-Heavy.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Heavy.svg#HelveticaNeue-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeue;
    src: url('../fonts/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
        url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeue;
    src: url('../fonts/HelveticaNeue-Light.eot');
    src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Light.woff') format('woff'),
        url('../fonts/HelveticaNeue-Light.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeue;
    src: url('../fonts/HelveticaNeue-Thin.eot');
    src: url('../fonts/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Thin.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Thin.woff') format('woff'),
        url('../fonts/HelveticaNeue-Thin.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Thin.svg#HelveticaNeue-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeue;
    src: url('../fonts/HelveticaNeue-Roman.eot');
    src: url('../fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Roman.woff') format('woff'),
        url('../fonts/HelveticaNeue-Roman.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeue;
    src: url('../fonts/HelveticaNeue-UltraLight.eot');
    src: url('../fonts/HelveticaNeue-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-UltraLight.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-UltraLight.woff') format('woff'),
        url('../fonts/HelveticaNeue-UltraLight.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-UltraLight.svg#HelveticaNeue-UltraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/*estilos generales*/
html, body{opacity: 0; font-family: HelveticaNeue;}
html{position:relative; min-height:100%}
body{margin-bottom:0px;}
.height-100{height:100%}
.displayflex{display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: center;
  justify-content: center;
}
.sinpaddingleft{padding-left:0px !important}
.sinpaddingright{padding-right:0px !important}
.row-con-margen{margin-left:-15px; margin-right:-15px}
.w100Hauto{width:100%; height:auto}
.error{color:#F00; font-size:10px; font-weight:300;}
.empty{color:#F00; font-size:10px; font-weight:300;}
.oculto-success{font-size:14px; font-weight:300; text-align:center; margin-top:10px; color:#000}
.error-borde{border-color:#DB2629 !important}
.centrado {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
}
.mailto{color:inherit; text-decoration:none}
.mailto:hover{color:inherit; text-decoration:underline;}
.display-block{display:block}
.grayscale
{
-moz-filter: grayscale(100%);
-o-filter:grayscale(100%);
-ms-filter:grayscale(100%);
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
/*-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.grayscale:hover{
	-webkit-filter:none !important;
	filter:none !important;
	-moz-filter:none !important;
	-o-filter:none !important;
	-ms-filter:none !important;
}
span.pointer,b.pointer,a.pointer{cursor:pointer}
.relative{position:relative}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 appearance:none;
 -moz-appearance:none;
 margin: 0;
}
.pointer{cursor:pointer}
.transition{transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
.row{margin-left:0px; margin-right:0px}
.row-con-margen{margin-left:-15px !important; margin-right:-15px !important}
:focus {
    outline: none;
}
.elemento *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #000000 !important;
	opacity:1;
}
.elemento *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #000000 !important;
	opacity:1;
}
.transition{
		transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629
}
.float {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #25d366;
    color: rgba(31, 173, 83, 0.3);
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
    z-index: 10000;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
.float:hover {
  color: rgba(38, 217, 104, 0.7);
}
.float .fa-whatsapp{
  color: #fff;
  font-size: 40px;
  margin-top: 11px;
}
.acciones{
  position: fixed; right: 45px; bottom: 30px; z-index: 100
}

@-webkit-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}
.container-custom{
  padding-left: 7%; padding-right: 7%
}
#ocultosuccess,#ocultosuccess2{
  text-align: center;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629
}
.content-table{
  display: table; width: 100%; height: 100%
}
.content-row{
  display: table-row;
}
.content-cell{
  display: table-cell; vertical-align: middle;
}
html, body {
position:relative;
overflow-x:hidden;
}
.relativeZ1{position: relative; z-index: 1}
.pngrendering {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

/*Header*/
header{
  position: fixed; left: 0; top: 0; width: 100%; background:none; z-index: 3000;
}
header.home{
  height: 190px; background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
}
header ul{padding-left: 0; text-align: right; margin-bottom: 0; margin-top: 58px}
header ul li{
  list-style-type: none; display: inline-block; margin-left: 44px; vertical-align: top;
}
header ul li .flecha{position: relative; bottom: 1px}
header .logo{margin-top: 32px}
header ul li:first-child{margin-left: 0}
header ul li a{
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: left;
  color: #fff;
}
header ul li a:hover,header ul li a:focus{
  color: #fff; text-decoration: none;
}
header ul li:last-child{border-right: none}
header ul li.redes .fb{margin-bottom: 23px}
@media only screen and (min-width:768px){.dropdown:hover .dropdown-menu{display:block}}
.dropdown-toggle::after{display: none}
header .dropdown-menu{width: 100%; position:absolute;top:100%;left:0 !important;z-index:1000;display:none;float:left;min-width:143px;padding:5px 0;padding:0; padding-left: 0; padding-right: 0; margin:0px 0 0;list-style:none;font-size:16px;text-align:left;background-color:inherit;border:1px solid #ccc;border:none;border-radius:0;box-shadow:none;-webkit-box-shadow: none;-moz-box-shadow: none;border-radius: 0; border-top-left-radius:0 !important; border-top-right-radius:0 !important; padding-top:15px}
header .dropdown-menu>li>a:hover,header .dropdown-menu>li>a:focus{
  background: #50b1e7;
  color: #fff !important;
  text-decoration: none;
  border-radius: 0;
}
header .dropdown-menu>li{position: relative;}
header .dropdown-menu>li .arrow-li{position: absolute; left: 0; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%);}
header .dropdown-menu>li>a{
  width: 100%;
  display:block !important;padding:0;clear:both; background: #394A57;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  color: #fff !important;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 13px;
  border-radius: 0;
  text-align: left !important;
  border-bottom: solid 0.6px #7A97AB !important;
}
header .dropdown-menu>li{margin-left: 0 !important; margin-right: 0 !important; width: 100%; border-right: none !important; border-bottom: none !important}
header .dropdown-menu>li:last-child a{border:none; border-bottom: none !important}
header .dropdown-menu>li>a.one{
  border-top-left-radius: 0; border-top-right-radius: 0; padding-top: 10px
}
header .dropdown-menu>li>a::before{display: none}
header.dos{
  background-image: url('../img/fondo-header.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; height: 110px
}
header.dos ul li.redes br{display: none}
header.dos ul li.redes{margin-left: 40px}
header.dos ul li.redes a{width: auto;}
header.dos ul li.redes .fb {
    margin-bottom: 0;
}
header.dos ul li.redes img{position: relative; bottom: 5px}
header.dos ul li.redes img.fb{margin-right: 10px}
header.dos ul{margin-top: 46px}
header.dos ul.dropdown-menu{margin-top: 0}

/*Footer*/
footer{
  background-color: #7a97ab; padding-top: 70px; padding-bottom: 28px; position: relative;
}
footer .necsus{
  margin-top: 68px
}
footer .titulo{
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.7px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px
}
footer ul{padding-left: 0; margin-bottom: 0}
footer ul li{
  list-style-type: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding-left: 12px;
  position: relative;
}
footer ul li a,footer ul li a:hover,footer ul li a:focus{
  color: #fff; text-decoration: none
}
footer ul li img{position: absolute; left: 0; top: 5px}
footer .redes{text-align: right;}
footer .redes .fb{margin-bottom: 50px}
footer h3{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  color: #fff;
  margin: 0;
  margin-top: 68px
}
footer h3 a, footer h3 a:hover, footer h3 a:focus{text-decoration: underline; color: #fff;}
footer .shape{position: absolute; right: 0; bottom: 0}
footer .c-1{padding-right: 0}
footer .c-2{padding-left: 50px}
footer .c-3{padding-left: 0}
footer .c-4{padding-left: 30px}
footer .c-4 .info{margin-right: -60px}
footer .c-logo{margin-right: -15px}
footer .c-logo .flecha{vertical-align: bottom; position: relative; bottom: 9px; margin-left: 10px}

.inicio-1{position: relative; z-index: 1}
.inicio-1 .shape{position: absolute; right: 0; bottom: 0; z-index: 1}
.inicio-1 .info{
  position: absolute; left: 0; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); z-index: 1; max-width: 100%; padding-left: 148px
}
.inicio-1 .info .flecha{
  position: absolute; left: 0; top: 38px;
}
.inicio-1 .info .titulo{
  font-size: 70px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
  width: 479px;
  max-width: 100%
}
.inicio-1 .info button{
  width: 282px;
  height: 40px;
  border: solid 1px #fff;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background: none
}
.inicio-1 .controles{
  position: absolute; left: 63px; bottom: 0; z-index: 1
}
.inicio-1 .necsus{
  position: absolute; right: 148px; bottom: 40px; z-index: 1
}
.inicio-1 .contador{
  position: absolute; left: inherit; right: 0; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); z-index: 1; font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.inicio-1 .contador .numero{padding-top: 8px; padding-bottom: 8px}
.inicio-1 .contador .numero img{margin-left: 8px; vertical-align: middle; position: relative; bottom: 1px; opacity: 0}
.inicio-1 .contador .numero.active img{opacity: 1}
.inicio-2{
  position: relative; padding-top: 120px; padding-bottom: 130px; background-image: url('../img/fondo-inicio-2.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
}
.inicio-2 .shape-fondo{position: absolute; left: 0; top: -343px; max-width: 100%}
.inicio-2 .c-img{display: inline-block; position: relative;}
.inicio-2 .c-img .img{max-width: 100%}
.inicio-2 .c-img .shape{
  position: absolute; left: -110px; top: 40px
}
.inicio-2 .izquierda{text-align: right;}
.inicio-2 .info .subtitulo{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: 4.5px;
  text-align: left;
  color: #fff;
  margin-bottom: 16px
}
.inicio-2 .info .titulo{
  width: 351px;
  max-width: 100%;
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 20px
}
.inicio-2 .info p{
  width: 335px;
  max-width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 30px
}
.inicio-2 .info button{
  width: 160px;
  height: 40px;
  border: solid 1px #fff;
  background-color: #7a97ab;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background: none
}
.inicio-2 .derecha{padding-left: 70px}
.inicio-3{
  background-color: #d8dfe1; padding-top: 120px;
}
.inicio-3 .subtitulo{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: 4.5px;
  text-align: left;
  color: #7a97ab;
  margin-bottom: 30px
}
.inicio-3 .titulo{
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #243746;
}
.inicio-3 .row-2{margin-top: 0px; top: 44px; position: relative; z-index: 1}
.inicio-3 p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #243746;
  width: 526px;
  max-width: 100%;
  margin-bottom: 0
}
.inicio-3 .item{
  height: 360px; position: relative;
}
.inicio-3 .item.uno{
  background-image: url('../img/inicio-3-a.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; height: 448px; box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1); background-position: center;
}
.inicio-3 .item.dos{
  background-image: url('../img/inicio-3-b.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: center;
}
.inicio-3 .item.tres{
  background-image: url('../img/inicio-3-c.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: center;
}
.inicio-3 .item .info{
  position: absolute; left: 0; right: 0; bottom: 50px; margin: auto; text-align: center;
}
.inicio-3 .item.uno .info{bottom: 93px}
.inicio-3 .item .info .titulo-i{
  height: 33px;
  margin: 0 0 63px;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.7px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.inicio-3 .item .info button{
  width: 120px;
  height: 40px;
  border: solid 1px #fff;
  background-color: #7a97ab;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background: none
}
.inicio-3 .titulo, .inicio-3 .subtitulo{margin-left: -50px}
.inicio-3 .forma-1{position: absolute; left: 0; top: 0}
.inicio-3 .forma-2{position: absolute; right: 0; bottom: 0}
.inicio-4{
  background-image: url('../img/fondo-inicio-4.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-top: 233px; padding-bottom: 100px;
}
.inicio-4 .titulo-seccion{
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 62px
}
.inicio-4 .c-items{padding-left: 5px; padding-right: 5px}
.inicio-4 .item{
  padding-top: 49px; padding-bottom: 49px; background-color: rgba(162, 197, 211, 0.05); position: relative; margin-bottom: 20px; margin-left: -5px; margin-right: -5px; text-align: center; min-height: 275.85px
}
.inicio-4 .item .shape{
  position: absolute; right: 0; bottom: 0
}
.inicio-4 .item .formas{opacity: 0}
.inicio-4 .item:hover .formas{opacity: 1}
.inicio-4 .item .forma-1{
  position: absolute; left: 0; bottom: 0;
}
.inicio-4 .item .forma-2{
  position: absolute; right: 0; top: 0
}
.inicio-4 .item .c-icon{text-align: center;}
.inicio-4 .item .titulo{
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #7a97ab;
  margin-top: 20px;
  margin-bottom: 19px;
  text-transform: uppercase;
}
.inicio-4 .item p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 0
}
.inicio-4 .item.uno p{width: 244px; display: inline-block;}
.inicio-4 .item.dos p{width: 292px; display: inline-block;}
.inicio-4 .item.tres p{width: 304px; display: inline-block;}
.inicio-4 .item.cuatro p{width: 308px; display: inline-block;}
.inicio-4 .item.cinco p{width: 306px; display: inline-block;}
.inicio-4 .item.seis p{width: 320px; display: inline-block;}
.contacto{
  background-color: #d8dfe1; padding-top: 120px; padding-bottom: 120px; position: relative; overflow: hidden;
}
.contacto .shape-fondo{position: absolute; right: 0; top: 0; max-width: 100%; opacity: 0.8}
.contacto .izquierda{text-align: right;}
.contacto .c-img{text-align: right; position: relative; display: inline-block;}
.contacto .c-img .triangle{position: absolute; left: 0; bottom: 0; z-index: 1}
.contacto .c-img .img{max-width: 100%}
.contacto .c-img table{width: 100%; position: absolute; right: 0; bottom: -70px; z-index: 1}
.contacto .c-img table tr{vertical-align: bottom;}
.contacto .c-img table tr td:nth-child(1){
  width: 180px; text-align: left;
}
.contacto .c-img table tr td:nth-child(1) button{
  width: 159px;
  height: 40px;
  border: solid 1px #7a97ab;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #7a97ab;
  background: none
}
.contacto .c-img table tr td iframe{
  width: 240px;
  height: 259px;
  border-radius: 5px;
  box-shadow: 0 10px 40px 0 rgba(36, 55, 70, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(36, 55, 70, 0.2);
  -moz-box-shadow: 0 10px 40px 0 rgba(36, 55, 70, 0.2);
  border: solid 5px #fff !important;
}
.contacto .info .subtitulo{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: 4.5px;
  text-align: center;
  color: #7a97ab;
  margin-bottom: 20px
}
.contacto .info .titulo{
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #243746;
  margin-bottom: 30px
}
.contacto .info p{
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.34px;
  text-align: center;
  color: #243746;
  margin-bottom: 30px
}
.contacto form input[type=text],.contacto form input[type=email],.contacto form textarea{
  width: 100%;
  height: 40px;
  border: solid 1px #7a97ab;
  background: none;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-align: left;
  color: #7a97ab;
  padding-left: 20px;
  margin-bottom: 20px
}
.contacto form textarea{
  height: 110px; padding-top: 8px; margin-bottom: 5px
}
.contacto form table{width: 100%}
.contacto form table .g-recaptcha{
  transform: scale(0.7); transform-origin: left;
}
.contacto form table tr td:nth-child(1){
  width: 213px
}
.contacto form table tr td:nth-child(2){
  text-align: center;
}
.contacto form table tr td:nth-child(2) h3{
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #7a97ab;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -77px
}
.contacto form table tr td:nth-child(2) h3 input{vertical-align: sub;}
.contacto form table tr td:nth-child(2) h3 a, .contacto form table tr td:nth-child(2) h3 a:hover, .contacto form table tr td:nth-child(2) h3 a:focus{
  color: #7a97ab; text-decoration: none;
}
.contacto form table tr td:nth-child(3){text-align: right;}
.contacto form table tr td:nth-child(3) button{
  width: 100px;
  height: 40px;
  border: solid 1px #7a97ab;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #7a97ab;
  background: none
}
.portada{
  padding-top: 111px; padding-bottom: 49px; position: relative;
}
.portada .shape{
  position: absolute; left: 0; bottom: 0
}
.portada h1{
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0
}
.seccion-contacto{
  background-image: url('../img/fondo-seccion-contacto.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-top: 100px; padding-bottom: 63px; position: relative;
}
.seccion-contacto ul{padding-left: 0; margin-bottom: 0; text-align: center;}
.seccion-contacto ul li{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  list-style-type: none;
  display: inline-block;
  margin-left: 80px;
  margin-right: 80px;
  vertical-align: top
}
.seccion-contacto ul li a, .seccion-contacto ul li a:hover, .seccion-contacto ul li a:focus{
  color: #fff; text-decoration: none;
}
.seccion-contacto ul li:first-child{margin-left: 0}
.seccion-contacto ul li:last-child{margin-right: 0}
.seccion-contacto ul li .icon{margin-bottom: 35px}
.seccion-contacto .shape{position: absolute; left: 0; top: 0; max-width: 100%; opacity: 0.3; z-index: 1; pointer-events: none}
.nosotros-2{
  background-image: url('../img/fondo-nosotros-1.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-top: 100px; padding-bottom: 0; position: relative;
}
.nosotros-2 .shape{position: absolute; left: 0; top: 0; max-width: 100%; opacity: 0.5}
.nosotros-2 .c-img{margin-left: -15px; margin-right: -15px; position: relative; margin-bottom: 52px}
.nosotros-2 .c-img .img35{
  position: absolute; top: 39px; right: -125.5px; z-index: 1
}
.nosotros-2 .c-img .forma{position: absolute; right: -15px; bottom: 0; z-index: 1}
.nosotros-2 h2{
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.38px;
  text-align: right;
  color: #fff;
  margin: 0;
  width: 335px;
  margin-left: 71px
}
.nosotros-2 p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  width: 648px;
  max-width: 100%;
  margin-left: 45px
}
.nosotros-2 .lista{
  margin-top: 112px
}
.nosotros-2 .item{position: relative; background: #fff; height: 100%}
.nosotros-2 .item .forma{position: absolute; left: 0; bottom: 0}
.nosotros-2 .item .info{
  padding-top: 45px; padding-bottom: 53px; padding-left: 15px; padding-right: 15px
}
.nosotros-2 .item .info .titulo{
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7a97ab;
  text-transform: uppercase;
  margin-bottom: 18px
}
.nosotros-2 .item .info .parrafo{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #243746;
}
.nosotros-2 ul{padding-left: 0; column-count: 3; margin-bottom: 0}
.nosotros-2 ul li{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #243746;
  list-style-type: none;
}
.nosotros-3{background-color: #D8DFE1; padding-top: 120px; padding-bottom: 120px; position: relative;}
.nosotros-3 .datos{max-width: 100%}
.nosotros-3 .shape{position: absolute; right: 0; top: -230px; max-width: 100%}
.nosotros-3 .sobrepuesto{
  background-color: #D8DFE1; height: 230px; width: 100%; position: absolute; left: 0; top: -230px
}
.inmobiliaria{
  background-image: url('../img/fondo-i.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-top: 100px; padding-bottom: 114px; position: relative;
}
.inmobiliaria h2{
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #243746;
  margin-top: 0;
  margin-bottom: 30px
}
.inmobiliaria p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #243746;
  margin-bottom: 0
}
.inmobiliaria .c-img{text-align: right; position: relative; margin-right: 30px}
.inmobiliaria .c-img img{max-width: 100%}
.inmobiliaria .c-img .shape{position: absolute; right: 0; bottom: 0}
.inmobiliaria .info{margin-left: 30px}
.inmobiliaria .forma{position: absolute; left: 0; top: 0; max-width: 100%; opacity: 0.5}
.inmobiliaria-2{text-align: center; padding-top: 100px; padding-bottom: 100px; background-color: #d8dfe1;}
.inmobiliaria-2 .c-banner{position: relative; display: inline-block;}
.inmobiliaria-2 .c-banner .info{position: absolute; left: inherit; right: 20%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); z-index: 1; text-align: left;}
.inmobiliaria-2 .c-banner .info p{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 20px
}
.inmobiliaria-2 .c-banner .info button{
  width: 165px;
  height: 40px;
  border: solid 1px #7a97ab;
  background: none;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #7a97ab;
}
.inmobiliaria-2 .c-banner .forma{position: absolute; right: 0; bottom: 0}
.inmobiliaria.construccion{
  background-image: url('../img/fondo-construccion.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-top: 100px; padding-bottom: 107px; position: relative;
}
.construccion-2{
  padding-top: 120px
}
.construccion-2 .acordeon{margin-bottom: 20px}
.construccion-2 .acordeon .titulo{
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  color: #243746;
  height: 50px;
  border: solid 1px #d8dfe1;
  padding-left: 15px;
  padding-top: 15px;
  cursor: pointer;
  position: relative;
}
.construccion-2 .acordeon .titulo span{
  width: 52px;
  height: 50px;
  border-left: solid 1px #d8dfe1;
  position: absolute;
  right: 0;
  top: 0
}
.construccion-2 .acordeon .info{
  border: solid 1px #d8dfe1;
  border-top:none;
  padding-right: 13px; padding-top: 20px; padding-bottom: 20px; padding-left: 23px;
  display: none
}
.construccion-2 .acordeon.active .info{display: block;}
.construccion-2 .acordeon.active .titulo span{transform: rotate(180deg); border-left: none; border-right: 1px solid #d8dfe1}
.construccion-2 .acordeon .info ul{padding-left: 0; margin-bottom: 0;}
.construccion-2 .acordeon .info ul li{
  list-style-type: none;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #243746;
}
.construccion-2 .acordeon .info ul li img{position: absolute; left: 0; top: 8px;}
.construccion-2 .c-p{
  margin-top: 180px; margin-bottom: 50px; text-align: center;
}
.construccion-2 .c-p p{
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #243746;
  width: 649px;
  max-width: 100%;
  margin-bottom: 0
}
.construccion-2 .derecha{padding-left: 30px}
.construccion-2 .slick-construccion-1 .item{width: 210px; text-align: center;}
.construccion-2 .slick-construccion-1 .item .c-img{
  width: 190px;
  height: 120px;
  border: solid 1px #d8dfe1;
  display: inline-block;
  position: relative;
}
.construccion-2 .slick-construccion-1 .arrow-left{position: absolute; left: -30px; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); z-index: 1; cursor: pointer;}
.construccion-2 .slick-construccion-1 .arrow-right{position: absolute; left: inherit; right:-30px; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); z-index: 1; cursor: pointer;}
.slick-prev, .slick-next{display: none !important}
.construccion-2 .separador{position: relative; margin-top: 103px; margin-bottom: 103px; text-align: center;}
.construccion-2 .separador img{position: relative; z-index: 1}
.construccion-2 .separador .linea{
  width: 100%;
  height: 1px;
  background-color: #d8dfe1;
  position: absolute;
  left: 0;
  top: 28px
}
.construccion-3 .titulo{
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: left;
  color: #7a97ab;
}
.construccion-3 .controles{text-align: right;}
.construccion-3 .controles img{cursor: pointer;}
.construccion-3 .slick-construccion-2{margin-top: 46px}
.construccion-3 .slick-construccion-2 .item{
  width: 315px; text-align: center; padding-left: 10px; padding-right: 10px
}
.construccion-3 .slick-construccion-2 .item .info{
  height: 170px; background-color: #fff; position: relative;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: center;
  color: #243746;
  padding-top: 45px;
  padding-left: 22px;
  padding-right: 22px
}
.construccion-3 .slick-construccion-2 .item .info .forma{position: absolute; left: 0; bottom: 0}
.construccion-3{position: relative;}
.construccion-3 .fondo{
  background-color: #d8dfe1; height: 170px; width: 100%; position: absolute; left: 0; bottom: 0
}
.inmobiliaria-2 .shape{position: absolute; max-width: 100%; top: -170px; right: 0; pointer-events: none}
.inmobiliaria.desarrollos{
  background-image: url('../img/fondo-desarrollos.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-top: 100px; padding-bottom: 120px; position: relative;
}
.inmobiliaria-2.desarrollos .c-banner .info{right: 12%}
.desarrollos-2 .logo{
  margin-bottom: 30px
}
.desarrollos-2 p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #243746;
  margin-bottom: 19px
}
.desarrollos-2 ul{padding-left: 0; margin-bottom: 30px; column-count: 2}
.desarrollos-2 ul li{
  list-style-type: none;
  padding-left: 15px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #243746;
  position: relative;
}
.desarrollos-2 ul li img{position: absolute; left: 0; top: 8px}
.desarrollos-2 button{
  width: 161px;
  height: 40px;
  border: solid 1px #7a97ab;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #7a97ab;
  background: none
}
.desarrollos-2 .info{background: #fff; padding-top: 60px; padding-bottom: 60px; padding-left: 65px; padding-right: 65px; margin-right: -15px; height: 100%}
.desarrollos-2 .c-carrusel{height: 100%; margin-left: -15px; position: relative;}
.desarrollos-2 .norden .controles{
  position: absolute; left: 0; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%);
}
.desarrollos-2 .controles img{cursor: pointer; margin-top: 1px; margin-bottom: 1px}
.desarrollos-2{
  background-color: #d8dfe1; padding-top: 120px
}
.desarrollos-2 .norden{margin-bottom: 49px}
.desarrollos-2 .melea .controles{
  position: absolute; left: inherit; right:0; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%);
}
.desarrollos-2 .melea .info{margin-right: 0; margin-left: -15px}
.desarrollos-2 .melea .c-carrusel{margin-left: 0; margin-right: -15px}
.inmobiliaria-2.construccion .info{right: 12%}
.inmobiliaria-2.construccion .info p{font-size: 24px; line-height: 1.25}
.inicio-6.noticias{
  background-color: #d8dfe1; padding-top: 100px; padding-bottom: 120px
}
.inicio-6.noticias .controles{text-align: center; margin-top: 60px}
.inicio-6.noticias .controles li{list-style-type: none;}
.inicio-6.noticias .controles li a{
  width: 35px;
  height: 40px;
  padding-top: 8px;
  border: solid 1px #7a97ab;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #7a97ab;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
}
.inicio-6.noticias .controles li a.active{
  width: 35px;
  height: 40px;
  border: solid 1px #7a97ab;
  background-color: #7a97ab;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.inicio-6.noticias .item-blog{margin-bottom: 30px}
.inicio-6.noticias .item-blog .c-info{background: #fff; height: 100%; position: relative;}
.inicio-6.noticias .item-blog .c-info .shape{position: absolute; left: 0; bottom: 0; z-index: 1}
.inicio-6.noticias .item-blog .img{
  position: relative;
}
.inicio-6.noticias .item-blog .img .fecha{position: absolute; right: 0; bottom: -30px; z-index: 1}
.inicio-6.noticias .item-blog .img .fecha .dia{
  width: 80px;
  height: 40px;
  background-color: #a2c5d3;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  display: inline-block;
}
.inicio-6.noticias .item-blog .img .fecha .mes{
  width: 80px;
  height: 30px;
  background-color: #7a97ab;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-top: 5px;
  display: inline-block;
}
.inicio-6.noticias .item-blog .info{
  padding-top: 45px; padding-bottom: 30px; padding-left: 25px; padding-right: 25px; background: #fff; position: relative;
}
.inicio-6.noticias .item-blog .info .titulo-blog{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7a97ab;
  text-transform: uppercase;
  margin-bottom: 20px
}
.inicio-6.noticias .item-blog .info .p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #243746;
  margin-bottom: 26px
}
.inicio-6.noticias .item-blog .info .contiene-enlace{text-align: right;}
.inicio-6.noticias .item-blog .info .contiene-enlace button{
  width: 121px;
  height: 40px;
  border: solid 1px #7a97ab;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #7a97ab;
  background: none
}
.detalle-noticia{padding-top: 100px}
.detalle-noticia .titulo-blog{
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7a97ab;
  text-transform: uppercase;
  margin-bottom: 30px
}
.detalle-noticia .imagen{position: relative; margin-bottom: 30px}
.detalle-noticia .imagen .fecha{position: absolute; right: 0; bottom: 0; z-index: 1}
.detalle-noticia .imagen .fecha .dia{
  width: 80px;
  height: 40px;
  background-color: #a2c5d3;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  display: inline-block;
}
.detalle-noticia .imagen .fecha .mes{
  width: 80px;
  height: 30px;
  background-color: #7a97ab;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-top: 5px;
  display: inline-block;
}
.detalle-noticia .controles{text-align: center; margin-top: 50px; margin-bottom: 100px}
.detalle-noticia .controles button{
  width: 121px;
  height: 40px;
  border: solid 1px #7a97ab;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #7a97ab;
  background: none
}
.privacidad{padding-top: 50px; padding-bottom: 50px}

/* medias */
@media (max-width:991px){
  header{display: none}
  #modalMenu .logo{width: 80px; margin-top: 12px}
  #modalMenu .cierra-menu{
    font-size: 35px; color:#fff; margin-top: 7px
  }
  #modalMenu{
    z-index: 10000; padding-right: 0px !important
  }
  #modalMenu .modal-dialog{
    padding: 0px; margin: 0px; height: 100%; width: 100%; max-width: none
  }
  #modalMenu .modal-content{
    border:none; border-radius: 0px; padding-top: 0; height: 100%; background-image: url('../img/Sauja_Header_C.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
  }
  #modalMenu .menu-m{
    width:100%; position: absolute; top: 0; left: 0; padding-top: 0; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; z-index: 1; height: 50px; background: none
  }
  #modalMenu .menu-m .logo-modal{
    width: 100px; margin-top: 12px; filter: brightness(0) invert(1);
  }
  #modalMenu ul{padding-left: 0px; margin-bottom: 0px; text-align: center;}
  #modalMenu ul li{
    list-style-type: none; display: block; margin-bottom: 15px
  }
  #modalMenu ul li a:first-child{border-top: none}
  #modalMenu ul li a{
    display: block; height: auto; width: 250px; padding-top: 12px; text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.8px;
    color: #fff;
    text-align: center;
    color: #fff;
    border-right:none; border-bottom: none; border-left: none;
    border:none
  }
  #modalMenu ul li a:hover,#modalMenu ul li a:focus{
    color: #fff; text-decoration: none;
  }
  #modalMenu ul li:last-child{border-right: none}
  #modalMenu .dropdown-menu{width: 100%; position:absolute;top:100%;left:0 !important;z-index:1000;float:left;min-width:160px;padding:5px 0;padding:0; padding-left: 0; padding-right: 0; margin:0px 0 0;list-style:none;font-size:16px;text-align:left;background-color:inherit;border:1px solid #ccc;border:none;border-radius:0;box-shadow:none;-webkit-box-shadow: none;-moz-box-shadow: none;border-radius: 0; border-top-left-radius:0 !important; border-top-right-radius:0 !important; z-index:10}
  #modalMenu .dropdown-menu>li>a:hover,#modalMenu .dropdown-menu>li>a:focus, #modalMenu .dropdown-menu>li>a.active{
    background: #50b1e7;
    color: #fff !important;
    text-decoration: none;
    border-radius: 0;
  }
  #modalMenu .dropdown-menu>li>a{
    width: 100%;
    height: auto;
    display:block !important;padding:0;clear:both; background: #0c213e;
    opacity: 1;
    font-family: asse-5;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.31px;
    color: #fff !important;
    padding-top: 13px;
    padding-left: 10px;
    padding-bottom: 9px;
    border-radius: 0;
    text-align: center !important;
    border-bottom: solid 0.6px rgba(166,165,168,0.56) !important;
    text-transform: uppercase;
  }
  #modalMenu .dropdown-menu>li{margin-left: 0 !important; margin-right: 0 !important; width: 100%; border-right: none !important; border-bottom: none !important}
  #modalMenu .dropdown-menu>li:last-child a{border-bottom:1px solid #fff !important}
  #modalMenu .dropdown-menu>li>a.one{
    border-top-left-radius: 0; border-top-right-radius: 0; padding-top: 12px
  }
  #modalMenu .dropdown-menu>li>a::before{display: none}
  #modalMenu .datos-contacto{margin-top: 30px; width: 100%}
  #modalMenu .redes{text-align: center; margin-top: 15px}
  #modalMenu .redes img{margin-left: 10px; margin-right: 10px}
  #modalMenu .datos-contacto a {
    font-family: asse-11;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 1.2px;
    text-align: center;
    color: #f1f1f1;
    display: block;
    margin-right: 0;
    margin-bottom: 15px
  }
  #modalMenu .datos-contacto a:hover, #modalMenu .datos-contacto a:focus {
    color: #f1f1f1;
    text-decoration: none;
  }
  #modalMenu ul li .sub a{font-size: 14px}
  #modalMenu ul li .sub li{margin-bottom: 0}

  #modalMenu .dropdown-menu>li>a:hover,#modalMenu .dropdown-menu>li>a:focus{
    background: #50b1e7;
    color: #fff !important;
    text-decoration: none;
    border-radius: 0;
  }
  #modalMenu .dropdown-menu>li{position: relative;}
  #modalMenu .dropdown-menu>li .arrow-li{position: absolute; left: 0; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%);}
  #modalMenu .dropdown-menu>li>a{
    width: 100%;
    display:block !important;padding:0;clear:both; background: #394A57;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    color: #fff !important;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 13px;
    border-radius: 0;
    text-align: left !important;
    border-bottom: solid 0.6px #7A97AB !important;
  }

  .menu-mobile{
    position: fixed; width: 100%; left: 0; top: 0; z-index: 9999; height: 50px; background-image: url('../img/fondo-header.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
  }
  .menu-mobile .logo-modal{width: 100px; margin-top: 12px; filter: brightness(0) invert(1);}
  .menu-mobile .abre-menu{
     margin-top: 7px; color:#fff; font-size: 35px
  }
  .float{width: 45px; height: 45px; }
  .float .fa-whatsapp {
    font-size: 28px;
    margin-top: 9px;
  }
  .acciones{right: 20px}
  .inicio-1 .info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 90%;
    padding-left:0;
    text-align: center;
  }
  .inicio-1 .info .flecha{display: none}
  .inicio-1 .info .titulo{font-size: 40px; text-align: center; width: 100%}
  .inicio-1 .necsus{left: 0; right: 0; bottom: 120px; margin: auto;}
  .inicio-1 .controles{left: 0; right: 0; margin: auto; text-align: center;}
  .inicio-1 .contador{display: none}
  .inicio-2 .izquierda {
      text-align: center;
  }
  .inicio-2 .c-img .shape {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100px;
    right: 0;
    margin: auto;
  }
  .inicio-2 .derecha {
    padding-left: 15px; padding-top: 30px; text-align: center;
  }
  .inicio-2 .info .subtitulo{text-align: center;}
  .inicio-2 .info .titulo{width: 100%; text-align: center; font-size: 30px}
  .inicio-2 .info p{width: 100%; text-align: center;}
  .inicio-2{padding-bottom: 80px; padding-top: 100px}
  .inicio-3{padding-top: 80px; text-align: center;}
  .inicio-3 .subtitulo{text-align: center; margin-bottom: 16px}
  .inicio-3 .titulo, .inicio-3 .subtitulo {
    margin-left: 0;
  }
  .inicio-3 .titulo{font-size: 30px; text-align: center; margin-bottom: 20px}
  .inicio-3 p{width: 100%; text-align: center;}
  .inicio-3 .citemsmovil{padding-left: 0 !important; padding-right: 0 !important}
  .inicio-3 .item .info .titulo-i{margin-bottom: 40px; height: auto;}
  .inicio-4{padding-top: 120px; padding-bottom: 60px}
  .inicio-4 .titulo-seccion{font-size: 30px}
  .contacto{padding-top: 80px; padding-bottom: 80px}
  .contacto .c-img table tr td iframe{width: 100%; height: 200px}
  .contacto .derecha{padding-top: 150px}
  .contacto form table, .contacto form table tbody, .contacto form table tr, .contacto form table td{
    width: 100%; display: block; text-align: center;
  }
  .contacto form table .g-recaptcha {
    transform: none;
    transform-origin: inherit;
    display: inline-block;
  }
  .contacto form table tr td:nth-child(1) {
    width: 100%;
  }
  .contacto form textarea{margin-bottom: 20px}
  .contacto form table tr td:nth-child(2) h3{margin-left: 0; text-align: center; margin-top: 15px; margin-bottom: 15px}
  .contacto form table tr td:nth-child(3) {
    text-align: center;
  }
  footer .c-logo {
    margin-right: 0; text-align: center;
  }
  footer .c-logo .flecha{display: none}
  footer .c-1 {
    padding-right: 15px;
  }
  footer .necsus {
    margin-top: 30px; margin-bottom: 50px
  }
  footer .c-2 {
    padding-left: 15px;
  }
  footer .c-3 {
    padding-left: 15px;
  }
  footer .c-4 {
    padding-left: 15px; padding-top: 30px
  }
  footer .redes {
    text-align: right;
    padding-top: 40px;
  }
  .portada h1{font-size: 30px}
  .portada{padding-top: 100px}
  .seccion-contacto{padding-top: 80px; padding-bottom: 40px; text-align: center;}
  .seccion-contacto ul li{margin-left: 0; margin-right: 0; display: block; text-align: center; margin-bottom: 40px}
  .seccion-contacto ul li .icon {
    margin-bottom: 15px;
  }
  .seccion-contacto ul li{font-size: 16px}
  .nosotros-2 .c-img{margin-left: 0; margin-right: 0}
  .nosotros-2 .c-img .img{width: 100%}
  .nosotros-2 .c-img .img35 {
      position: absolute;
      top: -50px;
      right: 0;
      z-index: 1;
      width: 100px;
      left: 0;
      margin: auto;
  }
  .nosotros-2 h2{margin-left: 0; width: 100%; text-align: center; font-size: 30px; margin-bottom: 20px}
  .nosotros-2 p{width: 100%; text-align: center; margin-left: 0}
  .nosotros-2 .lista {
    margin-top: 40px;
  }
  .nosotros-2 .lista .citem{padding-bottom: 30px}
  .nosotros-3 .sobrepuesto {
      background-color: #D8DFE1;
      height: 1200px;
      width: 100%;
      position: absolute;
      left: 0;
      top: -1200px;
  }
  .nosotros-2 .item .info .titulo{text-align: center;}
  .nosotros-2 .item .info .parrafo{text-align: center;}
  .nosotros-2 ul{column-count: 2}
  .nosotros-3{padding-top: 50px; padding-bottom: 80px}
  .inmobiliaria.construccion{padding-top: 80px; padding-bottom: 80px}
  .inmobiliaria .info {
    margin-left: 0;
  }
  .inmobiliaria h2{font-size: 30px; text-align: center;}
  .inmobiliaria p{text-align: center; margin-bottom: 30px}
  .inmobiliaria .c-img{margin-right: 0; text-align: center;}
  .construccion-2 {
    padding-top: 80px;
  }
  .construccion-2 .derecha {
    padding-left: 15px; padding-top: 50px
  }
  .construccion-2 .c-p {
      margin-top: 30px;
      margin-bottom: 50px;
  }
  .construccion-2 .separador{margin-top: 50px; margin-bottom: 50px}
  .construccion-3 .titulo{font-size: 30px; text-align: center;}
  .construccion-3 .titulo br{display: none}
  .construccion-3 .controles {
    text-align: center;
    margin-top: 40px;
  }
  .construccion-3 .slick-construccion-2 .item{width: 100%}
  .inmobiliaria-2{padding-top: 80px; padding-bottom: 80px}
  .inmobiliaria-2 .c-banner .img{width: 100%; display: none}
  .inmobiliaria-2 .c-banner .info {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    z-index: 1;
    text-align: center;
  }
  .inmobiliaria-2.construccion .info p{text-align: center; margin-top: 30px; color:#243746; padding-left: 15px; padding-right: 15px}
  .inmobiliaria-2.construccion .info p br{display: none}
  .construccion-2 .acordeon .titulo{font-size: 14px}
  .inmobiliaria.desarrollos{padding-top: 80px; padding-bottom: 80px}
  .desarrollos-2{padding-top: 80px}
  .desarrollos-2 .info{margin-right: 0; padding: 30px; text-align: center;}
  .desarrollos-2 p{text-align: center;}
  .desarrollos-2 .c-carrusel{margin-left: 0; height: 380px}
  .desarrollos-2 .melea .info{margin-left: 0}
  .desarrollos-2 .melea .c-carrusel{margin-right: 0}
  .inmobiliaria-2.desarrollos .c-banner .info {
    right: inherit;
  }
  .inmobiliaria-2 .c-banner .info p{text-align: center; margin-top: 30px; color:#243746; padding-left: 15px; padding-right: 15px}
  .inmobiliaria-2 .c-banner .info p br{display: none}
  .inmobiliaria{padding-top: 80px; padding-bottom: 80px}
  .inicio-6.noticias{padding-top: 80px; padding-bottom: 80px}
  .detalle-noticia {
    padding-top: 80px;
  }
  .detalle-noticia .titulo-blog{text-align: center;}
  .detalle-noticia .info-blanco{text-align: center;}
  .privacidad{text-align: center;}

}
@media (max-width:991px)
{

}

@media (min-width:768px) and (max-width:991px)
{
  .contacto .izquierda {
      text-align: center;
  }
}

@media (min-width:992px) and (max-width:1199px)
{
header ul li{margin-left: 30px}
.inicio-4 .item.dos p{width: 262px}
.inicio-4 .item.cuatro p{width: 262px}
.inicio-4 .item.cinco p{width: 262px}
.inicio-4 .item.seis p{width: 262px}
footer .redes .fb {
    margin-bottom: 20px;
}
.nosotros-2 ul{column-count: 2}
.nosotros-2 .c-img .img{max-width: 100%}
.nosotros-2 .c-img .img35 {
    position: absolute;
    top: 39px;
    right: -50px;
    z-index: 1;
    width: 100px;
}
footer .c-logo .flecha{width: 150px}
.construccion-2 .acordeon .titulo{font-size: 14px}
}

@media (min-width:768px){

}
@media (min-width:992px){

}
@media (min-width:768px) and (max-height:800px){

}
@media (min-width:1200px) and (max-width:1299px)
{

}
@media (min-width:1300px) and (max-width:1450px)
{

}
@media (min-width:1200px) and (max-width:1499px)
{

}
@media (min-width:1500px) and (max-width:1679px)
{

}
@media (min-width:1680px) and (max-width:1920px)
{

}
@media (min-width:1200px) and (max-width:1449px){

}
@media (min-width:1200px) and (max-width:1249px){

}
@media (min-width:1200px) and (max-width:1399px){

}
@media (max-width:360px){
  .g-recaptcha {
    transform: scale(0.9); transform-origin: 0 0
  }
}
@media (min-width:992px) and (max-height:659px){
}
@media (min-width:1500px){

}
