
  
/* = General = */
*{
	font-family:'Helvetica';
	margin: 0px;
	padding: 0px;
	border: 0px;
	
}
body,html{ 
	height: 100%;
}

.navbar-brand {
	z-index: 999999;
}

.sinpadding {
	padding: 0px;
}
.sombra-arriba::after {
    content: "";
    width: 100%;
    height: 40px;
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(255, 255, 255, 0));
}
.sombra-abajo::after {
    content: "";
    width: 100%;
    height: 40px;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.14), rgba(255, 255, 255, 0));
}
.no-sombra::after {
    content: "";
    width: 100%;
    height: 40px;
    z-index: 9999;
    position: absolute;
    bottom: -40px;
    background-image: none;
}
section{
	position: relative;
}
/*
.linea-verde:after{
	content: '';
	position: fixed;
	width: 100%;
	height: 20px;
	background: #7AB62B;
	background: linear-gradient(90deg,#7AB62B 50%,#003F6D 50%);
	bottom: 0px;
	left: 0px;
} */
/*
.linea-verde-2:after {
    content: '';
    position: absolute;
    width: 40%;
    height: 20px;
    background: #7AB62B;
    left: 5%;
    bottom: 0px;
} */
.next {
    font-family: 'Helvetica';
    background: #7AB62B;
    padding: 10px 10px 10px 45px;
    letter-spacing: 6px;
    border-radius: 40px;
    text-transform: uppercase;
    color: #003F6D;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 5%;
}
.navbar-dark .navbar-nav .next{
	font-family: 'Helvetica';
    background: none;
    padding: 0.5rem 1rem;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 100;
    cursor: pointer;
    margin-top: 0%; 
}
.next0 {
   
    padding: 10px 45px 10px 45px;
    
}
.next img{
    max-width: 45px;
    margin-left: 10px;
}
.bt9{
    
    letter-spacing: 3px;
}
button i{
	margin-left: 10px;
	color: #fff;
}
.centrado {
    display: flex ;
    align-items: center;
    justify-content: center;
}
/* = Header = */
header{
	position: fixed !important;
    height: auto;
    z-index: 999;
    top: 0px;
    width: 100%;
    background: #fff;
}
.navbar-nav .navbar-nav{
	color: #292929;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #7AB62B;
} 
.navbar-dark .navbar-nav .nav-link {
    color: #003F6D; 
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #7AB62B;    
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
}
header .nav-item {
    margin-left: 15%;
    text-transform: uppercase;
}
.navbar-brand img{
	max-width: 100px;
}
header .nav-item{
	margin-left: 0%;
	text-transform: uppercase;
	padding: 0px 10px;
}
.navbar-dark .navbar-toggler {
    color: #073f6d;
    border: 3px solid #003F6D;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.navbar-dark .navbar-toggler-icon {
	background: none;
	width: 100%;
    height: 2px;
    background: #7AB62B;
    margin-bottom: 5px;
    display: block;
    margin-top: 5px;
}

.textmenu{
	color: #003F6D;
    position: absolute;
    right: 80px;
    font-size: 0.8rem;
    top: 35px;
}

/* = Footer = */
footer{
	padding: 40px 0px;
	background: #1c5392;
	color: #fff;
	display: none;
}
footer ul{
	list-style: none;
}
footer ul li i{
	color: #fff;
	font-size: 1rem;
}
footer .social i{
	color: #fff;
	font-size: 1.3rem;
	margin-bottom: 5px;
}

/* = Bootstrap = */
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    margin-left: 15px;
}
/* = Contenido = */
#mensaje{
	resize: none;
}
.banner{
	padding: 100px 0px 150px;
	background: #000;
	margin-top: 64px;
    background-attachment: fixed;
    background-size: cover;
}
.banner .texto{
	text-align: center;
	color: #fff;
}
.banner .texto h3{
	font-size: 3rem;
	text-transform: uppercase;
    margin-top: 10%;
	font-family: 'Source Sans Pro';
	font-weight: 900;
}
.banner .texto p span{
	font-family: 'Source Sans Pro';
	font-weight: 900;
}
.banner .sec-contacto{
	color: #000;
}
.banner .sec-contacto h3{
    margin-bottom: 10%;
    font-family: 'Source Sans Pro';
    font-weight: 600;
}

form hr {
	width: 100%;
}

#envio-form label{
	font-family: 'Source Sans Pro';
	font-weight: 400;
}
#envio-form .form-check-label{
	
}

.banner-cero{
	padding-top: 85px;
	text-align: center;
	height: 100%;
	background-image: url('../images/banners/01.jpg'); 
	background-size: cover;
}

.banner-trabajo{
	padding-top: 115px;
	text-align: center;
	height: 100%;
	background-image: url('../images/banners/bg2.png'); 
	background-size: cover;
}


.pre-yucatan{
	padding-top: 115px;
	text-align: center;
	height: 100%;
	background-image: url('../images/banners/bg3.jpg'); 
	background-size: cover;
}


.res-yucatan{
	padding-top: 115px;
	height: 100%;
	text-align: center;
}


.pre-negocio{
	padding-top: 115px;
	text-align: center;
	height: 100%;
	background-image: url('../images/banners/bg5.png'); 
	background-size: cover;
}

.pre-grandioso{
	padding-top: 135px;
	text-align: center;
	height: 100%;
	background: #fff; 
	
}

.pre-grandioso h2 {
    color: #003F6D;
    font-size: 1.7rem;
    margin-bottom: 35px;
    font-weight: 900;
    margin-top: 35px;
}
.cuadrocolor{
	background:#003F6D;
	color:#fff;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}

.pre-proyeccion{
	padding-top: 115px;
	text-align: center;
	height: 100%;
	background: #fff; 
	
}

.pre-proyeccion h2{
	color: #7AB62B;
	font-size: 1.5rem;
	margin-bottom: 75px;
}

.cuadrocolor2{
	background:#7AB62B;
	color:#fff;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}



.res-negocio{
	padding-top: 115px;
	text-align: center;
	height: 100%;
}


.pre-casos{
	padding-top: 115px;
	text-align: center;
	height: 100%;
	background-image: url('../images/banners/bg6.jpg'); 
	background-size: cover;
}


.res-casos{
	padding-top: 115px;
	text-align: center;
	height: 100%;
	background-size: cover;
}
.precios h5{
	color: #003F6D;
	font-size: 2.5rem;
	font-weight: bold;
}
.lotificacion h2{
	color: #003F6D;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 30px 0px 0px;
	margin-bottom: 30px;
	
}
.inversion{
	padding-top: 4%;
	text-align: center;
	height: 100%;
	background-image: url('../images/banners/bg9.png'); 
	background-size: cover;
	position: relative;
}


.precios{
	padding-top: 115px;
	text-align: center;
	height: 100%;
}


.amenidades{
	text-align: center;
	height: 100%;
}


.pre-desarrollo{
	padding-top: 115px;
	text-align: center;
	height: 100%;
	background-image: url('../images/banners/bg8.jpg'); 
	background-size: cover;
}


.res-desarrollo{
	padding-top: 115px;
	text-align: center;
	height: 100%;
	background-size: cover; 
}
  

.lotificacion{
    display: flex;
    justify-content: center;
    text-align: center;
   
    position: relative;
    /* width: 100vh; */
    align-items: center;
	margin-top: 100px;
}
.lotificacion .mapa{
	margin-top: 0px;
}
.lotificacion .next{
	margin-bottom: 5%;
}
.lotificacion h4{
	color: #003F6D !important;
}
.lotificacion h6{
	font-size: 1.2rem;
	color: #003F6D;
	letter-spacing: 2.5px;
}
.lotificacion .vendido{
	position: relative;
	color: #003F6D;
	display: inline-block;
    margin-right: 100px;
}
.lotificacion .apartado{
	position: relative;
	color: #003F6D;
	display: inline-block;
}
.lotificacion .vendido:before{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	background: #E62F32;
	border-radius: 25px;
	left: -30px; 
	top: 0px;
}
.lotificacion .apartado:before{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	background: #7AB62B;
	border-radius: 25px;
	left: -30px;
	top: 0px;
}

.enganche{
	padding-top: 85px;
	padding: 50px 0px;
	text-align: center;
}


.interes{
	padding-top: 85px;
	text-align: center;
}


.pagos{
	padding-top: 85px;
	text-align: center;
}


.certeza{
	padding-top: 85px;
	text-align: center;
}
.alto{
	height: 100%;
}




/* = Slider = */

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: none;
    border: none;
    background: #fff;
}
.bx-wrapper img {
    /*max-width: 150px;
    display: block;*/
}
.bx-wrapper .bx-prev {
    left: -70px;
    background: url(../images/control-left.png);
    background-size: 100%;
}
.bx-wrapper .bx-next {
    right: -70px;
    background: url(../images/control-right.png);
    background-size: 100%;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
     background-position: 0px; 
}
.res-yucatan .cont-datos{
	position: absolute;
	bottom: 10%;
	left: 0%;
	z-index: 3;
}
.res-yucatan .carousel-control-prev-icon {
    background-image: url('../images/iconos-extras/izq-icon.png');
}
.res-yucatan .carousel-control-next-icon {
    background-image: url('../images/iconos-extras/derecha-icon.png');
}
.res-yucatan .carousel-control-prev-icon, .res-yucatan .carousel-control-next-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-size: 100% 100%;
}
.res-casos .carousel-control-prev-icon {
    background-image: url('../images/iconos-extras/izq-icon.png');
}
.res-casos .carousel-control-next-icon {
    background-image: url('../images/iconos-extras/derecha-icon.png');
}
.res-casos .carousel-control-prev-icon, .res-casos .carousel-control-next-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-size: 100% 100%;
}


/* = Servivios = */
.p1, .p2, .p3, .p4, .p5, .p6, .p7, .p8{
	display: none;
}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8{
	display: none;
    padding: 4px 10px !important;
}


.fotoservicio {
	position: relative;
	width: 100%;
}

.fotoservicio::before { 
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background: linear-gradient(to top, #1c5392, transparent);
	
}

.contentfoto:hover .fotoservicio::before{
	background: none;
}

.amenidades .col-md-3 img{
	width: 50%;
}
.amenidades .col-md-3 p{
	letter-spacing: initial;
	color: #073f6d;
	font-size: 1rem;
	text-transform: capitalize;
	margin-top: 13px;
	font-weight: 600;
	
}
.amenidades .col-md-3 p:before{
	display: none;
}
.amenidades .col-md-3 p:after{
	display: none; 
}





.cont .icono-logo{
	/*width: 10%;*/
}


.cont h3{
	font-family:'Helvetica Thin';
	font-size: 3.7rem;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.cont h3 span{
	font-family:'Helvetica';
	font-weight: 900;
	color: #fff;
}

.cont p{
	font-family:'Helvetica';
	font-size: 1.5rem;
	font-weight: 200;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 10px;
}
.cont p span{
	font-weight: 900;
	color: #fff;
}
.cont h4{
	font-family:'Helvetica Thin';
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 10px;
}
.cont h4 span{
	font-weight: 900;
	color: #fff;
}
.cont p:before{
	content:'';
	position: absolute;
	background: #fff;
	height: 1.5px;
    width: 9%;
    left: 16%;
    top: 50%;
}
.cont p:after{
	content:'';
	position: absolute;
	background: #fff;
	height: 1.5px;
	width: 9%;
	right: 16%;
	top: 50%;
}
.cont .col-md-8 .izq{
	background: #003F6D;
    margin-right: 10%;
    padding: 14.5px 45px 14.5px 45px;
    color:#fff;
}
.cont .col-md-8 .drch{
	margin-left: 10%;
    padding: 10px 10px 10px 45px;
}

.res-casos h3{
	font-size: 1.2rem;
	color: #073f6d;
	text-shadow: none;
	letter-spacing: 1px;
	font-weight: bold;
}
.res-casos h3 span {
    font-size: 4rem;
    color: #073f6d;
    font-weight:500;
    text-shadow: none;
    letter-spacing: 3px;
}

.precios h3 {
	font-weight: 900;
    font-size: 2rem;
    color: #003F6D;
    text-shadow: none;
    margin-top: 5%;
    width: 600px;
    position: relative;
    left: 50%;
    margin-left: -225px;
}
.precios ul {
    list-style: none;
    color: #6b6b6b;    
    font-size: 1.5rem;
    padding: 30px;
    
    width: 450px;
    position: relative;
    left: 50%;
    margin-left: -225px;
}
.precios ul li{
	text-align: left;
	color: #003F6D;
	position: relative;
}


.precios ul li::before {
 content: "\2022";
    color: #7AB62B;
    font-weight: bold;
    display: inline-block;
    width: 2rem;
    margin-left: -25px;
    font-size: 2.5rem;
    top: -12px;
    position: absolute;
}

.precios fieldset{
	border: 1px solid;
}
input[type="radio"], input[type="checkbox"] {
     -webkit-transform: scale(1.2); 
}

.amenidades .t107{
	font-family:'Helvetica';
	color: #073f6d;
    text-shadow: none;
    font-weight: 900;
    font-size: 2rem;
}
.amenidades h3:before{
    content: '';
    position: absolute;
    background: #333;
    height: 2px;
    width: 40%;
    left: 30%;
    bottom: 30px;
}

/* = OCULTOS = */
.banner-cero.cont{
	display: flex;
}
.cont.sec-modal{
	display: flex;
}
.cont{
	display: none;
}

.filtro-back::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000052;
    position: absolute;
    top: 0px;
}
.inversion h3{
	position: relative; 
	border: 2px solid #fff;
    margin-bottom: 0px;
    padding: 10px;
}
.inversion h4{
	font-family:'Helvetica';
	font-weight: bold;
	position: relative;
	margin-top: 40px;
}
.inversion h3:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 50%;
    width: 2px;
    left: -2px;
    bottom: -39%;
}
.inversion h3:after {
    content: '';
    position: absolute;
    background: #fff;
    height: 50%;
    width: 2px;
    right: -2px;
    bottom: -39%;
}
.inversion h4:before{
	content: '';
	position: absolute;
	background: #fff;
	height: 2px;
	width: 34.5%;
	left: 0px;
	top: 50%;
}
.inversion h4:after{
	content: '';
	position: absolute;
	background: #fff;
	height: 2px;
	width: 34.5%;
	right: 0px;
	top: 50%;
}
.cont-cuadro{
	display: none;
	position: absolute;
	/*transform: scale(1.5); */
}
.cuadro{
	position: relative;
	display: block;
	border: 1px solid #DDDDDD;
	background: #fff;
	
}
/* .cuadro:before {
    content: '';
    position: absolute;
    background: none;
    width: 0px;
    height: 0px;
    left: 48%;
    bottom: -14px;
    border-left: 8px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #ffffff;
} */
.digitos:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 11px;
    height: 1px;
    left: 48%;
    bottom: -1px;
}
/*.cuadro:before {
    content: '';
    position: absolute;
    background: #DDDDDD;
    width: 1.2px;
    height: 11px;
    left: 52%;
    bottom: -11px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}
.cuadro:after {
    content: '';
    position: absolute;
    background: #DDDDDD;
    width: 1.2px;
    height: 11px;
    left: 49%;
    bottom: -11px;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
}*/
.cuadro .titulo h4{
	font-size: 1rem;
	background: #003F6D;
	color: #fff !important;
	letter-spacing: 1px;
	padding: 5px 20px;
}
.cuadro .titulo{
	
}
.cuadro .contenido p{
	color: #32342d;
	background: #fff;
	letter-spacing: 1px;
    font-size: 0.8rem;
    margin-bottom: 5px;
    text-transform: inherit;
}
.cuadro .contenido p:before{
	display: none;
}
.cuadro .contenido p:after{
	display: none;
}
.cuadro .contenido{
	padding: 0px 30px;
    text-align: left;
}
.cuadro .precio{
	margin-top: 10px;
	color: #9D8068;
}
.cuadro .digitos{
    font-size: 1rem;
    font-weight: 600;	
}

.t100 {
	padding: 25px;
    border: 1px solid #fff;
    margin-top: 70px;
}

.t101 {
	padding: 70px 0px;
}


.t102 {
	padding: 50px 0px 0px 0px;
}

.t103 {
	padding: 0px 0px 50px 0px;
}

.t104 {
	padding: 50px 0px 0px 0px;
}

.t105 {
	padding: 50px 0px 0px 0px;
}

.t106 {
	padding: 25px 0px 50px 0px;
}

.t108 {
	font-family:'Helvetica';
	    color: #7AB62B !important;
    margin-bottom: 30px !important;
    text-shadow: none !important;
    font-weight: 900 !important;
    font-size: 3rem !important;
    
}

.btncontinuar100 {
    position: absolute;
    right: 50%;
    top: 83%;
    margin-right: -150px;
    margin-top: 0px;
    z-index: 2;
}
.btncontinuar100-1{
	position: absolute;
    right: 0px;
    top: 13%;
    margin-right: 1%;
    margin-top: 0px;
    z-index: 2; 
}



/*****************************************************************************************************************/

#modalinicio .modal-dialog{
	max-width: 950px !important;
}
#modalinicio .modal-content{
	background-image: url('../images/banners/02.jpg');
	background-size: cover;
	position: relative;
	background-position-y: -90px;
}
#modalinicio .marco{
	padding: 20px 20px;
}
#modalinicio .borde-marco{
    padding: 80px 60px;
    border: 2px solid #fff;
    text-align: center;
}
#modalinicio h3{
	
}
#modalinicio .modal-close{
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0px 10px;
    border-radius: 45px;
    background: #fff;
    color: #55c1ea;
    font-size: 1.5rem;
}
#modalinicio .bienvenido{
	font-family:'Helvetica';
    background: #7AB62B;
    padding: 10px 10px 10px 45px;
    border-radius: 40px;
    text-transform: uppercase;
    color: #fff; 
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 5%;
}
#modalinicio .bienvenido img{
	max-width: 45px;
	margin-left: 10px;
}

@media (min-width: 992px){
.modal-lg {
    max-width:1000px;
}
}


.activarpopup {
	cursor: pointer;
}

/* = MODAL LOTE = */
.modal-body .datos-lote .img {
	border-top: 2px solid #153E6C;
    border-right: 2px solid #153E6C;
    border-bottom: 2px solid #153E6C;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-body .datos-lote .borde{
	
}
.modal-body .datos-lote .lote{
	background: #4a5444;
	padding: 14px 0px 8px 8px;
	position: relative;
}

.modal-body .datos-lote .lotemuestra{
	width: 150px;	
}

.modal-body .datos-lote .img .base{
	color:#003F6D;
	position: absolute;
    top: 0px;
}

.modal-body .datos-lote .img .altura{
	position: absolute;
    top: 38%;
    left: 10%;
}

/*
.modal-body .datos-lote .lote::before{
	content: "";
    width: 50px;
    background:#003F6D;
    height: 2px;
    position: absolute;
    right: -40px;
    margin-top: -8px;
	
} */


.modal-body .datos-lote .lote h3{
	font-size: 1.3rem;
	color: #fff;
}
.modal-body .datos-lote .superficie{
	background: #fff;
	padding: 8px 0px 8px 8px;
	border: 2px solid #4a5444
}
.modal-body .datos-lote .superficie h4{
	font-size: 1rem;
	color: #003F6D;
}
.modal-body .datos-lote .superficie span{
	font-size: 0.8rem;
	color: #003F6D;;
}
.modal-body .datos-lote .precio{
	background: #746c6c;
	padding: 8px 0px 8px 8px;
}
.modal-body .datos-lote .precio h4{
	font-size: 0.8rem;
	color: #fff;
}
.modal-body .datos-lote .estatus{
	background: #fff;
	padding: 8px 0px 8px 8px;
	border-left: 2px solid #153E6C;
}
.modal-body .datos-lote .estatus h4{
	font-size: 0.8rem;
	color: #003F6D;
	
}

.modal-body .datos-lote .apartado {
	background: #003F6D;
	text-align: center;
	padding: 8px 0px 8px 8px;
	position: relative;
}

.modal-body .datos-lote .apartado::before{
	content: "";
    width: 50px;
    background:#003F6D;
    height: 2px;
    position: absolute;
    right: -40px;
    margin-top: -8px;
	bottom: 0px;
}

.modal-body .datos-lote .apartado a{
	font-family:'Helvetica';
    background: #7AB62B;
    padding: 5px 35px;
    border-radius: 2px;
    text-transform: uppercase;
    color: #fff; 
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
     
}

.modal-body .infolote {
	margin-top: 25px;
}

.modal-body .infolote label {
	font-size: 0.8rem;
	color: #32342d;
}

.modal-body .infolote input, .modal-body .infolote select {
	background: #fff;
}


.modal-body .infolote .table-secondary{
	background: #E6E7EB;
}

.modal-body .infolote .rows {
	background: #ECE6DA;
}

.modal-body .infolote .btnenganche {
	font-family: 'Helvetica';
    background: #7AB62B;
    padding: 5px 35px;
    border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    float: right;
}

.modal-body .calinversion h5{
	margin-top:15px;
	color: #003F6D;
	font-size: 1.2rem;
}

.modal-body .calinversion .fondo{
	background: #003F6D;
	padding-top: 0px;
    padding-bottom: 0px; 
}

.modal-body .calinversion .fondo h5{
	color:#fff;
	margin-top:8px;
	font-size: 0.8rem;
	text-align: center;
}

.modal-body .calinversion .fondo .cuadrocalculo{
	background: #fff;
	color:#7AB62B;
}

.modal-body .calinversion .fondo .cuadrocalculo p{
	padding: 15px 0px 8px;
	text-align: center;
}


.modal-body .calinversion .fondo  .contque {
	border: 1px solid #fff;
    margin: 8px 0px;
    width: 100%;
    height: 85%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body .calinversion .fondo .contque h4 {
	color:#fff;
	font-size: 1rem;
}

.modal-body .calinversion .montobasado {
	color:#003F6D;
	font-size: 0.8rem;
}



/*** MODAL DATOS GENERALES FORMULARIO****/

.modal-body .datos-generales h3{
	color:#32342d;
	font-size: 0.9rem;
	margin-top: 25px;
}

.modal-body .datos-generales input, .modal-body .datos-generales textarea{
	background: #fff;
}

.modal-body .datos-generales .btnenviar{
	font-family: 'Helvetica';
    background: #4a5444;
    padding: 5px 35px;
    border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    float: right;
}
area {
  cursor: pointer;
  }
.zoom {
	
  /*transform: scale(0.5);*/
 	zoom:0.7;
  }
  
#clote ,#cm2  {
	color:#003F6D !important;
}  


#cprecio {
	color:#9D8068 !important;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -60px;
    max-width: 90%;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.navbar-toggler>.close {
    display:inline;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}

.close{
	color: #7ab62b;
    margin-right: 3px !important;
    font-size: 30px;
    font-weight: 100;
}

.close:hover{
	color: #7ab62b; 
}

.borde-rojo{
	border: 1px solid red;
}


/*.navbar-toggler>.close {
    display:inline;
}
.navbar-toggler .close {
    display:none;
}

.navbar-toggler .collapsed .close {
    display:block;
}

.close{
	color: #7ab62b;
    margin-right: 3px !important;
    font-size: 30px;
    font-weight: 100;
}

.close:hover{
	color: #7ab62b; 
}*/

#modallotes .modal-header, #modallotes .modal-body, #modallotes .modal-footer {
	background: #fcfaf7;
}

.superficie2{
	border: 2px solid #746c6c	!important;
}

#lpm2,.superficie2 span{
	color: #746c6c !important;
}

#lm2{
	color: #4a5444;
}

.detalletr{
	background: #4a5444
	color:#fff;
}

.modal-body .infolote .rows td{
    border-bottom:1px solid #4a5444
}

.cerrar {
	background: #4a5444
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem -3rem;
}

