*:not(footer){
  box-sizing: border-box;
}
:root{
  --color-primary:#ED1D24;
  --color-default: #2E3092;
  --color-secondary: #665A5A;
  --input-background: #EFEDED;
  --padding-10: 10px;
}
a:hover{
  text-decoration: none;
}
.btn-danger{
  background: var(--color-primary) !important;
}
h1.text-hide{
  margin: 0;
}
/*background dark para navbar-- desabilitado*/
.bg-dark {
  background: unset !important;
}
/*Signika*/

@font-face {
  font-family: 'signikabold';
  src: url('../../../../../portal/assets/fonts/signika/signika-bold-webfont.woff2') format('woff2'),
       url('../../../../../portal/assets/fonts/signika/signika-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'signikalight';
  src: url('../../../../../portal/assets/fonts/signika/signika-light-webfont.woff2') format('woff2'),
       url('../../../../../portal/assets/fonts/signika/signika-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'signikaregular';
  src: url('../../../../../portal/assets/fonts/signika/signika-regular-webfont.woff2') format('woff2'),
       url('../../../../../portal/assets/fonts/signika/signika-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'signikasemibold';
  src: url('../../../../../portal/assets/fonts/signika/signika-semibold-webfont.woff2') format('woff2'),
       url('../../../../../portal/assets/fonts/signika/signika-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


/* photoshootregular */

@font-face {
  font-family: 'photoshootregular';
  src: url('../../../../../portal/assets/fonts/photosoot/photoshoot-webfont.woff2') format('woff2'),
       url('../../../../../portal/assets/fonts/photoshoot/photoshoot-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

/*glossbloom*/
@font-face {
  font-family: 'gloss_and_bloomregular';
  src: url('../../../../../portal/assets/fonts/glossbloom/gloss_and_bloom-webfont.woff2') format('woff2'),
       url('../../../../../portal/assets/fonts/glossbloom/gloss_and_bloom-webfont.woff2/gloss_and_bloom-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
/*About Love*/
@font-face {
  font-family: 'about_loveregular';
  src: url('../../../../../portal/assets/fonts/aboutlove/aboutlove-webfont.woff2') format('woff2'),
       url('../../../../../portal/assets/fonts/aboutlove/aboutlove-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

a{
  outline: none;
  color:var(--color-principal);
  transition: all .2s;
}

a:hover{
  color:rgb(182, 27, 32);
}


body{
  overflow:hidden;overflow-y:scroll;
  font-family: 'signikaregular';
  position: relative;
  background: url(../../../imgs/images/fundo/papyrus.png);

}
/*Container*/
.container{
  max-width: 1250px;
}

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

/* Classe base do carousel */
a{outline: none;}
.carousel {

  }



  /* 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;
  }
  .carousel-item #busca{
    width:350px;
  }
  #mgCarousel .carousel-item{
    height: 51vh !important;
  }
  .carousel-inner .carousel-item .photo-author {



  }

  .banner__details--home{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
  }

  .ftco-navbar-light{
    background: white !important;
  }
  .navbar-dark .navbar-toggler{
    color:#333;
  }

}
@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;
}

/** Novo Layout **/

.swiper-container #busca input{
  background: rgba(255,255,255,.5);

}
.carousel-item form{
  width: 700px;
  margin: auto;
}

.main__header--pages #busca input{
  background: #EFEDED;
  box-shadow: unset;
  margin-top:10px;
}

.search-location .form-group button span{
  font-size: 30px;
  color: white;
}

#busca button{
  background: rgba(0, 0, 196, 0.9)!important;
}

.fixed-top .navbar-link{
  color:black;
}

.fixed-top #busca{
  display: none;
  background: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.slider-text{
  height:800px;
}

#mgCarousel .carousel-item{
  min-height:100vh;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;

  -webkit-background-position: center !important;
  -moz-background-position: center !important;
  -o-background-position: center !important;
  background-position: center !important;


}

#mgCarousel{
  color: white;
}


.topo{
  display: none;
  position:fixed;
  bottom:30px;
  right:10px;
  width:50px;
  height:50px;
  z-index: 5;
  cursor: pointer;
}
.topo .fa-chevron-up{
  font-weight: lighter;
  font-size: 2rem;
  background: gray;
  border-radius:50%;
  padding: 10px;
  color:white;
}

.home__fixed--nav .fixed__menu{
  display: none;
}


.fixed__menu{
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 9999;
  box-shadow: 1px -4px 14px #333;

}
.fixed__menu .search-location .form-group button span {
  font-size: 20px;
}
.fixed__menu #busca{
  margin-top: 20px !important;
}
.fixed__menu .search-location .form-group .form-field .form-control{
  box-shadow: unset;
  border:1px solid #dedede;
  text-align: center;
}
.fixed__menu--nav{
  position: fixed;
  top:80px;
  right:0;
  z-index:9999999999;
  background: white;
  padding: 10px 54px 10px 43px;
  text-align: center;
  box-shadow: 0 7px 10px -5px;
}
.hamburguer__menu button, .navbar-toggler, a:visited{
  border: none;
}
.fixed__menu #busca-nav button{
  background: rgba(0, 0, 196, 0.9);
  top: 39%;
}
.logos-minas img{
    margin-bottom:10px;
}

    /* Icon 1 */

    .nav-icon1{
      width: 30px;
      height: 25px;
      position: relative;

      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
    }

    .nav-icon1 span{
      display: block;
      position: absolute;
      height: 5px;
      width: 100%;
      background: #333;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }

    .nav-icon1 span:nth-child(1) {
      top: 0px;
    }

    .nav-icon1 span:nth-child(2) {
      top: 10px;
    }

    .nav-icon1 span:nth-child(3) {
      top: 20px;
    }

    .nav-icon1.open span:nth-child(1) {
      top: 10px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
    }

    .nav-icon1.open span:nth-child(2) {
      opacity: 0;
      /* left: -60px; */
    }

    .nav-icon1.open span:nth-child(3) {
      top: 10px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
    .fixed__menu .search .search-icon{
      display:none;
    }

    main:not(.home){
      padding-top: 83px;
    }
@media(max-width:500px){
  main:not(.home){
    padding-top:48px;
  }
  .nav-icon1 span{
    background: red;
  }
  .navbar > .container{
    justify-content: space-between !important;
  }
  .navbar-brand img{
    width:50%;
  }

  .fixed__menu--nav{
    top:48px;
    font-size: .9rem;
    padding: 5px 14px 10px 13px;
    text-align: center;
  }

  .fixed__menu .brand{
    order:2
  }
  .fixed__menu .brand img{
    width:85%;
  }
  .fixed__menu .search{
    order:1;
    width: 55%;
  }

  .fixed__menu .hamburguer-nav{
    order:3
  }

  .fixed__menu .search .search-icon{
    display:block;
    color:white;
    background: rgba(212, 0, 0, 0.9);
    width: 30px;
    padding: 6px;
    height: 30px;
    border-radius: 0 50% 50% 50%;
  }
  .fixed__menu form{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-16%);
    top: 50px;
    width: 360px;
  }
  .fixed__menu .search-location .form-group .form-field .form-control {
    height:36px;
  }

  .fixed__menu .search-location .form-group button{
    width:36px;
    height:36px;
    top:36%;
  }

  .tourPackage__details .package__info .col-md-4:nth-child(2){
    margin-top:20px;
    margin-bottom:20px;
  }

 .tourPackage__details .banner__details ,.box__info--bottom {
   height:auto !important;
 }

}
/* Menu lateral fixo */
.sidebar-navigation {
  padding: 0;
  margin: 0;
  min-height: auto;
  width: 80px;
  background-color: #313443;
  position: fixed;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  z-index:99999;
  transition: all .5s;
}

.sidebar-navigation a:hover{
  text-decoration: none;
  color: white;
}
.sidebar-navigation object{
  width:2rem;
  margin-top: -8px;
  pointer-events: none;
}
.minas360-height{
  height: 53px;
}
.minas360-height a{
  display: inline-block;
}
.minas360-height .tooltip{
  width:130px !important;
  margin-top: 0 !important;
}

.tooltip.favorites{
  width: 130px !important;
}

.carousel-inner .carousel-item p{
  font-size: 46px;
  font-weight: 100;
  text-transform: uppercase;

 }
 .swiper-container .photo-author{
  position:absolute;
  bottom:0;
  right:40px;
  z-index: 3;

 }
 .swiper-container .photo-author p{
  font-family: 'signikalight';
 }
 .swiper-container .photo-author p{
  color: white;
  font-size:12px;
  line-height: 10px;
  text-align:right;


}
.home .swiper-container{
  overflow: unset;
}

.sidebar-navigation ul {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white;
  list-style: none;
  width:100% !important;
  align-items: flex-end;


  margin-bottom: 0;
}
.sidebar-navigation ul li {
  padding: 28px 0;
  cursor: pointer;
  transition: all ease-out 120ms;

  text-align: center;
  width:100%;
}
.sidebar-navigation ul li i {
  display: block;
  font-size: 24px;
  transition: all ease 450ms;
}
.sidebar-navigation ul li .tooltip {
  display: inline-block;
  position: absolute;
  background-color: #313443;
  padding: 8px 15px;
  border-radius: 3px;
  margin-top: -26px;
  right: 90px;
  opacity: 0;
  visibility: hidden;
  font-size: 13px;
  letter-spacing: .5px;
  transition: all .5s;
}
.sidebar-navigation ul li .tooltip:before {
  content: '';
  display: block;
  position: absolute;
  right: -4px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: inherit;
}
.sidebar-navigation ul li {
  transition: all 1s;
  width:80px;
}
.sidebar-navigation ul li:hover {
  background-color: #2E3092;
}
.sidebar-navigation ul li:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.tooltip.register{
  width: 130px !important;
  text-align: center;
}

.tooltip.media-donation {
  width: 150px !important;
  text-align: center;
}

.sidebar-navigation ul li.active {
  background-color: #22252E;
}
.sidebar-navigation ul li.active i {
  color: #98D7EC;
}
/******************************************/

.owl-carousel .col-md-4{
  max-width: 100%;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: red !important;
  font-size: 42px !important;
  margin: 5px;
  padding: 4px 7px;
  background:
  #D6D6D6;

}

.owl-theme .owl-nav [class*="owl-"]:hover{
background: red !important;
color: #fff !important;
}




/* Página Eventos*/

.events__featured .heading-section {
  padding-top: 0;
}
.line-top, .line-bottom {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(146, 143, 143, 0.75), rgba(0, 0, 0, 0));
}
.events__banner .line-top{
  margin-bottom: 21px;
}
.events__banner .banner.swiper-container{
  width: 80%;
  height: 284px;
}
.events__banner .banner .swiper-slide{
  display: flex;
  width: 100%;
}
.events__banner .banner .swiper-slide .col-md-7 .like{
  position: unset;
}
.events__banner .banner .swiper-slide .col-md-7 a{
  height: auto;
}

.events__banner .banner .col-md-7{
  background: white;
}
.events__banner .banner .col-md-5{
  background-size: cover;
  background-position: center;
}
.events__banner .banner .col-md-5,
.events__banner .banner .col-md-7{
  padding-left: 0;
  padding-right: 0;
}

.events__banner .banner .col-md-7 h2{
  font-family: 'signikasemibold';
    text-transform: uppercase;
    font-size: 1.5rem;
}
.events__banner .banner .col-md-7 h3{
  font-family: 'signikalight';
    text-transform: uppercase;
    font-size: 1.2rem;
}
.events__banner .banner .col-md-7 .fa-map-marker{
  color: deepskyblue;
}

.events__banner .banner .col-md-7 h2,
.events__banner .banner .col-md-7 h3{
  margin-top: 15px;
}
.events__banner .banner .col-md-7 small{
  display: block;
  margin:15px 0;
  font-size: .8rem;
  font-family: 'signikalight';

}

.events__banner .banner .col-md-7 h2,
.events__banner .banner .col-md-7 h3,
.events__banner .banner .col-md-7 small{
  margin-left: 15px;
}
.events__banner  .banner .col-md-7 .events__details{
  position: absolute;
  width: 100%;
  bottom:10px;
  justify-content: space-between;
  font-family: 'signikalight';
}
.events__banner  .banner .col-md-7 .events__details i{
  color: var(--color-primary)
}
.events__banner  .banner .col-md-7 .events__details i span{
  color: #333;
  font-family: 'signikalight';
  font-size: .9rem;
}
.events__banner  .banner .col-md-7 .events__details i span:hover{
  color: var(--color-primary);
}

.events__banner  .banner .col-md-7 .events__details .like{
  padding-left: 15px;
}
.events__banner  .banner .col-md-7 .events__details .see-details{
  padding-right: 15px;
}
.events__banner .banner table{
  width:100%;
}
.events__banner .banner table td,
.events__banner .banner table th{
  font-size: 1rem;
}

.events__banner .banner table td{

    text-align: center;
    color: black;
    background: radial-gradient( #fff, #fff, #888);

}

.events__banner .banner table thead {
  background: linear-gradient(to bottom, #888 , #000);
  color: white;
  font-weight: none;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #000;
}
.covid__warning--attractions h2{
  font-size: 1.5rem;
  color: var(--color-primary);
  font-family: 'signikasemibold';
}
.covid__warning--attractions h3{
  font-size: 1rem;
  color: var(--color-secondary);
}
.covid__warning--attractions .updated_at{
  color: var(--color-secondary);
  font-family: 'signikalight';
}

.covid__warning--attractions p{
  font-family: 'signikalight';
  color: var(--color-secondary);
  font-family: 'signikalight';
    font-size: .8rem;
    margin-bottom: 0;
}
.see-more__container--text{
  color: var(--color-secondary);
}
.covid__warning--attractions .status{

  width: 280px;
  height:130px;
  margin: auto;
  color: white;
}
.bg-orange{}
.bg-red{}
.bg-green{}
.evento .swiper-slide .events__details.row a{
  width: auto;
}

.events__info img{
  width: 100%;
  max-width: 100%;
}

.events__info h2{
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: 'signikabold';

}
.events__info p{
  font-size: .9rem;
  font-family: 'signikalight';
}
.events__info h2 span{
  color: deepskyblue;
  display: block;
}
.events__info .col-md-7 a.btn-outline-primary{
  color: deepskyblue;
  border: 1px solid deepskyblue;
}
.events__info .col-md-7 a.btn-outline-primary:hover{
  color: deepskyblue;
  border: 1px solid deepskyblue;
  background: deepskyblue;
  color:white;
}
.events__info .container{
  /* padding-left: unset;
  padding-right: unset; */
}

.evento .subheading.event{
  font-size: 2rem;
}

.calendario-eventos{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.calendario-eventos:hover{
  color: white;
  opacity: .8;
}
.event__about--text{
  background: white;
  padding: 15px;
  color: var(--color-secondary);
}
.single__events .single__events--carousel .col-md-6:last-of-type{
  box-shadow: 20px 12px 21px -13px rgba(0,0,0,0.24);
}

.single__events--about .col-md-6:first-of-type{
  padding-right: 0;
}
.single__events--about .col-md-6:last-of-type{
  padding-left: 0;
}
.single__events .city__links a:hover{
  text-decoration: none;
}
.single__events .city__links .iconLink span:hover{
  color: var(--color-primary);
}
.single__events .city__links .iconLink span {
  text-transform: capitalize;
  align-self: flex-end;
  margin-left: 3px;
  color: var(--color-secondary);
  font-family: 'signikalight';
  transition: all .4s;
}

.single__events .like-btn span,
.single__events .share{
  font-family: 'signikalight';
}
.single__events .like-btn span{
  color: #333;
}

.single__events .fa-shopping-cart,
.single__events .fa-heart-o,
.single__events .fa-heart,
.single__events .fa-share-alt{
  color: var(--color-primary);
}

.single__events .tickets{
  font-family: 'signikalight';
}
.single__events .like,
.single__events .share,
.single__events .tickets{
  margin-top: 10px;
}
.single__events .like span:hover,
.single__events .share:hover{
  color: var(--color-primary);
  cursor: pointer;
}

.single__events .tickets a{
  text-decoration: none;
}


.single__events--carousel .col-md-5 img{
  height: 354px;
  object-fit: cover;
}
.single__events--carousel .col-md-7 h5{
  color: var(--color-secondary);
}

.single__events--carousel .text-left a.btn-danger{
  color:white;
  font-size: .9rem;
}

.single__events--carousel .text-left a{
  color: var(--color-primary);
  font-size: .7rem;
}

.single__events--carousel .text-left a small{
  color: var(--color-primary);
  font-size: .7rem;
}

.single__events--carousel a .city__name{
  font-weight: bold;
  text-transform: uppercase;
  font-size: .8rem;
}

.single__events--carousel a .event__local{

  font-size: .8rem;
}


.single__events--carousel .event__date,
.single__events--carousel .event__phone,
.single__events--carousel .event__email a{

  font-size: 1rem;
  color: var(--color-secondary);
}

.single__events--carousel .event__email a{
  color: var(--color-primary);
}


.single__events--about h5{
  color: var(--color-secondary);
}

.single__events--about img{
  width:100%;
  max-width: 100%;
  height: 307px;
  object-fit: cover;
  object-position: center;
}
.single__events .interaction{
  padding-left: 0;
}
.single__events--similar .swiper-slide .like{
  top:0;
}

.about__event--text{
  margin-top: 40px;
}

.single__events--about .city__info.title a{
  font-size: 1.3rem;
  text-transform: uppercase;
}

.single__events--about .city__links a{

  text-transform: uppercase;
  font-size: 1.rem;
  color: var(--color-primary);
}

.single__events--about .city__links a:first-of-type{
  margin-right: 10px;
}

.single__events--about .city__links a i{
  color:var(--color-secondary);
}

.single__events--carousel .event__social--media .fa{
  font-size: 1.2rem;

}


.single__events .event-about{
  font-family: 'signikalight';
}

.events-form .form-row > .col, .form-row > [class*="col-"] {

  padding-right: 0px;
  padding-left: 5px;
}

.events-form .form-control{
  border-radius:5px;
  border:1px solid #dedede;
}

.events-form .form-row{
  justify-content: center;
}


.events-form #SearchFormButton{
  height:38px;
  background-color: #1919c9;

}

.events-form .search-term::after{
  font-family: 'fontawesome';
  content: '\f002';
  position: absolute;
  top: 6px;
  right: 8px;
}

.events-form .btn.btn-primary{
  background:#EC0000;
  font-size: 1.2rem;
  border:none;
  border-radius:5px;
  background-color: #1919c9;
}

.selectwrap:after{
  content:"↓";
  text-align: center;
  line-height:52px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: #fff;
  right: 1px;
  top: 1px;
  pointer-events: none;
  font-weight: bold;
}

.event-categories .item{
  display: flex;
  flex-direction: column;
  align-items: center;
  width:160px !important;
}

.event-categories img {
  width: 100% !important;
}

.event-categories .owl-theme .owl-nav [class*="owl-"] {
  color: black !important;
  font-size: 42px !important;
  margin: 5px;
  padding: 4px 7px;
  background:
  #D6D6D6;
}

.event-categories .owl-item{
  margin-top: 16px;
}

.event-categories .owl-nav.disabled{
margin-top: -22px !important;
}


.event-categories .owl-theme .owl-nav [class*="owl-"]:hover{
background: none !important;
color: #fff !important;

}

.event-categories  .owl-nav.disabled {

display: block !important;

}

.event-searchBar:after{
  content: "↓";
  text-align: center;
  line-height: 52px;
  position: absolute;
  width: 32px;
  height: 32px;
  background:  #fff;
  right: 1px;
  top: 1px;
  pointer-events: none;
  font-weight: bold;
}

.evento .subheading h2{
  color: #665a5a;
}

.evento .text a {
  margin: 0;
}
.evento .property-wrap .text{
  padding-left:10px;
}

.filtro-evento .text .location,
.filtro-evento .text a{
  color:#666666;
}

.filtro-evento .pagination{
  justify-content: center;

}
.filtro-evento .pagination li{
  padding: 5px 10px;
  background: white;
  margin-right: 3px;

}
.filtro-evento .pagination li.active{
  color: var(--color-primary);
}

/* Banner Home*/
.titulo__banner--home{
  color:white;
  font-size: 3rem;
  text-transform: uppercase;
}

.filtro-evento .col-md-4{
  margin-bottom: 50px;
}
.filtro-evento .text {
  max-height: 176px;
  height: 176px;
  padding: 5px;
}
.filtro-evento .text ul{
  padding:0;
}
.filtro-evento .property-wrap:hover .text{
  box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.4);
}
/**busca input **/

#busca input{

}


/* Banner de Eventos */
.event-banner .col-md-12.item{
	height:370px;
}
#mgCarousel h1, #mgCrousel p{
  text-transform: uppercase;
  font-size: 60px;
color:
#fffcfc;
line-height: 1.1;
font-weight: 400;
}
.event-banner .col-md-7, .event-banner .col-md-5{
  border:1px solid #d1d1d1;

  padding:0;
  max-width:100%;
  overflow:hidden;
}
.event-banner .col-md-9{
  margin:auto;
  min-height: 284px;
  max-height: 284px;
}

.event-banner .col-md-7{
	border-right: unset;
}
.event-banner .col-md-7 img {
  width:100%;

  object-fit: cover;

  height: 284px;
}


.event-banner h2{
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 1.3rem;
  margin-top: 30px;
}

.event-banner p{
  font-size: 1rem;
  padding-left: 10px;
}
.event-details .fa-heart-o{
  position: absolute;
  bottom:10px;
  color: var(--color-primary);
  cursor: pointer;
}

.event-details .fa-heart{
  position: absolute;
  bottom:10px;
  color: var(--color-primary);
  cursor: pointer;
}
.event-banner .event-details .like-btn{
  top: 8px;
  right: 10px;
}

.event-banner .event-details{
  width:100%;
  height: 284px;
  background: rgba(255,255,255, .5);
}

.event-categories h5, .event-details h2{
  color: #665A5A;
}

.event-banner .event-details h2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: inherit;
}

.event-categories .owl-stage .owl-item.active{
  width: 150px;
  margin-right: 0 !important;
}

.event-banner .event-details .fa-map-marker{
  color: #25BEE6;
  font-size: 1.4rem;
}
.event-banner .event-details .col-md-8{
  font-size: 1.1rem;
  font-weight:initial;
  text-transform: uppercase;
  color: #666666;
}
.event-banner .buttons{
  position: absolute;
  bottom: 0;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}
.event-banner .buttons .btn{
  font-size: .9rem;
  width: 150px;
  color:white;

}


.event-banner .btn-danger{
  background: #ff0018;
}

.event-banner .btn-outline-danger:hover{
  background: #F58634;
}

.event-banner thead{
  background:linear-gradient(to bottom, #888 ,  #000);

  color: white;
  font-weight:none;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #000;
}

.event-banner table td{
  text-align:center;
  color: black;
  background: radial-gradient( #fff, #fff,  #888);

}

.event-banner table{
  width:100%;

}

.event-banner .descricao{
  font-weight: 400;
}

.event-register{
  color: white;
  background: #ED1D24;
      min-height: 230px;
      font-size: 3rem;
  }

.event-register .highlight{
font-weight:bold;
}

.event-register .capa, .downloads .capa{
width:150px;
height:150px;

border-radius:50%;
}

.event-register .capa{
border:2px solid white;
}
.downloads .capa{
border:2px solid black;
}

.event-register .container{
width:60%;
}

.download{
  background-color:#ed1d24;

}
.download .col-4{
	background-image:url('../../../imgs/images/download/img-download.png');
	background-repeat:no-repeat;
	background-size: contain;
	color:#fff;
  border-right:2px solid #fff;
  height: 28vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.download .col-4 .icon-calendar, .download .col-md-8 .icon-user{
	font-size:60px;
	border-radius:40px;
	color:#fff;
}

.download .col-4 .borda{
	border:2px solid #fff;
	display:inline-block;
	padding:10px 15px;
	border-radius:70px;
  color:#fff;
  margin-top: 56px;
}

.download .col-8{
  display: flex;
  flex-direction: row;
  align-items: center;

}

.download .col-8 .borda{
	border:2px solid #fff;
	display:inline-block;
	padding:10px 20px;
	border-radius:70px;

	color:#fff;
	margin-left:60px;
}

.download .col-7{
	font-size:26px; color:#fff;

	text-align:justify;
}

.download .col-7 p:first-child{
  /* line-height:30px; */
  font-weight: bold;
}

.download .fa {

  font-size: 60px;
  border-radius: 40px;
  color:

  #fff;

}

.download .download-title{
  font-size:18px;
  font-weight: bold;
}

.download p{
  font-size: 16px;
}

.download .col-8 p{
  font-size: 19px;
}


.event-register .col-md-9{
line-height: 77px;
}

@media(max-width: 500px){
  .carousel h1{
    font-size:35px;
  }

  .minas360-height{
    top: -4px;
    position: relative;
    padding-bottom: 48px !important;
  }

  .home object {
    width: 45rem;
  }

  .home .doacao .content {
    width: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .home .doacao a h2 {
    font-size: 1.3rem !important;
    line-height: 35px;
  }

  .home .doacao .subheading{
  font-size: 1.2rem !important;
  }

}

.ftco-footer {
  display: flex;
  font-size: 16px;
  padding: 2em 0;
  background:url(../../../imgs/images/footer/rodape.png), white;
  background-size: cover;
  background-position: bottom;
}
.ftco-footer .container{
  width: 999px;
}

.short__footer{
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: 'signikalight';
  align-items: flex-start;
}

.short__footer a{
  text-decoration: none;
}

.short__footer object{
  width:16rem;
  margin-bottom:-10px;
  pointer-events: none;
}
.short__footer a.marca__governo{
  display: block;
}
.short__footer h4{
  color: var(--color-secondary);
  font-family: 'signikasemibold';
}

@media(max-width:500px){
  .short__footer .col-md-4:first-child{
    padding-bottom: 3rem !important;
  }
  .mobile__menu--opened:nth-of-type(1){
    animation: fade-in-move-down .3s ease-in-out 0s forwards;

  }
  .mobile__menu--opened:nth-of-type(2){
    animation: desce .3s ease-in-out 0s forwards;

  }
  @keyframes desce {

    100% {
      top:65%;
    }
  }

  @keyframes fade-in-move-down {

    100% {
      top:80%;
    }
  }


  .main__nav--home .navbar-collapse{
    text-align: center;
  }
  footer{
    margin-bottom: 15px;
  }
  .short__footer{
    flex-direction: column;
    text-align: center;
  }
  .footer__address span{
    text-align: center;
  }
  .short__footer a img{
    width:30px;
    /* margin: 40px 0; */
  }
  .short__footer img{
    width:30px;
  }
  .short__footer object{
    width:17rem;
    margin-bottom:-10px;
    pointer-events: none;
    margin: 40px 0;
  }

}

.links-rodape{
  margin-bottom: unset;
}
.ftco-footer .col-md:last-child{
  text-align: end;
}
.footer__address span{
  display: block;
  font-size: 1rem;
}

.ftco-footer .ftco-footer-widget ul li a:hover{
color:red;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover{
color:red !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link{
  padding-left:20px;
  padding-right:20px;
  font-size: 1.1rem;
}

.ftco-navbar-light {
  background: transparent;
  padding-top: 20px;
  left: 0;
  right: 0;
  z-index: 3; }
  .navbar-light .navbar-nav .nav-link{
    color: #333;
  }

  .main__nav--home{
    position: absolute;
    top:25px;
  }



  .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: red;
  }


.fixed-top nav{
  background: white !important;
}
.fixed-top nav a{
  color: black ;
}

#ftco-navbar .nav-item .active {
  color: red;
}



/* evento / bg seções */

.section_background, .evento, .destinations__page, .destinations__page--single{
  background: url(../../../imgs/images/fundo/papyrus.png);
  padding-bottom:40px;
}
.blog-container, .experimente-minas{
background: url(../../../imgs/images/fundo/beige-tiles.png);
}
.heading-section h2 a{
  font-size: 40px;
  text-decoration: none;
}
.home__ev h2 a,.experimente-minas h2 a {
  color: #2E3092;
}

.home .blog img{
  width:100%;
  height: 354px;
  object-fit: cover;
}


.home .blog{
background: url(../../../imgs/images/fundo/papyrus.png);
padding-bottom: 45px;
}
.home .events{
  background: url(../../../imgs/images/fundo/beige-tiles.png);
  padding-bottom: 15px;
}

.visite{
background: url(../../../imgs/images/fundo/criss-cross.png);
}
.visite .instagram-photos{
  flex-wrap: wrap;
}

.visite .instagram-photos img{
width: 100%;
height:230px;
margin-bottom:2px;
object-fit: cover;
transition: all .4s;
padding-left: 2px;
}

.visite .instagram-photos img:hover{
  margin-top: -5px;
}

.visite .instagram-photos .col3{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.doacao{
  background: url(../../../imgs/images/doacao_midias/dmd.jpg);
  /* background-position: left bottom; */
  background-attachment: fixed;
  background-size: cover;
  backface-visibility: hidden;
  font-family: 'signikalight';
  min-height: 300px;
  overflow: hidden;
  position: relative;

}

.doacao .heading-section h6.subheading{
  color: white;
  font-family: 'signikaregular';
  font-size: 1.8rem;
}

.doacao a{
  text-decoration: none;
  margin-right: 50px;
}
.doacao .overlay{
  opacity: .9;
}
.doacao a h2{
  color: white;
  font-size: 2.3rem;
  line-height: 60px;
}
.doacao a h6{
  color: white;
  font-family: 'signikaregular';

}
.doacao .heading-section .subheading{
  font-size: 1.3rem;
  font-weight: 600;
}
.doacao .container{
  position: relative;
}
.doacao .content{
  position: absolute;
  z-index: 3;
  width:600px;
  text-align: center;
  top:50%;
  right:0;
  transform: translateY(-50%);
}

.doacao .heading-section .subheading::after, .doacao .heading-section .subheading::before{
  background:white;
}

.doacao .heading-section h2{
  text-transform: unset;
}

.donate-medias .heading-section h2{
  color: var(--color-secondary);
}
.donate-medias #donate-media{
  position:relative;
}
.donate-medias input[type=text],
.donate-medias input[type=email],
.donate-medias textarea,
.donate-medias select{
  background:var(--input-background);

}
.donate-medias .creative-commons{
  width: 150px;
  height: auto;
}

.donate-medias .donate-agree{

  margin-left: 5px;
}
.donate-medias .donate-desagree{

  margin-left:5px;
}
.donate-medias .btn-danger{
  background:var(--color-primary);
}
.search-location .form-group .form-field .form-control {
  border: none;
  height: 50px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  padding-left: 25px;
  padding-right: 50px;
  -webkit-box-shadow: 0px 5px 27px -14px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 5px 27px -14px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 5px 27px -14px rgba(0, 0, 0, 0.28);
}

  .search-location .form-group button {
    background: transparent;
    border: none;
    position: absolute;
    top: 38%;
    right:0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 0 50% 50% 50%;
  }

  form#donation{
    font-family: 'signikalight';
  }

  .donate-validation{
    list-style: none;
  }
  .donate-validation{
    text-align: center;
  }

  /*Eventos*/
  .home-events{

    margin-bottom: unset;
  }
  .home-events .owl-stage-outer {
    height:450px;
  }

  .property-wrap .img {
    display: block;
    width: 100%;
    height: 250px;
}

.property-wrap .text {
  width: 75%;
}

.home .home__ev h3{
  margin-bottom: 3px;
}
.evento .whatSlider .swiper-slide{

}
.filtered__events--result{
  height: 284px;
  background-size: cover;
  padding: 5px;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.filtered__events--result .like{
  position: absolute;
  top: 10px;
  right: 10px;
}
.filtered__events--result .like-btn{
  color: var(--color-primary);
}
.filtered__events--result .like-btn:hover{
  cursor: pointer;
}


.filtered__events--result .box__info--events{
  width: 198px;
  left: 4px;
  bottom: 29px;
}
.evento .whatSlider .swiper-slide img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.btnSearchCategory{
  cursor: pointer;
  transition: all .4s;
}
.btnSearchCategory:hover{
  filter: brightness(0.5);
}

.evento.home__ev .property-wrap .text, .featured-events .property-wrap .text, .theme-event .property-wrap .text {
  width: 86%;
  position: relative;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-top: -50px;
margin-left: 20px;
background: rgba(255,255,255, .9);;
-webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
-moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, .14);
padding: 10px;
}

.theme-event .property-wrap:hover .text,
.home-events .property-wrap:hover .text,
.featured-events .property-wrap:hover .text{
  box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.4);
}

.home__ev a, .featured-events a, .theme-event a{
  color: #737373;
  margin-top: 10px;
  font-weight: 200;
}

.home__ev a:hover, .featured-events a:hover, .theme-event a:hover{
  text-decoration: none;

  color:red;
}

.property-wrap .text h3 {
  font-family: "signikaregular";
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: inherit;
}

.property-wrap .text .btn-custom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  border-radius: 50% 0 0 0;
}

.property-wrap .text p.price small {
  font-family: "Nunito Sans", Arial, sans-serif;
  font-weight:400;
  font-size: 14px;
  color: #999999;
}
.property-wrap .text h3 a {
  color:
  #000000;
  font-weight: 700;
}

.heading-section{
  padding-top: 30px;
  font-family: 'signikabold';
}

.evento .heading-section h2 {

  color:  #665a5a;
}

.heading-section .subheading {

  display: inline-block;
  margin-bottom: 0;
  color:
  #291a1a;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  font-weight: normal;
  margin-bottom:8px;
}

.heading-section h2 {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ED1D24;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}


.property-wrap .text .btn-custom span {
  color:
  #fff;
}

a{
  text-decoration: none;
  /* font-size:14px; */
}
.evento li{
  list-style: none;
}

/* Experimente Minas */
.agent .desc {
  width: 80%;
}
.agent .desc {
  position: relative;
  width: 85%;
  padding: 20px;
  margin-top: -50px;
  margin-left: 20px;
  background: rgba(255,255,255,.9);
-webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
-moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
box-shadow: 0px 5px 21px -14px
  rgba(0, 0, 0, 0.14);
  min-height: 189px;
}

.agent .desc .h-info {
  font-size: 14px;
  margin-bottom: 0;
  color: #666666;
  overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

}

.agent .desc h3 a {
  color:#ED1D24;
  font-weight: normal;
  overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
text-align: inherit;
}

.agent .desc h3 {
  color: #000000;
  font-weight: 500;
  line-height: 1.3;
  font-size: 20px;
}

.agent .img {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  z-index: 0;

}

.agent:hover img, .agent:focus img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.agent img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: -1;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ftco-navbar-light.scrolled .nav-item.active > a {
  color: red !important;
}
.ftco-navbar-light.scrolled.awake{
  margin-top: 0px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.tryIt__overlay{
 background: linear-gradient(to bottom,rgb(26, 25, 25) 10%, rgba(0,0,0,0));
 height: 150px;
}
.tryIt__title h6{
  padding:10px;
  font-weight: 600;
  font-size:.8rem;
}

.experimente-minas .grid-item{
  background-size: cover;
}

/**Blog**/

.blog .read-more{
  background: #2E3092;
  position: absolute;
  bottom:0;
  right:0;
  width:40px;
  height: 40px;
  border-radius:50% 0 0 0;

}

.blog a{
  transition: .3s all ease;
  color:#2E3092;
  font-weight: 100;
  text-decoration: none;
  text-align: justify;
}

.blog a .fa-forward{
  color: white;
  font-size: .8rem;
}


/*Grid->Experimente Minas*/
.grid-item:hover, .grid-item:focus {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 2px 3px 22px #000;

}


.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 0;
  grid-auto-rows: minmax(180px, auto);
  grid-auto-flow: dense;
  padding: 10px;
}

.grid-item {
  padding: 1rem;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #333;
  /* border-radius: 5px; */
  grid-column-end: span 2;
  grid-row-end: span 1;
  transition: all .4s;
  padding:unset;
}
.grid-item:nth-child(odd) {
  background-color: #424242;
}

.span-2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

.span-3 {
  grid-column-end: span 2;
  grid-row-end: span 1;
}


.grid-item a{
  display: block;
  width:100%;
  height:100%;
  color: #fff;


}
.grid-item a:hover{
  text-decoration: none;

}
.experimente__mobile{
  display: none;
  background: url(../../../imgs/images/fundo/beige-tiles.png)
}
.experimente__mobile .experimente__minas--container.swiper-container{
  width: 100%;
  height: 280px;
}

/**fim Grid**/

.wrap-about h2 a{
  font-size: 30px;
  text-transform:capitalize;
}

.wrap-about .heading-section {
  margin-left: 10px;
  background:
#FFE1D6;
-webkit-box-shadow: -20px 5px 14px -15px rgba(0, 0, 0, 0.13);
-moz-box-shadow: -20px 5px 14px -15px rgba(0, 0, 0, 0.13);
box-shadow: -20px 5px 14px -15px
  rgba(0, 0, 0, 0.13);
}

.blog .featured-image{
  background-size: cover;
}

.blog .heading-section h2 {
  font-size: 40px;
  font-weight: 600;
}

/*footer*/

.ftco-footer .ftco-footer-widget ul li a {
  color:
  rgba(0, 0, 0, 0.8);
}


.navbar-dark .navbar-nav .active > .nav-link{
  color:red !important;
}
.navbar-dark .navbar-nav .nav-link{
  color:white;
}

.fixed-top .navbar-dark .navbar-nav .nav-link{
  color:#333;
}

/**busca**/
.evento .row{
  flex-direction: row;
}

.evento wrap .text {
  width: 85%;
}

.evento .property-wrap .text {
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -50px;
  margin-left: 12px;
  background: rgba(255,255,255, .9);
-webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
-moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
box-shadow: 0px 5px 21px -14px
rgba(0, 0, 0, 0.14);

width: 85%;
}


.evento .property-wrap .img {
  display: block;
  width: 100%;

  background-size: cover !important;
}

.icon-heart {

  color: red;
font-size: 15px;
margin-left: 10px;
}

.event__location, .event__slug{
  display: block;
}
.event__location{
  font-size: 15px;
  color:#333;
  margin-bottom:10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home .doacao .heading-section .subheading::before,
.home .doacao .heading-section .subheading::after {
  display: none;
}

.home__ev .location, .featured-events .location, .theme-event .location{

  font-family: "signikaregular", Arial, sans-serif;
font-size: 16px;
line-height: 1.8;
font-weight: 100;
color:#666666;
}


.evento .event__search--buttons{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.event__slug{

  font-size: 10px;
  text-align: left;


}

.evento .fastforward{
  color:white;
 font-size: 9px;
  border-top-left-radius: 15px;
  padding: 10px 15px;
}

.evento .icon-heart{
  color: red;
}


.evento .atracoes .fastforward{
  background:darkorange;
}
.evento .atracoes .fa-map-marker{
  color: darkorange;
}

.evento .eventos .fastforward{
  background: red;
}

.evento .eventos .fa-map-marker{
  color:red;
}

.evento .destinos .fastforward{
  background: #008000;
}
.evento .destinos .fa-map-marker{
  color: #008000;
}
.evento .blog .fastforward{
  background:black;
}
.evento .atrativos .fastforward{
  background: #C60000;
}
.evento .property_list{
  padding: 4px;
}

.featured-events .property_list, .theme-event .property_list{
  padding:unset;
}

.home-events .property-wrap .text, .featured-events .property-wrap .text, .theme-event .property-wrap .text{
  max-height: 176px;
  height: 176px;

}



.main__header--pages .search-location .form-group button {

  top: 46%;

}

.evento .col-2{
  margin-bottom: 80px;
}

.evento .name, .event__slug{
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.evento .name{
  font-size: 10px;
  padding-left:10px;
  padding-top:10px;
  margin-bottom:unset;


}

/** nav carousel **/
.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: 50%;
  width: 103%;
  transform: translate(-50%,-50%);
  left: 50%;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}

.destinations__page--carousel .owl-theme .owl-nav{
  width:103%;
}

.destinations__page--carousel .destinations{
  margin: auto;
}

.event-banner .owl-nav{

  width:76% !important;
  z-index: 10
}

.theme-event .owl-stage-outer, .featured-events .owl-stage-outer{
  height:416px;
}

/* eventos home */
.home__ev .property_list, .home__ev .price {
  margin-bottom: 0;
}
.home .swiper-container-horizontal > .swiper-scrollbar{
  z-index:0;
}
/* autocomplete search*/
.autocomplete-search{
  opacity: .9;
  overflow-y: scroll;
  width: 90%;
  height: 250px;
  padding: 15px;
  position: absolute;
  z-index:50;
  line-height: 30px;
  font-family: 'signikalight';
  top: 45px;
  left: 20px;
  transition: all .4s;
}
.autocomplete-search a{
  text-decoration: none;

}
.swiper-container .autocomplete-search img{
  width: unset;
  height: unset;
}
.searchResults .like-btn{
  color:red;
  margin-left: 5px;
}

.searchResults .fa:hover{
  cursor: pointer;
}

.searchResults .property-wrap .img{
  height:200px;
}

.searchResults .box__info--top{
  width: 70%;
  font-family: 'signikaregular';
  text-transform: capitalize;
  justify-content: center;
  font-size: .7rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius:10px;
}
.searchResults .destinations-color{
  background: #3db0f7;
}
.searchResults .moduleB-color{
  background: darkorange;
}
.searchResults .moduleC-color{
  background: #008000;
}
.searchResults .events-color{
  background: var(--color-primary);
}
.searchResults .blog-color{
  background: black;
}
.searchResults .tourPackage-color{
  background: #537473;
}

.searchResults .info-content{
  position: relative;
  overflow:hidden;
}
.searchResults .fa-map-marker{
  color: DeepSkyBlue !important;
}
.searchResults .col-2{
  margin-bottom:23px;
  padding-right: 5px;
  padding-left: 5px;
}
.box__info--bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    align-items: center;
    background: linear-gradient(to top,rgba(0,0,0,.9), rgba(0,0,0,.0));
    height: 63px;
    color: white;
}

.box__info--bottom .name, .box__info--bottom .city {
  position: absolute;
  padding-left: 5px;
}
.box__info--bottom .city {
  bottom: 5px;
  font-size: .7rem;
}

.box__info--bottom .name {
  bottom: 25px;
  font-size: .7rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: white;
  width: 170px;
}


/*media queries*/

@media screen and (min-width:320px) and (max-width:720px){

  .carousel-inner .carousel-item p{
    font-size: 1.3rem;

   }

   .sidebar-navigation ul li .tooltip{

   }
   .sidebar-navigation ul li .tooltip:before {
    content: '';
    display: block;
    position: absolute;
    right: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
  }

  .swiper-container .photo-author{
    bottom:100px;
  }
  .swiper-container .photo-author p{
    font-size: 9px;
    line-height:5px;
    text-align:right;
  }

   .carousel-item{
     min-height: 50vh;

   }
   .slider-text{
    height:400px;
  }

  .sidebar-navigation{

    width: 100%;
    top:unset;
    bottom:-50px;
    height:80px;
  }
  .sidebar-navigation ul{
    list-style: none;
    flex-direction: row !important;
    padding-right: 33px;
  }

  .tooltip{
    display: none;
  }

  .navbar {

    justify-content: space-evenly;
    padding: 0.5rem 1rem; }
    .navbar > .container,
    .navbar > .container-fluid {

      justify-content: space-evenly; }

}


@media (max-width:380px){
  .logos-minas{
    flex-direction: column;

  }
  .logos-minas a{
    margin-right: unset !important;
    margin-top:20px;
  }
  footer img{
    width:100%;
  }

  .download .row{
    flex-direction: column;
  }
  .download .col-4{
    max-width: 100%;
    border-right: unset;
    border-bottom: 2px solid white;
    align-items: center;
  }

  .download .col-8{
    flex-direction: column;
    max-width: 100%;

  }

  .download .col-8 .borda{
    margin-left: unset;
  }

  .download .col-3{
    text-align: center;
    margin: 15px 0;
  }



  .download .col-3, .download .col-7{
    max-width:100%;
    text-align: center;

  }

}

/* Página Destinos*/
.destinations__page .slider.swiper-container{
  height: 175px;
}
.destinations__page .swiper-button-next {
  right: 0;
}
.destinations__page .swiper-button-prev {
  left: 0;
}
.destinations__page .swiper-button-next::after,
.destinations__page .swiper-button-prev::after {
  font-size: 30px;
  font-weight: bold;
  color:#1919c9;
}
.destinations__page .name{
  text-align: left;
  background: linear-gradient(to bottom,rgba(0,0,0,.9), rgba(0,0,0,.0));
  padding: 8px;
  height: 100px;

}


.destinations__page h2{
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.destinations__page #jscroll-loading{
  text-align: center;
}

.destinations__page--header{
  background:url(../../../imgs/images/fundo/bannerdestinos.jpg);
  height:250px;
  position: relative;
  background-size: cover;
  -webkit-animation: yep 35s infinite alternate;
  animation: yep 35s infinite alternate;

}
.destinations__page--header h1{
  font-family: 'signikabold';
  font-size:2.5rem;
  color: white;
  text-shadow: 2px 2px #333;
  text-transform: uppercase;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width:100%;
}
.destinations__page--header.container-fluid{
  padding-left: unset !important;

}
.destinations__page--carousel .owl-carousel .col-md-4 {
  max-width: 100%;
  padding: 0;
  height: 170px;
}
.destinations__page--carousel .owl-carousel .col-md-4 a{
  background-size: cover;
  background-position: -93px -53px;
}
.destinations__page--carousel h2{
  color:#665a5a;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top:45px
}

.destinations__page--carousel .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 -56px;
}

.destinations__page--destination-name{
  position: absolute;
  top:0;
  left: 0;
  /* padding: 10px 0 0 10px; */
  background: linear-gradient(to bottom,rgb(26, 25, 25) 10%,rgba(0,0,0,0));
  height: 67px;
  width: 100%;
  color:white;
  font-size: 1rem;
  text-align: left;
}
.destinations__page--destination-name span{
  display: block;
  padding: 5px;
}

@media (min-width: 381px) and (max-width: 660px){
  .searchResults .col-2{
    flex: unset;
    max-width: 50%;
  }

  .event-register{
    flex-direction: column;
    margin-top: 50px;
  }

  .event-register a:first-of-type img{
    transform: rotate(90deg);
    margin-top: -33px;
  }
  .event-register a:nth-child(4) img{
    display: none;
  }
  .event-register a{
    margin-top:-50px;
  }

  footer img{
    width: 100%;
  }
  .footer-links{
    display: flex;
    justify-content: center;
  }
  .logo-mg{
    margin-bottom: 15px;;
  }
  .event-banner .col-md-12.item {
    height: auto;
    flex-direction: column;
  }
  .event-date{
    flex-direction: column;
  }

  .download .row{
    flex-direction: column;
  }
  .download .col-4{
    max-width: 100%;
    border-right: unset;
    border-bottom: 2px solid white;
    align-items: center;
  }

  .download .col-8{
    flex-direction: column;
    max-width: 100%;

  }

  .download .col-8 .borda{
    margin-left: unset;
  }

  .download .col-3{
    margin: 15px 0;
  }

  .download .col-3, .download .col-7{
    max-width:100%;
    text-align: center;
  }
  .sidebar-navigation ul li .tooltip {
    display: none;
  }

  .destinations__page--carousel .owl-theme .owl-nav{
    width:108%;
  }

  .destinations__page--header{
    height: 109px;
    text-align: unset !important;
  }
  .destinations__page--header h1{
    font-size: 1.5rem;
    top:30%;
    left:3%;
    transform: unset;

  }

}

/* Detalhes Destinos*/

.destinations__page--single .swiper-slide{
  background-size: auto 63% !important;
}

.see-more{
  background: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  cursor: pointer;
  padding: 5px;
  margin-right:10px;
  border-radius: 5px;

}
.see-more__container{
  display: flex;
  justify-content: center;
  position: relative;

}

.see-more__container:before {

  content: "";
  bottom: 52px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: -160px 0;
  position: absolute;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255,255,255,.4), rgba(255,255,255, 0.9));
  z-index: 0;
  height: 30px;
  filter: blur(3px);
}

.see-more__container.active::before {

  background: none;

}


.destinations__page--single .line{
  border: solid 1px
#535353;
height: 2px;
width: 252px;
margin: 30px auto;

}
.attractions__single h1,
.destinations__page--single h1{
  color: white;
  font-family: 'signikabold';
  text-transform:uppercase;
  font-size: 1.5rem;
}
.destinations__page--single .text{
  font-weight: normal;
  font-family: 'signikalight';
}

.Banner_sec {
  width: 100%;
  /* background: url(/portal/assets/imgs/images/detalhes_destinos/Banner-bg.jpg) top center no-repeat; */
      background-size: auto;
  height: 321px;
  position: relative;
  background-size: cover;
}

/* .Banner_sec:after{
  content: "";
  display: block;
  height:45px;
  background: linear-gradient(to bottom, rgba(249,250,251,1) 0%, rgba(249,250,251,1) 0%, rgba(144, 144, 144) 100%);
  width:100%;
} */

.destinations__page--single .destination__detail.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  height: 443px;
  width:100%;

}
.attractions__single .swiper-container,
.destinations__page--single .swiper-container {
  width: 100%;
  height: 270px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 13px #000;
}

.agency-services h3:not(.tagline){
  color: var(--color-secondary);
  margin-top: 15px;
  font-size: 1rem;
}
.attractions__single .packages.swiper-container{
  width: 100%;
  height: 175px;
  border: unset;
  box-shadow: unset;
}

.destinations__page--single .slider.swiper-container {
  width: 100%;
  height: 175px;
  overflow: hidden;
}
.swiper-slide img{


  width: 100%;
  height: 100%;
  object-fit: cover;

}

.home .swiper-container{
  height: 100vh;
}

.home .swiper-slide{

  background-position: center !important;

}

.home .swiper-slide .titles{
  width:100%;
  position:absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  z-index: 3;
}

.home .swiper-slide .titles p{
  font-family: 'signikalight';
  font-size: 2rem;
  text-transform: uppercase;
  color: white;
}

.home .swiper-wrapper #busca{
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 45%;
}
.home .swiper-slide .overlay {

    opacity: .9;

}

header .search-location .form-group button span,
.home .search-location .form-group button span{
  font-size: 1.2rem;
}

.home .swiper-wrapper #busca input{
  background: rgba(255,255,255, .8);
  height:42px;
  padding-left: 10px;
  padding-right: 0;
  color: var(--color-secondary);
}
.home .swiper-wrapper #busca input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--color-secondary);
}
.home .swiper-wrapper #busca input::-moz-placeholder { /* Firefox 19+ */
  color: var(--color-secondary);
}
.home .swiper-wrapper #busca input:-ms-input-placeholder { /* IE 10+ */
  color: var(--color-secondary);
}
.home .swiper-wrapper #busca input:-moz-placeholder { /* Firefox 18- */
  color: var(--color-secondary);
}
.home .swiper-wrapper .search-location .form-group button {
  background: transparent;
  border: none;
  position: absolute;
  top: 38%;
  right:0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 0 50% 50% 50%;
}


.destinations__page--single .destination__detail.owl-carousel .owl-item img {

  object-fit: cover;
  display:none;
  /* object-position: ; */
  height: 443px;
}

.destinations__page--single .contacts{
      display:flex;
      position: absolute;
     justify-content: space-between;
      bottom: 0px;
      left: 0px;
      align-items: center;
      background: rgba(0, 0, 0, 0.7);
      color:white;
      z-index: 99999;
      width:95%;
      height: 95px;
      padding: 46px 29px 27px 0;
      margin-left: 15px;
}

.destinations__page--single .info{
  margin-top:30px;
}
.destinations__page--single .info h2{
  text-transform:uppercase;
  text-align: center;
  font-size: 25px;
  color:#000;
}
.destinations__page--single .contacts .icons ul{
  display: flex;
  list-style: none;
}
.destinations__page--single .contacts .icons ul li{
  margin-right: 15px;

}
.destinations__page--single .icons li .fa{
padding: 9px;
color:#fff;
border-radius: 50px;
border: solid 2px#fff;
transition: all 0.3s ease;
width: 37px;
height: 37px;

}
.Banner_sec .bannerside {
  width: 100%;

  left: 0px;
  background-size: cover !important;
  background-position: top;
  height: 321px;
  position: relative;
}
.Banner_sec .leftside {
  padding-top: 25px;
  float: left;
}
.Banner_sec .rightside {

  float: right;
  position: absolute;
  margin-top:15px;
  z-index: 999;
  right: 0;
  overflow: hidden;

}
.Banner_sec .leftside a {
  padding: 11px 16px;
  font-size: 14px;
  color:
  #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.Banner_sec .leftside p {
  /* padding: 10px 0px 26px 0px; */
  font-size: 1rem;
  color:
  #fff;
  font-family: 'signikalight';

  margin: 0px;
  word-spacing: 2px;
  line-height: 22px;
  text-transform: uppercase;
}

.leftside .fa.fa-map-marker {

  color: deepskyblue;

}

.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index : 1
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index : 0
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }
  100% {
    opacity : 0   ;
  }
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }
  100% {
    opacity : 0   ;
  }
}
.destinations__page--single .nav-link{
  /* padding: 14px 40px 13px 40px; */
font-size: 18px;
color:
#989898;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
text-decoration: none;
text-transform: uppercase;
border: solid 1px
#d5d5d5;
display: block;
transition: all 0.3s ease;
background-color:
white;
}
.destinations__page--single .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color:#fff;
  background-color: var(--color-primary);
}

.destinations__page--single #pills-tab{
  justify-content: center;
}

/** ACCORDION EQUIPAMENTO DETALHES */

.destinations__page--single .heading-section{
  display: block;
  text-align: center;
  margin-bottom: 30px;
  padding-top: unset;
}

.destinations__page--single .heading-section h2{
  font-size: 1.5rem;
  font-family: 'signikalight';
  color: var(--color-secondary);
}

.accordion {

  margin: 30px auto;
}
.accordion__title {
  font-family: 'industry', sans-serif;
  font-weight: 300;
  color: var(--color-secondary);
  text-transform: uppercase;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}
.accordion__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion__item {

  visibility: hidden;
  margin-bottom: 15px;
}
.accordion__item h3{
  color: #333;
}
.accordion__item:last-child {
  border-bottom: 0;
}
.accordion__item.is-active .accordion__itemTitleWrap::after {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.accordion__item.is-active .accordion__itemIconWrap {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion__itemTitleWrap {
  display: flex;
  height: 2.5em;
  align-items: center;
  padding: 0 1em;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.accordion__itemTitleWrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: #3bade3;
  background: #ebfaeb;
  z-index: 1;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.accordion__itemTitleWrap.is-active::after, .accordion__itemTitleWrap:hover::after {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.accordion__itemIconWrap {
  width: 1.25em;
  height: 1.25em;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
.accordion__itemTitle {
  margin: 0;
  font-family: 'signikaregular';
  font-weight: 300;
  font-size: 1em;
  position: relative;
  z-index: 10;
}
.accordion__itemContent {
  font-size: 0.875em;
  height: 0;
  overflow: hidden;

  padding: 0 1.25em;
}
.accordion__itemContent p {
  font-family: 'signikalight';
  margin: 2px;
  color: var(--secondary);
  font-size: 1rem;
}

.destinations__page--single .contacts__mobile{
  display: none;
}

.destinations__page--single .contacts__mobile{
  display: none;
}

.destinations__page--single .directions{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.destinations__page--single .directions p{
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0rem;
  transition: all .3s;
}


.destinations__page--single .directions a:hover{
  text-decoration: none;
}

.destinations__page--single .directions:hover p{
  color: var(--color-primary);

}


/** MEDIA QUERIES **/

@media (min-width:375px) and (max-width:600px){

  .destinations__page--single .heading-section{
    display: block;
    text-align: center;
    margin-bottom: 30px;
    padding-top: unset;
  }

  .destinations__page--single .heading-section h2{
    font-size: 1.5rem;
    color: var(--color-secondary);
  }

  .destinations__page--single .nav-link{
    padding:10px;
  }

  .destinations__page--single .info {

    margin-top: 0;

}

  .swiper-container img {
    object-fit: unset;
    width: 100%;
    height: 170px;
    object-fit: cover;
  }
  .swiper-container{
    height: 200;
  }
  .destinations__page--single .contacts{
    display: none;
  }


  .destinations__page--single h1{
    color: var(--color-primary);
    text-transform:uppercase;
    font-size: 1.2rem;
    font-weight: bold;;
  }
  .Banner_sec{
    height: 375px;
  }
  .Banner_sec .container {
    padding: 0;
  }
  .Banner_sec .leftside {
    padding: 30px 0px 0px 0px;
    float: left;
  }
  .Banner_sec .leftside p {
    font-size: 1rem;
  }
  .Banner_sec .bannerside{
    height: 329px;
    position: relative;
  }

  .Banner_sec:after{
    background: unset;
  }

  .destinations__page--single .contacts__mobile{
    display: flex;
    clear: both;
    width: 100%;
    background: var(--color-secondary);
    padding: 10px;
    color: white;
    position: absolute;
    bottom:0;
    justify-content: space-between;
    align-items: center;
  }

  .destinations__page--single .contacts__mobile p{
    margin: 0;
    padding: 0;
  }
  .destinations__page--single .contacts__mobile ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 1px;
  }

  .destinations__page--single .contacts__mobile ul li{
    margin-right: 5px;
  }

  .destinations__page--single .icons li .fa:hover{
    background:  var(--color-primary) !important;
  }

  .destinations__page--single .accordion{
    margin: 0;
  }

  .destinations__page--single .accordion__title{
    font-size: 1.4rem;
    margin-bottom:17px;
  }

  .destinations__page--single .directions{
    position: absolute;
    bottom:83px;
    right: 20px;
    z-index: 999;

  }

  .swiper-container{
    height:240px;
  }


}

@media (min-width:590px) and (max-width:768px){
  .grid-item{
    grid-column-end: span 1;
  }
}

@media (min-width: 661px) and (max-width: 1024px){

  .searchResults .col-2{
    flex: unset;
    max-width: 33%;
  }
}

@media (min-width: 950px) and (max-width: 1129px){
  .grid-item{
    grid-column-end: span 2;
  }
}

/** Categories Page */
.whatSlider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover !important;
}
.whatToDo .swiper-slide .name{
  font-size: 1rem;
  text-align: left;
  background: linear-gradient(to bottom,rgba(0,0,0,.9), rgba(0,0,0,.0));
  height: 100px;
  position: absolute;
  top: 0;
  width: 100%;
  left:0
}
.whatToDo .swiper-slide .name span{
  padding-left: 5px;
}
.whatToDo .swiper-slide .name span .fa-map-marker{
  color: DeepSkyBlue;
}

.whatToDo .swiper-slide .name span:nth-child(2){
  font-size: .7rem;
}
.whatToDo .swiper-slide a{
  color:  white;
  width: 100%;
  height: 100%;
}
.whatToDo .whatSlider.swiper-container{
  width: 100%;
  height:175px;
}

.whatToDo .whatSlider .swiper-slide{
  background: auto 63% !important;
}
.whatToDo .nav-pills .swiper-wrapper{
  justify-content: center;
}
.whatToDO .items-4 .owl-stage,
.whatToDO .items-3 .owl-stage,
.whatToDO .items-2 .owl-stage,
.whatToDO .items-1 .owl-stage{
  width:100% !important;
}

.whatToDO .items-4 .owl-item{
  width: 24.18% !important;
  height: 226px;
}

.whatToDO .items-3 .owl-item{
  width: 32.5% !important;
}
.whatToDO .items-2 .owl-item{
  width: 48.5% !important;
}

.whatToDO .items-1 .owl-item{
  width: 99.5% !important;
  height: 226px;
}

.whatToDo .nav-item .nav-link{
  border-radius:50%;
  width:120px;
  height:120px;
  /* margin-right:20px; */
  background-size:cover !important;
  border: none;
}


.whatToDo .nav-link.active .category-name{
  color: var(--color-primary);
  font-size: 1.1rem;
  /* transform: scale(1.2); */

}

.whatToDo .nav-pills .nav-item a{
  position: relative;
  font-family: 'signikaregular';
  text-transform: capitalize;
  font-size: 1.2rem;
  color: var(--color-secondary);
}
.whatToDo .swiper-button-next,
.whatToDo .swiper-button-prev {
  color: #1919c9;
}

.whatToDo .swiper-button-prev {
  left: 0;
}

.whatToDo .swiper-button-next {
  right: 0;
}

.whatToDo .swiper-button-next::after,
.whatToDo .swiper-button-prev::after {
  font-size: 30px;
  font-weight: bold;
  color: #1919c9;
}
.whatToDo .heading-section h2 {
  color: var(--color-secondary);
}
.whatToDo .nav-pills .nav-item a .category-name__container{
  display: flex;
  justify-content: center;
}

.whatToDo .nav-pills .nav-item a .category-name__container .category-name{
  position: absolute;
  bottom: -30px;
}
.whatToDo .container{
  padding-left: unset;
  padding-right: unset;
}
.whatToDo .nav-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size:larger;
  color: var(--color-secondary);
  margin-top: -30px;

  padding: 0px 29px;
}

.whatToDo .nav-link{
  padding: unset;
}
.whatToDo .nav-pills .swiper-slide{
  width: 182px !important;
}
.whatToDo h4{
  color: var(--color-secondary);
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 40px;

}


/* Fale Conosco*/
.talk-to-us h2{
  color: var(--color-secondary);
}

.talk-to-us input, .talk-to-us select, .talk-to-us textarea{
  background: #EFEDED;
}

.talk-to-us input[type=submit]{
  background: var(--color-primary);
  color: white;
  height: 38px;
  padding: 0 35px;

}

.chat-icon i{
  color: var(--color-secondary);
  font-size: 12rem;
}


/* Minas 360 */
.minas-360 .swiper-button-next {
  right: 0;
}
.minas-360 .swiper-button-prev {
  left: 0;
}
.minas-360 .swiper-button-next::after,
.minas-360 .swiper-button-prev::after {
  font-size: 30px;
  font-weight: bold;
  color: var(--color-primary);
}

.minas360__box-title {
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-50%,-50%);

}


.minas360__box-title h2{
  color: var(--color-secondary);
}

.minas360__box-title h2 {
  font-size: 2.5rem !important;
  margin-bottom: 0;
  line-height: 15px;
  font-weight: bold;
  font-family: 'signikabold';
  color: white !important;
  text-shadow: 2px 2px #333;
  text-transform: uppercase;
}
.minas360__box-title p{
  text-transform: lowercase;
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-secondary);
  text-transform: uppercase;
}

.minas360__box-title p span{
  font-size: 3rem;
}

.minas-360 .swiper-container {
  width: 100%;
  height: 100%;
}

/************/

.minas-360 .swiper-slide{
  width: 246px;
  margin-right: 5px;
  background-size:cover !important;
  height:175px;
  transition: all .3s !important;
}
.minas-360 .header{
  height:250px;
  animation: breath 35s infinite alternate;
  -webkit-animation: yep 35s infinite alternate;

  position: relative;
}
@keyframes yep {
  0%   { background-size: 100% 100%; }

  100% { background-size: 140% 140%; }
}

.minas-360 h2 {
  color: var(--color-secondary);
  font-size: 1rem;
  margin-bottom: 5px;
  margin-top: 40px;
  margin-left: 0;
  text-transform: uppercase;

}

.minas-360 .attractions{
  padding-left: 0;
  padding-right: 0;
}
.minas360__box-title p span {
  font-size: 3rem !important;
}
.minas-360 a{
display: block;
height:100%;
color:white;
}
.minas-360 .name{
padding:8px;
background: linear-gradient(to bottom,rgba(0,0,0,.9), rgba(0,0,0,.0));
height:100px;

}
.minas-360 a{text-decoration: none}
.minas-360 .swiper-slide:hover .name{
filter: blur();
background:linear-gradient(to bottom,rgba(0, 0,0,.8), rgba(0,0,0,.3));
height: 100%;
}
.minas-360 .swiper-slide .icon360-box{
  font-size: .8rem;
  margin-top:5px;
}
.minas-360 .swiper-slide .icon360-box .glasses{
  width:10%;
  height: auto;
}
.swiper-button-disabled{
  pointer-events: painted !important;
}
.minas-360 .swiper-button-next,
.minas-360 .swiper-button-prev{
  color: var(--color-primary);
}

/** Explore o Mapa **/
.explore-map .heading-section h2,
.explore-map h3{
  color: var(--color-secondary);
}
.explore-map h3{
  font-family: 'signikalight';
  font-size:1.1rem;
}
.explore-map .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: .9rem;
  text-align: left;
}
.explore-map select{
  font-size:.9rem;
}
.explore-map.section_background{
  padding-bottom: unset;
}

.explore-map #masterCategory,
.explore-map .naturalCategories,
.explore-map .culturalCategories{
  background: #e6e6e6;
  border: none;
  appearance: none;
}

/**Meus Favoritos**/
.my-favorites{
  position: relative;
  flex-wrap: wrap;
  min-height: 45vh;
}

.my-favorites .col-2{
  height:200px;
}

.my-favorites .like span{
  font-family: 'signikalight';
  font-size: 1rem;

}
.my-favorites .like{
  text-align: center;
  margin-left: -4px;
}

.my-favorites .box__info--bottom{
  margin-left: 4px;
  width:96%;
}

.my-favorites img{
  object-fit: cover;
  height:200px;
}

.my-favorites .alert{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.favorites .heading-section h2{
  color: var(--color-secondary);
}

.favorites .like{
  position: absolute;
  top:8px;
  right:10px;
}

/**###########***/

/** Video Minas 360º Home **/

.minas360__video{
  position: relative;
  background-color: black;
  height: 350px;
  width: 100%;
  overflow: hidden;
}

.minas360__video video{
  position: absolute;
  top: 33%;
  left: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.overlay{
  background: url(../../../imgs/images/fundo/pattern.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  z-index: 1;
}

.logo360{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index: 3;

}
.minas360__video a{
  display: inline-block;
}
.home object{
  width: 70rem;
  pointer-events: none;
}

@media (min-width:740px) and (max-width:1366px){
  .sidebar-navigation,
  .sidebar-navigation ul li{
    width:50px;
  }
  .sidebar-navigation ul li {
    padding: 16px 0;
  }
  .sidebar-navigation ul li .tooltip {
    right: 60px;
  }
}

@media (min-width: 1367px){
  .sidebar-navigation,
  .sidebar-navigation ul li{
    width:60px;
  }
  .sidebar-navigation ul li {
    padding: 20px 0;
  }
  .sidebar-navigation ul li .tooltip {
    right: 70px;
  }
}

/** HOME */
@media (max-width:590px) {
  html,body{
      overflow-y: scroll;
      overflow-x: hidden;
  }
  .home-events.owl-carousel{
      display: none;
      margin:0;
  }
  .blog .col-md-3{
      margin-bottom:40px;
  }
  .blog .col-md-3:last-of-type{
      margin-bottom: unset;
  }

  .event-banner.owl-carousel{
      display: none;
  }
  .evento .event-banner.owl-carousel .col-md-9{
      flex-direction: column;
  }
  .evento .event-banner.owl-carousel .col-md-7{
      height: 257px;
  }
  .evento .event-banner.owl-carousel .col-md-7 img{
      height: 141px;
  }
  .evento .event-banner.owl-carousel .col-md-5 .col-md-4{
      width: 34%;
  }
  .evento .event-banner.owl-carousel .col-md-5 .col-md-8{
      position: absolute;
      position: absolute;
      left: 96px;
      font-size: .8rem;
  }
  .evento .event-banner.owl-carousel .col-md-5 .col-md-8 .fa-map-marker{
      font-size: .8rem;
  }
  .evento .event-banner.owl-carousel .col-md-5 h2{
      font-size: 1rem;
      margin-top: 70px;
  }
  .evento .event-banner.owl-carousel .col-md-5 .descricao{
      display: none;
  }

  .home .swiper-slide .titles h1{
    font-size: 1.8rem;
    margin-top: -90px;
  }
  .home .swiper-slide .titles p{
    font-size:1.5rem;
  }
  .home .swiper-wrapper #busca {
      width: 86%;
  }
  .swiper-container .photo-author{
    right:20px;
  }
  .heading-section h2 {
    font-size: 1.5rem;

}
.donate-medias .creative-commons{
  position: unset;
  width: 40%;
  display: block;
  margin: auto;
}

form#donation .pl-3{
  flex-direction: column;

}

.destinations__page--single .nav-item {
  padding: 3px;
}

.contacts__mobile .Lorem{
  font-size: .7rem;
}

.Banner_sec .leftside p{
  font-size: .7rem;
}
.accordion__itemContent p{
  font-family: 'signikalight';
  font-size: .7rem;
}

.topo {

  bottom: 87px;
  right: 5px;
  width: 8%;
}

.whatToDO .items-2 .owl-item{
  width: 47% !important;
}

.fileUpload .col-lg-3{
  display: contents;
}

.fileUpload .upload-btn-wrapper{
  margin:2px;
}

.fileUpload .preview{
  height:100%;
}
}

@media(min-width:550px){
  .home .swiper-button-prev{
    left:58px;
  }
  .home .swiper-button-next{
    right:58px;
  }
}

/** preview input files chrome browser */
@supports (-webkit-box-reflect:unset) {
  .trash{
    position: relative !important;
    width: 30px;
    top:-100px !important;
    right: -187px !important;
  }
  @media(max-width:550px){
    .trash{
      right: -43px !important;
    }
    .fileUpload .preview {
      height: 75%;
    }
    .destinations__page--single .warning__covid h4.barreiras::after{

        top:43% !important;
        width: 48% !important;

    }
    .destinations__page--single .warning__covid h4.funcionamento::after{
      top:43% !important;
      width: 8% !important;
    }
    .covid__warning--attractions .accordion__itemTitleWrap h3,
    .destinations__page--single .warning__covid .accordion__item h3 {
      color: red;
      font-size: 1rem !important;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      font-family: 'signikasemibold';
      width: 100%;
      text-align: center;
  }
  .destinations__page--single .warning__covid h4 {
    font-size: 1rem !important;
  }
  #temp {
    font-size: 0.7rem !important;
  }
  .destinations__page--single .more-info .col-5 .area p {

    font-size: .7rem !important;
  }
  .destinations__page--single .Banner_sec .leftside p {
    font-size: .65rem !important;
  }

  .preview {
    width: 100%;
    height: 100px;
  }

}
}





.swiper-container{
  overflow: hidden !important;
}
.zoom__animated--img{
  animation: zoomin 35s infinite alternate;
  -webkit-animation: zoomin 35s infinite alternate;
  height: 100% !important;
}

/* .banner-container .swiper-slide{

  background-position: center center !important;
  animation: breath 35s infinite alternate;
  -webkit-animation: breath 35s infinite alternate;

}
*/
@keyframes breath {
  0%   { background-size: 100% 100%; }
  50% { background-size: 140% 140%; }
  100% { background-size: 100% 100%; }
}
/*Zoom*/
@keyframes zoomin {
  0% {
      -webkit-transform: scale(1);
  transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
  }
}

  .slider.swiper-container{
    width:100%;
    height:284px;
    overflow: hidden;
  }

  .slider .swiper-slide{
    text-align: center;
      font-size: 18px;
      background: #fff;

      height:280px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-shadow: inset -4px 46px 70px -30px rgba(0,0,0,0.75);
      -moz-box-shadow: inset -4px 46px 70px -30px rgba(0,0,0,0.75);
      box-shadow: inset -4px 46px 70px -30px rgba(0,0,0,0.75);
  }
  @media(min-width: 550px){

    .slider.swiper-slide{
      width: 243px !important;
    }


    .swiper-container .photo-author {
      right: 65px;
    }
  }
  .banner-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    display: none;
  }

  .blog-test .swiper-container {
    width: 100%;
    height: 100%;
  }

  .evento .events__featured .swiper-slide a,
  .single__events .swiper-slide a{
    width:100%;
  }

  .evento .events__theme a{
    width: 100%;
  }

  .evento section.events .swiper-button-prev,
  .home section.events .swiper-button-prev,
  .home section.blog .swiper-button-prev{
    left:0;
  }
  .evento section.events .swiper-button-next,
  .home section.events .swiper-button-next,
  .home section.blog .swiper-button-next{
    right:0;
  }
  .destinations__page .swiper-slide a,
  .experimente__mobile .swiper-slide a,
  .home section.events .swiper-slide a,
  .home section.blog .swiper-slide a{
    color:white;
    display: block !important;
    height: 100% !important;
    width: 100%;
  }
  .box__info--blog,
  .box__info--events{
    width: 100%;
    position: absolute;
    left:0;
    bottom: 0;
    text-align: left;
    align-items: center;
    background: linear-gradient(to top,rgba(0,0,0,.9), rgba(0,0,0,.0));
    height: 150px;
    color: white;
  }
  .box__info--top{
    position: absolute;
    top: 10px;
    left:10px;
    text-transform: uppercase;
    color:white;
    font-size: 1rem;
  }

  .box__info--blog .title,
  .box__info--events .name,
  .box__info--events .city{
    position:absolute;
    padding-left: 5px;
  }
  .box__info--blog .title{
    bottom: 10px;
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 239px;
  }
  .box__info--events .name{
    bottom: 25px;
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 197px;
    color: white;
  }

  .box__info--events .city{
    bottom:5px;
    font-size: .8rem;
  }

  .box__info--events .city .fa-map-marker{
    color:DeepSkyBlue;
  }
  .swiper-slide .like{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: red;
  }
  @media (max-width:550px) {
    .box__info--events .name,
    .box__info--blog .title{
      width: 177px;
    }
    .experimente__mobile{
      display: block;
    }
    .experimente-minas.desk{
      display:none;
    }
    .heading-section h2 a {
      font-size: 29px;

    }
    .packages__search--results .col-md-2 {
      width: 50%;
    }
    .package__categories .swiper-slide img{
      width:110px;
      height:110px;
    }
    .package__categories .swiper-button-prev,
    .package__categories .swiper-button-next{
      top: 35%;
    }
    .package__categories .swiper-container{
      height:191px;
    }

    .package__categories .swiper-button-prev{
      left: 0;
    }
    .package__categories .swiper-button-next{
      right: 0;
    }
    .tourPackage__details .carimbos{
      align-items: flex-end !important;
    }
    .tourPackage__details .carimbos object{
      height:4rem;
    }
    .tourPackage__details .agency__detail{
      order:2;
    }
    .tourPackage__details .interaction{
      order:1;
      margin-bottom:15px;
    }
    .tourPackage__details .agency address{
      font-size: .9rem;
    }
    .tourPackage__details .agency .agency__detail h2{
      font-size: 1.1rem;
    }
    .tourPackage__details .package__featured h2{
      font-size: 1.5rem;
    }
    .tourPackage__details .contacts .site-email .site,
    .tourPackage__details .contacts .site-email .email,
    .tourPackage__details .contacts .phone span{
      font-size: .9rem;
    }
    .tourPackage__details .contacts .social__media object{
      height: 1.6rem;
    }
    .tourPackage__details .banner__details .box__info--bottom h1{
      font-size: 1.2rem;
      margin-top: 15px;
    }
    .tourPackage__details section.package__description h2,
    .tourPackage__details section.package__info h2,
    .tourPackage__details section.days h2,
    {
      font-size: 1.1rem;
    }
    .tourPackage__details section.package__destinations h2,
    .tourPackage__details section.package__attractions h2{
      padding-left: 5px;
    }
    .planYourTrip .banner .header{
      height: 109px !important;
      background-size: cover !important;
      background-position: -15px center !important;
    }
    .planYourTrip .banner .container{
      padding-left: 0;
      padding-right: 0;
    }
    .planYourTrip .minas360__box-title{
      left:22% !important;
    }
    .planYourTrip .minas360__box-title h2{
      font-size: 1rem !important;
      margin-left: 3px;
    }
    .planYourTrip section.title .section__title{
      font-size: 1.2rem;
    }
    .touristic__packages section.page__title .heading-section{
      font-size: 1.2rem;
    }
    .touristic__packages section.minas__recebe .tarja{
      background-position: 0 !important;
    }
    .touristic__packages .tarja .col-md-4:first-of-type h5 {
      font-size: 1.5rem !important;
      text-align: center;
    }
  }
  .slider .swiper-slide{
    background-size: cover !important;
  }
  .destinations__page .slider .swiper-slide{
    background-size: auto 63% !important;
  }

  .blog-test .swiper-slide {
    text-align: center;
      font-size: 18px;
      background: #fff;
      width: 80% !important;
      height:254px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
  }

  .destinations__page--single .Banner_sec .leftside p{
    font-size: .8rem;
    /* margin-bottom: 15px; */
  }
  .destinations__page--single .options{
    margin-top: 35px;
  }

  .destinations__page--single .options .swiper-container{
    border: unset;
    box-shadow: unset;
  }

  .destinations__page--single .options h6{
    color: var(--color-secondary);
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 40px;
    margin-left: 0;
    text-transform: uppercase;
  }

  .destinations__page--single .Banner_sec,
  .attractions__single .Banner_sec{
    margin-top: 32px;
  }

  .destinations__page--single .container,
  .destinations__page--single .Banner_sec .bannerside,
  .attractions__single .Banner_sec .bannerside,
  .attractions__single .container{
    width:999px;
  }
  .destinations__page--single .Banner_sec .bannerside,
  .attractions__single .Banner_sec .bannerside{
    margin:auto;
  }
  .attractions__single .Banner_sec .rightside{
    font-family: 'signikalight';
  }

  .blog-page .slider.swiper-container{
    height: 175px;
  }

  .destinations__page--single .takeMeThere a,
  .attractions__single .takeMeThere a{
    padding: 0;
  }

  .destinations__page--single .takeMeThere p,
  .attractions__single .takeMeThere p{
    font-size: .8rem;
  }

  .destinations__page--single .takeMeThere img,
  .attractions__single .takeMeThere img{
    width:35px;
  }

  .attractions__single .more-info .col-5 object{
    width:45px;
  }
  .destinations__page--single .more-info .col-5 img,
  .attractions__single .more-info .col-5 img{
    width: 40px;
  }

  .attractions__single .col-md-4,
  .attractions__single .col-md-12,
  .attractions__single .col-lg-12{
    padding: 0;
  }
  .attractions__single .more-info .col-5 p{
    padding: unset;
    font-size: .8rem;
  }
  .attractions__single .more-info .col-5 .climate p{
    text-align: center;
    font-size: 1rem;
    margin-top: 5px;
  }

  .destinations__page--single .more-info .col-7 a,
  .attractions__single .more-info .col-7 a{
    padding: unset;
  }
  .destinations__page--single .more-info .col-7,
  .attractions__single .more-info .col-7{
    text-align: right;
  }

  .single__events .banner.swiper-container {
    height: 307px !important;
  }

  .single__events .social-share {
    display: none;
    position: absolute;
    background: white;
    top: 37px;
    right: 0;
    z-index: 2;
    padding: 7px;
    border: 2px solid #dedede;
    box-sizing: border-box;
}
.single__events .social-share > div {
    align-items: baseline;
}
.events__calendario .col-md-5,
.events__share .col-md-5{
  padding-right: 0;
}

.events__calendario,
.events__share{
  padding-left: 0;
  padding-right:0;

  box-shadow: 1px 3px 5px 3px rgba(0,0,0,.1)
}
.events__calendario .col-md-5 img,
.events__share .col-md-5 img{
  width: 248px;
  max-width: 248px;
}

.events__calendario .col-md-7,
.events__share .col-md-7{
  padding-left: 0;
  background: white;
  padding-top: 8px;
}
.events__calendario .col-md-7 h2,
.events__calendario .col-md-7 p,
.events__share .col-md-7 h2,
.events__share .col-md-7 p{
  padding-left: 8px;
}
.events__share .col-md-7 a,
.events__calendario .col-md-7 a{
  margin-top: -10px;
}

  .event-details p a{
    font-size: 1rem;
    text-decoration: none;
    transition: all .4s;
  }
  .event-details p {
    margin-bottom: 7px;
    font-size: 1rem;
    color: var(--color-secondary);
    font-family: 'signikalight'
  }
  .medium-title{
    font-family: 'signikasemibold';
    font-size: 1.3rem;

  }
  .small-title{
    font-family: 'signikalight';
    font-size: 1.2rem;
  }

  .muchSmaller__title{
   font-size: 1rem;
   text-transform: uppercase;
   color: var(--color-secondary);
  }

  .medium-title,
  .small-title{
    text-transform: uppercase;
    color:var(--color-secondary);
  }

  .medium-link,
  .small-link{
    color: var(--color-secondary);
  }
  .medium-link{
    font-size: 1.3rem;
  }
  .small-link{
    font-size: 1rem;
  }

  .fa-map-marker{
    color:deepskyblue;
  }
  .single__events object{
    width:30px;
    pointer-events: none;
  }

  .destinations__page--single .social-share object,
  .destinations__page--single .more-info .col-7 object,
  .attractions__single .social-share object,
  .attractions__single .more-info .col-7 object{
    width:30px;
    pointer-events: none;
  }

  .destinations__page--single .more-info .col-7 p,
  .attractions__single .more-info .col-7 p{
    text-transform: unset;
    line-height: unset;
    padding: unset;
    font-size: .8rem;
  }
  .destinations__page--single .more-info .col-7 p.tel{
    margin-top: unset;
  }
  .attractions__single .more-info .col-7 p.tel{
    /* margin-top: 23px; */
  }
  .attractions__single .more-info .col-7 p.e-mail{
    font-size: .8rem;
  }
  .destinations__page--single .interaction,
  .attractions__single .interaction{

    margin-top: 8px;

  }

  .destinations__page--single .takeMeThere,
  .attractions__single .takeMeThere{
    margin: 18px 0;
  }
  section.info .container {
    padding-left: 0;
    padding-right: 0;
}
  .destinations__page--single .social-share,
  .attractions__single .social-share{
    display:none;
    position: absolute;
    background: white;
    top: 321px;
    right: 75px;
    z-index: 2;
    padding: 7px;
    border: 2px solid #dedede;
    box-sizing: border-box;

  }

  .destinations__page--single .social-share a,
  .attractions__single .social-share a{
    display: block;
    margin-right: 5px;
    height: 30px;
    width: 30px;
  }
  .destinations__page--single .social-share:after,
  .attractions__single .social-share:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #dedede;
    border-right: 0px solid #dedede;
    border-bottom: 0px solid #dedede;
    border-left: 2px solid #dedede;
    transform: rotate(45deg);
    top: -6px;
    left: 50%;
    background: white;

  }
  .destinations__page--single .interaction .share:hover,
  .attractions__single .interaction .share:hover{
    cursor: pointer;
  }

  .attractions__single .accordion__item.is-active{
    margin-bottom: 2px;
  }
  .destinations__page--single .like .fa:hover,
  .attractions__single .like .fa:hover{
    cursor: pointer;
  }
  .destinations__page--single .like span,
  .attractions__single .like span{
    color: white;
  }

  .destinations__page--single .share .fa-share-alt,
  .attractions__single .share .fa-share-alt,
  .destinations__page--single .like .fa-heart-o,
  .attractions__single .like .fa-heart-o{
    transition: all .4s;
    color: red;
  }
  .attractions__single .like:hover .fa-heart-o{
    color: red;
  }
  .attractions__single .like:hover span{
    color: white;
  }
  .destinations__page--single .like .fa-heart,
  .attractions__single .like .fa-heart{
    color:red;
  }
  .attractions__single .like .fa-heart span{
    color:white;
  }
  .font-light{
    font-family: 'signikalight';
  }

  .grid-instagram .top-image,
  .grid-instagram .instagram-text{
    background: -webkit-radial-gradient(0% 100%, circle, transparent 15%, white 15%) no-repeat, -webkit-radial-gradient(100% 0%, circle, transparent 15%, white 15%) no-repeat, -webkit-radial-gradient(0% 0%, circle, transparent 15%, white 15%) no-repeat, -webkit-radial-gradient(100% 100%, circle, transparent 15%, white 15%) no-repeat;
    background: radial-gradient(circle at 0% 100%, transparent 15%, white 15%) no-repeat, radial-gradient(circle at 100% 0%, transparent 15%, white 15%) no-repeat, radial-gradient(circle at 0% 0%, transparent 15%, white 15%) no-repeat, radial-gradient(circle at 100% 100%, transparent 15%, white 15%) no-repeat;
    background-position: 0% 100%, 100% 0%, 0% 0%, 100% 100%;
    background-size: 75% 75%;
  }

  .top-warning.alert-warning{
    position: absolute;
    color: white;
    width: 100%;
    top:0;
    z-index:9;
    height: 33px;
    border-radius:unset;
    background: rgba(212, 0, 0, 0.5);
    border-color: unset;
    border:none;
    text-align: center;

  }
  .top-warning.alert{
    padding: 5px 0;
  }
  .top-warning .close{
    margin-top: -5px;
  }
  .top-warning.alert-warning strong{
    color: yellow;
  }

  .destinations__page--single .more-info .col-5 .climate p{
    font-size: 1rem;
  }
  .destinations__page--single .more-info .col-5 .area p{

    margin-top: 2px;
    font-size: 1rem;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after{
    font-size: 30px !important;
    font-weight: bold;
    color: #1919c9;
  }


  @media(min-width:300px) and (max-width:400px){
    .destination__short-description{
      display:none;
    }
    .evento .events__banner{
      margin-top: 0 !important;
    }

    .evento .whatSlider .swiper-button-prev,
    .evento .whatSlider .swiper-button-next{
      top: 106px;
    }
    .evento .whatSlider .swiper-button-prev{
      left: 0;
    }
    .evento .whatSlider .swiper-button-next{
      right: 0;
    }

    .events__calendario,
    .events__share{
      margin-left: 15px;
      margin-right: 15px;
    }
    .events__calendario .col-md-7,
    .events__share .col-md-7{
      padding-bottom: 10px;
    }
    .events__calendario .col-md-5 img,
    .events__share .col-md-5 img{
      width: 100%;
      max-width: 100%;
    }
    .evento .whatSlider .swiper-slide img {
      width: 100px;
      height: 100px;
  }
    .my-favorites .col-2 {
      flex: 50%;
      width: 50%;
      max-width: 50%;
    }
    .single__events .banner.swiper-container {
      height: 180px !important;
  }
    .owl-carousel .owl-nav.disabled {
      display: none !important;
  }
    .talk-to-us .d-flex{
      display: block !important;
      width: 100% !important;

    }
    .talk-to-us .d-flex .col-6{
      width:100% !important;
      max-width: 100% !important;
    }


    .whatToDo .nav-pills .swiper-slide {
      width: 120.66px !important;
    }
    .whatToDo .nav-pills .swiper-wrapper {
      justify-content: unset;
    }
    .attractions__single .Banner_sec .bannerside, .attractions__single .container,
    .destinations__page--single .Banner_sec .bannerside, .destinations__page--single .container {
      width: unset;
    }
    /*detalhes destinos*/
  .destinations__page--single .nav-link {
    font-size: unset;
  }
  .destinations__page--single .more-info,
  .attractions__single .more-info{
    flex-direction: column !important;
  }
  .destinations__page--single .social-share,
  .attractions__single .social-share {
    top: 217px;
    right: 5px;
  }

  .attractions__single h1,
    .destinations__page--single h1 {
      color: white;
      font-family: 'signikabold';
      text-transform: uppercase;
      font-size: .8rem;
      margin-bottom:0;
    }

    .destinations__page--single .Banner_sec .leftside p,
    .attractions__single .Banner_sec .leftside p {
      padding: unset;
    }

    .destinations__page--single .takeMeThere p,
    .attractions__single .takeMeThere p {
      font-size: .59rem;
    }

    .destinations__page--single .takeMeThere,
    .attractions__single .takeMeThere {
      margin: 0;
    }

    .destinations__page--single .more-info .col-5 img,
    .attractions__single .more-info .col-5 img {
      width: 25px;
    }
    .destinations__page--single .more-info .col-5 object,
    .attractions__single .more-info .col-5 object {
      width: 25px;
    }

    .destinations__page--single .more-info .climate p,
    .attractions__single .more-info .col-5 .climate p {
      text-align: center;
      font-size: .6rem;
      margin-top: -3px;
    }
    .destination__pages--single .more-info .col-5,
    .destination__pages--single .more-info .col-7,
    .attractions__single .more-info .col-5,
    .attractions__single .more-info .col-7 {
      width: 100%;
      max-width: 100%;
      padding-left: unset;
    }
    .destinations__page--single .more-info .col-5 p,
    .attractions__single .more-info .col-5 p {
      padding: unset;
      font-size: .5rem;
      margin-left: 10px;
  }

  .destinations__page--single .more-info .col-5,
  .attractions__single .more-info .col-5 {
    justify-content: flex-start !important;
  }
  .destinations__page--single .more-info .col-5 p#temp,
  .attractions__single .more-info .col-5 p#temp {
    margin-left: 0;
    margin-top: 0;
  }
  .destinations__page--single .area-name,
  .attractions__single .area-name {
    margin-top: -15px;
    font-size: .7rem;
  }

  .destinations__page--single .more-info .col-5 p,
  .attractions__single .more-info .col-5 p {
    padding: unset;
    font-size: .5rem;
    margin-left: 10px;
  }
  .attractions__single .swiper-container,
    .destinations__page--single .swiper-container {

      height: 174px;
    }
    .destinations__page--single .takeMeThere img,
    .attractions__single .takeMeThere img {
      width: 21px;
    }
    .Banner_sec .leftside a {
      padding: unset;
  }
  .Banner_sec .leftside p {
    font-size: .7rem;
  }
  .destinations__page--single .Banner_sec,
  .destinations__page--single .Banner_sec .bannerside,
  .attractions__single .Banner_sec,
  .attractions__single .Banner_sec .bannerside {
    height: 217px;
  }
  .destinations__page--single .info {
    margin-top: 25px;
  }

  .destinations__page--single .rightside .like,
  .destinations__page--single .rightside .share,
  .attractions__single .rightside .like,
  .attractions__single .rightside .share {
    font-size: .7rem;
  }
  .destinations__page--single .more-info .col-7,
  .attractions__single .more-info .col-7 {
    text-align: left;
    padding-left: unset;
    width: 100%;
    max-width: 100%;
  }
  .destinations__page--single .more-info .col-7 object,
  .attractions__single .more-info .col-7 object {
    width: 20px;
  }

  .more-info .col-7 p.tel {
    font-size: .6rem;
  }
  .destinations__page--single .more-info .col-7 p.email,
  .attractions__single .more-info .col-7 p.e-mail {
    font-size: .6rem;
  }
  .destinations__page--single .Banner_sec .leftside,
  .attractions__single .Banner_sec .leftside {
    padding: 10px 0;
  }

  .destinations__page--single .Banner_sec .leftside p{
    font-size: .7rem;
    /* margin-bottom: 15px; */
  }
  .destinations__page--single .container,
    .attractions__single .container {
      width: 375px;
    }
    section.info .container{
      padding-left: 15px;
      padding-right: 15px;
    }
    .destinations__page--single .more-info .col-5 .climate{
      margin-left: -13px;
    }
    .destinations__page--single .more-info .col-5 .area p{
      margin-left: unset;
      margin-top: -2px;
    }
    .destinations__page--single .more-info .col-5 .area{
      margin-left: 10px;
    }
    .top-warning.alert-warning {
      height: unset;
      font-size: .63rem;
      text-align: left;
      padding-left: 10px !important;
    }
    .top-warning.alert-warning .close {
      margin-top: -12px;
  }
  .doacao{
    background-position: center;
  }
  .minas-360 .header{
    height: 109px;

  }
  .minas-360 .minas360__box-title h2 {

    font-size: 1.6rem !important;
    margin-top: 22px;
    margin-right: 61px;
  }
  .destinations__page--header{
    height: 109px;
    text-align: unset !important;
  }
  .destinations__page--header h1 {
    font-size: 1.3rem;
    top: 43%;
    left: 7%;
    transform: unset;
  }
  .fixed__menu form {
    width: 340px;
  }
  .fixed__menu #busca-nav button {
    top: 36%;
  }
  .options .container{
    width: 100%;
    padding-left: 0;
    padding-right:0;
  }

  .explore-map .form-control{
    margin-top: 10px;
  }
  .explore-map .sub-titulo{
    font-size: .75rem;
  }

  .grid-city .attractions object {
    width: 3rem !important;
    top: 18% !important;
    right: 22px !important;
}
.grid-city .accomodation object {
  width: 5rem !important;
  top: 111px !important;
  right: 4px !important;
}
.grid-city a{
  font-size: .8rem;
}
.single__events--about .grid-city .photo img {
  height: 171px !important;
}
.tourPackage__details .banner__details {
  height: 140px !important;
}

.package__destinations .container,
.package__attractions .container,
.package__featured .container{
  padding-left: 0;
  padding-right: 0;
}
.attractions__single .agency-services .container{
  width:100%;
}
.agency-services h3:not(.tagline){
  padding-left: 5px;
}
.attractions__single .box__info--top{
  width: 100px !important;
  font-size: .8rem;
}
.tourPackage__details .box__info--top,
.planYourTrip .box__info--top,
.touristic__packages .box__info--top {
  width: 115px !important;
  font-size: .8rem;
}
.tourPackage__details .box__info--bottom,
.planYourTrip .box__info--bottom,
.touristic__packages .box__info--bottom {
  padding-left: 18px;
}
.planYourTrip section.packages .container,
.touristic__packages section.packages .container{
  padding-left: 0;
  padding-right: 0;
}
.touristic__packages .categories img {
  width:100px;
  height:100px;
}
.touristic__packages section.packages .package__name{
  margin-top: 15px;
}
.touristic__packages section.packages .package__name h3,
.touristic__packages section.packages,
.package__agency,
.package__name{
  font-size: .7rem;
}

.tourPackage__details .package__name h3 {
  font-size: .7rem !important;
}
.tourPackage__details .package__agency {
  font-size: .7rem !important;
}

.tourPackage__details .banner__details h1{
  font-size: 1rem;
}
.tourPackage__details .agency h2{
  font-size: .9rem;
}
.planYourTrip .climate{
  width: 114%;
  margin-left: -27px;
}
.planYourTrip .climate .select2-container--default {
  left: 68px;
}
  .searchResults .col-2 {
    flex: unset;
    max-width: 50%;
  }
}

.destinations__page--single .short-description{
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: inherit;
}


.destinations__page--single .swiper-button-next{
  right:0
}
.destinations__page--single .swiper-button-prev{
  left:0;
}
.destinations__page--single .swiper-button-next::after,
.destinations__page--single .swiper-button-prev::after {
  font-size: 30px;
  font-weight: bold;
  color: #1919c9;
}

  @media (min-width:401px) and (max-width:500px){
    .tourPackage__details .banner__details {
      height: 140px !important;
    }

    .package__destinations .container,
    .package__attractions .container,
    .package__featured .container{
      padding-left: 0;
      padding-right: 0;
    }
    .attractions__single .agency-services .container{
      width:100%;
    }
    .agency-services h3:not(.tagline){
      padding-left: 5px;
    }
    .attractions__single .box__info--top,
    .tourPackage__details .box__info--top,
    .planYourTrip .box__info--top,
    .touristic__packages .box__info--top {
      width: 115px !important;
      font-size: .8rem;
    }
    .tourPackage__details .box__info--bottom,
    .planYourTrip .box__info--bottom,
    .touristic__packages .box__info--bottom {
      padding-left: 18px;
    }

    .planYourTrip .climate{
      width: 108%;
      margin-left: -16px;
    }

    .planYourTrip .climate .select2-container--default {
      left: 68px;
    }
    .planYourTrip section.packages .container,
    .touristic__packages section.packages .container{
      padding-left: 0;
      padding-right: 0;
    }
    .touristic__packages .categories img {
      width:120px;
      height:120px;
    }
    .touristic__packages section.packages .package__name{
      margin-top: 15px;
    }
    .touristic__packages section.packages .package__name h3,
    .touristic__packages section.packages,
    .package__agency,
    .package__name{
      font-size: .7rem;
    }

    .tourPackage__details .package__name h3 {
      font-size: .7rem !important;
  }
    .tourPackage__details .package__agency {
      font-size: .7rem !important;
  }

    .tourPackage__details .banner__details h1{
      font-size: 1rem;
    }
    .tourPackage__details .agency h2{
      font-size: .9rem;
    }

    .single__events--about .grid-city .photo img {
      height: 192px !important;
  }
    .grid-city .attractions object {
      width: 3rem !important;
      top: 17% !important;
      right: 22px !important;
  }
  .grid-city .accomodation object {
    width: 5rem !important;
    top: 123px !important;
    right: 9px !important;
}

    .destination__short-description{
      display:none;
    }
    .evento .events__banner{
      margin-top: 0 !important;
    }
    .evento .events__banner .swiper-button-prev,
    .evento .events__banner .swiper-button-next{
      top: 117px;
    }

    .evento .whatSlider .swiper-button-prev,
    .evento .whatSlider .swiper-button-next{
      top: 106px;
    }
    .evento .whatSlider .swiper-button-prev{
      left: 0;
    }
    .evento .whatSlider .swiper-button-next{
      right: 0;
    }

    .events__calendario,
    .events__share{
      margin-left: 15px;
      margin-right: 15px;
    }
    .events__calendario .col-md-7,
    .events__share .col-md-7{
      padding-bottom: 10px;
    }
    .events__calendario .col-md-5 img,
    .events__share .col-md-5 img{
      width: 100%;
      max-width: 100%;
    }

    .single__events .banner.swiper-container {
      height: 180px !important;
  }
    .owl-carousel .owl-nav.disabled {
      display: none !important;
  }
    .talk-to-us .d-flex{
      display: block !important;
      width: 100% !important;

    }
    .talk-to-us .d-flex .col-6{
      width:100% !important;
      max-width: 100% !important;
    }
    .explore-map .form-control{
      margin-top: 10px;
    }
    .explore-map .sub-titulo{
      font-size: .85rem;
    }
    .destinations__page--header h1 {
      font-size: 1.5rem;
      top: 39%;
      left: 5%;
      transform: unset;
    }

    .attractions__single .Banner_sec .bannerside, .attractions__single .container,
    .destinations__page--single .Banner_sec .bannerside, .destinations__page--single .container {
      width: unset;
    }
    .searchResults .col-2 {
      flex: unset;
      max-width: 50%;
    }
    .destinations__page--single .more-info,
    .attractions__single .more-info{
      flex-direction: column !important;

    }

    .destinations__page--single .more-info .col-5,
    .destinations__page--single .more-info .col-7,
    .attractions__single .more-info .col-5,
    .attractions__single .more-info .col-7{
      width: 100%;
      max-width: 100%;
      padding-left: unset;
    }
    .destinations__page--single .more-info .col-5,
    .attractions__single .more-info .col-5{
      justify-content: flex-start !important;
    }
    .destinations__page--single .more-info .col-5 object,
    .attractions__single .more-info .col-5 object{
      width:25px;
    }
    .destinations__page--single .more-info .col-5 img,
    .attractions__single .more-info .col-5 img{
      width: 25px;
    }
    .destinations__page--single .more-info .col-5 p,
    .attractions__single .more-info .col-5 p{
      padding: unset;
      font-size: .5rem;
      margin-left: 10px;
    }
    .destinations__page--single .more-info .col-5 .climate p,
    .attractions__single .more-info .col-5 .climate p{
      text-align: center;
      font-size: .6rem;
      margin-top: -3px;
    }

    .destinations__page--single .more-info .col-7 a,
    .attractions__single .more-info .col-7 a{
      padding: unset;
    }
    .destinations__page--single .more-info .col-7,
    .attractions__single .more-info .col-7{
      text-align: left;
      padding-left: unset;
      /* margin-top: 2px; */
    }

    .destinations__page--single.more-info .col-7 p.tel,
    .attractions__single .more-info .col-7 p.tel{
      font-size: .6rem;
    }

    .destinations__page--single .social-share,
    .attractions__single .social-share{
      top: 217px;
      right: 5px;
    }
    .destinations__page--single .more-info .col-7 object,
    .attractions__single .more-info .col-7 object{
      width:20px;
    }

    .destinations__page--single .container,
    .attractions__single .container {
      width: 375px;
    }
    .options .container{
      width: 100%;
      padding-left: 0;
      padding-right:0;
    }

    .attractions__single .swiper-container,
    .destinations__page--single .swiper-container {

      height: 174px;
    }
    .attractions__single h1,
    .destinations__page--single h1 {
      color: white;
      font-family: 'signikabold';
      text-transform: uppercase;
      font-size: .8rem;
      margin-bottom:0;
    }

    .destinations__page--single .takeMeThere,
    .attractions__single .takeMeThere {
      margin: 0;
    }
    .destinations__page--single .takeMeThere,
    .attractions__single .takeMeThere{
      margin-top: 0;
    }

    .destinations__page--single .takeMeThere p,
    .attractions__single .takeMeThere p {
      font-size: .59rem;
    }
    .destinations__page--single .Banner_sec .leftside,
    .attractions__single .Banner_sec .leftside{
      padding: 10px 0;
    }
    .destinations__page--single .rightside .like,
    .destinations__page--single .rightside .share,
    .attractions__single .rightside .like,
    .attractions__single .rightside .share{
      font-size: .7rem;
    }
    .destinations__page--single .Banner_sec .leftside p,
    .attractions__single .Banner_sec .leftside p{
      padding:unset;
    }

    .destinations__page--single .takeMeThere img,
    .attractions__single .takeMeThere img {
      width: 21px;
  }

  .destinations__page--single .more-info .col-7 p.tel,
  .attractions__single .more-info .col-7 p.tel {
    margin-top: unset;
  }

  .destinations__page--single .area-name,
  .attractions__single .area-name{
    margin-top: -15px;
    font-size: .7rem;
  }

  .destinations__page--single .Banner_sec,
  .destinations__page--single .Banner_sec .bannerside,
  .attractions__single .Banner_sec,
  .attractions__single .Banner_sec .bannerside{
    height: 217px;
  }
  .attractions__single .accordion {
    margin: 35px auto;
  }
  .Banner_sec .leftside a{
    padding: unset;
  }

  .destinations__page--single .more-info .col-7 p.email,
  .attractions__single .more-info .col-7 p.e-mail {
    font-size: .6rem;
}
.destinations__page--single .more-info .col-5 p#temp,
.attractions__single .more-info .col-5 p#temp{
  margin-left: 0;
}
.destinations__page--single .nav-link {
  font-size: unset;
}

.destinations__page--single .more-info .col-5 .climate p{
  font-size: .8rem;
}
.destinations__page--single .more-info .col-5 .area p{
  margin-left: unset;
  margin-top: -4px;
  font-size: .8rem;
}
.destinations__page--single .more-info .col-5 .area{
  margin-left: 10px;
}
.destinations__page--single section.info {
  margin-top: 25px;
}
.destinations__page--single .more-info .col-7 p,
.attractions__single .more-info .col-7 p{
  font-size: .6rem;
}

.doacao{
  background-position: center;
}
.top-warning.alert-warning{
  height: unset;
  font-size: .63rem;
  text-align: left;
  padding-left: 10px !important;
}
.top-warning.alert-warning .close{
  margin-top: -12px;
}

.minas-360 .header{
  height: 109px;

}
.minas-360 .minas360__box-title h2 {

  font-size: 1.6rem !important;
  margin-top: 22px;
  margin-right: 61px;
}

.whatToDo .nav-pills .swiper-wrapper {
  justify-content: unset;
}
.whatToDo .nav-pills .swiper-slide {
  width: 133.66px !important;
}

}
.alert-danger{
  background: var(--color-primary);
  color: white;
  font-family: 'signikalight';
}
@media(min-width:768px){
  .destination__short-description{
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-family: 'signikalight';
    text-align: initial;
    font-size: .8rem;

    background: rgba(0,0,0,.7);
    transition: all .4s;
    transform: translateY(100%);
    position: relative;
  }
  .destination__short-description span{
    display: block;
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .destinations__page .swiper-slide:hover .name{
    position: sticky;
    z-index: 2;
    background: none;
  }
  .destinations__page .swiper-slide:hover .destination__short-description{
    transform: translateY(-50%);

  }
  .destinations__page .swiper-slide a{
    text-decoration: none;
  }
}

.donate-medias form .form-group,
#formContact .form-group{
  position: relative;
}
.donate-medias form .form-group::after,
#formContact .form-group::after{
  position: absolute;
  content:"*";
  top:0;
  left:18px;
  color: var(--color-primary);
}

@media(max-width: 550px){
  .events__share{
    margin-top:70px;
  }
  .container-fluid.evento{
    padding-left: unset;
    padding-right: unset;

  }
  .events__banner .banner.swiper-container{
    width: 85%;
    height: 500px;
  }
  .events__banner .banner .swiper-slide{
    display: flex;
    width: 100% !important;
    flex-direction: column;

  }
  .events__banner .banner .col-md-7 h2,
  .events__banner .banner .col-md-7 h3{
    font-size: 1rem;
  }
  .events__banner .banner .col-md-7{
    height: 511px;
  }
  .events__banner .banner table{
    width: 30%;
  }
}

@media (min-width: 560px){
  .evento .whatSlider .swiper-button-prev,
  .evento .whatSlider .swiper-button-next{
    top: 63px;
  }
}

div[vw]{
  top: 50% !important;
  right:10px !important
}

/* .grid-city .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 0.7fr 0.7fr 1.6fr;
  gap: 1px 1px;
  grid-template-areas: "imagem imagem atrativo ." "imagem imagem hospedagem ." ". . . .";
} */
.grid-city .grid-container {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px 6px;
  grid-template-areas: "imagem atrativos" "imagem hospedagem";
}

.grid-city .imagem { grid-area: imagem; }

.grid-city .atrativos {
  grid-area: atrativos;
  background: green;
}

.grid-city .hospedagem {
  grid-area: hospedagem;
  background: orange;
}
.atrativos{
  background: green;
  height: 200px;
}
.hospedagem{
  background: orange;
  height:200px;
}

/**/
.grid-city {
  display: grid;
  grid-template-columns: repeat(2, 3fr) repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  }

  .grid-city .photo { grid-area: 1 / 1 / 5 / 3; }
  .grid-city .attractions { grid-area: 1 / 3 / 3 / 5; background: green; color: white;}
  .grid-city .accomodation { grid-area: 3 / 3 / 5 / 5; background: orange; color: white}
  .grid-city .attractions object{
    width: 6rem;
    top: 14%;
    right:32px;
  }
  .accomodation object{
    width: 8rem;
    top: 188px;
    right: 12px;
  }
  .single__events--about .grid-city .photo img{
    height: 300px;
  }
  .grid-city .box__info--top{
    background: linear-gradient(to bottom,rgb(26, 25, 25) 10%, rgba(0,0,0,0));
    width: 74%;
    height: 150px;
    top:0;
    left: 0;
    padding-left: 7px;
    text-transform: unset;
  }

  .grid-city a{
    display: block;
    width:100%;
    height: 100%;
  }
  .grid-city a:hover{
    text-decoration: none;
  }
  .grid-city object{
    position: absolute;
  }

  .grid-city .attractions a,
  .grid-city .accomodation a {
    padding-left: 5px;
  }

  .single__events--about .container{
    background: white;
  }
  .event-about .more-info{
    padding: 15px;
    color: var(--color-secondary);
  }
  .event-about .more-info h5{
    font-size: 1rem;
  }

  /* tour packages*/
  .touristic__packages h2{
    color: var(--color-secondary);
    text-transform: uppercase;
  }
  .touristic__packages .packages .slider-1.swiper-container{
    height: 200px;
  }
  .touristic__packages .packages .slider-2.swiper-container{
    height: 260px;
  }
  .touristic__packages .packages .slider-0.swiper-container{
    height: 350px;
  }
  .planYourTrip .packages .slider-0.swiper-container{
    height: 200px;
  }
  .planYourTrip .packages .slider-1.swiper-container{
    height: 260px;
  }
  .planYourTrip .packages .slider-2.swiper-container{
    height: 350px;
  }

  .packages .swiper-slide{
    background-size: cover !important;
    background-position: center !important;
  }

  .carousel-title{
    color: var(--color-secondary);
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 40px;
    margin-left: 0;
    text-transform: uppercase;
  }

  .integrante-minasRecebe .swiper-slide{
    height: 175px;
  }

  .touristic__packages .container-fluid{
    padding-left: 0;
    padding-right: 0;
  }
  .touristic__packages .tarja{

    margin: 30px 0;
    background-size: cover !important;
    background-position: 0 -44px !important;
  }

  .package__categories img{
    border-radius: 50%;
  }

  .touristic__packages .tarja .row{
    height: 100%;
  }
  .touristic__packages .tarja .col-md-4:first-of-type h5{
    font-size: 2.1rem;
    color:white;
    font-family: 'signikabold';
    padding-left: 44px;
  }

  .touristic__packages .tarja .items{
    margin-bottom: 10px;
  }
  .touristic__packages .tarja .selos object:last-of-type{
    margin-right: 35px;
  }
  .touristic__packages .tarja .items img{
    width:80%;
  }
  .touristic__packages .tarja .items .col-md-6{
    font-size: .95rem;
    font-family: 'signikasemibold';
    color: white;
    text-transform: uppercase;
  }

  .touristic__packages .items .fa-long-arrow-right{
    color:white;
    font-size: 3rem;
  }
  .long-arrow{
    padding-right: 0;
  }

  .box__info--bottom{
    position: absolute;
    bottom: 0;
    padding-left: 30px;
  }

  .medium-star{
    color:deepskyblue;
    font-size: 1.5rem;
  }
  .tourPackage__details .box__info--bottom{
    font-size: 2rem;
    font-family: 'signikasemibold';
  }

  .tourPackage__details .banner__details{
    height:350px;
    position: relative;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: inset 0px -72px 63px -28px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px -72px 63px -28px rgba(0,0,0,0.75);
    box-shadow: inset 0px -72px 63px -28px rgba(0,0,0,0.75);
  }

  .tourPackage__details .banner__details .name,
  .tourPackage__details .banner__details .carimbos{
    height:100%;
  }

  .tourPackage__details{
    font-family: 'signikalight';
  }
  .tourPackage__details .agency__detail{
    font-family: 'signikasemibold';
    font-size: 1.5rem;
  }

  .tourPackage__details address{
    font-size: 1.2rem;
    font-family: 'signikalight';
    padding-left: 30px;
  }

  .tourPackage__details section.banner,
  .tourPackage__details section.agency{
    margin-top:20px;
  }

  .tourPackage__details .contacts .phone,
  .tourPackage__details .contacts .site-email,
  .tourPackage__details .contacts .social__media{
    border:1px solid deepskyblue;
    min-height: 70px;
    background: white;
    padding: 5px 0;
  }
  .tourPackage__details .contacts .phone,
  .tourPackage__details .contacts .social__media{
    font-size: 1.1rem;
  }
  .tourPackage__details .contacts .site-email{
    font-size: .9rem;
  }


  .package__info i,
  .days i,
  .package__description i{
    color: deepskyblue;
  }
  .tourPackage__details h1{
    font-size: 2rem;
  }
  .tourPackage__details h2{
    font-size: 1.3rem;
    font-family: 'signikaregular';
  }

  .tourPackage__details .swiper-container{
    height:175px;
  }

  .tourPackage__details .swiper-slide{
    background-size: cover !important;
    background-position: center !important;
  }

  .tourPackage__details .social__media a{
    width: 33px;
    height: 33px;
  }
  .tourPackage__details .social__media object{
    pointer-events: none;
  }
  .tourPackage__details .swiper-slide .name{
    font-size: 1rem;
    text-align: left;
    background: linear-gradient(to bottom,rgba(0,0,0,.9), rgba(0,0,0,.0));
    height: 100px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
  }

  .tourPackage__details .swiper-slide .name span:nth-child(2){
    font-size: .7rem;
  }

  .package__attractions h2,
  .package__destinations h2{
    text-transform: uppercase;
  }

  .tagline {
    font-size: 1rem;
    padding-top: 5px;
  }

  .tourPackage__details .package__agency{
    font-size: 1rem;
  }

  .touristic__packages .box__info--bottom,
  .planYourTrip .box__info--bottom{
    height: auto;
    padding-bottom: 5px;
  }
  .box__info--bottom .package__agency{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .packages__search--results .col-md-2 .box__info--bottom .package__name{
    width:85%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .box__info--bottom .package__name{
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

  }

  .package__featured .package__name,
  .package__featured .package__agency{
    font-family: 'signikaregular';
  }
  .package__featured .swiper-slide{
    box-shadow: inset 0px -89px 22px -28px rgba(0,0,0,0.65);
  }
  .package__destinations h2,
  .package__attractions h2{
    font-size: 1rem;
  }

  .package__featured h2{
    font-size: 2rem;
    color: var(--color-secondary);
    font-family: 'signikabold';
  }

  .package__featured .package__agency,
  .package__featured .package__name .tagline{
    /* width:224px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
  }

  .tourPackage__details .accordion__itemContent{
    font-size: 1rem;;
  }

  .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
  }

  .section__title--primary,
  .section__title{
    text-transform:uppercase;
    font-family: 'signikabold';
    font-size:1.8rem;
  }
  .section__title--primary{
    color: var(--color-primary);
  }
  .section__title{
    color: var(--color-secondary);
  }

  .section__title--capitalized{
    color: var(--color-secondary);
    text-transform:capitalize;
    font-family: 'signikabold';
    font-size:1.8rem;
  }

  .planYourTrip .select2-container {
    margin-left: 90px !important;
    z-index: 1000 !important;
  }
  .select2-container--default{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    z-index:10;
  }

  .prediction-time .card .input {
    top: 7.5%;
    background: transparent;
    border-radius: 0;
    z-index: 999;
    padding: 0.25rem;
}

.temperatura{
  padding:0;
}
.temperatura .col-lg-12{
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,.7);
  padding-top: 10px;
}

.temperatura .list-temp{
  text-align: center;
}

.prediction-time .card .tempo .box-temp {
  margin-top: 4rem;
  color:white;
  text-align: center;
  line-height: 38px;
}

.prediction-time .card .tempo .box-temp p{
  margin-bottom: 0;
}

.card-img {
  min-height: 356px;
  height: 328px !important;
  max-height: 355px;
}

#tempo{
  display: flex;
  justify-content: center;
}
#ceu,
#temp{
  font-family:'signikalight';
}
#temp{
  font-size:1rem;
}
#nameCity{
  font-family: 'signikasemibold';
  font-size:2.3rem;
}

.planYourTrip .accordion__itemContent h4{
  margin-top:10px;
  font-size: 1rem;
}

.fa-thermometer-three-quarters{
  color: var(--color-primary);
}
.packages__search--results .box__info--top{
  text-transform: capitalize;
  padding: 0 15px;
  width: 155px;
  border-radius: 15px;
  font-size: .8rem;
  justify-content: center;
}
.destinations__page--single .box__info--top{
  text-align: center;
  border-radius: 15px;
  text-transform: capitalize;
  width: 110px;
  font-size: .8rem;
  margin-left: 10px;
}
.attractions__single .box__info--top,
.tourPackage__details .box__info--top,
.planYourTrip .box__info--top,
.touristic__packages .box__info--top{
  text-align: center;
  border-radius: 15px;
  text-transform: capitalize;
  width: 175px;
  margin-left: 10px;
}
.attractions__single .box__info--top,
.destinations__page--single .box__info--top,
.tourPackage__details .box__info--top,
.touristic__packages .slider-1 .box__info--top,
.planYourTrip .slider-0 .box__info--top{
  margin-left: 0;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
}

.tourPackage__details .box__info--bottom{
  background: unset;
}

.attractions__single .box__info--bottom {
  position: absolute;
  bottom: 0;
  padding-left: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  align-items: center;
  background: linear-gradient(to top,rgba(0,0,0,.9), rgba(0,0,0,.0));
  height: 63px;
  color: white;
}
.attractions__single .package__name {
    width: 90%;
}
.attractions__single .package__name .tagline{
  font-size: .9rem;
  padding-top: 23px;
}
.attractions__single .box__info--top.esporte,
.packages__search--results .box__info--top.esporte,
.destinations__page--single .box__info--top.esporte,
.tourPackage__details .box__info--top.esporte,
.planYourTrip .box__info--top.esporte,
.touristic__packages .box__info--top.esporte{
  background: #5CA47A;
}
.attractions__single .box__info--top.natureza,
.packages__search--results .box__info--top.natureza,
.destinations__page--single .box__info--top.natureza,
.tourPackage__details .box__info--top.natureza,
.planYourTrip .box__info--top.natureza,
.touristic__packages .box__info--top.natureza{
  background: #A8CF45;
}
.attractions__single .box__info--top.aventura,
.packages__search--results .box__info--top.aventura,
.destinations__page--single .box__info--top.aventura,
.tourPackage__details .box__info--top.aventura,
.planYourTrip .box__info--top.aventura,
.touristic__packages .box__info--top.aventura{
  background: #00A859;
}
.attractions__single .box__info--top.cultura,
.packages__search--results .box__info--top.cultura,
.destinations__page--single .box__info--top.cultura,
.tourPackage__details .box__info--top.cultura,
.planYourTrip .box__info--top.cultura,
.touristic__packages .box__info--top.cultura{
  background: #8F4452;
}
.attractions__single .box__info--top.estudos-e-intercambio,
.packages__search--results .box__info--top.estudos-e-intercambio,
.destinations__page--single .box__info--top.estudos-e-intercambio,
.tourPackage__details .box__info--top.estudos-e-intercambio,
.planYourTrip .box__info--top.estudos-e-intercambio,
.touristic__packages .box__info--top.estudos-e-intercambio{
  background: #606062;
}
.attractions__single .box__info--top.gastronomia,
.packages__search--results .box__info--top.gastronomia,
.destinations__page--single .box__info--top.gastronomia,
.tourPackage__details .box__info--top.gastronomia,
.planYourTrip .box__info--top.gastronomia,
.touristic__packages .box__info--top.gastronomia{
  background: #F58634;
}
.attractions__single .box__info--top.nautico,
.packages__search--results .box__info--top.nautico,
.destinations__page--single .box__info--top.nautico,
.tourPackage__details .box__info--top.nautico,
.planYourTrip .box__info--top.nautico,
.touristic__packages .box__info--top.nautico{
  background: #3E4095;
}
.attractions__single .box__info--top.pesca,
.packages__search--results .box__info--top.pesca,
.destinations__page--single .box__info--top.pesca,
.tourPackage__details .box__info--top.pesca,
.planYourTrip .box__info--top.pesca,
.touristic__packages .box__info--top.pesca{
  background: #00AFEF;
}
.attractions__single .box__info--top.rural,
.packages__search--results .box__info--top.rural,
.destinations__page--single .box__info--top.rural,
.tourPackage__details .box__info--top.rural,
.planYourTrip .box__info--top.rural,
.touristic__packages .box__info--top.rural{
  background: #847059;
}
.attractions__single .box__info--top.saude,
.packages__search--results .box__info--top.saude,
.destinations__page--single .box__info--top.saude,
.tourPackage__details .box__info--top.saude,
.planYourTrip .box__info--top.saude,
.touristic__packages .box__info--top.saude{
  background: #C75EA3;
}
.attractions__single .box__info--top.sol-e-praia-agua-doce,
.packages__search--results .box__info--top.sol-e-praia-agua-doce,
.destinations__page--single .box__info--top.sol-praia-e-agua-doce,
.tourPackage__details .box__info--top.sol-praia-e-agua-doce,
.planYourTrip .box__info--top.sol-praia-e-agua-doce,
.touristic__packages .box__info--top.sol-praia-e-agua-doce{
  background: #FFF688;
}
.attractions__single .box__info--top.negocios-e-eventos,
.packages__search--results .box__info--top.negocios-e-eventos
.destinations__page--single .box__info--top.negocios-e-eventos,
.tourPackage__details .box__info--top.negocios-e-eventos,
.planYourTrip .box__info--top.negocios-e-eventos,
.touristic__packages .box__info--top.negocios-e-eventos{
  background: #Ed3237;
}
.attractions__single .box__info--top.lazer,
.packages__search--results .box__info--top.lazer,
.destinations__page--single .box__info--top.lazer,
.tourPackage__details .box__info--top.lazer,
.planYourTrip .box__info--top.lazer,
.touristic__packages .box__info--top.lazer{
  background: #5CC6D0;
}
.accordion__itemTitleWrap .covid-title{
  color: red ;
  font-size: 1.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'signikasemibold';
}
.destinations__page--single .warning__covid h4{
  font-size:1.2rem;
  color: var(--color-primary);
  position: relative;
}
.destinations__page--single .warning__covid h4.barreiras::after{
  border-top: 1px solid #dedede;
    display: block;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    width: 77%;
    right: 0;
    content: "";
}
.destinations__page--single .warning__covid h4.funcionamento::after{
  border-top: 1px solid #dedede;
    display: block;
    position: absolute;
    top: 45%;
    margin: 0 auto;
    width: 60%;
    right: 0;
    content: "";
}
.destinations__page--single .warning__covid h5{
  color: deepskyblue;
  margin:0;
}
.destinations__page--single .updated__at{
  color: var(--color-secondary) ;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'signikalight';
}
.destinations__page--single .warning__covid h4.gray{
  color:var(--color-secondary);
}
.destinations__page--carousel#roteiros .swiper-slide{
  height: 175px;
}
.destinations__page--carousel#roteiros .swiper-slide .package__agency,
.destinations__page--carousel#roteiros .swiper-slide .package__name{
  font-size: .8rem;
}
.destinations__page--carousel#roteiros .swiper-slide .package__name{
  margin-top: 15px;
}
.destinations__page--carousel#roteiros .box__info--bottom{
  padding-left: 20px;
}

@media(min-width:768px){
  .package__categories .swiper-slide img{
    width:120px;
    height:120px;
  }
  .package__categories .swiper-container .swiper-button-next,
  .package__categories .swiper-container .swiper-button-prev {
    top: 35%;
  }
}
.packages__search--results .box__info--bottom{
  margin-left: 15px;
  width:85%;
}

.packages__search--results .package__name,
.packages__search--results .package__agency{
  margin-left: 20px;
}

.packages__search--results .box__info--top{
    left: 50%;
    transform: translateX(-50%);
}
.packages__search--results .package__name{
  margin-top: 15px;
}
.packages__search--results .package__name,
.packages__search--results .package__agency{
  font-size: .8rem;
}
.packages__search--results .col-md-2{
  margin-bottom:25px;
}
.packages__search--results .col-md-2 img{
  background-size: cover;
}
.searchResults .box__info--bottom,
.packages__search--results .box__info--bottom{
  padding-left: 0;
}
.tourPackage__details .fa-shopping-cart,
.tourPackage__details .fa-share-alt,
.tourPackage__details .like{
  transition: all .4s;
    color: red;
    cursor: pointer;
}
.tourPackage__details .share span,
.tourPackage__details .buy span,
.tourPackage__details .like span{
  color: #333;
  font-family: 'signikalight';
}
.tourPackage__details .social-share {
  display: none;
  position: absolute;
  background: white;
  top: 29px;
  right: 62px;
  z-index: 2;
  padding: 7px;
  border: 2px solid #dedede;
  box-sizing: border-box;
}
.packages__search--results .box__info--bottom .package__agency,
.touristic__packages .box__info--bottom .package__agency,
.tourPackage__details .box__info--bottom .package__agency,
.planYourTrip .box__info--bottom .package__agency{
  display: none;
}

.touristic__packages .box__info--bottom,
.tourPackage__details .box__info--bottom,
.planYourTrip .box__info--bottom {
  height:47px;
  display: flex;
  align-items: flex-start;
  padding-left: 20px;
  background: unset;
  width:94%;
}

.planYourTrip .packages .swiper-slide,
.touristic__packages .packages .swiper-slide{
  box-shadow: inset 0px -89px 22px -28px rgba(0,0,0,0.65);
}
.tourPackage__details .agency{
  position: relative;
}
.planYourTrip .select2-dropdown{
  left: -91px !important;
}

.planYourTrip .header{
  animation: breath 35s infinite alternate;
  -webkit-animation: breath 35s infinite alternate;
}

.tourPackage__details .package__info img,
.tourPackage__details .services img{
  width: 43px;
}
/* .planYourTrip .swiper-container .couter-0
.touristic__packages .swiper-container .couter-0{
  display:none;
} */
/* Package Gallery - Swiper Slider/Photo Swipe */
.pswp--supports-fs{
  z-index: 999999999 !important;
}

.pswp img {
  object-fit: contain;
}

.package__gallery ul{
  list-style: none;
  padding: 0;
}

.parkAttractions h2{
  font-size: 1rem;
  color: var(--color-secondary);
  text-transform: uppercase;
}
.parkAttractions .swiper-container{
  border: unset;
  box-shadow: unset;
}
.parkAttractions .container{
  padding-left: 0;
  padding-right: 0;
}
.parkAttractions .swiper-slide{
  background-size: cover !important;
  background-position: center !important;
  -webkit-box-shadow: inset inset 5px 119px 80px -65px rgba(0,0,0,.9);
  -moz-box-shadow: inset 5px 119px 80px -65px rgba(0,0,0,.9);
  box-shadow: inset 5px 119px 80px -65px rgba(0,0,0,.9);
}
.parkAttractions .box__info--top{
  text-transform: capitalize;
}
.attractions__single .parkAttractions .swiper-container{
  height: 175px;
}

#disponibilidade_hospedagem::after{
  content: '%';
  position: absolute;
  top: 0;
  right: 0;
  z-index:9999;

}

/*MENU HAMBURGUER*/
/* .navbar-nav{
  position: absolute;
  background: black;
  height: 100vh;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  top:0;
  left:0;
}

.navbar-collapse {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -24px;
  left:0;
} */
.navbar-toggler.home{
  position: absolute;
  z-index:99999 !important;
  right: 0;
  color:red
}
.main__nav--home .container{
  position: relative;
}

.overlay-menu{
  position: fixed;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  top:0;
  left:0;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100vh;
  z-index: 999999999;
}
.overlay-menu  ul{
  list-style: none;
  text-align: center;
}
.overlay-menu .nav-item{
  text-transform: uppercase
}

.menu__overlay--close{
  position: absolute;
  right:30px;
  top:30px;
  cursor: pointer;
  font-size: 2rem;
  transition: all .4s;
}
.menu__overlay--close:hover{
  color: blue;
}
.home .nav-icon1 span{
  background: blue;
}

input:focus::placeholder {
  color: transparent !important;
}

.share-visit .col-md-4{
  padding-left:0;
  padding-right: 1px;
}
.share-visit .left,
.share-visit .right{
  color: white;
}
.share-visit .left{
  margin-top: 28px;
}
.share-visit .right{
  margin-top:30px;
}
.share-visit .left p{
  font-family: 'signikalight';
  font-size: 2.5rem;
  line-height: 27px;

}
.share-visit .left span{
  font-family: 'signikasemibold';
}

.share-visit .right p{
  font-family: 'signikasemibold';
  font-size: 1.5rem;
  line-height: 12px;
}

.share-visit h2 a{
  color: #2E3092;
}

.grid-instagram .col-md-4:nth-child(1),
.grid-instagram .col-md-4:nth-child(2),
.grid-instagram .col-md-4:nth-child(3){
  padding-bottom: 1px;
}
.grid-instagram .col-md-4:nth-child(5){
  padding-right: 0;

}
.grid-instagram .grid__social-info{
  display: none ;
  background: linear-gradient(rgba(84, 150, 255, .8), rgba(84, 150, 255, .8)), url('https://www.minasgerais.com.br/imagens/atracoes/1504285015zfV9UHiaWk.jpg');
  max-height: 150px;
  color: white;
  text-align: center;
  padding-top: 14px;
  background-size: cover;
  background-position: center;
  font-family:'signikalight';

}
.grid-instagram .fa{
  font-size:1.3rem;
  padding-right:3px;
}
.grid-instagram .grid__social-info p{
  line-height: 8px;
}
.grid-instagram .grid__social-info a:hover{
  text-decoration: none;
  color:white;
  opacity: .8;
}
.share-visit .donate{
  padding-left: 3px;
  position: relative;

}
.share-visit .donate .buttons{
  margin-bottom: 15px;
}
.share-visit .donate .title{
  display: flex;
  justify-content: flex-end;
  margin-right: 64px;
  margin-top: 2px;
}
.share-visit .donate h3 span{
  display: block;
}
.share-visit .donate h3{
  font-family: 'about_loveregular';
  font-size: 3.5rem;
}
.share-visit .donate .buttons .btn{
  background: rgba(0,0,0, .5);
  margin-right: 10px;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  font-size: .8rem;


}
.share-visit .donate .buttons a:hover{
  color:white;
}
.share-visit .donate .buttons .btn:hover{
  background: rgba(0,0,0,.6);
}
.share-visit .donate a{
  text-decoration: none;
}
.grid-instagram .col-md-4{
  transition: all .4s;
}
.grid-instagram .col-md-4:hover{
  transform: translateY(-3px);
}
.share-visit .donate .col-md-12{
  transition: all .4s;
}
.share-visit .donate:hover .col-md-12{
  filter:  contrast(1.2);
}
.destinations__page--carousel .swiper-slide{
  height:unset;
  background-position: center;
}
.bigger{
  font-size: 2.7rem;
}
/*
ACTIONS HOME CONTOS DE MINAS IMAGE MENU
*/
.donate .action {
  position: absolute;
  bottom: 9px;
  left: 18px;
  width: 30px;
  height: 30px;
  background: rgba(255,255,255, .8);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.donate .action span {
  position: relative;
  width: 100%;
  height: 103%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f10000;
  font-size: 2em;
  transition: .3s ease-in-out;
}
.donate .action.active span  {
  transform: rotate(135deg);
}
.donate .action ul {
  position: absolute;
  bottom: 55px;
  background: rgba(255,255,255, .8);
  min-width: 200px;
  padding: 20px;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.donate .action.active ul {
  bottom: 25px;
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
.donate .action ul li {
  list-style:none;
   text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 0;
}
.donate

.donate .action ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.donate .action ul li img {
  margin-right: 15px;
  opacity: .2;
  transform: scale(.7);
}
.donate .action ul li:hover img {
  opacity: .8;
  transform: scale(1.0);
}

/*Página Integrantes Minas Recebe */
.integrante-minasRecebe .box__info--bottom{
  box-shadow: inset -2px -75px 16px -31px rgba(0,0,0,.4);
}
.integrante-minasRecebe .box__info--bottom .package__name {

  -webkit-line-clamp: 1;

}

.integrante-minasRecebe .banner p{
  /* color: white;
  font-size: 2.4rem;
  text-transform: uppercase;
  text-shadow: 2px 1px 6px rgba(0, 0, 0, .5); */
  font-family: 'signikabold';
  font-size: 2.5rem;
  line-height: 30px;
  color: white;
  text-shadow: 2px 2px #333;
  text-transform: uppercase;


}
.integrante-minasRecebe .bottom-btn .btn{
  padding:2px 3px;
  margin-right: 5px;
}
.integrante-minasRecebe .card-roteiros,
.integrante-minasRecebe .card-cadastro{
  width: 560px;
  background: white;
  box-sizing: border-box;
  box-shadow: 1px 3px 5px 3px rgba(0,0,0,.1);
  height: 184px;
}
.integrante-minasRecebe .card-roteiros .content a.btn-outline-primary:hover,
.integrante-minasRecebe .card-cadastro .content a.btn-outline-primary:hover{
  color: white;
  background: deepskyblue;
}
.integrante-minasRecebe .card-roteiros h2,
.integrante-minasRecebe .card-cadastro h2{
    font-size: 1.3rem;
    text-transform: uppercase;
    font-family: 'signikabold';
}
.integrante-minasRecebe .card-roteiros span,
.integrante-minasRecebe .card-cadastro span{
  color: deepskyblue;
  display: block;
}
.integrante-minasRecebe .card-roteiros .content,
.integrante-minasRecebe .card-cadastro .content{
  padding:10px;
}
.integrante-minasRecebe .card-roteiros .content p,
.integrante-minasRecebe .card-cadastro .content p{
  font-size: .9rem;
  font-family: 'signikalight';
}
.integrante-minasRecebe .card-roteiros .content a.btn-outline-primary,
.integrante-minasRecebe .card-cadastro .content a.btn-outline-primary{
  color: deepskyblue;
  border: 1px solid deepskyblue;
}
.integrante-minasRecebe .card-roteiros .content a.btn-outline-primary{
  display: block;
  margin: auto;
  width:124px;
  padding: 3px 0;
}
.banner-roteiros{
  display: none;
  position: fixed;
    left: 0;
    bottom: 55px;
    z-index: 9999;
}
.banner-roteiros .close{
  position: absolute;
  top: 2px;
  right: 4px;
}
.integrante-minasRecebe .box__info--bottom .package__name,
.integrante-minasRecebe .box__info--bottom .package__agency{
  font-size: .8rem;
}
.integrante-minasRecebe .box__info--bottom .package__name{
  margin-top: 20px;
}

.banner-agency{
  display: none;
  position: fixed;
    left: 0;
    bottom: 55px;
    z-index: 9999;
}
.banner-agency .close{
  position: absolute;
  top: 2px;
  right: 4px;
}

/*
===================//====================
*/
@media(max-width:360px){
  .integrante-minasRecebe .banner{
    background:url('/portal/assets/imgs/images/minas_recebe/banner_375.png') !important;
    height:109px !important;
  }
  .integrante-minasRecebe .banner p {
    font-size: 1rem !important;
    text-shadow: 2px 2px 4px #333;
  }
  .integrante-minasRecebe .banner p:first-of-type {
    margin-top: 14px;
  }
  .integrante-minasRecebe .box__info--bottom .package__name {
    width: 126px;
  }
  .integrante-minasRecebe .box__info--bottom{
    padding-left: 20px;
  }
}
@media(min-width:375px) and (max-width:410px){
  .integrante-minasRecebe .card-roteiros .content a.btn-outline-primary{
    display: block;
    /* margin: auto; */
    width: 114px;
    height: 20px;
    padding: 0px 0;
    font-size: .8rem;
  }
  .integrante-minasRecebe .box__info--bottom{
    padding-left: 20px;
  }
  .integrante-minasRecebe .box__info--bottom .package__name {
    width: 110px !important;
  }
  .integrante-minasRecebe .banner{
    background:url('/portal/assets/imgs/images/minas_recebe/banner_375.png') !important;
    height:109px !important;
  }
  .integrante-minasRecebe .banner p {
    font-size: 1rem !important;
    text-shadow: 2px 2px 4px #333;
  }
  .integrante-minasRecebe .banner p:first-of-type {
    margin-top: 14px;
  }
  main.integrante-minasRecebe .container .card-roteiros,
  main.integrante-minasRecebe .container .card-cadastro{
    width: 357px!important;
    height: 138px;
  }
  main.integrante-minasRecebe .container .card-roteiros .cover,
  main.integrante-minasRecebe .container .card-cadastro .cover,
  main.integrante-minasRecebe .container .card-roteiros .cover img,
  main.integrante-minasRecebe .container .card-cadastro .cover img{
    width: 145px;
  }
  main.integrante-minasRecebe .container .card-roteiros .cover img,
  main.integrante-minasRecebe .container .card-cadastro .cover img{
    height: 138px;
  }
  main.integrante-minasRecebe .container .card-roteiros .content,
  main.integrante-minasRecebe .container .card-cadastro .content{
    width: 216px !important;
  }
  main.integrante-minasRecebe .container .card-roteiros p,
  main.integrante-minasRecebe .container .card-cadastro p{
    font-size: .7rem;
  }
}
@media(min-width:411px) and (max-width:550px){
  .planYourTrip .minas360__box-title h2{
    margin-left: -10px;
  }
  .integrante-minasRecebe .card-roteiros .content a.btn-outline-primary{
    font-size: .7rem;
    height: 23px;
  }
  .integrante-minasRecebe .box__info--bottom{
    padding-left: 20px;
  }
  .integrante-minasRecebe .box__info--bottom .package__name {
    width: 126px;
  }
  .integrante-minasRecebe .banner{
    background:url('/portal/assets/imgs/images/minas_recebe/banner_411.png') !important;
    height:109px !important;
  }
  .integrante-minasRecebe .banner p {
    font-size: 1.1rem !important;
    text-shadow: 2px 2px 4px #333;
  }
  .integrante-minasRecebe .banner p:first-of-type {
    margin-top: 14px;
  }
}

@media(max-width:650px){
  .home .swiper-slide video{
    object-fit: cover;
    object-position: -631px;
    height:100%;
    object-position: left;
  }
  .home object{
    width: 58rem;
  }
  .banner-agency img,
  .banner-roteiros img{
    width: 192px;
  }
  .banner-agency,
  .banner-roteiros{
    bottom:81px;
  }
  .banner-agency .close,
  .banner-roteiros .close{
    font-size: .8rem;
  }
  .integrante-minasRecebe .card-roteiros,
  .integrante-minasRecebe .card-cadastro{
    width: 390px!important;
    height: 150px;
  }
  .integrante-minasRecebe .card-cadastro{
    margin-left: unset !important;
    margin-top: 25px;
  }
  .integrante-minasRecebe .card-roteiros .cover,
  .integrante-minasRecebe .card-cadastro .cover,
  .integrante-minasRecebe .card-roteiros .cover img,
  .integrante-minasRecebe .card-cadastro .cover img{
    width: 157px;
  }
  .integrante-minasRecebe .card-roteiros .cover img,
  .integrante-minasRecebe .card-cadastro .cover img{
    height: 152px;
  }
  .integrante-minasRecebe .bottom-btn .btn {
    font-size: .7rem;
    margin-top:-13px;
}
.integrante-minasRecebe .card-roteiros h2, .integrante-minasRecebe .card-cadastro h2{
  font-size: .8rem;
  margin-bottom:0;
}
.integrante-minasRecebe .card-cadastro .content p {
  font-size: .8rem;
}
  .integrante-minasRecebe .cards .content{
    width:252px !important;
  }
  .integrante-minasRecebe .cards .container{
    padding-left:10px;
    flex-direction: column;
  }

  .integrante-minasRecebe .banner p{
    font-size: .75rem;
    line-height: 5px;
  }
  .integrante-minasRecebe .container.slider{
    padding-left:0;
    padding-right:0;
  }
  .integrante-minasRecebe .swiper-container{
    height: 175px;
  }
  .integrante-minasRecebe .box__info--bottom .package__name {
    bottom: 25px;
    font-size: .8rem !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: white;
    width: 126px;
  }
  .share-visit .donate .title {
      margin-right: -7px;
  }
  .share-visit .donate h3 {
    font-size: 3rem;
}
  .cover .post-title{
    width: 100%;
  }
  .cover .stamp{
    width: 28%;
  }
  .cover .bigger{
    font-size: 2rem;
  }
  .blog-article h2:not(.bigger){
    font-size: 1.5rem;
  }
  .grid-instagram .col-md-4{
    width: 50%;
  }
  .share-visit .donate{
    padding-top: 4px;
    padding-left: 0;

  }

  .share-visit .right{
    padding-right: 0 !important;
  }
  .share-visit .right p {
    font-size: 1.1rem;
    line-height: 12px;
  }

  .share-visit .left p {
    font-size: 1.8rem !important;
    line-height: 14px !important;
  }

  .bannerside .swiper-button-next:after,
  .bannerside .swiper-button-prev:after{
    font-size:17px !important;
  }

/* Cookies
  .hide{
    display: none;

  }

  .cookiealert{
    position: fixed;
    bottom: -16px;
    text-align: center;
    justify-content: center;
    align-content: center;
    width: 100%;
    background: rgba(0, 0, 0, .7);

    color: white;
    z-index: 999999999999;
    animation-name: cookie;
    animation-duration: .5s;

  }

  @keyframes cookie {
    0%{
      transform: translateY(100px);
    }
    100%{
      transform: translateY(0);
    }

 Finaliza cookies */

}
