@charset "UTF-8";
/* CSS Document */
/*RESET*/

* { margin: 0; padding: 0; border: 0;}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* display-role Etiquetes HTML5 per navegadors antics */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	/* Firefox */
        -moz-transition-property: opacity;
        -moz-transition-duration: 3s;
        /* WebKit */
        -webkit-transition-property: opacity;
        -webkit-transition-duration: 3s;
        /* Standard */
        transition-property: opacity;
        transition-duration: 3s;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	
}

a {

text-decoration: none;
color:inherit;

}

/*-----FINAL DEL RESET-----------------*/

body{
	font-family: 'Open Sans', sans-serif;
	color:#2e3237;
	background-color: #DCDFE2;
	
}

h1{
	font-size: 72px;
	font-weight: bold;
	margin:250px 0 0 10px;
}

/*--------ESTRUCTURA-----------------*/

header{
	
	background-color: #1d5b1a;
	width:100%;
	height: auto;
	overflow: hidden;
}
.wrap{
	width:80%;
	max-width:1600px;
	margin:0 10% 0 10%;
}

.logo{
	float: left;
}

.groc{
	color:#FD9900;
	font-weight: 300;
	margin-left:10px;
	opacity: 0.8;
}
.contacto{
	float:right;
	width:35%;
	margin-top:5px;
}

.contacto li{
	margin-top:10px;
	font-size: 12px;
	line-height: 14px;
}

ul.contacto li.adress, ul.contacto li.tel, ul.contacto li.mail{
	 padding-left:40px;
	 background-image: url(adress.png);
	 background-repeat: no-repeat;
	 background-position: 0 50%;
	 color:#DCDFE2;
	 
}

ul.contacto li.tel{
	background-image: url(tel.png);
}

ul.contacto li.mail{
	background-image: url(sobre.png);
}


#cos{
	height: auto;
	overflow: hidden;
}
#bg{
	background: url('bg.png') no-repeat fixed 0% 0% / cover transparent;
	overflow: hidden;
	width:100%;
}

.esquerra, .dreta{
	width:60%;
	float:left;
}

.dreta{
	width:40%;
}

.tic{
	margin-left:15px;
	margin-right: 10px;
	vertical-align: middle;
}
.eslogan{
	display: block;
	height: 40px;
	border-radius:26px;
	background-color: rgba(46, 50, 55, 0.5);
	color:white;
	font-size: 21px;
	font-weight: bold;
	color: white;
	margin:50px 0 100px 0;
	padding-top:12px;
	width: auto;
	max-width: 580px;
}

#contact{
	
	background-color: rgba(46, 50, 55, 0.5);
	padding:40px 40px;
	float:right;
	width:70%;
	
}

#contact h2{
	font-size:18px;
	color:white;
	text-align: left;
	text-transform: uppercase;
	margin-bottom:20px;
}

#contact input, #contact textarea{
	width:95%;
	height: 40px;
	margin-bottom:20px;
	color:#2e3237;
	background-color: rgba(255,255,255,0.8);
	padding-left:10px;
	padding-right: 10px;
}

#contact textarea{
	height: 150px;
}

#submit{
	background-color:#1d5b1a!important;
	border-radius:20px;
	color:white!important;
	font-size:14px;
}

.full ul li{
	width:27%;
	margin:60px 3% 60px 3%;
	float:left;
	text-align: center;
	margin-top:60px;
}

.full ul li h3{
	font-size:24px;
	font-weight: bold;
	margin-top:30px;
	margin-bottom:20px;
}

.full ul li p{
	font-size: 16px;
	line-height: 1.3em;
}

.full ul li p strong{
	font-weight: bold;
}

footer{
	display: block;
	height:auto;
	background-color: #1d5b1a;
	padding-top:35px;
	padding-bottom:35px;
	font-size: 14px;
}

.derechos{
	color:#C4C4C9;
}
.metodo{
	color:#FD9900;
	opacity:0.8; 
}

.creditos{
	width: auto;
	float:right;
}

@media (max-width: 1168px) {
  .eslogan {
    height: auto;
    width:80%;
    text-align:center;
    padding-bottom:10px;
    padding-right:10px;
    border-radius:80px;
  }
}