body, html{
    font-family: roboto;
    background-image: url(../img/fondo.jpg);
    height: 100%;
    background-repeat: no-repeat;
}
.nav {
    height: 50px;
    width: 100%;
    background-color: #4d4d4d;
    position: relative;
  }
  
  .nav > .nav-header {
    display: inline;
  }
  
  .nav > .nav-header > .nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 10px 10px 10px 10px;
  }
  
  .nav > .nav-btn {
    display: none;
  }
  
  .nav > .nav-links {
    display: inline;
    float: right;
    font-size: 18px;
  }
  
  .nav > .nav-links > a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: #efefef;
  }
  
  .nav > .nav-links > a:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  
  .nav > #nav-check {
    display: none;
  }
  
  @media (max-width:600px) {
    .nav > .nav-btn {
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 0px;
    }
    .nav > .nav-btn > label {
      display: inline-block;
      width: 50px;
      height: 50px;
      padding: 13px;
    }
    .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
      background-color: rgba(0, 0, 0, 0.3);
    }
    .nav > .nav-btn > label > span {
      display: block;
      width: 25px;
      height: 10px;
      border-top: 2px solid #eee;
    }
    .nav > .nav-links {
      position: absolute;
      display: block;
      width: 100%;
      background-color: #333;
      height: 0px;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 50px;
      left: 0px;
    }
    .nav > .nav-links > a {
      display: block;
      width: 100%;
    }
    .nav > #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
      height: calc(100vh - 50px);
      overflow-y: auto;
    }
    
  }
.nav-title{
    font-family: satisfy;
}
.title{
    text-align: center;
    font-family: satisfy;
    font-size: 600%;
    -webkit-text-stroke: 1px white;
    color: black; 
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

 
 /* Para absorver tamaño extra de la caja de fotos */
  * {
    box-sizing: border-box;
}

.column {
    float: left;
    width: 20%;
    padding-right: 5px;
    overflow:hidden;
    
    
}
.column:hover{
    -webkit-transform:scale(0.9);transform:scale(0.9);
}

.row::after {
   
    clear: both;
    display: table;
    
    
}

img {
    /* Para que sea responsive */
    display:block;
    column-span:all;
    width: 100%;
}

footer {
    position: relative;
    text-align: center;
    background-color: black;
    color: white;
    bottom:0;
    clear:both;
    width:100%;
    height:100px;
}
a{
    color: white;
    text-decoration:none;
}

h1{
    text-align: center;
    font-family: satisfy;
    font-size: 400%;

}

h3{
    text-align: center;
    font-family: satisfy;
    font-size: 2vw;
      
  }

h4{
    font-size: 2vw;
    font-family: 'Nanum Gothic', sans-serif;
    padding: 1%;
    
}
h5{
    font-size: 100%;
}
.round{
   border: 1px solid gray;
   background-image: url(../img/fondot.jpg);
   display:flex;
   justify-content:space-around;
   column-span:all;
   width: 100%;
   height: 300px;
   

}

p{
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 25px;
    color: black;
    padding:10px;
    margin:10px;

}
#pmain{
    font-family: 'Caveat', cursive;
    font-size: 40px;
}
.container img{
    
	overflow: hidden;
	margin-bottom: 40px;
	border-radius: 5px;

    opacity: 0;
	transform: scale(0.9);
	transition: .7s ease-in-out all;
    display:block;
    column-span:all;
    width: 100%;
}
.container img.visible {
	opacity: 1;
	transform: scale(1) translateX(0);
}

button{
    width: 40%;
    display: block;
    margin: auto;
    padding: 12px;

    background-color: black;
    border: none;
    cursor: pointer;
    border-radius: 20px;

}
#questionnaire{
    width: 20%; 
    margin-top: 20cm;
    justify-content: space-between;
    font-family: satisfy;
    font-size: 25px;
}
