@charset "UTF-8";
/* Start - Parpadeo */
.blink {
	animation: blink-animation 1s steps(5, start) infinite;
	-webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
@-webkit-keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
/* End - Parpadeo */
.hidden {
	display: none !important;
}
.show {
	display: inline-block !important;
}
.white {
	color: #fff !important;
}
img {
	width: auto;
	height: auto;
}
#top {
	background-color: #0a3e4e;
	color: #fff;
}
#home :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
	font-family: 'Open Sans', 'Montserrat', sans-serif;
	font-weight: 900;
}
/*#home :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p) {
	color: #0a3e4e;
	text-shadow: none;
}/**/
.navbar {
	padding: 10px 12px;
}
.navbar-brand {
	padding: 0;
}
.navbar-brand .logo {
	width: 100%;
	height: auto;
	max-height: 70px;
	max-width: 319px;
}
.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: initial;
}

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: #0a3e4e;
	border: 1px solid #fff;
	color: #fff;
}
.price-box-white ul.pricing-list li.price-tag a:hover {
	color: #0a3e4e;
	background: #fff;
	border: 1px solid #0a3e4e;
}
select.contact-input option {
	background: #0a3e4e;
}

.nav-pills .nav-link .features-second *:not(.title) {
	display: none;
}
.nav-pills .nav-link.active.show .features-second * {
	display: revert;
}
input.phone-input {
	background: url(../images/input-phone.png) no-repeat 12px 16px;
}
input.register-submit:hover {
    background: #D01A22;
}

.home-section h1, .home-section .h1 {
	margin-bottom: 40px;
}
.home-section .main-blue > *:last-child {
	margin-bottom: 0;
}
.register-form-wrapper {
	margin-top: 0;
}
.popup-video-text {
	padding-top: 0;
	margin-bottom: 0;
	max-width: calc(100% - 60px);
	margin-top: 30px;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/* 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;
}
#ctaSidebarScroll {
	left: 0;
	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;
	-o-border-radius: 0 15px 15px 0;
	-ms-border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	box-shadow: 1px 1px 10px rgb(120 120 120 / 50%);
	-o-box-shadow: 1px 1px 10px rgb(120 120 120 / 50%);
	-ms-box-shadow: 1px 1px 10px rgb(120 120 120 / 50%);
	-moz-box-shadow: 1px 1px 10px rgb(120 120 120 / 50%);
	-webkit-box-shadow: 1px 1px 10px rgb(120 120 120 / 50%);
	top: 50% !important;
	transform: translateY(-50%) !important;
	-o-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	-moz-transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
}
/* 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 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;
}
.llamada-moviles .bordercolor-whatsapp, .bordercolor-whatsapp {
	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 */
.register-form-wrapper h3 a {
  color: inherit;
}
.popup-gallery-wrapper {
	margin-top: 0;
	margin-bottom: 15px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem 1rem;
}
.popup-gallery.hero-gallery {
	float: none;
}
.popup-video-text {
	float: none;
	padding-left: 0;
}
.video-icon i {
	width: 60px;
	text-align: center;
	margin-left: 0;
	color: #0a3e4e;
}
.ofu {
	cursor: pointer;
	font-size: 17px;
	color: #0a3e4e;
}
.chica-ordenador, .chica-tableta {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#home .container-fluid {
	padding: 0 8rem;
}
/* RESPONSIVE */
@media (max-width: 1199px) {
	#home .container-fluid {
		padding: 0 4rem;
	}
}
@media (max-width: 991px) {
	#home .container-fluid {
		padding: 0 2rem;
	}
}
@media (max-width: 767px) {
	#home .container-fluid {
		padding: 0 1rem;
	}
}
@media (min-width: 1920px) {
	.show-max-1920 {
    	display: block !important;
    }
	.hide-max-1920 {
    	display: none !important;
    }
	#home .hide-max-1920 ~ :is(.container, .container-fluid) :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p) {
		color: #0a3e4e;
		text-shadow: none;
	}
}
@media (max-width: 1919px) AND (min-width: 1280px) {
	.show-1919-1280 {
    	display: block !important;
    }
	.hide-1919-1280 {
    	display: none !important;
    }
  	#home .hide-1919-1280 ~ :is(.container, .container-fluid) :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p) {
		color: #0a3e4e;
		text-shadow: none;
	}
}
@media (max-width: 1279px) AND (min-width: 1024px) {
	.show-1279-1024 {
    	display: block !important;
    }
	.hide-1279-1024 {
    	display: none !important;
    }
  	#home .hide-1279-1024 ~ :is(.container, .container-fluid) :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p) {
		color: #0a3e4e;
		text-shadow: none;
	}
}
@media (max-width: 1023px) AND (min-width: 768px) {
	.show-1023-768 {
    	display: block !important;
    }
	.hide-1023-768 {
    	display: none !important;
    }
  	#home .hide-1023-768 ~ :is(.container, .container-fluid) :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p) {
		color: #0a3e4e;
		text-shadow: none;
	}
}
@media (max-width: 767px) {
	.show-767-0 {
    	display: block !important;
    }
	.hide-767-0 {
    	display: none !important;
    }
  	#home .hide-767-0 ~ :is(.container, .container-fluid) :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p) {
		color: #0a3e4e;
		text-shadow: none;
	}
}
@media (max-width: 575px) {
	.hidden-xs {
		display: none !important;
	}
	.show-xs {
		display: inline-block !important;
	}
	.navbar-brand .logo {
		max-width:250px;
	}
}
@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;
	}
    .home-section h1, .home-section .h1 {
		line-height: 1.2;
    }
	/*.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;
	}
}
@media (max-width: 768px) {
	.home-section {
		padding-top: 140px;
	}
}
@media (max-width: 767px) {
	.llamada-moviles {
		display: block;
	}
	.whatsapp-moviles {
		bottom: 0;
		display: none;
	}
	.footer {
		padding-bottom: 80px;
	}
}
@media (max-width: 375px) {
    .home-section h1, .home-section .h1 {
		line-height: 1.2;
    }
	.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 */