/*
* CSS PADRÃO MANGACODE - DASHBOARD.
* Criado em : 05/06/2016, 14:41:37
* Autor     : Bernardo Corrêa
*/

/* *************************
******* FONT FAMILYS *******
************************** */

/*
* FONT PROXIMA
*/
@font-face {font-family: mont-ultra; src: url(../fonts/montserrat_black.ttf);}
@font-face {font-family: mont-extrabold; src: url(../fonts/montserrat_extrabold.ttf);}
@font-face {font-family: mont-bold; src: url(../fonts/montserrat_bold.ttf);}
@font-face {font-family: mont-medium; src: url(../fonts/montserrat_medium.ttf);}
@font-face {font-family: mont-regular; src: url(../fonts/montserrat_regular.ttf);}
@font-face {font-family: mont-light; src: url(../fonts/montserrat_light.ttf);}
@font-face {font-family: mont-elight; src: url(../fonts/montserrat_extralight.ttf);}
@font-face {font-family: mont-thin; src: url(../fonts/montserrat_thin.ttf);}

body, html {font-family: mont-light; overflow-x:hidden;}

/* *************************
******* FONT FAMILYS *******
************************** */

/* *************************
******* FONT WEIGHTS *******
************************** */

.f-thim {font-family: mont-thin;}
.f-elight {font-family: mont-elight;}
.f-light {font-family: mont-light;}
.f-regular {font-family: mont-regular;}
.f-medio {font-family: mont-medium;}
.f-semibold {font-family: mont-bold;}
.f-bold {font-family: mont-extrabold;}
.f-ebold {font-family: mont-ultra;}
.f-ubold {font-family: mont-ultra;}

/* *************************
******* FONT COLORS *******
************************** */
.f-black {color: #454545;}
.f-gray {color: #555;}
.f-silver {color: #888;}
.f-white {color: #fff;}
.f-red {color: #ed2131;}
.f-red1 {color: #c84e4e;}
.f-blue {color: #009bdb;}
.f-blue2 {color: #40c4ff;}
.f-green {color: #077845;}
.f-yellow {color: #F1AB2A;}
.f-orange {color: #FF8000;}

/* *************************
******* FONT SIZES *********
************************** */
.title-ultra {font-size: 88px}
.title-larg {font-size: 68px}
.title-larg2 {font-size: 58px}
.title-page {font-size: 45px}
.title-page-sec {font-size: 30px}
.subtitle-page {font-size: 25px}
.text-page {font-size: 18px; line-height: 29px}
.text-page2 {font-size: 15px; line-height: 21px}

.header-default {margin-bottom: 50px;}
.header-default h1 {font-size: 25px; margin-bottom: 5px;}
.header-default h1 strong {display: block; font-size: 50px; margin-top: -3px;}
.header-default p {font-size: 18px;}

.icon-logo {position: absolute; width: 250px; height: 136px; left: 50%; margin-left: -125px; top: 30px; background: url(../images/icon-logo.png) no-repeat center center; background-size: 100%;}

.margin-header {margin-top: 150px}

/* *************************
******* BOX COLORS *********
************************** */
.box-black {background-color: #242424;}
.box-black2 {background-color: #151515;}
.box-gray {background-color: #565656;}
.box-silver {background-color: #f4f4f4;}
.box-silver-d {background-color: #e7e7e7;}
.box-white {background-color: #fff;}
.box-red1 {background-color: #ed3237;}
.box-red2 {background-color: #cd2d31;}
.box-blue1 {background-color: #0280a6;}
.box-blue2 {background-color: #006685;}
.box-green1 {background-color: #077845;}
.box-green2 {background-color: #055631;}
.box-yellow1 {background-color: #ffb22c;}
.box-yellow2 {background-color: #d5972b;}

/* *************************
** PATTERNS / WALLPAPERS ***
************************** */
.wall {background-repeat: no-repeat; background-position: center center; background-size: cover}
.wall-fixed {background-repeat: no-repeat; background-attachment: fixed; background-position: center center; background-size: cover}
.wall-repeat {background-repeat: repeat; background-position: center center;}

.shadow-inset {box-shadow: inset 0 6px 6px -5px rgba(0,0,0,0.4)}
.shadow-inset2 {box-shadow: inset 0 -6px 6px -5px rgba(0,0,0,0.4)}

/* *************************
******* BTN'S STYLE ********
************************** */
.btn { /* OBJETO PRINCIPAL */
    cursor: pointer; 
    border: none;
    display: inline-block; 
    -webkit-transition: 0.3s; transition: 0.3s;
    text-align: center;
    text-shadow: 2px 2px 1px rgba(0,0,0,.1);
}
.btn.shadownone {text-shadow: none;}

.btn.btn-opacity {background-color: rgba(2,2,2,.2)}
.btn.btn-opacity:hover {background-color: rgba(2,2,2,.3)}
.btn.btn-opacity2 {background-color: rgba(2,2,2,.1)}
.btn.btn-opacity2:hover {background-color: rgba(2,2,2,.14)}

.btn:hover {}

.btn-larg {font-size: 21px; padding: 21px 45px 21px 45px;}
.btn-medio {font-size: 19px; padding: 18px 35px 18px 35px;}
.btn-low {font-size: 15px; padding: 15px 30px 15px 30px;}

.btn-icon {font-size: 15px; padding: 8px 12px 10px 12px; width: 40px}

/* *************************
******* BTN'S COLORS *******
************************** */
.btn-white {background-color: #fff;} .btn-white:hover {background-color:#f0f0f0; }
.btn-black {background-color: #444;} .btn-black:hover {background-color:#222; }
.btn-green {background-color: #31482d;} .btn-green:hover {background-color:#415f3b; }
.btn-red {background-color: #cd2d31;} .btn-red:hover {background-color:#ed3237; }
.btn-blue {background-color: #007294;} .btn-blue:hover {background-color:#0092be; }
.btn-yellow {background-color: #ffb22c;} .btn-yellow:hover {background-color:#d4972c; }
/* *************************
******* FORM'S STYLES ******
************************** */
/* BOX'S CONTROLADORAS DE FORM */
.box-diagram1 {width: 100%; float: left; margin-bottom: 10px; position: relative}
.box-diagram2 {width: 49.4%; margin-right: 1%; float: left; margin-bottom: 10px; position: relative}
.box-diagram3 {width: 32.5%; margin-right: 1%; float: left; margin-bottom: 10px; position: relative}
.box-diagram4 {width: 23.9%; margin-right: 1%; float: left; margin-bottom: 10px; position: relative}

.small-titulo {font-size: 13px; margin-bottom: 1px; display: block;} /* TÍTULO DE INPUT */

.form-icon {width: 100%; padding: 12px 12px 12px 45px; color: #444; border: 1px solid rgba(0,0,0,0.1); border-bottom: 3px solid rgba(0,0,0,0.1); background-repeat: no-repeat; background-position: left 10px center; background-size: 20px;} /* OBJETO PRINCIPAL */
.form {width: 100%; padding: 14px 12px 12px 12px; color: #444; border: 1px solid rgba(0,0,0,0.1);} /* OBJETO PRINCIPAL */
.input-form-larg {font-size: 15px; height: 50px}
.input-form-medio {font-size: 15px; height: 40px}
.input-form-low {font-size: 13px; height: 32px}

.input-form-low-ddd {width: 20%; padding: 14px 12px 12px 12px; color: #444; border: 1px solid rgba(0,0,0,0.1); background-repeat: no-repeat; background-position: left 10px center; background-size: 20px; font-size: 13px; height: 32px}
.input-form-low-tel {width: 78%; padding: 14px 12px 12px 12px; color: #444; border: 1px solid rgba(0,0,0,0.1); background-repeat: no-repeat; background-position: left 10px center; background-size: 20px; font-size: 13px; height: 32px}
.input-form-medio-ddd {width: 20%; padding: 14px 12px 12px 12px; color: #444; border: 1px solid rgba(0,0,0,0.1); background-repeat: no-repeat; background-position: left 10px center; background-size: 20px; font-size: 15px; height: 40px}
.input-form-medio-tel {width: 78%; padding: 14px 12px 12px 12px; color: #444; border: 1px solid rgba(0,0,0,0.1); background-repeat: no-repeat; background-position: left 10px center; background-size: 20px; font-size: 15px; height: 40px}

.area-form-larg {font-size: 20px; height: 120px}
.area-form-medio {font-size: 15px; height: 100px}
.area-form-low {font-size: 12px; height: 80px}

.campo-up { cursor:pointer; display:block; opacity:0; position:absolute;}
.campo-up-fake { background:url(../images/img_sl.png) no-repeat center right; float: left;}

.news::-webkit-input-placeholder{
    color: rgba(255,255,255,.6);
}
.news::-ms-input-placeholder{
    color: rgba(255,255,255,.6);
}
.news::-moz-placeholder{
    color: rgba(255,255,255,.6);
}
.news:-moz-placeholder{
    color: rgba(255,255,255,.6);
}

.on-smart {display: none}
.on-desktop {visibility: visible}
/* *************************
******* BODY WEBSITE *******
************************** */

/* BOX CENTRALIZADORA */
.box-center {width: 1400px; max-width: 91%; margin: 0 auto; position: relative;}
.box-center2 {width: 850px; max-width: 91%; margin: 0 auto; position: relative;}

/* HEADER HOME */
.content-header {
    width: 100%; 
    position: relative;
    height: 100%;
    height: calc(100vh - 0px);
}

.content-header .cover-header {margin-right: 350px; height: 100%; height: calc(100vh - 0px);}
.content-header .header-fix-menu {position: absolute; width: 350px; height: 100%; padding-bottom: 30px; right: 0; top: 0; overflow: hidden; overflow-y: auto; border-left: 2px solid #077845}
.content-header .header-fix-menu .logo {width: 220px; height: 100px; background: url(../images/logo.png) no-repeat center center; background-size: 100%; margin: 25px auto;}
.content-header .header-fix-menu h2 {font-size: 27px; margin-bottom: 20px;}
.content-header .header-fix-menu h2 strong {font-size: 55px; display: block; margin-top: -2px}
.content-header .header-fix-menu menu {}
.content-header .header-fix-menu menu li {list-style: none; display: block; font-size: 15px; letter-spacing: 3px;}
.content-header .header-fix-menu menu li a {width: 100%; float: left;}
.content-header .header-fix-menu menu li a span {padding: 20px 15px; height: 60px; background-color: #fff; color: #166957; margin-left: 0px; display: block; margin-left: 60px; border-bottom: 1px solid rgba(0,0,0,.1)}
.content-header .header-fix-menu menu li a .active {background-color: #055631; color: #fff;}
.content-header .header-fix-menu menu li a:hover .active {background-color: #04492a;}
.content-header .header-fix-menu menu li a i {color: #4ac79f; float: left; font-size: 27px; text-align: center; height: 60px; width: 60px; padding: 15px 5px; border-bottom: 1px solid rgba(0,0,0,.1);}
.content-header .header-fix-menu menu li a:hover span {background-color: rgba(0,0,0,.01);}

.content-header .header-fix-menu .redes-header {margin-top: 15px;}
.content-header .header-fix-menu .redes-header a {width: 40px; border-radius: 5px; text-align: center; border: 1px solid rgba(0,0,0,.08); background-color: #fff; color: #3d5a3a; font-size: 18px; padding: 8px 0; display: inline-block}
.content-header .header-fix-menu .redes-header a:hover {background-color: #f6f6f6;}

/* MENU MOBILE */
.menu-mobile {width: 78%; max-width: 600px; padding-bottom: 30px; position: fixed; top: 0; left: 0; height: 100%; z-index: 999; box-shadow: inset -2px 2px 3px 3px rgba(0,0,0,0.2); overflow: hidden; overflow-y: auto;}
.menu-mobile > .logo {width: 100%; padding: 15px 30px; max-width: 300px; margin: 0 auto;}
.menu-mobile li {list-style: none; font-size: 15px; display: block;}
.menu-mobile li a {color: #fff; display: block; padding: 14px; border-bottom: 1px solid rgba(255,255,255,.05);}
.menu-mobile li a:hover {background-color: rgba(0,0,0,0.1)}
.menu-mobile li ul li {list-style: none; font-size: 12px; display: block;}
.menu-mobile li ul li a {display: block; padding: 10px; background-color: rgba(0,0,0,0.2)}
.menu-mobile li ul li a:hover {background-color: rgba(0,0,0,0.3)}

.menu-mobile > .links {}
.menu-mobile > .links li {list-style: none; font-size: 10px; display: block;}
.menu-mobile > .links li a {color: #fff; display: block; padding: 10px; background-color: rgba(0,0,0,.3); border-bottom: 1px solid rgba(255,255,255,.05);}
.menu-mobile > .links li ul li a {background-color: rgba(0,0,0,0.6)}

.menu-mobile .footer-redes {margin-left: 10px;}
.menu-mobile .footer-redes a {font-size: 14px; width: 30px; height: 30px; padding: 6px 0; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}

.menu-mobile {transform: translateX(-100%); -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%);}
.menu-active .menu-mobile {transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0);}

/* HOVER SOCIAL */
.hover-social {position: absolute; top: 0; left: -180px; padding: 9px; width: 180px; z-index: 2; background-color: rgba(255,255,255,.95); box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.3)}
.hover-social p {font-size: 13px; margin-bottom: 4px;}

.cover {position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; background-color: rgba(33,55,130,.06)}
.pel {position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: url(../images/pel.png) repeat}

.tabs_curso ul li {list-style: none; font-size: 13px; letter-spacing: 2px; border-top: 5px solid #ffb22c; background-color: #fff;}
.tabs_curso ul li a {padding: 30px 10px; display: block; color: #263624;}
.tabs_curso ul li a:hover {background-color: #e4efe3;}
.tabs_curso ul .current {background-color: #e4efe3;}
.tabs_curso ul li .duvida {background-color: #263624; color: #fff;}
.tabs_curso ul li .duvida:hover {background-color: #1a2418;}

.tabs_fies {border-bottom: 1px solid #f0f0f0}
.tabs_fies ul li {display: inline-block; list-style: none; font-size: 20px; margin-right: 15px; width: 250px;}
.tabs_fies ul li a {display: block; padding: 14px 5px; color: #444; border: 1px solid rgba(0,0,0,.1); border-bottom:none; background-color: #fafafa}
.tabs_fies ul li a:hover{ background-color: #f0f0f0}

.tabs {display: none;}
#tab1 {display: block;}

.content-cursos-home {}
.content-cursos-home article {position: relative; min-height: 450px;}
.content-cursos-home article .cover {position: absolute; width: 100%; height: 100%; z-index: 1; background-color: rgba(8,26,16,.63);}
.content-cursos-home article header {position: absolute; width: 80%; left: 10%; top: 50%; margin-top: -130px; z-index: 2}
.content-cursos-home article:hover header {margin-top: -140px;}
.content-cursos-home article header .icon {width: 200px; margin: 0 auto;}
.content-cursos-home article header h1 {font-size: 25px; margin-top: -10px}

.content-cursos-home .arrow {width: 75px; height: 75px; background-repeat: no-repeat; background-size: 100%; background-position: center center; position: absolute; z-index: 4; bottom: -39px; cursor: pointer;}
.content-cursos-home .prev {left: 50%; margin-left: -65px; background-image: url(../images/arrow-prev.png);}
.content-cursos-home .next {left: 50%; margin-left: -4px; background-image: url(../images/arrow-next.png);}

.content-print {position: absolute; width: 700px; left: 50%; margin-left: -350px; top: 0; border: 1px solid rgba(0,0,0,0.06); border-top:none; z-index: 2}
.content-print header .logo-print {width: 45%; margin: 10px auto;}
.content-print header h1 {font-size: 27px; margin-bottom: 5px;}
.content-print header h2 {font-size: 15px;}
.content-print main .form1, .content-print main .form2, .content-print main .form3, .content-print main .form4, .content-print main .form5{padding: 10px; text-align: center; font-size: 13px; border-bottom: 1px solid rgba(0,0,0,0.1); float: left;}
.content-print main .form1 {width: 100%;}
.content-print main .form2 {width: 50%;}
.content-print main .form3 {width: 33.33333%;}
.content-print main .form4 {width: 66.6666%;}
.content-print main .form5 {width: 16.6%;}

.content-instagram {}
.content-instagram article {width: 18%; min-height: 75px; float: left; margin: 0 1%; overflow: hidden; position: relative}
.content-instagram article .like {width: 80px; box-shadow: 0 0 3px 1px rgba(0,0,0,.6); padding: 5px; text-align: center; font-size: 16px; position: absolute; top: -40px; left: 50%; z-index: 3; margin-left: -40px;}
.content-instagram article:hover .like {top: 50%; left: 50%; z-index: 3; margin-left: -40px; margin-top: -15px}
.content-instagram article .cover {width: 100%; height: 100%; position: absolute; z-index: 1; background-color: rgba(31,64,28,.6)}
.content-instagram article:hover .cover {background-color: rgba(31,64,28,0)}
.content-instagram article img { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.content-instagram article:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); }

.content-footer {}
.content-footer article h3 {font-size: 22px; margin-bottom: 20px;}
.content-footer article h3 span {padding-bottom: 2px; border-bottom: 4px solid #ffb22c }
.content-footer article .desc {font-size: 12px; line-height: 17px; margin-bottom: 15px;}

.menu-reverso li {list-style: none; display: block; font-size: 10px; font-weight: 300; text-transform: uppercase}
.menu-reverso li a {display: block; color: #fff; padding: 5px 0; border-bottom: 2px solid rgba(255,255,255,.2)}
.menu-reverso li a:hover {color: #FF8000}
.menu-reverso li ul {display: none;}

.list-contact li {list-style: none; font-size: 11px; display: block; padding: 5px 0; border-bottom: 2px solid rgba(255,255,255,.2)}

.footer-redes {}
.footer-redes a {font-size: 17px; margin-right: 4px; width: 30px; border-radius: 5px; padding: 4px 0; text-align: center; background-color: rgba(0,0,0,.05); float: left; color: #b0b0b0;}
.footer-redes a:hover {color: #FF8000;}

.txt-copy {}
.txt-copy .title {font-size: 15px;}
.txt-copy .itens {font-size: 16px; margin-bottom: 5px}

.footer-info {}
.footer-info h3 {font-size: 25px; margin-bottom: 18px;}
.footer-info h3 span {border-bottom: 4px solid #ffc412}
.footer-info p {font-size: 13px; line-height: 18px; margin-bottom: 16px;}
.footer-info ul li {font-size: 13px; list-style: none; padding-bottom: 8px; margin-top: 8px; border-bottom: 1px solid rgba(255,255,255,.05)}

.footer-logo {width: 80px;}
.copy {margin-top: 9px; font-size: 12px;}
.footer-ass p {font-size: 13px; margin-top: 8px;}
.footer-ass p:last-child {margin-bottom: 0px;}

/* SHAREBOX MODEL */
.sharebox3 {float: right;}
.sharebox3 li {float: left; list-style: none; width: 180px; margin-right: 9px; position: relative; text-align:center; font-size: 15px; cursor: pointer; font-weight: 800;}
.sharebox3 a{ text-decoration: none; padding: 19px 5px; display:block; border: 1px solid rgba(0,0,0,0.1); border-bottom: 4px solid rgba(0,0,0,0.3)}

.sharebox3 .count {position: absolute; top: 0; right: 0; font-size: 9px; padding: 3px; background-color: rgba(0,0,0,0.3); color: #fff;}

.sharebox3 .facebook3 a{background-color: #133f88; color:#fff; } 
.sharebox3 .facebook3 a:hover { background-color: #3c5b9b; color: #fff;}

.sharebox3 .twitter3 a{background-color: #15b6f2; color: #fff}  
.sharebox3 .twitter3 a:hover { background-color: #359bed; color: #fff;}

.sharebox3 .google3 a{ background-color: #d73f26; color: #fff; }  
.sharebox3 .google3 a:hover { background-color: #d44132; color: #fff; }

.sharebox3 .whatsapp3 {display: none;}  
.sharebox3 .whatsapp3 a{background-color:#409343; color:#fff;}  

.sharebox {}
.sharebox li {display: inline-block; margin: 0 -2px; list-style: none; vertical-align: top; position: relative; font-size: 32px; cursor: pointer;}
.sharebox a{ text-decoration: none; display:block;}

.sharebox .facebook a{color:#3c5b9b; } 
.sharebox .facebook a:hover {color: #3c5b9b;}

.sharebox .twitter a{color: #359bed}  
.sharebox .twitter a:hover {color: #359bed;}

.sharebox .google a{color: #d44132; }  
.sharebox .google a:hover {color: #d44132; }

.sharebox .whatsapp {padding: 1.5px 3px; width: 28px; font-size: 21px; margin-top: 5px; background-color: #409343; display: none}  
.sharebox .whatsapp a{color:#fff;}  

.menu-anchor {font-size: 20px; width: 40px; height: 40px; float: left; cursor: pointer; display: none; margin-top: 0px; padding: 8px 0 8px 0; color: #fff;}
.menu-anchor.click {color: #1f401c; background-color: #ffb22c;}


/* PAGINATOR STYLE */
.paginator { width: 100%; float: left; text-align: center;}
.paginator li {list-style: none; font-size: 12px; margin-right: 5px; display: inline-block;}
.paginator a {color: #fff; background-color: rgba(48,69,45,.8); padding: 8px 11px; border-radius: 5px;}
.paginator a:hover {background-color: rgba(48,69,45,1);;}
.paginator .active {color: #fff; background-color: #ffb22c; padding: 8px 11px; border-radius: 5px;}

.form_load { width: 50px; height: 50px; background-size: 100%; position: fixed; z-index: 205; top: 50%; left: 50%; margin-left: -25px; margin-top: -25px; display: none; transform: rotate(45deg) }
.form_load .load { width: 33%; height: 33%; background-color: #fcb134; float: left; -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;}

.form_load .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.form_load .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.form_load .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.form_load .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.form_load .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.form_load .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.form_load .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
.form_load .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.form_load .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    } 
}


.j_video {position: fixed; width: 900px; max-width: 93%; left: 0; right: 0; margin-left: auto; margin-right: auto; top: 70px; z-index: 210}
.j_video p {font-size: 12px; margin-bottom: 10px;}
.j_video h1 {font-size: 35px; margin-bottom: 20px;}
.j_video .video-container {box-shadow: 0 0 3px 3px rgba(0,0,0,.3);}
.fb-video {width: 100% !important; z-index: 220}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {


}

@media screen and (max-width: 1150px) {
    .title-ultra {font-size: 68px}
    .title-larg {font-size: 40px}
    .title-page {font-size: 32px}
    .title-page-sec {font-size: 22px}
    .subtitle-page {font-size: 16px}
    .text-page {font-size: 14px; line-height: 23px}
    .header-page h1 {font-size: 50px; margin-bottom: 15px; border-left: 15px solid #f5af3d; padding-left: 10px;}
    .header-page p {font-size: 17px;}
    .title-agenda header h1 {font-size:45px; line-height: 40px;}

    .line1 {display: none}
    .line2 {display: block}
    .line3 {display: none}
}

@media screen and (max-width: 900px) {
    .title-ultra {font-size: 58px}
    .title-larg {font-size: 35px}
    .title-page {font-size: 26px}
    .title-page-sec {font-size: 18px}
    .subtitle-page {font-size: 15px}
    .text-page {font-size: 14px; line-height: 23px}

    .padding-total-low, .padding-total-normal, padding-total-high {padding: 15px;}
    .padding-high, .padding-high2 {padding: 50px 0;}
    .padding-default {padding: 40px 0;}
    .padding-normal {padding: 30px 0;}

    .box20, .box25 {width: 50%}
    .box30, .box33, .box35, .box40, .box45, .box50, .box60, .box65, .box70, .box75 {width: 100%}

    .box-diagram2, .box-diagram3 {width: 100%; margin-right: 0;}
    .box-diagram3 .btn {font-size: 13px; padding: 10px 4px;}

    .submenu {display: none}
    .menu-anchor {display: block}

    .table .tb-field {padding: 9px 5px; font-size: 16px;}
    .table .tb-field2 {padding: 9px 5px; font-size: 13px;}
    .table .tb-field3 {padding: 15px 5px; font-size: 12px;}

    .tabs_curso ul li {font-size: 10px; border-top: 1px solid #ffb22c;}
    .tabs_curso ul li a {padding: 20px 10px;}

    .sharebox {text-align: center;}
}

@media screen and (max-width: 550px) {   
    .title-ultra {font-size: 48px}
    .title-larg {font-size: 30px}
    .title-page {font-size: 23px}
    .title-page-sec {font-size: 16px}
    .subtitle-page {font-size: 14px}
    .text-page {font-size: 14px; line-height: 22px}

    .header-default {margin-bottom: 40px;}
    .header-default h1 {font-size: 14px; margin-bottom: 5px;}
    .header-default h1 strong {display: block; font-size: 27px; margin-top: 2px;}
    .header-default p {font-size: 15px;}

    .box, .box1, .box2 {display: inline-block; vertical-align: top; margin-left: 0; padding:10px 0;}
    .box20, .box25 {width: 100%}

    .on-smart   {display: block;}
    .on-desktop {display: none;}

    .btn-larg, .btn-medio, .btn-low {width: 100%;}
    .btn-larg {padding: 15px 5px; font-size: 15px;}
    .btn-medio {padding: 15px 5px; font-size: 13px;}
    .btn-low {padding: 15px 5px; font-size: 11px;}

    .mini-gal {width: 47%}

    .txt-social {display: none}
    .sharebox2 li a {font-size: 15px; width: 45px; padding: 9px}
    .sharebox2 .whatsapp2 {display: inline-block;}
    .sharebox .whatsapp {display: inline-block;}

    .content-header {width: 100%; float: left; height: auto;}
    .content-header .cover-header {display: none;}
    .content-header .header-fix-menu {
        width: 100%; 
        float: left;
        opacity: 1;
        position: relative;
    }

    .content-header .header-fix-menu menu li {font-size: 12px; letter-spacing: 2px;}
    .content-header .header-fix-menu menu li a span {padding: 13px 15px; height: 40px; background-color: #fff; color: #166957; margin-left: 0px; display: block; margin-left: 40px; border-bottom: 1px solid rgba(0,0,0,.1)}
    .content-header .header-fix-menu menu li a i {font-size: 22px; height: 40px; width: 40px; padding: 10px 5px;}
    .content-header .header-fix-menu menu li a:hover span {background-color: rgba(0,0,0,.01);}

    .content-header .header-fix-menu h2 {font-size: 20px; margin-bottom: 10px;}
    .content-header .header-fix-menu h2 strong {font-size: 27px;}

    .gal-quem {padding: 5px; width: 50% !important;}
    .content-instagram article {width: 18%; min-height: 60px; float: left; margin: 0 1%; overflow: hidden; position: relative}

    .footer-logo {width: 80px; float: none; margin: 0 auto;}
    .copy {margin-top: 0; font-size: 12px; line-height: 18px; margin-bottom: 10px; text-align: center; float: next}
}

