@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);

html, body {
    height: 100%;
    background: #1f1f1f;
}

.backFundo {
	background: url(../images/brevementexl-dominios.jpg) no-repeat center bottom fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/brevementexl-dominios.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/brevementexl-dominios.jpg', sizingMethod='scale')";
	min-height: 450px;
	color:#ffffff;
}

.mavenFont {
	font-family: 'Maven Pro', sans-serif !important;
}

.dosisFont {
	font-family: 'Dosis', sans-serif !important;
}

.social {
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #1f1f1f;
    text-align: center;
}

.property {
    padding: 20px 0 10px;
    color: #26a894;
}


.iconsSocial {
    height: 35px;
}

.socialText {
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
}

.socialPresent {
    padding-top: 15px;
    border-bottom: 1px solid #fff;
}

.menu {
    transition: all 0.2s ease-in-out 0s;
}
 .btn {
    border-radius: 0;
    font-size: 11px;
    line-height: 1.42857;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    color: #cbcbcb;
    text-decoration: none;
    white-space: normal;
    min-height:51px;
}

.menu i {
    font-size: 18px;
    padding: 7px;
}


.menu:hover{
    color:#27a994;
    transition: all 0.2s ease-in-out 0s;
}

.redesSociais {
    padding: 20px 0;
}

.mapaSite {
    padding: 0 10px;
    text-align: left;
}

.tint {
    background: #1f1f1f;
    border: 3px solid #1f1f1f;
}

.mapaSite p {
    line-height: 5px;
    font-size: 14px;
}

.seven-cols .col-md-1 {
    padding-right: 0;
    padding-left: 10px;
    margin-right: 2px;
}

.seven-cols span {
    color: #32ceb6;
    height: 20px;
    width: 60%;
    font-size: 16px;
}

.seven-cols a {
    color: #fff;
}

.pr2:before {
    color: #32ceb6;
    opacity: .7;
    font-size: 20px;
    display: inline!important;
    padding-right: 10px;
    margin-left: 5px;
}

.pr3:before {
    color: transparent!important;
    opacity: .7;
    font-size: 20px;
    display: inline!important;
    padding-right: 10px;
}

.tint {
	padding-bottom: 25px;
}

.removePadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.menuList ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}

.menuList li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  max-width: 75px;
}

.menuList li a {
  display: block;
  text-decoration: none;
}

.menuList li a:hover {
  text-decoration: none;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .brevemente {
       padding-top: 50px;
       text-transform: uppercase;
       font-size:40px;
       text-align: center;
       line-height: 50px;
   }
   .brevemente span{
       font-size:75px;
       border-bottom: 10px solid #ffffff;
       font-weight: 700;
   }

   .websiteLink {
       text-align: center;
       padding-top: 40px;
       padding-bottom: 25px;
       font-weight: 400;
       font-size: 18px;
       color:#32ceb6;
   }

   .descriptionWebsite {
       text-align: center;
       font-weight: 300;
       font-size: 18px;
       padding-bottom: 50px;
   }


   .descriptionWebsite2 {
       text-align: center;
       font-weight: 300;
       font-size: 15px;
       padding-bottom: 10px;
   }

   .borderInput {
    border:1px solid #ffffff;
    max-width: 370px;
    margin:0 auto;
    width: 270px;
}

.textInput {
   text-align: center;
}

.textInput .text-input {
   background-color: transparent;
   padding: 5px;
   border: none;
   width: 225px;
   font-size: 15px;
   outline: 0;
   margin:0 auto;

}

.textInput .btn-input {
   background-color: transparent;
   height: 100%;
   border: none;
   color:#32ceb6;
}


input[type="submit"] {
   font-family: FontAwesome;
   font-size: 15px;  
   color:#32ceb6;
}

.md-modal input[type="submit"] {
   font-family: inherit;
   font-size: 15px;  
   color:#32ceb6;
}

.fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.logoPr {
 text-align: center;
 padding-top: 25px;
 padding-bottom: 45px;
}
.logoPr img {
    width: 100%;
    max-width: 210px;
}

.seven-cols {
    text-align: center;
}
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
   .brevemente {
       font-size:40px;
       line-height: 60px;
   }

   .brevemente span{
       font-size:80px;
   }

   .websiteLink {
       font-size:20px;
   }

   .descriptionWebsite {
       font-size: 18px;
       padding-bottom: 150px;
   }

   .descriptionWebsite2 {
       text-align: center;
       padding-bottom: 10px;
   }

   .labelTextInput {
       font-size:15px;
   }

   .textInput .text-input {
       font-size: 15px;
       width: 
   }
   .socialText {
    font-size: .9em;
    text-align: center;
}

.seven-cols .col-lg-1, .seven-cols .col-md-1, .seven-cols .col-sm-1 {
    width: 100%;
}
.seven-cols {
    text-align: center;
}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .brevemente {

       font-size:55px;
       line-height: 65px;
   }

   .brevemente span{
       font-size:100px;
   }

   .websiteLink {
       font-size:20px;
   }

   .descriptionWebsite {
       font-size: 20px;
   }

   .descriptionWebsite2 {
       font-size: 15px;
   }

   .labelTextInput {
       font-size:15px;
   }

   .textInput .text-input {
       font-size: 16px;
   }

   .maxWidth {
       max-width: 305px;
       margin:0 auto;
   }
   .seven-cols .col-lg-1, .seven-cols .col-md-1, .seven-cols .col-sm-1 {
    width: 14%;
}
.seven-cols {
    text-align: left;
}
}

@media (min-width:1200px) {
    .seven-cols .col-lg-1, .seven-cols .col-md-1, .seven-cols .col-sm-1 {
        width: 14%;
    }
}



@media only screen and (max-height:500px) {
    .brevemente {
        padding-top:40px;
    }
    .descriptionWebsite {
        padding-bottom: 30px;
    }
}

@media only screen and (min-height:501px) and (max-height:800px) {
    .brevemente {
        padding-top:100px;
    }
    .descriptionWebsite {
        padding-bottom: 60px;
    }
}

@media only screen and (min-height:801px) {
    .brevemente {
        padding-top:200px;
    }

    .descriptionWebsite {
        padding-bottom: 150px;
    }
}

/* SPECIAL */
@media (max-width: 910px) {
    .hdn {
        display: none;
    }

    .colCstm {
        width: 25% !important;
    }
}