@charset "utf-8";

/*reglas de index.html*/
*{box-sizing: border-box;  
}

/*contenido total*/
    body{
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    text-align: center;
    list-style: none;
    max-width: 50rem;
    margin: auto;
    background-color:#f2cf8d;
    }
    
/*Portada*/
    header nav ul {
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
        
    padding:0em 1em 0em 1em;
    list-style: none;
    background-color:rgba(255, 152, 100, 1);
}
    .logopuente{
    margin-top:0.5em;
    margin-bottom: 0.1em;
    width:80%;
    border-radius: 0px;
}
    
/*Menú desplegable*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: #04d9c4;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 100px;
  z-index: 9999;
}

.sidenav a{
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color:white;
  text-transform: uppercase;
  display: block; 
  transition: 0.3s ease;
    font-weight:500;
    font-family: sans-serif;
} 

.sidenav a:hover {
  background-color:#f24738;
  color:#f2d479;
  font-weight:900;
}

.sidenav .closebtn {
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
  padding-left:8px;
}

span{
    color:#04d9c4;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*banner*/

#banner{   
    background-image: url(http://www.diazcortez.com.ar/acumar/puentetransbordador/jt03/imagenes/puente3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    padding-top:15em;
    padding-bottom:0.2em;
    border-radius: 10px;
    font-family: sans-serif;
}

.titulo h4{
    background-color:#F2CF8D;
    border-radius: 5px;
    margin-left: 1em;
    margin-right: 35em;
    padding-left: 1.1em;
    padding-top: 1em;
    padding-bottom: 1em;
    color: white;
;
}

h5{
    background-color: #03A696;
    padding-bottom: 1em;
    padding-top: 1em;
    color: white;
    font-family:sans-serif;
    font-size: 1.4em;
}

.videoresponsive{
    padding-bottom: 1em;
    padding-top: 1em;
    margin: auto;
    
    
}
@media screen and (min-width: 680px)
#bienvenida .videoresponsive {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 60%;
}
.videoresponsive {
    position: relative;
    margin: auto;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 15px;
    margin-top: 25px;
}
.videoresponsive iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}
@media screen and (min-width: 680px)
#bienvenida .videoresponsive iframe {
    width: 100%;
    padding: 0;
    margin: 0;
}

    /*actividades*/
.agenda h2{
    background-color: #F2CF8D;
    color:#03A696;
}

#transbordadortexto{
   font-family: sans-serif;
}
.transbordadortexto h1{
    background-color: #03A696;
    color: #f2bc79;
}
.transbordador1 { 
    background-color: rgba(255, 255, 255, 0.74);
    border-radius: 15px;
    padding: 1em;
    margin: 1em;
    font-family: sans-serif;
    flex-wrap: wrap;
    display: block;
}

.transbordador1 img{
    border-radius: 30px;
}

.transbordador1 h3{ 
   color:#03A696;
}

.transbordador1 p{
    color: #f24738;
}

.transbordador h3 {
    color:aqua;
    font-family: sans-serif;
    
}
    h2{
    background-color: #03A696;
    justify-content:space-between;
    text-align: center;
    list-style: none;
    overflow: hidden;
    border-radius: 0.4em;
    font-family: sans-serif;
    display: flex;
    display: block;
    padding: 0.5em;
    padding-right: 0.5em;
    color: #f2bc79;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0em;
    font-size: 2em;
    
    }
    
    
/*puente*/

.titulo1 h2{
    background-color: #03A696;
    color: white;
    margin-top: 0;
     border-radius: 0em;
}


    h1{
       list-style: none;
        font-family: sans-serif;
        color:white;
        background-color: #00AEAF;
        border-radius: 10px;
        
    }

.texto h3{
    font-family: sans-serif;
    color:#03A696;
}
/*contacto*/ 

section {
    display: block;
}
   form {
    display: block;
}
form label {
    display: block;
    font-family: sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin:auto;
    color: white;
}
label {
    cursor: default;
}
.field {
    border: solid 1px;
    border-color: #00AEAF;
    background-color:#00AEAF;
    width: 100%;
    padding: 8px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: white;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display:block;
    text-align: center;
    appearance: textfield;
    cursor: text;
    margin: 2em 0em 2em 0em;
}
form a {
    font-family:sans-serif;
    text-transform: uppercase;
    display: block;
    background-color: #f24738;
    color:#f2bc79;
    padding: 10px;
    text-align: center;
    border-radius: 10px;

}
a {
    text-decoration: none;
}   

div {
    display: block;
   }

/*footer*/

.footer{
    font-family: sans-serif;
    padding: 1em 1.5em;
    background-color: #03A696;
    list-style: none;
    margin-top: 1.5em;
}

.footer h3{
    font-weight: 700;
    color: white;
    margin-top: 2em;
    text-align: center;
    background-color: #F2CF8D;
    border-radius: 20px;
    padding: 0.3em;
}

.footer p{
    margin-top: 0.5em;
    margin-bottom: 2em;
    font-weight: 300;
    color: white;
}

.footer h6{
    color: #F2CF8D;
}
.menu li{
    padding-top: 2em;
    padding-bottom: 2em;
    list-style: none;
    text-align: center;   
    
}

.menu li a{
    color: black;
    font-weight: 400;
    margin: 2em 0;
    color: white;
}

.menu li a:hover{
    color: #f24738;
    background-color: #f2bc79;
    padding: 1em;
    margin: 0.3em;
    border-radius: 10px;
}


.redes a img{
   width: 15%;
    background-color: #f2bc79;
    border-radius: 40em;
    box-shadow: 4px 4px; color: rgba(0, 0, 0, 0.23);
    
    
} 

/*museo*/
.nuestrosrecorridos {
    align-content: center;
    display: flex;
    flex-direction: column;
}
.descripcion {
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size:1.3em;
    padding: 1em 2em;
}
@media (min-width: 360px)
.museos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 360px)
.texto {
    font-weight: 300;
    font-size: 150%;
    padding: 1em 6em 1em;
}


.museos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.museo {
    background-color: rgba(255, 255, 255, 0.74);
    border-radius: 30px;
    padding: 1.5em;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 2em;
    padding-bottom: 3em;
    margin-left: 1em;
    margin-right: 1em;
    flex-basis: 80%;
    
    
}
img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 1em;
    box-sizing: 5em;
}
div {
    display: block;
}
p {
    display: block;
    color: gray; 
}
.museos a{
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 700;
    background-color: #2BBDBF;
    padding: 0.7em;
    border-radius: 15px;
     
}

a{
   align-self: flex-end;
   justify-content: center;
}
/*recorridos*/

.nuestrosrecorridos {
    align-content: center;
    display: flex;
    flex-direction: column;
}
.descripcion {
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size:1.3em;
    padding: 1em 2em;
}

.recorrido a:hover {
    color: white;
    background-color: #f24738;
}

}
@media (min-width: 360px)
    
.recorridos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 360px)
.texto {
    font-weight: 300;
    font-size: 150%;
    padding: 1em 6em 1em;
}


.recorridos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.recorrido {
    background-color: rgba(255, 255, 255, 0.74);
    border-radius: 30px;
    padding: 2em;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 2em;
    padding-bottom: 3em;
    margin-left: 1em;
    margin-right: 1em;
    flex-basis: 80%;
    
    
}
img {
    max-width: 100%;
    height: auto;
}
div {
    display: block;
}
p {
    display: block;
    color: #f24738;
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
    font-family: sans-serif;
}
.recorridos a{
    
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 700;
    background-color: #04d9c4;
    padding: 0.5em 1em;
    border-radius: 15px;
    margin-top: auto;
}

a{
   justify-content: center;

}


}
.datosdereserva {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.datosdereserva{
    background-color: rgba(255, 152, 100, 1);
    max-width: 60em;
    min-width: 17em;
    max-height: 100%;
    margin: auto;
    font-family: Montserrat;
    display: flex;
    flex-direction: column;
    align-content: center;
    color: white;
    font-size: 14pt;
    padding: 1.5em;
    align-items: center;
    align-content: flex-end
    list-style: none;
}
.datosdereserva h2{
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 150%;
    margin: auto;
    color:white;
    justify-content: center;
    display: flex;
    background-color: rgba(255, 152, 100, 1);
}
.datosdereserva h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 110%;
    text-align: center;
    background-color: #ff9864;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}
#reserva input {
    background-color: white;
    padding: 0.5em;
    border: none;
    width: 15em;
    font-family: Open Sans;
}
input[type="time" i] {
    align-items: center;
    display: -webkit-inline-flex;
    font-family: monospace;
    overflow: hidden;
    padding: 140px 20px 140px 20 px;
}
input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: text;
    margin: 2em 0em;
    font: 400 13.3333px;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}
.datosdereserva a{
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 500;
    background-color: #2BBDBF;
    padding: 0.6em;
    border-radius: 15px;
    align-self: flex-end;
   
    
    
}
.recorrido a {
    justify-content: flex-end;
     margin top: 6em;
}

