/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 11, 2018, 10:20:40 PM
     Author     : ALL-IN-DESIGN
    Location   : SÃO PAULO - BRAZIL
    Contact    : www.all-in-design.com.br
*/

#banners {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    min-height: 390px;
    left: 0;
    right: 0;
    margin-top: 175px;
}

#banners img {
    width: 100%;
}
/* TO TAKE THE BANNER SPACE (POSITION ABSOLUTE DOES NOT TAKE SPACE IN THE PAGE)*/
#fake_space {
    float: left;
    width: 100%;
    height: 390px;
    
}
#fake_space h1{
    padding: 50px;
}
.block_section {
    float: left;
    width: 100%;
    height: auto;
    
    padding: 40px 0px;
    
}

.block_section_content {
    float: left;
    width: 40%;
    height: auto;
    min-height: 200px;
    
    background: #f3f3f3;
    
    margin-left: 0;
    margin-right: 5%;
    margin-top: 100px;
    margin-bottom: 100px;
    
    padding: 40px;
    font-size: 18px;
    
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
        
    -webkit-border-radius: 10px;
}

.block_section_content:last-child {
    margin-right: 0;
}

.block_section_content p > a {
    font-size: 20px;
}

.block_section_content img {
    float: left;
    width: 100%;
    max-width: 590px;
    height: 100%;
    min-height: 100px;
    
}

.block_section_feature {
    float: left;
    width: 50%;
    height: 100%;
    min-height: 100px;
    padding: 50px 0;
    text-align: center;
    font-size: 44px;
    color: #fff;
    
    /* SMOOTH RESIZE OF BLOCK */
    transition: all .2s ease-in-out;
}

.block_section_feature:hover {
    font-size: 48px;
    /* SMOOTH RESIZE OF BLOCK */
    transform: scale(1.1);
}

.block_section_feature_quarter {
    float: left;
    width: 50%;
    height: 50%;
    min-height: 50px;
    padding: 50px 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
    /* SMOOTH RESIZE OF BLOCK */
    transition: all .2s ease-in-out;
}

.block_section_feature_quarter:hover {
    font-size: 26px;
    /* SMOOTH RESIZE OF BLOCK */
    transform: scale(1.1);
}

.block_section_feature p, .block_section_feature_quarter p {
    font-size: 14px;
}

.counter {
    font-size: 62px;
    color: tomato;
}

.full {
    float: left;
    width: 110%;
    height: auto;
    min-height: 50px;
    padding: 20px;
    /*CENTRALIZA O BLOCO*/
    margin-left: -7%;
    text-align: center;
}

.features {
    text-align: center;
    line-height: 50px;
    font-family: 'Kaushan Script', cursive;
    font-size: 40px;
}

.gallery {
    text-align: center;
}

.gallery a {
    margin:0;
    padding: 0;
}

.clientes {
    float: left;
    width: 100%;
}

.clientes img{
    max-height:100px;
}

#newsletter {
    padding: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

#newsletter h1 {
    color: tomato !important;
    text-shadow: 2px 2px #333;
}

.newsletter_button {
    padding: 20px 40px;
    background: #4CAF50;
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 10px;
}

.half {
    float: left;
    width: 50%;
    height: auto;
    min-height: 50px;
}

#backto_btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ccc;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#backto_btn:hover {
  background-color: #555;
}

#bottom_big {
    float: left;
    width: 100%;
    height: 400px;
    padding-top: 20px;
    text-align: left;
    font-family: verdana;
    font-size: 16px;
    line-height: 24px;
}

.bottom_big_strong {
    color: #0D47A1;
    font-weight: bold;
}

#contato a{
    color: #0D47A1;
}
    

@media screen and (max-width: 720px) {
    .dropdown-content {
        display: none !important;
    }
    #banners, #slogan {
    max-width: 720px;
    }
    .full, .block_section h1 {
        font-size: 22px;
        width: 100%;
        margin-left: 0;
    }
    
    .half, .maps {
        width: 100%;
    }
    
    .block_section {
    width: 100%;
    padding: 0 20px;
    }
    .block_section_content {
    float: left;
    width: 90%;
    height: auto;
    padding: 0;
    min-height: 100px;
    background: none;
}
    .block_section_content {
    margin: 20px 0;
    }
    #fake_space {
        max-height: 150px;
    }
}


input[type=text], select {
    width: 95%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
}

input[type=submit] {
    width: 20%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    
    float: right;
    margin-right: 15px;
}

input[type=submit]:hover {
    background-color: #0D47A1;
}

label {
    font-size: 18px;
    color: tomato;
}

textarea {
    width: 97%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}


