/*
Theme Name: Design Elementor
Theme URI: https://www.designatual.com.br
Author: Bruno Rodrigues
Author URI: https://wordpress.org/
Description: Não permitida a reprodução sem autorização.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/** Elemenor Changing **/

.eicon-chevron-right,
.eicon-chevron-left {
    color: #0600fe!important;
}


/** Original em style.css **/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/** Theme Style **/

nav {
    height: 50px!important;
    line-height: 50px!important;
}

.menu-website {
    display: block;
    font-family: 'Oswald', sans-serif;
}

.menu-website ul {
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
}

.menu-website li {
    display: inline-block;
    text-transform: uppercase;
}

.menu-website a {
    font-size: 16px;
    color: white;
    padding: 10px 16px;
    border-radius: 40px!important;
    -webkit-border-radius: 40px!important;
    text-transform: uppercase;
}

.menu-website a:hover {
    color: #00497C;
    background: white;
}

.menu-website .doar_action {
    padding: 10px 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #C92E2D;
}

.menu-website .doar_action:hover {
    background: #e64544;
}

.menu-website .doar_action a:hover {
    background: #e64544;
}

/** responsive Menu **/
/* .responsive-menu {
    display: none;
} */

/* .sidenav ul {
    display: none;
} */

.sidenav-trigger{
    color: white;
    font-size: 40px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.sidenav li > a {
    height: auto!important;
    border-bottom: 1px solid #e6e6e6;
}

.listing li {
    list-style-type: circle!important;
}

.showed {
    background: #f4f4f4;
}


/** header **/

/* .header-top {
    position: relative;
}

.header-top::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 90px;
    background: url('assets/images/white-left-corner.svg');
    background-size: cover;
}

.header-top::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 90px;
    background: url('assets/images/white-right-corner.svg');
    background-size: cover;
} */

/* .left-orange-border .elementor-text-editor {
    padding-left: 14px;
    border-left: 4px solid #F36732;
} */

/** Loader **/
#loader {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 90000;
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes  sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

#loader.fadeOut {
    opacity: 0;
    visibility: hidden;
}

.header-top{
    position: relative!important;
    transition: all 1.5s ease-in-out!important;
}

.move-header-animation{
    transform: scale(1.2);
}

/** Form Contact **/

.wpcf7-form input,
label,
textarea {
    color: #2C2A2A!important;
    border-color: #2C2A2A!important;
}

.wpcf7-form textarea {
    min-height: 100px;
    display: inline-block;
    background: #ffffff!important;
    color: black!important;
    border: none!important;
    padding: 5px 10px!important;
    -webkit-border-radius: 10px!important;
    border-radius: 10px!important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
    display: inline-block;
    height: 34px!important;
    background: #fff!important;
    color: black!important;
    border: none!important;
    margin: 0!important;
    padding: 5px!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;
    max-width: 100%!important;
}

.wpcf7-form input[type="text"]::-webkit-input-placeholder,
.wpcf7-form input[type="email"]::-webkit-input-placeholder,
.wpcf7-form input[type="tel"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7)!important;
}

.wpcf7-form input[type="text"]::-ms-input-placeholder,
.wpcf7-form input[type="email"]::-ms-input-placeholder,
.wpcf7-form input[type="tel"]::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7)!important;
}

.wpcf7-form input[type="text"]::input-placeholder,
.wpcf7-form input[type="email"]::input-placeholder,
.wpcf7-form input[type="tel"]::input-placeholder {
    color: rgba(0, 0, 0, 0.7)!important;
}

.wpcf7-form input[type="submit"] {
    display: block;
    float: right;
    background: #000!important;
    color: white!important;
    border: none!important;
    margin: 0 auto;
    padding: 7px 15px!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;
}

.wpcf7-form .checkbox-msg{
    display: block;
    margin-bottom: 10px;
    color: white!important;
}

.wpcf7-form p {
    font-size: 18px!important;
    font-weight: bold;
    margin: 0!important;
}

.wpcf7-form label {
    font-size: 15px!important;
}

/** Ninja Form **/
.nf-form-content label {
    /* display: none; */
}

.nf-form-fields-required{
    display: none;
}

.nf-error-msg .nf-error-required-error{
    color: white!important;
}

.nf-field-element label{
    color: white!important;
}

.nf-form-content input[type="text"],
.nf-form-content input[type="email"],
.nf-form-content input[type="tel"] {
    display: inline-block;
    height: 32px!important;
    /* background: #fff!important; */
    color: #01497c!important;
    border: none!important;
    margin: 0!important;
    padding: 5px!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;
}

.nf-form-content input[type="submit"],
.nf-form-content input[type="button"] {
    display: inline-block;
    height: 40px!important;
    background: #01497c!important;
    color: white!important;
    border: none!important;
    margin: 0!important;
    padding: 5px 15px!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;
    max-width: 100%!important;
}

.nf-error.field-wrap .nf-field-element:after {
    font-size: 18px!important;
    top: 0px!important;
    right: 11px!important;
    height: 32px!important;
    width: 32px!important;
    line-height: 32px!important;
}

.go-right {
    text-align: right;
}

.header-contact-box .elementor-widget-container{
    max-width: 450px;
    min-height: 350px;
    margin: 0 0 0 auto;
    padding: 10px 15px;
}

/** Footer Icons **/
.footer-icons{
    margin: 0 10px 0 0;
    border-left: 1px solid #ffe79d69;
    border-right: 1px solid #ffe79d69;
}

/** Patrocinador **/

.patrocinador-item img {
    width: 100%;
    -webkit-border-radius: 10px!important;
    border-radius: 10px!important;
}

.patrocinador-item h4 {
    font-size: 16px;
    font-weight: bold;
}

.patrocinador-item:hover .patrocinador-cover {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 680ms ease-in-out;
    transition: all 280ms ease-in-out;
}

.patrocinador-item:hover .patrocinador-icons ul {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 480ms ease-in-out;
}

.patrocinador-icons {
    position: relative;
}

.patrocinador-icons ul {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin: 0;
    font-size: 27px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.patrocinador-icons li {
    display: inline;
}

.patrocinador-icons li a {
    color: white;
}

.patrocinador-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 98%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 10px!important;
    border-radius: 10px!important;
    -webkit-transform: scale(0);
    transform: scale(0);
}


}

/** Copy **/
.developer {
    display: block;
    background: #050afa!important;
}
.developer a {
    display: block;
    text-align: center;
    color: white;
}

/** Blog **/
.control-blog-image-cover-size {
    position: relative;
    overflow: hidden;
    max-height: 350px;
    object-fit: cover;
}
.blog-cover-image {
    display: block;
    max-width: 1140px;
    margin: 0 auto;
}
.blog-cover-image img {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}
.single-container {
    display: flex;
    justify-content: initial;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 10px;
}
.single-container h1 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #ec3138;
}
.single-container .sidebar {
    min-width: 200px;
}
.single-container .sidebar h2 {
    padding: 10px 5px;
    background: #f4f4f4;
    margin-right: 5px;
    margin-top: 0;
    font-size: 22px;
}
.single-container .sidebar ul li a {
    margin-left: 5px;
    color: #0d0c94;
}
.single-container .thumbnail {
    max-width: 250px;
    border-radius: 7px;
}
.blog_item a {
    color: #2C2A2A!important;
}
.bd-post-image {
    position: relative;
    overflow: hidden;
    max-height: 200px;
}
.blog_header .post-author span,
.blog_header .post-author a {
    color: #ec3138!important;
}
.blog_header h2 a {
    font-size: 24px!important;
}
.post_content {
    color: #222222!important;
}
.glossary .post_content p {
    border-left: 1px solid #eee!important;
}
.glossary .post_content-inner {
    border-left-width: 0!important;
}
.bd_social_share_wrap {
    display: none;
}

/** Blog - Recent Posts **/
.recent-posts-title span {
    display: block;
    margin: 20px auto 30px auto;
    padding-top: 30px;
    font-size: 25px;
    text-align: center;
    border-top: 1px solid #f4f4f4;
}
.single-container-recents {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 10px;
}
.single-container-recents .recent-item {
    display: flex;
    justify-content: space-around;
    margin-right: 7px;
    padding: 5px 20px;
    background: #f4f4f4;
}
.single-container-recents .recent-item img {
    width: 60px;
    height: 60px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
}
.single-container-recents h2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 10px;
    font-size: 16px;
    color: #000000de;
}

/** Agenda Item **/
.agenda-item{
    position: relative;
    z-index: 2;
    height: 350px; 
}

.agenda-item .agenda-title{
    font-size: 18px;
    color: #212529;
    border-left: 1px solid #FFB400;
    padding-left: 5px;
    left: -5px;
    position: relative;
}

.agenda-item .agenda-title-red{
    border-left: 1px solid #FF0000!important;
}

.agenda-item .agenda-title-blue{
    border-left: 1px solid #003BFF!important;
}

.agenda-item .agenda-title-green{
    border-left: 1px solid #00901C!important;
}

.agenda-item hr{
    display: block;
    margin-bottom: 10px;
    border: 1px solid #efefef;
}

.agenda-item a{
    display: inline-block;
    color: white;
    text-align: center;
    width: 230px;
    margin: 0 auto 10px auto;
    padding: 5px 8px;
    background: black;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.agenda-item .agenda-item-top{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    position: relative;
    z-index: 10;
    height: 100%;
    padding: 14px 15px!important; 
    background: white;
}

/** Depoimento **/
.depoimento-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 6px solid #e6e6e6;
    border-radius: 4px;
    padding: 20px 10px 40px 10px;
    background: #ffc412;
}

.depoimento-item img{
    width: 300px!important;
    height: 300px!important;
    object-fit: cover;
    -webkit-border-radius: 100%!important;
    border-radius: 100%!important;    
}

.depoimento-item .depoimento-title{
    font-size: 25px;
    color: white;
    padding: 7px 14px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
}

.depoimento-item p{
    font-size: 18px;
    color: white;
    padding: 0 15px;
}

.owl-carousel-dep button{
    border: none!important;
    background: none!important;
    color: white;
}

.owl-carousel-dep button span{
    font-size: 35px;
    color: white;
}

/** Posts **/
.post-item{
    padding: 0 10px 30px 10px;
    background: white;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.post-item .post-content{
    padding: 0 10px;
}

.post-item img{
    position: relative;
    top: 5px;
    margin-bottom: 10px;
    height: 230px!important;
    object-fit: cover;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-top-left-radius: 4px!important;
    border-top-right-radius: 4px!important;
    -webkit-border-top-left-radius: 4px!important;
    -webkit-border-top-right-radius: 4px!important;
}

.post-item h3{
    margin-top: 35px;
    margin-bottom: 0!important;
}

.post-item a{
    margin-bttom: 10px;
}

.post-item a{
    display: inline-block;
    color: white;
    text-align: center;
    padding: 5px 10px;
    font-size: 12px;
    background: #C92E2D;
}

.post-item .link{
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

/** Page **/
.page-content{
    display: block;
    padding: 10px 30px;
}

.page-content h1{
    font-size: 2.5rem;
}


@media only screen and (min-width: 993px) {
    .container {
        width: 100%!important;
    }
}
@media screen and (max-width: 1062px) {
    .top-menu li a {
        font-size: 13px;
    }
}
@media screen and (max-width: 992px) {
    /** Blog **/
    
    .single-container {
        display: flex;
        justify-content: space-around;
        flex-direction: column-reverse;
        max-width: 1140px;
        margin: 0 auto;
        padding: 20px 10px;
        margin-top: 25px;
    }
    /** Blog Recent Posts **/
    
    .single-container-recents {
        flex-direction: column;
    }
    
    .single-container-recents .recent-item {
        width: 100%;
        justify-content: normal;
        margin-bottom: 7px;
    }
    
    .menu-website {
        display: none;
    }
    
    .responsive-menu {
        display: block;
    }
    
    .responsive-menu li {
        border-bottom: 1px solid #f4f4f4;
    }
    
    .top-menu {
        border: none;
    }
    
    .shadow {
        -webkit-box-shadow: 7px 10px 40px -10px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 7px 10px 40px -10px rgba(0, 0, 0, 0.75);
        box-shadow: 7px 10px 40px -10px rgba(0, 0, 0, 0.75);
    }

    /** Footer Icons **/
    .footer-icons{
        margin: 0 0 0 0;
        border: none;
    }


}