/* Gerais */

@font-face{
  font-family: 'Mel';
  src: url('Mel Pooly.otf') format('opentype'), url('Mel Pooly.ttf') format('truetype');
}
h1 {
  font-family: 'Mel', Times;
}
label{
  font-family: 'Mel', Times;

}

body {
  font-family: 'Mel', Times;
}


.row {
  margin: 0;
}

.containers {
  padding: 0px 0;
}

.container {
  padding: 50px 0;
}

p, li {
  color: white;
  font-size: 18px;
}

/* Barra de navegação */
header, .navbar {
  background-color: #141414;
}

#nav-container {
  padding-top: 0;
  padding-bottom: 0;
}

#logo {
  width: 75px;
}
.auto{
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-brand {
  padding: 0;
  color: #FFF;
}

.navbar-brand:hover {
  color: #FFF;
}

#navbar-links a {
  color: #FFF;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem .8rem;
}

.nav-item.active {
  border-bottom: 3px solid #FFF;
}

.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 104400;
}

.totop a, .totop a:visited{
	display: block;
	width: 50px;
	height: 50px;
	color: #fff !important;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	border-radius: 2px;
}


.container-fluid {
  padding: 0;
}

#mainSlider .carousel-inner, #mainSlider .carousel-item {
  height: 90vh;
}

#mainSlider .carousel-caption {
  top: 30%;
}

#mainSlider .carousel-caption h2 {
  font-size: 50px;
  margin-bottom: 30px;
}

#mainSlider .carousel-caption p {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 100px;
  color: #FFF;
}

.main-btn {
  background-color: #65DAF9;
  color: #FFF;
  text-transform: uppercase;
  width: 200px;
  height: 60px;
  padding: 10px 20px;
  border-radius: 30px;
  border: 3px solid transparent;
  transition: .5s;
}
/* imagem tamanho banner */
#imgbanner{
  height: 605px;
  display: block;

}


.main-btn:hover {
  text-decoration: none;
  color: #FFF;
  background-color: transparent;
  border-color: #3EC1D5;
}

.carousel-indicators .active {
  background-color: #65DAF9;
}

/* Sobre a empresa */

#about-area {
  background-color: #F9F9F9;
}

.main-title {
  color: #444;
  margin: 0 0 0 0;
  font-size: 40px;
  text-align: center;
}

.main-title::after {
  content: "";
  border-top: 2px solid #333;
  width: 15%;
  position: absolute;
  top: 60px;
  left: 42.5%;
}

.mainns-title {
  color: #444;
  margin: 0 0 0 0;
  font-size: 40px;
  text-align: center;
  left: 957px;
  position: absolute;
}

.mainns-title::after {
  content: "";
  border-top: 2px solid #333;
  width: 138%;
  position: absolute;
  top: 60px;
  left: -15.5%;
}

.mains-title {
  color: white;
  font-size: 30px;
  right: 429px;
  margin-top: 118px;
  position: absolute;
}

.mains-title::after {
  content: "";
  border-top: 2px solid white;
  width: 121%;
  position: absolute;
  top: 37px;
  left: -7.5%;
}

.about-title {
  font-size: 17px;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
}

#about-list {
  list-style: none;
  padding-left: 0;
}

#about-list li {
  line-height: 30px;
}

#about-list i {
  color: #65DAF9;
  margin-right: 15px;
}

/* Serviços */

.service-box {
  text-align: center;
  margin-bottom: 50px;
}

.service-box i, .service-box h4 {
  transition: .5s;
}

.service-box i {
  font-size: 36px;
  margin-bottom: 20px;
  color: #444;
}

.service-box h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.service-box:hover > i, .service-box:hover > h4 {
  color: #65DAF9;
}

/* Dados */

.circle-box div {
  padding: 0 40px;
}

.progressbar-text {
  font-weight: bold;
  font-size: 32px;
}

#data-area p {
  color: #FFF;
  text-align: center;
  font-size: 26px;
  margin-top: 20px;
}



/* Trabalhe conosco */

#apply-area {
  height: 500px;
}

#apply-area .container-fluid, #apply-area .row {
  height: 100%;
}

#apply-area .apply-box {
  padding: 70px 50px;
  text-align: center;
}

#company-img {
  background-image: url('../img/empresa.jpg');
  background-size: cover;
  height: 100%;
}

#pattern-img h4, #pattern-img p {
  color: #FFF;
}

#pattern-img h4 {
  margin-top: 8%;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#pattern-img p {
  margin-bottom: 20px;
}

#apply-btn {
  display: block;
  height: auto;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background-color: transparent;
  border-color: #FFF;
}

#apply-btn:hover {
  border-color: #65DAF9;
  background-color: #65DAF9;
}

/* Portfólio */

.project-box {
  margin-bottom: 30px;
}

#filter-btn-box {
  margin-bottom: 50px;
  text-align: center;
}

#portfolio-area .filter-btn {
  color: #444;
  border: 1px solid #444;
  background-color: transparent;
  text-transform: none;
  margin: 0 15px;
  min-width: 100px;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

#portfolio-area .filter-btn.active, #portfolio-area .filter-btn:hover {
  color: #FFF;
  border: 1px solid #65DAF9;
  background-color: #65DAF9;
}

/* News Letter */

#news-area {
  text-align: center;
  background-color: #F9F9F9;
}

#news-area p {
  font-size: 18px;
  margin-bottom: 40px;
}

#email-input {
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #65DAF9;
  display: inline;
  box-sizing: border-box;
  width: 40%;
  height: 40px;
}

#news-btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #65DAF9;
  background-color: #65DAF9;
  color: #FFF;
  text-transform: uppercase;
  height: 40px;
  padding: 0 30px;
  margin-left: -130px;
  position: absolute;
  transition: .5s;
}

#news-btn:hover {
  background-color: #FFF;
  color: #65DAF9;
}

/* Call To Action */

#call-area {
  background-color: #65DAF9;
  text-transform: uppercase;
}

#call-area .container {
  padding: 40px 100px;
}

#call-area .row {
  display: block;
  text-align: center;
}

#call-area p {
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
  height: 60px;
  line-height: 60px;
  letter-spacing: 2px;
  display: inline;
}

#call-area #call-btn {
  background-color: #FFF;
  color: #65DAF9;
  font-weight: bold;
  margin-left: 30px;
  font-size: 20px;
  width: auto;
  letter-spacing: 2px;
}

/* Footer */

#contact-area {
  text-align: center;
}

.contact-box {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #3EC1D5;
}

.contact-box i {
  color: #444;
  border: solid 1px #444;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-box p {
  font-size: 16px;
}

.contact-tile {
  font-weight: bold;
  color: #3EC1D5;
}

#msg-box p {
  font-size: 22px;
}

#contact-form input[type="text"], #contact-form textarea {
  margin-bottom: 15px;
  border-radius: 0;
}

#contact-form .main-btn {
  width: 120px;
  height: 50px;
}

#contact-form .main-btn:hover {
  color: #3EC1D5;
}
footer .social a i {
	display: inline-block;
	width: 40px;
	height: 45px;
	line-height: 50px;
	margin: -31 5px;
	margin-bottom: 0;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 80px;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	font-size: 22px;
}
/* Copy */

#copy-area {
  background-color: #141414;
}

#copy-area .container {
  padding: 10px 0;
  text-align: center;
  background: #141414;
}

#copy-area .container p {
  margin-bottom: 0;
}

#copy-area .container a {
  font-weight: bold;
  color: #444;
}

#copy-area .container a:hover {
  text-decoration: none;
  color: #3EC1D5;
}

#copy-area1{
  background-color: #141414;
  margin-top: 1270px;
  width: 1367px;
  left: 189px;
  position: absolute;
}
#copy-area1 .container {
  padding: 10px 0;
  text-align: center;
  background: #141414;
}

#copy-area1 .container p {
  margin-bottom: 0;
}

#copy-area1 .container a {
  font-weight: bold;
  color: #444;
}

#copy-area1 .container a:hover {
  text-decoration: none;
  color: #3EC1D5;
}
/* data e hora*/
.event-date {
	position: absolute;
    top: 273px;
    right: 464px;
	width: 98px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
}
.event2-date {
	position: absolute;
    top: 583px;
    right: 465px;
	width: 98px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
}
.event3-date {
	position: absolute;
    top: 273px;
    right: 4px;
	width: 98px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
}
.event4-date {
	position: absolute;
    top: 583px;
    right: 4px;
	width: 98px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
}
.etime {
    display: block;
    background: #fff;
    padding: 5px 7px;
    color: #252c37;
    font-size: 13px;
    line-height: 16px;
}

/* fim data e hora*/


/* responsive */
@media(max-width: 768px) {
  
  /* geral */
  .container {
    padding: 20px 0;
  }
  
  /* slider */
  #mainSlider .carousel-inner, #mainSlider .carousel-item {
    height: auto;
  }

  #mainSlider .carousel-caption h2 {
    font-size: 28px;
  }

  #mainSlider .carousel-caption p {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .carousel-caption {
    left: 10%;
    right: 10%;
  }
  
  /* about */
  #about-area img {
    margin-top: 100px;
  }
  
  /* data */
  .circle-box div {
    padding: 0 10px;
  }

  #data-area p {
    font-size: 16px;
  }
  
  /* team */
  .card-title {
    font-size: 14px;
  }

  .card-text {
    font-size: 12px;
  }

  /* apply */
  #apply-area .apply-box {
    padding: 50px 25px;
  }

  /* news */
  #news-area p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #email-input {
    width: 70%;
  }

  #call-area {
    margin-top: 30px;
  }

  #call-area .container {
    padding: 30px;
  }

  #call-area p, #call-area #call-btn {
    font-size: 16px;
  }


}


/* primeiro carousel */
.cards_img{
  width: 100%;
  height: 100%;
}
/* layout img */
.card_img{
  width: 450px;
  height: 300px;
  overflow: hidden;
  margin: 5px;
}

/* site sobre */

.img_img {
  width: 570px;
  height: 440px;
  overflow: hidden;
  margin: 0px;
  display: block;
}

/* fim sobre */
.small_img{
  height: 100%;
  cursor: pointer;
}

.row{
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
}

/* conteudo secundario */
.linear {
  color: white;
  font-size: 17px;
  text-align: center;
  margin-top: 171px;
}
/* conteudo fim */
 /* imagem tamanho banner */

@media (min-width: 1024px){
  #dimensao{
    height: 437px;
  }
  .tam{
	margin-top: 17px;  
  }
  .bold{
    background: lightgrey;
    text-align: center;
  }
  .bold1{
    width: 219px;
    margin-top: 368px;
  }
  .linear {
    color: white;
    font-size: 16px;
    text-align: center;
    margin-top: 213px;
  }

  #dimi{
    padding-left: 0px;
    position: absolute;
    left: 27px;
  
  }
  .dimi1{
    position: absolute; 
    left: 185px;
  }

  .img_img {
    width: 580px;
    height: 435px;
    overflow: hidden;
    margin: 0px;
    display: block;
    margin-top: 72px;
}
  .img_alt {
    width: 500px;
    height: 476px;
    overflow: hidden;
    margin: 0px;
    display: block;
    margin-top: 38px;
  }  
.alt{
  margin-top: -26px;
}
.conjunto{
  width: 84%;
}
.conf{
  margin-top: -478px;
}
.conf1 {
  width: 440px;
  left: 34px;
  position: absolute;
}
.conf2{
  margin-top: -370px;
}
.conf3{
  width: 439px;
  position: absolute;
  left: 35px;
}
.conf4{
  left: 512px;
  position: absolute;
  width: 217px;
  margin-top: -437px;
}
.conf5{
  margin-top: -412px;
}
.conf6{
  left: 734px;
  position: absolute;
  width: 217px;
  margin-top: -436px;
}
.conf7{
  margin-top: -396px;
  position: absolute;
  left: 513px;
  width: 217px;
}
.conf8{
  margin-top: -411px;
  position: absolute;
  left: 735px;
  width: 217px;
}
  .conf9{
    margin-top: -328px;
  }
  .conf10{
    margin-top: -286px;
  }
  .conf11{
    width: 340px;
    position: absolute;
    left: 352px;
  }
  .conf12{
    margin-top: -244px;
  }
  .conf13{
    width: 96px;
    position: absolute;
    left: 139px;
  }
  .conf14{
    margin-top: -202px;
  }
  .conf15{
    width: 389px;
    position: absolute;
    left: 352px;
  }
  .conf16{
    width: 47px;
    position: absolute;
    left: 188px;
  }
  .conf17{
    margin-top: -160px;
    position: absolute;
    left: 510px;
    width: 442px;
    cursor: pointer;
 }
 .conf18{
    width: 142px;
    position: absolute;
    left: 809px;
    margin-top: 517px;
 }
 .conf19{
    width: 142px;
    position: absolute;
    left: 648px;
    margin-top: 517px;
}
.mains-title {
  color: white;
  font-size: 30px;
  right: 345px;
  margin-top: 150px;
  position: absolute;
}

  .card_img {
    width: 291px;
    height: 216px;
    overflow: hidden;
    margin: 5px;
    display: block;
  }
  .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }  

  .event-date {
    position: absolute;
    top: 188px;
    right: 336px;
    width: 98px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
}
.event2-date {
    position: absolute;
    top: 188px;
    right: 6px;
    width: 98px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
}
.event3-date {
    position: absolute;
    top: 414px;
    right: 336px;
    width: 98px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
}
.event4-date {
    position: absolute;
    top: 414px;
    right: 6px;
    width: 98px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
}  
.event5-date {
  position: absolute;
  top: 353px;
  right: 1px;
  width: 150px;
  margin-right: 0px;
  z-index: 7;
  color: #fff;
  background: rgba(0,0,0,0.30);
  text-align: center;
  border: 1px solid #fff;
  line-height: 54px;
  font-size: 20px;
  cursor: pointer;
}
.event6-date {
  position: absolute;
  top: 353px;
  right: 1px;
  width: 150px;
  margin-right: 0px;
  z-index: 7;
  color: #fff;
  background: rgba(0,0,0,0.30);
  text-align: center;
  border: 1px solid #fff;
  line-height: 54px;
  font-size: 20px;
  cursor: pointer;
}
.event7-date {
  position: absolute;
  top: 353px;
  right: 1px;
  width: 150px;
  margin-right: 0px;
  z-index: 7;
  color: #fff;
  background: rgba(0,0,0,0.30);
  text-align: center;
  border: 1px solid #fff;
  line-height: 54px;
  font-size: 20px;
  cursor: pointer;
} 
#demi3{
  font-size: 15px;
}
#copy-area1{
  background-color: #141414;
  margin-top: 916px;
  width: 900px;
  left: 189px;
  position: absolute;
}
#copy-area1 .container {
  padding: 10px 0;
  text-align: center;
  background: #141414;
}

#copy-area1 .container p {
  margin-bottom: 0;
}

#copy-area1 .container a {
  font-weight: bold;
  color: #444;
}

#copy-area1 .container a:hover {
  text-decoration: none;
  color: #3EC1D5;
}

}


@media (min-width: 1920px){
  #dimensao{
    height: 605px;
  }
  .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#botao_mobile{
  position: absolute;
  width: 133px;
  margin-top: -95px;
  left: 65px;
  display: none;
}
.lat1{
  margin-top: 50px;
  position: absolute;
  right: 32px;
}
.lat2{
  margin-top: -540px;
  position: absolute;
  right: 735px;
}
.lat3{
  margin-top: 50px;
  position: absolute;
  left: -292px;
}

.lat4{
  margin-top: -540px;
  position: absolute;
  left: 734px;
}
#dimi{
  padding-left: 0px;
  position:fixed;
  left: 27px;

}
#sub1{
  position: absolute;
  left: 334px;
  margin-top: 70px;
}
.dimi1{
  position: absolute; 
  left: 185px;
}

.bold{
  background: lightgrey;
  text-align: center;
}
#demi3{
  font-size: 24px;
}
.bold1{
  width: 235px;
  margin-top: 541px;
}
  .linear {
    color: white;
    font-size: 20px;
    text-align: center;
    margin-top: 179px;
  }
  .tam{
	margin-top: 146px; 
  }	
  .conjunto{
    width: 100%;
  }
  .alt{
    margin-top: 20px;
  }
  .conf{
    margin-top: -591px;
  }
  .conf1{
    width: 401px;
    left: 154px;
    position: absolute;
  }
  .conf2{
    margin-top: -460px;
  }
  .conf3{
    width: 406px;
    position: absolute;
    left: 152px;
  }
  .conf4{
    left: 721px;
    position: absolute;
    width: 201px;
    margin-top: -541px;
  }
  .conf6{
    left: 925px;
    position: absolute;
    width: 200px;
    margin-top: -542px;
  }
  .conf7{
    margin-top: -493px;
    position: absolute;
    left: 722px;
    width: 201px;
  }
  .conf8{
    margin-top: -509px;
    position: absolute;
    left: 926px;
    width: 201px;
  }
  .conf9{
    margin-top: -412px;
  }
  .conf10{
    margin-top: -364px;
  }
  .conf11{
    width: 308px;
    position: absolute;
    left: 532px;
  }
  .conf12{
    margin-top: -316px;
  }
  .conf13{
    width: 96px;
    position: absolute;
    left: 179px;
  }
  .conf14{
    margin-top: -267px;
  }
  .conf15{
    width: 340px;
    position: absolute;
    left: 530px;
  }
  .conf16{
    width: 66px;
    position: absolute;
    left: 209px;
  }
  .conf17{
    margin-top: -219px;
    position: absolute;
    left: 718px;
    width: 411px;
    cursor: pointer;
 }
 .conf18{
    width: 142px;
    position: absolute;
    left: 982px;
    margin-top: 585px;
 }
 .conf19{
    width: 142px;
    position: absolute;
    left: 771px;
    margin-top: 585px;
  }

  .mains-title {
    color: white;
    font-size: 30px;
    right: 463px;
    margin-top: 102px;
    position: absolute;
  }
  .img_img {
    width: 700px;
    height: 544px;
    overflow: hidden;
    margin: 100px;
    display: block;
    margin-top: 45px;
  }
  .img_alt {
    width: 715px;
    height: 590px;
    overflow: hidden;
    margin: 0px;
    display: block;
    margin-top: -9px;
  }  
  .card_img {
    width: 450px;
    height: 300px;
    overflow: hidden;
    margin: 5px;
  }
  /* data e hora*/
  .event-date {
    position: absolute;
      top: 272px;
      right: 466px;
      width: 98px;
      margin-right: 0px;
      z-index: 7;
      color: #fff;
      background: rgba(0,0,0,0.30);
      text-align: center;
      border: 1px solid #fff;
      line-height: 54px;
      font-size: 20px;
      cursor: pointer;
  }
  .event2-date {
    position: absolute;
      top: 582px;
      right: 465px;
      width: 98px;
      margin-right: 0px;
      z-index: 7;
      color: #fff;
      background: rgba(0,0,0,0.30);
      text-align: center;
      border: 1px solid #fff;
      line-height: 54px;
      font-size: 20px;
      cursor: pointer;
  }
  .event3-date {
    position: absolute;
      top: 272px;
      right: 6px;
      width: 98px;
      margin-right: 0px;
      z-index: 7;
      color: #fff;
      background: rgba(0,0,0,0.30);
      text-align: center;
      border: 1px solid #fff;
      line-height: 54px;
      font-size: 20px;
      cursor: pointer;
  }
  .event4-date {
    position: absolute;
      top: 582px;
      right: 6px;
      width: 98px;
      margin-right: 0px;
      z-index: 7;
      color: #fff;
      background: rgba(0,0,0,0.30);
      text-align: center;
      border: 1px solid #fff;
      line-height: 54px;
      font-size: 20px;
      cursor: pointer;
  }
  .event5-date {
    position: absolute;
    top: 522px;
    right: 1px;
    width: 150px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
  }
  .event6-date {
    position: absolute;
    top: 522px;
    right: 1px;
    width: 150px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
  }
  .event7-date {
    position: absolute;
    top: 522px;
    right: 1px;
    width: 150px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
  }
  .etime {
      display: block;
      background: #fff;
      padding: 5px 7px;
      color: #252c37;
      font-size: 13px;
      line-height: 16px;
  }
  #copy-area1{
    background-color: #141414;
    margin-top: 1318px;
    width: 1366px;
    left: 444px;
    position: absolute;
  }
  #copy-area1 .container {
    padding: 10px 0;
    text-align: center;
    background: #141414;
  }
  
  #copy-area1 .container p {
    margin-bottom: 0;
  }
  
  #copy-area1 .container a {
    font-weight: bold;
    color: #444;
  }
  
  #copy-area1 .container a:hover {
    text-decoration: none;
    color: #3EC1D5;
  }  

}
/*  teste de merda*/ 

@media (min-width: 1863px){
  #dimensao{
    height: 605px;
  }
  .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bold{
  background: lightgrey;
  text-align: center;
}
.bold1{
  width: 235px;
  margin-top: 541px;
}
  .linear {
    color: white;
    font-size: 20px;
    text-align: center;
    margin-top: 179px;
  }
  .tam{
	margin-top: 146px; 
  }	
  .conjunto{
    width: 100%;
  }
  .alt{
    margin-top: 20px;
  }
  .conf{
    margin-top: -591px;
  }
  .conf1{
    width: 401px;
    left: 154px;
    position: absolute;
  }
  .conf2{
    margin-top: -460px;
  }
  .conf3{
    width: 406px;
    position: absolute;
    left: 152px;
  }
  .conf4{
    left: 721px;
    position: absolute;
    width: 201px;
    margin-top: -541px;
  }
  .conf6{
    left: 925px;
    position: absolute;
    width: 200px;
    margin-top: -542px;
  }
  .conf7{
    margin-top: -493px;
    position: absolute;
    left: 721px;
    width: 406px;
    z-index: 5;
  }
  .conf8{
    margin-top: -509px;
    position: absolute;
    left: 926px;
    width: 201px;
  }
  .conf9{
    margin-top: -412px;
  }
  .conf10{
    margin-top: -364px;
  }
  .conf11{
    width: 308px;
    position: absolute;
    left: 532px;
  }
  .conf12{
    margin-top: -316px;
  }
  .conf13{
    width: 96px;
    position: absolute;
    left: 179px;
  }
  .conf14{
    margin-top: -267px;
  }
  .conf15{
    width: 340px;
    position: absolute;
    left: 530px;
  }
  .conf16{
    width: 66px;
    position: absolute;
    left: 209px;
  }
  .conf17{
    margin-top: -219px;
    position: absolute;
    left: 718px;
    width: 411px;
    cursor: pointer;
 }
 .conf18{
    width: 142px;
    position: absolute;
    left: 982px;
    margin-top: 585px;
 }
 .conf19{
    width: 142px;
    position: absolute;
    left: 771px;
    margin-top: 585px;
  }

  .mains-title {
    color: white;
    font-size: 30px;
    right: 463px;
    margin-top: 102px;
    position: absolute;
  }
  .img_img {
    width: 700px;
    height: 544px;
    overflow: hidden;
    margin: 100px;
    display: block;
    margin-top: 45px;
  }
  .img_alt {
    width: 715px;
    height: 590px;
    overflow: hidden;
    margin: 0px;
    display: block;
    margin-top: -9px;
  }  
  .card_img {
    width: 448px;
    height: 300px;
    overflow: hidden;
    margin: 5px;
  }
  /* data e hora*/
  .event-date {
    position: absolute;
      top: 272px;
      right: 464px;
      width: 98px;
      margin-right: 0px;
      z-index: 7;
      color: #fff;
      background: rgba(0,0,0,0.30);
      text-align: center;
      border: 1px solid #fff;
      line-height: 54px;
      font-size: 20px;
      cursor: pointer;
  }
  .event2-date {
    position: absolute;
      top: 582px;
      right: 464px;
      width: 98px;
      margin-right: 0px;
      z-index: 7;
      color: #fff;
      background: rgba(0,0,0,0.30);
      text-align: center;
      border: 1px solid #fff;
      line-height: 54px;
      font-size: 20px;
      cursor: pointer;
  }
  .event3-date {
    position: absolute;
      top: 272px;
      right: 6px;
      width: 98px;
      margin-right: 0px;
      z-index: 7;
      color: #fff;
      background: rgba(0,0,0,0.30);
      text-align: center;
      border: 1px solid #fff;
      line-height: 54px;
      font-size: 20px;
      cursor: pointer;
  }
  .event4-date {
    position: absolute;
      top: 582px;
      right: 6px;
      width: 98px;
      margin-right: 0px;
      z-index: 7;
      color: #fff;
      background: rgba(0,0,0,0.30);
      text-align: center;
      border: 1px solid #fff;
      line-height: 54px;
      font-size: 20px;
      cursor: pointer;
  }
  .event5-date {
    position: absolute;
    top: 522px;
    right: 1px;
    width: 150px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
  }
  .event6-date {
    position: absolute;
    top: 522px;
    right: 1px;
    width: 150px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
  }
  .event7-date {
    position: absolute;
    top: 522px;
    right: 1px;
    width: 150px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
  }
  .etime {
      display: block;
      background: #fff;
      padding: 5px 7px;
      color: #252c37;
      font-size: 13px;
      line-height: 16px;
  }  

}




/*   fim teste de merda*/
@media(max-width: 425px) {
  #dimensao{
    height:250px;
  }
  .auto{
    padding-right: 0px;
    padding-left: 0px;
  }
  .nones{
    display: none;
  }
  .nones1{
    margin-top: 65px;
  }
  .event-date {
    position: absolute;
    top: 242px;
    right: 6px;
    width: 98px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
}
.linear {
  color: white;
  font-size: 16px;
  text-align: center;
  margin-top: 147px;
  width: 100%;
}
.img_img {
  width: 100%;
  height: 239px;
  overflow: hidden;
  margin: 0px;
  display: block;
}

#copy-area1 {
  background-color: #141414;
  margin-top: 20px;
  width: 100%;
  left: 0px;
  position: absolute;
}
#botao_mobile{
  position: absolute;
  width: 133px;
  margin-top: -95px;
  left: 116px;
}
/* flotoador*/
#menu {
  position: fixed;
  left: 140px;
  top: 91%;
}

#menu li { margin: 0 }
#menu a { color: inherit }
/* Slider */

.mainns-title {
  color: #444;
  margin: 0 0 0 0;
  font-size: 30px;
  text-align: center;
  left: 60px;
  position: absolute;
}
.mainns-title::after {
  content: "";
  border-top: 2px solid #333;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 8.5%;
}

.mains-title {
  color: white;
  font-size: 22px;
  right: 199px;
  margin-top: 88px;
  position: absolute;
}

.event2-date {
    position: absolute;
    top: 552px;
    right: 6px;
    width: 98px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
}
.event3-date {
    position: absolute;
    top: 862px;
    right: 6px;
    width: 98px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
}
.event4-date {
    position: absolute;
    top: 1172px;
    right: 6px;
    width: 98px;
    margin-right: 0px;
    z-index: 7;
    color: #fff;
    background: rgba(0,0,0,0.30);
    text-align: center;
    border: 1px solid #fff;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
}
.event5-date {
  position: absolute;
  top: 2px;
  right: 1px;
  width: 150px;
  margin-right: 0px;
  z-index: 7;
  color: #fff;
  background: rgba(0,0,0,0.30);
  text-align: center;
  border: 1px solid #fff;
  line-height: 54px;
  font-size: 20px;
  cursor: pointer;
}
.event6-date {
  position: absolute;
  top: 2px;
  right: 1px;
  width: 150px;
  margin-right: 0px;
  z-index: 7;
  color: #fff;
  background: rgba(0,0,0,0.30);
  text-align: center;
  border: 1px solid #fff;
  line-height: 54px;
  font-size: 20px;
  cursor: pointer;
}
.event7-date {
  position: absolute;
  top: 2px;
  right: 1px;
  width: 150px;
  margin-right: 0px;
  z-index: 7;
  color: #fff;
  background: rgba(0,0,0,0.30);
  text-align: center;
  border: 1px solid #fff;
  line-height: 54px;
  font-size: 20px;
  cursor: pointer;
}
/* layout img */


.small_img{
  height: 100%;
  cursor: pointer;
}

.row{
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
}

  /* slider */
  #mainSlider {
    margin-top: 75px;
  }

  #mainSlider .carousel-caption {
    top: 5%;
  }

  #mainSlider .carousel-caption h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  #mainSlider .carousel-caption p {
    display: none;
  }

  .carousel-caption .main-btn {
    
    font-size: 14px;
  }

  /* about */
  .main-title {
    font-size: 30px;
  }

  #about-area img {
    margin-top: 0;
    margin-bottom: 30px;
  }

  /* data */
  .circle-box {
    width: 50%;
  }

  #team-area .col-md-3 {
    width: 50%;
    margin-bottom: 30px;
  }

  /* apply */
  #apply-area {
    height: auto;
  }

  #company-img {
    display: none;
  }

  /* filter */
  #portfolio-area .filter-btn {
    margin-bottom: 20px;
  }

  .project-box {
    width: 50%;
  }

  /* news */
  #news-area .main-title {
    font-size: 24px;
  }

  #news-area p {
    font-size: 16px;
  }

  #email-input {
    width: 80%;
  }

  #call-area p, #call-area #call-btn {
    font-size: 14px;
    letter-spacing: 0;
  }

  #call-area p, #call-area #call-btn {
    margin: 0;
    width: 50%;
  }

  /* contact */
  .contact-box {
    border: none;
    margin-bottom: 0;
  }
  /* dropdown */
  .menu li ul {
    display: none;
  }
  .menu li:hover > ul {
    display: block;
  }dropdown-menu
  .menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  }
  .menu li ul li {
    display: block;
    padding: 10px;
  }
  .menu li ul li:hover {
    background-color: #f0f0f0;
  }
  #drop-menu ul li:hover{
    right: 0;
    color: white;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 540px;
    background-color: white;
    display: none;
    padding: 10px;
  }


}

