
input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #2fb3c1;
    border-radius: 15px;
    color: #2fb3c1;
    height: 30px;
    margin-bottom: 10px;
    font-size: 10px;
    outline: medium none;
    padding: 0 10px;
    width: 75%;
}

#btn-projetos-home {cursor: pointer;}
#btn-solucoes-home {cursor: pointer;}
#btn-empresa-home {cursor: pointer;}
#btn-enviar {
    background: none repeat scroll 0 0 #2fb3c1;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    height: 27px;
    margin: 10px 5px 2px;
    text-decoration: blink;
    width: 93px;
    float: left;
}

#home-section, #about-section, #portfolio-section,
#customers-section, #faleconosco-section {
    padding-bottom: 70px;
}

textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #2fb3c1;
    border-radius: 15px;
    color: #2fb3c1;
    font-size: 11px;
    height: 80px;
    outline: medium none;
    padding: 10px;
    max-width: 315px;
    max-height: 102px;
    width: 77%;
}

.card-faleconosco h1{    
    width: 100%;
    padding-left: 45px;
    color: #2fb3c1;
    border-bottom: 4px solid #2fb3c1;
    overflow: hidden;
}
.card-customers h1{    
    width: 100%;
    padding-left: 45px;
    color: #2fb3c1;
    border-bottom: 4px solid #2fb3c1;
    overflow: hidden;
}
.card-sobre h1{    
    width: 100%;
    padding-left: 45px;
    color: #2fb3c1;
    border-bottom: 4px solid #2fb3c1;
    overflow: hidden;
}
.card-portfolio h1{    
    width: 100%;
    padding-left: 45px;
    color: #2fb3c1;
    border-bottom: 4px solid #2fb3c1;
    overflow: hidden;
    cursor: pointer;
}
iframe {
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
    width: 100%;
}
.column-size-2 {
    display: inline;
}
.contato-form {
    border-radius: 10px;
    padding-top: 20px;
    margin-left: 45px; 
    width: 100%;
    max-width: 380px;

}
#mapaGoogle {
    width: 100%;
    height: 450%;
    margin: 45px 45px 45px 0;
}

.contato-container {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-top: 20px;
}

.container {
    width: 100%;
    margin: 10px auto; /* centers it */
    display: inline-block;
}
#left, #right {
    float: left;
    text-align: justify;
}

#left img {box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);}
#right {
    float: right;
    width: 60%;
}


/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}
.span_3_of_4 {
    width: 74.6%;
}
.span_2_of_4 {
    width: 49.2%;
}
.span_1_of_4 {
    width: 22.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .col {  margin: 1% 0 1% 0%; }
    .span_1_of_4, .span_1_of_4, .span_1_of_4, .span_4_of_4 { width: 100%; }
}



