/* estilos del sitio web */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*estilos generales*/
html, body{opacity:0; background: #fff; font-family: "Montserrat", 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: #662123;
}
.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;
}
b{font-weight: bold;}

header{position: fixed; width: 100%; left: 0; top: 0; z-index: 5000; background-color: #fff; height: 115px}
header .logo{margin-top: 24px}
header ul{
  padding-left: 0; margin-bottom: 0; margin-top: 53px; text-align: center;
}
header ul li{
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #182553;
  list-style-type: none;
  display: inline-block;
  margin-left: 16px;
  margin-right: 16px
}
header ul li a, header ul li a:hover, header ul li a:focus{
  color: #182553; text-decoration: none;
}
header ul li:first-child{margin-left: 0}
header ul li:last-child{margin-right: 0}
header .redes{
  margin-top: 48px;
  text-align: right;
  padding-right: 68px;
  margin-left: -30px;
}
header .redes img{margin-left: 24px}

header .c-idiomas{position: absolute; right: 15px; top: 47px}
.vodiapicker{
  display: none;
}

#a{
  padding-left: 0px; margin-top: 0;
}
#a img, .btn-select img{
  width: 26px;
}
#a li{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  text-align: right;
}
#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: 60px;
  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: 0; margin-top: 0; position: relative;
}
.inicio-1{position: relative; height: calc(100vh - 115px); margin-top: 115px}
.inicio-1 .sobrepuesto{background-color: rgba(0,0,0,0.45); position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1}
.inicio-1 .shape-2{position: absolute; bottom: -200px; right: 20%; transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; -ms-transition:all 0.8s;}
.inicio-1 .shape-2.inn{bottom: 0}
.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: 2; padding-left: 70px
}
.inicio-1 .info .shape{position: absolute; left: 0; top: 10px}
.inicio-1 .info .titulo{
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  width: 383px;
  max-width: 100%;
  margin-bottom: 36px
}
.inicio-1 .info .p{
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  width: 463px;
  max-width: 100%
}
.inicio-1 .ms-skin-default .ms-bullet {
    width: 9px;
    height: 9px;
    background: #9394ba;
    border-radius: 50%;
    margin: 4px;
    background-position: inherit;
    display: inline-block;
    margin-left: 12.5px !important; margin-right: 12.5px !important; margin-top: 20px !important; margin-bottom: 20px !important
}
.inicio-1 .ms-skin-default .ms-bullet-selected {
    background-position: inherit; background: url(../img/bullet-active.svg); border:none; width: 34.44px; height: 34.44px; margin-left: 0 !important; margin-right: 0 !important;
}
.inicio-1 .ms-bullets-count{width: 34px; text-align: center;}
.inicio-1 .ms-bullets.ms-dir-v{right: 50px !important}
.yucatan{
  padding-top: 112px; padding-bottom: 121px
}
.yucatan .titulo{
  font-size: 48px;
  font-weight: normal;
  color: #27253f;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 27px
}
.yucatan .titulo b{
  color: #182553; font-weight: bold;
}
.yucatan p{
  width: 519.5px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #606060;
  margin-bottom: 25px
}
button.boton-general-azul{
  min-width: 101px;
  height: 36px;
  background-color: #455dee;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.11;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  border:none
}
.yucatan .c-video{position: relative;}
.fancybox__container{z-index: 15000 !important}
.ubicacion{
  background-color: #27253f; padding-top: 52px; padding-bottom: 54px;
}
.ubicacion .titulo{
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-align: left;
  color: #f2f1ff;
  margin-bottom: 28px;
}
.ubicacion p{
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 25px
}
.ubicacion .container.dos{padding-top: 81px}
.ubicacion .derecha{padding-left: 45px}
.ubicacion .parrafo-dos{width: 480px; max-width: 100%}
.master-plan{
  padding-top: 70px
}
.master-plan .titulo{
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #182553;
  margin-bottom: 28px
}
.master-plan .c-p{text-align: center;}
.master-plan .c-p p{
  width: 912.2px;
  max-width: 100%;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #383947;
  margin-bottom: 39px;
}
.master-plan .c-p p b{
  color: #606060;
}
.master-plan .c-img{position: relative;}
.master-plan .c-img button{
  width: 219.4px;
  height: 42.8px;
  border: solid 2px #fff;
  background-color: #455dee;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.27;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  z-index: 1
}
.master-plan .c-img .fondo{
  opacity: 0.44;
  background-color: #27253f;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}
.noticias{
  padding-top: 57px; padding-bottom: 100px
}
.noticias .titulo-seccion{
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #182553;
  margin-bottom: 32px
}
.noticias .item{height: 100%; background-color: #f1f2f3; padding: 25px; padding-bottom: 100px; position: relative; margin-left: -5px; margin-right: -5px}
.noticias .item button{
  width: 101px; position: absolute; left: 0; right: 0; bottom: 33px; margin: auto;
}
.noticias .item .img{margin-bottom: 27px;}
.noticias .item .img img{opacity: 0}
.noticias .item .titulo-nota{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 11px;
}
.noticias .item .p{
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.noticias .c-boton{text-align: center; margin-top: 50px}
footer{
  padding-bottom: 31px; position: relative;
}
footer .titulo{
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #182553;
  margin-bottom: 31px
}
footer .titulo-2{
  font-size: 36.4px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 15px
}
form input[type=text],form input[type=email]{
  width: 100%;
  height: 53.5px;
  border: solid 1px rgba(255, 255, 255, 0.75);
  padding-left: 15px;
  background: none;
  font-size: 14.1px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 20px
}
form textarea{
  width: 100%;
  height: 84.6px;
  border: solid 1px rgba(255, 255, 255, 0.75);
  padding-left: 15px;
  background: none;
  font-size: 14.1px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding-top: 10px;
  margin-bottom: 20px
}
form button{
  width: 100%;
  height: 53.5px;
  border: solid 1px rgba(255, 255, 255, 0.75);
  background: none;
  font-size: 18.2px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
form *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #fff !important;
	opacity:1;
}
form *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #fff !important;
	opacity:1;
}
form *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #fff !important;
	opacity:1;
}
form *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #fff !important;
	opacity:1;
}
footer .bg-1{
  background-image: linear-gradient(to top, #455dee -822%, rgba(69, 93, 238, 0.85) -922%); padding: 64px; padding-top: 67px;
}
footer .bg-2{
  background-color: #182553; padding-top: 53px; padding-left: 35px; height: 100%; position: relative;
}
footer .bg-2 .logo{
  margin-bottom: 100px
}
footer .bg-2 .c-logo-r{
  position: absolute; right: 55px; bottom: 64px;
}
footer .bg-2 .c-logo-r span{
  font-size: 12.1px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  display: inline-block;
  margin-bottom: 22px;
}
footer .bg-2 .titulo-3{
  font-size: 24.2px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 20px
}
footer .bg-2 p{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 44px;
}
footer .bg-2 p a, footer .bg-2 p a:hover, footer .bg-2 p a:focus{
  color: #fff; text-decoration: none;
}
footer .bg-2 .redes img{
  margin-right: 12px
}
footer h3{
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.08;
  letter-spacing: 2.6px;
  text-align: center;
  color: #27253f;
  margin: 0;
  margin-top: 40px;
}
footer h3 a, footer h3 a:hover, footer h3 a:focus{
  color: #27253f; text-decoration: none;
}
.master-plan-bodegas{
  padding-top: 180px; padding-bottom: 130px
}
.master-plan-bodegas .caracteristicas{
  padding-left: 50px; padding-right: 50px
}
.master-plan-bodegas .c-ul{
  margin-top: 40px; text-align: center;
}
.master-plan-bodegas .c-ul .titulo{
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #182553;
  margin-bottom: 30px
}
.master-plan-bodegas .c-ul ul{padding-left: 0; display: inline-block; margin-bottom: 0}
.master-plan-bodegas .c-ul ul li{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #182553;
  list-style-type: none;
  margin-bottom: 12px
}
.master-plan-bodegas .c-ul ul li svg{margin-right: 15px}
.master-plan-bodegas .contiene-bodegas{width: 770px; overflow: auto !important; margin-top: 15px; cursor: move !important}
.master-plan-bodegas .contiene-bodegas svg{width: 4500px}
/*Scrollbar*/
.master-plan-bodegas .contiene-bodegas::-webkit-scrollbar {
  width: 8px; height: 8px
}

 /* Estilos barra (thumb) de scroll */
.master-plan-bodegas .contiene-bodegas::-webkit-scrollbar-thumb {
  background: #182553;
  border-radius: 4px;
}

.master-plan-bodegas .contiene-bodegas::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.master-plan-bodegas .contiene-bodegas::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

 /* Estilos track de scroll */
.master-plan-bodegas .contiene-bodegas::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

.master-plan-bodegas .contiene-bodegas::-webkit-scrollbar-track:hover,
.master-plan-bodegas .contiene-bodegas::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

#modalCotizador{
  z-index: 15000
}
#modalCotizador .modal-dialog{
  width: 820px; max-width: 100%
}
#modalCotizador .modal-dialog .contenido{position: relative;}
#modalCotizador .modal-dialog .contenido .cerrar-modal{position: absolute; top: 23px; right: 25px; cursor: pointer; z-index: 1}
#modalCotizador .modal-dialog .izquierda{
  background-color: #212950; padding-left: 70px; padding-bottom: 70px;
}
#modalCotizador .modal-dialog .derecha{
  background:#455DEE;
}
#modalCotizador .modal-dialog .izquierda, #modalCotizador .modal-dialog .derecha{
  padding-top: 100px;
}
#modalCotizador .modal-dialog .izquierda .titulo-bodega{
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 18px;
}
#modalCotizador .modal-dialog .izquierda .subtitulo{
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 9px
}
#modalCotizador .modal-dialog .izquierda table tr td{
  font-size: 10.1px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#modalCotizador .modal-dialog .izquierda table tr td:nth-child(2){
  padding-left: 10px
}
#modalCotizador .modal-dialog .izquierda .c-boton{
  margin-top: 34px
}
#modalCotizador .modal-dialog .izquierda .c-boton button{
  width: 162px;
  height: 31.6px;
  border: solid 1px #fff;
  background-color: #455dee;
  font-size: 10.3px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
#modalCotizador .modal-dialog .derecha{
  padding-left: 45px; padding-right: 75px;
}
#modalCotizador .modal-dialog .derecha .titulo-2{
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 10px
}
#modalCotizador .modal-dialog .derecha form input[type=text], form input[type=email]{
  height: 36px; margin-bottom: 13px;
}
#modalCotizador .modal-dialog .derecha form textarea{
  height: 57px; margin-bottom: 13px
}
#modalCotizador .shape{position: absolute; left: -30px; top: 0}
.oculto{display: none}
.noticias.listado{
  padding-top: 175px
}
.detalle-noticia{padding-top: 175px}
.detalle-noticia .titulo-seccion{
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #182553;
  margin-bottom: 32px;
}
.detalle-noticia.noticias .item{
  margin-left: 0; margin-right: 0; padding-bottom: 30px
}
.privacidad{padding-top: 150px; padding-bottom: 50px;}
#modalCotizador.brochure .derecha{padding: 50px;}
#modalCotizador.brochure .modal-dialog {
    width: 600px;
    max-width: 100%;
}
#modalCotizador.brochure .modal-dialog p{color:#fff}
.modal-backdrop{z-index: 10040}
#modalSuccess{
  z-index: 12000
}
#modalSuccess .modal-dialog .modal-content{
  background-image: linear-gradient(to top, #455dee -291%, rgba(69, 93, 238, 0.85) -391%); position: relative;
}
#modalSuccess .modal-dialog .modal-content .modal-body{color:#fff; padding-top: 200px; padding-bottom: 200px; padding-left: 50px; padding-right: 50px; text-align: center; position: relative;}
#modalSuccess .cerrar-modal{position: absolute; right: 10px; top: 10px; cursor: pointer;}

/* medias SM para abajo*/
@media (max-width:991px)
{
  header{display: none}
  #modalMenu .logo{width: 80px; margin-top: 5px}
  #modalMenu .cierra-menu{
    font-size: 35px; color:#182553; margin-top: 7px
  }
  #modalMenu{
    z-index: 11000; 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: #fff
  }
  #modalMenu .menu-m .logo-modal{
    width: 150px; margin-top: 5px; 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-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #182553;
  }
  #modalMenu ul li a:hover,#modalMenu ul li a:focus,#modalMenu ul li a.active{
    font-weight: 700; text-decoration: none; color:#182553
  }
  #modalMenu .datos-contacto{margin-top: 30px; width: 100%}
  #modalMenu .datos-contacto a{
    font-size: 14px;
    font-weight: 700;
    color: #182553;
    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: #182553; text-decoration: none;
  }
  #modalMenu .datos-contacto a.a-correo{margin-left: 12px}
  #modalMenu .redes{
    margin-top: 25px;
    margin-bottom: 40px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
  }
  #modalMenu .red{
    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-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.48px;
    text-align: center;
    color: #182553;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px
  }
  #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:#fff; height: 50px;
  }
  .menu-mobile .logo-modal{width: 150px; margin-top: 5px}
  .menu-mobile .abre-menu{
     margin-top: 7px; color:#182553; 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;
  }
  .inicio-1{margin-top: 50px}
  .inicio-1 .info {
    padding-left: 0;
    left: 50% !important;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    width: 250px
  }
  .inicio-1 .ms-bullets.ms-dir-v {
    right: 10px !important;
  }
  .inicio-1 .info .titulo{font-size: 30px; text-align: center;}
  .inicio-1 .info .p{font-size: 14px; text-align: center;}
  .inicio-1 .info .shape {
    position: absolute;
    left: -20px;
    top: 2px;
    width: 20px;
    }
  .inicio-1 .shape-2{width: 150px}
  .yucatan {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }
  .yucatan .titulo{font-size: 30px; text-align: center;}
  .yucatan p{width: 100%; text-align: center; font-size: 14px}
  .yucatan .c-video{margin-top: 30px}
  .ubicacion .derecha {
    padding-left: 15px;
  }
  .ubicacion .titulo{font-size: 30px; margin-top: 40px; text-align: center;}
  .ubicacion p{font-size: 14px; text-align: center;}
  .ubicacion{text-align: center;}
  .ubicacion .final{margin-top: 33px}
  .master-plan .titulo{font-size: 30px}
  .master-plan .c-p p{width: 1005; font-size: 14px}
  .noticias .titulo-seccion{font-size: 30px}
  .noticias .c-img{padding-bottom: 30px}
  .noticias .c-boton {
    margin-top: 30px;
  }
  .noticias{padding-bottom: 80px}
  footer .titulo{font-size: 30px}
  footer .bg-1{padding: 30px; padding-top: 40px}
  footer .titulo-2{font-size: 30px; text-align: center;}
  footer .bg-2{padding: 30px; text-align: center;}
  footer .bg-2 .logo {
    margin-bottom: 50px;
    width: 150px;
    margin-top: 30px;
  }
  footer .bg-2 .titulo-3{font-size: 20px; text-align: center;}
  footer .bg-2 p{font-size: 14px; text-align: center;}
  footer .bg-2 .c-logo-r img{width: 40px}
  footer .bg-2 .c-logo-r span{font-size: 8px}
  footer .bg-2 .c-logo-r span{margin-bottom: 12px}
  footer .bg-2 .c-logo-r {
    position: absolute;
    right: 15px;
    bottom: 38px;
  }
  footer h3{font-size: 10px; line-height: 18px}
  footer h3 span{display: none}
  .noticias.listado {
    padding-top: 100px; padding-bottom: 50px;
  }
  .detalle-noticia {
    padding-top: 100px; padding-bottom: 50px
  }
  .noticias .item .titulo-nota{text-align: center;}
  .detalle-noticia.noticias .item{text-align: center;}
  .c-info-float .p{text-align: center;}
  .master-plan-bodegas {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .master-plan-bodegas .caracteristicas{padding-top: 30px}
  .master-plan-bodegas .contiene-bodegas{width: 100%}
  .master-plan-bodegas .norte{width: 30px}
  .master-plan-bodegas .c-ul {
    margin-top: 30px;
  }
   #modalCotizador .modal-dialog .derecha{padding-top: 30px; padding: 30px}
   #modalCotizador .modal-dialog .derecha .titulo-2{text-align: center;}
   .privacidad{padding-top: 100px}
   .privacidad .titulo h1{font-size: 30px}
   #modalCotizador.brochure .modal-dialog {
       width: 80%;
       max-width: 100%;
       margin-left: 10%
   }
   #modalCotizador.brochure{padding-right: 0 !important}
   #modalCotizador .modal-dialog .contenido .cerrar-modal{top: 10px; right: 10px;}
   #modalCotizador .modal-dialog .derecha{padding-top: 40px}
   .modal-backdrop{z-index: 10040}

}

/*MD*/
@media (min-width:768px) and (max-width:991px)
{
  .master-plan-bodegas .caracteristicas {
      padding-left: 15px;
      padding-right: 15px;
  }
  .master-plan-bodegas .c-ul ul li svg {
    margin-right: 5px;
  }
  .master-plan-bodegas .c-ul ul li{font-size: 11px}
}

/*LG*/
@media (min-width:992px) and (max-width:1199px)
{
header .logo{width: 200px}
header ul li{margin-left: 10px; margin-right: 10px}
header .redes img {
  margin-left: 7px;
}
.inicio-1 .shape-2{width: 250px}
.master-plan-bodegas .contiene-bodegas{width: 100%}
}

@media (max-width:767px){
footer .titulo{display: none;}
}
@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)
{

}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1200px;
  }
}
