@charset "UTF-8";
:root {
	--font-icons: "Font Awesome 5 Free", "Font Awesome 5 Brands", 'slick';
	--font-one: 'Open Sans', "Font Awesome 5 Free", "Font Awesome 5 Brands", 'slick', sans-serif;
	--font-two: 'Nunito', "Font Awesome 5 Free", "Font Awesome 5 Brands", 'slick', sans-serif;
	--font-three: 'Kanit', "Font Awesome 5 Free", "Font Awesome 5 Brands", 'slick', sans-serif;
	--black: #000;
	--color-one: #44A7BB;
	--color-two: #E0487B;
	--color-three: #777775;
	--color-four: #FDF;
	--color-five: #F7F7F7;
	--color-six: #F0BE46;
	--color-seven: #FFD;
}
.hidden {
	display: none !important;
}
.show {
	display: inline-block !important;
}
.white {
	color: #fff !important;
}
*:not(.fa, .fab, .fal, .far, .fas) {
	font-family: var(--font-three) !important;
	color: var(--dark);
}
.navbar-fixed-top .navbar-nav > li > a,
.navbar-fixed-top.opaque .navbar-nav > li > a {
	color: var(--dark);
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
	color: var(--black);
	font-weight: bold;
}
#top {
	background-color: var(--color-two);
	color: #fff;
}
#top .top-contact a {
	white-space: nowrap;
	margin-right: 1rem;
}
#top .top-contact a:last-child {
	margin-right: 0;
}
#home {
	padding: 110px 0;
}
#home h1 {
	font-size: 60px;
	line-height: 1.1;
	color: #fff;
	font-weight: bold;
}
#home h1 * {
	color: #fff;
	font-weight: bold;
}
#home h1 small {
	font-size: .7em;
	display: inline-block;
	margin-top: 0.6em;
	line-height: 1.1;
}
#home h1 big {
	font-size: 1.3em;
	display: inline-block;
	margin-top: 0.6em;
	line-height: 1.1;
}
.border-radius-3 {
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.section-grey {
	background: var(--color-four);
}
.navbar {
	padding: 10px 12px;
}
.navbar-brand {
	padding: 0;
}
.navbar-brand .logo {
	width: auto;
	height: auto;
	max-height: 70px;
	max-width: 200px;
}
.navbar-toggler {
	border-color: var(--color-two);
}
.navbar-toggler-icon i {
	color: var(--color-two);
}
.card-header h5 .btn-link {
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.card-header h5 .btn-link p.testim-name {
	/*width: calc(100% - 80px);/**/
	white-space: normal;
}

input.register-input, select.register-input, textarea.register-input {
	padding-left: 40px !important;
}

.price-box-grey, .price-box-white {
	margin-left: 0;
	width: auto;
	border-width: 1px;
	box-sizing: border-box;
}
.price-box-white ul.pricing-list li.price-tag a {
	background: var(--color-two);
	border: 1px solid #fff;
	color: #fff;
}
.price-box-white ul.pricing-list li.price-tag a:hover {
	color: var(--color-two);
	background: #fff;
	border: 1px solid var(--color-two);
}
select.contact-input option {
	background: var(--color-two);
}
.all-opens.nav-pills .nav-link.active {
	padding: .4rem 1rem;
	background: transparent;
	border: none!important;
    border-radius: 0px !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.all-opens.nav-pills .nav-link.active .features-second {
	padding: .4rem 1rem;
	background: #fff;
	border: 1px solid #f4f5f6!important;
    border-radius: 8px !important;
    box-shadow: 0 12px 55px 0 rgba(0,0,0,.05) !important;
    -moz-box-shadow: 0 12px 55px 0 rgba(0,0,0,.05) !important;
    -webkit-box-shadow: 0 12px 55px 0 rgba(0,0,0,.05) !important;
}
.nav-pills:not(.all-opens) .nav-link .features-second .title {
	max-width: calc(100% - 25px);
	position: relative;
}
.nav-pills:not(.all-opens) .nav-link .features-second .title:after {
	content: "\f054";
	font-family: var(--font-icons);
	color: var(--dark);
	position: absolute;
	right: -25px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 1em;
}
.nav-pills:not(.all-opens) .nav-link.active .features-second .title:after {
	content: "\f078";
}
.nav-pills .nav-link .features-second *:not(.title) {
	display: none;
}
.nav-pills .nav-link.active.show .features-second * {
	display: revert;
}
input.register-submit {
    background: var(--color-two);
}
input.register-submit:hover {
    background: var(--color-three);
}
.btn-red {
	background-color: var(--color-two);
	border-color: var(--color-two);
}
.btn-red:hover {
	background-color: var(--color-three);
	border-color: var(--color-three);
}
.btn-white:hover,
.btn-white-border:hover {
	color: var(--color-two) !important;
}
.navbar-fixed-top .navbar-nav > li > a:hover {
    color: var(--color-two) !important;
}
.navbar-fixed-top.opaque .navbar-nav .current a {
	color: var(--color-two) !important;
}
.popup-gallery a span.eye-wrapper, .popup-gallery a span.eye-wrapper2 {
	background-color: var(--color-two);
}
.card-header, .card-body {
	border-left-color: var(--color-two);
}
.section-bg-overlay {
	background: var(--color-two);
}
input.contact-submit {
	color: var(--color-two);
}
.pricing-list hr {
	background: var(--color-two);
}
.main-services.yellow i {
    background-color: var(--color-two);
}
.main-services.grey i {
    background-color: var(--color-three);
}
.feature-box.yellow i {
    color: var(--color-two);
}
.feature-box.grey i {
    color: var(--color-three);
}
/**/

/* Inicio - Modales */
#modal-cookies {
	left: 0;
	bottom: 15px;
	max-width: 360px;
	text-align: center;
	background-color: rgba(255, 255, 255, .9);
	z-index: 999990;
	border: 1px solid #aaa;
	border-radius: 0 15px 15px 0;
	box-shadow: 1px 1px 10px rgba(120, 120, 120, .5);
}
.modales a {
	cursor: pointer;
}
/*a.modal-ko {
	padding: 0 0 1px;
	background: #fff;
	color: #676767;
	border: 1px solid #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 29px;
	border-radius: 50%;
	cursor: pointer;
}
a.modal-ko:hover {
	background: #676767;
	color: #fff;
	border: 1px solid #fff;
}/**/
a.modal-btn {
	font-size: 14px;
	margin: 4px 1px 4px 0;
	padding: 6px 18px;
	text-decoration: none;
	display: inline-block;
	width: auto;
	color: #676767;
	background: #fff;
	border: 1px solid #676767;
}
/*a.modal-btn.modal-ok {
	color: #fff !important;
	background: #fd0002;
	border: 1px solid #fff;
}/*
a.modal-btn:hover {
	color: #fff;
	background: #676767;
	border: 1px solid #fff;
}/**/
a.modal-btn.disabled, a.modal-btn.disabled:hover {
	color: #fff;
	background: #ccc;
	border: 1px solid #fff;
	cursor: default;
}/**/
.modalMio {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	color: #000;
}
.dialog-mio {
	background-color: #fefefe;
	margin: 90px auto;
	padding: 1%;
	border: 1px solid #888;
	width: 80%;
	max-width: 600px;
	height: auto;
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}
.modalMio .content-box {
	background: whitesmoke;
	padding: 40px;
	border: 1px solid lightgray;
}
.modalMio .content-box p {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 2;
}
.vc-captcha::first-letter, .vc-captcha span {
	font-size: 0;
}
/* Fin - Modales */

/* Inicio - Boton de llamadas */
.llamada-moviles {
	position: fixed;
	z-index: 999!important;
	display: none;
	transition: all ease-in-out .6s;
	left: 50%;
	bottom: 0px;
	width: auto;
	transform: translateX(-50%);
}

.llamada-moviles.samsung-browser {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}
.llamada-moviles a {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	line-height: 50px;
	display: inline-block;
	background: #2184d3 !important;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-size: 20px;
	border: none;
	box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
	margin: auto 5px;
	color: #fff;
}
.whatsapp-moviles {
	position: fixed;
	bottom: 125px;
	right: 25px;
	z-index: 9999!important;
	transition: all ease-in-out .6s;
	margin-bottom: 0;
}
.whatsapp-moviles a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	background-color: #25d366;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 100%;
}
.llamada-moviles a i, .whatsapp-moviles a i {
	color: #fff;
}
.llamada-moviles .bgcolor-whatsapp, .bgcolor-whatsapp {
	background-color: #25d366 !important;
	border-color: #25d366 !important;
}
.button-pulse {
	box-shadow: 0 0 0 0 rgba(33, 132, 211, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}
.button-pulse.bgcolor-whatsapp {
	box-shadow: 0 0 0 0 rgba(37, 211, 102, 1);
	transform: scale(1);
	animation: pulseWhatsapp 2s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(33, 132, 211, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
@keyframes pulseWhatsapp {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
/* Fin - Botón de llamadas */

#slick-testimonials .slick-track {
	display: flex;
	align-items: center;
}
#slick-testimonials .card-body p {
	font-size: 20px;
}
#slick-testimonials .testim-text {
	color: var(--color-three);
}
#slick-testimonials .testim-name {
	font-style: normal;
	color: var(--dark);
}
#slick-testimonials .testim-name span {
	color: var(--color-two);
}
#slick-testimonials .slider-arrow {
	position: absolute;
	top: 50%;
	height: 36px;
	margin-top: -18px; 
	color: var(--black);
	line-height: 36px;
	font-size: 28px;
	cursor: pointer;
	z-index: 10;
}
#slick-testimonials .slider-prev {
	left: -30px;
}
#slick-testimonials .slider-next {
	right: -30px;
}
#main_content-slick.image-shadow .slick-list {
	border-radius: inherit;
}
#gallery .slick-dots {
	position: relative;
	bottom: 0;
}
#gallery .slick-dots li button:before {
	font-size: 1rem;
	line-height: 1rem;
	height: 1rem;
	width: 1rem;
	color: var(--color-two);
}
/* RESPONSIVE */
@media (max-width: 575px) {
	.hidden-xs {
		display: none !important;
	}
	.show-xs {
		display: inline-block !important;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important;
	}
	.show-sm {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
	}
	.show-md {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
	}
	.show-lg {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.hidden-xl {
		display: none !important;
	}
	.show-xl {
		display: inline-block !important;
	}
}
@media (max-width: 1199px) {
	.navbar-fixed-top .navbar-nav > li > a,
	.navbar-fixed-top .navbar-nav > li > a.discover-btn {
		font-size: 15px !important;
	}
}
@media (max-width: 1023px) {
	/*.whatsapp-moviles {
		bottom: 100px;
		left: 15px;
	}/**/
}
@media (max-width: 991px) {
	#top .top-contact, #top .top-social {
		font-size: 1.2rem;
	}
	/*.whatsapp-moviles {
		bottom: 80px;
	}
	.backToTop.visible {
		bottom: 80px;
	}/**/
	.home-section, .section-grey, .section-white, .section-bg-1, .section-bg-2, .section-bg-3 {
		padding: 40px 0 40px 0 !important;
	}
	#home h1 {
		font-size: 50px;
	}
}
@media (max-width: 767px) {
	#home h1 {
		font-size: 40px;
	}
	.llamada-moviles {
		display: block;
	}
	.llamada-moviles.samsung-browser {
		display: flex;
	}
	.whatsapp-moviles {
		bottom: 0;
		display: none;
	}
	.footer {
		padding-bottom: 80px;
	}
}
@media (max-width: 575px) {
	#home h1 {
		font-size: 30px;
	}
	#home h1 small {
		font-size: .8em;
	}
	#home h1 big {
		font-size: 1.2em;
	}
}
@media (max-width: 375px) {
	.partners img.partners {
		margin: 10px 15px;
		max-height: 55px;
	}
}