@font-face {
  font-family: 'Mont';
  src: url('../../fonts/Mont-Heavy.eot');
  src: url('../../fonts/Mont-Heavy.eot?#iefix') format('embedded-opentype'), url('../../fonts/Mont-Heavy.woff2') format('woff2'), url('../../fonts/Mont-Heavy.woff') format('woff'), url('../../fonts/Mont-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../../fonts/Mont-Bold.eot');
  src: url('../../fonts/Mont-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/Mont-Bold.woff2') format('woff2'), url('../../fonts/Mont-Bold.woff') format('woff'), url('../../fonts/Mont-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../../fonts/Mont-Regular.eot');
  src: url('../../fonts/Mont-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/Mont-Regular.woff2') format('woff2'), url('../../fonts/Mont-Regular.woff') format('woff'), url('../../fonts/Mont-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../../fonts/Mont-RegularItalic.eot');
  src: url('../../fonts/Mont-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../../fonts/Mont-RegularItalic.woff2') format('woff2'), url('../../fonts/Mont-RegularItalic.woff') format('woff'), url('../../fonts/Mont-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
body {
  background: #f0f0f0;
  font-size: 14px;
  font-family: 'Mont', sans-serif;
}
ul {
  padding-left: 20px;
}
a {
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none ;
}
/*h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.2;
  color: #186ca8;
}*/
h1 {
  font-size: 58px;
  margin: 0 0 15px;
  font-weight: 800;
  color: #186ca8;
  text-transform: uppercase;
}
h2 {
  font-size: 42px;
  margin: 0 0 15px;
  font-weight: 800;
  color: #186ca8;
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 32px;
  }
}
h4 {
  font-size: 18px;
  color: #262626;
  font-weight: 700;
  margin: 0 0 15px;
}
h3 {
  font-size: 22px;
  font-weight: 800;
  color: #262626;
}

@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
figure img {
  max-width: 100%;
  height: auto;
}
figure.radshadow {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 3px solid #ffffff;
}
#content {
  width: 100%;
  overflow: hidden;
}
#content section {
  width: 100%;
  padding: 60px 0;
}
#content.interna section {
  position: relative;
  z-index: 2;
}
#content.bannerprincipal section {
  position: relative;
  z-index: 2;
}
#content.bannerprincipal section.conteudo {
  padding-top: 0;
}
#content.interna section.conteudo {
  padding-top: 0;
}
.bg-azul {
  background: #186ca8;
  color: #ffffff;
}
.bg-azul h2,
.bg-azul h3,
.bg-azul h4 {
  color: #ffffff;
}
.bg-azul .card.depo {
  margin-bottom: 50px;
  color: #262626;
}
@media (min-width: 576px) {
  .bg-azul .card.depo {
    min-height: calc(100% - 50px);
  }
}
.bg-azul .card.depo > i:first-child {
  background: #262626;
}
.bg-azul .card.depo h4 {
  color: #262626;
}
.btn-area > * {
  display: inline-block;
  background: #186ca8;
  border: 1px solid #186ca8;
  border-radius: 30px;
  padding: 10px 35px 8px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}
.btn-area > *:hover {
  background: transparent;
  color: #186ca8;
}
.btn-area > *.white {
  background: #ffffff;
  border-color: #ffffff;
  color: #186ca8;
}
.btn-area > *.white:hover {
  background: transparent;
  color: #ffffff;
}
.btn-area.simple > * {
  background: transparent ;
  padding: 0 ;
  border: 0;
  text-decoration: underline ;
  color: #186ca8;
}
.btn-area.simple > *.black {
  color: #262626;
}
.btn-area.simple > *.white {
  color: #ffffff;
}
.btn-area.simple > *:hover {
  text-decoration: none;
}
header {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: wrap;
}
header .top {
  background: #186ca8;
  color: #ffffff;
}
header .top .row {
  display: flex;
  flex-flow: wrap;
}
header .top .row > * {
  display: flex;
  align-items: center;
}
header .top .row > * + * {
  justify-content: flex-end;
}
header .top ul.social a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
}
header .top ul.topoesquerdo a {
  width: 100%;
  height: 32px;
  display: flex;
  margin-left:5px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  color: #ffffff;
}
header .top ul.social a:hover {
  opacity: .6;
}
header .top a {
  display: flex;
  align-items: center;
  color: #ffffff;
}
header .top a i {
  margin-right: 5px;
}
header .top a:hover {
  opacity: .6;
}
header .top a + a {
  margin-left: 15px;
}
@media (max-width: 575px) {
  header .top a i + span {
    display: none;
  }
  #sumirnocel {display: none;} #sumirnocel1 {display: none;} #sumirnocel2 {display: none;}
}
header .menu {
  background: #ffffff;
}
header .menu .col-12 {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: space-between;
}
header .menu .branding {
  width: 214.29px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
header .menu .branding * {
  width: 214.29px;
  height: 50px;
}
header .menu button {
  width: 50px;
  height: 50px;
  border: 0;
  background: transparent;
  color: #186ca8;
  font-size: 20px;
  outline: 0;
}
header .menu nav .header-menu {
  height: 80px;
  padding: 0 15px;
}
header .menu nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex ;
  align-items: center;
  color: #262626;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
header .menu nav > ul a {
  float: left ;
  padding: 10px;
  color: inherit;
}
header .menu nav > ul a:hover {
  color: #186ca8;
}
header .menu nav > ul > li {
  margin-left: 15px;
}
header .menu nav > ul > li:first-child {
  margin-left: 0;
}
header .menu nav > ul > li.destaque a {
  background: #186ca8;
  border: 1px solid #186ca8;
  border-radius: 30px;
  padding: 10px 25px;
  color: #ffffff;
}
header .menu nav > ul > li.destaque a:hover {
  background: transparent;
  color: #186ca8;
}
header .menu nav > ul > li.drop {
  position: relative;
}
header .menu nav > ul > li.drop > a {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .menu nav > ul > li.drop > a:after {
  content: '';
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border: 1px solid #186ca8;
  border-top: 0;
  border-left: 0;
  display: inline-block;
  margin: 0 0 3px 3px;
}
header .menu nav > ul > li.drop .submenu {
  position: absolute;
  top: 100%;
  width: 210px;
  left: 50%;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  padding: 0;
  border-radius: 0 0 15px 15px;
  text-transform: none !important;
  line-height: 1.6;
  font-size: 12px;
  font-weight: normal;
  transition: all 0.4s ease;
  top: calc(100% - 10px);
  opacity: 0;
  pointer-events: none;
}
header .menu nav > ul > li.drop .submenu:after {
  content: '';
  position: absolute;
  top: -20px;
  left: -5px;
  right: -5px;
  width: calc(100% + 10px);
  background: #ffffff;
  height: 20px;
}
header .menu nav > ul > li.drop .submenu .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
header .menu nav > ul > li.drop .submenu.big {
  width: 800px;
}
header .menu nav > ul > li.drop .submenu.big-4colunas {
  width: 1040px;
}
header .menu nav > ul > li.drop .submenu h4 {
  font-size: 16px;
  font-weight: 600;
}
header .menu nav > ul > li.drop .submenu h3 {
  font-size: 18px;
  color: #186ca8 !important;
  margin-bottom: 5px;
}
header .menu nav > ul > li.drop .submenu ul {
  align-items: flex-start;
  justify-content: flex-start;
  display: block;
}
header .menu nav > ul > li.drop .submenu ul li {
  width: 100%;
  display: block;
}
header .menu nav > ul > li.drop .submenu ul li a {
  padding: 10px 0;
  font-weight: normal;
  width: 100%;
  display: block;
}
header .menu nav > ul > li.drop .submenu ul li a strong {
  font-size: 14px;
  font-weight: 600;
}
header .menu nav > ul > li.drop .submenu .col-12 {
  display: block;
  padding: 30px;
}
header .menu nav > ul > li.drop .submenu .col-12 + .col-12 {
  border-left: 1px solid #f0f0f0;
}
header .menu nav > ul > li.drop .submenu .col-12:first-child {
  border-bottom-left-radius: 15px;
}
header .menu nav > ul > li.drop .submenu .col-12:last-child {
  border-bottom-right-radius: 15px;
}
header .menu nav > ul > li.drop .submenu .col-12 ul.col2 {
  column-count: 2;
  text-align: left ;
}
header .menu nav > ul > li.drop .submenu .col-12.small {
  padding: 5px 20px;
}
header .menu nav > ul > li.drop .submenu .col-12 .btn-area {
  width: 100%;
}
header .menu nav > ul > li.drop .submenu .col-12 .btn-area > * {
  line-height: 1;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
header .menu nav > ul > li.drop .submenu .col-12.bgcor {
  background: #186ca8;
  color: #ffffff;
  text-align: center;
}
header .menu nav > ul > li.drop .submenu .col-12.bgcor h4,
header .menu nav > ul > li.drop .submenu .col-12.bgcor h3 {
  color: #ffffff !important;
}
header .menu nav > ul > li.drop:hover .submenu,
header .menu nav > ul > li.drop.toggle .submenu {
  top: 100%;
  opacity: 1;
  pointer-events: inherit;
}
@media (max-width: 991px) {
  header .menu nav {
    position: fixed;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    top: 30px;
    width: 50%;
    left: 0;
    transition: all 0.4s ease;
    height: calc(100vh - 30px);
    transform: translateX(-101%);
  }
  header .menu nav.toggled {
    transform: translateX(0%);
  }
  header .menu nav > ul {
    padding: 0 15px;
    height: calc(100vh - 130px);
    overflow-y: auto;
  }
  header .menu nav > ul > li {
    width: 100%;
    margin-left: 0;
  }
  header .menu nav > ul > li a {
    width: 100%;
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #f0f0f0;
  }
  header .menu nav > ul > li:first-child a {
    border-top: 0;
  }
  header .menu nav > ul > li.drop > a {
    justify-content: space-between;
    height: auto;
    width: 100%;
  }
  header .menu nav > ul > li.drop .submenu {
    width: 100%;
    position: static;
    top: auto;
    opacity: 1;
    pointer-events: inherit;
    transform: translateX(0);
    left: auto;
    background: #f0f0f0;
    float: left;
    box-shadow: none;
    margin: 0 0 15px;
  }
  header .menu nav > ul > li.drop .submenu .col-12 {
    padding: 15px;
  }
  header .menu nav > ul > li.drop .submenu .col-12 + .col-12 {
    border-left: 0;
    border-top: 1px solid #ffffff;
  }
  header .menu nav > ul > li.drop .submenu .col-12:first-child {
    border-bottom-left-radius: 0;
  }
  header .menu nav > ul > li.drop .submenu .col-12:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  header .menu nav > ul > li.drop .submenu:after {
    display: none;
  }
  header .menu nav > ul > li.drop .submenu .row {
    float: left;
    width: 100%;
  }
  header .menu nav > ul > li.drop .submenu.big {
    width: 100%;
  }
  header .menu nav > ul > li.destaque a {
    text-align: center;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  header .menu nav {
    width: calc(100% - 180px);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  header .menu nav {
    width: 100%;
  }
}
.banner {
  position: relative;
  font-size: 16px;
  padding: 90px 0;
}
.banner i {
  color: #186ca8;
  font-size: 18px;
}
.banner h4 {
  margin-bottom: 20px;
}
.banner p {
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  .banner p br {
    display: none;
  }
}
.banner .btn-area {
  margin-top: 25px;
}
.banner .row {
  display: flex ;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner:before {
  content: '';
  background: url(../../images/bg-bh.svg);
  width: 100%;
  padding-top: 83.54%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.card {
  border: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px 40px ;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .card {
    min-height: calc(100% - 30px);
  }
}
.card figure {
  margin: 0;
}
.card figure img {
  width: 65px;
  height: 65px;
}
.card h3 {
  margin-bottom: 15px;
}
.card h3:not(:first-child) {
  margin-top: 25px;
}
.card *:last-child {
  margin-bottom: 0;
}
.card .btn-area {
  margin-top: 15px;
}
.card.lfpos {
  width: calc(100% + 80px);
  margin: 0 -50px 0 -30px;
  padding: 50px 50px 50px 30px;
  border-radius: 0 30px 30px 0;
  position: relative;
}
.card.lfpos:before {
  content: '';
  position: absolute;
  top: 0;
  right: 99%;
  width: 50vw;
  background: inherit;
  bottom: 0;
  height: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.card.lfpos:after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(100% - 30px);
  width: 40px;
  background: inherit;
  bottom: 0;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1199px) {
  .card.lfpos {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .card.lfpos {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 20px ;
    border-radius: 0;
    text-align: center;
  }
  .card.lfpos:before,
  .card.lfpos:after {
    display: none;
  }
  .card.lfpos .btn-area {
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }
}
.card.nobg {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-top: 5px;
}
.card.nobg figure {
  width: 40px;
  margin-bottom: 10px;
}
.card.nobg figure img {
  width: 40px;
  height: 40px;
}
.card.nobg h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.card.iconlateral {
  padding: 20px;
  border-radius: 15px;
}
.card.iconlateral > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.card.iconlateral > div figure {
  width: 40px;
}
.card.iconlateral > div figure img {
  width: 40px;
  height: 40px;
}
.card.iconlateral > div figure + * {
  width: calc(100% - 40px);
  padding: 0 0 0 15px;
}
.card.iconlateral > div figure + * h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
@media (min-width: 576px) {
  .card.iconlateral.big > div figure {
    width: 50px;
  }
  .card.iconlateral.big > div figure img {
    width: 50px;
    height: 50px;
  }
  .card.iconlateral.big > div figure + * {
    width: calc(100% - 50px);
  }
}
.card.depo {
  position: relative;
  margin-top: 20px;
  padding-top: 40px;
}
.card.depo > i:first-child {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  color: #ffffff;
  background: #186ca8;
  position: absolute;
  top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  left: 15px;
}
.card.depo h4 {
  margin: 0;
}
.card.depo .d-flex {
  width: 100%;
}
.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0px;
}
.video-container:after {
  padding-top: 56.25%;
  display: block;
  content: '';
  z-index: 1;
  transition: all 0.4s ease;
}
.video-container:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #262626;
  opacity: 0.4;
  z-index: 2;
  transition: all 0.4s ease;
}
.video-container svg {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.video-container svg * {
  transition: all 0.4s ease;
}
.video-container:hover svg * {
  fill: #186ca8;
}
.video-container:hover:before {
  opacity: 0.2;
}
.vantagens .row {
  display: flex;
  flex-flow: wrap;
}
.vantagens .row > * {
  display: flex;
}
.vantagens .row > * .card {
  align-items: center;
  text-align: center;
}
.video {
  margin-bottom: 120px;
}
.video .row {
  position: relative;
}
.video .row .vid-pad {
  padding: 0 0 0 50px;
  margin-bottom: -120px;
  float: left;
  width: 100%;
}
.video .row:before {
  content: '';
  left: 15px;
  width: 100vw;
  top: -40px;
  border-radius: 30px 0 0 30px;
  background: #ffffff;
  bottom: -40px;
  position: absolute;
}
@media (max-width: 991px) {
  .video {
    margin-bottom: 0;
  }
  .video .row {
    text-align: center;
    flex-flow: column-reverse;
  }
  .video .row .vid-pad {
    padding: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .video .row:before {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
.servicos .ttl-servico {
  margin-top: 30px;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.servicos .ttl-servico > * {
  position: relative;
  z-index: 2;
}
.servicos .ttl-servico:before {
  content: '';
  width: 50vw;
  height: 390px;
  background: url(../../images/bg-servico.svg);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  right: 50%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.servicos#motivos .ttl-servico:before {
  display: none;
}
.servicos#motivos .card {
  padding: 20px;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .servicos .card {
    padding: 20px;
  }
}
.vpsvm {
  padding: 50px 0 !important;
  margin: 50px 0 !important;
  position: relative;
}
.vpsvm:before {
  content: '';
  background: url(../../images/vps-vmware.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  width: 65%;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  border-radius: 0 40px 40px 0;
}
.vpsvm .container > .row {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.vpsvm .container > .row > * {
  border-radius: 30px 0 0 30px;
  background: #186ca8;
  padding: 50px 15px 50px 50px;
  color: #ffffff;
  position: relative;
}
.vpsvm .container > .row > *:before {
  content: '';
  left: 99%;
  top: 0;
  bottom: 0;
  height: 100%;
  background: inherit;
  width: 50vw;
  position: absolute;
}
.vpsvm .container > .row > * h4,
.vpsvm .container > .row > * h3,
.vpsvm .container > .row > * h2 {
  color: #ffffff;
}
.vpsvm.desconto:before {
  background-image: url(../../images/vps-vmware.jpg);
}
.vpsvm.missao:before {
  background-image: url(../../images/vps-vmware.jpg);
}
@media (max-width: 991px) {
  .vpsvm:before {
    width: 100%;
    border-radius: 0 ;
    padding-top: 50%;
    position: static;
    height: auto;
    float: left;
    min-height: 220px;
  }
  .vpsvm .row {
    z-index: 2;
  }
  .vpsvm .row > * {
    border-radius: 30px ;
    padding: 40px;
    position: relative;
    margin: -100px 0 0;
    text-align: center;
  }
  .vpsvm .row > *:before {
    display: none;
  }
  .vpsvm .btn-area {
    justify-content: center !important;
  }
}
@media (max-width: 575px) {
  .vpsvm:before {
    min-height: 400px;
    padding-top: 100%;
  }
  .vpsvm .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .vpsvm .row > * {
    margin: -100px 0px 0;
    padding: 20px;
  }
}
/*OWL CONTROLS*/
.owl-carousel {
  list-style: none;
  margin: 0;
  padding: 0;
}
.owl-carousel .owl-nav {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.owl-carousel .owl-nav button {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 40px !important;
  height: 40px !important;
  color: #186ca8 !important;
  display: flex !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  line-height: 1 !important;
  z-index: 9999999 !important;
  border: 1px solid #186ca8 !important;
  background: transparent !important;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0 !important;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0 !important;
}
.owl-carousel .owl-nav button.disabled {
  pointer-events: none;
}
.owl-carousel .owl-nav.disabled {
  display: none !important;
}
.owl-carousel .owl-dots {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 15px 0 0 0 !important;
}
.owl-carousel .owl-dots button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 20px !important;
  background: #186ca8 !important;
  border: 0 !important;
  opacity: .5 !important;
  margin: 0 3px !important;
}
.owl-carousel .owl-dots button.active {
  opacity: 1 !important;
}
.owl-carousel .owl-dots.disabled {
  display: none !important;
}
/*END // OWL CONTROLS*/
.ttl-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
.ttl-blog h2 {
  margin: 0;
}
.ttl-blog p {
  margin: 15px 0 0;
}
.ttl-blog > div:first-child {
  max-width: 60%;
}
@media (max-width: 767px) {
  .ttl-blog {
    flex-flow: column;
    justify-content: center;
  }
  .ttl-blog .btn-area {
    margin-top: 15px;
  }
}
.noticias.owl-carousel {
  margin: 0 !important;
}
.noticias.owl-carousel .owl-stage-outer {
  width: calc(100% + 30px) !important;
  margin: -15px !important;
  padding: 15px !important;
}
.noticias.owl-carousel .owl-stage {
  display: flex;
  flex-flow: wrap;
}
.noticias.owl-carousel .owl-stage .owl-item {
  display: flex;
}
.noticias.owl-carousel .owl-stage .owl-item .single_blog {
  display: flex;
  flex-flow: column;
}
.noticias.owl-carousel .owl-stage .owl-item .single_blog .info {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
.noticias li.single_blog {
  background: #ffffff;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  float: left;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
.noticias li.single_blog a {
  text-decoration: none !important;
  color: inherit !important;
  font-size: inherit !important;
}
.noticias li.single_blog .info {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px 20px 25px;
}
.noticias li.single_blog .info h3 {
  line-height: 1.4;
}
.noticias li.single_blog .info:before {
  content: '';
  left: 20px;
  top: -3px;
  position: absolute;
  background: #186ca8;
  height: 6px;
  width: 90px;
}
.noticias li.single_blog .img {
  width: 100%;
  padding-top: 70%;
  float: left;
  position: relative;
  overflow: hidden;
}
.noticias li.single_blog .img > * {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease;
}
.noticias li.single_blog:hover .img > * {
  transform: scale(1.08);
}
.noticias li.single_blog p,
.noticias li.single_blog h3 {
  float: left;
  width: 100%;
  margin: 0 0 10px !important;
}
.noticias li.single_blog p a,
.noticias li.single_blog h3 a {
  float: left;
  width: 100%;
}
.noticias li.single_blog p a:hover,
.noticias li.single_blog h3 a:hover {
  color: #186ca8 !important;
}
.noticias li.single_blog p {
  margin: 0;
}
.noticias .contents {
  display: flex ;
  align-items: center;
  flex-flow: wrap;
  justify-content: flex-start;
  margin: 0;
  float: left;
  width: 100%;
  opacity: 0.5;
}
.noticias .contents span {
  display: flex ;
  align-items: center;
  flex-flow: wrap;
  justify-content: flex-start;
}
.noticias ul.blog-categories {
  list-style: none;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: flex-start;
}
.noticias ul.blog-categories li {
  margin-right: 10px;
  width: auto;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  font-size: 14px ;
  color: #186ca8;
  font-weight: bold;
  margin-bottom: 10px;
}
.noticias ul.blog-categories li a {
  float: left ;
}
.noticias ul.blog-categories li a:hover {
  text-decoration: underline !important;
  color: #186ca8 !important;
}
.noticias ul.blog-categories li + li:before {
  content: '/';
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .last-sec h2 {
    font-size: 38px;
  }
  .last-sec h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .last-sec .card.lfpos {
    margin-bottom: 50px;
  }
}
.accordion .accordion-item {
  margin-bottom: 15px;
}
.accordion .accordion-button {
  outline: 0;
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 15px 40px 15px 20px;
  text-align: left;
  position: relative;
}
.accordion .accordion-button i {
  position: absolute;
  color: #ffffff;
  background: #186ca8;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  right: 10px;
  top: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: all 0.4s ease;
}
.accordion .accordion-button[aria-expanded="true"] i {
  transform: rotate(-180deg);
}
.accordion .accordion-body {
  padding: 10px 15px 0;
}
.table-sec {
  text-align: center;
}
.table-sec .col2 {
  column-count: 2;
  text-align: left ;
}
@media (max-width: 767px) {
  .table-sec .col2 {
    column-count: 1;
  }
}
.table-sec .table {
  margin-top: 30px;
}
.table-sec .table thead th {
  border: 0;
  text-align: center;
  color: #186ca8;
  font-size: 14px;
  background: #ffffff;
  font-weight: 800;
}
.table-sec .table tbody {
  font-size: 12px;
}
.table-sec .table tbody tr {
  transition: all 0.4s ease;
}
.table-sec .table tbody tr td,
.table-sec .table tbody tr th {
  border-top: 0;
  border-bottom: 1px dashed rgba(38, 38, 38, 0.5);
}
.table-sec .table tbody tr th {
  font-weight: normal;
}
.table-sec .table tbody tr:hover {
  background: rgba(255, 255, 255, 0.4);
}
footer {
  background: #ffffff;
  padding: 40px 0;
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer .col-info {
  display: flex ;
  flex-flow: column;
  justify-content: space-between;
}
footer .col-info p {
  margin: 0;
}
footer .col-info hr {
  margin: 15px 0;
  width: 100%;
}
@media (max-width: 575px) {
  footer .col-info {
    text-align: center;
  }
}
footer h3 {
  font-size: 16px;
  color: #186ca8;
}
footer ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 12px;
}
footer ul li {
  margin-top: 5px;
}
footer ul a:hover {
  text-decoration: underline;
}
footer .copy {
  font-size: 12px;
  width: 100%;
  display: block;
}
footer .copy a {
  text-decoration: underline;
}
footer .copy a:hover {
  text-decoration: none;
}
footer .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
footer .logo .branding {
  width: 279px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .logo .branding * {
  width: 279px;
  height: 65px;
}
footer .logo ul.social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
footer .logo ul.social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  color: #186ca8;
}
footer .logo ul.social a:hover {
  opacity: .6;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  footer .logo {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  footer .logo {
    flex-flow: column;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  footer .colmenu1 {
    margin-bottom: 40px;
  }
  footer .colmenu1 ul {
    column-count: 2;
    margin-top: 5px;
  }
  footer .colmenu1 ul li {
    break-inside: avoid-column;
  }
}
#content .title {
  padding: 20px 0 40px;
  position: relative;
  z-index: 1;
}
#content .title:before {
  content: '';
  background: url(../../images/bg-bh.svg);
  width: 100%;
  padding-top: 83.54%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#content .title .breadcrumb {
  background: transparent;
  padding: 0;
  color: #262626;
}
#content .title .breadcrumb .breadcrumb-item:before {
  color: #262626;
  font-weight: normal;
}
#content .title .breadcrumb .breadcrumb-item.active {
  color: #186ca8;
  font-weight: 600;
}
#content .title .breadcrumb a {
  color: #262626;
}
#content .sec_trig {
  padding: 0;
  margin-top: -110px;
}
#content .menu-anchor {
  color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 110px 0 0 0 ;
}
#content .menu-anchor section {
  background: #186ca8;
  padding: 0;
}
#content .menu-anchor nav {
  width: 100%;
}
#content .menu-anchor nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
}
#content .menu-anchor nav ul a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  padding: 13px 15px;
  line-height: 1;
  float: left ;
}
#content .menu-anchor nav ul a:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #content .menu-anchor nav ul a {
    font-size: 14px;
    padding: 12px 15px;
  }
}
#content .menu-anchor.stopped {
  background: #186ca8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 4;
}
#content .big-table {
  z-index: 2;
  position: relative;
}
#content .big-table .table-wrap {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  border-radius: 10px 10px 0;
}
@media (max-width: 991px) {
  #content .big-table .table-wrap {
    border-radius: 10px 0 0 10px;
  }
}
#content .big-table .table-wrap .table {
  font-size: 14px;
  margin: 0;
}
#content .big-table .table-wrap .table thead tr > * {
  background: #186ca8;
  color: #ffffff;
  font-size: 18px;
  border: 0;
}
#content .big-table .table-wrap .table thead tr > *:first-child {
  border-top-left-radius: 10px;
}
#content .big-table .table-wrap .table thead tr > *:last-child {
  border-top-right-radius: 10px;
}
#content .big-table .table-wrap .table tbody tr > th {
  color: #186ca8;
  font-size: 16px;
}
#content .big-table .table-wrap .table tbody tr .btn-area {
  float: left;
  width: auto;
}
#content .big-table .table-wrap .table tbody tr > *:last-child {
  max-width: 150px;
}
@media (max-width: 991px) {
  #content .big-table .table-wrap .table {
    display: block;
  }
  #content .big-table .table-wrap .table thead,
  #content .big-table .table-wrap .table tbody,
  #content .big-table .table-wrap .table tr,
  #content .big-table .table-wrap .table td,
  #content .big-table .table-wrap .table th {
    display: block;
  }
  #content .big-table .table-wrap .table thead {
    float: left;
  }
  #content .big-table .table-wrap .table thead tr > * {
    height: 60px;
    display: flex;
    align-items: center;
  }
  #content .big-table .table-wrap .table thead tr > *:first-child {
    border-top-left-radius: 10px;
  }
  #content .big-table .table-wrap .table thead tr > *:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
  #content .big-table .table-wrap .table tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: -10px;
  }
  #content .big-table .table-wrap .table tbody tr {
    width: 200px;
    display: inline-block;
  }
  #content .big-table .table-wrap .table tbody tr > * {
    height: 60px;
    display: flex;
    align-items: center;
    vertical-align: middle;
  }
  #content .big-table .table-wrap .table tbody tr > *:last-child {
    max-width: 100%;
    border-top: 0;
  }
  #content .big-table .table-wrap .table tbody tr > *:first-child {
    border-top: 0;
  }
  #content .big-table .table-wrap .table tbody tr .btn-area {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 10px;
  }
}
#content .big-table .table-wrap .table .preco {
  font-size: 48px;
  font-weight: 800;
  color: #262626;
  line-height: 1;
}
#content .big-table .table-wrap .table .preco small {
  font-weight: 400;
  font-size: 12px;
  bottom: -0.3em;
  position: relative;
  vertical-align: baseline;
}
#content .big-table .table-wrap .table .preco sup {
  font-size: 24px;
  top: -0.6em;
  font-weight: 600;
  margin-left: 3px;
}
#content .big-table .table-wrap .table .preco sub {
  font-size: 12px;
  bottom: -0.3em;
  font-weight: 400;
  margin-left: -3.3em;
}
@media (max-width: 991px) {
  #content .big-table .table-wrap .table .preco {
    margin-top: 10px;
  }
}
.select2-container {
  min-width: 100% !important;
}
.select2-container--default {
  width: 130px !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #186ca8;
  height: 32px;
  border-radius: 16px;
  background: #ffffff;
  width: 100%;
  font-size: 14px;
  color: #262626;
  border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #262626;
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 25px;
  margin-right: -4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 6px;
  height: 6px;
  border: 2px solid #186ca8;
  transform: rotate(45deg);
  margin-left: -5px !important;
  border-top: 0;
  border-left: 0;
  transition: all 0.4s ease;
}
.select2-container--default .select2-results__option {
  padding: 6px 10px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.select2-container--default .select2-dropdown {
  border: 1px solid #f0f0f0;
  background: #ffffff;
  border-radius: 0 ;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  border-top: 0;
  border-radius: 0 0 5px 5px !important;
}
.select2-container--default .select2-dropdown .select2-search {
  display: none;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results > .select2-results__options .ocwpcf7_main .ocwpcf7_left_box {
  display: none !important;
}
.select2-container--default .select2-results > .select2-results__options .ocwpcf7_main .ocwpcf7_right_box {
  width: 100% !important;
}
.select2-container--default .select2-results > .select2-results__options .ocwpcf7_main .ocwpcf7_right_box .ocwpcf7_description {
  display: none !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  width: 6px;
  height: 6px;
  border: 2px solid #186ca8;
  transform: rotate(-135deg);
  margin-left: -5px !important;
  border-top: 0;
  border-left: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #f0f0f0;
  color: #186ca8;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #186ca8;
  color: #ffffff;
}
abbr {
  text-decoration: none !important;
  border-bottom: 4px dotted !important;
}

.cookieConsentContainer{z-index:999;width:550px;min-height:20px;box-sizing:border-box;padding:30px 30px 30px 30px;background:#267ab7;border-radius:5px;box-shadow: 0 0 3px #505651;overflow:hidden;position:fixed;bottom:30px;right:30px;display:none}.cookieConsentContainer .cookieTitle a{font-family:'Mont', sans-serif;color:#fff;font-size:22px;line-height:20px;display:block}.cookieConsentContainer .cookieDesc p{margin:0;padding:0;font-family:OpenSans,arial,sans-serif;color:#fff;font-size:13px;line-height:20px;display:block;margin-top:10px}.cookieConsentContainer .cookieDesc a{font-family:OpenSans,arial,sans-serif;color:#fff;text-decoration:underline}.cookieConsentContainer .cookieButton a{display:inline-block;font-family:OpenSans,arial,sans-serif;color:#fff;font-size:14px;font-weight:700;margin-top:14px;background:#000;box-sizing:border-box;padding:15px 24px;text-align:center;transition:background .3s}.cookieConsentContainer .cookieButton a:hover{cursor:pointer;background:#3e9b67}@media (max-width:980px){.cookieConsentContainer{bottom:0!important;left:0!important;width:100%!important}}
