/*
==================================================================
Theme Name: Asesval
Version: 1.0
Author: Neobrand
Author URI: https://neobrand.com
==================================================================
*/


/* General */

body {
	margin: 0;
	font-family: 'Kanit', sans-serif;
	font-weight: 200;
	font-size: 22px;
	line-height: 30px;
}

main {
	display: flex;
	flex-direction: column;
}

a {
	color: #ffffff;
	text-decoration: none;
	transition: all 280ms ease;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6{font-weight:200;line-height:1.25em;margin:0}


/* Layout */

.padding-large {
	padding-top: 150px;
	padding-bottom: 150px;
}

@media (max-width:767px) {

	.padding-large {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	.padding-large {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

}

.padding-top-large {
	padding-top: 150px;
}

@media (max-width:767px) {

	.padding-top-large {
		padding-top: 80px !important;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	.padding-top-large {
		padding-top: 80px !important;
	}

}

.padding-md {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (max-width:767px) {

	.padding-md {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

}

.container {
	width: 1170px;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}

.simple .container.padding-large {
	padding-top: 200px;
	padding-bottom: 200px;
}

.simple .container.padding-large h1 {
	margin-bottom: 25px;
}

@media (max-width:767px) {

	.container {
		width: 100%;
		padding: 0;
	}

}

@media (max-width:767px) {

	.simple .container {
		width: calc(100% - 60px);
		padding: 0 30px;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	.container {
		width: calc(100% - 30px);
		padding-left: 15px;
		padding-right: 15px;
	}

}

.flex-row {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width:767px) {

	.flex-row {
		height: auto !important;
		flex-direction: column;
	}

}

.flex-row.justify-end {
	justify-content: flex-end !important;
}

.flex-row.align-center {
	align-items: center !important;
}

.flex-row.space-between {
	justify-content: space-between !important;
}

.flex-row .one-column {
	width: calc(100% - 30px);
	padding: 0 15px;
}

.flex-row .two-columns {
	width: calc(50% - 30px);
	padding: 0 15px;
}

@media (max-width:767px) {

	.flex-row .two-columns {
		width: calc(100% - 0px);
		padding: 0 30px;
	}

}

.flex-row .three-columns {
	width: calc(33% - 30px);
	padding: 0 15px;
}

@media (max-width:767px) {

	.flex-row .three-columns {
		width: calc(100% - 0px);
		padding: 0 15px;
	}

}

.flex-row .three-columns-large {
	width: calc(66% - 30px);
	padding: 0 15px;
}

@media (max-width:767px) {

	.flex-row .three-columns-large {
		width: calc(100% - 30px);
		padding: 0 15px;
	}

}

.flex-row .four-columns {
	width: calc(25% - 30px);
	padding: 0 15px;
}

@media (max-width:767px) {

	.flex-row .four-columns {
		width: calc(100% - 60px);
		padding: 0 30px;
	}

}

.flex-row .four-columns-large {
	width: calc(75% - 30px);
	padding: 0 15px;
}

@media (max-width:767px) {

	.flex-row .four-columns-large {
		width: calc(100% - 60px);
		padding: 0 30px;
	}

}

@media (max-width:767px) {

	.wp-block-column {
		padding: 0 30px;
	}

}

h2.section-highlight {
	font-size: 3.25em;
	letter-spacing: 0.5px;
	margin: 0;
	line-height: 1em;
}

@media (max-width:767px) {

	h2.section-highlight {
		font-size: 1.8em;
		text-align: center;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	h2.section-highlight {
		font-size: 1.8em;
	}

}

h2.section-highlight strong {
	font-weight: 400;
}


/* Navigation */

header {
	background-color: #c10230;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}

@media (max-width:767px) {

	header {
		flex-direction: column;
		height: auto !important;
		min-height: 80px;
	}

}

header.fixed-header {
	height: 150px;
	transition: 0.2s;
}

header.header-scroll {
	height: 100px;
	transition: 0.2s;
}

header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .container #logo {
	padding-right: 70px;
	height: 70px;
}

@media (max-width:767px) {

	header .container #logo {
		height: 50px;
		padding-left: 15px;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	header .container #logo {
		height: 50px;
		padding-right: 30px;
	}

}

@media (max-width:767px) {

	header .container #logo img {
		max-height: 50px;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	header .container #logo img {
		max-width: 180px;
	}

}

header .container #toogle-button {
	display: none;
}

@media (max-width:767px) {

	header .container #toogle-button {
		display: inline-block;
		cursor: pointer;
		padding-right: 15px;
	}

}

header .container nav {
	display: flex;
	align-items: center;
}

@media (max-width:767px) {

	header .container nav {
		top: 80px;
		position: absolute;
		width: 100%;
		display: block;
		opacity: 0;
		pointer-events: none;
		transition: 0.3s;
		height: 0;
	}

}

header .container nav.show-navigation {
	opacity: 1;
	pointer-events: initial;
	height: auto;
}

header .container nav ul {
	display: flex;
}

@media (max-width:767px) {

	header .container nav ul {
		display: block;
		text-align: center;
	}

}

header .container nav ul li {
	margin: 0 8px;
}

@media (max-width:767px) {

	header .container nav ul li {
		margin: 0;
	}

}

header .container nav ul li a {
	text-transform: uppercase;
	font-size: 0.82em;
	font-weight: 500;
}

header .container nav ul li a:hover,
header .container nav ul li.current-menu-item a {
	color: #000000;
}

@media (max-width:767px) {

	header .container nav ul li a {
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	header .container nav ul li a {
		font-size: 0.75em;
	}

}

@media (max-width:767px) {

	header .container nav ul li:nth-of-type(1) a {
		background-color: #CE3559;
	}

}

@media (max-width:767px) {

	header .container nav ul li:nth-of-type(2) a {
		background-color: #D14264;
	}

}

@media (max-width:767px) {

	header .container nav ul li:nth-of-type(3) a {
		background-color: #D44E6F;
	}

}

@media (max-width:767px) {

	header .container nav ul li:nth-of-type(4) a {
		background-color: #D75A78;
	}

}

@media (max-width:767px) {

	header .container .phone-container {
		position: fixed;
		bottom: 0;
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 12px 0;
		background: #c10230;
		box-shadow: 0 0 10px #0000007a;
	}

}

header .container .phone-container .phone {
	background: url(images/icon-phone-menu.svg) no-repeat;
	padding: 0 0 0 45px;
	height: 36px;
	line-height: 36px;
	font-size: 0.9em;
	font-weight: 500;
	display: block;
}

header .container .phone-container .phone:hover {
	color: #000000;
}

/********** Home **********/


/* Hero */

#hero {
	position: relative;
	background: url("images/hero-home-asesval.jpg") center center no-repeat;
	background-size: cover;
}

#hero .hero-content {
	padding-top: 150px;
	min-height: 720px;
}

@media (max-width:767px) {

	#hero .hero-content {
		padding-top: 80px;
		height: auto;
		min-height: inherit;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	#hero .hero-content {
		height: auto;
		min-height: inherit;
		padding: 150px 0 0;
		width: 100%;
	}

}

#hero .hero-content .flex-row {
	height: 100%;
	flex-wrap: nowrap;
}

@media (min-width:768px) and (max-width:1199px) {

	#hero .hero-content .flex-row {
		flex-wrap: wrap;
	}

}

#hero .hero-content .flex-row .two-columns {
	display: flex;
	align-items: center;
}

@media (min-width:768px) and (max-width:1199px) {

	#hero .hero-content .flex-row .two-columns {
		margin: 0;
		width: 100%;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	#hero .hero-content .flex-row .two-columns.form-container {
		align-items: center !important;
	}

}

#hero .hero-content .flex-row .two-columns:first-of-type {
	padding: 30px;
	height: 50%;
	background-color: #e6e6e6;
}

@media (min-width:768px) and (max-width:1199px) {

	#hero .hero-content .flex-row .two-columns:first-of-type {
		padding: 0 15px;
		height: auto;
	}

}

#hero .hero-content .flex-row .two-columns:first-of-type h2 {
	font-size: 2em;
	line-height: 1.17em;
}

@media (max-width:767px) {

	#hero .hero-content .flex-row .two-columns:first-of-type h2 {
		font-size: 1.2em;
		text-align: center;
		padding: 30px 15px;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	#hero .hero-content .flex-row .two-columns:first-of-type h2 {
		padding: 10% 30px;
		text-align: center;
	}

}

.form-container {
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start !important;
}

.form-container h3 {
	font-weight: 500;
	line-height: normal;
	margin: 5% 0;
	padding: 40px 30px 0 30px;
}

@media (max-width:767px) {

	.form-container h3 {
		padding: 0 15px;
		margin: 5% auto;
		text-align: center;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	.form-container h3 {
		text-align: center;
		margin: auto auto 0;
	}

}

.form-container p {
	padding: 0 30px;
	margin: 15px auto;
}

.form-container form {
	width: 100%;
	padding: 0 30px;
}

@media (max-width:767px) {

	.form-container form {
		padding: 0 15px;
		width: calc(100% - 30px);
	}

}

@media (min-width:768px) and (max-width:1199px) {

	.form-container form {
		max-width: 420px;
		margin: auto;
	}

}

.form-container form .input-container {
	margin: 0 0 30px;
}

.form-container form .input-container input:not([type="checkbox"]),.form-container form .input-container textarea {
	padding-left: 15px;
	font-size: 0.75em;
	font-weight: 200;
	width: 100%;
	height: 40px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #ffffff;
	color: white;
	font-style: italic;
	font-family: 'Kanit', sans-serif;
}

.form-container form .input-container textarea {
	transition: all 280ms ease;
	resize: none;
}

.form-container form .input-container textarea:focus {
	height: 80px;
}

.form-container form .input-container .acceptance label {
	width: 100%;
	font-size: 0.75em;
	display: flex;
	align-items: center;
	cursor: pointer;
	float: left;
	position: relative;
}

@media (max-width:767px) {

	.form-container form .input-container .acceptance label {
		line-height: 1.2;
	}

}

.form-container form .input-container .acceptance label a {
	text-decoration: underline;
}

.form-container form .input-container .acceptance label a:hover {
	text-decoration: none;
}

.form-container form .input-container .acceptance label input {
	width: 15px;
	height: 15px;
	opacity: 0;
	position: absolute;
	left: 0;
}

.form-container form .input-container .acceptance label::before {
	content: '';
	width: 15px;
	height: 15px;
	margin-right: 10px;
	border: 1px solid white;
	float: left;
}

.form-container form .input-container .acceptance label::after {
	content: '';
	width: 11px;
	height: 11px;
	opacity: 0;
	background-color: white;
	transition: all 280ms ease;
	position: absolute;
	left: 3px;
}

.form-container form .input-container .acceptance label.checked::after {
	opacity: 1;
}

.form-container form .input-container input[type="submit"] {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #c10230;
	font-weight: 600;
	border: none;
	color: #ffffff;
	font-family: 'Kanit', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-image: url(images/icon-enviar.svg);
	background-size: auto 40px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	cursor: pointer;
	transition: all 280ms ease;
	text-indent: -9999px;
}

.form-container form .input-container input[type="submit"]:disabled {
	filter: grayscale(100%);
	opacity: 0.5;
}

.form-container form .input-container input[type="submit"] img {
	margin-right: 10px;
}

.form-container form .input-container .wpcf7-response-output {
	display: none;
}

.form-container form .input-container input[type="submit"]:not([disabled]):hover {
	background-color: #000000;
}


/* Intro */

#intro {
	background: url(images/asesval-lines.svg) -30% center no-repeat;
	background-size: contain;
}

#intro .container .wp-block-columns .wp-block-column:first-of-type {
	display: flex;
	align-items: center;
}

@media (max-width:767px) {

	#intro {
		background: #ffffff;
	}

}


/* Sevicios */

#servicios {
	background: #f6f6f6;
}

#servicios .container .flex-row .three-columns .servicio-container {
	text-align: center;
	position: relative;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-shadow: 0 0 5px #e6e6e6;
	margin: -20px 0 80px 0;
	min-height: 320px;
}

@media (max-width:767px) {

	#servicios .container .flex-row .three-columns .servicio-container {
		min-height: 320px;
		max-width: 360px;
		margin: .20px auto 80px;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	#servicios .container .flex-row .three-columns .servicio-container {
		min-height: 280px;
	}

}

#servicios .container .flex-row .three-columns .servicio-container .icon-clip {
	position: absolute;
	top: -30px;
	left: calc(50% - 33px);
}

#servicios .container .flex-row .three-columns .servicio-container h3 {
	font-size: 1.125em;
	margin: 0 0 40px;
}

#servicios .container .flex-row .three-columns .servicio-container h3 strong {
	font-weight: 500;
}

#servicios .container .flex-row .three-columns .servicio-container .icon-servicio {
	width: 100px;
	height: 100px;
}


/* Valores */

#valores {
	position: relative;
	background: #fdf6f8;
	margin-top: 150px;
}

@media (max-width:767px) {

	#valores {
		margin-top: 0;
	}

}

#valores img {
	position: absolute;
	width: 40%;
	top: -40px;
	object-fit: cover;
}

@media (max-width:767px) {

	#valores img {
		height: auto;
		position: relative;
		width: 100%;
		top: 0;
	}

}

#valores .valores-list li {
	margin: 15px 0;
	background: url(images/check.svg) left center no-repeat;
	padding: 10px 0 10px 65px;
	font-size: 1.5em;
}

@media (max-width:767px) {

	#valores .valores-list li {
		font-size: 1.25em;
	}

}


/* Footer */

footer #footerInfo {
	background: #c10230;
	padding-top: 150px;
	padding-bottom: 90px;
}

@media (max-width:767px) {

	footer #footerInfo {
		padding-top: 80px;
		padding-bottom: 50px;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	footer #footerInfo {
		padding-top: 80px;
		padding-bottom: 50px;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	footer #footerInfo .container .flex-row.space-between {
		justify-content: flex-start !important;
	}

}

footer #footerInfo .container .flex-row .info-container {
	max-width: 450px;
}

@media (max-width:767px) {

	footer #footerInfo .container .flex-row .info-container {
		padding: 0 30px 45px;
		max-width: 100%;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	footer #footerInfo .container .flex-row .info-container {
		padding: 0 15px 45px;
		max-width: 100%;
	}

}

footer #footerInfo .container .flex-row .info-container h4 {
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 30px;
	color: #ec7d99;
}

@media (max-width:767px) {

	footer #footerInfo .container .flex-row .info-container h4 {
		margin-bottom: 15px;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	footer #footerInfo .container .flex-row .info-container h4 {
		margin-bottom: 15px;
	}

}

footer #footerInfo .container .flex-row .info-container ul {
	font-size: 0.75em;
	font-weight: 300;
}

footer #footerInfo .container .flex-row .info-container ul li {
	margin: 0 0 20px;
}

@media (max-width:767px) {

	footer #footerInfo .container .flex-row .info-container ul li {
		margin: 0 0 15px;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	footer #footerInfo .container .flex-row .info-container ul li {
		margin: 0 0 10px;
	}

}

footer #footerInfo .container .flex-row .info-container ul li a {
	line-height: 1.25em;
	display: flex;
	color: #ffffff;
}

footer #footerInfo .container .flex-row .info-container ul li a:hover {
	color: #000000;
}

footer #footerInfo .container .flex-row .info-container ul li img {
	margin-right: 20px;
}

@media (min-width:768px) and (max-width:1199px) {

	footer #footerInfo .container .flex-row .info-container#contacto-container {
		order: 1;
		width: 50%;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	.contact-page-container .wp-block-image img {
		height: auto;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	footer #footerInfo .container .flex-row .info-container#interes-container {
		order: 3;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	footer #footerInfo .container .flex-row .info-container#marco-container {
		order: 2;
	}

}

footer #footerCredits {
	color: #ffffff;
	background: #970024;
	padding: 25px 0;
	display: flex;
	font-size: 0.6em;
	font-weight: 400;
}

footer #neobrand {
	display: flex;
	align-items: center;
	float: right;
	position: relative;
}

footer #neobrand img {
	width: auto;
	height: 20px;
	transition: all 280ms ease;
	float: left;
}

@media (max-width:767px) {

	footer #footerCredits {
		padding: 25px 0 80px;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	footer #footerCredits {
		padding: 25px 15px;
	}

}

@media (max-width:767px) {

	footer #footerCredits .flex-row {
		align-items: center !important;
	}

}

@media (max-width:767px) {

	footer #footerCredits .flex-row div {
		order: 2;
		padding: 20px 0;
	}

}

footer #footerCredits .flex-row ul {
	display: flex;
	align-items: center;
}

@media (max-width:767px) {

	footer #footerCredits .flex-row ul {
		order: 1;
	}

}

footer #footerCredits .flex-row ul li {
	padding: 0 15px;
}

@media (max-width:767px) {

	footer #footerCredits .flex-row a {
		order: 3;
	}

}

/*********** pages ***********/
#page-content .content-section a {
	color: #c10230;
}

#hero-page {
	background: url("images/isotopo-bck.svg") -15% center no-repeat #f6f6f6;
	height: calc(50vh - 100px);
	margin-top: 100px;
	position: relative;
	background-size: contain;
}

@media (max-width:767px) {

	#hero-page {
		margin-top: 80px;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	#hero-page {
		max-height: 300px;
	}

}

#hero-page.small-hero {
	max-height: 240px;
	background: url("images/isotopo-bck.svg") left center no-repeat #f6f6f6;
}

#hero-page .container {
	height: 100%;
}

#hero-page .container .flex-row {
	align-items: center;
	height: 100% !important;
}

#hero-page .container .flex-row .one-columns {
	width: 100%;
	text-align: center;
}

@media (max-width:767px) {

	#hero-page .container .flex-row .one-columns {
		display: flex;
		align-items: center;
		height: 100%;
	}

}

#hero-page .container .flex-row .one-columns h1 {
	letter-spacing: 2px;
	font-weight: 600;
	color: #c10230;
	font-size: 2em;
	margin: 0;
}

@media (max-width:767px) {

	#hero-page .container .flex-row .one-columns h1 {
		font-size: 1.5em;
		width: 100%;
		text-align: center;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	#hero-page .container .flex-row .one-columns h1 {
		font-size: 1.5em;
	}

}

@media (max-width:767px) {

	#hero-page .container .flex-row .two-columns {
		display: flex;
		align-items: center;
		height: 100%;
	}

}

#hero-page .container .flex-row .two-columns h1 {
	letter-spacing: 2px;
	font-weight: 600;
	color: #c10230;
	font-size: 2em;
	margin: 0;
	text-transform: uppercase;
}

@media (max-width:767px) {

	#hero-page .container .flex-row .two-columns h1 {
		font-size: 1.5em;
		width: 100%;
		text-align: center;
	}

}

#hero-page .img-container {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 50%;
	height: calc(50vh - 100px);
	overflow: hidden;
}

@media (max-width:767px) {

	#hero-page .img-container {
		display: none;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	#hero-page .img-container {
		max-height: 300px;
	}

}

#hero-page .img-container img {
	height: 100%;
}

.content-section h2 {
	font-weight: 600;
	font-size: 0.8em;
	color: #c10230;
	letter-spacing: 2px;
	margin: 0 0 10px;
	text-transform: uppercase;
	line-height: 1.35em;
}

.simple .content-section h2 {
	margin-top: 60px;
	margin-top: 60px;
	font-size: 1.25em;
}

.simple .content-section h3 {
	margin-top: 30px;
	font-size: 1.125em;
	color: #c10230;
	font-weight: 400;
}

.content-section blockquote {
	font-size: 1.65em;
	margin: 0 10% 0 0;
	line-height: 1.2em;
}

.content-section blockquote p {
	margin-top: 0;
}

@media (max-width:767px) {

	.content-section blockquote {
		font-size: 1.35em;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	.content-section blockquote {
		font-size: 1.35em;
	}

}

.content-section ul li {
	background: url(images/check-gray.svg) left 15px no-repeat;
	padding: 10px 0 15px 40px;
}

.headline {
	background-color: #f6f6f6;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width:767px) {

	.headline {
		padding-left: 30px;
		padding-right: 30px;
	}

}

.headline h3 {
	font-size: 2.5em;
	line-height: 1.25em;
	text-align: center;
}

@media (max-width:767px) {

	.headline h3 {
		font-size: 1.75em;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	.headline h3 {
		font-size: 1.75em;
	}

}

.headline h3 strong {
	font-weight: 400;
}

.headline.headline-top {
	background-color: #ffffff;
	padding-bottom: 80px;
}

.bottom-form {
	position: relative;
	overflow: hidden;
}

.bottom-form .container {
	position: relative;
	z-index: 1;
	height: 100%;
}

.bottom-form .container .flex-row {
	height: 100% !important;
}

.bottom-form .container .flex-row .form-container {
	height: 100%;
}

@media (max-width:767px) {

	.bottom-form .container .flex-row .form-container form {
		width: calc(100% - 30px);
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}

}

@media (min-width:768px) and (max-width:1199px) {

	.bottom-form .container .flex-row .form-container form {
		max-width: 100%;
	}

}

.bottom-form .bck-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	s
}

.bottom-form .bck-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	float: left;
}

.team-container {
	position: relative;
	margin-bottom: 30px;
}

@media (max-width:767px) {

	.team-container {
		margin: 0 auto 30px;
		max-width: 420px;
	}

}

/**
.team-container .team-content {
position: absolute;
z-index: 1;
bottom: -10px;
background: url("images/isotopo-gris.svg") center left no-repeat #ffffff;
width: 80%;
margin: 0 10%;
display: flex;
flex-direction: column;
padding: 30px 0;
text-align: center;
box-shadow: 0 0 10px #0000001c;
}
**/
.team-container .team-content {
	position: relative;
	z-index: 1;
	bottom: -10px;
	background: url("images/isotopo-gris.svg") bottom left no-repeat #fff;
	width: 80%;
	margin: 0 10%;
	display: flex;
	flex-direction: column;
	padding: 30px 0;
	text-align: center;
	box-shadow: 0 0 10px #0000001c;
	min-height: 360px;
	align-items: center;
	justify-content: center;
}

@media (max-width:767px) {

	.team-container .team-content {
		padding: 15px 0;
		margin: 0;
		width: 100%;
		min-height: 280px;
	}

}

.team-container .team-content h4 {
	font-size: 0.8em;
	font-weight: 400;
	margin: 0 30px;
}

.team-container .team-content span {
	font-size: 0.8em;
	font-weight: 600;
	color: #A1A1A1;
	margin: 15px 30px;
}

@media (max-width:767px) {

	.team-container .team-content span {
		margin: 0 15px;
	}

}

.team-container .team-content div {
	margin: 0 30px;
	font-size: 0.75em;
}

.team-container .team-content div a {
	color: #c10230;
	font-weight: 400;
}

/**
.team-container .team-bck {
width: 100%;
height: 100%;
position: relative;
top: 0;
}**/
.team-container .team-bck {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	display: none;
}

#services-list {
	background-color: #f6f6f6;
	position: relative;
}

#services-list article {
	position: relative;
}

#services-list article::after {
	content: '';
	width: 100%;
	border-bottom: 10px solid white;
	position: absolute;
	left: 0;
	bottom: 0;
}

#services-list article:last-child::after {
	display: none;
}

#services-list article h2 {
	padding-right: 50px;
}

@media (max-width:767px) {

	#services-list article h2 {
		padding-right: 0;
	}

	.bottom-form .two-columns.form-container {
		width: 100%;
	}

}

.contact-item .contact-container {
	display: flex;
}

.contact-item .contact-container img {
	margin: 0 20px 0 0;
	width: auto;
}

.contact-item img {
	width: 100%;
	max-width: 480px;
	margin-top: 30px;
}

@media (max-width:767px) {

	.contact-item img {
		margin-bottom: 45px;
	}

}

.horario-container {
	border: 2px solid #c10230;
	padding: 60px 60px 40px;
	text-align: center;
	margin: auto;
}

@media (max-width:767px) {

	.horario-container {
		padding: 40px 30px 20px;
	}

}

.horario-container h4 {
	font-size: 1.5em;
	font-weight: 500;
	color: #c10230;
}

@media (max-width:767px) {

	.horario-container h4 {
		font-size: 1.25em;
	}

}

.wp-block-image {
	margin: 0;
}

.contact-map {
	padding-left: 50px;
	background-image: url(images/icon-address-primary.svg);
	background-position: left center;
	background-repeat: no-repeat;
}

::-webkit-input-placeholder {
	color: white;
}

::-moz-placeholder {
	color: white;
}

.policy {
	width: 100%;
	float: left;
}

.policy span {
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
	transition: all 280ms ease;
	cursor: pointer;
}

.policy span:hover {
	text-decoration: none;
}

.policy p {
	font-size: 18px;
	padding: 0;
	display: none;
}

.wpcf7 {
	width: 100%;
	float: left;
}

body span.wpcf7-list-item {
	margin-left: 0;
}

body span.wpcf7-not-valid-tip {
	font-size: 12px;
	text-align: right;
	color: #fff;
	font-weight: 300;
}

.form-container form .input-container.policy {
	width: 100%;
	margin-top: -40px;
	float: left;
}

@media (max-width:767px) {

	.form-container form .input-container.policy {
		line-height: 1;
	}

}

.policy p.privacy-info {
	text-align: left;
	font-size: 12px;
	line-height: 1.25em;
	letter-spacing: -0.5px;
	text-align: justify;
}

.policy p.privacy-info strong {
	font-weight: 400;
}

.wp-block-table {
	overflow-x: auto;
	margin: 0;
	background: #efefef;
	font-size: 0.8em;
	line-height: 1.25em;
}

.wp-block-table table {
	border: 10px solid #efefef;
}

.wpcf7 form.wpcf7-form .wpcf7-response-output {
	margin: 0 0 1em;
	padding: 0.5em;
	display: inline-block;
	font-size: 0.85em;
	line-height: normal;
}


/* Misc */

.grecaptcha-badge {
	opacity: 0;
	pointer-events: none;
}