/* style.css */

/* 1. header
/* 2. footer
/* 3. menu
/* 4. home
/* 5. Sobre Nos
/* 6. Produtos
/* 7. Contato
*/

:root {
  --primary-color: #0051a7; /* azul Asscar */
  --secondary-color: #0a0a57; /* azul escuro */
  --accent-color: #fc6114; /* laranja */
  --background-gray: #f2f2f2; /* cinza */
}

/* Import das fontes */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
}

/* Padding padronizado entre seções */
.section-spacing {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Seção CTA (cotação) – estrutura do print, cores Asscar */
.cta-section {
  background-color: #f0f4f8;
}

.cta-card {
  margin: 0 auto 3rem;
  padding: 3rem 2.5rem;
  background-color: var(--secondary-color);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(10, 10, 87, 0.25);
  text-align: center;
}

.cta-card-title {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.cta-card-subtitle {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.15rem;
  line-height: 1.5;
  margin-bottom: 1.75rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.cta-card-btn {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(90deg, var(--accent-color) 0%, #ff7a3d 100%);
  color: #ffffff !important;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(252, 97, 20, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-card-btn:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(252, 97, 20, 0.45);
}

.cta-form-box {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
  font-family: "Lato", sans-serif;
}

p {
  font-family: "Lato", sans-serif;
}

.cover-background {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}

.full-screen,
.mobileoff-fullscreen-top-space,
.fullscreenabanner {
}

/* 1. header */
header {
}

/* 2. footer */
footer {
  background-color: var(--primary-color);
}

.footer-new {
  background-color: var(--primary-color);
  padding-top: 3rem;
  padding-bottom: 2rem;
  color: #ffffff;
}

.footer-upper {
  padding-bottom: 2rem;
}

.footer-brand-icon {
  font-size: 1.5rem;
  color: #ffffff;
}

.footer-brand-text {
  font-size: 1.25rem;
  color: #ffffff;
}

.footer-desc {
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.9;
}

.footer-social {
  display: flex;
  gap: 0.5rem;
}

.footer-social-link {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: background-color 0.2s, border-color 0.2s;
}

.footer-social-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  color: #ffffff;
}

.footer-heading {
  font-size: 0.9rem;
  color: #ffffff;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.footer-contact-icon {
  color: var(--accent-color);
  font-size: 1rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.footer-contact-note {
  font-size: 0.8rem;
  opacity: 0.85;
}

.benefit-card .footer-contact-item {
  color: #333;
}

.benefit-card .footer-contact-note {
  color: #6b7280;
  opacity: 1;
}

.footer-lower {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
}

.footer-copy,
.footer-cnpj {
  font-size: 0.85rem;
}

footer a.footer-link {
  color: #ffffff;
  text-decoration: none;
}

.rodape {
  background-color: var(--primary-color) !important;
}

a.footer-link {
  font-family: "Lato", sans-serif !important;
  color: #ffffff !important;
}

.info p {
  line-height: 0.4 !important;
}

/* 3. menu */
a.nav-link {
  /* font-family: 'Lato', sans-serif; */
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

/* 4. home */
.bg-banner {
  background:
    radial-gradient(
      circle at top left,
      rgba(252, 97, 20, 0.15),
      transparent 55%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(0, 81, 167, 0.25),
      transparent 55%
    ),
    #f5f7fb;
}

h2 {
  font-family: "Lato", sans-serif;
  font-size: 2.4em !important;
  font-weight: bolder;
}

.texto-banner {
  top: 50px;
  left: 50px;
}

.texto-banner p {
  font-family: "Lato", sans-serif;
  color: #4a4a4a;
}

.texto-banner a.btn {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #000000;
  padding: 10px 45px;
  background-color: #ffffff;
  border-radius: 25px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;
  background-color: rgba(0, 81, 167, 0.06);
  color: var(--secondary-color);
  font-size: 0.85rem;
  font-weight: 600;
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--accent-color);
}

.hero-title {
  margin-top: 24px;
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 800;
  color: var(--primary-color);
}

.hero-description {
  margin-top: 16px;
  font-size: 1.05rem;
  max-width: 32rem;
}

.hero-actions {
  margin-top: 24px;
  gap: 12px;
}

.hero-btn-secondary {
  border-radius: 25px;
  padding: 10px 32px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
  background-color: transparent;
  font-size: 16px;
}

.hero-btn-secondary:hover {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
}

.hero-metrics {
  margin-top: 28px;
}

.hero-avatars {
  display: flex;
}

.hero-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #e9ecef;
  margin-left: -8px;
  overflow: hidden;
}

.hero-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-avatar:first-child {
  margin-left: 0;
}

.hero-metrics-text {
  font-size: 0.9rem;
  color: var(--secondary-color);
}

.hero-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 16px;
  margin-left: auto;
}

.hero-card-image {
  border-radius: 18px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hero-card-badge {
  position: absolute;
  right: 32px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  padding: 10px 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.hero-card-badge-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 81, 167, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
}

.hero-card-badge-title {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
  color: var(--secondary-color);
}

.hero-card-badge-subtitle {
  font-size: 0.75rem;
  margin: 0;
  color: #6c757d;
}

.h3-banner {
  font-size: 2.2rem;
  font-family: "Lato", sans-serif;
  color: white;
  font-weight: bold;
}

.sub-tit-banner {
  font-size: 2.2rem;
  font-family: "Lato", sans-serif;
  color: white;
}

p.sub-tit {
  font-size: 1.3em;
  font-family: "Lato", sans-serif;
}

p.texto {
  font-size: 1.25em;
  font-family: "Lato", sans-serif;
}

.img-conheca {
  top: -90px;
  right: -100px;
}

p.sub-tit-coberturas {
  font-size: 1rem;
}

ul.list-inline {
  justify-content: center;
}

ul.list-inline li.item-coberturas {
  width: 20% !important;
  margin: 0 !important;
  text-align: center;
}
.texto p {
  text-align: center;
  font-size: 1.25rem;
}

/* cards de benefícios */
.benefit-card {
  background-color: #f7f9fc;
  border-radius: 18px;
  padding: 32px 28px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.benefit-card:hover {
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  border-color: rgba(0, 81, 167, 0.25);
  transform: translateY(-3px);
}

.benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.35);
  transition: transform 0.3s ease;
}

.benefit-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.benefit-title {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: var(--secondary-color);
}

.benefit-text {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #6b7280;
  margin-bottom: 0;
}

.benefit-list .col-md-4:nth-child(odd) .benefit-icon {
  border-color: rgba(252, 97, 20, 0.6);
}

.benefit-list .col-md-4:nth-child(even) .benefit-icon {
  border-color: rgba(0, 81, 167, 0.6);
}

.benefit-card:hover .benefit-icon {
  transform: scale(1.08);
}

.text-bold {
  font-weight: bold !important;
}

p.depoimento {
  font-size: 1rem;
  color: #0051a7;
  font-family: "Lato", sans-serif;
  font-style: italic;
}

p.nome-depoimento {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  color: #0051a7;
}

.link-depo {
  background-color: #0051a7 !important;
  padding: 10px 45px !important;
  font-size: 16px !important;
  color: #ffffff !important;
  border-radius: 25px !important;
  text-decoration: none !important;
}

/* Card de depoimento – padrão testimonial */
.depoimento-card {
  background-color: #f8fafc;
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.depoimento-stars {
  display: flex;
  gap: 0.25rem;
  color: #eab308;
}

.depoimento-stars .fas {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}

.depoimento-texto {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(15, 23, 42, 0.8);
  margin-bottom: 1.5rem;
  font-style: italic;
  flex: 1;
  text-align: start;
}

.depoimento-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.depoimento-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(0, 81, 167, 0.1);
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.depoimento-nome {
  font-weight: 700;
  color: var(--secondary-color);
  margin: 0 0 0.15rem 0;
  font-size: 0.95rem;
}

.depoimento-role {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  top: 35px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  top: 35px !important;
  left: 50px !important;
}

.card {
  border: 0px !important;
  background-color: transparent !important;
}

.card-header {
  border: #0051a7 1px 0px;
}


.card-noticias {
  border: none !important;
}

.card-img-top {
  box-shadow: #0051a7 -6px 6px;
  border-radius: 12px;
}

h5.card-title {
  font-size: 0.9rem;
  line-height: 0;
}

.tit-noticia {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5rem !important;
}

.excerpt {
  font-size: 1rem;
  line-height: 1;
}

.link-mais-noticias {
  background-color: #0051a7 !important;
  padding: 10px 45px !important;
  font-size: 16px !important;
  color: #ffffff !important;
  border-radius: 25px !important;
}

.link-mais-noticias:hover {
  text-decoration: none !important;
}

/* Botão estilo link-mais-noticias na cor laranja #fc6114 */
.btn-associado {
  background-color: var(--accent-color) !important;
  padding: 10px 45px !important;
  font-size: 16px !important;
  color: #ffffff !important;
  border-radius: 25px !important;
  text-decoration: none !important;
  display: inline-block;
}

.btn-associado:hover {
  background-color: #e5550f !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Sobre nos*/

.sobre-nos {
  padding-top: 10% !important ;
}

p.banner-sobre {
  font-size: 1.25rem;
}

.number-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 60px 0px 20px 0px;
  height: 140px;
}

.img-numbers {
  top: -30px;
  left: 35%;
}

p.number-texto {
  font-size: 1.25rem;
  padding: 0 10px;
}

/* Produtos*/
p.banner-prod {
  font-size: 1.5rem;
}

.assist-item {
  background-color: #f1f1f1;
  border-radius: 12px;
  padding: 65px 3px 0px 3px;
  height: 210px;
}

.assist-item h4.text-primary {
  font-size: 1.4rem !important;
}

.img-assist {
  top: -30px;
  left: 35%;
}

/* Contato */

.info-contato {
  padding: 80px 0;
}

.caixa-info {
  border: #d2d2d2 1px solid;
  border-radius: 15px;
  justify-content: flex-start;
}

.list-group-item-inf {
  border-bottom: #d2d2d2 1px solid;
  padding: 15px 5px;
  font-size: 1.2rem;
}

.form-cotacao {
  border-radius: 20px;
}

p.subtit-form {
  font-size: 1rem;
  text-align: center;
  width: 55%;
  font-weight: bold;
  justify-content: center;
}
.form-control {
  background-color: var(--background-gray) !important;
  border-radius: 12px !important;
  border: none;
}

.form-group label {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

textarea.form-control {
  height: 215px;
}

.send-form {
  padding: 2px 40px;
  border-radius: 15px;
}

.full-screen-contato-form {
  height: 840px;
}

@media (max-width: 768px) {
  .full-screen {
  }

  .bg-banner.fullscreen {
    height: auto;
    padding: 60px 0 40px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-card {
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
  }

  .info p {
    line-height: 1 !important;
  }

  img.position-absolute {
    position: relative !important;
  }
  img.img-conheca {
    top: 0 !important;
    left: 0px !important;
    width: 310px !important;
  }
  ul.list-inline li.item-coberturas {
    width: 100% !important;
  }
  .box {
    padding-top: 15px !important;
    position: relative;
  }
  .w-50 {
    width: 100% !important;
  }
  .align-items-stretch {
    align-items: flex-start !important;
    position: relative;
  }

  .protecao {
    top: 0px !important;
  }

  section.jumbotron {
    background-repeat: no-repeat;
  }

  p.banner-sobre {
    font-size: 1rem;
  }
  .numbers {
    flex-direction: column;
  }
  .img-numbers {
    top: -30px;
  }
  .numbers .col-md-3 {
    height: 200px;
  }
  .number-item {
    padding: 0 10px;
    height: 150px;
  }
  h4.text-primary {
    top: 0;
  }
  .assist {
    flex-direction: column !important;
    top: 0 !important;
  }
  .assist-item {
    padding: 0;
    height: 185px;
    margin-bottom: 50px;
  }
  .img-assist {
    top: -40px;
    left: 39%;
  }
  .info-contato {
    flex-direction: column-reverse;
  }
  .mapa {
    margin-top: 20px;
  }
  p.subtit-form {
    width: 90%;
  }
  .full-screen-contato-form {
    height: 1080px;
  }
}

header {
  position: relative;
  z-index: 1030;
}

nav.navbar {
  height: 85px;
  position: relative;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1050;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 1rem;
  }
}

.bg-light {
  background-color: #ffffff !important;
}

.pwrcrmform {
  max-width: 100% !important;
}

.bg-gray {
  background-color: #e9ecef;
}

.fullscreen {
  height: 100vh;
}

.swipper-arrow {
  background-color: #e9ecef;
  padding: 5px 10px;
  border-radius: 25px;
  margin: 1px;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding: 20px 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-fraction {
  bottom: 45px;
}

.swiper-pagination-bullet {
  background: #e9ecef;
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  height: 12px;
  margin: 0 7px;
  width: 12px;
  border: 2px solid #e9ecef;
  outline: none;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #232323;
}

.swiper-pagination-bullets {
  width: 100%;
  left: 0;
}

.swiper-pagination-custom {
  bottom: 0;
}

/* slides auto slide */
.swiper-container.swiper-auto-slide {
  width: 100%;
  height: 100%;
}

.swiper-container.swiper-auto-slide .swiper-slide {
  width: auto;
}

.swiper-container.swiper-auto-slide .swiper-slide:nth-child(2n) {
  width: auto !important;
}

.swiper-container.swiper-auto-slide .swiper-slide:nth-child(3n) {
  width: auto !important;
}

.item-depoimento {
  width: 100%;
}

.link-depo {
  color: #007bff;
  text-decoration: none;
}

.swiper-pagination-bullet-active {
  background-color: #0051a7 !important;
  border-color: #0051a7 !important;
}

.btn {
  text-decoration: none !important;
}

.btn :focus {
  outline: none;
}

.padding-bottom-80px {
  padding-bottom: 80px;
}

.height-600px {
  height: 600px;
}

.border-radius-0 {
  border-radius: 0px;
}

.border-radius-10 {
  border-radius: 25px !important;
}

/* page loading */
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading {
  position: relative;
  opacity: 1 !important;
  transition: all 0s ease-in-out !important;
  -moz-transition: all 0s ease-in-out !important;
  -webkit-transition: all 0s ease-in-out !important;
  -ms-transition: all 0s ease-in-out !important;
  -o-transition: all 0s ease-in-out !important;
  z-index: 99;
}
.loading::after {
  background: none;
  content: "" !important;
  position: absolute;
  left: calc(50% - 10px) !important;
  top: calc(50% - 10px) !important;
  width: 20px !important;
  height: 20px !important;
  opacity: 1 !important;
  right: inherit !important;
  z-index: 9;
  text-align: center;
  border: 2px solid rgba(23, 23, 23, 0.2);
  border-top-color: rgba(23, 23, 23, 0.7);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
.loading:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.8) !important;
  position: absolute;
  right: 2px;
  top: 1px;
  width: calc(100% - 4px);
  height: calc(100% - 2px);
  border-radius: inherit;
  z-index: 1;
}
.loading.dark:before {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.loading.dark::after {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.7);
}
.page-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 1) !important;
  opacity: 1 !important;
  transition: all 0s ease-in-out !important;
  -moz-transition: all 0s ease-in-out !important;
  -webkit-transition: all 0s ease-in-out !important;
  -ms-transition: all 0s ease-in-out !important;
  -o-transition: all 0s ease-in-out !important;
  z-index: 99999;
}
.page-loader::after {
  background: none;
  content: "" !important;
  position: absolute;
  left: calc(50% - 25px) !important;
  top: calc(50% - 25px) !important;
  width: 50px !important;
  height: 50px !important;
  opacity: 1 !important;
  right: inherit !important;
  z-index: 9;
  text-align: center;
  border: 2px solid rgba(23, 23, 23, 0.2);
  border-top-color: rgba(23, 23, 23, 0.7);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
.grid-loading {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
  transition: all 0s ease-in-out !important;
  -moz-transition: all 0s ease-in-out !important;
  -webkit-transition: all 0s ease-in-out !important;
  -ms-transition: all 0s ease-in-out !important;
  -o-transition: all 0s ease-in-out !important;
  z-index: 99;
}
.grid-loading::after {
  background: none;
  content: "" !important;
  position: absolute;
  top: 100px !important;
  left: calc(50% - 25px) !important;
  width: 50px !important;
  height: 50px !important;
  opacity: 1 !important;
  right: inherit !important;
  z-index: 9;
  text-align: center;
  border: 3px solid rgba(23, 23, 23, 0.2);
  border-top-color: rgba(23, 23, 23, 0.7);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
.grid-loading:before {
  content: "";
  position: absolute;
  right: 2px;
  top: 1px;
  width: calc(100% - 4px);
  height: calc(100% - 2px);
  border-radius: inherit;
  z-index: 1;
}
.grid-loading .grid-item {
  visibility: hidden;
}
.grid-loading li.grid-item {
  overflow: hidden;
  opacity: 0;
}

/* scroll to top */
.scroll-top-arrow,
.scroll-top-arrow:focus {
  background: #fff;
  font-size: 17px;
  line-height: 34px;
  box-shadow: 0 0 25px rgba(23, 23, 23, 0.25);
  display: none;
  height: 34px;
  width: 34px;
  padding: 0;
  position: fixed;
  right: 45px;
  text-align: center;
  text-decoration: none;
  bottom: 45px;
  z-index: 1029;
  border-radius: 100%;
  text-decoration: none;
  color: #0051a7;
}
.scroll-top-arrow:hover {
  background: #fff;
  color: #828282;
  box-shadow: 0 0 30px rgba(23, 23, 23, 0.4);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* ===================================
   23. Blog
====================================== */
.blog-post {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.blog-post .blog-post-image img {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  border-radius: 20px;
}

.blog-post .blog-post-image {
  overflow: hidden;
  position: relative;
}

.blog-post:hover .blog-post-image img {
  opacity: 0.6;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/* blog grid */
.blog-grid .blog-post-image .blog-category {
  position: absolute;
  top: 23px;
  right: 23px;
  font-size: 11px;
  line-height: 14px;
  background: rgba(23, 23, 23, 0.75);
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 6px 13px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.blog-grid .blog-post:hover .blog-post-image .blog-category {
  background: #fff;
  color: #232323;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* blog classic - usado em blog-list.view.php */
.blog-classic .blog-post:hover {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.blog-classic .blog-post-image {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.blog-classic .blog-post:hover .blog-post-image img {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.blog-classic .separator {
  width: 28px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.blog-classic .blog-post:hover .separator {
  width: 50px;
}

.blog-classic .blog-post p {
  margin-bottom: 20px;
}

/* sidebar blog-right-side-bar */
.blog-right-side-bar .blog-sidebar {
  float: left;
}

.blog-right-side-bar .blog-content {
  float: right;
}

.shopping-left-side-bar .shopping-content,
.shopping-right-side-bar .shopping-sidebar,
.blog-left-side-bar .blog-content,
.blog-right-side-bar .blog-sidebar {
  order: 13;
  -ms-flex-order: 13;
}

.shopping-left-side-bar .shopping-sidebar,
.shopping-right-side-bar .shopping-content,
.blog-right-side-bar .blog-content,
.blog-left-side-bar .blog-sidebar {
  order: 1;
  -ms-flex-order: 1;
}

/* btn-gradient-sky-blue-pink - botão/card de categorias no sidebar */
.btn-gradient-sky-blue-pink {
  background: linear-gradient(135deg, #2294b1 0%, #e91e8c 100%);
  background: -webkit-linear-gradient(135deg, #2294b1 0%, #e91e8c 100%);
  background: -moz-linear-gradient(135deg, #2294b1 0%, #e91e8c 100%);
  background: -ms-linear-gradient(135deg, #2294b1 0%, #e91e8c 100%);
}

/* separator com gradiente */
.separator.bg-gradient-sky-blue-pink {
  background: linear-gradient(90deg, #2294b1 0%, #e91e8c 100%) !important;
}

/* link com gradiente */
a.text-gradient-sky-blue-pink {
  background: linear-gradient(90deg, #2294b1 0%, #e91e8c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* list-style-03 - lista de categorias no sidebar */
.list-style-03 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-style-03 li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
}

.list-style-03 li:last-child {
  border-bottom: none;
}

.list-style-03 a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.list-style-03 a:hover {
  opacity: 0.9;
}

.border-color-dark-white-transparent {
  border-color: rgba(255, 255, 255, 0.2);
}

/* pagination style 01 */
.pagination-style-01 .page-item .page-link {
  border: 0;
  padding: 12px 5px;
  margin: 0 10px;
  background: transparent;
  color: #828282;
  min-width: 40px;
  text-align: center;
  border-radius: 100%;
  line-height: 1.25;
}

.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
  padding: 0;
}

.pagination-style-01 .page-item:last-child .page-link {
  margin-right: 0;
}

.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
  background: transparent;
  color: #232323;
  box-shadow: none;
}

.pagination-style-01 .page-item .page-link:hover,
.pagination-style-01 .page-item.active .page-link {
  background: #fff;
  color: #232323;
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15);
}

.pagination-style-01 .page-item:first-child .page-link {
  margin-left: 0;
}
