@charset "UTF-8";
img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.hidden {
	display: none !important;
}
.show {
	display: inline-block !important;
}
.white {
	color: #fff !important;
}

input.name-phone {
    background: url(../images/input-phone.png) no-repeat 8px 10px;
}

#top {
	background-color: #00a5ae;
	color: #fff;
}

.navbar {
	padding: 10px 12px;
}
.navbar-brand {
	padding: 0;
}
.navbar-brand .logo {
	width: 100%;
	height: auto;
	max-height: 70px;
	max-width: 200px;
}
.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: 100%;
	white-space: normal;
}

input.register-input, select.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: #e52f37;
	border: 1px solid #fff;
	color: #fff;
}
.price-box-white ul.pricing-list li.price-tag a:hover {
	color: #e52f37;
	background: #fff;
	border: 1px solid #e52f37;
}
select.contact-input option {
	background: #e52f37;
}

.nav-pills .nav-link .features-second *:not(.title) {
	display: none;
}
.nav-pills .nav-link.active.show .features-second * {
	display: revert;
}

.home-section {
    padding-top: 110px;
    margin-top: 74px;
}

.btn-white, .btn-red {
	border-radius: 3px 3px;
}

input.register-submit:hover {
    background: #D01A22;
}

.team-img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* Inicio - Imagen de fondo e imagen de fondo parallax */
.bgImage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}
.bgImage img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.bgImage.parallax img {
	position: fixed;
	z-index: 0;
	top: 0;
	display: none;
}
.bgImage.parallax.show img {
	display: block;
}
/* Fin - Imagen de fondo */

/* 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%);
	min-width: fit-content;
	text-align: center;
}
.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 {
	min-width: 50px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	display: inline-block;
	background: #2184d3 !important;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	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 {
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	background-color: #25d366;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 25px;
}
.llamada-moviles a i, .whatsapp-moviles a i {
	color: #fff;
	font-size: 20px;
}
.llamada-moviles .bgcolor-whatsapp, .bgcolor-whatsapp {
	background-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 */

/* Inicio - efecto en botón */
.shake {
	animation: shake-animation 4s ease infinite;
	transform-origin: 50% 50%;
}
@keyframes shake-animation {
	0% { transform:translate(0,0) }
	/*1.78571% { transform:translate(5px,0) }
	3.57143% { transform:translate(-5px,0) }
	5.35714% { transform:translate(5px,0) }
	7.14286% { transform:translate(-5px,0) }
	8.92857% { transform:translate(5px,0) }
	10.71429% { transform:translate(-5px,0) }/**/
	2% { transform:translate(5px,0) }
	4% { transform:translate(-5px,0) }
	6% { transform:translate(5px,0) }
	8% { transform:translate(-5px,0) }
	10% { transform:translate(5px,0) }
	12% { transform:translate(-5px,0) }
	14% { transform:translate(5px,0) }
	16% { transform:translate(-5px,0) }
	18% { transform:translate(5px,0) }
	20% { transform:translate(-5px,0) }
	22% { transform:translate(5px,0) }
	24% { transform:translate(-5px,0) }
	26% { transform:translate(5px,0) }
	28% { transform:translate(-5px,0) }
	30% { transform:translate(5px,0) }
	32% { transform:translate(0,0) }
	100% { transform:translate(0,0) }
}
/* Fin - efecto en botón */

.home-section .hero-text p {
	margin-bottom: 35px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px #373737;
}

.home-section .hero-text * {
	margin-bottom: 0 !important;
}

.partners img.partners {
	opacity: 1;
	max-width: 100%;
	max-height: 100px;
}

.popup-gallery-wrapper {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
}
.video-icon i {
	width: 60px;
	text-align: center;
	margin-left: 0;
}

/* 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;
	}/**/
	.section-grey, .section-white, .section-bg-1, .section-bg-2, .section-bg-3 {
		padding: 40px 0 40px 0 !important;
	}
	.home-section {
		padding-top: 70px;
	}
}
@media (max-width: 768px) {
	.home-section {
		padding-top: 90px;
	}
}
@media (max-width: 767px) {
	.llamada-moviles {
		/*display: block;/**/
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		width: calc(100% - 20px);
	}
	.llamada-moviles.samsung-browser {
		display: flex;
	}
	.whatsapp-moviles {
		bottom: 0;
		display: none;
	}
	.footer {
		padding-bottom: 80px;
	}
}
@media (max-width: 375px) {
	.home-section {
		padding-top: 70px;
	}
	.partners img.partners {
		margin: 10px 15px;
		max-height: 55px;
	}
}

/**
 * Añadir este código en el fichero assets/core/css/frontend.css o public/assets/css/frontend/cookies.css o public/assets/css/style.css o public/modules/frontend_07/assets/css/custom.css dependiendo de la versión del gestor
 */

/* Start - COOKIE CONSENT */
#open_preferences_center.fixed {
	position: fixed;
	font-family: sans-serif;
	left: 10px;
	bottom: 10px;
	z-index: 9999;
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 10rem;
	-o-border-radius: 10rem;
	-ms-border-radius: 10rem;
	-moz-border-radius: 10rem;
	-webkit-border-radius: 10rem;
}
#open_preferences_center.fixed i {
	display: inline-block;
	font-size: 30px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
}
#open_preferences_center.fixed mark {
	background-color: inherit;
	color: inherit;
	border-radius: inherit;
	padding: 3px 5px;
	font-size: 12px;
	line-height: 1em;
}
#open_preferences_center.fixed i + mark {
	padding-left: 0;
}
/*.termsfeed-com---nb {
	max-width: 450px !important;
	border: #fff !important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}/**/
.termsfeed-com---nb-simple {
	max-width: 450px !important;
	border: #fff !important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

	top: auto !important;
	right: auto !important;
	bottom: 0 !important;
	left: 0 !important;
}
.termsfeed-com---nb .cc-nb-main-container {
	padding: 2.25rem 2.75rem 2.75rem !important;
}
/* End - COOKIE CONSENT */
