/*
* 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: proxima-ultra; src: url(../fonts/proxima_black.otf);}
@font-face {font-family: proxima-extrabold; src: url(../fonts/proxima_extrabold.otf);}
@font-face {font-family: proxima-bold; src: url(../fonts/proxima_bold.otf);}
@font-face {font-family: proxima-medium; src: url(../fonts/proxima_semibold.otf);}
@font-face {font-family: proxima-regular; src: url(../fonts/proxima_regular.otf);}
@font-face {font-family: proxima-light; src: url(../fonts/proxima_light.otf);}
@font-face {font-family: proxima-thin; src: url(../fonts/proxima_thim.otf);}

/*
* FONT AMITA
*/
@font-face {font-family: amita-reg; src: url(../fonts/amita_reg.ttf);}
@font-face {font-family: amita-bold; src: url(../fonts/amita_bold.ttf);}

body, html {font-family: proxima-light; overflow-x:hidden;}

/* *************************
******* FONT FAMILYS *******
************************** */

/* *************************
******* FONT WEIGHTS *******
************************** */
.fm-amita-reg {font-family: amita-reg;}
.fm-amita-bold {font-family: amita-bold;}

.f-thim {font-family: proxima-thin;}
.f-elight {font-family: proxima-light;}
.f-light {font-family: proxima-light;}
.f-regular {font-family: proxima-regular;}
.f-medio {font-family: proxima-medium;}
.f-semibold {font-family: proxima-bold;}
.f-bold {font-family: proxima-extrabold;}
.f-ebold {font-family: proxima-ultra;}
.f-ubold {font-family: proxima-ultra;}

/* *************************
******* FONT COLORS *******
************************** */
.f-black {color: #454545;}
.f-gray {color: #555;}
.f-silver {color: #999;}
.f-white {color: #fff;}
.f-red {color: #ed2131;}
.f-red1 {color: #c84e4e;}
.f-blue {color: #0280a6;}
.f-blue2 {color: #40c4ff;}
.f-green {color: #008472;}
.f-yellow {color: #fcb134;}
.f-orange {color: #FF8000;}

.text-shadow {text-shadow: 2px 2px 2px rgba(0,0,0,.4)}

/* *************************
******* 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: 20px; line-height: 32px;}
.text-page {font-size: 18px; line-height: 28px}

/* *************************
******* BOX COLORS *********
************************** */
.box-black {background-color: #242424;}
.box-black2 {background-color: #151515;}
.box-gray {background-color: #565656;}
.box-silver {background-color: #f3f7fa;}
.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: #16cc77;}
.box-green2 {background-color: #00bd64;}
.box-yellow1 {background-color: #fcb134;}
.box-yellow2 {background-color: #ffc600;}

/* *************************
** 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)}

.bubbles, .bubbles2 {background: url(../images/bubbles.png) no-repeat center center; background-size: 100%; width: 1920px; height: 90px; z-index: 1; position: absolute;}
.bubbles {top: -10px;}
.bubbles2 {top: -75px; transform: rotate(180deg)}
/* *************************
******* BTN'S STYLE ********
************************** */
.btn { /* OBJETO PRINCIPAL */
    cursor: pointer; 
    border: none;
    display: inline-block; 
    -webkit-transition: 0.3s; transition: 0.3s;
    text-align: center;
    font-family: amita-bold;
    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: #00bd64;} .btn-green:hover {background-color:#16cc77; }
.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: #d79c38;} .btn-yellow:hover {background-color:#fcb134; }
/* *************************
******* 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); font-family: proxima-light; 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); font-family: proxima-light;} /* 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); font-family: proxima-light; 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); font-family: proxima-light; 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); font-family: proxima-light; 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); font-family: proxima-light; 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: 93%; margin: 0 auto; position: relative;}
.box-center2 {width: 850px; max-width: 93%; margin: 0 auto; position: relative;}

/* HEADER HOME */
.content-header {
    width: 100%; 
    position: relative;
    height: 100%;
    height: calc(100vh - 0px);
    background-image: url(../images/wall-header2.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: 38s linear 0s alternate none infinite animatedBackground; 
}

.content-header .box-center {height: 100%; height: calc(100vh - 0px);}
.content-header .logo-home {
    width: 350px;
    height: 105px; 
    float: left;
    background: url(../images/logo3.png) no-repeat center center;
    background-size: 100%; 
}

@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 100% 0; }
}
@-webkit-keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 100% 0; }
}
@-moz-keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 100% 0; }
}
@-o-keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 100% 0; }
}

.header2 {border-bottom: 1px solid #f0f0f0;}

.header-fix {
    position: fixed; 
    top: 0; 
    left: 0; 
    z-index: 99; 
    display: none;
    background-color: rgba(255,255,255,1);
    border-top: 1px solid #fcb134;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,.1)
}

.header-fix .logo, .header2 .logo {
    width: 300px;
    height: 75px; 
    float: left;
    margin: 10px 0;
    background: url(../images/logo2.png) no-repeat center center;
    background-size: 100%; 
}
.header-fix .box-menu, .header2 .box-menu {float: right;}

.header {width: 100%; position: absolute; top: 0; padding-top: 15px; left: 0; z-index: 3}
.header .box-center {height: auto;}
.header .box-menu {margin-top: 20px;}
.header .sub li { font-family: amita-bold; display: inline-block; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; position: relative}
.header .sub li .active { color: #fff; border: 2px solid #fff; }
.header .sub li a {
    font-size:19px;
    border-radius: 5px;
    padding: 5px 18px;
    border: 2px solid transparent;
    color: #fff;
    display: inline-block; 
    -webkit-transition-duration: 0.2s; 
    -moz-transition-duration: 0.2s;
}
.header .sub li:hover a {color: #fff; border: 2px solid #fff;}
/* Submenu */
.header .sub ul {position:absolute; left:-100%; top:-100%; list-style-type:none; display: none; z-index: 7;}
.header .sub li:hover {position:relative;}
.header .sub li:hover ul {left:0; top:49px; display: block}
.header .sub li:hover ul li a {
    font-size:13px; 
    color: #0280a6; 
    width: 210px;
    border-radius: 0px; 
    font-weight: 800;
    text-align: left;
    padding: 12px 20px; 
    display: inline-block; 
    -webkit-transition-duration: 0.2s; 
    -moz-transition-duration: 0.2s;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-top: 0;
}
.header .sub li ul li:hover a {background-color: #f9f9f9;}

.box-apresent {position: absolute; z-index: 2; text-shadow: 2px 2px 1px rgba(0,0,0,.3); width: 800px; max-width: 93%; left: 0; right: 0; margin-left: auto; margin-right: auto; top: 50%; margin-top: -210px;}
.box-apresent h2 {font-size: 55px; margin-bottom: -10px;}
.box-apresent p {font-size: 20px; letter-spacing: 2px; line-height: 28px; margin-bottom: 20px;}
.box-apresent p span {display: block; font-size: 30px; margin-top: 10px;}
.box-apresent .btn {background-color: rgba(255,255,255,.3); border: 1px solid #fff;}
.box-apresent .btn:hover {background-color: rgba(255,255,255,.9); color: #fcb134; text-shadow: none}
.box-apresent .btn-larg {padding: 12px 40px;}

.content-sections {width: 100%; max-width: 100%; left: 0; right: 0; margin-left: auto; margin-right: auto; position: absolute; bottom: -40px; z-index: 3;}
.content-sections article { min-height: 290px; position: relative; border-right: 2px solid #fff}
.content-sections article .cover {position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; background-color: rgba(252,177,52,.5)}
.content-sections article:hover .cover {background-color: rgba(252,177,52,.2)}

.content-sections article header {position: absolute; top: 0; width: 100%; left: 0; padding: 30px; z-index: 2;}
.content-sections article header h1 {font-size: 15px; text-shadow: 2px 2px 3px rgba(0,0,0,.5)}
.content-sections article header h1 strong {font-size: 40px; display: block; margin-top: -17px; text-shadow: 2px 2px 3px rgba(0,0,0,.5)}
.content-sections article .arrow {font-size: 80px; text-shadow: 2px 2px 3px rgba(0,0,0,.5); position: absolute; top: 20px; z-index: 3}
.content-sections article .arrow.a1 {right: 15px;}
.content-sections article:hover .arrow.a1 {transform: rotate(-90deg); top: 12px}
.content-sections article .arrow.a2 {left: 15px;}
.content-sections article:hover .arrow.a2 {transform: rotate(90deg); top: 12px}

.content-sections .header-social {width: 100%; float: left;}

.btn-header {font-size: 23px; background-color: rgba(255,255,255,.2); text-shadow: 2px 2px 2px rgba(0,0,0,.4); width: 100%; padding: 15px; border: 2px solid #fff;}
.btn-header:hover {color: #0280a6; background-color: #fff; text-shadow: none}

.redes-header {margin-bottom: 10px; float: right;}
.redes-header a {font-size: 18px; color: #fff; margin-right: 8px; display: inline-block}
.redes-header a:hover {color: #ed2131;}

.gohome {position: fixed; bottom: 30px; right: 30px; z-index: 6; padding: 5px 15px 10px 15px; font-size: 30px; display: none}

.submenu {list-style-type:none; margin: 0 auto; text-align: center;}
.submenu li { font-family: amita-bold; display: inline-block; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; position: relative}
.submenu li .active { color: #fcb134; border-bottom: 5px solid #fcb134;}
.submenu li a {
    font-size:19px;
    padding: 27px 0 27px 0;
    border-bottom: 5px solid transparent;
    color: #0280a6;
    margin-right: 30px;
    display: inline-block; 
    -webkit-transition-duration: 0.2s; 
    -moz-transition-duration: 0.2s;
}
.submenu li:hover a {color: #fcb134; border-bottom: 5px solid #fcb134;}

/* Submenu */
.submenu ul {position:absolute; left:-100%; top:-100%; list-style-type:none; display: none; z-index: 9;}
.submenu li:hover {position:relative;}
.submenu li:hover ul {left:0; top:95px; display: block}
.submenu li:hover ul li a {
    font-size:13px; 
    color: #0280a6; 
    width: 210px;
    border-radius: 0px; 
    font-weight: 800;
    text-align: left;
    padding: 12px 20px; 
    display: inline-block; 
    -webkit-transition-duration: 0.2s; 
    -moz-transition-duration: 0.2s;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.05);
    border-top: 0;
}
.submenu li ul li:hover a {background-color: #f9f9f9;}
/* HEADER DEFAULT */

/* MENU DEFAULT */
.menu ul li {list-style: none; float: left; font-size: 16px;}
.menu ul li a {float: left; color: #333; padding: 15px;}
.menu ul li a:hover {background-color: rgba(0,0,0,0.2); padding: 15px 15px 15px 25px;}

/* MENU MOBILE */
.menu-mobile {width: 75%; max-width: 600px; position: fixed; top: 0; left: 0; height: 100%; z-index: 999; overflow: hidden; overflow-y: auto; box-shadow: 1px 0 7px 0 rgba(0,0,0,.2); border-right: 1px solid rgba(0,0,0,.1)}
.menu-mobile .logo {width: 100%; max-width: 320px; float: left}
.menu-mobile .menu-anchor {padding: 12px; text-align: center; font-size: 20px;}
.menu-mobile li {list-style: none; font-family: amita-bold; font-size: 15px; display: block;}
.menu-mobile li a {color: #0280a6; display: block; padding: 10px; background-color: rgba(255,255,255,.05); border-bottom: 1px solid rgba(0,0,0,.05);}
.menu-mobile li a:hover {background-color: rgba(0,0,0,.03);}
.menu-mobile li ul li {list-style: none; font-size: 12px; display: block;}
.menu-mobile li ul li a {display: block; padding: 10px 10px 10px 20px; background-color: rgba(0,0,0,.04)}
.menu-mobile li ul li a:hover { background-color: rgba(0,0,0,.06)}

.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;}
.mini-gal {width: 22.5%; margin: 1%; display: inline-block}

.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}
.pel2 {position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: url(../images/pel2.png) repeat}

.photo-quem {position: relative;}
.photo-quem .frame1 {position: absolute; width: 150px; height: 150px; right: -20px; bottom: -20px; background-color: rgba(2,128,166,.7)}
.photo-quem .frame2 {position: absolute; width: 65px; height: 65px; right: 85px; bottom: 85px; background-color: rgba(252,177,52,.7)}
.photo-quem .frame3 {position: absolute; width: 40px; height: 40px; right: 70px; bottom: 20px; background-color: rgba(2,128,166,.7)}
.photo-quem .frame4 {position: absolute; width: 30px; height: 30px; right: 40px; bottom: 80px; background-color: rgba(252,177,52,.3)}

.content-diferenciais {}
.content-diferenciais article header {margin-left: 190px}
.content-diferenciais article header h1 {font-size: 30px;}
.content-diferenciais article header p {font-size: 16px; line-height: 24px}
.content-diferenciais article .icon {width: 170px; height: 170px; padding: 8px; float: left;}

.content-depoimento {}
.content-depoimento article .video {min-height: 360px; position: relative; cursor: pointer;}
.content-depoimento article .video .cover {position: absolute; z-index: 1; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(2,128,166,.6)}
.content-depoimento article .video .play {position: absolute; z-index: 2; width: 140px; height: 140px; background-color: rgba(252,177,52,.6); padding: 15px 0; font-size: 100px; top: 50%; left: 50%; margin-top: -70px; margin-left: -70px; text-shadow: 2px 2px 3px rgba(0,0,0,.5)}
.content-depoimento article .video:hover .play {background-color: rgba(252,177,52,.8);}
.content-depoimento article header {height: 100%; position: absolute; right: 0; background-color: rgba(38,55,76,.8)}
.content-depoimento article header h1 {font-size: 40px}
.content-depoimento article header .desc {font-size: 18px; line-height: 25px;}
.content-depoimento article header .sub {font-size: 14px; letter-spacing: 2px; margin-top: -8px; margin-bottom: 20px;}

.content-post-home {width: 100%; float: left;}
.content-post-home article {position: relative; border: 1px solid #fff;}
.content-post-home article .cover {position: absolute; width: 0px; height: 0px; left: 50%; top: 50%; z-index: 1; background-color: rgba(252,177,52,.6)}
.content-post-home article:hover .cover {position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.content-post-home .post-1 {min-height: 470px; margin: 0 auto; display: inline-block; margin-bottom: -5px;}
.content-post-home .post-2 {min-height: 470px; float: left}
.content-post-home .post-3 {min-height: 470px; float: right}
.content-post-home .post-4 {min-height: 235px; float: left}
.content-post-home .post-5 {min-height: 300px; float: left}

.content-post-home article header {position: absolute; bottom: 0; width: 100%; padding: 25px; z-index: 2}
.content-post-home article:hover header {padding-bottom: 40px;}
.content-post-home article header h1 {margin-bottom: 10px; text-shadow: 2px 2px 2px rgba(0,0,0,.3)}
.content-post-home article header .date {font-size: 11px; letter-spacing: 2px;}
.content-post-home .post-1 header h1 {font-size: 36px; line-height: 40px;}
.content-post-home .post-2 header h1, .content-post-home .post-3 header h1, .content-post-home .post-5 header h1  {font-size: 22px; line-height: 24px;}
.content-post-home .post-4 header h1 {font-size: 18px; line-height: 19px;}

.content-post-out {}
.content-post-out article {margin-bottom: 15px;}
.content-post-out article:last-child {margin-bottom: 0;}
.content-post-out article header h1 {font-size: 14px;}
.content-post-out article header a {color:#555;}

.sidebar-blog {}

.content-gal-home {position: relative;}
.content-gal-home .arrows {position: absolute; top: -30px; background-color:rgba(252,177,52,.6);  margin-left: auto; margin-right: auto; left: 0; right: 0; width: 150px; z-index: 2;}
.content-gal-home .arrows .next, .content-gal-home .arrows .prev {font-size: 50px; cursor: pointer; height: 60px; width: 50%; padding: 5px 0;}
.content-gal-home .arrows .next:hover, .content-gal-home .arrows .prev:hover {background-color:rgba(0,0,0,.1);}
.content-gal-home .arrows .prev {float: left}
.content-gal-home .arrows .next {float: right}

.content-gal-home article {min-height: 350px; position: relative}
.content-gal-home article .cover {position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; background-color: rgba(2,128,166,.6)}
.content-gal-home article:hover .cover {background-color: rgba(2,128,166,.1)}
.content-gal-home article header {position: absolute; bottom: 0; width: 100%; padding: 25px; z-index: 2}
.content-gal-home article header h1 {font-size: 25px; margin-bottom: 10px; text-shadow: 2px 2px 2px rgba(0,0,0,.3)}
.content-gal-home article header .date {font-size: 11px; letter-spacing: 2px;}

.header-post {min-height: 450px;}
.header-post .cover {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(38,54,36,.4); z-index: 1}
.header-post .pel {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/pel2.png) repeat; z-index: 1}
.header-post header {position: absolute; left: 0; bottom: 0; padding: 30px 0; z-index: 2}
.header-post header h1 {font-size: 45px; text-shadow: 2px 2px 2px rgba(0,0,0,.3); line-height: 59px}
.header-post header .detalhes {margin-top: 10px;}
.header-post header .detalhes ul li {display: inline-block; letter-spacing: 2px; font-size: 11px; margin-right: 20px; text-shadow: 2px 2px 2px rgba(0,0,0,.3)}

.txt-post {}
.txt-post p, .txt-post h1, .txt-post h2, .txt-post h4 {text-align: justify; color: #555;}
.txt-post p  {font-size: 18px; line-height: 32px; font-weight: 300; margin-bottom: 20px;}
.txt-post h1 {font-size: 35px; line-height: 40px; font-weight: 800}
.txt-post h2 {font-size: 30px; line-height: 37px; font-weight: 800}
.txt-post h4 {font-size: 25px; line-height: 32px; font-weight: 800}
.txt-post p strong, .txt-post p b {font-weight: 700}
.txt-post img {width: 100%; height: auto;}
.txt-post li {list-style: none; display: block; padding: 15px 0; border-bottom: 1px solid rgba(0,0,0,.07); font-size: 15px; line-height: 26px; color: #555;}

.list-cate li {display: block; list-style: none; margin-bottom: 10px; font-size: 18px; border: 1px solid #f0f0f0; border-left: 4px solid rgba(0,0,0,.1);}
.list-cate li:last-child {margin-bottom: 0}
.list-cate li:hover {border-left: 4px solid #fcb134;}
.list-cate li a {padding: 15px; display: block; color: #444;}

.header-section {min-height: 400px;}
.header-section .section {position: absolute; bottom: 0; left: 0;}

.tabs_section.fixed {position: fixed; top: 0; z-index: 2}
.tabs_section ul li {list-style: none; border-right: 1px solid #f0f0f0; font-size: 20px;}
.tabs_section ul li:last-child {border-right: 0;}
.tabs_section ul li a {padding: 7px; color: #0092be; display: block; position: relative}
.tabs_section ul li a i {font-size: 38px; display: block; margin-bottom: -7px; color: rgba(0,0,0,.1)}
.tabs_section ul li a:hover {background-color: #fafafa; color: #fcb134}

.content-nav-avisos {position: relative;}

.nav_avisos {position: absolute; left: 0; top: 0; width: 400px; height: 100%;}
.nav_avisos header {font-size: 25px;}
.nav_avisos h2 {font-size: 30px; margin-bottom: 15px;}
.nav_avisos ul li {list-style: none; text-transform: uppercase; border-bottom: 1px solid rgba(0,0,0,.1); font-size: 15px; letter-spacing: 2px;}
.nav_avisos ul li a {padding: 15px 14px 15px 70px; color: #fff; display: block; position: relative}
.nav_avisos ul li a span {position: absolute; left: 0; top: 0; background-color:rgba(0,0,0,.1); font-size: 22px; border-bottom: 1px solid rgba(0,0,0,.04); color: #fff; padding: 13px 5px; text-align: center; width: 53px; height: 100%;}
.nav_avisos ul li a:hover {background-color: #fafafa; color: #fcb134}
.nav_avisos ul li a:hover span {background-color: #fcb134;}

.content-avisos {margin-left: 400px; border-top: 1px solid rgba(0,0,0,.05);}
.content-avisos article {border: 1px solid rgba(0,0,0,.05); border-top: none;}
.content-avisos article .icon {width: 80px; height: 80px; padding: 20px 0; font-size: 40px; float: left; border-right: 1px solid rgba(0,0,0,.05)}
.content-avisos article header {margin-left: 80px;}
.content-avisos article header h1 {font-size: 18px; letter-spacing: 2px; margin-top: 8px;}
.content-avisos article header a {color: #0092be}
.content-avisos article header a:hover {color: #fcb134}

.content-avisos2 {}
.content-avisos2 article {border: 1px solid rgba(0,0,0,.05); border-top: none;}
.content-avisos2 article .icon {width: 80px; height: 80px; padding: 20px 0; font-size: 40px; float: left; border-right: 1px solid rgba(0,0,0,.05)}
.content-avisos2 article header {margin-left: 80px;}
.content-avisos2 article header h1 {font-size: 18px; letter-spacing: 2px; margin-top: 8px;}
.content-avisos2 article header a {color: #0092be}
.content-avisos2 article header a:hover {color: #fcb134}

.content-anexos {}
.content-anexos article .box-full {border: 1px solid rgba(0,0,0,.04); border-bottom: 4px solid rgba(0,0,0,.04)}
.content-anexos article .box-full .icon {font-size: 90px; text-align: center; color: rgba(0,0,0,.1)}
.content-anexos article:hover .box-full .icon {color: rgba(0,0,0,.3)}
.content-anexos article:hover .box-full {border-bottom: 4px solid rgba(0,0,0,.16)}
.content-anexos article .box-full header {}
.content-anexos article .box-full header h1 {font-size: 17px; text-align: center !important}

.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(2,128,166,.6)}
.content-instagram article:hover .cover {background-color: rgba(2,128,166,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 #FF8000 }
.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: 50px; 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; width: 28px; text-align: center; font-size: 20px; margin-top: 4px; background-color: #409343; display: none}  
.sharebox .whatsapp a{color:#fff;}  

.menu-anchor {font-size: 22px; float: left; cursor: pointer; display: none; margin-top: 0; color: #0280a6; padding: 13px; width: 50px; height: 50px;}
.header-fix .menu-anchor {color: #0280a6; border: 1px solid rgba(0,0,0,.05)}

/* PAGINATOR STYLE */
.paginator { width: 100%; float: left; text-align: center;}
.paginator li {list-style: none; font-size: 14px; margin-right: 5px; display: inline-block;}
.paginator a {color: #555; background-color: #fff; padding: 12px 18px; border-radius: 5px; border: 1px solid rgba(0,0,0,.1)}
.paginator a:hover {background-color: #1589AC; color: #fff;}
.paginator .active {color: #fff; background-color: #FCB134; padding: 12px 18px; border-radius: 5px; border: 1px solid rgba(0,0,0,0.1)}

.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}

.go_start {position: absolute; z-index: 10; font-size: 100px; left: 50%; margin-left: -30px; bottom: 0px; animation: 0.4s arrowgo infinite alternate; display: none;}
@-webkit-keyframes arrowgo {
    0% {
        bottom: 0px;
    } 100% {
        bottom: -10px;
    }
}

@keyframes arrowgo {
    0% {
        bottom: 0px;
    } 100% {
        bottom: -10px;
    }
}

@media screen and (max-width: 1600px) {
    .content-header {background-image: url(../images/wall-header.jpg); animation: 20s linear 0s alternate none infinite animatedBackground;}
}

@media screen and (max-width: 1400px) {
    .content-header .logo-home {width: 300px; height: 80px;}
    .header .box-menu {margin-top: 20px;}
    .header .sub li a {font-size:17px; padding: 2px 15px;}

    .box-apresent {margin-top: -190px;}
    .box-apresent h2 {font-size: 45px; margin-bottom: -10px;}
    .box-apresent p {font-size: 22px; letter-spacing: 2px; margin-bottom: 20px;}

    .content-sections article { min-height: 270px;}
    .content-sections article header h1 strong {font-size: 28px;}
    .content-sections article .arrow {font-size: 60px;}
}

@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;}

    .header-default h1 {margin-bottom: 20px; font-size: 50px;}
    .header-default .text {font-size: 14px; line-height: 23px;}
    .header-default .cate {font-size: 18px;}

    .line1 {display: none}
    .line2 {display: block}
    .line3 {display: none}

    .avatar-quem {width: 500px; min-height: 500px;}
}

@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: 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}
    .header-fix .menu-anchor, .header2 .menu-anchor {color: #0280a6; border: 1px solid rgba(0,0,0,.05); margin-top: 20px; padding: 12px 14px;}
    .menu-anchor {display: block}

    .go_start {display: block;}

    .content-header .logo-home {width: 300px; height: 80px;}
    .header .box-menu {margin-top: 10px;}
    .header .sub {display: none}
    .header .sub li a {font-size:17px; padding: 2px 15px;}

    .box-apresent {margin-top: -110px;}
    .box-apresent h2 {font-size: 50px; margin-bottom: -10px;}
    .box-apresent p {font-size: 20px; line-height: 27px; letter-spacing: 2px; margin-bottom: 20px;}
    .box-apresent p span {font-size: 26px; margin-top: 15px;}

    .content-sections {display: none}

    .content-depoimento article .video {min-height: 280px; float: left; width: 100%;}
    .content-depoimento article header {position: relative; width: 100%; float: left; padding: 20px;}
    .content-depoimento article header h1 {font-size: 30px}
    .content-depoimento article header .desc {font-size: 13px; line-height: 18px;}
    .content-depoimento article header .sub {font-size: 12px; text-align: left}
    .content-depoimento article .video .play {width: 100px; height: 100px; font-size: 65px; margin-top: -50px; margin-left: -50px;}

    .content-post-home .post-1 {min-height: 350px;}
    .content-post-home .post-2, 
    .content-post-home .post-3, 
    .content-post-home .post-4, 
    .content-post-home .post-5 {min-height: 235px;}

    .content-post-home .post-1 header h1 {font-size: 30px; line-height: 35px;}
    .content-post-home .post-2 header h1,
    .content-post-home .post-3 header h1,
    .content-post-home .post-4 header h1,
    .content-post-home .post-5 header h1  {font-size: 20px; line-height: 22px;}

    .content-gal-home article {min-height: 275px;}
    .content-gal-home article header h1 {font-size: 18px}

    .header-section {min-height: 250px;}
    .header-section .section {padding: 20px;}
    .header-section h1 {font-size: 28px; line-height: 35px;}

    .header-post {min-height: 400px;}
    .header-post header h1 {font-size: 38px; line-height: 51px}

    .txt-post p  {font-size: 18px; line-height: 32px; font-weight: 300; margin-bottom: 20px;}
    .txt-post h1 {font-size: 35px; line-height: 40px; font-weight: 800}
    .txt-post h2 {font-size: 30px; line-height: 37px; font-weight: 800}
    .txt-post h4 {font-size: 25px; line-height: 32px; font-weight: 800}
    .txt-post li {list-style: none; display: block; padding: 15px 0; border-bottom: 1px solid rgba(0,0,0,.07); font-size: 15px; line-height: 26px; color: #555;}

    .header-news h1 {font-size: 29px}
    .news-form .box {margin-top: -10px !important}

    .sharebox {text-align: center}

    .nav_avisos {margin-top: 30px;}
    .nav_avisos h2 {font-size: 20px;}

    .content-avisos article .icon {width: 60px; height: 60px; padding: 12px 0; font-size: 35px; float: left; border-right: 1px solid rgba(0,0,0,.05)}
    .content-avisos article header {margin-left: 60px;}
    .content-avisos article header h1 {font-size: 17px; line-height: 25px;}

    .paginator .nav {display: none;}
    .paginator li {font-size: 13px;}
    .paginator a, .paginator .active {padding: 8px 12px;}

    .nav_avisos {position: relative; width: 100%; float: left}
    .content-avisos {margin-left: 0; width: 100%; float: left;}

    .content-post-out article .photo {width: 240px;}
    .content-post-out article header {margin-left: 260px; width:auto; display: block; float: none}
    .content-post-out article header h1 {font-size: 22px;}

    @keyframes animatedBackground {
        from { background-position: 0 -150px; }
        to { background-position: 100% -150px; }
    }
    @-webkit-keyframes animatedBackground {
        from { background-position: 0 -150px; }
        to { background-position: 100% -150px; }
    }
    @-moz-keyframes animatedBackground {
        from { background-position: 0 -150px; }
        to { background-position: 100% -150px; }
    }
    @-o-keyframes animatedBackground {
        from { background-position: 0 -150px; }
        to { background-position: 100% -150px; }
    }
}

@media screen and (max-width: 550px) {   
    .title-ultra {font-size: 48px}
    .title-larg {font-size: 30px; margin-bottom: 10px;}
    .title-page {font-size: 23px; margin-bottom: 10px;}
    .title-page-sec {font-size: 16px; margin-bottom: 10px;}
    .subtitle-page {font-size: 14px; line-height: 22px;}

    .text-page {font-size: 14px; line-height: 22px}

    .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;}

    .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;}
    .sharebox3 .whatsapp {display: inline-block;}

    .menu-anchor {width: 40px; height: 40px; padding: 10px; font-size: 17px}
    .content-header .logo-home {width: 220px; height: 65px;}
    .header .box-menu {margin-top: 10px;}
    .header .sub {display: none}
    .header .sub li a {font-size:17px; padding: 2px 15px;}

    .header-fix .logo, .header2 .logo {
        width: 220px;
        height: 65px; 
        float: left;
        margin: 10px 0;
        background: url(../images/logo2.png) no-repeat center center;
        background-size: 100%; 
    }
    .header-fix .menu-anchor, .header2 .menu-anchor {padding: 9px 12px;}

    .go_start {font-size: 70px; margin-left: -20px;}

    .box-apresent {margin-top: -80px;}
    .box-apresent h2 {font-size: 28px; margin-bottom: -5px; line-height: 37px;}
    .box-apresent p {font-size: 12px; line-height: 20px;}
    .box-apresent p span {font-size: 17px;}
    .box-apresent .btn-larg {width: 100%; padding: 5px 5px; font-size: 15px;}

    .content-sections {display: none}

    .tabs_section ul li {font-size: 15px;}
    .tabs_section ul li a i {font-size: 25px; margin-bottom: 2px;}

    .content-diferenciais article {padding: 15px;}
    .content-diferenciais article header {margin-left: 0; width: 100%; float: left; text-align: center}
    .content-diferenciais article header h1 {font-size: 25px;}
    .content-diferenciais article header p {font-size: 13px; line-height: 21px; text-align: center}
    .content-diferenciais article .icon {width: 120px; height: 120px; padding: 8px; margin: 0 auto; float: none;}

    .content-post-home .post-1,
    .content-post-home .post-2, 
    .content-post-home .post-3, 
    .content-post-home .post-4, 
    .content-post-home .post-5 {min-height: 235px;}

    .content-post-home .post-1 header h1,
    .content-post-home .post-2 header h1,
    .content-post-home .post-3 header h1,
    .content-post-home .post-4 header h1,
    .content-post-home .post-5 header h1  {font-size: 18px; line-height: 20px;}

    .header-post {min-height: 350px;}
    .header-post header h1 {font-size: 25px; line-height: 32px}

    .txt-post p  {font-size: 15px; line-height: 26px;}
    .txt-post h1 {font-size: 29px; line-height: 30px;}
    .txt-post h2 {font-size: 24px; line-height: 25px;}
    .txt-post h4 {font-size: 20px; line-height: 21px;}
    .txt-post li {font-size: 15px; line-height: 26px;}

    .content-avisos article .icon {width: 60px; height: 60px; padding: 12px 0; font-size: 35px; float: left; border-right: 1px solid rgba(0,0,0,.05)}
    .content-avisos article header {margin-left: 60px;}
    .content-avisos article header h1 {font-size: 14px; line-height: 20px;}

    .content-instagram article {width: 31%; margin: 1%;}

    .nav_avisos ul li {font-size: 15px;}
    .nav_avisos ul li a {padding: 10px;}

    .content-anexos article .box-full .icon {font-size: 45px;}
    .content-anexos article .box-full header h1 {font-size: 15px;}

    .photo-quem .frame1 {position: absolute; width: 80px; height: 80px; right: -10px; bottom: -10px; background-color: rgba(2,128,166,.7)}
    .photo-quem .frame2 {position: absolute; width: 35px; height: 35px; right: 40px; bottom: 40px; background-color: rgba(252,177,52,.7)}
    .photo-quem .frame3 {position: absolute; width: 22px; height: 22px; right: 40px; bottom: 10px; background-color: rgba(2,128,166,.7)}
    .photo-quem .frame4 {position: absolute; width: 12px; height: 12px; right: 10px; bottom: 30px; background-color: rgba(252,177,52,.3)}

    .nav_avisos ul li {font-size: 11px; letter-spacing: 2px;}
    .nav_avisos ul li a {padding: 12px 11px 12px 60px;}
    .nav_avisos ul li a span {font-size: 22px; padding: 9px 5px; width: 43px;}

    .content-avisos article .icon {width: 50px; height: 50px; padding: 13px 0; font-size: 25px;}
    .content-avisos article header {margin-left: 45px;}
    .content-avisos article header h1 {font-size: 13px; margin-top: 1px;}

    .content-avisos2 article .icon {width: 50px; height: 50px; padding: 13px 0; font-size: 25px;}
    .content-avisos2 article header {margin-left: 45px;}
    .content-avisos2 article header h1 {font-size: 13px; margin-top: 1px;}

    .content-post-out article .photo {width: 100px;}
    .content-post-out article header {margin-left: 110px;}
    .content-post-out article header h1 {font-size: 12px;}

    .btn-larg, .btn-medio, .btn-low {width: 100%;}
    .btn-larg {padding: 20px 5px}
    .btn-medio {padding: 12px 5px}
    .btn-low {padding: 8px 5px}

    @keyframes animatedBackground {
        from { background-position: 0 -250px; }
        to { background-position: 100% -250px; }
    }
    @-webkit-keyframes animatedBackground {
        from { background-position: 0 -250px; }
        to { background-position: 100% -250px; }
    }
    @-moz-keyframes animatedBackground {
        from { background-position: 0 -250px; }
        to { background-position: 100% -250px; }
    }
    @-o-keyframes animatedBackground {
        from { background-position: 0 -250px; }
        to { background-position: 100% -250px; }
    }
}

