@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
	--color-primary: #ffffff;
	--color-secundary: #303949;
	--color-celeste: #3fa9dc;
	--color-azul: #2E2A6D;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: 'Barlow', sans-serif;
	overflow-x: hidden;
	letter-spacing: -0.5px;
}

.btn-wsp {
	position: fixed;
	width: 60px;
	height: 60px;
	line-height: 60px;
	bottom: 30px;
	right: 40px;
	background-image: url(../img/whatsapp-btn.png);
	z-index: 999;
}

header {
	position: absolute;
	width: 100%;
	max-width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: 1000;
}

.datos {
	color: var(--color-primary);
	font-weight: 400;
	border-bottom: 1px solid #fff;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.datos a, p{
	color: var(--color-primary);
	font-weight: 400;
	text-decoration: none;
	margin-bottom: 0rem;
}
  
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.line {
	border-right: 1px solid #fff;
}

.navbar {
	text-transform: uppercase;
	top: 0;
	z-index: 1000;
	width: 100%;
	max-width: 100%;
}

.nav-link {
	font-weight: 600;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
}

.nav-link span {
	color: var(--color-primary);
}

.nav-link:hover {
	color: var(--color-secundary);
}

.nav-link:focus {
	color: var(--color-primary);
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .8rem;
	padding-left: .8rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	background-color: var(--color-secundary);
	border-radius: 0px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
	background-color: var(--color-azul);
}

.navbar-toggler:focus {
	box-shadow: none;
}

#carouselHero .carousel-item img {
	object-fit: cover;
	object-position: center;
	overflow: hidden;
	height: 100vh;
}
.carousel-caption {
	text-align: left;
	bottom: 30%;
}

.carousel-caption h5 {
	color: var(--color-primary);
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 3.2rem;
	line-height:55px;
}

.carousel-caption h5 span{
	font-weight: 400;
}

#servicios {
	max-width: 100%;
	background-color: #F0F2F7;
	margin: 0 auto;
	padding: 80px 0 80px 0;
}

h1 {
	font-size: 2rem;
	font-weight: 400;
	color: var(--color-azul);
	margin: 0 auto;
	text-transform: uppercase;
}

h1 span {
	font-weight: 600;
	color: var(--color-azul);
	margin: 0 auto;
}

.divisor {
	width: 10%;
	border-style: solid;
	color: var(--color-azul);
	border-width: 1px;
	opacity: 1;
	margin: 2rem 0;
}

.servicios {
	text-align: left;
	padding: 0 15px 0 15px;
}

.servicios h2 {
	font-size: 1.3rem;
	font-weight: 600;
	color: var(--color-celeste);
	text-align: left;
}

.servicios img {
	max-height: 80px;
	margin-bottom: 1.2rem;
}

.servicios p {
	color: var(--color-secundary);
	text-align: left;
}

#obras-sociales {
	margin: 0 auto;
	padding: 80px 0 80px 0;
}

.obras-sociales {
	margin: 0 auto;
	text-align: center;
}

.obras-sociales img {
	max-width: 300px;
	width: 100%;
}

.obras {
	margin-top: 50px;
	text-align: center;
}

.obras p {
	font-size: 1.3rem;
	font-weight: 600;
	color: var(--color-secundary);
}


#clinica {
	max-width: 100%;
	max-height: 800px;
	min-height: 750px;
	position: relative;
	background-image: url(../img/bg-1.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	margin: 0 auto;
	padding: 80px 0 80px 0;
}

.clinica h1 {
	color: var(--color-primary);
}

.clinica h1 span {
	color: var(--color-primary);
}

.clinica .divisor {
	color: var(--color-primary);
}

.clinica .txt {
	color: var(--color-primary);
	text-align: justify;
	font-weight: 500;
	line-height: 30px;
}

.consultorio {
	position: absolute;
	left: 50%;
	margin: -40% 0 0 -40%;
	bottom: 5%;
	background-color: rgb(54, 58, 74, 0.3);
	padding: 10px 10px;
	width: 80%;
}

.consultorio p {
	font-size: 1.1rem;
	color: var(--color-primary);
	font-weight: 600;
	text-align: center;
	margin-bottom: 0rem;
}


#historia {
	max-width: 100%;
	max-height: 800px;
	min-height: 750px;
	position: relative;
	background-image: url(../img/bg-2.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	margin: 0 auto;
}

.historia .txt {
	color: var(--color-secundary);
	text-align: justify;
	font-weight: 500;
	line-height: 30px;
}

#staff {
	margin: 0 auto;
	padding: 80px 0 80px 0;
}

.staff {
	margin: 0 auto;
}

.staff p {
	color: var(--color-secundary);
	text-align: left;
	font-weight: 500;
	line-height: 30px;
}

.staff img {
	margin: 50px 0px;
	max-width: 100%;
	display: block;

}

#work {
	width: 100%;
	background-color: #F0F2F7;
	margin: 0 auto;
	padding: 80px 0 80px 0;
}

.work h3 {
	color: var(--color-azul);
	font-weight: 600;
}

.work p {
	color: #363A4A;
	font-weight: 500;
	font-size: 1.5rem;
}

.work a {
	background-color: #363A4A;
	padding: 15px 15px;
	border-radius: 15px;
	margin: 10px 0px 0px 0px;
	color: var(--color-primary);
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

.work a:hover {
	color: var(--color-primary) !important;
}

.work a:visited {
	color: var(--color-primary) !important;
}

/**
 * Footer
 *
 * -------------------------------------------------------------------
 */
footer {
	background-color: var(--color-celeste);
	background-repeat: repeat;
	background-size: cover;
	align-items: center;
	justify-content: center;
	padding: 80px 20px;
}

footer .nav-link {
	color: var(--color-secundary);
	font-size: 1rem;
	text-transform: capitalize;
	padding: 8px 0px;
}

footer a:hover {
	color: var(--color-secundary);
}

footer h3 {
	color: var(--color-secundary);
	font-weight: 700;
	font-size: 1.3em;
}

footer p {
	color: var(--color-secundary);
	font-weight: 500;
	font-size: 1rem;
	text-align: left;
	margin-bottom: 0rem;

}

.contact a {
	color: var(--color-secundary);
	font-weight: 500;
	font-size: 1rem;
	text-align: left;
	text-decoration: none;
	margin-bottom: 1rem;
}

.copy {
	text-align: center;
	padding-top: 40px;
	font-size: 0.8rem;
}

.copy p {
	text-align: center;
	font-weight: 600;
	font-size: 0.8rem;
	margin-bottom: 0rem;
}

.copy a {
	color: var(--color-secundary);
	font-weight: 600;
	font-size: 0.8rem;
	text-decoration: none;
}

.altura {
	max-height: 600px;
	min-height: 661px;
}

/**
 * Media Queries
 *
 * -------------------------------------------------------------------
 */
@media (max-width: 768px) {
	.margin-center {
		text-align: center;
	}

	.line {
		border-right: none;
	}

	.right {
		text-align: center;
	}

	.left {
		text-align: center;
	}

	.consultorio {
		bottom: 5%;
	}

	.boton {
		margin-left: 0px;
	}

	.work a {
		font-size: 1.1rem;
	}

	.carousel-caption {
		bottom: 30% !important;
	}

	#carouselHero .carousel-item img {
		height: 50vh !important;
	}
	.carousel-caption h5 {
		font-size: 1.4rem;
	}

	.carousel-caption p {
		font-size: 1.4rem;
	}
}


@media (max-width: 990px) {
	.consultorio {
		bottom: 5%;
		margin: -45% 0 0 -45%;
		width: 90%;
	}

	.consultorio p {
		font-size: 1rem;
	}

	#clinica {
		max-height: 900px;
		min-height: 900px;
	}

	#historia {
		max-height: 900px;
		min-height: 900px;
	}

	header {
		position: relative;
		background-color: var(--color-celeste);
	}

	.divisor {
		border-width: 2px;
	}

	.carousel-caption {
		bottom: 55%;
	}

	.carousel-caption h5 {
		font-size: 2rem;
	}

	.carousel-caption p {
		font-size: 2rem;
	}
}
