


@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://raw.github.com/FortAwesome/Font-Awesome/master/docs/assets/css/font-awesome.min.css);


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}

a:link {text-decoration: none; color: black;}
a:active {color: black;}
a:visited {color: black;}
a:hover {
  color: #5ec5ba;
  -webkit-transition: 0.6s;
}

a.enlace_roto:link {color: black;}
a.enlace_roto:active {color: black;}
a.enlace_roto:visited {color: black;}
a.enlace_roto:hover {color: black;}

#container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

body {
  background-color:
	font-size: 15px;
}

h1 {
  font-size: 24px;
}


/* PIE DE PAGINA */


header {
  display: flex;
  width: 100%;
  height: 180px;
  padding-top: 15px;
}

#logo {
  display: flex;
  width: 50%;
  height: 150px;
  align-items: center;
}

#logo_imagen {
  width: 50%;
  height: 80%;
  padding: 0px;
}

#logo_imagen:hover {
  -webkit-transition: 1s;
  -webkit-transform: rotate(180deg);
}

#logo_titulo {
  width: 50%;
  height: 85%;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  padding-top: 2px;
  padding-left: 0px;
  overflow: hidden;
}

#menu_derecha {
  margin-top: 10px;
  width: 50%;
  height: 150px;

}


/* IDIOMAS */


#idiomas {
  height: 75px;
  padding: 8px 15px 8px 15px;
  text-align: right;
}

#idiomas ul {
  list-style-type: none;
  font-size: 12px;
  color: black;
  font-weight: bold;
}

#idiomas li {
  text-align: right;
  margin-bottom: 5px;
}


/* BUSCADOR */


#wrap {
  margin-right: 15px;
  display: inline-block;
  position: relative;
  width: 100%;
  float: right;
  padding: 0;
}

#search_submit {
  width: 25px;
  height: 25px;
}

input[type="text"] {
  height: 60px;
  font-size: 16px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: grey;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

input[type="text"]:focus:hover {
  border-bottom: 1px solid black;
}

input[type="text"]:focus {
  width: 90%;
  z-index: 1;
  border-bottom: 1px solid black;
  cursor: text;
}
input[type="submit"] {
  outline:0;
  height: 25px;
  width: 25px;
  display: inline-block;
  color: white;
  float: right;
  background-image: url(../img/icon_lupa.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  cursor: pointer;
  transition: opacity .4s ease;
  background-color: white;
}

input[type="submit"]:hover {
  outline: 0;
  opacity: 1;
}


/* MENU NAVEGACION */


.menu_bar {
  display: none;
}

.nav_bar {
  display: none;
}

.nav {
  display: flex;
  width: 100%;
  height: 40px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 8px 15px 8px 15px;
  justify-content: space-between;
}

ul {
		list-style:none;
	}

.nav > li {
  margin-left: 0px;
  font-size: 16px;
  font-weight: bold;
}

.nav li a {
  margin-left: 0px;
	color: black;
	text-decoration:none;
	margin-bottom: 5px;
	display: block;
}

.nav li a:hover {
	color: grey;
  -webkit-transition: 0.6s;
}

.nav li a.enlace_roto:hover {
  color: black;
}

.nav li ul {
	opacity: 0;
	position: absolute;
}

.nav li:hover > ul {
	display: block;
  margin-bottom: 20px;
  opacity: 1;
  -moz-transition: opacity 0.8s ease-out 0.4s;
  -webkit-transition: opacity 0.8s ease-out 0.4s;
  -o-transition: opacity 0.8s ease-out 0.4s;
  -ms-transition: opacity 0.8s ease-out 0.4s;
  transition: opacity 0.8s ease-out 0.4s;
  -ms-transition-delay:  0.5s;
  transition-delay: 0.5s;
  }

.nav li ul li {
	position:relative;
}

.nav:hover {
  display: flex;
  width: 100%;
  height: 132px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 8px 15px 8px 15px;
  justify-content: space-between;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}


/* SLIDERS */

.show {
  display: none;
}

.flex-active-slide {
  width: 100%;
}

.flexslider {
	width: 100%;
	position: relative;

}

.slides {
	overflow: hidden;
}


/* Slider Imagen Derecha */

.exposiciones {
  display: block;
  overflow: hidden;
  border-bottom: 2px solid black;
  width: 100%;

  background-image: url(../img/pattern_fondo.jpg);
}

#flexslider_izquierda {
  width: 50%;
  margin-top: 0px;
  margin-left: 0px;
  float: right;
}

#flexslider_izquierda .slides img {
	width: 100%;
  float: right;
}

.info_izquierda {
  overflow: hidden;
  width: 50%;
  text-align: center;
  margin-top: 0px;
  padding: 20px;
  float: right;
}

/* Slider Imagen Izquierda */

#flexslider_derecha {
  width: 50%;
  margin-top: 0px;
  margin-left: 0px;
  float: left;
}

#flexslider_derecha .slides img{
	width: 100%;
  float: right;

}

.info_derecha {
  overflow: hidden;
  width: 50%;
  text-align: center;
  margin-top: 0px;
  padding: 20px;
  float: left;
}



/* Slider Controles */

.slides,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  outline:0;
}

.flex-control-nav {
  display: none;
}

.flex-direction-nav a{
	display: block;
  outline:0;
	text-decoration: none;
	position: absolute;
	top: 42%;
	z-index: 999;
	width: 30px;
	height: 50px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.flex-direction-nav .flex-prev{
	left: 0;
}

.flex-direction-nav .flex-next{
	right: 0;
}

.flex-direction-nav a:before {
  font-family: "lato";
  font-size: 48px;
  display: inline-block;
  content: '<';
  color: black;
  font-weight: lighter;
}

.flex-direction-nav a.flex-next:before {
  content: '>';
}

.flexslider:hover .flex-direction-nav .flex-prev{
	opacity: 1;
	left: 10px;
  outline:0;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover{
	opacity: 1;
  outline:0;
}

.flexslider:hover .flex-direction-nav .flex-next{
	opacity: 1;
	right: 10px;
  outline:0;
}

.flexslider:hover .flex-direction-nav .flex-next:hover{
	opacity: 1;
  outline:0;
}

.flex-viewport {
  width: 100%;
}

/* FOOTER */

footer {
  font-size: 12px;
}

#enlaces {
  display: flex;
  width: 100%;
  border-bottom: 2px solid black;
  padding: 15px 15px 10px 15px;
  justify-content: space-between;
}

.enlaces {
  overflow: hidden;
}

.enlaces li:first-child {
  font-weight: bolder;
}

.enlaces li {
  margin-bottom: 5px;
}

#copyright p {
  font-weight: bolder;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}



/* RESPONSIVE */



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

  .noticias_derecha p {
    font-size: 14px;
  }
  .noticias_derecha h2 {
    font-size: 16px;
  }
  .info_derecha p, .info_izquierda p, .derecha p, .izquierda p {
    font-size: 14px;
  }
  .info_derecha h2, .info_izquierda h2, .derecha h2, .izquierda h2 {
    font-size: 16px;
  }

}


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

  .noticias_derecha p {
    font-size: 10px;
  }
  .noticias_derecha h2 {
    font-size: 16px;
  }
  .info_derecha p, .info_izquierda p, .derecha p, .izquierda p {
    font-size: 10px;
  }
  .info_derecha h2, .info_izquierda h2, .derecha h2, .izquierda h2 {
    font-size: 16px;
  }

}

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

  .exposiciones {
    display: block;
  }
  .info_derecha, .info_izquierda {
    width: 100%;
  }
  #flexslider_izquierda, #flexslider_derecha {
    width: 100%
  }
  h1 {
    font-size: 18px;
  }
  .seccion {
    padding: 5px 0px 0px 0px;
  }
  #logo_titulo p {
    font-size: 28px;
    margin-top: 8px;
  }
  #logo_imagen {
    height: 60%;
  }
  #idiomas ul {
    font-size: 10px;
  }
  .nav > li {
    font-size: 12px;
  }
  ul {
    font-size: 12px;
  }
  .nav {
    padding: 10px 15px 8px 15px;
  }


  /* MENU RESPONSIVE HAMBURGER */

  .menu_bar {
    display: block;
    width: 100%;
    background-color: white;
    border-top: 2px solid black;
    border-bottom: 2px solid black;

  }
  .menu_bar .bt-menu {
    display: block;
    padding: 10px;
    background-color: white;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .nav {
    display: none;
  }

  .nav_bar {
    width: 80%;
    height: 410px;
    left: -100%;
    margin: 0;
    position: absolute;
    z-index: 1000;
    background-color: white;
    border-top: none;
    border-bottom: 2px solid black;
    border-right: 2px solid black;

    display: block;
    overflow: scroll;
  }

  .nav_bar p {
    padding: 5px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 13px;
  }

  .nav_bar li {
    padding: 5px;
    padding-left: 10px;
  }

}


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

  #direccion {
    width: 100%;
    height: 100px;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  #bici {
    width: 100%;
    height: 100px;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  #metro {
    width: 100%;
    height: 100px;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  #coche {
    width: 100%;
    height: 100px;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  #iconoscomollegar {
    width: 100%;
    height: 500px;
    margin-top: 0px;
  }

  header {
    display: block;
    height: 240px;
  }
  #menu_derecha {
    width: 100%;
    display: flex;
  }
  #idiomas li {
    display: inline;
  }
  #logo {
    width: 100%;
    padding-left: 20px;
  }

  .enlaces li {
    font-size: 10px;
  }


  #enlaces {
    display: block;
  }
  .enlaces li {
    font-size: 12px;
  }
  .enlaces {
    padding: 5px;
  }

}
