@charset "UTF-8";
/*!
Theme Name: aguirrecoque
Theme URI: https://aguirrecoque.com
Author: Estudio Ayllón
Author URI: https://estudioayllon.com
Description: WordPress theme
Version: 2.2.9
Tested up to: 8.2
Requires PHP: 7.4
Text Domain: aguirrecoque
*/
/* Import variables and mixins
--------------------------------------------- */
.ea-latest-posts-wrap-inner .ea-latest-posts span a {
	display: inline-block;
	margin-left: 10px;
	background-color: #efefef;
	padding: 7px 15px;
	border-radius: 30px;
	text-decoration: none;
	color: #3b3a3c;
	font-size: 12px;
}

/* Base
--------------------------------------------- */
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #3b3a3c;
	font-family: Arial, sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Baskervville", serif;
	clear: both;
	color: #000000;
	font-weight: bold;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	margin-bottom: 0 !important;
}

html.block-scroll,
html.block-scroll body {
	overflow: hidden;
}

.container,
.container-fluid {
	overflow-x: hidden;
}

#main > section:not(.featured-service):not(.hero):not(.parallax) {
	padding-top: 120px;
	padding-bottom: 120px;
}

section.cta {
	padding-top: 80px;
	padding-bottom: 80px;
}

section.section--grey {
	background-color: #f3f3f3;
}

section.section--gold {
	background-color: #e3bc7a;
}

section.section--primary {
	background-color: #651a42;
}

section.section--white {
	background-color: #fff;
}

section.section--black {
	background-color: #000000;
}

.color-primary {
	color: #651a42;
}

.site-branding {
	position: relative;
	z-index: 9;
}

.site-branding img {
	height: 40px;
	width: auto;
}

@media (max-width: 991.98px) {
	.site-branding img {
		height: 30px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #fff;
	color: #000000;
}

.footer a {
	color: #000000 !important;
}

.footer a:not(:hover) {
	text-decoration: none;
}

.footer p.widget-title {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 15px;
	font-family: "Baskervville", serif;
	color: #651a42;
	font-weight: bold;
}

.footer .footer__col {
	font-size: 0.9rem;
}

.footer .footer__col .wp-block-image {
	margin-top: 0;
	margin-bottom: 0;
}

.footer .footer__col img {
	width: 100%;
	height: auto;
	max-height: 7rem;
}

.footer .footer__col ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.footer .footer__col ul li:not(:last-child) {
	margin-bottom: 10px;
}

.footer .footer__copy {
	font-size: 12px;
	opacity: .7;
	text-align: center;
}

.footer .ea-contact-data-widget div {
	margin-bottom: 10px;
	position: relative;
	padding-left: 35px;
}

.footer .ea-contact-data-widget i {
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: 0;
	background-color: #651a42;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	color: #fff;
}

.footer .ea-contact-data-widget a {
	line-height: 25px;
}

.footer .ea-contact-data-widget p {
	margin-bottom: 0;
}

.footer .ea-contact-data-widget p + p {
	margin-top: 5px;
	margin-bottom: 15px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.link-list {
	list-style: none;
	margin-left: 0;
	font-size: 22px;
}

.link-list li {
	position: relative;
	margin-bottom: 20px;
}

.link-list li:last-child {
	margin-top: 30px;
}

.link-list li a {
	display: block;
	color: #3b3a3c;
	text-decoration: none;
}

.link-list li a::after {
	content: "";
	font-family: "Font Awesome 6 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 0;
	font-size: 80%;
	color: #651a42;
}

@media (max-width: 767.98px) {
	.link-list {
		padding-left: 0;
	}
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Parallax
--------------------------------------------------------------*/
.parallax,
.counters {
	position: relative;
	padding-top: 200px;
	padding-bottom: 200px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax[style]:not([style=""])::before,
.counters[style]:not([style=""])::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(101, 26, 66, 0.6);
	z-index: 1;
}

.parallax .parallax__text,
.parallax .counters__text,
.counters .parallax__text,
.counters .counters__text {
	text-align: center;
	position: relative;
	z-index: 2;
}

.parallax h3,
.counters h3 {
	font-size: 3rem;
	color: #fff;
}

.parallax p,
.counters p {
	font-size: 1.5rem;
	color: #fff;
}

.parallax svg,
.counters svg {
	height: 100px;
}

.parallax h3 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.counters h4 {
	color: #fff;
}

.counters p {
	font-size: 3rem;
	font-weight: bold;
}

#slider-home {
	overflow: hidden;
	margin-top: 90px;
}

@media (min-width: 992px) {
	#slider-home {
		overflow: auto;
		margin-top: 0;
	}
	#slider-home .image-slider__slide {
		width: 100%;
	}
	#slider-home img {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 1600px) {
	#slider-home .image-slider__slide {
		height: 100vh;
	}
	#slider-home img {
		min-height: 100vh;
	}
}

@media (max-width: 575.98px) {
	#slider-home > div:first-child {
		margin-top: -15px;
		padding-left: 0;
		padding-right: 0;
	}
}

/* Links
--------------------------------------------- */
a {
	color: #651a42;
}

a:visited {
	color: #651a42;
}

a:hover, a:focus, a:active {
	color: #651a42;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	border-radius: 30px;
	padding: 10px 40px;
	min-width: 160px;
	border: 1px solid;
	text-decoration: none;
	transition: background-color 200ms linear;
}

a.button.button--transparent,
button.button--transparent,
input[type="button"].button--transparent,
input[type="reset"].button--transparent,
input[type="submit"].button--transparent {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

a.button.button--transparent:hover,
button.button--transparent:hover,
input[type="button"].button--transparent:hover,
input[type="reset"].button--transparent:hover,
input[type="submit"].button--transparent:hover {
	background-color: #fff;
	color: #651a42;
}

a.button.button--white,
button.button--white,
input[type="button"].button--white,
input[type="reset"].button--white,
input[type="submit"].button--white {
	color: #3b3a3c;
	border-color: #fff;
	background-color: #fff;
}

a.button.button--black,
button.button--black,
input[type="button"].button--black,
input[type="reset"].button--black,
input[type="submit"].button--black {
	color: #000000;
	border-color: #000000;
	background-color: transparent;
}

a.button.button--black:hover,
button.button--black:hover,
input[type="button"].button--black:hover,
input[type="reset"].button--black:hover,
input[type="submit"].button--black:hover {
	background-color: #000000;
	color: #fff;
}

.text-button {
	position: relative;
	top: -6px;
	width: 80px;
}

.text-button::before {
	content: "";
	font-family: "Font Awesome 6 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 0;
	font-size: 80%;
	color: #fff;
}

.text-button::after {
	content: "";
	height: 1px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	bottom: -5px;
	right: 0;
	left: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Components
--------------------------------------------- */
/* Navigation
--------------------------------------------- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger.is-active:hover {
	opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #000;
}

.hamburger-box {
	width: 25px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 25px;
	height: 3px;
	background-color: #000;
	border-radius: 3px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -8px;
}

.hamburger-inner::after {
	bottom: -8px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
	perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

button.hamburger {
	min-width: 0;
	padding: 0;
	background-color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

button.hamburger .hamburger-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

button.hamburger:not(.is-active) .hamburger-inner {
	width: 20px;
}

button.hamburger:not(.is-active) .hamburger-inner::after {
	width: 10px;
}

button.hamburger.is-active .hamburger-inner,
button.hamburger.is-active .hamburger-inner::before,
button.hamburger.is-active .hamburger-inner::after {
	background-color: #651a42;
}

.menu-primary-container {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #651a42;
	z-index: 998;
}

.menu-primary-container,
.menu-primary-container a {
	color: #fff;
}

.menu-primary-container #primary-menu {
	width: 100%;
	max-width: 1295px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media (max-width: 1399.98px) {
	.menu-primary-container #primary-menu {
		padding-right: 30px;
	}
}

.menu-primary-container #primary-menu a {
	font-size: 2rem;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: padding-right 200ms linear;
}

.menu-primary-container #primary-menu a:hover {
	position: relative;
	padding-right: 40px;
}

.menu-primary-container #primary-menu a:hover::before {
	opacity: 1;
}

.menu-primary-container #primary-menu a::before {
	transition: opacity 400ms ease-out;
	opacity: 0;
	content: "";
	font-family: "Font Awesome 6 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	padding-left: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 0;
	font-size: 80%;
	color: #651a42;
}

.menu-primary-container #primary-menu a::after {
	content: "";
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: .1;
}

.menu-primary-container #primary-menu li:nth-child(1) a::after {
	width: 15%;
}

.menu-primary-container #primary-menu li:nth-child(2) a::after {
	width: 30%;
}

.menu-primary-container #primary-menu li:nth-child(3) a::after {
	width: 45%;
}

.menu-primary-container #primary-menu li:nth-child(4) a::after {
	width: 60%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-toggle {
	position: fixed;
	top: 0;
	right: 1.5rem;
	z-index: 9999999;
	margin-top: 30px;
	line-height: 68px;
}

@media (min-width: 768px) {
	.menu-toggle {
		right: calc(calc(100vw - 720px) / 2);
	}
}

@media (min-width: 992px) {
	.menu-toggle {
		right: calc(calc(100vw - 960px) / 2);
	}
}

@media (min-width: 1200px) {
	.menu-toggle {
		right: calc(calc(100vw - 1140px) / 2);
	}
}

@media (min-width: 1600px) {
	.menu-toggle {
		right: calc(calc(100vw - 1320px) / 2);
	}
}

/* Small menu. */
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Common
--------------------------------------------- */
/*--------------------------------------------------------------
# CTAs
--------------------------------------------------------------*/
.cta .cta__text h2 {
	font-size: 2.4rem;
	color: #fff;
}

/*--------------------------------------------------------------
# Featured service
--------------------------------------------------------------*/
.featured-service .featured-service__img {
	min-height: 400px;
	background: url(img/abogados-trabajando.jpg) no-repeat center;
	background-size: cover;
}

.featured-service .featured-service__text {
	overflow: hidden;
	background-color: #fff;
	padding: 10% 5%;
}

.featured-service .featured-service__text h2 {
	font-size: 3rem;
}

.featured-service .featured-service__text h3 {
	font-size: 2.5rem;
}

.featured-service .featured-service__text p {
	font-size: 22px;
}

.featured-service .featured-service__text p:not(:last-child) {
	margin-bottom: 1rem;
}

.featured-service .featured-service__text p:last-child {
	margin-bottom: 0;
}

.featured-service .featured-service__text ul {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
}

.featured-service .featured-service__text ul li {
	position: relative;
	padding: 12px 0 12px 24px;
	font-size: 1.1rem;
	font-weight: 500;
	border-bottom: 1px solid #dad9d6;
}

.featured-service .featured-service__text ul li:first-child {
	border-top: 1px solid #dad9d6;
}

.featured-service .featured-service__text ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background-color: #651a42;
	border-radius: 50%;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services h1,
.services h2 {
	font-size: 3rem;
}

.services h3 {
	font-size: 1.5rem;
	margin-bottom: 60px;
}

.services .services__item {
	font-size: 1.2rem;
	position: relative;
	border-bottom: 1px solid #dad9d6;
}

.services .services__item:first-child {
	border-top: 1px solid #dad9d6;
}

.services .services__item a {
	display: block;
	padding: 30px 15px;
	text-decoration: none;
	color: #3b3a3c;
	font-weight: 500;
}

.services .services__item a:hover i {
	right: 30px;
}

.services .services__item img {
	width: 30px;
	margin-right: 10px;
	filter: brightness(0) saturate(100%) invert(16%) sepia(15%) saturate(6540%) hue-rotate(295deg) brightness(92%) contrast(97%);
}

.services .services__item i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: 20px;
	right: 15px;
	transition: right 200ms ease-out;
	color: #651a42;
}

@media (max-width: 767.98px) {
	.services .col-md-6:last-child > .services__item:first-child {
		border-top: 0 !important;
	}
}

/*--------------------------------------------------------------
# Social links
--------------------------------------------------------------*/
.ea-social-links {
	margin-top: 20px;
}

.ea-social-links::before {
	content: "Síguenos en:";
	text-transform: uppercase;
	margin-right: 16px;
	color: #000000;
	opacity: .7;
	font-weight: bold;
}

.ea-social-links .facebook,
.ea-social-links .linkedin,
.ea-social-links .twitter {
	color: transparent;
	font-size: 0;
	margin-right: 16px;
}

.ea-social-links .facebook:before,
.ea-social-links .linkedin:before,
.ea-social-links .twitter:before {
	color: #651a42;
	font-size: 21px;
}

.ea-social-links .twitter::before {
	content: "";
	font-family: "Font Awesome 6 Brands";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
}

.ea-social-links .linkedin::before {
	content: "";
	font-family: "Font Awesome 6 Brands";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
}

.ea-social-links .facebook::before {
	content: "";
	font-family: "Font Awesome 6 Brands";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
}

/*--------------------------------------------------------------
# Posts grid
--------------------------------------------------------------*/
.ea-latest-posts-wrap {
	padding-left: 0;
	padding-right: 0;
}

.ea-latest-posts-wrap-inner {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 1200px) {
	.ea-latest-posts-wrap-inner .grid-sizer,
	.ea-latest-posts-wrap-inner .ea-latest-posts {
		width: calc((100% - 40px)/3);
		min-width: calc((100% - 40px)/3);
	}
}

.ea-latest-posts-wrap-inner .ea-latest-posts {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
}

.ea-latest-posts-wrap-inner .ea-latest-posts p {
	font-size: 80%;
}

.ea-latest-posts-wrap-inner .ea-latest-posts a {
	color: #3b3a3c;
}

.ea-latest-posts-wrap-inner .ea-latest-posts h3 {
	line-height: 0.9;
}

.ea-latest-posts-wrap-inner .ea-latest-posts h3 a {
	font-size: 1.2rem;
}

.ea-latest-posts-wrap-inner .ea-latest-posts h3 a:not(:hover) {
	text-decoration: none;
}

.ea-latest-posts-wrap-inner footer {
	text-align: right;
	margin-top: 25px;
	font-size: 12px;
}

/*--------------------------------------------------------------
# Other
--------------------------------------------------------------*/
.main-title {
	background-color: #f3f3f3;
}

.main-title h1 {
	color: #000000;
}

.main-title h2,
.main-title .h2 {
	color: #651a42;
}

.single-service .entry-header h1 {
	color: #fff;
}

/*--------------------------------------------------------------
# Contact Info (shortcode)
--------------------------------------------------------------*/
.contact-info .contact-info__item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 24px 0;
}

.contact-info .contact-info__item:not(:last-child) {
	border-bottom: 1px solid #dad9d6;
}

.contact-info .contact-info__icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	background-color: #651a42;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-info .contact-info__icon i {
	color: #fff;
	font-size: 18px;
}

.contact-info .contact-info__content {
	padding-top: 2px;
}

.contact-info .contact-info__content p {
	margin-bottom: 0;
	font-size: 1.05rem;
}

.contact-info .contact-info__content a {
	color: #3b3a3c;
	text-decoration: none;
}

.contact-info .contact-info__content a:hover {
	color: #651a42;
}

.contact-info .contact-info__label {
	display: block;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #b0b5b9;
	font-weight: 600;
	margin-bottom: 4px;
}

/* Other
--------------------------------------------- */
.page-template-page-business .team {
	background-color: #f3f3f3;
	text-align: center;
}

.page-template-page-business .team h3 {
	font-weight: bold;
	font-size: 2.5rem;
}

.page-template-page-business .team .employee__image img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
}

.page-template-page-business .team .employee__name {
	font-size: 1.5rem;
	color: #651a42;
	margin-bottom: 15px;
}

.page-template-page-business .team .employee__work {
	font-weight: bold;
}

.page-template-page-business .team .employee__desc {
	margin-bottom: 0;
}

.page-template-page-business .team img {
	max-width: 200px;
	margin: 0 auto;
	border-radius: 50%;
}

.page-template-page-business .page-content p {
	font-size: 2rem;
}

.page-template-page-business .page-content ul,
.page-template-page-business .page-content ol {
	text-align: center;
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.page-template-page-business .page-content ul li,
.page-template-page-business .page-content ol li {
	display: inline;
	color: #651a42;
	position: relative;
	padding-left: 32px;
	font-size: 1.8rem;
}

.page-template-page-business .page-content ul li:not(:last-child),
.page-template-page-business .page-content ol li:not(:last-child) {
	margin-right: 20px;
}

.page-template-page-business .page-content ul li::before,
.page-template-page-business .page-content ol li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #b0b5b9;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
}

.wpcf7 textarea {
	height: 150px;
	min-height: 150px;
	max-height: 300px;
}

.wpcf7 input:not([type="submit"]):not([type="checkbox"]),
.wpcf7 textarea {
	padding: 12px 16px;
	background-color: #f3f3f3;
	border: 1px solid #dad9d6;
	border-radius: 4px;
	font-size: 0.95rem;
	transition: border-color 200ms ease;
}

.wpcf7 input:not([type="submit"]):not([type="checkbox"]):focus,
.wpcf7 textarea:focus {
	border-color: #651a42;
	outline: none;
}

.wpcf7 input:not([type="submit"]):not([type="checkbox"]) {
	width: 100%;
	box-sizing: border-box;
}

.wpcf7 label {
	display: block;
	width: 100%;
	font-weight: 500;
	margin-bottom: 6px;
	font-size: 0.9rem;
}

.wpcf7 input[type="submit"] {
	background-color: #651a42;
	color: #fff;
	border-color: #651a42;
	font-weight: 500;
	padding: 12px 40px;
}

.wpcf7 input[type="submit"]:hover {
	background-color: #45122d;
	border-color: #45122d;
}

.wpcf7 .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7 .contact-legals p:last-child {
	font-size: 13px;
	color: #b0b5b9;
}

.page-template-default iframe {
	filter: grayscale(1) !important;
}

.gt_float_switcher {
	font-size: 15px !important;
}

.gt_float_switcher img {
	width: 22px !important;
}

.gt-current-lang {
	padding: 7px 10px !important;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

/*# sourceMappingURL=style.css.map */