/* GERAL
--------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
    --cor-azul: rgb(71, 21, 255);
    --cor-azul-escuro: rgb(13, 5, 38);
    --cor-gradiente: linear-gradient(143deg, rgb(47, 47, 49) 3.1847133757961785%, rgb(32, 38, 61) 48.04947968501194%, rgb(28, 48, 120) 98.72611464968153%);
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 21px;
    color: var(--cor-azul-escuro);
}

.zerando {
    margin: 0;
    border: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: #0d0526;
}

p, span, h1, h2, h3, h4, h5, h6, a, li {
    font-family: 'Poppins', sans-serif !important;
}

p {
    font-size: 1rem;
}

/* MENU
--------------------------------------*/
.menuIcon {
    font-weight: bold;
}


.bg-menu {
    background-color: #ffffff;
    border-bottom: 1px solid rgb(228, 228, 228);
    -webkit-box-shadow: 0px 10px 13px -7px #000000; 
    box-shadow: 0px 10px 13px -7px #000000;
}

.btn-linha {
    background-color: #ffffff;
    border: 3px solid var(--cor-azul);
    border-radius: 10px;
    color: var(--cor-azul) !important;
    padding: 5px 12px;
    transition: auto;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 40px;
}
.btn-linha:hover {
    border: 3px solid var(--cor-azul-escuro) !important;
    color: var(--cor-azul-escuro) !important;
}

/* MENU DROPDOWN
--------------------------------------*/
a.dropdownItem {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: bold;
    color: var(--cor-azul);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}
a.dropdownItem:hover {
    text-decoration: none;
    color: var(--cor-azul-escuro);
}


/* BOX COM CANTOS ARREDONDADOS E SOMBRA
--------------------------------------*/
.box-login {
    border: 1px solid #d4d4d4;
    border-radius: 12px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5); 
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    padding: 15px 12px;
}

.boxlogin-titulo {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1em;
    color: #000;
    text-align: center;
}
.boxlogin-subtitulo {
    font-size: 0.8rem;
    line-height: 1em;
    color: #000;
    text-align: center;
}

/* RODAPÉ
--------------------------------------*/
.inverter{
    height:110px; 
    margin: 0;
    border: 0;
    padding: 0 0 0 0;
 }

.main-stop {
    stop-color: #2f2f31;
}
.alt-stop {
    stop-color: #1c3078;
}

.rodape-background {
    background: linear-gradient(143deg, #2f2f31, #1c3078);
    color: #ffffff;
}

.rodape-texto {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.rodape-espaco {
    height: 160px;
}

.rodape-copyright {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-size: 12px;
}

/* ALTERAÇÃO BOOTSTRAP
--------------------------------------*/
.btn-primary {
    color: var(--cor-azul-escuro) !important;
    background-color: var(--cor-azul) !important;
}
.btn-primary:hover {
    color: var(--cor-azul-escuro) !important;
    background-color: #ffffff !important;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.nav-link {
    color: var(--cor-azul) !important;
    font-size: 17px !important;
    font-weight: bold !important;
}
.nav-link:hover {
    color: var(--cor-azul-escuro) !important;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--cor-azul-escuro);
    border: 1px solid var(--cor-azul-escuro);
    border-radius: .60rem;
}

#porPagina {
    color: var(--cor-azul-escuro) !important;
    border: 1px solid var(--cor-azul-escuro) !important;
    border-radius: 0 !important;
      border-top-right-radius: 0.60rem !important;
      border-bottom-right-radius: 0.60rem !important;
}

/* Menu dropdown abrindo ao passar o mouse (hover) */
.dropdown:hover>.dropdown-menu {
    display: block;
}

/* CARD LOJAS 
--------------------------------------*/
.boxLogo {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 150px;
    border-radius: 13px;
    border: 9px solid #2f2f31;
    height: 168px;
    width: 167px;
}

.cardCapaLoja-img {
    background-color: #2f2f31;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 12px 12px 0 0;
}

.cardLojaCategoria {
    position: absolute;
    border-radius: 15px;
    padding: 5px 15px;
    color: #fff;
    background: var(--cor-azul-escuro);
    top: -16px;
    left: 11px;
}

.cardLogoLoja-img {
    border-radius: 12px;
    border: 6px solid #ffffff;
    background-color: #ffffff;
}

.cardLojaTitulo {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    color: #ffffff;
}

.cardLojaCorpo {
    background-color: #2f2f31;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
/* FORMULARIO HOME
--------------------------------------*/
.boxForm {
    background-color: #0d0526;
}

.btn-primary {
    border-radius: 8px;
    border: none;
    background-color: #4715ff;
    color: #ffffff;
    font-weight: bold;
    transition: background-color linear 400ms, color linear 400ms;
}
.btn-primary:hover {
    border: none;
    background-color: #ffffff;
    color: #4715ff;
}

/* PERFIL
--------------------------------------*/

.gray-bg {
    background-color: #f5f5f5;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

.about-text h3 {
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 6px;
}
@media (max-width: 767px) {
  .about-text h3 {
    font-size: 35px;
  }
}
.about-text h6 {
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .about-text h6 {
    font-size: 18px;
  }
}
.about-text p {
  font-size: 18px;
  max-width: 450px;
}
.about-text p mark {
  font-weight: 600;
  color: #20247b;
}
.about-resultadoTitulo {
    color: var(--cor-azul-escuro);
    font-size: 1.4rem;
    font-weight: 700;
}
.about-resultadoNumeros {
    font-size: 0.8rem;
    font-weight: 800;
}
.about-list {
  padding-top: 10px;
}
.about-list .media {
  padding: 5px 0;
}
.about-list label {
  color: #20247b;
  font-weight: 600;
  width: 88px;
  margin: 0;
  position: relative;
}
.about-list label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 1px;
  height: 12px;
  background: #20247b;
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  margin: auto;
  opacity: 0.5;
}
.about-list p {
  margin: 0;
  font-size: 15px;
}

.cartaoYouFrente {
    display: block;
}
.cartaoYouVerso {
    display: none;
}

@media (max-width: 991px) {
  .about-avatar {
    margin-top: 30px;
  }
}

.about-section .counter {
  padding: 22px 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
}
.about-section .counter .count-data {
  margin-top: 10px;
  margin-bottom: 10px;
}
.about-section .counter .count {
  font-weight: 700;
  color: #20247b;
  margin: 0 0 5px;
}
.about-section .counter p {
  font-weight: 600;
  margin: 0;
}
mark {
    background-image: linear-gradient(rgba(252, 83, 86, 0.6), rgba(252, 83, 86, 0.6));
    background-size: 100% 3px;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-color: transparent;
    padding: 0;
    color: currentColor;
}
.theme-color {
    color: #fc5356;
}
.dark-color {
    color: #20247b;
}

/* PERFIL EMPRESA
--------------------------------------*/
.empresaTitulo {
    color: #0d0526;
    font-size: 4rem;
    line-height: 1em;
    text-transform: uppercase;
    text-shadow: 0.1em 0.1em 0.2em #000000;
}

.empresaLogo {
    width: 85%;
    height: auto;
    border-radius: 10px;
}

.empresaEndereco-Titulo {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1em;
    text-align: left;
    color: #0d0526;
}
.empresaEndereco-Endereco {
    font-size: 1rem;
    line-height: 1.2em;
    color: #454545;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    /* BOOTSTRAP
    --------------------------------------*/
    .navbar-collapse {
        padding-top: 19px;
    }

    /* MENU
    --------------------------------------*/
    .btn-linha {
        display: inline-block;
        background-color: #ffffff;
        border: 3px solid var(--cor-azul);
        border-radius: 10px;
        color: var(--cor-azul);
        padding: 5px 12px !important;
        transition: auto;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 0;
    }

    /* RODAPÉ
    --------------------------------------*/
    .rodape-espaco {
        height: 25px;
    }

    /* PERFIL EMPRESA
    --------------------------------------*/
    .empresaLogo {
        width: 50%;
    }
}