/***********

FONTES

**************/
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBold.woff2') format('woff2'),
        url('../fonts/GothamBold.woff') format('woff'),
        url('../fonts/GothamBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}




/********************

 atributos gerais

 *********************/

*{
    margin: 0;
    padding: 0;
    outline:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /* Firefox */
    -moz-transition: all 0.4s ease;
    /* WebKit */
    -webkit-transition: all 0.4s ease;
    /* Opera */
    -o-transition: all 0.4s ease;
    /* Standard */
    transition: all 0.4s ease;
    font-family: 'Gotham';
}

body{

    font: normal 13px ;
    color: #666666;
    background: #ffffff;
    float: left;
    width: 100%;
    font-family: 'Gotham';
}

input, textarea, form, label{
    font: normal 13px ;
    color: #666666;
    font-family: 'Gotham';
}

ol, ul{
    list-style: none;
}

a{
    color: #666666;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

img{
    border: none;
}
section, header, footer{
    width: 100%;
    float: left;
}





/*FOOTER*/
    .container-p10{
        background: #084b54;
        padding: 30px 0;
    }
    .container-p10 .col{
        width: 25%;
        float: left;
        text-align: center;
    }
    .container-p10 .col span{
        float: left;
        width: 100%;
        text-align: center;
        color: #fff;
        font-weight: 900;
        font-size: 13px;
        text-transform: uppercase;
    }
    .container-p10 .col span:nth-child(4){
        margin-top: 20px;
    }
    .container-p10 .col img{
        margin-top: 10px;
        max-width: 100%;
    }
    .container-p10 .col p{
        font-size: 10px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        float: left;
        line-height: 14px;
        width: 100%;
        margin-top: 10px;
        padding: 0 10px;
    }
    .container-p10 .col a{
        float: none;
        display: inline-block;
        line-height: 40px;
        height: 40px;
        border-radius: 5px;
        color: #000;
        text-transform: uppercase;
        color: #000;
        font-weight: 900;
        font-size: 12px;
        padding: 0 15px;
        margin-top: 25px;
        background: #f6ba40;
    }
    footer .container > a{
        float: left;
        padding: 10px 0;
    }
    footer ul{
        float: right;
        padding: 26px 0;
    }
    footer ul li a,
    footer ul li{
        float: left;
        font-size: 14px;
        font-weight: 900;
        color: #000;
        line-height: 22px;
        height: 22px;
        text-transform: uppercase;
    }
    footer ul li{
        border-right: 2px solid #000;
    }
    footer ul li a{
        margin: 0 25px;
    }
    footer ul li:last-child a{
        margin-right: 0;
    }
    footer ul li:last-child{
        border-right: 0;
    }

/*FOOTER*/


/*
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
*/


p{
    font-size: 16px;
    float: left;
    width: 100%;
    color: #343434;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 15px;
}



.container{
    width: 1140px;
    margin: 0 auto;
}
section{
    padding-bottom: 40px;
}


.container-p1{
    background: url(../images/bg1.jpg) no-repeat center top;
}

.branding{
    float: left;
    margin: 5px 0;
}
.container-p1 .full > *,
.full{
    float: left;
    width: 100%;
}


/*DEPOIMENTO CONTAINER */
    .container-p7 {
        background: #e4e4e4;
    }


    .container-p7 h2{
        text-align: center;
    }
    .container-p7 .owl-its{
        float: left;
        width: 80%;
        margin: 0 10%;
        text-align: center;

    }
    .container-p7 .owl-its .item{
        float: left;
        width: 100%;
        text-align: center;
        margin-right: 20px;
    }
    .container-p7 .owl-its .item img{
        display: inline-block;
        float: none;
    }
    .container-p7 .owl-its .item blockquote{
        text-align: center;
        width: 100%;
        float: left;
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        margin-top: 10px;
    }


    .container-p7 a.actn{
        display: inline-block;
        float: none;
    }

    .owl-theme .owl-controls .owl-buttons div{
        bottom: 180px !important;
        color: #064952 !important;
    }
/*END DEPOIMENTO CONTAINER */








/*FB CONTAINER */
    .container-p8{
        background: #fff;
    }
    .container-p8 h2{
        color: #145d62;
        text-align: center;
        margin-bottom: 30px;
    }
    .container-p8 .col{
        width: 400px;
        float: left;
        margin: 0 85px;
    }
    .container-p8 .col iframe{
        width: 100%;
        margin-bottom: 30px;
        height: 180px;
        background: #fff;
    }
    .container-p8 .col iframe:nth-child(2){
        height: 200px;
    }

    .container-p8 .col .fb{
        float: left;
        width: 100%;    border: 1px solid #dddfe2;
    border-radius: 3px;
    padding: 12px;
    }

    .container-p8 .col .fb .hd{
        font-family: Helvetica, Arial, sans-serif;
        line-height: 24px;
        padding-bottom: 12px;
            border-bottom: 1px solid #e9ebee;
        color: #90949c;
        font: 12px/1.358 Helvetica, Arial, sans-serif;
        position: relative;
    }
    .container-p8 .col .fb .inf{
        padding-top: 12px;
    }

    .container-p8 .col .fb img{
    margin-right: 8px;
    display: block;
    height: 32px;
    width: 32px;
    float: left;

    }
    .container-p8 .col .fb .hd:after{
        content: "\f230";
        
         font-size: 22px;
        line-height: 22px;
        color: #4267b2;
        position: absolute;
        right: 3px;
        font-family: FontAwesome;
        top: -2px;

    }
    
    .container-p8 .col .fb .rt{
        float: right;width: calc(100% - 40px);
        padding-right: 12px;
    }
    .container-p8 .col .fb *{
    font: 14px Helvetica, Arial, sans-serif;
    line-height: 1.4;

    }

    .container-p8 .col .fb .hd{
        font: 12px/1.358 Helvetica, Arial, sans-serif;
        line-height: 1;
    }
    .container-p8 .col .fb strong,
    .container-p8 .col .fb span{
        font-weight: bold;
        color: #365899;
        cursor: pointer;
        text-decoration: none;
    }
    .container-p8 .col .fb .rt div span{
        font-weight: normal; 
        font-size: 12px;
    }
    .container-p8 .col .fb .rt p{
        margin: 0;
    }
    .container-p8 .col .fb .rt div{
        float: left;
        width: 100%;
        margin-top: 4px;
    }
    .container-p8 .col .fb .rt div i{
        color: #ccc;
    }
    .container-p8 .col .fb .rt div span:last-child{
        color: #90949c;
    }

    
/*END FB CONTAINER */



/*KITS CONTAINER*/
    .container-p9{
        background: #d7f0f3;
    }

    .container-p9 h2{
        text-align: center;
    }
    .container-p9 .col{
        width: calc(33.33333333% - 20px);
        float: left;
        position: relative;
    }
    .container-p9 .col:nth-child(2){
        margin: 0 30px;
    }
    .container-p9 .col h3{
        background: url(../images/faixa.png) no-repeat center;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        height: 53px;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 0;
        z-index: 99;
        float: left;
        background-size: auto 100%;
        font-family: 'Gotham';
        font-size: 20px;
        line-height: 40px;
    }
    .container-p9 .col .ct{
        float: left;
        background: #fff;
        width: calc(100% - 60px);
        margin: 0px 30px 0;
        text-align: center;
        padding: 60px 20px 0;
        height: 342px;
    }
    .container-p9 .col .ct > strong{
        font-size: 18px;
        line-height: 22px;
        color: #333;
        font-weight: 700;
        float: left;
        width: 100%;
        text-align: center;
            font-family: 'Comfortaa', cursive; 

    }
    .container-p9 .col .ct img{
        float: none;
        display: inline-block;
        margin: 10px 0;
        max-width: 100%;
    }
    .container-p9 .col .ct p{
        margin: 0;
        font-family: 'Gotham';
        font-size: 22px;
        line-height: 32px;
        letter-spacing: -.3px;
        color: #333;
        font-weight: 300;
    }


    .container-p9 .col .ct p strong{
        color: #094c55;
        font-family: inherit;
        font-weight: 500;
        font-size: 24px;
    }
    .container-p9 .col .ct a.act{
     
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c40005+0,700002+100 */
        background: rgb(54,131,140); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(54,131,140,1) 0%, rgba(2,68,77,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(54,131,140,1) 0%,rgba(2,68,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(54,131,140,1) 0%,rgba(2,68,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40005', endColorstr='#700002',GradientType=0 ); /* IE6-9 */    padding: 15px 0;

        font-family: 'Gotham';

        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        text-align: center;
        height: 40px;
        float: none;
        display: inline-block;
        padding: 0 30px;
        border-radius: 10px;
        margin-bottom: -20px;
        line-height: 40px;
        margin-top: 15px;

    }
    .container-p9 .col .ct a.act:hover{
       /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#700002+0,c40005+100 */
        background: rgb(2,68,77); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(2,68,77,1) 0%, rgba(54,131,140,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(2,68,77,1) 0%,rgba(54,131,140,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(2,68,77,1) 0%,rgba(54,131,140,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#700002', endColorstr='#c40005',GradientType=0 ); /* IE6-9 */
    }

    .container-p9{
        padding-bottom: 70px;
    }


/* END KITS CONTAINER*/











/* EBOOK  CONTAINER*/

    .container-p11{
        background: #fff;
    }

    .container-p11 h2{
        text-align: center;
    }
    .container-p11 img{
        float: left;
        margin-top: 20px;
    }
    .container-p11 p{
        font-size: 24px;
        font-weight: normal;
        text-align: right;
        width: 35%;
        float: right;
        line-height: 32px;
        margin-top: 60px;
        color: #737373;
        font-weight: 300;
    }
    .container-p11 p + p{
        margin-top: 20px;
    }
/* END EBOOK  CONTAINER*/



h2{
    float: left;
    width: 100%;
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #064952;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 30px;
}

.actn{
    margin-top: 35px;
    float: left;
    width:510px !important;
    border-radius: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c40005+0,700002+100 */
background: rgb(54,131,140); /* Old browsers */
background: -moz-linear-gradient(top, rgba(54,131,140,1) 0%, rgba(2,68,77,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(54,131,140,1) 0%,rgba(2,68,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(54,131,140,1) 0%,rgba(2,68,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40005', endColorstr='#700002',GradientType=0 ); /* IE6-9 */    padding: 15px 0;
}
.actn:hover{
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#700002+0,c40005+100 */
background: rgb(2,68,77); /* Old browsers */
background: -moz-linear-gradient(top, rgba(2,68,77,1) 0%, rgba(54,131,140,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(2,68,77,1) 0%,rgba(54,131,140,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(2,68,77,1) 0%,rgba(54,131,140,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#700002', endColorstr='#c40005',GradientType=0 ); /* IE6-9 */
}
.actn strong{
    font-size: 31px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
}
.actn span{
    font-size: 21px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 22px;
    font-weight: 300;
    margin-top: 5px;
    color: #fff;
    letter-spacing: -.3px;
}




.sec2{
    background: url(../images/b2.jpg) no-repeat center top;
    background-size: cover;
}
.sec2 .ipad{
    width: 639px;
    height: 426px;
    background:url(../images/ipad.png) no-repeat center top;
    float: left;
    padding: 26px 0 0 61px;
}
.sec2 .ipad iframe{
    width: 519px;
    height: 372px;
    float: left;
}
.sec2 h2{
    text-align: left;
}
.sec2 .actn {
    float: left;
    width: 610px !important;
    margin: 5px 0 0 17px;
}




.container-p1{
    background: url(../images/b1.jpg) no-repeat top center;
    background-size: cover;
}
.container-p1 h1{
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    width: 100%;
    float: left;
    text-align: right;
}

.container-p1 ul li,
.container-p1 ul{

    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.container-p1 ul li{
    position: relative;
    padding-right: 20px;
    color: #fff;
    font-size: 22px;
    text-align: right;
    line-height: 28px;
    font-weight: 300;
    margin-top: 15px;
}
.container-p1 ul li:before{
    content: "\f100";
    color: #fff;
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 28px;
    font-size: 20px;
}
.container-p1 h2{
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 20px;
    color: #fff;
    text-align: right;
}
.container-p1 h2 strong{
    font-weight: 500;
    color: #59a7b1;
}
.container-p1 .full {
    position: relative;
    margin-top: -60px;
}
.container-p1 .full img{
    width: auto;
    position: absolute;
    left: 180px;
    bottom: -80px;
}
.container-p1 .actn{
    float: right;
}


.sec3{
    background: #e6e6e6;
}

.sec3 h2{
    width: 100%;
    text-align: center;
}
.sec3 ul{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.sec3 ul li{
    float: left;
    width: calc(33.33333333% - 20px);
    margin-right: 30px;
    background:rgba(255,255,255,0.5);
    position: relative;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 40px;
    padding: 0 15px 15px;
}
.sec3 ul li:nth-child(3n){
    margin-right: 0;
}
.sec3 ul li img{
    float: none;
    display: inline-block;
    border-radius: 100%;
    margin-top: -150px;
}
.sec3 ul li h3{
    font-size: 26px;
    color: #064952;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -1.5px;
    margin: 15px 0 5px;
}
.sec3 .actn{
    margin-top: 0;
}
.center{
    text-align: center;
}
.center .actn{
    float: none;
    display: inline-block;
}



.sec4{
    background: url(../images/b4.jpg) no-repeat center top;
}
.sec4 h2{
    text-align: right;
}
.sec4 .rt{
    float: right;
    width: 560px;
    position: relative;
}
.sec4 .rt p{
    text-align: right;
}
.sec4 .actn{
    float: right;
    margin-right: 0;
}
.sec4 .rt img {
    position: absolute;
    bottom: -40px;
    left: -370px;
    width: 480px;
}







.container-p12{
    background: url(../images/b3.jpg) no-repeat center top;
}

.container-p12 h2{
    text-align: left;
}

.container-p12 .lft{
    width: 660px;
    float: left;
    position: relative;
}
.container-p12 .lft img {
    position: absolute;
    bottom: -30px;
    right: -300px;
    width: 420px;
}
.container-p12 .lft p + p{
    padding-right: 60px;
}
footer img, footer a {
    height: 55px;
}









@media (max-width: 1200px){

    .container{
        width: 900px;
    }






    /*PADRAO RESPONSIVO*/
        .container-p7 h2 br {
            display: none;
        }
        .container-p8 .col{
            margin: 0 25px;
        }
        .container-p9 .col h3{
            background-size: 100%;
            background-position: top center;
                font-size: 17px;
        line-height: 32px;
        }
        .container-p9 .col .ct {
            width: calc(100% - 20px);
            margin: 30px 10px 0;
            height: 295px;
            padding: 20px 10px 0;
        }
        .container-p9 .col .ct p{
            font-size: 18px;
            line-height: 28px;
        }
        .container-p9 .col .ct p strong{
            font-size: 22px;

        }
        .container-p11 img{
            width: 55%;
        }
        .container-p11 p {
            font-size: 18px;
            width: 45%;
            line-height: 40px;
        }

    /*END PADRAO RESPONSIVO*/

    .container-p10 .col:nth-child(2){
        width: calc(25% - 15px);
        margin-left: 15px;
    }

    .sec3 ul li img{
        width: 100%;
    }
    .container-p12 .lft img {
        right: -220px;
        width: 320px;
    }
.container-p1 .full img {
    left: 65px;
    bottom: -80px;
    width: 460px;
}
.container-p1 .full .actn{
    padding-left: 20px;
    margin-top: 0;
}
h2 {
    font-size: 32px;
}
.sec3 ul li img {
    width: 80%;
    margin-top: -100px;
}
.sec3 ul li h3 {
    font-size: 22px;
}
.sec3 ul li{
    margin-top: 100px;
}
.sec3 h2{
    padding: 0 90px;
}
.sec3 h2 br{
    display: none;
}
p {
    font-size: 14px;
    }

    .sec4 .rt{
        width: 500px;
    }
    .sec4 .rt img {
    bottom: -40px;
        left: -325px;
        width: 400px;
    }
    .container-p9 .col .ct a.act {
        font-size: 19px;
    }
}












@media (max-width: 940px){


    /*PADRAO RESPONSIVO*/
        .container{
            width: 740px;
        }

        footer ul li a, footer ul li {
            float: left;
            font-size: 14px;
        }
        footer ul li a {
            margin: 0 15px;
            font-size: 12px;
        }

        .container-p7 .col img{
            width: 190px;
        }
        .container-p7 .col blockquote {
            font-size: 14px;
            line-height: 22px;
        }
        .container-p8 .col {
            margin: 0 10px;
            width: 350px;

        }
        .container-p8 .col iframe:nth-child(2) {
            height: 220px;
        }
        .container-p9 .col {
            width: calc(33.33333333% - 6.666666666px);
        }
        .container-p9 .col:nth-child(2) {
            margin: 0 10px;
        }
        .container-p9 .col h3{
                font-size: 14px;
        line-height: 30px;
        }
        .container-p9 .col .ct > strong{
            font-size: 16px;
            line-height: 20px;
        }
        .container-p9 .col .ct{
            padding: 15px 10px 0;
            height: 280px;
        }
        .container-p9 .col .ct img{
            width: 100%;
        }
        .container-p9 .col .ct a.act{
            font-size: 17px;
            padding: 0 20px;
        }
        .container-p11 p{
            line-height: 32px;
        }

    /*PADRAO RESPONSIVO*/

    .container-p12 .lft img{
        display: none;
    }
    .container-p1 .full img {
        left: 20px;
        bottom: -65px;
        width: 310px;
    }
    h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .sec3 ul li{margin-right: 30px !important;
        width: calc(50% - 15px);
    }
    .sec3 ul li:nth-child(2n){
        margin-right: 0 !important;
    }
    .sec4 .rt {
        width: 430px;
    }
    .sec4 .rt img {
        bottom: -40px;
        left: -289px;
        width: 300px;
    }
    .container-p9 .col .ct p strong {
        font-size: 20px;
    }
    .container-p9 .col .ct{
        height: 255px;
    }
    .container-p11 p{
        font-size: 16px;
        line-height: 28px;
    }

    .container-p12 .lft{
        width: 600px;
    }
    .container-p10 .col a {
        padding: 0 5px;
        font-size: 11px;
    }
}
@media (max-width: 767px){




    /*PADRAO RESPONSIVO*/
        .container{
            width: 300px;
        }
        .container-p10 .col {
            width: 100%;
            margin-bottom: 15px;
        }
        .container-p10 .col:nth-child(2){
            min-height: 0;
        }
        footer .wrapper > a {
            width: 100%;
            text-align: center;
            padding-bottom: 0;
        }
        footer ul li {
            border-right: 0;
            border-bottom: 2px solid #000;
            width: 100%;
        }
        footer ul li:last-child{
            border-bottom: 0;
        }
        footer ul li a{
            width: 100%;
            text-align: center;
            margin: 0;
        }

        iframe {
            width: 300px;
            height: 180px;
        }
        .actn{
            width: 100% !important;
            padding: 10px 0;
            margin-top: 15px;
            border-radius: 10px;
        }
        .actn strong{

        }
        .actn span {

        }
        .branding{

        }
        p {
            font-size: 14px;
            line-height: 24px;
            text-align: center;
            margin: 20px 0 0 0;
        }

        .container-p7 .owl-its .item img{
            width: 100%;
        }
        .owl-theme .owl-controls .owl-buttons div{
            display: none !important;
        }
        .container-p12{
            background-position: left;
        }
        .container-p7 .col{
            width: 100%;
            margin-bottom: 15px;
        }
        .container-p7 .col img{
            width: 150px;
        }
        .container-p7 .col blockquote {
            font-size: 12px;
            line-height: 20px;
        }
        .container-p8 .col {
            margin: 0;
            width: 100%;
        }
        .container-p9 .col {
            width: 100%;
            margin: 0 0 60px !important;
        }
        .container-p9 .col:last-child{
            margin-bottom: 20px !important;
        }
        .container-p9 .col h3 {
            font-size: 18px;
            line-height: 32px;
        }
        .container-p9 .col .ct{
            height: 290px;
        }
        .container-p11 img {
            width: 100%;
            margin-top: -30px;
        }
        .container-p11 p {
            line-height: 26px;
            width: 100%;
            text-align: center;
            font-size: 16px;
        }
        .container-p12 .full.rt a.actn, .container-p12 .full.txt {
            width: 100% !important;
        }
        .container-p12 p{
            text-align: center;
        }
        .container-p12 .container img{
            display: none;
        }


    /*PADRAO RESPONSIVO*/


    .branding{
        width: 100%;
        float: left;
        text-align: center;
    }
    .sec2 .ipad{
        width: 100%;
        height: auto;
    background-size: 100%;
    padding: 10px 30px 40px;
    }
    .sec2 .ipad iframe{
        width: 100%;
        height: 170px;
    }
    .container-p12 .lft,
    .sec4 .rt,
    .sec2 .actn{
        width: 100% !important;
    }

    .container-p1{
        background-position: right;
    }
    .container-p1 h1 br {
    display: none;
}
.container-p1 h1 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
    .container-p1 .full{
        margin-top: 0;
    }
    .container-p1 ul li {
    padding-right: 0;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 0 35px;
    margin-top: 5px;
}
    .container-p1 ul li:before{
        display: none;
    }
    .container-p1 h2 br {
    display: none;
}
.container-p1 h2 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    padding: 0 10px;
}
.container-p1 .full img {
    left: 0;
    bottom: 80px;
    width: 100%;
}
.container-p1 .full .actn{
    padding-left: 0;
    margin-top: 290px;
}
.actn strong {
    font-size: 19.5px;
    line-height: 20px;
}
.actn span {
    font-size: 13.6px;
}
.sec2 .actn{
    margin: 0;
}
h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 40px 0 15px;
    text-align: center !important;
}
h2 br{
    display: none;
}
.sec2{
    background-position: left;
}
.sec3 ul li{
    width: 100%;
    margin-right: 0 !important;
}
.sec3 h2 {
    padding: -0;
}
.sec4{
    background: #fff;
}
.sec4 .rt p{
    text-align: center;
}
.container-p7 .owl-its .item blockquote{
    font-size: 14px;
    line-height: 20px;
}
.container-p8 .col{
    margin-bottom: 20px;
}
.container-p11 p{
    margin-top: 0;
}
.container-p12{
    background-size: cover;
    background-position: left;
}
.container-p12 .lft p + p{
    padding: 0;
}
.container-p10 .col:nth-child(2){
    width: 100%;
    margin-left: 0;
}
footer .container > a{
    width: 100%;
    text-align: center;
}
.container-p11 img{
    margin-top: 0;
}
}