@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

header {
    background-color: #017CA5;
    vertical-align: middle;
} 

header nav {
    display: inline-block;
}

header nav ul li {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

header nav ul li a {
    color: white;
    text-decoration: none;
    padding: 0.5em;
}

.menu div {
  width: 35px;
  height: 5px;
  background-color: white;
  margin:6px 0;
}


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

.header {
  background-color: #017CA5;
  position: relative;
  width: 100%;
  height: 50px;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow:auto;
  width: 100%;
}

.header ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: white;
}

.header ul li a:hover {
  background-color: aqua;
}

.header .menu-btn:hover {
    background-color: aqua;
}

.header .logo {
  display: block;
  float: left;
  padding: 5px 30px;
}

.header .menu {
  clear: both;
  max-height: 0px;
  font-size: 17px;
  /* top:30px; */
  margin-top: 10px;
  transition: max-height; 4s ease;
}


.header .menu li button{
  background-color: transparent;
  border:none;
  font-size: 22px;
  margin-right: 10px;
  margin-top: 0;
}

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 25px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #017CA5;
  display: block;
  height: 2px;
  position: relative;
  width: 25px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .1s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
}

.header .menu-icon .navicon:after {
  top: -5px;
}

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 400px;
  background-color: #017CA5;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 70em) {
    .logoacumar{
    width: 70em;
    }
    
    .titulop{
    width: 80%;
    margin: 0.5em;
    font: 300 100% 'montserrat';
    }

    
  .header h1{
    font-size: 50px;
  }
  .header li {
    float: left;
  }
  .header li a {
    padding: 10px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
  .header .menu li button{
    background-color: transparent;
  }
}

.isologo {
    max-width: 40%;
    }

.titulop{
    margin: 0.5em;
    font: 300 100% 'montserrat';
}

.logoacumar{
    width: 100%;
}

.loprimero {
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
  align-items: center;
}

h1 {
    color: white;
    display: flex;
    justify-content: center;
    font: 400 200% 'montserrat';
    margin: 1em;
    background-image: url(imagenes/fotoinicialps.jpg);
    padding: 10%;

}



.principal ul li {
    display: inline-block;
    background-color: #446376;
    color: white;
    padding: 1em;
    margin: 0.5em;
    border-radius: 0.5em;
    cursor: pointer;
    
}

/*hover de los botones*/
.principal ul li:hover {
    background-color: aqua;
}


.principal ul li a{
    color: white;
    padding: 1.5em;
}




/* Divisor blanco */

divisorblanco {
   height: 0.16em;
   max-width: 90%;
   background-color: whitesmoke;
   margin: 1em auto;
   border-radius: 2em;
}

/* Galeria */

.galeria ul li img {
	width: 100%;
    height: auto;
    margin: 1em 0 0 0;
    max-width: 20em;
}

.galeria ul li figcaption {
    background-color: white;
    font-size: 0.8em;
    font-family: montserrat;
    font-weight: 400;
	color: #444;
  line-height: 1.5em;
}

.galeria ul li {
    max-width: 20em;
    padding: 0.5em;
}

.galeria ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 1em;
}

/* Video */

.videoresponsive {
    position: relative;
    margin: auto;
    height: 0em;
    padding-bottom: 56.25%;
    margin: auto;
    width: 70%;
}

.videoresponsive iframe {
    position: absolute;
    height: 90%;
    width: 100%;
    left: 0%;
    box-shadow: 0.2em 0.2em 0.3em;
}

/* pantallas desde 992px */
@media only screen and (max-width: 992px){
    .videoresponsive{
        max-width: 900px;
    }
}
    
/* pantallas desde 1200px */
@media only screen and (max-width: 1200px)
{ 
    .videoresponsive{
        max-width: 1200px;
    }
    
}




.datosreserva {
    border-radius: 2em;
    margin: 2em;
    padding: 0em 2em 2em;
    background-color: #4c5373;
    color: white;
    font-family: 'Montserrat';
}

.datosreserva p {
    font-weight: 400;
    line-height: 1.8em;
}

form input {
    margin: 0.3em;
    border-radius: 0.5em;
    padding: 0.1em;
}

form select {
    margin: 0.3em;
    border-radius: 0.5em;
    padding: 0.5em;
}

.apellido{
    width: 15em;
    padding: 0.5em;
}

.tel{
    width: 13em;
     padding: 0.5em;
}

.email {
    width: 63%;
    padding: 0.5em;
}

.turno{
    padding: 0.5em;
}

.reservar{
    padding: 0.5em;
    margin: 0.3em;
    cursor: pointer;
    width: 6em;
    background-color: darkseagreen;
}

.borrar{
    padding: 0.5em;
    margin: 0.3em;
    cursor: pointer;
    width: 6em;
    background-color:indianred;
}

.historia {
    text-align: left;
    padding: 1em;
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
}

.fecha{ 
padding: 0.5em;
}

.invitados{
    padding: 0.5em;
}

.hora{
     padding: 0.5em;
}

.historia p {
    margin: 1em 0;
    font-weight: 400;
}

.nosotros {
    padding: 1em;
    
}

.nosotros ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.nosotros ul li{
    max-width: 20em;
    padding: 1em;
    width: 60em;
}

.nosotros ul li .titulo {
    font-weight: 600;
    text-align: center;
    padding: 0.5em;
    margin: 0.5em 0 0 0;
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.marcelafoto{
    border-radius: 100em;
    width: 35%;
    box-shadow: 0.2em 0.2em 0.3em;
}

.marcela {
  color: #4c5373;
    font-size: 1em;
    text-align: left;
    line-height: normal;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.marcelofoto{
    border-radius: 40em;
    width: 40%;
    box-shadow: 0.2em 0.2em 0.3em;
}

.marcelo{
    font-size: 1em;
    text-align: left;
    line-height: normal;
    font-weight: 300;
    font-family:'Montserrat', sans-serif;
    text-decoration: none;
}

.eduardofoto{
    border-radius: 60em;
    width: 43%;
    box-shadow: 0.2em 0.2em 0.3em;
}

.eduardo{
    font-size: 1em;
    text-align: left;
    line-height: normal;
    font-weight: 300;
    font-family:'Montserrat', sans-serif;
    text-decoration: none;
}


.preguntasfrecuentas  {
    text-align: left;
    padding: 1em;
    background-color: #eee;
    margin-top: auto;

}

h5{
    margin: 1.5em 0em 1em;
    font-size: 1em;
    font-weight: 600;
}

.envia{
    padding: 0.3em;
    background-color: darkseagreen;
    cursor: pointer;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

article h2{
    background-color: #eee;
    text-align: left;
    padding: 0.5em;
}

article p {
    margin: 1em 0;
    font size: 1em;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
    overflow: hidden;
   } 

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 2px;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 2px;
}

.active:after {
  content: "\2212";
}

body {
    background-color: #9CD7DB;
    text-align: center;
    color: #466274;
}

main {
    padding: 0em;
    letter-spacing: -0.04em;
    display: block;
}

main div ul {
    list-style: none;
}

main div ul li{
    margin: 0.5em;
}

main div ul li a {
    color: white;
}



  
.fotoinicial{  
  width: 80%;
  height: auto;
}

h2 {
    font-size: 1.8em;
    line-height: 2.5em; /* interlineado */
    padding: 2em;
    margin: 0;
    text-align: center;
}

h3 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.6em; /* interlineado */
    padding: 0.5em;
    margin: 0;
    text-align: left;
    font-weight: 600;
    background-color: white;
}

p {
    font-size: 1em;
    text-align: left;
    line-height: normal;
    font-weight: 400;
}


.escribi {
    width: 70%;
}

.escribinos h4{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #4c5373;
  color: white;
  text-align: center;  
  padding: 0.8em;
  font: 300 1em 'montserrat';
  
}


/* Redes */

.redesfinal {
    background-color: #466274;
    color:slategray;
    width: 100%; 
    height: auto;
    padding: 4em 0 1em 0;
}

.redesfinal h4 {
    color: white;
    padding: 1em;
    font-weight: 400;
}

.redesfinal div {
    display: flex;
    justify-content: center;
}

.redesfinal div ul {
    max-width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
}

.redesfinal div ul li {
    padding: 2em;
    align-content: center;
    display: flex;
    flex-direction: column;
}
.redesfinal div ul li a {
    width: 1.5em;
}

.redesfinal div ul li p {
    display: flex;
    justify-content: center;
    font-weight: 200
}


/* Footer */

footer {
    padding: 1em;
    background-color: black;
    width: 100%;
}

footer p {
    font-size: 0.4em;
    color: white;
}


/* Calendarioooo */

.active{
color:#679b9b;
}

a:hover{
  color:#679b9b;
}

.divcalendario {
    padding: 0em;
    margin: 2em 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulocalendario {
    padding: 0.5em;
  font: 300 28px 'montserrat';
  color: #4c5373;
}

section .calendario {
  overflow: hidden;
  display: block;
  float: left;
  width: 400px; height: auto;
    min-width: 400px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.25);
  border-radius: 5px;
}
.reservas header {
    position: relative;
    display: block;
    height: 70px;
    background: #e9eaf0;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.06);
  }

.reservas header h1 {
      padding: 0.6em;
    }

.reservas h4 {
    font-weight: 500;
}

.reservas header nav {
      overflow: hidden;
      position: absolute;
      display: block;
      right: 30px; top: 30px;
    }

.reservas header nav span {
        display: block;
        float: left;
        width: 11px; height: 20px;
        margin-left: 30px;
        cursor: pointer;
        background: url('http://ysfu.net/sprite.png') no-repeat;
      }

.reservas header nav span:first-of-type {
          background-position: -77px -4px;
        }

.reservas header nav span:first-of-type:hover {
            background-position: -106px -4px;
          }

.reservas header nav span:last-of-type {
          background-position: -90px -4px;
        }

.reservas header nav span:last-of-type:hover {
            background-position: -119px -4px;
          }

.calendario article {
    padding: 6px 0 25px 25px;

}

article b, article span {
    display: block;
    float: left;
    width: 40px; height: 40px;
    margin: 4px;
    text-align: center;
  }

  article b {
    font: 600 16px/45px 'montserrat';
    color: #91d9ff;
  }

  article span {
    font: 300 19px/45px 'montserrat';
    color: #4c5373;
    box-shadow: inset 0 0 1px 1px #d9dce5;
    border-radius: 2px;
    cursor: pointer;
  }
  article span.disable {
    color: #b6bacc;
    box-shadow: inset 0 0 1px 1px #f3f4f7;
  }
    article span:not(.disable):hover {
      background: #cdd0dd;
      box-shadow:
        inset 0 0 1px 1px #d9dce5,
        0 1px 3px -1px #cdd0dd;
    }
    article span:not(.disable):active {
      background: #b9becf;
      box-shadow:
        inset 0 1px 2px rgba(0,0,0,.18),
        0 0 0 #cdd0dd;
    }
    article span.active,
    article span.active:hover,
    article span.active:active {
      color: #fff;
      box-shadow:
        inset 0 0 1px 1px #90EE90,
        0 1px 3px -1px #90EE90;
      background: #90EE90;
    }

  article div {
    display: block;
    overflow: hidden;
    clear: both;
  }