@font-face {
font-family: 'Montserrat-SemiBold';
font-style: normal;
font-weight: normal;
src: local('Montserrat-SemiBold'), url('Montserrat-SemiBold.woff') format('woff');
}

@font-face {
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: normal;
src: local('Montserrat-Regular'), url('Montserrat-Regular.woff') format('woff');
}

@font-face {
font-family: 'Justice-League';
font-style: normal;
font-weight: normal;
src: local('Justice-League'), url('Justice-League.woff') format('woff');
}

@font-face {
font-family: 'RobotoCondensed-Regular';
font-style: normal;
font-weight: normal;
src: local('RobotoCondensed-Regular'), url('RobotoCondensed-Regular.woff') format('woff');
}

@font-face {
font-family: 'OpenSansCondensed-Light';
font-style: normal;
font-weight: normal;
src: local('OpenSansCondensed-Light'), url('RobotoCondensed-Regular.woff') format('woff');
}


body {
    overflow-x: hidden !important;
    height: 100%;
	/*background :url(../img/bgsite.jpg);*/
	background: #000;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 9;
    background: url(../img/up.png) no-repeat center;
    background-size: cover;
    width: 56px;
    height:56px;
    opacity: 0.8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Justice-League', sans-serif !important;
    text-transform: uppercase;
}

p. {
	font-family: 'Montserrat-Regular', sans-serif !important;
	
}

.img-center {
    display: block;
    margin: 0 auto;
}


.pagina-inicial {
    /*background: url(../img/bgsite.jpg) top center no-repeat;*/
	background: #000;
}


#Institucional {
    padding-bottom: 40px;
}


#youmercado {
    background: #0089d4;
}

.txt-institucional {
    background: #3F3F3F;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -40px;
    margin-top: 7%;
    box-shadow: 7px 7px 0 #b7b7b7;
}

#sobre-ICAVAC {
    background: #E2EBF7;
    color: #000;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -40px;
    margin-top: 7%;
    box-shadow: 7px 7px 0 rgba(0,0,0,.25);
}

#sobre-ICAVAC img {
    margin:20px auto;
    width: 80%;
    max-width: 320px;
}

.txt-institucional a {
    background: #fff;
    color: #3F3F3F !important;
    margin: 0  auto;
    box-shadow: 10px 10px 0 rgba(0,0,0,.15);
}

#Inscricao {
    background: #e2ebf7;
    text-align: center;
}


.bg-black {
	color:#000 !important;
}

#Secaokits {
    background: #000;
    margin: 0 auto;
    padding: 30px;
}

#SecaoKits2 {
    background: #000;
    margin: 0 auto;
    padding: 30px;
}

#SecaoComoChegar {
    margin: 30px auto;
}

#SecaoGaleria {
    margin: auto;
}

#SecaoInfos {
    background: #CAD5E0;
    padding: 30px 0;
}

#SecaoPercurso {
    background: #E2EBF7;
}

#patrocinadores {
    margin: 0 auto;
    padding-top: 60px;
	background: #313131;
}

#patrocinadores div div figure {
    display: table;
    margin: 10px auto 45px auto;
}

#patrocinadores div div figure img {
    display: inline-table;
    margin-top: 5px;
}

/*botoes kit*/
.button {
  background-color: transparent;
  list-style-type: none;
  border: none;
  color: #000;
  padding: 10px 47px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: none;
}

.button:hover {
  background-color: transparent;
}
/*botoes kit*/

/*botoes herois*/
.button-hero {
  background-color: transparent;
  list-style-type: none;
  border: none;
  color: #fff;
  padding: 9px 13px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: none;
}

.button-hero:hover {
  background-color: transparent;
}
/*botoes kit*/


.bloco-kit {
    background: transparent;
    width: 98%;
    margin: 1%;
}

.bloco-info {
    background: #fff;
    border-bottom: #3F3F3F solid 3px;
    width: 23%;
    margin: 1%;
    padding-top: 10px;
}

.bloco-info i {
    color: #3F3F3F;
    font-size: 4em;
    margin: 0 auto !important;
    padding: 0;
    text-align: center !important;
    display: block;
}

.bloco-info h3, .bloco-info p {
    color: #414042 !important;
    text-align: center;
    margin: 0 auto 10px auto;
}

.home-logo {
    display: block;
    margin: 3% auto;
    text-align: center !important;
}

.nav {
    padding: 0;
}

.nav-vermelho {
    background: #000;
    border-radius: 0;
    border: 0;
    border-bottom: #3F3F3F solid 3px;
	padding: 5px;
}

.navbar-white li a {
    color: #fff !important;
    transition: ease-in-out 0.2s;
}

.navbar-white li a:hover {
    background: #3F3F3F !important;
    color: #fff !important;
    transition: ease-in-out 0.2s;
}

.navbar-toggle, .navbar-toggle:hover {
    border: none;
    transition: ease-in-out 0.2s;
    box-shadow: 0 0 5px rgba(0,0,0,0.5); 
}

.navbar-toggle:hover {
    background: #3F3F3F !important;  
}

.m4c-active {
    background: #E8C4C8 !important;
}

.dropdown-menu li a {
    color: #3F3F3F !important;
}

.sub-menu-m4c li {
    padding: 15px 0;
}

.sub-menu-m4c li:hover {
    background: #ccc !important;
    color: #3F3F3F !important;
}

.sub-menu-m4c li a:hover {
    background: transparent !important;
    color: #fff !important;
}

.bloco-etapa {
    background: #fff;
    float: left;
    width: 40%;
    text-align: center !important;
    border-top: 3px solid #3F3F3F;
    margin: 20px 5% 60px 5%;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.bloco-etapa img {
    width: 90%;
    margin: -20px auto 0 auto;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
    display: block;
}

.bloco-etapa2 {
    background: #fff;
    float: left;
    width: 90%;
    text-align: center !important;
    border-top: 3px solid #3F3F3F;
    margin: 20px 5% 60px 5%;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.bloco-etapa2 img {
    width: 90%;
    margin: -20px auto 0 auto;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
    display: block;
}

.botao-vermelho {
    background: #5B0A0D;
	font-family: 'Justice-League', sans-serif !important;
	font-size: 4.0rem;
    display: block;
    margin: 0 auto -20px auto;
    text-transform: uppercase;
    padding: 12px auto 12px auto;
    max-width: 280px;
    width: 80%;
    border-radius: 0;
    border: 0;
    color: #fff;
    transition: 0.2s ease-in;
    position: relative;
    text-align: center !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.botao-vermelho:hover {
    background: #000;
    color: #fff;
    transition: 0.2s ease-in;
}

.icone-botao {
    background: #414042;
    height: 100%;
    width: 48px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}

.icone-botao img {
    height: 100%;
    min-width: 12px;
    padding: 1px;
    margin: 0;
}

#Mov9Cancer ul li {
    width: 9.11%;
    margin: 1%;
    background: #E2EBF7;
    box-shadow: 5px 5px 0 rgba(0,0,0,.25);
    padding: 0;
    border: 0;
}

#Mov9Cancer ul > li.active > a {
    border: 0;
    border-radius: 0;
    background: #3F3F3F;
}

#Mov9Cancer ul li a {
    width: 100%;
    padding: 0;
    margin: 0;
}

#Mov9Cancer ul li a img {
    width: 100%;
}

#Copy9Mov div {
    padding-bottom: 40px;
}

.atracao img {
    border-left: solid 5px #3F3F3F; 
    box-shadow: 10px 10px 0 rgba(0,0,0,.15);
    transition: ease-in-out 0.2s;
}

.atracao img:hover {
    transform: scale(1.1,1.1);
    transition: ease-in-out 0.2s;
}

.tab-m4c li a {
    color: #3F3F3F;
}

.tab-m4c .active {
    background: transparent;
    color: #fff;
    border-radius: 0;
}

.tab-m4c .active a{
    background: transparent !important;
    color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

.percurso {
    border: none;
    width: 100%;
    height: 640px;
}

.img-gallery {
    width: 100%;
    margin: 0 auto;
}

.img-gallery ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.img-gallery ul li { 
    width: 23%;
    margin: 1% !important;
    display:block;
    float: left;
}

.celebs ul li {
    position: relative;
    z-index: 12;
    width: 14.66%;
    margin: 1% !important;
    display:block;
    float: left;
    transition: ease-in-out 0.2s;
}

.celebs ul li span {
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 3px;
    background: #3F3F3F;
    text-align: center;
    color: #fff;
    font-size: 8px !important;
    text-transform: uppercase;
    transition: ease-in-out 0.2s;
}

.celebs ul li:hover { 
    z-index: 48;
    transform: scale(1.5,1.5);
    transition: ease-in-out 0.2s;
}

.celebs ul li:hover span {
    opacity: 1;
    transition: ease-in-out 0.2s;
}

.modal-m4c {
    background: #fff;
    border-top: 3px solid #3F3F3F;
    border-radius: 0 !important;
}

.modal-content {
    border: none !important;
}

.modal-frame, .internal-frame {
    width: 100%;
    height: 70vh;
    border: none;
    background: #fff;
    margin: 30px auto;
}

.close-m4c {
    background: #3F3F3F !important;
    border-radius: 5px !important;
    padding: 4px 12px 8px 12px;
    opacity: 1;
    transition: 0.2s ease-in;
}

.close-m4c span {
    color: #fff;
}

.botao-vermelho-modal {
    background: #3F3F3F;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 6px 0;
    max-width: 180px;
    width: 30%;
    border-radius: 0;
    border: 0;
    color: #fff;
    transition: 0.2s ease-in;
}

.botao-cinza-modal {
    background: #CCC;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 6px 0;
    max-width: 180px;
    width: 30%;
    border-radius: 0;
    border: 0;
    color: #fff;
    transition: 0.2s ease-in;
}

a:hover {
    color: #ddd;
    text-decoration: none;
}

.bloco-etapa h2 {
    text-align: center;
}

.data-vermelha {
    text-transform: uppercase;
    text-align: center;
    color: #3F3F3F;
    font-size: 2em !important;
}

.titulos {
    display: block;
    padding: 12px 0 12px 12px;
    border-left: #3F3F3F solid 6px;
    text-transform: uppercase;
}

.link-como-chegar {
    text-transform: uppercase;
    color: #3F3F3F;
    text-align: center;
    font-weight: bolder;
    padding: 15px 0;    
}

.bolder-txt {
    font-weight: bolder;
}

.preco {
    text-align: center;
}

.amplify {
    font-size: 150%;
}

.parallax {
  /* imagem de fundo */
  background-image: url("../img/bg-parallax.jpg");

  /* altura */
  height: auto;

  /* efeito de rolagem */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#patrocinadores div div h6 {
    font-size: 2.0em !important;
    text-align: center;
	color: #fff;
}

footer {
    background: #414042;
    text-align: center !important;
    color: #fff;
    padding-top: 12px; 
}

footer img {
    display: block;
    width: 70%;
    max-width: 128px;
    margin-bottom: 10px !important;
}

footer a {
    font-weight: 700;
    color: #fff;
}

@media screen and (min-width:768px) and (max-width:1920px)  {

    .desktop {
        display: inherit;
    }

    .mobile {
        display: none;
		width: 100%;
    }
	
	.button {
		width: 24%;
		padding: 2px 15px;
		background-color: transparent;
		color: #000;
		text-decoration: none;
		
	}

	.button-hero {
		width: 19%;
		padding: 2px 15px;
		background-color: transparent;
		color: #000;
		text-decoration: none;
		
	}
	
	.bg-black {
	color:#000 !important;
}
	
	
	

}

@media screen and (min-width : 768px) and (max-width: 1024px)
{
	.button {
		width: 24%;
		padding: 2px 15px;
		background-color: transparent;
		color: #000;
		text-decoration: none;
		
	}

	.button-hero {
		width: 19%;
		padding: 2px 15px;
		background-color: transparent;
		color: #000;
		text-decoration: none;
		
	}
	
	.bg-black {
	color:#000 !important;
}
	
}


@media screen and (min-width : 240px) and (max-width: 767.99px)
{   
    .bg-black {
	color:#000 !important;
}
	
	.desktop {
        display: none;
    }

    .mobile {
        display: inherit;
		width: 100%;
    }
	
	.sub-menu-m4c {
        background: #efefef !important;
        color: #3F3F3F !important;
    }

    .navbar-toggle {
        background: #3F3F3F !important;
        color: #efefef !important;
    }

    .data-prova {
        width: 70%;
        max-width: 240px;
        margin: 0 auto 40px auto;
    }

    .days, .hours, .minutes, .seconds, .comma {
        font-size: 24px;
    }
	
	.button {
		width: 47%;
		padding: 7px 7px;
		background-color: transparent;
		color: #000;
		text-decoration: none;
		
	}	
	
	.button-hero {
		width: 47%;
		padding: 7px 7px;
		background-color: transparent;
		color: #000;
		text-decoration: none;
		
	}

    #manifesto {
        background: #3F3F3F;
        color: #fff;
        width: 92%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        box-shadow: 7px 7px 0 #000;
    }

    #sobre-ICAVAC {
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 93%;
        margin-top: 7%;
        box-shadow: 7px 7px 0 rgba(0,0,0,.25);
    }

    #Mov9Cancer ul li {
        width: 31.33%;
        margin: 1%;
    }

    .carousel-dsk {
        display: none !important;
    }
    
    .carousel-mob {
        display: block !important;
    }

    .data-prova {
        font-size: 1.35em;
        text-align: center !important;
    }

    #Inscricao .container {
        padding-left: 0;
        padding-right: 0;
    }

    .bloco-info {
        background: transparent;
        border-bottom: #3F3F3F solid 3px;
        width: 80%;
        max-width: 240px;
        margin: 40px auto;
    }

    .bloco-kit {
        background: transparent;
        width: 98%;
        margin: 40px 1%;
    }
    
    .img-gallery ul li { 
        width: 31.33%;
        margin: 1% !important;
        display:block;
        float: left;
    }
    
    .bloco-etapa {
        width: 80%;
        float: none;
        margin: 40px auto;
        padding: 10px 0;
    }
	
	.bloco-etapa2 {
        width: 90%;
        float: none;
        margin: 40px auto;
        padding: 10px 0;
    }
    
    .botao-vermelho {
        text-align: center;
        padding: 12px 0;
    }
    
    .icone-botao, .icone-botao img {
        display: none;
    }
	#patrocinadores div div figure {
        display: table;
        margin: 10px auto 45px auto;
    }
    
    #patrocinadores div div figure img {
        display: block;
        margin: 5px auto 20px auto !important;
    }
}