main > .container {
  padding: 60px 15px 0;
}

body {
  background-color: #fbfbfb;
  padding-top: 55px;
  font-family: 'Open Sans', sans-serif;
}

 
.nav-custom .nav-link {
  color: #001840 !important;
  font-size: 18px !important;
}


.logo-name {
  Font-family: 'Bebas Neue', cursive;
  font-size: 26px;
  color: #001840 !important;
  text-decoration: none;
  text-transform: uppercase;
}

.banner-full {
  background-image: url(../../imgs/banner.jpg);
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex: 1 1 auto;
}

.cont-banner {
  padding-top: 30px;
}

.cont-banner h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 70px;
}

.cont-banner h1 span {
  font-weight: 600;
  color: #FFE600;
}

.cont-banner p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}

.btn-df {
  border-radius: 40px;
  min-width: 200px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-weight: normal;
  width: 124px;
}

.btn-df > span {
  font-size: 14px;
  font-weight: 400;
}

.clr-1 {
  color: #003180;
}

.clr-2 {
  color: #333;
}

.clr-3 {
  color: #001840;
}

.sec h2.title {
  font-size: 36px;
  font-weight: 600;
}

.sec h3.sub-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0 auto 30px;
  text-align: center; 
}

.box-service {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(222, 222, 222, 0.4);
  padding: 40px 20px;
  border-radius: 20px;
  align-items: center;
  height: 100%;  
}

.icon-service {
  width: 110px;
  height: 110px;
  margin-bottom: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-service.icon-1 { 
  background-image: url(../../imgs/icons/ico-servicos-1.jpg);
}

.icon-service.icon-2 { 
  background-image: url(../../imgs/icons/ico-servicos-2.png);
}

.icon-service.icon-3 { 
  background-image: url(../../imgs/icons/ico-servicos-3.png);
}

.title-box-service {
  color: #003180;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 18pt;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;  
  margin-bottom: 14px;
}

.desc-service {
  color: #001840;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 18pt;
}

.sec-bl {
  background-color: #003180;
  background-image: url(../../imgs/bg-bloco-azul.png);
  background-repeat: no-repeat;
  background-position: left;
}

.sec-bl .tit {
  color: #fff;
  font-size: 26px;
} 

.text-bl {
  color: #fff;
  padding-right: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.text-bl h2 {
  font-size: 30px;
  line-height: 26pt;
  margin-bottom: 20px;
}

.text-bl p {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  line-height: 18pt;
}

.sep {
  border-right: 1px solid rgb(255 255 255 / 30%);
}

@media (max-width: 768px) {

  .sep {
    border-right: none;
  }

  .text-bl {
    padding-right: 0;
  }

  .icons-tec-top, .icons-tec-bottom {
    padding-left: 0 !Important;
  }

  .infos-bl {
    padding-left: 0 !important;
  }
  .img-full {
    display: none;
  }

  .lst-vert li {
    margin-left: 26px!important;
  }

}

.icons-tec-top, .icons-tec-bottom {  
  display: flex;
  flex-direction: row;
  padding-left: 40px;
}

.icons-tec-top div, .icons-tec-bottom div {  
  width: 115px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
}

.icons-tec-top div:nth-child(1) {
  background-image: url(../../imgs/icons/ico-angular.png);
}

.icons-tec-top div:nth-child(2) {
  background-image: url(../../imgs/icons/ico-C.png);
}

.icons-tec-top div:nth-child(3) {
  background-image: url(../../imgs/icons/ico-node.png);
}

.icons-tec-top div:nth-child(4) {
  background-image: url(../../imgs/icons/ico-asp.png);
}

.icons-tec-bottom div:nth-child(1) {
  background-image: url(../../imgs/icons/ico-mysql.png);
}

.icons-tec-bottom div:nth-child(2) {
  background-image: url(../../imgs/icons/ico-serverless.png);
}

.icons-tec-bottom div:nth-child(3) {
  background-image: url(../../imgs/icons/ico-aws.png);
}

.icons-tec-bottom div:nth-child(4) {
  background-image: url(../../imgs/icons/ico-msql.png);
}

.infos-bl {
  padding-left: 60px;
}

.lst-infos {
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.lst-infos li {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 16px;
  align-items: center;
}

.lst-infos li .icons {
  width: 46px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.lst-infos li div.icon-1 {
  background-image: url(../../imgs/icons/ico-remoto.png);
}

.lst-infos li div.icon-2 {
  background-image: url(../../imgs/icons/ico-atendimento.png);
}

.lst-infos li span {
  font-size: 19px;
  font-weight: 300;
  line-height: 18pt;
  width: 100%;
}

.img-full {
  background-image: url(../../imgs/img-quemsomos.jpg);
  height: 540px;
  background-repeat: no-repeat;
  width: 50%;
  background-position: left center;
}

.lst-vert {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  max-width: 560px;
}

.lst-vert li:first-child {
  border-color: #003180;
}

.lst-vert li {
  border-left: 4px solid #EAEAEA;
  padding-left: 36px;
  margin-left: 75px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.lst-vert h3 {
  font-size: 24px;
  color: #003180;
  font-weight: 600;
}

.lst-vert p {
  color: #001840;
  font-size: 16px;
}

.sup-vals {
  padding: 22px 28px;
  height: 100%;
}

.title-top {
  display: flex;
  gap: 18px;
  align-items: center;
}

.title-top .icon {
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.title-top .icon-missao {
  background-image: url(../../imgs/icons/ico-missao.png);
}

.title-top .icon-visao {
  background-image: url(../../imgs/icons/ico-visao.png);
}

.title-top .icon-valores {
  background-image: url(../../imgs/icons/ico-valores.png);
}

.title-top strong {
  color: #001840;
  font-size: 20px;

}

.sup-vals p {
  font-size: 15px;
  color: #001840;
  line-height: 20px;
  margin: 0;
}

.sec-comentarios {
  position: relative;
}

.sec-comentarios .cit {
  background-image: url(../../imgs/img-coments-aspas.png);
  position: absolute;
  z-index: 2;
  right: 30px;
  width: 170px;
  height: 183px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 33px;
} 

.comentarios {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comentarios-texto {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 10px;
  min-height: 120px;
  font-size: 16px;
  width: 100%;
  color: #001840;
  padding: 20px 32px 26px 32px;
  flex-direction: column;
  gap: 14px;
  min-height: 204px;
  position: relative;
}

.comentarios-texto::before {  
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -8px;
  display: block;
  background: url(../../imgs/icons/icon-comment.png) no-repeat;
  transform: rotate(135deg);
}  

.comentarios-texto strong {
  color: #003180;
  font-size: 20px;
}

.comentarios-texto span {
  color: #001840;
  font-size: 16px;
  line-height: 20pt;
}

.comentarios-infos {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.comentarios-infos strong {
  font-size: 18px;
}

.comentarios-infos span {
  font-size: 14px;
}

.img-slider  {
  display: flex;
  height: 325px;
  width: 445px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-client-1 {
  background-image: url(../../imgs/img-client-Milos-desk.jpg);
}

.slider-client-2 {
  background-image: url(../../imgs/img-client-mortgage-DESK.jpg);
}

.infos {
  
  align-items: center;
  display: flex;
  flex-direction: column; 
}

@media(min-width: 996px ){
  .infos {
    min-height: 350px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}

.infos .logo {
  background-image: url(../../imgs/logo-milos.png);
  height: 37px;
  background-repeat: no-repeat;
  margin-bottom: 18px;
}

.infos .item-1 {
  color: #001840;
  font-size: 20px;
  margin-bottom: 30px;
}

.infos .item-2 {
  color: #333;
  font-size: 16px;
  font-style: italic;
}

.lst-item-cli {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lst-item-cli li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.lst-item-cli li .tit {
  display: flex;
  gap: 14px;
  align-items: center;
}

.lst-item-cli li .tit .icon {
  background-image: url(../../imgs/icon-check.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  background-size: contain;
}

.lst-item-cli li .tit span {
  font-size: 16px;
  color: #003180;
}

.lst-item-cli li .text-cli {
  font-size: 15px;
  color: #001840;
  padding-left: 39px;
  line-height: 18pt;
  margin: 0;
}


.fale-conosco .form-label {
  font-size: 12px;
  color: #001840;
}

.fale-conosco .small-title {
  font-size: 16px; 
  font-weight: 600;
}

.sub-title-contato {
  font-size: 16px;
  font-weight: 400;
  color: #001840;
  width: 50%;
  line-height: 16pt;
  margin-bottom: 18px;
}

.fale-conosco .item-contato {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.fale-conosco .item-contato .icon {
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.fale-conosco .item-contato .icon-arroba {
  background-image: url(../../imgs/icons/ico-arroba-azul.png);
}

.fale-conosco .item-contato .icon-whats {
  background-image: url(../../imgs/icons/ico-whatsapp.png);
}

.fale-conosco .item-contato .item-contato {
  background-image: url(../../imgs/icons/ico-whatsapp.png);
}

.fale-conosco .item-contato .contato a,
.fale-conosco .item-contato .contato span {
  text-decoration: underline;
  font-size: 14px;
  color: #0061FE;
  cursor: pointer;
}


.fale-conosco .item-contato .icon-copiar {
  width: 20px;
  height: 20px;
  display: block;
  background-color: bisque;
}

.sup-iframe {
  position: absolute;
  right: 0;
  top: 0;
  width: 47%;
  height: 100%;
}

.iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {

  .sup-iframe {
    position: relative;
    width: 100%;
    height: 450px;
  }

  .iframe {
    height: 450px;
  }

}

footer {
  background-color: #003180;
}

footer span {
  color: #fff;
  font-size: 12px;
}

.links-sociais {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: end;  
}

.links-sociais li {
  width: 20px;
  height: 20px;
}

.links-sociais li a.link-sociais {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}

.links-sociais li a.link-insta {
  background-image:url(../../imgs/icons/ico-linkedin.png);
}

.carousel-control-next, 
.carousel-control-prev {
  width: 40px !important;
}

.carousel-indicators {
  bottom: -34px !important;
}

.list-idioma {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 6px;
  margin-left: 12px;
}

.list-idioma li {
  width: 22px;
  height: 14px;
  align-items: center;
  justify-content: center;
}

.list-idioma li a {
  font-size: 0;
}

.list-idioma li a {
  width: 100%;
  height: 14px;
  display: block;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}

.list-idioma li .br-ativo {
  background-image: url(/imgs/icons/flag-br-ativo.png);
}

.list-idioma li .br-inativo {
  background-image: url(/imgs/icons/flag-br-inativo.png);
}

.list-idioma li .br-inativo:hover {
  background-image: url(/imgs/icons/flag-br-ativo.png);
}

.list-idioma li .sp-ativo {
  background-image: url(/imgs/icons/flag-sp-ativo.png);
}

.list-idioma li .sp-inativo {
  background-image: url(/imgs/icons/flag-sp-inativo.png);
}

.list-idioma li .sp-inativo:hover {
  background-image: url(/imgs/icons/flag-sp-ativo.png);
}

.list-idioma li .en-ativo {
  background-image: url(/imgs/icons/flag-en-ativo.png);
}

.list-idioma li .en-inativo {
  background-image: url(/imgs/icons/flag-en-inativo.png);
}

.list-idioma li .en-inativo:hover {
  background-image: url(/imgs/icons/flag-en-ativo.png);
}