 .banner-interna.wrap {
    height: 552px;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-interna h2 {
    color: white;
    font-size: 86px;
    padding-left: 120px;
    font-family: 'viga';
}
.box-titulo {
    background: #112f60;
    padding: 17px 39px;
    max-width: 340px;
    margin-left: auto;
    position: relative;
    margin-bottom: 0px;
    bottom: 22px;
    padding-top: 50px;
    z-index: 2;
}
.Box-conheca.cont .box-titulo {
    max-width: 250px;
}
span.mais-fotos img {
    max-width: 40px;
    cursor: pointer;
}

span.mais-fotos-mobile img {
    max-width: 40px;
    cursor: pointer;
}

/*-------------------------------------
Galeria e botao mobile ocultos
-------------------------------------*/
.list_galeria.mobile{
    display: none;
}

.mais-fotos-mobile {
    display: none;
    position: relative;
    text-align: center;
    height: 0;
    bottom: 23px;
    z-index: 10;
}
/*-----------------------------------*/

.conteudo-galeria a::before {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    content: "\f111";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    color: white;
    border-radius: 50%;
    display: flex;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 77px;
    text-rendering: auto;
    -webkit-align-items: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-justify-content: center;
    justify-content: center;
}
.conteudo-galeria a::after {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    content: "\f105";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    color: #112f5f;
    border-radius: 50%;
    display: flex;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 59px;
    text-rendering: auto;
    -webkit-align-items: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-justify-content: center;
    justify-content: center;
}
.Lista-time.slick-initialized.slick-slider .box-ano.bx-right::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #e4dfdf;
    display: block;
    z-index: 1;
    position: absolute;
    top: 24px;
    right: -16%;
}
.Lista-time.slick-initialized.slick-slider .box-ano.bx-left::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #e4dfdf;
    display: block;
    z-index: 1;
    position: absolute;
    top: 24px;
    left: -5%;
}
.box-ano.bx-right .texto {
    margin-left: auto;
}
.box-ano .texto {
    width: 90%;
}
.conteudo-galeria a:hover::before,.conteudo-galeria a:hover::after{
  opacity: 1;
}
span.mais-fotos {
    display: block;
    position: relative;
    text-align: center;
    height: 0;
    bottom: 23px;
    z-index: 10;
}
span.mais-fotos i.fa.fa-plus-circle::after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    background: white;
    width: 100%;
    height: 58%;
    border-radius: 50%;
    z-index: -1;
}
span.mais-fotos i.fa.fa-plus-circle {
    font-size: 65px;
    color: #717171;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

span.mais-fotos-mobile i.fa.fa-plus-circle::after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    background: white;
    width: 100%;
    height: 58%;
    border-radius: 50%;
    z-index: -1;
}
span.mais-fotos-mobile i.fa.fa-plus-circle {
    font-size: 65px;
    color: #717171;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.conteudo-sobre .texto.wid-50 {
    width: 60%;
    margin-bottom: 100px;    
    color: #112f61;
}
.mais-produtos .conteudo-bx a {
    display: inline-block;
    color: #112f61;
    background: white;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 10px;
    border-radius: 2px;
    padding: 10px 41px;
}
.mais-produtos .conteudo-bx a:hover {
    background: #07183a;
    color: white;
}
.conteudo-bx {
    position: relative;
    width: 83%;
    margin: auto;
}
.mais-produtos.blue {
    background: #143467;
}
.Lista-time {
    display: none;
}
.Lista-time .slick-list.draggable::after {
    content: "";
    width: 3px;
    height: 100%;
    background: #112f61;
    position: absolute;
    left: 50%;
    top: 0;
}
.mvv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    left: 0;
    top: 84%;
    z-index: 0;
}
.Lista-time.slick-initialized.slick-slider {
    display: block;
    width: 61%;
    margin: auto;
}
.Lista-time .box-ano {
    max-width: 50%;
}
.Lista-time .box-ano strong {
    font-size: 40px;
    color: #112f61;
    font-family: 'viga';
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
}
.box-ano.bx-left {
    position: relative;
    left: 50%;
    padding-left: 37px;
}
.box-ano.bx-right {
    text-align: right;
    right: 36px;
    position: relative;
}
.Lista-time .slick-dots {
    position: absolute;
    right: -130px;
    top: 40%;
}
.Lista-time ul.slick-dots li button {
    border: 0;
    font-size: 0;
    background: #112f60;   
    position: relative;
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
li.slick-active button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #112f61;
    left: -1px;
    top: -1px;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.Timeline .padding {
    padding-bottom: 70px;
}
.mvv {
    position: relative;    
    bottom: 70px;
}
.Box-conheca.cont h2.titulo {
    text-align: right;
    padding-bottom: 20px;
}
.Box-conheca.cont .box-titulo{
    padding-top: 0;
}
.mvv .conteudo.box-mvv {
    background: #112f61;
    width: 41.7%;
    padding: 50px;
    position: relative;
    margin-right: auto;
    margin-left: 0;
    z-index: 2;
}
.mvv .conteudo.box-mvv::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: #112f60;
}
.conteudo-sobre {
    background-image: url(../images/sobre-scm-minimax.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bx-white {
    background: white;
}
.mvv::after {
    content: "";
    width: 90%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/scm-minimax.jpg);
    height: 100%;
    position: absolute;
    top: 50px;
    z-index: 0;
    right: 0;
}
.box-titulo h2.titulo {
    text-align: left;
    padding-bottom: 60px;
}
.Box-conheca .box-titulo::before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    background: #112f5f;
    top: -50px;
    left: 0;
}
.Box-conheca .box-titulo::after {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    background: #112f5f;
    bottom: -50px;
    left: 0;
}
.conteudo-galeria a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.conteudo {
    max-width: 1400px;
    margin: auto;
}
.conteudo-galeria a {
    width: calc(100% / 5 - 3px);
    display: inline-block;
    position: relative;
    margin-bottom: 80px;
}
.conteudo-bx::after {
    content: "";
    width: 570px;
    height: 350px;
    background-image: url(../images/prod.png);
    background-position: right;
    position: absolute;
    top: -106px;
    right: 0;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1100px){
    header .lista-menu span.open-menu-mobile::after {
       color: white !important;
    }
}

@media screen and (max-width: 815px){
    .banner-interna h2 {
      font-size: 40px;
      padding-left: 0;
      line-height: 1;
    }
    .mvv .conteudo.box-mvv {
      background: transparent;
      width: auto;
    }
    .mvv::after {
       content: "";
       width: 100%;
       left: 0;
       top: 0 !important;
       background-size: cover;
       margin-top: 30px;
    }
    .conteudo-sobre .box-titulo {
      max-width: 300px !important;
    }
    .mvv .conteudo.box-mvv::after{
        display: none;
    }
    .box-titulo{
       max-width: 100%;
    }
    .box-titulo h2.titulo {
       text-align: left;
    }
    .conteudo-galeria a {
       width: calc(100% / 3 - 3px);
    }
    .conteudo-bx::after {
      content: "";
      width: 50%;
      background-size: contain;
    }
}

@media screen and (max-width: 615px){
    .Lista-time.slick-initialized.slick-slider .box-ano.bx-right::after {
      width: 20px;
      top: 24px;
      right: -11%;
    }
    
    .Lista-time.slick-initialized.slick-slider .box-ano.bx-left::after {
      content: "";
      width: 20px;
    }
    .Box-conheca .box-titulo::before {
      display: none;
    }

    .Box-conheca.cont .box-titulo{
        padding: 40px;
    }

    .Box-conheca .box-titulo::after {
        display: none;
    }

    .list_galeria {
        display: none;
    }

/*-------------------------------------
Galeria e botao mobile
-------------------------------------*/
    span.mais-fotos {
        display: none;
    }

    .mais-fotos-mobile {
        display: block;
    }

    .list_galeria.mobile{
        display: flex;
        flex-direction: column;
    }
/*-------------------------------------*/

    .banner-interna.wrap {
       height: 400px;
    }
    .conteudo-sobre .texto.wid-50{
        width: 100%;
    }
    .Lista-time.slick-initialized.slick-slider{
        width: 100%;
    }
    .conteudo-galeria a {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 15px;
        border: 1px solid black;
        box-sizing: border-box;
    }

    .box-ano.bx-right{
        right: 7px;
    }
    .box-ano.bx-left{
        padding-left: 7px;
    }
    .conteudo-bx::after{
        right: -38px;
    }
    .Lista-time .slick-dots{
        right: 0;
    }
    .box-titulo{
        bottom: 0;
        margin-bottom: 20px;
        margin-top: 10px;
    }
}