/*
 *  =========================
 *  ===== 0. @font-face =====
 *  =========================
 *
 */

@font-face {
	font-family: 'Proxima Nova Lt';
	src:url('fonts/ProximaNova-Light.otf');
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src:url('fonts/ProximaNova-Regular.otf');
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Th';
	src:url('fonts/ProximaNova-Extrabold.otf');
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Bl';
	src:url('fonts/ProximaNova-Black.otf');
	font-style: normal;
}

@font-face {
	font-family: 'entypo';
	src:url('fonts/entypo.eot');
	src:url('fonts/entypo.eot?#iefix') format('embedded-opentype'),
		url('fonts/entypo.woff') format('woff'),
		url('fonts/entypo.ttf') format('truetype'),
		url('fonts/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

.container {
   max-width: /*1170px*/1200px;
   margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
   content: " ";
   display: table;
}
 
.clearfix:after {
   clear: both;
}
 
.clearfix {
   *zoom: 1;
}

/*
img,
picture,
video,
embed {
   max-width: 100%;
}
*/

*, *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}


/* ========================== *\
        Grid System
\* ========================== */

.row, 
.column {
    box-sizing: border-box;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.column {
    position: relative;
    float: left;
    display: block;
}

.column + .column {
    margin-left: 1.6%;
}

.column-1 {
    width: 6.86666666667%;
}

.column-2 {
    width: 15.3333333333%;
}

.column-3 {
    width: 23.8%;
}

.column-4 {
    width: 32.2666666667%;
}

.column-5 {
    width: 40.7333333333%;
}

.column-6 {
    width: 49.2%;
}

.column-7 {
    width: 57.6666666667%;
}

.column-8 {
    width: 66.1333333333%;
}

.column-9 {
    width: 74.6%;
}

.column-10 {
    width: 83.0666666667%;
}

.column-11 {
    width: 91.5333333333%;
}

.column-12 {
    width: 100%;
    margin-left: 0;
}



/*------------------------------*\
    MediaQuerys
\*------------------------------*/

@media only screen and (max-width: 1170px) {
    .container {
   padding: 0 2.4em 0 2.4em;
    }
    
}

@media only screen and (max-width: 992px) {
    
}

@media only screen and (max-width: 768px) {
    
}

@media only screen and (max-width: 550px) {
    
    .row {
        margin-bottom: 0;
    }
    .column {
        margin-bottom: 10px;
    }
    .row:last-child .column:last-child {
        margin-bottom: 0;
    }
    
    .column-1, 
    .column-2, 
    .column-3, 
    .column-4, 
    .column-5, 
    .column-6, 
    .column-7, 
    .column-8, 
    .column-9, 
    .column-10, 
    .column-11, 
    .column-12 {
        float: none;
        width: auto;
    }
  
    .column + .column {
        margin-left: 0;
    }
    
}
/* FIM MEDIA */

body {
  margin: 0;
  background: #000; 
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('video/bg.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

#polina { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  width: 33%;
  margin:2rem;
  float: left;
  font-size: 1.2rem;
}
h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .3rem;
}
#polina button { 
  display: block;
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: 1rem auto; 
  font-size: 1.3rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
}
#polina button:hover { 
   background: rgba(0,0,0,0.5);
}

a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(0,0,0,0.5);
  padding: .5rem;
  transition: .6s background; 
}
a:hover{
  background:rgba(0,0,0,0.9);
}
@media screen and (max-width: 500px) { 
  div{width:70%;} 
    
    .slogan-obg {
    top:50px !important;
    width: 100% !important;
}
}
@media screen and (max-device-width: 800px) {
  html { background: url(video/bg.jpg) #000 no-repeat center center fixed; }
  #bgvid { display: none; }
}


/*geral*/
#banner {
    background-image: url(http://www.quadradigital.com.br/wp-content/themes/quadradigital/img/sombra4.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0px 0px !important;
    background-size: cover !important;
    
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
    z-index: 0;
}

.site-slogan {
    /* background: rgba(0,0,0,.55); */
    position: absolute;
    width: 100%;
    height: auto;
    top: 0%;
    left: auto;
    padding: 30px 0;
    z-index: 4;
}

.slogan-inner {
    position: relative;
    text-align: left;
    padding: 15px;
    padding: 0;
    margin: 0;
    padding-left: 36px;
}

.h1_topo_titulo {
        width: 100%;
    font-size: 5em;
    font-family: "Open Sans",sans-serif;
    line-height: 50px;
    color: #fff;
    letter-spacing: -2px;
}

.sub_topo_tit {
    width: 100%;
    font-size: 2em;
    font-family: "Open Sans",sans-serif;
    line-height: 65px;
    color: #fff;
    letter-spacing: 0.436em;
    font-weight: 200;
}

.h3_topo_titulo_obg {
    font-size: 24px;
    line-height: 30px;
    /* text-transform: uppercase; */
    font-family: "Open Sans",sans-serif;
    color: #fff;
    text-align: justify;
    font-weight: 600;
}

.h3_sub_topo_obg {
    font-size: 16px;
    /* text-transform: uppercase; */
    /* max-width: 459px; */
    color: #fff;
    line-height: 25px;
    margin-top: 35px;
    font-family: "Open Sans",sans-serif;
    font-weight: 200;
    text-align: justify;
}

.h3_topo_titulo {
    font-size: 37px;
    line-height: 50px;
    /* text-transform: uppercase; */
    font-family: "Open Sans",sans-serif;
    color: #fff;
}

.h3_sub_topo {
    font-size: 18.5px;
    /* text-transform: uppercase; */
/*    max-width: 459px;*/
    color: #fff;
    line-height: 25px;
    margin-top: 35px;
    font-family: "Open Sans",sans-serif;
}

.div_btn_top {
    position: relative;
    padding-left: 36px;
    display: block;
    width: 100%;
    top: 10%;
    padding-bottom: 20px;
}

/*
.btn_top {
    margin-top: 60px;
}
*/
.btn_top {
    background: #DD4322 none repeat scroll 0% 0%;
    color: #FFF;
    display: inline-block;
    font-family: "Proxima Nova Rg";
    font-size: 20px;
    line-height: 29px;
    padding: 13px 36px;
    border: 0px none;
    border-radius: 2px;
    text-decoration: none !important;
}

.contact-frm-box {
/*    margin: 0 auto;*/
    width: 100%;
    height: auto;
    padding: 0 0 100px;
    display: block;
    float: left;
}

.contact-frm-box form {
    width: 100%;
}

.contact-frm-box li {
    list-style: none;
    width: 49%;
    display: block;
    float: left;
    margin-left: 1%;
}

.row-fluid {
    width: 100%;
}

.contact-frm-box input[type="text"],
.contact-frm-box input[type="email"] {
    padding: 14px 5%;
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    box-shadow: none;
    display: block;
    position: relative;
    width: 100%;
}

.box-obrigado {
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.6);
/*    padding: 30px 28px 30px 0;*/
}

.slogan-obg {
    top:200px;
}

.center-obg {
    border: 1px solid #fff;
    padding: 70px 50px 60px;
    width: 50%;
    display: block;
    margin: 0 auto;
}
