html{
  scroll-behavior:smooth;
}

#mainMenu a{
  color: #223f62;
}

#mainMenu a:hover{
  color: #e7645e;
}

#mainMenu .active{
  color: #e7645e;
}

@media only screen and (min-width: 992px) {
  #menuServiir{
    box-shadow:0px 5px 10px -10px #000;
  }
}

body{
  padding-top: 162.359px;
}

@media only screen and (max-width: 992px) {
  #MenuPrincipal {
    box-shadow:0px 5px 10px -10px #000;
  }
  body{
    padding-top: 82.359px;
  }
  #socialIcones, #socialIcones li{
    display: inline-block;
    margin-right: 10px;
    font-size: 1.5rem;
  }
  #formularioAcesso{
    display: block;
  }
  #menuServiir{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #mainMenu > ul > li:nth-child(1), #mainMenu > ul > li:nth-child(2), #mainMenu > ul > li:nth-child(3), #mainMenu > ul > li:nth-child(4), #mainMenu > ul > li:nth-child(5){
    border-bottom: 1px solid #bbb;
  }
  .aunicatip {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 576px) {
  .margemMobile{
    margin-top: 3rem !important;
  }
}

.serviir-azulescuro{
  background-color: #223f62;
  color: #ffffff;
}

.serviir-azulescuro2{
  background-color: #182d47;
  color: #ffffff;
}

.serviir-azulclaro{
  background-color: #00c1b5;
  color: #ffffff;
}

#myTab a {
  color:#fff;
}

#pf-tab2 .active {
  background-color: #dc5852 !important;
}

#pf-tab2 a:hover {
  background-color: #dc5852 !important;
}

#pj-tab2 .active {
  background-color: #198f92 !important;
}

#pj-tab2 a:hover {
  background-color: #198f92 !important;
}

.serviir-azulclaro a{
  color: #223f62;
}

.serviir-vermelho{
  background-color: #e7645e;
  color: #ffffff;
}

.bg-branco {
  background-color: #ffffff;
}

#descricaoHome{
  background-image: url("../img/mao.png");
  background-size: 100px;
  background-repeat: no-repeat;
}

#DepoimentosServiir{
  background-image: url("../img/b1.png"), url("../img/b2.png");
  background-size: 100px, 100px;
  background-position: left top, right bottom;
  background-repeat: no-repeat;
}

.serviir-textura{
  background-image: url("../img/worn_dots.png");
  color: #223f62;
}

.lightA a{
  color: #ffffff;
}
.lightA a:hover{
  color: #dddddd;
}

.blueA a{
  color: #223f62;
}
.blueA a:hover{
  color: #3b618f;
}

a{
  text-decoration: none !important;
}

#aunicaClasse{
  color: #ee3135;
}

#topMenu a{
  color: #fff;
}

#topMenu a:hover{
  color: #ddd;
}

.aunicatip {
  height: 30px;
  position: relative;
  margin-right: 20px;
  margin-top: 2px;
  margin-bottom: -8px;
  right: 50px;
}

.aunicatip a{
  color: #ee3135;
}

.aunicatip .aunicatiptext {
  visibility: hidden;
  width: 190px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 999;
  bottom: 125%;
  left: 50%;
  margin-left: -95px;
  opacity: 0;
  transition: opacity 0.3s;
}

.aunicatip .aunicatiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.aunicatip:hover .aunicatiptext {
  visibility: visible;
  opacity: 1;
}

.videoServiir{
  max-width: 798px;
  max-height: 432px;
}

.botaoPlano{
  background-color: #FFF;
  padding: 10px;
  margin-left: 25px;
  color: #223f62 !important;
  border: 1px solid #223f62;
  font-weight: bold;
}

 .btn-goiaba {
   background-color: #e7645e;
   border-color: #e7645e;
 }

 .btn-goiaba:hover {
   background-color: #223f62;
   border-color: #223f62;
 }

 .btn-azul {
   background-color: #223f62;
   border-color: #223f62;
 }

 .btn-azul:hover {
   background-color: #182d47;
   border-color: #182d47;
 }

 .btn-azulclaro {
   background-color: #00c1b5;
   border-color: #00c1b5;
 }

 .btn-azulclaro:hover {
   background-color: #223f62;
   border-color: #223f62;
 }

 .btn-goiaba-2 {
   background-color: #e7645e;
   border-color: #e7645e;
 }

 .btn-goiaba-2:hover {
   background-color: #182d47;
   border-color: #182d47;
 }

 .btn-goiaba-rev {
   background-color: #ffffff;
   border-color: #e7645e;
   color: #e7645e;
 }

 .btn-goiaba-rev:hover {
   background-color: #ffffff;
   border-color: #223f62;
   color: #223f62;
 }


  .btn-goiaba-rev2 {
    background-color: #223f62;
    border-color: #ffffff;
    color: #ffffff;
  }

  .btn-goiaba-rev2:hover {
    background-color: #ffffff;
    border-color: #223f62;
    color: #223f62 !important;
  }

.sideTitulo{
   background-color: #223f62;
   color: #ffffff;
   padding: .5rem;
 }

.sideItem{
  border: 1px solid #223f62;
}

.min200{
  min-height: 380px;
}

@media only screen and (max-width: 576px) {
  .margemMobile{
    margin-top: 3rem !important;
  }
}

#sidebarServiir .sticky-top{
  top: 20%
}

.texto-azul{
  color: #223f62;
}

section {
  padding-top: 20%;
  margin-top: -20%;
}

.sideItem a{
  color: #223f62;
}
.sideItem a:hover{
  color: #e7645e;
}

#botaoFlutuante{
  position: fixed;
  right: 20px;
  bottom: 15px;
  box-shadow: 2px 2px 15px -5px #000000;
  border-radius: 90px;
  z-index: 9999;
}

#botaoFlutuante img{
  width: 64px;
  height: 64px;
  transition: 0.3s;
}

#botaoFlutuante img:hover{
  width: 70px;
  height: 70px;
}

#socialFooter img{
  opacity: 1;
  transition: 0.3s;
}

#socialFooter img:hover{
  opacity: 0.75;
  transition: 0.3s;
}

.owl-nav{
  font-size: 5rem;
}

.owl-theme .owl-nav [class*=owl-]:hover{
  background: none !important;
  color: #000 !important;
}

.owl-theme .owl-nav [class*=owl-]{
  background: none !important;
  color: #fff;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: -45px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 0px;
    right: -35px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}
