@font-face {
  src: url(../fonts/leelawadee-ui-2.ttf);
  font-family: 'Leelawadee-Regular';
}

html {
  scroll-behavior: smooth;
}

@font-face {
  src: url(../fonts/leelawadee-bold.ttf);
  font-family: 'Leelawadee-Bold';
}

body {
  color: #fff;
  font-family: 'Leelawadee-Regular';
}

.pt-100 {
  padding-top: 100px;
}

.pb-60 {
  padding-bottom: 60px;
}

.icon-grande {
  font-size: 40px;
}

.under-none {
  text-decoration-line: none !important;
  color: #fff;
}

.txt-preto {
  color: #000;
}

.txt-branco {
  color: #fff;
}

.link-simples-branco:hover {
  text-decoration: none;
}

.font-bold {
  font-family: 'Leelawadee-Bold';
}

.bg-preto {
  background-color: #000;
}

.titulo {
  font-size: 120px !important;
  font-family: 'Leelawadee-Bold';
}

.titulo-contato {
  font-family: 'Leelawadee-Bold';
  font-size: 94px !important;
}

.subtitulo {
  font-size: 28px;
  font-family: 'Leelawadee-Regular';
  color: rgba(255, 255, 255, 0.2) !important;
}

button a:hover {
  text-decoration: none;
}

/* BOTÃO BRANCO */

.btn-primary {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  border: none;
}

.btn-primary:hover {
  background-color: #003166;
  color: #fff !important;
}

.btn-primary:active, .btn-primary:focus {
  color: #000 !important;
}

.btn-primary {
  color: #000;
  text-transform: uppercase;
  font-family: 'Leelawadee-Bold';
}

.btn-primary:hover {
  color: #fff;
}

.btn-primary:focus {
  background-color: #fff;
  color: #000;
}

/* fim BOTÃO BRANCO **/

/* navbar */

.navbar {
  height: 80px;
  background-color: black !important;
  box-shadow: 0 0 50px 0 rgba(0, 49, 102, 0.3);
}

.navbar-collapse {
  background-color: rgba(0, 0, 0, 0.8);
}

.nav-item a {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Leelawadee-Bold';
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #4071a6;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #4071a6;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.show>ul>li {
  display: flex !important;
  justify-content: center !important;
  transition: 0.4s;
}

.show>ul>li:hover {
  display: flex !important;
  justify-content: center !important;
  border: 2px solid #4071a6;
}

@media (max-width: 768px) {
  .navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .navbar-nav>li {
    float: none;
  }
}

/* fim navbar */

/* modal */

.modal-content {
  background-color: rgba(0, 0, 0, 0.93) !important;
  box-shadow: 0px 19px 38px rgba(0, 49, 102, 0.5);
  /* box-shadow: 50px  rgba(0, 49, 102, 0.3); */
}

.close {
  color: #fff;
  text-shadow: none;
}

.close :hover {
  color: #4071a6;
  text-shadow: none;
}

.form-control {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #fff !important;
}

.btn-divulgacao {
  background-color: black;
  border: #fff;
}

/* fim modal */

/* banner */

.banner {
  height: 100%;
  min-height: 500px;
  /* background-image: url('../img/banner/banner.jpg'); */
  background: linear-gradient(rgba(0, 49, 102, 0.1), rgba(0, 49, 102, 0.3)), url('../img/banner-inicio.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.div-btn-banner {
  position: absolute;
  width: 100%;
  bottom: 60px;
}

.div-btn-banner .btn-primary {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 30px;
}

.div-btn-banner .btn-primary:hover, .div-btn-banner .btn-primary:focus {
  background-color: #fff;
  color: #000 !important;
}

/* fim banner */

/* agenda */

#agenda {
  background-color: #000;
  ;
}

.agenda-data-dia {
  font-size: 50px !important;
}

.lead {
  font-size: 30px !important;
}

/* fim agenda */

/* biografia */

#biografia {
  height: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-biografia {
  background: linear-gradient(rgba(0, 49, 102, 0.7), rgba(0, 49, 102, 0.7)), url('../img/bg-biografia2-min.jpg');
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */

.scrollbar::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0.7);
  width: 16px;
}

/* background of the scrollbar except button or resizer */

.scrollbar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

.scrollbar::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}

/* scrollbar itself */

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 16px;
  border: 5px solid #fff;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #000;
  border: 4px solid #f4f4f4;
}

/* set button(top and bottom of the scrollbar) */

.scrollbar::-webkit-scrollbar-button {
  display: none
}

/* div box */

.scrollbar {
  height: 75vh;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: scroll
}

.overflow {
  min-height: 100vh
}

.text-white {
  color: #fff !important;
}

/* fim biografia */

/* música */

#musica, #video {
  background-color: black;
}

.texto-menor {
  font-size: 30px !important;
}

/* fim música */

/* fotos */

#fotos {
  background-color: black;
}

.carrousel-fotos {
  margin: 0 !important;
  max-width: 400px;
}

#carou-fotos>.item {
  max-width: 400px;
}

#carou-fotos>.item {
  position: relative;
}

.hvimg:hover {
  display: block;
  margin: auto;
}

.caption {
  position: relative;
  opacity: 0;
  transition: opacity .45s;
  padding: 10px 0px !important;
  transition: .45s;
  background-color: #000;
}

@media (max-width: 624px) {
  .caption {
    margin-top: -40px !important;
  }
}

.caption {
  margin-top: -40px !important;
}

.caption>p {
  margin-bottom: 0px !important;
}

.hvimg:hover+.caption {
  opacity: 1;
  transition: .45s;
}

/* fim fotos */

#foto-lucas-ouca-acesse {
  height: 100vh;
  min-height: 500px;
  background-image: url('../img/lucas.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.linha {
  height: 3px !important;
  background-color: black;
}

.link-contato {
  padding-right: 0 !important;
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px 0px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
  text-align: center;
  padding: 10px;
  margin: 30px 0px 30px 20px;
  background: #003166;
  color: #fff;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
  font-size: 35px;
  color: #fff;
}

.MultiCarousel .leftLst:hover, .MultiCarousel .rightLst:hover {
  text-shadow: 0 0 8px#003166, 0 0 14px#003166;
}

/* .pad15{border: 3px solid black;background-color: rgba(0, 0, 0, 0) !important;} */

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.2);
}

div#carousel-videos {
  width: 80%;
}

.carousel-control-prev {
  margin-left: -15%;
}

.carousel-control-next {
  margin-right: -15%;
}

.carrousel-fotos {
  text-align: center;
  padding: 10px !important;
  margin: 0px !important;
  background: none !important;
  color: #fff;
}

/* noticias */

#noticias {
  height: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-noticias{
  background: linear-gradient(rgba(0, 49, 102, 0.75), rgba(0, 49, 102, 0.75)), url('../img/bg-noticias-otm-min.jpg');
}

.linha-noticias {
  padding-right: 10px;
  ;
  border-right: 2px solid #fff;
  height: 80px;
}

.linha-noticias>img {
  max-height: 100%;
}

.div-noticias {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.txt-responsive-noticias {
  font-size: 1rem;
}

.div-noticias>.link-a>a {
  color: #fff !important;
}

.div-noticias>.link-a>a:hover {
  color: #fff;
}

/* fim noticias */

/* instagram */

.instafeed {
  width: 100%;
  margin: 0 auto;
}

#instafeed div a img {
  height: 210px;
  width: 210px;
  object-fit: cover;
}

.slick-slide {
  width: 210px !important;
  margin: 4px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev {
  left: 2px !important;
  z-index: 5;
}

.slick-next {
  right: 2px !important;
}

.slick-prev:before {
  color: #daa520;
}

.slick-next:before {
  color: #daa520;
}

#contato {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-contato{
  background: url(../img/bg-contato2-mini.jpg);
}

#img-lucas-contato {
  width: 94%;
}

@media(min-width: 576px) {
  .div-duo2 {
    max-width: 540px;
  }
}

/* @media only screen and (max-width: 767px) and (min-width: 480px){
  .div-duo{
    max-width: 420px;
  }
  .div-duo2{
    max-width: 420px;
  }
} */

@media(min-width: 576px) and (max-width: 991px) {
  #contato-opcoes {
    display: flex !important;
    justify-content: center !important;
  }
}

@media(min-width: 768px) {
  .div-duo2 {
    max-width: 720px;
  }
}

@media(min-width: 992px) {
  .div-duo {
    max-width: 450px;
    float: right;
  }
  .div-duo2 {
    max-width: 450px;
    float: left;
  }
}

@media(min-width: 992px) and (max-width: 1200px) {
  #contato-opcoes .btn-primary {
    width: 180px !important;
  }
}

@media(min-width: 1200px) {
  .div-duo {
    max-width: 570px;
  }
  .div-duo2 {
    max-width: 570px;
  }
  .titulo-contato {
    font-size: 110px !important;
  }
}

/* CONTATO */

#contato-opcoes .btn-primary {
  width: 200px;
  margin: 20px 40px 20px 0;
}

.div-lc-eventos {
  padding: 20px 15px 80px 15px;
}

#lc-eventos img {
  width: 100px;
}

#lc-eventos {
  border-right: 2px solid #fff;
  padding-right: 30px;
}

#texto-lc-eventos {
  margin-left: 30px;
}

#div-btn-esquerdo {
  position: absolute;
  bottom: 5%;
}

/* fim CONTATO */

@media(max-width:779px) {}

@media(max-width:414px) {
  #lc-eventos {
    border-right: none;
    padding-right: 20px;
  }
  #texto-lc-eventos {
    margin-left: 0;
  }
}

/* PLAYLIST YOUTUBE */

.title {
  width: 100%;
  max-width: 854px;
  margin: 0 auto;
}

.caption {
  width: 100%;
  max-width: 854px;
  margin: 0 auto;
  padding: 20px 0;
}

.vid-main-wrapper {
  width: 100%;
  max-width: 1100px;
  min-width: 440px;
  background: #fff;
  margin: 0 auto;
}

/*  VIDEO PLAYER CONTAINER
############################### */

.vid-container {
  position: relative;
  padding-bottom: 0;
  padding-top: 30px;
  height: 0;
  width: 70%;
  float: left;
}

.vid-container iframe, .vid-container object, .vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 360px;
}

/*  VIDEOS PLAYLIST 
############################### */

.vid-list-container2 {
  width: 100%;
  height: 360px;
  overflow: hidden;
  float: right;
}

.vid-list-container2:hover, .vid-list-container2:focus {
  overflow-y: auto;
}

.vid-list-container {
  width: 30%;
  height: 360px;
  overflow: hidden;
  float: right;
  display: none;
}

.vid-list-container:hover, .vid-list-container:focus {
  overflow-y: auto;
}

ol#vid-list {
  margin: 0;
  padding: 0;
  background: #222;
}

ol#vid-list li {
  list-style: none;
}

ol#vid-list li a {
  text-decoration: none;
  background-color: #222;
  height: 55px;
  display: block;
  padding: 10px;
}

ol#vid-list li a:hover {
  background-color: #666666
}

.vid-thumb {
  float: left;
  margin-right: 8px;
}

.active-vid {
  background: #3A3A3A;
}

#vid-list .desc {
  color: #CACACA;
  font-size: 13px;
  margin-top: 5px;
}

@media (max-width: 624px) {
  #musica body {
    margin: 15px;
  }
  .caption {
    margin-top: 40px;
  }
  .vid-list-container {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .vid-list-container {
    display: block;
  }
  .vid-list-container2 {
    display: none;
  }
}

@media (max-width: 991px) {
  .titulo, .titulo-contato {
    font-size: 95px !important;
  }
  #lucas-contato {
    display: none !important;
  }
}

@media(max-width: 767px) {
  .titulo, .titulo-contato {
    font-size: 80px !important;
  }
  .subtitulo {
    display: none;
  }
  .vid-container {
    padding-bottom: 100px;
    width: 100%;
  }
  .vid-list-container2 {
    margin-top: 230px;
  }
  .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media(max-width: 479px) {
  .titulo, .titulo-contato {
    font-size: 54px !important;
  }
  .subtitulo {
    display: none;
  }
}

.no-js #loader {
  display: none
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0
}

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/gifLH.gif) no-repeat #000;
  background-size: 236px;
  background-position: 48% center;
}

.bg-black {
  background-color: #3B3C3E
}

/* E-MAIL */
#body-email{
  background-color: #000;
}
.mail{
  background-color: white;
  margin:50px;
  padding:30px;
  color: #3B3C3E;
  font-weight: 500;
}

.mail i{
  font-size: 30px;
  margin-right: 10px;
  line-height: 20px;
}

.mail button{
  margin-left:20px;
  background-color: #003166;
}
.mail button a{
  color:#fff !important;
}

.mail button:hover{
  background-color: rgba(0, 49, 102, 0.8);
}