/*Header*/
header{
	
}
header .content-header .text-header .text-header-half h1 {
	font-size: 23pt;
}
header .menu-top-bar .menu-nav {
	display: none;
}

/*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);
}
header .content-header .text-header .text-header-half {
	width: 47%;
}

/*Review Home*/
section.review-home .box-center{
	padding-left: 15px;
	padding-right: 15px;
	width: calc(100% - 30px);
}
section.review-home .title {
	font-size: 25pt;
}
section.review-home .subtitle {
	font-size: 13pt;
}

/*Procedures Home*/
section.procedures-section-home .procedures-list .procedures-list-item {
	width: 22%;
	padding: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
section.procedures-section-home .procedures-list .procedures-list-item.hover-item{
	padding: 25px;
	margin-left: 10px;
	margin-right: 10px;
}	
section.procedures-section-home .procedures-list .procedures-list-item h2 {
	font-size: 16pt;
}

/*Gallery Home*/
section.gallery-section-home {
	position: relative;
	padding: 30px 20px;
	background: rgb(255,218,186);
	background: linear-gradient(118deg, rgba(255,218,186,1) 0%, rgba(255,167,184,1) 100%);
}
section.gallery-section-home h2.title {
	font-size: 30pt;
	margin-bottom: 12px;
}
section.gallery-section-home .gallery-slider-home-item h3 {
	font-size: 15pt;
	margin-bottom: 12px;
}

/*Contact Form 1*/
section.form-contact-home-1 {
	min-height: 690px;
}
section.form-contact-home-1 .bg-service {
	min-height: 690px;
	width: 43%;
	background-position: center 150%;
	background-size: 298px;
}
section.form-contact-home-1 .form-service {
	min-height: 620px;
	width: 50%;
	margin-right: 5%;
}
section.form-contact-home-1 .form-service .form-service-box p {
	font-size: 12pt;
}

/*Dra PAtricia*/
section.about-dr-patricia-home {
	position: relative;
	padding: 10px 0px 0px 10px;
}
section.about-dr-patricia-home .about-dr-patricia-right {
	width: calc( 50% - 30px );
	margin-left: 30px;
	float: right;
	background-size: 290px;
	padding-bottom: 50px;
	padding-top: 50px;
	background-position: center bottom;
}
section.about-dr-patricia-home .about-dr-patricia-left {
	width: 46%;
	padding-left: 15px;
	padding-bottom: 50px;
	padding-top: 50px;
}
section.about-dr-patricia-home .about-dr-patricia-left .about-dr-patricia-box h3 {
	font-size: 21pt;
}
section.about-dr-patricia-home .about-dr-patricia-left .about-dr-patricia-box p {
	font-size: 12pt;
}

/*Footer */
footer .footer-right{
	width: 45%;
}
footer .footer-right .footer-right-box{
	width: 90%;
}
footer .footer-right .footer-right-box p {
	font-size: 12pt;
}
footer .footer-right .footer-right-box .logo-footer img{
	width: 100%;
}
footer .footer-left{
	width: 60%;
}	
footer .footer-left .footer-left-box{
	width: 90%;
	margin: 70px auto 0;
}
footer .footer-left .footer-left-box p {
	font-size: 12pt;
	padding-left: 0px;
}