@import "reset.css";
@import "fonts.css";

/************************ HTML ************************/
html, body {
	height:100%;
}

/************************ BODY ************************/
body { 

}

/************************ MAIN ************************/
.main {	margin:0 auto;width:980px;}

.box { width:100%;padding-top:20px;padding-bottom:30px;position:relative }

/************************ TITU ************************/
h2 { font-size:2em;color:#08afee;line-height:1.2em;padding:5px 0 16px 0;letter-spacing:-2px }

/************************ PREV ************************/
.prev_lang {
	width:50%;
	top:5px;
	right:5px;	
	position:absolute;
	z-index:999;
}

.prev_lang_item {
	width:15%;
	padding:1% 1.5% 0.2% 1.5%;
    background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	border-radius:5px;
	float:right;
}

.prev_lang_item:hover {
    background-image:linear-gradient(to bottom,#C7A32C 0,#A38A38 100%);
}

.prev_lang_item_imag {
	width:30%;
	margin-top:3px;
	float:left;
}

.prev_lang_item_imag img {
    max-width:100%;
}

.prev_lang_item_titu {
	width:70%;
    font-family:'Lato', sans-serif;
	font-size:0.75em;
	color:#383838;	
	text-align:left;
	text-transform:uppercase;
	float:left;
    transition:all 0.3s ease 0s;
}

.prev_lang_item:hover .prev_lang_item_titu {
	color:#FFF;
}

/************************ MENU ************************/
#head_menu {
	width:250px;
	height:auto;
	float:left;
	position:fixed;
}

.head_menu_logo {
	width:270px;
	height:270px;
	display:block;
	text-indent:-9999px;
}

/************************ MENU ************************/
.head_menu_menu {
	width:240px;
	height:auto;
	float:left;
}

/************************ CONT ************************/
#cont_wrap {
	width:700px;
	height:auto;
	background:#fff url('../img/cont_bg.png') repeat;
	float:right;
}

#cont_main  {
	width:92%;
	padding:4%;
	overflow:hidden;
}

#cont_main h2 {
	height:auto;
	font-family:'Montserrat Alternates', sans-serif;
	font-size:2em;
	color:#515151;
	font-weight:normal;
}

#cont_dere  {
	width:660px;
	padding:10px 20px;
	font-family:'Lato', sans-serif;
	font-size:0.75em;
	color:#777;
	background:#fff;
	margin-top:10px;
	margin-bottom:5px;
	float:right;
}

/************************ NOSO ************************/
.noso_deta_text {
	height:auto;
	font-family:'Lato', sans-serif;
	font-size:0.9em;
	color:#777;
	line-height:135%;
	text-align:justify;
	font-weight:normal;
	margin-bottom:20px;
}

.noso_deta_imag {
	width:630px;
	height:195px;
	padding:3px;
	margin-bottom:10px;
	border:1px solid #999;
}

.noso_deta_imag img {
	width:inherit;
	height:inherit;
}

.noso_deta_hr { width:100%; clear:both; margin-top:10px; margin-bottom:10px; }

.noso_deta_item {
	width:47%;
	height:auto;
	margin-top:10px;
	float:left;
}

.noso_deta_item_imag {
	width:80px;
	height:80px;
	margin-right:10px;	
	margin-top:5px;
	float:left;	
}

.noso_deta_item_imag img {
	width:inherit;
	height:inherit;
}

.noso_deta_item h3 {
	height:auto;
	font-family:'Montserrat Alternates', sans-serif;
	font-size:1.5em;
	color:#515151;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:10px;
}

/************************ PROD LIST ************************/
.prod_list_item {
	width:31%;
	height:auto;
	padding-left:2%;
	margin-bottom:40px;
	float:left;
}

.prod_list_item_imag {
	width:100%;
	height:auto;
}

.prod_list_item_imag img {
	width:100%;
	height:auto;
}

.prod_list_item_titu {
	width:92%;
	height:40px;
	font-family:'Montserrat Alternates', sans-serif;
	color:#fff;
	font-size:1em;
	text-align:center;
	float:left;
	padding:6% 4% 6% 4%;
	background-color:rgba(0,0,0,0.8);
    transition:all 0.4s ease 0s;		
}

.prod_list_item:hover .prod_list_item_titu {
	color:#000;
	background-color:rgba(163,138,56,0.8);
}

/************************ FORM ************************/
.form_mapa {
	width:100%;
	height:250px;
    padding:3px;
	margin-top:30px;
	margin-bottom:20px;	
    background:#fff;
    border:1px solid #e6e4e4;
	box-shadow: 2px 2px 4px #ddd;	
	float:right;
}

.form_form {
	width:100%;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;	
	margin-top:10px;
	float:left;
	clear:both;
}

.form_inpu_nomb {
	width:60%;
	height:35px;
	font-family:'Lato', sans-serif;
	font-size:0.9em;
	color:#000;
	font-weight:normal;
	padding:5px 5px 5px 6%;
	margin-bottom:20px;
	margin-left:20%;
	background:#fff url('../img/form_icon_nomb.png') no-repeat 10px center;	
	border:1px #A0A0A0 dotted;
	clear:both;
    transition:all 0.4s ease 0s;	
}

.form_inpu_nomb:focus {
	color:#fff;
	background:#000 url('../img/form_icon_nomb.png') no-repeat 10px center;
}

.form_inpu_nomb::-webkit-input-placeholder { color: #A0A0A0; }    
.form_inpu_nomb:-moz-placeholder { color: #A0A0A0; }
.form_inpu_nomb:-ms-input-placeholder { color: #A0A0A0; }

.form_inpu_nomb:focus::-webkit-input-placeholder { color: #fff; }    
.form_inpu_nomb:focus:-moz-placeholder { color: #fff; }
.form_inpu_nomb:focus:-ms-input-placeholder { color: #fff; }

.form_inpu_tele {
	width:60%;
	height:35px;
	font-family:'Lato', sans-serif;
	font-size:0.9em;
	color:#000;
	font-weight:normal;
	padding:5px 5px 5px 6%;
	margin-bottom:20px;
	margin-left:20%;
	background:#fff url('../img/form_icon_tele.png') no-repeat 10px center;	
	border:1px #A0A0A0 dotted;
	clear:both;
    transition:all 0.4s ease 0s;	
}

.form_inpu_tele:focus {
	color:#fff;
	background:#000 url('../img/form_icon_tele.png') no-repeat 10px center;
}

.form_inpu_tele::-webkit-input-placeholder { color: #A0A0A0; }    
.form_inpu_tele:-moz-placeholder { color: #A0A0A0; }
.form_inpu_tele:-ms-input-placeholder { color: #A0A0A0; }

.form_inpu_tele:focus::-webkit-input-placeholder { color: #fff; }    
.form_inpu_tele:focus:-moz-placeholder { color: #fff; }
.form_inpu_tele:focus:-ms-input-placeholder { color: #fff; }

.form_inpu_mail {
	width:60%;
	height:35px;
	font-family:'Lato', sans-serif;
	font-size:0.9em;
	color:#000;
	font-weight:normal;
	padding:5px 5px 5px 6%;
	margin-bottom:20px;
	margin-left:20%;
	background:#fff url('../img/form_icon_mail.png') no-repeat 10px center;	
	border:1px #A0A0A0 dotted;
	clear:both;
    transition:all 0.4s ease 0s;	
}

.form_inpu_mail:focus {
	color:#fff;
	background:#000 url('../img/form_icon_mail.png') no-repeat 10px center;
}

.form_inpu_mail::-webkit-input-placeholder { color: #A0A0A0; }    
.form_inpu_mail:-moz-placeholder { color: #A0A0A0; }
.form_inpu_mail:-ms-input-placeholder { color: #A0A0A0; }

.form_inpu_mail:focus::-webkit-input-placeholder { color: #fff; }    
.form_inpu_mail:focus:-moz-placeholder { color: #fff; }
.form_inpu_mail:focus:-ms-input-placeholder { color: #fff; }

.form_text {
	width:60%;
	height:80px;
	font-family:'Lato', sans-serif;
	font-size:0.9em;
	color:#000;
	font-weight:normal;
	padding:5px 5px 5px 6%;
	margin-bottom:20px;
	margin-left:20%;
	margin-bottom:20px;		
	background:#fff;	
	border:1px #A0A0A0 dotted;
	float:left;
	clear:both;

    transition:all 0.4s ease 0s;	
}

.form_text:focus {
	color:#fff;
	background:#000;
}

.form_text::-webkit-input-placeholder { color: #A0A0A0; }    
.form_text:-moz-placeholder { color: #A0A0A0; }
.form_text:-ms-input-placeholder { color: #A0A0A0; }

.form_text:focus::-webkit-input-placeholder { color: #fff; }    
.form_text:focus:-moz-placeholder { color: #fff; }
.form_text:focus:-ms-input-placeholder { color: #fff; }

.form_send {
	width:20%;
	font-family:'Montserrat Alternates', sans-serif;	
	color:#A28937;	
	font-size:1.4em;
	font-weight:normal;
	padding:5px;
	background:#000;
	border:4px solid #ddd;
	display:block;
    transition:all 0.4s ease 0s;
	cursor:pointer;
	margin-left:42%;	
	clear:both;	
}

.form_send:hover {
	color:#000;
	background:#A28937;
}

.form_item {
	width:32.3%;
	height:auto;
	padding-bottom:10px;
	margin-top:20px;
    border-radius:3px 3px 0 0;
	float:left;
}

.form_item_imag {
	width:90px;
	height:70px;
	font-size:3em;
	color:#515151;
    text-align:center;
	padding-top:20px;
	border:5px solid #D6D7D6;
	border-radius:100%;	
	margin:0 auto;	
}

.form_item_imag img {
	width:100%;
	height:auto;
    border-radius:3px 3px 0 0;
}

.form_item_deta {
	font-family:'Lato', sans-serif;
	font-size:0.9em;
	color:#515151;
    text-align:center;
    padding:10px 15px 0 15px;
    margin:0;
    border-top:0 none;
    border-radius:0 0 3px 3px;
    position:relative;	
    clear:both;
    display:block;
}

.form_item_deta a {
	color:#515151;
	text-decoration:none;
}

.form_item_deta a:hover {
	color:#A38A38;
}

/************************ FORM MESS ************************/
#form_mess{
	width:513px; 
	height:300px; 
	left:32%;
	top:15%;
	position:fixed;
    transition:all 0.6s ease 0s;	
	z-index:999;	
	cursor:pointer;
	overflow:hidden;

	-webkit-animation-name: move_form_mess;
	-webkit-animation-duration: 0.6s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;	
}

@-webkit-keyframes move_form_mess
 {
	 0% { top:-100px; }
	 25% { top:-0px; }	 
	 35% { top:2%; }	
	 50% { top:4%; }	 
	 60% { top:6%; } 
	 70% { top:8%; } 
	 80% { top:12%; }
	 100% { top:15%; }

 }
 
.form_mess_imag {
	z-index:999;	
}
