@font-face {
	font-family: "Kozuka Gothic Pr6N EL";
	src:url("../fonts/Kozuka Gothic Pr6N EL.otf"),
		url("../fonts/Kozuka Gothic Pr6N EL.ttf"),
		url("../fonts/Kozuka Gothic Pr6N EL.woff");
}
body{
	font-family: "Kozuka Gothic Pr6N EL";
	font-size: 1.6em;
	position: relative;
	color:#188484;
}
a{
	text-decoration: none !important;
	color:#178383 !important;
}
p{
	color:black;
}

.startchange{
	position: absolute;
	top: 50px;
}
#IrAbajo{
	width:50px;
	height: 50px;
	position: fixed;
	bottom:200px;
	left:50px;
	background-image: url("../img/flecha.png");
	background-size: 100%;
}
#SeguirAbajo{
	display: none;
	width:50px;
	height: 50px;
	position: fixed;
	bottom:200px;
	left:50px;
	background-image: url("../img/flecha.png");
	background-size: 100%;
}
.form-control:focus {
  border-color: #15a5a6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(21,165,166, 0.6);
}
.navbar{
	display: inline-block;
	background-color: white !important;
}
.navbar-default{
	background-color: transparent;
	border-color: transparent;
}
.fa{
	font-size: 2.5em;
}
.navbar-header{
	float:left;
}
.navbar-brand{
	display: none;
}
.navbar-nav{
	margin-top:15px;
}
.navbar-nav > li{
	font-size: 1.5em;
	margin:0 20px;
}
.navbar-nav > li > a{
	color:#188484 !important;
}
section{
	width:100%;
	height: 900px;
}
#portada{
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	
}
#portada img{
	width: 80%;
	margin-left:10%;
	margin-top:50px;
}

#logo_principal{
	width:350px;
	height: 250px;

	z-index: 99;
	position: absolute;
	bottom:310px;
	right:280px;
	background-image: url("../img/bustos-vert.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
#cita{
	background-color: white;
	position: absolute;
	top:90px;
	right: 200px;
	padding:10px;
	width: 300px;
	text-align: right;
	font-size: 1.3em;
	border-top-left-radius: 50px 70px;
}
#cita > span{
	margin-right: 40px;	
}
#cita > a{
	font-weight: bold;
	margin-right: 10px;
}
.fotos{
	width: 80%;
	margin-left:10%;
}
article{
	margin:70px 0;
}

article > h5 {
	font-weight: bold;
	font-size: 0.9em;
}
article > h1,h2,h4,h5,p{
	text-align: center;
}
article > p {
	color:black;
}
article > div > div > h1{
	text-align: center;
}
article > div > div > img{
	width: 100%;
	background-color: red;
}
.implantes{
	margin-top:50px;
}
.implantes > div > img{
	padding-top: 30px;
}
/* AJAX Gif y mensajes de exito o fracaso */
.hide{
    display: none;
}
.ajaxgif{
    position: absolute;
    right: 150px;
    top: 5px;
}
.msg{
    color: white;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    text-transform: uppercase;
    min-width: 121px;
}
.msg_ok{
    background: #589D05;
}
.msg_error{
    background: red;
}

footer{
	background-color: #d6d6d5;
	width:80%;
	height: 120px;
	margin-left:10%;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
}
.info_footer{
	margin-top:25px;

}
.footer_redes{
	text-align: center;
	padding-left: 5%;
}
.info_footer > span{
	color:white;
	font-weight: bold;
	font-size: 1.1em;
	margin-top:60px;
	text-align: center;
}
.info_footer > h2{
	color:white;
	margin-top:15px;
}

.fa{
	color:white;
	margin: 0px 10px;
}
.btn-primary{
	background-color:#188484;
}
.fa{
	margin:0px;
}
.botonesEnvio{
	text-align: center;
}
@media screen and (max-width: 768px){
	.navbar{
		float:right;
		width: 100%;
	}
	.navbar-nav{
		float:right;
	}
	#logo_principal{
		display: none;
		width: 200px;
		top:90px;
		right: 90px;
	}
	.navbar-brand{
		display: block;
		width:210px;
		padding-top:10px;
	}
	.navbar-brand > img{
		width: 100%;	
	}
	.navbar-nav > li{
		font-size: 1em;
		margin:0;
	}
	.navbar-header{
		width: 100%;
		float:right;
	}
	article{
		margin-top:10px;
		margin-bottom: 10px;
	}
	
	.info_footer > h2{
		display:none;
	}
	.footer_redes{
		padding-left: 5%;
	}
	#cita{
		display: none;
	}
	#inicioa, #iniciob{
		display:none;
	}
	article > div > div > h2{
		font-size: 1em;
	}
	footer{
		width: 90%;
		margin-left:0;
		position: fixed;
		bottom:0;
	}
	.info_footer{
		margin-top: 1px;
		margin-bottom: 1px;
		text-align: center;
	}

	.info_footer > span{
		display: none;
	}
	.fa-facebook-square, .fa-youtube-square, .fa-twitter-square{
		font-size: 2.4em;
	}
	.ultimocontainer{
		margin-bottom: 70px;
	}
}
@media screen and (min-width: 768px){
	#cita{
		position: absolute;
		right:80px !important;
	}
	.navbar-nav > li > a{
		font-size: 0.9em;
	}

}
@media screen and (min-width: 910px) and (max-width: 1200px){
	#logo_principal{
		width: 200px;
		bottom:400px;
		right: 190px;
	}
	.navbar{
		margin-left:5%;
	}
	footer{
		height: 200px !important;
	}
	.footer_info{
		margin-right: 14% !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 912px){
	#logo_principal{
		width: 200px;
		bottom:410px;
		right: 100px;
	}
	.navbar-nav > li{
		font-size: 1.3em;
		margin-right: 0px;
	}
	.navbar{
		margin-left:5%;
	}
	#cita{
		right: 130px;
	}
	footer{
		height: 200px !important;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1400px){
	#cita{
		right: 135px;
	}
	#cita > a{
		margin-right: 20px;
	}

}


@media screen and (max-width: 1195px){
	.navbar-nav{
		margin-left:7%;
	}
	footer{
		height: auto;
	}
}

@media screen and (min-width: 1195px) and (max-width: 1400px){
	#logo_principal{
		width: 300px;
		bottom:400px;
		right: 190px;
	}
	.footer_redes{
		margin-left:0px;
	}
}
@media screen and (min-width: 1200px){
	.navbar-nav{
		margin-left: 20%;
	}
	.secundario > li > a{
		font-size: 0.8em;
	}
	#cita{
		position: absolute;
		right:110px !important;
	}
}
@media screen and (min-width: 1450px){
	.navbar-nav{
		margin-left: 25%;
	}
	#cita{
		position: absolute;
		right:160px !important;
	}
}
@media screen and (min-width: 1700px){

	#cita{
		position: absolute;
		right:185px !important;
	}
}
@media screen and (min-width: 332px) and (max-width: 400px){
	.navbar-brand{
		widows: 180px;
		margin-top:0px;
	}
	
}
@media screen and (max-width: 332px){
	.navbar-brand{
		width:180px;
		margin-top:0px;
	}
	.fa-facebook-square, .fa-youtube-square, .fa-twitter-square{
		font-size: 2.4em;
	}

	.info_footer > span{
		font-size: 1em;
	}
	.footer_redes{
		margin-left: 0px !important;
	}
	#portada > img {
		margin-top:50px;
	}
	#logo_principal{
		right:0px;
	}

}
@media screen and (max-width: 450px){
	#logo_principal{
	width: 100px;
		top:70px;
		right: 50px;
	}

}