/* CUSTOMIZA O CAROUSEL
-------------------------------------------------- */

/* Classe base do carousel */
a{outline: none;}
.carousel {
    margin-bottom: 4rem;
  }

  
  
  /* Já que usamos posicionamento de imagens, precisaremos fazer alguns ajustes na legenda */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declaramos alturas, devido ao posicionamento do elemento img */
  .main-carousel-item {
    height: 32rem;
    background-color: #000;
  }
  .main-carousel-item > img {
    /*opacity: 0.7;*/
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 550px;
  }

.glow
{
    filter: progid:DXImageTransform.Microsoft.Glow(Color=#000000,Strength=1);
}

.drop-shadow
{
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=0, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=-1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=0, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=-1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#000000)";
} 

.text-shadow
{
    text-shadow:
    -3px -3px 0 #000,
    -3px 3px 0 #000,
    -3px 0 0 #000,
    3px -3px 0 #000,
    3px 3px 0 #000,
    3px 0 0 #000,
    0 -3px 0 #000,
    0 3px 0 #000;
}

.text-mg-black{
    color: #000;
}

.text-stroke-b
{
    -webkit-text-stroke: 3px !important;
}

.text-stroke
{
    -webkit-text-stroke: 0.5px #000;
    -webkit-text-fill-color: #fff;
    font-weight: bold;
}

.text-stroke-green
{
    -webkit-text-stroke: 0.5px #090;
    -webkit-text-fill-color: #fff;
    font-weight: bold;
}

.text-stroke-blue
{
    -webkit-text-stroke: 0.5px #009;
    -webkit-text-fill-color: #fff;
    font-weight: bold;
}

.text-stroke-red
{
    -webkit-text-stroke: 0.5px #900;
    -webkit-text-fill-color: #fff;
    font-weight: bold;
}

.text-stroke-primary
{
    -webkit-text-stroke: 0.5px #fff;
    -webkit-text-fill-color: #007bff;
    font-weight: bold;
}


  #carouselControls > .carousel-control-prev, #carouselControls > .carousel-control-next{
    width: 5% !important;
}

.carousel-text-area-0{
    background-color: #fff;
    height: 100%;
}

.carousel-text-area-1{
    background-color: #000;
    color: #fff;
    height: 100%;
}

.carousel-text-area-2{
    background-color: #db775f;
    color: #fff !important;
    height: 100%;
}

.carousel-calendar-month{
    background-image: linear-gradient(to bottom, #888 , #000);
    color: #fff;        
}

.carousel-calendar-day{
    background-image: radial-gradient(#fff, #fff, #888); 
    color: #000;       
}

.calendar-month-single{
    background-color: #db775f;
}

.calendar-day-single{
    background-color: #db775f;  
}

/*
.overlap-title-photos{
    color: #fff !important;
    position: relative !important;
    margin-top: -10% !important;
    font-family: 'Signika' !important;
    background-color: rgba(139, 0, 0, 0.411) !important;
} 
*/
.overlap-title-photos {
    color: #fff !important;
    font-family: 'Signika' !important;
    background-color: rgba(139, 0, 0, 0.411) !important;
    width: 100%;
    position: relative;
    top: -30px;
}

@media only screen and (max-width: 440px) {
  .carousel-h{
    height: 380px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 767px)  {
  .carousel-h{
    height: 430px;
  }
}
@media only screen and (min-width: 768px)   {
  .carousel-h{
    height: auto;
  }
}

/* Imagens instagram */

.insta-360{
  width:360px;
  height:360px;
}
.insta-180{
  width:180px;
  height:180px;
}

.chamada__carnaval{
  position: fixed;
  left: 0;
  bottom: 58px;
  

  -webkit-animation-name: chamada;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-direction: alternate;
}

.chamada__carnaval.alert-dismissible .close {

  position: absolute;
  top: 42px;
  right: -9px;
  padding: 5px;
  color: inherit;
  background: rgba(255, 147, 24, 0.79);
  border-radius: 50%;
  
  }
  .chamada__carnaval.alert{
      padding: unset;
      margin:unset;
  }

  .chamada__carnaval.alert-warning{
    background: unset;
    border:unset;
  }
  
  .chamada__carnaval .close {
  
  font-size: 1rem;
  width:25px;
  opacity:unset;
  color: white !important;
  
  }

@media (max-width:560px){
  .chamada__carnaval img{
      width:60%;
  }
  .chamada__carnaval.alert-dismissible .close {

    top: 25px;
    right: 131px;
    
    
    }
}



@media (min-width:561px) and (max-width:720px){
  .chamada__carnaval img{
      width:80%;
  }

  .chamada__carnaval.alert-dismissible .close{
    top: 33px;
    right: 60px;
  }
}

@keyframes chamada{
  from{
    left:-200px;
  }
  to{
    left:0;
  }
}


.home-carousel .carousel-item img{
  object-fit: cover;
  width: 650px;
  height: 261px;
}

.warning-covid-19{
  position: absolute;
  background:rgba(0, 0, 0, 0.7);
  bottom:-10px;
  left: 0;
  width: 650px;
  height: auto;
  color: white;
  text-align: left;
  padding:10px;
}

.warning-covid-19 h3{
  font-size: 1.2rem;
  color: yellow;
  font-weight: bold;
  text-transform: uppercase;
}
.warning-covid-19 span{
  text-transform: uppercase;
  font-weight: bold;
}

@media(max-width:402px){
  .warning-covid-19{
      height: 110px;
      top:0;
      bottom: unset;
      width:100%;
  }
  .warning-covid-19 p, .warning-covid-19 h3{
      font-size: 11.5px;
  }
}
@media (min-width:403px) and (max-width:768px){
  .warning-covid-19 {
      bottom: unset;
      left: 0;
      width: 100%;
      height: 124px;
      top: 0;
  }
  .warning-covid-19 p, .warning-covid-19 h3{
      font-size: 13px;
  }
}

h5 {
  font-size: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/** link 360 gif **/
.chamada-360{
  position: relative;
  width: 100px;
  margin-top: -15px;
}
.chamada-360 .overlay-360 {

  position: absolute;
  left: -5px;
  bottom: 5px;
  width: 52%;
}
.chamada-360 img{
  width: 100%;
}