@charset "utf-8";
/* CSS Document */
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
header,section,footer{clear:both;position:relative;}
body {
	background: #e8e8e8;
	color: #424242;
	font-family: 'PT Serif', serif;
	font-size: 1.6rem;
}
body, html {
	opacity:0;
	transition:ease all 0.6s;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
a {
	text-decoration:none;
	color: inherit;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-ms-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
	outline: none;
}
/* Grilla */
.grid {
	width: 100%;
	margin: 0 auto;
	padding:0;
	/**/background: #fff;
	overflow: hidden;
}
.gridfull {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.row {
	overflow: hidden;
}
/* Columnas - Grid Default */
.col {
	margin: 0;
	float: left;
	position: relative;
	height: auto;
}
.g1-12 {width: 8.3333%;}
.g2-12 {width: 16.6666%;}
.g3-12 {width: 25%;}
.g4-12 {width: 33.3332%;}
.g5-12 {width: 41.6665%;}
.g6-12 {width: 50%;}
.g7-12 {width: 58.3331%;}
.g8-12 {width: 66.6664%;}
.g9-12 {width: 75%;}
.g10-12 {width: 83.333%;}
.g11-12 {width: 91.6663%;}
.g12-12 {width: 100%;}
/**/
section {
	overflow: hidden;
}
article img {
	width: 100%;
	display: block;
}
/*******************************************************************************/
/* Header */
header {
	position: absolute;
	z-index: 3;
	width: 100%;
}
header .grid {
	background: transparent;
	/*max-width: 1440px;*/
}
header .grid img {
	margin: 3% 0 0 15%;
}
/* Footer */
footer {
	background: #282828;
}
footer .grid {
	background: transparent;
	max-width: 1440px;
	color: #fff;
	padding: 3% 2%;
}
footer .cr {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	text-align: left;
	float: left;
	line-height: 35px;
}
footer .cr:before {
	content: url(../img/indigo-iso.png);
	vertical-align: text-top;
	margin-right: 10px;
}
footer .contacto {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	text-align: right;
	float: right;
}
/* Bloque 1 Featured */
.featured {
	background-color: #4479d1;
}
.featured ul.slides {
    margin: 0;
    padding: 0;
}
.featured ul.slides li {
    padding: 0;
    list-style: none;
    height: 100vh;
    background-color: #000;
}
.featured ul.slides li::after {
	content: "";
	background-color: #000;
    background-size: cover;
    background-position: center;
	opacity: 0.25;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
.featured ul.slides li.one::after {
	background-image: url(../img/top/top-central-mayorista.jpg);
}
.featured ul.slides li.two::after {
	background-image: url(../img/top/top-grandt.jpg);
}
.featured ul.slides li.three::after {
	background-image: url(../img/top/top-mediakit.jpg);
}
.featured .flex-control-nav,
.featured .flex-direction-nav {
	display: none;
}
.featured .copy {
	position: absolute;
	top: 50%;
	left: 30%;
    transform: translate(-30%, -50%);
    -webkit-transform: translate(-30%, -50%);
    -moz-transform: translate(-30%, -50%);
    -o-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
    max-width: 50%;
    width: 50%;
}
.featured .copy h2 {
	font-size: 7rem;
	line-height: 7rem;
	font-weight: 400;
	color: #fff;
	margin: 0;
}
.featured .copy h2 strong {
	font-weight: 800;
	color: #4479d1;
}
.featured .copy p {
	font-size: 2rem;
	line-height: 2.6rem;
	color: #fff;
	margin: 20px 0;
}
.featured .copy p span {
	background: #4479d1;
    display: inline-block;
}
.featured .copy a {
    font-size: 1.5rem;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.featured .copy p:after {
	content: '';
	display: block;
	height: 20px;
}
.featured .copy a:hover {
	background-color: #4479d1;
	border-color: #4479d1;
}
/* Bloque 2 Brands */
.brands {
	background: #fff;
	height: 250px;
}
/* Bloque 3 Gallery */
.gallery-container {
	/*max-width: 1440px;*/
	background: #e8e8e8;
	/*margin: 2% auto;*/
}
.gallery .flip-container {
	perspective: 1000px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	overflow: hidden;
}
/* start hack IE */
.gallery .flip-container:hover .back,
.gallery .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.gallery .flip-container:hover .front,
.gallery .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/* end hack IE */
.gallery .flipper {
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	position: relative;
	width: 100%;
    padding-bottom: 56%;
}
.gallery .front,
.gallery .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
    background: #000;
}
.gallery .front {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2;
}
.gallery .back {
    transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
}
.gallery .back a {
	overflow: hidden;
}
.gallery picture {
	width: 100%;
    overflow: hidden;
    display: block;
}
.gallery picture img {
	width: 100%;
	display: block;
}
.gallery a.more {
	font-size: 1.5rem;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    margin-top: 10px;
}
.gallery .copy {
	position: absolute;
	bottom: 0;
	padding: 6rem 3rem 3rem;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );} 
 
.gallery .copy h2 {
	font-size: 2.2rem;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.gallery:nth-child(-n+4) .copy h2 {
	font-size: 3rem;
}
.gallery .gdt {
	background-color: #26b4f0;
}
.gallery .tyc {
	background-color: #081259;
}
.gallery .cc {
	background-color: #000;
}
.gallery .cm {
	background-color: #413960;
}
.gallery .dy {
	background-color: #006174;
}
.gallery .it {
	background-color: #ff7e00;
}
.gallery .chm {
	background-color: #018136;
}
.gallery .ts {
	background-color: #323560;
}
.gallery .ap {
	background-color: #ff343d;
}
.gallery .ea {
	background-color: #FF0016;
}
.gallery .wm {
	background-color: #1a75cf;
}
.gallery .mra {
	background-color: #056c8a;
}
/* Bloque 4 Attributes */
.fraxtal {
	padding: 50px 25px;
	background: #e8e8e8;
	max-width: 1440px;
}
.fraxtal img {
	float: left;
	margin: 0 15%;
}
.fraxtal h3 {
	font-weight: 300;
	color: #282828;
	font-size: 4rem;
	line-height: 4rem;
	margin: 0;
}
.fraxtal h3 strong {
	font-weight: 800;
}
.fraxtal h3 strong span {
	font-size: 2rem;
}

.fraxtal p {
	font-size: 1.6rem;
	line-height: 2.6rem;
	font-style: italic;
	color: #282828;
}
.fraxtal a {
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	line-height: 2rem;
	color: #13bc93;
	font-weight: 800;
	text-decoration: none;
}
/* Bloque 6 Contact */
.contact {
	padding: 100px 0;
	background: #e8e8e8;
}
.contact .wrapcontact {
	width: 50%;
	margin: 0 auto;
}
.contact h2 {
	font-size: 4rem;
	line-height: 4rem;
	color: #4579cf;
	margin: 0;
	width: 100%;
	text-align: center;
}
.contact p {
	font-size: 2.4rem;
	line-height: 2.7rem;
	color: #4579cf;
	margin: 0;
	padding-top: 1rem;
	width: 100%;
	text-align: center;
}
form {
    width: 100%;
    font-size: 1.4rem;
}
form fieldset {
    border: none;
    margin: 0;
}
form div {
    display: block;
    overflow: hidden;
    width: calc(50% - 20px);
    margin: 10px;
    float: left;
}
form div.wide {
	width: calc(100% - 20px);
}
form label {
    width: auto;
    display: block;
    margin: 0;
    color: #4579cf;
}
form input {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 14px 10px;
    border: 1px solid #4579cf;
    box-sizing: border-box;
    color: #4579cf;
    background: #e8e8e8;
}
form textarea {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 14px 10px;
    border: 1px solid #4579cf;
    box-sizing: border-box;
    vertical-align: top;
    color: #4579cf;
    background: #e8e8e8;
}
form input[type=submit] {
    width: 25%;
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #A5A5A5;
    box-sizing: border-box;
    background: #c9c9c9;
    cursor: pointer;
}
form button {
    width: 150px;
    display: inline-block;
    margin: 0;
    padding: 20px;
    border: none;
    box-sizing: border-box;
    background: #4579cf url(../img/bg-btn-send.png) top right no-repeat;
    color: #fff;
    cursor: pointer;
    text-align: left;
}
form button:disabled {
    cursor: not-allowed;
}
/* Proj */
.btn-back {
    position: absolute;
    z-index: 1;
    top: 5%;
    right: 0;
    padding: 10px 30px;
    background: #000;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
}
.project-container {
    background: #e8e8e8;
    color: #282828;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
}
.project-container .top {
    position: absolute;
    z-index: 1;
    top: 7%;
    left: 7%;
}
.project-container .image {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.project-container .image.topimg {
    background-size: cover;
    background-position: center;
    height: 85vh;
    display: flex;
    align-items: center;
}
.project-container .image picture {
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block;
}
.project-container .image picture img {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
}
.project-container .data {
    width: 60%;
    padding: 2.5%;
    margin: 0 auto;
}
.project-container .data h1 {
    font-weight: 300;
    font-size: 6rem;
    letter-spacing: -4px;
    color: #fff;
    margin: 0;
}
.project-container .info {
    width: 60%;
    padding: 2.5%;
}
.project-container .info h2 {
    margin: 10px 0 30px;
}
.project-container .info span {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}
.project-container .info p {
    line-height: 1.5;
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}
.project-container .info a {
    font-size: 1.5rem;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}
.project-container .info a:hover {
    color: #fff;
    background-color: #000;
}

/* Media Queries */
@media (max-width: 1024px) {
	header .grid img {
    	margin: 5.5% 0 0 7.5%;
	}
	.project-container .data {
    	width: 90%;
    }
	.project-container .info {
    	width: 90%;
    	padding: 5% 0;
	}
	.featured .copy {
		position: absolute;
	    top: 50%;
	    left: 25%;
	    transform: translate(-25%, -50%);
	    -webkit-transform: translate(-25%, -50%);
	    -moz-transform: translate(-25%, -50%);
	    -o-transform: translate(-25%, -50%);
	    -ms-transform: translate(-25%, -50%);
	    max-width: 70%;
	    width: 70%;
	}
	.fraxtal img {
	    float: left;
	    margin: 0 6%;
	}
@media (max-width: 960px) {
	.g1-12,
	.g2-12,
	.g3-12,
	.g4-12,
	.g5-12,
	.g6-12,
	.g7-12,
	.g8-12,
	.g9-12,
	.g10-12,
	.g11-12,
	.g12-12 {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.featured ul.slides li.one::after {
		background-image: url(../img/top/small/top-central-mayorista.jpg);
	}
	.featured ul.slides li.two::after {
		background-image: url(../img/top/small/top-grandt.jpg);
	}
	.featured ul.slides li.three::after {
		background-image: url(../img/top/small/top-mediakit.jpg);
	}
	.fraxtal {
		text-align: center;
	}
	.fraxtal img {
	    float: none;
	    margin: 0 auto;
	    width: 287px;
	}
	.fraxtal h3 {
		margin-top: 2rem;
	}
	form label {
        display: block;
    }
    form .group-radios label,
    form .group-checkboxes label {
        margin: 0;
    }
    form input[type=submit],
    form button {
        width: 100%;
    }
}
@media (max-width: 640px) {


}
@media (max-width: 480px) {
	.featured .copy h2 {
		font-size: 6rem;
		line-height: 5rem;
	}

}
@media (max-width: 360px) {
	.featured .copy h2 {
		font-size: 4rem;
		line-height: 4rem;
	}
	.featured .copy p {
		font-size: 1.8rem;
    	line-height: 2.3rem;
	}
	.fraxtal article div {
		margin: 30px 0;
		text-align: center;
	}
	.fraxtal article div picture {
		margin-right: 0;
    	float: none;
	}
	.fraxtal article div picture img {
		max-width: 180px;
    	margin: 0 auto;
	}
}