/* ----------------------------------------------

	ESTILOS BASE

---------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	min-height: 100%;
}
body.no-scroll {
	overflow: hidden;
}
*, input, select, textarea {
	outline: 0;
	font-family: 'Roboto Condensed', sans-serif;
	box-sizing: border-box;
}
a, p, img, ul, h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
	text-decoration: none;
}
span, p, a, ul, input, select, textarea, table {
	color: #222;
	font-weight: 400;
}
input, textarea, select, table {
	border: none;
}
.clearfix::after {
    content: " ";
    display: table;
    clear: both;
}
.scrolloff {
    pointer-events: none;
}



/* ----------------------------------------------

	MAQUETADO GENERAL

---------------------------------------------- */

.container {
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
.cont {
	width: 85%;
	max-width: 1366px;
	margin: 0 auto;
}



/* ----------------------------------------------

	HEADER

---------------------------------------------- */

header .cont {
	height: 100%;
}
header .sup {
	padding: 10px 0;
	background-color: #222;
}
header .sup .contact-info li {
	width: calc(100%/3);
	float: left;
}
header .sup .contact-info li a,
header .sup .contact-info li span {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
}
header .sup .contact-info li img {
	height: 1.2rem;
	margin-right: 5px;
	vertical-align: middle;
}
header .sup .contact-info .phones {
	text-align: center;
}
header .sup .contact-info .phones a:not(:last-child)::after,
header .sup .contact-info .phones span:not(:last-child)::after {
	content: "/";
	margin: 0 5px;
}
header .sup .contact-info .email {
	text-align: right;
}
header .inf {
	height: 90px;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
}
header.headfix .inf {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
header .inf .logo {
	float: left;
	display: table;
	height: 100%;
}
header .inf .res_mBtn {
	display: none;
}
header .inf .menu {
	float: right;
	display: table;
	height: 100%;
}
header .inf .logo a,
header .inf .menu li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
header .inf .logo img {
	max-height: 70px;
}
header .inf .menu li a {
	display: block;
	padding: 15px;
	color: #1d1d1d;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .3s;
}
header .inf .menu li:hover a,
header .inf .menu li.selected a {
	color: #d9241b;
}



/* ----------------------------------------------

	BANNER

---------------------------------------------- */

.banner {
	position: relative;
	background: url(img/site/bkg.jpg) no-repeat center/cover fixed;
}
.banner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 1;
}
.banner .cont {
	position: relative;
	padding: 140px 0;
	color: #fff;
	z-index: 2;
}
.banner .cont h1 {
	font-size: 2rem;
	text-transform: uppercase;
	margin-bottom: 20px
}
.banner .cont h1 span {
	font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
}
.banner .cont p {
	font-size: 1.2rem;
	color: #fff;
}



/* ----------------------------------------------

	BANNER

---------------------------------------------- */

.banner_info {
	background-color: #f2f2f2;
}
.banner_info .cont {
	padding: 20px 0;
}
.banner_info ul li {
	float: left;
	width: calc(94%/3);
	margin: 0 1%;
	text-align: center;
}
.banner_info ul li.ahora12 img,
.banner_info ul li.delivery img {
	max-height: 80px;
}
.banner_info ul li.distribution img {
	max-height: 35px;
	margin: 22.5px 5px;
	border: 1px solid #f2f2f2;
}
.banner_info ul li span {
	display: block;
	margin-top: 5px;
	font-weight: bold;
}



/* ----------------------------------------------

	CATÁLOGO	

---------------------------------------------- */

.catalog .cont {
	padding: 70px 0 50px;
	border-bottom: 1px solid #f2f2f2;
}
.catalog h2 {
	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
	color: #1d1d1d;
	margin-bottom: 20px;	
}
.catalog .catItem {
	display: inline-block;
	vertical-align: top;
	margin: 0 -3.5px 1% 1%;
	width: calc(95%/6);
	position: relative;
	cursor: pointer;
	border: 1px solid #ddd;	
}
.catalog .catItem.min {
	margin-bottom: .5%;
	margin-left: .5%;
	width: calc(97.5%/6);
}
.catalog .catItem:nth-child(6n+1) {
	margin-left: 0;
}
.catalog .catItem .title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(34,34,34,.7);
	text-align: center;
	z-index: 2;
	transition: all .3s;
}
.catalog .catItem:hover .title {
	background-color: rgba(34,34,34,.9);
}
.catalog .catItem.active .title {
	display: none;
}
.catalog .catItem .title p {
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 3;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: #fff;
}
.catalog .catItem.min .title p {
	left: 2%;
	right: 2%;
	font-size: .9rem;
}
.catalog .catItem .itemPic {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	z-index: 1;
}
.catalog .catItem .itemPic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.catalog .catContent.on {
	padding: 30px;
	margin-top: 10px;
	background-color: #f2f2f2;
	position: relative;
}
.catalog .catContent.on .closeBtn {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	background: url('img/site/icon_close2.png') no-repeat center;
	background-size: cover;
	cursor: pointer;
}
.catalog .catContent.on .title h3 {
	font-size: 2rem;
	line-height: 2rem;
	text-transform: uppercase;
	color: #1d1d1d;
	margin-bottom: 20px;	
}
.catalog .catContent.on .description {
	margin-bottom: 40px;
}
.catalog .catContent.on .description p {
	font-size: 1rem;
	line-height: 1.2rem;
	margin-bottom: 10px;
}
.catalog .catContent.on .description ul {
	list-style-type: disc;
	list-style-position: inside;
}
.catalog .catContent.on .galItem {
	float: left;
    margin: 0 0 1% 1%;
    width: calc(95%/6);
    padding-bottom: calc(95%/6);
    position: relative;
    overflow: hidden;
    background-color: #fff;
	cursor: pointer;
}
.catalog .catContent.on .galItem:nth-child(6n+1) {
	margin-left: 0;
}
.catalog .catContent.on .galItem img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.catalog .catContent.on .galItem figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	display: block;
	height: 30%;
	background-color: rgba(0,0,0,.7);
	transition: all .3s;
}
.catalog .catContent.on .galItem:hover figcaption {
	height: 100%;
	background-color: rgba(0,0,0,.9);
}
.catalog .catContent.on .galItem figcaption span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: block;
	font-size: .9rem;
	text-align: center;
	color: #fff;
}
.catalog .lightbox {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.7);
	z-index: 9999;
}
.catalog .lightbox .content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	height: 80%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	z-index: 2;
}
.catalog .lightbox .content .prodPic {
	float: left;
    width: 50%;
    height: 100%;
    position: relative;
    background-color: #333;
}
.catalog .lightbox .content .prodPic img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}
.catalog .lightbox .content .prodDetails {
	display: inline-block;
    width: 50%;
	height: 100%;
    padding: 30px;
	overflow-y: auto;
}
.catalog .lightbox .content .prodDetails .title {
    font-size: 2rem;
}
.catalog .lightbox .content .prodDetails .subtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #777;
}
.catalog .lightbox .content .prodDetails .description {
    font-size: .9rem;
}
.catalog .lightbox .content .prodDetails .description table {
	width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.catalog .lightbox .content .prodDetails .description table th,
.catalog .lightbox .content .prodDetails .description table td {
	border: 1px solid #ccc;
}
.catalog .lightbox .content .prodDetails .description table th {
	background-color: #f2f2f2;
}
.catalog .lightbox .content .prodDetails .description table td {
	padding: 5px;
}
.catalog .lightbox .navigation {
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
	z-index: 1;
}
.catalog .lightbox .navigation button {
	width: 60px;
	height: 50px;
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: auto 60%;
	background-position: center;
    border: 0;
	cursor: pointer;
}
.catalog .lightbox .navigation button.prev {
	float: left;	
    background-image: url(./img/site/leftW.png);
}
.catalog .lightbox .navigation button.next {
	float: right;
	background-image: url(./img/site/rightW.png);
}
.catalog .lightbox .closeBtn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	padding: 0;
	background: url(./img/site/icon_close.png) no-repeat center/auto 50%;
	border: 0;
	cursor: pointer;
	z-index: 1;
}



/* ----------------------------------------------

	GALERÍA / LIGHTBOX	

---------------------------------------------- */

.prodGallery {
	padding: 70px 0 50px;
}
.prodGallery h2 {
	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
	color: #1d1d1d;
	margin-bottom: 20px;
}
.prodGallery .galItem {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 1% 1%;
	width: calc(97%/4);
	cursor: pointer;
}
.prodGallery .galItem:nth-child(4n+1) {
	margin-left: 0;
}
.prodGallery .galItem .itemPic {
	position: relative;
	width: 100%;
	padding-bottom: 70%;
	overflow: hidden;
	background-color: #eee;
	border: 1px solid #f2f2f2;
}
.prodGallery .galItem .itemPic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 100%;
	min-height: 100%;
}
.prodGallery .galItem .caption p:not(:first-child) {
	display: none;
}
.prodGallery .galItem .caption p {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.prodGallery .galItem .caption p b {
	font-weight: 700;
}
.prodGallery .galContainer > .navigation {
	margin-top: 20px;
	text-align: center;
}
.prodGallery .galContainer > .navigation > div,
.prodGallery .galContainer > .navigation ul,
.prodGallery .galContainer > .navigation ul li {
	display: inline-block;
	vertical-align: top;
}
.prodGallery .galContainer > .navigation > div a {
	display: block;
	padding: 0 10px;
	opacity: .5;
	transition: all .3s;
}
.prodGallery .galContainer > .navigation > div a:hover {
	opacity: .7;
}
.prodGallery .galContainer > .navigation > div a.off {
	pointer-events: none;
	opacity: .15;
}
.prodGallery .galContainer > .navigation .selectors li {
	padding-top: 8.5px;
	margin: 0 5px;
}
.prodGallery .galContainer > .navigation .selectors li a {
	display: block;
	width: 14px;
	height: 14px;
	background-color: #999;
	border-radius: 50%;
	transition: all .3s;
}
.prodGallery .galContainer > .navigation .selectors li a:hover,
.prodGallery .galContainer > .navigation .selectors li a.active {
	background-color: #666;
}
.prodGallery .galContainer .lightbox {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.95);
	z-index: 9999;
	text-align: center;
}
.prodGallery .galContainer .lightbox .content {
	display: inline-block;
	vertical-align: top;
	padding: 5%;
	width: 100%;
	height: 100%;
	position: relative;
}
.prodGallery .galContainer .lightbox .content img {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.prodGallery .galContainer .lightbox .content .caption {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 10px;
	background-color: rgba(0,0,0,.75);
	color: #fff;
}
.prodGallery .galContainer .lightbox .navigation {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 2%;
}
.prodGallery .galContainer .lightbox .navigation .prev {
	float: left;
}
.prodGallery .galContainer .lightbox .navigation .next {
	float: right;
}
.prodGallery .galContainer .lightbox .navigation .prev,
.prodGallery .galContainer .lightbox .navigation .next {
	opacity: .75;
	transition: all .3s;
}
.prodGallery .galContainer .lightbox .navigation .prev:hover,
.prodGallery .galContainer .lightbox .navigation .next:hover {
	opacity: 1;
}
.prodGallery .galContainer .lightbox .navigation .prev.off,
.prodGallery .galContainer .lightbox .navigation .next.off {
	opacity: .1;
	pointer-events: none;
}
.prodGallery .galContainer .lightbox .closeBtn {
	position: fixed;
	top: 5%;
	right: 2%;
	cursor: pointer;
	opacity: .75;
	transition: all .3s;
}
.prodGallery .galContainer .lightbox .closeBtn:hover {
	opacity: 1;
}
.prodGallery .galContainer .lightbox .closeBtn img {
	max-width: 30px;
}
.prodGallery .galContainer .lightbox .counter {
	position: fixed;
	top: 5%;
	left: 2%;
	padding: 5px 10px;
	background-color: rgba(0,0,0,.9);
}
.prodGallery .galContainer .lightbox .counter p,
.prodGallery .galContainer .lightbox .counter p span {
	font-size: 1.2rem;
	color: #fff;
}



/* ----------------------------------------------

	FOOTER / FORMULARIO

---------------------------------------------- */

footer {
	padding-top: 80px;
	background-color: #1d1d1d;
}
footer .cont {
	padding-bottom: 50px;
}
footer .bot-col {
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px 0 5%;
}
footer .bot-col.col1 {
	margin-left: 0;
}
footer .bot-col.col1,
footer .bot-col.col2 {
	width: calc(45%/2);
}
footer .bot-col.col3 {
	width: 45%;
}
footer .bot-col:not(.col3) h2 {
	margin-bottom: 40px;	
	text-transform: uppercase;
	color: #fff;
}
footer .bot-col:not(.col3) img,
footer .bot-col:not(.col3) span {
	display: inline-block;
}
footer .bot-col:not(.col3) img {
	margin-right: -4px;
	vertical-align: top;
}
footer .bot-col:not(.col3) span {
	padding-left: 10px;
	color: #fff;
}
footer .bot-col a,
footer .bot-col.conData-main .contact-info li,
footer .bot-col.conData-dist .dist-info li {
	color: #fff;	
}
footer .bot-col a:hover,
footer .bot-col a:hover span {
	color: #d9241b;
	transition: all .3s;
}
footer .bot-col.conData-main .contact-info li {
	margin-bottom: 20px;
}
footer .bot-col.conData-main .contact-info li img {
	max-width: 20px;
}
footer .bot-col.conData-main .contact-info li span {
	width: calc(100% - 20px);	
}
footer .bot-col.conData-dist h4 {
	margin-bottom: 10px;
}
footer .bot-col.conData-dist h4 img {
	max-height: 20px;
}
footer .bot-col.conData-dist .dist-info {
	margin-bottom: 30px;
}
footer .bot-col.conData-dist .dist-info li {
	margin-bottom: 2px;
}

form label {
	display: none;
}
form input,
form textarea {
	width: 100%;
	padding: 15px;
	margin-bottom: 5px;
	font-size: 1rem;
}
form textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 150px;
}
form input[type="submit"] {
	margin-bottom: 0;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #fff;
	background-color: #d9241b;
	cursor: pointer;
	transition: all .3s;
}
form input[type="submit"]:hover {
	background-color: #d9342b;
}


.alert {
	position: fixed;
	bottom: -100%;
	left: 0;
	right: 0;
	padding: 20px 2%;
	z-index: 99999;
}
.alert.success {
	background-color: #67BA14;
}
.alert.error {
	background-color: #e7222c;
}
.alert p {
	float: left;
	color: #fff;
}
.alert a {
	float: right;
	display: block;
	width: 25px;
	height: 25px;
	background: url('img/site/icon_close.png') no-repeat center;
	background-size: 15px;
	cursor: pointer;
}


.mapArea {
	height: 442px;
	margin-left: 5%;
}
.mapArea iframe {
	width: 100%;
	height: 100%;
}


.copyright {
	text-align: center;
	padding: 20px 5%;
	border-top: 1px solid #555056;
}
.copyright p,
.copyright a {
	font-size: .9em;
	color: #fff;
}
.copyright a:hover {
	color: #30b4e6;
}


.hidDiv {
	display: none;
}




@media (max-width: 1024px) {
	.cont {
		width: 90%;
	}
	header .res_mBtn {
		display: block;
		float: right;
		height: 100%;
		position: relative;
		cursor: pointer;
	}
	header .res_mBtn img {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto 0;
		max-height: 50%;
	}
	header .menu {
		float: none;
		display: block;
		position: fixed;
		top: 65px;
		left: -100%;
		bottom: 0;
		width: 40%;
		padding: 20px 0 0 5%; 
		background-color: rgba(34,34,34,.95);
		z-index: 9999;
	}
	header .menu li {
		display: block;
	}
	header .menu li a {
		color: #fff;
		padding: 15px 0;
	}
	header .menu li a:hover,
	header .menu li.selected a {
		color: #30b4e6;
	}
	header .menu li:hover a::after,
	header .menu li.selected a::after {
		content: none;
	}
}


@media (max-width: 640px) and (orientation: portrait) {
	header .menu {
		width: 80%;
	}

	.slide .e .info {
		width: 100%;
		padding: 0 5%;
		text-align: center;
	}
	.slide .e .info h1 {
		width: 100%;
		font-size: 2em;
	}
	.slide .e .info p {
		display: none;
	}
	.slide .e .info a {
	    margin: 0;
	}
	.slide .e .bkg {
		top: 0;
		right: -100%;
		bottom: 0;
		left: -100%;
		width: auto;
		width: initial;
		margin: 0 auto;
		min-width: 100%;
		height: 100%;
	}
	.slide .arrowNav div {
		width: 5%;
	}


	.about {
		padding: 50px 0;
	}
	.about h2 {
		font-size: 2rem;
		text-align: left;
		line-height: 2.2rem;
	}
	.about p:last-of-type {
		margin-bottom: 40px;
	}


	.servItem {
		width: 48%;
		padding-bottom: 48%;
		margin: 0 -5px 4% 4%;
		border: 3px solid #fff;
	}
	.servItem:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.servItem .itemCont {
		padding: 15px 5px;
	}
	.servItem .itemPic {
		width: 100%;
		padding-bottom: 50%;
		margin-bottom: 15px;
		position: relative;
	}
	.servItem .itemPic img {
		max-width: 100%;
		max-height: 100%;
	}
	.servItem .itemTitle p {
		font-size: 1rem;
		line-height: 1.2rem;
	}


	.catalog {
		padding: 50px 0 30px;
	}
	.catalog h2 {
		font-size: 2rem;
		line-height: 2.2rem;
		margin-bottom: 10px;	
	}
	.catalog .download {
		text-align: center;
		padding: 10px;
	}
	.catalog .download p {
		padding: 0;
		margin-bottom: 10px;
		font-size: .9rem;
		line-height: 1.1rem;
	}
	.catalog .download a {
		float: none;
		display: block;
		padding: 8px 30px 8px 0;
		background-position: 70% 50%;
	}

	
	.catalog .menuBtn {
		margin: 20px 0 0;
		border: 1px solid #ddd;
		cursor: pointer;
	}
	.catalog .menuBtn p {
		display: inline-block;
		font-size: 1rem;
		font-weight: 700;
		line-height: 1rem;
		text-transform: uppercase;
		padding: 1.5rem;
		color: #1d1d1d;
	}
	.catalog .menuBtn span {
		float: right;
		width: 2.5rem;
		height: 4rem;
		border-left: 1px solid #ddd;
		background: #eee url('img/arrowBot.png') no-repeat center;
		background-size: 50%;
	}
	.catalog .menuBtn span.on {
		background: #eee url('img/arrowTop.png') no-repeat center;
		background-size: 50%;
	}
	.catalog .catList {
		display: none;
		padding: 0;
	}
	.catalog .catList.menu {
		display: block;
		position: relative;
	}
	.catalog .catList.menu .content {
		position: absolute;
		top: -1px;
		left: 0;
		width: 100%;
		background-color: #fff;
		border: 1px solid #ddd;
		z-index: 10;
	}
	.catalog .catItem,
	.catalog .catItem.min {
		display: block;
		margin: 0;
		width: 100%;
		cursor: pointer;
		border: none;	
	}
	.catalog .catItem .title {
		display: block;
		position: relative;
		background-color: initial;
		text-align: left;
	}
	.catalog .catItem:hover .title {
		background-color: #f2f2f2;
	}
	.catalog .catItem.active .title {
		display: none;
	}
	.catalog .catItem .title p,
	.catalog .catItem.min .title p {
		display: block;
		padding: 15px 20px;
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		transform: none;
	    -webkit-transform: none;
	    -ms-transform: none;
		font-size: .9rem;
		font-weight: 400;
		line-height: 1rem;
		color: #333;
	}
	.catalog .catItem .itemPic,
	.catalog .catItem .itemPic img {
		display: none;
	}


	.catalog .catContent.on {
		padding: 20px;
		margin-top: 5px;
	}
	.catalog .catContent.on .closeBtn,
	.catalog .catContent.on .title h3,
	.catalog .catContent.on .galItem:last-child {
		display: none;
	}
	.catalog .catContent.on .galItem {
		margin: 0 0 0 1%;
		width: 24.25%;
		padding-bottom: 24.25%;
	}


	.clientes {
		padding: 20px 0;
	}
	.clientes h2 {
		font-size: 1rem;
	}
	.clientes .galItem {
		display: inline-block;
		vertical-align: top;
		margin: 0 -5px 0 2%;
		width: 49%;
	}
	.clientes .galItem:nth-child(2n+1) {
		margin-left: 0;
	}



	footer {
		padding-top: 50px;
	}
	footer .col1,
	footer .col2 {
		display: block;
		margin: 0;
		width: 100%;
	}
	footer .col1 {
		padding-bottom: 0;
		margin-bottom: 40px;
		text-align: center;
	}
	footer .col1 h2 {
		font-size: 2rem;
		line-height: 2rem;
	}
	footer .dataFiscal {
		max-height: 60px;
		display: inline-block;
		position: relative;
	}


	.alert {
		padding: 20px 5%;
	}
	.alert p {
		width: 85%;
		padding-right: 2%;
	}
	.alert a {
		width: 15%;
		height: 45px;
		background: url('img/icon_close.png') no-repeat right;
		background-size: 50%;
	}

}