/*
 * CSS GERAL
 */

 .single-campanha h2 {
    font-weight: 700;
    text-transform: none;
    line-height: 1em;
  }
  
  /*
   * Button Item
   */

   body section .sectionAlignConts{
    max-width:1400px;
    margin:0 auto 0 auto;
    padding:50px
  }
  
  .btn-campaign {
    color: var(--button-text-color) !important;
    background-color: var(--button-background-color) !important;
    border: 2px solid var(--button-border-color) !important;
    border-radius: 30px;
    font-size: 1rem;
    padding: 10px 30px;
    cursor: pointer;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    font-weight: 500;
    display: inline-block;
  }
  
  .btn-campaign:hover {
    color: var(--button-text-color-hover) !important;
    background-color: var(--button-background-color-hover) !important;
    border-color: var(--button-border-color-hover) !important;
  }
  
  @media screen and (max-width: 576px) {
    .btn-campaign {
      margin-top: 1em;
    }
  }
  
  
  /*
   * Promo Component
   */
  
  #component_promo .product-description{
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  /*
   * Slider Component
   */
  
  #component_slider .slick-next {
    right: 10px !important;
    background: transparent !important;
  }
  #component_slider .slick-prev {
    left: 10px !important;
    background: transparent !important;
  }
  
  body .slick-next:before, body .slick-prev:before {
    color: var(--slick-button-color);
    opacity: 1;
  }

  /* Page Campanhas */

body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList .txtContainerBlog .btnBlog {
  background: black;
  color: white;
}

body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList .txtContainerBlog .btnBlogCampanha {
  background: black;
  color: white;
}


.btnBlogCampanha {
  background: #fff;
  font-size: 16px;
  padding: 6px 15px 4px 15px;
  line-height: 28px;
  width: 199px;
  font-weight: normal;
  transition: all .3s ease-out;
  position: absolute;
  display: table;
  text-align: center;
  border: 2px solid black;
  border-radius: 20px;
  cursor: pointer;
}

body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList .txtContainerBlog {
  height: 218px;
  padding: 0 0 0 50px !important;
}

body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList .imgConteudoBlog{
  height: 218px;
}

body section .sectionAlignConts .mainContsBlogList .imgConteudoBlog img{
  max-width: 100%;
  object-fit: cover;
}

body.page-template-campanhapage .tituloCampanha{
  color: #231F20;
  font-size: 49px;
  font-weight: bold;
  transform: translateX(50%);
  padding-bottom: 80px;
}


body.page-template-campanhapage h1 a{
  text-align: left;
  font-size: 21px;
  font-weight: bold;
  color: #231F20;
  text-transform: uppercase;
}

body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList .txtContainerBlog p {
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  color: #231F20;
}

body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList {
  height: 260px;
  margin: 0 0 50px 0!important;
  border-bottom: #e5e5e5;
  border-bottom-style: outset;
  border-bottom-width: thin;
}

@media screen and (min-width: 1200px) and (max-width: 1372px) {
  body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList .txtContainerBlog {
      height: 230px;
      padding: 0 0 0 50px !important;
  }

  body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList .imgConteudoBlog{
      height: 230px;
  }
}

@media screen and (min-width: 1034px) and (max-width: 1199px) {
  body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList .txtContainerBlog {
      height: 260px;
      padding: 0 0 0 25px !important;
  }

  body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList .imgConteudoBlog{
      height: 260px;
  }

  body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList {
      height: 275px;
      margin: 0 0 50px 0!important;
      border-bottom: #e5e5e5;
      border-bottom-style: outset;
      border-bottom-width: thin;
  }
}

@media screen and (min-width: 898px) and (max-width: 1033px) {
  body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList .txtContainerBlog {
      height: 290px;
      padding: 0 0 0 10px !important;
  }

  body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList .imgConteudoBlog{
      height: 290px;
  }

  body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList {
      height: 300px;
      margin: 0 0 10px 0!important;
      border-bottom: #e5e5e5;
      border-bottom-style: outset;
      border-bottom-width: thin;
  }
}

@media screen and (min-width: 768px) and (max-width: 897px) {
  body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList .txtContainerBlog {
      height: 325px;
      padding: 0 0 0 10px !important;
  }

  body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList .imgConteudoBlog{
      height: 325px;
  }

  body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList {
      height: 330px;
      margin: 0 0 0px 0!important;
      border-bottom: #e5e5e5;
      border-bottom-style: outset;
      border-bottom-width: thin;
  }
}

@media screen and (max-width: 767px) {
  body.page-template-campanhapage .tituloCampanha{
      font-size: 35px;
      transform: translateX(0%);
      text-align: center;
  }

  body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList{
      height: 500px;
  }

  body.page-template-campanhapage section .sectionAlignConts .mainContsBlogList .txtContainerBlog {
      height: 275px;
      padding: 0 0 0 10px !important;
  }

  body section .sectionAlignConts .mainContsBlogList .txtContainerBlog .btnBlogCampanha {
      background: #fff;
      font-size: 16px;
      padding: 6px 15px 4px 15px;
      line-height: 28px;
      width: 199px;
      font-weight: normal;
      transition: all .3s ease-out;
      position: absolute;
      z-index: 10;
      bottom: 0;
      display: table;
      text-align: center;
      border: 2px solid black;
      border-radius: 20px;
      cursor: pointer;
  }
}

/* * TOAST * */
.toasting__space {
  position: fixed;
  overflow: hidden;
  height: 100vh;
  right: 0;
  bottom: 0;
  top: 0;
  width: 40ch;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
}

.toast {
  background-color: #106bb1;
  color: #fff;
  min-height: 1rem;
  padding: 2ch;
  margin-bottom: 1ch;
  animation: animatebottom 400ms;
  flex-basis: auto;
  opacity: 1 !important;
}

.toast p {
  color: #fff !important;
  font-weight: 400 !important;
}

.toast__message {
  margin: 0 !important;
}

.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    transform: translateY(-150%);
    opacity: 0 !important;
  } to {
    transform: translateY(0%);
    opacity: 1 !important;
  }
}

.animate-right { 
  position: relative;
  animation: animateright 0.4s;
}

@keyframes animateright {
  from {
    right: 0;
    opacity: 1 !important;
  } to {
    right: -300px;
    opacity: 0 !important;
  }
}