html, body {
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;
}
body {
	padding-top: 40px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Maven Pro', sans-serif;
}
.navbar {
	min-height: 40px;
	transition: background-color 0.5s linear;
}
.navbar-light {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.navbar-light .navbar-brand {
	padding: 5px 0 0 15px;
	height: 40px;
}
.brand {
	font-weight: 600;
	text-transform: none;
	font-size: 22px;
	letter-spacing: 0;
	display: inline-flex;
	text-shadow: none;
}
.brand:focus {
	outline: 0;
}
.navbar-header a:hover {
	text-decoration: none;
}
.brand-cursive {
	font-family: 'Parisienne', cursive;
	padding-right: 5px;
	padding-top: 1px;
}
.brand-quick {
	font-family: 'Quicksand', sans-serif;
}
.navbar-light .navbar-toggler {
	border: none;
	font-size: 18px;
	border-radius: 0;
	padding: 0 4px;
}
.navbar-light .navbar-toggler span.uk-icon {
	transition: color 0.5s linear;
}

.navbar-light .navbar-brand .navbar-toggler:focus, .navbar-light .navbar-brand .navbar-toggler:active {
	outline: 0;
}
.navbar-light .navbar-nav .nav-link {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	padding: 9px 10px;
	text-shadow: none;
	font-size: medium;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link.active {
	outline: 0;
}
.navbar-light .navbar-nav .nav-link:after {
	display: inline-block;
	content: ']';
	margin-left: 10px;
	opacity: 0;
	transform: translateX(-20px);
	transition: transform .3s, opacity .2s;
}
.navbar-light .navbar-nav .nav-link:focus:after, .navbar-light .navbar-nav .nav-link:focus:before, .navbar-light .navbar-nav .nav-link:not(.active):hover:after, .navbar-light .navbar-nav .nav-link:not(.active):hover:before, .navbar-light .navbar-nav .nav-link.active:after, .navbar-light .navbar-nav .nav-link.active:before {
	opacity: 1;
	transform: translateX(0px);
}
.navbar-light .navbar-nav .nav-link:before {
	display: inline-block;
	content: '[';
	margin-right: 10px;
	opacity: 0;
	transform: translateX(20px);
	transition: transform .3s, opacity .2s;
}
h1 {
	font-size: 35px;
}
#map {
	height: 50vh;
}
#intro {
	display: table;
	width: 100%;
	background-position-x: center;
	background-position-y: center;
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	height: 100%;
}
.overlay {
	height: 100%;
}
#intro .intro-body {
	display: table-cell;
	padding-top: 5%;
	padding-bottom: 10%;
}
@media(min-width:768px) {
	#intro {
		padding: 0;
	}
}
@media only screen and (max-width: 586px) and (min-width: 0) {
	#intro .intro-body {
		padding-top: 10%;
	}
}
.wrap {
	margin: 16px auto;
	text-align: center;
	width: 90%;
	max-width: 1140px;
	position: relative;
}
.box {
	width: 65%;
	text-align: left;
	padding: 40px;
	clear: both;
	opacity: 1;
}
@media only screen and (max-width: 586px) and (min-width: 0) {
	.box {
		width: 100%;
		display: block;
		padding: 24px 0;
	}
}
.box h1 {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 20px 0;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 100%;
	display: inline-block;
}
@media only screen and (max-width: 586px) and (min-width: 0) {
	.box h1 {
		padding-bottom: 28px;
		padding-left: 14px;
		padding-right: 14px;
		font-size: 28px;
		text-align: left;
		line-height: 34px;
	}
}
.box p {
	font-size: 23px;
}
@media only screen and (max-width: 586px) and (min-width: 0) {
	.box p {
		padding-left: 23px;
		padding-right: 23px;
	}
}
p {
	margin: 0 0 0 0;
}
.footer-social p {
	padding-bottom: 5px;
}
@media only screen and (min-width: 586px) {
	.onlymobile {
		display: none;
	}
}
footer a:focus, footer a:hover {
	text-decoration: none;
}
.footer-links {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-links h4 {
    margin-bottom: 10px;
}

.footer-social {
	padding-top: 30px;
	padding-bottom: 30px;
}
.uk-grid+.uk-grid {
	margin-top: 0;
}
.uk-grid {
	margin-left: 0;
}
.uk-grid>* {
	padding-left: 20px;
}
.uk-grid .uk-first-column {
	padding-left: 0;
}
.uk-card-badge {
	top: 11px;
}
.uk-text-meta {
    font-size: .85rem;
}
.uk-card-title {
    font-size: 1.45rem;
}
.tags label {
	font-family: 'Quicksand', sans-serif;
	float: left;
	position: relative;
	width: auto;
	height: 20px;
	margin-left: 20px;
	padding: 0 10px;
	line-height: 19px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}
.tags label:before {
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
}
.tags label:after {
	content: "";
	position: absolute;
	top: 8px;
	width: 4px;
	height: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.tag label {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.tag label:before {
	left: -10px;
	border-width: 10px 10px 10px 0;
}
.tag label:after {
	left: -2px;
}
span.tags {
	padding-top: 5px;
}
.filters {
	margin-left: 5px!important;
	margin-bottom: 20px;
}
.button-more {
	border: none;
}
.button-more:focus, .button-more:hover {
	border: none;
}
.uk-card-small .uk-card-header {
	padding: 5px 20px;
}
a:hover {
	text-decoration: none;
}
.guide_link:focus, .guide_link:hover {
	text-decoration: none;
}
.img-logo {
	margin-top: -55px;
	border-style: solid;
	border-width: 5px;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 586px) {
	.img-logo {
		margin-top: -35px;
	}
}
.color_header {
	width: 100%;
	height: 70px;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, .07) 50%, transparent 50%), linear-gradient(90deg, rgba(255, 255, 255, .13) 50%, transparent 50%), linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, .17) 50%), linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, .19) 50%);
	background-size: 13px, 29px, 37px, 53px;
}

.uk-grid .uk-grid .uk-first-column {
	padding-left: 0;
}
.card-custom {
	border-radius: 6px;
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.card-custom .uk-card-header {
	padding: 5px 20px;
	border-radius: 6px 6px 0 0;
}
.card-custom .uk-card-body {
	padding: 20px 20px;
}
.card-custom .uk-grid-margin {
	margin-top: 20px;
}
@media (max-width: 586px) {
	.intro-form {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.cd-top--is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top--fade-out {
	opacity: .5;
}
.cd-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: inline-block;
	height: 40px;
	width: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	background: url(../img/top-arrow.svg) no-repeat center 50%;
	border-radius: 6px;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s, visibility .3s, background-color .3s
}
.cd-top--is-visible {
	visibility: visible;
	opacity: 1
}
.cd-top--fade-out {
	opacity: .5
}
.cd-top:hover {
	opacity: 1
}
.text-replace {
	overflow: hidden;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
}
.esl-link span {
	position: relative;
	padding-bottom: 5px;
}
.esl-link span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform .3s ease-out, transform-origin .05s ease-out, -webkit-transform .3s ease-out, -webkit-transform-origin .05s ease-out;
	transition: transform .3s ease-out, transform-origin .05s ease-out, -webkit-transform .3s ease-out, -webkit-transform-origin .05s ease-out;
}
.esl-link:hover span::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transition: transform .3s .1s ease-in-out, -webkit-transform .3s .1s ease-in-out;
	transition: transform .3s .1s ease-in-out, -webkit-transform .3s .1s ease-in-out;
}
section {
	padding: 30px 0;
}
.section-title {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 50px;
}
.section-title h2 {
	line-height: 40px;
	margin: 0;
	font-size: 30px;
	font-weight: 300;
}
.section-title hr {
	height: 2px;
	width: 100px;
	position: relative;
	border: 0;
	margin: 20px 0 0 0;
}
.card-container{
    padding: 15px;
}
.bussines-section {
    margin: 30px 0;
    padding: 0;
}
/*--- Inicio - Planes de precios ---*/
.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}
.pricing__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 300px;
	flex: 0 1 300px;
}
.pricing__feature-list {
	text-align: left;
}
.pricing__feature-list li {
    list-style: none;
}
.pricing__feature-list li i.flaticon-check:before,
.pricing__feature-list li i.flaticon-check:after {
    font-size: 16px;
    margin-right: 5px;
}
.pricing__feature-list li i.flaticon-informacion:before,
.pricing__feature-list li i.flaticon-informacion:after {
    font-size: 14px;
    margin-left: 5px;
}
.pricing__action {
	color: inherit;
	border: none;
	background: none;
}
.pricing__action:focus {
	outline: none;
}
.pricing--esl .pricing__item {
	margin: 8px;
	padding: 2em;
	cursor: default;
	border-radius: 10px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	border-style: solid;
}
.pricing--esl .pricing__icon{
    font-size: 50px;
}
.pricing--esl .pricing__title {
	font-size: 32px;
	width: 100%;
	margin: 8px 0 8px 0;
	padding: 16px 0 16px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
.pricing--esl .pricing__price {
	font-size: 48px;
    padding: 20px 0 20px;
}
.pricing--esl .pricing__obj {
    min-height: 66px;
}
.pricing--esl .pricing-currency-symbol {
    font-size: 27px;
}
.pricing--esl .plan-price {
    font-size: 16px;
    line-height: 55px;
}
.pricing--esl .pricing__feature-list {
	margin: 0;
	padding: 1em 0 2em;
}
.pricing--esl .pricing__action {
	margin-top: auto;
	padding: 0.75em 2em;    
	border-radius: 5px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
/*--- FIN - Planes de precios ---*/
.esl-full::before,
.esl-plus::before,
.esl-basic::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 16px;
}
/* --- Read More ---- */
.text-read-more {
    max-height: 250px;
    overflow-y: hidden;
}
.text-read-more.open{
    max-height: 100%;
}
.gradient {
    position: absolute;
    top: -100px;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, transparent,white)
}
.relative {
    position: relative;
}
.readmore {
    width: 100%;
    height: 46px;
    font-weight: 400;
    bottom: 0;
}
.readmore a {
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 46px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
/* --- FIN - Read More ---- */
/* --- Toggle Swich --- */
.pricing-switcher {
    display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.pricing-switcher input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}
.pricing-switcher label {
	cursor: pointer;
	text-indent: -9999px;
	width: 40px;
	height: 20px;
	display: block;
	border-radius: 10px;
	position: relative;
	margin-bottom: 0;
	margin-left: 10px;
    margin-right: 10px;
}
.pricing-switcher label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	transition: 0.3s;
}
.pricing-switcher input:checked + label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}
.pricing-switcher label:active:after {
	width: 25px;
}
.pricing-switcher .toggle-unchecked {
	cursor: pointer;
}
.pricing-switcher .toggle-checked {
	cursor: pointer;
}
/* --- FIN - Toggle Swich --- */
/* --- Social Share ---*/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(900px);
    transform: perspective(900px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInX2 {
  0% {
    -webkit-transform: perspective(900px);
    transform: perspective(900px);
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes flipInX2 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    visibility: hidden;
  }
}
.flipInX2 {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX2;
  animation-name: flipInX2;
}
.socialShare {
  position: absolute; 
  top: 4px; 
  right: 11px;
}
.socialShare a,
.socialShare > .socialBox {
  float: none;
  display: inline-block;
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 45px;
}
.socialShare a {
  padding: 2px;
  margin: 3px;
}
.socialShare > .socialBox {
  padding: 5px;
}
.socialShare > * > i {
  display: block;
  font-size: 16px;
  padding: 8px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.socialBox .socialGallery {
  margin-top: 29px;
  margin-left: -70px;
  transform-origin: 50% 0%;
}
.socialBox .socialGallery a {
  visibility: hidden;
  opacity: 0;
  position: relative;
}
.socialBox .socialGallery a > i {
  position: relative;
}
.socialBox .socialGallery a.facebook i {
  margin-left: 10px;
}
.socialBox .socialGallery a.whatsapp i {
  margin-left: 12px;
}
.socialToolBox {
  cursor: default;
}
.pointer {
  cursor: pointer
}
.socialBox.animar-open .socialGallery {
    visibility: visible;
    animation:flipInX .5s ease-in;
}
.socialBox.animar-close .socialGallery {
    visibility: hidden;
}
.socialBox .socialGallery a {
  border-radius: 3px;
}
.socialBox.animar-open .socialGallery a {
  visibility: visible;
  opacity: 1;
}
.socialShare > .animar-open .socialToolBox {
}
.socialShare .socialToolBox {
    width: 117px;
    border-radius: 5px;
}
.arrow--up {
    position: absolute;
    width: 21px;
    height: 21px;
}
.arrow--up::before, 
.arrow--up::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.arrow--up::before {
    border-width: 10px;
    top: -20px;
    right: -80px;
}
.arrow--up::after, 
.arrow--up::before {
    border-style: solid;
    content: '';
    display: block;
    position: absolute;
}
.arrow--up::after {
    top: 1px;
}
.arrow--up::after {
    border-width: 10px;
}
/* --- FIN Social Share ---*/
.faq-item {
    padding: 5px;
    border-radius: 5px;
}
.uk-accordion>:nth-child(n+2) {
    margin-top: 15px;
}
.resumen h3 {
    font-weight: 300;
    margin-bottom: 10px;
}
.resumen hr {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 2px;
    border-top: 0;
}
.resumen *+.uk-grid-margin, 
.resumen .uk-grid+.uk-grid, 
.resumen .uk-grid>.uk-grid-margin {
    margin-top: 20px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	position: relative;
}
@media (min-width: 576px) {
.container, .container-sm {
    max-width: 540px;
}}
@media (min-width: 768px){
.container, .container-md, .container-sm {
    max-width: 720px;
}}
@media (min-width: 992px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}}
.img-container {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: auto;    
}
.hide-section {
    display: none;
}
.grecaptcha-badge {
display: none !important;
}
[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before, 
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after {
    font-size: 25px;
    margin-left: 0px;
}
.section-title [class^="flaticon-"]:before, 
.section-title [class*=" flaticon-"]:before,
.section-title [class^="flaticon-"]:after, 
.section-title [class*=" flaticon-"]:after {   
    font-size: 30px;
}
.footer-social [class^="flaticon-"]:before, 
.footer-social [class*=" flaticon-"]:before,
.footer-social [class^="flaticon-"]:after, 
.footer-social [class*=" flaticon-"]:after {   
    font-size: 28px;
}
.pricing__item [class^="flaticon-"]:before, 
.pricing__item [class*=" flaticon-"]:before,
.pricing__item [class^="flaticon-"]:after, 
.pricing__item [class*=" flaticon-"]:after {   
    font-size: 50px;
}
.uk-card-footer [class^="flaticon-"]:before, 
.uk-card-footer [class*=" flaticon-"]:before,
.uk-card-footer [class^="flaticon-"]:after, 
.uk-card-footer [class*=" flaticon-"]:after,
.uk-card-body [class^="flaticon-"]:before, 
.uk-card-body [class*=" flaticon-"]:before,
.uk-card-body [class^="flaticon-"]:after, 
.uk-card-body [class*=" flaticon-"]:after {   
    font-size: 18px;
}
.navbar-light .navbar-toggler [class^="flaticon-"]:before, 
.navbar-light .navbar-toggler [class*=" flaticon-"]:before,
.navbar-light .navbar-toggler [class^="flaticon-"]:after, 
.navbar-light .navbar-toggler [class*=" flaticon-"]:after { 
	font-size: 18px;
	transition: color 0.5s linear;
}
.readmore a [class^="flaticon-"]:before, 
.readmore a [class*=" flaticon-"]:before,
.readmore a [class^="flaticon-"]:after, 
.readmore a [class*=" flaticon-"]:after { 
    font-size: 14px;
    margin-left: 4px;
}
button i[class^="flaticon-"]:before, 
button i[class*=" flaticon-"]:before,
button i[class^="flaticon-"]:after, 
button i[class*=" flaticon-"]:after { 
    font-size: 14px;
    padding-right: 10px;
}
#buttons button + button {
    margin-top: 10px;
}
@media (min-width: 768px){
#buttons button + button {
    margin-top: 0px;
}}