@charset "utf-8";
/* CSS Document */
/* ---------------------------------------------------------------------------------
   Master Stylesheet
   Author: José M. Chiardola
--------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Titillium+Web');

html,
body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
}

.animated {
	visibility: visible !important;
}

a {
	color: #1a2945;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}
a:hover {
	text-decoration: none;
}
::-moz-selection {
	color: #fff;
	background: #1090dc;
}
::selection {
	color: #fff;
	background: #1090dc;
}

/* #navbar-main */

.navbar {
	background-color: rgba(255, 255, 255, 0.9);
	/* border-bottom: 1px solid #1a2945; */
}
.navbar-header {
	padding: 10px 0;
}
.navbar-brand {
	height: auto;
	padding: 5px;
}
.navbar-brand h1 {
	margin: 0px;
	padding: 0px;
}
#navbar-main .navbar-nav {
	margin-top: 15px;
}
#navbar-main .navbar-nav > li > a {
	font-size: 22px;
}
#navbar-main .navbar-nav > li > a:hover {
	color: #6d5df3;
}
#navbar-main .navbar-nav > .active > a,
#navbar-main .navbar-nav > .active > a:focus,
#navbar-main .navbar-nav > .active > a:hover {
	background: none;
	color: #6d5df3;
}

/* #slider */

#slider {
	padding-top: 90px;
}
.slide-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url('img/slide-overlay.png') repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.carousel-indicators {
	width: 100%;
	top: 100px;
	left: 0;
	padding-left: 4.5%;
	margin: 0;
	text-align: left;
}
.carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	background-color: rgba(69, 218, 204, 0.2);
}
.carousel-indicators li.active {
	width: 16px;
	height: 16px;
	background-color: rgba(69, 218, 204, 0.75);
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 100%;
}
.carousel-caption {
	top: 120px;
	text-align: left;
	text-shadow: none;
	left: 4%;
	right: 60%;
	padding: none;
}
.carousel-caption h3 {
	margin-top: 0;
	padding-top: 0;
	font-size: 80px;
	color: #fff;
	line-height: 0.9em;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.carousel-caption p {
	font-size: 20px;
	font-weight: lighter;
	color: rgba(255, 255, 255, 0.85);
}

section {
	padding-top: 150px;
	padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
	section {
		padding: 30px 0;
	}
}

h2 {
	font-size: 60px;
	margin-bottom: 30px;
}
h3 {
	font-size: 50px;
}
h4 {
	font-size: 30px;
	margin-bottom: 1.5em;
}
h5 {
	font-size: 18px;
	margin-top: 1.5em;
}

/* acerca-de */

#acerca-de {
	background-color: #6d5df3;
	color: rgba(255, 255, 255, 0.85);
}
#acerca-de h3 {
	color: #fff;
	padding-bottom: 1em;
}
#acerca-de ul {
	list-style-type: none;
	padding-left: 0;
	font-size: 0.9em;
	margin-bottom: 60px;
}
#acerca-de li::before {
	font-family: 'FontAwesome';
	content: '\f00c';
	margin-right: 8px;
	display: inline-block;
	color: #45dacc;
	font-size: 1.2em;
}

/* especialidades */

#especialidades {
	background-color: #ffffff;
	background-image: url('img/divisor_celeste-blanco.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 220px;
}

@media screen and (min-width: 768px) {
	#especialidades-tabs .nav-tabs {
		display: flex;
	}

	#especialidades-tabs .nav-tabs > li {
		display: flex;
		flex: 1;
	}

	#especialidades-tabs .nav-tabs > li > a {
		flex: 1;
	}
}

#especialidades-tabs .nav-tabs > li {
	text-align: center;
}

#especialidades-tabs .nav-tabs > li > a {
	border: none;
}

#especialidades-tabs .nav-tabs > li > a:focus,
#especialidades-tabs .nav-tabs > li > a:hover {
	border: none;
}

#especialidades-tabs .nav-tabs > li.active > a,
#especialidades-tabs .nav-tabs > li.active > a:focus,
#especialidades-tabs .nav-tabs > li.active > a:hover {
	border: none;
	border-bottom: 10px solid #6d5df3;
}
#especialidades-tabs .nav-tabs > li > a > i.fa {
	font-size: 3em;
	display: block;
	margin: 30px auto;
}
#especialidades-tabs .nav-tabs > li > a > h3 {
	font-size: 30px;
}

#especialidades-tabs .tab-content > .tab-pane {
	padding-top: 40px;
	color: rgba(0, 0, 0, 0.7);
}

/* contacto */

#contacto {
	background-color: #f2f2fb;
	padding-bottom: 50px;
}

#contacto h3 {
	margin-top: 0;
	margin-bottom: 1em;
}
#contacto ul li {
	margin-bottom: 1em;
}
#contacto ul li .fa {
	margin-right: 0.5em;
	color: #ccc;
}
#contact-form {
	margin-top: 80px;
}
input.form-control,
textarea.form-control {
	background: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-top: none;
	border-right: none;
	border-left: none;
	box-shadow: none;
	padding: 20px 5px;
	font-size: 1em;
}
.btn-over-gray {
	color: #1a2945;
	background-color: #45dacc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 16px 56px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.7em;
	letter-spacing: 0.2em;
	border: 2px solid rgba(35, 157, 219, 0);
	transition: background-color 0.5s, color 0.5s;
	-webkit-transition: background-color 0.5s, color 0.5s;
	-moz-transition: background-color 0.5s, color 0.5s;
	-ms-transition: background-color 0.5s, color 0.5s;
	-o-transition: background-color 0.5s, color 0.5s;
}
.btn-over-gray:hover {
	color: #ffffff;
	background-color: #1a2945;
	transition: background-color 1s, color 1s;
	-webkit-transition: background-color 0.5s, color 0.5s;
	-moz-transition: background-color 0.5s, color 0.5s;
	-ms-transition: background-color 0.5s, color 0.5s;
	-o-transition: background-color 0.5s, color 0.5s;
}
.form-control::-moz-placeholder {
	color: #bbb;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #bbb;
}
.form-control::-webkit-input-placeholder {
	color: #bbb;
}
.form-control:focus {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #1a2945;
}

/* consultorios */

#consultorios {
	padding-top: 50px;
	background-color: #6d5df3;
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.8em;
}
#consultorios .consultorio {
	/* border-left: 1px solid rgba(255, 255, 255, 0.5); */
}
#consultorios h4 {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
}
#consultorios ul {
	padding-left: 0.5em;
}
#consultorios li {
	padding-bottom: 0.3em;
}
#consultorios li i.fa {
	padding-right: 1em;
}
#consultorios li a {
	color: rgba(255, 255, 255, 0.85);
}
#consultorios li a:hover {
	color: rgba(255, 255, 255, 1);
}

/* footer */

footer {
	background-color: #1a2945;
	background-image: url('img/divisor_celeste-azul.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 200px 0 100px 0;
	font-weight: lighter;
	font-size: 0.8em;
	color: rgba(255, 255, 255, 0.5);
}
footer hr {
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin: 30px auto;
}
