﻿@import url('../partials/rodape-slogan.css');
@import url('../partials/navbar.css');

.terms {
    bottom: 0px;
    background-color: #fff;
    font: normal normal normal 62.5%/1.2 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 0px 120px;
    margin-bottom: 40px;
    width: calc(100% - 240px); 
    font-size: 16px;
    color: #4a4a4a;
}

.terms {
    text-align: justify;
    margin-right: 15px;
    line-height: 25px;
}

    .terms a {
        color: #2569a1;
    }


    .terms table {
        margin: 20px 0px;
        margin-bottom: 50px;
        border-collapse: collapse;
        width: 100%;
    }

        .terms table th {
            background-color: #f3f3f3;
            padding: 7px 15px;
            border-right: solid 10px #fff;
            border-bottom: solid 10px #fff;
        }

        .terms table td {
            font-size: 13px;
            text-align: left;
            padding: 12px;
            min-width: 30%;
        }

        .terms table thead {
            border-bottom: solid 1px silver;
        }

        .terms table tr {
            border-bottom: dashed 1px #9e9e9e;
            line-height: 25px;
        }

    .terms h1 {
        font-size: 25px;
        margin-top: 60px;
        margin-bottom: 10px;
        color: #000;
    }

    .terms h2 {
        margin-top: 40px;
        font-size: 20px;
        font-weight: bold;
        border-bottom: solid 2px #dcdcdc;
        margin-top: 40px;
        margin-bottom: 10px;
        color: #000;
    }

    .terms h3 {
        margin-top: 40px;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: bold;
        border-left: solid 6px #383838;
        color: #383838;
        padding-left: 10px;
    }

    .terms h4 {
        margin-top: 20px;
        font-size: 18px;
        border-bottom: solid 2px #ccc;
    }

    .terms blockquote {
        border-left: solid 5px #9e9e9e;
        color: #9e9e9e;
        padding: 5px 10px;
        margin: 15px 0px;
    }

        .terms blockquote p {
            margin: 0px;
        }

    .terms p {
        margin-bottom: 18px;
        line-height: 26px;
    }

    .terms ul {
        margin-bottom: 10px;
    }

    .terms li, dl, dt, dd {
        display: list-item;
        list-style: disc;
        quotes: "" "";
        margin-left: 40px;
    }




/*==============================================*/
/*==========  @Medias em resoluções  ===========*/
/*==============================================*/


@media all and (max-width:1300px) {
}

@media all and (max-width:1200px) {
}

@media all and (max-width:1100px) {
}

@media all and (max-width:960px) {
}

@media all and (max-width:800px) {
    .terms {
        margin: 60px !important;
        width: calc(100% - 120px) !important;
    }
}

@media all and (max-width:720px) {
}

@media all and (max-width:600px) {
}

@media all and (max-width:560px) {
}

@media all and (max-width:480px) {
}

@media all and (max-width:479px) {
}

@media all and (max-width:380px) {


    .terms {
        margin: 25px !important;
        width: calc(100% - 50px) !important;
    }

        .terms h1,
        .terms h2,
        .terms h3,
        .terms h4 {
            text-align: center;
        }
}

@media all and (max-width:360px) {
}

@media all and (max-width:330px) {
    .terms { 
        width: calc(100% -20px) !important;
        font-size: 10px;
    }

        .terms p {
            line-height: 18px
        }

}

@media all and (max-width:320px) {
}
