@charset "utf-=8";

body {
	background: rgba(230, 230, 230, 1)!important;
	margin: 0px;
	height: auto;
	width: auto;
}

@font-face {
  font-family:'SourceBold';
  src: url(SourceSansPro-Bold.ttf);
}

@font-face {
  font-family:'SourceRegular';
  src: url(SourceSansPro-Regular.ttf);
}

@font-face {
  font-family:'SourceLight';
  src: url(SourceSansPro-Light.ttf);
}

@font-face {
  font-family:'SourceLightItalic';
  src: url(SourceSansPro-LightItalic.ttf);
}

#titol {
	left:300px;
	top:70px;
	width:100%;
	position:absolute;
}

#txt_titol {
	position:absolute;
	font-weight:700;
	font-style:normal;
	font-size:60px;
	color:#1d8496;
	font-family:'SourceBold';
}

#contenidor {
	position:absolute;
	left:300px;
	top:250px;
	width: 540px;
	height:132px;
}

#txt_contenidor {
	font-weight:500;
	font-style:normal;
	font-size: 19px;
	color:#1d8496;
	float: left;
	font-family:'SourceRegular';
}

#separador {
	background-color: #1d8496;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 5px;
	width: 540px;
	position:relative;
}

#imatge {
	position: absolute;
	height: 80%;
	z-index: -1;
	left: 650px;
}

#linkedin {
	float:left;
	position: relative;
	top: 70px;
	left: 80px;
	height: 10%;
}

#twitter {
	float:right;
	position: relative;
	top: 70px;
	right: 80px;
	height: 10%;
}

#enviar_mail {
	border: 4px solid #1d8496;
	position:relative;
	top: 150px;
	left: 75px;
	float:left;
	height: 50px;
	width: 380px;
	font-size: 20px;
	text-align:center;
	font-family:'SourceLight';
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: -15px;
	background-color: #1d8496;
    color: #fff;

}

#enviar_mail:hover{
	border: 4px solid #1d8496;
    color: #1d8496;
    background-color:rgba(230, 230, 230, 1);
  }

.italic {
	font-family:'SourceLightItalic';
}

/*------ MENU ------*/

@media (min-width: 1200px) { 
.topnav {
	position: absolute;
	font-family:'SourceLight';
	top: 50px;
	left: 90%;
	font-size: 22px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
}

li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}
li a:hover {
    color: #1d8496;
    text-decoration: none;
}
}


@media (min-width: 992px) and (max-width:1199px) {
.topnav {
	position: absolute;
	font-family:'SourceLight';
	top: 50px;
	left: 150%;
	font-size: 22px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
}

li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}
li a:hover {
    color: #1d8496;
}
}

@media (min-width: 768px) and (max-width:991px) {
.topnav {
	position: absolute;
	font-family:'SourceLight';
	top: 50px;
	left: 200%;
	font-size: 18px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
}

li a {
    display: block;
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
}

li a:hover {
    color: #1d8496;
}
}

@media (min-width: 576px) and (max-width:767px) {
.topnav {
	position: absolute;
	font-family:'SourceLight';
	top: 50px;
	left: 250%;
	font-size: 16px;
	z-index:0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
}

li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

li a:hover {
    color: #1d8496;
}
}

@media (max-width: 575px) {
.topnav {
	position: absolute;
	font-family:'SourceLight';
	top: 50px;
	left: 350%;
	font-size: 16px;
	z-index:0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
}

li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

li a:hover {
    color: #1d8496;
}
}
/*------ PAGINA DE CONTACTE ------*/

@media (min-width: 1200px) { 
.contacte {
	z-index: -1;
	position: relative;
	width: 90%;
	height: 100%;
	display: block;

}
#txt_contenidor_contact{
	position: absolute;
	top: 850px;
	left: 40%;
	font-family:'SourceLight';
	font-size: 23px;
	width: 900px;
	display: block;
}

#formulari_contact {
	position: absolute;
	font-family:'SourceLight';
	font-size: 20px;
	width: 900px;

}

label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
  
form {
    margin:0 auto;
}
 
input, textarea {
	font-family:'SourceLight';
	width: 850px;
	height: 27px;
	border: 1px solid #1d8496;
	padding:10px;
	margin-top:5px;
	font-size: 15px;
}
 
textarea {
    height:150px;
}
 
.submit {
    width: 120px;
    height:45px;
    margin-top:20px;
    cursor:pointer;
    color: #1d8496;
    background-color: #fff;
}

.submit:hover{
    color: #fff;
    border: 1px solid #1d8496;
    background-color: #1d8496; 
}
}

@media (min-width: 992px) and (max-width:1199px) {
.contacte {
	z-index: -1;
	position: absolute;
	width: 70%;
}
#txt_contenidor_contact{
	position: absolute;
	top: 820px;
	left: 90%;
	font-family:'SourceLight';
	font-size: 23px;
	width: 550px;
}

#formulari_contact {
	position: absolute;
	font-family:'SourceLight';
	font-size: 20px;
	width: 900px;
}

#contenidor_contact {
	height: 150%;
	padding-bottom: 300px;
}
label {
    display:block;
    letter-spacing:1px;
    margin-top:20px;
}
  
form {
    margin:0 auto;
}
 
input, textarea {
	font-family:'SourceLight';
	width: 500px;
	height: 35px;
	border: 1px solid #1d8496;
	padding:10px;
	margin-top:5px;
	font-size: 15px;
}
 
textarea {
    height:150px;
}
 
.submit {
    width: 120px;
    height:45px;
    margin-top:20px;
    cursor:pointer;
    color: #1d8496;
    background-color: #fff;

}

.submit:hover{
    color: #fff;
    border: 1px solid #1d8496;
    background-color: #1d8496; 
}
}

@media (min-width: 768px) and (max-width:991px) {
.contacte {
	z-index: -1;
	position: absolute;
	width: 80%;
}

#txt_contenidor_contact{
	position: absolute;
	top: 850px;
	left:120%;
	font-family:'SourceLight';
	font-size: 18px;
	width: 900px;
}

#formulari_contact {
	position: absolute;
	font-family:'SourceLight';
	font-size: 17px;
	width: 900px;
}

label {
    display:block;
    margin-top:18px;
    letter-spacing:1px;
}
  
form {
    margin:0 auto;
}
 
input, textarea {
	font-family:'SourceLight';
	width: 650px;
	height: 27px;
	border: 1px solid #1d8496;
	padding:10px;
	margin-top:5px;
	font-size: 13px;
}
 
textarea {
    height:150px;
}
 
.submit {
    width: 120px;
    height:45px;
    margin-top:20px;
    cursor:pointer;
    color: #1d8496;
    background-color: #fff;
}

.submit:hover{
    color: #fff;
    border: 1px solid #1d8496;
    background-color: #1d8496; 
}
}

@media (min-width: 576px) and (max-width:767px) {
.contacte {
	z-index: -1;
	position: absolute;
	width: 80%;
}

#txt_contenidor_contact{
	position: absolute;
	top: 860px;
	left: 160%;
	font-family:'SourceLight';
	font-size: 18px;
	width: 900px;
}

#formulari_contact {
	position: absolute;
	font-family:'SourceLight';
	font-size: 17px;
	width: 900px;
}

label {
    display:block;
    margin-top:18px;
    letter-spacing:1px;
}
  
form {
    margin:0 auto;
}
 
input, textarea {
	font-family:'SourceLight';
	width: 300px;
	height: 27px;
	border: 1px solid #1d8496;
	padding:10px;
	margin-top:5px;
	font-size: 13px;
}
 
textarea {
    height:150px;
}
 
.submit {
    width: 120px;
    height:45px;
    margin-top:20px;
    cursor:pointer;
    color: #1d8496;
    background-color: #fff;
}

.submit:hover{
    color: #fff;
    border: 1px solid #1d8496;
    background-color: #1d8496; 
}
}

@media (max-width: 575px) {
.contacte {
	z-index: -1;
	position: absolute;
	width: 20%;
}

#txt_contenidor_contact{
	position: absolute;
	top: 860px;
	left: 160%;
	font-family:'SourceLight';
	font-size: 18px;
	width: 650px;
}

#formulari_contact {
	position: absolute;
	font-family:'SourceLight';
	font-size: 17px;
	width: 900px;
}

label {
    display:block;
    margin-top:18px;
    letter-spacing:1px;
}
  
form {
    margin:0 auto;
}
 
input, textarea {
	font-family:'SourceLight';
	width: 600px;
	height: 27px;
	border: 1px solid #1d8496;
	padding:10px;
	margin-top:5px;
	font-size: 13px;
}
 
textarea {
    height:150px;
}
 
.submit {
    width: 120px;
    height:45px;
    margin-top:20px;
    cursor:pointer;
    color: #1d8496;
    background-color: #fff;
}

.submit:hover{
    color: #fff;
    border: 1px solid #1d8496;
    background-color: #1d8496; 
}
}
/*------ FOOTER ------*/
@media (min-width: 1200px) { 
footer {
	background-color: #1d8496;
	color:rgba(230, 230, 230, 1);
	position:fixed;
	width: 100%;
	height: 50px;
	font-size:14px;
	text-align:center;
	font-family:'SourceLight';
	padding-top: 14px;
	margin-top: 80px;
	bottom: 0;
	display:block;
}
}

@media (min-width: 992px) and (max-width:1199px) {
footer {
	background-color: #1d8496;
	color:rgba(230, 230, 230, 1);
	position:fixed;
	width: 100%;
	height: 50px;
	font-size:14px;
	text-align:center;
	font-family:'SourceLight';
	padding-top: 14px;
	bottom: 0;
	display:block;
}
}

@media (min-width: 768px) and (max-width:991px) {
footer {
	bottom: 0;
	background-color: #1d8496;
	color:rgba(230, 230, 230, 1);
	position:fixed;
	width: 100%;
	height: 50px;
	font-size:14px;
	text-align:center;
	font-family:'SourceLight';
	padding-top: 14px;
	margin-top: 80px;
	padding-bottom: 70px;
	display:block;
}
}
@media (min-width: 576px) and (max-width:767px) {
footer {
	background-color: #1d8496;
	color:rgba(230, 230, 230, 1);
	position:fixed;
	width: 100%;
	height: 50px;
	font-size:14px;
	text-align:center;
	font-family:'SourceLight';
	padding-top: 14px;
	margin-top: 80px;
	padding-bottom: 70px;
	display: block;
	bottom: 0;
}
}
@media (max-width: 575px) {
footer {
	background-color: #1d8496;
	color:rgba(230, 230, 230, 1);
	position:fixed;
	width: 100%;
	height: 50px;
	font-size:14px;
	text-align:center;
	font-family:'SourceLight';
	padding-top: 14px;
	margin-top: 80px;
	padding-bottom: 70px;
	display: block;
	bottom: 0;
}
}

footer img {
	padding: 0px 5px 0px 5px;

}
