/*ORGANIZING DIVS */

.inlineDiv {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*RADIO BUTTOM*/

.radioButtom {
    color: #3d488d;
    background-color: #fff;
    border: 2px solid #3d488d;

    padding: 12px 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all linear 0.2s;
}

.radioButtom:hover {}

.activeRadio {
    color: #fff;
    background-color: #E7336C;
    border: solid 2px #E7336C;
}

/*NOTICE*/

.noticeDanger {
    border: solid 2px #E7336C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: #E7336C;
    font-style: italic;
    font-weight: 400;
    background-color: #FCECF1;
}

.noticeDanger > .noticeTittle {
    font-weight: 600;
    line-height: 2rem;
}

.noticeGood {
    border: solid 2px #80B370;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: #80B370;
    font-style: italic;
    font-weight: 400;
    background-color: #E7F1E5;
}

.noticeGood > .noticeTittle {
    font-weight: 600;
    line-height: 2rem;
}

/* PRODUCTS */

.productDisplay {
    text-align: center;
}

.productDisplay .panel {
    position: relative;
    display: inline-block;
    top: 0;
    bottom: 0;
    border: solid #3d488d;
    padding: 20px;
    width: 340px;
    height: auto;
    margin: 20px;
    margin-top: 65px;
    vertical-align: top;
}

.productDisplay .panel::after {
    content: "";
    display: inline-block;
    height: 65px;
}

.productDisplay .destaquePanel {
    border-top: none;
}

.productDisplay .destaqueRibbon {
    margin: -60px -23px 10px -23px;
    background-color: #e7336c;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    padding: 5px;
    height: 40px;
    border: solid #3d488d;
    border-bottom: none;
}

.productDisplay .panel h4 {
    font-size: 1.6rem;
    color: #3d488d;
    font-weight: 600;
    margin-bottom: 0px
}

.productDisplay .panel .pricing {
    font-size: 1.5rem;
    color: #80b370;
    font-weight: 600;
    margin-bottom: 20px
}

.productDisplay .panel li {
    list-style: none;
    list-style-position: inside;
    margin-bottom: 10px;
    text-align: left;
}

.productDisplay .panel li::before {
    content: "<div class="circle"></div>";
    padding-right: 1.1225em;
}

.circle {
    vertical-align: center;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #80b370;
}

.firstAlt {
    display: none !important;
}

.panel .selectButton {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.bloco-1,
.bloco-2,
.bloco-3 {
    display: inline-block;
}

@media (max-width: 815px) {
    .productDisplay {
        display: table;
    }

    .bloco-1 {
        display: table-row-group;
    }

    .bloco-2 {
        display: table-header-group;
    }

    .bloco-3 {
        display: table-footer-group;
    }
}

/* LISTS */

.numberList li {
    list-style: decimal;
    margin-left: 40px;
    margin-bottom: 35px;
}

.lowerAlphaList li {
    list-style: lower-alpha;
    margin-left: 40px;
    margin-bottom: 14px;
}

.numberList li ol:first-child {
    margin-top: 16px;
}

/* ERROR */

.simpleError {
    line-height: 1.7rem;
    padding: 7px 20px;
    color: #FF3232;
    font-weight: 600;
    margin-bottom: -14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all linear 0.2s;
    visibility: hidden;
}

/* VIDEOS */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* FIM VIDEOS */

.socialMedia img {
    height: 40px;
    margin: 10px;
}

.requiredIndicator {
    color: #80b370
}

@media (max-width: 960px){
    .grid_2 img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 1rem;
    }
}

/*content*/

.contentTitleOnly {
    height: auto;
}

.contentTitleOnly .color-filter, .color-filter {
    height: auto;
    background-color: rgba(0, 0, 0, 0.3);
}

.color-filter-darker {
    height: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.contentTitleOnly .title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.contentTitleOnly h2 {
    font-size: 4.3rem;
    margin-bottom: 0px;
}

@media (max-width:960px) {
    .contentTitleOnly h2 {
        font-size: 3.5rem;
        margin-bottom: 0px;
    }
}

.divider {
    border-bottom: solid 2px #3d488d;
}

/* NEWSLETTER */

.boxCenter {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 10px;
}

.innerRounded {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

    border-bottom: 5px solid #2E366A;
}

/*USER MENU */

.userMenu {
    width: auto;
    float: right;
}

.userMenu ul li a {
    color: #3d488d;
    background-color: #fff;
    font-weight: 600;
    border: none 1px;
}

.userMenu ul li:hover > a {
    background-color: #7cd262;
    color: #fff
}


/* Dropdown */

.userMenu ul li div {
    transition: all linear 0.2s;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.userMenu ul li div ul {
    background: #2E366A;
    white-space: nowrap;
    text-align: left;
    margin-top: 0px;
    border-radius: 5px;
    overflow: hidden;
}

.userMenu ul li:hover div {
    opacity: 1;
    visibility: visible;
}

.userMenu ul li div ul li {
    text-align: left;
    width: 100%;
}

.userMenu ul li div ul li a {
    background-color: #2e366a;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
}

/* BUTTOMS */

.btnHeaderAction {
    padding: 0.8rem 1rem 0.85rem;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    margin-right: 12px 0;
    margin: 0.75rem 0;
    margin-top: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);

    color: #3d488d;
    background-color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all linear 0.2s;

}

@media (min-width: 1400px) {
    .btnHeaderAction {
        margin-top: 0.4rem;
    }
}

.btnHeaderAction:hover {
    color: #fff;
    background-color: #80b370;
}

/* HEADERS */

.signinTitle {
    font-size: 2rem;
    color: #3d488d;
    font-weight: 800;
}

.signinTitle::after {
    content: " ";
    display: inline-block;
    position: relative;
    left: 3px;
    top: 5px;
    width: 28px;
    height: 5px;
    background-color: #80b370;
    margin-top: -5px;
}


/* MODAL */

.ui-widget-overlay {
    opacity: .50 !important;
    /* Make sure to change both of these, as IE only sees the second one */
    filter: Alpha(Opacity=50) !important;

    background-color: rgb(50, 50, 50) !important;
    /* This will make it darker */
    z-index: 99;
}

.ui-dialog {
    border: 2px solid #fff !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background-color: #3d488d !important;
}

.ui-dialog .ui-dialog-content {
    overflow: visible !important;
    position: relative;
    text-align: center;
    font-size: 15px;
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.ui-dialog .ui-dialog-buttonpane {
    border: 0 none;
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
    width: 100% !important;
    float: none !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button,
.toggleButtom {
    font-family: Arial;

    background-color: #3d488d;
    color: #fff !important;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 12px 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all linear 0.2s;


    margin-right: 40px;
    margin-left: 40px;


}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover,
.toggleButtom:hover {
    background-color: #80b370 !important;
}

.regularButtom {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    padding: 8px 18px;
    margin-left: 0px;
    margin-right: 10px;
}

/* USEFUL */

white-bg {
    background-color: #fff !important;
}

.noStretch {
    width: 1%;
    white-space: nowrap;
}

.lineSpacer {
    height: 0.5rem;
}

.grid-spacing {
    padding-bottom: 2rem;
}
  
.row_spacing {
    padding: 1rem 0;
}

.row_spacing_first {
    padding: 0 0 1rem 0;
}
  
.row_spacing_last {
    padding: 1rem 0 0 0;
}

@media (max-width: 960px){
    .row_spacing, .row_spacing_first, .row_spacing_last {
      padding: 0;
    }
}

/* PAGINA DE CONTEUDO */

.company .h2 { 
    color: #354692; 
    font-size: 2.5rem; 
    font-weight: bold; 
    margin-left: 1rem;
    vertical-align: baseline;
    vertical-align: -webkit-baseline-middle;
}
  
  .company .h2::after {
    content: " ";
    display: inline-block;
    position: relative;
    left: 3px;
    top: 5px;
    width: 28px;
    height: 4px;
    background-color: #80b370;
    margin-top: -5px;
}
  
  .company .h3 { 
    color: #767676; 
    font-size: 1.35rem; 
    font-weight: 600; 
    margin-bottom: 1.25rem; 
}

.conteudoNoticia {
    padding-top: 18px;
    margin-bottom: 18px;
}

.conteudoNoticia.first {
    padding-top: 0px;
}

.diretoria-title_first {
    margin-bottom: 2rem;
}
  
.diretoria-title {
    margin-top: 22.5rem;
    margin-bottom: 2rem;
}

.diretoria-section .manchete-heavy {
    font-size: 2.5rem;
}

@media (max-width: 960px){
    .diretoria-title {
        margin-top: 2.5rem;
    }

    .sub-header-diretoria {
        text-align: center;
    }
}

.mancheteHat,
.mancheteHat a {
    color: #333;
    font-size: 0.7rem;
    letter-spacing: 0.05rem;
    margin-top: 0.5rem;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    transition: all linear 0.2s;    
}

.hat-heavy, 
.hat-heavy a{    
    font-size: 0.8rem;
    font-weight: 600;
}

.mancheteHat a:hover {
    color: #3d488d;
}

.manchete,
.manchete a {
    font-size: 1.3rem;
    font-weight: bold;
    color: #3d488d;
    transition: all linear 0.2s;
    margin-bottom: 0.2rem !important;
}

.manchete-light,
.manchete-light a {
    font-size: 1.3rem;
    font-weight: 600;
    color: #3d488d;
    transition: all linear 0.2s;
    margin-bottom: 0.2rem !important;
}

.manchete-heavy,
.manchete-heavy a {
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
    color: #3d488d;
    transition: all linear 0.2s;
    margin-bottom: 0.2rem !important;
}

.manchete-heavy::after {
    content: " ";
    display: inline-block;
    position: relative;
    left: 3px;
    top: 5px;
    width: 35px;
    height: 5px;
    background-color: #80b370;
    margin-top: -5px;
}

.manchete a:hover,
.manchete-light a:hover {
    color: #80b370;
}

.subtitulo,
.subtitulo a {
    color: #333;
    margin-top: 0.25rem;
    font-weight: 400;
    transition: all linear 0.2s;
}

.subtitulo a:hover {
    color: #80b370;
}

.sobre,
.sobre a {
    font-size: 0.8rem;
    font-weight: 600;
    color: #aaa;
    letter-spacing: 0.05rem;
    transition: all linear 0.2s;
}

.sobre a:hover {
    color: #555;    
    transition: all linear 0.2s;
}

.divisorSmall {
    width: 350px;
    border-top: solid 2px #ddd
}

.paginacao {
    text-align: center;
}

.paginacao a,
.paginacao span {
    font-weight: 600;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: #aaa;
    transition: all linear 0.2s;
}

.paginacao a:hover,
.paginacao a:hover i {
    color: #333;
    transition: all linear 0.2s;
}

.paginacao a.selected {
    color: #3d488d;
}

.paginacao a i {
    color: #aaa;
}

/* DESTAQUES HOME */
.destaqueImg {
    height: 323px;
    width: 354px;
    max-width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.destaqueImg img {
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
    margin-left: 50%;
    transform: translateX(-50%);
}

.boxDestaque {
    max-width: 750px;
    margin: auto;
}

/* .destaqueImg:hover ~ .manchete a {
   color: #80b370;
} */

/* .destaqueImg:hover ~ .manchete ~ .subtitulo a {
    color: #3d488d;
} */

/* GALERIA DE VIDEOS */

.galeriaThumb {
    display: inline-block;
    
    margin-right: 20px;
    vertical-align: top;
    max-width: 300px;
}

.galeriaBtn {
    text-align: left;
    margin-left: -40px;
}

/* ESTILOS EM TEXTO */
.blue {
    color: #3d488d !important;
}

.green {
    color: #80b370 !important;
}

.grey-dark {
    color: #555 !important;
}

.italico {
    font-style: italic;
}

.weight-600 {
    font-weight: 600;
}

.allCaps {
    text-transform: uppercase;
}

.inlineDestaque {
    font-weight: 600;
}

.vbaseline {    
  vertical-align: baseline;
  vertical-align: -webkit-baseline-middle;
}

.numeracao-destaque {
    color: #3d488d;
    font-weight: 600;
}

.numeracao-indice {
    font-size: 20px;
    color: #808080;
}

.galeria-indice {
    font-size: 1.5rem;
}