html {    
    width: 100%;
    height:100%;
}
body {
    background-color:#2a2b2f;
    position:relative;
    width: 100%;
    height:100%;
    font-family:'Museo 300', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif!important;
}
@font-face {
    font-family: 'Museo 300';
    src: url('../fonts/Museo300-Regular.eot');
    src: url('../fonts/Museo300-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Museo300-Regular.woff2') format('woff2'),
        url('../fonts/Museo300-Regular.woff') format('woff'),
        url('../fonts/Museo300-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo 700';
    src: url('../fonts/Museo700-Regular.eot');
    src: url('../fonts/Museo700-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Museo700-Regular.woff2') format('woff2'),
        url('../fonts/Museo700-Regular.woff') format('woff'),
        url('../fonts/Museo700-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo 100';
    src: url('../fonts/Museo100-Regular.eot');
    src: url('../fonts/Museo100-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Museo100-Regular.woff2') format('woff2'),
        url('../fonts/Museo100-Regular.woff') format('woff'),
        url('../fonts/Museo100-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo 900';
    src: url('../fonts/Museo900-Regular.eot');
    src: url('../fonts/Museo900-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Museo900-Regular.woff2') format('woff2'),
        url('../fonts/Museo900-Regular.woff') format('woff'),
        url('../fonts/Museo900-Regular.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.site-wrap {
    position:relative;
    width:100%;
    height:100%;
}
.site-menu-toggle {
    color:#fff;
}

.form-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-select {
    position: relative;
}
.form-select:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f13a';
    position:absolute;
    right:10px;
    top:8px;
    color:#e96f41;
    font-size: 30px;
    line-height: 100%;
}

.form-control:active, .form-control:focus {
    border:2px solid #e96f41
}

.btn-v4you {
    background-color:#ced65f;
    border-color:#ced65f;
    border-bottom-color: #ced65f;
    border-bottom-width: 3px;
    border-radius: 50px;
    color:#fff!important;
    font-weight:bold;
}
.btn-v4you:hover {
    background-color:#dce470;
    color:#fff!important;
    box-shadow: none;
}

header.site-navbar {
    background-color:#e96f41;
    position:fixed;
}
header #logotipo-v4you {
    max-height:50px;
}
.nav-link {
    color: #fff!important;
}
.section-wrap {
    position:absolute;
    top:70px;
    width:100%;
    height:100%;
}
.section-site {
    width:100%;
    display:block;
}
.section-site .section-col {
    width:100%;
    padding: 20px 30px;
}
.pt-70 {
    padding-top:70px!important;
}
.section-site .bg {
    height:40vh;
    background-color:#2a2b2f;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position-x:center;
    margin:20px 0;
}
.section-site .section-content {
    background-color:#2a2b2f;
    display: flex;
    flex-direction: column;
    align-self: center;
}
.section-content .title {
    font-family:'Museo 700', serif;
    color:#ced65f;
}
.section-content .title span {
    font-family:'Museo 100', serif;
}
.section-content h1.title {
    font-size:3rem;
    text-align:center;
    margin-bottom:2rem;
}
.section-content p {
    font-size:1.4rem;
}
.section-site .bg01 {
    background-image: url('../fonts/../images/bg01.jpg');
}
.section-site .bg02 {
    background-image: url('../fonts/../images/bg02.jpg');
}
.section-site .bg03 {
    background-image: url('../fonts/../images/bg03.jpg');
}
.section-site .bg04 {
    background-image: url('../fonts/../images/bg04.jpg');
}
.section-site .bg05 {
    background-image: url('../fonts/../images/bg05.jpg');
}
.custom-control-input:checked~.custom-control-label:before {    
    border-color: #e96f41;
    background-color: #e96f41;
}
.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(233, 111, 65, 25%);
}
.lojas h5 {
    color:#fff;
}
.presenca {
    width:100%;
    text-align: center;
    padding:70px 0;
    background-color:#111;
}
.presenca .section-content {
    background-color:#111;
}
.presenca .circle {
    width:200px;
    height:200px;
    border-radius:50%;
    padding:30px;
    color:#fff;
    margin:1.5rem auto;
    font-size:1.2rem;
}
.presenca .circle p {
    font-family: 'Museo 700';
    font-size:2.5rem;
    margin-bottom:0;
    margin-top:1.5rem;
}
.presenca .circle.circle-facebook {
    background-color:#698f8e;
}
.presenca .circle.circle-instagram {
    background-color:#cb3467;
}
.presenca .circle .counter-value {
    color:#fff;
}
.presenca .social-media {
    color:#fff;
    font-size:1.3rem;
    margin-bottom:0;
    width:100%;
}
.estrutura .circle {
    width:200px;
    height:200px;
    border-radius:50%;
    padding:30px;
    color:#ced75f;
    margin:1.5rem auto;
    font-size:1.2rem;
    border:1px solid #ced75f;
    background-color:transparent;
    text-align:center;
}
.estrutura .circle p, .estrutura .square p, .estrutura .content p {
    font-family: 'Museo 300';
    font-size:1.3rem;
}
.estrutura .circle .line-100, .estrutura .square .line-100 {
    line-height: 100%!important;
}
.estrutura .circle h1, .estrutura .square h1 {
    font-family: 'Museo 300';
    font-size:4rem;
}
.estrutura .circle h1 span, .estrutura .square h1 span {
    font-size:1.5rem;
}
.estrutura .circle h6, .estrutura .square h6 {
    font-family: 'Museo 300';
    font-size:1.5rem;
}
.estrutura .circle h5, .estrutura .square h5 {
    font-family: 'Museo 300';
    font-size:2rem;
}
.estrutura .square {
    color:#ced75f;
    font-size:1.2rem;
    border:1px solid #ced75f;
    background-color:transparent;
    text-align:center;
    margin:2rem 0;
}
.estrutura .square p {
    padding:0;
}
.estrutura .square h3 {
    font-family: 'Museo 300';
    font-size:3rem;
    margin:1rem 0;
}
.estrutura .content p {
    color:#ced75f;
    font-size:1rem;
}
.estrutura .box-estrutura {
    text-align:center;
    min-height:250px;
}
.estrutura .box-estrutura .icon-estrutura { 
    margin-bottom:2rem;
}
.estrutura .box-estrutura  h3 {
    font-family: 'Museo 300';
    font-size:1.5rem;
    color:#ced75f;
}
.estrutura .box-estrutura  p {
    font-family: 'Museo 300';
    font-size:1.2rem;
    color:#fff;
}
.catalogo {
    width:100%;
    text-align: center;
    padding:70px 0;
    background-color:#111;
}
.catalogo .section-content {
    background-color:#111;
    text-align:center;
    width:100%;
}
footer {
    background:#000;
}

@media (min-width:992px) {    
    #sobre {
        height:100vh
    }
#contato {
    height:100vh;
}
    .section-site {
        width:100%;
        /*height:100vh;*/
        display:flex;
    }
    .section-site .section-col {
        /*height:100vh;*/
        width:50%;
        padding: 20px 50px 70px 0;
    }
    .section-site .bg {
        height:auto;
        background-size: contain;
        background-position-x:unset;
        background-attachment: fixed;
        background-position-y:70px;
        margin:0;
    }
    .section-content h1.title {
        font-size:4rem;
        text-align:left;
        margin-bottom:unset;
    }
    .presenca {
        height: 90vh;
    }    
    .presenca .section-content {
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .catalogo {
        height: 100vh;
    }
    .mt-120 {
        margin-top:120px!important;
    }
    
}

@media (min-width:1440px) {    
    .section-site .section-content {
        padding-left: 50px;
    }
    .section-site .bg {
        padding-right: 0    ;
    }
}