/***** UBICACION  *****/
.surgery{
	width: 100%;
    height: 500px;
}

#surgery-one{
	background: linear-gradient(to bottom, rgba(115, 103, 48, 0.8) 10%, rgba(115, 103, 48, 0.8) 100%), url(../img/banners/consultorio.jpg);
	background-size: cover;
	background-position: center;
}

#surgery-two{
	background: linear-gradient(to bottom, rgba(59, 57, 45, 0.8) 10%, rgba(59, 57, 45, 0.8) 100%), url(../img/banners/consultorio2.jpg);
	background-size: cover;
	background-position: center;
}

.surgery-map{
	float: left;
	width: 75%;
	height: 100%;
}

.surgery-map > iframe{
	border: 0px;
    height: 100%;
    width: 100%;
}

.surgery-information{
	float: left;
	height: 100%;
	width: 25%;
	background-color: #0b5c87;
	color: white;
	display: flex;
	align-items: flex-end;
	font-size: 15px;
}

.surgery-information > div{
	width: 80%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 20px;
}

.surgery-information h1{
    font-size: 25px;
    line-height: 30px;
}

.surgery-information hr{
    width: 200px;
    border-top-width: 0;
    border-width: 1px;
    border-style: solid;
    border-color: white;
}
/***** FIN UBICACION  *****/


@media only screen and (max-width: 599px) {
	.surgery-map, .surgery-information{
		float: initial;
		width: 90%;
		margin: 0 auto;
	}
	
	.surgery-map{
		height: 300px;
	}
	
	.surgery-information{
		height: 500px;
	}
	
	.surgery{
		height: auto;
		padding-bottom: 30px;
	}
}


@media only screen and (min-width: 600px) and (max-width: 767px){
	.surgery-information{
		width: 40%;
	}
	
	.surgery-map{
		width: 60%;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px){
	.surgery-information{
		width: 35%;
	}
	
	.surgery-map{
		width: 65%;
	}
}
