body {margin:0;}

header .container{
    height:100%;
}

#ecolous_div{
	top: 180px;
	padding-left: 70px;
}

footer h4{
	font-family: geosans;
	font-weight: bold;
}
.barraChess{
	background-image: linear-gradient(45deg, #CD2325 25%, transparent 25%), linear-gradient(-45deg, #CD2325 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #CD2325 75%), linear-gradient(-45deg, transparent 75%, #CD2325 75%);
	background-size: 20px 20px;
	background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
	height: 20px;
	background-color: white;
}
.p_cuerpo{
	font-size:24px;
	font-weight: bold;
	font-family: geosans;
}

.textosubtitulomenor{
	font-size:22px !important;
	font-style: italic;
}

.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
.lec_slide_title h1{
    margin-top:50px;
    font-size:46px;
}

.historialous{
	font-family: bebas;
	font-size: 22px;
	text-align: justify;
	padding-left:15%;
	padding-right:15%;
}
.historialous div{
	padding:10px;
}
@media (max-width: 1000px) {
    .historialous{
        margin-top: 50px;
    }
}

.barraRayas{
	height:30px;
	background:url('../images/bg-pattern-vertical-bars.gif') left top repeat; 
	font-size: 0; 
	text-align: center; /**/
}

.page-footer {
    z-index: 2000;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: white;
    text-align: center;
    display: table;
}
.social-icons {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.social-icons img{
    width:48px;
    margin: 10px;
}


.navbar{
    height:100%;
}
#navbar{
    height:100%;
}

.languageSwitcher{display:flex;position:relative;top:45px;right:-7px;width:auto;}
.languageSwitcher a{margin:0;padding:10px;height:25px;}
.languageSwitcher .otherLanguages{display:none;}
.languageSwitcher:hover .otherLanguages{display:block;position:absolute;top:100% a;top-display:block;}

.bandwh{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.bandwh:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

#navbar ul{
    height:100%;
}
.izquierdapeque, .dchapeque{
    font-family: romantico;
    letter-spacing: 2px;
    text-decoration: none;
    font-size:20px;
    top: 50px;
    height:50px;
}
.izquierdapeque:hover, .dchapeque:hover {
	text-decoration: none;
    color: red;
}

.navbar-brand {
	margin-top: 5px;
  padding: 0px;
}

@keyframes shake {
  0% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(40deg);
  }
}

@media (max-width: 600px) {
    .container-fluid{
        height:100%;
        width: 110%!important;
    }
}



@media (min-width: 600px) {
    .container-fluid{
        height:100%;
        width: 100%!important;
        margin-left: 2%!important;
    }
}








#navbar-primary .container-fluid, header{
    background-color: white;

}
#navbar-primary .navbar-nav {
    width: 100%;
    text-align: center;
}
#navbar-primary .navbar-nav > li {
    display: inline-block;
    float: none;
}
#navbar-primary .navbar-nav > li > a {
    font-size:32px;
    font-family: Bellerose;
    padding-left: 30px;
    padding-right: 30px;
}



@media (max-width: 600px) {
    .elem_desktop {
        display: none;
    }
}
@media (min-width: 600px) {
    .elem_desktop {
        display: inline-block;
    }
}
@media (min-width: 1635px) {
    .video-wrap video{
        /*width:100%;
        margin: 0 auto;*/
    }
}


/*.cabecera a {
    font-family: Bellerose;
    font-weight: bold;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
}*/


.overlay {
    z-index:999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: black;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}





.social a {
  color: #fff;
  text-decoration: none;
}

.social {
  position: fixed;
  top: 20%;
  z-index: 5000;
  width: 4%;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.social ul li {
  cursor: pointer;
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 320px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.4);
}
.social ul li:hover a {
  color: #fff;
}
.social ul li:hover i {
  color: #fff;
  background: red;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 13%;
  height: 20%;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (max-width: 900px) {
	#franquiciasbloc{
		display:none;
	}
	#ecofriendlybloc{
		display:none;
	}
}

@media (max-width: 992px) {
    .social{
        display:none;
    }
	#barraizquierda{
		display:none;
	}
	#barradcha{
		display:none;
	}
	
}
@media (min-width: 992px) {
    #homemobile{
        display:none;
    }
	.izquierdapeque{
		font-size: 18px;
	}
	
	.dchapeque{
		font-size:18px;
	}
}
@media (min-width: 1145px) {
   
	.izquierdapeque{
		font-size:18px;
	}
	.dchapeque{
		font-size:18px;
	}
}



@media (min-width: 1024px){
	.container {
		width: 100%;
	}
	
}
@media (min-width: 1200px){
	.container {
		width: 1300px;
	}
	.izquierdapeque{
		font-size:20px;
	}
	.dchapeque{
		font-size:20px;
	}
}

@media (min-width: 1300px){
	.izquierdapeque{
		font-size:24px;
	}
	.dchapeque{
		font-size:24px;
	}
	/*.dchapeque{
		font-size:22px;
	}*/
}

@media (min-width: 1300px){
	
}


#homemobile{
	float:right;
}

#imagen_lous_eco{
	/*background-image: url(../images/ecolous.png);*/
    height: 340px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 49% 88%;
}

.imagen_lous_ecolousbnn{
	background-color: #006944;
    /*height: 340px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 49% 88%;*/
}



@media (min-width: 0px) {
  #banner_ecolous{
		background-image: url('../images/ecolous_bgmobile.png');
	}
}
@media (min-width: 990px) {
   #banner_ecolous{
		background-image: url('../images/fondoecolous.png');
	}
}
@media (min-width: 1900px) {
   #banner_ecolous{
		background-image: url('../images/ecolous_bgextended.png');
	}
}




@media (min-width: 990px) {
    #imagen_lous_eco{
        background-size: 85%;
		background-position: 49% 50%;
    }
}
@media (min-width: 1335px) {
    #imagen_lous_eco{
        background-size: 65%;
		background-position: 49% 50%;
    }
}


@media (min-width: 1600px) {
    #imagen_lous_eco{
        background-size: 45%;
		background-position: 49% 88%;
    }
}

@media (min-width: 2000px) {
    #imagen_lous_eco{
        background-size: 35%;
		background-position: 49% 88%;
    }
}

@media (min-width: 2350px) {
    #imagen_lous_eco{
        background-size: 25%;
		background-position: 49% 50%;
    }
}


/* Solo añadir */




