* {
margin:0 auto;
padding:0;
vertical-align:baseline;
outline:none;
text-decoration:none;
box-sizing:border-box;
}
body {
background:#fff;
color:#202020;
font-family: 'Open Sans', sans-serif;
font-size:16px;
}
a {
color:#202020
}
img, object, video, iframe {
max-width:100%;
height:auto;
}
img {
vertical-align:middle;
}
object[type="application/gas-events-abn"] {
display:none !important;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
}
strong, b {
font-weight:bold;
}
i, em {
font-style:italic
}
u {
text-decoration:underline
}
p {
display:block;
margin:1em 0
} .grid {
max-width:1170px;
width:90%;
margin:0 auto;
position:relative;
}
.clearfix:before, .clearfix:after {
content:"";
display:block;
width:100%;
height:0;
clear:both;
} .page-header {
width:100%;
height:40px;
position:fixed;
line-height:40px;
font-family:'Open Sans Condensed', sans-serif;
z-index:9999;
}
.main-menu ul {
list-style:none;
text-align:right
}
.main-menu ul li {
display:inline-block;
text-transform:uppercase;
font-size:20px;
}
ul.sub-menu {
position: absolute;
opacity: 0;
}
.menu-item-has-children:hover > ul.sub-menu {
opacity: 1;
}
.main-menu ul li a {
vertical-align: middle;
color:#fff;
display:inline-block;
padding:0 10px;
}
.main-menu ul li a:hover {
color:#000
} .home {
width:100%;
height:100vh;
background:url(http://www.vegastraducoes.com.br/wp-content/themes/vegastraducoes/img/main-background.png) center;
background-size:cover;
display: -ms-flex;
display: -webkit-flex;
display: flex;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
}
.home-logo {
max-width:80%;
}
.home-logo:hover img {
transform: rotate(-10deg);
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100px, 0);
transform: translate3d(0, -100px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100px, 0);
transform: translate3d(0, -100px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
} .about {
margin:35px auto 130px;
}
.section-title {
font-weight:bold;
font-size:36px;
color:#202020;
text-transform:uppercase;
font-family:'Open Sans Condensed', sans-serif;
}
.section-title:after {
content:"";
display:block;
width:175px;
height:2px;
background:#9e9e9e;
margin:10px 0 15px;
left:-20px;
position: relative;
}
.about-text {
line-height:25px;
text-align:justify;
margin:30px auto;
}
.values-list {
width:calc(100% + 30px);
margin-left:-15px;
}
.value-item {
width:calc(33.33% - 30px);
margin:0 15px;
float:left;
}
.value-item {
position:relative;
background-size:cover;
height:200px;
display: -ms-flex;
display: -webkit-flex;
display: flex;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
}
.value-item_desc {
display:block;
width:80%;
padding:10px;
background:#fff;
text-transform:uppercase;
font-size:11px;
text-align:center;
position:absolute;
transform:translateY(-50%);
top:50%;
left:10%;
opacity:0;
}
.value-item h2 {
font-size: 30px;
color: rgb(255, 255, 255);
font-weight: bold;
text-transform: uppercase;
line-height: 0.833;
text-align: justifyLeft;
text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.82);
}
.value-item:hover .value-item_desc {
opacity:1;
} .services-title {
width: 100%;
height: 100px;
background: url(http://www.vegastraducoes.com.br/wp-content/themes/vegastraducoes/img/faixa.png);
position: relative;
color: #fff;
font-size: 36px;
font-family: "Open Sans Condensed";
font-weight: bold;
text-transform: uppercase;
display: -ms-flex;
display: -webkit-flex;
display: flex;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
z-index: 99;
}
.services-title:before {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.40);
z-index: 5;
}
.services-title span {
position:relative;
z-index:6
}
.services-content {
position:relative;
}
.services-content:before {
content:"";
display:block;
width:172px;
height:100%;
background:url(http://www.vegastraducoes.com.br/wp-content/themes/vegastraducoes/img/cadernos-e-lapis.png);
position:absolute;
background-repeat:no-repeat;
top:70px;
}
.services-content:after {
content:"";
display:block;
width:150px;
height:100%;
background:url(http://www.vegastraducoes.com.br/wp-content/themes/vegastraducoes/img/iphone-e-teclado.png);
position:absolute;
background-repeat:no-repeat;
right:0;
top:70px;
}
.swiper-services {
max-width:70%;
height:auto;
display: -ms-flex;
display: -webkit-flex;
display: flex;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
}
.swiper-slide {
margin-top:80px;
}
.service-item_title {
font-family: "Open Sans Condensed";
font-weight: bold;
font-size: 36px;
text-transform: uppercase;
display: block;
text-align: center;
}
.service-item_desc {
font-size: 18px;
text-align: center;
line-height: 28px;
}
.service-item_desc p {
margin: 20px 0 30px;
}
.service-item_boxes {
width: calc(100% + 20px);
margin-left: -10px;
}
.box {
width: calc(33.33% - 20px);
margin: 0 10px;
background: #9e9e9e;
color: #fff;
padding: 15px;
font-size: 12px;
text-align: center;
float: left;
}
.box h2 {
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
}
.services-menu {
width: 100%;
list-style: none;
text-align: center;
margin-top:40px
}
.services-menu li {
display: inline-block;
font-family: "Open Sans Condensed";
font-weight: bold;
font-size: 24px;
text-transform: uppercase;
padding: 0 20px;
cursor: pointer;
color: #9e9e9e;
}
.services-menu li:after {
content: "";
display: block;
width: calc(100% + 20px);
height: 5px;
background: #9e9e9e;
left: -10px;
position: relative;
bottom: -5px;
}
.services-menu li.active {
color: #202020;
}
.services-menu li.active:after {
background: #202020;
} .page-footer {
border-top: 5px solid #202020;
margin-top: 150px;
}
.box-footer {
float:left;
width:50%;
}
.box-footer:first-child h1 {
font-size:0;
text-align:center;
margin-top:20px;
}
.box-footer:first-child h1 img {
max-width:80%
}
.box-footer_desc {
max-width: 375px;
text-align: center;
margin:10px auto;
font-size:14px;
}
.email {
font-size:14px;
font-weight:bold;
text-transform:uppercase;
text-align:center;
display:block;
}
.social-links {
list-style: none;
text-align: center;
margin: 10px auto;
}
.social-links li {
display: inline-block;
margin: 0 2px;
}
.box-footer:nth-child(2) {
background:url(http://www.vegastraducoes.com.br/wp-content/themes/vegastraducoes/img/main-background.png);
background-size:cover;
position:relative;
padding:20px;
}
.box-footer:nth-child(2):before {
content:"";
display:block;
width:100%;
height:100%;
position:absolute;
background:rgba(0, 0, 0, 0.70);
top:0;
z-index:1;
left:0;
}
.box-footer:nth-child(2) * {
position:relative;
z-index:2;
}
.box-footer_title {
color: #fff;
font-size: 24px;
text-transform: uppercase;
font-family: 'Open Sans Condensed';
font-weight: bold;
text-align: right;
margin-bottom:20px;
}
.box-footer input[type="text"],
.box-footer input[type="email"] {
font-size:12px;
color:#fff;
text-transform:uppercase;
background:none;
border:none;
border-bottom:1px solid #fff;
width:48%;
padding-left:10px;
float:left;
font-family:'Open Sans';
padding-bottom:5px;
}
.box-footer input[type="email"] {
float:right;
}
.box-footer select {
font-size:12px;
color:#fff;
text-transform:uppercase;
background:none;
border:none;
border:1px solid #fff;
padding:5px 10px;
font-family:'Open Sans';
width:100%;
margin-top:20px;
}
.box-footer label {
color: #fff;
margin-top: 20px;
text-transform: uppercase;
font-size: 10px;
display: block;
}
.box-footer label .file {
margin-left:10px;
}
span.wpcf7-not-valid-tip {
font-size: 0;
width: 10px;
display: inline;
position: absolute !important;
right: 0;
}
.wpcf7-response-output {
position: absolute !important;
left: 0;
width: 250px;
font-size: 10px;
margin: 0 !important;
bottom: -30px;
padding: 0;
color: #fff;
text-transform: uppercase;
}
img.ajax-loader {
background: #fff;
padding: 5px;
}
span.wpcf7-not-valid-tip:before {content: "*";font-size: 18px;}
::-webkit-input-placeholder { color:    #fff;
}
:-moz-placeholder { color:    #fff;
opacity:  1;
}
::-moz-placeholder { color:    #fff;
opacity:  1;
}
:-ms-input-placeholder { color:    #fff;
}
.box-footer option {
background:#202020;
border:none;
}
.box-footer input[type="submit"] {
background: #fff;
border: none;
font-family: 'Open Sans Condensed';
font-weight: bold;
color: #202020;
font-size: 20px;
padding: 5px 10px;
text-transform: uppercase;
margin-top: 20px;
float: right;
cursor:pointer;
}
.page-credits {
width: 100%;
height: 36px;
line-height: 36px;
background: #202020;
color: #fff;
font-size: 10px;
text-transform: uppercase;
}
.page-credits a {
font-weight:bold;
color:#fff;
text-decoration: underline;
}
.page-credits .left {
float:left;
}
.page-credits .right {
float:right;
} .home-logo img,
.page-header,
.services-menu li,
.services-menu li:after,
.value-item_desc,
a,
.effect {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
} @media screen and (min-width:1024px) {
.page-header.ativo {
background: rgba(32, 32, 32, 0.85);
height:40px;
line-height:38px;
}
.page-header.ativo a {
color:#fff
}
.page-header.ativo a:hover {
background:#fff;
color:#202020
}
}
@media screen and (max-width:1024px) {
.page-header {
width: 100%;
height: 40px;
background: rgba(32, 32, 32, 0.85);
}
.main-menu {
position: absolute;
width: 100%;
top: 40px;
background: rgba(32, 32, 32, 0.85);
border-top: 1px solid #fff;
display:none;
}
.main-menu ul {
text-align: center;
}
.main-menu ul li {
display: block;
}
.toggle {
display: block;
width: 30px;
height: 30px;
margin-top: 6px;
float: right;
margin-right: 5%;
cursor: pointer;
}
.toggle span {
width: 100%;
height: 1px;
background: #fff;
display: block;
margin: 6px 0;
}
}
@media screen and (max-width:968px) {
.value-item {
width:calc(50% - 30px);
}
.value-item:last-child {
width:calc(100% - 30px);
margin-top:30px;
}
.services-content:after,
.services-content:before {
background-position:right;
width:80px;
}
.services-content:after {
background-position:left;
}
.box {
width:calc(50% - 20px);
}
.box:last-child {
width:calc(100% - 20px);
margin-top:20px;
}
.page-footer {
margin-top:100px;
}
.box-footer {
width:100%;
float:none;
padding:20px;
height:auto !important
}
.email {
font-size:12px;
}
.box-footer:nth-child(1) {
margin-bottom:20px;
}
.page-footer_content {
width:100%;
}
.box-footer:first-child h1 {
margin-top:0;
}
}
@media screen and (max-width:550px) {
.values-list {
margin:0 auto;
width:100%;
}
.value-item:last-child,
.value-item  {
width:100%;
margin:15px auto;
float:none;
}
.services-menu {
margin-top:20px
}
.services-menu li {
font-size:20px;
display:block;
margin:10px auto;
max-width:200px;
}
.box,
.box:last-child {
width:100%;
margin:10px auto;
}
.service-item_boxes {
width:100%;
margin:0 auto;
}
.swiper-services {
max-width:100%;
}
.services-content:after,
.services-content:before {
display:none;
}
.page-credits {
padding:15px 0;
height:auto;
}
.page-credits .left,
.page-credits .right {
float:none;
display:block;
text-align:center;
line-height:17px;
}
.wpcf7-response-output {
position:relative !important;
width:100%;
margin-top:50px !important;
bottom:inherit;
display:block !important;
}
}