/*#####################################################
// CARLOS SANTOS DE AZEVEDO
// Carlos Santos de Azevedo
//######################################################*/
 
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	position: relative; 
	min-height: 100%;
    overflow-x: hidden;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	 color: #535353; 
	/*color:#404245;*/
	/*background: #f8f8f8; */
	background: url(../img/bg3.png);  
	padding-right: 0px;
		/*background: #f8f8f8;*/
	background: #fff;
}

 

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
}

 
p { 
    line-height: 24px;
    margin: 0 0 20px;
}





/* PAGE HEader*/
.page-header-modern{background: url(../img/light_wool.png); border-bottom: 4px solid #EDEDED; padding-top: 10px; padding-bottom:15px} 
.page-header-modern .titulo-headings-line{ margin-bottom: -14px;}
.page-header-modern h1{ font-size: 25px; color: #2c3e50} 
p.lead{ font-size: 16px;}	
.container.page h2 {
font-size: 2.30em !important;
}
hr.solid {
border: 1px solid rgba(0, 0, 0, 0.06);
}	 


.service-imagem-container{
-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1); background-color: #fff; border-radius: 10px; padding:  5px; border: 16px solid #eaeaea;	
	}	




.titulo-headings-line{
	border-style: solid; border-bottom-width: 3px; width: 200px; margin: 0px auto; margin-top: 20px; border-color: #ffb536!important;
    border-top: 0;
    border-right: 0;
    border-left: 0; display: block
}



.titulo-headings-line-pequeno-left{
	border-style: solid; border-bottom-width: 3px; width: 30%;  margin-top: 8px; margin-bottom: 1px; border-color: #ffb536!important;
    border-top: 0;
    border-right: 0;
    border-left: 0; display: block
}

.titulo-headings-line-pequeno-center{
	border-style: solid; border-bottom-width: 3px; width: 30%;  margin-top: 8px; margin-bottom: 1px; border-color: #ffb536!important;
    border-top: 0;
    border-right: 0;
    border-left: 0; display: block
}







.btn-primary{ background: #ff9900;}

a {color: #000; -webkit-transition: color .25s ease-in-out; transition: color .25s ease-in-out;}
a:hover { color: #ff5722; text-decoration:none;}
a:focus { outline: none; text-decoration: none; color: initial; text-shadow: none; }
section { padding-top: 35px; padding-bottom: 35px;}
.clear { clear: both;}
img { max-width: 100%; height: auto;}
h1, .page-title { font-family: Poppins; font-size: 36px; line-height: 40px; font-weight: 400; font-style: normal;}
h2 { font-family: Poppins; font-size: 20px; line-height: 30px; font-weight: 400; font-style: normal;}
h3 { font-family: Poppins; font-size: 24px; line-height: 40px; font-weight: 400; font-style: normal;}
h4 { font-family: Poppins; font-size: 18px; line-height: 28px; font-weight: 400; font-style: normal;}
h5 { font-family: Poppins; font-size: 14px; line-height: 20px; font-weight: 400; font-style: normal;}
h6 { font-family: Poppins; font-size: 12px; line-height: 20px; font-weight: 400; font-style: normal;}



 
.bg-kennenlernen{background: url(../img/bg-sc-pequeno.jpg) center center no-repeat; height: 200px;}



.signatur{
	font-family: 'Arizonia', cursive;
	font-size: 38px;
	line-height: 28px;
	color: #2883c7;
}
.signatur_sub{ color: #555; font-size: 13px}


/************************************
Efeito imagem  retangular
************************************/

.img-border{
border-radius: 3px;
    padding: 5px;
    border: 3px solid #ccc;
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}

 


 



/************************************
Footer 
************************************/
/*
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #515D6C;
  text-align: center;
 height: 100px;
	color:#CBCBCB
}*/
#footer {
   /* background: #0e0e0e;*/
	background:url(../img/wisch.jpg);
    border-top: 4px solid #ccc;
    font-size: 0.9em;
    padding: 30px 0 0;
    position: relative;
    clear: both;
}
#footer .contact, #footer .footer-nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .contact i, #footer .footer-nav-links i {
    display: block;
    float: left;
    font-size: 1.2em;
    margin: 7px 8px 10px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px;
}
#footer .contact p, #footer .footer-nav-links p {
    margin-bottom: 12px;
}


 





#footer .newsletter {
 padding-right: 15px;
}

#footer .footer-ribbon {
    /*background: #5B9FEE;*/
	background:url(../img/wisch.jpg);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#footer .footer-ribbon { 
    position: absolute;
    margin: -90px 0 0 14px;
    padding: 10px 20px 6px 20px;
}
#footer .footer-ribbon:before {
    border-right-color: #005580;
    border-left-color: #005580;
}
#footer .footer-ribbon:before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}
#footer .footer-ribbon span {
    color: #FFF;
    font-size: 1.6em;
    font-family: "Shadows Into Light", cursive;
}

 




/************************************
Footer copyright
************************************/
#footer .footer-copyright {
   /* background: #060606;*/
	background:url(../img/wisch.jpg);
    border-top: 4px solid #060606;
    margin-top: 40px;
    padding: 30px 0 10px;
}

#footer .container .row > div {
    margin-bottom: 15px;
}

#footer .logo {
    display: block;
}
#footer .footer-copyright p {
    color: #555;
    margin: 0;
    padding: 0;
}
#footer .footer-copyright nav {
    float: right;
}
#footer .footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}
#footer .footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
    color: #FFF;
}
 




    .footer-nav-links li:first-child{margin-left:0px; }
    .footer-nav-links li{ float: left; margin-left:30px;}
    .footer-nav-links li i{ color:#ccc;}












/************************************
Navigation
************************************/
 

.navbar{ 
	z-index: 99; 
	background: #fff;
	background:none;
	
}

 
/* Butao menu*/
.navbar-default .navbar-nav>li>a{ 
	font-size: 12px;  
	color:#fff; 
	font-weight: 400;
	margin-top:-3px;
	
}



/* Butao menu drop down container*/
.navbar-default .navbar-nav .dropdown-menu{
	border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius:4px;
	background:#485563;
}
.navbar-default .navbar-nav .dropdown-menu a{
padding: 15px 10 15px 0;
	font-size: 13px
}




.nav.navbar-nav.visible-xs{
	/*background: #4e5d6c;*/
background:url(../img/wisch.jpg);
}



.movile_menu_navbar{
 
background:url(../img/wisch.jpg);
}


/************************************
Top BAR
************************************/
.topbar{  
	 background:url(../img/h.jpg);  
	color: #fff;
	font-size: 12px;
     height: 100px; 
	 
}


.topbar .container{ padding-right:35px; padding-left: 0px;}

.topbar a{ color: #fff; font-weight: 500;}
.topbar a:hover {
  color: #ff9900;
}




.navbar-right a{
border-right: 1px solid #aaa;
padding: 0 12px; 
font-size: 11px;
text-transform: uppercase;	
}
.navbar-right a:last-child {
  border-right: none;
}


/************************************
Top BAr left
************************************/
.topbar-links ul {
  list-style-type: none; 
	
}
 

.topbar-links li {
  float: left;
  margin-right: 16px;
 
/*  border-right: 1px solid #aaa;*/
  padding: 0 20px;
line-height: 10px;
 margin-top: 35px;
 position: relative;
margin-left: 20px;	
	
}

.topbar-links li:first-child {
padding-left: 20px;
margin-left:  100px;	
}

.topbar-links li:last-child {
  border-right: none;
}

.topbar-links li a {
text-decoration: none;
color: #fff;
font-size: 16px;  
transition: all 0.5s ease;
}

.topbar-links li a i{ 
display: block;	
position: absolute;	
font-size: 28px; 
left: -14px; 
top: 50%; 
transform: translateY(-50%);

}


.topbar-links li a:hover {
  color: #ff9900;
}

 
/* Effekt
.topbar-links li {
  display: inline-block;
  list-style: outside none none;

  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
}

.topbar-links li:before,
.topbar-links li:after {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  height: 1px;
  width: 35%;
  background-color: #ccc;
  position: absolute;
  content: '';
  opacity: 0;
}
.topbar-links li:before {
  top: 0;
  left: 0;
}
.topbar-links li:after {
  bottom: 0;
  right: 0;
}
.topbar-links li:hover:before,
.topbar-links li.hover:before,
.topbar-links li:hover:after,
.topbar-links li.hover:after {
  opacity: 1;
}
.topbar-links li:hover:before,
.topbar-links li.hover:before {
  left: 65%;
}
.topbar-links li:hover:after,
.topbar-links li.hover:after {
  right: 65%;
}
*/












/************************************
Recaptcha
************************************/

.g-recaptcha > div{ text-align: center; margin: auto}


 


 

 
 








/************************************
hOrario Abertura
************************************/
.horario-abertura{margin-top: -14px; margin-left: 1%; float:right}
.horario-abertura .livicon-evo{ float:left; padding-top:3px}
.horario-abertura .horario{float: left; color: #aeb2b6; text-align: left; line-height: 21px; padding-left: 10px; padding-top:9px; font-weight: bold; font-size: 16px; text-transform: uppercase}


 




/************************************
Box e widgets
************************************/
 

.card  {
  
    box-sizing: border-box;
    padding: 10px 12px;
    background: #fff;
    /*border: 1px solid rgba(233, 235, 238, 0.55);
    border-bottom: 1px solid #ccc;*/
	min-height: 350px;
  
}




.card-header {
    line-height: 1;
    position: relative;
    text-overflow: ellipsis;
    border-color: #2c3e50;
	padding-bottom:25px;
	margin-bottom: 20px;
}

.card-header:before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(10, 10, 10, 0.05);
}


.card-header:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 2px;
    left: 0;
    background-color: #42a6f0;
}



.card-header.right{
	text-align: right;
}

.card-header.right:before {
    content: '';
    position: absolute;
    bottom: 1px;
    right: 0 !important;
    width: 100%;
    height: 4px;
    background-color: rgba(10, 10, 10, 0.05);
}


.card-header.right:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 2px;
    left: auto;
	right: 0;
    background-color: #42a6f0;
}



.box{
border: 1px solid rgba(233, 235, 238, 0.55);
border-bottom: 1px solid #ccc;
background:#F4F4F4;
}


input.form-control:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #fff;
    border-left: 3px solid transparent;
    transition: transform 0.5s;
}

 



 










/************************************
Live icons
************************************/
.card-header .livicon-evo{ float:left; margin-top:-15px; padding-right:10px;}









/************************************
Scroll to top button 
************************************/
#totop{-webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
#totop {height:9px; opacity:0; position:fixed; right:-60px; width:49px; z-index:9999; display:block; top:85%; background-repeat:no-repeat; background-position:center 15px; background-color:#404040; font-size: 9px; font-weight: 900; color: #fff; text-align: center; line-height: 1; border-radius:2px; padding: 28px 0 21px 0; }
#totop:before {position: absolute; content:"\e080"; top: 10px; left: 50%; margin-left: -6px; font-size: 11px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transform:rotate(-90deg); -ms-transform:rotate(-90deg); transform:rotate(-90deg); }
#totop.show { right:10px; opacity:0.7;}
#totop:hover { opacity:1;}
 




/************************************
Social Icons Footer
************************************/
.social-icons{list-style-type: none; float: right}
.social-icons li{ float: left; margin-right: 10px}
.social-icons i{ font-size: 20px; }











/************************************
Helpers
************************************/
.top10{ margin-top: 10px;}
.top15{ margin-top: 10px;}
.top20{ margin-top: 20px;}
.top25{ margin-top: 25px;}
.top30{ margin-top: 30px;}
.top35{ margin-top: 35px;}
.top40{ margin-top: 40px;}
.top50{ margin-top: 50px;}
.top60{ margin-top: 60px;}

.left10{ margin-left: 10px;}
.left15{ margin-left: 10px;}
.left20{ margin-left: 20px;}
.left25{ margin-left: 25px;}
.left30{ margin-left: 30px;}
.left35{ margin-left: 35px;}
.left40{ margin-left: 40px;}


.right10{ margin-right: 10px;}
.right15{ margin-right: 10px;}
.right20{ margin-right: 20px;}
.right25{ margin-right: 25px;}
.right30{ margin-right: 30px;}
.right35{ margin-right: 35px;}
.right40{ margin-right: 40px;}


.bottom10{ margin-bottom: 10px;}
.bottom15{ margin-bottom: 10px;}
.bottom20{ margin-bottom: 20px;}
.bottom25{ margin-bottom: 25px;}
.bottom30{ margin-bottom: 30px;}
.bottom35{ margin-bottom: 35px;}
.bottom40{ margin-bottom: 40px;}
.bottom50{ margin-bottom: 50px;}
.bottom60{ margin-bottom: 60px;}






/************************************
Overlay
************************************/
.overlay-container{overflow: hidden; position: relative;padding-left: 0px; padding-right: 0px;}
.overlay-pontos{
    height: 100%;
    width: 100%;
	position: absolute;
    background: rgba(95, 96, 97, 0.4) url(../img/overlay.png) repeat top left;
	z-index: 0;
}
.overlay-pontos-brancos{
    height: 100%;
    width: 100%;
	position: absolute;
    background: rgba(95, 96, 97, 0.4) url(../img/overlay-patterns/climpek.png) repeat top left;
	z-index: 0;
}



 
.produto-box-container{background: url(../img/bg-sc.jpg); background-position: 200px; }
.services-container{background: url(../img/bg-buro3.jpg) center center}








/************************************
Butoes
************************************/
 /************* Buttons **************/
.livicon-evo-button {
  display: inline-block;
  position: relative;
  margin: 0 0 15px 0;
  padding: 12px 20px 12px 15px;
  border: none;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  background: #777;
  cursor: pointer;
  border-radius: 0px;
  transition: all 0.2s;
}
.livicon-evo-button:focus {
  outline: none;
}
.livicon-evo-button .livicon-evo {
  float: left;
  opacity: 0.9;
}
.livicon-evo-button span {
  line-height: 1.6;
  margin-left: 15px;
}
.livicon-evo-button.full-width{
  width: 100%;
}
.livicon-evo-button.divided span {
  margin-left: 30px;
}
.livicon-evo-button.rounded {
  border-radius: 6px;
}
.livicon-evo-button.divided::before {
  display: inline-block;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  content: "";
  background-color: rgba(0,0,0,0.2);
}
.livicon-evo-button.divided.rounded::before {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.livicon-evo-button.blue {
  background:#039BE5;
}
.livicon-evo-button.blue:active,
.livicon-evo-button.blue:focus {
  background: #4FC3F7;
}
.livicon-evo-button.cyan {
  background:#0097A7;
}
.livicon-evo-button.cyan:active,
.livicon-evo-button.cyan:focus {
  background: #00BCD4;
}
.livicon-evo-button.teal {
  background:#009688;
}
.livicon-evo-button.teal:active,
.livicon-evo-button.teal:focus {
  background: #4DB6AC;
}
.livicon-evo-button.green {
  background:#689F38;
}
.livicon-evo-button.green:active,
.livicon-evo-button.green:focus {
  background: #8BC34A;
}
.livicon-evo-button.orange {
  background:#FB8C00;
}
.livicon-evo-button.orange:active,
.livicon-evo-button.orange:focus {
  background: #FFA726;
}
.livicon-evo-button.grey {
  background:#607D8B;
}
.livicon-evo-button.grey:active,
.livicon-evo-button.grey:focus {
  background: #90A4AE;
}
.livicon-evo-button.red {
  background:#FF7043;
}
.livicon-evo-button.red:active,
.livicon-evo-button.red:focus {
  background: #FF8A65;
}
.livicon-evo-button.purple {
  background:#9C27B0;
}
.livicon-evo-button.purple:active,
.livicon-evo-button.purple:focus {
  background: #BA68C8;
}
 






/************************************
Referenzen  Testemonials 
************************************/
 
    .swiper-container.referenzen {
        width: 80%;
        padding-top: 50px;
        padding-bottom: 50px;
		
    }
    .swiper-slide.referenzen {
        width: 80%;
        height: 400px;
		text-align: center;
    }
     
   /*Assinatura*/
    .swiper-slide.referenzen h2 {
    font-family: 'Great Vibes', cursive; font-size: 30px;    
	text-transform: capitalize;
    letter-spacing: 0;
    margin: 0 0 15px;
    transform: rotate(-4deg) !important;
    -moz-transform: rotate(-4deg) !important;
    -webkit-transform: rotate(-4deg) !important;
		padding-top: 18px;
    }

/*Testemonial*/
 .swiper-slide.referenzen h5 {
    text-transform: uppercase;
    letter-spacing: 0.18em;
	 line-height: 1.5;}

/* Foto*/
.swiper-slide.referenzen .avatar-img {
    width: 150px;
    height:150px;
    border-radius: 50%; 
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: auto;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}



.swiper-slide.referenzen.swiper-slide-prev{ background: none;}



/*Paginacao em baixop central*/
.swiper-pagination-bullet {
    width: 15px;
    height: 15px; 
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #4e5d6c;
}





/************************************
Produto-box
************************************/
 

.produto-box {
  position: relative;
  min-height: 290px;
}

.produto-box.support-seite {
  position: relative;
min-height: auto;
	
}
.produto-box.support-seite .livicon-evo{
margin-top: 10px;
margin-bottom: 10px;	
}

support-seite

.produto-box h3,
.produto-box h4,
.produto-box p.lead {
  color: #fff;
}
.produto-box.intro {
  background-color: #FF5722;
}
 
.produto-box.intro:after {
  border-top-color: #FF5722;
}
.produto-box.step1 {
  background-color: #455A64;
}
.produto-box.step1:after {
  border-top-color: #455A64;
}
.produto-box.step2 {
  background-color: #37474F;
}
.produto-box.step2:after {
  border-top-color: #37474F;
}
.produto-box.step3 {
  background-color: #263238;
}
.produto-box.step3:after {
  border-top-color: #263238;
}		
		
.produto-box .livicon-evo {
  height: 90px;
  margin: 40px auto 35px;
}


/*Seta*/
.produto-box:after {
    content: '';
    position: absolute;
    bottom: -15px;
    right:  42%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	border-top: 20px solid;
    z-index: 20;
	display:none;
}
.produto-box.active:after { display: block;}





.produto-box .bottom {
  position: absolute;
  left: 25px;
  bottom: 6px;
}
.produto-box .bottom a,
.produto-box .bottom a:hover,
.produto-box .bottom a:active,
.produto-box .bottom a:focus {
  color: #fff;
  text-decoration: none;
}
.produto-box.intro p,
.produto-box.step1 p,
.produto-box.step2 p,
.produto-box.step3 p {
  color: #ddd;
}
.produto-box .bottom .livicon-evo {
  display: inline-block;
  position: relative;
  height: 24px;
  top: -1px;
  margin: 0;
}



.produto-box-content-container{ text-align: center;background: none}
.produto-box.li{ list-style-type: none;}


 

/* Para que o full screen do vimeo embed funcione mesmo tendo a class animated*/
.produto-box-content-container .animated {
    animation-fill-mode: none;
	position: relative;
}






 



/************************************
Paginas
************************************/
main.page{ 
 
background: url( ../img/bg-sc.jpg) center center; 
	background-size: cover;  
	 height: 100% !important;
	
}
section.page{
background: rgba(211,211,211,0.56);
padding-bottom: 230px;
	
} 






.page .card{ border-top-left-radius: 5px; border-top-right-radius: 5px; border-top: 2px rgba(130,130,130, 0.1) solid;}
 
.page .card p{text-align: justify;}

 





/************************************
Sombras
************************************/
.sombra1{
-webkit-box-shadow: 0 10px 6px -6px #777;
-moz-box-shadow: 0 10px 6px -6px #777;
box-shadow: 0 10px 6px -6px #777;
}

.sombra2{
-webkit-box-shadow: 0 7px 4px #777;
-moz-box-shadow: 0 7px 4px #777;
box-shadow: 0 7px 4px #777;
}

.sombra3{
-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}
.sombra4{
box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
}











/************************************
Overlay imagens (kontakt)
************************************/
.imagem_com_texto_overlay {
  background-color: #fff;
  color: #ffffff;
  display: inline-block; 
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.imagem_com_texto_overlay *,
.imagem_com_texto_overlay *:before,
.imagem_com_texto_overlay *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.imagem_com_texto_overlay img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.imagem_com_texto_overlay:before,
.imagem_com_texto_overlay:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #E0822E;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.imagem_com_texto_overlay:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.imagem_com_texto_overlay:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.imagem_com_texto_overlay figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 20px 25px 20px;
}

.imagem_com_texto_overlay figcaption:before,
.imagem_com_texto_overlay figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #E0822E;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.imagem_com_texto_overlay figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.imagem_com_texto_overlay figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.imagem_com_texto_overlay h3,
.imagem_com_texto_overlay p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.imagem_com_texto_overlay h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.imagem_com_texto_overlay p {
  font-size: 0.9em;
}

.imagem_com_texto_overlay a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.imagem_com_texto_overlay:hover h3,
.imagem_com_texto_overlay.hover h3,
.imagem_com_texto_overlay:hover p,
.imagem_com_texto_overlay.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.imagem_com_texto_overlay:hover:before,
.imagem_com_texto_overlay.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.imagem_com_texto_overlay:hover:after,
.imagem_com_texto_overlay.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.imagem_com_texto_overlay:hover figcaption:before,
.imagem_com_texto_overlay.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.imagem_com_texto_overlay:hover figcaption:after,
.imagem_com_texto_overlay.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}









/************************************
Kontakt form
************************************/
.input-lg { height: 40px;}
.kontakt-form-container textarea{ min-height: 200px;}
.kontakt-form-container{
    padding: 20px;
    background: #f4f7f8;
    margin: 10px auto;
    /*background: #f4f7f8;*/
    border-radius: 8px;
  
}
.kontakt-form-container fieldset{
    border: none;
}
.kontakt-form-container legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.kontakt-form-container label {
    display: block;
    margin-bottom: 2px;
	margin-left: 5px;
	font-size: 13px;
}
.kontakt-form-container input[type="text"],
.kontakt-form-container input[type="date"],
.kontakt-form-container input[type="datetime"],
.kontakt-form-container input[type="email"],
.kontakt-form-container input[type="number"],
.kontakt-form-container input[type="search"],
.kontakt-form-container input[type="time"],
.kontakt-form-container input[type="url"],
.kontakt-form-container textarea,
.kontakt-form-container select {
     
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 15px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 20px;
    
}
.kontakt-form-container input[type="text"]:focus,
.kontakt-form-container input[type="date"]:focus,
.kontakt-form-container input[type="datetime"]:focus,
.kontakt-form-container input[type="email"]:focus,
.kontakt-form-container input[type="number"]:focus,
.kontakt-form-container input[type="search"]:focus,
.kontakt-form-container input[type="time"]:focus,
.kontakt-form-container input[type="url"]:focus,
.kontakt-form-container textarea:focus,
.kontakt-form-container select:focus{
     background: #d2d9dd; 
	 
	color:#515D6C;
}
.kontakt-form-container select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.kontakt-form-container .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.kontakt-form-container input[type="submit"],
.kontakt-form-container input[type="button"]
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #1abc9c;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #16a085;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.kontakt-form-container input[type="submit"]:hover,
.kontakt-form-container input[type="button"]:hover
{
  background: #109177;  
}









/*######################################
// Loader
//#####################################*/
.loader{position: fixed;
   top:  50%;
   left: 50%;
   width: 2000px;
   height: 2000px;
   margin-top: -1000px; /* Half the height */
   margin-left: -1000px; /* Half the width */

background:rgba(255,255,255,0.5);
    background-image: url('../img/load.svg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 45%; 
z-index:99999;
 

}

 
.loader_card{position: absolute;
 
    top: 0;
    left: 0;
    right: 0;
	height:100%;
	width:100%;
 

background:rgba(255,255,255,0.5);
background-image: url('../img/load.svg');
background-repeat: no-repeat;
background-position: center; 
z-index:999999;
 

}









/************************************
Services
************************************/
.service_page_card {
    position: relative;
    vertical-align: middle;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
	background: rgba(255,255,255,0.90);
 
}


 


.service-inner-container {
    width: 100%;
    padding-top: 4rem;
    /*background-color: #d9d9d9;*/
	/*background-color: #ebebeb;*/
	background-color: #fff;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	
}

.service-inner-container h2, .service-inner-container .caption{ color:#555;}

.service-inner-container .gallery {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
}

.service-inner-container .gallery .item {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
	
}





.service-inner-container .gallery .item .img-wrap .livicon-evo {
    display: block;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 1.5rem;
    border-radius: 50%;
    background-color: #fff;
    /*background-image: radial-gradient(#e6e6e6, #cccccc 80%);*/
    background-size: 130% 130%;
    background-position: 0 0;
    background-repeat: no-repeat;
    box-shadow: inset 2px 2px 5px #b3b3b3, 2px 2px 15px #e6e6e6, inset 15px 15px 50px rgba(0, 0, 0, 0.1);
}










@media (max-width: 40rem) {
    .service-inner-container .gallery .item {
        padding-top: 4rem;
        padding-bottom: 4rem;
        flex-direction: column;
        text-align: center;
    }
}

.service-inner-container .gallery .item:nth-child(even) {
    justify-content: flex-end;
}

.service-inner-container .gallery .item:nth-child(even) .img-wrap {
    order: 2;
}

@media (max-width: 40rem) {
    .service-inner-container .gallery .item:nth-child(even) .img-wrap {
        order: 0;
    }
}

.service-inner-container .gallery .item:nth-child(even) caption {
    order: 1;
}

@media (max-width: 40rem) {
    .service-inner-container .gallery .item:nth-child(even) caption {
        order: 0;
    }
}

.service-inner-container .gallery .item .img-wrap {
    position: relative;
    padding: 0.8rem;
    width: 23%;
    flex-basis: 23%;
    border-radius: 50%;
}

@media (max-width: 40rem) {
    .service-inner-container .gallery .item .img-wrap {
        width: 80%;
        flex-basis: 80%;
    }
}

.service-inner-container .gallery .item .img-wrap:before,
.gallery .item .img-wrap:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    transform: rotate(-90deg);
}

.service-inner-container .gallery .item .img-wrap:before {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border-top: 1px solid #42a6f0;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #42a6f0;
    border-left: 1px solid transparent;
}

.service-inner-container .gallery .item .img-wrap:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #fff;
    border-left: 3px solid transparent;
    transition: transform 0.5s;
}



.service-inner-container .gallery .item:hover .img-wrap:after {
    transform: rotate(0deg);
}

@media (max-width: 40rem) {
    .service-inner-container .gallery .img-wrap {
        width: 70%;
        flex-basis: 70%;
    }
}

.service-inner-container .gallery .item .caption {
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    
}

@media (max-width: 40rem) {
    .service-inner-container .gallery .item .caption {
        padding-top: 1rem;
    }
}

.service-inner-container .gallery .item .caption h3 {
    position: relative;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-inner-container .gallery .item .caption a {
    display: inline-block;
    position: relative;
    padding: 0.3rem 1rem;
    color: inherit;
    text-decoration: none;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
}

 













/************************************
Video em frame
************************************/
.video-frame-container {
    overflow: hidden;
    height: 200px;
    width: 370px;
    position: relative;
    border-radius: 3px;
    padding: 5px;
    border: 3px solid #ccc;
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
	
}

.video-frame-container video {
    position: absolute;
    top: -45px;
    right: 0;
    bottom: 0;
    left: 0px;
    height: 290px;
	

}
@media (max-width: 767px) {
.video-frame-container {
 
   max-width: 360px;
    width: 100%;
 ;
}

}















/************************************
Imagem redonda no fundo
************************************/

.imagen_redonda_container .gallery {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
}

.imagen_redonda_container .gallery .item {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
	
}





.imagen_redonda_container .gallery .item .img-wrap img {
    display: block;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 1.5rem;
    border-radius: 100%;
    background-color: #ebebeb;
    /*background-image: radial-gradient(#e6e6e6, #cccccc 80%);*/
    background-size: 130% 130%;
    background-position: 0 0;
    background-repeat: no-repeat;
    box-shadow: inset 2px 2px 5px #b3b3b3, 2px 2px 15px #e6e6e6, inset 15px 15px 50px rgba(0, 0, 0, 0.1);
}



.imagen_redonda_container .gallery .item .img-wrap {
    position: relative;
    padding: 0.8rem;
    width: 100%;
    flex-basis: 100%;
    border-radius: 100%;
}

@media (max-width: 40rem) {
.imagen_redonda_container .gallery .item .img-wrap {
        width: 80%;
        flex-basis: 80%;
    }
}

.imagen_redonda_container .gallery .item .img-wrap:before,
.gallery .item .img-wrap:after {
    content: '';
    position: absolute;
    border-radius: 100%;
    transform: rotate(-90deg);
}

.imagen_redonda_container .gallery .item .img-wrap:before {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border-top: 1px solid #42a6f0;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #42a6f0;
    border-left: 1px solid transparent;
}

.imagen_redonda_container .gallery .item .img-wrap:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #fff;
    border-left: 3px solid transparent;
    transition: transform 0.5s;
}



.imagen_redonda_container .gallery .item:hover .img-wrap:after {
    transform: rotate(0deg);
}

 
















/************************************
Share button
************************************/
.carlos-share-button {
	position: absolute;
	right:0;
	bottom:1px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  padding-left: 3px;
 padding-top: 3px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #42a6f0;
  color: #FFFFFF;
  font-size: 24px; 
  cursor: pointer;
}
.carlos-share-button:hover {
  background: #e67e20;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.carlos-share-button a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  width: 0px;
  height: 0px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
.carlos-share-button a:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.carlos-share-button a:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #55acee;
}
.carlos-share-button a:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #dc4e41;
}
.carlos-share-button a:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #3F3F3F;
}
.carlos-share-button:hover a {
  opacity: 1;
  width: 50px;
  height: 50px;
}
.carlos-share-button:hover a:nth-child(2) {
  right: 80px;
  bottom: 0px;
}
.carlos-share-button:hover a:nth-child(2):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #3ea1ec;
}
.carlos-share-button:hover a:nth-child(3) {
  right: 65px;
  bottom: 65px;
}
.carlos-share-button:hover a:nth-child(3):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #d83a2b;
}
.carlos-share-button:hover a:nth-child(4) {
  right: 0px;
  bottom: 80px;
}
.carlos-share-button:hover a:nth-child(4):hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #323232;
}

/*---FOR MOBILE VIEW---*/
@media screen and (max-width: 400px) {
  h1 {
    padding: 15px;
    font-size: 25px;
  }
}
 









/************************************
rotacao
************************************/
.rotate-35{filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=-0.4);
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
  display: inline-block;
}







/************************************
Support
************************************/
.support-nr-container{
	font-size: 23px; 
	font-weight: bold; 
	text-align: center;
	position: relative;
	margin: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
.support-nr-container i{ font-size: 28px}

.support-nr-container .support-open-hours{
	background: #F9602E; 
	padding: 0px 5px 0px 5px; 
	color: #fff; 
	border-radius:3px;
	position: absolute; 
	right:  0px;
	top: -10px;
	font-size: 13px;
}

.support-img-container{
	margin: auto;
}


































 

/************************************
businessx Forms
************************************/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em; }abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}




.input {
    font-size: 150%;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0.2em;
	width: 100%;
	width: calc(100% - 0.2em) !important;
	vertical-align: top;
}

.icon {
    color: #ddd;
    font-size: 150% !important;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
 
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: 300;
	font-family: Montserrat;
	font-size: 65.25%;
}



 
.input--businessx {
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}

.input--businessx::after {
	content: '';
	width: 1px;
	position: absolute;
	top: 0.5em;
	bottom: 0.5em;
	left: 2.5em;
	background: #f0f0f0;
	z-index: 100;
}

.input__field--businessx {
	background: transparent;
	padding: 1.5em  1em 0.25em 3.2em;
	width: 100%;
	color: #00aeef;
}

.input__label--businessx {
	position: absolute;
	width: 100%;
	text-align: left;
	padding-left: 4.5em;
	pointer-events: none;
}

.icon--businessx {
	width: 2em;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1em 0 0 0.5em;
}

.input__label-content--businessx {
	padding: 1.7em 0;
	display: inline-block;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.input__label-content--businessx span {
	display: inline-block;
}

.input__field--businessx:focus + .input__label--businessx .input__label-content--businessx,
.input--filled .input__label-content--businessx {
	-webkit-animation: anim-businessx-1 0.3s forwards;
	animation: anim-businessx-1 0.3s forwards;
}

@-webkit-keyframes anim-businessx-1 {
	50% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	51% {
		-webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
		transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
	}
	100% {
		color: #a3a3a3;
		-webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
		transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
	}
}

@keyframes anim-businessx-1 {
	50% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	51% {
		-webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
		transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
	}
	100% {
		color: #a3a3a3;
		-webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
		transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
	}
}


.input__field--businessx:focus + .input__label--businessx .icon--businessx,
.input--filled .icon--businessx {
	-webkit-animation: anim-businessx-2 0.3s forwards;
	animation: anim-businessx-2 0.3s forwards;
}

@-webkit-keyframes anim-businessx-2 {
	50% {
		opacity: 1;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
	}
	50.25% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
	}
	50.75% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	51% {
		opacity: 1;
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		color: #00aeef;
	}
}

@keyframes anim-businessx-2 {
	50% {
		opacity: 1;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
	}
	50.25% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
	}
	50.75% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	51% {
		opacity: 1;
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		color: #00aeef;
	}
}
/************************************
END businessx Forms
************************************/























/************************************
Float Buttons
************************************/
 .float-button-container{
position:fixed;
width: auto; 	
bottom:15%;
right:30px;
z-index: 999; 
}


.float-button{
	opacity: 0.95;
	display: block;
	margin-bottom: 10px;
	padding: 7px 55px 7px 15px;
	background-color:#ff5722;
	color:#FFF;
	border-radius: 0px;
	text-align:center;
	box-shadow: 0 13px 10px -10px rgba(31, 31, 31, 0.5);
	font-weight: 600;
	position: relative;
	z-index: 3;
	 
}


.float-button i{
	font-weight: 400;
	font-size: 18px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #2c353b;
	background: #fff;
	 padding: 10px 10px 10px 15px;
}










/************************************
Video erklarung
************************************/

#controls-container{
font-size: 14px; position: absolute; right:  140px; top:  0px; z-index: 99999;
display: none;
}
#controls-container .badge{
	color: #fff; font-weight: 500;  
}

.patrick_video_container video:hover, #controls-container:hover{
cursor: pointer;
}













/************************************
Modal  
************************************/
.modal-content {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	border: 0;
	text-align: left;
	 
}

.modal-header {
	padding: 25px 25px 15px 25px;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
}

.modal-header .close {
	font-size: 36px;
	color: #888;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}

.modal-title {
	margin-bottom: 10px;
	line-height: 30px;
}

.modal-body {
	padding: 25px 25px 30px 25px;
	background: #eee;
	text-align: left;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
}

.modal-body img {
	margin-bottom: 15px;
}

.modal-body form textarea {
	height: 100px;
}

.modal-body form .input-error {
	border: 1px #fd625e solid;
}
.modal-backdrop {
  z-index: 20!important;
}



.modal-content button.btn {
	width: 100%;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fd625e;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.modal-content button.btn:hover { opacity: 0.6; color: #fff; }

.modal-content button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.modal-content button.btn:focus { outline: 0; opacity: 0.6; background: #fd625e; color: #fff; }

.modal-content button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #fd625e; color: #fff; }





/************************************
Sombras
************************************/
			.sombra-top {
				box-shadow: 0 -5px 5px -5px #333;
			}
			
			.sombra-right {
				box-shadow: -5px 0 5px -5px #333;
			}
			
			.sombra-bottom {
				box-shadow: 0 5px 5px -5px #333;
			}
			
			.sombra-left {
				box-shadow: 5px 0 5px -5px #333;
			}
			
			.sombra-all {
				box-shadow: 0 0 5px #333;
			}






/************************************
Telemovel mobile
************************************/
@media (max-width: 991px) {

    .horario-abertura .livicon-evo {
        width: 48px !important;
    }
    .horario-abertura .horario {
        font-size: 15px
    }
    .logo {
        max-width: 290px;
    }
    .produto-box p.text-center {
        display: none;
    }
    .produto-box-container > .container {
        padding-left: 0px;
        padding-right: 0px;
    }
	
	
    .responsive-video {
        position: relative;
        padding-bottom: 56%;
        padding-top: 0px;
        height: 0;
        overflow: visible;
        z-index: 99999;
		border:0px;  
		box-shadow: none;
	  
    }
    .responsive-video iframe,
	.responsive-video video,
    .responsive-video object,
    .responsive-video embed {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
		
    }
 
}
















@media (max-width: 768px) {
	
	    .responsive-video {
        position: relative;
        padding-bottom: 65%;
        padding-top: 0px;
        height: 0;
        overflow: hidden;
        z-index: 99999;
		border:0px; 
	     } 
			

	
	
	
	
.page section > div > div > div {margin-top: 20px !important; padding: 0px;}
.service_page_card h4{ text-align: left; font-size: 14px; line-height: 22px}
.page .container{ padding: 0px;}
.page .container .produto-box.support-seite .livicon-evo { width: 58px !important; margin-top: 8px !important;}	
.page .container .produto-box.support-seite h4 { font-size: 11px !important;}
body > main > section > div > div > div > div > div.container.col-sm-8 > ul > li.produto-box.support-seite.step1.col-md-3.col-sm-3.col-xs-3 > a > h4{ font-size: 10px !important}
 
.service-inner-container .caption{ text-align: left; font-size: 14px; line-height: 22px}
	
	
	
	 
	
	.card-header{ font-size: 16px}
	.card-header .livicon-evo{ margin-top: -18px !important}
	
	.carlos-share-button{ right: 20px;}
	.row { margin-left: 0px; margin-right: 0px; }

	
	
 
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}
	
 
	
    body > nav > div {
        margin-top: 0px;
    }
    /* nav principal*/
    .logo {
        padding: 0px;
        padding-left: 15px;
        padding-top: 23px;
        max-width: 260px;
    }
    .slider-container {
        margin-top: 0px
    }
    body > nav > div > div.navbar-header > button {
        margin-top: 25px;
        background: #4e5d6c
    }
    /* Butao menu*/
    /*produto-box*/
    .produto-box .livicon-evo-holder svg {
        height: 70px !important;
    }
    div.livicon-evo {
        margin: auto !important;
        padding-bottom: 20px !important;
        text-align: center;
    }
    .produto-box .livicon-evo {
        height: 55px;
        margin: auto !important;
        text-align: center
    }
    .produto-box {
        list-style-type: none !important;
        height: 100px;
        min-height: 100px;
    }
    .produto-box h4 {
        font-size: 11px;
        font-weight: 500
    }
    .produto-box:after {
        right: 0px;
        z-index: 5;
    }

}
 







 /* Iphone 5*/
@media (max-width: 376px) {
.logo{ padding-left: 0px; padding-left: 15px; padding-top: 25px; max-width:250px; }
 .row { margin-left: 0px; margin-right: 0px; }
	
	
}







 
/*radio*/
 [type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}  

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label,
[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
	content: '\f058';
	font-family: FontAwesome;
	color: #42a6f0;
	font-size: 18px;
	width: 18px;
	height: 18px;
	/*background: #4d646f;*/
	position: absolute;
	top: -1px;
	left: 1px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after,
[type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked+label:after,
[type="checkbox"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


















.flipInX{
    opacity: 1 !important;
}
.navbar{
    margin-bottom: 0px;
} 










/*MObil2*/
@media only screen and (max-width: 500px) {
    .play-btn {
    
    left: 68% !important;
    top: 63%  !important;
    }    
    
      #video_text_links > div p   {
        font-size: 13px;
    }
    
    header { 
    height: auto !important;
    min-height:  280px !important;
    width: 100%;
    
} 
    
#vorteile-container > section > div > div{ margin-top: 10px;}
.warum_circulo_container {
    text-align: center;
    width: 290px !important;
    height: 290px !important; 
    
        box-shadow: 0 0 0 5px #fff, 0 0 0 40px #f6f6f6, 0 0 0 45px #fff !important;
    vertical-align: center;
    padding: 0px !important;
    margin-left:12px !important;

    
    
}
    .warum-icon, .inc_services_container_vimeo{ display: none}
    
    body > div.container.warum-uns-container > div:nth-child(3) > h1{
        margin-top: 80px !important;
    }
    
    
    
    .kontakt_infos{ width: 100% !important;margin-left:  0px !important; }
    .produkte-und-preise .col-lg-12{ padding: 0px !important}
    .produkte-und-preise .Projektoren_container{ overflow-x: scroll;     margin-left: -20px;}
    .modal-dialog{ width: 100% !important}
    .modal-body {
    padding: 0px !important;
    }
       #referenzpartner-werden-modal .titulo_h1_novo {
            font-size: 24px !important;}
        #referenzpartner-werden-modal {margin-left: -11px;}
    .voraussetzungen-fragen-container{ padding: 0px !important; }
    .voraussetzungen-fragen-container fieldset .legend { font-size: 16px !important}
}












@media only screen and (max-width: 950px) {
.card h1, .section h1, .vimeo-wrapper h1, #vorteile-container > section > h1, div.container.warum-uns-container h1 {
    font-size: 24px !important;
}   
    
    
    .card { padding:0px !important;}    
    
  
   header > div.overlay{
            opacity: 0.7;
    }    
#video_text_links  h1    
{
    font-size: 17px;
    margin-top: 0px;
    font-weight: bold;
    padding: 0px;
    
}
    body > div.fadeIn.animated.slider-container > header > div.container{
        padding-top: 15px !important;
    }    
    
    

   header { 
    height: auto !important;
    min-height:  300px !important;
    width: 100%;
    
}  
  
    
    
    #popUp{
 
        max-width: 350px !important;
        font-size: 90% !important;
        top: 56% !important;
        bottom: 0px !important;
        
        
    }    
    #popUp .close{
        left: 8px !important;
    }
     
    
    
    
   
    .hidden-md{ display: none;}
    
    .visible-md{ display: block !important;}
    .movile_menu_navbar{ padding-top: 20px;}
    
    .container{ width: 100% !important;}
    
    .vorteile-butao-line { 
    margin-top: -58px !important;
    }
    
       .kontakt_infos{ width: 100% !important;margin-left:  0px !important; }
}   



@media (min-width: 992px){
    .videoTitle{ font-size: 18px !important;}
}