body{
	font-family: Helvetica;
	margin: 0;
}

a{
	color: inherit;
	text-decoration: none;
}

.color-one-text{
	color: #000 !important;
}

.dark-text{
	color: white;
}

.blue-text{
	color: #383838;
}

.white-text{
	color: white;
}

#background-video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  filter: blur(8px) opacity(0.5) brightness(1.4)
}

/*****  ENCABEZADO  *****/

header{
	width: 100%;
	height: 100px;
	background-color: rgb(244 249 253 / 70%);
}

header > div{
	width: 90%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

header > div > div{
	display: inline-block;
}

#logo{
	left: 0;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
}

#general-information{
	right: 0;
    position: absolute;
	height: 100%;
}

#close-general-information, #close-primary-menu{
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #def5ee;
	border-radius: 40px;
	color: #16a19b;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
	font-size: 20px;
	display: none;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

#show-general-information{
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #319894;
	text-align: center;
	color: white;
	border-radius: 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	right: 0px;
	top: 30px;
	display: none;
	cursor: pointer;
}

#show-primary-menu{
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #319894;
	border-radius: 40px;
	text-align: center;
	line-height: 43px;
	top: 30px;
	left: 0px;
	display: none;
	cursor: pointer;
}

#show-primary-menu img{
	height: 13px;
	width: 15px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
}

.information{
	display: inline-flex;
    align-items: center;
	height: 100%;
	margin-left: 35px;
}

.icon-information{
	margin: 0px 10px;
}

.icon-information img{
	filter: brightness(0) saturate(100%) invert(49%) sepia(61%) saturate(549%) hue-rotate(128deg) brightness(93%) contrast(93%);
}

.data-information{
	font-size: 14px;
	color: #979796;
}

.data-information a{
	position: relative;
	top: -7px;
	transition: .3s;
}

.data-information a:hover{
	/* background-image: linear-gradient( to right, #cb9b51 0%, #f6e27a 30%, #f6f2c0 50%, #f6e27a 70%, #cb9b51 100% ); */
	/* color: transparent; */
	/* -webkit-background-clip: text; */
	/* width: fit-content; */
	color: #319894;
}

.data-information p{
	margin-block-start: 8px;
    margin-block-end: 8px;
	font-size: 12px;
}

/*****  FIN ENCABEZADO  *****/


/***** MENU  *****/
#primary-menu{
	height: 50px;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    /*border-bottom: 1px solid #e5e5e5;*/
}

#primary-menu > div{
	width: 90%;
    height: 100%;
    margin: 0 auto;
	position: relative;
}

nav{
	font-family: Helvetica;
}

nav > ul{
	list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

nav > ul > li{
	float: left;
	position: relative;
	z-index: 5;
	margin: 0 30px 0 0;
	line-height: 55px;
	font-size: 15px;
	color: black;
	cursor: pointer;
	text-transform: uppercase;
	transition: .3s;
	font-weight: bold;
}

.menu:hover{
	/* background-image: linear-gradient( to right, #cb9b51 0%, #f6e27a 30%, #f6f2c0 50%, #f6e27a 70%, #cb9b51 100% ); */
	/* color: transparent; */
	/* -webkit-background-clip: text; */
	/* width: fit-content; */
	color: #319894;
}

#social-networks{
	height: 100%; 
	/*border-left: 1px solid #e5e5e5;*/
    position: absolute;
    right: 0;
}

#social-networks > div{
	display: inline-flex;
	align-items: center;
	margin-left: 20px;
	height: 100%;
	background-color: #def5ee;
	height: 40px;
	width: 40px;
	border-radius: 40px;
	margin-top: 5px;
	transition: .3s;
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 40%);
}

#social-networks > div:hover{
	background-color: #319894;
}

#social-networks > div > a{
	position: relative;
    left: 9px;
    top: 2px;
}

#social-networks > div > a > img{
	filter: brightness(0) saturate(100%) invert(49%) sepia(61%) saturate(549%) hue-rotate(128deg) brightness(93%) contrast(93%);
	transition: .3s;
}

#social-networks > div:hover > a > img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(2deg) brightness(103%) contrast(105%);;
}
/*****  FIN MENU  *****/

/*****  DATOS DEL DOCTOR *****/
#doctor-data{
	/*background: linear-gradient(to left, rgba(255,255,255,0) 37%, rgba(255,255,255,0.8) 48%), url(../img/foto-header.jpeg) no-repeat;
	background-image: url(../img/foto-header.jpeg); */
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

#name-doctor{
	height: 450px;
    display: flex;
    align-items: center;
	width: 100%;
}

#name-doctor > div{
	width: 80%;
	margin: 0 auto;
	color: #6a6a65;
}

.title{
	font-size: 60px;
	margin-block-start: 0;
	margin-block-end: 0;
	/* background-image: linear-gradient(
	to right,
	#7D5500 0,
    #cb9b51 22%, 
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#7D5500 100%
	); */
	/* color:transparent; */
	/* -webkit-background-clip:text; */
	/* width: fit-content; */
	color: #319894;
}

.subtitle{
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.title-section .title{
	width: initial;
}

#name-doctor > div > p{
	width: 40%;
	line-height: 27px;
	font-size: 20px;
}

#photo-mobile{
	display: none;
}

#networks-mobile{
	display: none;
}

#networks-mobile > div{
	display: inline-flex;
	align-items: center;
	/* background-color: #330253; */
	border-radius: 30px;
	height: 40px;
	width: 40px;
	padding: 5px;
	margin: 5px 10px;
	background: #319894;
}

#networks-mobile > div > a{
	margin: 0 auto;
	display: flex;
    align-items: center;
}

#networks-mobile > div img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
}
/*****  FIN DATOS DEL DOCTOR  *****/

/*****  CONTACTO  *****/
#contact > div{
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background-color: #319894;
	/* border-radius: 100px; */
	margin-top: 0;
	color: white;
	z-index: 0;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

#contact > div > div{
	float: left;
	display: flex;
    align-items: center;
    height: 100%;
}

#contact > div > div:first-child{
	width: 25%;
    font-size: 20px;
    text-align: right;
    padding-left: 5%;
}

#contact > div > div:first-child b{
	font-size: 28px;
}

#form-contact{
	width: 70%;
}

#form-contact form{
	width: 95%;
	height: 100%;
}

#form-contact fieldset{
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0;
    border: none;
}

#form-contact fieldset > div{
	float: left;
	height: 100%;
	display: table;
}

#form-contact fieldset > div > div{
	display: table-cell;
    vertical-align: middle;
}

#column-first{
	width: 40%;
	margin-left: 2%;
}

#column-second{
	width: 40%;
}

#form-contact .input-text{
	background-color: #def5ee;
	border: none;
	color: #6a6a65;
	font-size: 16px;
	/*font-family: 'Raleway-Regular';*/
	/*border-radius: 20px;*/
	text-indent: 15px;
	height: 30px;
	width: 90%;
	margin: 5px 0px;
}

#form-contact .input-text::placeholder, #form-contact .text-area::placeholder{
	color: #6a6a65;
	font-style: italic;
	font-size: 14px;
}

#form-contact .text-area{
	background-color: #def5ee;
	width: calc(90% - 15px);
	/*border-radius: 20px;*/
	margin: 5px 0px;
	height: 54px;
	color: #6a6a65;
	border: none;
	font-size: 16px;
	font-family: Verdana;
	resize: none;
	padding: 10px;
}

#form-contact #submit-button{
	background: #6a6a65;
	border: none;
	color: white;
	/*font-family: 'Raleway-Regular';*/
	font-size: 12px;
	padding: 15px 35px;
	/*border-radius: 20px;*/
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}

#form-contact #submit-button:hover{
	background: #323232;
}

#send-mail{
	display: none !important;
	text-align: center;
}

#send-mail label{
	display: block;
	margin-top: 5px;
}

/***** FIN CONTACTO  *****/


/*****  ABOUT US  *****/
#about-us{
	width: 100%;
    height: 550px;
    background-color: #def5ee;
    color: #6a6a65;
}

#about-us .title{
	font-size: 40px;
	text-align: left;
}

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

#about-us-information > div{
	width: 80%;
    margin: 0 auto;
}

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

#about-us-body{
	text-align: justify;
    line-height: 22px;
}

#about-us-body > 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;
    border-color: black;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

#about-us-image > div{
	background-image: url(../img/banners/5.jpeg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
/***** FIN ABOUT US  *****/


/*  PROCEDIMIENTOS  */
#services .title{
	font-size: 40px;
}

.title-section{
	text-align: center;
    margin-top: 50px !important;
    margin-bottom: 20px !important;
    width: fit-content;
    margin: 0 auto;
}

.description-section{
	text-align: center;
	width: 60%;
    margin: 0 auto;
    font-size: 17px;
	margin-top: 15px;
}

#services > div{
	width: 90%;
    margin: 0 auto;
}

.list-services{
	width: 100%;
	text-align: center;
	margin: 20px 0px;
	padding-bottom: 40px;
}

.photo{
	display: inline-block;
    width: 30%;
    height: 220px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 25px 5px rgb(137 173 255 / 20%);
}

.photo > div{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	transition: all .5s;
}

.gallery-name{
    position: absolute;
    background-color: white;
    width: calc(100% - 0px) !important;
    left: 0;
    color: #6a6a65;
    font-size: 17px;
    /* padding: 10px 0px; */
    bottom: 0px;
    /* height: auto !important; */
    display: flex;
    align-items: center;
}

.gallery-name > div{
	width: 80%;
    margin: 0 auto;
}

.gallery-name-title{
	font-size: 21px;
    font-weight: bold;
}

.photo:hover > div{
	transform: scale(1);
	cursor: pointer;
}

.photo:hover .gallery-name{
	color: white;
	background-color: transparent;
}

.photo:hover > .black-glass{
	opacity: 1;
}

.black-glass{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    background-size: cover !important;
    background-position: center;
}
/*  FIN PROCEDIMIENTOS  */


/*****  CURRÃCULUM Y EXPERIENCIA  *****/
#curriculum-and-experience{
	background-color: #efeded;
}

#back-title{
	background-color: #319894;
	color: white;
	height: 220px;
	display: flex;
	align-items: center;
}

#back-title > div{
	width: 90%;
	margin: 0 auto;
	margin-top: -70px;
}

.cv-exp-section{
	background-color: rgb(239 237 237);
	color: #383838;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	/* margin-top: -85px; */
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

#cv-exp-items{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 30px;
}

.item{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin: 20px;
	position: relative;
}

.logo-institution{
	background-color: white;
	width: 100%;
	height: 230px;
	display: flex;
	align-items: center;
}

.logo-institution img {
    max-width: 90%;
    max-height: 180px;
}

.logo-institution > div{
	margin: 0 auto;
}

.degree-description{
	background-color: #115250;
	color: white;
	text-align: left;
	height: 180px;
	font-size: 14px;
}

.degree{
	margin: 0;
    font-weight: bold;
    font-size: 19px;
	margin-bottom: -25px;
	padding-top: 30px !important;
}

.degree-description > p{
	padding: 15px;
}

.circle-item{
	position: absolute;
	width: 100%;
	height: 5px;
	background: #383838;
	top: 220px;
	border-radius: 0;
	left: 0;
}

#certifications .degree-description{
	background-color: #319894;
}

#experience .degree-description{
	background-color: #09c1b9;
	/* color: #6a6a65; */
}

#volunteering .degree-description{
	background-color: #c4ede0;
	color: #6a6a65;
}

.type{
	position: absolute;
    bottom: 5px;
    right: 10px;
    color: #0a86a7;
    text-transform: uppercase;
    font-size: 12px;
    font-style: italic;
}
/***** FIN CURRÍCULUM Y EXPERIENCIA  *****/


/*  VIDEOS  */
#videos{
	background-color: #319894;
	color: white;
	padding: 1px 0px;
}

#videos .title{
	font-size: 40px;
	color: #def5ee !important;
}

#list-videos{
	width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.video{
	display: inline-block;
	width: 30%;
	margin: 10px 10px;
}
/*  FIN VIDEOS  */

/***** UBICACIÃƒâ€œN  *****/
.surgery{
	width: 100%;
    height: 500px;
    margin-bottom: 40px;
}

#surgery-one{
	background: linear-gradient(to bottom, rgba(49, 152, 148, 0.8) 10%, rgba(49, 152, 148, 0.8) 90%), url(../img/consultorio.jpg);
	background-size: cover;
	background-position: left;
}

.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: 14px;
}

.surgery-information > div{
	width: 80%;
    margin: 0 auto;
    text-align: left;
	margin-bottom: 40px;
}

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

.surgery-information hr{
    /* border-color: #1baec6; */
    /* width: 50%; */
    /* margin-top: 40px; */
    /* margin-bottom: 40px; */
    width: 200px;
    border-top-width: 0;
    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;*/
}
/***** FIN UBICACIÃƒâ€œN  *****/

/*  CLIENTES  */
#customers .title{
	font-size: 40px;
}

#list-customers{
	width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.customer{
	margin: 10px 10px;
    width: 300px;
    height: 200px;
    display: inline-flex;
    align-items: center;
}

.customer img{
	margin: 0 auto;
}
/*  FIN CLIENTES  */


/*****  FOOTER  *****/
footer{
	background-color: #def5ee;
    height: 100px;
    color: #6a6a65;
}

footer span {
    margin: 0px 20px;
}

footer > div{
	width: 380px;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
/*****  FIN FOOTER  *****/

/*  BOTONES  */
#button-top, #button-whatsapp, #button-phone{
	position: fixed;
	z-index: 100;
	width: 60px;
	height: 60px;
	background-color: rgb(222 245 238);
	bottom: 20px;
	right: 20px;
	border-radius: 70px;
	color: #319894;
	text-align: center;
	font-size: 46px;
	transform: rotate(90deg);
	cursor: pointer;
	box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 40%);
	transition: ease .3s;
}

#button-top:hover, #button-whatsapp:hover, #button-phone:hover{
	background: #319894;
}

#button-top:hover span, #button-whatsapp:hover img, #button-phone:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(2deg) brightness(103%) contrast(105%);
}

#button-whatsapp{
    bottom: 95px !important;
    transform: initial;
}

#button-whatsapp img{
    filter: brightness(0) saturate(100%) invert(49%) sepia(61%) saturate(549%) hue-rotate(128deg) brightness(93%) contrast(93%);
    margin-top: 10px;
    transition: ease .3s;
}

#button-phone{
    bottom: 170px !important;
    transform: initial;
}

#button-phone img{
    filter: brightness(0) saturate(100%) invert(49%) sepia(61%) saturate(549%) hue-rotate(128deg) brightness(93%) contrast(93%);
    width: 39px;
    margin-top: 10px;
}
/*  FIN BOTONES */



@media only screen and (max-width: 991px)
 {
	#general-information{
		position: fixed;
		top: 0;
		bottom: 0;
		width: 100%;
		background-color: rgb(255 255 255 / 95%);
		z-index: 10;
		left: 100%;
		overflow: auto;
	}
	
	.information{
		display: block;
		height: auto;
		margin-top: 40px;
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-bottom: 40px;
	}
	
	#primary-menu{
		position: fixed;
		background-color: rgb(255 255 255 / 95%);
		width: 100%;
		height: 100%;
		top: 0;
		left: -100%;
		overflow: auto;
		z-index: 10;
	}
	
	#primary-menu > div{
		margin-top: 40px;
		margin-left: 5%;
		text-align: center;
	}
	
	#social-networks{
	    height: auto;
		border-left: initial;
		border-top: 1px solid #e5e5e5;
		position: initial;
		padding-top: 30px;
		margin-right: 0px;
	}
	
	nav > ul > li{
		float: initial;
		margin: 0;
	}

	.menu:hover{
		margin-right: auto;
	}
	
	#social-networks > div{
		padding: 5px;
		margin: 10px 10px;
		/* background: linear-gradient( to right, #cb9b51 0%, #f6e27a 30%, #f6f2c0 50%, #f6e27a 70%, #cb9b51 100% ); */
	}
	
	#close-primary-menu{
		position: absolute !important;
		width: 40px !important;
		height: 40px !important;
		margin-top: 0px !important;
		margin-left: initial !important;
		right: 20px;
		z-index: 10;
	}
	
	#close-general-information, #close-primary-menu{
		display: block;
	}
	
	#logo{
		left: calc(50% - 70px);
	}
	
	#logo img{
		width: 140px;
		height: auto;
	}
	
	#show-general-information, #show-primary-menu{
		display: block;
	}
	
	.data-information p, nav > ul > li{
		font-size: 16px;
	}
	
	#visit-us-mobile{
		display: block;
		margin-top: 15px;
		margin-bottom: 30px;
		background-color: #c8d9f3;
		padding-top: 10px;
	}
	
	#visit-us-mobile a{
		color: #112857;
		font-weight: bold;
		line-height: 27px;
	}



	.gallery-name{
		background-color: transparent;
		color: white;
	}

	.black-glass{
		opacity: 1;
	}
}

@media only screen and (max-width: 599px) {
	.title{
		font-size: 30px !important;
	}

	#background-video{
		height: 100%;
		width: initial;
		filter: blur(4px) opacity(0.5) brightness(1.4);
	}
	
	#doctor-data{
		text-align: center;
		/*background-color: #1f1f1f;*/
		background-image: initial;
	}
	
	#name-doctor{
		height: auto;
		padding-bottom: 30px;
		padding-top: 15px;
	}
	
	#name-doctor > div > p{
		width: 95%;
		margin: 0 auto;
		margin-top: 20px;
		line-height: 20px;
    	font-size: 15px;
	}
	
	#photo-mobile{
		display: block;
	}
	
	#photo-mobile > img {
		width: 100%;
		border-radius: 10px;
		/* box-shadow: rgb(0 40 87 / 90%) 0px 3px 10px; */
	}
	
	#networks-mobile{
		display: block;
		margin-top: 25px;
	}
		
	#video{
		width: 100%;
		height: auto;
	}
	
	#contact > div{
		height: fit-content;
		/*border-radius: 15px;*/
		margin-top: 0;
		padding-bottom: 30px;
	}
	
	#contact > div > div{
		float: initial;
		display: block;
		height: auto;
	}
	
	#contact > div > div:first-child {
		width: 90%;
		font-size: 20px;
		text-align: center;
		padding-left: 5%;
		padding-top: 30px;
	}
	
	#form-contact {
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	#form-contact form {
		width: 100%;
		height: auto;
	}
	
	#form-contact fieldset > div{
		float: initial;
		height: 100%;
		width: 100%;
		text-align: center;
	}
	
	#column-first{
		margin-left: initial;
	}
	
	#form-contact #submit-button{
		padding: 10px 50px;
		margin-top: 10px;
	}
	
	#form-contact .input-text{
		width: 98%;
		margin: 8px 0px;
	}
	
	#form-contact .text-area{
		width: 98%;
		margin: 8px 0px;
		padding: initial;
		padding: 2px;
		text-indent: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
	}



	#about-us{
		height: auto;
	}

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

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

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

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

	#about-us .title{
		font-size: 30px;
		text-align: center;
	}



	.photo{
    	width: 90%;
	    height: 200px;
	    margin: 5px 0px;
    }

    .gallery-name-title{
    	font-size: 18px;
    }

    .gallery-name-description{
    	font-size: 15px;
    }




    #curriculum-and-experience{
		/*margin-top: -5px;*/
		text-align: center;
	}
	
	.item{
		width: 250px;
		margin: 10px;
	}
	
	.logo-institution{
		height: 210px;
	}
	
	.circle-item{
		top: 201px;
	}
	
	.degree-description{
		height: auto;
	}
	
	/*#certifications .circle-item {
		top: 136px;
	}*/
	
	.description-section{
		width: 90%;
	}




    .video{
    	width: 90%;
	    height: 200px;
	    margin: 5px 0px;
    }



    .customer{
    	width: 200px;
    	height: 150px;
	}


	.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;
	}



	footer > div{
		width: 76%;
		/*margin: initial;*/
	}
	
	footer span{
		margin: 0px 10px;
	}
	
	footer label{
		display: block;
		width: 80px;
	}
	
	footer > div > img{
		width: 80px;
		height: auto;
	}



	#button-top, #button-whatsapp, #button-phone{
		bottom: 15px;
		right: 15px;
		width: 45px;
		height: 45px;
		font-size: 34px;
	}

    #button-whatsapp{
        bottom: 75px !important;
    }

    #button-whatsapp img{
        margin-top: 4px;        
    }

	#button-phone img{
        width: 35px;
    	margin-top: 6px;
    }

    #button-phone{
    	bottom: 135px !important;
    }
}


@media only screen and (min-width: 600px) and (max-width: 767px){
	.title{
		font-size: 40px !important;
	}
	
	#name-doctor{
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}
	
	#name-doctor > div{
		width: 85%;
	}
	
	#name-doctor > div > p {
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
		padding-bottom: 20px;
		font-size: 18px;
	}




	#contact > div{
		height: 480px;
		/*border-radius: 15px;*/
		margin-top: 0;
		/*margin-top: 100px;*/
	}
	
	#contact > div > div{
		float: initial;
		display: block;
		height: auto;
	}
	
	#contact > div > div:first-child {
		width: 90%;
		font-size: 20px;
		text-align: center;
		padding-left: 5%;
		padding-top: 30px;
	}
	
	#form-contact {
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	#form-contact form {
		width: 100%;
		height: auto;
	}
	
	#form-contact fieldset > div{
		float: initial;
		height: 100%;
		width: 100%;
		text-align: center;
	}
	
	#column-first{
		margin-left: initial;
	}
	
	#form-contact #submit-button{
		padding: 10px 50px;
		margin-top: 10px;
	}
	
	#form-contact .input-text{
		width: 98%;
		margin: 8px 0px;
	}
	
	#form-contact .text-area{
		width: 99%;
		margin: 8px 0px;
		padding: 10px 0px;
		text-indent: 15px;
	}




	#about-us{
		height: auto;
	}

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

	/*#about-us-information{
		height: 500px !important;
	}*/

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

	#about-us-body > hr {
    	margin: 0 auto;
	}

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

	#about-us .title{
		text-align: center;
	}




	.photo{
    	width: 90%;
	    height: 200px;
	    margin: 5px 0px;
    }




    .video{
    	width: 400px;
    }



    .customer{
    	width: 200px;
    	height: 150px;
    }



    .surgery-information{
		width: 40%;
	}
	
	.surgery-map{
		width: 60%;
	}
}



@media only screen and (min-width: 768px) and (max-width: 991px){
	#name-doctor{
		height: 350px;
	}

	#name-doctor h1, #name-doctor > div > p{
		width: 100%;
		text-align: center;
	}



	#contact > div{
		width: 100%;
		/* border-radius: 20px; */
		/* margin-top: -40px; */
		height: 250px;
	}
	
	#contact > div > div:first-child{
		float: initial;
		width: 100%;
		height: auto;
		text-align: center;
		padding-left: 0;
		padding-top: 20px;
	}
	
	#contact > div > div:first-child > span{
		display: block;
		width: 100%;
	}
	
	#form-contact {
		width: 100%;
	}
	
	#form-contact form{
		text-align: center;
		width: 100%;
	}
	
	#contact > div > div{
		height: 170px;
	}


	#about-us{
		height: 800px;
	}

	#about-us-image > div{
		background-position: center;
	}



	.photo, .video{
		width: 300px;
	}


	
	.surgery-information{
		width: 35%;
	}
	
	.surgery-map{
		width: 65%;
	}
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#logo > div > img{
		width: 160px;
		height: auto;
	}


	#contact > div > div:first-child{
		padding-left: 2%;
		padding-right: 20px;
	}


	#about-us{
		height: 700px;
	}
}