/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}


/* ---------------------------------------------------
    WINPLUS STYLE
----------------------------------------------------- */
.bg-01 {
	background: #E5E5E5;
}
.winplus{
	text-decoration: none;
}

.winplus:hover{
	color: rgba(0,203,255,1.00);
}

.map-responsive{
    overflow:hidden;
    padding-bottom:20%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.btn-contratar{
	width:100%; 
	height: 100%; 
	z-index: 1;
	opacity: 0;
		transition: all 0.4s;
	background: rgba(255,255,255,.75);
}

.btn-contratar:hover{

	opacity: 100;
}



@media (max-width:1024px){
	.map-responsive{
    padding-bottom:50%;

}
	#sidebarCollapse {
		top: 30px;
		margin-left: calc(100% - 105px);
		background: rgba(1,66,166,.89);
		position: absolute;
		z-index: 1030
	}

}



