/**
 * LBoarro Themes
 * Created 20/09/2023
 */
body {
  font-family: 'Poppins', sans-serif;
}
/*Componentes*/
.corpadrao {
  color: #a1793b !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
.btn-theme {
  background-color: #a1793b;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 0;
  transition: all .3s;
}
.btn-theme:hover {
  background-color: #fff;
  border: 1px solid #a1793b;
  color: #a1793b;
  transition: all .3s;
}
.btn-themetwo {
  background-color: #ffffff91;
  border: 1px solid #a1793b;
  color: #a1793b;
  border-radius: 0;
  transition: all .3s;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 25px;
}
.btn-themetwo:hover {
  background-color: #a1793b;
  border: 1px solid transparent;
  color: #fff;
  transition: all .3s;
}
.title {
  border-bottom: 4px solid #EBEBEB;
  margin: 2rem 0 1rem;
  color: #333;
}
.title h4 {
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  margin: 0;
}
.title h4:after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 4px solid #a1793b;
  position: absolute;
  bottom: -4px;
}
/* Primeira sessão */
.owl-sliderprinc.owl-carousel.owl-theme {
  position: relative;
  display: flex;
  align-items: center;
}
.owl-sliderprinc.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.owl-sliderprinc.owl-carousel.owl-theme .owl-nav button {
  background-color: #ffffffeb;
  width: 30px;
  height: 30px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #a1793b;
}
.box-camera {
  margin: 10px 0;
}
.box-camera .camera {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: clip;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .box-camera .camera {
    height: 210px;
  }
}
.box-camera .camera iframe {
  position: absolute;
}
.box-noticia {
  margin: 10px 0;
  display: block;
  color: #333;
  text-decoration: none;
  transition: all .3s;
}
.box-noticia .box-img-noticia {
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.box-noticia:hover {
  color: #a1793b;
  transform: scale(1.09);
  transition: all .3s;
}
.sectionprogramacao {
  background-image: url('../themes/winter-cms/assets/images/fundobgprogramacao.webp');
  background-size: cover;
  background-position: center;
  padding: 3rem 0;
}
.sectionprogramacao .box-programacoes {
  background-color: #fffc;
  backdrop-filter: blur(5px);
  padding: 2rem;
}
.sectionprogramacao .box-programacoes h1 {
  color: #a1793b;
}
.sectionprogramacao .box-programacoes .box-programacao {
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #D3D3D3;
  margin-right: 15px;
}
.sectionprogramacao .box-programacoes .box-programacao h5 {
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-right: 15px;
  display: inline-block;
  white-space: nowrap;
}
.sectionprogramacao .box-programacoes .box-programacao h4 {
  font-weight: 600;
  color: #a1793b;
}
.app {
  margin: 2rem 0;
  padding: 3rem 0 0;
  background-image: url('../themes/winter-cms/assets/images/fundoapp.png');
  background-position: center;
  background-size: contain;
}
.box-video {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  border-radius: 5px;
}
.box-video h6 {
  background-color: #fff;
  color: #a1793b;
  padding: 10px;
  border-radius: 0 5px 5px 0;
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 16px;
  top: 15px;
}
.equipe .container {
  position: relative;
}
.equipe .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a1793b;
  width: 100%;
  height: 49px;
  z-index: -1;
}
.equipe .container h4 {
  background-color: #a1793b;
  color: #fff;
  padding: 10px;
}
.equipe .container .col-md-3 .box-infos {
  background-color: #a1793b;
  padding: 10px;
  color: #fff;
  position: relative;
  transition: all .3s;
}
@media (min-width: 768px) {
  .equipe .container .col-md-3 .box-infos {
    top: -100px;
    z-index: -1;
  }
}
.equipe .container .col-md-3 .box-infos h6 {
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.equipe .container .col-md-3 .box-infos p {
  margin: 0;
}
.equipe .container .col-md-3:hover .box-infos {
  top: 0;
  transition: all .3s;
}
footer {
  margin: 1rem 0 0;
  padding: 3rem 0 1rem;
  background-color: #F0F0F0;
}
footer .box-links-footer {
  padding: 1rem 0;
}
footer .box-links-footer h6 {
  color: #a1793b;
  font-weight: 700;
}
footer .box-links-footer ul {
  padding: 0;
  margin: 0;
}
footer .box-links-footer ul li a {
  display: block;
  color: #444;
  padding: 5px 0;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  transition: all .3s;
}
footer .box-links-footer ul li a:hover {
  color: #a1793b;
  transform: translateX(10px);
  transition: all .3s;
}
footer .box-links-footer ul li a i {
  margin-top: 2px;
  padding-right: 8px;
  display: block;
  color: #a1793b;
}
footer .box-links-footer .icones-redes-sociais {
  padding: 8px 12px;
  margin: 2px;
  background-color: #a1793b;
  color: #fff;
  border-radius: 20px;
  transition: all .3s;
  display: inline-block;
}
footer .box-links-footer .icones-redes-sociais:hover {
  background-color: #fff;
  color: #a1793b;
  box-shadow: 1px 2px 7px #dbdbdb;
  transition: all .3s;
}
.copyright {
  font-size: 12px;
  color: #555;
  margin: 10px 0;
}
.copyright a {
  color: #a1793b;
  font-weight: 600;
}
.parceiros .owl-parceiros .owl-dots {
  padding: 20px 0 0;
}
.parceiros .owl-parceiros .owl-dots .owl-dot.active span {
  background-color: #a1793b;
}
header .icon-mobile {
  font-size: 32px;
  color: #a1793b;
}
header .menu .hide {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5rem;
  color: #a1793b;
}
header .menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  header .menu ul {
    flex-direction: column;
  }
}
header .menu ul .link-menu {
  color: #444;
  font-weight: 600;
  text-decoration: none;
  padding: 7px;
  margin: 0 5px;
  position: relative;
}
header .menu ul .link-menu:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #a1793b;
  width: 0;
  transition: all .3s;
  bottom: 0;
  left: 0;
}
header .menu ul .link-menu:hover {
  color: #a1793b;
}
header .menu ul .link-menu:hover:after {
  width: 100%;
  transition: all .3s;
}
@media (max-width: 991px) {
  header .menu ul .link-menu {
    display: block;
    font-size: 1.7rem;
  }
}
header .menu ul .redes-sociais {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 9px;
  background-color: #a1793b;
  border-radius: 25px;
  color: #fff;
  transition: all .3s;
  margin: 0 5px;
}
header .menu ul .redes-sociais:hover {
  background-color: #fff;
  color: #a1793b;
  box-shadow: 1px 2px 7px #dbdbdb;
  transition: all .3s;
}
@media (max-width: 991px) {
  header .menu ul .redes-sociais {
    margin: 25px 5px;
    font-size: 1.7rem;
    padding: 9px 15px;
    border-radius: 100%;
  }
}
@media (max-width: 991px) {
  header .menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99;
    top: 0;
    left: -100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
  }
}
@media (max-width: 991px) {
  header .menu.show {
    left: 0;
    transition: all .3s;
  }
}
.radio-aovivo {
  background-color: #EFEFEF;
}
.radio-aovivo .text-next-radio {
  font-size: 12px;
  text-transform: uppercase;
  color: #6C6C6C;
  font-weight: bold;
}
.radio-aovivo .next-musica {
  font-size: 16px;
  color: #444;
}
.box-loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-loading .loading {
  width: 50px;
  height: 50px;
  margin: 20px auto;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #a1793b;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner-pag-interna {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-image: url('../themes/winter-cms/assets/images/saladeradiomesamadeira.jpg');
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 568px) {
  .banner-pag-interna {
    height: 100px;
  }
}
.banner-pag-interna a {
  color: #fff;
  opacity: .6;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner-pag-interna a.active {
  opacity: 1;
}
.banner-pag-interna span {
  color: #fff;
  opacity: .6;
  padding: 10px;
}
.formulario label {
  font-weight: 600;
  color: #333;
}
.formulario input {
  border-radius: 0;
}
.list-unstyled li {
  padding: 10px 0;
  line-height: 30px;
}
.list-unstyled li i {
  padding: 5px 8px;
  border: 1px solid #d2d2d2;
}
.list-unstyled li a {
  color: #a1793b;
}
.pagination {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
}
.pagination li a {
  color: #555;
  text-decoration: none;
  font-weight: 600;
  padding: 3px 10px;
  margin: 0 3px;
  border-radius: 200px;
  background-color: #ececec;
}
.pagination li.active a {
  background-color: #a1793b;
  color: #fff;
}
.box-links-contato .icones-redes-sociais {
  background-color: black;
  margin: 3px;
  display: inline-flex;
  border-radius: 100px;
  color: #fff;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  transition: all .3s;
}
.box-links-contato .icones-redes-sociais.insta {
  background-color: #ec157a;
}
.box-links-contato .icones-redes-sociais.face {
  background-color: #2035a8;
}
.box-links-contato .icones-redes-sociais.whats {
  background-color: #02b002;
}
.box-links-contato .icones-redes-sociais.youtube {
  background-color: red;
}
.box-links-contato .icones-redes-sociais:hover {
  transform: scale(1.1);
  transition: all .3s;
  box-shadow: 1px 1px 10px -5px #424242;
}
.box-wrapper-noticia {
  height: 250px;
  text-decoration: none;
  color: #fff;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 0 1rem ;
  margin-bottom: 15px;
  position: relative;
}
.box-wrapper-noticia::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#000000), color-stop(0.7, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 70%);
  background: -moz-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 70%);
  background: -o-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 70%);
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 70%);
  z-index: 0;
  transition: all .3s;
}
.box-wrapper-noticia:hover::after {
  background: #000000;
  background: -webkit-linear-gradient(17deg, #000000 0%, rgba(0, 0, 0, 0.49481791) 70%);
  background: -moz-linear-gradient(17deg, #000000 0%, rgba(0, 0, 0, 0.49481791) 70%);
  background: -o-linear-gradient(17deg, #000000 0%, rgba(0, 0, 0, 0.49481791) 70%);
  background: linear-gradient(17deg, #000000 0%, rgba(0, 0, 0, 0.49481791) 70%);
  transition: all .3s;
}
.box-wrapper-noticia .categoria {
  padding: 4px;
  display: inline-block;
  font-size: .8rem;
  margin-bottom: 4px;
  background-color: #f42727;
}
.box-wrapper-noticia .data {
  font-size: .7rem;
  opacity: .8;
  font-weight: 800;
  margin-bottom: 2px;
}
.box-wrapper-noticia .resumo {
  font-size: .7rem;
  opacity: .6;
}
.box-wrapper-noticia h5 {
  color: #fff;
}
#iframe-header {
  position: fixed;
  width: 90%;
  height: 100px;
  z-index: 9999;
  box-shadow: 2px 2px 20px #00000047;
  border-radius: 20px;
  margin: 10px;
  overflow: hidden;
  opacity: 0;
}
#iframe-header.fade {
  opacity: 1;
  transition: all .3s;
}
.wrapper-radio {
  height: 0;
}
.wrapper-radio.open {
  height: 110px;
  transition: all .3s;
}
