/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


/* esconder por debajo de 1024 pixeles */
@media only screen and (max-width: 1023px) {
	.hide-below-1024 {
		display: none !important;
	}
}

/* esconder por encima de 1024 pixeles */
@media only screen and (min-width: 1024px) {
	.hide-above-1024 {
		display: none !important;
	}
}

/* esconder por debajo de 768 */
@media only screen and (max-width: 768px) {
	.hide-below-768 {
		display: none !important;
	}
}

@font-face {
	font-family: bebas_neueregular;
	src: url(fonts/BebasNeue-Regular.woff);
}

/* video */

#video-banner {
	height: 25vw;
	width: 100%;
	margin: 0 auto;
	right: 0;
	left: 0;
	position: relative;
	overflow: hidden;
	border-bottom: 5px solid #da3b44;
}

#video-container {
	position: absolute;
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#video-container #degradado {
	position: absolute;
	width: 100%;
	text-align: center;
	font-family: bebas_neueregular;
	color: white;
	min-height: 100%;
	z-index: 1000;
	border: 0px;
	background-image: linear-gradient(75deg,
			rgba(218, 59, 68, 0.65),
			rgba(128, 128, 128, 0.65)),
		url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC");
	background-color: rgba(218, 59, 68, 0);
}

#video-container #degradado h1 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	margin-top: 5vw;
	margin-bottom: 3vw;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	font-size: 1.8vw;
	font-weight: bold;
	letter-spacing: 1px;
	z-index: 9999;
}

.subitem .fa {
	font-size: 7px;
	padding: 8px;
	position: relative;
	bottom: 5px;
	z-index: 9999;
}

.subitem {
	margin-bottom: 2vw;
	font-family: bebas_neueregular;
	font-size: 1.3vw;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);
	letter-spacing: 1.7px;
	color: rgba(255, 255, 255, 0.80);
	z-index: 9999;
}

.botonitem {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	background: rgb(218, 59, 68);
	color: white;
	z-index: 9999;
	padding: 10px 20px;
	font-family: bebas_neueregular;
	font-size: 18px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
}

#video-banner .botonitem a {
	color: rgb(255, 255, 255);
	font-family: bebas_neueregular;
	font-size: 18px;
	line-height: 30px !important;
	letter-spacing: 1px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: center;
	text-decoration-color: rgb(255, 255, 255);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-decoration-thickness: auto;
	text-shadow: rgba(0, 0, 0, 0.65) 1px 1px 1px;
}

#video-banner .botonitem a:hover {
	color: rgb(218, 59, 68);
}

/* extremos romboide */
p.botonitem::after {
	content: "";
	position: absolute;
	display: block;
	background: rgb(218, 59, 68);
	width: 1.5em;
	height: 100%;
	top: 0;
	transform-origin: bottom left;
	right: -0.1em;
	transform: skewX(-20deg);
	border-left: none;
}

p.botonitem::before {
	content: "";
	position: absolute;
	display: block;
	background: rgb(218, 59, 68);
	width: 1.5em;
	height: 100%;
	top: 0;
	transform-origin: bottom right;
	left: -1.3em;
	transform: skewX(-20deg);
	border-left: none;
}

/* hover caption */
.botonitem:hover {
	background: white;
	color: rgb(218, 59, 68);
}

p.botonitem:hover::after,
p.botonitem:hover::before {
	background: white;
	color: rgb(218, 59, 68);
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: inherit !important;
}

#video-banner .comofunciona li a,
.firma a {
	display: block;
	padding: 0 10px;
	color: rgba(255, 255, 255, 0.8) !important;
	opacity: 0.75;
	font-size: 12px;
	letter-spacing: 1.5px;
	font-family: bebas_neueregular;
	font-size: 16px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
	transition: width .3s ease-in;
	transition: all 0.1s linear;
}

#video-banner .comofunciona li a:hover,
.firma a:hover {
	color: rgba(255, 255, 255, 1) !important;
}

.comofunciona li {
	float: left;
	list-style: none
}

.comofunciona {
	position: absolute;
	z-index: 9999;
	left: 20px;
	bottom: 10px;
}

.comofunciona .fa {
	font-size: 17px;
	padding: 0px 5px;
}

#video-banner .firma {
	position: absolute;
	color: rgba(255, 255, 255, 0.55);
	z-index: 9999;
	right: 20px;
	bottom: 10px;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

/* imagenes */

.carrusel {
	width: 100%;
}

.imagen {
	max-width: 100%;
	height: auto;
}

.fa-cloud-arrow-down {
	padding-right: 1vw;
  }

/* estilo arrows */
.flex-direction-nav a:before {
	color: white;
	line-height: 1.2;
}

/* estilo captions */
.flex-caption {
	position: absolute;
	right: 5%;
	bottom: 10%;
	background: rgb(218, 59, 68);
	color: white;
	z-index: 1;
	padding: 20px;
	text-align: center;
	font-family: bebas_neueregular;
	font-size: 18px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
}

/* extremos romboide */
p.flex-caption::after {
	content: "";
	position: absolute;
	display: block;
	background: rgb(218, 59, 68);
	width: 1.5em;
	height: 100%;
	top: 0;
	transform-origin: bottom left;
	right: -0.1em;
	transform: skewX(-20deg);
	border-left: none;
}

p.flex-caption::before {
	content: "";
	position: absolute;
	display: block;
	background: rgb(218, 59, 68);
	width: 1.5em;
	height: 100%;
	top: 0;
	transform-origin: bottom right;
	left: -1.3em;
	transform: skewX(-20deg);
	border-left: none;
}

/* hover caption */
.flex-caption:hover {
	background: white;
	color: rgb(218, 59, 68);
}

p.flex-caption:hover::after,
p.flex-caption:hover::before {
	background: white;
}

/* control-nav cuadrados */
.flex-control-paging li a {
	border-radius: 0px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
}

/* control-nav cuadrado activo */
.flex-control-paging li a.flex-active {
	background: none repeat scroll 0 0 rgba(218, 59, 68, 0.757);
}