/*

Style general de ITACA 

*/


body{
	margin:0;
	padding:0;
	color:#000;
	font-size:17px;
	font-family:'Raleway', sans-serif;
	font-weight:400;
	line-height: 1.6em;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

#header {
	background-color:#fff;

    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}
p {
	margin-top:0px;
	float: left;
}


.main {
	float:left;
	width:100%;
	position: relative;
	margin-bottom: 85px;
}

.main.ultimomain {

	margin-bottom: 0px;
}

.main a{
	color:#000;
}

.main a:hover{
	text-decoration:underline;
}

.fondooscuro {
	background-color:#000;
	color:#fff;
	
}
.fondooscuro a{
	color:#fff;
}
.fondooscuro a:hover{
	text-decoration:underline;
}

h1 {
    font-size: 2.5em;
    font-weight: 400;
    line-height: 0.95em;
	margin: 0;
	text-transform:uppercase;
	float:left;
}

h2 {
    font-size: 2em;
    font-weight: 700;
    line-height: 0.9em;
	margin: 0px 0px 20px;
	text-transform:uppercase;
}

h1 strong{
	font-weight: 700;
	float:left;
	width:100%;
}
strong{
	font-weight: 700;

}


.labelcontact {
	float:left;
	width:auto;
	margin-bottom:8px;
	margin-right:10px;
	font-weight: 700;
	text-transform:uppercase;
}

.firma {
	text-align:right;
	float:right;
	margin:40px 0px 0px;
	font-size: 1.4em;
    line-height: 1em;
}

.firma strong{
	font-weight: 700;
	text-transform:uppercase;
	font-size:1.1em;
}


.content {
	width:calc(100% - 36px);
	max-width:1364px;
	margin:0px auto 0px;
	padding: 0px 18px;
    float: left;
    left: 50%;
    margin-left: -700px;
    position: relative;
	box-sizing: content-box;
}

#contact .content {
	width:calc(50% - 36px);
	max-width:682px;
	margin:65px auto 0px;
	padding: 0px 18px;
    float: left;
    left: 50%;
    margin-left: -700px;
    position: relative;
	box-sizing: content-box;
}

.clear {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0px;
	margin:0px;
}

#logo {
	float:left;
	width:auto;
	margin:40px 0px;
}
#logo img{
	float:left;
	max-height:105px;
	width:auto;
	margin-right:15px;
	margin-bottom: 15px;
}

#menu {
	float:right;
	margin: 20px 0px 0px 0px;
}
#menuresponsive {
	float:right;
	margin:40px 0px;
}

#menu a {
	color:#282828;
}
#menu a:hover {
	color:#282828;
	text-decoration:none;
	border-bottom: 3px solid #282828;
    padding-bottom: 5px;
}
#menuresponsive.activado {
	color:#fff;

}


.menuitem {
	font-weight:700;
	text-transform:uppercase;
	font-size:1em;
	float:left;
	padding:20px 10px ;
	border-right:0px solid #282828;
	text-align:center;
}
.menuitem.idioma {
	font-weight:400;
}
.iconorrss {
	width:24px;
	float: left;
    margin-right: 5px;
}
.foto {
	float:left;
	width:50%;
	height:600px;
	position:relative;
}
#fotoeslogan {
	background: transparent url(../images/barras.jpg) no-repeat top center;
	background-size: cover;
}
#fotowho {
	background: transparent url(../images/who.jpg) no-repeat top center;
    background-size: cover;	
}

.fotofichero {
	display:none;
}
.fotofichero img{
	width:100%;
}

.textodentro {
	padding:65px 0px 50px 40px;
	float:right;
	width:calc(50% - 40px);
}

.textodentro.eslogan{
	font-size:1.3em;
	line-height: 1.35em;
}


.mitad {
	float:left;
	width:48%;
	margin:0px 4% 30px 0px;
}

.mitad.final {
	float:right;
	width:48%;
	margin:0px 0px 30px 0px;
}


.noresponsive {
	display:block;
}
.responsive {
	display:none;
}

#map { 
	height: 350px; 
	width: 50%; 
	float:right;
	margin:0px 0px;
	color: #333;
}


@media screen and (max-width : 1400px) {
	
.content , #contact .content {
    left: 0%;
    margin-left: 0px;
	
}
i {
	/*font-size:1.2em;*/
}
#menuresponsive i {
	font-size:2em;
}

}


@media screen and (max-width : 1100px) {
	
h1 {
	font-size: 2em;
}
#logo img {
    
    max-height: 70px;
}
}

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

.mitad, .mitad.final {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.foto {

    height: 650px;
  
}
h1 {
    font-size: 2em;
	width:calc(100% - 100px);
}
#logo {
    
    width: calc(100% - 40px);
   
}

#menu {
    float: right;
    margin: 0;
    position: absolute;
    top: 95px;
    border: 0px solid;
    border-top: 1px solid #eff0f1;
    border-left: 1px solid #eff0f1;
    padding: 5px;
	-webkit-box-shadow: 7px 7px 5px rgba(0,0,0,0.5);
	box-shadow: 7px 7px 5px rgba(0,0,0,0.5);
    left: 10px;
    right: 10px;
    background-color: #fff;
    z-index: 90;
}
.menuitem {
    font-size: 2em;
	width:calc( 100% - 20px );
	text-align:left;
}
.noresponsive {
	display:none;
}
.responsive {
	display:inline-block;
}



}

@media screen and (max-width :685px) {
	
	
	
.foto {
    display:none;
}
.fotofichero {
	display:block;
	width:35%;
	float:left;
	height:auto;
	margin-top:20px;
}

.textodentro {
    padding: 20px 0px 20px 0px;
    float: right;
    width: calc(100% - 0px);
}		

#map {
	width:100%;
}
#contact .content {
    width: calc(100% - 36px);
    max-width: 682px;
    margin: 65px auto 40px;
}
}
	
@media screen and (max-width :500px) {
	
	
h1 {
    font-size: 1.5em;
	width:100%;
}

#logo img {
    
    max-height: 40px;
}
}



@media screen and (max-width :375px) {
.fotofichero {
	
	width:100%;
	
}	

}

