
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i);


.Cor1 {color: #5e316c;}
.Cor2 {color: #5d5d5d;}
.Cor3 {color: #6d5179;}
.Cor4 {color: #ffffff;}
.Cor5 {color: #e0e0e0;}
.Cor6 {color: #75c1a7;}
.Cor7 {color: #efefef;}
.Cor8 {color: #72587f;}
.Cor9 {color: #75c1a7;}
.Cor10 {color: #60336e;}
.Cor11 {color: #8a8a8a;}
.Cor12 {color: ;}


body {
  padding-top: 0px;
  background: #ffffff;
  
/*  font-family: 'Roboto', sans-serif; 
font-family: 'Lato', sans-serif;
font-family: "Open Sans", arial, sans-serif;*/

font-family: 'Lato', sans-serif;
   	font-style: normal;
    font-weight: 300;
	letter-spacing: 0px;

  color: #5d5d5d;
  line-height: 26px;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;  
}

h1,
h2,
h3,
h4,
h5,
h6 {


font-family: "Open Sans", arial, sans-serif;
	font-style: normal;

  font-weight: 600;
	letter-spacing: 0px;
    
  color: #5d5d5d;
}
p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 0px; 
  font-size: 20px;   
}

a {
  color: #6d5179;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #5e316c;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  color: #5d5d5d;
  position: relative;
  padding-bottom: 0px;
  margin: 0 0 10px;
text-transform: uppercase;
}

.section-header p {
  color: #5d5d5d;
  position: relative;
  padding-bottom: 0px;
  margin: 60px 0 10px;
  line-height: 30px;
font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
}



.alert-danger {
  color: #ffffff;
  background: #5e316c;

}
.alert-danger hr {
border: 1px solid rgba(255,255,255, 0.2);
}
.alert-danger p {
color: rgba(255,255,255, 0.8);
}
.alert-danger h4 {
font-weight: 600;
}


#bg_cinza {
	width						: 100%;
	height						: auto;
	margin						: 0px auto;
	z-index:0;
/*	background					: #434343; */
	padding						: 30px 0px 30px 0px;
	clear: both;
}
#bg_blur {
	width						: 100%;
	height						: auto;
	margin						: 0px auto;
	z-index:0;
/*	background					: #434343; */
	padding						: 30px 0px 30px 0px;
	clear: both;
}

.bg_blur {
  margin-top:100px; 
  overflow: hidden;
  position: relative;
}
.bg_blur:after {

  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  margin: -30px 0px 0px 0px;
  display: block;
  background-image: url('/images/blur.png');
  background-size:cover;
  width: 100%;
  height: 100%;

}
@media only screen and (min-width: 769px) {
#bg_blur {
	width						: 100%;
	height						: auto;
	margin						: 0px auto;
  margin-top:160px; 
	
	z-index:0;
/*	background					: #434343; */
	padding						: 30px 0px 30px 0px;
	clear: both;
}

.bg_blur {
  margin-top:160px; 
  overflow: hidden;
  position: relative;
}

.section-header .section-title {
  font-size: 30px;
}
}

@media only screen and (max-width: 768px) {
.section-header .section-title {
  font-size: 18px;
}
}

.section-header .section-title:before {
  content: url('/images/marcador.png');
  position: absolute;
  width: 100px;
  top: 40px;
  left: 50%;
  margin-left: -113px;
  height: 12px;
} 

.section-header .section-subtitle:before {
  margin-top: 30px;
} 

@media only screen and (min-width: 768px) {
.section-header .section-subtitle:before {

  position: absolute;
  width: 100px;
  margin-top: 30px;
  left: 40%;
  margin-left: -15px;
  height: 4px;

} 




}












 /*
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  bottom: -11px;
  left: 50%;
  margin-left: -20px; */
/*  border: 5px solid #ffffff;
  border-radius: 20px; 
  background: rgba(54, 125, 181, 0.8);
  
*/
  background: #5d5d5d;

}

.column-title-obs {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
letter-spacing: 3px;    
  font-weight: 200;
  font-size: 16px;
  
}

.column-title-obs:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}


.column-title {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
letter-spacing: 3px;    
  font-weight: 200;
  font-size: 16px;
  
}

.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 46%;
  border-bottom: 1px solid #e0e0e0;
}



ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #5e316c;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

 

.fotofolio {
  margin-top: 0;
  padding-bottom: 0px;
  border-bottom: 6px solid  #6d5179;
  margin-bottom: 0px;
  position: relative;
 
}

.fotofolio:after {
	content: " ";
	position: absolute;
	bottom: -26px;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: #6d5179 transparent transparent transparent;
}

/*************************
*******Header******
**************************/
.navbar.navbar-default {
  background: rgba(239,239,239, 0.9);
/*    border-top: 6px solid ; */
  border-radius: 0;
  margin-bottom: 0;
}



.navbar-header {
padding: 0px 0px 0px 0px; 
margin: 0px 0px 0px 0px;
}

.navbar.navbar-default .navbar-toggle {
margin-top: 0px;
margin-bottom: 0px;


margin-right: 15px;
background-image: none;
border: 0px solid transparent;
border-radius: 0px;
color: #fff;
background: #79d2da;

}
/*
   @media only screen and (max-width: 400px) {
.navbar.navbar-default .navbar-toggle {
  margin-top: 10px;
}
    }
    @media only screen and (max-width: 400px) {
.navbar.navbar-default .navbar-toggle {
  margin-top: 10px;
}
    }
    @media only screen and (min-width: 500px) {
.navbar.navbar-default .navbar-toggle {
  margin-top: 30px;
}
    }

*/
.navbar.navbar-default .navbar-brand {
  height: auto;
}

  .navbar-default .navbar-nav > li > a {

	 color: #5e316c;
	text-transform: uppercase;

  }
 .navbar-default .navbar-nav > li.active > a,
 .navbar-default .navbar-nav > li.open > a,
  .navbar-default .navbar-nav > li:hover > a { 
background: #ffffff;  
    border: 1px solid #e0e0e0; 
   color: #75c1a7;
       -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  
@media only screen and (min-width: 768px) {

.navbar-header {
padding: 0px 0px 0px 0px; 
margin: 40px 0px 0px 0px;
}


  #main-menu.navbar-default {
text-align: right;
   font-weight: 600; 
   font-size: 9px;
   letter-spacing: 0.5px;  
 font-family: 'Roboto', sans-serif; 
   text-transform: uppercase;
  color: #72587f;
    background: rgba(255,255,255, 0.9);
  }

  #main-menu.navbar-default .navbar-nav > li > a {
    margin: 32px 6px 32px 4px;
    padding: 7px 7px 7px 7px;
	 color: #5e316c;
  
    border: 0px solid transparent; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
background: #ffffff;  
    border: 1px solid #e0e0e0; 
   color: #75c1a7;
       -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 7px 7px 7px 7px;
    margin: 32px 6px 32px 4px;
  }

}


@media only screen and (min-width: 980px) {

#main-menu.navbar-default {
   font-size: 8px;
  }

 }


@media only screen and (min-width: 1120px) {

#main-menu.navbar-default {
   font-size: 9px;
  }

 }

@media only screen and (min-width: 1280px) {

#main-menu.navbar-default {
   font-size: 11px;
  }

 }


@media only screen and (min-width: 1360px) {

#main-menu.navbar-default {
   font-size: 11px;
  }

 }

@media only screen and (min-width: 1560px) {

#main-menu.navbar-default {
   font-size: 12px;
  }

 }


  .header_nav {
    font-size: 9px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 5px 0px 0px 0px; 
	clear: both;  
  }
  .header_nav a {
	 color: #ffffff;
  }
  .header_nav a:hover {
	 color: #5d5d5d;
  }
  .header_nav p {
    font-size: 8px;
  }
header img#logo {
    display: inline-block;
    height: 60px;
    float: left;
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }
@media all and (max-width: 411px) {

header img#logo {

    height: 40px;

    }
}


@media only screen and (min-width: 769px) {

  .header_nav {
  font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 34px 0px 0px; 
	clear: both;  
  margin-bottom: 45px;  

  }
  .header_nav a {
	 color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header_nav a:hover {
	 color: #5d5d5d;
  }
  .header_nav p {
    font-size: 15px;
  }

header img#logo {
    display: inline-block;
    height: 70px;
    line-height: 52px;
    float: left;
    color: white;
    font-weight: 400;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 30px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }
}

@media only screen and (min-width: 800px) {
header img#logo {
    height: 80px;
    margin-bottom: 40px;
    }
}

@media only screen and (min-width: 960px) {
header img#logo {
    height: 80px;
    margin-bottom: 25px;
    }
}



@media only screen and (min-width: 1280px) {
header img#logo {
    height: 80px;
    margin-bottom: 35px;
    }
}


@media only screen and (min-width: 1366px) {
header img#logo {
    height: 80px;
    margin-bottom: 35px;
    }
}


@media only screen and (min-width: 1440px) {
header img#logo {
    height: 91px;
        margin-bottom: 40px;
    }
}




#main-slider {
  overflow: hidden;
    padding-top:0px;
  min-height: 490px;
}
#main-slider .item {
  min-height: 490px;
  background-repeat: no-repeat;
  background-position: 50% 0%;
 background-size: cover;
    padding-bottom:0px;
    margin-bottom: 0px;
}
#main-slider .box-rotulo {
  min-height: 170px;
  margin-top:230px;
  padding: 0px 0px 0px 0px;
  background: rgba(93,93,93, 0.95);  
  min-height:100%;
color: #fff;  
}

#main-slider .box-rotulo-inner {
  background: rgba(117,193,167, 0.35);  
min-height: 186px; 
padding: 0px 0px 0px 0px;
color: #fff;
}


#main-slider .box-busca {
border-top: 4px solid #6d5179;
background: rgba(255,255,255, 0.95);  
position:absolute; 
top: 0px; 
z-index:999; 
min-height: 290px; 
min-width: 280px; 
margin-top: 350px;
}

#main-slider .slider-inner {
  color: #fff;  
}




#main-slider .slider-inner .titulo {
  padding: 15px 20px 20px 20px;
  background: #5e316c;
  height: 100px;
  width: auto;
  font-size: 12px;
  font-family: "Open Sans", arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
  overflow: hidden;
  z-index:999; 
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
    position: absolute;
  top: 300px;
  left: 2%;
  right: 2%;
  }

#main-slider .slider-inner .subtitulo {
  padding: 6px 20px 4px 20px;
/*  background: #75c1a7; */
  background: #43896f;


font-size: 12px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 300;
letter-spacing: 1px;  

  color: #fff;  
  height: auto;
  width: 750px;
  z-index:999; 
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  top: 440px;
  right: 20%;  
 
  }
#main-slider .slider-inner .sub-subtitulo {
  padding: 6px 20px 4px 20px;
  background: #5e316c;
font-size: 10px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 300;
letter-spacing: 1px;  
 color: #ffffff;  
 height: 40px;
 width: auto;
 z-index:999; 
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 position: absolute;
 top: 490px;
 right: 20%;  
}

#main-slider .slider-inner h4 {
  padding: 0px 0px 0px 0px;  
  color: #fff; 

  }
#main-slider .slider-inner h5 {
  padding: 0px 0px 0px 0px;  
  color: #fff; 

  }


  
#main-slider .slider-inner p {
  font-size: 12px;
  padding: 12px 12px 12px 12px; 
        line-height: 35px;
letter-spacing: 1px;  

}


#main-slider .atendimento {
  background: #5e316c;
  color: #ffffff;  
  position:absolute; 
  top: 0px; 
  left: 2%; 
  right: 2%; 
  z-index:999; 
  height: 50px; 
  width: 96%; 
  margin-top:100px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 12px 10px 10px 10px;
 }


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

#main-slider .atendimento {
  margin-top: 95px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 12px 10px 10px 10px;
  left: 0%; 
  right: 0%; 
  width: 100%; 
 }
}

#main-slider .atendimento .menutopoul ul {
  padding: 0;
  margin: 0px 0px 0px 0px;
    padding: 0px 1px 0px 1px;
}
#main-slider .atendimento .menutopoul ul > li {
   font-weight: 600; 
   font-family: 'Open Sans', sans-serif;
   font-size: 8.5px;
   letter-spacing: 0.6px;  
    text-transform: uppercase;
  display: inline;
  margin: 0px 0px 0px 0px; 
  padding: 0px 1px 0px 1px;
  color: #ffffff;
  
}


#main-slider .atendimento .menutopoul ul > li a {
color: #ffffff;
}
#main-slider .atendimento .menutopoul ul > li a:hover,
#main-slider .atendimento .menutopoul ul > li a.active {
  color: rgba(255, 255, 255, 0.7);  
}


@media only screen and (min-width: 320px) {

#main-slider .atendimento .menutopoul ul > li {
   font-size: 8.5px;
  margin: 0px 0px 0px 0px;
 
}

}

@media only screen and (min-width: 380px) {

#main-slider .atendimento .menutopoul ul > li {
   font-size: 12px;
  margin: 0px 0px 0px 0px;
 
}
#main-slider .slider-inner .titulo {
  font-size: 12px;
  height: 60px;
  top: 300px;
  left: 2%;
  right: 2%;  
}

}
@media only screen and (min-width: 420px) {

#main-slider .slider-inner .titulo {
  font-size: 12px;
  height: 90px;
  top: 330px;
  left: 2%;
  right: 2%;  
}

}

@media only screen and (min-width: 580px) {

#main-slider .atendimento .menutopoul ul > li {
   font-size: 16px;
  margin: 0px 0px 0px 0px;
 
}
#main-slider .slider-inner .titulo {
  font-size: 14px;
    height: 60px;

}

}



@media only screen and (min-width: 768px) {

#main-slider {
  overflow: hidden;
    padding-top:0px;
  min-height: 600px;	
}


#main-slider .item {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
	    padding-bottom:0px;
    margin-bottom: 0px;
}

#main-slider .slider-inner .titulo {
left: 20%; 
right: 20%;
}
#main-slider .box-busca {
  background: rgba(255,255,255, 0.95);  
 
position:absolute; 
top: 0px; 
left: 8%; 
z-index:999; 
min-height: 400px; 
min-width: 280px; 
margin-top:230px;
}

#main-slider .slider-inner h1 {
  margin-top: 180px;
  font-size: 30px;
  line-height: 52px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

#main-slider .atendimento {
  background: #5e316c;
  color: #ffffff;  
  position:absolute; 
  top: 0px; 
  left: 5%; 
  right: 5%; 
  z-index:999; 
  height: 50px; 
  width: 90%; 
  margin-top: 90px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 12px 10px 10px 10px;
 
   font-weight: 400; 
   font-size: 13px;
   letter-spacing: 0.2px;  
   font-family: 'Roboto', sans-serif; 

  line-height: 25px;
  text-transform: uppercase;

}
#main-slider .atendimento .menutopoul ul {
  padding: 0;
  margin: 0px 0px 0px 0px;
    padding: 0px 4px 0px 4px;
}
#main-slider .atendimento .menutopoul ul > li {
   font-weight: 600; 
   font-family: 'Open Sans', sans-serif;
   font-size: 14px;
   letter-spacing: 0.6px;  
    text-transform: uppercase;
  display: inline;
  margin: 0px 0px 0px 0px; 
padding: 0px 4px 0px 4px;
  color: #ffffff;
  
}

}
@media only screen and (min-width: 800px) {
#main-slider .atendimento {
  left: 5%; 
  right: 5%; 
  width: 90%; 
  margin-top:110px;
}

}


@media only screen and (min-width: 960px) {

#main-slider .atendimento {
  left: 5%; 
  right: 5%; 
  width: 90%; 
  margin-top:105px;
}
.menucontainer {
  position:absolute; 
  top: 0px; 
  z-index:999; 
  left: 5%; 
  right: 5%; 
  width: 90%; 
}
#main-slider .slider-inner .titulo {
  top: 370px;
    font-size: 22px;
  }

}

@media only screen and (min-width: 991px) {
#main-slider .atendimento {
  left: 5%; 
  right: 5%; 
  width: 90%; 
  margin-top:145px;
}

}


@media only screen and (min-width: 1024px) {

#main-slider {
  overflow: hidden;
    padding-top:0px;
  min-height: 600px;	
}

#main-slider .item {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main-slider .box-busca {
  background: rgba(255,255,255, 0.95);  
 
position:absolute; 
top: 0px; 
left: 10%; 
z-index:999; 
min-height: 400px; 
min-width: 280px; 
margin-top:230px;
}
#main-slider .atendimento {
  left: 5%; 
  right: 5%; 
  width: 90%; 
  margin-top:145px;
}

#main-slider .atendimento .menutopoul ul > li {
   font-weight: 600; 
   font-family: 'Open Sans', sans-serif;
   font-size: 9.5px;
   letter-spacing: 0.6px;  
    text-transform: uppercase;
  display: inline;
  margin: 0px 0px 0px 0px;
padding: 0px 4px 0px 4px;
  color: #ffffff;
  
}

.menucontainer {
  position:absolute; 
  top: 0px; 
  z-index:999; 
  left: 5%; 
  right: 5%; 
  width: 90%; 
}


}

@media only screen and (min-width: 1130px) {

#main-slider .atendimento .menutopoul ul > li {
   font-size: 12px;
  
}
}


@media only screen and (min-width: 1382px) {

#main-slider {
  overflow: hidden;
    padding-top:0px;
  min-height: 740px;
}

#main-slider .item {
  min-height: 740px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main-slider .slider-inner h1 {
  margin-top: 180px;
  font-size: 30px;
  line-height: 52px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
#main-slider .box-busca {
  background: rgba(255,255,255, 0.95);  
 
position:absolute; 
top: 0px; 
left: 15%; 
z-index:999; 
min-height: 400px; 
min-width: 280px; 
margin-top:230px;
}
#main-slider .atendimento {
  left: 5%; 
  right: 5%; 
  width: 90%; 
  margin-top:145px;
}
#main-slider .slider-inner .titulo {
  top: 540px;
  font-size: 26px;
  }

#main-slider .slider-inner .subtitulo {
  top: 610px;
  font-size: 16px;
  }
#main-slider .slider-inner .sub-subtitulo {
 top: 660px;
 font-size: 14px;
}


#main-slider .atendimento .menutopoul ul > li {
   font-weight: 600; 
   font-family: 'Open Sans', sans-serif;
   font-size: 12.5px;
   letter-spacing: 0.6px;  
    text-transform: uppercase;
  display: inline;
margin: 0px 0px 0px 0px; 
padding: 0px 4px 0px 4px;
  color: #ffffff;
  
}

.menucontainer {
  position:absolute; 
  top: 0px; 
  z-index:999; 
  left: 30%; 
  right: 30%; 
  width: 40%; 
}

}



@media only screen and (min-width: 1440px) {
#main-slider {
  min-height: 790px;
}

#main-slider .item {
  min-height: 790px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#main-slider .box-busca {
  background: rgba(255,255,255, 0.95);  
 
position:absolute; 
top: 0px; 
left: 19%; 
z-index:999; 
min-height: 400px; 
min-width: 280px; 
margin-top:230px;
}

#main-slider .atendimento {
  left: 10%; 
  right: 10%; 
  width: 80%; 
  margin-top:165px;
}
#main-slider .atendimento .menutopoul ul > li {
   font-size: 13px;
  
}

}



@media only screen and (min-width: 1600px) {
#main-slider .atendimento {
  left: 15%; 
  right: 15%; 
  width: 70%; 
  margin-top:165px;
}
#main-slider .atendimento .menutopoul ul > li {
   font-size: 12px;
  
}

}

@media only screen and (min-width: 1680px) {
#main-slider .box-busca {
  background: rgba(255,255,255, 0.95);  
 
position:absolute; 
top: 0px; 
left: 23%; 
z-index:999; 
min-height: 400px; 
min-width: 280px; 
margin-top:230px;
}
#main-slider .atendimento {
  top: 0px; 
  left: 16%; 
  right: 16%; 
  width: 68%; 
  margin-top:165px;
}

}
@media only screen and (min-width: 1780px) {
#main-slider .atendimento {
  top: 0px; 
  left: 20%; 
  right: 20%; 
  z-index:999; 
  height: 50px; 
  width: 60%; 
  margin-top:165px;
}
}

/*************************
*******NOVO MENU COM REDUCAO ON SCROLL PAGE (Header)******
**************************/

header #menutop {
    min-height: 50px;
 
    line-height: 12px;
    font-size: 12px;
 
    margin-top: -2px;
    margin-bottom: 0px;	
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 0px;


  
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 5px solid #5e316c;
}






.menutopo {
background-color: rgba(10, 20, 45, 0.25); 
z-index: 9999999999999999999999; 
position:absolute; 
top:0px; 
height: 40px; 
width: 100%; 
border-bottom: 1px solid rgba(255, 255, 255, 0.25); 
line-height: 38px;
}


.menu-sup {
border-left: 1px solid rgba(255, 255, 255, 0.25); 
height: 40px;
}
.menu-sup-right {
border-left: 1px solid rgba(255, 255, 255, 0.25); 
height: 40px;
border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.menutopoul ul {
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 0px 0px;
}
.menutopoul ul > li {
   font-weight: 400; 
   font-size: 11.2px;
   letter-spacing: 0.2px;  
 font-family: 'Roboto', sans-serif; 
   text-transform: uppercase;
  display: inline;
  margin: 0px 0px 0px 4px;
}

.menutopoul i {
   font-size: 11px;
}

 @media only screen and (min-width: 360px) {
.menutopoul i {
   font-size: 11px;
}
}
 @media only screen and (min-width: 580px) {
.menutopoul i {
   font-size: 18px;
}
}
 @media only screen and (min-width: 768px) {
.menutopoul i {
   font-size: 17px;
}
}


#mobimenu{
  padding: 0;
  margin: 0px 0px 0px 0px;
left: 0;
}

@media all and (max-width: 991px) {

header #menutop {
    min-height: 0px;
    margin-top: -2px;
    margin-bottom: 0px; 
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#mobimenu{
  width: 150%;
}
.menu-sup {
display: none;
border-left: 0px; 
height: 0px;
}
.menu-sup-right {
display: none;
border-left: 0px; 
height: 0px;
border-right: 0px;
}
.menutopo {
display: none;
}
}
.topbarmenu {
    font-size: 80%;  
}
.menutopo-margin {
   margin: 10px 0px 10px 0px;  
}
.menutopo-icon {
  font-size:10px; 
   position: relative; top: 0px; 
  color: ;
   margin: 0px 6px 0px 0px;  
}
.menutopo-texto {
  font-size:80%; 
}
 @media only screen and (min-width: 769px) {
.topbarmenu {
 font-size:100%;  
}
.menutopo-margin {
 margin: 0px 0px 0px -10px; 
}
.menutopo-icon {
  position: relative; top: 3px; 
  font-size:20px; 
  margin: 0px 10px 0px 0px;  
}

}

@media only screen and (min-width: 982px) {
.menutopo-texto {
  font-size:80%;
}
}
@media only screen and (min-width: 1024px) {
.menutopo-texto {
  font-size:90%;
}
}
@media only screen and (min-width: 1280px) {
.menutopo-texto {
  font-size:100%;
}
}



/*************************
*******FIM DO NOVO MENU COM REDUCAO ******
**************************/

   @media only screen and (max-width: 980px) {
    .mobile-hide{ display: none !important; }
    }
    @media only screen and (max-width: 980px) {
    .mobile{ display: inline !important; }
    }
    @media only screen and (min-width: 981px) {
    .desktop-esconder{ display: none !important; }
    }
    @media only screen and (min-width: 1024px) {
    .desktop-hide{ display: none !important; }
    }

   @media only screen and (max-width: 1240px) {
    .medium-hide{ display: none !important; }
    }
   @media only screen and (min-width: 769px) {
    .big-hide{ display: none !important; }
    }

  
   .pre-hide{ display: inline-block !important; }  

   @media only screen and (max-width: 980px) {
    .pre-hide{ display: none !important; }
    }
    

   .mnhide{ display: inline-block !important; }  

   @media only screen and (max-width: 991px) {
    .mnhide{ display: none !important; }
    }









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

#main-slider .slider-inner h4 > span {
	padding: 0px 0px 0px 0px;  
	text-transform: uppercase;
  font-size: 12px;
  color: #fff;
	}
	
#main-slider .slider-inner p {
  font-size: 8px;
	padding: 4px 4px 4px 4px; 
        line-height: 35px;
letter-spacing: 0px;  

}

}







#main-slider .slider-inner .btn {
  margin: 10px 0px 15px 0px;
}


#main-slider .owl-buttons{
	position: static;

}
#main-slider .owl-prev,
#main-slider .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 42px;
    font-weight: 700;
	text-align: center;
	color: #fff;
    z-index: 6;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

@media all and (max-width: 768px) {
#main-slider .owl-prev,
#main-slider .owl-next{
	top: 45%;
}
}



#main-slider .owl-prev{
	left: -50px;
}
#main-slider .owl-next{
	right: -50px;
}
#main-slider .owl-prev:before,
#main-slider .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
  background: rgba(94,49,108, 0.99); 
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
#main-slider .owl-next:before{
    left: auto;
    right: 0;

}
#main-slider .owl-prev .fa,
#main-slider .owl-next .fa{
    position: relative;
    color: #fff;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
  transition:0 none !important;  
}
#main-slider .owl-prev:hover:before,
#main-slider .owl-next:hover:before{
    opacity: 0.99;
}
#main-slider .owl-prev:active:before,
#main-slider .owl-next:active:before{	
	opacity: 0.99;
}
#main-slider .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
#main-slider .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}



#main-slider .owl-theme .owl-dots {
  margin-top: -70px;
  position: absolute;
  left: 48%;
}




.nav-box {
width: 99%;
margin-left: 1%;
margin-right: 1%;
overflow: hidden;
clear: both;
}

@media only screen and (min-width: 769px) {
.nav-box {
width: 94%;
margin-left: 3%;
margin-right: 3%;
}
}
@media only screen and (min-width: 980px) {
.nav-box {
width: 96%;
margin-left: 2%;
margin-right: 2%;
padding-right: 10px;
}
}
@media only screen and (min-width: 1024px) {
.nav-box {
width: 90%;
margin-left: 5%;
margin-right: 5%;
}
}

@media only screen and (min-width: 1360px) {
.nav-box {
width: 90%;
margin-left: 5%;
margin-right: 5%;
}
}

@media only screen and (min-width: 1440px) {
.nav-box {
width: 80%;
margin-left: 10%;
margin-right: 10%;
}
}

@media only screen and (min-width: 1580px) {
.nav-box {
width: 70%;
margin-left: 15%;
margin-right: 15%;
}
}



}@media only screen and (min-width: 1680px) {
.nav-box {
width: 50%;
margin-left: 25%;
margin-right: 25%;
}
}


@media only screen and (min-width: 1800px) {
.nav-box {
width: 60%;
margin-left: 20%;
margin-right: 20%;
}
}




#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #5e316c;
}
#progressBar {
  margin-top: -40px;
  margin-bottom: 36px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}






#inspiracao {
  padding: 120px 0px 120px 0px;
  background-color: #5e316c;
  text-align: center; 
  min-height: 200px;
  color: #ffffff;
}
#inspiracao .btn {

  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  font-size: 20px;
  margin-top: 70px;
  padding: 14px 10% 14px 10%;
  background: rgba(255,255,255, 0.01);
  border: 1px solid rgba(255,255,255, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #ffffff;
}
#inspiracao .btn:hover {
  border-color: rgba(255,255,255, 0.4);
  color: #ffffff;
  background: rgba(117,193,167, 0.8);
}

#inspiracao h1,h2,h3,h4,h5 {
  color: #ffffff;
  font-weight: 300;
}
#inspiracao h2 {
margin-top: 0px;
}
#inspiracao h3 {
line-height: 28px;
}
#inspiracao p {
line-height: 28px;
  color: rgba(255,255,255, 0.8);
    font-weight: 300;
    margin-top: 30px;
}

#inspiracao .section-header .section-title {
 margin-bottom: 80px;

}


#inspiracao .section-header .section-title:after {
 content: "";
  position: absolute;
  width: 4%;
  height: 9px;
  top: 58px;
  left: 48%;
  margin-left: 0px;
    -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #60336e;
}

#inspiracao .section-header .section-title:before {
 content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  top: 61px;
  left: 30%;
  margin-left: 0px;
background: rgba(255,255,255, 0.6);
}



#cad {
  padding: 120px 0px 120px 0px;
  background-color: #5e316c;
  text-align: center; 
  min-height: 200px;
  color: #ffffff;
}

#cad .form-control { 
  font-size: 100%;
  height: 40px;
  font-family: "Open Sans", arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: rgba(255,255,255, 0.2);
  border: 1px solid rgba(255,255,255, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #ffffff;
}


#cad .form-control::-webkit-input-placeholder { color: white; }  /* WebKit, Blink, Edge */
#cad .form-control:-moz-placeholder { color: white; }  /* Mozilla Firefox 4 to 18 */
#cad .form-control::-moz-placeholder { color: white; }  /* Mozilla Firefox 19+ */
#cad .form-control:-ms-input-placeholder { color: white; }  /* Internet Explorer 10-11 */
#cad .form-control::-ms-input-placeholder { color: white; }  /* Microsoft Edge */



#cad .btn {
 width: 100%;
height: 40px;  
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  font-size: 14px;
  padding: 10px 10px 10px 10px;
  
  background: rgba(255,255,255, 0.01);
  border: 1px solid rgba(255,255,255, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #ffffff;

}

#cad .btn:hover {
  border-color: rgba(255,255,255, 0.4);
  color: #ffffff;
  background: rgba(117,193,167, 0.8);
}

#cad h1{

  color: #ffffff;

}
#cad h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    margin-top: 60px;
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
#cad h3 {
font-size: 28px;
}
}

#cad p {
line-height: 28px;
  color: #ffffff;
}

#cad span {
line-height: 28px;
  color: #ffffff;
}



#cad .section-header .section-title:after {
 content: "";
  position: absolute;
  width: 4%;
  height: 9px;
  top: 58px;
  left: 48%;
  margin-left: 0px;
    -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #60336e;
}

#cad .section-header .section-title:before {
 content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  top: 61px;
  left: 30%;
  margin-left: 0px;
background: rgba(255,255,255, 0.5);
}


#cad span {
font-size: 22px;
}

@media only screen and (min-width: 769px) {
#cad span {
font-size: 28px;
}
}




#cta {
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  background-color: #435583;
  text-align: center; 
 }

@media only screen and (min-width: 414px) {
#cta {
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 40px 0px;
 }
}
@media only screen and (min-width: 768px) {
#cta {
  margin: 90px 0px 0px 0px;
  padding: 60px 0px 60px 0px;
 }
}
@media only screen and (min-width: 980px) {
#cta {
  margin: 90px 0px 0px 0px;
  padding: 60px 0px 60px 0px;
 }
}
@media only screen and (min-width: 1024px) {
#cta {
  margin: 0px 0px 0px 0px;
  padding: 60px 0px 60px 0px;
 }
}



#cta h2 {
  margin-top: 10px;
  font-weight: 300;  
}
#cta h3 {
  margin-top: 10px;
  font-weight: 300;  
  font-size: 24px;

}


#cta .cta-footer {
float: right;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  font-size: 26px;
  padding: 18px 30px 18px 30px;
   border: 1px solid rgba(255,255,255, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #ffffff;

}

#cta .cta-footer:hover {
  border-color: rgba(255,255,255, 0.4);
  color: #ffffff;
  background: rgba(117,193,167, 0.8);
}


#cta .btn {
font-family: "Open Sans", arial, sans-serif;
  font-weight: 300;
  font-size: 21px;
  padding: 18px 32px 18px 32px;
   border: 1px solid rgba(255,255,255, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #ffffff;
    background: rgba(96,51,110, 0.5); 

}


#cta .btn:hover {
  color: #ffffff;
   background: #75c1a7;

}

#cta .section-header .section-subtitle:before {
} 

.cta-frase{
text-align: left;
}


#cta2 {
/*  background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover; */
  color: #ffffff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #ffffff;
  line-height: 1;

}
#cta2 h2 > span {
  color: #5e316c;
}
#features {
  padding: 100px 0;
}
#features h2 {
/*  font-size: 34px; */
}

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

#features{
  width: 94%;

}
#cta .cta-footer {
float: left;
  text-align: center;
  width: 100%;
}
#cta .btn {
  width: 100%;
}
.cta-frase{
text-align: center;
margin-bottom: 30px;
}

}

#features .media.service-box:first-child {
  margin-top: 30px;
}
#servicos {
  padding: 100px 0 40px;
}
#servicos .btn {
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  font-size: 18px;
  padding: 10px 16px 10px 16px;
  margin-bottom: 60px;
   border: 1px solid rgba(94,49,108, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #5e316c;
  margin-right: 5%;
}

#servicos .btn:hover {
  border-color: rgba(109,81,121, 0.4);
  color: #6d5179;
  background: rgba(109,81,121, 0.2);
}

#servicos p {
float: right;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  font-size: 13px;
    line-height: 16px;  
  color: #5d5d5d;
}
#servicos h5 {
  font-family: 'Roboto', sans-serif; 
  font-weight: 400;
  font-size: 18px;
  color: #5e316c;
width: 90%;
margin-left: 5%;
margin-right: 5%;

}
.service-title {
  font-family: 'Roboto', sans-serif; 
  font-weight: 600;
  font-size: 28px;
    line-height: 36px;
  color: #5e316c;
}


#servicos .servicos-texto {
min-height: 130px;
width: 90%;
margin-left: 5%;
margin-right: 5%;
}
}
#servicos .servicos-img {
height: 120px;
}
#servicos h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    margin-top: 60px;
  color: #5d5d5d;
}
#servicos .section-header .section-title:after {
 content: "";
  position: absolute;
  width: 4%;
  height: 9px;
  top: 58px;
  left: 48%;
  margin-left: 0px;
    -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #60336e;
}

#servicos .section-header .section-title:before {
 content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  top: 61px;
  left: 30%;
  margin-left: 0px;
background: rgba(93,93,93, 0.5);
}
#servicos .section-header .section-subtitle p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
    font-size: 28px;
    line-height: 30px;
    margin-top: 60px;
}

@media only screen and (min-width: 769px) {
#servicos h3 {
    font-size: 28px;
}

}


.media-img {

  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border: 2px solid #efefef;
/*  border-radius: 100%; */
  color: #5e316c;
   position: relative;
}

#back .btn {
  margin-top: 40px;
  margin-right: 1%;  
  text-align: center;  
  color: #ffffff;
  background: #5e316c;
  border-radius: 0px;  
  border: 0px;    
  text-transform: uppercase;
  padding: 24px 34px 24px 34px;
 font-size: 22px;

}

#back .btn:hover {
  color: #ffffff;
  background: #5d5d5d;

}


#portfolio .icone-galeria {
width: 23%; height: 170px; float: right; margin-right:2%; margin-bottom:2%;
}

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

#portfolio .icone-galeria {
portfolio: 30%; height: 100px; float: right; margin-right:0%; margin-bottom:2%;
}


#back .btn {
width: 90%;
  padding: 24px 8px 24px 8px;
 font-size: 12px;
}
}


#portfolio .btn {
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  font-size: 18px;
  padding: 14px 26px 14px 26px;
  margin: 30px 0px 30px 0px;
  background: rgba(93,93,93, 0.01);
  border: 1px solid rgba(93,93,93, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #5d5d5d;

}


#portfolio .btn:hover {
  border-color: rgba(109,81,121, 0.4);
  color: #6d5179;
  background: rgba(109,81,121, 0.2);
}







#navprodutos {
  margin-top: 0px;
  padding: 40px 0; 
  background: #efefef; 
}

#navprodutos .btn {
  margin-top: 40px;
  margin-right: 1%;  
  text-align: center;  
  color: #ffffff;
  background: #5e316c;
  border-radius: 0px;  
  border: 0px;    
  text-transform: uppercase;
  padding: 24px 34px 24px 34px;
 font-size: 22px;

}

#navprodutos .btn:hover {
  color: #ffffff;
  background: #5d5d5d;

}

#navprodutos a {
  color: #60336e;
}
#navprodutos a:hover,
#navprodutos a.active {
  color: #8a8a8a;
}

#navprodutos h5 {
  color: #5d5d5d;
}





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

#navprodutos {
  margin-top: 20px;
  padding: 20px 0px 60px 0px;
 
}
#navprodutos .btn {
width: 30%;
}
}











/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}



@media only screen and (max-width: 768px) {
#portfolio .portfolio-filter > li a {
  padding: 2px 5px;

}


#portfolio .portfolio-filter > li a.active:before {
  content: "";
  position: absolute;
  background: #5e316c;
}
#portfolio .portfolio-filter > li a.active:after {
  content: "";
  position: absolute;
  background: #5e316c;
}
}


#depoimento {
  padding: 30px 30px;
  min-height: 900px; 
}
#depoimento h1 {
  text-transform: uppercase;  
}
#depoimento h6 {
font-weight: 600; text-transform: uppercase; margin: 18px 0px 0px 0px;  
}
#depoimento h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-top: 60px;
  color: #5d5d5d;
}

@media only screen and (min-width: 769px) {
#depoimento h3 {
font-size: 28px;
}
}

#depoimento .deplista {
margin-right:0%; 
margin-left:0%; 
margin-bottom:0%; 
width: 100%; 
float: left; 
}

#depoimento .foto {
width: 100px; 
height: 100px; 
text-align: left; 
position: absolute; 
left: 0px;
border-radius: 100%;
margin-bottom: 10px;
  border: 3px solid #ffffff;
-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.11);
box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.11);

}
#depoimento .btns {
  margin-top: 10px;
}
#depoimento .box-depoimento-texto {
background: #fff; 
width: 100%; 
min-height: 150px; 
padding: 30px 40px 30px 40px;
position: relative;
margin-bottom: 10px;
-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.11);
box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.11);
}

#depoimento .box-depoimento-texto p{
line-height: 24px; 
font-size: 16px;
color: rgba(93,93,93, 0.6);
}




#depoimento .box-depoimento-texto:after {
	content: " ";
	position: absolute;
	bottom: -30px;
	left: 8%;
	margin-left: -15px;
	border-width: 15px;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
}

#depoimento .box-depoimento-foto {
width: 150px; 
height: 160px; 
margin: 30px 0px 0px 0px;
}

#depoimento .box-depoimento-foto .icone {
  
}
#depoimento .box-depoimento-foto .nomes {
float: left; 
width: 100%; 
text-transform: uppercase;
padding-left: 120px;
font-size: 9px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 600;
}
#depoimento  h6 {
font-size: 10px;
}

@media only screen and (min-width: 1024px) {

#depoimento {
  padding: 50px 50px;
  min-height: 680px; 
}

#depoimento .deplista {
margin-right:15%; 
margin-left:15%; 
margin-bottom:2%; 
width: 70%; 
float: left; 
}

#depoimento .box-depoimento-texto {
background: #fff; width: 90%; min-height: 150px; 
  position: relative;


}

#depoimento .box-depoimento-texto:after {
	content: " ";
	position: absolute;
	bottom: -30px;
	left: 8%;
	margin-left: -15px;
	border-width: 15px;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
}
#depoimento .box-depoimento-foto {
width: 100%; 
height: 160px; 
margin: 30px 0px 0px 0px;
}

#depoimento .box-depoimento-foto .nomes {
font-size: 13px;
}

#depoimento  h6 {
font-size: 13px;
}

}

#depoimento small {
color: #6d5179; font-weight: 600; text-transform: uppercase;
}



@media only screen and (min-width: 769px) {
#depoimento .dep-title p {
line-height: 30px; 
font-size: 30px;
}
}
@media only screen and (max-width: 768px) {
#depoimento .dep-title p {
line-height: 20px; 
font-size: 18px;
}
}



#depoimento .owl-theme .owl-dots {
  margin-top: -50px;
  position: absolute;
  left: 48%;
}

#depoimento .section-header .section-title:after {
 content: "";
  position: absolute;
  width: 4%;
  height: 9px;
  top: 58px;
  left: 48%;
  margin-left: 0px;
    -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #60336e;
}

#depoimento .section-header .section-title:before {
 content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  top: 61px;
  left: 30%;
  margin-left: 0px;
background: rgba(93,93,93, 0.5);
}




#galeria {
  padding: 50px 50px;
  min-height: 590px; 
}

#galeria h1 {
  text-transform: uppercase;  


}
#galeria h6 {
font-weight: 600; text-transform: uppercase; margin: 18px 0px 0px 0px;  
}
#galeria p {
line-height: 18px;
font-size: 13px;
}
#galeria small {
color: #6d5179; font-weight: 600; text-transform: uppercase;
}

#galeria .boxfoto {
height: 300px; 
margin: 0% 0% 2% 0%; 
width: 100%; 
float: left; 
position: relative;
}
#galeria .legendafoto {
color: #ffffff; 
text-transform: uppercase;
position: absolute; 
bottom: 40px; 
background: #5a7d9b; 
height: 34px; 
padding: 1% 6% 1% 6%; 
font-size: 13px;
font-family: "Open Sans", arial, sans-serif;
	font-style: normal;
  font-weight: 600;

}


@media only screen and (min-width: 1024px) {
#galeria .boxfoto {
height: 500px; margin-right:1%; margin-left:1%; margin-bottom:2%; width: 31.33%; float: left; position: relative;
}



#galeria .legendafoto {
color: #ffffff; 
text-transform: uppercase;
position: absolute; 
bottom: 40px; 
background: #5a7d9b; 
height: 54px; 
padding: 3% 6% 3% 6%; 
font-size: 20px;
}
#galeria .galerialista{
width: 70%; 
margin-left: 15%;
margin-right: 15%;
text-align: center;
float: left;
}

}

#galeria .box-galeria-texto {
background: #fff; width: 90%; min-height: 150px; padding: 20px 20px;
  position: relative;
    margin-bottom: 0px;
}

#galeria .box-galeria-texto:after {
	content: " ";
	position: absolute;
	bottom: -30px;
	left: 12%;
	margin-left: -15px;
	border-width: 15px;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
}

#galeria .box-galeria-foto {
background: #fff; width: 90%; height: 76px; border-bottom: 5px solid #6d5179; margin-top: 30px;
}



#galeria .btn {
  margin-top: 40px;
  text-align: center;  
  color: #ffffff;
  background: #5d5d5d;
  border-radius: 0px;  
  border: 0px;    
  text-transform: uppercase;
  padding: 20px 0px 20px 0px;
  font-weight: 700;
letter-spacing: 1px;  
width: 70%;
}
#galeria .btn:hover {
  color: #ffffff;
  background: #6d5179;

}





@media only screen and (max-width: 768px) {
#galeria .btn {
 width: 98%;
}

}



#about {
  padding: 40px 0;
margin-top: 0px;
}

#about p {
    font-size: 17px;
  font-style: normal;
    letter-spacing: 0.0em;
    padding: 0;
  line-height: 1.4;
    margin-top: 0px;
}

#about h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-top: 60px;
  color: #5d5d5d;
}

@media only screen and (min-width: 769px) {
#about h3 {
font-size: 28px;
}
}
#about img {
  margin: 15px 0px 10px 0px;  
  padding: 0;    
}

#about .btn {
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  font-size: 18px;
  padding: 14px 26px 14px 26px;
  margin: 30px 0px 30px 0px;
  background: rgba(93,93,93, 0.01);
  border: 1px solid rgba(93,93,93, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #5d5d5d;

}


#about .btn:hover {
  border-color: rgba(109,81,121, 0.4);
  color: #6d5179;
  background: rgba(109,81,121, 0.2);
}



@media only screen and (max-width: 768px) {
#about img {
  margin: 10px 0px 10px 0px;  
  padding: 0;    
}

}


#about .icone-galeria {
width: 23%; height: 130px; float: left; margin-right:2%; margin-bottom:2%;
}

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

#about .icone-galeria {
width: 100%; height: 200px; float: left; margin-right:0%; margin-bottom:2%;
}
}


#about .section-header .section-title:after {
 content: "";
  position: absolute;
  width: 4%;
  height: 9px;
  top: 58px;
  left: 48%;
  margin-left: 0px;
    -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #60336e;
}

#about .section-header .section-title:before {
 content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  top: 61px;
  left: 30%;
  margin-left: 0px;
background: rgba(93,93,93, 0.5);
}






/***********************
********* Stores ******
************************/
#stores {
  padding-top: 0px;
  padding-bottom: 30px;

  background: #fff;
}
#stores p {
margin-top:8px; font-size:10px;

}


#stores a {
  color: #5d5d5d;
}
#stores a:hover {
  color: #5e316c;
}
#stores ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#stores ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
  #stores .copy {
  margin: 0 14.5px;
  }

#stores h2 {
  color: #5e316c;
  font-size:30px; 
  margin-left: 14px;  
  text-decoration: normal;
 
}



#enderecos {
/*  background: #bf0000;
  color: #fff;
  box-shadow: 0 -3px 0 0 #999999 inset;
  -webkit-box-shadow: 0 -3px 0 0 #999999 inset; */
    font-size: 13px;
  line-height: 1.5;
  width:50%; 
  float:left; 
  padding-right:20px;
}
#enderecos_texto {
width:100%; 
float:left; 
padding-right:20px;
}

#enderecos ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#enderecos ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
.mask {
	background: rgba(94,49,108, 0.4);
	color: #fff;
    position: absolute;
    overflow: hidden;
    top: 10px;
    left: 10px;
	padding: 6px 12px;
    min-width: 90px;
  border-bottom: 4px solid rgba(93,93,93, 0.4);
}

@media only screen and (max-width: 768px) {
  #enderecos {
  font-size: 12px;
  line-height: 1.4;
  width:100%; 
  padding-right:0px;
}
  #enderecos_texto {
	width:100%; 
}
.mask {
	padding: 5px 10px;
    min-width: 80px;
  border-bottom: 4px solid rgba(93,93,93, 0.4);
}
}



#work-process {
  padding: 100px 0 50px;
  background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #ffffff;
}
#work-process h2 {
  color: #ffffff;
}
#work-process h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 18px;
}
#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #5e316c;
  border-radius: 100px;
  position: relative;
}
#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #5e316c;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#work-process h3 {
  margin-bottom: 50px;
}




#client-list {
  padding: 100px 0 50px;
/*  background: #20222e url(../images/client/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #ffffff; */
}

/* Clients Section */
#tf-clients{
	background: url(../images/client/bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;

}

#client-list .btn {
  margin-top: 20px;
  text-align: center;  
  color: #ffffff;
  background: #75c1a7;
  border-radius: 0px;  
  text-transform: uppercase;
  padding:20px 40px 20px 40px;
  font-weight: 700;
letter-spacing: 1px; 
	border: 0px; 
}

#client-list .btn:hover {
  color: #ffffff;
  background: #72587f;

}


#tf-clients .overlay{
/*	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
/*	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
}

#clients .item{
    padding: 0;
    margin: 5px;
    color: #ffffff;
    text-align: center;
}







.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #5e316c;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #ffffff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #ffffff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #ffffff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #ffffff;
  border-radius: 100px;
  margin-bottom: 20px;
}

#get-in-touch {
  padding: 100px 0 50px;
/*  background: #20222e url(../images/client/bg.jpg) no-repeat 0 0;
  background-size: cover; */
  color: #ffffff; 
}


#get-in-touch h1,
#get-in-touch h2 {
  color: #ffffff;
}


.rotulo_loca {
width: 200px;
  position: relative;
  margin-top: -30px;
  background: #5d5d5d;
  left: 5%;
  padding: 4px;
  margin-bottom: 20px;
 }

.rotulo_loca:after {

	content: " ";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: #5d5d5d transparent transparent transparent;

}




#espacosaude {
  padding: 0px 0;
  overflow: hidden;
  clear: both;
  min-height :294px;

}

#espacosaude p {
    font-weight: 300;
   line-height : 20px ; 
  font-size: 14px;
    color: #8a8a8a;
}
#espacosaude h3 {
    font-weight: 300;
   line-height :   20px ; 
  font-size: 18px;
    color: #8a8a8a;
}

#espacosaude h4 {
    font-weight: 400;
   line-height :   18px ; 
  font-size: 16px;
    color: #8a8a8a;
}


#espacosaude .section-header {
  margin-bottom: 40px;

}


#espacosaude .section-header .section-title{
text-align: center;
}

#espacosaude .section-header .section-subtitle {
    font-weight: 300;
  font-size: 20px;
  line-height: 21px; 
    text-align: center;  
}



#espacosaude .section-header .section-title:after {
 content: "";
  position: absolute;
  width: 4%;
  height: 9px;
  top: 58px;
  left: 48%;
  margin-left: 0px;
    -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #75c1a7;
}

#espacosaude .section-header .section-title:before {
 content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  top: 61px;
  left: 30%;
  margin-left: 0px;
background: rgba(224,224,224, 0.5);
}

#espacosaude .col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
}
#espacosaude .rotulo {
   content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  left: 4%;
      -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  margin-left: 0px;
background: rgba(94,49,108, 0.8);
  padding: 4px 1% 4px 1%;
  text-align: center;
    color: #ffffff;  
        font-weight: 400;
}

#espacosaude span {
    overflow: hidden;
  clear: both;
    display: block;
  padding: 0px 0px 0px 0px;    
  margin: 0px 0px 0px 0px;    
}


@media only screen and (min-width: 768px) {

#espacosaude {
  padding: 0px 0;
  overflow: hidden;
  clear: both;
  min-height : 294px;  
    margin-top: 80px;
}


#espacosaude .section-header {
  margin-bottom: 40px;
}
#espacosaude .section-header .section-title{
  text-align: left;
}

#espacosaude .section-header .section-subtitle {
  text-align: left;
}

#espacosaude .section-header .section-title:after {
 content: "";
  position: absolute;
  width: 45px;
  height: 9px;
  top: 58px;
  left: 25px;
  margin-left: 0px;
    -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #75c1a7;
}

#espacosaude .section-header .section-title:before {
 content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 61px;
  left: 0%;
  margin-left: 0px;
background: rgba(224,224,224, 0.8);
}


}



#blog {
  padding: 0px 0;
  overflow: hidden;
  clear: both;
    margin-top: 50px;

}

#blog p {
    font-weight: 300;
   line-height :   16px ; 
  font-size: 14px;
    color: #5d5d5d;
}

#blog h2,h3,h4,h5 {
    font-weight: 300;
   line-height :   18px ; 
  font-size: 16px;
    color: #5d5d5d;
}

#blog h4 {
    font-weight: 400;
   line-height :   18px ; 
  font-size: 16px;
    color: #8a8a8a;
}

#blog .section-header {
  margin-bottom: 40px;
}

#blog .section-header .section-title{
text-align: center;
}

#blog .section-header .section-subtitle {
    font-weight: 300;
  font-size: 20px;
  line-height: 21px; 
    text-align: center;  
}



#blog .section-header .section-title:after {
 content: "";
  position: absolute;
  width: 4%;
  height: 9px;
  top: 58px;
  left: 48%;
  margin-left: 0px;
    -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #75c1a7;
}

#blog .section-header .section-title:before {
 content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  top: 61px;
  left: 30%;
  margin-left: 0px;
background: rgba(224,224,224, 0.5);
}



#blog .rotulo {
   content: "";
float: left;
  width: 60px;
  height: 60px;
  top: 0px;
  left: 0%;
  margin-right: 20px;
      -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  margin-left: 0px;
background: rgba(94,49,108, 0.8);
  padding: 4px 1% 4px 1%;
  text-align: center;
    color: #ffffff;  
        font-weight: 400;
}

#blog span {
    overflow: hidden;
  clear: both;
    display: block;
  padding: 0px 0px 0px 0px;    
  margin: 0px 0px 0px 0px;    
}
#blog .col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
}


@media only screen and (min-width: 768px) {

#blog {
  padding: 0px 0;
  overflow: hidden;
  clear: both;
  min-height : 240px;  
    margin-top: 80px;
}

#blog .section-header {
  margin-bottom: 40px;
}
#blog .section-header .section-title{
  text-align: left;
}

#blog .section-header .section-subtitle {
  text-align: left;
}

#blog .section-header .section-title:after {
 content: "";
  position: absolute;
  width: 45px;
  height: 9px;
  top: 58px;
  left: 25px;
  margin-left: 0px;
    -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #75c1a7;
}

#blog .section-header .section-title:before {
 content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 61px;
  left: 0%;
  margin-left: 0px;
background: rgba(224,224,224, 0.8);
}


}

#novidades {
  margin: 10px 0px 50px 0px;
  overflow: hidden;
  clear: both;
  }
#novidades .btn {
width: 84%;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 14px 10% 14px 10%;
  background: rgba(255,255,255, 0.01);
  border: 1px solid rgba(93,93,93, 0.4);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #5d5d5d;
}


#novidades .btn:hover {
  border-color: rgba(109,81,121, 0.4);
  color: #6d5179;
  background: rgba(109,81,121, 0.2);
}

@media only screen and (min-width: 360px) {
#novidades .btn {
width: 86%;
}
}
@media only screen and (min-width: 800px) {
#novidades .btn {
width: 100%;
}
}

/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
    
  background: #72587f;
font-size: 11px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: 1px;  
line-height: 16px;  
color: rgba(255,255,255, 0.7);
}
#footer a {
color: rgba(255,255,255, 0.8);
}
#footer a:hover {
  color: #75c1a7;

}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
    color: #ffffff;
}
#footer ul > li {
  display: inline-block;
  margin: 0 16.5px;
}
  #footer .copy {
  margin: 0 14.5px;

  }
  #footer p {
 padding: 0;
font-size: 11px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: 1px;  
line-height: 16px;	
color: rgba(255,255,255, 0.7);
}

  #footer h2 {
 padding: 0;
font-size: 22px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 300;
letter-spacing: 1px;  
line-height: 28px;  
color: rgba(255,255,255, 0.8);
text-transform: capitalize;
}
  #footer h3 {
color: rgba(255,255,255, 0.8);

}
  #footer h5 {
    font-size: 11px;
  font-style: normal;
    font-weight: 600;
    letter-spacing: 0.0em;
    padding: 10px 0;
  line-height: 1.4;
color: rgba(255,255,255, 0.8);

}

  #footer img {
    margin-top: 30px;

}
  .logo-footer {
    margin-top: 30px;
    padding: 0px 10px 0px 10px;
}

#footer .btn {
  font-size: 13px;
  border-color: rgba(255,255,255, 0.4);
  color: #ffffff;
  }

#footer .btn:hover {
  border-color: rgba(255,255,255, 0.4);
  color: #ffffff;
  background: rgba(117,193,167, 0.8);
}


#footer .section-header {
  margin: 30px 0px 40px 0px;
}
#footer .section-header .section-title {
  color: rgba(255,255,255, 0.8);
}
#footer .section-header .section-subtitle {
    font-weight: 300;
  font-size: 20px;
  line-height: 21px; 
}

#footer .section-header .section-title:after {
 content: "";
  position: absolute;
  width: 40px;
  height: 9px;
  top: 38px;
  left: 15px;
  margin-left: 0px;
    -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #75c1a7;
}

#footer .section-header .section-title:before {
 content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  top: 41px;
  left: 0%;
  margin-left: 0px;
background: rgba(224,224,224, 0.8);
}

  #footer .social-icons {
  margin-top: 0px;
    text-align: left;
    color: #e0e0e0;
  font-size: 15px;
  clear: both;
  overflow: hidden;
  }


 #footer .social-icons .roundborder {

 padding: 10px 10px 10px 10px;
  margin: 2px 4px 2px 4px;
   border: 1px solid rgba(255,255,255, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #ffffff;
  width: 40px;
  height:40px;
  float: left;
}


/***********************
********* Footer MENU ******
************************/


#footer .footer_menu  {
clear: both; 
padding-bottom: 10px; 
border-top: 1px solid rgba(224,224,224, 0.2); 
margin-top: 40px; 
padding-top: 10px;
}

#footer .footer_menu a {
color: rgba(255,255,255, 0.8);
}
#footer .footer_menu a:hover {
  color: #75c1a7;

}

#footer .footer_menu ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
  width:100%; 
  margin: 20px auto; 
  display: inline-block; 
  line-height: 18px; 
  text-transform: uppercase;
}

#footer .footer_menu ul > li {
margin: 10px 20px 10px 20px;
}
#footer .copy {
clear: both; 
padding-bottom: 50px; 
border-top: 1px solid rgba(224,224,224, 0.2); 
margin-top: 10px; 
padding-top: 30px;

}
@media only screen and (max-width: 768px) {
#footer .footer_menu ul > li {
margin: 10px 10px 10px 10px;
}
#footer .btn {
  font-size: 18px;
  }


}



/***********************
********* Contato ******
************************/

#contato {
  padding: 40px 0;
margin-top: 0px;
}

#contato p {
    font-size: 17px;
  font-style: normal;
    letter-spacing: 0.0em;
    padding: 0;
  line-height: 1.4;
    margin-top: 0px;
}

#contato h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-top: 60px;
  color: #5d5d5d;
}

@media only screen and (min-width: 769px) {
#contato h3 {
font-size: 28px;
}
}



#contato ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#contato ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
  #contato .copy {
  margin: 0 14.5px;
  }

#contato .btn {
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  font-size: 18px;
  padding: 14px 26px 14px 26px;
  margin: 30px 0px 30px 0px;
  background: rgba(93,93,93, 0.01);
  border: 1px solid rgba(93,93,93, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #5d5d5d;
}

#contato .btn:hover {
  border-color: rgba(109,81,121, 0.4);
  color: #6d5179;
  background: rgba(109,81,121, 0.2);
}

#contato .section-header .section-title:after {
 content: "";
  position: absolute;
  width: 4%;
  height: 9px;
  top: 58px;
  left: 48%;
  margin-left: 0px;
    -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #60336e;
}

#contato .section-header .section-title:before {
 content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  top: 61px;
  left: 30%;
  margin-left: 0px;
background: rgba(93,93,93, 0.5);
}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:650px; /* your iframe height */
   top:650px;  /* your iframe height */
   margin-top:-650px;  /* your iframe height */
}
#map-block iframe {
    display: block;

}









/* ----------------------------------*/
/* Scroll Top Arrow */
/* ----------------------------------*/

 .scroll-top-wrapper  { 
     position :   fixed ; 
	 opacity :   0 ; 
	 visibility :   hidden ; 
	 overflow :   hidden ; 
	 text-align :   center ; 
	 z-index :   6000 ; 
     background-color :   #75c1a7 ; 
	 color :   #eeeeee ; 
	 width :   67px ; 
	 height :   67px ; 
	 line-height :   60px ; 
	 right :   22px ; 
	 bottom :   11% ; 
	 padding-top :   2px ; 
	border-radius :   80px ; 

	 -webkit-transition :   all   0.5s   ease-in-out ; 
	 -moz-transition :   all   0.5s   ease-in-out ; 
	 -ms-transition :   all   0.5s   ease-in-out ; 
	 -o-transition :   all   0.5s   ease-in-out ; 
	 transition :   all   0.5s   ease-in-out ; 
 } 
@media only screen and (max-width: 768px) {
 .scroll-top-wrapper  { 
   right :   22px ; 
     background-color :   #6d5179 ; 
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

}

@media only screen and (max-width: 525px) {
 .scroll-top-wrapper  { 
   right :   34px ; 
     background-color :   #6d5179 ; 
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

}


 .scroll-top-wrapper:hover  { 
	 background-color :   #6d5179 ; 
 } 
 .scroll-top-wrapper.show  { 
     visibility : visible ; 
     cursor : pointer ; 
	 opacity :   1.0 ; 
 } 
 .scroll-top-wrapper i.fa  { 
	 line-height :   inherit ; 
 } 



.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}



/*
 * Tabs
 */

.tpl-tabs{
	border-color: #e5e5e5;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;	
}
.tpl-tabs > li > a{
    text-decoration: none;
    color: #8a8a8a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tpl-tabs > li > a:hover{
	background-color: #f5f5f5;
}
.tpl-tabs li.active a{
	color: #000;
}
.tpl-tabs-cont{
	padding: 30px 0;
	color: #8a8a8a;
    line-height: 1.8;
}

/*
 * Tabs minimal
 */

.tpl-minimal-tabs{
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;	
	border: none;
}
.tpl-minimal-tabs > li{
	padding: 0 30px;
	background: none !important;
}
.tpl-minimal-tabs > li > a{
	padding: 6px 20px 5px;
	text-decoration: none;
	color: #000;
	background: none;
	border: 1px solid transparent;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.tpl-minimal-tabs > li > a:hover{
	background: none;
	border-color: #e9e9e9;
	color: #8a8a8a;
}
.tpl-minimal-tabs li.active a,
.tpl-minimal-tabs li.active a:hover{
	border: 1px solid #222 !important;
	background: none !important;
	color: #000;
	cursor: default;
}
.tpl-minimal-tabs-cont{
}


/*
 * Tabs Alternative
 */

.tpl-alt-tabs{
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.4em;	
	border: none;
}
.tpl-alt-tabs > li{
    width: 174px;
    display: inline-block;
    vertical-align: top;
    float: none;    
	padding: 0;    
	background: none !important;
    
}
.tpl-alt-tabs > li > a{
	text-decoration: none;
	color: #a3a3a3;
	background: none !important;
	border: none !important;
    
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}
.tpl-alt-tabs > li > a:hover{
	background: none;
    color: #111;
}
.tpl-alt-tabs li.active a,
.tpl-alt-tabs li.active a:hover{
	cursor: default;
    color: #111;
}
.alt-tabs-icon{
    display: block;
    margin-bottom: 12px;
    font-size: 48px;
    letter-spacing: 0px;
}
.tpl-minimal-tabs-cont{
}




#convenios-list {
  padding: 20px 0;
}

#convenios-list .btn {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 14px 40px 14px 40px;
  margin-bottom: 60px;
   border: 1px solid rgba(94,49,108, 0.2);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #75c1a7;
}

#convenios-list .btn:hover {
  border-color: rgba(117,193,167, 0.4);
  color: #75c1a7;
  background: rgba(117,193,167, 0.2);
}

#convenios-list h2 {
  font-size: 1.8em;
}


.logos {
width: 98%;  
height: 160px; 

}
@media only screen and (min-width: 360px) {
.logos {
width: 98%;  
height: 240px; 
}
}
@media only screen and (min-width: 460px) {
.logos {
width: 98%;  
height: 240px; 
}
}
@media only screen and (min-width: 560px) {
.logos {
width: 98%;  
height: 300px; 
}
}
@media only screen and (min-width: 600px) {
.logos {
width: 98%;  
height: 400px; 
}
}
@media only screen and (min-width: 992px) {
.logos {
width: 140%;  
height: 180px; 
}
}

@media only screen and (min-width: 1600px) {
.logos {
width: 140%;  
height: 260px; 
}
}




blockquote{
    font-family: "Open Sans", arial, sans-serif;
	font-style: normal;
    font-weight: 300;
    letter-spacing: 0.1em;
	
	margin: -0.4em 0 3em 0;
    padding: 0;
	border: none;
	background: none;
	line-height: 1.7;
	color: #8a8a8a;
}
blockquote p{
	margin-bottom: 1em;
	font-size: 24px;
    font-weight: 300;
	font-style: normal;
	line-height: 1.6;
}
blockquote footer{    
	font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}






.btn {

  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  font-size: 16px;
  padding: 14px 6px 14px 6px;
   border: 1px solid rgba(255,255,255, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #ffffff;

}

.btn.btn-primary {
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
  font-size: 16px;
  padding: 10px 16px 10px 16px;
   border: 1px solid rgba(255,255,255, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #ffffff;
  background: transparent;  
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #75c1a7;
}
@media only screen and (max-width: 768px) {
.btn {
width: 100%;
  padding: 24px 8px 24px 8px;
 font-size: 12px;
}
.btn.btn-primary {
  font-size: 12px;  

}
}




/* ///////////// SHARE BUTTONS /////////////// */

.btn-twitter {
  text-transform: uppercase;
  padding: 24px 34px 24px 34px;
 font-size: 12px;

  background: #5e316c;
    border-radius: 0;
	border: 1px solid #e5e5e5;
    color: #ffffff;
}
.btn-twitter:link, .btn-twitter:visited {
    color: #ffffff;
}
.btn-twitter:active, .btn-twitter:hover {
  background: #5d5d5d;
    color: #ffffff;
}
.btn-facebook {
  text-transform: uppercase;
  padding: 24px 34px 24px 34px;
 font-size: 12px;
  background: #5e316c;
    border-radius: 0;
	border: 1px solid #e5e5e5;
    color: #ffffff;
}
.btn-facebook:link, .btn-facebook:visited {
    color: #ffffff;
}
.btn-facebook:active, .btn-facebook:hover {
  background: #5d5d5d;
    color: #ffffff;
}
.btn-googleplus {
  text-transform: uppercase;
  padding: 24px 34px 24px 34px;
 font-size: 12px;
  background: #5e316c;
    border-radius: 0;
	border: 1px solid #e5e5e5;
    color: #ffffff;
}
.btn-googleplus:link, .btn-googleplus:visited {
    color: #ffffff;
}
.btn-googleplus:active, .btn-googleplus:hover {
  background: #5d5d5d;
    color: #ffffff;
}


@media only screen and (max-width: 768px) {
.btn-twitter {
    width: 100%;

}

.btn-facebook {
    width: 100%;
}

.btn-googleplus {
    width: 100%;

}

}



.btn-clean {
    background: #fff;
    border-radius: 0;
	border: 1px solid #e5e5e5;
    color: #60336e;
	padding: 10px 10px 10px 10px;
}
.btn-clean:link, .btn-clean:visited {
    color: #60336e;
}
.btn-clean:active, .btn-clean:hover {
    background: #333;
    color: #60336e;
}

.pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.pagination li {
  display: inline;
  border: 0px;

}
.pagination li a {
  color :   #5d5d5d ; 
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 0px;
  margin: 0px 1px 0px 1px;
	 background-color :   #ffffff ; 

}

.pagination li.active a {
	 background-color :   #6d5179 ; 
  color: white;
  text-decoration: none;
  border: 0px;

}

.pagination li:hover:not(.active) a {
	 background-color :   #6d5179 ; 
  text-decoration: none;
  border: 0px;
  color: white;

}

/* ///////////// ANTECIPA O MENU MOBILE  /////////////// */


@media (max-width: 980px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/* ///////////// FIM MENU MOBILE 1024px /////////////// */

/* ///////////// Vertical Align - As Middle para div /////////////// */
.vcenter {
       display: inline-block;
    vertical-align: middle;
    float: none;
}

/* ///////////// TOOL TIP forced size Temporada /////////////// */
.tooltip-inner {
    min-width: 140px;
    max-width: 240px; 
	  z-index: 9999999999999;
}


.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 2px;
    margin: 0px 4px;
}




.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



/* ///////////// Modal POPUP /////////////// */




#POPModal .modal-content{
    border-radius: 0px; 
  border: 0;
}

#POPModal .modal-body{
    padding: 2% 10% 5% 10% ;
border: 0px;
}


#POPModal .modal-header{
border: 0px;
}

#POPModal .modal-footer{
border: 0px;
}

#POPModal h3{
font-family:"";
  letter-spacing: 1px;

  font-weight: 500;
}
#POPModal p{

  font-weight: 400;
}


.modal-dialog {
width: 98%;
background: rgba(255,255,255, 0.8);

}
.modal-footer .btn {
padding: 4px 2% 4px 2%;
 background: transparent;
  color: #e0e0e0;
}
.modal-footer .btn:hover {
padding: 4px 2% 4px 2%;
  color: #efefef;
}


 @media only screen and (min-width: 769px) {

.modal-dialog {
width: 50%;
background: #ffffff;

}
}


/* ///////////// FLOAT BUTTONS /////////////// */






#pops .tooltip{
    position:absolute;
    margin-right: 0px;

}
#pops .tooltip .tooltip-arrow{
 margin-right: 0px;
}
#pops .tooltip .tooltip-inner{
    margin-right: 0px;
width:90px;
padding:5px 5px;
text-align:center;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px
}

#pops .float{
    position:fixed;
   width :   66px ; 
   height :   66px ; 
   line-height :   60px ; 
   right :   35px ; 
    bottom:18%;
   padding-top :   2px ; 
  border-radius :   80px ; 
    background-color:rgba(109,81,121, 0.99);
    color:#FFF;
    text-align:center;
    z-index:1000;
    animation: bot-to-top 1s ease-out;
}

#pops .whatsapp {
 background-color:#46a15c; 
    position:fixed;
   width :   66px ; 
   height :   66px ; 
   line-height :   60px ; 
   right :   35px ; 
   bottom :   10% ; 
   padding-top :   2px ; 
  border-radius :   80px ; 
    color:#FFF;
    text-align:center;
    z-index:1000;
    animation: bot-to-top 1s ease-out; 
}    


#pops ul{
    position:fixed;
    right:35px;
    padding-bottom:4px;
    bottom:20%;
    z-index:100;
    margin-bottom:44px;
}


 @media only screen and (min-width: 330px) {

#pops .float{
    bottom:19%;   
}
#pops .whatsapp {
   bottom :   10.5% ;    
}    
#pops ul{
    bottom:21%;    
}

 }

 @media only screen and (min-width: 526px) {

#pops .float{
   right :   22px ; 
    bottom:20%;   
}
#pops .whatsapp {
   right :   22px ; 
   bottom :   11% ;    
}    
#pops ul{
    right:22px;
    bottom:22%;    
}

 }


 @media only screen and (min-width: 769px) {
#pops .float{
    bottom:19.2%;
}
#pops .whatsapp {
    bottom:10.8%;
}
#pops ul{
    bottom:26%;
    margin-bottom:1px;     
}
}
#pops ul li{
    list-style:none;
    margin-bottom:8px;
    background-color:#000;
   width :   66px ; 
   height :   66px ; 
   line-height :   60px ; 
   right :   22px ; 
   bottom :   15% ; 
   padding-top :   2px ; 
  border-radius :   80px ; 
    text-align:center;

}
#pops ul li a{
    color:#FFF;
    display:block;
}
#pops .consulta { background-color:#59b595; transition-delay: 100ms;}   
#pops .phone { background-color:#836e8a; transition-delay: 150ms;}    
#pops .mail { background-color:#595959; transition-delay: 200ms;}    
#pops .instagram { background-image: linear-gradient(to bottom left, rgba(234, 26, 140, 0.9), rgba(254, 134, 82, 0.9)); transition-delay: 250ms;}    
#pops .facebook { background-color:rgba(59,73,129, 0.99); transition-delay: 300ms;}    
#pops .youtube { background-color:rgba(231,23,23, 0.99); transition-delay: 350ms;}    
#pops .tops { background-color:rgba(94,49,108, 0.99); transition-delay: 400ms;}    






#pops ul:hover{
    visibility:visible!important;
    opacity:1!important;
}
#pops .my-float{
    font-size:35px;
    margin-top:14px;
}
#pops a#menu-share + ul{
  visibility: hidden;
}
#pops a#menu-share:hover + ul{
  visibility: visible;
  animation: scale-in 0.5s;
}
#pops a#menu-share i{
    animation: rotate-in 0.5s;
    font-weight: 300;
}
#pops a#menu-share:hover > i{
    animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
    0%   {bottom:-3%}
    50%  {bottom:3%}
}
@keyframes scale-in {
    from {transform: scale(0.9);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}
@keyframes rotate-in {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotate-out {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
}
