@charset "utf-8";

* {
	outline: none !important
}

html {
	height: 100%;
}

body {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	color: #616161;
	min-width: 320px;
	margin: auto;
	background: #fff;
	line-height: 19px;
}

@font-face {
	font-family: "Freight Sans Bold";
	src: url("../fonts/Freight-Sans-Bold-SC.otf");
}

@font-face {
	font-family: "Myriad Pro";
	src: url("../fonts/myriadpro-regular.otf");
}

body p {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	line-height: normal
}

.container {
	margin: auto;
	line-height: 23px;
	text-align: justify;
	position: relative;
	color: #757575;
	max-width: 1321px;
}

.container::before,
.container::after {
	display: block;
	content: "";
	clear: both;
}

.animar {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

#header {
	width: 100%;
	z-index: 3;
	height: 84px;
	position: absolute;
	top: 0;
	left: 0;
}

#darkTop {
	background: #C40505;
}

.titDarkTop {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 66px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
}

#logo {
	width: 320px;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 4;
}

#logo a {
	position: relative;
	z-index: 2;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
}

#logo a:hover,
#logo a:focus {
	text-decoration: none;
	cursor: pointer;
}

#logo img {
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

#topMenu {
	margin-top: 0px;
	height: 134px;
	width: 100%;
	background: #FF0000;
	position: relative;
	overflow: hidden;
}

#menu {
	margin: auto;
	position: absolute;
	left: 481px;
	top: 0px;
	height: auto;
}

#menu ul {
	margin: 0;
}

#menu ul::before,
#menu ul::after {
	display: block;
	content: "";
	clear: both;
}

#menu li {
	position: relative;
	padding: 0 1px;
	height: 134px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}

#menu li a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	transform: scaleX(0);
	transition: all ease-in-out 0.5s;
	border-radius: 21px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	-ms-border-radius: 21px;
	-o-border-radius: 21px;
}

#menu li a {
	display: block;
	position: relative;
	background: transparent;
	font-size: 24px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 500;
	line-height: 42px;
	height: 42px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0px 25px;
}

#menu li a span {
	position: relative;
	z-index: 2;
}

#menu li:first-child {
	padding-left: 0px;
}

#menu li:last-child {
	padding-right: 0px;
}

#menu li.active a,
#menu li a:hover,
#menu li a:focus {
	color: #ffffff;
	text-decoration: none;
}

#menu li.active a::before,
#menu li a:hover::before,
#menu li a:focus::before {
	transform: scaleX(1);
}

#redes {
	width: auto;
	display: flex;
	align-items: center;
	position: absolute;
	top: 49px;
	right: 147px;
}

#redes a {
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#redes a:last-child {
	margin-right: 0;
}

#redes a .fa {
	display: none;
}

#redes a:hover,
#redes a:focus {
	opacity: 0.85;
	transform: scale(1.1);
	text-decoration: none;
}

.btnCarrito {
	position: absolute;
	top: 35px;
	right: 0;
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 13px;
	padding-right: 10px;
	background: rgba(19, 19, 19, 0.25);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.infoCart {
	position: absolute;
	top: 16px;
	right: 18px;
	width: 18px;
	height: 18px;
	background: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #616161;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 12px;
}

#datFooter {
	background: #353535;
}

.contentDatFooter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 70px;
	padding-bottom: 80px;
}

.titleDatFoot {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 48px;
	line-height: 1;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	text-align: center;
}

.subTitDat {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 21px;
	line-height: 1;
	letter-spacing: 0px;
	text-align: center;
	padding: 30px 0;
}

#frmNews {
	display: flex;
	align-items: center;
	justify-content: center;
}

#frmNews .form-group {
	margin-bottom: 12px;
	position: relative;
}

#frmNews .form-control {
	display: block;
	height: 86px;
	width: 676px;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding-left: 49px;
	padding-right: 49px;
	letter-spacing: 0.25px;
	background: #fff;
	color: #a3a3a3;
	box-shadow: none;
	border: 0;
	position: relative;
	border-radius: 44px;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	-ms-border-radius: 44px;
	-o-border-radius: 44px;
}

#frmNews input[type=submit],
#frmNews input[type=reset] {
	display: inline-block;
	height: 86px;
	background: #FF0000;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0px;
	width: 239px;
	text-align: center;
	border-radius: 44px;
	margin-left: 16px;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	-ms-border-radius: 44px;
	-o-border-radius: 44px;
}

#frmNews input[type=submit]:hover,
#frmNews input[type=reset]:hover {
	opacity: .8
}

/*Nuevo estilo Footer*/
#footer .contentFooter {
	background: #282828;
	display: flex;
	align-items: center;
	min-height: 115px;
	color: white;
}

#footer .container {
	color: #fff;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0px;
	width: 100%;
}

#footer .tfooter {
	line-height: 16px;
	text-align: center;
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	float: left;
}

#footer .tfooter a {
	color: inherit;
}

#footer #powered {
	line-height: 16px;
	margin: 0 auto 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
}

#footer #powered a {
	color: inherit;
	display: flex;
	padding: 0 0 0 28px;
	min-height: 22px;
	align-items: center;
	margin-left: 5px;
	background: url('/_src/images/icoTW.svg') no-repeat center left;
}

#footer #powered a:hover {
	text-decoration: none;
}

/*Footer*/

/*==================     ToTop     ======================*/
a.toTop {
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 37px;
	color: #fff;
	border-radius: 50%;
	position: fixed;
	background: #000;
	border: solid 2px #fff;
	left: 21px;
	bottom: 65px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 20;
	opacity: .75
}

a.toTop:hover,
a.toTop:active {
	color: #000;
	text-decoration: none;
	opacity: 1;
	background: #fff
}

a#toTop a#toTop .fa {
	color: #FFF !important;
}

a.toTop:hover::after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.mobile .toTop,
.tablet .toTop {
	display: none !important;
}

#sliderTop {
	height: 336px;
	margin-top: 200px;
}

#sliderTop .slides li {
	height: 336px;
	position: relative;
	background-position: bottom center !important;
	background-size: cover;
}

#sliderTop .slides li img.sliderImg {
	width: 100%;
}

.contSlider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.contSlider .container,
.sliderCntTop {
	height: 100%;
}

.sliderCntTop {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 127px;
}

.caption {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.titleCaptio1 {
	position: relative;
	width: 100%;
}

.titleCaption1a {
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-size: 25px;
	line-height: 73px;
	letter-spacing: 0px;
	color: #5f5f5f;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
	max-width: 350px;
}

#sliderTop .flex-direction-nav a {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	margin-left: 0px;
	position: absolute;
	z-index: 10;
	bottom: 24px;
	overflow: hidden;
	opacity: 1;
	left: 50%;
}

#sliderTop .flex-direction-nav .flex-next {
	background: url('../images/slider/next.png?v1') center no-repeat;
	margin-left: 301px;
}

#sliderTop .flex-direction-nav .flex-prev {
	background: url('../images/slider/prev.png?v1') center no-repeat;
	margin-left: 249px;
}

.flex-control-nav {
	width: auto;
	position: absolute;
	bottom: 22px;
	text-align: center;
	z-index: 2;
	left: 50%;
	margin-left: -360px;
}

#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before {
	width: 0;
	height: 0;
}

#sliderTop .flex-control-nav li {
	background: transparent;
	padding: 0 1px;
}

.flex-control-paging li a {
	width: 13px;
	height: 13px;
	background: transparent;
	border: solid 1px #8583a9;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
	border-radius: 0px;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
	background: #8583a9;
}

#icoWa {
	background: url('../images/icoWhatsapp.png') 0 0 no-repeat;
	background-size: contain;
	position: fixed;
	bottom: 75px;
	z-index: 5;
	width: 190px;
	height: 58px;
	right: 20px;
}

#main {
	overflow: hidden
}

.desktop .wow {
	visibility: hidden;
}

#textHome1 {
	padding-top: 192px;
	padding-bottom: 223px;
}

.containerHome {
	max-width: 1392px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

.titleHome1 {
	text-align: center;
	color: #4a4a4a;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	color: #4a4a4a;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 1;
}

.textoHome1 {
	font-family: 'Inter', sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 30px;
	color: #616161;
	text-align: center;
	padding: 20px 0;
}

.titleHome1b {
	background: #f3f3f3;
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	color: #404040;
	text-align: center;
	padding: 30px 15px;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
}

.titleHome1b strong {
	color: #ff0000;
}

.btnHome1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 394px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	color: #616161;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: 0px;
	border: solid 4px #FF0000;
	border-radius: 33px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	-ms-border-radius: 33px;
	-o-border-radius: 33px;
}

.btnHome1:hover,
.btnHome1:focus {
	text-decoration: none;
	background: #ff0000;
	color: #ffffff;
}

#textHome2 {
	background: #FF0000;
	position: relative;
}

.contentHome2 {
	display: flex;
	justify-content: space-between;
	font-family: 'Inter', sans-serif;
	font-size: 33px;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	color: #ffffff;
	padding-top: 130px;
	padding-bottom: 120px;
	flex-wrap: wrap;
}


.contentHome2 img {
	margin: 0 auto 20px;
	width: 215px;
}


#textHome3 {
	background: rgba(232, 232, 232, 0.2);
	padding: 130px 0;
}

.titleHome3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.1;
	color: #2e2f2e;
	text-align: center;
	letter-spacing: -0, 25px;
	text-transform: uppercase;
	margin-bottom: 55px;
}

.cntHome3 {
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cntHome3 .itemHome3 {
	margin-right: 29px;
}

.cntHome3 .itemHome3:last-child {
	margin-right: 0;
}

#textHome4 {
	background: #FF0000;
	padding: 36px 0;
}

.contentTitHome4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: -1.1px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 5px;
	position: relative;
}

.contentTitHome4::before {
	content: '';
	position: absolute;
	top: calc(50% - 9px);
	right: -30px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

#textHistoria1 {
	position: relative;
	padding-top: 130px;
	padding-bottom: 140px;
}

.contentHistoria {
	color: #616161;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 36px;
	letter-spacing: -0.25px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.titleHistoria1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.1;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	color: #4a4a4a;
	margin-bottom: 20px;
}

.itemHistoria1 {
	width: 50%;
	padding-right: 52px;
}

.itemHistoria2 {
	width: 50%;
}

.itemHistoria2 img {
	width: 722px;
	margin-left: 104px;
}

#textHistoria2 {
	background: url(../images/historia/bg1.webp) center no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.titleHistoria2 {
	font-family: 'Inter', sans-serif;
	font-size: 33px;
	font-weight: 600;
	color: #fff;
	line-height: 48px;
	letter-spacing: -0.5px;
	text-align: center;
}

#textHistoria3 {
	padding-top: 99px;
	padding-bottom: 101px;
}

.contentHistoria3 {
	display: flex;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 21px;
	color: #616161;
	line-height: 36px;
	letter-spacing: -0.25px;
	text-align: center;
}

.itemHistoria3 {
	width: calc(50% - 27px);
	margin-right: 54px;
}

.itemHistoria3:last-child {
	margin-right: 0px;
}

.itemHistoria3 figure {
	margin-bottom: 50px;
}

.textItemHis3 {
	padding: 0 23px;
}

.itemHistoria3:last-child .textItemHis3 {
	padding: 0 27px;
}

.contentHistoria3b {
	position: relative;
	background: url(../images/historia/bg2.webp) center no-repeat;
	background-size: cover;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	padding: 81.5px 20px;
	margin-top: 80px;
}

.historiaTit3b {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 48px;
	color: #4c4c4c;
	line-height: 1.1;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	text-align: center;
}

#textHistoria4 {
	background: url("../images/historia/bg3.webp") center no-repeat;
	background-size: cover;
	padding: 138px 0;
}

.containerHis4 {
	max-width: 1417px;
	padding: 0 15px;
	position: relative;
	margin: 0 auto;
}

.contentHistoria4 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.itemHis4 {
	position: relative;
	text-align: center;
	margin-right: 105px;
}

.itemHis4-3 {
	margin-right: 137px;
}

.itemHis4:last-child {
	margin: 0;
}

.itemHis4 img {
	margin: 0 auto;
}

.itemHis4 figure figcaption {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 33px;
	line-height: 1.1;
	letter-spacing: 0px;
	color: #fff;
	margin-top: 25px;
}

.cntHistoria4 {
	background: rgba(10, 10, 10, 0.25);
	position: relative;
	border-radius: 85px;
	-webkit-border-radius: 85px;
	-moz-border-radius: 85px;
	-ms-border-radius: 85px;
	-o-border-radius: 85px;
	padding: 49px 90px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 36px;
	letter-spacing: -0.25px;
	color: #fff;
	text-align: center;
	margin-top: 82px;
}

#textHistoria5 {
	padding-top: 108px;
	padding-bottom: 40px;
}

.titleHistoria5 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.1;
	letter-spacing: -0.5px;
	color: #4a4a4a;
	text-align: center;
	margin-bottom: 40px;
}

.subtitleHistoria5 {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 36px;
	letter-spacing: -0.25px;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 50px;
}

.titHistory1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -0.25px;
	color: #fff;
	position: relative;
	margin-bottom: 17px;
}

.titHistory1::before {
	content: '';
	position: absolute;
	top: calc(50% - 0.5px);
	right: 0;
	width: 100%;
	height: 1px;
	background: #d6d6d6;
}

.textTitHistory1 {
	text-align: center;
	display: inline-block;
	background: #ff0000;
	min-width: 161px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	padding: 12.5px 34px;
	position: relative;
	z-index: 2;
}

.textTitHistory1::before {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: #fff;
}

.historia5 {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
	padding: 0 5px;
}

.historia5 span {
	font-weight: 500;
}

.historia5 strong {
	font-weight: 800;
}

.cntAnioHistoria5 {
	margin-bottom: 60px;
}


#bajarSl {
	position: relative;
	margin-top: 84px;
}

#textContacto1 {
	background: #f7f7f7;
	padding-bottom: 148px;
	padding-top: 130px;
}

.titleCont1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 60px;
	letter-spacing: 0.5px;
	line-height: 1.1;
	text-align: center;
	color: #ff0000;
	text-transform: uppercase;
	padding-bottom: 64px;
	position: relative;
}

.contContacto1 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.itemCont1 {
	width: 350px;
	padding: 0 14px;
}

.itemCont1 article {
	padding-top: 37px;
	padding-bottom: 10px;
	background: #ffffff;
	height: 262px;

	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.itemCont1:last-child {
	margin-right: 0;
}

.itemCont1 img {
	margin: 0 auto;
}

.titCont1-1 {
	color: #616161;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -0.5px;
	margin-top: 24px;
	margin-bottom: 5px;
}

.titCont1-2 {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -0.5px;
	color: #616161;
	text-align: center;
}

.titCont1-2 a {
	color: #616161;
	text-decoration: none;
}

#formTop {
	position: relative;
	padding-bottom: 94px;
	padding-top: 120px;
	background: #ffff;
}

.titleFormTop {
	color: #616161;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: -0.5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

.titleFormTop strong {
	color: #ff0000;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.1;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: -0.5px;
	margin-right: 64px;
	position: relative;
}

.titleFormTop strong::before {
	content: '';
	position: absolute;
	background: rgba(76, 76, 76, 0.5);
	width: 1px;
	height: 100%;
	top: 0;
	right: -32px;
}

#frmContacto {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

#frmContacto .tit {
	color: #5e5e5e;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 25px;
	text-align: center;
}

#frmContacto .row {
	margin: 0 -2.5px;
}

#frmContacto div[class*="col-"] {
	padding: 0 2.5px;
}

#frmContacto .form-group {
	margin-bottom: 18px;
	position: relative;
}

#frmContacto .form-control {
	display: block;
	height: 67px;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding-left: 30px;
	padding-right: 30px;
	letter-spacing: 0px;
	background: #f3f3f3;
	color: #a6a5a5;
	box-shadow: none;
	border: 0;
	position: relative;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

#frmContacto .textarea {
	padding-top: 30px;
	height: 203px
}

#frmContacto input[type=submit],
#frmContacto input[type=reset] {
	display: inline-block;
	height: 42px;
	background: #ff0000;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0px;
	width: 104px;
	text-align: center;
	border-radius: 21px;
	margin-top: 32px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	-ms-border-radius: 21px;
	-o-border-radius: 21px;
}

#frmContacto input[type=reset] {
	margin-right: 5px;
}

#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover {
	opacity: .7
}

#frmContacto .error input,
#frmContacto .error textarea {
	border: solid 1px #000;
	background: rgba(255, 216, 217, 1.00);
	color: #000
}

.frmContacto input::-webkit-input-placeholder {
	color: #9b9b9b;
	opacity: 1;
}

.frmContacto input:-moz-placeholder {
	color: #9b9b9b;
	opacity: 1;
}

.frmContacto input::-moz-placeholder {
	color: #9b9b9b;
	opacity: 1;
}

.frmContacto input:-ms-input-placeholder {
	color: #9b9b9b;
	opacity: 1;
}

.frmContacto textarea::-webkit-input-placeholder {
	color: #9b9b9b;
	opacity: 1;
}

.frmContacto textarea:-moz-placeholder {
	color: #9b9b9b;
	opacity: 1;
}

.frmContacto textarea::-moz-placeholder {
	color: #9b9b9b;
	opacity: 1;
}

.frmContacto textarea:-ms-input-placeholder {
	color: #9b9b9b;
	opacity: 1;
}

.frmContacto input:focus::-webkit-input-placeholder {
	opacity: 0.5
}

.frmContacto input:focus:-moz-placeholder {
	opacity: 0.5
}

.frmContacto input:focus::-moz-placeholder {
	opacity: 0.5
}

.frmContacto input:focus:-ms-input-placeholder {
	opacity: 0.5
}

.frmContacto textarea:focus::-webkit-input-placeholder {
	opacity: 0.5
}

.frmContacto textarea:focus:-moz-placeholder {
	opacity: 0.5
}

.frmContacto textarea:focus::-moz-placeholder {
	opacity: 0.5
}

.frmContacto textarea:focus:-ms-input-placeholder {
	opacity: 0.5
}

#frmContacto .has-error .form-control-feedback {
	line-height: 36px;
	height: 100%;
}

#frmContacto .has-error input {
	border-color: #a94442;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.cntCapt {
	display: inline-block;
	position: relative;
	margin-top: 13px;
}

.cntCapt #html_element {
	position: absolute;
	top: 0;
	left: 0;
}

#textContacto2 {
	background: #3e3e3e;
	padding: 22.5px 0;
}

#textContacto2 .tit {
	color: #fff;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
}

#textContacto2 .tit strong {
	font-size: 18px;
	position: relative;
}

#textContacto2 .tit strong::before {
	content: '';
	position: absolute;
	width: 12px;
	height: 16px;
	background: url(../images/contacto/mark.png) center no-repeat;
	background-size: auto;
	top: 1px;
	left: -17px;
}

#mapC {
	position: relative;
	height: 702px;
}

body[data-page="4"] {
	padding-top: 255px;
}

body[data-page="5"] {
	padding-top: 200px;
}



.titleDetalle1 .tit {
	background: rgb(196, 5, 5);
	margin-bottom: 59px;
	position: relative;
	padding-right: 130px;
	display: flex;
	align-items: center;
	min-height: 135px;
	padding: 20px 300px 20px 70px;
	border-radius: 78px;
}

.titleDetalle1 h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	position: relative;
	font-style: italic;
}

.btnBack {
	cursor: pointer;
	position: absolute;
	top: 40px;
	right: 80px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	display: flex;
	align-items: center;
	width: 166px;
	height: 55px;
	justify-content: center;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 28px;
	transition: all 0.3s ease-in-out 0s;
}

.btnBack i {
	margin-right: 8px;
}

.btnBack i svg {
	max-width: 30px;
	height: 25px;
	transition: all 0.3s ease-in-out 0s;
}

.btnBack:hover,
.btnBack:focus {
	text-decoration: none;
	color: rgb(196, 5, 5);
	background: #FFF;
}

.detalleProducto1 {
	display: flex;
	flex-wrap: wrap;
}

.thumbfotos {
	width: 58%;
	padding-right: 50px;
}

.datosDetallesP {
	width: 42%;
}

.datProd {
	border: solid 3px #ff0000;
	border-radius: 58px;
	padding: 45px 45px 35px;
}



.visorImg {
	max-width: 520px;
	position: relative;
	margin: 0 auto;
}

.visor {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 520px;
	height: 432px;
	position: relative;
	overflow: hidden;
}

.visor img {
	max-height: 432px;
	display: none;
	margin: 0 auto;
}

.visor img:first-child {
	display: block;
}



.flexProducto2 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 26px;
}

.itemFlexProducto2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	border: solid 2px #ebebeb;
	margin-right: 12px;
	cursor: pointer;
}

.cont-flexProducto .flexProducto {
	padding: 34px 26px;
}

.thumbLiCar img {
	max-height: 100%;
}

.cont-flexProducto .flexProducto .thumbLiCar {
	border: solid 1px #ebebeb;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	padding: 8px;
	border-radius: 20px;
}

.itemFlexProducto2:last-child {
	margin-right: 0;
}

.cont-flexProducto .flex-direction-nav a {
	width: 28px;
	height: 104px;
	bottom: 20px;
	opacity: 1;
	text-indent: -9999%;
	left: -34px;
}

.cont-flexProducto .flex-direction-nav .flex-prev {
	background: url(../images/slider/prev.png) left top no-repeat;
	margin-left: 0px;
}

.cont-flexProducto .flex-direction-nav .flex-next {
	background: url(../images/slider/next.png) right top no-repeat;
	left: auto;
	right: -34px;
	margin-left: 0px;
}


.titleProductoP {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	position: relative;
	color: #ff0000;
	font-style: italic;
	margin-bottom: 30px;
}


.titleDescription {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #505050;
	text-align: left;
}

.areaPrecio {
	height: 133px;
	border-radius: 62px;
	background: #f4f4f4;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 80px;
	color: #1d1d1d;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
}

.areaPrecio em {
	font-style: normal;
	font-size: 48px;
	font-weight: 400;
}

.areaPrecio span {
	color: #616161;
	font-size: 48px;
	font-weight: 400;
	padding-left: 15px;
}

.detalleProducto2 {
	padding-top: 60px;
	padding-bottom: 55px;
}

.titleDescription2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ff0000;
	text-align: left;
}

.titleDescription2:after {
	display: block;
	content: "";
	height: 11px;
	border-radius: 6px;
	background: #e1e1e1;
	margin-top: 10px;
}


.bgDetallesCaractP {
	padding: 30px 0;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #616161;
	line-height: 1.2;
}

.bgDetallesCaractP ul {
	margin-left: 14px;
	list-style-image: url('../images/productos/li.png')
}

.nohayP {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
}


#homeProducts {
	padding: 78px 0;
}

/*.products {
	display: flex;
	flex-wrap: wrap;
}*/

.products .item {
	width: 25%;
	padding: 0 15px 80px;
}

.products .item article {
	max-width: 289px;
	margin: 0 auto;
}

.products .nameProduct {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	color: #616161;
	text-align: center;
	list-style: 1.2;
	margin: 15px 0;
}

.products img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.products a {
	text-decoration: none;
}

.addCart {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	display: block;
	border: solid 1px #ff0000;
	background: #ff0000;
	color: #FFF;
	width: 100%;
	height: 45px;
	border-radius: 22.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out 0s;
}

.addCart.added {
	opacity: 0.5;
	cursor: not-allowed;
}

.addCart svg {
	width: 50px;
	margin-left: 15px;
	transition: all 0.3s ease-in-out 0s;
}

.addCart:hover {
	background: #FFF;
	color: #ff0000;
}

nav.filtro {
	background: #f4f4f4;
	min-height: 114px;
	display: flex;
	border-radius: 77px;
	margin-bottom: 65px;
	justify-content: center;
	align-items: center;
}

nav.filtro button {
	background: none;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	display: block;
	height: 75px;
	padding: 0 30px;
	border-radius: 37.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}

nav.filtro button.active,
nav.filtro button:hover {
	background: #ff0000;
	color: #FFF;
}

.areaCantidad {
	padding: 27px 0 0;
}

.areaCantidad .row {
	display: flex;
	margin: 0 -6px;
	flex-wrap: wrap;
}

.areaCantidad .col {
	padding: 0 6px;
	width: 50%;
	font-family: "Inter", sans-serif;
	font-size: 21px;
}

.areaCantidad button {
	display: block;
	height: 81px;
	background: #ff0000;
	color: #FFF;
	border: none;
	border-radius: 35px;
	width: 100%;
	font-size: 21px;
	border: solid 1px #ff0000;
}

.areaCantidad button:hover {
	color: #ff0000;
	background: #FFF;

}

.custom-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	padding: 10px 40px 10px 36px;
	width: 100%;
	cursor: pointer;
	background-color: #3b3b3b;
	color: #FFF;
	font-size: 16px;
	border-radius: 35px;
	text-indent: 0.01px;
	text-overflow: '';
	height: 81px;
	display: block;
	font-size: 21px;

}

.custom-select-wrapper {
	width: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
}

.custom-arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	pointer-events: none;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
}

.marquee-container {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	background: #FF0000;
}

.marquee-content {
	display: flex;
	align-items: center;
	height: 114px;
	animation: scroll-left 15s linear infinite;
}

.marquee-content span {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	margin-right: 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

@keyframes scroll-left {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-50%);
	}
}

#prodsRel .products {
	padding: 35px 0 0;
}

#prodsRel .products .item {
	width: 100%;
}

#overlay-product {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.77);
	z-index: 9999;
}

#alertProd {
	display: block;
	position: fixed;
	z-index: 99999;
	padding: 13px 0;
	width: 200px;
	color: #2C7635;
	background-color: #DFF0D4;
	border: #D6E9C4 solid 1px;
	font-size: 15px;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#overlayCart {
	opacity: .5;
	background: rgba(0, 0, 0, 0.78);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999992;
	display: none;
	transition: all 0.3s ease-in-out 0s;
}

#winCart {
	max-width: 542px;
	background: #FFF;
	border-radius: 0 0 0 65px;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999993;
	width: 100%;
	transform: translateX(100%);
	transition: all 0.3s ease-in-out 0s;
}

body.openCart #overlayCart {
	display: block;
}

body.openCart #winCart {
	transform: translateX(0);
}

.titCart {
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #232323;
	text-transform: uppercase;
	height: 66px;
	border-bottom: solid 1px #dadada;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

#closeCart {
	position: absolute;
	background: url('../images/closeCart.png') center center no-repeat;
	width: 30px;
	height: 30px;
	right: 24px;
	top: 17px;
	cursor: pointer;
}

#winCart .padding {
	padding: 0 40px;
}

#winCart .totales {
	padding: 15px 0;
}

#winCart .totales .lblTotal {
	color: #1d1d1d;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	display: flex;
	justify-content: end;
	line-height: 1.5;
}

#winCart .totales .lblTotal span {
	display: inline-block;
	font-weight: 600;
	width: 130px;
	text-align: right;
	padding-right: 10px;
}

#winCart .btns button {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	display: block;
	height: 73px;
	background: #ff0000;
	color: #FFF;
	border: none;
	border-radius: 37px;
	width: 100%;
	font-size: 24px;
	border: solid 1px #ff0000;
}

#winCart .btns button:hover {
	background: #FFF;
	color: #ff0000;
}

#winCart .nota {
	font-size: 11px;
	color: #9d9d9d;
	font-family: "Inter", sans-serif;
	max-width: 380px;
	margin: 0 auto;
	padding: 25px 0;
}

#winCart .separador {
	height: 1px;
	background: #dadada;
}

#winCart .imgCarrito img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

#winCart article,
#resCart2 article {
	display: flex;
	position: relative;
	padding: 25px 50px 25px 0;
}

#winCart article:after,
#resCart2 article:after {
	display: block;
	content: "";
	height: 12px;
	background: #ececec;
	border-radius: 6px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

#winCart #cartItems article:last-child:after,
#resCart2 article:last-child:after {
	display: none;
}

#winCart .delCart {
	position: absolute;
	right: 0;
	cursor: pointer;
}

#winCart .delCart svg {
	width: 24px;
}

#winCart .nombre,
#resCart2 .nombre {
	color: #ff0000;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}

#winCart .colProducto,
#resCart2 .colProducto {
	padding-left: 15px;
}

#winCart .descripcion,
#resCart2 .descripcion {
	color: #484747;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	padding: 10px 0;
}

.quantity {
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-left: 8px;
	background: #616161;
	max-width: 148px;
	height: 40px;
	border-radius: 20px;
	overflow: hidden;
}

.quantity input {
	border: none;
	height: inherit;
	color: #FFF;
	text-align: center;
	background: none;
}

.quantity .input-text {
	width: 100%;
	margin: 0 auto;
	cursor: default;
}

.quantity .minus,
.quantity .plus {
	position: absolute;
	cursor: pointer;
	width: 44px;
	font-size: 20px;
}

.quantity .minus {
	left: 0;
	border-right: solid 1px #FFF;
}

.quantity .plus {
	right: 0;
	border-left: solid 1px #FFF;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topRight: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#winCart .itemCart .total,
#resCart2 .itemCart .total {
	position: absolute;
	color: #1d1d1d;
	font-family: 'Oswald', sans-serif;
	font-size: 21px;
	font-weight: 500;
	right: 0;
	bottom: 30px;
}

#winCart form {
	position: fixed;
	top: 66px;
	bottom: 30px;
	overflow-y: scroll;
}

#myCart {
	cursor: pointer;
}

#cartItems .carritoVacio {
	padding: 50px 0;
	text-align: center;
	color: #f00;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
}

.padding.empty .colTotal,
.padding.empty .nota {
	display: none;
}

.padding.empty .imgCarrito {
	margin-top: 35px;
}

#areaResumen {
	display: flex;
}

#areaResumen>div {
	width: 50%;
	min-height: 200px;
}

#areaResumen .izq {
	display: flex;
	justify-content: right;
	padding-top: 85px;
	padding-left: 15px;
}

#areaResumen .cnt {
	max-width: 675px;
	width: 100%;
	padding-right: 15px;
}

#areaResumen .areaForm {
	max-width: 543px;
}

#areaResumen .modoCotiza {
	display: flex;
	margin: 0 -6px;
}

#areaResumen .modoCotiza>div {
	width: 50%;
	padding: 0 6px;
}

#areaResumen .modoCotiza button {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	display: block;
	width: 100%;
	border: none;
	height: 49px;
	border-radius: 9px;
	padding-bottom: 2px;
	background: #f8f8f8;
	color: #363636;
}

#areaResumen .modoCotiza button.active,
#areaResumen .modoCotiza button:hover,
#areaResumen .modoCotiza button:active {
	background: #77b970;
	color: #FFF;
}

#areaResumen .separador {
	height: 1px;
	background: #dadada;
	position: relative;
	margin: 50px 0;
}

#areaResumen .separador:before {
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	background: #dadada;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#areaResumen .titForm {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #363636;
	text-transform: uppercase;
	position: relative;
	line-height: 1.5;
	margin-bottom: 10px;
}

#frmPedido .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8.5px;
}

#frmPedido .row .item {
	padding: 0 8.5px;
	width: 50%;
}

#frmPedido .row .item2 {
	width: 100%;
}

#frmPedido .form-control {
	display: block;
	width: 100%;
	border-radius: 6px;
	height: 51px;
	border: solid 1px #bfbfbf;
	padding: 0 14px;
	color: #888888;
	font-size: 12px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
}

.form-control::placeholder {
	color: currentColor;
	opacity: 1;
}

.form-control:focus::placeholder {
	opacity: 0.75;
}

#frmPedido .form-control:focus {
	outline: none;
	border-color: #ffa3b3;
	box-shadow: 0 0 5px #ffa3b3;
}

#areaResumen .separador.sepmp {
	margin: 25px 0 35px;
}

#frmPedido .cntBtn button {
	font-size: 18px;
	font-family: "Inter", sans-serif;
	display: block;
	height: 52px;
	background: #ff0000;
	color: #FFF;
	border: none;
	border-radius: 5px;
	width: 100%;
	border: solid 1px #ff0000;
}

#frmPedido .cntBtn button:hover {
	background: #FFF;
	color: #ff0000;
}

#frmPedido .nota {
	color: #9d9d9d;
	font-size: 12px;
	font-family: "Inter", sans-serif;
	padding: 25px 0;
}

#areaResumen .der {
	background: #f8f8f8;
	padding-left: 15px;
	padding-top: 90px;
	padding-right: 15px;
}

#areaResumen .der .cnt {
	padding: 0;
}

#resCart2 {
	max-width: 542px;
	margin: 0 auto;
	border-bottom: solid 1px #dadada;
}

#resCart2 article {
	max-width: 464px;
	margin: 0 auto;
	flex-wrap: wrap;
	flex-direction: row;
}

#resCart2 article .image {
	border-radius: 16px;
	overflow: hidden;
	width: 100px;
	position: absolute;
}

#resCart2 article .image img {
	display: block;
	max-width: 100%;
	width: 100%;
}

#areaResumen .titForm.resumenPedido {
	padding-left: 40px;
	border-bottom: solid 1px #dadada;
	padding-bottom: 20px;
	max-width: 545px;
	margin: 0 auto;
}

#resCart2 .quantity {
	width: 58px;
	text-align: center;
	color: #FFF;
	height: 34px;
	border-radius: 4px;
	margin-left: 0;
}

#resCart2 .colProducto {
	padding-left: 115px;
}

#areaResumen .der .totales {
	padding: 15px 0;
}

#areaResumen .der .totales .lblTotal {
	color: #1d1d1d;
	font-family: 'Oswald', sans-serif;
	font-size: 38px;
	display: flex;
	justify-content: end;
	line-height: 1.5;
}

#areaResumen .der .lblTotal span {
	display: inline-block;
	font-weight: 700;
	text-align: right;
	margin-left: 25px;
}

#areaResumen .der .nota {
	font-family: "Inter", sans-serif;
	color: #9d9d9d;
}

#areaResumen .der .nota,
#areaResumen .der .colTotal {
	max-width: 464px;
	margin: 0 auto;
	flex-wrap: wrap;
	flex-direction: row;
}

#divDir.hidden {
	display: none;
}

#rTienda {
	height: 0;
	width: 0;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
}