/*slide container*/
.slide-p:nth-child(1){
     width: 100%;
     float: left;
     height: 50px;
     border-bottom: 1px solid #634f42;
 }

.slide-p:nth-child(2){
    width: 100%;
    float: left;
    height: 50px;
    display: none;
    border-bottom: 1px solid #634f42;

}
.slide-p .slide-d{
    width: calc(100% / 5);
    float: left;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-weight: 900;
    font-size: 20px;
    color: #44362f;
}

.slide-p .slide-d:active{
    color: #010101;
}

.slide-class{
    width: 100%;
    float: left;
}
.slide-class:nth-child(1){
    height: 362px;
}

.slide-class:nth-child(2){
    height: auto;
}
.slide-class:nth-child(3){
    height: auto;
}

.slide-class:nth-child(4){
    height: 362px;
}

/*slide 1*/
.slide-p-top{
    padding: 35px 0 30px;
}

.slide-w-1{
    height: 100%;
    width: 50%;
    float: left;
    position: relative;
}

.slide-w-1 h2:nth-child(1){
    font-size: 30px;
    max-width: 70%;
    font-weight: 300;
}

.slide-w-1 p:nth-child(2){
    max-width: 70%;
    font-weight: 300;
    line-height: 20px;
    margin-top: 20px;

}
.button-slide-1{
    line-height: 30px;
    color: rgb(99,79,66);
    border-width: 2px;
    font-weight: 500;
    border-style: solid;
    background-color: #fefaff;
    border-color:rgb(215, 199, 38);
    border-image: initial;
    width: 20%;
    height: 12%;
    outline: none;
    border-radius: 20px;
    margin-top: 2%;
}

.slide-w-1:nth-child(1):after{
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 90%;
    top: 20px;
    border-radius: 20px;
    background-color: rgba(17, 14, 15, 0.47);
    position: absolute;
    right: 3%;
}

.slide-w-1 ol{
    width: 100%;
    float: left;
    list-style: none;
    cursor: default;
    margin-top: 4%;
    padding-left: 1%;

}



.slide-w-1 ol li{
    width: 38px;
    height: 38px;
    float: left;
    border-radius: 50px;
    background-color: #00b3ee;
    margin: auto 2px;
}

.slide-w-1 ol a:nth-child(1) li{
    background-image: url("../../img/icone-socias/facebook.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 0;
    background-attachment: inherit;
    background-color: #386aff;
}

.slide-w-1 ol a:nth-child(2) li{
    background-image: url("../../img/icone-socias/Instagram_logo_2016.svg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 0;
    background-attachment: inherit;

}

.slide-w-1 ol a:nth-child(3) li{
    background-image: url("../../img/icone-socias/whatsapp.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 0;
    background-attachment: inherit;
    background-color: #2eff24;

}


.slide-w-1 ol a:nth-child(4) li{
    background-image: url("../../img/icone-socias/email.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 0;
    background-attachment: inherit;
    background-color: #a9aaa4;

}

/*slide 1 buttom nth 2*/
[class*=button-ev]{
    width: 230px;
    height: 40px;
    border-radius: 50px;
    border: 0;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #fefaff;
}

.button-ev-b{
    background: linear-gradient(45deg, #ed4e0f 0%, #f7833d 100%);
    display: block;
    margin-bottom: 10%;

}

.button-ev-t{
    background: linear-gradient(45deg,#ed1c24 0%,#f73740 100%);
    display: block;
    margin-top: 5%;
    margin-bottom: 2%;
}

.slide-w-1:nth-child(2) .slide-w-c{
    width: 80%;
    float: left;
    height: auto;
    margin: 0 auto;
}

.slide-w-1:nth-child(2) .slide-w-n{
   width: 20%;
    float: left;
    height: auto;
}

.slide-w-1:nth-child(2) .slide-w-n{
    display: block;
    padding: 0 auto;

}

.slide-w-1:nth-child(2) .slide-w-n ul{
    display: block;
    width:50%;
    height: 100%;
    list-style: none;
    margin: 0 auto;
}

.slide-w-1:nth-child(2) .slide-w-n ul li{
    width: 38px;
    height: 38px;
    display: block;
    margin: 10px auto;
    border-radius: 50px;
    background-color: #ece8ed;
}

.slide-w-1:nth-child(2) .slide-w-n ul li:nth-child(1){
    background-image: url("../../img/icon/icon-visao-geral-le-2.png");
    background-repeat: no-repeat;
    background-size: 110% auto;
    background-position: center;
}

.slide-w-1:nth-child(2) .slide-w-n ul li:nth-child(2){
    background-image: url("../../img/icon/icon-galeria-le-2.png");
    background-repeat: no-repeat;
    background-size: 110% auto;
    background-position: center;
}
.slide-w-1:nth-child(2) .slide-w-n ul li:nth-child(3){
    background-image: url("../../img/icon/icon-planta-lere-2.png");
    background-repeat: no-repeat;
    background-size: 115% auto;
    background-position: center;
}
.slide-w-1:nth-child(2) .slide-w-n ul li:nth-child(4){
    background-image: url("../../img/icon/icon-localizacao-le-2.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}



/*slide 1 nth 1*/
.slide-w-1:nth-child(2) p{
    font-size: 16px;
    font-weight: 300;
    display: block;
}
.slide-w-1:nth-child(2) p:nth-child(3){
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-decoration: underline;
}
.slide-w-1:nth-child(2) h2{
    color: #3d3037;
    font-size: 38px;
    font-weight: 900;
    display: block;
    line-height: 42px;
}

/*slide 2*/

.slide-w-detalhes{
}

.slide-w-detalhes h2{
   font-size: 30px;
   font-weight: 300;
   text-align: center;
   width: 100%;
   height: 10%;
   border-bottom: 1px solid rgb(237, 235, 55);
    padding-bottom: 5%;

}

.slide-w-detalhes p{
    text-align: left;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
    margin-top: 20px;
}

.slide-w-detalhes .button-detalhes{
    width: 15%;
    height: 9%;
    border-radius: 50px;
    margin: 0 auto;
    display: block;
    line-height: 20px;
    color: rgb(178, 123, 67);
    background-color: #fefaff;
    border-color: rgb(178, 123, 67);
    border-image: initial;
    outline: none;
    margin-top: 1%;

}

/*slide show animate*/
.slide-show-animate{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    transform: translateY(0px);
    position: relative;
}

@-webkit-keyframes fade {
    0%{
        opacity: .4;
        transform:translatey(300px);
    }

    100%{
        opacity: 1;
        transform:translatey(50px);

    }
}

@keyframes fade {

    0%{
        opacity: 0;
        transform:translatey(300px);
    }

    100%{
        transform:translatey(0px);
    }
}

.ativo{
    background-color: #20c997;
}
.slide-class{
    display: none;
}

.container-b .slide-class:nth-child(1){
    display: block;
}
@media only screen and (max-width: 1000px) {

    .slide-class:nth-child(1){
        height: auto;
    }
    .slide-class:nth-child(2){
        height: auto;
    }
    .slide-class:nth-child(3){
        height: auto;
    }
    .slide-class:nth-child(4){

    }
    .slide-w-1 {
        width: 100%;
        height: auto;
    }

    .slide-w-1 ol {
        width: 100%;
        float: left;
        list-style: none;
        cursor: default;
    }
    .slide-w-1:nth-child(2) p{
        width: 100%;
        float: left;

    }
    .slide-w-1:nth-child(2) h2{
        width: 100%;
        float: left;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .button-ev-t{
        margin-top: 5%;
        margin-left: 5%;
        width: 100%;
        float: left;
    }
    .button-ev-b{
        width: 100%;
        float: left;
        margin-left: 5%;
    }

    .slide-w-1 .button-slide-1{
        width: 80%;
        margin: 2% auto;
        display: block;
        height: 40px;

    }

    .slide-w-1:nth-child(2) .slide-w-n ul{
        height: auto;
    }
    .slide-w-n{
        height: auto;
    }
    .slide-p .slide-d{
        font-size: 18px;
    }
    .slide-p .slide-d:nth-child(2) {
        font-size: 18px;
    }

    .slide-show-animate{
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
        transform: translateY(0px);
        position: relative;
        width: 100%;
    }


}

@media only screen and (max-width: 500px) {
    .slide-p:nth-child(1){
        width: 100%;
        float: left;
        display: none;
        height: 50px;
        border-bottom: 1px solid rgb(121, 90, 64);
    }
    .slide-p:nth-child(2){
        width: 100%;
        float: left;
        height: 50px;
        display: block;
        border-bottom: 1px solid rgb(121, 90, 64);
    }


    .slide-class:nth-child(1){
        height: auto;
    }
    .slide-class:nth-child(2){
        height: auto;
    }
    .slide-class:nth-child(3){
        height: auto;
    }
    .slide-class:nth-child(4){

    }
    .slide-w-1 {
        width: 100%;
        height: auto;
    }
    .slide-w-1{
        width: 100%;
    }

    .slide-w-1 h2{
        text-align: center;
        margin: 0 auto;
    }
    .slide-w-1 p{
        text-align: center;
        margin: 0 auto;
    }

    .slide-w-1 ol {
        width: 100%;
        float: left;
        list-style: none;
        cursor: default;
        padding-left: 12%;
    }
    .slide-w-1:nth-child(2) p{
        width: 100%;
        float: left;

    }
    .slide-w-1:nth-child(2) h2{
      width: 100%;
      float: left;
      margin-top: 2%;
        margin-bottom: 2%;
    }
    .button-ev-t{
        margin-left: 8%;
        width: 80%;
        display: block;
        float: left;

    }
    .button-ev-b{
        margin-left: 8%;
        width: 80%;
        display: block;
        float: left;
    }

    .slide-w-1 .button-slide-1{
        width: 80%;
        margin: 2% auto;
        display: block;
        height: 40px;

    }

    .slide-w-detalhes .button-detalhes{
        width: 80%;
        height: 40px;
        border-radius: 50px;
        margin: 0 auto;
        display: block;
        line-height: 20px;
        color: rgb(178, 123, 67);
        background-color: #fefaff;
        border-color: rgb(178, 123, 67);
        border-image: initial;
        outline: none;
        margin-top: 1%;

    }
    .slide-w-1:nth-child(2) .slide-w-c{
        width: 100%;
        float: left;
        height: auto;
        margin: 0 auto;
    }

    .slide-w-n{
        display: none;
    }
    .slide-w-1:nth-child(2) .slide-w-n{
        display: none;
    }

    .slide-w-1:nth-child(2) .slide-w-n ul{
        height: auto;
    }
    .slide-w-n{
        height: auto;
    }
    .slide-p .slide-d{
        font-size: 12px;
    }
    .slide-p .slide-d:nth-child(2) {
        font-size: 12px;
    }

    .slide-w-detalhes p{
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;

    }
}
