﻿@import url('https://fonts.googleapis.com/css?family=Quicksand');

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 300px;
  background-color:#ffffff;
  background-image:url(/img/background-mp2018.jpg);
  background-repeat:repeat;
  font-family: 'Quicksand', sans-serif;

}

@media (max-width: 992px) {
    body {
      margin-bottom: 456px !important;
    }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 300px;
  background-color: #161515;
}


@media (max-width: 992px) {
    .footer {
      height:auto !important;
    }
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 0px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}


/*--*/

a, button, span {
	transition-property: background-color, background-image, color, left, right;
	transition-duration: .2s!important;
	transition-timing-function: ease-out!important;
	transition-timing-function: ease-in!important;
}

#section-social-lang
{
    background-color:#eeeff1;
    padding-top:5px;
    padding-bottom:5px;    
}

.social-icons
{
    font-size:14px;
}

#menu-desktop
{
    margin-top:10px;
}

.navbar-brand-mp
{
    padding:0px !important;
    margin-left:0px !important;
    color:#000000 !important;
    font-weight:bold;
}

.navbar-brand-mp img
{
    height:30px !important;
}

.navbar-mp2018
{    
    background-color:#fdb815;
    /*padding-top:10px;*/
    padding-bottom:10px;    
    min-height:60px !important;
    border-color:transparent !important;
    transition-property: background-color;
	transition-duration: .2s!important;
	transition-timing-function: ease-out!important;
	transition-timing-function: ease-in!important;
}

/*
.navbar-mp2018.down
{
    background-color:#ffffff;
    box-shadow:0px 0px 8px 2px #949494;
}
*/

/*
.navbar-mp2018.up
{
    background-color:transparent;
    box-shadow:none;
}
*/


.navbar-nav-mp2018
{
    margin-top:15px;
    margin-left:20px;
}

.navbar-mp2018 .navbar-nav>li>a
{
    color:#000000;
    /*text-transform:uppercase;*/
    font-weight:bold;
    padding-left:5px !important;
    padding-right:5px !important;
    padding-bottom:0px;

}

@media (min-width: 768px)
{
    .navbar-right {
        margin-right: 0px !important;
    }
} 

/*
.navbar-mp2018.down .navbar-nav>li>a
{
    color:#777;
}
*/

/*
.navbar-mp2018.up .navbar-nav>li>a
{
    color:#ffffff;
}
*/

.navbar-mp2018 .navbar-nav>li.active>a
{
    color:#ffffff;
    background-color: transparent !important;
}

/*
.navbar-mp2018.down .navbar-nav>li.active>a
{
    color:#777;
    background-color: transparent !important;
}
*/

/*
.navbar-mp2018.up .navbar-nav>li.active>a
{
    color:#ffffff;
    background-color: transparent !important;
}
*/

.menu-item:hover, .menu-item.active:hover,.menu-item.active
{	
    /*border-bottom:5px solid #adc936;*/
}


.navbar-mp2018 .menu-item:hover a, .navbar-mp2018 .menu-item.active:hover a
{
	color:#fff !important;
}

/*
.navbar-mp2018.up .menu-item:hover a, .navbar-mp2018.up .menu-item.active:hover a
{
	color:#fff !important;
}
*/

/*
.navbar-mp2018.down .menu-item:hover a, .navbar-mp2018.down .menu-item.active:hover a
{
	color:#777 !important;
}
*/

.menu-item.open>a
{
	/*background-color:#c49b1e !important;
	color:#fff !important;*/
	
}
.menu-item-active.open>a
{
	/*color:#fff !important;
	background-color:#c49b1e !important;*/
}

.navbar-mp2018 .navbar-nav>.active>a
{
    /*color:#ffffff;*/
}


.hr-navbar
{
    margin-top:10px;
    margin-bottom:10px;
}



.content-section-home-slider, .content-section
{    
    width:100%;
    margin-top:100px;
}

@media (max-width: 992px) {
    .content-section-home-slider, .content-section
    {
        width:100%;
    }
}


.home-slider-text-wrapper
{
   
    color:#ffffff;
    position:absolute;
    z-index:100;
    width:33%;
    height:100%;
    right:0px;
    /*max-height:600px;*/   
      
}

.home-slider-text
{
    position:absolute;
    top:30%;    
    text-align:left;
    left: 0;
    right: 0;
}

.home-slider-caption
{
    /*background: rgba(160, 124, 10, 0.8);*/
    padding-right:30px;
    font-size:30px;
}

.span-caption-background
{
    background-color:#c49b1d;
    color:#ffffff;
    padding:10px;
    font-weight:bold;
}

.span-caption-font
{    
    color:#fff;
    padding:0px;
    font-weight:normal;
}


.owl-showcase-slider .owl-dot span
{
    border:2px solid #ffffff;
    width:15px !important;
    height:15px !important;
    background-color:transparent !important;
}

.owl-showcase-slider .owl-dot.active span
{
    background-color:#fff !important;
}

.owl-showcase-slider .owl-dot span:hover
{
    cursor:pointer !important;
}





.owl-home-slider .owl-dot span
{
    border:2px solid #ffffff;
    width:15px !important;
    height:15px !important;
}

.owl-home-slider .owl-dot.active span
{
    background-color:#fdb815 !important;
}

.owl-home-slider .owl-dot span:hover
{
    cursor:pointer !important;
}


.owl-home-slider .owl-dots
{
    position:absolute;
    bottom:25px;
    width:100%;
}


.top-icon-link, .top-icon-link:hover
{
    text-decoration:none !important;
}


.home-icon
{
    color:#c49b1d;
    
}
.home-icon + .tooltip > .tooltip-inner {background-color: #c49b1d;}
.home-icon + .tooltip > .tooltip-arrow {border-bottom-color: #c49b1d;}





.twitter-icon
{
    color:#38cdff;
}
.twitter-icon + .tooltip > .tooltip-inner {background-color: #38cdff;}
.twitter-icon + .tooltip > .tooltip-arrow {border-bottom-color: #38cdff;}

.facebook-icon
{
    color:#3b5998;
}
.facebook-icon + .tooltip > .tooltip-inner {background-color: #3b5998;}
.facebook-icon + .tooltip > .tooltip-arrow {border-bottom-color: #3b5998;}

.youtube-icon
{
    color:#dc472e;
}
.youtube-icon + .tooltip > .tooltip-inner {background-color: #dc472e;}
.youtube-icon + .tooltip > .tooltip-arrow {border-bottom-color: #dc472e;}

.google-plus-icon
{
    color:#f4511e;
}
.google-plus-icon + .tooltip > .tooltip-inner {background-color: #f4511e;}
.google-plus-icon + .tooltip > .tooltip-arrow {border-bottom-color: #f4511e;}







.dropdown-menu
{
	border:0px !important;
	padding:0px !important;
	z-index:98 !important;
    background-color:#c49b1d;
    border-radius:0px !important;
	
}

.dropdown-menu .divider
{
	height:2px;
	background-color:#00794e;
	margin:0px;
    
	
}

.dropdown-menu>li>a
{
	padding:8px 20px !important;
	color:#fff !important;
}

.dropdown-menu>li
{
	border-bottom:0px solid #c49b1e;
	
}

.dropdown-menu>li>a:hover
{
	background-color:#c0a963 !important;
	
}

.dropdown:hover .dropdown-menu {
    display: block;
}


#menu-mobile
{
    padding-bottom:10px;
    margin-top:10px;
}

.mobile-menu-toggle
{
    display:block;
    position:relative;
    float:right;
    cursor:pointer;
}



#icon-mobile-menu
{
    color:#000000;    
}


#icon-mobile-menu-close
{
    color:#000000;
    display:none;
}



.mobile-nav
{
    position:fixed;
    top:38px;
    left:0px;
    bottom:0px; 
    right:0px; 
    background-color:#fdb815;
    display:none;
    overflow-y:scroll;
}

.container-mobile-menu
{
    padding-top:10px;
}



#accordion-mobile-menu .panel
{
    margin-top:0px;
    border-radius:0px;  
    border:0px; 
    box-shadow:none;
}

#accordion-mobile-menu .panel-heading, #accordion-mobile-menu .list-group-item
{
    padding:0px;
    background-color:#fdb815;
    border-radius:0px;  
    border:0px;
    box-shadow:none;  
}


#accordion-mobile-menu a
{
    display:inline-block;
    width: 100%;
    line-height:40px;    
}


#accordion-mobile-menu .panel-heading a
{
    color:#000;
    text-decoration:none;
}

#accordion-mobile-menu .list-group-item a
{
    background-color:#adc936;
    color:#ffffff;
    text-decoration:none;
}



.mp-logo-mobile
{
    max-width:180px;
    height:auto;
}



.search-icon
{
    cursor:pointer;
}

#search-desktop
{
   
}

.form-search-desktop
{
    /*max-width:500px;*/
    background-color:#fff;
    margin-top:20px;
}

.footer p
{
    color:#949494;
    margin-top:20px;
}

.footer p a
{
    color:#949494;
    margin-top:20px;
    text-decoration:underline;
}

.div-google-maps
{
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter: gray; /* IE6-9 */
    margin-top:20px;
}

.news-section
{
    background-color:#ffffff;
    padding-top:30px;
    padding-bottom:30px;
}




.panel-home-content
{
    border:0px !important;    
    margin-bottom:20px;
    border-radius:0px;    
    box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;

    
}

@media (max-width: 992px)
{

    .panel-home-content
    {
        height: initial !important;
    }

}

.wrap-panel-heading-home-news
{
    overflow:hidden;
}


.label-news-home-date
{
    position:absolute !important;
    z-index:100;
    margin-top:20px;
    margin-left:20px;
    border-radius:0px;
    font-weight:normal;
    font-size:14px;
    background-color:#c49b1d !important;
    color:#ffffff !important;
    padding:10px;
}


.panel-heading-home-news
{
    height:200px !important;
    border-radius:0px;
    background-size:cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 100%;
    width: 100%;
    
}

.a-home-news:hover .panel-heading-home-news
{
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


.a-home-news
{
    text-decoration:initial !important;
    color: #555555 !important;
}

.a-home-news:hover
{
    color: #555555 !important;
}

.a-home-news:hover .title-box-content
{
    color:#c49b1d;
}



.showcase-section
{
    background-color:#e6b624;
    padding-top:30px;
    padding-bottom:30px;
}

.showcase-title
{
    color:#ffffff;
    font-weight:bold;
}

.showcase-text
{
    color:#ffffff;
}



.associations-section
{
    background-color:#161515;
    padding-top:30px;
    padding-bottom:30px;
}

.associations-title
{
    color:#ffffff;
}

.associations-section .thumbnail img
{
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.associations-section .thumbnail:hover img
{
     -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}


.associations-section .row
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.content-section .container
{
    padding-top:50px;
}

.panel-content
{
    border:0px;
    border-radius:0px;
}


.content-section a
{
    color:#c49b1d;
}

.icon-content-title
{
    color:#c49b1d;
}

.submenu a
{
    background-color:#fff;
    border-radius:0px !important;
}

.submenu a:hover
{
    background-color:#c49b1d !important;
    color:#ffffff;   
}

.submenu .active a
{
    background-color:#8b6801 !important;
}

#back-top
{
       
    position:fixed;
    bottom:22px;
    right:20px;    
    z-index: 999;    
    color:#161515;
}

#back-top:hover
{
    color:#fdb815;
}





#section-counter-home
{
    background-color:#ffffff;
    padding-top:40px;
    padding-bottom:80px;

}

#section-counter-home p
{   
    font-weight:bold;
}

#section-counter-home .counter
{
    color:#000;
    font-size:25px;
}

#section-counter-home .counter-desc
{
    font-size:13px; 
    color:#fdb815;
}

.img-flags
{
    height:20px;
    -webkit-filter:grayscale(70%);
    -moz-filter:grayscale(70%);
    -o-filter:grayscale(70%);
    filter: gray; /* IE6-9 */
}

.img-flags:hover, .img-flags.active
{
    -webkit-filter:initial;
    -moz-filter:initial;
    -o-filter:initial;
    filter:initial;
}

#section-showcase-1
{
    /*background-image:url(/img/showcase-pic1-2.jpg);
    background-size:cover;*/
    background-color:#ffffff;
    /*height:300px;*/
}

#section-showcase-1 p
{
    margin-top:25px;
}

.span-highlight-content
{
    color:#ffffff;
    font-weight:bold;
    font-size:25px;
    background-color:#161515;
    padding:10px;
    margin-top:20px;
}


#section-showcase-1 span
{
    color:#ffffff;
    font-weight:bold;
    font-size:30px;
    background-color:#fdb813;
    padding:10px;
    margin-top:20px;
}

.btn-green-mp
{
    background-color:#adc936;
    color:#fff;
    border-color:#adc936;
}

.btn-green-mp:hover
{
    background-color:#95ad2e;
    color:#fff;
    border-color:#95ad2e;
}



.btn-yellow-mp
{
    background-color:#fdb815;
    color:#000;
    border-color:#fdb815;
    border-radius:0px !important;
}

.btn-yellow-mp:hover
{
    background-color:#fdb815;
    color:#fff;
    border-color:#fdb815;
}

#section-intro-text
{
    background-color:#ffffff;
    padding-top:40px;
    padding-bottom:40px;
}

#section-intro-text p
{
    font-size:20px;
    color:#000;
}


#section-showcase-2
{
    background-image:url(/img/agencia-viagens-home-2.png);
    background-size:cover;
    height:392px;
    margin-bottom:60px;
    border:5px solid #fcb817
}

#section-showcase-2 p
{
    /*margin-top:25px;*/
}

#section-showcase-2 span
{
    color:#ffffff;
    font-weight:bold;
    font-size:35px;
    /*background-color:#161515;*/
    /*padding:10px;*/
    margin-top:10px;
}

#section-showcase-2 span.description
{
    font-size:20px !important;
}

#section-header-banner
{
    background-color: transparent;
    padding-top:40px;
    padding-bottom:40px;
    min-height:400px;
}

#section-header-banner h1
{
    margin-top:120px;
    color:#ffffff;
    font-weight:bold;
    font-size:50px;
}

#section-header-banner h1 span
{
    padding:10px;
    background-color:#fdb815;
   
}

#section-header-banner .div-letters
{
    margin-top:120px;  
    background-color:#fdb815;
    display: inline-block;
    color:#ffffff;
    font-weight:bold;
    font-size:50px;
    padding:10px;
}

#section-content
{
    background-color:#ffffff;
    padding-top:40px;
    padding-bottom:40px;
    font-size:16px;
}

#section-content h2
{
    color:#777;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:20px;
}

#section-content hr
{
    margin-top:50px;
    margin-bottom:50px;
}

.img-meet-us:hover
{
   transition: all .2s ease-in-out;
   transform: scale(0.9);
}

.subtitle-icon
{
    color:#fdb815;
}

.modal-header-mp
{
    background-color:#fdb815 !important;
    color:#fff !important;
}

.meet-us-link
{
    color:#949494;    
    text-decoration:none !important;
    border:0 !important;
    outline:none !important;
}

.meet-us-link:active, .meet-us-link:visited
{
    color:#fdb815 !important;    
    
}


.meet-us-link:hover
{
    color:#fdb815 !important;    
    
}

.span-emoji
{
    font-size:18px;
}

.label-green-mp
{
    background-color:#fdb815;
    color:#000000;
    font-size:12px;    
}

.img-clientes
{
    margin-left:10px;
    margin-right:10px;
}

.jumbotron-clientes
{
    background-color:#777;
    color:#ffffff;
    background-image:url(/img/bck-clientes.jpg);
    background-size:cover;
}

.jumbotron-clientes h2
{
    color:#ffffff !important;
}

.img-clientes-slider
{
    width:auto !important;
}

.breadcrumb-mp
{
    background-color:#ffffff;
    padding-left:0px;
    padding-right:0px;
}

.breadcrumb-mp a
{
    color:#fdb815;
}

.galeria-evento img
{
    padding:5px;
}

.p-evento-desc
{
    margin-bottom:20px;
}


.wrap-showcase-menu-image
{
    overflow:hidden;
    border:5px solid #fcb817;
}

.showcase-menu-image
{
    height:300px !important;
    background-size:cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 100%;
    width: 100%;
}

.showcase-menu-image:hover
{
    /*-ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);*/
}

.showcase-menu-image:hover .showcase-menu-list
{
    /*display:block;*/
}

.showcase-menu-list
{
    
    z-index:100;
    background: rgba(23, 22, 22, 0.8);
    position:absolute;
    /*height:100%;
    width:100%;*/
    display:none;
    
   
   

}

.showcase-menu-title
{
    padding-top:100px;   
    width:100%;
}

.row-section-counter-home
{
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    margin-left:15px !important;
    margin-right:15px !important;
    padding-top:20px;
    padding-bottom:20px;
}

.row-section-counter-home p
{
    margin-bottom:0px !important;
}

.row-section-counter-home .col-md-1
{
    padding:5px;
}

.row-section-counter-home .col-md-1 img
{
    max-width:75px;
}


@media (min-width: 768px){
  .row-section-counter-home .col-md-1,
  .row-section-counter-home .col-sm-1,
  .row-section-counter-home .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .row-section-counter-home .col-md-1,
  .row-section-counter-home .col-sm-1,
  .row-section-counter-home .col-lg-1 {
    width: 20%;
    *width: 20%;
  }

  .row-section-counter-home .col-md-1.col-eventos-internacionais,
  .row-section-counter-home .col-sm-1.col-eventos-internacionais,
  .row-section-counter-home .col-lg-1.col-eventos-internacionais {
    width: 22% !important;
    *width: 22% !important;
  }

  .row-section-counter-home .col-md-1.col-viagens,
  .row-section-counter-home .col-sm-1.col-viagens,
  .row-section-counter-home .col-lg-1.col-viagens {
    width: 18% !important;
    *width: 18% !important;
  }

}

.jumbotron
{
    border-radius:0px !important;
}


.h2-title-fazemos span
{
    white-space:nowrap;
}

.mobile-lang, .mobile-lang:hover
{
    color:#000000;
    font-weight:bold;
    text-decoration:none !important;
}

.mobile-lang.active
{
    color:#ffffff;
}


.icon-portfolio{
    max-height:150px;
}

.link-icon-portfolio{
    text-decoration:none !important;
    color:#333 !important;
}


#modal-covid .modal-body, #modal-covid .modal-header{
    background-color:#f2b328;
    border-color:#f2b328;
}