@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Open+Sans:ital@0;1&display=swap');

*{  
        box-sizing: border-box;
        margin: 0;
        padding: 0;
}

body {
    font-family: 'DM Sans', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
}


/*--------------menu---------------*/
.contenedor{
    
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu {
	background-color: black;
	height: 3em;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu_items {
	display: flex;
    z-index: 9900;
}

.menu_items li {
	border-radius: 3px;
	margin: 0 5px;
}

.menu_items li a {
	padding: 7px 13px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	color: white;
    
}

.menu_items li:hover {
	background-color: rgba(153, 149, 149, 0.3);
	transition: 0.4s;
}

.btn_menu {
	margin-right: 1em;
	font-size: 25px;
	color: rgb(40, 172, 132);
	cursor: pointer;
	display: none;
}

ul.icons {
	top: 65px;
}

.logo {
    padding: 0.5em;
    width: 4em;
    margin-left: 0.5em;
}

/*-------------- INICIO-----------------*/

.bannerimg{
    width: 100%;
    height: 20em;
    background-image: url(../imagenes/puente3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.bannerimg img{
    width: 100%;
}
    
.banner {
	background-color: black;
	width: 100%;
    text-align: center;
    color: white;
    padding: 1em;
}
.banner h1{
    margin-bottom: 1em;
}

.banner p{
    margin-bottom: 2em;
    font-size: 1em;
}

.boton {
    text-align: center;
    margin-bottom: 4em;
}
.boton a {
    background-color: #53BF84;
    text-decoration: none;
    color:white;
    border-radius: 100px; 
    text-align: center;
    font-size: 1.2em;
    padding: 0.9em;
}
.imgrecorrido {
    margin: 3em;
    text-align: center
}
.imgrecorrido ul{
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    width: auto;
    text-align: center;
}

.imgrecorrido img{
    border-radius: 100%;
    box-shadow: 0 1px 20px rgba(0,0,0,0.12), 0 1px 10px rgba(0,0,0,0.24);
    margin-bottom: 1em;
    margin-top: 1em;
}

.index h4{
        font-size: 1.5em; 
    text-align: center;
}
.index p { 
    text-align: center;
    
}

.indexopiniones {
    background-color: black;
    padding: 1em;
    color: white;
}

.indexopiniones div{
    background-color: #53BF84;
    widows: 70%;
    margin: 1em;
    padding: 1em;
    
    
}
.indexopiniones div p{
   text-align: left; 
}

.indexopiniones a{
    text-decoration: none;
}
.indexopiniones a:visited {
    color: white;
}

.dudas{
    text-align: center;
    margin: 1em;
    font-size: 1.5em;
}

.dudas h4 {
    padding: 1em;
}
.dudas a{
    color: #53BF84;
    text-decoration: none;
}

.dudas a:visited{
    color: #53BF84;;
}

/*--------------pantalla 1.1 empezarrecorrido-----------------*/


.empezarrecorrido{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.empezarrecorrido h1{
    margin-bottom: 1em;
}

.empezarrecorrido p{
    width: 80%;
    text-align: center;
    margin-bottom: 1em;
}

.empezarrecorrido img{
    width: 85%;
    margin: 3em;
}

.empezarrecorrido a{
    background-color: #53BF84;
    text-decoration: none;
    color:white;
    border-radius: 100px; 
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1.2em;
    width: 12em;
}

.empezarrecorrido a:hover{
    background-color: #53AB84;
}

/*--------------pantalla 1.2 activargps-----------------*/

.activargps{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.activargps h1{
    margin-bottom: 1em;
    text-align: center;
}

.activargps p{
    width: 80%;
    text-align: center;
    margin-bottom: 1em;
}

.activargps img{
    width: 85%;
    margin: 3em;
}

.activargps a{
    background-color: #53BF84;
    text-decoration: none;
    color:white;
    border-radius: 100px; 
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1.2em;
    width: 12em;
}

.activargps a:hover{
    background-color: #53AB84;
}

/*--------------pantalla 1.3 ecobici-----------------*/

.mapaecobici{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.mapaecobici h1{
    margin-bottom: 1em;
    text-align: center;
}

.mapaecobici p{
    width: 80%;
    text-align: center;
    margin-bottom: 1em;
}

.mapaecobici img{
    width: 85%;
    margin: 2em;
}

.mapaecobici h3{
    text-align: center;
}

.mapaecobici figure {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0em 2em 2em 2em;
    
}
.mapaecobici figcaption {
    text-align:center;
}
.mapaecobici figcaption ul{
    list-style: square;
    text-align: left;
    margin-left: 2em;
}

.mapaecobici a{
    background-color: #53BF84;
    text-decoration: none;
    color:white;
    border-radius: 100px; 
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    margin-top: 1em;
    margin-bottom: 1.2em;
    width: 15em;
}

.mapaecobici a:hover{
    background-color: #53AB84;
}

/*--------------pantalla 1.4 destinocaminito-----------------*/


.destinocaminito{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.destinocaminito h1{
    margin-bottom: 1em;
    text-align: center;
}

.destinocaminito p{
    width: 80%;
    text-align: center;
    margin-bottom: 1em;
}

.destinocaminito img{
    width: 85%;
    margin: 3em;
}

.destinocaminito a{
    background-color: #53BF84;
    text-decoration: none;
    color:white;
    border-radius: 100px; 
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1.2em;
    width: 12em;
}

.destinocaminito a:hover{
    background-color: #53AB84;
}

/*--------------pantalla 1.5 navegacioncaminito-----------------*/

.navegacioncaminito{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.navegacioncaminito h3{
    background-color: #53BF84;
    color: white;
    text-align: left;
    padding: 1em;
    width: 100%;
}
.navegacioncaminito a img{
    display: block;
    width: 100%;
}
.navegacioncaminito p{
    background-color: #53BF84;
    color: white;
    text-align: center;
    padding: 1em;
    width: 100%;
}

/*--------------pantalla 1.6 caminito-----------------*/

.caminito{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.caminito h1{
    margin-bottom: 1em;
    text-align: center;
}

.caminito p{
    width: 80%;
    text-align: left;
}

.caminito img{
    width: 85%;
    margin: 3em;
}

.caminito a{
    background-color: #53BF84;
    text-decoration: none;
    color:white;
    border-radius: 100px; 
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1.2em;
    width: 12em;
}

.caminito a:hover{
    background-color: #53AB84;
}

/*--------------pantalla 1.7 destinopuente-----------------*/

.destinopuente{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.destinopuente h1{
    margin-bottom: 1em;
    text-align: center;
}

.destinopuente p{
    width: 80%;
    text-align: center;
}

.destinopuente img{
    width: 85%;
    margin: 3em;
}

.destinopuente a{
    background-color: #53BF84;
    text-decoration: none;
    color:white;
    border-radius: 100px; 
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1.2em;
    width: 12em;
}

.destinopuente a:hover{
    background-color: #53AB84;
}

/*--------------pantalla 1.8 navegacionpuente-----------------*/

.navegacionpuente{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.navegacionpuente h3{
    background-color: #53BF84;
    color: white;
    text-align: left;
    padding: 1em;
    width: 100%;
}
.navegacionpuente a img{
    display: block;
    width: 100%;
}
.navegacionpuente p{
    background-color: #53BF84;
    color: white;
    text-align: center;
    padding: 1em;
    width: 100%;
}

/*--------------pantalla 1.9 puente-----------------*/


.puente{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.puente h1{
    margin-bottom: 1em;
    text-align: center;
}

.puente p{
    width: 80%;
    text-align: left;
}

.puente img{
    width: 85%;
    margin: 3em;
}

.puente a{
    background-color: #53BF84;
    text-decoration: none;
    color:white;
    border-radius: 100px; 
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1.2em;
    width: 12em;
}

.puente a:hover{
    background-color: #53AB84;
}

/*--------------pantalla 1.10 destinomuseo-----------------*/

.destinomuseo{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.destinomuseo h1{
    margin-bottom: 1em;
    text-align: center;
}

.destinomuseo p{
    width: 80%;
    text-align: center;
}

.destinomuseo img{
    width: 85%;
    margin: 3em;
}

.destinomuseo a{
    background-color: #53BF84;
    text-decoration: none;
    color:white;
    border-radius: 100px; 
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1.2em;
    width: 12em;
}

.destinomuseo a:hover{
    background-color: #53AB84;
}

/*--------------pantalla 1.11 navegacionmuseo-----------------*/

.navegacionmuseo{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.navegacionmuseo h3{
    background-color: #53BF84;
    color: white;
    text-align: left;
    padding: 1em;
    width: 100%;
}
.navegacionmuseo a img{
    display: block;
    width: 100%;
}
.navegacionmuseo p{
    background-color: #53BF84;
    color: white;
    text-align: center;
    padding: 1em;
    width: 100%;
}

/*--------------pantalla 1.12 museo-----------------*/

.museo{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.museo h1{
    margin-bottom: 1em;
    text-align: center;
}

.museo p{
    width: 80%;
    text-align: left;
}

.museo img{
    width: 85%;
    margin: 3em;
}

.museo a{
    background-color: #53BF84;
    text-decoration: none;
    color:white;
    border-radius: 100px; 
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1.2em;
    width: 12em;
}

.museo a:hover{
    background-color: #53AB84;
}

/*--------------pantalla 1.13 finrecorrido-----------------*/

.fin{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.fin h1{
    margin-bottom: 1em;
}

.fin p{
    width: 80%;
    text-align: center;
    margin-bottom: 2em;
}

.fin a{
    background-color: #53BF84;
    text-decoration: none;
    color:white;
    border-radius: 100px; 
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1.2em;
    width: 15.5em;
}

.fin a:hover{
    background-color: #53AB84;
}


/*-------------- 2 recorrido-----------------*/

.negro{
    background-color: black;
    width: 100%;
    height: 15.1em;
    position: relative;
}

.tituloseccion{
    background-color:#53BF84;
    color: white;
    position: absolute;
    top:2.2em;
    bottom: 0;
    left:2.2em;
    right:0;
    padding: 4em 1em 1em 1em;
}

.recorrido h2 {
    text-align: center;
    margin: 2em;
    font-size: 2em;
}

.recorrido h3{
    display: block;
    background-color: black;
    color:white;
    padding: 1em;  
    font-size: 1.2em;
    text-align: center;
    width: 20%;
    margin-bottom: 1em;
}

.recorrido h4{
    text-align: left;
    padding: 1em;
    font-size: 1.2em;
}

.recorrido figure {
    text-align: center;
    padding: 1em;
    background-color: #83d4a8;
    margin: 1em 1em 3em 1em;
}
.recorrido figcaption{
    padding: 1em;
}

#teesperamos {
    padding: 1em;
    text-align: center;
    font-size: 1.5em;
    margin-bottom:2em; 
}
/*--------------contacto-----------------*/

.contacto h3 {
    text-align: center;
    margin: 2.5em;
}

.contacto h4 {
    text-align: left;
    margin: 2.5em;
}
.pregunta{
    text-align: left;
    margin: 1em 2.5em 1em 2.5em;
    background-color: gainsboro;
    padding: 0.3em;
}
.respuesta {
    margin-left: 5em;
    margin-right: 2.5em;
}

form{
	padding: 60px;
	max-width: 400px;
	background-color:#53BF84;
	margin: 0 auto;
	margin-bottom: 6em;
  }
  
  form input, form textarea{
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
	border: none; 
	color: #525c66; 
	font-size: 1em;
	resize: horizontal; 
  }
  
  form button {
	background-color: black;
    text-decoration: none;
    color:white;
    border-radius: 100px; 
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1.2em;
    width: 12em;
  }
  form button:hover{
	  background-color: gray;
  }

  .cont-op {
      text-align: center;
  }
/*--------------opiniones-----------------*/
#comentario {
    margin: 2em;
    font-size: 2em;
    text-align: center;
}
.opiniones {
    background-color: black;
    padding: 1em;
    color: white;
}

.opiniones div{
    background-color: #53BF84;
    widows: 70%;
    margin: 1em;
    padding: 1em;
    
    
}
.opiniones div p{
   text-align: left; 
}

.opiniones a{
    text-decoration: none;
}
.opiniones a:visited {
    color: white;
}

/*--------------footer-----------------*/

footer {
    margin-top: 3em;
    background-color: black;
    color: white;
    padding: 1.5em;
    line-height: 2.7em;
}
footer ul{    
    list-style: none;
    padding-bottom: 1em;
}

footer a {
    text-decoration: none;
    
}

footer img{
    width: 3em;
}

footer a:visited {
    color: white;
}

footer a:hover {
    color: gainsboro;
}

footer p{
    text-align: center;
    font-size: 0.8em;
}

footer h6{
    font-size: 1.2em;
    text-transform: uppercase;
    padding-top: 5px;
    border-top: 0.1em solid white;
    text-align: center;
}

.redes{
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 1em;    
}

.redes img{
    display: block;    
}



@media screen and (max-width: 952px) {
	
	.menu_items li a {
		font-size: 16px;
	}
}

@media screen and (max-width: 858px) {
	.menu {
		height: 65px;
	}
	.btn_menu {
		display: inline-flex;
	}
	.menu_items {
		position: fixed;
		width: 100vw;
		height: calc(100% - 65px);
		top: -100vh;
		text-align: center;
		transition: all 0.4s;
		flex-direction: column;
		background-color: rgba(0, 0, 0, 0.7);
	}
	.menu_items li {
		margin: 30px 0 0 0;
		line-height: 30px;
	}
	.menu_items li:hover {
		background: none;
	}
	.menu_items li a {
		font-size: 20px;
		color: rgb(255, 255, 255);
		font-weight: bold;
	}
	.menu_items li a:hover {
		color: black;
	}
	
}


@media screen and (max-width: 858px) and (orientation: landscape) {
	.menu_items li {
		margin: 5px 0 0 0;
	}
	.menu_items {
		overflow: scroll;
		height: calc(100% - 65px);
	}
}
