/* -------------------------- FONTFACE -------------------------- */

@font-face {
  font-family: 'FjallaOne';
  src: url('fonts/fjallaone/FjallaOne.eot');
  src: url('fonts/fjallaone/FjallaOne.woff2') format('woff2'),
       url('fonts/fjallaone/FjallaOne.woff') format('woff'),
       url('fonts/fjallaone/FjallaOne.ttf') format('truetype'),
       url('fonts/fjallaone/FjallaOne.svg#FjallaOne') format('svg'),
       url('fonts/fjallaone/FjallaOne.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

footer {
    padding: 30px 0;
}

html,body {
	margin: 0;
	padding: 0;
  -webkit-font-smoothing: antialiased;
  background: transparent !important;
  color: transparent !important;
  background-color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-backface-visibility: visible;
}


h1.title-franchise{
  font-family: 'Open Sans', sans-serif;
  line-height: 54px;
  font-size: 40px;
  font-weight: 300;
  color: rgba(65,64,66,0.9) !important;
  margin-top: 13px !important;
}

h3.sub-title-franchise{
  font-weight: 400;
  margin-top: 0px !important;
}

.franchise-image img{
  width: 278px;
  height: 320px;
}

h1, h2{
  font-family: 'Open Sans', sans-serif;
  line-height: 54px;
  font-size: 44px;
  font-weight: 300;
  color: rgba(0,137,207,0.9);
}

h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 300;
  color: rgba(0,137,207,0.9);
}

h2{
  margin-top: 20px;
}


p{
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  font-size: 18px;
  color: #666;
  margin-top: 15px;
  margin-bottom: 15px;
}

div.col-md-6.show-banner{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

img{
  margin: 3px 0 3px 0;
}


/* xtra small devices */
@media screen and (min-width: 0px)  and (max-width: 578px) {
  .hero h1 {
      font-size: 18px !important;
      line-height: 28px !important;
      margin-bottom: 10px !important;
  }
  .hero-outros-titulos h1 {
      font-size: 18px !important;
      line-height: 28px !important;
      margin-bottom: 10px !important;
  }

   .btn.btn-hero {
      margin: 10px 0px 80px !important;
      font-size: 14px !important;
   }
   .setas-slide img {
     margin-top: 324px !important;
     height: 45px;
 }
}

/* xtra small devices */
@media screen and (min-width: 579px)  and (max-width: 600px) {
  .hero h1 {
      font-size: 28px !important;
      line-height: 39px !important;
      margin-bottom: 10px !important;
  }

  .hero-outros-titulos h1 {
      font-size: 28px !important;
      line-height: 39px !important;
      margin-bottom: 10px !important;
  }

  .carousel-indicators {
     bottom: 25px;
   }
   .btn.btn-hero {
      margin: 10px 0px 80px !important;
      font-size: 16px !important;
   }
 }

/* xtra small devices */
@media screen and (min-width: 0px)  and (max-width: 600px) {
  .hero {
      top: 80% !important;
  }
  .hero-outros-titulos {
      margin-top: 355px !important;
  }
  .setas-slide img {
    margin-top: 324px !important;
    height: 45px;
}
  .hide-banners-1{
    display: none;
  }
  .hide-banners-2{
    display: none;
  }
  .hide-banner-fundo{
    display: none;
  }
  .site-navigation{
    display: none !important;
  }
  #menu-back {
     display: none;
 }
 #header-top{
   display: none;
 }
 .iframe-margin{
   margin-top:30px;
 }
 .mapa-desktop{
   display: none;
 }
 h1.title-franchise{
   font-size:39px;
 }
 #in-footer {
   margin-left: 13px;
 }


}



/* medium devices */
@media (min-width: 601px) and (max-width: 990px) {

  .hero {
      top: 82% !important;
  }
  .hero-outros-titulos {
      margin-top: 355px !important;
  }

  div.orcamento {
    display: none;
  }
  .hide-cliente{
      display: none;
  }
  .hide-testemunhos{
      display: none;
  }
  div.show-banner{
    display: none;
  }
  .show-banner-fundo{
    display: none;
  }
  .site-navigation{
    display: none !important;
  }
  #menu-back {
     display: none;
 }
 #header-top{
   display: none;
 }
 #header-top-show{
   display: block;
 }
 .mapa-mobile{
   display: none;
   width: 100%;
   height: 770px;
   border-with: 0px; 
   overflow: hidden;
 }
 .franchise-image img{
   margin-bottom: 20px;
 }
 .iframe-hide{
   display: none;
 }
 .iframe-show{
   display: block;
 }
 .hero h1 {
     font-size: 28px !important;
     line-height: 39px !important;
     margin-bottom: 10px !important;
 }

 .hero-outros-titulos h1 {
     font-size: 28px !important;
     line-height: 39px !important;
     margin-bottom: 10px !important;
 }

 .btn.btn-hero {
    margin: 10px 0px 92px !important;
 }
 .carousel-indicators {
    bottom: 25px;
  }
}

/* desktop devices */
@media (min-width: 991px) and (max-width: 1200px) {
  .hide-banners-2{
    display: none;
  }
  div.show-banner{
    display: none;
  }
  .show-banner-fundo{
    display: none;
  }
  .btn-dropwdown{
    display: none;
  }
  #header-top-show {
    display: none;
  }
  .mapa-mobile{
    display: none;
  }
  .col-md-5 {
    width: 43.666667%;
}
.col-md-7 {
    width: 56.333333%;
}

}

/* big devices */
@media (min-width: 1200px) {
  .hide-banners-2{
    display: none;
  }
  div.show-banner{
    display: none;
  }
  .show-banner-fundo{
    display: none;
  }
  .btn-dropwdown{
    display: none;
  }
  #header-top-show {
    display: none;
  }
  .mapa-mobile{
    display: none;
  }
  .col-lg-3 {
      width: 10%;
  }

  .col-lg-9 {
      width: 90%;
  }
  .franchise-image img{
    min-width: 278px;
  }
  .bloco-txt-franchise{
  padding-left: 240px;
  }

}

/* -------------------------- HIDE MENU & LINGUAS -------------------------- */

/* xtra small devices */
@media screen and (min-width: 0px)  and (max-width: 500px) {

.hide-lang { display: none;
    }
}


/* desktop devices */
@media (min-width: 1120px) and (max-width: 1300px) {

    #menu {
    width: 99%;
    left: 10px;
}

}

/* big devices */
@media (min-width: 1200px) {
    #menu {
        width: 100%;
        left: 10px;
}
}

/* -------------------------- HEADER IMAG -------------------------- */

#imag-home {
	width: 100%;
	height: 100%;
	float: left;
	background-image:url(images/slide-home-2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-height: 510px;
  margin-bottom: 30px;
}

#imag-desinfecao {
	width: 100%;
	height: 100%;
	float: left;
	background-image:url(images/limpeza-desinfecao.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-height: 510px;
  margin-bottom: 30px;
}


#imag-servicos-domesticos {
	width: 100%;
	height: 100%;
	float: left;
	background-image:url(images/slide-home-2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-height: 510px;
  margin-bottom: 30px;
}

#imag-servicos {
	width: 100%;
	height: 100%;
	float: left;
	background-image:url(images/servicos-empresariais.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-height: 510px;
  margin-bottom: 30px;
}

#imag-tapetes {
	width: 100%;
	height: 100%;
	float: left;
	background-image:url(images/tapetes.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-height: 510px;
  margin-bottom: 30px;
}

#imag-orcamentos {
  width: 100%;
  height: 100%;
  float: left;
  background-image:url(images/orcamentos.jpg);
  background-repeat:no-repeat;
  background-position:center;
  min-height: 510px;
  margin-bottom: 30px;
}

#imag-escritorio {
  width: 100%;
  height: 100%;
  float: left;
  background-image:url(images/limpeza-escritorio.jpg);
  background-repeat:no-repeat;
  background-position:center;
  min-height: 510px;
  margin-bottom: 30px;
}

#imag-locais-publicos {
	width: 100%;
	height: 100%;
	float: left;
	background-image:url(images/locais-publicos.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-height: 510px;
  margin-bottom: 30px;
}

#imag-lojas {
	width: 100%;
	height: 100%;
	float: left;
	background-image:url(images/lojas.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-height: 510px;
  margin-bottom: 30px;
}

#imag-escolas {
	width: 100%;
	height: 100%;
	float: left;
	background-image:url(images/escolas.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-height: 510px;
  margin-bottom: 30px;
}

#imag-ginasio {
	width: 100%;
	height: 100%;
	float: left;
	background-image:url(images/ginasio.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-height: 510px;
  margin-bottom: 30px;
}

#imag-em-construcao {
	width: 100%;
	height: 100%;
	float: left;
	background-image:url(images/em-construcao.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-height: 800px;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* #imag-porque {
	width: 100%;
	height: 100%;
	float: left;
	background-image:url(images/slide-porque.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-height: 510px;
		}

#imag-domesticas {
	width: 100%;
	height: 100%;
	float: left;
	background-image:url(images/slide-domesticas.jpg);
	background-repeat:no-repeat;
	background-position:center;
	min-height: 510px;
		}	*/

/* -------------------------- HEADER -------------------------- */

#header {
	/* height:510px; */
	width:100%;
	z-index:1;
	top:0px;
	}

#header-top {
	height:110px;
	width:100%;
	position:fixed;
	background-color:rgba(255,255,255,0.9);
  z-index: 1;
  /* background-image:url('../img-header.png');
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center; */
	}

#header-top-show {
  	height:110px;
  	width:100%;
  	position:absolute;
  	background-color:rgba(255,255,255,0.9);
    z-index: 1;
  	}


#header-top-middle {
	/* height:190px; */
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;

	}
	
	

#logo {
	height: 100px;
	width: 213px;
	position: static;
	float: left;
}

/* ------------------CRIADO POR JORGE PARA RESOILVER PROBLEMAS DE CLASS HEADER -------------------------- */

.header-top-middle {
	/* height:190px; */
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;

	}
	
.logo {
	height: 100px;
	width: 213px;
	position: static;
	float: left;
}


/* -------------------------- LINGUAS -------------------------- */


#lang-box {
	float:left;
	margin-top: 48px;
	margin-left:20px;
	}

		#lang-cell {
			float:left;
			background-color: rgba(128,126,112,0.60);
			color: rgba(225,225,225,1.00);
			height:28px;
			width:28px;
			margin-left:10px;

			}
		#lang-cell-text {
			width:100%;
			text-align:center;
			font-family: 'FjallaOne',sans-serif;;
			text-transform: uppercase;
			font-size:14px;
      cursor: pointer;
			line-height:30px;
			}

		#lang-cell:hover {
			background-color: #ffca04;
			color:rgba(42,36,34,1.00);
			}
		#lang-cell-active {
			background-color: #ffca04;
			color:rgba(42,36,34,1.00);
			float:left;
			height:28px;
			width:28px;
			margin-left:10px;
			}

/* -------------------------- LINGUAS CRIADAS POR JORGE PARA CORRIGIR ERROS DE ID -------------------------- */

.lang-box {
	float:left;
	margin-top: 48px;
	margin-left:20px;
	}

		.lang-cell {
			float:left;
			background-color: rgba(128,126,112,0.60);
			color: rgba(225,225,225,1.00);
			height:28px;
			width:28px;
			margin-left:10px;

			}
		.lang-cell-text {
			width:100%;
			text-align:center;
			font-family: 'FjallaOne',sans-serif;;
			text-transform: uppercase;
			font-size:14px;
      cursor: pointer;
			line-height:30px;
			}

		.lang-cell:hover {
			background-color: #ffca04;
			color:rgba(42,36,34,1.00);
			}
		.lang-cell-active {
			background-color: #ffca04;
			color:rgba(42,36,34,1.00);
			float:left;
			height:28px;
			width:28px;
			margin-left:10px;
			}


/* -------------------------- MENU -------------------------- */

	#menu {
		height:50px;
		width:100%;
		position: fixed;
		margin-top:110px;
		z-index: 10;
	}

	#menu-back {
		background-color:rgba(255,255,255,0.3);
		position: fixed;
		width:100%;
		height:52px;
		}

	#menu-inner {
		 width: 79.44%;
		height:100%;
		margin-left: auto;
		margin-right: auto;
		}

		#botmenu {
			height:50px;
			float: left;

			}

		#menu-on { background-color:#ffffff !important;
			color:#959595;

			}


		#botmenu:hover {
			background-color: #ffca04 !important;
			color: #ffca04;

		}

		#botmenu-inner {
			display:table-cell;
			height:50px;
			vertical-align: middle;

			}

		#botmenu-text {
			width:100%;
			text-align:center;
      font-family: 'FjallaOne',sans-serif;
			text-transform: uppercase;

			}


	/* DROPDOWN DROPDOWN DROPDOWN DROPDOWN */

		.site-navigation {
			display: block;
			text-align:center;
			font-family: 'FjallaOne',sans-serif;
			text-transform: uppercase;
			font-size:15px;
			width:16.66%;
			line-height:20px;
			}

		.site-navigation ul {
			background: rgba(0,137,207,0.9);
			list-style: none;
			}

		.site-navigation li {
			color: rgba(255,255,255,1.00);
			background: rgba(0,137,207,0.8);
			display: block;
			float: left;
			width: 16.45%;
			position: relative;
			text-decoration: none;
			text-transform: uppercase;
			padding-top: 5px;
			padding-bottom: 5px;
			border: 1px solid rgba(255,255,255,0.5);
			min-width: 120px;
			}

		.site-navigation li a {
		  	text-decoration: none;
		  	display: block;
			}

		.site-navigation li:hover {
			background: #ffca04;
			/*color: #FFF;*/
			cursor: pointer;
		}

		.site-navigation ul li ul {
			background: rgba(0,0,0,0.00);
			visibility: hidden;
			opacity:0;
			float: left;
			width: 100%;
			position: absolute;
			z-index: 999;
			margin-top:5px;
		}

		.site-navigation ul li:hover > ul,
		.site-navigation ul li ul:hover {
		   visibility: visible;
		   opacity:1;
		}


		.site-navigation ul li ul li {
			clear: both;
			line-height:18px;
			padding:8px 0px;
		  	width: 100%;
			border-left: 0px;
			border-right: 0px;

		}

		.site-navigation ul li ul li {
			background: rgba(209,210,210,0.90);
			color: rgba(42,36,34,1.00);

		}

		.site-navigation ul li ul li:hover {
			background: rgba(193,193,193,0.90);
			}


		.site-navigation ul li ul li ul{
			position: absolute;
			left: 120px;
			top: 0px;
			width: 240px;

		}

		.site-navigation ul li ul li ul li {
			background: rgba(225,225,225,0.85);

		}

		.site-navigation ul li ul li ul li:hover {
			/*background: rgba(216,206,145,1.00);*/
			background: rgba(216,206,145,1.00);
			color: rgba(42,36,34,1.00);
			cursor: pointer;

		}

    /* -------------------------- RESPONSIVE -------------------------- */

    @media screen and (max-width: 1374px) {

      div.main-menu {
        display: none;
      }

      div.mini-menu {
        display: none;
      }

      div.icon-menu {
        display: none;
      }

      div.hide-menu {
    	  visibility: inherit;
      }

      div.footer {
    	  display: inherit;
      }

      div.sub-footer {
    	  display: inherit;
      }
    }

    @media screen and (max-width: 680px) {

      div.texto {
        display: none;
      }

      div.mini-title {
    	  visibility: inherit;
      }
    }

/* MENU DROPDOWN */

.serv-btngroup {
    float: right;
}

.btn-primary {
	color: rgba(0,137,207,0.9);
	text-shadow: none;
	background: transparent;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	letter-spacing: 0.3px;
	border: none;
	border-radius: 0px;
	box-shadow: none;
  font-size: 50px;
  margin-top: 22px;
}

.btn-primary:hover {
	color: #ffca04;
  background-color: transparent !important;
	box-shadow: none;
	outline: 0;
}

.btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:focus
{
	color: rgba(0,137,207,0.9);
	background-color: transparent !important;

}

.btn-primary-white {
	color: #0069cf;
	text-shadow: none;
	background-color: transparent !important;
	background-image: none;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-size: 35px;
	font-weight: 400;
	line-height: 14px;
	/* padding: 0; */
	letter-spacing: 0.3px;
	padding: 12px 18px 10px 18px;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.btn-primary-white:hover {
	color: #0069cf;
	background-color: transparent !important;
	box-shadow: none;
	outline: 0;
}

.btn-primary-white:active, .btn-primary-white.active, .btn-primary-white.focus, .btn-primary-white:focus
{
	color: #0069cf;
	background-color: transparent !important;
	box-shadow: none;
	outline: 0;
}

.dropdown-menu>li>a {
	color: rgba(42,36,34,1.00);
	text-shadow: none;
	background: rgba(225,225,225,0.95);
	background-image: none;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-size: 17px;
	line-height: 21px;
	padding: 0;
	padding: 17px 18px 18px 200px;
	border: 1px solid rgba(255,255,255,1);
	border-radius: 0px;
	box-shadow: none;
	text-align: right;
  font-family: 'FjallaOne',sans-serif;
}

.dropdown-menu>li>a:hover {
	color: #23527c;
  background: rgba(209,210,210,0.95);
	box-shadow: none;
	outline: 0;
}

/*.dropdown-menu>li>a:active, .dropdown-menu>li>a.active, .dropdown-menu>li>a.focus, .dropdown-menu>li>a:focus
{
	color: #3a5cac;
	box-shadow: none;
	outline: 0;
}*/

.dropdown-menu {
	font-size: 14px;
	margin: 0 -15px 0 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dropdown-menu li:last-child a {
	border-bottom: 0;
}

/* -------------------------- FOOTER -------------------------- */

#footer {
		width:100%;
		margin-top: 20px;
		background-color:#0089cf;
		}

#in-footer {
		width:80%;
		padding-top:20px;
		height: 390px;

		}

.link-footer {
	text-align:left;
	font-family: 'FjallaOne',sans-serif;
	line-height:20px;
	font-size:16px;
	text-decoration:underline;
	color:#FFF;
}

.link-footer:hover {
	color:#FFCA04;
}

.assin-footer {
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	line-height:16px;
	font-size:14px;
	color:#FFF;
}

#bloc-0 {
		width:23%;
		margin-left: 1%;
		margin-right: 1%;
    margin-bottom: 10px;
		float: left;
		min-width: 150px;
		}
		
.bloc-0 {
		width:23%;
		margin-left: 1%;
		margin-right: 1%;
    margin-bottom: 10px;
		float: left;
		min-width: 150px;
		}			

#bloc-media {
		width:23%;
		margin-right: 1%;
		margin-left: 1%;
		float: left;
		min-width: 150px;
		}
		
.bloc-media {
		width:23%;
		margin-right: 1%;
		margin-left: 1%;
		float: left;
		min-width: 150px;
		}

    /* -------------------------- VISIBLE -------------------------- */

#intro {		}

#texto {		}

p.INFO__TITLE {
    font-family: Open Sans;
    font-size: 18px;
    line-height: 150%;
    color: #0089cf;
    margin: 10px;
    margin-top: -29px;
}

.imginfo {
	vertical-align: middle;
}

p.INFO__TEXT {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 150%;
    color: #666666;
    margin: 10px;
}

  /* -------------------------- IMAGEM PRODUTO -------------------------- */

#image-produto-box img{
  margin-bottom: 15px;
}

/*.image-produto{
  background-color:#ddd;
}

.image-produto img{
  display:block; margin:0 auto;
  min-height:70%;
}*/

#Confirm_FRAME {width:573px; height:238px; margin-top:50px; margin-left:50px; background-image:url(images/Confirm_FRAME.jpg);}

#Confirm_FRAME_EN {width:573px; height:238px; margin-top:50px; margin-left:50px; background-image:url(images/Confirm_FRAME_EN.jpg);}

#Emprego_FRAME {width:573px; height:238px; margin-top:50px; margin-left:50px; background-image:url(images/Emprego_FRAME.jpg);}

#Emprego_FRAME_EN {width:573px; height:238px; margin-top:50px; margin-left:50px; background-image:url(images/Emprego_FRAME_EN.jpg);}

#Testemunho_FRAME {width:573px; height:238px; margin-top:50px; margin-left:50px; background-image:url(images/Testemunho_FRAME.jpg);}

#Testemunho_FRAME_EN {width:573px; height:238px; margin-top:50px; margin-left:50px; background-image:url(images/Testemunho_FRAME_EN.jpg);}
/* -------------------------- SLIDESHOW -------------------------- */

#slideshow-box{
  background-color:#E6E7E9;
  height:360px;
  margin-top: 3px;
}

.slideshow-box{
  background-color:#E6E7E9;
  height:360px;
  margin-top: 3px;
}

h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: rgba(0,137,207,0.9);
}

.slideshow-title{
  padding:0px 0 0 15px;
  margin-top: 20px;
}

.slideshow-text{
  padding:0px 20px 0 15px;
}

.slideshow-nome{
  padding: 0 0 0 15px;
}

.slideshow-title-nome{
  padding: 0 0 0 15px;
  margin-top: -20px;
  font-size: 15px;
  color: rgba(0,137,207,0.9);
  font-weight: 500;
}

p.slideshow-text{
  line-height: 20px;
  font-size: 16px;
  margin-top: -13px;
}

p.slideshow-nome{
  color: rgba(0,137,207,0.9);
  font-weight: 500;
}

/* -------------------------- AREA CLIENTE -------------------------- */


#area-cliente-box{
  background-color:#3A63AF;
  height: 357px;
  margin-top: 6px;
}

h4.area-cliente-title{
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  padding:20px 0 0 15px;
  margin-top: -3px;
}

.slideshow-nome{
  padding: 0 0 0 15px;
}

p.area-cliente-nome{
  padding: 10px 0 0 15px;
  color:#fff;
  font-weight: 600;
  font-size: 16px;
}

.area-cliente-nome a{
  color:#fff;
  font-weight: 600;
}

.form-control-box{
  margin-top: -20px;
}

.form-control{
  width: 80%;
  margin: 0 0 0 15px;
  height: 23px;
  margin-top: 12px;
}

input[type="text"] {
    font-size:16px;
    color:#848484;
}

.btn-area-cliente{
  padding: 15px 0 0 15px;
}

.btn-default{
  height: 30px;
  width: 75px;
  background-color: #ffcb05;
  color:#3a64b0;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-family: 'Open Sans', sans-serif;
    color:    #848484;
    font-size: 16px;
    font-weight: 700;
    padding-left: 5px;
    letter-spacing: -1px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-family: 'Open Sans', sans-serif;
   color:    #848484;
   opacity:  1;
   font-size: 16px;
   font-weight: 700;
   padding-left: 5px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-family: 'Open Sans', sans-serif;
   color:    #848484;
   opacity:  1;
   font-size: 16px;
   font-weight: 700;
   padding-left: 5px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-family: 'Open Sans', sans-serif;
   color:    #848484;
   font-size: 16px;
   font-weight: 700;
   padding-left: 5px;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;

}

.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #fff;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 15px;
  height: 15px;
  opacity: 1;
  background-color: #ffcb05;
  border-color: #ffcb05;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 79%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}

.hero h1 {
  font-family: 'FjallaOne';
  font-size: 42px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #ffcb05;
  white-space: nowrap;
}

.hero-outros-titulos {
    position: absolute;
    margin-top: 375px;
    left: 50%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}

.hero-outros-titulos h1 {
  font-family: 'FjallaOne';
  font-size: 42px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #ffcb05;
  white-space: nowrap;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
/*  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .7;
} */

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 6px 40px 6px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #fff;
    border-color: #fff;
    outline: none;
    margin: 8px 0px 40px;
    border-radius: 0;
    border: 5px solid;
    font-weight: 500;
    font-size: 16px;
    font-family: 'FjallaOne';
    background: rgba(58, 99, 175, 0.4);
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 510px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 1200px; }

    .hero-outros-titulos { width: 1200px; }
}


@media screen and (min-width: 768px){
  .carousel-indicators {
      bottom: 25px;
  }
}

.setas-slide img{
  margin-top: 310px;
}

#logo2 {
	height: 100px;
	width: 889px;
	position: static;
	float: right;
}

#Master_FRAME{
background-color: #f1f1f3;
}

/********************************/
/*         CRIADO POR JORGE     */
/********************************/

.img-100-0 { /* Utilizado para as imagens com with=100% border=0 */
	width: 100%;
	border: 0px;
}

.img-20 { /* Utilizado para as imagens com with=20% */
	width: 20%;
}

.img-100 { /* Utilizado para as imagens com with=100% */
	width: 100%;
}
.iframe-clientes { /* Utilizado para iframe clientes with=100% border=0 */
	width: 100%;
	height: 360px;
}
.iframe-100-760 { /* Utilizado para iframe with=100% height=760px border=0 */
	width: 100%;
	height: 760px;
    border: 0px;
	overflow-x:hidden;
    overflow-y:hidden;
}
.iframe-100-1180 { /* Utilizado para iframe with=100% height=1180px border=0 */
	width: 100%;
	height: 1180px;
    border: 0px;
    overflow-x:hidden;
    overflow-y:hidden;
}
.iframe-footer { /* Utilizado para iframe clientes with=100% border=0 */
	width: 100%;
	height: 300px;
	border: 0px;
	overflow: hidden;
}
.iframe-testemunhos { /* Utilizado para iframe clientes with=100% border=0 */
	width: 100%;
	height: 460px;
	border: 0px;
    overflow: hidden;
}
menuli { /* Utilizado para destaque linha amarela menu principal with=100% border=0 */
	background-color: rgba(0,137,207,1);
	color:#fff;
}
p.descricao-text{
  line-height: 20px;
  font-size: 16px;
  margin-left: +20px;
}
p.franchising-text{
 font: italic bold;
 font-style: oblique;
 font-variant: small-caps;
 font-weight: bold; 
}
.hero h2 {
  font-family: 'FjallaOne';
  font-size: 42px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #ffcb05;
  white-space: nowrap;
}

/* Atualização Certificação */
/*                          */
/* --                    */

.background-footer {
  background-color: #0089cf;
}

.links-footer {
  color: #fff;
  list-style: none;
  text-transform: uppercase;
  font-family: 'FjallaOne',sans-serif;
  line-height: 32px;
  font-size: 16px;
}

.links-footer li a {
  border-bottom: 2px solid #fff;
}

.links-footer li a:hover {
  text-decoration: none !important;
  border-bottom: 2px solid #23527c;
}

#facebook {
   background-image: url('assets/Icon-Facebook.png');
   height: 45px;
   width: 45px;
   margin-left: 0 !important;
   float: left;
}

#facebook:hover {
   background-image: url('assets/Icon-Facebook-ON.png');
}

#twitter {
   background-image: url('assets/Icon-Twitter.png');
   height: 45px;
   width: 45px;
   margin-left: 10px;
   float: left;
}

#twitter:hover {
   background-image: url('assets/Icon-Twitter-ON.png');
}

#google {
   background-image: url('assets/Icon-Google+.png');
   height: 45px;
   width: 45px;
   float: left;
   margin-left: 10px;
}

#google:hover {
   background-image: url('assets/Icon-Google+-ON.png');
}

#linkedin {
   background-image: url('assets/Icon-LinkedIn.png');
   height: 45px;
   width: 45px;
   margin-left: 165px;
}

#linkedin:hover {
   background-image: url('assets/Icon-LinkedIn-ON.png');
}

.margins-footer {
  margin-top: 30px;
  margin-bottom: 150px;
}

.certificacoes {
  font-size: 14px;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  margin-top: 4px;
  text-transform: uppercase;
}

img.certificacoes {
  float: left;
  margin-right: 20px;
}

img.et-img {
  margin-top: 18px;
}

.prime-clean-footer {
  font-size: 14px;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  margin-top: 20px;
}

.certificacoes-header {
  font-size: 14px;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
}

img.certificacoes-header {
  float: right;
  margin-right: 20px;
}

img.et-img-header {
  margin-top: 6px;
  float: right;
}

.lista-ul-priv {
}
