@charset "utf-8";

section#produtos{
    float: left;
    width: 100%;
    margin: 30px 0 50px 0;
}

section#produtos h1{
    font-size: 18px;
    color: #3b3c3c;
    display: inline-block;
    width: 90%;
    padding-bottom: 10px;
    border-bottom: 3px solid #3ca5aa;
    margin-bottom: 40px;
}

section#produtos h1 strong{
    font-family: 'Panton  Black', sans-serif;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 30px;
    color: #033655;
}

section#produtos img#variadas{
    display: inline-block;
    width: 90%;
    max-width: 405px;
    margin-bottom: 20px;
}

section#produtos figure{
    display: inline-block;
    width: 90%;
    margin-top: 20px;
}

section#produtos figure img{
    display: inline-block;
    margin-bottom: 10px;
}

section#produtos figure figcaption, section#produtos figure figcaption strong{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #033655;
    line-height: normal;
}

section#produtos figure figcaption p{
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #3b3c3c;
    font-size: 16px;
}

section#produtos figure figcaption p span{
    color: #178b91;
}

div#divisor{
    width: 80%;
    height: 1px;
    background-color: #a1a1a1;
    display: inline-block;
    margin: 30px 0;
}

section#whatsapp{
    float: left;
    width: 100%;
    padding: 20px 0;
    background-color: #169552;
}

section#whatsapp h1{
    display: inline-block;
    width: 92%;
    font-size: 22px;
    color: #fff;
    line-height: normal;
}

section#whatsapp h1 img{
    display: inline-block;
    margin-right: 15px;
    width: 70px;
}

section#whatsapp h1 span{
    display: inline-block;
    text-align: right;
    margin-top: 15px;
    vertical-align: top;
}

section#whatsapp a{
    display: inline-block;
    width: 200px;
    padding: 10px 0;
    background-color: #0b703b;
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    border-radius: 10px;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}

section#whatsapp a:hover{
    width: 220px;
}

section#indaia{
    float: left;
    width: 100%;
    padding: 30px 0;
}

section#indaia img{
    display: inline-block;
    width: 90%;
    max-width: 535px;
}

section#indaia span{
    display: inline-block;
    width: 90%;
    border-top: 5px solid #bbb;
    margin-top: 10px;
    padding-top: 20px;
    font-size: 22px;
    color: #bbb;
}

section#indaia span strong{
    display: inline-block;
    width: 100%;
    font-size: 23px;
    margin-bottom: 10px;
}

section#indaia span p{
    font-size: 16px;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

@media screen and (min-width:500px){ 
    section#produtos h1{
        font-size: 22px;
    }
    
    section#produtos h1 strong{
        font-size: 45px;
    }
    
    section#produtos figure{
        margin-top: 30px;
    }
    
    section#produtos div#specs figure figcaption, section#produtos figure figcaption{
        float: right;
        width: 45%;
        text-align: left;
        margin-top: 70px;
    }
    
    section#produtos div#specs figure figcaption{
        width: 80%;
        margin-top: 0;
    }
    
    section#whatsapp h1{
        font-size: 30px;
    }
    
    section#whatsapp h1 img{
        width: 98px;
    }
}

@media screen and (min-width:800px){
    section#produtos figure figcaption{
        width: 60%;
    }
    
    section#produtos div#specs figure figcaption{
        float: right;
        width: 80%;
    }
    
    section#whatsapp h1{
        float: left;
        width: 60%;
    }
    
    section#whatsapp a{
        width: 240px;
        padding: 20px 0;
        font-size: 25px;
    }
    
    section#whatsapp a:hover{
        width: 260px;
    }
}

@media screen and (min-width:1024px){
    section#produtos img#variadas{
        float: left;
        margin-left: 20px;
    }
    
    section#produtos div#specs{
        float: right;
        width: 55%;
    }
    
    section#produtos figure img{
        float: left;
    }
    
    section#produtos figure figcaption{
        width: 40%;
        float: right;
        margin-right: 30%;
    }
    
    section#produtos div#specs figure figcaption{
        margin-right: 0;
    }
    
    section#whatsapp{
        padding: 40px 0;
    }
    
    section#whatsapp h1{
        font-family: 'Panton  Black', sans-serif;
        font-size: 40px;
        margin-left: 40px;
    }
    
    section#whatsapp h1 span{
        margin-top: 0;
    }
    
    section#whatsapp a{
        float: left;
    }
    
    section#indaia img{
        float: left;
        margin-left: 30px;
    }
    
    section#indaia span{
        float: left;
        width: 350px;
        margin: 30px 0 0 40px;
        padding: 30px 0 30px 30px;
        text-align: left;
        border-top: none;
        border-left: 5px solid #bbb;
    }
}

@media screen and (min-width:1100px){
    section#produtos{
        margin-top: 280px;
    }
    
    section#produtos figure figcaption{
        width: 45%;
        margin-right: 28%;
    }
    
    section#produtos div#specs figure figcaption{
        width: 83%;
    }
}