/*
==================================================================
Theme Name: Visionlive
Author: Neobrand
Author URI: http://neobrand.com
==================================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500;600;700&display=swap');

/* Variables =================================================== */

body,input,textarea,select,option,p,a{font-family:'Asap',sans-serif;color:#011E41;font-weight:normal;margin-top:0}h1,h2,h3,h4,h5,h6{font-family:'Asap',sans-serif}p,a,h1,h2,h3,h4,h5,h6,ol,ul{margin-bottom:0.8em}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}body{width:100%;float:left;position:relative;background-color:#f0f0f0}p{margin-bottom:0.8em;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;margin-top:0;font-size:16px;line-height:1.4}a{color:#00bed6;transition:all 0.2s ease}[href]{cursor:hand;cursor:pointer}a:hover{color:#011E41}a,a img,a i{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-ms-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}a img:hover,a i:hover{opacity:0.5}button,html input[type="button"],input[type="reset"],input[type="submit"]{background-color:#1a937d;color:#ffffff;border:none;border-radius:0;box-shadow:none;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-ms-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{background-color:#011E41}


.boton,
.button {
	border: 2px solid #00bed6;
	color: #00bed6;
	display: inline-block;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.boton:hover {
	color: #fff;
	background-color: #00bed6;
	cursor: pointer;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.aligncenter {
	float: none;
	margin: 20px auto;
	display: block;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image {
	margin-top: 0;
}

.wp-block-image {
	margin-bottom: 10px;
}

input,
select,
textarea {
	float: left;
	padding: 10px 15px;
	min-height: 40px;
	font-family: 'Asap', sans-serif;
	color: #757575;
	font-weight: normal;
	font-size: 13.5px;
}

input.input-checkbox {
	display: block;
	margin: 4px;
	min-height: 0;
}

iframe,
object,
embed {
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.wp-block-cover,
.wp-block-cover-image {
	margin-bottom: 28px;
}

/*Estructura*/
#content {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 80px;
}

/*Contenido*/
.contenido ul {
	list-style: none;
}

.contenido ul li {
	margin-left: 16px;
	font-size: 14px;
	margin-bottom: 5px;
}

.contenido li::before {
	content: "\2022";
	color: #00bed6;
	display: inline-block;
	margin-left: -15px;
	font-size: 14px;
	padding-right: 10px;
}

.contenido hr {
	box-sizing: content-box;
	height: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #f0f0f0;
	margin: 30px auto;
	max-width: 50%;
}

/*Compartir*/
.share {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.share i {
	float: left;
	background-color: #00bed6;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Header */
body header {
	float: left;
	position: fixed;
	width: 100%;
	z-index: 9;
	height: 80px;
	left: 0;
	padding: 0;
	z-index: 999;
	background-color: #00bed6;
	box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
}

header .centrar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .centrar span {
	width: 150px;
}

header .centrar nav {
	width: calc(100% - 150px);
	display: flex;
	justify-content: flex-end;
}

header a#logo {
	max-width: 150px;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

header a#logo img {
	float: left;
	width: 100%;
	height: auto;
	color: #ffffff;
	margin: 0;
}

.centrar {
	position: relative;
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 50px;
	width: 100%;
}

.w30 {
	width: 30%
}

.w50 {
	width: 50%
}

.w70 {
	width: 70%
}

.w30.left {
	padding-right: 20px
}

.w50.left {
	padding-right: 20px
}

.w70.left {
	padding-right: 20px
}

.w30.right {
	padding-left: 20px
}

.w50.right {
	padding-left: 20px
}

.w70.right {
	padding-left: 20px
}

.left {
	float: left;
}

.right {
	float: right;
}

/*Menu*/
.mobile-menu {
	display: none;
}

.menu-principal-container,
.menu-principal-ingles-container {
	float: left;
}

.menu-secundario-container {
	float: right;
}

nav .menu {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
	float: left;
}

nav li {
	display: inline-block;
	list-style: none;
	float: left;
	margin-left: 0;
}

nav .menu li a {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0;
	height: 80px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	float: left;
}

nav .menu li a:hover,
nav .menu li.current-menu-item a,
nav .menu li a.active {
	color: #fff;
	cursor: pointer;
	background-color: #65c8dd;
}

nav #menu-secundario {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
	float: right;
	margin-left: 0;
}

nav #menu-secundario li a {
	background-color: #011E41;
}

nav #menu-secundario li a:hover {
	background-color: #65c8dd;
}

nav #menu-secundario li.lang-item a {
	height: 80px;
	padding: 0 15px;
	background-color: rgb(1 30 65 / 30%);
	float: left;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	transition: all 280ms ease;
}

nav #menu-secundario li.lang-item a:hover {
	background-color: rgb(255 255 255 / 30%);
}

nav #menu-secundario li.telefono {
	float: right;
}

nav #menu-secundario li.telefono a {
	float: right;
	margin: 0;
	color: #ffffff;
	padding: 0 15px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	height: 80px;
	display: flex;
	align-items: center;
}

nav #menu-secundario li.telefono a i {
	margin-right: 5px;
}

/*Galeria*/
.galeria {
	float: left;
	width: 100%;
}

.galeria a {
	float: left;
	width: calc(100% /3);
	position: relative;
	margin: 0;
	padding: 1px;
}

.galeria a img {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
}

.galeria span {
	position: absolute;
	color: #011E41;
	padding-left: 10px;
	font-size: 22px;
	right: 10px;
	bottom: 5px;
}

/*Secciones*/
section {
	position: relative;
	padding: 0;
	float: left;
	width: 100%;
}

section#page {
	float: left;
	width: 100%;
}

section#page .cabecera {
	float: left;
	width: 100%;
	height: 300px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

section#page .cabecera.interior {
	height: 150px;
}

section#page .cabecera .title {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(27, 43, 52, 0.8);
	display: flex;
	align-items: center;
}

section#page .cabecera .title h1 {
	color: #fff;
	float: left;
	max-width: 500px;
	font-size: 36px;
	line-height: 45px;
}

section#page .cabecera.interior .title h1 {
	font-size: 28px;
	line-height: 37px;
}

section#page .cabecera .title h1 span {
	width: 60px;
	height: 5px;
	background-color: #fff;
	margin-bottom: 10px;
	display: block;
}

.content {
	padding: 50px;
	background-color: #ffffff;
	float: left;
	width: 100%;
}

.content h3 {
	margin: 10px 0;
	color: #00bed6;
}

.content li {
	list-style: none;
}

section .tituloSeccion {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	margin-top: 0;
}

.tituloSeccion h1,
section h1 {
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 0;
}

.tituloSeccion h2 {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 0;
}

#slider, #slider .owl-carousel {
	width: 100%;
	display: flex;
	flex-direction: column;
}

#slider .owl-carousel .owl-stage {
   display: flex;
 }

#slider .owl-carousel .owl-item img {
   width: auto;
   height: 100%;
 }

#slider .slide {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	gap: 20px;
	padding: 100px 20px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

#slider .slide .imagen {
	width: 100%;
	height: 100%;
	position: absolute;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.5;
	z-index: 1;
}

#slider .slide .texto {
	font-weight: 700;
	font-size: 70px;
	z-index: 9;
}

#slider .slide .parrafo {
	font-weight: 500;
	font-size: 20px;	
	z-index: 9;
}

#slider .slide .boton {
	z-index: 9;
	margin-top: 20px;
}

#slider .owl-dots {
	position: absolute;
	z-index: 9;
	width: 100%;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	gap: 5px;
}

#slider .owl-dots .owl-dot{
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #fff;
}

#slider .owl-dots .owl-dot.active{
	background-color: #00bed6;
}

/*RS*/
.rs {
	float: left;
	width: 100%;
	padding: 0;
}

.rs li {
	display: inline;
	float: left;
	margin: 0;
	text-align: center;
	width: 20%;
	padding: 20px 0;
}

.rs li i {
	font-size: 32px;
}

.rs li:last-child {
	margin-right: 0;
}

/*Promociones portada*/
#inicio #promociones {
	float: left;
	width: 100%;
	position: relative;
	margin: 25px 0;
}

#inicio #promociones .titleSecction {
	float: left;
	width: 138px;
	text-align: center;
	position: absolute;
	height: 100%;
	background-color: #fff;
}

#inicio #promociones .titleSecction h4 {
	margin-bottom: 0;
}

#inicio #promociones .titleSecction i {
	margin-top: 70px;
	font-size: 50px;
	margin-bottom: 5px;
}

#inicio #promociones .owl-carousel {
	float: right;
	width: calc(100% - 150px);
}

#inicio #promociones .promocion {
	float: left;
	width: 100%;
	position: relative;
}

#inicio #promociones .promocion .info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(27, 43, 52, 0.8);
	color: #fff;
	padding: 8px 16px;
}

#inicio #promociones .promocion .info figcaption {
	float: left;
	width: 100%;
	color: #fff;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

#inicio #promociones .promocion .info h3 a {
	color: #fff;
	margin: 0;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
}

/*Servicios portada*/
#servicios-inicio {
	padding: 0;
	float: left;
	width: 100%;
	background-color: #fff;
}

#servicios-inicio .centrar {
	padding: 100px 50px;
	display: flex;
}

#servicios-inicio .left {
	padding-right: 50px;
}

#servicios-inicio h2 {
	color: #00bed6;
}

#servicios-inicio li {
	list-style: none;
	width: 100%;
	float: left;
}

#servicios-inicio li h3 {
	margin: 0;
}

#servicios-inicio li h3 a {
	color: #011E41;
	margin-bottom: 10px;
	float: left;
	width: auto;
}

/*Marcas*/
#marcas {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 0 25px;
}

#marcas div.slide {
	list-style: none;
	float: left;
	width: 100%;
	padding: 20px;
}

#marcas div.slide img {
	float: left;
	width: 100%;
	height: auto;
}

/*Banner*/
.banner {
	float: left;
	width: 100%;
	margin: 0;
	padding: 80px 20px;
	text-align: center;
	background-color: #011E41;
}

.banner h2 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 0;
	font-weight: 100;
}

.banner a.boton {
	margin-top: 20px;
	color: #011E41;
	background-color: #fff;
	border-color: #fff;
}

.banner a.boton:hover {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

/*Servicios*/
#page #servicios {
	float: left;
	width: 100%;
	padding: 10px 0;
}

#page #servicios .servicio {
	float: left;
	width: 100%;
	padding: 10px;
}

#page #servicios .servicio h3 {
	margin-top: 0;
}

#page #servicios .servicio h3 a {
	font-weight: bold;
	font-size: 22px;
}

#page #servicios .servicio span {
	width: 50px;
	height: 7px;
	margin-bottom: 3px;
	background-color: #00bed6;
	display: inline-block;
}

#page #servicios .servicio p {
	font-size: 15px;
}

#page #servicios .servicio figure {
	float: left;
	width: 33.333%;
	opacity: 1;
	margin: 0;
}

#page #servicios .servicio figure a,
#page #servicios .servicio figure a img {
	margin: 0;
	float: left;
	width: 100%;
}

#page #servicios .servicio .info {
	position: relative;
	padding-left: 20px;
	float: left;
	width: 66.666%;
}

/*Promociones*/
#page #promociones {
	float: left;
	width: 100%;
	padding: 10px 0;
}

#page #promociones .promocion {
	float: left;
	width: calc(100% / 2 - 5px);
	padding: 10px;
	border: 2px solid #f0f0f0;
	margin-bottom: 10px;
}

#page #promociones .promocion:nth-child(2n+2) {
	float: right;
}

#page #promociones .promocion h3 {
	margin-top: 0;
}

#page #promociones .promocion h3 a {
	font-weight: bold;
	font-size: 22px;
}

#page #promociones .promocion span {
	width: 50px;
	height: 7px;
	margin-bottom: 3px;
	background-color: #00bed6;
	display: inline-block;
}

#page #promociones .promocion p {
	font-size: 15px;
}

#page #promociones .promocion figure {
	float: left;
	width: 33.333%;
	opacity: 1;
	margin: 0;
}

#page #promociones .promocion figure a,
#page #promociones .promocion figure a img {
	margin: 0;
	float: left;
	width: 100%;
}

#page #promociones .promocion .info {
	position: relative;
	padding-left: 20px;
	float: left;
	width: 66.666%;
}

/* Contact0 */
.wpcf7,
.wpcf7 span,
.wpcf7 label {
	width: 100%;
	float: left;
}

.wpcf7 span {
	margin-bottom: 20px;
}

.wpcf7 span.acceptance {
	margin-bottom: 0;
	position: absolute;
	display: none;
}

.wpcf7 span.text {
	width: auto;
	float: none;
}

.wpcf7 label em {
	display: inline-block;
	margin-left: 5px;
	color: #00bed6;
}

.wpcf7 input,
.wpcf7 textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 2px solid #efefef;
	border-radius: 0;
	box-shadow: none;
	font-family: "Gotham Rounded", sans-serif;
	text-rendering: optimizeLegibility;
	transition: all 560ms ease;
	color: #c3c3c3;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-color: #c3c3c3;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
	border-color: #fbdf95;
}

.wpcf7 textarea {
	height: 75px;
	padding: 10px;
	resize: none;
}

.wpcf7 input[type="submit"] {
	padding: 15px 20px;
	margin-top: 20px;
	border: 2px solid;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	transition: all 560ms ease;
	display: inline-block;
	cursor: pointer;
	background-color: #00bed6;
	width: auto;
	height: auto;
}

.wpcf7 input[type=submit]:hover {
	letter-spacing: 3px;
}

.wpcf7 input[type=submit]:disabled {
	opacity: 0.3;
	cursor: not-allowed;
	filter: grayscale(100%);
}

.wpcf7 input[type=submit]:disabled:hover {
	letter-spacing: 1px;
}

.wpcf7 .accept {
	content: '';
	width: 18px;
	height: 18px;
	margin-right: 10px;
	border: 2px solid #efefef;
	transition: all 280ms ease;
	cursor: pointer;
	float: left;
	position: relative;
	top: 3px;
}

.wpcf7 .accept:hover {
	border-color: #c3c3c3;
}

.wpcf7 .accept.active {
	border-color: #00bed6;
}

.wpcf7 .accept::after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #00bed6;
	opacity: 0;
	transform: scale(0);
	transition: all 280ms ease;
	position: absolute;
	top: 2px;
	left: 2px;
}

.wpcf7 .accept.active::after {
	transform: scale(1);
	opacity: 1;
}

.wpcf7 [data-name="acceptance"] {
	width: fit-content;
	position: absolute;
}

.wpcf7 input[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	position: absolute;
	opacity: 0;
}

.wpcf7 .text {
	float: left;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
    padding: 0.5em 2em;
}

.wpcf7-response-output {
	width: 100%;
	padding: 10px 0;
	margin: 20px 0 0;
	border: 0;
	text-align: center;
	border-top: 2px solid #fbdf95;
	float: left;
}

.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 .wpcf7-spinner {
   display: none;
}

#gmap {
	width: 100%;
	margin-bottom: 0;
	background-image: url('images/visionlive-map.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 500px;
	float: left;
}

#page .contacto {
	padding-left: 0;
	margin: 0;
}

#page .contacto li {
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#page .contacto li i {
	margin-right: 5px;
}

/*Sidebar*/
#sidebar .tituloSeccion {
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	color: #011E41;
	font-size: 16px;
}

#sidebar .tituloSeccion::after {
	content: '';
	width: 30%;
	height: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #011E41;
	display: block;
}

/*Footer*/
footer {
	float: left;
	width: 100%;
	padding: 50px 0 10px 0;
	position: relative;
	background-color: #00bed6;
}

footer p,
footer a {
	color: #ffffff;
	font-size: 14px;
	margin: 0;
}

footer #ayudas {
	padding-right: 50px;
	width: 70%;
	margin-bottom: 5px;
	float: left;
}

footer #contacto {
	float: right;
	width: 30%;
	margin-bottom: 5px;
}

footer #legal {
	width: 100%;
	float: left;
	border-top: 1px solid #fff;
	padding-top: 10px;
	margin-top: 20px;
}

footer #legal p,
footer #legal a,
footer #legal span {
	float: left;
	display: inline-block;
	color: #fff;
}

footer #legal span {
	margin: 0 5px;
}

footer p#copyRight {
	float: right;
}

footer #logo-footer {
	max-width: 180px;
	display: block;
	margin-bottom: 10px;
}

footer .contacto {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-left: 0;
	margin: 0;
}

footer .contacto li {
	list-style: none;
	color: #fff;
	display: flex;
	align-items: center;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
}

footer .contacto li a {
	font-size: 16px;
}

footer .contacto li i {
	width: 18px;
	margin-right: 10px;
	text-align: center;
}

span.wpcf7-not-valid-tip {
	display: none;
}


footer #neobrand {
	width: 14px;
	margin-top: -1px;
	overflow: hidden;
	transition: all 280ms ease;
	float: right;
	position: relative;
	top: 2px;
}

footer #neobrand img {
	width: auto;
	max-width: none;
	height: 14px;
	float: left;
}
footer #neobrand:hover img {
	opacity: 1;
}

.cc-window {
	box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.cc-message a {
	color: #fff;
	text-decoration: underline;
}

[lang="eS-ES"] .cc-message .en {
	display: none;
}

[lang="en-US"] .cc-message .es {
	display: none;
}

.grecaptcha-badge{
	opacity: 0;
	pointer-events: none;
}