/*Header*/
header {
	position: relative;
}
header .background-header .slider .slide {
	background-position: 72% center;
}	
header .menu-top-bar .menu-nav {
	display: none;
}
header .menu-top-bar .logo-top {
	max-width: 190px;
	left: 10px;
}
header .content-header .text-header .text-header-half {
	width: 70%;
}
header .content-header .text-header .text-header-half h1{
	font-size: 18pt;	
}
header .content-header .text-header .text-header-half .logo-and-touch-us a {
	width: 50%;
}
header .background-header{
	background-position: 70%;
}

/*Icon Menú*/
header .menu-top-bar .menu-icon-mobile{
	display: none;
	/*display: flex;*/
	position: relative;
	float: right;
	right: 15px;
	height: 100%;
	justify-content: center;
	align-items: center;
}

header .menu-top-bar .menu-icon-mobile .icon-menu-container {
  display: inline-block;
  cursor: pointer;
}

header .menu-top-bar .menu-icon-mobile .icon-menu-container .bar1, header .menu-top-bar .menu-icon-mobile .icon-menu-container .bar2, header .menu-top-bar .menu-icon-mobile .icon-menu-container .bar3 {
  width: 40px;
  height: 8px;
  background-color: #4a314e;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 5px;
}
header .menu-top-bar .menu-icon-mobile .icon-menu-container.change .bar1 {
  transform: translate(0, 16px) rotate(-45deg);
}
header .menu-top-bar .menu-icon-mobile .icon-menu-container.change .bar2 {opacity: 0;}

header .menu-top-bar .menu-icon-mobile .icon-menu-container.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

/*Procedures*/
section.procedures-section-home {
	padding-top: 40px;
}
section.procedures-section-home .procedures-list-hidden{
	overflow-x: auto;
	width: 100%;
}
section.procedures-section-home .procedures-list-hidden .procedures-list {
	width: 720px;
}	
section.procedures-section-home .procedures-list-hidden .procedures-list .procedures-list-item {
	width: 200px;
	margin-right: 20px;
	margin-left: 20px;
}

/* Gallery Home*/
section.gallery-section-home {
	padding: 30px 20px;
}
section.gallery-section-home h2.title {
	font-size: 25pt;
	margin-bottom: 12px;
}
section.gallery-section-home .bx-wrapper .bx-controls-direction a {
	top: 110%;
	margin-top: 0px;
	width: 52px;
	height: 52px;
}
section.gallery-section-home .bx-wrapper .bx-pager {
	bottom: -50px;
}

/* Contact Form Home 1*/
section.form-contact-home-1 .bg-service {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	float: none;
	background-position: 138% 130%;
	background-size: 250px;
	-webkit-transform: none);
	transform: none;
	z-index: 5;
}
section.form-contact-home-1 .form-service {
	position: relative;
	min-height: 690px;
	width: 90%;
	margin: 0px auto;
	padding-top: 40px;
	float: none;
	display: block;
	z-index: 20;
}
section.form-contact-home-1 .form-service .form-service-box .input-div {
	text-align: right;
}

/*Reviews Home*/
section.review-home {
	padding-top: 40px;
	padding-bottom: 70px;
	background: rgb(172,119,163);
	background: linear-gradient(175deg, rgba(172,119,163,1) 0%, rgba(249,189,127,1) 100%);
}
section.review-home .title {
	font-size: 24pt;
}
section.review-home .bx-wrapper .bx-controls-direction a {
	top: 105%;
	margin-top: 0px;
	width: 52px;
	height: 52px;
}
section.review-home .bx-wrapper .bx-prev {
	left: -0px;
}
section.review-home .bx-wrapper .bx-next {
	right: -0px;
}
section.review-home .bx-wrapper .bx-pager {
	bottom: -50px;
	width: 67%;
	left: 17%;
}
section.review-home .bx-wrapper .bx-pager-item {
	margin-bottom: 5px;
}

/*About Dr. PAtricia*/
section.about-dr-patricia-home .about-dr-patricia-left {
	width: 90%;
	float: none;
	min-height: 500px;
	display: block;
	padding-left: 0px;
	margin: 0 auto;
}
section.about-dr-patricia-home .about-dr-patricia-left .about-dr-patricia-box h3 {
	font-size: 25pt;
}
section.about-dr-patricia-home .about-dr-patricia-right {
	width: 0;
	margin-left: 0px;
	float: none;
	min-height: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0px;
}
section.about-dr-patricia-home .about-dr-patricia-right-mobile {
	display: block;
	margin: 20px auto;
	width: 90%;
	float: none;
}
section.about-dr-patricia-home .about-dr-patricia-right-mobile img{
	width: 100%;
}	
		
/* Footer */
footer {
	background-color: #f5f7f7;
	min-height: 600px;
	padding-bottom: 50px;
}
footer .box-center{
	display: block;
	
}
footer .footer-right{
	position: relative;
	width: 100%;
}
footer .footer-right .footer-right-box{
	margin: 10px auto 50px;
	width: 70%;
}

footer .footer-left{
	position: relative;
	width: 100%;
}
footer .footer-left .footer-left-box{
	padding-top: 50px;
	margin: 0px auto;
	padding-bottom: 10px;
	width: 90%;
}