.modal-content {
    position: relative;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
    outline: 0;
}
.modal-content .modal-header {
    background: #ec6a22;

    border: 1px solid #ec6a22;
}
.modal-title {
  font-size: 14px;
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #fff;
    margin-bottom: 0;
    margin-top: 18px;
    height: 27px;
    text-align: center;
}
 .close {
	 cursor:pointer;
      position: absolute;
    right: 8px;
    top: 10px;
}
.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}
.flex-column {
    flex-direction: column !important;
}
.d-flex {
    display: flex !important;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.form-control{    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
       background-color: #e9ecef;
    opacity: 1;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-primary {
	height: calc(1.5em + .75rem + 2px);
    color: #fff;
    background-color: #eb6b41;
    border-color: #eb6b41;
}
.share-container {
    width: 75px;
    height: 75px;
}
.text-center {
    text-align: center !important;
}
.modal-content .modal-footer {
    padding: .75rem 2rem 1rem;
    border: 1px solid #fff;
    border-radius: 5px;
}

.bg-light {
    background-color: #f8f9fa !important;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.border-social-facebook {
    border-color: #1877f2 !important;
}
.bg-social-facebook-50 {
    background-color: #e3effd;
	outline: none;
    text-decoration: none;
}
.border-social-instagram {
    border-color: #E1306C !important; /* Color del borde de Instagram */
}

.bg-social-instagram-50 {
    background-color: rgba(225, 48, 108, 0.2); /* Color de fondo semi-transparente */
    outline: none; /* Sin contorno */
    text-decoration: none; /* Sin subrayado en el texto */
}

.text-social-instagram {
    color: #E1306C; /* Color del icono de Instagram */
}

.border-social-twitter {
    border-color: #1da1f2 !important;
}

.bg-social-twitter-50 {
	outline: none;
    text-decoration: none;
    background-color: #e4f4fd;
}
.border-social-whatsappgreen {
    border-color: #25d366 !important;
}

.bg-social-whatsappgreen-50 {
	outline: none;
    text-decoration: none;
    background-color: #e5faed;
}
.border-social-telegram {
    border-color: #08c !important;
}

.bg-social-telegram-50 {
	outline: none;
    text-decoration: none;
    background-color: #e0f1f9;
}

.text-social-telegram {
    color: #08c;
}
.text-social-twitter {
    color: #1da1f2;
}
.text-social-whatsappgreen {
    color: #25d366;
}
.text-social-telegram {
    color: #08c;
}
.fab, .fa-brands {
    font-weight: 400;
}
.fa-2x {
    font-size: 2em;
}

.card_footer_pie_detalles_lotes {
    padding: .75rem 1.25rem;
    background-color: #00000008;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.row_card_footer_pie_detalles_lotes {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col_card_footer_pie_detalles_lotes {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.d_flex_card_footer_pie_detalles_lotes {
    display: flex !important;
	justify-content: space-around !important;
	 align-items: center !important;
}
.contenedor-principal {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    text-align: center;
    color: #2f5979;
}
.div_btn{
	display: block;width: 100%;font-size: 18px;cursor: pointer;padding: 0.25rem 0.5rem;line-height: 1.5;border-radius: 0.2rem;color: #fff;background-color: #fbb324;border-color: #fbb324;font-weight: 400;text-align: center;white-space: nowrap;vertical-align: middle;
	}
	
.linea-subrayado {
    width: 100px;
    height: 4px;
    background-color: #f0a500;
    margin: 0 auto 20px auto;
}

.cuadricula-proyectos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.tarjeta-proyecto {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    text-align: center;
}

.tarjeta-proyecto img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ubicacion-etiqueta {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #4CAF50;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.ubicacion-etiqueta1 {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ef4136;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.boton-detalle {
    background-color: #f0a500;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 16px;
}

.boton-detalle:hover {
    background-color: #d48a00;
}


table{border-collapse:collapse}
div{border-collapse:collapse}
input{border-collapse:collapse}
label{border-collapse:collapse}
.icono_schot_td{
	float: right;
   color:#fff;
}
.box__especial_siguiente{
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
         width:330px;
}
.table_5 {
	width: 100%;
    height: 20px;
    background-color: #fff;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #212529;
	font-weight:bold;
	text-align:center;
	border-left:solid 1px #cecece;
	border-right:solid 1px #cecece;
	border-bottom:solid 1px #cecece;
	border-top:solid 1px #cecece;
	cursor:pointer;
		}
		
.inp_especial_siguiente{
    position: relative;
    display: inline-block;
    font-size: 15px;
    box-sizing: border-box;
    transition: .5s;
}
  
	.table_titulo_gral {
	width: 100%;
    height: 20px;
    background-color: var(--colorcabezera_menu);
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #fff;
	font-weight:bold;
	text-align:center;
	border-left:solid 1px #cecece;
	border-right:solid 1px #cecece;
	border-bottom:solid 1px #cecece;
	border-top:solid 1px #cecece;

		}
				.table_gris {
	width: 100%;
    height: 20px;
    background-color: rgb(239 239 239);
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #212529;
	font-weight:bold;
	text-align:center;
	border-left:solid 1px #cecece;
	border-right:solid 1px #cecece;
	border-bottom:solid 1px #cecece;
	border-top:solid 1px #cecece;
	cursor:pointer;
		}
		.table_gris:hover {
			background-color:#000;
			border-left:solid 1px #cecece;
			border-right:solid 1px #cecece;
			border-bottom:solid 1px #cecece;
			color: #FFF;
		}
		.table_blanco{
	width: 100%;
    height: 20px;
    background-color: #fff;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #212529;
	font-weight:bold;
	text-align:center;
	border-left:solid 1px #cecece;
	border-right:solid 1px #cecece;
	border-bottom:solid 1px #cecece;
	border-top:solid 1px #cecece;
	cursor:pointer;
		}
		.table_blanco:hover {
			background-color:#000;
			border-left:solid 1px #cecece;
			border-right:solid 1px #cecece;
			border-bottom:solid 1px #cecece;
			color: #FFF;
		}
		
				.table_titulo {
	width: 100%;
    font-size: 12px;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #212529;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
		}
		.td_detalles{
			width:33.3%;
			height:35px;
			font-size:11px;
			padding:0px 5px 0px 5px;
			text-align:center;
			vertical-align:middle;
        }
         .contenedor_tabla{
		    width:98%;
			/* min-height:500px; */
			background-color:#cecece;
			/* overflow-y:scroll; */
			border-bottom: 1px solid #cecece;
		 }
.inp_especial_siguiente[type='text']{
      background: var(--colorfondoblanco);
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 25px;
    text-align:center;
    border-radius: 25px 0 0 25px;
}
.inp_especial_siguiente[type='button']{
       position: relative;
    left: -5px;
    border-radius: 0 25px 25px 0 ;
    width: 100px;
    height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    background: var(--colorbotoneliminar);
    color: #fff;
}
.inp_especial_siguiente[type='button']:hover{
    font-weight: 700;
      font-size: 16px;
    background: var(--colorcabezera);
    color: #fff;
}
.mapa_menu_style {
position: absolute;
background: #fff;
padding: 10px;
font-family: 'Open Sans', sans-serif;
}
.inp_consulta_cliente{
       margin-top: 10px;
    width: 341px;
    border-style: double;
    background: var(--colorbotoneliminar);
    align-items: center;
    font-family: "Roboto", sans-serif;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .3rem;
    height: 40px;
    padding: 1px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-font-smoothing: antialiased;
    display: grid;

}
.inp_consulta_cliente:hover{
    background: var(--colorcabezera); 
     color: #fff;
}
.detalles_mapa{
	    float:left;
        position: relative;
        margin-left: 2%;
        padding: 5px;
        border: none;
        font-size: 9px;
		font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif; 
        color:#333333;
        border-radius: 4px;
        background: #fff;
        margin-top: 40px;
}
.marker {
display: block;
border: none;
border-radius: 50%;
cursor: pointer;
padding: 0;
}
.texto_marker{    
   text-align: center;
    margin-right: 15%;
    margin-top: 27%;
    font-weight: 900;
	}
	.texto_marker1{    
  width: 300px;
    font-size: 19px;
    height: 100px;
    -webkit-text-stroke: 1px #ffffff;
    position: absolute;
    text-align: -webkit-center;
    top: -30px;
    left: -124px;
    color: #000000;
    font-weight: 900;
	}
	
.body{
	font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif;  
	background: #FFFFFF;
	color: #1c1e21;
	overflow-y:auto;
	top:0px;
	left:0px;
	}
.cnt_ssss1{
	background-color:var(--colorcabezera); left:0px;right:0px;  height: 100%;
    width: 100%;
}
.span_titulo_vistalistado{
	display: inline-block;
	padding-left:15px;
	color:#000;
	flex-grow: 1;
    font-size: 18px; 
   
	font-weight:bold;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.span_menu_chico{
	display:none;
}
.common-box{
  background-color:var(--colorfondoblanco); padding:20px;  box-shadow:0 1px 3px rgba(0,0,0,.08); margin-bottom:10px;margin-left: 1.5%;
}
.section-title {
    color: var(--colorcabezera);
    font-size: 14px;
    margin-bottom: 10px;
	margin-top: 10px;
	
}
.common-box span {
    font-size: 14px;
    color: #4a4a4a;
}

/*scrolls
 ::-webkit-scrollbar {width:6px!important; height:6px!important; background-color:#f5f5f5;}
 ::-webkit-scrollbar-thumb {background-color:var(--colorbotonmas);}
 ::-webkit-scrollbar-track {background-color:rgba(255, 255, 255, 0.08);} */ 
.span_menu_grande{
    font-size:30px;cursor:pointer;float:right;
	color:transparent;
}
.modalemergente{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	width:100%;
	height:100%;
	background-color: var(--colorfondoblanco);
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    z-index: 1050;
    display: block;
    overflow: hidden;
    outline: 0;
	overflow-x: hidden;
    overflow-y: hidden;
    /* padding-right: 17px; */
}
.modal_body1 {
 width: 100%;
    
    font-weight: 500;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
	 background:var(--colorfondoblanco);
}
.modal_header{
    
   -webkit-box-shadow:1px 1px 7px #00000052;
    box-shadow:1px 1px 7px #00000052;
    width: 100%;
    height: 55px;
	position:fixed;
	background-color:var(--colorcabezera);
	text-align: left;
	align-items: center;
    line-height: normal;
    display: flex;
}

.input_guardar1 {
    border: none;
    outline: none;
    color: white;
    font-size: 12px;
    -webkit-box-shadow: 1px 1px 7px #0000001f;
    box-shadow: 1px 1px 7px #0000001f;
    background: var(--colorbotonmas);
    border-radius: 20px;
    outline: none;
    height: 28px;
	cursor:pointer;
    font-weight: bold;
    text-align: center;
    align-items: center;
    display: grid;
	 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	 -webkit-border-radius: 15px;
    border: 2px double rgb(255, 255, 255);
}


.s_sociales.facebook {
  background-color: #3b5998;
}

.s_sociales.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, 
              #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.s_sociales:hover {
  transform: scale(1.1);
}


.s_sociales{
    border-radius: 50%;
    width: 31px;
    background-color: #fea800;
    color: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 36px;
    text-align: center;
    border-color: tranparent;
    border-width: 1px;
    border-style: solid;
   padding: 10px 10px;
    font-size: 12px;
    line-height: 13px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 36px;
    text-align: center;
    display: inline-block;
    /* padding: 10px 14px; */
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 4px;
    select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid tranparent;
    /* padding-right: 10px; */
    /* padding-left: 10px; */
    box-sizing: border-box;
    /* -webkit-font-smoothing: antialiased; */
    /* width: 100%; */
    /* height: 100%; */
    /* position: relative; */
    /* display: block; */
    /* background-size: cover; */
    /* background-position: 50% 50%; */
    
}

.cnt_v_lotead{
	width:33%;float: left;position: relative;min-height: 1px;padding-right: 10px;padding-left: 10px;box-sizing: border-box;-webkit-font-smoothing: antialiased;
}
.a_v_lotead{
	display: block; background-color: #fff; 
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;cursor: pointer;text-decoration: none;
	overflow: hidden;border-radius: 3px;height: 200px;
}
.cnt_sss{
	    height: 300px;
    width: 100%;
    width: 33%;
    float: left;
    position: relative;
    /* min-height: 1px; */
    /* padding-right: 10px; */
    /* padding-left: 10px; */
    box-sizing: border-box;
    /* -webkit-font-smoothing: antialiased; */
    width: 100%;
    /* height: 100%; */
    position: relative;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.cnt_a_v_lotead{
	width: 100%;height: 100%;      background-color: #ffffff;  padding: 6px;overflow: hidden; position: relative;box-sizing: border-box;display: block;
}
.cnt_img_lot{
	    width: 100%; height: 100%;position: relative;display: block;background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;box-sizing: border-box;
	}
	.cnt_text_lot{
position: absolute;width: 100%;top: 0;left: 0;bottom: 0;right: 0;z-index: 1;display:;
}
.cnt_text_lot_sep{
	font-size: 30px;line-height: 30px;position: absolute;z-index: 5;top: 25%;left: 20%;right: 20%;color: #fff;text-align: center;width: 60%;letter-spacing: -1px;border-bottom: 1px solid rgba(255,255,255,0.5);overflow: hidden;padding-bottom: 5px;
}
.cnt_text_lot_bot{
	background-color: #fdb813;font-size: 10px;line-height: 11px;color: #fff;padding: 2px 4px;border-radius: 2px;position: absolute;top: 15px;left: 50%;text-transform: uppercase;z-index: 3;-webkit-transform: translateX(-50%);transform: translateX(-50%);
}
.cnt_text_lot_bot1{
	background-color: #09c7a0;font-size: 10px;line-height: 11px;color: #fff;padding: 2px 4px;border-radius: 2px;top: 15px;left: 50%;text-transform: uppercase;z-index: 3;
}
.cnt_text_lot_h3{
	font-size: 18px !important;    text-shadow: black 0.1em 0.1em 0.2em;line-height: 22px !important;font-weight: normal !important;margin: 0;padding: 0 !important;margin: 0 0 0 10% !important;position: absolute;z-index: 3;top: 48%;left: 0;color: #fff;text-align: center;width: 80%;white-space: nowrap;overflow: hidden;
}
.cnt_text_lot_ubic{
	font-size: 11px;font-style: italic;text-shadow: black 0.1em 0.1em 0.2em;padding-top: 2px;position: absolute;bottom: 30%;left: 0;width: 100%;text-align: center;z-index: 4;color: #fff;
}
.submenu{
	background-color:#fff;
    cursor: pointer;
	display: flex;
    flex-direction: row;
    height: 65px;
    pointer-events: all;
	font: inherit;
    font-size: 100%;
    vertical-align: initial;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.cnt_det{
	width:49%; margin-left: 2px; margin-right: 2px;float:left;
}
.input_mas {
    border: none;
	outline:none;
    cursor: pointer;
    color: white;
    border-radius: 2px;
    font-size: 12px;
	 -webkit-box-shadow: 1px 1px 7px #0000001f;
    box-shadow: 1px 1px 7px #0000001f;
   background: var(--colorbotonmas);
   border-radius:50%;
    outline: none;
       height: 35px;
    width: 35px;
	float:right;
	/*  position: relative; */
  overflow: hidden;
}
.submenus::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background:var(--colorbotoneliminar);
    transition: width .3s;
}

.submenus:hover::after {
    width: 100%;
    transition: width .3s;
}
.submenus{
	display: inline-block;
    float: right;
    padding: 9px 18px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #000;
    text-align: center;
    cursor: pointer;
    background-color:transparent;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;

}
.input_atras {
    border: none;
	outline:none;
    cursor: pointer;
    color: white;
    border-radius: 2px;
    font-size: 12px;
   background:var(--colorbotonatras);
   border-radius:50%;
   -webkit-box-shadow: 1px 1px 7px #0000001f;
    box-shadow: 1px 1px 7px #0000001f;
    outline: none;
        height: 35px;
    width: 35px;
	 position: relative;
  overflow: hidden;
}
 .input_1_1{
    border: 1px solid #efefef;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #262626;
    font-size: 14px;
    padding: 9px 8px 7px;
    width: 100%;
    /* margin-left: 4px; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
         }
		 .input_1_1:focus{
         	border:1px solid var(--colorcabezera);
         	outline:none;
         }
         .input_1_1::-webkit-input-placeholder{
         	color:#999;
         	font-weight:300;
         	opacity:1;
         }
.con_ic_submenu{
	
	padding: 0 15px 0 13px;
	flex: none;
    display: flex;
    align-items: center;
}
.ic_img_submenu{
	visibility: visible;
    border-radius: 50%;
    opacity: 1;
    display: block;
    transition: opacity .15s ease-out;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    -webkit-user-drag: none;
}

.ic_menu_img{
	width: 36px;
    padding: 2px;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 50px;
    border: solid 3px  var(--colorfondoblanco);
    height: 36px;
    /* filter: hue-rotate(556deg);  */
}

.con_img_submenu{
	    height: 49px;
    width: 49px;
	border-radius: 50%;
    background-color:#e6e6e6;
    overflow: hidden;
}
.submenu1{
	background-color:#fff;
	display: flex;
    flex-direction: row;
    height: 30px;
	color:#333333;
	font: inherit;
    font-size: 11px;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
	flex: none;
    align-items: center;
}
.con_tit_submenu{
    border-bottom: 1px solid #f2f2f2;
    flex-grow: 1;
    flex-basis: auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.table_buscador{
	width: 100%; margin: auto;padding-top: 2%;
}
.cnt_opciones_busqueda{
	width: 90%; margin: auto;
}
.con_tit_submenu1{
    border-top: 1px solid #f2f2f2; 
    flex-grow: 1;
    flex-basis: auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: cente
}

.span_tit_submenu{
	    display: inline-block;
		flex-grow: 1;
    overflow: hidden;
	font-weight:bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tit_submenu{
	text-align: left;
	align-items: center;
    line-height: normal;
    display: flex;
	color: #757575;
   
    flex-grow: 1;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    overflow: hidden;
}
.tit_submenu1{
    background: #9e9e9e12;
    color: #949292;
    padding-left: 13px;
    line-height: normal;
    display: flex;
    flex-grow: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fbfbfb;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
	overflow-y: auto;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  padding:5px;

}

.cnt_cab_det{
	background-color: #000;
	height: 600px; 
	position: relative;
}
.slideshow{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
}
.cnt_img_slider{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
   /*  height: 300px; */
}
.home-header {
    position: absolute;
    width: 100%;
    /* padding: 20px; */
    top: 0;
    left: 0;
    z-index: 1600;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
}
.home-logo {
    float: left;
	 max-height: 65px;
     width: auto;
}
.osLight {
    font-family: 'Open Sans', sans-serif, Arial;
    font-weight: 300;
}

.cont_buscador{
	background: aliceblue;
    width: 100%;
    text-align: left;
    height: 35px;
    align-items: center;
    line-height: normal;
    display: flex;
	 outline: none;
    border-radius: 40px;
}
.bus_text{
cursor: text;
    width: 90%;
    border: none;
    background: transparent;
    height: 20px;
    outline: none;
    margin: 0px auto;
    font-size: 15px;
    font-weight: bold;
    padding: 08px 8px 8px 8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.icono {
	 max-height: 100px;
     width: auto;
     vertical-align: middle;
}
.slideshowShadow {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.0) !important;
}
.search-panel {
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #000;
    z-index: 1500;
	height: auto;
	padding: 20px 0px 20px 0px;
}


.texto-borde_monto {
 position: absolute;
    right:5px;
    top: 44%;
    color: #fff;
    background: #fd211f;
   
    padding: 0px 5px 1px 5px;
                      /* color del relleno */
  -webkit-text-stroke: 0px white;  /* borde nítido (Chrome, Edge, Safari) */
  font-weight: bold;
  font-size: 20px;

}


@media screen and (max-width:2560px) {
	.cont_opciones {
	width:25%;
    right: 4px;
    outline: none;
    background-color: var(--dropdown-background);
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(var(--shadow-rgb), .26), 0 2px 10px 0 rgba(var(--shadow-rgb), .16);
   
} 
    .ancho_tabladetalles{
		width:34cm;
	}
    .cnt_det2{
width: 25%;
    padding: 5px;
    float: left;
    margin-left: 66px;
    margin-right: auto;
}
    	    .modal_body1{
  
     min-height: 954px;
    height: 389px;
} 
	.span_menu_grande{
		color:transparent;
}
	.span_menu_chico{
	display:none;
}
	.cnt_v_lotead{
	width:20%;float: left;position: relative;min-height: 1px;padding-right: 10px;padding-left: 10px;box-sizing: border-box;-webkit-font-smoothing: antialiased;
}
.cnt_opciones_busqueda {
    width: 50%;
    margin: auto;
}
.search-panel {
	height: auto;
	padding: 20px 0px 20px 0px;
}
.menumovil{
	/*display:none;*/
}
.submenus{
	display: block;
}
.cont_emergente_alert{
	width: 13%;
    height: 135px;
}
}
@media screen and (max-width:1440px) {
.texto-borde_monto {top: 42%;font-size: 18px;}
.cont_opciones {
	width:25%;
    right: 4px;
    outline: none;
    background-color: var(--dropdown-background);
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(var(--shadow-rgb), .26), 0 2px 10px 0 rgba(var(--shadow-rgb), .16);
    
}      
	 .ancho_tabladetalles{
		width:37cm;
	}
    .cnt_det2{
	width:25%;float: left;     margin-left: 55px; margin-right: auto;
}
    .modal_body1 {
    min-height: 892px;
    height: 389px;
}
	.span_menu_grande{
		color:transparent;
}
	.span_menu_chico{
	display:none;
}
		.cnt_v_lotead{
	width:25%;float: left;position: relative;min-height: 1px;padding-right: 10px;padding-left: 10px;box-sizing: border-box;-webkit-font-smoothing: antialiased;
}
.cnt_opciones_busqueda {
    width: 50%;
    margin: auto;
	}
.search-panel {
	height: auto;
	padding: 20px 0px 20px 0px;
}
.menumovil{
	display:none;
}
.submenus{
	display: block;
}
.cont_emergente_alert{
	width: 22%;
    height: 135px;
}
}
@media screen and (max-width:1024px) {
.texto-borde_monto {top: 42%;font-size: 18px;}
.cont_opciones {
	width:28%;
    right: 4px;
    outline: none;
    background-color: var(--dropdown-background);
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(var(--shadow-rgb), .26), 0 2px 10px 0 rgba(var(--shadow-rgb), .16);
    
}     
	.ancho_tabladetalles{
		width:26cm;
	}
    .cnt_det2{
	width: 48%;
    padding: 5px;
    float: left;
    margin-left: auto;
    margin-right: auto;
}
    .modal_body1 {
    min-height: 892px;
    height: 389px;
}
	.span_menu_grande{
		color:transparent;
}
	.span_menu_chico{
	display:none;
}
	.cnt_v_lotead{
	width:50%;float: left;position: relative;min-height: 1px;padding-right: 10px;padding-left: 10px;box-sizing: border-box;-webkit-font-smoothing: antialiased;
}
	.cnt_opciones_busqueda {
    width: 50%;
    margin: auto;
	}
.search-panel {
	height: auto;
	padding: 20px 0px 20px 0px;
}
.menumovil{
	display:none;
}
.submenus{
	display: block;
}
.cont_emergente_alert{
	width: 30%;
    height: 135px;
}
}
@media screen and (max-width:768px) {
.texto-borde_monto {top: 44%;}
.cont_opciones {
	width:70%;
    right: 4px;
    outline: none;
    background-color: var(--dropdown-background);
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(var(--shadow-rgb), .26), 0 2px 10px 0 rgba(var(--shadow-rgb), .16);
  
}      
	 .ancho_tabladetalles{
		width:20cm;
	}
    .cnt_det2{
	    width: 38%;
    float: left;
    margin-left: 50px; margin-right: auto;
}
    .modal_body1 {
    min-height: 892px;
    height: 389px;
}
	.span_menu_grande{
		color:#fff;
}
	.span_menu_chico{
	display:block;
}
.cnt_v_lotead{
	width:50%;float: left;position: relative;min-height: 1px;padding-right: 10px;padding-left: 10px;box-sizing: border-box;-webkit-font-smoothing: antialiased;
}
.cnt_opciones_busqueda{
	width: 90%; margin: auto;
}
.search-panel {
	height: auto;
	padding: 20px 0px 20px 0px;
}
.cnt_cab_det{
	height: 400px;
}
.slideshow{
	height: 400px;
}
.menumovil{
	display:block;
}
.submenus{
	display: none;
}
.cont_emergente_alert{
    width: 43%;
    height: 133px;
}

}
@media screen and (max-width: 489px) {
.texto-borde_monto {top: 44%;}
.cont_opciones {
	width:85%;
    right: 4px;
    outline: none;
    background-color: var(--dropdown-background);
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(var(--shadow-rgb), .26), 0 2px 10px 0 rgba(var(--shadow-rgb), .16);
   
}      
   .ancho_tabladetalles{
		width:20cm;
	}
    .cnt_det2{
	width:90%;float: none; margin-left: auto; margin-right: auto;
}
	    .modal_body1{
  
     min-height: 596px;
    height: 389px;
} 
		.span_menu_grande{
	color:#fff;
}
		.span_menu_chico{
	display:block;
}
	.cnt_v_lotead{
	width:100%;float: left;position: relative;min-height: 1px;padding-right: 10px;padding-left: 10px;box-sizing: border-box;-webkit-font-smoothing: antialiased;
}
.cnt_opciones_busqueda{
	width: 90%; margin: auto;
}
.search-panel {
	height: auto;
	padding: 20px 0px 20px 0px;
}
.cnt_cab_det{
	height: 400px;
}
.slideshow{
	height: 400px;
}
.menumovil{
	display:block;
}
.submenus{
	display: none;
}
.cont_emergente_alert{
    width: 70%;
    height: 133px;
}
	
}

@media screen and (max-width: 425px) {
.texto-borde_monto {top: 44%;}
.cont_opciones {
	width:90%;
    right: 4px;
    outline: none;
    background-color: var(--dropdown-background);
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(var(--shadow-rgb), .26), 0 2px 10px 0 rgba(var(--shadow-rgb), .16);
   
}      
	.ancho_tabladetalles{
		width:20cm;
	}
    .cnt_det2{
	width:90%;float: none; margin-left: auto; margin-right: auto;
}
    .modal_body1{
  
     min-height: 677px;
    height: 389px;
}  
		.span_menu_grande{
	color:#fff;
}
		.span_menu_chico{
	display:block;
}
	.cnt_v_lotead{
	width:100%;float: left;position: relative;min-height: 1px;padding-right: 10px;padding-left: 10px;box-sizing: border-box;-webkit-font-smoothing: antialiased;
}
.cnt_opciones_busqueda{
	width: 90%; margin: auto;
}
.search-panel {
	height: auto;
	padding: 20px 0px 20px 0px;
}
.cnt_det {
    width: 98%;
    margin-left: 2px;
    margin-right: 2px;
    float: left;
}
.cnt_det_1 {
    width: 98%;
    margin-left: 2px;
    margin-right: 2px;
    float: left;
}
.cnt_cab_det{
	height: 400px;
}
.slideshow{
	height: 400px;
}
.menumovil{
	display:block;
}
.submenus{
	display: none;
}
.cont_emergente_alert{
    width: 87%;
    height: 133px;
}
	
}
@media screen and (max-width: 375px) {
	.texto-borde_monto {top: 44%;}
.cont_opciones {
	width:90%;
    right: 4px;
    outline: none;
    background-color: var(--dropdown-background);
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(var(--shadow-rgb), .26), 0 2px 10px 0 rgba(var(--shadow-rgb), .16);
   
}     
	.ancho_tabladetalles{
		width:20cm;
	}
    .cnt_det2{
	width:90%;float: none; margin-left: auto; margin-right: auto;
}
.modal_body1{
   
    min-height: 595px;
    height: 389px;
}  

.span_menu_grande{
	color:#fff;
}
		.span_menu_chico{
	display:block;
}
	.cnt_v_lotead{
	width:100%;float: left;position: relative;min-height: 1px;padding-right: 10px;padding-left: 10px;box-sizing: border-box;-webkit-font-smoothing: antialiased;
}
.cnt_opciones_busqueda{
	width: 90%; margin: auto;
}
	.cnt_det {
    width: 98%;
    margin-left: 2px;
    margin-right: 2px;
    float: left;
}
	.search-panel {
	height:auto;
	padding: 20px 0px 20px 0px;
}
.cnt_cab_det{
	height: 400px;
}
.slideshow{
	height: 400px;
}
.menumovil{
	display:block;
}
.submenus{
	display: none;
}
.cont_emergente_alert{
    width: 87%;
    height: 133px;
}
	.input_TEXT{
	  font-size: 12px;
    padding-top: 12px;
	}
	
	.input_progress{
	  font-size: 10px;
	}
	.input_ok{
	  font-size: 10px;
	  height: 20px;
    width: 27px;
	}
}
@media screen and (max-width: 320px) {
	.texto-borde_monto {top: 44%;}
.cont_opciones {
	width:90%;
    right: 4px;
    outline: none;
    background-color: var(--dropdown-background);
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(var(--shadow-rgb), .26), 0 2px 10px 0 rgba(var(--shadow-rgb), .16);
  
}    
   .ancho_tabladetalles{
		width:20cm;
	}
    .cnt_det2{
	width:90%;float: none; margin-left: auto; margin-right: auto;
}
.modal_body1{
    min-height: 595px;
    height: 389px;
}    
    
		.span_menu_grande{
	color:#fff;
}
		.span_menu_chico{
	display:block;
}
		.cnt_v_lotead{
	width:100%;float: left;position: relative;min-height: 1px;padding-right: 10px;padding-left: 10px;box-sizing: border-box;-webkit-font-smoothing: antialiased;
}
	.cnt_det {
    width: 98%;
    margin-left: 2px;
    margin-right: 2px;
    float: left;
}
	.search-panel {
	height: auto;
	padding: 20px 0px 20px 0px;
}
.cnt_cab_det{
	height: 400px;
}
.slideshow{
	height: 400px;
}
.menumovil{
	display:block;
}
.submenus{
	display: none;
}
.cont_emergente_alert{
    width: 87%;
    height: 133px;
}
	.input_TEXT{
	  font-size: 12px;
    padding-top: 12px;
	}
	
	.input_progress{
	  font-size: 10px;
	}
	.input_ok{
	  font-size: 10px;
	  height: 20px;
    width: 27px;
	}
}


:root {
  --colorcabezera:#fff;
  /* --colorcabezera:#09c7a0; */
  --color_emergente_cabezera:#fff;
  --colorfondoblanco:#fff; 
      --colorcabezera_menu: #293a4a;
  --colorbotonmas:#FF9800;
  --colorbotonatras:#e4e6eb;
  --colorbotoncancelar:#9E9E9E;
  --colorbotoneliminar:#ff5722;
   --colorbotonphoto:#2196f3;
  --colorfondoemergente:#0000005c;
  --colorhover:#f0f0f0;
  --dropdown-background: #fff;
  --shadow-rgb: 0,0,0;
  --shadow_emergente_alert: #4a484836;
  --white:#fff;
  --dark-gray:#333;
  --main-gray:#ededed;
  --light-gray:#f7f7f7;
  --dark-green:#009688;
  --info-message:rgba(225,245,254,.92); /* blue messages */
}