.page-content{
	display: block;
	padding-top: 80px;
}

.slider-banners{
	display: block;
	width: 100%;
}

.slider-banners .banner{
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	height: 600px;
}

.slider-banners .banner .banner-overlay{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 5;
	opacity: 0.3;
}

.slider-banners .banner .banner-image{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	z-index: 1;
}

.slider-banners .banner .banner-text{
	display: table;
	position: relative;
	z-index: 10;
	margin: 220px auto;
}

.slider-banners .banner .banner-text h2{
	font-size: 50px;
	text-align: center;
	color: #fff;
	max-width: 720px;
	margin: 0 auto;
}

.slider-banners .banner .banner-text .btn-white{
	margin: 0 auto;
	margin-top: 32px;
}

.slider-banners .splide__arrow{
	background: none !important;
}

.slider-banners .splide__arrow svg{
	fill: #fff !important;
	height: 2.2em;
	width: 2.2em;
}

.claim-contain{
	display: block;
	width: 100%;
	padding: 36px 10%;
	background: rgba(242, 242, 242, 0.48);
}

.claim{
	display: block;
	width: 90%;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #53565A;
}

.nuestras-marcas{
	display: block;
	width: 100%;
	padding: 90px 0;
}

.nuestras-marcas .content-marca{
	display: block;
	width: 90%;
	margin:0px auto;
	text-align: center;
}

.nuestras-marcas .content-marca .marca{
	width: calc(30% - 40px);
	display: inline-block;
	height: 260px;
	margin: 20px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-out;
}

.nuestras-marcas .content-marca .marca:hover{
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.nuestras-marcas .content-marca .marca .marca-overlay{
	top: 0;
	left: 0;
	opacity: .8;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 10;
}

.nuestras-marcas .content-marca .marca .marca-background{
	top: 0;
	left: 0;
	opacity: .8;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 5;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	transition: all 0.5s ease-out;
}

.nuestras-marcas .content-marca .marca:hover .marca-background{
	transform: scale(1.2);
}

.nuestras-marcas .content-marca .marca a.marca-logo{
	position: absolute;
	z-index: 12;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.nuestras-marcas .content-marca .marca .marca-logo img{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 55%;
	max-height: 25%;
}

.contacto{
	display: block;
	width: 100%;
	background: rgb(242, 242, 242, .48);
}

.contacto .center-contacto{
	display: block;
	width: 90%;
	margin:0px auto;
	padding: 60px 0;
}

.contacto .center-contacto h3{
	font-size: 38px;
	text-align: center;
	color: #53565A;
}

.contacto .center-contacto p{
	font-size: 16px;
	text-align: center;
	color: #53565A;
	margin: 28px auto;
	width: 90%;
}

.contacto .center-contacto form{
	width: 90%;
	max-width: 680px;
	margin: 0 auto;
}

.contacto .center-contacto form .group-input{
	display: block;
	width: 100%;
	margin-bottom: 18px;
}

.contacto .center-contacto form .group-input input,
.contacto .center-contacto form .group-input textarea{
	display: block;
	width: 100%;
	height: 42px;
	background: #fff;
	border: 1px solid #DBDBDB;
	box-shadow: inherit;
	color: #53565A;
	padding: 10px 12px;
	font-size: 16px;
	border-radius: 0;
}

.contacto .center-contacto form .group-input textarea{
	min-height: 40px;
	max-width: 100%;
	height: 80px;
	max-height: 200px;
}

.contacto .center-contacto form .group-input .error-input{
	font-size: 14px;
	color: red;
	padding: 0px;
	margin: 0;
	text-align: left;
	padding-top: 10px;
}

.contacto .center-contacto form .group-input label{
	font-size: 16px;
	color: #53565A;
	padding-bottom: 6px;
	opacity: 0;
	transition: all 0.2s ease-out;
}

.contacto .center-contacto form .group-input.input-filled label{
	opacity: .6;
}

.contacto .center-contacto form .btn-orange{
	display: block;
	width: 100%;
	text-align: center;
	margin:32px 0;
	height: 50px;
	padding-top: 15px;
	font-size: 18px;
}

.contacto .center-contacto .contacto-info{
	display: table;
	width: 90%;
	max-width: 680px;
	margin: 0 auto;
}

.contacto .center-contacto .contacto-info .left-info,
.contacto .center-contacto .contacto-info .right-info{
	width: 50%;
	float: left;
	display: inline-table;
}

.contacto .center-contacto .contacto-info h2{
	font-size: 22px;
	text-align: left;
	color: #53565A;
	width: 100%;
}

.contacto .center-contacto .contacto-info p{
	font-size: 16px;
	text-align: left;
	color: #53565A;
	width: 100%;
	margin: 0;
	margin-top: 22px;
}

.contacto .center-contacto .contacto-info .right-info p{
	text-align: right;
	margin: 0;
	line-height: 22px;
}

.contacto .center-contacto .contacto-info .right-info p a{
	text-decoration: none !important;
	color: #53565A;
	font-size: 16px;
}