@charset "UTF-8";
/* CSS Document */
*{font-family: 'Roboto', sans-serif;}

.background-cinza {background-color: #eeeeee;}
.background-laranja {background-color: #d32913;}
.background-branco {background-color: #ffffff;}
.background-preto {background-color: #333333;}

.white-text {color: #ffffff;}


#escritorio { margin-top: -30px; text-align: justify;}

h1, h2 {font-weight: 100; text-transform: uppercase;}
.header-decoration {background-image:url(../images/header-decoration.jpg); width: 189px; height: 5px; margin-bottom: 40px;}

#topo {height: 425px;}
.logo {background-color: white; width: 245px; height: 245px; border-radius: 50%; margin-top:80px;}
#logo-pegoreti {padding-top: 100px;}
.conteudo-servico {padding: 15px; min-height: 420px;}
#servicos ul {margin-top: 20px;}
#servicos ul li{list-style-image: url(../images/arrow-orange.png); margin-bottom: 10px;}

#servicos .container-fluid {padding-top: 40px; padding-bottom: 40px;}

input, textarea {width: 80%; margin-top: 20px; border-radius: 3px; border: none; height: 35px; padding: 5px;}
textarea {height: 150px;}
form {padding-bottom:40px;}

.menu-topo {background-color:#d32913; color: #ffffff;}
.menu-topo a {color: #ffffff !important;}
.menu-topo a:hover {background-color:#870002!important;}

.spacer {width:100%; height: 50px;}
footer {background-color: #1F1F1F; padding: 15px;}
footer p {text-align:center; color: #ffffff;}

.mvv {text-align: justify;}

.parallax-window {
  min-height: 425px;
  background: transparent;
}

.parallax-window-cv {}

.item-contato {min-height: 75px;}
.popup {position: fixed;top: 0;left: 0;padding-top: 5%;text-align: center;width: 100%;height: 100%;display: block;z-index: 999;background: #000000b3;}
.popup .imagem_recesso{height: 95%;}
.popup span{color: #fff;font-size: 35px;cursor: pointer;position: absolute;}
.popup .imagem_recessom{display:none;}
@media(max-width: 500px){.popup .imagem_recesso{display:none;}}
@media(max-width: 500px){.popup .imagem_recessom{display:initial;height: 82%;}}