*,
body,
html {
    font-family: 'proxima Nova', Georgia, sans-serif;
}

a {
    color: #0084ff
}

p {
    color: #333;
    font-size: 18px;
    font-weight: 300;
}

.ui.button{
    font-family: 'Proxima Nova', Georgia, sans-serif;
    font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Proxima Nova', Georgia, sans-serif;
}

h1,
h2 {
    color: #444;
    font-family: 'Proxima Nova', Georgia, sans-serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -.2px;
    line-height: 38px;
}

h1,
h2,
h3,
blockquote {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h2 {
    font-size: 22px;
    letter-spacing: -.1px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.area-title h4 {
    text-transform: uppercase;
}

.font-large {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.font-biggest {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}


.head-title{
    color:#6cbd10;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: -.2px;
    text-transform: uppercase;
}
.strong{
  font-weight: 800;
}

.small-space{
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.medium-space{
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.big-space{
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.float-right{
  float: right;
}

.center{
  margin: 0 auto !important;
  text-align: center;
}

/*====================================================Colors*/
.ui.menu{
  background: #fafafa !important;
}
.bg-1{
  background: #fafafa !important;
}

.bg-2{
  background: #222 !important;
}

.color-1{
  color: #222 !important;
}

.bg-2 *{
  color: #fff;
}
.bg-2 .head-title,
.referencia .head-title{
  color: #6cbd10 !important;
}

.color-green{
  color: #6cbd10;
}

.back1{
  background: url('/assets/site/img/7.jpg') no-repeat;
 background-position: 50%;
  background-size: cover;
  height: 500px;
  display: grid !important;
  align-content: center;
}

/*===================================================GERAL*/
.referencia {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAF0lEQVQIW2NkQAKMUPZ/BgYGRhgHLAYAEnEBBHGlZskAAAAASUVORK5CYII=) repeat, url('../img/recording2.jpg');
    background-attachment: fixed;
    background-size: 3px, cover;
    background-position: center;
}
.referencia p{
  color:#fff !important
}
#servicos {
    overflow: hidden;
    position: relative;
}
#servicos::before {
    content: '';
    position: absolute;
    width: 1000px;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 886px;
    left: 10%;
    top: 50%;
    background: rgb(108,189,16);
    background: radial-gradient(circle, rgba(108,189,16,1) 0%,rgba(0,134,23,1) 100%);
    z-index: -1;
} 
.slide-back{
  height: 600px;
}

.no-bullets {
    list-style-type: none;
    margin-left: -40px;
}
#top-menu.ui.menu{
  margin: 0 !important;
  border-radius: 0 !important;
}
#logo{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#logo ul{
  margin-top: 0 !important;
}

.ui.sidebar.left{
	background: #fff;
}

header nav .ui.attached.menu:not(.tabular),
header nav .ui.menu{
	border: none !important;
}
header .ui.menu{
  box-shadow: none !important;
}
header .ui.menu .item::before{
  background: #fff !important;
}

footer .footer-cotent{
  background-color: #222222 !important;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;

  display: flex;
  justify-content: space-between;
}



  footer .footer-item {
    color: #fff;
    width: 250px;
  }

  footer .footer-item p{
    color: #fff !important;
    font-size: 14px;
  }

  footer .footer-item > ul{
    list-style: none;
  }

  footer .footer-item ul li a{
    color: #fff !important;
    font-size: 14px;
  }

  @media only screen and (max-width: 767px) {
    footer .footer-cotent{
      flex-direction: column;
    }

    footer .footer-item {
      width: 100%;
      text-align: center;
      margin-bottom:40px;
    }

    footer .footer-item > ul{
      list-style: none;
      padding: 0;
    }
  }

  footer .footer-copyright{
    background-color: #6cbd10;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    padding: 30px;
  }

  footer .footer-logos {
    background-color: #EEE !important;
  }
  footer .footer-logos .images-container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

.botLEFT{
	margin-top: 10px !important;
}
.swiper-button-prev{
  margin-left: 30px;
}
.swiper-button-next{
  margin-right: 30px;
}

.ui.segment:not(.basic), .ui.card, .ui.cards .card{
	border-radius: 0 !important;
	padding: 30px 30px;
	border: none !important;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
}

.ui.styled.fluid.accordion{
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none;
}

.ui.styled.accordion > .title,
.ui.styled.accordion .title:hover{
  margin-top: 0 !important;
  color: #111;
  font-weight: 900;
  margin: 15px 0!important;
  border-top: none !important;
  background: #fff
}

.ui.styled.accordion .active.title{
  background: #fff !important
}

.ui.styled.accordion > .title:first-child,
.ui.styled.accordion > .title:first-child:hover{
  margin-top: 0 !important;
}

.panel {
    max-width: 570px !important;
    float: right !important;
    padding-right: 40px;
}         


/*SWIPER*/
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container-banner .swiper-slide{
	min-height: 500px;
}
.swiper-container-banner .swiper-button-next.swiper-button-disabled,
.swiper-container-banner .swiper-button-next
{
	margin-right: 45px !important;
}
.swiper-container-banner .swiper-button-prev.swiper-button-disabled,
.swiper-container-banner .swiper-button-prev
{
	margin-left: 45px !important;
}


.swiper-container-depoiment .swiper-pagination-bullets{
  bottom: 20px !important;
}


.swiper-container-banner-image img{
  width: 100% !important;
}

.swiper-container-banner-image .swiper-slide{
  min-height: auto !important;
}
/*====================================================Visibility*/




/* Mobile */
@media only screen and (max-width: 767px) {
  [class*="mobile hidden"],
  [class*="tablet only"]:not(.mobile),
  [class*="computer only"]:not(.mobile),
  [class*="large screen only"]:not(.mobile),
  [class*="widescreen only"]:not(.mobile),
  [class*="or lower hidden"] {
    display: none !important;
  }
  .center-mobile{
  	text-align: center !important;
  	margin: 0 auto;
  	position: relative;
  	display: block;
  }
  header nav .ui.attached.menu:not(.tabular){
  	padding-top: 10px;
  	padding-bottom: 10px;
  }

  .panel{
    float: left!important;
  }

  .page-anuncio-1 .logo-empresa{
    margin-top: 0 !important;
  }

}

/* Tablet / iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  [class*="mobile only"]:not(.tablet),
  [class*="tablet hidden"],
  [class*="computer only"]:not(.tablet),
  [class*="large screen only"]:not(.tablet),
  [class*="widescreen only"]:not(.tablet),
  [class*="or lower hidden"]:not(.mobile) {
    display: none !important;
  }
  .panel{
    margin-left: 15px !important;
  }
}

/* Computer / Desktop / iPad Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [class*="mobile only"]:not(.computer),
  [class*="tablet only"]:not(.computer),
  [class*="computer hidden"],
  [class*="large screen only"]:not(.computer),
  [class*="widescreen only"]:not(.computer),
  [class*="or lower hidden"]:not(.tablet):not(.mobile) {
    display: none !important;
  }
  .panel{
    margin-left: 15px !important;
  }
}

/* Large Monitor */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  [class*="mobile only"]:not([class*="large screen"]),
  [class*="tablet only"]:not([class*="large screen"]),
  [class*="computer only"]:not([class*="large screen"]),
  [class*="large screen hidden"],
  [class*="widescreen only"]:not([class*="large screen"]),
  [class*="or lower hidden"]:not(.computer):not(.tablet):not(.mobile) {
    display: none !important;
  }

}

/* Widescreen Monitor */
@media only screen and (min-width: 1920px) {
  [class*="mobile only"]:not([class*="widescreen"]),
  [class*="tablet only"]:not([class*="widescreen"]),
  [class*="computer only"]:not([class*="widescreen"]),
  [class*="large screen only"]:not([class*="widescreen"]),
  [class*="widescreen hidden"],
  [class*="widescreen or lower hidden"] {
    display: none !important;
  }
  
}



@media only screen and (min-width: 1200px) {
  .ui.container {
    width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ui.grid.container {
    width: calc( 1200px  +  2rem ) !important;
  }

  .ui.relaxed.grid.container {
    width: calc( 1200px  +  3rem ) !important;
  }

  .ui.very.relaxed.grid.container {
    width: calc( 1200px  +  5rem ) !important;
  }
}



.ui.bulleted.list>.item {
  border-bottom: solid 1px #cecece;
  margin: 5px 0;
  padding: 5px;
}

.input-error{
  border: solid 1px #ff0000 !important;
}

.formInputError-span {
  color: #ff0000;
  font-size: 10px;
  font-weight: bold;
}

.formInputOK-span {
  color: #0caa2c;
  font-size: 10px;
  font-weight: bold;
}

.form-general-errors {
  color: #ff0000;
  font-size: 13px;
  font-weight: bold;
}

.whatsapp-fixo {
  position: fixed;
  bottom: 0px;
  right: 10px;
  z-index: 999;
}

.whatsappme__button{
  position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 8px;
    height: 60px;
    min-width: 60px;
    max-width: 95vw;
    background-color: #25d366;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
    cursor: pointer;
    transition: background-color .2s linear;
    -webkit-tap-highlight-color: transparent;
}

.other-services {
  color: #000
}
.other-services:hover,
.other-services:active {
  color: #6cbd10
}

.images-container img {
  margin: 10px;
}

@media only screen and (min-width: 767px) {
  header {
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
}


@media only screen and (max-width:500px)  {
  .events-slides { display:none !important }
}