body { 
  margin: 0;
  padding: 0;
  border: 0;
}

main {
  position: relative;
}

#barra_top {
  height: 100px;
  background-image: url("../images/ladrilho.png");
  background-repeat: repeat;
}

.logo { 
  height: 60px; 
  margin-left: 7%;
  margin-top: 20px;
}

.logosredes {
  float: right;
  margin-top: 35px;
  margin-right: 7%;
}

.logorede {
  width: 35px;
}

.barramenu { 
  height: 61px;
  border-top: 3px solid #909090;
  border-bottom: 15px solid #d4343f;
}

.menu li { 
  list-style: none;
  margin-right: 1%;
  float: right;
  padding: 10px 7px 10px 7px; 
  background-color: #585859; 
  color: #f1f1f1;  
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;    
}

.menu { 
  padding-right: 6%;
  position: relative;
  background-color: #585859;
  height: 100%;
}

.menu li:hover { 
  background-color: #909090;  
  font-weight: bold;
  border-radius: 10px;
  transform: scale(1.1);   
}

a.linksmenu:link {
  text-decoration: none;
  color: white;
}

a.linksmenu:visited {
  color: white;
}

.background_home {
  width: 100%;
  height: 500px;
  background-image:  url(../images/executlogobranca.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
 
}

.background_obras {
  width: 100%;
  height: 900px;
  background-image: linear-gradient(to bottom, rgba(0,0,0,1), transparent), url(../images/bg_large1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px;
}

.background_obra {
  width: 100%;
  height: 1100px;
  background-image: linear-gradient(to bottom, rgba(0,0,0,1), transparent), url(../images/bg_large1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px;
}

#btn_back {
  width: 120px;
  margin-bottom: 15px;
}

.footer {
  border-top: 2px solid #909090;
  background-image: url("../images/ladrilho.png");
  background-repeat: repeat;
}

.footer1 {
  float: left;
  width: 50%;
  margin-top: 15px;
  padding: 15px;
}

.footer2 {
  float: right;
  width: 50%;
  margin-top: 15px;
  padding: 15px;
  border-left: 1px dashed #909090;
}

.logofooter {
  margin-top: 35px;
}

.hrfooter {
  display: none;
}

.slider-inner {
  position: absolute;
  display: flex;
  align-items: center;
  width: 400px;
  height: 400px;
  margin: 0 auto;
  z-index: 5;
  top: 120px; 
  left: 200px; 
  background-color: rgba(0, 0, 0, 30%);
  padding: 15px;
}

#slider-content {
  padding: 0 10px;
}

#slider-content h2 {
  font-family: "acta-display", serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -1px;
  color: white;
  line-height: 30px;
  margin: 20px 0 60px;
}

#slider-content .meta {
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-size: 11px;
  letter-spacing: 5px;
  color: #88888a;
  text-transform: uppercase;
  position: relative;
}

#slider-content .meta:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: -55px;
  width: 45px;
  height: 2px;
  background-color: #f1f1f1;
}

#slider-content #slide-status {
  margin-top: 10px;
  font-family: "acta-display", serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
}

.voltarTopo {
  bottom: 15px !important;
  display: block;
  height: 40px;
  position: fixed;
  right: 15px;
  width: 150px;
}

section {
  display: flex ;
  width: 1920px;
  height: 800px;
}

section img {
  width: 0;
  flex-grow: 1;
  object-fit: cover;
  transition: 3s ease;
}

section img:hover {
  cursor: zoom-in;
  width: 300px;
  filter: contrast(120%);
}

.sobrenos {
  background-color: #909090;
  height: 900px;
  display : flex;
}

.fundosn {
  width: 50%;
}

.div-formulario {
  float: left;
  width: 50%;
}
.div-mapa {
  float: left;
  padding-top: 40px;
  width: 50%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}
.mapa {
  position: absolute;
  padding-top: 15px;
  top: 120px;
  left: 20px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.textosn{
  color: #f1f1f1;
  width: 70%;
  line-height: 32px;
  text-align: justify;
  margin-left: 15%;
  margin-top: 5%;
  border: #585859 solid 5px;
  border-radius: 25px;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  padding: 60px;
  font-size: 24px;
  background-color: #585859;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px,
   rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, 
   rgba(0, 0, 0, 0.09) 0px -3px 5px;  
}

.slideshow {
  flex: 1;
  max-width: 50%;
  overflow: hidden;
  position: relative;  
}

.slideshow img {
  width: 100%;
  height: 100%;
}

.vermelho {
  color: #d4343f;
}

.sublinhado {
  text-decoration: underline ;
}

.formulario { 
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
  background-color: #909090;
}

.formu {
  display: flex;
  align-items: center ;
  justify-content: center;
  flex-direction: column;
  padding: 15px 45px;
  background-color: #585859;
  width: 90%;
  min-height: 80vh;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px,
  rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px,
  rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

section h2 {
  color:#f1f1f1;
  font-size: 2.5rem;
  margin: 2rem;
}

section form{ 
  display: flex;
  flex-direction: column;
  width: 100%;
}

form label {
  color: #f1f1f1;
  font-size: 17px;
  margin-bottom: 4px;
}

form input{
  padding: 15px;
  outline: none;
  border: 0;
  margin-bottom: 20px;
  font-size: 15px;
  border-radius: 25px;
}

form textarea{
  padding: 10px;
  outline: none;
  border: 0;
  font-size: 15px;
  margin-bottom: 30px;
  border-radius: 25px;
}

form button {
  padding: 15px;
  cursor: pointer;
  font-size: 16px;
  background: transparent;
  border: 2px solid #f1f1f1;
  color: #f1f1f1;
  transition: all 1s;
  margin-bottom: 20px;
}

form button:hover {
  background: #f1f1f1;
  color:#585859 ;
  border-radius: 16px;
}

.instacontainer {
  overflow: hidden;
}

.instacontainer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.imginsta { 
  height: 600px;
}

.tituloform {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

#instafeed {
  background-color: #585859;
}

.capamidia {
  padding: 15px;
  align-items: center;
  justify-content: center;
  background-color: #88888a;  
}

.botaoinsta {
  margin-top: 15px;
  width: 300px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  background-color: #585859;
  padding: 10px;
  border-radius: 15px;
  color: aliceblue;
  font-size: 25px;   
}

.titulomidia {
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  color: #f1f1f1;
}

.limitacao {
  width: 1500px;
}

@media screen and (max-width: 1520px) {
  .div-formulario {
    float: none;
    width: 100%;
  }
  .div-mapa {
    float: none; 
    width: 100%;  
  }
  .mapa {
    position: absolute;
    top: 120px;
    left: 0;
  }

  .limitacao {
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  #slider-content h2 {
    font-size: 70px;
    line-height: 70px;
  }
  #slider-content .meta {
    font-size: 13px;
  }
  #slider-content #slide-status {
    font-size: 25px;
  }
}

@media screen and (max-width: 640px) {
  .menu li { 
    font-size: 12px;
    padding: 10px 7px 10px 7px;
  }
  .logorede {
    width: 30px;
  }
  .logo {
    margin-top: 25px;
    height: 50px;
  }
  .footer1 {
    width: 100%;
    text-align: center;
  }
  .footer2 {
    width: 100%;
    padding: 0 0 0 7vh;
    margin: 0;
    text-align: left;
    border-left: 0;
  }
  .logofooter {
    margin-top: 0px;
  }
  .hrfooter {
    display: block;
    width: 80%;
    border: 0px;
    border-top: 1px dashed;
  }
  .background_obras {
    width: 100%;
    height: 680px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,1), transparent), url(../images/bg_large1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
  }

  .background_obra {
    width: 100%;
    height: 600px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,1), transparent), url(../images/bg_large1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
  }
}

.loading:before {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}

.loading:after {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: white;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}

@media screen and (max-width: 480px) {
  .botaoinsta { 
    width: 300px;
    padding: 10px ;
  }
  .imginsta { 
    height: 300px;
  }
  .textosn { 
    width: 325px;
    line-height: 26px;
    padding: 30px;
    margin : 0 ;
    margin-left: 10%;
    margin-top: 15%;
    margin-bottom: 16%;
  }
  .sobrenos { 
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .slideshow img { 
    width: 100%;
    height: 400px;
  }
  .slideshow  { 
    max-width: 100%;
    height: 400px;  
  }
  .background_home  { 
    background-size: contain;
    height: 400px;
  }
.background_obras {
  width: 100%;
  height: 600px;
  background-image: linear-gradient(to bottom, rgba(0,0,0,1), transparent), url(../images/bg_large1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px;
  }
.background_obra {
  width: 100%;
  height: 850px;
  background-image: linear-gradient(to bottom, rgba(0,0,0,1), transparent), url(../images/bg_large1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px;
  }
#btn_back {
  width: 100px;
  position: initial;
  margin-bottom: 20px;
  align-items: center;
  }
}





