body {
    background: #fff;
    color: #1f1f1f;
    font-family: "Open Sans",sans-serif;
    padding-top: 0rem !important;
}

button:focus {outline:0;}

header {
    height: 7rem;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 997;
    background-color: rgba(76, 175, 80, 0);
    transition: all 0.5s;
    font-size: 0.9rem;
    font-weight: 600;
}

header img {
    width: auto;
    height: auto;
    transition: all 0.5s;
    margin: 0.4rem;
}

header .header-logo {
    background-color: #fff;
    /* background-image: url(../img/logo_cvr.png);
    background-repeat: no-repeat;
    background-size: 9rem;
    background-position: center; */
    width: 11rem;
    height: 10rem;
    transition: all 0.5s;
    padding-top: 1rem;
    padding-bottom: 2rem;
    border-bottom: #d9c210 solid 0.5rem;

}

/* header .interna {
    background-image: url(../img/logo_home_branco.png);
} */

header button img{
    width: 3rem;
}

header li a{
    color: #999;
    margin: 0.4rem;
}

.menu-topo {
    position: relative;
    margin-top: 4rem;
    margin-right: 1rem;
    padding-bottom: 0.7rem;
}

.menu-topo li a{
    color: rgba(255, 255, 255, 1);
    padding: 0.5rem 1rem !important;
    margin: 0rem !important;
    display: block;
    letter-spacing: 0.1rem;
    transition: all 0.3s;
}
.menu-topo li.active a {
    color: #fff;
}

.menu-topo li a:hover{
    color: #222;
    background-color: #d9c210;
    border-radius: 0.5rem;
}

.menu-topo .dropdown-menu {
    margin-top: 1.4rem;
    border-top: 4px solid #d9c210;
}

.menu-topo .dropdown-menu li {
    text-decoration: #d9c210 none;
}
.menu-topo .dropdown-menu li:hover {
    text-decoration: #d9c210 circle;
}

.menu-topo .dropdown-menu a{
    font-family: "Poppins", sans-serif;
    color: #555;
    padding: 0.5rem 1.5rem !important;
    margin: 0rem !important;
    display: block;
    letter-spacing: 0rem;
}

.menu-topo li.active .dropdown-menu a {
    color: #555;
    background-color: white;
}

.menu-topo .dropdown-menu  a:hover{
    color: #111;
}

.menu {
    background-color: #fff;
    margin: 0rem;
    width: 100%;
    position: fixed;
    top: 13rem;
}

.menu-rolado {
    height: 5.5rem;
    transition: all 0.5s;
    background-color: rgb(255, 255, 255);
    border-bottom: #d9c210 solid 0.5rem;
}

.menu-rolado img {
    transition: all 0.5s;
    margin: 0.2rem;
}

.menu-rolado .header-logo {
    border-bottom: none;
    padding-top: 0.1rem;
    padding-bottom: 0.3rem;
    height: 5rem;
    transition: all 0.5s;
}

.menu-topo img{
    margin: 0.5rem 0;
}

.menu-rolado button img{
    width: 1.5rem;
}
.menu-rolado .menu-topo{
    transition: all 0.5s;
    margin-top: 1.5rem;
}

.menu-rolado .menu{
    top: 5.5rem;
}

.menu-rolado  .icone-hamburguer{
    color: #444;
}

.menu-rolado li a{
    color: rgba(26, 26, 26, 0.753);
    padding: 0.5rem 1rem !important;
    margin: 0.4rem !important;
    display: block;
    letter-spacing: 0.1rem;
    transition: all 0.3s;
}
.menu-rolado li.active a {
    color: #d9c210;
    background-color: rgb(225,71,34,0);
}

.menu-rolado li a:hover{
    color: rgb(0, 0, 0);
}

#banner{
    width: 100%;
    /* background: url(../img/BANNER_PRINCIPAL_home.jpg) center top; */
    background-size: cover;
    position: relative;
    height: 100vh;
    max-height: 45rem;
    background-attachment: fixed;
    border-bottom: #d9c210 solid 3rem;
}

#banner .header-texto{
    padding-top: 15rem;
    /* padding-left: 2rem; */
    height: 100% !important;
    max-width: 40rem;
}

#banner h1{
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    /* text-shadow: 0.1rem 0.1rem #555; */
}
#banner p{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    /* text-shadow: 0.1rem 0.1rem #555; */
}

#banner .btn{
    margin-top: 1rem;
    font-size: 1rem;
    padding: 0.5rem 3rem;
    margin-right: 1rem;
}

#banner .btn.secondary{
    background-color: #fff;
    color: #000000;
}

#banner .btn.secondary:hover{
    background-color: #444;
    color: #d9c210;
}

#banner .carousel-item{
    /* transition: transform 5s ease, opacity 1s ease-out */
}

#artesanal {
    background-color: #fff;
    background-image: url(../img/garoto_home.fw.png);
    background-size: 100rem;
    background-position:  center bottom;
    background-repeat: no-repeat;
    color: #1f1f1f;
}

.separador{
    background-color: #d9c210;
    width: 3rem;
    height: 4px;
    margin: 3rem 0;
    display: block;
}

.separador2{
    background-color: #d9c210;
    width: 3rem;
    height: 4px;
    margin: 1.5rem 0;
    display: block;
}

#artesanal .h1{
    font-weight: 400;
    font-size: 3rem;
    color:#000;
}

#artesanal .h2{
    text-align: center;
    font-weight: 400;
    font-size: 1.3rem;
    margin-top: 1.2rem;
}

#artesanal .quadro{
    transition: transform .2s;
    padding: 2rem;
}

#artesanal .quadro:hover {
    transform: scale(1.1);
}

#artesanal .quadro .img{
    background-size: cover;
    width: 100%;
    padding-top: 100%;
    border-radius: 1.5rem;
}

.titulo-azul{
    color: rgb(10, 56, 141);
    font-size: 4rem;
    font-weight: 700;
}

.titulo-preto{
    color: #1f1f1f;
    font-size: 3rem;
    font-weight: 700;
}

#atuacao-home{
    background: url(../img/fundopreto.jpg) top center;
    background-color: #313131;
    background-repeat: no-repeat;
}

#atuacao-home .h1{
    font-weight: 300;
    font-size: 3.5rem;
    color:#FFF;
}

#atuacao-home .quadro-servico {
    /* background: url(../img/fundo3.png) bottom right no-repeat; */
    color: #fff;
    text-decoration: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 15px;
    margin: 2rem 0.2rem;
    height: 18rem;
    vertical-align: bottom;
}

#atuacao-home .quadro-servico .btn-servico  {
    height: 0rem;
    opacity: 0;
    /* overflow: hidden; */
    transition: all 0.5s;
}

#atuacao-home .quadro-servico:hover .btn-servico  {
    opacity: 1;
    height: 2rem;
}
#atuacao-home .quadro-servico:hover {
    box-shadow: 0 0 3rem #000;
}

#atuacao-home .quadro-servico h1 {
    font-size: 1rem;
    font-weight: 600;
}

#atuacao-home .quadro-servico p {
    font-size: 0.8rem;
    font-weight: 100;
    line-height: 1.1rem;
}

#atuacao-home .quadro-servico .divisor {
    height: 0.3rem;
    width: 6rem;
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
    background-color: #d9c210;
}



#galeria{
    background-color: #151515;
    color:#FFF;
}

#galeria .h3{
    font-weight: 300;
    font-size: 2rem;
}

#galeria .item-foto {
    color: #fff;
    text-decoration: none;
    background-color: #fff;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 15px;
    margin: 2rem 0.2rem;
    height: 13rem;
    vertical-align: bottom;
}

#galeriahome .item-foto:hover {
    box-shadow: 0 0 3rem #555;
}

#artigos-home{
    background-color: #591c26;
    color:#FFF;
    padding-bottom: 3rem;
}

#artigos-home .h1{
    font-weight: 300;
    font-size: 3.5rem;
}

#artigos-home .foto {
    text-decoration: none;
    background-color: #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 9rem;
}

#artigos-home .quadro-servico:hover {
    box-shadow: 0 0 3rem #555;
}

#artigos-home .texto h1 {
    font-size: 1rem;
    font-weight: 600;
}

#artigos-home .texto p {
    font-size: 0.8rem;
    font-weight: 100;
    line-height: 1.1rem;
}

#artigos-home .texto .divisor {
    height: 0.3rem;
    width: 6rem;
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
    background-color: #d9c210;
}

.img-agronegocio{
    background: url(../img/otnet_agro_interna.fw.png) center top;
}

.img-ecommerce{
    background: url(../img/otnet_ecommerce_interna.fw.png) center top;
}

.img-frete{
    background: url(../img/otnet_freteonline_interna.fw.png) center top;
}

.img-consulta{
    background: url(../img/frete.jpg) center top;
}

.img-pap{
    background: url(../img/ecommerce.jpg) center top;
}

#segmentos  .img{
    background-size: cover;
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
    padding-left: 2rem;
    color: #fff;
    font-size: 1.6rem;
}


#interna-secao3{
}

#interna-secao3  .img{
    background-size: cover;
    width: 100%;
    padding-top: 70%;
    padding-bottom: 2rem;
    padding-left: 2rem;
    color: #fff;
    font-size: 1.6rem;
    height: 100%;
}

#interna-secao3  .texto-exclusiva{
    background-color: #f5f5f5;
    padding: 4rem 2rem;
    font-size: 1.2rem;
    line-height: 1.7rem;
}

#interna-secao3  .texto-titulo{
    font-weight: 700;
    margin: 1rem 0rem;
}

#segmentos  .segmento{
    font-weight: 600;
}

#inteligencia-artificial{
    background-color: rgb(6, 31, 69);
    background-image: url(../img/fundo_artificial.jpg);
    background-position: top center;
    background-size: cover;
    color: #fff;
}

#inteligencia-artificial .item{
    background-repeat: no-repeat;
    background-size: 8rem;
    padding-left: 6rem;
    margin-left: -3rem;
    margin-right: 3rem;
    padding-top: 7rem;
}

#inteligencia-artificial .botao-laranja{
    background-color: #d9c210;
    border-radius: 0.4rem;
    font-size: 2rem;
}
#inteligencia-artificial .botao-amarelo{
    background-color: rgb(250,190, 10);
    border-radius: 0.4rem;
    font-size: 2rem;
}
#inteligencia-artificial .botao-azul{
    background-color: #2b80d6;
    border-radius: 0.4rem;
    font-size: 2rem;
}

#inteligencia-artificial .contraprova{
    background-color: #2b80d6;
    border-radius: 0.4rem;
    font-size: 2rem;
}

#inteligencia-artificial .item:hover{
    background-color: #0c3a68b4;
}

#inteligencia-artificial .item:hover .botao-laranja{
    background-color: #ff4b09d0;
}
#inteligencia-artificial .item:hover .botao-amarelo{
    background-color: rgb(187, 142, 6);
}
#inteligencia-artificial .item:hover .botao-azul{
    background-color: #0b85ffb4;
}

#inteligencia-artificial .h1{
    font-size: 4rem;
    font-weight: 700;
}

#inteligencia-artificial .h2{
    font-size: 1.2rem;
    font-weight: 700;
}


#interna-secao1{
}

#interna-secao1 .item{
    background-repeat: no-repeat;
    background-size: 8rem;
    padding-left: 6rem;
    margin-left: -3rem;
    margin-right: 3rem;
    padding-top: 7rem;
}

#interna-secao1 .h1{
    font-size: 4rem;
    font-weight: 700;
}

#interna-secao1artificial .h2{
    font-size: 1.2rem;
    font-weight: 700;
}


#interna-secao2{
    background-color: #eaeef1;
    min-height: 10rem;
}

#embarcador-secao2{
    background-image: url(../img/fundo_bloco_transportadoras.jpg);
    /* background-attachment: fixed; */
    background-size: cover;
    color: white;
}

#seguradoras-secao2{
    background-image: url(../img/fundo_bloco_seguradoras.jpg);
    /* background-attachment: fixed; */
    background-size: cover;
    color: white;
}

#seguradoras {
    background-color: #eee8;
}

#divisao_estrela{
    height: 0rem;
}
#divisao_estrela img{
    height:5rem;
    margin-top: -2rem;
}

#divisao_barra{
    height: 0rem;
}
#divisao_barra img{
    height:0.5rem;
    margin-top: -0.25rem;
    z-index: 10;
}

.marca{
    max-width: 50rem;
    padding: 5rem;
}

.marca h1{
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1rem 0;
}

#rodape{
    width: 100%;
    background-color: #fff;
    color: #333;
}

#rodape h4{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

#rodape a{
    color: #777;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem;
    transition: all 0.3s;
}

#rodape a:hover{
    color: #222;
    background-color: #d9c210;
    border-radius: 0.5rem;
}

#rodape h3{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

#rodape .atendimento{
    background-color: #000;
    color: #fff;
    width: 100%;
    /* height: 100%; */
    border-radius: 10px;
    padding: 2rem;
}


#rodape .btn{
    background-color: #d9c210;
    color:  #000;
}

#rodape .btn:hover{
    background-color: #444;
    color: #d9c210;
}

.btn{
    background-color: #d9c210;
    color:  #000;
    text-decoration: none;
    margin-top: 1rem;
    font-size: 1rem;
    padding: 0.5rem 3rem;
}

.btn:hover{
    background-color: #444;
    color: #d9c210;
}

#rodape .rodape-final{
    background-color: #000;
    padding: 2rem;
    color: #fff;
}

#rodape .rodape-final .icone{
    font-size: 1.5rem;
}

.cabecalho-pagina-interna {
    background: url(../img/BANNER_PRINCIPAL_home.jpg) center center;
    /* background: url(../img/sobre_a_empresa.jpg) center center; */
    background-repeat: no-repeat;
    background-size: cover;
    height: 25rem;
    border-bottom: #d9c210 solid 3rem;
}

.cabecalho-pagina-interna-overlay {
    background-color: rgba(0, 0, 0, 0);
    height: 5rem;
}

.cabecalho-pagina-interna-titulo {
    color: #fff;
    font-weight: 600;
    font-size: 3rem;
    padding-top: 15rem;
    padding-left: 4rem;
    /* text-shadow: 0.1rem 0.1rem #555; */
}

.texto-pagina-interna{
    padding: 3rem;
    padding-top: 3rem;
    max-width: 60rem;
    font-size: 1.3rem;
    color: #888;
    line-height: 2.2rem;
}
.texto-pagina-interna p{
    padding-top: 1rem;
}

#contato {
    font-family: "Poppins", sans-serif;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #F4F4F4;
}

#contato input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin: 1rem 0;
}

#contato input::placeholder {
    color: #111;
}


#contato select {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin: 1rem 0;
    border-color: #ccc;
    width: 100%;
}

#contato textarea {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin: 1rem 0;
}

#contato textarea::placeholder {
    color: #111;
}

.numeros-contatos{
    background-color: #3F559E;
    color: #fff;
    padding: 2rem 0;
    line-height: 1rem;
}

.numeros-contatos h1{
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.numeros-contatos h3{
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.btn-whats {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999999999;
    display: flex;
    width: 5rem;
    height: 5rem;
    background-color: #54cc61;
    font-size: 3rem;
    border-radius: 50%;
}
.btn-whats a{
    color: #fff;
}

.diferenciais img{
    width: 30rem;
}
.diferenciais img.especial{
    width: 28rem;
}



#equipe .foto {
    text-decoration: none;
    background-color: #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 20rem;
    overflow: hidden;
}

@media (max-width: 1200px) {

    header {
        font-size: 0.8rem;
    }

    #banner{
        max-height: 35rem;
    }

    #banner .h1{
        font-size: 1.6rem;
    }
    #banner .btn{
        font-size: 1rem;
    }

    #banner .header-texto{
        padding-top: 12rem;
        height: 100% !important;
    }

    .cabecalho-pagina-interna{
        height: 15rem;
    }
    .cabecalho-pagina-interna .curva{
        background-size: 100% 85%;
    }

}

@media (max-width: 992px) {
    header {
        font-size: 0.6rem;
    }

    .icone-hamburguer{
        color: #fff;
        font-size: 1.8rem;
    }

    #banner{
        max-height: 35rem;
    }

    #segmentos  .img{
        padding-top: 15%;
        padding-bottom: 15%;
        margin-top: 2rem;
    }

    #artesanal .h1{
        font-size: 2rem;
        margin: auto;
    }

    #artesanal {
        background-image: url(../img/garoto_home.fw.png);
        background-size: 40rem;
        background-position:  center bottom;
        background-repeat: no-repeat;
        color: #111;
    }

    .titulo-azul{
        font-size: 2rem;
        padding-top: 1rem;
    }
    .titulo-preto{
        font-size: 2rem;
        padding-top: 1rem;
    }

    #artesanal .titulo-azul{
        margin-bottom: -3rem;
    }

    #divisao_estrela img{
        height:3rem;
        margin-top: -1.5rem;
    }

    #inteligencia-artificial .h1{
        font-size: 2rem;
    }

    #inteligencia-artificial .item{
        background-repeat: no-repeat;
        background-size: 8rem;
        padding-left: 2rem;
        margin-left: 0rem;
        margin-right: 0rem;
        padding-top: 7rem;
    }

    .cabecalho-pagina-interna{
        height: 15rem;
    }
    .cabecalho-pagina-interna .curva{
        background-size: 100% 75%;
    }

    #inteligencia-artificial .contraprova{
        font-size: 1.2rem;
    }


    #equipe .foto {
        height: 12rem;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 0 !important;
    }

    /* .icone-hamburguer{
        color: #555;
        font-size: 1.8rem;
    } */

    /* header {
        height: 5rem;
        position: relative;
        background-color: #fff;
    } */

    .h1 {
        font-size: 2rem;
    }

    /* header img {
        width: 6rem;
    } */

    header button img{
        width: 1.5rem;
    }

    /* .menu {
        top: 5rem;
        position: absolute;
    } */


    /* #banner .header-texto{
        padding-top: 10rem;
        padding-left: 1rem;
        padding-bottom: 5rem;
        height: 100% !important;
        text-align: center;
        line-height: 2rem;
    } */


    /* #atuacao-home .container{
        background-image: none;
        background-color: #054d9d;
    } */

    #banner h1{
        font-size: 1.7rem;
    }
    #banner p{
        font-size: 1.3rem;
    }

    .marca{
        padding: 2rem;
    }

    #opcoes{
        padding-top: 1.5rem;
    }

    #opcoes h1{
        font-size: 1.5rem;
    }

    #sobre-home{
        width: 100%;
        background-color: rgb(255, 255, 255);
        color: rgb(34, 42, 45);
        font-size: 1rem;
        padding: 0rem 1rem 0rem 1rem;
    }

    #home-contato .h2{
        font-size: 1.5rem;
    }

    #sobre-home .h2{
        text-align: center;
    }


    #rodape .sobre-texto{
        padding-top: 1rem;
    }

    /* header .interna {
        background-image: url(../img/logo_home.png);
        width: 7rem;
        height: 3.2rem;
    } */
    /* .cabecalho-pagina-interna{
        height: 13rem;
    } */

    .cabecalho-pagina-interna-titulo {
        padding-top: 3rem;
        padding-left: 2rem;
        width: 100%;
        /* text-shadow: 0.1rem 0.1rem #555; */
    }
    .cabecalho-pagina-interna .curva{
        background-size: 100% 75%;
    }

    #interna-secao3  .img{
        padding-top: 15%;
        padding-bottom: 15%;
        margin-top: 2rem;
    }
}


@media (max-width: 768px) {
    /* .marca-carousel-inner .marca-carousel-item > div {
        display: none;
    }
    .marca-carousel-inner .marca-carousel-item > div:first-child {
        display: block;
    } */
    .diferenciais img{
        width: 100vw;
    }
    .diferenciais img.especial{
        width: 95vw;
    }
  }

  .marca-carousel-inner .marca-carousel-item.active,
  .marca-carousel-inner .carousel-item-next,
  .marca-carousel-inner .carousel-item-prev {
    display: flex;
    justify-content: center;
  }

  @media (min-width: 0px) {
    .marca-carousel-inner .carousel-item-right.active,
    .marca-carousel-inner .carousel-item-next {
      transform: translateX(16.6%);
    }

    .marca-carousel-inner .carousel-item-left.active,
    .marca-carousel-inner .carousel-item-prev {
      transform: translateX(-16.6%);
    }
  }

  .marca-carousel-inner .carousel-item-right,
  .marca-carousel-inner .carousel-item-left{
    transform: translateX(0);
  }

  #navbarTop .nav-item{
    font-size: 1.5rem;
    padding-left: 2rem;
    border-bottom: #d9c210 solid 1px;
  }
  #navbarTop .dropdown-item{
    font-size: 1.4rem;
    padding-left: 2rem;
  }

#faixa-preta{
    background-image: url(../img/faixapreta.jpg);
    background-position:  center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 7rem;;
}

.conteudo-interna{
    background-position:  right center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 30rem;
}

.conteudo-interna .btn.secondary{
    background-color: #444;
    color: #fff;
}
.conteudo-interna .btn.secondary:hover{
    background-color: #888;
    color: #fff;
}

#interna-visao{
    background-image: url(../img/BLOCO2_visao.jpg);
}
#interna-trabalhista{
    background-image: url(../img/BLOCO2_servicos_trabalhista_bloco2.jpg);
}
#interna-familia{
    background-image: url(../img/BLOCO2_servicos__familia.jpg);
}
#interna-civel{
    background-image: url(../img/BLOCO2_servicos_civel.jpg);
}
#interna-consumidor{
    background-image: url(../img/BLOCO2_servicos_consumidor.jpg);
}
#interna-previdenciario{
    background-image: url(../img/BLOCO2_servicos_previdenciario.jpg);
    background-position:  right top;
    background-size: 50%;
}
#interna-imobiliario{
    background-image: url(../img/BLOCO2_servicos_imobiliario.jpg);
    background-size: 50%;
}
#interna-maritimo{
    background-image: url(../img/BLOCO2_servicos_maritimo.jpg);
}
#interna-bancario{
    background-image: url(../img/BLOCO2_servicos_bancario_recortado.fw.png);
    background-size: 40%;
}
#interna-escritorio{
    background-image: url(../img/BLOCO2_oescritorio.jpg);
    background-size: 50%;
}

@media (max-width: 992px) {

    .conteudo-interna{
        background-image:none !important;
    }

}
