*{
    margin: 0;
    padding: 0;
    outline: 0 !important;
}
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-thumb{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgb(0, 100, 115, 0.9);
    -webkit-box-shadow: inset 0 0 6px rgb(0, 100, 115, 0.5);
    -moz-box-shadow: inset 0 0 6px rgb(0, 100, 115, 0.5);
}
:root{
    --cor_default: #007161;
    --cor_primary: #006473;
    --cor_secondary: #00b686;
    --cor_tertiary: #21e4b1;
    --cor_quaternary: #00e1ff;
    --cor_quinary: #00457a;
    --cor_senary: #126872;
    --cor_septenary: #c82324;
    --cor_octonary: #174bb4;
    --cor_nonary: #7c149e;
    --cor_denary: #007161;
    --cor_undenary: #7f1713;
    --cor_duodenary: #b59f21;
    --cor_tertianary: #1e6f42;
    --cor_quindenary: #b59f21;
    --cor_white: #fff;
    --cor_grey: #f5f5f5;
    --cor_black: #000;
    --cor_bg_default_opacity: rgba(0, 113, 97, 0.6);
    --cor_bg_primary_opacity: rgba(0, 100, 115, 0.8);
    --cor_bg_secondary_opacity: rgba(0, 182, 134, 0.8);
    --cor_bg_tertiary_opacity: rgba(33, 228, 177, 0.8);
    --cor_bg_quaternary_opacity: rgba(0, 255, 255, 0.8);
    --cor_bg_quinary_opacity: rgba(0, 69, 122, 0.6);
    --cor_bg_senary_opacity: rgba(18, 104, 114, 0.6);
    --cor_bg_septenary_opacity: rgba(200, 35, 36, 0.6);
    --cor_bg_octonary_opacity: rgba(23, 75, 180, 0.6);
    --cor_bg_nonary_opacity: rgba(124, 20, 158, 0.6);
    --cor_bg_denary_opacity: rgba(, , , 0.6);
    --cor_bg_undenary_opacity: rgba(, , , 0.6);
    --cor_bg_duodenary_opacity: rgba(, , , 0.6);
    --cor_bg_tertianary_opacity: rgba(, , , 0.6);
    --cor_bg_quindenary_opacity: rgba(, , , 0.6);
    --cor_bg_white_opacity: rgba(255, 255, 255, 0.6);
    --cor_bg_grey_opacity: rgba(245, 245, 245, 0.6);
    --cor_bg_black_opacity: rgba(0, 0, 0, 0.6);
}
html,
body{
    position: relative;
    min-height: 100%;
    height: 100%;
}
body {
	font-family: Nunito, Sans-Serif;
	color: var(--cor_default);
	font-family: "AR";
	font-weight: 400;
	font-size: 1rem;
    line-height: 1.12;
}
audio,
canvas,
progress,
video{
    display: inline-block;
    vertical-align: baseline;
}
a{
    color: var(--cor_primary);
    text-decoration: none;
}
a:hover,
a:focus{
    color: var(--cor_secondary);
    text-decoration: none;
}
.first-color span,
.last-color span,
.first-color-2 span,
.last-color-2 span{
    background-color: var(--cor_tertiary);
    padding: 0.2rem 0.8rem;
    color: #fff;
}
.z-index-1{
    z-index: 1 !important;
}
.z-index-2{
    z-index: 2 !important;
}
.z-index-3{
    z-index: 3 !important;
}
.h1-title{
    font-size: 2.5rem;
    line-height: 1.2;
}
.h2-title{
    font-size: 2rem;
    line-height: 1;
}
.h3-title{
    font-size: 1.5rem;
}
.h4-title{
    font-size: 1.3rem;
}
.h5-title{
    font-size: 1.2rem;
}
.h6-title{
    font-size: 1rem;
}
.font-size-0-8{
    font-size: 0.8rem !important;
}
.font-size-0-9{
    font-size: 0.9rem !important;
}
.font-size-1{
    font-size: 1rem !important;
}
.font-size-1-2{
    font-size: 1.2rem !important;
}
.font-size-1-5{
    font-size: 1.5rem !important;
}
.font-size-2{
    font-size: 2rem !important;
}
.font-size-2-5{
    font-size: 2.5rem !important;
}
.font-size-3{
    font-size: 3rem !important;
}
.font-size-3-5{
    font-size: 3.5rem !important;
}
.font-size-4{
    font-size: 4rem !important;
}
.line-height-0-9{
    line-height: 0.9;
}
.line-height-1{
    line-height: 1;
}
.line-height-2{
    line-height: 2;
}
.border-radius-1{
    border-radius: 1rem !important;
}
.border-radius-2{
    border-radius: 2rem !important;
}
.border-radius-3{
    border-radius: 3rem !important;
}
.mt-n1-2,
.my-n1-2{
    margin-top: -1.2rem !important;
}
.mt-n1-5,
.my-n1-5{
    margin-top: -1.5rem !important;
}
.mt-n2-2,
.my-n2-2{
    margin-top: -2.2rem !important;
}
.mt-n2-5,
.my-n2-5{
    margin-top: -2.5rem !important;
}
.mt-n3-2,
.my-n3-2{
    margin-top: -3.2rem !important;
}
.mt-n3-5,
.my-n3-5{
    margin-top: -3.5rem !important;
}
.mt-n4-5,
.my-n4-5{
    margin-top: -4.5rem !important;
}
.mt-n5,
.my-n5{
    margin-top: -5rem !important;
}
.mb-n1-2,
.my-n1-2{
    margin-bottom: -1.2rem !important;
}
.mb-n1-5,
.my-n1-5{
    margin-bottom: -1.5rem !important;
}
.mb-n2-2,
.my-n2-2{
    margin-bottom: -2.2rem !important;
}
.mb-n2-5,
.my-n2-5{
    margin-bottom: -2.5rem !important;
}
.mb-n3-2,
.my-n3-2{
    margin-bottom: -3.2rem !important;
}
.mb-n3-5,
.my-n3-5{
    margin-bottom: -3.5rem !important;
}
.mb-n4-5,
.my-n4-5{
    margin-bottom: -4.5rem !important;
}
.mb-n5,
.my-n5{
    margin-bottom: -5rem !important;
}
.pt-35,
.py-35{
    padding-top: 35px;
}
.pt-120,
.py-120{
    padding-top: 120px;
}
.text-primary{
    color: var(--cor_primary) !important;
}
.bg-primary{
    background-color: var(--cor_primary) !important;
}
.bg-primary-title{
    background-color: var(--cor_primary);
    display: inline-block;
    padding: 0.3rem 1rem;
    color: #fff;
}
.bg-primary-opacity{
    background: var(--cor_bg_primary_opacity);
}
.btn-primary{
    background-color: var(--cor_primary) !important;
    display: inline-block;
    color: #fff !important;
    padding: 0 1rem;
    border: 0 !important;
    border-radius: 0;
    font-weight: 500;
}
.btn-primary:not(:disabled):not(.disabled):active:focus .btn-primary:disabled,
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus{
    box-shadow: 0 0 0 0.25rem var(--cor_bg_secondary_opacity) !important;
    background-color: var(--cor_secondary) !important;
    border-color: var(--cor_secondary) !important;
}
a.link-primary{
    color: var(--cor_primary) !important;
}
a.link-primary:hover,
a.link-primary:focus{
    color: var(--cor_secondary) !important;
}
.text-secondary{
    color: var(--cor_secondary) !important;
}
.bg-secondary{
    background-color: var(--cor_secondary) !important;
}
.bg-secondary-title{
    background-color: var(--cor_secondary);
    display: inline-block;
    padding: 0.3rem 1rem;
    color: #fff;
}
.bg-secondary-opacity{
    background: var(--cor_bg_secondary_opacity);
}
.btn-secondary{
    background-color: var(--cor_secondary) !important;
    text-transform: uppercase;
    display: inline-block;
    color: #fff !important;
    padding: 0 1rem;
    border: 0 !important;
    border-radius: 0;
    font-weight: 500;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus .btn-secondary:disabled,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:hover,
.btn-secondary:focus{
    box-shadow: 0 0 0 0.25rem var(--cor_bg_primary_opacity) !important;
    background-color: var(--cor_primary) !important;
    border-color: var(--cor_primary) !important;
    color: #fff !important;
}
a.link-secondary{
    color: var(--cor_secondary) !important;
}
a.link-secondary:hover,
a.link-secondary:focus{
    color: var(--cor_primary) !important;
}
.text-tertiary{
    color: var(--cor_tertiary) !important;
}
.bg-tertiary{
    background-color: var(--cor_tertiary) !important;
}
.bg-tertiary-title{
    background-color: var(--cor_tertiary);
    display: inline-block;
    padding: 0.3rem 1rem;
    color: #fff;
}
.bg-tertiary-opacity{
    background: var(--cor_bg_tertiary_opacity);
}
.btn-tertiary{
    background-color: var(--cor_tertiary) !important;
    display: inline-block;
    color: #fff !important;
    padding: 0 1rem;
    border: 0 !important;
    border-radius: 0;
    font-weight: 500;
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus .btn-tertiary:disabled,
.btn-tertiary.active,
.btn-tertiary:active,
.btn-tertiary:hover,
.btn-tertiary:focus{
    box-shadow: 0 0 0 0.25rem var(--cor_bg_quaternary_opacity) !important;
    background-color: var(--cor_quaternary) !important;
    border-color: var(--cor_quaternary) !important;
}
a.link-tertiary{
    color: var(--cor_tertiary) !important;
}
a.link-tertiary:hover,
a.link-tertiary:focus{
    color: var(--cor_quaternary) !important;
}
.text-quaternary{
    color: var(--cor_quaternary) !important;
}
.bg-quaternary{
    background-color: var(--cor_quaternary) !important;
}
.bg-quaternary-title{
    background-color: var(--cor_quaternary);
    display: inline-block;
    padding: 0.3rem 1rem;
    color: #fff;
}
.bg-quaternary-opacity{
    background: var(--cor_bg_quaternary_opacity);
}
.btn-quaternary{
    background-color: var(--cor_quaternary) !important;
    text-transform: uppercase;
    display: inline-block;
    color: #fff !important;
    padding: 0 1rem;
    border: 0 !important;
    border-radius: 0;
    font-weight: 500;
}
.btn-quaternary:not(:disabled):not(.disabled):active:focus .btn-quaternary:disabled,
.btn-quaternary.active,
.btn-quaternary:active,
.btn-quaternary:hover,
.btn-quaternary:focus{
    box-shadow: 0 0 0 0.25rem var(--cor_bg_tertiary_opacity) !important;
    background-color: var(--cor_tertiary) !important;
    border-color: var(--cor_tertiary) !important;
}
a.link-quaternary{
    color: var(--cor_quaternary) !important;
}
a.link-quaternary:hover,
a.link-quaternary:focus{
    color: var(--cor_tertiary) !important;
}
.text-quinary{
    color: var(--cor_quinary) !important;
}
.bg-quinary{
    background-color: var(--cor_quinary) !important;
}
.bg-quinary-title{
    background-color: var(--cor_quinary);
    display: inline-block;
    padding: 0.3rem 1rem;
    color: #fff;
}
.bg-quinary-opacity{
    background: var(--cor_bg_quinary_opacity);
}
.btn-quinary{
    background-color: var(--cor_quinary) !important;
    text-transform: uppercase;
    display: inline-block;
    color: #fff !important;
    padding: 0 1rem;
    border: 0 !important;
    border-radius: 0;
    font-weight: 500;
}
.btn-quinary:not(:disabled):not(.disabled):active:focus .btn-quinary:disabled,
.btn-quinary.active,
.btn-quinary:active,
.btn-quinary:hover,
.btn-quinary:focus{
    box-shadow: 0 0 0 0.25rem var(--cor_bg_primary_opacity) !important;
    background-color: var(--cor_primary) !important;
    border-color: var(--cor_primary) !important;
}
a.link-quinary{
    color: var(--cor_quinary) !important;
}
a.link-quinary:hover,
a.link-quinary:focus{
    color: var(--cor_primary) !important;
}
.text-senary{
    color: var(--cor_senary) !important;
}
.bg-senary{
    background-color: var(--cor_senary) !important;
}
.bg-senary-title{
    background-color: var(--cor_senary);
    display: inline-block;
    padding: 0.3rem 1rem;
    color: #fff;
}
.bg-senary-opacity{
    background: var(--cor_bg_senary_opacity);
}
.btn-senary{
    background-color: var(--cor_senary) !important;
    text-transform: uppercase;
    display: inline-block;
    color: #fff !important;
    padding: 0 1rem;
    border: 0 !important;
    border-radius: 0;
    font-weight: 500;
}
.btn-senary:not(:disabled):not(.disabled):active:focus .btn-senary:disabled,
.btn-senary.active,
.btn-senary:active,
.btn-senary:hover,
.btn-senary:focus{
    box-shadow: 0 0 0 0.25rem var(--cor_bg_quaternary_opacity) !important;
    background-color: var(--cor_quaternary) !important;
    border-color: var(--cor_quaternary) !important;
}
a.link-senary{
    color: var(--cor_senary) !important;
}
a.link-senary:hover,
a.link-senary:focus{
    color: var(--cor_quaternary) !important;
}
.text-septenary{
    color: var(--cor_septenary) !important;
}
.bg-septenary{
    background-color: var(--cor_septenary) !important;
}
.bg-septenary-title{
    background-color: var(--cor_septenary);
    display: inline-block;
    padding: 0.3rem 1rem;
    color: #fff;
}
.bg-septenary-opacity{
    background: var(--cor_bg_septenary_opacity);
}
.btn-septenary{
    background-color: var(--cor_septenary) !important;
    text-transform: uppercase;
    display: inline-block;
    color: #fff !important;
    padding: 0 1rem;
    border: 0 !important;
    border-radius: 0;
    font-weight: 500;
}
.btn-septenary:not(:disabled):not(.disabled):active:focus .btn-septenary:disabled,
.btn-septenary.active,
.btn-septenary:active,
.btn-septenary:hover,
.btn-septenary:focus{
    box-shadow: 0 0 0 0.25rem var(--cor_bg_quaternary_opacity) !important;
    background-color: var(--cor_quaternary) !important;
    border-color: var(--cor_quaternary) !important;
}
a.link-septenary{
    color: var(--cor_septenary) !important;
}
a.link-septenary:hover,
a.link-septenary:focus{
    color: var(--cor_quaternary) !important;
}
.text-octonary{
    color: var(--cor_octonary) !important;
}
.bg-octonary{
    background-color: var(--cor_octonary) !important;
}
.bg-octonary-title{
    background-color: var(--cor_octonary);
    display: inline-block;
    padding: 0.3rem 1rem;
    color: #fff;
}
.bg-octonary-opacity{
    background: var(--cor_bg_octonary_opacity);
}
.btn-octonary{
    background-color: var(--cor_octonary) !important;
    text-transform: uppercase;
    display: inline-block;
    color: #fff !important;
    padding: 0 1rem;
    border: 0 !important;
    border-radius: 0;
    font-weight: 500;
}
.btn-octonary:not(:disabled):not(.disabled):active:focus .btn-octonary:disabled,
.btn-octonary.active,
.btn-octonary:active,
.btn-octonary:hover,
.btn-octonary:focus{
    box-shadow: 0 0 0 0.25rem var(--cor_bg_quaternary_opacity) !important;
    background-color: var(--cor_quaternary) !important;
    border-color: var(--cor_quaternary) !important;
}
a.link-octonary{
    color: var(--cor_octonary) !important;
}
a.link-octonary:hover,
a.link-octonary:focus{
    color: var(--cor_quaternary) !important;
}
.text-nonary{
    color: var(--cor_nonary) !important;
}
.bg-nonary{
    background-color: var(--cor_nonary) !important;
}
.bg-nonary-title{
    background-color: var(--cor_nonary);
    display: inline-block;
    padding: 0.3rem 1rem;
    color: #fff;
}
.bg-nonary-opacity{
    background: var(--cor_bg_nonary_opacity);
}
.btn-nonary{
    background-color: var(--cor_nonary) !important;
    text-transform: uppercase;
    display: inline-block;
    color: #fff !important;
    padding: 0 1rem;
    border: 0 !important;
    border-radius: 0;
    font-weight: 500;
}
.btn-nonary:not(:disabled):not(.disabled):active:focus .btn-nonary:disabled,
.btn-nonary.active,
.btn-nonary:active,
.btn-nonary:hover,
.btn-nonary:focus{
    box-shadow: 0 0 0 0.25rem var(--cor_bg_quaternary_opacity) !important;
    background-color: var(--cor_quaternary) !important;
    border-color: var(--cor_quaternary) !important;
}
a.link-nonary{
    color: var(--cor_nonary) !important;
}
a.link-nonary:hover,
a.link-nonary:focus{
    color: var(--cor_quaternary) !important;
}
.btn{
    color: #ffffff!important;
    justify-content: center;
    max-height: 38px;
    height: 38px;
    font-size: 1rem;
    color: #fff;
    box-shadow: none;
    border-radius: 0.25rem;
    font-family: "AR";
    padding: 0.5rem 1rem;
    text-align: center;
    align-items: center;
    display: flex;
    width: 100%;
}
.color-default {
    color: var(--cor_black) !important;
}
.bgcolor-default {
    background-color: var(--cor_black) !important;
}
.bgcolor-default:hover,
.bgcolor-default:focus {
    background-color: var(--cor_primary) !important;
}
.color-docx {
    color: var(--cor_octonary) !important;
}
.bgcolor-docx {
    background-color: var(--cor_octonary) !important;
}
.bgcolor-docx:hover,
.bgcolor-docx:focus {
    background-color: var(--cor_primary) !important;
}
.color-gif {
    color: var(--cor_quinary) !important;
}
.bgcolor-gif {
    background-color: var(--cor_quinary) !important;
}
.bgcolor-gif:hover,
.bgcolor-gif:focus {
    background-color: var(--cor_primary) !important;
}
.color-jpg {
    color: var(--cor_senary) !important;
}
.bgcolor-jpg {
    background-color: var(--cor_senary) !important;
}
.bgcolor-jpg:hover,
.bgcolor-jpg:focus {
    background-color: var(--cor_primary) !important;
}
.color-mp4 {
    color: var(--cor_black) !important;
}
.bgcolor-mp4 {
    background-color: var(--cor_black) !important;
}
.bgcolor-mp4:hover,
.bgcolor-mp4:focus {
    background-color: var(--cor_primary) !important;
}
.color-pdf {
    color: var(--cor_septenary) !important;
}
.bgcolor-pdf {
    background-color: var(--cor_septenary) !important;
}
.bgcolor-pdf:hover,
.bgcolor-pdf:focus{
    background-color: var(--cor_primary) !important;
}
.color-png {
    color: var(--cor_denary) !important;
}
.bgcolor-png {
    background-color: var(--cor_denary) !important;
}
.bgcolor-png:hover,
.bgcolor-png:focus {
    background-color: var(--cor_primary) !important;
}
.color-pptx {
    color: var(--cor_undenary) !important;
}
.bgcolor-pptx {
    background-color: var(--cor_undenary) !important;
}
.bgcolor-pptx:hover,
.bgcolor-pptx:focus {
    background-color: var(--cor_primary) !important;
}
.color-rar {
    color: var(--cor_duodenary) !important;
}
.bgcolor-rar {
    background-color: var(--cor_duodenary) !important;
}
.bgcolor-rar:hover,
.bgcolor-rar:focus {
    background-color: var(--cor_primary) !important;
}
.color-xlsx {
    color: var(--cor_tertianary) !important;
}
.bgcolor-xlsx {
    background-color: var(--cor_tertianary) !important;
}
.bgcolor-xlsx:hover,
.bgcolor-xlsx:focus {
    background-color: var(--cor_primary) !important;
}
.color-zip {
    color: var(--cor_quindenary) !important;
}
.bgcolor-zip {
    background-color: var(--cor_quindenary) !important;
}
.bgcolor-zip:hover,
.bgcolor-zip:focus {
    background-color: var(--cor_primary) !important;
}
.color-mp3 {
    color: var(--cor_nonary) !important;
}
.bgcolor-mp3 {
    background-color: var(--cor_nonary) !important;
}
.bgcolor-mp3:hover,
.bgcolor-mp3:focus {
    background-color: var(--cor_primary) !important;
}
#menu-mob {
    text-align: right;
}
#menu-mob.mean-container .mean-bar {
    background: var(--cor_secondary);
    padding: 0;
}
#menu-mob.mean-container .mean-nav {
    background: var(--cor_primary);
}
#menu-mob{
    display: none;
}
#menu-mob ul li a {
    font-family: "ASB";
    color: #ffffff;
    opacity: 1;
}
#menu-mob ul li.dropdown .sub-menu{
    visibility: hidden;
    list-style: none;
    width: 100%;
    padding: 0;
}
#menu-mob ul li.dropdown .sub-menu li{
    display: block;
    position: relative;
    text-align: left
}
#menu-mob ul li.dropdown .sub-menu li.dropdown-2 .sub-menu-2{
    visibility: hidden;
    list-style: none;
    width: 100%;
    padding: 0;
}
#menu-mob ul li.dropdown .sub-menu li .sub-menu-2 li{
    display: block;
    position: relative;
    text-align: left
}
#menu-mob ul li.dropdown .sub-menu li.dropdown-2 .sub-menu-2 li.dropdown-3 .sub-menu-3{
    visibility: hidden;
    list-style: none;
    width: 100%;
    padding: 0;
}
#menu-mob ul li.dropdown .sub-menu li .sub-menu-2 li .sub-menu-3 li{
    display: block;
    position: relative;
    text-align: left
}
#menu-mob.mean-container .mean-nav ul li a.mean-expand{
    padding: 9px!important;
}
header .header-bottom {
    padding: 20px 0;
    border-bottom: 5px solid #f0f0f0;
}
header .header-bottom span {
    font-family: "AR";
}
header .header-bottom .div-associado {
    cursor: pointer;
}
header .header-bottom .div-login {
    height: 0;
    width: 100%;
    overflow: hidden;
    transition: ease 0.3s;
}
header .header-bottom .div-login.active {
    height: auto;
    position: absolute;
    width: 100%;
    z-index: 9998;
}
.siga-nos {
    font-family: 'AB';
    font-size: 13px;
    color: #ffffff;
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px){
    .siga-nos {
        display: none;
    }
}
#area-restrita{
    background: transparent !important;
}
#area-restrita,
#modal {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.78);
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	top: 0;
	left: 0;
}
.modal-popup {
    position: relative;
    background-position: top center;
    width: 92vmin;
    max-width: 800px;
    min-width: 310px;
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    padding: 20px;
}
.bgwhite {
    background-color: #ffffff;
}
.box-categorias{
    height: 100px;
    background: rgba(221, 221, 221, 0.5);
    margin-top: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: box-shadow 0.2s ease-in-out;
}
form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 18px;
}
.form-control:hover,
.form-control:focus{
	box-shadow: 0 0 0 0.25rem var(--cor_bg_tertiary_opacity) !important;
    border-color: var(--cor_tertiary) !important;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    margin: 0.4rem 0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*
.button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.775rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.button-form {
	display: block;
	width: 100%;
	margin-top: 20px;
	font-size: 1.2rem;
	color: #fff;
	background-color: #2e3345;
	border-color: #2e3345;
}
*/
form .alert-notification {
 	padding: 0;
}
form .alert-notification .alert-success h3 {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e7e7e7;
	margin-top: 30px;
	color: green;
	padding: 0.75rem 0.6rem;
}
form .alert-notification h3 {
 	margin-bottom: 5px;
}
form .alert-notification .alert.alert-error {
	background: #ff0000 none repeat scroll 0 0;
	border: 1px solid #e7e7e7;
	margin-top: 30px;
	color: #ffffff;
	padding: 0.75rem 0.6rem;
}
form .alert-notification .alert.alert-success {
	background: #dff0d8 none repeat scroll 0 0;
	border: 1px solid #d6e9c6;
	margin-top: 30px;
	color: #3c763d;
	padding: 0.75rem 0.6rem;
}
form img.loader {
	background: #fff;
	opacity: 0.5;
	border-radius: 10px;
	padding: 1px;
	margin: 15px 0;
}
.text-uppercase{
	text-transform: uppercase;
}
.btn-video{
	color: #ffffff!important;
	background-color: #007161;
	border-color: #007161;
	max-height: 30px;
	height: 30px;
	line-height: 1.1;
	font-size: 20px;
	color: #fff;
	padding: 17px;
	display: flex;
	align-items: center;
	width: max-content;
	box-shadow: none;
	border-radius: 0.25rem;
	font-family: "AR";
}
.btn-video:hover,
.btn-video:focus{
	background-color: #21e4b1;
	border-color: #21e4b1;
	color: #ffffff!important;
}
.btn-download{
	color: #ffffff!important;
    background-color: #21e4b1;
    border-color: #21e4b1;
    text-align: center;
    padding: 0.7rem;
    display: block;
}
.btn-download:hover,
.btn-download:focus{
	background-color: #007161;
	border-color: #007161;
	color: #ffffff!important;
}
.icon-like {
	color: #72c042;
	font-weight: bold;
	font-size: 18px !important;
	padding-top: 6px !important;
    display: flex;
}

.icon-love {
	color: #ff5c5c;
	font-weight: bold;
	font-size: 18px !important;
	padding-top: 6px !important;
    display: flex;
}
.comment-video {
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	font-family: Nunito, Sans-Serif;
	font-weight: 400;
	box-sizing: border-box;
}
.btn-more-comment{
	background-color: transparent;
	font-size: 16px;
	color: #007161;
	text-align: left;
	transition: 0.4s all;
	cursor: pointer;
	font-family: "AB";
}
.btn-more-comment:hover,
.btn-more-comment:focus{
	color: #21e4b1;
}
.btn-send-comment{
	background-color: transparent;
	font-size: 16px;
	color: #ff5c5c;
	transition: 0.4s all;
	font-family: "AB";
}
.btn-send-comment:hover,
.btn-send-comment:focus{
	color: #007161;
}
.btn-content-send{
	text-align: right;
}
/* The Modal (background) */
/*
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9999;
}
*/
/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px){
    .modal-content {
        width: 90%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px){
    .modal-content {
        width: 90%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px){
    .modal-content {
        width: 80%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px){
    .modal-content {
        width: 70%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){
    .modal-content {
        width: 60%;
    }
}

@media (min-width: 1440px){
    .modal-content {
        width: 60%;
    }
}

@media (min-width: 1536px){
    .modal-content {
        width: 60%;
    }
}

.modal-content-comment{
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 80%;
}
.modal-content h2,
.modal-content-comment h2{
    text-transform: uppercase;
    padding-bottom: 1rem;
    font-size: 1rem;
}
.renderListComment{
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-family: Nunito, Sans-Serif;
    font-weight: 400;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 90%;
}
/* The Close Button */
.close {
	border: 0px solid transparent !important;
    padding: 0.3rem 0.6rem;
    color: #ffffff;
	background-color: #007161;
	border-color: #007161;
	box-shadow: 0 1px 0 #007161;
	border-radius: 0.25rem;
	max-height: 30px;
	height: 30px;
	margin-right: -2em;
    margin-top: -1.8em;
    margin-left: 90%;
    float: right;
    margin-bottom: -46px;
    font-size: 1rem;
    font-weight: 400;
}
.close:hover,
.close:focus{
	background-color: #21e4b1;
	border-color: #21e4b1;
	box-shadow: 0 1px 0 #21e4b1;
	text-decoration: none;
	cursor: pointer;
}
#itemContainer2{
	background-color: #f9f9f9;
}
.content-comment{
	background-color: #e5e5e7;
	border-radius: 15px;
    padding: 15px;
    margin: 8px 0px;
    min-height: 100px;
    width: 100%;
    border: 0;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px){
    .banners {
        margin-top: 1rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px){
    .banners {
        margin-top: 1rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px){
    .banners {
        margin-top: 1rem;
    }
}
.banners .owl-stage-outer {
    border: 2px solid var(--cor_tertiary);
    border-radius: 5px;
}
.banners .owl-nav button.owl-prev,
.banners .owl-nav button.owl-next {
    background-color: transparent;
    transform: translateY(-100%);
    transition: .5s;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 3em !important;
    position: absolute;
    color: var(--cor_primary);
    width: 50px;
    height: 50px;
    top: 50%;
}
.banners .owl-prev {
    opacity: 0;
    left: 0;
}
.banners .owl-next {
    opacity: 0;
    right: 0;
}
.banners:hover .owl-prev {
    opacity: 1;
    left: 15px;
}
.banners:hover .owl-next {
    opacity: 1;
    right: 15px;
}
.banners .owl-dots .owl-dot span {
    border: 3px solid var(--cor_primary);
    background: 0 0;
    border-radius: 100px;
    width: 12px;
    height: 12px;
}
.banners .owl-dots .owl-dot.active span,
.banners .owl-dots .owl-dot:focus span,
.banners .owl-dots .owl-dot:hover span {
    background: var(--cor_primary);
}
.bg-videos,
.bg-videos-int{
    border: 2px solid var(--cor_tertiary);
    border-radius: 5px;
	background-size: cover;
    background-position: center;
    position: relative;
    min-height: 202px;
    width: 100%;
}
.bg-videos:before,
.bg-videos-int:before{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    border-radius: 5px;
    min-height: 202px;
    content: '';
    width: 100%;
}
.play {
    position: relative;
    margin-left: 50%;
    left: -40px;
    margin-top: 17%;
    width: 80px;
    height: auto;
}
.bg-videos-int{
    margin: 1rem 0;
}
.bg-capa{
    border: 2px solid var(--cor_tertiary);
    border-radius: 5px;
    display: flex;
}
.arearestrita-content h2{
	text-transform: uppercase;
	font-size: 1.3rem;
	line-height: 20px;
	color: #00b686;
    font-family: "AB";
}
.arearestrita-content h3 span{
	text-transform: uppercase;
	font-size: 1.25rem;
	font-family: "AB";
	color: #007161;
}
.arearestrita-content .eventos-content h2{
    font-size: 1.2rem;
    line-height: 23px;
    padding-top: 20px;
    min-height: 70px;
}
.arearestrita-content .eventos-content h5{
	color: #007161 !important;
	font-size: 16px !important;
	font-family: "AB";
	padding-top: 20px;
}
.arearestrita-content .eventos-content p{
    padding: 0.5rem 0;
    line-height: 1.2;
}
#myModalVideo h2,
#myModalVideoEmbed h2{
	color: #007161 !important;
	font-size: 1.5rem;
	font-family: "AB";
	margin: 12px 0;
}
.sem-arquivos{
    border-bottom: 2px dashed #007161;
    padding-bottom: 15px;
    text-align: center;
    min-height: 180px;
    display: flex;
    align-items: center;
    margin: 1rem 0;
    padding: 1rem 0;
}
.sem-arquivos h2{
    text-transform: none;
    font-size: 1.4rem;
}
.boletins-cientificos,
.jpm,
.videos,
.financas,
.podcast{
    border-bottom: 2px dashed #007161;
    justify-content: center;
    padding-bottom: 15px;
    align-items: center;
    margin: 1rem 0;
    display: flex;
}
.certificado-content {
    padding-bottom: 40px;
}
.certificado-content h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 20px;
    color: #00b686;
    font-family: "AB";
}
.certificado-content h3 {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    width: fit-content;
    padding-right: 10px;
}
.certificado-content h3 span {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-family: "AB";
    color: #007161;
}
.text-contato {
    margin-bottom: 20px;
}
.form-group label {
    font-family: "AB";
    color: #000;
    font-size: 1.01rem;
}
.btn-submit-certificado {
    border: 1px solid #229e8d!important;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 2rem;
    background: #229e8d;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    font-family: "AB";
    color: #ffffff;
    width: 100%;
}
.btn-submit-certificado:hover,
.btn-submit-certificado:focus{
    background: #006473;
    color: #ffffff;
}
.btn-submit-certificado i{
    padding-right: 0.5rem;
}
#certificados {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    margin-top: 5rem;
    width: 100%;
    padding: 15px;
}
#certificados table {
    width: 100%;
}
#certificados table td,
#certificados table th {
    border: 1px solid #ddd;
    padding: 8px;
}
#certificados table tr:nth-child(even) {
    background-color: #f2f2f2;
}
#certificados table tr:hover {
    background-color: #ddd;
}
#certificados table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #006473;
    color: white;
}
#certificados a {
    color: #333;
}
#certificados a:focus {
    color: #229e8d;
}
#certificados a:hover {
    color: #158677;
}
/*
.certificados{
    justify-content: center;
    display: flex;
}
*/
#pesquisa-videos{
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.btn-submit-pesquisa-videos{
    border: 1px solid #229e8d!important;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 2rem;
    background: #229e8d;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    font-family: "AB";
    color: #ffffff;
    width: 100%;
}
.btn-submit-pesquisa-videos:hover,
.btn-submit-pesquisa-videos:focus{
    background: #006473;
    color: #ffffff;
}
.btn-submit-pesquisa-videos i{
    padding-right: 0.5rem;
}
.typeahead{
    position: absolute;
    width: 100%;
    z-index: 2;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px){
    .mean-container .mean-nav ul#menu-header-top{
        height: 255px;
        overflow-y: auto;
    }
    .arearestrita-content h2{
        font-size: 1.1rem !important;
        line-height: 18px !important;
    }
    .bg-videos {
        margin-bottom: 20px;
        min-height: 210px;
    }
    .bg-videos-int {
        margin-bottom: 20px;
        min-height: 210px;
    }
    .play{
        margin-top: 21%;
    }
    .bg-capa {
        margin-bottom: 20px;
    }
    .btn-content-more,
    .btn-content-send{
        text-align: center;
    }
    .btn{
        margin: 0.5rem 0;
    }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px){
    .mean-container .mean-nav ul#menu-header-top{
        height: 255px;
        overflow-y: auto;
    }
    .arearestrita-content h2{
        font-size: 1.1rem !important;
        line-height: 18px !important;
    }
    .bg-videos {
        margin-bottom: 20px;
        min-height: 345px;
    }
    .bg-videos-int {
        margin-bottom: 20px;
        min-height: 345px;
    }
    .play{
        margin-top: 25%;
    }
    .bg-capa {
        margin-bottom: 20px;
    }
    .bg-capa img {
        width: 100%;
    }
    .btn-content-more,
    .btn-content-send{
        text-align: center;
    }
    .btn{
        margin: 0.5rem 0;
    }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px){
    .mean-container .mean-nav ul#menu-header-top{
        height: 255px;
        overflow-y: auto;
    }
    .arearestrita-content h2{
        font-size: 1.3rem !important;
        line-height: 20px !important;
    }
    .bg-videos {
        margin-bottom: 20px;
        min-height: 202px;
    }
    .bg-videos-int {
        margin-bottom: 20px;
        min-height: 202px;
    }
    .play{
        margin-top: 20%;
    }
    .bg-capa {
        margin-bottom: 20px;
    }
    .btn-content-more,
    .btn-content-send{
        text-align: center;
    }
    .btn{
        margin: 0.5rem 0;
    }
    .form-control {
        font-size: 0.8rem;
    }
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px){
    .bg-videos {
        margin-bottom: 20px;
        min-height: 162px;
    }
    .bg-videos-int {
        margin-bottom: 20px;
        min-height: 190px;
    }
    .play {
        margin-top: 16%;
    }
    .bg-capa {
        margin-bottom: 20px;
    }
    .btn-content-more,
    .btn-content-send{
        text-align: center;
    }
    .btn-content-more,
    .btn-content-send{
        line-height: 14px;
    }
    .form-control {
        font-size: 0.9rem;
    }
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){
    .bg-videos-int {
        margin-bottom: 20px;
        min-height: 162px;
    }
    .play {
        margin-top: 18%;
        margin-left: 52%;
        width: 25%;
    }
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1280px){
    .bg-videos-int {
        margin-bottom: 20px;
        min-height: 162px;
    }
    .play {
        margin-top: 16%;
        margin-left: 50%;
        width: 25%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 1340px){
    .bg-videos-int {
        margin-bottom: 20px;
        min-height: 162px;
    }
    .play {
        margin-top: 16%;
        margin-left: 50%;
        width: 25%;
    }
}

@media (min-width: 1367px){
    .bg-videos-int {
        margin-bottom: 20px;
        min-height: 162px;
    }
    .play {
        margin-top: 16%;
        margin-left: 50%;
        width: 25%;
    }
}
@media (min-width: 1440px){
    .bg-videos-int {
        margin-bottom: 20px;
        min-height: 202px;
    }
    .play {
        margin-top: 17%;
        margin-left: 50%;
        width: 25%;
    }
}

@media (min-width: 1536px){
    .bg-videos-int {
        margin-bottom: 20px;
        min-height: 202px;
    }
    .play {
        margin-top: 17%;
        margin-left: 50%;
        width: 25%;
    }
}
@media (min-width: 1728px){

}

@media (min-width: 1920px){

}

@media (min-width: 2048px){
  
}
/** =======================
 * Menu Meio Desktop
 ===========================*/
.navigation{
    background: var(--cor_secondary);
    margin: 0 auto 20px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    flex-grow: 1;
}
.navigation .mainmenu{
    -ms-flex-direction: row;
    flex-direction: row;
}
.navigation .menu{
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
}
.navigation .menu.active,
.navigation .menu:active,
.navigation .menu:hover,
.navigation .menu:focus{
    background: var(--cor_primary);
    cursor: pointer;
}
.navigation .menu:hover i{
    color: var(--cor_white);
}
.navigation ul li{
    border: 1px solid rgba(255, 255, 255, .4);
    border-bottom: 1px solid var(--cor_secondary);
    position: relative;
}
.navigation ul li i{
    font-size: 18px;
    color: var(--cor_white);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    align-content: center;
    padding: 0 10px;
    width: 30px;
}
.navigation ul li .menu.active i,
.navigation ul li .menu:hover i,
.navigation ul li .menu:focus i{
    color: var(--cor_quaternary);
}
.navigation ul li .chevronDown i.fa-chevron-right{
    color: var(--cor_white);
    font-size: 16px;
}
.navigation ul li .menu.visible .chevronDown i.fa-chevron-right{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.navigation ul li .chevronDown2 i.fa-chevron-right,
.navigation ul li .chevronDown3 i.fa-chevron-right,
.navigation ul li .chevronDown4 i.fa-chevron-right{
    font-size: 16px;
    right: 12px;
    top: 10px;
    left: unset;
}
.navigation ul li .menu2.visible .chevronDown2 i.fa-chevron-right,
.navigation ul li .menu3.visible .chevronDown3 i.fa-chevron-right,
.navigation ul li .menu4.visible .chevronDown4 i.fa-chevron-right{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.navigation ul li .chevronDown,
.navigation ul li .chevronDown2,
.navigation ul li .chevronDown3,
.navigation ul li .chevronDown4{
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 10px 0;
    height: 100%;
    width: auto;
}
.navigation ul li .chevronDown,
.navigation ul li .chevronDown2,
.navigation ul li .chevronDown3,
.navigation ul li .chevronDown4{
    background: var(--cor_denary);
}
.navigation ul li .chevronDown:hover,
.navigation ul li .chevronDown:focus,
.navigation ul li .chevronDown2:hover,
.navigation ul li .chevronDown2:focus,
.navigation ul li .chevronDown3:hover,
.navigation ul li .chevronDown3:focus,
.navigation ul li .chevronDown4:hover,
.navigation ul li .chevronDown4:focus{
    background: var(--cor_secondary);
    cursor: pointer;
}
.navigation ul li .visible .chevronDown,
.navigation ul li .visible .chevronDown2,
.navigation ul li .visible .chevronDown3,
.navigation ul li .visible .chevronDown4{
    background: var(--cor_primary);
}
.navigation ul li .visible .chevronDown i,
.navigation ul li .visible .chevronDown2 i,
.navigation ul li .visible .chevronDown3 i,
.navigation ul li .visible .chevronDown4 i{
    color: var(--cor_white);
}
.navigation ul li ul{
    background: var(--cor_primary);
    font-size: 14px;
    display: none;
}
.navigation ul li ul li ul{
    background: var(--cor_secondary);
    font-size: 14px;
    display: none;
}
.navigation ul li ul li ul li ul{
    background: var(--cor_grey);
    font-size: 14px;
    display: none;
}
.navigation ul li ul li .menu2,
.navigation ul li ul li ul li .menu3,
.navigation ul li ul li ul li ul li .menu4{
    position: relative;
    display: flex;
}
.navigation ul li ul li .menu2.visible,
.navigation ul li ul li .menu2:hover,
.navigation ul li ul li .menu2:focus{
    background-color: var(--cor_tertiary);
}
.navigation ul li ul li ul li .menu3.visible,
.navigation ul li ul li ul li .menu3:hover,
.navigation ul li ul li ul li .menu3:focus{
    background-color: var(--cor_primary);
}
.navigation ul li ul li ul li .menu3.visible i{
    color: var(--cor_white);
}
.navigation ul li ul li ul li ul li .menu4.visible,
.navigation ul li ul li ul li ul li .menu4:hover,
.navigation ul li ul li ul li ul li .menu4:focus{
    background-color: var(--cor_primary);
}
.navigation ul li ul li ul li ul li .menu4.visible i{
    color: var(--cor_white);
}
.mainmenu a{
    padding: 12px 45px 12px 12px;
    color: var(--cor_white);
    display: block;
    width: 100%;
}
.submenu{
    position: absolute;
    list-style: none;
    z-index: 2;
    left: 100%;
    top: 0;
}
.submenu li{
    display: inline-block;
    width: 100%;
}
.submenu a{
    padding: 12px 45px 12px 12px;
    color: var(--cor_white);
    text-decoration: none;
    white-space: nowrap;
    display: block;
}
.submenu2{
    position: absolute;
    list-style: none;
    left: 100%;
    top: 0;
}
.submenu2 a{
    padding: 12px 45px 12px 12px;
    color: var(--cor_white);
    text-decoration: none;
    white-space: nowrap;
    display: block;
}
.submenu3{
    position: absolute;
    list-style: none;
    left: 100%;
    top: 0;
}
.submenu3 a{
    padding: 12px 45px 12px 12px;
    color: var(--cor_primary);
    text-decoration: none;
    white-space: nowrap;
    display: block;
}
.submenu3 li:hover a{
    background-color: var(--cor_primary);
    color: var(--cor_white);
}
.submenu4{
    position: absolute;
    list-style: none;
    left: 100%;
    top: 0;
}
.submenu4 a{
    padding: 12px 45px 12px 12px;
    color: var(--cor_white);
    text-decoration: none;
    white-space: nowrap;
    display: block;
}
.submenu4 li:hover a{
    background-color: var(--cor_primary);
    color: var(--cor_white);
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px){
    #menu-mob{
        display: block;
    }
    .navigation{
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px){
    #menu-mob{
        display: block;
    }
    .navigation{
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px){
    #menu-mob{
        display: block;
    }
    .navigation{
        display: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px){
    
}

/* Extra large devices (large desktops, 1200px and up) */
/*
@media (min-width: 1200px){
    
}
*/