/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------home------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#page-home {
    background: url(/assets/img/banner-home.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 120px;
    border-bottom: solid 100px #e99f57;
}
#page-home h4 {
    padding: 100px 0;
    font-size: 42px;
    color: #fff;
    position: relative;
    z-index: 1;
}
#page-home .mask {
    width: 100%;
    height: 130%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/assets/img/us1.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------QUEM SOMOS------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#page-quem-somos .banner {
    background-image: url(/assets/img/banner-quem-somos.jpg);
    background-size: cover;
    background-position: center;
}
#page-quem-somos .banner h2 {
    color: #fff;
    font-size: 46px;
    padding: 220px 0px 110px;
}
#page-quem-somos .banner .mask {
    width: 100%;
    height: 110%;
    position: absolute;
    top: 60px;
    left: 0;
    background-image: url(/assets/img/us2.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
#page-quem-somos p {
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Sansumi';
    font-weight: bold;
}
#page-quem-somos img {
    width: 350px;
}

#page-quem-somos .atuacao {
    margin-top: 50px;
    background-color: #e99f57;
}
#page-quem-somos .atuacao .barris {
    background-image: url(/assets/img/barris.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    height: 100%;
}
#page-quem-somos .importadores .vinhos {
    background-image: url(/assets/img/vinhos.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    height: 100%;
}
#page-quem-somos .atuacao .container {
    background-image: url(/assets/img/ug.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}
#page-quem-somos .atuacao img {
    width: 100%;
}
#page-quem-somos .atuacao .texto {
    padding: 67px 30px;
}
#page-quem-somos .atuacao .texto h2 {
    color: #2E3A2D;
}
#page-quem-somos .atuacao .texto h3 {
    color: #fff;
    font-weight: 300;
}
#page-quem-somos .atuacao .texto p {
    font-family: 'Myriad Pro';
    font-weight: 500;
}

#page-quem-somos .importadores {
    background-color: #2E3A2D;
}
#page-quem-somos .importadores .container {
    background-image: url(/assets/img/vg.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
#page-quem-somos .importadores img {
    width: 100%;
}
#page-quem-somos .importadores .texto {
    padding: 110px 30px;
}
#page-quem-somos .importadores .texto h2 {
    color: #e99f57;
}
#page-quem-somos .importadores .texto p {
    color: #fff;
    font-family: 'Myriad Pro';
    font-weight: 500;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------SERVICOS--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#page-servicos {
    background-image: url(/assets/img/cacho-grande.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: repeat;
    color: #fff;
    padding: 50px 0 300px;
}
#page-servicos .img {
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 10px 0;
}
#page-servicos h2 {
    font-size: 46px;
    color: #fff;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------CONTATO-------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#page-contato {
    margin-top: -198px;
}
#page-contato a, 
#page-contato p {
    font-family: 'Sansumi';
    font-weight: 600;
}
#page-contato .titulo {
    background-color: #2e3a2dd6;
    padding: 40px 0;
}
#page-contato .titulo h2 {
    color: #fff;
    font-size: 46px;
}
#page-contato .titulo h3 {
    color: #e99f57;
}
#page-contato .info {
    padding: 30px 0;
    text-align: center;
    color: #2E3A2D;
    font-size: 22px;
    background: #fff
}
#page-contato .inf {
    color: #fff;
    background-color: #2e3a2dd6;
    padding: 30px 0;
}
#page-contato .inf a, 
#page-contato .inf p, 
#page-contato .inf svg {
    color: #fff;
}
#page-contato .inf .centro {
    width: fit-content;
    margin: auto;
}
#page-contato .inf svg {
    margin-right: 10px;
}