﻿body {
}

@font-face {
  font-family: Pragmatica;
  src: url('../fonts/Pragmatica-Light.ttf');
}

@font-face {
  font-family: Roboto-Regular;
  src: url('../fonts/Roboto-Regular.ttf');
}

a {
  text-decoration: none !important;
  
  font-weight: bold;
}

#header-bar .pnlHeaderBar a {
  display: inline-block;
  padding: 1px 5px;
  color: #666;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

  #header-bar .pnlHeaderBar a:hover {
    color: #900;
  }


/* NOVO */

#sobre {
  margin-bottom: 50px;
}

#sobre .sobre-titulo {
  font-family: Pragmatica;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 60px;
  color: #515151;
}

#sobre .sobre-texto {
  display: block;
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #515151;
  margin-top: 30px;
}

#sobre .sobre-box {
  margin-top: 50px;
  padding: 12px;
}

.vantagens {
  background: url(/images/selo/bg-vantagens.png);
  background-repeat: no-repeat;
  background-size: 100% 75%;
  padding: 50px 50px 50px 50px;
}

#vantagens .vantagens-titulo {
  font-family: Pragmatica;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
}

#vantagens .vantagens-texto {
  display: block;
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: 15px;
}

.empresas-premiadas {
  margin: 80px 0px 100px 0px;
}

  .empresas-premiadas .title {
    font-family: Pragmatica;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    color: #515151;
    margin-top: 0;
  }

  .empresas-premiadas .subtitle-premium {
    font-family: Pragmatica;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 58px;
    color: #E7B148
  }

  .empresas-premiadas .subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #515151;
    margin-bottom: 50px;
  }

#criterios .box-criterio {
  background: #F3F3F3;
  border-radius: 30px;
  padding: 30px;
  height: 250px;
}

  #criterios .box-criterio .text-criterio {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #515151;

    display: block;
    margin-top: 24px;
  }

#criterios .title-selo {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 58px;
  color: #E7B148;
  text-shadow: 0.02em 0.04em 0.01em #858484;
}

#criterios .retangulo-title {
  width: 50px;
  height: 5px;
  background: #E7B148;
}

#criterios .criterios-content {
  margin-top: 80px;
}

#porque-selo {
  margin-top: 150px;
}

  #porque-selo .box-porque-selo {
    background: #2F2E2E;
    height: 100%;
    max-height: 850px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #porque-selo .img-porque-selo {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 850px;
    max-width: 100%;
  }

#porque-selo .text-porque-selo {
  padding: 100px;
  display: block;
  align-items: center;
  vertical-align: middle;
}

  #porque-selo .text-porque-selo .title {
    font-family: 'Pragmatica';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    color: #FFFFFF;
  }

  #porque-selo .text-porque-selo .paragraph1, #porque-selo .text-porque-selo .paragraph2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    margin-top: 30px;
  }

.faq {
  margin-bottom: 100px;
}

.faq .container .title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  color: #515151;
  margin: 20px 0px 0px 20px;
}

.faq .card.collapsed-card .card-body,
.card.collapsed-card .card-footer {
  display: none;
}

.faq .title-question {
  font-family: Roboto-Regular;
  font-style: normal;
  font-weight: 500!important;
  font-size: 16px;
  line-height: 25px;
  color: #515151;
}

.faq .card-header {
  background: #EDEDED;
}

.faq .card {
  background: #F3F3F3;
}

.faq .card .plus-btn {
  border: none;
  background: #EDEDED;
}

.faq .card .card-header {
  border-bottom: none;
}

  .faq .card .card-header p {
    font-weight: bold;
  }

.faq .card {
  border: none;
}

.splide__arrow--prev {
  left: -3em!important;
}

.splide__arrow--next {
  right: -2em !important;
}

.splide__arrow {
  background: #FFFFFF!important;
  border: none!important;
  box-shadow: none;
}

  .splide__arrow svg {
    fill: #E7B148!important;
  }

.splide__pagination__page.is-active {
  background: #E7B148 !important;
}

.splide__pagination {
  bottom: -3em !important;
}

@media (max-width: 1024px) {
  #vantagens .inverter {
    order: -1;
  }
}

#footer-solutions a {
  color: #666 !important;
}

.footer-links li a {
  color: #666 !important;
}

.footer-links li a:hover {
  color: white !important;
}

#footer-solutions a:hover {
  color: #900 !important;
}

.icon-left-open, icon-right-open {
  bottom: 10px;
  position: relative;
}
