
.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

#sobre{
  background: url("../imagens/predio.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}



.slider:hover {
  opacity: 1;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #aaa;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: rgba(69, 179, 139);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



body{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 100vh;
  overflow-x: hidden;
}
html{

  overflow-x: hidden;
}
.bg-img{
  background: url(../imagens/asd.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.bg-blu{
  background: rgba(69, 179, 139,.6);
}
.bg-mydark{
  background: rgba(8, 8, 16,.8);
}
.desksize{
  min-height: 100vh;
}
.bg-img2{
  background: url(../imagens/fundo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  align-items: flex-start;
  background-position: center;
}
.bg-img3{
  background: url(../imagens/fundo2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  align-items: flex-start;
  background-position: center;
}
.bg-nos{
  background: rgba(69, 179, 139);
}
.mp-0{
  margin: none!important;
  padding: 0!important;
}
.celular{
  margin-top: 200px;
  width: 400px;
  position: relative;
}
.nav-item{
  font-size: 25px;
  margin-left: 30px;
}
.icon{
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 60px;
  margin-top: 55px;
}

#clima,#porta,#luz{
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 140px;
  background: #45B38B;
  border: #080810;
  border-radius: 10px;
  padding: 5px;
  font-size: 20px;
}
#clima{
  margin-top: 150px;
}
#porta{
  margin-top: 225px;
}
#luz{
  margin-top: 300px;
}


.tempo{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  height: 200px;
  padding-top: 100px;
  padding-left: 500px;
}
.moon{
  transition: 1s;
  position: absolute;
  width: 300px;
  height: 100px;
}
.sun{
  transition: 1s;
  position: absolute;
  width: 300px!important;
  height: auto;
  margin-top: -100px;
}

.sumir{
    transition: 1s;
    fill:none!important;
    stroke: none;

}

.divcasa{
  position: relative;
  width: 600px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.casa{
  width: 500px;
  height: auto;
  margin: auto;
}
.portas{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
}

.portas svg{
  width: 150px;
  position: absolute;
  margin: auto;
  bottom: 0;
}

.sumir{
  display: none;
}

.lampada{
  position: absolute;
  margin: auto;
  width: 200px;
}
.acesa,.apagada{
  position: absolute;
  top: 45px;
  width: 200px;
}

.escalar{
  width: 100%!important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transform: scale(.6);
}
.slick-next{
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  z-index: 1;
  margin: 5px;
  transform: rotate(-90deg);
  padding: 0!important;
  background: none!important;
  border: none!important;
  outline: none!important;
}
.slick-prev{
  position: absolute;
  top: 0;
  right: 40px;
  height: 30px;
  width: 30px;
  z-index: 1;
  margin: 5px;
  transform: rotate(90deg);
  padding: 0!important;
  background: none!important;
  border: none!important;
  outline: none!important;
}

arrows{
  position: absolute!important;
  top: 10px;
  right: 10px;
  border-radius: 360px;
  width: 80px;
  height: 40px;
  background: #222;
  display: block;

}
.slick-track{
  margin-top: 60px;
}
slider{
  position: relative;
  display: block;
  margin-top:30px;
  margin-bottom: 30px;
}
slider div div .img-fluid{
  width: 100%!important;
}
slider div div {
  margin-left: 20px!important;
  margin-right: 20px!important;
}
slider titulo{
  position: absolute!important;
  height: 40px;
  top: 10px;
  left: 15px;
  margin: 0;
  padding: 0;
}
titulo{
  font-size: 20px;
  font-weight: 700;
  display: flex!important;
  align-content: center!important;
  justify-content: flex-start!important;
  flex-wrap: wrap!important;
  text-align: left;
}
.slick-list{
  padding-right: 40px;
}
.itemmapa{
  width:100%;
  display:flex;
  justify-content:center;
}
.mapa{
  width: 80%;
}
.icone{
  width: 60px;
  margin: 5px;
  margin-top: 30px;
  filter: grayscale(0);
  transition: .75s;
  transform: rotateZ(0deg);
}
@media screen and (min-width: 767px) {
  .icone{
    width: 100px;
    margin: 40px;
    filter: grayscale(100);
    transition: .75s;
    transform: rotateZ(0deg);
    padding-top: 0;
  }
  .icone:hover{
    width: 180px;
    margin: 0px;
    padding-top: 0;
    filter: grayscale(0);
    cursor: pointer;
    transform: rotateZ(360deg);
  }
}
@media screen and (max-width: 680px) {
  .mapa{
    width: 100%;
  }
  arrows{
    display: none;
  }
  slider div div {
    margin-left: 0px!important;
    margin-right: 20px!important;
  }
}
