
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Ruda:400,900,700);


body {
    background-color: #f2f2f2;
    font-family: 'Ruda', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;

}




/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ruda', sans-serif;
    font-weight: 900;
    color: #333;
}
.title{
    font-family: serif;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.goleft {
    text-align: left;
}

/* Links */
a {
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar {
    font-size: 14px;
    background: #ffffff;
}

.navbar-fixed-top {
    border-width: 0 0 0px;
    border-bottom-width: 0px;
}
/* ================== BASIC CONFIGURATION ================== */

.spacing i {
    padding-left: 8px;
    padding-right: 8px
}
/* margin top & Bottom */
.mt {
    margin-top: 50px;
    /*margin-bottom: 50px;*/
}

/* Special Margin for Wrap sections */
.mts {
    margin-top: -20px;
}


/* service icons */
.si {
    visibility: hidden;
}

.si:hover {
    background-color: #ffffff;
}

.si i {
    font-size: 40px;
    padding: 20px;
}

/* Padding top & bottom */
.pt {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Description Styling / Used in portfolio & Blog images footnotes */
.desc p {
    font-family: 'Ruda', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}

.desc p > i {
    font-size: 16px;
    color: #979797;
}

.desc p > i:hover {
    font-size: 16px;
    color: #e74c3c;
    cursor: pointer;
}

.desc p.lead {
    font-family: 'Ruda', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-top: -15px;
}

.desc p.time {
    font-family: 'Ruda', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-top: 0px;
    color: #979797;
    text-align: right;
}

.desc p.time > i {
    font-size: 12px;
}


/* Dashed Separator */

hr-d {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed #ccc;
    margin: 1em 0;
    padding: 0;
}


p.capitalize {
    display:block;
    text-align: left;
}

p.capitalize:first-letter {
    text-transform:capitalize;
    font-size: 30px;
    font-family: 'Ruda', sans-serif;
    font-weight: 400;
    color:white;
    padding-left:10px;
    padding-right:10px;
    margin-right:5px;
}


/* Button Call To Action */
.btn-cta {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    font-family: 'Ruda', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.btn-cta:hover,
.btn-cta:focus,
.btn-cta:active,
.btn-cta.active,
.open .dropdown-toggle.btn-cta {
    color: #2f2f2f;
    background-color: #ffffff;
    border-color: #2f2f2f;
}

/* Button Theme */
.btn-theme {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    font-family: 'Ruda', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
    color: #2f2f2f;
    background-color: #ffffff;
    border-color: #2f2f2f;
}

/* Button Yellow */
.btn-yellow {
    color: #2f2f2f;
    background-color: #ffd56c;
    border-color: #ffffff;
    font-family: 'Ruda', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
    color: #2f2f2f;
    background-color: #fdc741;
    border-color: #ffffff;
}



/***** Testimonials Styling *****/
.testi-container {
    width:100%;
    margin-bottom:14px;
    padding: 5px 6px 3px 0px;
    background-color:#fafafa;
    border: solid 1px #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position:relative;
    float:left;
    z-index:998;
}

.testi-container:before {
    width: 25px;
    height: 17px;
    background:#fafafa;
    content: '';
    position: absolute;
    z-index:999;
    left:42px;
    bottom: 0px;
    margin-left: -7px;
}
@media \0screen {.testi-container:before {background:none;}}

.testi-container:after {
    width: 17px;
    height: 17px;
    background:#fafafa;
    border:1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    content: '';
    position: absolute;
    z-index:888;
    left:45px;
    bottom: -5px;
    margin-left: -7px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}
@media \0screen {.testi-container:after {background:none; border:none;}}

.testi-text {
    width:100%;
    float:left;
    margin:0px;
    padding:10px 14px 0px 14px;
    font-weight: 400;
}

/* ================== MAIN WRAP SECTIONS ================== */

#headerwrap {
    background: url(../img/toposite.png) no-repeat center top;
    margin-top: 0px;
    padding-top: 50px;
    background-position: center;
    min-height: 330px;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
    margin-top: 60px;
    color: white;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1px;
    visibility: hidden;
}

#headerwrap h2 {
    color: white;
    visibility: hidden;

}


#topheader {
    background: url(../img/topdois.png) no-repeat center top;
    margin-top: 0px;
    padding-top: 50px;
    background-attachment: relative;
    background-position: center center;
    min-height: 330px;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#topheader h1 {
    margin-top: 60px;
    color: white;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1px;
    visibility: hidden;
}

#topheader h2 {
    color: white;
    visibility: hidden;

}



#toptres {
    background: url(../img/toptres.png) no-repeat center top;
    margin-top: 0px;
    padding-top: 50px;
    background-attachment: relative;
    background-position: center center;
    min-height: 534px;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#toptres h1 {
    margin-top: 60px;
    color: white;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1px;
    visibility: hidden;
}

#toptres h2 {
    color: white;
    visibility: hidden;

}


#topquatro {
    background: url(../img/topquatro.png) no-repeat center top;
    margin-top: 0px;
    padding-top: 50px;
    background-attachment: relative;
    background-position: center center;
    min-height: 647px;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#topquatro h1 {
    margin-top: 60px;
    color: white;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1px;
    visibility: hidden;
}

#topquatro h2 {
    color: white;
    visibility: hidden;

}

#topcinco {
    background: url(../img/topcinco.png) no-repeat center top;
    margin-top: 0px;
    padding-top: 50px;
    background-attachment: relative;
    background-position: center center;
    min-height: 647px;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#topcinco h1 {
    margin-top: 60px;
    color: white;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1px;
    visibility: hidden;
}

#topcinco h2 {
    color: white;
    visibility: hidden;

}


#topseis {
    background: url(../img/topseis.png) no-repeat center top;
    margin-top: 0px;
    padding-top: 50px;
    background-attachment: relative;
    background-position: center center;
    min-height: 647px;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#topseis h1 {
    margin-top: 60px;
    color: white;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1px;
    visibility: hidden;
}

#topseis h2 {
    color: white;
    visibility: hidden;

}


#topsete {
    background: url(../img/topsete.png) no-repeat center top;
    margin-top: 0px;
    padding-top: 50px;
    background-attachment: relative;
    background-position: center center;
    min-height: 647px;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#topsete h1 {
    margin-top: 60px;
    color: white;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1px;
    visibility: hidden;
}

#topsete h2 {
    color: white;
    visibility: hidden;

}

#rodape {
    background: url(../img/rodape.png) no-repeat center top;
    margin-top: 0px;
    padding-top: 50px;
    background-attachment: relative;
    background-position: center center;
    min-height: 200px;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#rodape h1 {
    margin-top: 60px;
    color: white;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1px;
    visibility: hidden;
}

#rodape h2 {
    color: white;
    visibility: hidden;

}

.logo{
    width: 409px;
}

.nunber{
    font-size: 22px;
    color: #fff;
}

.icon-position{
  float: right;
  margin-top: 227px;

}

ul.menu li {
    border-bottom: 1px solid #B1A67E;
    padding-left: 525px;
    padding-top: 15px;
    color: white;
    text-align: -webkit-right;
}

.align {
    margin-left: -420px;
}

/* Titles Site - todos os textos*/

.title-empred{
    font-size: 30px;
    color: #B1A67E;
    margin-top: -10px;
    margin-left: 15px;
}

.text-content{
    margin-left: 165px;
    color: white;
    width: 448px;
    text-align: justify;
    padding-top: 27px;
}

.text-empred{
    margin-left: 165px;
    color: #B1A67E;
    width: 448px;
    text-align: justify;
}

.title-empred{
    font-size: 30px;
    color: #B1A67E;
    margin-top: -10px;
    margin-left: 15px;
}

.text-estrut{
    font-size: 30px;
    color: #B1A67E;
    margin-top: 20px;
    margin-left: 380px;
}

.estrutura-text{
    margin-left: 620px;
}

.list-estrutura{
    color: white;
    list-style-image: url('http://testepop3.pop3web.com.br/belavista/assets/img/seta.png');
    width: 351px;
    text-align: -webkit-left;
    margin-left: 600px;
    font-size: 17px;
}

.title-plants{
    font-size: 30px;
    color: #B1A67E;
    margin-left: -190px;
    margin-top: 40px;
}

.text-plants {
    color: white;
    width: 448px;
    text-align: justify;
    margin-top: 53px;
    margin-left: 90px;
}

.title-fotos{
    font-size: 30px;
    color: #B1A67E;
    margin-top: 50px;
    margin-left: 630px;
}

.text-fotos{
    text-align: -webkit-left;
    text-align: justify;
    color: white;
    margin-left: 578px;
    margin-top: 65px;
    width: 446px;
}
/* Titles Site - todos os textos*/

.imagem-teste{
    list-style-image: url('http://testepop3.pop3web.com.br/belavista/assets/img/seta.png');
}

.align-icon{
    margin-left: 240px;
}

li {
    list-style-type: none;
    font-size: 14px;
}

.title-festa{
    font-size: 16px;
    margin-left: 230px;
    margin-top: -50px;
    color: #B1A67E;

}

.logo-w{
    width: 250px;
}

.menu-footer{
    color: black;
    font-size: 15px;
    margin-top: -54px;
}
@media screen and (min-width:0) and (max-width:1680px) {
    #rodape {
        background: url(../img/rodape250.png) no-repeat center top;
    }
}


.image {
    height: 589px;
    width: 1139px;
    margin-left: -38px;
    margin-top: 13px;
}

.seta-esquerda {
    margin-top: -373px; margin-left: -122px; font-size: 90px;
}

@media screen and (min-width:0) and (max-width:1750px) {

    .image {
        height: 529px;
        width: 1016px;
        margin-left: 81px;
        margin-top: 13px;
    }

    .seta-esquerda {
        margin-top: -373px;
        margin-left: -2px;
        font-size: 90px;
    }

}

.seta-direita {
    margin-top: -373px; margin-left: 1123px; font-size: 90px;
}

.fecha-modal {
    font-size: 35px;
    color:#B1A67E;
    margin-right: -516px;
}

.descricao {
    color:#B1A67E;
    margin-right: -531px;
}

@media screen and (min-width:0) and (max-width:1540px) {

    .image {
        height: 455px;
        width: 854px;
        margin-left: 249px;
        margin-top: 13px;
    }

    .seta-esquerda {
        margin-top: -373px;
        margin-left: 166px;
        font-size: 90px;
    }

    .seta-direita {
        margin-top: -373px;
        margin-left: 1130px;
        font-size: 90px;
    }

}

@media screen and (min-width:0) and (max-width:1300px) {

    .image {
        height: 362px;
        width: 693px;
        margin-left: 249px;
        margin-top: -45px;
    }

    .seta-esquerda {
        margin-top: -261px;
        margin-left: 166px;
        font-size: 90px;
    }

    .seta-direita {
        margin-top: -261px;
        margin-left: 966px;
        font-size: 90px;
    }

    .fecha-modal {
        font-size: 24px;
        color: #B1A67E;
        margin-right: -361px;
        margin-top: -50px;
    }

}

@media screen and (min-width:0) and (max-width:1205px) {

    .image {
        height: 342px;
        width: 614px;
        margin-left: 249px;
        margin-top: -4px;
    }

    .seta-esquerda {
        margin-top: -261px;
        margin-left: 166px;
        font-size: 90px;
    }

    .seta-direita {
        margin-top: -261px;
        margin-left: 887px;
        font-size: 90px;
    }

    .fecha-modal {
        font-size: 24px;
        color: #B1A67E;
        margin-right: -280px;
        margin-top: -50px;
    }

    .descricao {
        color:#B1A67E;
        margin-right: -302px;
    }


}

@media screen and (min-width:0) and (max-width:1000px) {

    .modal{
        left: -20px;
    }

    .image{
        height: 342px;
        width: 614px;
        margin-left: 164px;
        margin-top: -4px;
    }

    .seta-direita{
        margin-top: -129px;
        margin-left: 801px;
        font-size: 90px;
    }

    .seta-esquerda{
        margin-top: -261px;
        margin-left: 89px;
        font-size: 90px;
    }

    .fecha-modal{
        font-size: 24px;
        color: #B1A67E;
        margin-right: -199px;
        margin-top: -10px;
    }

    .descricao {
        color:#B1A67E;
        margin-right: -205px;
    }

}

@media screen and (min-width:0) and (max-width:700px) {

    .image {
        height: 321px;
        width: 533px;
        margin-left: 57px;
        margin-top: -4px;
    }

    .descricao {
        color:#B1A67E;
        margin-right: -581px;
    }

    .fecha-modal{
        font-size: 24px;
        color: #B1A67E;
        margin-right: -608px;
        margin-top: -10px;
    }

    .seta-esquerda {
        margin-top: -261px;
        margin-left: -8px;
        font-size: 90px;
    }

    .seta-direita {
        margin-top: -129px;
        margin-left: 587px;
        font-size: 90px;
    }

}

@media screen and (min-width:0) and (max-width:830px) {

    .seta-esquerda {
        margin-top: -261px;
        margin-left: 14px;
        font-size: 90px;
    }

    .seta-direita {
        margin-top: -129px;
        margin-left: 717px;
        font-size: 90px;
    }

    .fecha-modal {
        font-size: 24px;
        color: #B1A67E;
        margin-right: -110px;
        margin-top: -10px;
    }

    .image {
        height: 329px;
        width: 588px;
        margin-left: 102px;
        margin-top: -4px;
    }

    .descricao {
        color: #B1A67E;
        margin-right: -127px;
    }

}
