﻿@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: 100px;
  background-color:#ffffff;
  /*font-family: 'Quicksand', sans-serif;*/
  font-family:"Open Sans", Helvetica, Arial, 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: 100px;
    background-color: #00b0f0;
    z-index: 100;
    box-shadow: 0px 0px 8px 2px #8bb8c0;
}


@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
{
    background-color:#eeeff1;
    padding-top:5px;
    padding-bottom:5px;    
}

.social-icons
{
    font-size:14px;
}

#menu-desktop
{
    /*margin-top:40px;*/
}

.navbar-brand-mp
{
    padding:0px !important;
    margin-left:0px !important;
}

.navbar-brand-mp img
{
    height:50px !important;
}

.navbar-mp2018
{    
    background-color: transparent;
    /*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;
    margin-top:0px;
}

.navbar-mp2018 .navbar-nav
{
    background-color:#fff;
}


.navbar-mp2018.down
{
    background-color:#ffffff;
    box-shadow:0px 0px 8px 2px #949494;
    margin-top:0px !important;
}

.navbar-mp2018.up
{
    background-color:transparent;
    box-shadow:none;
}

    .navbar-mp2018 .navbar-nav > li > a {
        color: #00b0f0;
        text-transform: uppercase;
        font-weight: bold;
    }

.navbar-mp2018.down .navbar-nav>li>a
{
    /*color:#777;*/
}

    .navbar-mp2018.up .navbar-nav > li > a {
        color: #00b0f0;
    }

    .navbar-mp2018 .navbar-nav > li.active > a {
        color: #fff;
        background-color: #00b0f0;
    }

.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 {
    background-color: #00b0f0;
}


.navbar-mp2018 .menu-item:hover a, .navbar-mp2018 .menu-item.active:hover a {
    color: #fff !important;
    background-color: #00b0f0;
}

.navbar-mp2018.up .menu-item:hover a, .navbar-mp2018.up .menu-item.active:hover a {
    color: #fff !important;
    background-color: #00b0f0;
}

.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%;
}

@media (max-width: 992px) {
    .content-section-home-slider, .content-section
    {
        width:100%;
    }
}


.home-slider-text-wrapper
{
   
    color:#ffffff;
    position:absolute;
    z-index:100;
    width:100%;
    height:100%;
    /*max-height:600px;*/   
      
}

.home-slider-text
{
    position:absolute;
    top:30%;    
    text-align:center;
    left: 0;
    right: 0;
}

.home-slider-caption
{
    /*background: rgba(160, 124, 10, 0.8);*/
    /*padding:10px;*/
    /*font-size:40px;*/
 
}

.span-caption-background
{
    background-color:#c49b1d;
    color:#ffffff;
    padding:10px;
    font-weight:bold;
}

.span-caption-font
{    
    color:#fff;
    padding:10px;
    font-weight:bold;
}


.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:#adc936 !important;
}

.owl-home-slider .owl-dot span:hover
{
    cursor:pointer !important;
}


.owl-home-slider .owl-dots
{
    position:absolute;
    bottom:25px;
    width:100%;
    display:none;
    
}


.owl-prev {
    width: 30px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: 100px;
    display: block !important;
    border:0px solid black;
    background-color:transparent !important;
}

@media (max-width: 992px) {
    .owl-prev {
       display:none !important;
    }

    .owl-next {
        display:none !important;
    }
}

.owl-next {
    width: 30px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 100px;
    display: block !important;
    border:0px solid black;
    background-color:transparent !important;
}

@media (max-width: 992px) {   

    .owl-next {
        display:none !important;
    }
}

.owl-prev i, .owl-next i {
    /*transform : scale(2,6);*/
    color: #fff;
    font-size:80px;

}


.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;}


.x-icon
{
    color:#000000;
}
.x-icon + .tooltip > .tooltip-inner {background-color: #000000;}
.x-icon + .tooltip > .tooltip-arrow {border-bottom-color: #000000;}

.instagram-icon
{
    color:#833AB4;
}
.instagram-icon + .tooltip > .tooltip-inner {background-color: #833AB4;}
.instagram-icon + .tooltip > .tooltip-arrow {border-bottom-color: #833AB4;}

.linkedin-icon
{
    color:#0077B5;
}
.linkedin-icon + .tooltip > .tooltip-inner {background-color: #0077B5;}
.linkedin-icon + .tooltip > .tooltip-arrow {border-bottom-color: #0077B5;}



.dropdown-menu {
    border: 0px !important;
    padding: 0px !important;
    z-index: 98 !important;
    background-color: #00b0f0;
    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: #2cbff4 !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:#ee4037;    
}


#icon-mobile-menu-close
{
    color:#ee4037;
    /*display:none;*/
}



.mobile-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #00b0f0;
    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: #00b0f0;
    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:#ffffff;
    text-decoration:none;
}

#accordion-mobile-menu .list-group-item a
{
    background-color:#ee4037;
    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:#ffffff;
    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:#ee4037;
}





#section-counter-home
{
    background-color:#ffffff;
    padding-top:50px;
    padding-bottom:40px;
}

#section-counter-home p
{   
    font-weight:bold;
}

#section-counter-home .counter
{
    color:#adc936;
    font-size:25px;
}

#section-counter-home .counter-desc
{
    font-size:15px;    
    font-style:italic;
    color:#949494;
}

.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;
    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:35px;
    background-color:#161515;
    padding:10px;
    margin-top:20px;
}



.btn-green
{
    background-color:#277b7d;
    color:#fff;
    border-color:#277b7d;
}

.btn-green:hover
{
    background-color:#62b2b4;
    color:#fff;
    border-color:#62b2b4;
}



.btn-red
{
    background-color:#ee4037;
    color:#fff;
    border-color:#ee4037;
}

.btn-red:hover
{
    background-color:#f16f68;
    color:#fff;
    border-color:#f16f68;
}

#section-intro-text
{
    background-color:#ffffff;
    padding-top:40px;
    padding-bottom:40px;
}

#section-intro-text p
{
    font-size:16px;
    color:#949494;
}


#section-showcase-2
{
    background-image:url(/img/showcase-pic2.jpg);
    background-size:cover;
    height:300px;
}

#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:20px;
}

#section-header-banner
{
    background-color: transparent;
    padding-top:40px;
    padding-bottom:40px;
    min-height:250px;
    
}

#section-header-banner h2
{
    /*margin-top:120px;*/
    color:#ffffff;
    font-weight:bold;
    
}

    #section-header-banner h2 span {
        padding: 10px;
        background-color: #00b0f0;
    }


#section-header-banner h1
{
    /*margin-top:120px;*/
    color:#ffffff;
    font-weight:bold;
    font-size:50px;
}

#section-header-banner h1 span
{
    padding:10px;
    background-color:#adc936;
}

#section-content
{
    background-color:#ffffff;
    padding-top:40px;
    padding-bottom:40px;
    /*box-shadow:0px 0px 8px 2px #8bb8c0;*/
    box-shadow: 0px -15px 10px -15px #8bb8c0;
}

#section-content h2
{
    color:#777;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:20px;
}

#section-content hr
{
    /*margin-top:50px;
    margin-bottom:50px;*/
}

    #section-content h3 {
        color: #00b0f0;
        font-weight: bold;
        margin-top: 10px;
    }

.img-meet-us:hover
{
   transition: all .2s ease-in-out;
   transform: scale(0.9);
}

.subtitle-icon
{
    color:#adc936;
}

.modal-header-mp
{
    background-color:#adc936 !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:#adc936 !important;    
    
}


.meet-us-link:hover
{
    color:#adc936 !important;    
    
}

.span-emoji
{
    font-size:18px;
}

.label-green-mp
{
    background-color:#adc936;
    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:#adc936;
}

.galeria-evento img
{
    padding:5px;
}

.galeria-evento img:hover
{
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.p-evento-desc
{
    margin-bottom:20px;
}

#section-social a
{
    text-decoration:none !important;
    color:#3b5998;
}


#section-social a.link-text
{
    font-size:12px;
}

.background-slider-text
{
    /*background-color:rgba(255, 255, 255, 0.5);*/
    /*background-color:#ffffff;*/
    background-color: transparent;
    padding:15px;
    /*box-shadow:0px 0px 8px 2px #dedede;*/
    /*-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;*/
    height:200px;
    width:300px;
    /*margin:0px auto;*/
    margin-left:15%;
    display: flex;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;

}

@media (max-width: 992px) {
    .background-slider-text {
      margin-left:0%;
      -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: initial;
    justify-content: flex-start;
    }
}

.background-slider-text h2
{
    color:#ee4037;
    margin-top:10px;
}

.background-slider-text p
{
    color:#191515;
}

.img-logo-content
{
    max-width:150px;
}

.emulate-slider-text
{
    position:absolute;
    top:200px;
    z-index:900;
    left:0;
    right:0;
    width:100%;
}





.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;
    }

}

.panel-body-home-content
{
    padding:20px;
    min-height: 120px;
}


.panel-footer-home-content
{
    background-color:#ffffff !important;
    border:0px !important;
}


.a-panel-home-content:hover .panel-heading-home-content
{
    -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-panel-home-content
{
    text-decoration:initial !important;
    color: #555555 !important;
}

.a-panel-home-content:hover
{
    color: #555555 !important;
}

.a-panel-home-content:hover .title-box-content
{
    color:#009fe3;
}


.panel-home-content-bottom-buttons
{
    border-right:1px solid #dad7d7 !important;
    border-top:1px solid #dad7d7 !important;
    border-left:0px solid #dad7d7 !important;
    border-bottom:0px solid #dad7d7 !important;
    box-shadow:none !important;
    margin-bottom:0px;
    border-radius:0px;
    height:145px;
    transition-property: margin, height;
	transition-timing-function: ease-out!important;
	transition-timing-function: ease-in!important;
    transition-duration: .2s!important;
    display: flex;
    justify-content: center;
    
}

.panel-home-content-bottom-buttons:hover
{
    border-right:1px solid #dad7d7 !important;
    border-top:1px solid #dad7d7 !important;
    border-left:0px solid #dad7d7 !important;
    border-bottom:0px solid #dad7d7 !important;
    box-shadow:none !important;
    margin-bottom:0px;
    border-radius:0px;
    margin:10px;
    height:125px;
    /*background-color:#009fe3;*/
    /*color:#ffffff;*/
    cursor:pointer;
    
}


.label-news-home-topic
{
    position:absolute !important;
    z-index:100;
    margin-top:20px;
    margin-left:20px;
    border-radius:0px;
    font-weight:normal;
    font-size:20px;
    background-color:#ee4037 !important;
    color:#ffffff !important;
    padding:10px;
}

.wrap-panel-heading-home-content
{
    overflow:hidden;
}


.panel-heading-home-content
{
    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%;
    
}

.navbar-brand
{
    padding-left:0px !important;
    padding-right:0px !important;
    padding-bottom:0px !important; 
    padding-top:5px !important;
    display:none;
}

.navbar-mp2018.down .navbar-brand
{
    display:block;
}

.label-datas
{
    font-weight:normal !important;
}

#form-login
{
    max-width:300px;
    margin:auto;
}

.link-media
{
    text-decoration:none !important;
}

.link-media:hover .thumbnail
{
    background-color:#f9f7f7;
}

.navbar-right li a{
    font-size:12px;
}


@media (max-width: 1300px) {
    .navbar-right li a{
    font-size:10px;
    }
}


.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

.table-programme td {
    border: none !important;
}

.table-programme hr {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
