/*
Theme Name: Clinica Santa Anita

Version: 1.0

Template: genesis
*/

*{ box-sizing: border-box; }

/* Reset */
body, h1, h2, h3, h4, h5, h6, ul, ol, p {
	padding: 0;
	margin: 0;
}

a { text-decoration: none; }

/* Typography */
body,
button,
input,
textarea {
	-webkit-font-smoothing:antialiased;
	font-size: 100%;
	font-family: "Montserrat", sans-serif;
}

/* Colors */
:root {
	--obscuro: #01415a;
	--active: #4fb191;
}

.obscuro { color: var(--obscuro); }
.active { color: var(--active); }

/* Forms */
input:focus,
textarea:focus { outline: none; }

input, textarea {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 0.25rem;
	padding: 0.75rem;
	font-size: 15px;
	margin-bottom: 1.25rem;
}

input::placeholder,
textarea::placeholder {
	color: rgba(0, 0, 0, 0.38);
}

input[type="submit"] {
	padding: 1rem;
	border: 0;
	cursor: pointer;
	background-color: var(--active);
	color: white;
	font-weight: 600;
}

/* Site Structure */
.wrap {
	padding: 0 5%;
}

.section {
	padding: 3.5rem 0;
}

/* Site Header */
.site-header {
	position: relative;
	padding: 3rem 0 4rem;
	background-color: var(--obscuro);
}

.site-header::before {
	position: absolute;
	content: "";
	background-image: url('images/equipo.webp');
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: bottom;
	opacity: 0.06;
}

.site-header .top-bar {
	margin-bottom: 3rem;
}

.site-header > .wrap {
	position: relative;
}

/* Headings */
h1 {
	font-size: 3.052rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 1rem;
}

h2 {
	font-size: 1.953rem;
	font-weight: 800;
	line-height: 2.75rem;
	margin-bottom: 2.5rem;
}

h3 {
	margin-top: 0.5rem;
	font-size: 1.563rem;
	margin-bottom: 0.75rem;
}

/* Chips Headline */
h4 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

/* Section Name */
.header-icon {
	font-size: 25px;
	vertical-align: middle;
}

.header-legend {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: var(--active) !important;
}

/* Header Description */
.site-header p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.75rem;
	margin-bottom: 3rem;
}

.section .chip p {
	line-height: 1.25rem;
	color: rgba(0, 0, 0, 0.38);
}

.section p {
	font-weight: 500;
	line-height: 1.75rem;
}

/* Buttons */
.cta {
	border-radius: 2rem;
	padding: 1.25rem 1.75rem;
	font-size: 15px;
	font-weight: 600;
}

.cta.active {
	display: inline-block;
	background-color: var(--active);
	color: white;
}

.cta.passive {
	border: 1px solid var(--active);
	color: var(--active);
}

/* Site Footer */
.site-footer {
	position: relative;
	padding: 3.5rem 0;
	background-color: var(--obscuro);
}

.site-footer::before {
	position: absolute;
	content: "";
	background-image: url('images/quirofano.webp');
	background-size: cover;
	background-position: bottom;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.08;
}

.site-footer > .wrap {
	position: relative;
}

.copyright {
	margin-top: 4rem;
}

/* Framework */
.text-center { text-align: center; }

.white { color: white; }
.white-95 { color: #f2f2f2; }
.white-87 { color: #dedede; }
.white-60 { color: #999999; }

.white-60-opacity { color: rgba(255, 255, 255, 0.6); }

.bigger { font-size: 1.125rem; /* 18px */ }
.big { font-size: 1.0625rem; /* 17px */ }
.small { font-size: 0.9375rem; /* 15px */ }
.smallest { font-size: 0.875rem; /*14px */ }
.tiny { font-size: 0.8125rem; }

.bg-light { background-color: #f5faf8; }

/* Custom: Services */
.chip {
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 0.5rem;
	background-color: white;
	text-align: center;
	padding: 3rem 1.5rem;
	margin-bottom: 1rem;
}

.chip .icon {
	font-size: 6rem;
	-webkit-text-stroke: 4px white;
	color: var(--active);
}

.bg-gradient {
	background-image: linear-gradient(to bottom right, var(--obscuro), #015677);
}

/* Decoration */
.contacto > .wrap { position: relative; }

.plus {
	position: absolute;
	font-size: 22.73rem;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.04);
	top: 4rem;
	right: 0rem;
}

.snippets {
	margin-top: 2rem;
}

.snippets .snippet {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: rgba(255, 255, 255, 0.06);
	border-radius: 0.5rem;
	padding: 1rem 1rem;
	display: flex;
	margin-bottom: 1rem;
}

.snippet .icon {
	color: var(--active);
	font-size: 2.44rem;
}

.snippet .right {
	padding-left: 0.75rem;
}

.snippet .label {
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0.25rem;
}

form {
	margin-top: 3.5rem;
	background-color: white;
	padding: 1.75rem 1.5rem;
	border-radius: 0.5rem;
}

label {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.75);
	margin-bottom: 0.5rem;
}

/* Team */
.doctor {
	margin-bottom: 3rem;
}

.team .img {
	border-radius: 0.25rem;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 450px;
	margin-bottom: 1.25rem;
}

.img-dra-ingrid-martinez {
	background-image: url('images/dra-ingrid-martinez-600.webp');
	background-position-y: 60%;
}

.img-dr-victor-manuel-pat-xuluc {
	background-image: url('images/dr-victor-manuel-pat-xuluc-600.webp');
	background-position-y: 30%;
}

.img-dr-isidro-giancarlo-rivero-lizama {
	background-image: url('images/dr-isidro-giancarlo-rivero-lizama-600.webp');
	background-position-y: 10%;
}

.dr-specialty {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px;
	color: var(--active);
}

.doctor .description {
	font-weight: 500;
	line-height: 1.75rem;
	color: rgba(0, 0, 0, 0.37);
}

/* Animations */
/* .anim-item { opacity: 0; } */