/*****  ABOUT US  *****/
.about-us, #about-us-2{
	width: 100%;
	height: 450px;
	background: white;
	color: #808280;
}

#about-us-2{
	height: 750px;
}

.about-us > div, #about-us-2 > div{
	float: left;
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
}

#about-us-information > div, #about-us-information-2 > div{
	width: 80%;
	margin: 0 auto;
	/* background: rgba(255, 255, 255, 0.5); */
	color: black;
	padding: 20px 25px;
}

#about-us-information .section-title, #about-us-information-2 .section-title{
	text-align: left;
    margin-left: 0;
}

#about-us-body{
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: white;
}

#about-us-body-2{
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
}

#about-us-body-2 li{
	display: block;
	margin-bottom: 10px;
}

#about-us-body > hr, #about-us-body-2 > hr{
	border-width: 1px;
	border-style: solid;
	/* border-image: linear-gradient( to right, #7D5500 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #7D5500 100% ) 1; */
	width: 100px;
	color: #808080;
	/* margin: 15px 0 20px 0; */
}

/*#about-us-image > div{
	background-image: url(../img/banners/doctor.jpg);
}*/

/*#about-us-image-2 > div{
	background-image: url(../img/politicas.jpg);
}*/

#about-us-image > div, #about-us-image-2 > div{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* width: 100%; */
    /* height: 100%; */
    margin: 0 auto;
    display: flex;
}

#about-us-image video{
	width: 100%;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
}

#about-us-information .title-section, #about-us-information-2 .title-section{
	padding-top: 0px !important;
}

#about-us-information .title-section .title, #about-us-information-2 .title-section .title{
	color: white;
	font-size: 45px;
}

#click-to-contact{
	background: none;
	border: 1px solid #d9b391;
	color: #d9b391;
	font-size: 14px;
	padding: 15px 20px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
	transition: .3s all;
	display: block;
	width: fit-content;
	margin: 0 auto;
}

#click-to-contact:hover{
	background: #F8E1DB;
	color: #d9b391;
}
/***** FIN ABOUT US  *****/

@media only screen and (max-width: 599px) {
    .about-us, #about-us-2{
		height: auto;
	}

	.about-us > div, #about-us-2 > div {
    	float: initial;
    	width: 100%;
    	text-align: center;
	}

	#about-us-information .section-title, #about-us-information-2 .section-title {
    	text-align: center;
    	margin-left: inherit;
    	line-height: 35px;
	}

	#about-us-body > hr, #about-us-body-2 > hr {
    	margin-inline-start: auto;
	}

	/*#about-us-image, #about-us-image-2{
		height: 300px !important;
	}*/

	#about-us-body-2 ul{
		padding-inline-start: 0px;
	}

	#about-us-image video {
		width: 100%;
		border-bottom-right-radius: initial;
		border-top-right-radius: initial;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px){
    .about-us, #about-us-2{
		height: auto;
	}

	.about-us > div, #about-us-2 > div {
    	float: initial;
    	width: 100%;
    	text-align: center;
    	min-height: 450px;
    }

	#about-us-information .section-title, #about-us-information-2 .section-title {
    	text-align: center;
    	margin-left: inherit;
    	line-height: 35px;
	}

	#about-us-body > hr, #about-us-body-2 > hr {
    	margin-inline-start: auto;
	}

	#about-us-image, #about-us-image-2{
		height: 200px !important;
	}
}
