/*
Theme Name: BLOG DSOP
Author: DSOP
Description: Novo tema BLOG DSOP
Version: 1.0
*/

/* html, body{
  overflow-x: hidden !important; 
} */

@font-face {
  font-family: 'Gilroy-Regular';
  src: url('../assets/fonts/font-Gilroy-Regular.otf');
  font-display: fallback;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url('../assets/fonts/font-Gilroy-Medium.otf');
  font-display: fallback;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url('../assets/fonts/font-Gilroy-SemiBold.otf');
  font-display: fallback;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url('../assets/fonts/font-Gilroy-Bold.otf');
  font-display: fallback;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFFFFF;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

button{
  cursor: pointer;
}

.singlepost__content a {
  color: #ff6900;
  font-weight: 600;
  font-family: "Gilroy-SemiBold", sans-serif;
  text-decoration: underline;
}
.singlepost__content p {
  color: #000;
  font-size: 1.125rem;
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.singlepost__content p + p {
  margin-top: 1.125rem;
}

.singlepost__content .wp-block-heading {
  font-weight: bold;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: 1.2;
  margin: 1.5rem 0;
}

h1.wp-block-heading { font-size: 2.5rem; }
h2.wp-block-heading { font-size: 2rem; }
h3.wp-block-heading { font-size: 1.75rem; }
h4.wp-block-heading { font-size: 1.5rem; }
h5.wp-block-heading { font-size: 1.25rem; }
h6.wp-block-heading { font-size: 1rem; }

.singlepost__content .wp-block-list {
  margin: 1.5rem 0;
  padding-left: 1rem;
  font-size: 1.125rem;
}

.singlepost__content .wp-block-list li {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
}

.singlepost__content .wp-block-list ul, 
.singlepost__content .wp-block-list ol {
  margin-top: 0.5rem;
  margin-left: 1rem;
}

ul.wp-block-list {
  list-style-type: disc;
}

ol.wp-block-list {
  list-style-type: decimal;
}

/* EMBLA */
.embla {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.embla__viewport {
  overflow: hidden;
}
.embla .embla__container {
  display: flex;
  backface-visibility: hidden;
  touch-action: pan-y;
}
.embla .embla__slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}
.embla .embla__slide__category{
  margin-left: 20px;
  flex: 0 0 calc((100% - (2 * 20px)) / 3);
  min-width: 0;
  display: block;
}
.embla .embla__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 48rem) {
  .embla .embla__slide img {
    display: none;
  }
  .embla .embla__slide__category{
    flex: 0 0 calc((100% - (2 * 20px)) / 2);
  }
}
@media screen and (max-width: 33.75rem) {
  .embla .embla__slide__category{
    flex: 0 0 calc((100% - (2 * 20px)) / 1);
  }
}
.embla .embla__slide .img--mobile {
  display: none;
}
@media screen and (max-width: 48rem) {
  .embla .embla__slide .img--mobile {
    display: block;
  }
}
.embla .embla__prev__button,
.embla .embla__next__button {
  /* padding: 0 10px; */
  /* height: 100%; */
  position: absolute;
  top: 0;
  z-index: 3;
  /* background-color: transparent; */
  border: none;
  outline: none;
  cursor: pointer;
  border: 2px solid red;
}
.embla .embla__prev__button {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.embla .embla__next__button {
  right: 0;
}
.embla .dots-container {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 48rem) {
  .embla .dots-container {
    bottom: 30px;
  }
}
.embla .dot {
  width: 8px;
  height: 8px;
  background-color: #B0ABAF;
  border-radius: 50%;
  cursor: pointer;
}
.embla .dot.active {
  background-color: #FF6138;
}
/* EMBLA */

font{
  pointer-events: none !important;
}

/* menu tradutor */ 
.menu-tradutor {
  padding: 10px 0;
}
.menu-tradutor .menu-tradutor-container{
  max-width: 1290px;
  margin: 0 auto;
  display: flex !important;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}
.menu-tradutor ul {
  padding: 0 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.menu-tradutor ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gtranslate_wrapper{
  flex-shrink: 0;
  display: flex !important; 
  gap: 12px !important; 
  align-items: center !important;
}
.gsc-control-cse{
  padding: 0;
  background: transparent;
  border: none; 
}
@media screen and (max-width: 80rem) {
  .gtranslate_wrapper {
    padding-right: 24px;
  }
}
@media screen and (max-width: 48rem) {
  .menu-tradutor {
    padding: 10px 0 10px 12px;
  }
  .menu-tradutor .icon-redes {
    display: none !important;
  }
}
@media screen and (max-width: 33.75rem) {
  .gtranslate_wrapper {
    padding-right: 12px;
  }
}
/* menu tradutor */

/* Navegação */
.section__pagination {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 0.875rem;
  margin-bottom: 2.5rem;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.section__pagination a {
  padding: 0.5rem;
  display: block;
  color: #181F32;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Gilroy-Regular", sans-serif;
}
.section__pagination .current {
  height: 40px;
  padding: 0 1rem;
  background-color: #ff6900;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-family: "Gilroy-SemiBold", sans-serif;
}
.section__pagination .prev, .section__pagination .next {
  padding: 0.4rem 0.54rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
}
/* Navegação */