* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    scroll-behavior: smooth;
    text-align: justify;
}
body {
    font-family: 'Lora', serif;
    background-color: #f2f2eb;
    color: #373736;
    line-height: 1.8em;
    font-size: 1em;
}
header {
    display: flex;
    position: absolute;
    height: 104px;
    top: 0;
    width: 100%;
    justify-content: space-between;
    padding: 30px 16%;
    background: #373736;
    z-index: 2;
    transition: all .3s ease-in-out;
}
.logo {
    cursor: pointer;
    width: 271px;
    margin-top: -15px;
}
a:hover {
    color: #facd46;
}
.card-top p {
    margin: 20px auto;
}
.card-top h2 {
    margin: 20px auto;
}
.parallax-1 {
    background-image: url("../img/background_main.jpg");
    height: 946px; 
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.parallax-3 {
	position: relative;
}
.two {
    visibility: hidden;
	position: relative;
}
#two {
	position: absolute;
    margin-top: -100px;
}
#three,
#four {
	position: absolute;
    margin-top: -100px;
}

.container-triple {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin: -240px 0 60px;
}
.card-top {
    width: 350px;
    height: 170px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 15px 30px -5px rgba(112, 112, 104, 0.40);
    border-radius: 5px;
    margin: 0 20px 35px;
    padding: 0 8px;
}
.containter-wide {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    margin: 10px auto;
}
.container-main {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    justify-content: center;
}
.box {
    display: block;
    width: 550px;
    height: auto;
    margin: 3em 1em;
    align-items: flex-start;
}
.box img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}
.label {
    position: absolute;
}
h2 {
    font-weight: 700;
    font-size: 2em;
}
.collapsible {
    background-color: #fff;
    color: #373736;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    box-shadow: 0px 15px 30px -10px rgba(112, 112, 104, 0.30);
    border-radius: 5px;
    margin: 10px 0;
    font-family: 'Lora', serif;
    font-size: 1em;
}
.active, .collapsible:hover {
    background-color: #555;
    color: #fff;
    transition: all .5s;
    text-shadow: 0px 2px 5px #555;
}
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}
#coll_small {
    background-color: #f2f2eb;
    box-shadow: none;
    width: 120px;
    padding: 0;
}
#cont_small {
    padding: 0;
}
#map {
    height: auto;
    width: auto;
}

.footer {
    background-color: #555;
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    font-size: .7em;
}
.container-foot {
    display: flex;
    width: 70%;
    flex-wrap: wrap;
    margin: 10px auto;
    justify-content: center;
    color: #c9c9c3;
}
.footer a {
    color: #c9c9c3;
}
.rodo {
    width: 80%;
    margin: 10px auto;
    
}
.rodo li {
    list-style-type: none;
}
.navabsolute {
    position: absolute;
    top: 1.8em;
    right: 18%;
}

.topnav {
    overflow: hidden;
    background-color: #373736;
    box-shadow: 0px 15px 30px -10px rgba(55, 55, 54, 0.582);
    border-radius: 5px;
}
  
.topnav a {
    float: left;
    display: block;
    color: #f2f2eb;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
  
.topnav a:hover {
    background-color: #f2f2eb;
    color: #373736;
    border-radius: 5px;
}
  
.topnav .icon {
    display: none;
}
  


  @media all and (max-width: 1170px) {
    .container-triple {
        display: none;
    }
    p {
        text-align: justify;
    }
    .logo {
        width: 250px;
    }
    header {
        display: block;
        padding: 30px 12%;
    }
    #secondbox {
        margin-top: -3em;
    }
    .parallax-1 {
        height: 500px;
    }
    .topnav a {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: relative;
        display: flex;
        margin-left: auto;
        justify-content: flex-end;
        width: fit-content;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }

}

@media all and (max-width: 800px) {
    .container-main {
        width: 100%;
    }
    .navabsolute {
        right: 12%;
    }
    .footer p {
        font-size: .6em;
    }
    .container-foot {
        width: 90%;

}

@media all and (max-width: 400px) {
    .logo {
        width: 200px;
        margin-top: 0;
    }
    header {
        display: block;
        padding: 30px 5%;
    }
    .navabsolute {
        right: 5%;
    }
    
}