@import url(normalize.css);
@import url(fonts.css);
@import url(bootstrap-grid.min.css);
@import url(owl.carousel.min.css);
@import url(magnific-popup.min.css);
@import url(font-awesome.min.css);
@import url(animate.min.css);c

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.25;
}

a,
button {
	color: inherit;
	text-decoration: none;
	transition: .3s;
	border: none;
	outline: none;
}

img {
	display: block;
	max-width: 100%;
}

.cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img {
	position: relative;
	padding-bottom: 56.25%;
}

.img.img-full {
	padding-bottom: 100%;
}

.image-responsive {
	width: 100%;
}

.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}

.w-100 {
	width: 100%;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-1 {
	flex: 1;
}

.container {
	max-width: 1100px;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
}

.text-dark{
    color: #161616;
    
}

.cke_editable {
	padding: 30px !important;
}

.cke_editable>*:not(:first-child) {
	margin-top: 1em;
}

.row-grid {
	margin: -15px;
}

.row-grid>* {
	padding: 15px;
}
.pointer {
    cursor: pointer !important;
}

.animated {
	animation-duration: .3s;
}

.text-uppercase {
	text-transform: uppercase;
}

.wow {
	animation-duration: 1s;
}

.slider {
	position: relative;
}

section {
	position: relative;
}

.img-container {
	position: relative;
	padding-bottom: 56.25%;
}

.img-container img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 80%;
	max-height: 80%;
	margin: auto;
}

.btn,
.form-control {
	font: inherit;
	text-transform: inherit;
}

.wrapper {
	position: relative;
	background: #fff;
}

.row-small {
	margin: -11.25px;
}

.row-small>* {
	padding: 11.25px;
}

.row-grid-small {
	margin: -7.5px;
}

.row-grid-small>* {
	padding: 7.5px;
}

.row-grid-big {
	margin: -30px;
}

.row-grid-big>* {
	padding: 30px;
}

.text-center {
	text-align: center;
	margin-top: 1em;
}

.container {
	max-width: 1250px;
	padding-left: 30px;
	padding-right: 30px;
}
.container-fluid{
    max-width: 1450px;
}
.servicio-page{
        padding-top: 30px;
    }

body {
	font-size: 17px;
	color: #000;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}

.wrapper {
	overflow: hidden;
}

.row-grid {
	overflow: hidden;
}
.header-blog{
    position: initial !important;
}
.header {
	color: #444;
	position: fixed;
	z-index: 99999999999;
	padding: 16px;
	top: 0;
	right: 0;
	left: 0;
	background: #fff;
	text-transform: uppercase;
	/*   max-width: 1600px; */
	margin: auto;
	/*   border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; */
	box-shadow: 0px 8px 20px rgb(0 0 0 / 10%)
}

.header .logo {
	max-height: 30px;
	transition: .3s;
}

.header.fixed .logo {
	max-height: 28px;
}

.header.fixed .nav li a {
	line-height: 27px;
}

.bg-footer{
    background: #161616 !important;
}

.social {
	padding: 8px 24px;
	display: flex;
}

.social a {
	background: #c1b28d;
	color: #fff;
	line-height: 1.5em;
	width: 1.5em;
	text-align: center;
	border-radius: 50%;
}

.social a:not(:first-child) {
	margin-left: .5em;
}

.home-slider::before,
.home-slider::after {
	content: '';
	position: absolute;
	max-width: 1600px;
	width: 100%;
	margin: auto;
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	z-index: -1;
	filter: blur(8px);
}

.home-slider::before {
	transform: rotate(2deg);
}

.home-slider::after {
	transform: rotate(-2deg);
}

.home-slider .item {
	position: relative;
	height: 100vh;
	background: #fff;
}

.home-slider .item::after {
	content: '';
	position: absolute;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	height: 8px;
	background: #fff;
}

.home-slider .item .container {
	height: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	flex-direction: column;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 15px;
}

.home-slider .item .container .descripcion {
	width: 66.66666666%;
}

.home-slider .descripcion h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 4em;
	color: #161616;
	font-weight: 400;
	line-height: 1;
	padding-bottom: 30px;
}

.home-slider .descripcion h1 b,
.home-slider .descripcion h1 strong {
	font-weight: 700;
	color: #161616;
}

.home-slider .btn {
	padding: 15px 25px;
	border-radius: 5px;
	border: none;
	font-weight: 500;
	font-family: 'Calibri', 'Montserrat';
	font-size: 14pt;
}

.home-slider .primary {
	background: #730000;
}

.home-slider .secondary {
	background: #c4a067;
}

.home-slider .button-group {
	padding-top: 30px;
}

.home-slider .descripcion p {
	font-size: 1.5em;
	font-weight: 300;
}

.home-slider .cover,
.home-slider h1,
.home-slider p {
	opacity: 0;
	visibility: hidden;
}

.home-slider .cover.animated,
.home-slider h1.animated,
.home-slider p.animated {
	opacity: 1;
	visibility: visible;
}

.nav {
	margin-left: auto;
}

.nav li a {
	position: relative;
	/* line-height: 100px;
    transform: translateY(15px); */
	display: block;
	padding: 0 0 0 1.8em;
	transition: .3s;
}

.nav li a:hover {
	color: #8e1818;
}

.nav .active {
	color: #8e1818;
	font-weight: 600;
}

.nav li.active a::before,
.nav li:hover a::before {
	width: 100%;
}

blockquote {
	padding: 2em;
	margin: 0 auto 1em;
	border-left: 4px solid #8e1818;
}

.footer {
	background: #ffffff;
    padding: 15px;
    font-weight: 500;
    position: relative;
    color: #fff;
}

.footer img {
	margin: auto;
}

.footer .copyright {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 1em;
	margin: auto;
}

.footer .copyright a:hover {
	text-decoration: underline;
}

.contacto {
	font-weight: 300;
	background-size: cover;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	z-index: 105;
}
.callch{
    display: none;
}

.contacto h2 {
	font-size: 16px;
	margin-bottom: 0.5em;
	font-weight: 600;
	padding-bottom: 10px;
}

.contacto h3 {
	font-size: 26px;
	font-weight: 400;
}

.contacto h3 span {
	font-weight: 600;
}

.contacto p {
	line-height: 2;
	font-weight: 400;
}

.contacto img {
	padding: 16px 0px;
}

.contacto ul>li {
	line-height: 2;
	font-weight: 400;
}

.contacto .info {
	color: #000;
}

.contacto .info h2 {
	color: #c1b28d;
}

.contacto .flex {
	justify-content: flex-start;
}

.contacto .flex .fa {
	font-size: 2em;
	text-align: center;
	width: 1em;
	margin: 0 .5em;
}

.contacto .flex p {
	flex: 1;
}

.contacto .flex+.flex {
	margin-top: 1em;
}

.contacto .map {
	padding-bottom: 75%;
	position: relative;
	margin-top: 45px;
}

.contacto .map>* {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contacto .form {
	color: #fff;
}
.contacto .form.text-dark {
	color: #161616;
}

.contacto .form h2 {
	color: #8e1818;
}

.contacto .form label {
	font-weight: 500;
}

.contacto .form .btn {
	border: none;
	border-radius: 5px;
}

.contacto .form .btn-container {
	margin-top: 1em;
	margin-right:-10px;
	display: flex;
	justify-content: flex-end;
}

.form-control {
	border: 1px solid #9d9169;
	width: 100%;
	display: block;
	padding: .5em;
}

label {
	display: block;
}

label span {
	color: #8e1818;
}

section {
	margin: 70px auto;
}

.content-html {
	line-height: 1.5;
}

.content-html>*:not(:first-child) {
	margin-top: 1em;
}

.content-html:not(:first-child) {
	margin-top: 1em;
}

.btn {
	background: #8e1818;
	/*border: 1px solid #9d9169;*/
	display: inline-block;
	line-height: 1;
	padding: .5em 1em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	border-radius: 5px;
}

.btn.btn-alt {
	background: #c1b28d;
	color: #8e1818;
	padding: .5em 3em;
	border: none;
}

.equipo {
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.15;
}

.equipo h2 {
	font-size: 2em;
	color: #8e1818;
}

.main {
	font-size: 1.2em;
	padding: 90px 0;
}

.main h2 {
	color: #161616;
	font-size: 2em;
	font-weight: bold;
}

.layout-4 .container {
	max-width: 1360px;
}

.layout-4 img {
	margin-left: auto;
	max-width: 50%;
}

.layout-4 .content-html {
	border-left: 1px solid;
	padding: .75em 0 .75em 1.5em;
	margin-left: .75em;
}

.counter {
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
}

.counter .flex {
	align-items: flex-end;
}

.counter .flex>* {
	width: 20%;
}

.counter h3 {
	font-weight: 800;
	font-size: 2.1em;
	color: #8e1818;
}

.postulate {
	font-size: 1.5em;
}

.postulate .postulate-text {
	padding: 115px 48px;
}

.postulate .description {
	color: #404040;
}
.ft-600{
    font-weight: 600;
}

.postulate h2 {
	/* font-size: 26px; */
	color: #730000;
	font-weight: 600;
	font-family: 'Montserrat';
	line-height: 1.15;
}

.postulate .btn-container {
	margin-top: 1em;
	justify-content: center;
	display: flex;
}

.postulate .btn {
	background: #730000;
	font-size: .8em;
	border: none;
}

.postulate .content-html {
	line-height: 1.15;
}

.servicios h1 {
	font-size: 5em;
	color: #d5d5d5;
	padding-left: 2em;
	font-family: 'Zona Pro', sans-serif;
}

.servicios .row-container {
	position: relative;
	padding-top: 30px;
}

.servicios .row-container::before {
	content: '';
	background: #8e1818;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 33.33333333%;
	width: 100%;
	margin: auto;
}

.servicios .inner-container {
	border-radius: .25em;
	overflow: hidden;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.25);
	position: relative;
	padding-bottom: 120%;
	background: #fff;
}

.servicios .inner-container:hover .icon {
	transform: scale(1.1);
}

.servicios .icon {
	transition: .3s;
}

.servicios .background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.servicios .img-wrapper {
	max-width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	margin: auto;
}

.servicios .img-wrapper .img-container {
	width: 100%;
	padding-bottom: 100%;
}

.servicios h3 {
	position: absolute;
	bottom: 1em;
	left: 1em;
	right: 1em;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #8e1818;
	height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.servicio-page h2 {
	font-size: 26px;
	font-weight: 500;
	padding: 12px 0px;
	color: #404040;
}

.servicio-list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dfdfdf;
}

.servicio-list .active {
	color: #8e1818;
	font-weight: 600;
}

.servicio-list .nav-link {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.servicio-list li:first-child {
	border-top: 1px solid #dfdfdf;
}

.servicio-list .nav-link img {
	width: 24px;
}

.servicio-list .nav-link span {
	padding: 15px 15px;
}

.servicios-circle {
	border: 1px solid #484848;
	padding: 2px 7px;
	border-radius: 70%;
	cursor: pointer;
	color: #484848;
}

.zoom {
	display: block;
	background: #000;
}

.zoom::before {
	content: "\f00e";
	font-family: FontAwesome;
	color: #fff;
	width: 1em;
	height: 1em;
	text-align: center;
	font-size: 2em;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	pointer-events: none;
	transform: scale(0);
	transition: .3s;
	z-index: 1;
}

.zoom img {
	transition: .3s;
}

.zoom:hover img {
	opacity: .65;
}

.zoom:hover::before {
	transform: scale(1);
}

.page-cover {
	padding-bottom: 33.33333333%;
	position: relative;
}

.page-cover::after {
	content: '';
	position: absolute;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	height: 8px;
	background: #fff;
}

.page-cover .container {
	padding-top: 130px;
	display: flex;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	align-items: center;
	z-index: 1;
}

.page-cover .container h1 {
	width: 100%;
	max-width: 1200px;
	font-size: 5em;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
	line-height: 1.15;
}

.alert {
	display: none;
	color: #8e1818;
	border: 2px solid;
	margin-top: 1em;
	padding: .5em;
	font-size: .8em;
	text-align: center;
	font-weight: bold;
}

.second-nav {
	background: #c1b28d;
	padding: 90px 0;
	color: #8e1818;
	text-align: center;
	font-size: .875em;
	font-weight: bold;
	text-transform: uppercase;
}

.second-nav .inner-container {
	padding: 1em;
}

.second-nav .img-wrapper {
	padding: 0 1em;
}

.second-nav .img-container {
	padding-bottom: 100%;
}

.second-nav img {
	filter: brightness(0) invert(1);
	transition: .3s;
}

.second-nav .flex {
	flex-wrap: wrap;
	align-items: flex-start;
}

.second-nav .flex>* {
	width: 12.5%;
}

.second-nav a:hover img {
	transform: scale(1.1);
}

.content {
	margin: 100px 0 0;
	padding: 30px 0;
}

.content h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 3em;
	color: #8e1818;
	line-height: 1;
	margin-bottom: 1em;
}

.login .form-group+.form-group {
	margin-top: 1em;
}

.login .btn-container {
	text-align: right;
}

.layout {
	margin: 0;
	position: relative;
	overflow: hidden;
}

.layout.main {
	background: none;
}

.layout .content-html {
	line-height: 1.15;
}

.layout .content-html ul {
	list-style: none;
	padding: 0;
}

.layout .content-html ul li {
	padding: 0 0 0 2.5em;
	position: relative;
}

.layout .content-html ul li::before {
	content: "\f005";
	font-family: FontAwesome;
	width: 1.5em;
	line-height: 1.5em;
	text-align: center;
	margin-right: .5em;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.layout .content-html ul li+li {
	margin-top: 1em;
}

.layout .content-html ul li:nth-child(n + 1)::before {
	background: #8e1818;
}

.layout .content-html ul li:nth-child(n + 2)::before {
	background: #1b90cd;
}

.layout .content-html ul li:nth-child(n + 3)::before {
	background: #881bcd;
}

.layout .content-html ul li:nth-child(n + 4)::before {
	background: #f0b034;
}

.layout .content-html ul li:nth-child(n + 5)::before {
	background: #acd12d;
}

.layout .content-html ul li:nth-child(n + 6)::before {
	background: #ef3cbf;
}

.layout .content-html ul li:nth-child(n + 7)::before {
	background: #221e6f;
}

.layout .content-html ul li:nth-child(n + 8)::before {
	background: #85d8ae;
}

.layout .content-html ul li:nth-child(n + 9)::before {
	background: #f07234;
}

.layout-1 {
	padding: 90px 0;
	font-size: 1.5em;
	font-weight: 300;
}

.layout-1 .mx-auto {
	margin-bottom: 1em;
}

.layout-1 h1 {
	color: #8e1818;
	font-size: 1.6em;
}

.layout-2 {
	padding: 120px 0;
	font-size: 1.5em;
	font-weight: 300;
	overflow: visible;
}

.layout-2 .mx-auto {
	margin-bottom: 1em;
}

.layout-2 h1 {
	color: #8e1818;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
}

.layout-2 .absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
}

.layout-2 .btn-container {
	justify-content: flex-end;
}

.layout-2-alt {
	padding: 180px 0;
}

.layout-2-alt .absolute {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.layout-2-alt .content-html {
	line-height: 1.15;
}

.layout-1-alt {
	background: #d7d7d7;
}

.layout-3 {
	padding: 60px 0;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.layout-3 .container {
	max-width: 992px;
}

.layout-3 .content-html {
	line-height: 1.15;
}

h1.big {
	font-size: 2em;
}

.layout-4 {
	font-size: 1.5em;
	font-weight: 300;
	padding: 90px 0;
}

.layout-4 .absolute {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
}

.layout-4 h1 {
	color: #8e1818;
	font-size: 2em;
}

.layout-4 .content-html {
	line-height: 1.15;
}

.layout-4 .form-control {
	font-size: .8em;
	border-color: #ababab;
	padding: .5em 1em;
	line-height: 1;
}

.layout-4 .form-group {
	margin-top: 30px;
}

.layout-4 .btn-container {
	display: flex;
	justify-content: flex-end;
}

.layout-4 .cover-title {
	position: absolute;
	top: 20%;
	left: 50%;
	width: 20%;
}

.layout-4 .cover-title h3 {
	color: #c1b28d;
	background: linear-gradient(to right, #8e1818 75%, rgba(142, 24, 24, 0));
	padding-left: .5em;
}

.layout-4 .cover-title h3 b,
.layout-4 .cover-title h3 strong {
	font-weight: 800;
}

.layout-4 .cover-title p {
	font-style: italic;
	font-weight: bold;
	font-size: .8em;
	color: #8e1818;
	padding-left: .5em;
}

.layout-4 .cover-title-alt h3 {
	color: #8e1818;
	background: linear-gradient(to right, #c1b28d 75%, rgba(193, 178, 141, 0));
}

.layout-5 {
	font-size: 1.5em;
	font-weight: 300;
	padding: 90px 0 180px;
}

.layout-5 h1 {
	color: #8e1818;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
}

.layout-6 {
	font-size: 1.5em;
	font-weight: 300;
}

.layout-6 h1 {
	color: #c1b28d;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
}

.layout-6 .inner-container {
	padding: 30px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	margin: 40% auto 30px;
}

.layout-6 .inner-container .content-html {
	line-height: 1.15;
}

.layout-6-alt .inner-container {
	margin: 20% auto 30px;
}

.layout-6-light .inner-container {
	background: rgba(255, 255, 255, 0.5);
	margin: 20% auto;
}

.layout-6-light h1 {
	color: #8e1818;
}

.layout-6-light .content-html {
	color: #000;
}

.layout-7 .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.layout-7 h1 {
	color: #c1b28d;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	max-width: 360px;
	position: relative;
}

.layout-7 h1::before {
	background: rgba(0, 0, 0, 0.5);
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -9999px;
}

.layout-7 h1 span {
	position: relative;
}

.blog aside {
	margin-right: 15px;
}

.blog aside .widget:not(:first-child) {
	margin-top: 3em;
}

.blog aside .widget-title {
	margin-bottom: 1em;
	font-size: 20px;
}

.blog aside .media {
	margin: 1em auto;
	display: flex;
}

.blog aside .media .media-heading {
	margin-bottom: .5em;
}

.blog aside .media>a {
	flex-basis: 100px;
	margin-right: 1em;
	height: 100px;
}

.blog aside .media>a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog aside .media .media-body {
	flex: 1;
}

.blog aside .media .media-body p {
	color: #808080;
	font-size: .8em;
	line-height: 1.5;
}

.blog aside .list {
	margin: 1em auto;
	color: #808080;
}

.blog aside .list li::before {
	content: '>';
	font-size: .75em;
	margin-right: .5em;
	display: inline-block;
	vertical-align: middle;
}

.blog .post {
	padding: 0 2em;
}

.blog .post.post-single {
	padding: 0;
}

.blog .post:not(:first-child) {
	margin-top: 3em;
}

.blog .post .post-title {
	font-size: 1.5em;
	margin: 1em auto;
	font-weight: 600;
}

.blog .post .unstyled {
	color: #808080;
	display: flex;
	margin: .5em auto;
}

.blog .post .unstyled li+li {
	margin-left: 1em;
}

.blog .post .post-content {
	margin-top: 1em;
}

.blog .post .post-content p {
	line-height: 1.5;
}

.blog .post .post-content .btn {
	margin-top: 1em;
}

.blog .post .post-social-share {
	margin-top: 3em;
}

.blog .post .post-social-share .post-sub-heading {
	text-transform: uppercase;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #ccc;
}

.blog .post .post-social-share .social-media-icons ul {
	display: flex;
}

.blog .post .post-social-share .social-media-icons ul>* {
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
	background: #8e1818;
	color: #fff;
}

.blog .post .post-social-share .social-media-icons ul>*:not(:first-child) {
	margin-left: .5em;
}

.blog .post .post-thumb {
	/*margin: 0 -2em;*/
}

.pagination {
	display: flex;
	justify-content: center;
	text-align: center;
	position: relative;
	margin-top: 40px;
	list-style: none;
}

.pagination li>* {
	display: block;
	min-width: 1.5em;
	line-height: 1.5;
}

.pagination a:hover,
.pagination li.active span {
	background: #8e1818;
	color: #fff;
	font-weight: bold;
}

.mobile-button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	line-height: 50px;
	height: 50px;
	font-size: 25px;
	text-align: center;
	display: none;
	color: #8e1818;
}

.mobile-button:hover {
	background: #8e1818;
	color: #fff;
}

.mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: #8e1818;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 10000;
	line-height: 1;
	visibility: hidden;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	animation-duration: .3s;
	font-weight: bold;
}

.mobile-menu.animated {
	visibility: visible;
}

.mobile-menu .mobile-nav {
	text-align: right;
}

.mobile-menu .mobile-nav ul {
	margin: 30px;
}

.mobile-menu .mobile-nav ul li {
	margin: 1em 0;
}

.mobile-menu .mobile-nav ul li.active>a {
	color: #8e1818;
}

.mobile-menu .mobile-nav ul li a {
	font-size: 1.2em;
}

.mobile-menu .mobile-nav ul li a:hover {
	color: #444;
}

.mobile-menu .mobile-nav ul li .fa {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.5em;
	margin-right: .5em;
	width: 1em;
	text-align: center;
}

.mobile-menu .close {
	position: absolute;
    top: 60px;
    right: 10px;
    font-size: 2em;
}

.mobile-menu .close:hover {
	color: #8e1818;
}

@media screen and (max-width: 1600px) {
    #contactoHome:before{
        content: '';
        background: #161616;
        width: 45%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
	.fixeable.fixed {
		position: fixed;
		width: 237px;
		top: 80px;
	}

	body {
		font-size: 16px;
	}
	.logo-aniversario{
        max-width: 150px;
        position: absolute;
        bottom: 30px;
        right: 1100px;
        cursor: pointer;
    }
}

@media screen and (max-width: 1200px) {
    #contactoHome:before{
        content: '';
        background: #161616;
        width: 43.666667%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
    
	.fixeable.fixed {
		position: relative;
		width: auto;
		top: 0;
	}

	body {
		font-size: 14px;
	}

	.header .logo {
		max-height: 60px;
	}

	.nav li a {
		line-height: 60px;
	}

	.page-cover .container h1 {
		font-size: 4em;
	}

	.second-nav {
		padding: 60px 0;
	}


	.layout-1,
	.layout-4,
	.layout-2 {
		padding: 60px 0;
	}
	.logo-aniversario{
        max-width: 150px;
        position: absolute;
        bottom: 30px;
        right: 1100px;
        cursor: pointer;
    }
}

@media screen and (max-width: 992px) {
    .pos-people {
    position: absolute;
    top: 0;
    display: flex !important;
    right: 50%;
    transform: translate(-50%, 20%);
    width: 40%;
}
    .modal{
        display: flex !important;
    }
    .submenu-detalle{
        display: none !important;
    }
    .modal-servicio-detalle{
        display: none !important;
    }
    .overlay {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(3px);
      z-index: 1;
    }
	.fixeable.fixed {
		position: relative;
		width: auto;
		top: 0;
	}

	.nav {
		display: none;
	}

	.header {
		padding: 5px 0;
	}

	.header .logo {
		max-height: 40px !important;
		padding: 5px;
	}

	.header .social {
		display: none;
	}

	.mobile-button {
		display: block;
	}

	.counter {
		text-align: left;
	}

	.counter .flex {
		display: block;
	}

	.counter .flex>* {
		display: flex;
		width: auto;
		align-items: flex-start;
		justify-content: space-between;
	}

	.counter .flex>*:not(:first-child) {
		margin-top: 1em;
	}
	
	.home-slider .btn{
		margin-left: 0px !important;
	}
	.button-group .btn{
	    min-width: 185px;
	}
    .button-group .btn.secondary{
        margin-top: 10px;
    }
	.counter .flex h3 {
		margin-left: .5em;
	}
	
	#aliados img{
        padding: 15px !important;
        margin: 20px;
	}
	#categorias{
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        overflow: scroll;
	}
    #categorias li{
        margin-left: 20px;
    }
    .feature h3, .feature h4{
        font-size: 16px !important;
    }
	.home-slider .item {
		height: auto;
		padding-bottom: 50%;
	}

	.home-slider .descripcion h1 {
		font-size: 4em;
	}

	.footer .copyright {
		position: relative;
		margin-top: 1em;
		text-align: center;
	}


	.page-cover .container {
		padding-top: 0;
	}

	.page-cover .container h1 {
		font-size: 3em;
	}

	.second-nav {
		padding: 45px 0;
	}

	.second-nav .flex>* {
		width: 25%;
	}

	.layout-1,
	.layout-4,
	.layout-2 {
		padding: 45px 0;
	}

	.content {
		margin-top: 50px;
	}
	.logo-aniversario{
        max-width: 90px !important;
        position: absolute;
        bottom: -13px !important;
        right: 0 !important;
        left:0 !important;
        margin-left: auto;
        margin-right: auto;
    }
    .servicios-slider .servicio-item{
        padding: 18px 12px !important;
    }
    .servicios-slider .servicio-item h3 {
        font-size: 13px !important;
    }
    #contactoHome:before{
        content: '';
        background: transparent !important;
        width: 43.666667%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .modal-window > div {
      width: 350px !important;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 2em;
      background: white;
      border-radius: 5px;
    }
}

@media screen and (max-width: 768px) {
	.fixeable.fixed {
		position: relative;
		width: auto;
		top: 0;
	}

	.counter .flex h3 {
		font-size: 1.5em;
	}

	.main {
		padding: 0;
		text-align: center;
	}

	.main h2 {
		font-size: 1.25em;
		margin-top: -30px;
	}

	.main img {
		max-width: 50%;
	}

	.home-slider .descripcion h1 {
		font-size: 3em;
	}

	.home-slider .descripcion p {
		font-size: 1.25em;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.servicios h1 {
		font-size: 3em;
		text-align: center;
		padding-left: 0;
	}

	.postulate .cover {
		position: relative;
		width: 100%;
		max-width: initial;
		/*transform: translateX(-25%);*/
	}

	.postulate img {
		margin: auto;
	}

	.postulate h2 {
		margin-top: 1em;
		font-size: 1.5em;
	}

	.contacto {
		font-size: 1em;
	}

	.contacto .info h2 {
		color: #fff;
	}

	.page-cover {
		padding-bottom: 50%;
	}

	.page-cover .container h1 {
		font-size: 2em;
	}

	.second-nav {
		padding: 30px 0;
	}

	.layout-1,
	.layout-4,
	.layout-2 {
		padding: 30px 0;
	}

	h1.big {
		font-size: 1.5em;
	}

	.layout-2 .cover {
		position: relative;
		width: 150%;
		max-width: initial;
		transform: translateX(-25%);
		margin-bottom: 1em;
	}

	.layout-2.capacitacion .cover,
	.layout-2.plan .cover,
	.layout-2.center .cover {
		transform: translateX(0);
	}

	.layout-2 img {
		margin: auto;
	}

	.layout-2 h2 {
		font-size: 1.5em;
	}

	.layout-2 .absolute {
		position: relative;
		width: auto;
	}

	.layout-2.layout-2-alt .absolute {
		position: relative;
		width: 150%;
		max-width: initial;
		transform: translateX(-25%);
		margin-bottom: 1em;
	}

	.layout-1 .cover {
		position: relative;
		width: 150%;
		max-width: initial;
		transform: translateX(-25%);
		margin-bottom: 1em;
	}

	.layout-1 h1 {
		font-size: 1.5em;
	}

	.layout-4 .absolute {
		position: relative;
		width: 100%;
		max-width: 576px;
		margin: auto;
	}

	.layout-4 .cover-title {
		position: relative;
		left: auto;
		top: auto;
		width: auto;
	}

	.layout-4 h1 {
		font-size: 1.5em;
	}

	.layout-4 .form-group {
		margin-top: 0;
	}

	.layout-4 .form-control {
		margin-bottom: 1em;
	}

	.layout-4 form {
		margin: 1em auto;
	}
	.logo-aniversario{
        max-width: 150px;
        position: absolute;
        bottom: 30px;
        right: 1100px;
        cursor: pointer;
    }
}


@media screen and (max-width: 576px) {
    #customNav, #clientArrows{
        display: none !important;
    }
    .contacto .form .btn-container {
        justify-content: center !important;
    }
    .callch{
        position: fixed;
        bottom: 80px;
        right: 15px !important;
        z-index: 999;
        display: block;
    }
    .img-call{
        width: 62px;
    }
    .servicio-page{
        padding-top: 0px;
    }
    .servicios-md{
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        padding-bottom: 0px;
    }
    .header.fixed .logo {
        max-height: 34px !important;
        margin: 5px;
    }
    .home-slider {
        padding-top: 50px;
    }
	.layout-4 .container img {
		margin: auto;
	}

	.layout-4 .container .content-html {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.fixeable.fixed {
		position: relative;
		width: auto;
		top: 0;
	}


	.home-slider .item {
		padding-bottom: 0;
		background: #fff;
	}

	.home-slider .item::after {
		content: none;
	}

	.home-slider .item .cover,
	.home-slider .item .container {
		position: relative;
	}

	.home-slider .item .container .descripcion {
		text-align: center;
		padding: 15px;
		width: 100%;
		max-width: 480px;
	}

	.second-nav {
		padding: 15px 0;
	}

	.second-nav .flex>* {
		width: 50%;
	}

	h1.big {
		font-size: 1.25em;
	}
	
}

.bg-grey {
	background-color: #f4f5f6;
}

.bg-dark {
	background-color: #161616;
}

.bg-yellow {
	background-color: #cdb77d;
}

.servicios-slider {
	display: flex;
	align-items: center;
	justify-content: center;
}
.servicios-slider .servicio-item:hover {
	
}


.servicios-slider .servicio-item {
	text-align: center;
    padding: 24px;
    box-shadow: 5px 7px 5px 0px rgb(0 0 0 / 10%);
    margin: 16px;
    border-radius: 5px;
    max-width: 200px;
    max-height: 200px;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.servicios-slider .servicio-item h3 {
	padding: 24px 0px;
	font-weight: 500;
	font-family: 'Montserrat', 'Calibri';
	width: 100%;
	word-wrap: break-word;
	font-size: 17px;

}
.owl-carousel .owl-stage{
        justify-content: center;
    align-items: center;
    display: flex;
}
.servicios-slider .servicio-item p {
	font-weight: 400;
	font-family: 'Montserrat';
}

.servicios-slider .servicio-item img {
	width: 50px;
	text-align: left;
}

.servicios-title>h2 {
	justify-content: center;
	align-items: center;
	display: flex;
}

.clientes h2 {
	color: #161616;
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 30px;
}

.clientes p {
	color: #000;
	font-weight: 400;
}

.servicio-title {
	font-size: 26px;
	font-weight: 500;
	font-family: 'Montserrat', 'Calibri', 'Open Sans', sans-serif;
}

.servicio-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	font-family: 'Montserrat', 'Calibri', 'Open Sans', sans-serif;
}

.servicio-row {
	font-family: 'Montserrat', sans-serif;
}

.servicio-row h2 {
	font-weight: 400;
}

.servicio-row h2>span {
	font-weight: 600;
}

.servicio-row p {
	font-size: 16px;
}

.info h1 {
    margin-bottom: 0px;
    color: #161616;
    padding-bottom: 15px;
    font-size: 28px;
}
.info p {
	font-weight: 400;
    font-size: 16px;
    line-height: normal;
    padding-bottom: 15px;
}

.info p span {
	font-weight: 500;
}

.white {
	color: #fff !important;
}

.gold {
	color: #D0B385 !important;
}

.red {
	color: #730000 !important;
}

.br-10 {
	border-radius: 10px;
}

.feature {
	overflow: hidden;
	position: relative;
	transform-style: preserve-3d;
	background: transparent;
}

.feature .fbox-photo,
.feature .fbox-content {
	margin-top: 20px;
}

.feature .fbox-photo:first-child,
.feature .fbox-content:first-child {
	margin-top: 0;
}

.feature .fbox-over {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
	color: #fff;
	padding: 20px 25px;
	transition: all .4s;
	-ms-border-radius: 0px 0px 3px 3px;
	border-radius: 10px;
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000 100%)
}

.feature .fbox-over .title,
.feature .fbox-over .fbox-content {
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

.feature .fbox-over .title+.fbox-content {
	margin-top: 10px;
	font-size: 0.875em;
}

.feature .fbox-over h3,
.feature .fbox-over h4,
.feature .fbox-over h5 {
	color: inherit;
}

.feature .fbox-over .btn {
	background-color: transparent;
	border-color: #fff;
	padding: 7px 16px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

.feature .fbox-over .btn:hover {
	background-color: #fff;
	color: #3e35a1;
}

.feature .fbox-over .btn:last-child {
	margin-bottom: 5px;
}

.feature .fbox-photo {
	-ms-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	transform-style: preserve-3d;
}

.feature .fbox-photo img {
	/* margin: 0; */
	/* width: 100%; */
	/* height: auto; */
	border-radius: 0;
}

.feature .fbox-photo.imagebg img {
	display: none;
}

.feature .fbox-photo::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #7a7a7a;
	opacity: 0;
	z-index: 0;
	transition: opacity 0.5s;
}

.feature>a {
	display: block;
}

.feature a:focus>.fbox-photo::after,
.feature a:hover>.fbox-photo::after {
	opacity: 0.5;
}

.feature a.more-link {
	color: #3e35a1;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: no-repeat;
}

.feature a.more-link:hover {
	box-shadow: 0 1px 0 #3e35a1;
}

.feature a.btn-link {
	color: #3e35a1;
}

.feature h3,
.feature h4 {
	color: #40454b;
	font-size: 26px;
	font-weight: 700;
}

.feature h3 a,
.feature h4 a {
	display: block;
}

.feature h3+.sub-lead,
.feature h3+.lead,
.feature h4+.sub-lead,
.feature h4+.lead {
	margin-top: -10px;
}

.feature h3.lead,
.feature h4.lead {
	font-size: 1.375em;
	opacity: 1;
	color: #40454b;
}

.feature h3 a,
.feature h4 a {
	color: #000;
}

.feature h3 a:hover,
.feature h4 a:hover {
	color: #000;
}

.feature .fa {
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff;
}

.feature.light h3,
.feature.light h4,
.feature.light h3 a,
.feature.light h4 a {
	color: #fff;
}

.feature p,
.feature .sub-lead,
.feature .lead {
	color: #747d88;
}

.feature .sub-lead,
.feature .lead {
	font-size: 0.875em;
	font-weight: normal;
	opacity: .6;
}

.feature.bg-secondary .fbox-over {
	background: rgba(234, 165, 21, 0.85);
}

.feature.bg-secondary .fbox-over .btn:hover {
	color: #EAA515;
}

.feature.bg-dark .fbox-over {
	background: rgba(0, 0, 0, 0.7);
}

.feature.bg-dark .fbox-over .btn:hover {
	color: #747d88;
}

.feature.boxed[class*='bg-'] {
	padding: 25px;
	transition: transform .4s;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: translateZ(0);
	-webkit-font-smoothing: antialiased;
}

.feature.bg-primary {
	background-color: #3e35a1;
	color: #fff;
}

.feature.bg-primary .fa {
	-webkit-text-stroke: 1px #3e35a1;
	text-stroke: 1px #3e35a1;
}

.feature.bg-secondary {
	background-color: #EAA515;
	color: #fff;
}

.feature.bg-secondary .fa {
	-webkit-text-stroke: 1px #EAA515;
	text-stroke: 1px #EAA515;
}

.feature.bg-primary-alt {
	background: #00c568;
	color: #fff;
}

.feature.bg-primary-alt .fa {
	-webkit-text-stroke: 1px #00c568;
	text-stroke: 1px #00c568;
}

.feature.bg-secondary-alt {
	background: #eeb53f;
	color: #fff;
}

.feature-grid{
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: flex-start;
}
}
.feature.bg-secondary-alt .fa {
	-webkit-text-stroke: 1px #eeb53f;
	text-stroke: 1px #eeb53f;
}

.feature.bg-primary div>*,
.feature.bg-secondary div>*,
.feature.bg-primary-alt div>*,
.feature.bg-secondary-alt div>* {
	color: #fff;
}
.underline-red{
    border-bottom: 2px solid #771722;
}
.text-left{
    text-align: left;
}
#customNav{
    display: flex;
    justify-content: space-between;
    position:absolute;
    top: 40%;
    width: 100%;
}

#clientArrows{
    display: flex;
    justify-content: space-between;
    position:absolute;
    top: 40%;
    width: 100%;
}
#customNav .owl-prev, #clientArrows .owl-prev{
    left: -3%;
    position: absolute;
    z-index: 999;
}

#customNav .owl-next, #clientArrows .owl-next{
    right: 3%;
    position: absolute;
}

#customNav button, #clientArrows button{
    background: transparent;
    cursor: pointer;
}
#servicio{    
    color: #8e1818;
    font-weight: 600;}
.btn-wha{
    background: #0b8f21;
    border-radius: 50px;
    color: #FFF;
}

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: white;
  border-radius: 5px;
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}

.logo-aniversario{
    max-width: 150px;
    position: absolute;
    bottom: 30px;
    left: 50px;
    cursor: pointer;
}

@media (max-width:320px) {
    .servicios-slider .servicio-item h3{
        word-wrap: break-word;
        font-size: 14px;
        width: 100%;
    }
}

#terminos{
    height: 200px;
    overflow: hidden;
    scroll-behavior: auto;
    overflow-y: scroll;
    border: solid 0.8px;
    padding: 16px;
}
.img-container{
    position: relative;
}
.pos-people{
    position: absolute;
    bottom: 0;
    display: flex !important;
    left: 50%;
    /* transform: translateX(50%); */
    width: 40%;
}
.modal-servicio-detalle{
        display: none !important;
    }
.modal {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  width: 300px;
  padding: 1.3rem;
  min-height: 250px;
  position: absolute;
  top: 20%;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 15px;
      transform: translateX(50%);
    right: 50%;
    z-index: 999;
}

.modal .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal input {
  padding: 0.7rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9em;
}

.modal p {
  font-size: 0.9rem;
  color: #777;
  margin: 0.4rem 0 0.2rem;
      z-index: 999999999999999999;
    position: relative;
}

/*# sourceMappingURL=style.css.map */