/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

.contenedor-pfs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #fff;
}

.pantalla-fuera-servicio {
    background-color: #fff;
    text-align: center;
    width: 40%;
    padding: 20px;
}

.pantalla-fuera-servicio .textos-pfs {
    font-size: 30px;
    color: #373737;
    padding-top: 20px;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
}

.centrar-mapa {
    left: 5px;
    top: 47%;
    transform: translateY(47%);
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

.table {
    width: 100%;
}

.table th[scope="row"] {
    display: none;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem 0.6rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: auto 15px;
}

.map {
    height: calc(100vh - 60px);
}

.map .ol-zoom .ol-zoom-out {
    margin-top: 200px;
}

.ol-zoom {
    width: 28px !important;
}

.map .ol-zoomslider {
    /*
    Zoom control top: 0.5em
    Zoom control padding: 2px
    Zoom in button margin top: 1px
    Zoom in button height: font size 1.14em * 1.375 height
    */
    margin-left: 10px;
    text-align: center;
    top: calc(2.0675em + 3px);
    width: 8px;
}

.ol-zoomslider {
    height: 195px;
    left: 0.5em;
    top: 4.5em;
}

.ol-control button:focus,
.ol-control button:hover {
    text-decoration: none;
}

.ol-control {
    background-color: #fff !important;
    border-radius: 2px;
    padding: 2px;
    position: absolute;
}

.ol-zoomslider button {
    height: 10px;
    position: relative;
    left: -10px;
}

.map .ol-touch .ol-zoom .ol-zoom-out {
    margin-top: 212px;
}

.map .ol-touch .ol-zoomslider {
    top: 2.75em;
}

.map .ol-zoom-in.ol-has-tooltip:hover [role="tooltip"],
.map .ol-zoom-in.ol-has-tooltip:focus [role="tooltip"] {
    top: 3px;
}

.map .ol-zoom-out.ol-has-tooltip:hover [role="tooltip"],
.map .ol-zoom-out.ol-has-tooltip:focus [role="tooltip"] {
    top: 232px;
}

#modal {
    max-width: 65% !important;
}

#modal.ayuda {
    max-height: 90% !important;
    max-width: 40% !important;
}

#modal.amenidad {
    max-height: 90% !important;
    max-width: 960px !important;
}

#modal.modal-login {
    max-height: 90% !important;
    max-width: 30% !important;
}

#modal.modal-oportunidad {
    max-width: 40% !important;
}

.Footer-container form {
    width: 235px;
    text-align: center;
}

.enviarform {
    top: 45px;
    right: 0;
    position: absolute;
    width: 180px;
    overflow: hidden;
    z-index: 3000;
    height: 0;
}

.enviarform input {
    margin: 2px auto;
    width: 162px;
    height: 23px;
    font-size: 12px;
    display: block;
}

.enviarform input.submit {
    text-indent: -9999px;
    line-height: normal;
    padding: 0;
    display: block;
    float: none;
    background: url("../img/assets/enviar.png") no-repeat;
    width: 152px;
    height: 43px !important;
    margin: 8px auto;
}

.enviarform input.submit:hover {
    background: url("../img/assets/enviar_over.png") no-repeat;
}

.submenu-in {
    border: 1px solid #999;
    padding-top: 5px;
    background: #eeefef;
    height: 110px;
}

.btn_enviar_cotizacion {
    min-height: 39px;
    width: 100px;
    background: #62615f !important;
    margin: 0 auto;
    padding: 10px;
    margin-top: 6px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    display: block;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 2px;
}

.slick-dots li button {
    background: #a3aaaf;
    border-radius: 50%;
    border: 1px solid #a3aaaf;
    width: 10px;
    height: 10px;
    padding: 0;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button {
    background: #fff;
}

html,
body {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #262626;
}

main {
    background: #6e6850;
    position: relative;
    z-index: 1;
}

.Header {
    padding: 10px 20px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1000;
}

.Header-container {
    display: flex;
    color: #1d1d1d;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.swal2-container {
    z-index: 20000 !important;
}

.Header-left img {
    width: 167px;
    height: 55px;
    -o-object-fit: contain;
       object-fit: contain;
}

.Footer-container form strong {
    margin: 1px 10px;
}

.Footer-container form select {
    word-wrap: normal;
    padding: 1px 10px;
}

.Header-right {
    display: flex;
}

.Header-right p {
    margin: 0;
    font-size: 11px;
    text-align: right;
    line-height: 1.3em;
    color: #fff;
}

.Header-right p strong {
    font-size: 12px;
}

.Header-right img {
    margin: 0 20px;
}

.Header-right form strong {
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    color: #fff;
}

.Header-right form select {
    display: block;
    width: 160px;
    border: 2px solid #6e6850;
    background: #fff;
    font-size: 12px;
}

.submit {
    cursor: pointer;
    text-indent: -9999px;
    border: 0;
    margin: 5px 15px 0 0;
    padding: 0;
    float: right;
    background: url("../img/assets/Botonbuscar-Lotes.png") top center no-repeat;
    width: 125px;
    height: 34px;
}

.titulo-plan {
    width: 100%;
    background: #eeefef;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.Gracias {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
}

.Gracias-container {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    border-radius: 10px 10px 7px 7px;
    position: relative;
}

.Gracias #closeGracias {
    top: -30px;
    right: -5px;
    position: absolute;
    cursor: pointer;
    border: none;
    background: transparent;
}

.Gracias #closeGracias:focus {
    outline: none;
}

.Gracias-top {
    background: #6c745b;
    height: 79px;
    border-radius: 8px 8px 0 0;
}

.Gracias-image img {
    display: block;
    width: 100%;
}

.Gracias-info {
    padding: 40px 20px 100px 20px;
    text-align: center;
}

.Gracias-info h1 {
    margin: 0;
    font-size: 24px;
}

.Gracias-info p {
    margin: 30px auto 0 auto;
    font-size: 16px;
    font-weight: 600;
    max-width: 540px;
    line-height: 1.4em;
}

#svg-circle {
    width: 21px;
    height: 21px;
    vertical-align: middle;
}

.olPopup {
    height: 500px !important;
}

.slick-prev:before,
.slick-next:before {
    color: black;
    font-size: 30px;
}

.Amenidades .slick-dots {
    bottom: -40px;
}

.Amenidades {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10000000;
    /*padding: 0 10px;*/
    background: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
}

.Amenidades-container {
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    border-radius: 10px 10px 7px 7px;
    position: relative;
}

.Amenidades #closeAmenidades {
    top: -30px;
    right: -5px;
    position: absolute;
    cursor: pointer;
    border: none;
    background: transparent;
}

.Amenidades #closeAmenidades:focus {
    outline: none;
}

.Amenidades-top {
    background: #708456;
    border-radius: 8px 8px 0 0;
}

.Amenidades-top h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    padding: 23px 0;
}

.Amenidades-galeria {
    padding: 20px 20px 40px 20px;
}

.Amenidades-galeria-container {
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
}

.Amenidades-galeria-slick {
    margin-bottom: 0;
}

.Amenidades-galeria-slick img {
    display: block;
    width: 100%;
}

.ModeloGaleria {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10000000; */
    /* padding: 0 10px;*/
    /* background: rgba(0,0,0,0.6);*/
    /* overflow-y: auto; */
}

.ModeloGaleria-container {
    background: #fff;
    /* max-width: 910px; */
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    border-radius: 10px 10px 7px 7px;
    position: relative;
    /* overflow-y: hidden; */
}


/* .wrg{ */


/* font-size:18px; */


/* margin-bottom:10px; */


/* } */

.ModeloGaleria #closeModeloGaleria {
    top: -30px;
    right: -5px;
    position: absolute;
    cursor: pointer;
    border: none;
    background: transparent;
}

.ModeloGaleria #closeModeloGaleria:focus {
    outline: none;
}

.ModeloGaleria-top {
    background: #eeefef;
    border-radius: 8px 8px 0 0;
}

.ModeloGaleria-top h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    padding: 23px 0;
}

.ModeloGaleria-main {
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ModeloGaleria-left {
    width: calc(70% - 15px);
}

.ModeloGaleria-left img {
    display: block;
    width: 100%;
}

.ModeloGaleria-right {
    width: calc(30% - 15px);
}

.ModeloGaleria-right h3 {
    margin: 0;
    font-size: 20px;
}

.ModeloGaleria-right p {
    font-size: 18px;
}

.Infolotes {
    width: 100%;
    max-width: 270px;
    z-index: 10000000;
    text-align: center;
}

.Infolote-modelos {
    width: 100%;
}

.Infolote-modelos .navegacion {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    z-index: 1000;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
    cursor: pointer;
    font-size: 29px;
    top: 73%;
    display: none;
}

.Infolote-modelos .navegacion.back {}

.Infolote-modelos .navegacion.next {
    right: 4px;
}

.Infolotes #closeInfolotes {
    top: 5px;
    right: 5px;
    position: absolute;
    cursor: pointer;
    border: none;
    background: transparent;
    width: 14px;
    height: 14px;
}

.Infolotes #closeInfolotes:focus {
    outline: none;
}

.Infolotes-container {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    border-radius: 5px 5px 7px 7px;
    background: #fff;
    position: relative;
}

.Infolotes .logo {}

.Infolotes-nivel1 {
    background: #87868a;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 8px 5px;
}

.Infolotes-nivel1 h2 {
    margin: 0;
    font-size: 16px;
}

.Infolotes-nivel2 {
    background: #2f4486;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 8px;
    padding-top: 25px !important;
}

.Infolotes-nivel2 h3 {
    margin: 0;
    font-size: 14px;
}

.Infolotes-nivel2 h3 img {
    display: inline-block;
    max-width: 20px;
    vertical-align: middle;
    transform: translateY(-1px);
}

.Infolotes-nivel3 {
    padding: 0 8px;
    display: flex;
    flex-wrap: wrap;
}

.Infolotes-nivel4 img,
.Infolotes-nivel3 img {
    display: block;
    max-width: 100%;
    margin: 8px auto;
    height: 106px;
}

.Infolotes-nivel3 button {
    background: #1a2d5c;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    padding: 5px 20px;
}

.Infolotes-nivel3-item {
    border-bottom: 1px solid #a3aaaf;
    width: 50%;
    padding: 6px 0px;
}

.Infolotes-slides {
    height: 200px;
}

.Infolotes-nivel3-item:nth-child(2),
.Infolotes-nivel3-item:nth-child(4) {
    border-left: 1px solid #a3aaaf;
    /* border-right: 1px solid #a3aaaf; */
}

.Infolotes-nivel3-item p {
    margin: 0;
    padding: 4px 0;
}

.Infolotes-nivel3-item p sup {
    font-size: 10px;
}

.Infolotes-nivel3-item p span {
    display: block;
    font-size: 12px;
    color: #6e6850;
    margin-bottom: 2px;
}


/* .Infolotes-nivel3-item.full p>span {
    font-size: 20px !important;
} */


/* .Infolotes-nivel3-item p strong {
    display: block;
    font-size: 14px;
} */

.Infolotes-nivel3-item.full p strong {
    font-size: 24px !important;
}

.Infolotes-nivel3-item.full>p br~span {
    font-size: 9px !important;
}

.Infolotes-nivel3-item.full {
    width: 100%;
    /* padding: 2rem 0 0 0; */
}

.Infolotes-nivel3-item.full p {
    padding: 7px 0;
}

.Infolotes-nivel4 {
    padding: 8px 5px;
    margin: 0 5px;
    height: 190px;
    border-bottom: 1px solid #a3aaaf;
}

.Infolotes-nivel4 button {
    background: #eeefef;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    border: none;
}

.Infolotes-nivel4 button:focus {
    outline: none;
}

.Infolotes-nivel4 img {
    display: block;
    max-width: 100%;
    margin: 8px auto;
}

.Infolotes-nivel5 {
    padding: 8px 5px;
    margin: 0 auto;
}

.Infolotes-nivel5 button {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    border: none;
    background: #6c745b;
}

.Infolotes-nivel5 button:focus {
    outline: none;
}

.Infolotes-triangulo {
    width: 0;
    height: 0;
    position: absolute;
}

.Infolotes-triangulo.left {
    top: calc(50% - 14px);
    left: -18px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #fff;
}

.Infolotes-triangulo.right {
    top: calc(50% - 14px);
    right: -18px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #fff;
}

.Infolotes-triangulo.bottom {
    left: calc(50% - 14px);
    bottom: -18px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #fff;
}

.Infolotes-triangulo.top {
    left: calc(50% - 14px);
    top: -18px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #6e6850;
}

.Cotizacion-nivel3-item p.row,
.Cotizacion-nivel3-item-child p.row {
    padding: 30px 0;
}

.Cotizacion {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    z-index: 10000000;
    background: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
}

.Oportunidad-boton-seleccionar {
    color: #fff;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
}

.Oportunidad-icono-info {
    width: 100%;
    text-align: right;
    color: #043a63;
    cursor: pointer;
}

.Oportunidad-icono-info:before {
    margin-right: 10px;
}

.Oportunidad-listaGeneral-Oportunidad-items-estatus {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
}

.Oportunidad-listaGeneral-Oportunidad-items-descripcion {
    display: flex;
    /* margin-left: 10px; */
    width: 85%;
    justify-content: space-between;
}

.Oportunidad-listaGeneral-Oportunidad-items-descripcion div {
    color: #6c757d;
    margin-bottom: 5px;
    margin: 0 10px 5px;
}

.Oportunidad-listaGeneral-Oportunidad-items-descripcion div.negrita {
    font-weight: 800;
}

.Oportunidad-icono-buscar {
    position: absolute;
    right: 45px;
    top: 15px;
}

.Oportunidad-caja-buscar {
    border-radius: 0.75rem;
    font-weight: bold;
    padding: 1.375rem 0.75rem;
}

.flexslider {
    margin: 0;
}

.cerrar-sesion,
.login,
.centrar-mapa {
    border-radius: 5px;
    cursor: pointer;
    padding: 13px;
    position: fixed;
    right: 5px;
    bottom: 70px;
    z-index: 1020;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.cerrar-sesion,
.login {
    color: #fff;
}

.frm-login-top {
    border-radius: 8px 8px 0 0;
}

.frm-login-top>div {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.frm-login-contenedor .iniciar-sesion {
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    padding: 11px 13px;
    text-align: center;
    width: 94px;
}

.frm-login-contenedor {
    padding: 20px 50px;
}

.Cotizacion-equipo {
    width: 50%;
    display: inline-block;
    position: relative;
    font-size: 22px;
    text-align: left;
    height: 290px;
    overflow: scroll;
    border-left: 1px solid #a2acb1;
    border-right: 1px solid #a2acb1;
}

.features-list {
    padding: 0;
    list-style: none;
    margin: 0em 0em 1em 2em;
    color: gray;
    font-size: 0.7em;
}

.features-title {
    font-size: 0.8em;
    padding-left: 1em;
    color: #222222;
}

.cotizacion-footer {
    color: gray;
    text-align: justify;
    margin: 0 3em;
    position: relative;
    padding: 0.2em 0;
}

.Cotizacion-modelo {
    padding-top: 20px;
    /* border-top: 1px solid #a3aaaf; */
}

.Cotizacion-galeria {
    display: inline-block;
    width: 50%;
    position: relative;
}

.Cotizacion-modelo-seleccion {
    width: 100%;
    text-align: center;
}

.Cotizacion-modelo-seleccion label {}

.Cotizacion-modelo-seleccion select {
    padding: 5px;
    width: 183px;
}

.Cotizacion-modelo-info {
    margin-bottom: 10px;
    color: gray;
    text-align: center;
    font-size: 12px;
    padding: 10px 20px;
}

.broker-information {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.broker-information h2 {
    margin: 0;
    padding: 3px 10px;
    font-size: 16px;
    background-color: #1a2d5c;
    color: white;
    text-align: center;
}

.broker-information table {
    font-size: 13px;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    font-weight: 600;
    border: 1px solid #c1c1c1;
}

.broker-information table tbody td {
    font-weight: bold;
    padding: 15px;
    border: 1px solid #a3aaaf;
}

.broker-information table thead {
    background: #1a2d5c;
    color: #fff;
}

.broker-information table thead th {
    padding: 10px;
    font-weight: unset;
}

.Cotizacion-container {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    border-radius: 10px 10px 7px 7px;
    position: relative;
}

.Oportunidad-container {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    border-radius: 10px 10px 7px 7px;
    position: relative;
}

.Oportunidad-container hr {
    margin-bottom: 0;
}

.Cotizacion-model-contenido-general {
    font-size: 2em;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Cotizacion #closeCotizacion {
    top: -30px;
    right: -5px;
    position: absolute;
    cursor: pointer;
    border: none;
    background: transparent;
}

.Cotizacion #closeCotizacion:focus {
    outline: none;
}

.Cotizacion-top {
    background: #6c745b;
    border-radius: 8px 8px 0 0;
}

.Oportunidad-top {
    background: #6c745b;
    border-radius: 8px 8px 0 0;
}

.Oportunidad-listaGeneral-sublista {
    font-weight: 400;
    height: 450px;
    list-style: none;
    margin: 5px 0 0px;
    overflow: overlay;
    padding: 0;
}

.Oportunidad-listaGeneral-sublista a {
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0;
    width: 100%;
}

.Oportunidad-listaGeneral-sublista a:hover {
    text-decoration: none !important;
    color: #000;
}

.Oportunidad-listaGeneral-Oportunidad-items {
    list-style: none;
    padding: 0 0;
}

.Oportunidad-listaGeneral-Oportunidad-items li.activo {
    background: #ddd;
    color: #fff;
}

.Oportunidad-listaGeneral-Oportunidad-items li.activo .Oportunidad-listaGeneral-Oportunidad-items-descripcion div.negrita,
.Oportunidad-listaGeneral-Oportunidad-items li.activo .Oportunidad-listaGeneral-Oportunidad-items-descripcion div {
    background: #ddd;
    color: #333;
}

.Oportunidad-listaGeneral-Oportunidad-items a {
    cursor: pointer;
    display: block;
    padding: 15px;
    width: 100%;
}

.Oportunidad-listaGeneral-Oportunidad-items li.activo>a {
    color: #fff;
}

.Cotizacion-top h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 22px 0;
}

.Oportunidad-top h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 15px 0;
}

.Cotizacion-layout {
    padding: 10px 20px 20px 20px;
}

.Oportunidad-layout {
    padding: 10px 0 0;
}

.Cotizacion-nivel2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-right: 20px;
    border-bottom: 1px solid #a3aaaf;
}

.Cotizacion-nivel2 h3 {
    margin: 0;
    font-size: 24px;
}

.Cotizacion-nivel2 h3:last-child {
    font-size: 20px;
}

.Cotizacion-nivel2 h3 img {
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-2px);
}

.Cotizacion-nivel3 {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.Cotizacion-nivel3-item:nth-child(1) {
    width: 20%;
    border-left: 1px solid #a3aaaf;
}

.Cotizacion-nivel3-item:nth-child(2) {
    width: 20%;
    border-left: 1px solid #a3aaaf;
}

.Cotizacion-nivel3-item:nth-child(3) {
    width: 40%;
    border-left: 1px solid #a3aaaf;
    /* border-right: 1px solid #a3aaaf; */
}

.Cotizacion-nivel3-item.modelo:nth-child(3) {
    width: 20%;
    border-right: 1px solid #a3aaaf;
}

.Cotizacion-nivel3-item:nth-child(4) {
    width: 20%;
    border-right: 1px solid #a3aaaf;
}

.Cotizacion-nivel3-item:nth-child(5) {
    width: 20%;
}

.Cotizacion-nivel3-item-child {
    display: flex;
    flex-direction: column;
    height: 62px;
    justify-content: center;
    padding: 5px 0;
    overflow-wrap: anywhere;
}

.Cotizacion-nivel3-item-child.has-border-right {
    /* border-right: 1px solid #a3aaaf; */
}

.Cotizacion-nivel3-item-child.has-border-bottom {
    border-bottom: 1px solid #a3aaaf;
}

.Cotizacion-nivel3-item-child.has-btn {
    padding: 18px 10px 16px 10px;
}

.Cotizacion-nivel3-item p {
    font-size: 12px;
    height: 100%;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

.Cotizacion-nivel3-item p sup {
    font-size: 10px;
}

.Cotizacion-nivel3-item p strong {
    font-size: 19px;
}

.Cotizacion-nivel3-item p strong.f18 {
    font-size: 18px;
}

.Cotizacion-nivel3-item button {
    border: none;
    padding: 15px 10px;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
    font-weight: 900;
    display: block;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.Cotizacion-nivel3-item button.enviar {
    background: #62615f !important;
    position: relative;
}

.Cotizacion-nivel3-item button.imprimir {
    background: #2f4486;
}

.Cotizacion-nivel3-item button:focus {
    outline: none;
}

.Cotizacion-nivel3-item button img {
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-2px);
}

.Cotizacion-boton-apartar {
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 25px auto;
    padding: 12px 10px;
    width: 145px;
}

.Oportunidad-boton-confirmar {
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 10px;
    width: 145px;
    background: #af6b44;
}

.Oportunidad-boton-terminar {
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 10px;
    width: 145px;
    background: #af6b44;
}

.Cotizacion-frm_apartar_lote {
    margin: 20px auto;
    padding: 0 115px;
    display: flex;
    flex-wrap: wrap;
}

.Cotizacion-condiciones-apartado {
    margin: 20px auto;
    padding: 0 118px;
}

.Cotizacion-condiciones-apartado textarea {
    resize: none;
}

.Cotizacion-frm_apartar_lote .titulo {
    background-color: #f8f9fa !important;
    padding: 10px;
}

.frm_apartar_lote {
    display: none;
}

.Cotizacion-btn_guardar_apartar_lote {
    margin: 20px auto;
    border: none;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 10px 7px;
    width: 130px;
}

.Cotizacion-frm_apartar_lote>div {
    width: 100%;
    margin: 0 20px;
}

.Cotizacion-small {
    font-size: 11px;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #a3aaaf;
}

.Cotizacion-small p {
    margin: 0;
}

.Cotizacion-main {
    display: flex;
    justify-content: space-between;
}

.Cotizacion-left {
    width: calc(65% - 15px);
}

.Cotizacion-left img {
    display: block;
    width: 100%;
}

.Cotizacion-right {
    width: calc(35% - 15px);
}

.Cotizacion-right h3 {
    margin: 0;
    font-size: 16px;
}

.Cotizacion-right p {
    margin: 0;
    font-size: 16px;
}

.planes {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.planes>table {
    font-size: 13px;
    width: 100%;
    border-collapse: collapse;
}

.planes>table tbody td {
    padding: 15px;
    border: 1px solid #a3aaaf;
}

.planes>table thead {
    background: #6c745b;
    color: #fff;
}

.planes>table thead th {
    padding: 10px;
    font-weight: unset;
}

.Footer {
    z-index: 1000 !important;
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 15px 20px 15px 20px;
}

.Footer-container {
    display: flex;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.Footer-btn {
    display: none;
    position: relative;
    /* z-index: 4; */
    /* background: #eeefef; */
}

.Footer-btn button {
    cursor: pointer;
    background: #708456;
    color: #fff;
    border-radius: 4px;
    border: none;
    font-weight: bold;
    padding: 5px 10px;
}

.Footer-help {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    text-align: center;
}

.Footer-help span {
    display: flex;
    align-items: center;
}

.Footer-help img {
    margin-left: 10px;
}

.Footer-help img.emultimedia {
    margin-left: 40px;
}

.Footer-estatus {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    background: #fff;
}

.Footer-estatus li {
    margin-right: 10px;
}

.Footer-estatus #cerrarEstatus {
    display: none;
}

.estado {
    margin-top: 5px;
    margin-right: 5px;
    width: 22px;
    height: 22px;
    transform: translateY(-6px);
    display: inline-block;
    vertical-align: top;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .planes>table tbody td {
        padding: 0.5rem;
        text-align: center;
    }
    #moda.ayuda,
    #modal.modal-oportunidad {
        max-width: 40% !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 1100px) {
    .Header {
        background-position-x: 140px;
    }
}

@media screen and (max-width: 1040px) {
    .Footer-help span strong {
        display: none;
    }
    #modal {
        max-width: 80% !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 990px) {
    #modal.modal-login {
        max-width: 45% !important;
    }
    .hide-table-row {
        display: none !important;
    }
    .Cotizacion-equipo {
        height: auto;
        width: 90%;
    }
    .Cotizacion-galeria {
        width: 90%;
    }
    .Cotizacion-nivel3-item,
    .Cotizacion-nivel3-item-child {
        border: none !important;
    }
    .Cotizacion-nivel3-item p {
        padding: 13px 0;
        border: none !important;
    }
    .Cotizacion-model-contenido-general {
        flex-direction: column;
    }
    .mobile-half {
        width: 50% !important;
    }
    .table {
        margin: 0 auto;
        width: 100%;
        border-spacing: 0;
    }
    .table thead {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }
    .table tbody td {
        font-weight: initial !important;
    }
    .table tbody,
    .table tr,
    .table th,
    .table td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }
    .table tr td,
    .table tr th {
        padding: 2em 1em;
        vertical-align: middle;
        overflow: hidden;
        position: relative;
        vertical-align: top;
        border: 1px solid #edf0f1;
        border-top: none;
        width: 100%;
        white-space: normal;
    }
    .table th[scope="row"] {
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto;
        padding: 0.5em 0;
        background: #6c745b;
        color: white;
        margin-top: 20px;
        display: block;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .table td[data-header]:before {
        content: attr(data-header);
        display: block;
        float: left;
        width: 50%;
        color: #000000;
        font-weight: bold;
        text-align: left;
    }
    .table td[data-header]>* {
        display: block;
        width: 50%;
        float: right;
        clear: right;
        padding-left: 1em;
        margin-top: 0;
    }
    .table td[data-header]:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        padding-bottom: 200%;
        display: block;
    }
    .planes {
        overflow-x: hidden;
        overflow-y: hidden;
        height: 100%;
        width: 95%;
        margin: 0 auto 30px;
    }
    .ModeloGaleria {
        display: block;
        height: auto;
    }
    .ModeloGaleria-main {
        flex-wrap: wrap;
    }
    .ModeloGaleria-left,
    .ModeloGaleria-right {
        width: 100%;
    }
    .ModeloGaleria-right {
        margin-top: 40px;
    }
    .Cotizacion {
        display: block;
    }
    .Cotizacion-nivel2 {
        padding-left: 10px;
        padding-right: 10px;
        border: none !important;
    }
    .Cotizacion-nivel2 h3 {
        font-size: 18px;
    }
    .Cotizacion-nivel2 h3:last-child {
        font-size: 16px;
    }
    .Cotizacion-nivel3-item {
        display: flex;
        flex-wrap: wrap;
        text-transform: uppercase;
    }
    .Cotizacion-nivel3-item:nth-child(1),
    .Cotizacion-nivel3-item:nth-child(2),
    .Cotizacion-nivel3-item:nth-child(3),
    .Cotizacion-nivel3-item:nth-child(4),
    .Cotizacion-nivel3-item:nth-child(5),
    .Cotizacion-nivel3-item.modelo:nth-child(3) {
        width: 100%;
    }
    .Cotizacion-nivel3-item-child {
        width: 50%;
        height: auto;
    }
    .Cotizacion-nivel3-item-child:last-child {
        border-bottom: 1px solid #a3aaaf;
    }
    .Cotizacion-nivel3-item-child.mobile-full {
        width: 100%;
    }
    .Cotizacion-nivel3-item-child.has-btn {
        border-bottom: none;
        padding: 10px 5px 5px 5px;
    }
    .Cotizacion-nivel3-item-child.has-btn button {
        padding: 10px;
        display: block;
        min-height: 43px;
    }
    .Cotizacion-nivel3-item-child.is-total {
        padding: 20px 10px;
    }
    .Cotizacion-nivel3-item-child.is-total p {
        font-size: 14px;
    }
    .Cotizacion-nivel3-item-child.is-total p strong {
        display: inline-block;
        margin-top: 5px;
        font-size: 24px;
    }
    .Cotizacion-layout {
        padding: 10px 0;
    }
    .Cotizacion-small {
        padding: 15px 10px;
        border-top: none;
    }
    .Cotizacion-main {
        flex-wrap: wrap;
    }
    .Cotizacion-left,
    .Cotizacion-right {
        width: 100%;
    }
    .Cotizacion-right {
        margin-top: 40px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 880px) {
    #modal.modal-oportunidad {
        max-width: 60% !important;
    }
    #modal.amenidad {
        width: 80% !important;
    }
    .Amenidades-top h2,
    .ModeloGaleria-top h2 {
        font-size: 20px;
    }
    .Footer {
        position: absolute;
        /* z-index: 2; */
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .Footer-btn {
        display: block;
    }
    .Footer-estatus {
        position: absolute;
        display: block;
        width: 100%;
        bottom: -400px;
        left: 0;
        padding: 10px;
        transition: all 0.2s ease-in-out;
        z-index: 3;
    }
    .Footer-estatus #cerrarEstatus {
        position: absolute;
        top: 10px;
        cursor: pointer;
        right: 10px;
        display: block;
    }
    .Footer-estatus.show {
        bottom: 64px;
    }
    .Footer-estatus li {
        margin: 10px 0;
    }
}

@media screen and (max-width: 680px) {
    .Header-right p {
        display: none;
    }
}

@media screen and (max-width: 626px) {
    #modal.modal-login {
        max-width: 80% !important;
    }
}

@media screen and (max-width: 520px) {
    #modal.modal-oportunidad {
        max-width: 80% !important;
    }
    .ol-zoom,
    .ol-zoomslider {
        display: none;
    }
    .Cotizacion-nivel3-item p.row,
    .Cotizacion-nivel3-item-child p.row {
        padding: 10px 0;
        border: none !important;
    }
    .Cotizacion-nivel3-item-child {
        width: 50%;
        height: auto;
    }
    .Cotizacion-nivel2,
    .Cotizacion-nivel3-item-child,
    .Cotizacion-nivel3-item {
        border: none !important;
    }
    #modal,
    #modal.ayuda {
        max-width: 85% !important;
    }
    #modal.ayuda {
        max-height: 100% !important;
    }
    .planes {
        overflow-x: hidden;
        overflow-y: hidden;
        height: 100%;
    }
    .slick-prev:before,
    .slick-next:before,
    .Footer-help>span>span,
    .Header-right p {
        display: none;
    }
    .Header-right img {
        cursor: pointer;
    }
    .Header-right form {
        transition: all 0.2s ease-in-out;
        right: -200px;
        position: absolute;
        background: #fff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        top: 111px;
        opacity: 0;
        padding: 10px;
    }
    .Header-right form.show {
        opacity: 1;
        right: 0px;
    }
    .Infolotes-nivel1 h2 {
        font-size: 12px;
    }
    .Infolotes-nivel2 {
        padding: 5px 10px;
    }
    .Infolotes-nivel2 h3 {
        font-size: 14px;
    }
    .Infolotes-nivel3-item p {
        padding: 2px 0;
    }
    .Infolotes-nivel3-item p sup {
        font-size: 8px;
    }
    .Infolotes-nivel3-item p span {
        font-size: 10px;
        margin-bottom: 1px;
    }
    .Infolotes-nivel3-item p strong {
        font-size: 14px;
    }
    .Infolotes-nivel3-item.full p {
        padding: 4px 0;
    }
}


/*
    GRACIAS
    AMENIDADES
    MODELO GALERIA
*/

@media screen and (max-height: 780px) {
    .Gracias,
    .Amenidades,
    .ModeloGaleria,
    .Cotizacion {
        display: block;
        /* padding: 40px 10px;*/
    }
    .Infolotes {
        /*top: 140px !important;*/
    }
    .Infolotes-triangulo {
        display: none;
    }
    .slick-dots {
        bottom: -60px;
    }
    .Infolotes-nivel1 h2 {
        font-size: 12px;
    }
    .Infolotes-nivel2 {
        padding: 5px 10px;
    }
    .Infolotes-nivel2 h3 {
        font-size: 14px;
    }
    .Infolotes-nivel3-item p {
        padding: 2px 0;
    }
    .Infolotes-nivel3-item p sup {
        font-size: 8px;
    }
    .Infolotes-nivel3-item p span {
        font-size: 10px;
        margin-bottom: 1px;
    }
    .Infolotes-nivel3-item p strong {
        font-size: 14px;
    }
    .Infolotes-nivel3-item.full p {
        padding: 4px 0;
    }
}

#cboxClose {
    background: transparent url("../images_elementos/cerrar.png") no-repeat center !important;
    width: 23px !important;
    height: 23px !important;
    font-size: 0 !important;
    top: 20px !important;
    right: auto !important;
    left: 50%;
    transform: translateX(360px);
}

#cboxContent {
    margin-top: 30px !important;
}

@media screen and (max-height: 880px) {
    #cboxClose {
        top: -20px !important;
        right: 0 !important;
        left: auto !important;
        transform: translateX(0px);
    }
}
