@charset "utf-8";
body{
    margin: 0;
    background: #fff;
    font-family: 'Avenir Next LT Pro Regular';
    font-size: 16px;
    color: #666;
}

a{
    color: #333;
}

a:hover{
    color: #666;
}

.tira{
    background: #333;
    color: #FCB017;
    font-size: 14px;
    padding: 10px 0;
}
    .tira i{
        font-size: 25px;
        margin-left: 5px;
    }

    .tira a{
        color: #FCB017;
    }

    .tira a:hover{
        color: #FFF;
    }

.bg{
    background: url(../imagens/bg3.png);
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}
    .bg .titulos-home{
        margin: 150px 0 100px 0;
    }
        .titulos-home h1{
            font-family: 'Avenir Next LT Pro Bold';
            font-size: 30px;
            color: #FCB017;
        }

        .titulos-home h2{
            font-size: 20px;
            color: #333;
        }

.navbar .menu{
    margin-top: 12px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: right;
}

.navbar .menu li{
    display: inline;
    margin-right: 25px;
}

.navbar .menu a{
    font-family: 'Avenir Next LT Pro Demi';
    color: #333;
}

.navbar .menu a:hover{
    color: #FCB017;
}
    .navbar .menu .btn{
        font-size: 12px;
    }

    .navbar .menu .btn:hover{
        color: #333;
    }

.chamada{
    background: #FCB017;
    padding: 30px 0;
    color: #fff;
}
    .chamada h2{
        font-family: 'Avenir Next LT Pro Demi';
        font-size: 30px;
    }

.recursos h3{
    font-family: 'Avenir Next LT Pro Demi';
    color: #FCB017;
    font-size: 25px;
}

.recursos p{
    margin-bottom: 20px;
    font-size: 14px;
}

.recursos .text-e{
    text-align: left;
}

.recursos .text-d{
    text-align: right;
}

.info{
    background: url(../imagens/bg4.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    text-align: center;
    color: #333;
}
    .info h3{
        font-family: 'Avenir Next LT Pro Demi';
        color: #333;
        font-size: 32px;
        margin-bottom: 20px;
    }

.cadastro .formulario{
    background: #EEE;
    padding: 40px 30px;
}

.cadastro h3{
    font-family: 'Avenir Next LT Pro Demi';
    font-size: 35px;
    color: #FCB017;
    margin-bottom: 20px;
}

.cadastro h4{
    font-family: 'Avenir Next LT Pro Bold';
    color: #FCB017;
    text-transform: uppercase;
}

.cadastro h5{
    font-family: 'Avenir Next LT Pro Demi';
    color: #333;
}

.cadastro ul{
    margin-bottom: 30px;
}

.cadastro ul li{
    font-size: 20px;
    margin-bottom: 10px;
}

.interna h1{
    font-family: 'Avenir Next LT Pro Demi';
    color: #FCB017;
}
    .interna .bloco{
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #eee;
    }
        .bloco h2{
            color: #FCB017;
            margin-bottom: 10px;
        }
        
        .bloco .text-d{
            text-align: right;
        }

    .interna .form-teste h2{
        background: #f1f1f1;
        padding: 10px;
        border-left: 3px solid #FCB017;
        margin-bottom: 20px;
    }

    .interna .planos{
        text-align: center;
    }
        .planos h2{
            text-transform: uppercase;
        }

        .planos ul{
            margin-top: 30px;
        }

        .planos ul li{
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
        }

        .planos strong{
            font-size: 40px;
            color: #333;
        }

        .planos small{
            color: #999;
        }

        .planos .tachado{
            text-decoration: line-through;
            color: #999;
        }

    .blog .cat{
        background: #eee;
        padding: 10px;
    }
        .cat h3{
            background: #FCB017;
            color: #333;
            padding: 10px;
            margin-bottom: 15px;
        }

        .cat ul li{
            margin: 0 10px 10px 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ccc;
        }

    .blog .bloco-blog{
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #eee;
    }

footer{
    background: #eee;
    padding: 40px 0;
}
    footer img{
        margin-bottom: 20px;
    }

    footer .fa{
        font-size: 30px;
        margin-right: 5px;
    }

    footer h5{
        font-family: 'Avenir Next LT Pro Demi';
        color: #333;
    }

    footer a:hover{
        color: #FCB017;
    }

    footer .bt-whatsapp{
        position: fixed;
        z-index: 1000;
        left: 10px; 
        top: 30%;
    }

section{
    margin: 50px 0;
}

/* Classes */
h1, h2, h3, h4, p, ul, form{
    margin: 0;
    padding: 0;
}

h1{
    font-size: 45px;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

h2{
    font-size: 22px;
}

img{
    border: none;
}

ul{
    list-style: none;
}

strong{
    color: #3E0300;
}

.no-margin{
    margin: 0;
}

.no-padding{
    padding: 0;
}

.margin-bottom{
    margin-bottom: 30px;
}

.botoes{
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 20px;
}