html {
  scroll-behavior: smooth;
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: initial;
  -moz-flex-flow: initial;
  flex-flow: initial;
}
.display-flex:before,
.display-flex:after {
  display: none;
}
.flex-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-list > [class*='col-']:not([class^='p']) {
  padding: 15px;
}
.flex-list.lg.row {
  margin-right: -30px;
  margin-left: -30px;
}
.flex-list.lg.row > [class*='col-'] {
  padding: 30px;
}
.flex-align-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-self-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
}
.flex-self-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
}

.titulo-principal{
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 200;
}

.subtitulo-principal{
    width: auto;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

#topo{
    border-bottom: 5px solid #d50000;
}

#topo .div-logo{
	align-items: initial;
    justify-content: initial;
}

#topo .logo a img{
	width: 60%;
	margin-left: 0;
}

#topo .menu-topo{
	height: 85px;
    line-height: 85px;
}

#topo .menu-topo .item-menu{
	zoom: initial;
    padding: 0;
    vertical-align: middle;
    line-height: initial;
}

#topo .menu-topo .item-menu .link-menu{
    display: block;
    padding: 35px 20px;
    border: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

#topo .menu-topo .item-menu:hover .link-menu{
    border-bottom: none;
    color: #d90000;
    background: #f9f9f9;
}

#topo .menu-topo .item-menu .submenu{
	margin-top: 0px;
}


#topo .menu-topo .item-menu .submenu li{
    background: #f9f9f9;
}

#topo .menu-topo .item-menu .submenu li:hover{
    background: #d50000;
}

#topo .menu-topo .item-menu .submenu li a{
	color: #161616;
	padding: 15px;
	font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

#topo .menu-topo .item-menu .submenu li:hover a{
	color: #ffffff;
	padding: 15px;
}

.topo-fixo #topo .menu-topo .item-menu .submenu{
  margin-top: 0px !important;
}

#banner{
    border-bottom: none;
}

#banner .seta-banner{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #b00305;
}

#banner .seta-banner .fa{
    top: 3px;
}

.slick-prev{
    right: initial;
    left: 50px;
}

.slick-next{
    right: 50px;
    left: initial;
}

.slick-prev, .slick-next{
    bottom: 50%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
}

.slick-prev:hover, .slick-next:hover{
    animation: none;
    background: rgba(255, 255, 255, 0.35);
}

.slick-prev:before, .slick-next:before{
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    line-height: 0.5;
}

.slick-prev:before{
    position: relative;
    right: 2px;
}

.slick-next:before{
    position: relative;
    left: 2px;
}

.img-left{
    padding-right: 8px;
}

.img-right{
    padding-left: 8px;
}

#quem-somos{
    padding: 150px;
}

#quem-somos .titulo-principal{
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 200;
    text-align: left;
}

#quem-somos .titulo-principal:before{
    content: '';
    position: absolute;
    top: -45px;
    left: -60px;
    z-index: -1;
    width: 115px;
    height: 160px;
    margin: auto;
    display: block;
    background: #f9f9f9;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#quem-somos .titulo-principal img{
    width: 100px;
    vertical-align: baseline;
}

#quem-somos .titulo-principal span{
    color: #0d0d0d;
    font-weight: 600;
}

#quem-somos .titulo-principal span red{
    color: #b00305;
}

#quem-somos .subtitulo-principal{
    width: auto;
    border: none;
    margin: 0px 0px 60px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #4c4c55;
}

#quem-somos .texto{
    color: #1c1c1c;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.6;
}

#quem-somos .botao-principal{
    margin-left: 0;
    padding: 20px 50px;
    color: #0d0d0d;
    border: 3px solid #0d0d0d;
    background: transparent;
    letter-spacing: initial !important;
}

#quem-somos .botao-principal i{
    color: #b00305;
}

#quem-somos .botao-principal:hover{
    color: #ffffff;
    background: #b00305;
    border-color: #b00305;
}

#quem-somos .botao-principal:hover i{
    color: #ffffff;
}

#produtos.home{
    padding: 150px;
    background: url(../images/rva-contorno.png);
    background-size: 32%;
    background-repeat: no-repeat;
    background-position-x: -40px;
    background-position-y: -20px;
    background-color: #b00305;
}

#produtos .titulo-principal{
    color: #ffffff;
}

#produtos .subtitulo-principal{
    color: #cccccc;
}

#produtos.home .titulo-produtos{
    margin: 10px 0px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 200;
    text-align: left;
    text-transform: uppercase;
}

#produtos.home .subtitulo-produtos{
    width: auto;
    border: none;
    margin: 0px 0px 60px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #cccccc;
}

#produtos.home .titulo-produtos:before{
    content: '';
    position: absolute;
    top: -45px;
    left: -60px;
    z-index: -1;
    width: 115px;
    height: 160px;
    margin: auto;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#produtos .produtos-item.display-flex{
    display: flex !important;
}

#produtos .produtos-item:nth-child(2n+1){
    flex-direction: row-reverse;
}

#produtos .produtos-item p{
    margin-bottom: 0;
    color: #cccccc;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.6;
}

#chamadas{
    padding: 150px;
    /*background: #ffffff;
    position: relative;
    z-index: 0;*/
    background: url(../images/rva-cinza.png);
    background-size: 32%;
    background-repeat: no-repeat;
    background-position-x: 103%;
    background-position-y: -20px;
}

#chamadas .titulo-principal{
    color: #1c1c1c !important;
    text-align: left;
}

#chamadas .titulo-principal:before{
    content: '';
    position: absolute;
    top: -45px;
    left: -60px;
    z-index: -1;
    width: 115px;
    height: 160px;
    margin: auto;
    display: block;
    background: #f9f9f9;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.checklist-chamada{

}

.checklist-chamada li{
    margin-bottom: 10px;
    color: #1c1c1c;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.6;
}

.checklist-chamada li i{
    color: #b00305;
}

#chamadas .mt-30{
  margin-top: 30px;
}

#chamadas .certificados{
  margin-top: 30px;
}

#chamadas .certificados img{
    width: 100%;
}

#chamadas .certificados img.logo-ukas{
  width: auto;
  height: 114px;
}

#parceiros{
  background-color: #b00305;
}

#parceiros .titulo-principal{
  color: #ffffff;
}

#parceiros .slick-slide img{
  width: 80%;
}

#rodape{
    background: #f0f0f0;
    padding: 80px 0px 40px;
}

#rodape .titulo-rodape{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

#rodape .rodape-cartoes img{
    width: 250px;
    float: right;
}

#rodape .creditos-site{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

#rodape .texto-rodape{
    color: #1c1c1c;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

#rodape .icone-rodape{
    color: #cacaca;
    font-size: 22px;
}

#rodape .rodape-sociais a{
    display: inline-block;
    width: 40px;
    margin-right: 10px;
}

body #rodape .rodape-sociais .fa:hover{
    color: #b00305 !important;
}

.top-bar{
    padding: 15px;
    background: #161616;
}

.top-bar .texto-topo{
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.top-bar .texto-topo i{
    margin-right: 5px;
}

.top-bar .redes-sociais a{
    display: inline-block;
    width: 40px;
    margin-left: 10px;
    color: #ffffff;
    font-size: 16px;
}

#caminho .fundo-caminho{
  background: #d50000;
}

#caminho .pizza-slice li{
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

/*///////////////////////////
////////// INTERNAS /////////
///////////////////////////*/

#quem-somos.interna p{
  color: #1c1c1c;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

#estrutura.interna .slick-detalhe-grande, #quem-somos.interna .slick-detalhe-grande{
  margin-bottom: 0px;
}

#estrutura.interna .slick-detalhe-thumb .slick-list.draggable, #quem-somos.interna .slick-detalhe-thumb .slick-list.draggable{
  padding: 0px !important;
}

#estrutura.interna p{
  color: #1c1c1c;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

#contato.interna p, #contato.interna a{
  color: #1c1c1c;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

#contato .contato-lateral > .col-md-12:not(:last-child){
  border: none;
}

#contato.interna i{
  display: inline-block !important;
  width: 30px;
  margin-right: 10px;
  margin-bottom: 0 !important;
  color: #d50000 !important;
  font-size: 30px !important;
  vertical-align: top;
}

#contato .contato-lateral p, #contato .contato-lateral .lateral-email a{
  display: inline-block !important;
  width: 85%;
  text-align: left;
}

#contato .contato-lateral .sociais{
  text-align: left;
}

#contato .form-contato .input-contato{
  margin: 0px 0 20px;
  color: #1c1c1c;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

#contato .form-contato .input-contato:hover {
  border-color: rgb(213, 0, 0);
  color: #d50000;
}

#contato h2.titulo-principal.text-left{
  text-align: left !important;
}

#contato .form-contato .botao-principal{
  display: block;
  width: 100%;
  margin: 20px 0px 0px;
  padding: 20px 50px;
  color: #0d0d0d;
  border: 3px solid #0d0d0d;
  background: transparent;
  letter-spacing: initial !important;
}

#contato .form-contato .botao-principal:hover{
  color: #ffffff;
  background: #b00305;
  border-color: #b00305;
}

#produtos.interna .item-produtos .titulo-produtos, #produtos.detalhe .item-produtos .titulo-produtos{
  margin: 20px 0px 10px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
  font-weight: 300;
}

#produtos.interna .item-produtos:hover .titulo-produtos, #produtos.detalhe .item-produtos:hover .titulo-produtos{
  color: #d50000;
}

#produtos.interna .item-produtos .nome-categoria, #produtos.detalhe .item-produtos .nome-categoria{
  color: #b3b3b3 !important;
  font-size: 12px !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300 !important;
}

#produtos.interna .item-produtos .img-produtos, #produtos.detalhe .item-produtos .img-produtos{
  background: #d50000;
}

#produtos.detalhe .slick-detalhe-thumb .slick-track .slick-slide{
  margin: 0px 10px;
}

#caminho-sticky-wrapper{
  height: auto !important;
}

@media (max-width: 767px){
  #quem-somos{
    padding: 80px 20px;
  }
  #quem-somos .display-flex{
    display: block;
  }
  #quem-somos .subtitulo-principal{
    text-align: center;
  }
  #quem-somos .titulo-principal img{
    display: inline-block;
    width: 60px;
  }
  #quem-somos .botao-principal{
    width: 100%;
    margin-bottom: 0;
  }
  #quem-somos .texto{
    text-align: justify !important;
  }
  .mt-50{
    margin-top: 50px;
  }
  #produtos.home{
    padding: 50px 20px;
  }
  #produtos .produtos-item.display-flex{
    display: block !important;
  }
  #produtos.home .titulo-produtos{
    margin: 50px 0px 0px;
  }
  #produtos.home .subtitulo-produtos{
    margin: 0px 0px 20px;
    text-align: center;
  }
  #produtos.home .slick-prev, #produtos.home .slick-next{
    display: none !important;
  }
  #chamadas{
    padding: 50px 10px;
  }
  #chamadas .subtitulo-principal{
    text-align: center;
  }
  #rodape{
    padding: 50px 10px 0px;
  }
  #rodape .titulo-rodape{
    text-align: left !important;
  }
  #rodape .rodape-telefone .texto-rodape{
    text-align: left !important; 
  }
  #rodape .rodape-sociais{
    text-align: left;
  }
  #rodape .display-flex{
    display: block !important;
  }
  #rodape .rodape-cartoes{
    display: none;
  }
  #fundo-internas .titulo-internas{
    font-size: 45px;
  }
  
}