* {
    font-family: 'Droid Serif', serif;
    text-rendering:optimizeLegibility;
    font-style: italic;
    font-weight: normal;
    -webkit-font-smoothing:antialiased;
     -moz-osx-font-smoothing:grayscale;
}
body{
    margin: 0;
    padding: 0;
    background:#ddc1a6;
    padding-top:15px;
}
#wrapper{
    display:block;
    position:relative;
    height:calc(100vh - 15px);
    width:100vw;
    background:#000;
}
#banners {
    display:flex;
    position:absolute;
    height:100%;
    width:100vw;
    overflow:hidden;
    top:0;
    z-index:10;
    left:0;
}
#banners .bannerItem {
    display:block;
    width:100vw;
    flex-shrink:0;
    text-align:center;
    height:calc(100vh - 15px);
    overflow:hidden;
}
#banners img {
   height:calc(100vh - 15px);
     width:100vw;
    object-fit:cover;
}
#logo{
     display:block;
    position:absolute;
    z-index:999999;
    max-width:90%;
    margin-left:-135px;
    left:50%;
    top:45px;

}
#header{
    display:flex;
    position:absolute;
    width: calc(100vw - 60px);
    padding: 30px;
    bottom:0;
    justify-content:space-between;
    z-index:999999;
    background:url(images/arabesco-branco.png) center no-repeat;
}
#header .socialButton{
    color:#fff;
    text-decoration:none;
    line-height:1em;
    border:solid 2px #fff;
    padding:10px;
    font-size:16pt;
    width:20px;
    text-align:center;
    border-radius:100%;
    margin-left:5px;
    transition:all 1s;
}
#header .socialButton:hover{
    
    background:rgba(256,256,256,0.4);
}
#header .socialButton:active{
   color:#fff;
    background:#555;
}
.callTextPage{
    color:#c9af96;
    background:#1d1d1b;
    display:block;
    line-height:1em;
    text-decoration:none;
    padding:14px 10px 0px;
    font-size:18px;
    position:relative;
    margin-left:40px;
    transition:all 1s;
}
.callTextPage:before {
    color:#fff;
    font-style:normal;
    text-decoration:none;
    line-height:1em;
    border:solid 2px #fff;
    padding:10px;
    font-size:12pt;
    width:16px;
    text-align:center;
    border-radius:100%;
    margin-left:5px;
    transition:all 1s;
    content:'\f067';
    font-family:'fontAwesome';
    font-weight:100;
    position:absolute;
    top:0;
    right:100%;
    margin-right:10px;
}
.callTextPage:hover{
    color:#1d1d1b;
    background:#c9af96;
}
.callTextPage:hover:before {
    background:rgba(256,256,256,0.4);
}
.callTextPage:active{
    color:#1d1d1b;
    background:#fff;
}
.callTextPage:active:before {
    color:#1d1d1b;
    background:#fff;
}
.bannerNav{
    display:block;
    position:absolute;
    background:rgba(220, 192, 165,0.3);
    width:48px;
    height:43px;
    top:calc(50% - 24px);
    margin: 0px 30px;
    color:#1d1d1b;
    text-decoration:none;
    font-weight:normal;
    font-size:25px;
    line-height:1.6em;
    padding-top:5px;
    text-align:center;
    transition:all 1s;
    z-index:999999;
}
.bannerNav:hover{
    background:rgba(220, 192, 165,1);
}
.bannerNav:active{
    background:rgba(256, 256, 256,1);
}
.fa:before{
    font-weight:normal !important;
}
.next{
    right:0;
}
#tela2{
    display:none;
    position:absolute;
    top:0;
    z-index:9999999999;
    background:#000;
    padding-top: 15vh;
    width:100vw;
    height: 85vh;
    color:#fff;
    text-align:center;
}
#tela2 h2{
    font-weight:normal;
    color:#dbbfa3;
    font-size: 21px;
    margin-bottom: 25px;
    margin-top: 25px;
}
#tela2 p{
    font-size: 16px;
    /* line-height: 25px; */
}
#tela2 a {
    text-decoration:none;
    color:#dbbfa3;
}
#tela2 h1, h2, p {
    max-width:90vw;
    width: 430px;
    line-height:2em;
    margin:auto;
}
#tela2 a.mailto {
    color: inherit;
    font-size: inherit !important;
    font-family:inherit;
    font-weight:inherit;
}
@media screen and (max-width:640px){
    #header{
        width:calc(100vw - 20px);
        padding:10px;
        background:none;
    }
    #tela2{
        padding-top:5vh;
        height:95vh;
    }
    #tela2 h1, h2, p {
        line-height:1.6em;
    }
    #header .socialButton{
        color:#fff;
        text-decoration:none;
        line-height:1em;
        border:solid 2px #fff;
        padding:8px;
        font-size:14pt;
        width:16px;
        text-align:center;
        border-radius:100%;
        margin-left:3px;
        transition:all 1s;
    }
    .bannerNav{
        margin:0px 15px;
    }
    .callTextPage{
        font-size:12px;
        margin-left:0px;
    }
    .callTextPage:before {
        display:none;
    }
}

@media screen and (max-height: 570px){
    #tela2 h1, #tela2 h2, #tela2  p {
     line-height: 1.7em !important;
     font-size:14px;
    }
}
@media screen and (max-height: 520px){
    #tela2 h1, #tela2 h2, #tela2  p {
     line-height: 1.4em !important;
        font-size:14px;
    }
}
@media screen and (max-height: 380px){
    #tela2 {
        padding: 5vh;
        height:95vh;
    }

    #tela2 h1, #tela2 h2, #tela2  p {
     line-height: 1.2em !important;
     font-size:13px;
    }
}