.content { float:left; width:92%; margin:0 4%; padding: 20px 0; }

.btn-chamada       { background: transparent; color: #e63e61; text-decoration: none; border: 2px #e63e61 solid; border-radius:50px; padding: 13px 20px; display: inline-block; font-size: 20px; font-family: 'Lato', sans-serif; transition:.3s; }
.btn-chamada:hover { background-color: #4a4748; border: 2px #4a4748 solid; color: #ffffff; }

/*HEADER*/
.header          { background:#ffffff; border-bottom:1px #f4f4f4 solid; z-index:1; padding: 0.5em 0em; }
.header .content { float:left; padding:0px 0; }

.fixed            { display:block; position:fixed; z-index:9;  }
.header_logo { text-align:center; margin:auto; float:none; width:200px; }
.header_logo img { height:69px; }

/*PUBLICIDADE*/
.boxBannerTopo   { padding:0em 0; background-color:transparent; }
.bannerTopo      { width:100%; float:left; background-color:#fff; border:1px solid #e9ebee; }
.bannerTopo .imagemBan   { margin:auto; max-width:900px; overflow:hidden; }
.bannerTopo .imagemBan a { width:100%; height:100%; float:left; display:block; }

/*Banner*/
.section-banner          { padding:10px 0px; background-color:#ffffff; }
.section-banner .content { float:left; padding:1em 0; }
.section-banner .row     { width:100%; float:left; }

.section-banner .row .col-left-b  { background:transparent; width:100%; margin-bottom:0px; }
.section-banner .row .col-right-b { width: 100%; text-align: left; background-color: #f2f2f2; padding: 15px; border-radius: 20px 20px 0px 0px; }
.section-banner .row .col-right-b .title   { width:100%; float:left; font-family: 'Lato', sans-serif; margin-bottom:20px; font-size:27px; font-weight:700; color:#e63e61; margin-top:20px; }
.section-banner .row .col-right-b .txt     { color:#696969; font-size:18px; font-family: 'Lato', sans-serif; margin-bottom:10px; width:100%; float:left; line-height:30px; }

/*Conhecimento*/
.section-conhecimento          { padding:10px 0px; background: linear-gradient(to right, rgb(228, 58, 94), rgb(255, 198, 59)); }
.section-conhecimento .content { float:left; padding:1em 0; }
.section-conhecimento .title   { width: 100%; float:left; margin-bottom:0px; font-size:2em; font-family: 'Lato', sans-serif; font-weight:700; color:#ffffff; text-align: center; padding-bottom: 10px; }
.section-conhecimento .descricao     { width:100%; float:left; margin-bottom:5px; font-family: 'Lato', sans-serif; font-size:1.2em; line-height:30px; text-align:center; font-weight:400; color:#ffffff; padding-bottom:10px; margin-bottom:40px; }
.section-conhecimento .row           { width:100%; float:left; }
.section-conhecimento .topicos        { width: 100%; float: left; padding: 20px 0; margin-bottom: 25px; font-size: 30px; }
.section-conhecimento .topicos h3     { width: 100%; font-family: 'Lato', sans-serif; font-weight: 400; font-size:25px; margin:auto; text-align: center; margin-bottom: 20px; color: #fff; }
.section-conhecimento .topicos p      { font-size: 15px; font-weight: 300; padding: 0 15px; line-height: 22px; color: #ffffff; font-family: 'Lato', sans-serif; text-align: center;}


/*FOOTER*/
.footer          { background-color:#f4f4f4; color:#2d2d2d; font-size:0.875em; font-family: 'Lato', sans-serif; }
.footer .content { padding:3em 0em; }

.colfooter        { width:100%; height:auto; margin:auto; }

.titleFooter { width:100%; float:left; font-family: 'Lato', sans-serif; font-weight:700; font-size:2.8em; color:#ffc43c; text-align: center; margin-bottom:20px; border-bottom:1px #e3e3e3 solid; padding-bottom:15px; }

/*NEWSLETTER*/
.footer-newsletter .form   { width:100%; float:left;  }
.footer-newsletter p       { width: 100%; float: left; font-family: 'Lato', sans-serif; font-size: 1.6em; margin-bottom: 20px; color:#2d2d2d; text-align:center; }
.footer-newsletter .campo  { width: 100%; height: 60px; float: left; font-family: 'Lato', sans-serif; font-size: 1.6em; border: 3px solid #e2e2e2; border-radius:50px; background: #ffffff; margin-bottom: 15px; outline: none; padding: 5px 15px; color:#2d2d2d; transition:.3s; }
.footer-newsletter .campo:focus { color:#ffc43c!important; border:3px solid #ffc43c; }


.footer-newsletter .btn         { display: block; width: 100%; height:70px; line-height: 70px; font-family: 'Lato', sans-serif; font-size: 2em; font-weight: bold; text-transform: uppercase; cursor: pointer; color: #ffffff; background: #ffc43c; border-radius:50px; border:none; transition: .3s; }
.footer-newsletter .btn:hover   { background: #4d4a4b; color: #ffffff}
.footer-newsletter .btn:focus   { box-shadow: none; }


/*COPYRIGHT*/
.copyright { width:100%; float:left;  padding: 1em 0; background: #4d4a4b; }

.copyright .content       { padding:1em 0em; }
.copyright .copy-text p   { margin:0; font-size: 1em; font-family: 'Lato', sans-serif; font-weight: 400; color:#ffffff; text-align: center;}
.copyright .copy-text p a       { text-decoration: none; color:#ffffff; }
.copyright .copy-text p a:hover { text-decoration: underline; }

.copyright .col { width: 100%; float:left; margin-bottom: 10px; }

/*FOOTER*/


/*Começa o Responsivo*/

/*480PX BREAKPOINT*/
/*480 dividido por 16 = 30em*/
@media (min-width:30em){

.boxBannerTopo { padding:1em 0; }

}

/*600PX BREAKPOINT*/
/*600 dividido por 16 = 37,5em*/
@media (min-width:37em){


} 

/*768PX BREAKPOINT*/
/*768 dividido por 16 = 48em*/
@media (min-width:48em){

.section-banner .row .col-left-b  { width:42%; float:left ; }
.section-banner .row .col-right-b { width:56%; float:right; background-color:transparent; padding:0px; border-radius: 0px 0px 0px 0px;}

.section-conhecimento             { padding:40px 0px; }
.section-conhecimento .topicos   { width:32%; margin-bottom:0px; margin-right:2%; }
.section-conhecimento .topicos:nth-of-type(3n+0) { margin-right:0; }

.colfooter  { width:55%; }

} 

/*960PX BREAKPOINT*/
/*960 dividido por 16 = 60em*/
@media (min-width:60em){

    .section-banner          { padding:0px 0px; }
    .section-banner .content { width:80%; padding:0em 0; margin:0 10%; }
    .section-banner .row .col-right-b .title   { margin-bottom:20px; font-size:48px; margin-top:50px; }
    .section-banner .row .col-right-b .txt     { font-size:18px; font-family: 'Lato', sans-serif; margin-bottom:10px; width:100%; float:left; line-height:30px; }


    .section-conhecimento              { padding:30px 0px; }
    .section-conhecimento .content     { width:80%; padding:1em 0; margin:0 10%; }
    .section-conhecimento .topicos p  { font-size: 18px; line-height: 30px; }

}

/*1280PX BREAKPOINT*/
/*1280 dividido por 16 = 80em*/
@media (min-width:80em){

.section-banner .row .col-left-b  { width:36%; }
.section-banner .row .col-right-b { width:61%; }

}

/*1366PX BREAKPOINT*/
/*1366 dividido por 16 = 85,375em*/
@media (min-width:85em){

 .content  { width:80%; margin:0 10%; }

}

/*1600PX BREAKPOINT*/
/*1600 dividido por 16 = 100em*/
@media (min-width:100em){


}
/*Fecha o Responsivo*/
