/*
Theme Name: AERP 2025
Theme URI: http://aerp.org.br
Author: Agência Creative Hut
Author URI: http://creativehut.com.br
Version: 2.0
License: Use not allowed for other purposes than the official aerp.org.br website.
template: bb-theme
*/
blockquote,
.wp-block-quote {
    position: relative;
    display: inline-block;
    padding: 2rem 4.8rem 2.5rem;
    background-color: #202832;
    border-radius: 10px;
}
blockquote:before,
blockquote:after {
    position: absolute;
    transform: scaleY(.85);
    line-height: .8;
    font-size: 9rem;
    font-weight: 500;
    color: #202832;
    text-shadow: -1px -1px 0 #b3c3d1,
    1px -1px 0 #b3c3d1,
    -1px 1px 0 #b3c3d1,
    1px 1px 0 #b3c3d1;
}
blockquote:before {
    content: "“";
    left: 1rem;
    top: 1rem;
}
blockquote:after {
    content: "”";
    right: .8rem;
    bottom: -3rem;
}
blockquote * {
    font-style: italic;
    color: #ffffff;
}
blockquote p {
    font-weight: 300;
    font-size: 1.125em;
    margin-bottom: 0;
    color: #ffffff;
}
blockquote a,
blockquote a:hover {
    font-weight: normal;
    color: #9caab8  ;
}
blockquote a:hover {
    text-decoration: underline;
}
.modal-dialog button {
    border: none !important;
    border-radius: 30px;
}
.modal-dialog .close:hover {
    background-color: transparent;
    color: #0025ff;
}
.modal-dialog .modal-content {
    border-radius: 10px;
    border: none;
}
.modal-dialog .modal-header,
.modal-dialog .modal-body,
.modal-dialog .modal-footer {
    padding: 20px;
}
/* WordPress Image alignment customization */
img.size-full, img.size-large {
    max-width: 97.5%;
    width: auto;
    height: auto;
}
img.alignleft, img.alignright, img.aligncenter,
.alignleft, .alignright, .aligncenter, .alignnone {
    margin-bottom: 1.25rem;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.25rem;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.25rem;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image img {
    border-radius: 10px;
}
.wp-caption {
    display: inline-block;
    max-width: 100%;
    padding: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
}
.wp-caption img,
.wp-caption a {
    display: block;
    max-width: 100% !important;
}
.wp-caption br {
    display: none;
}
.wp-caption .wp-caption-text {
    width: 100%;
    display: inline-block;
    padding: .8rem;
    line-height: 1.2;
    text-align: left;
    background-color: #c5c6c8;
}
.wp-block-embed {
    overflow: hidden;
    border-radius: 10px;
}
/** WP Gallery columns customization **/
.wp-gallery, .wp-video {
    margin-bottom: 2rem;
}
.wp-gallery .cell div {
    overflow: hidden;
    position: relative;
    margin: 0 5px 10px;
}
.wp-gallery .cell div a {
    display: block;
}
.wp-gallery .cell .wp-caption span.wp-caption-text {
    position: absolute;
    background-color: rgba(16,16,16,.7);
    transition: all .2s linear;
}
.wp-gallery .cell .wp-caption:hover span.wp-caption-text {
    bottom: -100%;
}
/** Swiffy slider customization **/
.slider-nav-outside .slider-container {
	margin: 0 2.1875rem !important;
}
.slider-nav:before,
.slider-nav:after {
    width: 2.1875rem !important;
    height: 2.1875rem !important;
}
/** Header **/
.menu > li div > a:hover,
.menu > li div > a:focus,
.menu > li.current-menu-item div > a {
    text-decoration: underline !important;
}
button.fl-menu-mobile-toggle {
    padding: 0 20px !important;
}
header .custom-icon-group .fl-icon-group {
    display: inline-flex !important;
    width: auto;
    padding: 8px 20px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 30px;
}
header .fl-menu nav > ul > li > a:hover {
    text-decoration: underline;
}
header .fl-menu .fl-toggle-arrows .fl-has-submenu-container > .fl-menu-toggle:before {
    border-color: #050b28;
}
/** Main banner **/
[class*="main-banner-"] {
    width: 100%;
    height: auto;
}
[class*="main-banner-"] .slider-container {
    background-color: #e6e8e7;
}
[class*="main-banner-"] .slider-container .slider-item {
    text-align: center;
}
[class*="main-banner-"] .slider-container .slider-item img {
    max-width: 100%;
}
[class*="main-banner-"] .embed-container {
    overflow: hidden;
}
[class*="main-banner-"] .embed-container iframe {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.main-banner-desktop .embed-container iframe {
    aspect-ratio: 16/9;
}
.main-banner-mobile .embed-container iframe {
    aspect-ratio: 1/1;
}
/** Featured content **/
.featured-content .text-right {
    margin-top: 10px;
}
.featured-content .text-right a {
    text-decoration: underline;
    font-size: .875rem;
    font-weight: 600;
}
.featured-content .text-right a i {
    margin-left: 5px;
}
.content-thumbnail {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 0;
    aspect-ratio: 3/2;
    border-radius: 10px;
}
.content-thumbnail img {
    width: 100%;
    height: 100%;
    aspect-ratio: inherit;
    object-fit: cover;
}
.content-thumbnail .post-title {
    position: absolute;
    width: 100%;
    padding: 20px;
    bottom: 0;
    background-color: #0025ff;
}
.content-thumbnail .post-title h4 {
    margin: 0;
    font-weight: 600;
    color: #ffffff;
}
.content-card {
    overflow: hidden;
    display: flex;
    height: 100%;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 10px;
    border: 0;
}
.content-card .card-section {
    padding: 30px 50px 20px 30px;
}
.content-card .card-section h3 {
    margin-bottom: 1.4rem;
    font-weight: 600;
    color: #0025ff;
}
.content-card .card-section h3 a {
    color: inherit;
}
.content-card .card-section h3 a:hover {
    text-decoration: underline;
}
.content-card .card-section .h4 {
    font-weight: 600;
}
.content-card .card-section > div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.content-card .card-section > div img {
    padding-right: 10px;
    border-radius: 50%;
}
.content-card .card-section > div h3 {
    margin: 0;
}
.content-card .card-footer {
    padding: 0 30px 30px;
    margin-top: auto;
    border-bottom: 15px solid #0025ff;
    background: transparent;
    border-top: none;
}
.content-card .card-footer .fl-button {
    padding: 12px 24px !important;
}
.content-card .card-footer .fl-button:hover {
    background-color: #0025ff;
    color: #fff;
}
.content-card .card-footer .fl-button i {
    margin: 0 0 0 10px;
    color: inherit !important;
}
.featured-content:nth-child(odd) .content-card .card-footer {
    text-align: right;
}
/** Custom timeline carousel **/
[class *= "ad-banner-"] .slider-item {
    text-align: center;
}
[class *= "ad-banner-"] .slider-item > a {
    overflow: hidden;
}
[class *= "ad-banner-"] .slider-item > a,
[class *= "ad-banner-"] .slider-item > img {
    display: inline-block;
    border-radius: 10px;        
}
/** Custom timeline carousel **/
.custom-timeline .uabb-timeline-connector {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.custom-timeline .slick-slide .uabb-timeline-heading-text {
    display: none;
}
.custom-timeline .slick-slide {
    margin-bottom: 0 !important;
}
.custom-timeline .slick-slide img {
    display: inline-block;
    max-width: 220px;
    border: 3px solid #011691;
    border-radius: 50%;
}
.custom-timeline .slick-slide.slick-current img {
    border-color: #0025ff;
}
.custom-timeline .slick-slide .uabb-timeline-desc-content h5 {
    color: #011691;
}
.custom-timeline .slick-slide.slick-current .uabb-timeline-desc-content h5 {
    color: #0025ff;
}
/** Modules **/
.module {
    background-color: #ffffff;
    border-radius: 10px;
    border: 0;
}
.module.list .row,
.module.list .row [class*=col],
.module .row .col-sm-12 {
    padding: 0;
}
.module .row {
    width: 100%;
    margin: 0 auto;
}
.module .row .post-thumbnail,
.fl-post-grid-post .fl-post-grid-image {
    overflow: hidden;
    background-color: #050b28;
}
.module .row .post-thumbnail {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 3/2;
}
.module .post-thumbnail i {
    position: absolute;
    line-height: 1;
    color: rgba(255,255,255,.75);
    z-index: 1;
    transition: all .25s ease-in-out;
}
.module .post-thumbnail i:not([class*=play]) {
    left: 1rem;
    top: 1rem;
    font-size: 1.25rem;
}
.module .post-thumbnail i[class*=play],
.module:hover .post-thumbnail i:not([class*=play]) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
}
.module:hover .post-thumbnail i {
    color: rgba(255,255,255,1);
}
.module:hover .post-thumbnail i[class*=play] {
    font-size: 3.5rem;
}
.module .row .post-thumbnail img {
    aspect-ratio: inherit;
    object-fit: cover;
}
.module .content {
    position: relative;
    padding: 20px !important;
}
.module.list .content {
    padding: 30px !important;
}
.module .content .post-meta {
    display: block;
    margin-bottom: 10px;
    font-size: .875rem;
    color: #5d5d60;
}
#rede-aerp .module .content .post-meta {
    color: #0025ff;
}
.module .content .post-meta span {
    display: inline-flex;
    align-items: center;
}
.module .content .post-meta span:first-child {
    margin-right: 10px;
}
.module .content .post-meta span i {
    margin-right: 5px;
}
.module .content .post-meta a {
    color: inherit;
}
.module .content .post-meta a:hover {
    text-decoration: underline;
}
.module .content p {
    margin-bottom: 0;
    line-height: 1.2;
}
.module .content h2,
.module .content h3 {
    font-weight: 600;
}
.module:hover .content h2,
.module:hover .content h3 {    
    color: #0025ff;
}
.module:hover .content h2 a,
.module:hover .content h3 a {    
    color: inherit;
}
.module .content h2:not(:last-child),
.module .content h3:not(:last-child) {
    margin-bottom: 20px;
}
.module .content p {
    font-size: 1.375rem;
    color: #5d5d60;
}
.fl-search-form-inline .fl-form-field {
    padding-right: 0;
}
.widget_categories ul {
    margin-left: 1rem;
}
.widget_categories ul li {
    position: relative;
}
.widget_categories ul li::before {
    content: '\f105';
    margin-right: .5rem;
    font: var(--fa-font-light);
    font-size: .8rem;
    color: #0025ff;
}
.widget_categories ul li:hover::before {
    color: #050b28;
}
.widget_categories ul li a {
    font-size: 1rem;
    color: #050b28;
}
.widget_categories ul li ul {
    margin-left: 1rem;
}
.widget_categories ul li a:hover {
    color: #0025ff;
}
.widget_categories ul.children {
    margin-left: 1rem;
}
.widget_categories ul.children li {
    margin-bottom: 0;
}
.widget_categories ul.children li a {
    font-size: .875rem;
}
article .featured-image {
    max-width: 50%;
    border-radius: 10px;
    overflow: hidden;
}
article .featured-image img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.uabb-social-share-wrap .uabb-ss-grid-button,
.uabb-ss-icon {
    height: 2.75rem;
}
/** BB Loading bar **/
.fl-post-feed #infscr-loading {
    position: relative;
}
.fl-post-feed #infscr-loading:before,
.fl-post-feed #infscr-loading:after {
    position: absolute;
    transform: translateX(-50%);
}
.fl-post-feed #infscr-loading:before {
    content: '\f110';
    width: 3rem;
    top: 0;
    left: 47%;
    line-height: 3rem;
    font-family: var(--fa-family-classic);
    font-size: 3rem;
    color: #0025ff;
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}
.fl-post-feed #infscr-loading:after {
    content: 'Carregando...';
    font-weight: bold;
    left: 50%;
    bottom: 0;
    color: #050b28;
}
.fl-post-feed #infscr-loading > img,
.fl-post-feed #infscr-loading > div {
    display: none !important;
}
/** Footer social media **/
footer .custom-icon-group .fl-module-content {
    display: flex;
    justify-content: center;
}
footer .custom-icon-group .fl-icon-group {
    display: inline-flex !important;
    width: auto;
    padding: 8px 20px;
    background-color: #030617;
    border-radius: 30px;
}
/** Footer menu **/
footer .fl-widget ul.menu li {
    color: #ffffff;
}
footer .fl-widget ul.menu li a {
    text-transform: uppercase;
    font-weight: 600;
    color: inherit;
}
footer .fl-widget ul.menu > li:hover > a {
    text-decoration: underline;
}
footer .fl-widget ul.sub-menu li {
    padding: 6px 0;
}
footer .fl-widget ul.sub-menu li:before {
    display: none;
}
footer .fl-widget ul.sub-menu li a {
    text-transform: none;
    font-weight: normal;
    color: rgba(255,255,255,.5);
}
footer .fl-widget ul.sub-menu li a:hover {
    color: rgba(255,255,255,1);
}
/** Footer contact form **/
footer .custom-contact a {
    display: block;
    margin-bottom: 10px;
}
footer .custom-contact a .fl-icon-text {
    color: #414042;
}
footer .custom-contact a i,
footer .custom-contact a:hover .fl-icon-text {
    color: #d4242f;
}
footer .fl-icon-wrap .fl-icon {
    vertical-align: top;
}
footer .wpcf7-textarea {
    height: 147px;
}
footer .wpcf7-submit {
    float: right;
}
/** Copyright **/
.copyright p a {
	border-bottom: 1px dotted currentcolor;
}
.copyright p a:hover {
	text-decoration: none;
	border-bottom: none !important;
}
@media (max-width: 480px) {
    /** Slider **/
    .slider-item-show2-xs {
        --swiffy-slider-item-count: 2 !important;
    }
    .slider-item-show3-xs {
        --swiffy-slider-item-count: 3 !important;
    }
    .slider-item-show4-xs {
        --swiffy-slider-item-count: 4 !important;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    /** Slider **/
    .slider-item-show2-sm {
        --swiffy-slider-item-count: 2 !important;
    }
    .slider-item-show3-sm {
        --swiffy-slider-item-count: 3 !important;
    }
    .slider-item-show4-sm {
        --swiffy-slider-item-count: 4 !important;
    }
}
@media (max-width: 768px) {
    .hide-for-small-only {
		display: none;
	}
    /** Swiffy slider customization **/
    .slider-nav-outside .slider-container {
        margin: 0 1.25rem !important;
    }
    .slider-nav:before,
    .slider-nav:after {
        width: 1.25rem !important;
        height: 1.25rem !important;
    }
    .featured-content {
        margin: 0 auto 30px !important;
    }
    .content-thumbnail {
        margin-bottom: 30px;
    }
    /* Ad banner */
    [class*="-banner-desktop"].swiffy-slider {
        display: none;
    }
    [class*="-banner-mobile"].swiffy-slider {
        display: block;
    }
    article .featured-image {
        max-width: 100%;
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    /** Featured content **/
    .featured-content {
        position: relative;
        display: grid;
        column-gap: 30px;
        margin-bottom: 30px;
    }
    .fl-module-html .featured-content:nth-child(odd):not(.no-thumbnail) {
        grid-template-columns: 4.2fr 5.8fr;
    }
    .fl-module-html .featured-content:nth-child(even):not(.no-thumbnail) {
        grid-template-columns: 5.8fr 4.2fr;
    }
    .fl-module-html .featured-content:nth-child(even):not(.no-thumbnail) .content-thumbnail {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .fl-module-html .featured-content:nth-child(even):not(.no-thumbnail) .content-card {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    /* Ad banner */
    [class*="-banner-desktop"].swiffy-slider {
        display: block;
    }
    [class*="-banner-mobile"].swiffy-slider {
        display: none;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    /** Slider **/
    .slider-item-show2-md {
        --swiffy-slider-item-count: 2 !important;
    }
    .slider-item-show3-md {
        --swiffy-slider-item-count: 3 !important;
    }
    .slider-item-show4-md {
        --swiffy-slider-item-count: 4 !important;
    }
    .slider-item-show5-md {
        --swiffy-slider-item-count: 5 !important;
    }
}
@media (max-width: 992px) {
    /** Header **/
    header .menu-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    /** Modules **/
    .module .content p {
        font-size: 1.125rem;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
    /** Slider **/
    .slider-item-show2-lg {
        --swiffy-slider-item-count: 2 !important;
    }
    .slider-item-show3-lg {
        --swiffy-slider-item-count: 3 !important;
    }
    .slider-item-show4-lg {
        --swiffy-slider-item-count: 4 !important;
    }
    .slider-item-show5-lg {
        --swiffy-slider-item-count: 5 !important;
    }
}