@import url(//fonts.googleapis.com/css?family=Lato:300,400);
@import url(//fonts.googleapis.com/css?family=Bitter:400);

html,body {
    background-size: cover;
    color:#444;
    font-family: 'Lato', sans-serif;
    min-height: 100%;
}

body {
    background: center no-repeat fixed url('../img/datacenter-bg-850-576.jpg');
}

@media (min-width : 800px), (min-width : 450px) {
    body {
        background: center no-repeat fixed url('../img/datacenter-bg-1600-1084.jpg');
    }
}

@media (min-width : 1600px), (min-height : 900px) {
    body {
        background:center no-repeat fixed url('../img/datacenter-bg-3010-2020.jpg');
    }
}

@media (min-width:768px) {
    h1 {
        font-size:68px;
    }
    h2 {
        font-size:48px;
    }
}

a {
    color:#999;
}

a:hover {
    color:#111;
}

.btn,.well,.panel {
    border-radius:0;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: rgba(80, 90, 70, 0.5) 0px -2px 0px 0px inset;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 20px;
    background-color:#A2B082;
}

.text-principal {
  color:#828F66
}
a.text-principal:hover{
  color:#A2B082
}


.btn-principal {
     color:#000;
     background-color:#828F66;
}
.btn-principal:hover {
    color:#333;
}



.btn-principal {
     color:#000;
     background-color:#828F66;
     border-color:#5a6446 
}
.btn-principal.focus, .btn-principal:focus {
     color:#333;
     background-color:#828F66;
     border-color:#5a6446 
}
.btn-principal:hover {
     color:#333;
    background-color:#A2B082;
     border-color:#5a6446 
}
.btn-principal .badge{
    color:#828F66;
    background-color:#fff
}


.btn-right {
    width: 30%;
    float: right;
}

.btnform {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: rgba(80, 90, 70, 0.5) 0px -2px 0px 0px inset;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    width: 80px;
    height: 50px;
    font-weight: 500;
    font-size: 20px;
    background-color:#828F66;
}

.btn-littledanger {
    background-color:#828F66;
}

.btngroup {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.btnform:hover {
    background-color:#A2B082;
}

.inputform {
    width: 200px;
    height: 50px;
    font-weight: 500;
    font-size: 20px;
}

.form-input {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-default {
    color:#000;
}

.total_price {
    width: 100%;
    text-align: right;
    padding: 10px;
    
    font-size: 24px;
    font-weight: 500px;
}

.btn-huge {
    padding:17px 22px;
    font-size:22px;
}

.lato {
    font-family: 'Lato', sans-serif;
}

.bitter {
    font-family: 'Bitter', serif;
}

.code {
    font-family: 'Courier New', serif;
    font-size:  18px;
}

.icon-bar {
    background-color:#fff;
}

.navbar-trans {
    background-color:#2b2b2b;
    color:#cdcdcd;
    border-width:0;
}

.navbar-trans .navbar-brand, .navbar-trans >.container-fluid .navbar-brand {
    padding: 14px;
    color:#828F66;
}

.navbar-trans li>a:focus,.navbar-trans li.active {
    background-color:#A2B082;
    color:#000;
}

.navbar-trans li>a:hover {
    background-color:#A2B082;
    color:#fff;
    opacity:0.9;
}

.navbar-trans a{
    color:#cdcdcd;
    letter-spacing:1px;
}

.row-centered {
    text-align:center;
}

.center {
    margin: 0 auto;
    width: 80%;
}

.form-div {
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-captcha {
    text-align: center;
}

.navbar-trans .form-control:focus {
    border-color: #eee;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-left: -15px;
  display: block;
  padding: 7px;
  text-align: center;
  z-index:-1
}


#section2 {
    margin-top: 17%;
    margin-bottom: 17%;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #fff;
    opacity: 0.95;
}

#section-main {
    margin-top: 10%;
    margin-bottom: 10%;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #fff;
    opacity: 0.95;
}


.container-fluid {
    padding-top:50px;
    padding-bottom:50px;
}

section {
    min-height:0%;
    min-height:calc(100% - 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@media (min-width:768px) {
    .v-center {
        height: 50%;
        overflow: visible;
        margin: auto;
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
    }
}
  
#section1, #section3 {
    background-color: rgba(0,0,0,0.7);
    color:#fff;
    font-family: 'Bitter', serif;
}

#pricing {
    color:#fff;
    font-family: 'Bitter', serif;
    background-color: rgba(0,0,0,0.8);
}

#api {
    color:#000;
    font-family: 'Bitter', serif;
    background-color: #fff;
    opacity: 0.95;
}
  
#section4 {
    background-color: #f6f6f6;
    color:#444;
}
  


#section5 {
    background-color: #fff;
}

#section6 {
    background-color: #eee;
    min-height:130px;
    padding-top:40px;
    padding-bottom:40px;
}

#section7 {
    background-color: #A2B082;
    color: #f6f6f6;
    min-height:130px;
    padding-top:40px;
    padding-bottom:40px;
}

footer {
    background-color:#2b2b2b;
    color:#ddd;
    min-height:100px;
    padding-top:20px;
    padding-bottom:40px;
}

footer .nav>li>a {
    padding: 3px;
    color: #A2B082;
}

footer .nav>li>a:hover {
    background-color:transparent;
    color:#fff;
}



.layer strong {
    color: rgba(39,65,90,1);
    font-weight: 600;
}

.layer h4 {
    font-family: "Source Sans Pro", "helvetica", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    color: rgba(39,65,90,1);

    margin-bottom: 12px;
    font-size: 1.25em;
    font-weight: 400;
    text-transform: uppercase;
}

.layer h5 {
    font-size: 1.75em;
    color: rgba(39,65,90,1);
    text-align: center;
}

.captcha {
    text-align: center;
    width:100%;
    margin: 10px;
}

.layer {
    clear: both;
    width: 100%;
    height: auto;
    padding: 60px 7.5% 60px;
    display: block;
}

.layer > section, .layer > article {
    clear: both;
    width: 100%;
    height: auto;
    max-width: 900px;
    margin: 0 auto;
    display: block;
}

.third {
    width: 29%;
    margin: 0 10px 0 10px;
    display: inline-block;
}

.plan-tier {
    background: white;
    vertical-align: baseline;
    border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
}

.lift {
    margin-top: 50px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all .075s ease-out;
    -moz-transition: all .075s ease-out;
    -o-transition: all .075s ease-out;
    transition: all .075s ease-out;
}

.lift:hover {
    top: -3px;
    -webkit-box-shadow: 0 2px 6px rgba(39,65,90,.15);
    -moz-box-shadow: 0 2px 6px rgba(39,65,90,.15);
    box-shadow: 0 2px 6px rgba(39,65,90,.15);
}

.plan-tier h4 {
    padding: 18px 0 15px;
    margin: 0 0 30px;
    background: #A2B082;
    color: white;
}

.plan-tier {
cursor: pointer;
}

.plan-tier sup {
    position: relative;
    right: -8px;
    top: 5px;
    vertical-align: top;
}

.plan-tier ul {
    margin: 30px 0 0;
    border-top: 2px solid #e7f2f0;
}

.plan-tier ul li {
    font-size: 1.25em;
    padding: 18px 0;
    color: rgba(39,65,90,.9);
    border-bottom: 2px solid #e7f2f0;
}

.plan-tier .plan-price {
    font-size: 5em;
    font-weight: 300;
    letter-spacing: -3px;
    line-height: 1em;
}

.plan-price-free {
    font-size: 3em;
    letter-spacing: -7px;
    line-height: 1.666em;  /* 2em/5em ^-1 */
}

.plan-tier sub {
    vertical-align: bottom;
    position: relative;
    bottom: .875em;
}

.footer-link a {
    display: inline !important;
}

.footer-link li {
    margin-top: 3px;
    margin-bottom: 3px;
}

.ct-label {
    fill: rgba(255, 255, 255, 0.87) !important;
    font-size: 1.2em;
}

.g-recaptcha {
    display: inline-block;
}

.imp-question {
	margin-top: 3em;
	margin-bottom: 10em;
	font-size:18px;
}
