@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.wrapper {
	width:calc(100% - 150px);
	padding: 50px 75px 50px 75px;
	margin: auto;
}

.align {
	display: table-cell; 
	vertical-align: middle;
}

/*HEADER*/
.header_home {
	height: 100px; 
	width: 100%;
}
.header_internas {
	padding: 10px;
	height: 80px; 
	width: calc(100% - 20px);
}
.header_left {
	height: 100%;
	float: left;
}
.header_right {
	width: calc(100% - 350px);
	height: 100%;
	float: right;
	text-align: right;
	display: table;
}
.isotipo {
	float: left;
	height: 100%;
}
.naming {
	opacity: 0;
	display: table;
	height: 100%;
	padding-left: 20px;
	float: left;
}
.header_left:hover .naming {
	opacity: 1;
}

.header_small {
	width: 100%;
	height: 50px;
	z-index: 10;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5)
}



/*FOOTER*/
.footer {
	width: calc(100% - 50px); 
	padding: 25px;
	text-align: center;
	background-color: #FFF;
}



/*HOME*/


.main_banner {
	width: 100%;
	height: 100%;
	position: relative;
}
.main_banner_txt {
	position: absolute; 
	z-index: 4; 
	width: calc(100% - 150px); 
	padding: 0 75px 0 75px; 
	height: 350px; 
	display: table; 
	text-align: right;
}

.slide_about {
	width: 100%;
	height: 500px;
	background-color: #dcdcdc;
}
.slide_collections {
	width: calc(100% - 10px);
	padding: 5px;
	background-color: #FFF;
}



.thumb {
	width: calc(33.3333% - 10px);
	margin: 5px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ccc;
}
.thumb_content {
	width: 100%;
	padding-top: 150%;
	position: relative;
}

.thumb_txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
	opacity: 0;
	-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
	background-color: rgba(0,0,0,.5);
	padding: 25px;
}
.thumb_txt_align {
	display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}
.thumb:hover .thumb_txt {
	opacity: 1;
}

.thumbX2 {
	width: calc(66.6666% - 10px);
	margin: 5px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ccc;
}
.thumbX2_content {
	width: 100%;
	padding-top: calc(74.5% - 5px);
	position: relative;
}
.thumbX2:hover .thumb_txt {
	opacity: 1;
}

/*

.content_left {
	width: calc(50% - 100px); 
	padding: 50px; 
	height: 100%; 
	float:left; 
	display: table;
}

.content_right {
	width: 50%; 
	height: 100%; 
	float:right; 
	display: table;
}
*/


.tittle {
	width: calc(100% - 100px); 
	padding: 50px; 
	text-align: center;
}

.about_img {
	width: calc(100% - 20px); 
	margin: 0 10px 0 10px; 
	padding-top: 50%; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
}
.content {
	width: calc(100% - 100px); 
	max-width: 750px; 
	margin: auto; 
	text-align: center; 
	padding: 50px;
}

.mouse {
	position: absolute;
	z-index: 20;
	bottom: 25px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
}
/* Fonts */

.menu {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	text-transform: uppercase;
	margin-right: 40px;
	letter-spacing: 4px;
}


.credito {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	color:#000;
	text-decoration:none;
	opacity:.75;
	letter-spacing:2px;
	text-transform:uppercase;
}

.t1 {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:18px;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.t2 {
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	text-decoration:none;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.t3 {
	font-family: 'Roboto', sans-serif;
	font-size:10px;
	text-decoration:none;
	font-weight:400;
}
.t4 {
	font-family: 'Roboto', sans-serif;
	font-size:40px;
	text-decoration:none;
	font-weight:100;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.t5 {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:300;
}

.white {
	color:#FFF;
}

.black {
	color:#000;
}




.bt_blue {
	color:#4ed2ca;
	text-decoration:none;
	padding:10px 0 0 0;
	height: 30px;
	width: 100%;
	background-color:#3943ac;
	text-transform:uppercase;
	display:block;
	cursor:pointer;
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	font-weight:700;
	border:none;
	text-align: center;
	-webkit-transition: all .5s ease-out;
  	-moz-transition: all .5s ease-out;
  	-o-transition: all .5s ease-out;
  	transition: all .5s ease-out;
}

.bt_blue:hover {
	background-color:#4ed2ca;
	color:#3943ac;
}

/* Icons */

.redes {
	color:transparent;
	display:inline-block;
	cursor:pointer;
	width:35px;
	height:25px;
	text-decoration:none;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:20px 20px;
}

.fb {
	background-image:url(images/icon_black_fb.png);
}

.in {
	background-image:url(images/icon_black_instagram.png);
}


/* Forms */

.field {
	color:#000;
	width:calc(50% - 10px);
	height: 40px;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-color: transparent;
	border-bottom: 1px solid #000; 
	margin-bottom: 25px;
	border-radius: 0;
	display: inline-block;
}

.area {
	color:#000;
	width:calc(100% - 5px);
	display: inline-block;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	border-bottom: 1px solid #000;
	resize:none;
	height: 150px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 25px;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	font-style: italic;
	color: #666;
}
input::-moz-placeholder { /* Firefox 19+ */
  	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	font-style: italic;
	color: #666;
}
input:-ms-input-placeholder { /* IE 10+ */
  	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	font-style: italic;
	color: #666;
}
input:-moz-placeholder { /* Firefox 18- */
  	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	font-style: italic;
	color: #666;
}
textarea::-webkit-input-placeholder {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	font-style: italic;
	color: #666;
}

textarea:-moz-placeholder { /* Firefox 18- */
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	font-style: italic;
	color: #666;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	font-style: italic;
	color: #666;
}

textarea:-ms-input-placeholder {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	font-style: italic;
	color: #666;
}
.bt_send {
	margin: auto;
	color:#000;
	text-decoration:none;
	height:40px;
	width:150px;
	text-align:center;
	background-color:transparent;
	display:inline-block;
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	font-weight:700;
	letter-spacing: 5px;
	border:none;
	text-transform: uppercase;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}

.bt_send:hover {
	color:#FFF;
	background-color: #000;
}


.brake, .nav, .icon_menu {
	display: none;
}	

@media screen and (max-width: 1000px) {

/* MENU MOBILE */

.nav {
	display: block;
	width:100%;
	height:100%; 
	position:fixed; 
	background-color:rgba(0,0,0,.75);
	z-index:999;
	top:-100%;
	left: 0;
}
.menu_content {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.icon_close {
	background:url(images/close_white.png) center center no-repeat;
	background-size:30px 30px;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	display:block;
	position:absolute; 
	right:50%;
	margin-right: -20px;
	bottom:20px;
	z-index:2;
	transition: transform 0.3s;
}
.icon_close:hover {
	transform: rotate(90deg);
}
	
.icon_menu {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	display:block;
	border:none;
	right:15px; 
	top:7.5px;
	z-index:20;
	transition: transform 0.3s;
}
.icon_menu:hover {
	transform: scale(1.10);
}
.icon_menu_black {
	background-image: url(images/icon_menu_black.png);
}
.icon_menu_white {
	background-image: url(images/icon_menu_white.png);
}
.menu {
	font-size:22px;
	display:block;
	margin-right: 0;
	margin-bottom: 20px;
}

.logo_menu {
	width: 80px;
	margin: auto;
	margin-bottom: 30px;
}
/* FIN MOBILE */

	.header_right {
		display: none;
	}

.thumb {
	width: calc(100% - 10px);
	float: none;
}	
.thumbX2 {
	width: calc(100% - 10px);
	float: none;
}
.content {
	width: calc(100% - 50px); 
	padding: 25px;
}
.field {
	width:calc(100% - 10px);
	display: block;
}	
	
.t1 {
	font-size:16px;
}

.t2 {
	font-size:22px;
}
.t4 {
	font-size:30px;
}
.t5 {
	font-size:12px;
}	
	
	
	
}
	
