.lp {
    width: 100%;
    height: 100vh;
    background: url(/img/fundoLp.jpg) no-repeat center center fixed;
    background-size: cover;
    background-attachment: fixed;
}

.lp .textfield {
    margin-left: 10%;
}

.lp .textfield h1 {
    color: white;
    font-size: 50px;
    text-align: start;
    margin-top: -5%;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-top: 5%;
    margin-bottom: 3%;
}
.lp .textfield p {
    color: #fff;
    font-size: 17px;
    font-weight: lighter;
    margin-bottom: 5%;
    text-align: start;
}

.lp .textfield a {
    padding: 15px 35px 15px 35px;
    border-radius: 35px;
    border: 2px solid #d3a552;
    text-decoration: none;
    color: #d3a552;
    font-size: 20px;
    transition: .5s;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}


.lp .textfield a:hover {
    color: #fff;
    background-color: #d3a552;
}

/* landing page */

/* s1 */

#s1 .box {
    margin-top: 100px;
}

#s1 .box .textfield {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#s1 .box .textfield p {
    text-align: justify;
    margin-top: 1.5%;
    font-size: 18px;
}

#s1 .box .textfield span {
    margin-bottom: 5%;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
}

#s1 .box .textfield h1 {
    text-align: center;
    font-size: 40px;
    font-style: italic;
    color: #fff;
}

#s1 .box .img {
  width: 30%;
}

#s1 .box .img img {
  margin-left: 10%;
  width: 400px;
}

/* s1 */

/* s2 */

#s2 .box .img {
    width: 40%;
    text-align: center;
    margin-right: 5%;
}

#s2 .box .img img {
    width: 400px;
}

#s2 .box .textfield {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.nav-pp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
}

.nav-pp a {
    width: 47%;
    padding: 10px 25px 10px 25px;
    text-decoration: none;
    transition: .5s;
    display: flex;
    border: 1px solid #b0b0b0;
}

.nav-pp a:hover {
    background-color: #d3a552;
    transform: scale(.9);
}

.nav-pp a:hover p {
    color: #fff;
}

.nav-pp a:hover p span {
    color: #fff;
}

.nav-pp .icon-pp {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-pp a p {
    width: 65%;
    margin-left: 5%;
    font-size: 17px;
    color: #6f6f6f;

}

.nav-pp a p span {
    font-size: 20px;
    color: #6f6f6f;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
}

.nav-pp a img {
    width: 50px;
}

/* s2 */

/* s3 */

#s3 .box .img {
    width: 40%;
    text-align: center;
    margin-left: 5%;
}

#s3 .box .img img {
    width: 400px;
}

#s3 .box .textfield {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
}

#s3 .box .textfield a {
    text-decoration: none;
    border: 1px solid #6f6f6f;
    color: rgb(111, 111, 111);
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    margin-top: 10%;
    transition: 0.5s;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: bold;
}

#s3 .box .textfield a:hover {
    background-color: #d3a552;
    color: #fff;
    transform: scale(.9);
}

/* s3 */

@media (max-width: 800px) {
    .lp {
      background-attachment: scroll;
    }
    .lp .textfield {
        margin: auto;
        margin-left: 20px;
        margin-top: 20px;
        width: 90%;
        height: 55%;
        text-align: start;
        position: relative;
    }

    .lp .textfield h1 {
        font-size: 35px;
        text-align: start;
    }

    .lp .textfield p {
        display: none;
    }

    .lp .textfield a {
      font-size: 17px;
      background-color: #d3a552;
      color: #fff;
      position: absolute;
      bottom: 0;
    }

    #s1 .box .textfield {
        width: 100%;
    }

    #s1 .box .textfield p {
        text-align: justify;
        font-size: 15px;
    }

    #s1 .box .img {
      width: 100%;
    }

    #s1 .box .img img {
      margin-left: -5%;
    }

    #s1 .box {
      flex-direction: column-reverse;
    }

    #s1 .box .textfield h1 {
        font-size: 30px;
        text-align: start;
    }

    #s1 .box .textfield p {
      margin-top: 30px;
    }

    #s2 .box {
        flex-direction: column;
    }

    #s2 .box .img {
        width: 100%;
        margin: 0;
    }
    
    #s2 .box .img img {
        width: 300px;
    }
    
    #s2 .box .textfield {
        width: 100%;
        align-items: center;
    }

    #s2 .box .textfield p {
        text-align: justify;
    }
    
    .nav-pp {
        width: 100%;
        margin-top: 10%;
        height: auto;
        flex-direction: column;
    }
    
    .nav-pp a {
        width: 100%;
        margin-top: 5%;
        padding: 10px 15px 7px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .nav-pp .icon-pp {
        width: 30%;
    }

    .nav-pp a p {
      margin-top: -5px;
    }
    
    .nav-pp a p span {
        font-size: 20px;
    }

    #s3 .box {
        flex-direction: column-reverse;
    }

    #s3 .box .img {
        width: 100%;
        margin: 0;
    }
    
    #s3 .box .img img {
        width: 300px;
    }
    
    #s3 .box .textfield {
        width: 100%;
        align-items: flex-start;
    }

    #s3 .box .textfield p {
        text-align: justify;
    }

  
}

.cookies-msg {
    z-index: 5;
    width: 30%;
    background-color: #b0b0b0;
    position: fixed;
    bottom: 5%;
    left: 95%;
    transform: translate(-95%);
    border-radius: 15px;
    padding: 10px;
    display: none;
}

.cookies-msg.mostrar{
    display: block;
}

.cookies-msg .cookies-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding: 20px
}

.cookies-msg .cookies-txt p {
  color: black;
}

.cookies-msg .cookies-btn {
    margin-left: 10px;
}

.cookies-msg .cookies-btn button {
    background-color: #d3a552;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 40px;
    cursor: pointer;
    transition: .2s;
}

.cookies-msg .cookies-btn button:hover {
    transform: scale(0.9);
}

@media (max-width: 800px) {
  .cookies-msg {
    width: 80%;
    left: 50%;
    transform: translate(-50%);
  }
}