html, body{
    background: url(assets/img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    height: 100%;
    overflow-x: hidden;
}
a:hover{
    color: #FFF;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.navbar{
    background-color: #C8BBA5;
}
.container.caixa{
    background-color: rgba(255, 255, 255, 0.782);
    width: 70%;
}

.p1-img{
    position: relative;
    height: auto;
}
.p1-img svg{
    position: relative;
    width: 85%;
    border-radius: 50%;
}

.p1-text{
    position: relative;
    left: 20;
    height: auto;
    color: #6a6a6a;
}
.p2-img{
    position: relative;
}
.p2-img object{
    position: relative;
    left: -2vw;
}
.p3-img img{
    width: 100%;
    margin: 0;
    padding: 0;
}

.container.caixa-2{
    width: 70%;
}

@media screen and (min-width: 768px) {
    .p1-text p{
        position: relative;
        top: 45%;
        font-size: x-large;
    }
    .p2-mb{
        display: none;
    }
    .p3-mb{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .p1-text{
        padding-top: 15px;
    }
    .p1-text p{
        width: 85%;
        display: block;
        margin-right: auto;
        font-size: small;
    }
    .p1-text p br{
        display: none;
    }
    .p1-img svg{
        width: 90%;
        border-radius: 50%;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .p2-img .p2-dk, .p2-img .p2-mb{
        width: 120%;
        height: 100%;
        left: -8vw;
        padding-top: 15px;
        padding-bottom: 25px;
    }
    .p2-dk{
        display: none;
    }
    .p3-dk{
        display: none;
    }
    .p3-img{
        display: none;
    }
    .p3-mb{
        background-image: url(assets/img/p3-stxt-mb.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
    }
    .p3-mb h1{
        color: #644a30;
        font-size: medium;
    }
    .p3-mb p{
        font-size: small;
    }
    .p3-titulo{
        margin-top: 45%;
    }
    .bg-custom{
        background-color: #805e4bc9;
    }
    .container.caixa, .container.caixa-2{
        width: 95%;
    } 
}

.wpp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
    transition: transform .2s;
}

.wpp-child{
	margin-top:16px;
    transition: transform .2s;
}
.wpp-child:hover{
    transform: scale(1.5);
}