@charset "UTF-8";
@viewport {
    width: device-width !important;
}

.SEn_padding_incluido 
{
	box-sizing:border-box !important; 
	-moz-box-sizing:border-box !important;  
	-webkit-box-sizing:border-box !important; 
}

.SEn_body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #555;
}

.SEn_capa_oculta {
	display: none;
}

.SEn_main {
	min-height: 75vh;
}

.SEn_main_V2 {
	float: left;
	width: 100%;
}

.SEn_main_V4 {
	float: left;
	width: 100%;
	/*background-color: lightblue;*/
}

.SEn_main_V- {
	float: left;
	width: 100%;
	/*background-color: lightblue;*/
}

.SEn_header {
	position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 1030;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.5); 
}

.SEn_header>div {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 50px;
}

.SEn_contenedor_contenido>.SEn_capa_resultados {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    min-height: 50px;
}

.SEn_logo {
	position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40%;
}

.SEn_capa_total_contenido {
    width: 100%;
    float: left;
    /*margin: 15px 0px 15px 0px;*/
    /*padding: 15px;*/
    border-radius: 4px;
    z-index: 1;
}

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

.SEn_fondo_buscador {
	width: 100%;
    height: 0;
    opacity: 0;
    background-color: #666;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.1s ease-in;
    
    opacity: 1;
    box-shadow: inset 0 6px 6px -5px #999;
    
    background-image: url(../images/imagenfondo.png);
}

.SEn_capa_buscador {
	width: auto;
    margin: 30px 15px 0;
    padding: 15px;
    border-radius: 4px;
    z-index: 1;
    background-color: rgba(80,80,80,0.64);
}

.SEn_capa_buscador_V2 {
	width: 100%;
	float: left;
    margin: 15px 0px 15px 0px;
    padding: 15px;
    border-radius: 4px;
    z-index: 1;
}

.SEn_titulo_buscador {
	font-size: 25px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-shadow: 1px 1px 3px #505050;
    color: #fff;
}

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

.SEn_contenedor_contenido>div {
    /*width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;*/
}

#SEn_Mapa_capaPadre {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-bottom: 20px;
	height: 450px;
	padding-right: 0px;
	padding-left: 0px;
	display: none;
	float: left;
}

.SEn_cover_V2 {
	margin: 0px auto;
    width: 100%;
}

.SEn_footer_V2 {
	height: 100px;
	border-top: 1px solid #ddd;
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-top: 20px;
}

.SEn_footer_V2>div {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}





/* ====== MEDIA RESPONSIVE ===== */


@media (max-width: 1140px) {
	/* ---- Posicion a pantalla completa en Mobile */
	#SEn_Mapa_capaPadre {
		position: fixed;
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		z-index: 9999999;
		background-color: #fff;
	}

	.SEn_mapa_btn_cerrar_mobile {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 19999999;
		background-image: url(https://mrplan.io/scr/modulos/TSearch/images/close.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	#SEn_Mapa_capaPadre_mobile {
		position: absolute;
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		z-index: 9999999;
	}
}

@media (max-width: 768px)
{	
	.SEn_main {
		padding-top: 50px;
	}
	
	.SEn_main_V2 {
		padding-top: 50px;
	}
	
	.SEn_logo img{
		height: 35px;
	}
	
	.SEn_capa_buscador {
    	/*height: 180px;*/
    	background-color: transparent !important;
    	float:left;
	}
	
	.SEn_contenedor_buscador
	{
		float:left;
	}
	
	.SEn_contenedor_contenido
	{
		float:left;
	}
	
	.SEn_capa_resultados {
		float:left;
	}
	
	.SEn_titulo_buscador {
		display: none;
	}
	
	.SEn_contenedor_contenido>div {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 768px)
{
	.SEn_header {
	    position: static;
	    z-index: 1000;
	}
	
	.SEn_header>div {
	    min-height: 80px;
	}
	
	.SEn_contenedor_contenido>.SEn_capa_resultados {
		
	}
	
	.SEn_capa_buscador {
		width: 80%; /*720px;*/
	    margin: 30px auto 0;
	}
	
	.SEn_contenedor_contenido>div {
		/*max-width: 750px;*/
	}

	.SEn_cover_V2 {
	    max-width: 750px;
	}
}

@media (min-width: 992px)
{
	.SEn_header>div {
	    max-width: 970px;
	}
	
	.SEn_footer_V2>div {
	    max-width: 970px;
	}
	
	.SEn_contenedor_contenido>.SEn_capa_resultados {
	    max-width: 970px;
	}
	
	.SEn_fondo_buscador {
		height: 300px;
	}
	
	.SEn_capa_buscador {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	    margin: 0;
	}
	
	.SEn_contenedor_contenido>div {
		/*max-width: 970px;*/
	}

	.SEn_cover_V2 {
	    max-width: 970px;
	}
}

@media (min-width: 1200px)
{
	.SEn_header>div {
	    max-width: 1140px;
	}
	
	.SEn_footer_V2>div {
	    max-width: 1140px;
	}
	
	.SEn_contenedor_contenido>.SEn_capa_resultados {
	    max-width: 1140px;
	}
	
	.SEn_capa_buscador {
		width: 1170px;
	}
	
	.SEn_contenedor_contenido>div {
		/*max-width: 1140px;*/
	}

	.SEn_cover_V2 {
	    max-width: 1140px;
	}
}