/* estilos del sitio web */

/*fuentes y fuentes CDN font-family: 'Oswald', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*estilos generales*/
html, body{opacity:0; background: #fff; font-family: 'Raleway', sans-serif;}
html{position:relative; min-height:100%}
body{margin-bottom:0px; position: relative;}
.height-100{height:100vh}
.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%;
  left: 50%;
  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;
}
b{font-weight: bold;}
.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;
}
.relativeZ1{position: relative; z-index: 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
}
.a-seccion{
  position: absolute; top: -70px; height: 1px; opacity: 0;
}
#ocultosuccess,#ocultosuccess2{
  text-align: center;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629; margin-bottom: 10px; font-size: 12px
}
.content-table{
  display: table; width: 100%; height: 100%
}
.content-row{
  display: table-row;
}
.content-cell{
  display: table-cell; vertical-align: middle;
}
.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);
  }
}

.loader{
  position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 11000; background: #fff;
}
.loader .logo{
  width: 300px;
}
.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;
}

footer{
  background-color: #26344c; padding-top: 183px; padding-bottom: 229px; position: relative;
}
footer .shape_footer{
  position: absolute; left: -30px; top: 0; bottom: 0; margin: auto;
}
footer .puntos_footer{
  position: absolute; top: 130px; right: 94px
}
footer .logo_idesco{position: absolute; right: 0; bottom: 230px}
footer .titulo{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.72px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px
}
footer .c-redes a{
  width: 45px;
  height: 45px;
  background-color: #121b2b;
  position: relative;
  text-decoration: none;
  color:#fff;
  display: inline-block;
  margin-right: 8px
}
footer .c-redes a:hover,footer .c-redes a:focus{
  background-color: #ff5316; text-decoration: none; color:#fff
}
footer ul{padding-left: 0; margin-bottom: 0}
footer ul li{
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.86;
  letter-spacing: 0.56px;
  text-align: left;
  color: #9aa3b2;
  list-style-type: none;
}
footer ul li a{
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.86;
  letter-spacing: 0.56px;
  text-align: left;
  color: #9aa3b2;
}
footer ul li a:hover,footer ul li a:focus{
  color: #9aa3b2; text-decoration: none;
}
footer .divisor{
  width: 100%;
  height: 1px;
  opacity: 0.1;
  background-color: #fff;
  margin-top: 125px;
  margin-bottom: 40px
}
footer h3{
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.56px;
  text-align: center;
  color: #9aa3b2;
  margin: 0
}
footer h3 a, footer h3 a:hover, footer h3 a:focus{
  color: #9aa3b2; text-decoration: none;
}
footer p{
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.38;
  letter-spacing: 0.64px;
  text-align: left;
  color: #9aa3b2;
  margin-bottom: 35px
}

header{position: fixed; width: 100%; left: 0; top: 0; z-index: 3000; padding-left: 376px}
header .c-logo{width: 376px; height: 138px; background-color: #ca3028; position: absolute; left: 0; top: 0}
header .c-logo .logo{width: 175px; filter: brightness(0) invert(1);}
header .parte-1{
  height: 60px;
  background-color: #0a2a3b;
  padding-left: 60px;
  padding-top: 17px;
}
header .parte-1 i{
  color: #9aa3b2; margin-right: 20px
}
header .parte-1 .a{
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.56px;
  text-align: left;
  color: #fff;
  margin-right: 25px
}
header .parte-1 .a:hover,header .parte-1 .a:focus{
  color: #fff; text-decoration: none
}
header .parte-1 .a ion-icon{
  color: #ff5316; margin-right: 7px; vertical-align: middle;
}
header .parte-1 .a.uno{
  margin-left: 25%
}
header .parte-2{
  height: 78px; background: #fff; position: relative; padding-right: 30%; padding-left: 60px
}
header .parte-2 .buscar{
  color: #7f8692; position: absolute; right: calc(30% + 60px); top: 28px; cursor: pointer; font-size: 25px
}
header .parte-2 .c-idiomas{
  background-color: #f4f4f5; width: 30%; height: 100%; position: absolute; right: 0; top: 0
}
.vodiapicker{
  display: none;
}

#a{
  padding-left: 0px; margin-top: 0;
}
#a img, .btn-select img{
  width: 23px;
}
#a li{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}
#a li:hover{
 background-color: #F4F3F3;
}
#a li img{
  margin: 5px;
}
#a li span, .btn-select li span{
  margin-left: 7px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.48px;
  text-align: left;
  color: #7f8692;
  text-transform: uppercase;
  position: relative;
  top: 2px;
  cursor: pointer;
}

/* item list */
.b{
  display: none;
  width: 100%;
  max-width: 150px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
  background: #f4f4f5;
}
header .arrow-caret{
  position: absolute;
  top: 11px;
  color: #7f8692;
  left: 80px;
  font-size: 12px;
  pointer-events: none
}
.open{
  display: show !important;
}
.btn-select{
  margin-top:0;
  width: 100%;
  max-width: 100%;
  height:30px;
  border-radius: 0;
  background-color: transparent;
  border: none;
}
.btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}
.btn-select:hover li{
  margin-left: 0px;
}
.btn-select:hover{
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.btn-select:focus{
   outline:none;
}
.lang-select{
  margin-left: 50px; margin-top: 22px; position: relative;
}
header ul{padding-left: 0; text-align: left; margin-bottom: 0; margin-top: 30px}
header ul li{margin-left: 15px; margin-right: 15px; display: inline-block;}
header ul li:first-child{margin-left: 0}
header ul li:last-child{margin-right: 0}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  font-weight: bold;
  color: #ff5316;
  background-color:transparent;
  border:none;
  border-bottom-color: transparent;
  text-align: center;
}
nav-tabs>li>a {
    margin-right: 0px;
    line-height: normal;
    border:none;
    border-radius: 0px;
}
.nav>li>a {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.56px;
    text-align: left;
    color: #7f8692;
    background-color:transparent;
    border:none;
    border-bottom-color: transparent;
    margin-right: 0px;
    transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
.nav-tabs {
    border-bottom: none;
}
.nav-stacked>li+li {
    margin-top: 0px;
    margin-left: 15px;
}
.nav-tabs>li>a:hover {
    border-color: inherit;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color:transparent;
}
.affix {
  position: relative;
}
.a-seccion{
  position: absolute; top: -70px; height: 1px; opacity: 0;
}
.list-groups{
    position: sticky; /* Supported in latest version of Chrome, Firefox, Safari, Opera and Edge browsers */
    top: 0px;
}
header .list-group-item.active {
    z-index: 2;
    font-weight: bold;
    color: #ff5316;
    background:none;
    border:none;
    border-bottom: none;
    border-radius: 0
}
.inicio-1 .degradado{
  background-image: url('../img/omnilogix-sombra-slider.png'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; width: 100%; height: 419px; position: absolute; top: 0; left: 0; z-index: 1
}
.inicio-1 .circulo-slider{
  width: 499px; position: absolute; right: 229px; top: 138px; z-index: 1; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s; opacity: 0
}
.inicio-1 .info{
  position: absolute; z-index: 2; left: 0; top:50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); width: 723px; max-width: 100%; margin-top: 69px
}
.inicio-1 .info h1{
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1.92px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0;
  margin-bottom: 36px
}
.inicio-1 .info button{
  width: 253px;
  height: 78px;
  background-color: #ca3028;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: left;
  color: #fff;
  padding-left: 36px;
  padding-top: 0px;
  border:none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.inicio-1 .info button span{
  width: 15px; height: 2px; background: #fff; display: inline-block; vertical-align: middle; margin-right: 11px
}
.inicio-1 .arrow-left, .inicio-1 .arrow-right{
  width: 49px;
  height: 173px;
  background-color: #fff;
  position: absolute;
  cursor: pointer;
  z-index: 1
}
.inicio-1 .arrow-left i, .inicio-1 .arrow-right i{
  color: #192437;
}
.inicio-1 .arrow-left{left: 0; top: 86.5px; bottom: 0; margin: auto;}
.inicio-1 .arrow-right{
  right: 0; top: 86.5px; bottom: 0; margin: auto;
}
.inicio-1 .grid-repeat{
  position: absolute; right: 163px; bottom: 60px;
}
.inicio-2{
  position: relative; background-color: #0a2a3b; padding-top: 55px; padding-bottom: 74px; overflow: hidden;
}
.inicio-2 .semicircle_red{position: absolute; left: 0; top: 0; bottom: 0; margin: auto;}
.inicio-2 table{width: 100%}
.inicio-2 table tr td:nth-child(1){
  font-size: 35px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 1.4px;
  text-align: left;
  color: #fff;
}
.inicio-2 table tr td:nth-child(2){
  width: 340px; text-align: right;
}
.inicio-2 table tr td:nth-child(2) button{
  width: 253px;
  height: 78px;
  background-color: #ca3028;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
  border:none;
}
.inicio-2 table tr td:nth-child(2) button span{
  width: 15px; height: 2px; background: #fff; display: inline-block; vertical-align: middle; margin-right: 11px
}
.seccion-yucatan{
  padding-top: 133px; padding-bottom: 121px; background: #fff; overflow: hidden
}
.seccion-yucatan .titulo{
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1.44px;
  text-align: left;
  color: #192437;
  margin-bottom: 23px
}
.seccion-yucatan p{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.36px;
  text-align: justify;
  color: #7f8692;
}
.seccion-yucatan p.uno{
  margin-bottom: 30px
}
.seccion-yucatan p i{
  color: #ca3028;
}
.seccion-yucatan p span{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  text-align: left;
  color: #192437;
}
.seccion-yucatan table{width: 100%}
.seccion-yucatan table tr{vertical-align: top;}
.seccion-yucatan table tr td{width: 50%}
.seccion-yucatan table.dos{
  margin-top: 20px
}
.seccion-yucatan table button{
  width: 253px;
  height: 78px;
  background-color: #ca3028;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
  border:none;
}
.seccion-yucatan table button span{
  width: 15px; height: 2px; background: #fff; display: inline-block; vertical-align: middle; margin-right: 11px
}
.seccion-yucatan table.dos tr td:nth-child(2) a{
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #192437;
  margin-left: 30px
}
.seccion-yucatan table.dos tr td:nth-child(2) a:hover,.seccion-yucatan table.dos tr td:nth-child(2) a:focus{
  text-decoration: none; color: #192437;
}
.seccion-yucatan table.dos tr td:nth-child(2) a svg{
  margin-right: 20px
}
.seccion-yucatan table.uno tr td:nth-child(1){padding-right: 15px}
.seccion-yucatan table.uno tr td:nth-child(2){padding-left: 15px}
.seccion-yucatan .shape_yucatan{
  position: absolute; right: 104px; top: 29px
}
.seccion-tren-maya{
  padding-top: 49px; padding-bottom: 85px; background-color: #f4f4f5;
}
.seccion-tren-maya h2{
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1.44px;
  text-align: left;
  color: #192437;
  margin-bottom: 35px
}
.seccion-tren-maya .p{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.89;
  letter-spacing: normal;
  text-align: left;
  color: #2b3537;
  margin-bottom: 40px
}
.seccion-tren-maya .item{
  background: #fff; height: 100%
}
.seccion-tren-maya .item .c-img{position: relative;}
.seccion-tren-maya .item .c-img .c-icon{
  width: 90px;
  height: 90px;
  background: #fff;
  position: absolute;
  left: 45px;
  bottom: -45px;
}
.seccion-tren-maya .item .c-img .c-icon svg{max-height: 100%}
.seccion-tren-maya .item .c-img .c-icon .icon_tren_3 image{filter: brightness(0) invert(1);}
.seccion-tren-maya .item .c-img .c-icon.dos{
  background: #af3028;
}
.seccion-tren-maya .item .info{
  padding-top: 70px; padding-bottom: 30px; padding-left: 45px; padding-right: 45px
}
.seccion-tren-maya .item .info .titulo{
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-align: left;
  color: #192437;
  margin-bottom: 25px
}
.seccion-tren-maya .item .info p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 0.64px;
  text-align: justify;
  color: #7f8692;
  margin-bottom: 0
}
.acceso .parte-1{
  background-color: #192437; height: 504px; overflow: hidden
}
.acceso .parte-1 table{
  margin-top: 138px
}
.acceso .parte-1 table tr td:nth-child(1){padding-right: 10px}
.acceso .parte-1 table tr td.td25 img,.acceso .parte-1 table tr td.td116 img{filter: brightness(0) invert(1);}
.acceso .parte-1 .c-table-dos{text-align: right;}
.acceso .parte-1 .c-table-dos table{display: inline-block;}
.acceso .parte-2 .listado{
  background-color: #ca3028; height: 674px; width: 1170px; max-width: 100%; position: absolute; left: 0; right: 0; top: -106px; margin: auto; text-align: center;
}
.acceso .parte-2 .listado img.img{max-width: 100%; z-index: 1}
.acceso .parte-2 .listado .shape{position: absolute; height: 100%; left: 0; top: 0; filter: brightness(0.8);}
.seccion-master-plan{overflow: hidden;}
.seccion-master-plan .bg1{
  background-color: #192437; padding-top: 117px; padding-bottom: 66px; position: relative; text-align: right;
}
.seccion-master-plan .bg1 .titulo{
  font-size: 50px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: left;
  color: #fff;
  margin-bottom: 55px
}
.seccion-master-plan .bg1 p{
  width: 286px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.89;
  letter-spacing: 0.72px;
  text-align: justify;
  color: #fbfaf9;
  margin-bottom: 50px
}
.seccion-master-plan .bg1 button{
  width: 253px;
  height: 67px;
  background-color: #ca3028;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
  border:none;
}
.seccion-master-plan .bg1 button span{
  width: 15px; height: 2px; background: #fff; display: inline-block; vertical-align: middle; margin-right: 11px
}
.seccion-master-plan .bg2{
  background-image: url('../img/omnilogix-master-plan-g.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: inherit;
}
.seccion-master-plan .grid-repeat{
  position: absolute; left: 40px; top: 127px
}
.seccion-master-plan .c-info{
  display: inline-block; margin-right: 15%
}
.seccion-master-plan .c-info .c-boton{text-align: left;}
.info-azul{
  background-color: #7fb9c3; padding-top: 102px; padding-bottom: 71px
}
.info-azul p{
  font-size: 35px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 2.1px;
  color: #fafcfc;
  margin-bottom: 0
}
.seccion-ubicacion{}
.seccion-ubicacion .info{
  position: absolute; top: 150px; z-index: 1
}
.seccion-ubicacion .info .titulo{
  font-size: 50px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: left;
  color: #f8fafa;
  margin-bottom: 50px
}
.seccion-ubicacion button{
  width: 253px;
  height: 67px;
  background-color: #ca3028;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
  border:none;
}
.seccion-ubicacion button span{
  width: 15px; height: 2px; background: #fff; display: inline-block; vertical-align: middle; margin-right: 11px
}

.contacto-1{background: #F1F1F3; padding-top: 100px; padding-bottom: 100px; position: relative;}
.contacto-1 .titulo{
  color: #0B2FA7;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}
.contacto-1 ul{padding-left: 0; margin-bottom: 50px; text-align: center;}
.contacto-1 ul li:first-child{margin-left: 0}
.contacto-1 ul li:last-child{margin-right: 0}
.contacto-1 ul li{
  list-style-type: none; display: inline-block; margin-left: 40px; margin-right: 40px;
  color: #0B2FA7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contacto-1 ul li a, .contacto-1 ul li a:hover, .contacto-1 ul li a:focus{
  color: #0B2FA7; text-decoration: none
}
.contacto-1 ul li span{
  vertical-align: middle; display: inline-block; margin-left: 17px; text-align: left;
}
.contacto-1 p{
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 50px
}
.contacto-1 input[type=text],.contacto-1 input[type=email], .contacto-1 select{
  border-radius: 10px;
  border: 1px solid #192437;
  background: none;
  color: #192437;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
  height: 45px;
  width: 100%;
  margin-bottom: 20px
}
.contacto-1 textarea{
  border-radius: 10px;
  border: 1px solid #192437;
  background: none;
  color: #192437;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
  height: 130px;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
}
.contacto-1 table{width: 100%}
.contacto-1 table h3{
  color: #192437;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-left: 0
}
.contacto-1 table h3 a, .contacto-1 table h3 a:hover, .contacto-1 table h3 a:focus{
  color: #192437; text-decoration: none;
}
.contacto-1 table h3 input{vertical-align: sub;}
.contacto-1 table button{
  width: 253px;
  height: 67px;
  background-color: #ca3028;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
  border:none;
}
.contacto-1 table button span{
  width: 15px; height: 2px; background: #fff; display: inline-block; vertical-align: middle; margin-right: 11px
}
.contacto-1 table .g-recaptcha{
  display: inline-block;
  transform: scale(0.7);
  transform-origin: 0 0;
  position: relative;
  top: 10px
}
.contacto-1 table tr td:nth-child(1){
  width: 200px
}
.contacto-1 table tr td:nth-child(3){
  text-align: right;
}
.contacto-1 *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #192437 !important;
	opacity:1;
}
.contacto-1 *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #192437 !important;
	opacity:1;
}
.contacto-1 *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #192437 !important;
	opacity:1;
}
.contacto-1 *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #192437 !important;
	opacity:1;
}
.c-contacto{position: relative;}
#modalSuccess{z-index: 15000}
#modalCotizador,#modalC{z-index: 15000}
#modalCotizador .modal-dialog,#modalC .modal-dialog{min-width: 1026px}
#modalCotizador .modal-dialog .contenido,#modalC .modal-dialog .contenido{
  border-radius: 10px;
  border: 20px solid #FFF;
  background: #f4f4f5;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.50);
  position: relative;
  padding-top: 80px;
  padding-bottom: 95px;
  padding-left: 65px;
  padding-right: 125px
}
#modalCotizador .modal-dialog .contenido .titulo,#modalC .modal-dialog .contenido .titulo{
  color: #0B2FA7;
  text-align: center;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #192437;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 48px
}
#modalCotizador .modal-dialog .contenido .cerrar-modal,#modalC .modal-dialog .contenido .cerrar-modal{
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 35px;
}
#modalCotizador .modal-dialog .contenido .info,#modalC .modal-dialog .contenido .info{
  border-radius: 10px; background: #FFF; padding-top: 66px; padding-bottom: 66px
}
#modalCotizador .modal-dialog .contenido .info p,#modalC .modal-dialog .contenido .info p{
  padding-left: 60px; margin-bottom: 30px;
  color: #215CF5;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  position: relative;
}
#modalCotizador .modal-dialog .contenido .info p img,#modalC .modal-dialog .contenido .info p img{position: absolute; left: 0; top: 5px}
#modalCotizador .modal-dialog .contenido .info p span,#modalC .modal-dialog .contenido .info p span{
  color: #0B2FA7;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#modalCotizador .modal-dialog .contenido .info p b,#modalC .modal-dialog .contenido .info p b{font-weight: 700}
#modalCotizador .modal-dialog .contenido .info .notas,#modalC .modal-dialog .contenido .info .notas{
  color: #666;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  padding-left: 60px
}
#modalCotizador.cotiza .modal-dialog .contenido input[type=text],#modalCotizador.cotiza .modal-dialog .contenido input[type=email]{
  width: 315px;
  height: 45px;
  max-width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #215CF5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: none;
  border-radius: 10px;
  border: 1px solid #215CF5;
}
#modalCotizador.cotiza .modal-dialog .contenido h3{
  color: #215CF5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 20px
}
#modalCotizador.cotiza .modal-dialog .contenido h3 a, #modalCotizador.cotiza .modal-dialog .contenido h3 a:hover, #modalCotizador.cotiza .modal-dialog .contenido h3 a:focus{
  color: #215CF5; text-decoration: none
}
#modalCotizador.cotiza .modal-dialog .contenido button{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 145px;
  height: 40px;
  border-radius: 50px;
  background: #215CF5;
  border:none
}
#modalCotizador .modal-dialog .contenido .bg{padding-right: 40px;}
#modalCotizador .modal-dialog .contenido .bg2{padding-left: 40px;}
#modalCotizador .modal-dialog .contenido *::-webkit-input-placeholder,#modalC .modal-dialog .contenido *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #192437 !important;
	opacity:1;
}
#modalCotizador .modal-dialog .contenido *:-moz-placeholder,#modalC .modal-dialog .contenido *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #192437 !important;
	opacity:1;
}
#modalCotizador .modal-dialog .contenido *::-moz-placeholder,#modalC .modal-dialog .contenido *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #192437 !important;
	opacity:1;
}
#modalCotizador .modal-dialog .contenido *:-ms-input-placeholder,#modalC .modal-dialog .contenido *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #192437 !important;
	opacity:1;
}
#modalCotizador .modal-content,#modalC .modal-content{background: none; border:none; border-radius: 0; box-shadow: none}
.modal-backdrop.show{z-index: 9000 !important}
#modalCotizador.casas-brochure .contacto-1,#modalC.casas-brochure .contacto-1{padding-top: 0; padding-bottom: 0; background: none}
#modalCotizador.casas-brochure .modal-dialog .contenido,#modalC.casas-brochure .modal-dialog .contenido{padding-right: 65px}

.noticias{
  background: #fff; padding-top: 120px; padding-bottom: 120px; overflow: hidden
}
.noticias .titulo-seccion{
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: left;
  color: #192437;
  text-transform: uppercase;
  margin-bottom: 60px
}
.noticias button{
  width: 253px;
  height: 67px;
  background-color: #ca3028;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
  border:none;
}
.noticias button span{
  width: 15px; height: 2px; background: #fff; display: inline-block; vertical-align: middle; margin-right: 11px
}
.noticias .c-boton{text-align: right;}
.noticias .item{height: 100%;}
.noticias .item.hp{height: 300px; margin-bottom: 30px}
.noticias .item .img{height: 100%; position: relative;}
.noticias .item .img .c-info{
  position: absolute; padding-left: 50px; padding-right: 50px; left: 0; bottom: 44px
}
.noticias .item .img .c-info span{
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: left;
  color: #d22922;
  display: inline-block;
  margin-bottom: 25px
}
.noticias .item .img .titulo-nota{
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: 1.04px;
  text-align: left;
  color: #fff;
}
.noticias table{width: 100%; margin-bottom: 30px}
.noticias table.dos{margin-bottom: 0}
.noticias table tr td:nth-child(1){
  width: 210px;
}
.noticias table tr td:nth-child(2){
  border: solid 1px #eaeaea;
  background-color: #fff;
  padding: 30px;
  padding-right: 60px
}
.noticias table tr td:nth-child(2) span{
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: left;
  color: #d22922;
  display: inline-block;
  margin-bottom: 25px
}
.noticias table tr td:nth-child(2) .titulo-nota{
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.8px;
  text-align: left;
  color: #192437;
}
.detalle-noticia{padding-top: 200px}
.detalle-noticia h1{
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: left;
  color: #192437;
  margin-bottom: 40px
}
.detalle-noticia .fecha{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: left;
  color: #d22922;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.noticias .paginador{text-align: center; margin-top: 30px}
.noticias .paginador li{list-style-type: none; display: inline-block; margin-left: 10px; margin-right: 10px; font-size: 18px}
.noticias .paginador li .active{font-weight: bold;}
.noticias.seccion{padding-top: 200px}
.seccion-master-plan .bg2 img{display: none}
.seccion-master-plan-d .titulo{
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #192437;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.seccion-master-plan-d p{text-align: center;}
.seccion-master-plan-d{padding-top: 180px; padding-bottom: 80px}
.seccion-master-plan-d ul{text-align: center; padding-left: 0}
.seccion-master-plan-d ul li{list-style-type: none; display: inline-block; font-size: 15px; color:#192437; margin-left: 15px; margin-right: 15px}
.seccion-master-plan-d ul li:first-child{margin-left: 0}
.seccion-master-plan-d ul li:last-child{margin-right: 0}
.seccion-master-plan-d ul li span{width: 15px; height: 15px; display: inline-block; border-radius: 50%; vertical-align: text-top;}
.seccion-master-plan-d ul li span.disponible{
   background: #bdd1ae
}
.seccion-master-plan-d ul li span.apartado{
   background: rgb(247,147,30)
}
.seccion-master-plan-d ul li span.vendido{
   background: rgba(175,17,24,1)
}
.popover{border-radius:3px; border: none; background-color: #f6f5f1; padding-left: 0; padding-right: 0; padding-top: 0; box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16); -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);}
.popover-body{padding-left: 0; padding-right: 0; padding-top: 0}
.content-title{
  font-family: Jazmin;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.75px;
  text-align: center;
  color: #ffffff;
  background-color: #c5c6b7;
  padding-top: 6px;
  padding-bottom: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}
.content-text{
  text-align: center;
  color: #5a94a8;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px
}
.content-text .p-metros{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #505349;
}
.content-text .p-price{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  text-align: center;
  color: #505349;
  display: inline-block;
  margin-bottom: 2px
}
.content-text .p-disponibilidad{
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #c5c6b7;
}
.p-disponibilidad-apartado{font-size: 16px; color:rgba(247,147,30,1); text-align: center; display: block; margin-top: 15px}
.p-disponibilidad-vendido{font-size: 16px; color:rgba(175,17,24,1); text-align: center; display: block; margin-top: 15px}
.popover{width:140px}
.popover .arrow:after{
  border-top-color: #f6f5f1;
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before{
  border-top-color: #f6f5f1
}
.barra-verde{
  width: 13px;
  height: 72px;
  border: solid 2px #a39d8d;
  background-color: #ffffff;
  position:absolute;
  left:12px;
  top:15px
}
.barra-amarilla{width:14px;height:52px;background:#e8ae00;position:absolute;right:5px;top:4px}
.barra-roja{width:14px;height:52px;background:#af1118;position:absolute;right:5px;top:4px}
.label-success-cotizador:hover{cursor:pointer;fill:#bdd1ae; opacity: 0.50}
.label-warning-cotizador,.label-warning-cotizador:hover{fill:rgba(247,147,30,0.50) !important;}
.label-danger-cotizador,.label-danger-cotizador:hover{fill:rgba(175,17,24,0.50) !important;}

/* medias SM para abajo*/
@media (max-width:767px)
{
  header{display: none}
  #modalMenu .logo{width: 80px; margin-top: 5px}
  #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; background:#fff; padding-top: 0; height: 100%
  }
  #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: #ca3028
  }
  #modalMenu .menu-m .logo-modal{
    width: 150px; margin-top: 10px; filter: brightness(0) invert(1);
  }
  #modalMenu ul{padding-left: 0px; margin-bottom: 0px; text-align: center;}
  #modalMenu ul li{list-style-type: none; margin-bottom: 15px}
  #modalMenu ul li:last-child a{border:none}
  #modalMenu ul li a{
    width: 152px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.56px;
    text-align: left;
    color: #7f8692;
  }
  #modalMenu ul li a:hover,#modalMenu ul li a:focus,#modalMenu ul li a.active{
    font-weight: 700; text-decoration: none; color:#ff5316
  }
  #modalMenu .datos-contacto{margin-top: 30px; width: 100%}
  #modalMenu .datos-contacto a{
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0a2a3b;
    font-style: normal;
    line-height: normal;
  }
  #modalMenu .datos-contacto a ion-icon{position: relative; bottom: 1px; margin-right: 3px; color:#ff5316; vertical-align: middle;}
  #modalMenu .datos-contacto a:hover,#modalMenu .datos-contacto a:focus{
    color: #0a2a3b; text-decoration: none;
  }
  #modalMenu .datos-contacto a.a-correo{margin-left: 12px}
  #modalMenu .redes{
    margin-top: 25px;
    margin-bottom: 25px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
  }
  #modalMenu .red{
    font-size: 16px; color: #0a2a3b; margin-left: 5px; margin-right: 5px; vertical-align: middle;
  }
  #modalMenu .red.dos{font-size: 17px}
  #modalMenu .red.uno{margin-left: 6px}
  #modalMenu .c-idiomas{text-align: center;}
  #modalMenu .c-idiomas a{
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.48px;
    text-align: left;
    color: #7f8692;
    text-transform: uppercase;
  }
  #modalMenu .c-idiomas a:hover,#modalMenu .c-idiomas a:focus,#modalMenu .c-idiomas a.active{
    font-weight: bold;
  }
  #modalMenu .c-idiomas .separador{margin-left: 10px; margin-right: 10px}
  .acciones {
    right: 20px;
  }
  .float {
    width: 50px;
    height: 50px;
  }
  .float .fa-whatsapp {
    color: #fff;
    font-size: 33px;
    margin-top: 8px;
  }
  .menu-mobile{
    position: fixed; width: 100%; left: 0; top: 0; z-index: 9999; background:#0a2a3b; height: 50px;
  }
  .menu-mobile .logo-modal{width: 150px; margin-top: 10px}
  .menu-mobile .abre-menu{
     margin-top: 7px; color:#fff; font-size: 35px
  }
  .menu-mobile.dos .abre-menu{}
  .acciones {
    right: 20px;
  }
  .float {
    width: 50px;
    height: 50px;
  }
  .float .fa-whatsapp {
    color: #fff;
    font-size: 33px;
    margin-top: 8px;
  }
  .contacto-1{padding-top: 80px; padding-bottom: 80px; text-align: center;}
  .contacto-1 .titulo{
    font-size: 24px; margin-bottom: 24px
  }
  .contacto-1 ul{margin-bottom: 10px}
  .contacto-1 ul li{display: block; font-size: 12px; line-height: 16px; margin-left: 0; margin-right: 0; margin-bottom: 20px}
  .contacto-1 ul{text-align: left; display: inline-block;}
  .contacto-1 table, .contacto-1 tbody, .contacto-1 tr, .contacto-1 td{
    width: 100% !important;
    text-align: center;
    display: block;
  }
  .contacto-1 table .g-recaptcha{transform: none}
  .contacto-1 table h3{margin-left: 0; text-align: center; margin-top: 15px; margin-bottom: 15px}
  .contacto-1 table tr td:nth-child(3) {
    text-align: center;
  }
  .contacto-1 p{
    font-size: 12px; line-height: 16px; margin-bottom: 30px
  }
  .contacto-1 p br{display: none}
  .contacto-1 input[type=text], .contacto-1 input[type=email], .contacto-1 select{
    font-size: 12px; line-height: 24px; padding-left: 10px; height: 35px; margin-bottom: 10px
  }
  .contacto-1 textarea{
    font-size: 12px; line-height: 24px; padding-left: 10px; margin-bottom: 10px; padding-top: 5px
  }
  .contacto-1 table button{width: 150px; height: 40px; font-size: 13px}
  .contacto-1.contact{padding-top: 44px; background: #F1F1F3;}
  #modalCotizador,#modalC{padding-right: 0 !important}
  #modalCotizador .modal-dialog,#modalC .modal-dialog {
      width: 100%; margin-left: 0; min-width: inherit; max-width: 100%; margin: 0
  }
  #modalCotizador .modal-dialog .contenido,#modalC .modal-dialog .contenido{padding-left: 0; padding-right: 0; border-radius: 0; box-shadow: none;}
  #modalCotizador .modal-dialog .contenido .bg,#modalC .modal-dialog .contenido .bg {
      padding-right: 15px;
  }
  #modalCotizador .modal-dialog .contenido .bg2,#modalC .modal-dialog .contenido .bg2 {
      padding-left: 15px; text-align: center;
  }
  #modalCotizador .modal-dialog .contenido,#modalC .modal-dialog .contenido {
    border-radius: 0;
    border: 10px solid #FFF;
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  #modalCotizador .modal-dialog .contenido .cerrar-modal,#modalC .modal-dialog .contenido .cerrar-modal{width: 40px; top: -10px; right: -10px}
  #modalCotizador .modal-dialog .contenido .titulo,#modalC .modal-dialog .contenido .titulo{font-size: 25px; line-height: normal; margin-bottom: 30px}
  #modalCotizador .modal-dialog .contenido .info,#modalC .modal-dialog .contenido .info{padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px}
  #modalCotizador .modal-dialog .contenido .info p,#modalC .modal-dialog .contenido .info p{margin-bottom: 25px; padding-left: 40px; font-size: 20px}
  #modalCotizador .modal-dialog .contenido .info .notas,#modalC .modal-dialog .contenido .info .notas{padding-left: 40px}
  #modalCotizador .modal-dialog .g-recaptcha,#modalC .modal-dialog .g-recaptcha{display: inline-block;}
  #modalCotizador .modal-dialog .c-captcha,#modalC .modal-dialog .c-captcha{text-align: center;}
  #modalCotizador .modal-dialog .contenido h3,#modalC .modal-dialog .contenido h3{text-align: center;}
  #modalCotizador .modal-dialog .contenido .contiene-boton,#modalC .modal-dialog .contenido .contiene-boton{text-align: center;}
  #modalCotizador .modal-dialog .contenido input[type=text], #modalCotizador .modal-dialog .contenido input[type=email], #modalCotizador .modal-dialog .contenido select {
    font-size: 12px;
    line-height: 24px;
    padding-left: 10px;
    height: 35px;
    margin-bottom: 10px;
  }
  #modalC .modal-dialog .contenido input[type=text], #modalC .modal-dialog .contenido input[type=email], #modalC .modal-dialog .contenido select {
    font-size: 12px;
    line-height: 24px;
    padding-left: 10px;
    height: 35px;
    margin-bottom: 10px;
  }
  #modalCotizador.casas-brochure .modal-dialog .contenido,#modalC.casas-brochure .modal-dialog .contenido {
    padding-right: 15px;
    padding-left: 15px;
  }
  .inicio-1 .circulo-slider {
    width: 499px;
    position: absolute;
    right: -155px;
    top: -50px;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    opacity: 0;
    transform: scale(0.3);
}
.inicio-1 .arrow-left, .inicio-1 .arrow-right {
    width: 30px;
    height: 63px;
}
.inicio-1 .info h1{font-size: 25px; text-align: center;}
.inicio-1 .info{margin-left: 0 !important; left:50%; width: calc(100% - 90px); transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); text-align: center; margin-top: 0}
.inicio-1 .info button{width: 203px; height: 58px; padding-left: 26px}
.inicio-1 .grid-repeat {
    right: 0;
    left: 0;
    bottom: 15px;
    margin: auto;
}
.inicio-2{padding-top: 50px; padding-bottom: 50px}
.inicio-2 table, .inicio-2 table tbody, .inicio-2 table tr, .inicio-2 table td{
  display: block; text-align: center; width: 100%
}
.inicio-2 table tr td:nth-child(2){width: 100%; text-align: center}
.inicio-2 table tr td:nth-child(1){font-size: 20px; text-align: center; padding-bottom: 30px}
.inicio-2 table tr td:nth-child(1) br{display: none}
.inicio-2 table tr td:nth-child(2) button{width: 203px; height: 58px}
.inicio-2 .semicircle_red {
  position: absolute;
  left: 0;
  top: -108px;
  right: 0;
  bottom: inherit;
  margin: auto;
  transform: scale(0.5);
  transform: rotate(90deg) scale(0.5);
  pointer-events: none
}
.seccion-yucatan .shape_yucatan{transform: scale(0.7); left: 0; right: 0; margin: auto;}
.seccion-yucatan {
    padding-top: 112px;
    padding-bottom: 50px;
    background: #fff;
}
.seccion-yucatan .titulo{font-size: 28px; text-align: center; margin-top: 30px}
.seccion-yucatan .titulo br{display: none}
.seccion-yucatan p{font-size: 15px}
.seccion-yucatan p span{font-size: 15px}
.seccion-yucatan table button{width: 213px; height: 58px; font-size: 13px}
.seccion-yucatan table button span{margin-right: 5px}
.seccion-yucatan table .span-video{display: none}
.seccion-yucatan table.dos tr{vertical-align: middle;}
.seccion-yucatan table.dos{display: inline-block; width: auto;}
.seccion-yucatan .c-table-video{text-align: center;}
.seccion-tren-maya{padding-top: 50px; padding-bottom: 0}
.seccion-tren-maya h2{font-size: 28px; text-align: center; margin-bottom: 30px}
.seccion-tren-maya .p{font-size: 15px; margin-bottom: 30px; text-align: center;}
.seccion-tren-maya .c-item{padding-bottom: 50px}
.seccion-tren-maya .item .info p{font-size: 15px}
.acceso .parte-1 table {
    margin-top: 50px;
}
.acceso .parte-1 table, .acceso .parte-1 table tbody, .acceso .parte-1 table tr, .acceso .parte-1 table td{
  display: block; width: 100%; text-align: center;
}
.acceso .parte-1 .td25{padding-top: 20px}
.acceso .parte-1 .td25 svg,.acceso .parte-1 .td25 svg image{width: 300px; height: auto;}
.acceso .parte-1 .td116{padding-top: 20px}
.acceso .parte-1 .td116 svg,.acceso .parte-1 .td116 svg image{width: 220px; height: auto;}
.acceso .parte-1{height: auto; padding-bottom: 50px}
.acceso .parte-2 .listado {
    background-color: #ca3028;
    height: auto;
    width: auto;
    max-width: 100%;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    margin: inherit;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}
.acceso .parte-2 .listado svg{width: 100%; height: auto; position: relative; left: inherit; top: inherit; transform: none; -webkit-transform: none; -moz-transform: none;}
.acceso .parte-2 .listado svg image{width: 100%; height: auto;}
.seccion-master-plan .bg1{
  padding-top: 50px; padding-bottom: 50px; padding-left: 15px !important;
}
.seccion-master-plan .c-info{margin-right: 0; padding-right: 15px}
.seccion-master-plan .grid-repeat{top: 30px; left: 0; right: 0; margin: auto; display: none;}
.seccion-master-plan .bg1{text-align: center;}
.seccion-master-plan .bg1 .titulo{font-size: 28px; text-align: center; margin-bottom: 30px}
.seccion-master-plan .bg1 .titulo br{display: none}
.seccion-master-plan .c-info .c-boton{text-align: center;}
.seccion-master-plan .bg1 button{width: 203px; height: 58px}
.seccion-master-plan .bg1 p{font-size: 15px; text-align: center; width: 100%; margin-bottom: 30px}
.seccion-master-plan .bg2 img{display: block}
.info-azul{padding-top: 50px; padding-bottom: 50px; text-align: center;}
.info-azul p{font-size: 20px; text-align: center; width: 313px; display: inline-block;}
.seccion-ubicacion .info .titulo{
  font-size: 20px; margin-bottom: 30px; text-align: center;
}
.seccion-ubicacion .info{
  top: inherit;
  z-index: 1;
  bottom: 30px;
  text-align: center;
  left: 0 !important;
  right: 0;
}
.seccion-ubicacion button{width: 203px; height: 58px}
.noticias{padding-top: 50px; padding-bottom: 50px}
.noticias .titulo-seccion{font-size: 28px; text-align: center; margin-bottom: 30px}
.noticias .c-boton{text-align: center; margin-top: 30px}
.noticias button{width: 203px; height: 58px}
.noticias .item .img{height: 320px; margin-bottom: 30px}
.noticias .item .img .c-info{padding-left: 30px; padding-right: 30px}
.noticias .item .img .c-info span{margin-bottom: 20px}
.noticias .item .img .titulo-nota{font-size: 20px}
.noticias table tr td:nth-child(2){padding: 15px; padding-right: 15px}
.noticias table tr td:nth-child(2) span{margin-bottom: 20px}
.noticias table tr td:nth-child(2) .titulo-nota{font-size: 14px; line-height: 1.5}
.noticias table tr td:nth-child(1) {
    width: 50%;
}
footer{padding-top: 120px; padding-bottom: 30px}
footer .shape_footer{width: 100%; height: auto; max-height: 100%}
footer .shape_footer image{width: 100%; height: auto;}
footer .puntos_footer{transform: scale(0.5); left: 0; right: 0; top: 0; margin: auto;}
footer .titulo{text-align: center; font-size: 16px}
footer p{font-size: 14px; text-align: center; margin-bottom: 30px}
footer .c-redes{text-align: center; margin-bottom: 50px}
footer .titulo-iz{text-align: left;}
footer .logo_idesco {
    right: 0;
    bottom: 77px;
    transform: scale(0.5);
    left: 0;
    margin: auto;
}
.seccion-yucatan table.dos tr td:nth-child(2) a svg{margin-right: 0}
.acceso .parte-2 .listado img.img {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
.acceso .parte-1 table tr td.td25 img, .acceso .parte-1 table tr td.td116 img {
    filter: brightness(0) invert(1);
    height: 80px;
    width: auto;
}
.noticias.seccion {
    padding-top: 100px;
}
.detalle-noticia {
    padding-top: 100px;
}
.detalle-noticia h1{font-size: 28px}
}

/*MD*/
@media (min-width:768px) and (max-width:991px)
{
header .c-logo{width: 130px}
header .c-logo .logo{width: 105px}
header{padding-left: 130px}
header .parte-1{padding-left: 15px}
header .parte-2{padding-left: 30px}
header .parte-1 i{margin-right: 10px}
header .parte-1 .a.uno {
    margin-left: 5px;
}
header .parte-1 .a.uno{margin-right: 5px}
header .parte-1 .a{margin-right: 5px}
header .parte-1 .a{font-size: 12px}
.nav-stacked>li+li{margin-left: 7px}
header ul li{margin-right: 7px}
.nav>li>a{font-size: 12px}
header .parte-2 .c-idiomas{width: 120px}
.lang-select{margin-left: 10px}
header .parte-2 .buscar{right: 140px}
.inicio-1 .info{left: 10%; width: 523px}
.inicio-1 .info h1{font-size: 38px}
.inicio-1 .circulo-slider{
  transform: scale(0.5); top: 58px; right: 0
}
.inicio-2 table tr td:nth-child(1){font-size: 25px; padding-left: 50px}
.seccion-yucatan .titulo{margin-top: 30px}
.seccion-tren-maya .item .info{padding-left: 15px; padding-right: 15px}
.seccion-tren-maya .item .info p{font-size: 14px}
.acceso .parte-1{height: auto; padding-bottom: 50px}
.acceso .parte-2 .listado{position: relative; top: inherit; height: auto; padding-top: 50px; padding-bottom: 50px}
.acceso .parte-2 .listado svg{width: 100%; height: auto; position: relative; left: inherit; top: inherit; transform: none; -webkit-transform: none; -moz-transform: none;}
.acceso .parte-2 .listado svg image{width: 100%; height: auto;}
.acceso .parte-1 .c-table-dos{text-align: left;}
.acceso .parte-1 table {
    margin-top: 50px;
}
.seccion-master-plan .bg2{background: none}
.seccion-master-plan .bg2 img{display: block;}
.seccion-ubicacion .info .titulo{font-size: 40px}
.seccion-ubicacion .info{top: 50px}
.noticias .item{height: 60vh; margin-bottom: 30px}
footer .puntos_footer {
    top: 40px;
    right: 50px;
}
footer .c-redes a{width: 40px; height: 40px}
.acceso .parte-2 .listado img.img {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
.noticias .item .img .titulo-nota{font-size: 16px}
}

/*LG*/
@media (min-width:992px) and (max-width:1199px)
{
  header .c-logo{width: 206px}
  header{padding-left: 206px}
  header .parte-1 .a.uno {
    margin-left: 30px;
  }
  .nav-stacked>li+li{margin-left: 10px}
  header ul li{margin-right: 10px}
  header .parte-2 .buscar{right: 25%; z-index: 1}
  .inicio-1 .circulo-slider{transform: scale(0.5); top: 70px; right: 0}
  .inicio-1 .info{left: 80px}
  .inicio-2 table tr td:nth-child(1){padding-left: 50px; font-size: 25px}
  .seccion-yucatan .titulo{margin-top: 30px}
  .seccion-master-plan .grid-repeat{top: 25px}
  .acceso{overflow: hidden;}
  footer .puntos_footer{top:30px}
  .acceso .parte-1 table tr td.td25 img, .acceso .parte-1 table tr td.td116 img{
    height: 80px; width: auto;
  }
  header .parte-1 .a{font-size: 12px}
}

@media (max-width:767px){

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

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

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

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

}
@media (min-width:1600px){
}
@media (min-width:1200px) and (max-width:1350px)
{
  header .parte-1 .a.uno {
      margin-left: 8%;
  }
  .inicio-1 .circulo-slider{
    transform: scale(0.7); right: 59px; top: 88px;
  }
  .inicio-1 .info{left: 80px}
  .inicio-2 table tr td:nth-child(1){padding-left: 70px}
  .seccion-master-plan .grid-repeat{top: 25px}
  header .parte-2 .buscar{right: calc(30% - 40px); z-index: 1}
  header .c-logo{width: 276px}
  header{padding-left: 276px}
}
@media (min-width:1200px) and (max-width:1480px){
  header .parte-1 .a.uno {
      margin-left: 8%;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1200px;
  }
}
