/* INFORMAÇÕES DO TOPO */

#info-top {
    background-color: #191919;
    padding-top: 5px;
    padding-bottom: 5px;
}

#info-top .social-network {
    color: #fff;
    margin-bottom: 0px;
    font-size: 8px;
}

#info-top .social-network a {
    color: unset;
    text-decoration: none;
}

#info-top .social-network i {
    font-size: 12px;
    color: #ffa724;
    padding-left: 14px;
}

#info-top .politics {
    padding-top: 8px;
    font-size: 9px;
    color: #fff;
    float: right;
    margin-bottom: 0px;
}

#info-top .politics:hover a {
    color: #ffa724;
}

/* MENU */

.menu-active {
    color: #ffa724 !important;
}

#menu {
    background-color: #111112;
    padding-top: 5px;
    padding-bottom: 5px;
}

#menu .nav-item {
    padding-left: 36px;
    padding-right: 36px;
}

#menu .nav-item .nav-link:hover {
    color: #ffa724;
    animation: pulse;
    animation-duration: 1s;
}

#menu .phone {
    display: inline-flex;
    padding-top: 15px;
}

#menu .phone p {
    padding-left: 25px;
    font-size: 15px;
    color: #fff;
}

#menu .phone p span {
    font-family: 'Jost Medium';
}

#menu .phone p .number {
    font-size: 25px;
}

#menu a {
    color: #fff;
}

#menu .phone .fa-phone-alt {
    color: #ffa724;
    font-size: 45px;
    padding-top: 10px;
}

#menu .phone .fa-phone-alt:hover {
    animation: pulse;
    animation-duration: 1s;
}

.navbar-toggler {
    border: 2px solid #eaa636;
}

.navbar-toggler i {
    color: #ffa724;
}

/* BANNER */

#banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 700px;
    width: 100%;
}

#banner #texts {
    padding-top: 350px;
}

#banner #texts h1 {
    font-size: 28px;
    font-family: 'Jost Medium';
    color: #ffa724;
    text-align: left;
}

#banner #texts h2 {
    font-size: 40px;
    font-family: 'Jost Black';
    color: #fff;
    text-align: left;
}

#banner #texts p {
    font-size: 14px;
    font-family: 'Jost Light';
    color: #fff;
    text-align: left;
}

#banner #texts .btn {
    font-family: 'Jost Black';
    background-color: #ffa724;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
}

#banner #texts .btn:hover {
    background-color: #000000;
    color: #ffa724;
    border: 1px solid #ffa724;
    animation: pulse;
    animation-duration: 1s;
}

/* AGENDAR HORÁRIO */

#to-schedule {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffa724;
}

#to-schedule h1 {
    font-family: 'Jost Medium';
    font-size: 21px;
    text-align: left;
    padding-top: 10px;
}

#to-schedule .btn {
    font-family: 'Jost Medium';
    font-size: 14px;
    background-color: #000000;
    color: #fff;
    padding: 5px 50px;
    float: right;
    margin-top: 5px;
}

#to-schedule .btn:hover {
    color: #ffa724;
    animation: pulse;
    animation-duration: 1s;
}

/* SERVIÇOS  */

#services {
    background-color: #000000;
    
    margin-bottom: 100px;
}

#services h3 {
    color: #ffa724;
    font-family: 'Jost Medium';
    font-size: 12px;
}

#services h4 {
    color: #fff;
    font-family: 'Jost Medium';
    font-size: 24px;
    padding-bottom: 10px;
}

#services p {
    color: #fff;
    font-size: 16px;
    text-align: left;
}

#services .line {
    border-bottom: 4px solid #ffa724;
    width: 40%;
}

#services #list .img {
    position: relative;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    width: 100%;
    height: 300px;
    background-color: #111112;
}

#services #list .service-item {
    cursor: pointer;
}

#services #list .img .title {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #ffa724;
    border-radius: 10px;
}

#services #list .img .title h5 {
    text-align: left;
    font-size: 20px;
    font-family: 'Jost Medium';
    color: #fff;
}

#services #list .img .title h5 i {
    font-size: 25px;
}

#services #list .img .hover {
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    padding: 20px;
    border-radius: 10px;
}

#services #list .img .hover h5 {
    text-align: left;
    font-size: 21px;
    font-family: 'Jost Medium';
    color: #fff;
}

#services #list .img .hover h5 i {
    font-size: 40px;
    color: #ffa724;
}

#services #list .img .hover p {
    margin-top: 25px;
    font-size: 16px;
}

#services #list .img .hover .btn {
    background-color: #ffa724;
    border-radius: 10px;
    width: 100%;
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    font-family: 'Jost Medium';
}

#services #list .service-item:hover .title {
    display: none;
    animation: flipInY;
    animation-duration: 1.5s;
}

#services #list .service-item:hover .hover {
    display: block !important;
    animation: flipInY;
    animation-duration: 1.2s;
}

#services #list .service-item .text {
    font-family: 'Jost Regular';
    font-size: 16px;
    text-align: center;
    color: #000;
    padding-top: 30px;
}

/* TITULO */

.title {
    font-family: 'Jost Medium';
    font-size: 30px;
    text-align: center;
    border-bottom: 2px solid #ffa724;
    padding-bottom: 30px;
}

.sub-title {
    font-family: 'Jost Regular';
    font-size: 20px;
    color: #eaa636;
    text-align: left;
}

/* BLOG HOME */

#blog {
    padding-bottom: 25px;
}

#blog .search button {
    font-family: 'Jost Black';
    background-color: #ffa724;
    font-size: 14px;
    color: #fff;
    border: none;
}

#blog .search button:hover {
    background-color: #000000 !important;
}

#blog .search input {
    height: 50px;
    border-radius: 0;
}

#blog #blog-list .blog-item .card-img-top {
    position: relative;
}

#blog #blog-list .blog-item .card-img-top .date {
    position: absolute;
    z-index: 999;
    background-color: #ffa724;
    width: 70px;
    margin-top: 5%;
    margin-left: 5%;
    border-radius: 7px;
    text-align: center;
}

#blog #blog-list .blog-item .card-img-top .date .day {
    font-family: 'Jost ExtraBold';
    font-size: 25px;
    color: #fff;
    padding-top: 5px;
    margin: 0;
}

#blog #blog-list .blog-item .card-img-top .date .month {
    font-size: 16px;
    color: #fff;
    background-color: #d29530 !important;
    margin: 0;
    padding: 5px 3px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

#blog #blog-list .blog-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    /* filter: brightness(50%); */
}

#blog #blog-list .blog-item .card {
    border: none;
}

#blog #blog-list .blog-item .card-body {
    background-color: #f2f2f2;
    padding: 30px 50px;
    height: 300px;
}

#blog #blog-list .blog-item .card-body .category {
    font-family: 'Jost Medium';
    color: #ffa724;
    font-size: 14px;
    margin: 0;
}

#blog #blog-list .blog-item .card-body .card-title {
    font-family: 'Jost Medium';
    color: #000000;
    font-size: 25px;
    padding-top: 5px;
}

#blog #blog-list .blog-item .card-body .card-text {
    color: #000;
    font-size: 16px;
    padding-top: 5px;
    text-align: left;
}

#blog #blog-list .blog-item .card-body .author {
    color: #000;
    font-size: 16px;
    padding-top: 5px;
    text-transform: uppercase;
}

#blog #blog-list .blog-item:hover img {
    filter: brightness(100%);
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

#blog #blog-list .blog-item:hover .card-body {
    background-color: #191919;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

#blog #blog-list .blog-item:hover .card-body .card-text {
    color: #fff;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

#blog #blog-list .blog-item:hover .card-body .card-title {
    color: #fff;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

#blog #blog-list .blog-item:hover .card-body .author {
    color: #fff;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

#blog #blog-paginate nav {
    padding-top: 0px;
    margin-top: 30px;
}

#blog #blog-paginate nav ul li a {
    font-size: 15px;
    color: #000;
}

#blog #blog-paginate {
    margin-top: 20px;
    text-align: center;
}

#blog #blog-paginate .pagination .active a {
    background-color: #ffa724 !important;
    color: #fff;
}

#blog #blog-paginate .pagination a:hover {
    background-color: #000000 !important;
    color: #fff;
}

.page-item.active .page-link {
    border-color: #ffa724;
}

#blog #no-results {
    background-color: #ffa724;
    font-size: 17px;
}

#blog .posts-relacionados {
    margin-top: 50px;
}

#blog .posts-relacionados h1 {
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    padding-left: 20px;
}

#blog .posts-relacionados span {
    font-size: 40px;
    font-family: 'Jost Black';
}

/* POSTS */

#post {
    padding-top: 50px;
}

#post #carousel .carousel-inner .carousel-item img {
    width: 100%;
    max-height: 500px !important;
    object-fit: cover;
}

#post .post-title {
    font-size: 30px;
    font-family: 'Jost Bold';
    padding-top: 40px;
}

#post .sub-title {
    font-size: 18px;
    font-family: 'Jost Regular';
    padding-top: 12px;
    color: #a5a5a5;
}

#post .author {
    padding-top: 12px;
    color: #000000;
    font-size: 12px;
    font-family: 'Jost Bold';
}

/* ÚLTIMOS POSTS */

#post #last-posts .title {
    margin-top: 40px;
    font-family: 'Jost Black';
    background-color: #ffa724;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

#post #last-posts .title h3 {
    font-size: 16px;
    text-align: center;
}

#post #last-posts .view-all p {
    margin-top: 40px;
    font-size: 10px;
    text-align: right;
}

#post #last-posts .view-all p a {
    text-decoration: none;
    color: #000000;
}

#post #last-posts .list img {
    width: 100%;
    object-fit: cover;
    height: 120px
}

#post #last-posts .list h4 {
    font-size: 18px;
}

#post #last-posts .list a {
    text-decoration: none;
    color: inherit;
}

#post #last-posts .banner {
    display: block;
}

#last-posts {
    position: relative;
    -webkit-transition: 0s ease;
    -moz-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
}

/* FORMULARIO DE CONTATO */

#contact-form .info {
    font-family: 'Jost Light';
}

#contact-form .info span {
    font-family: 'Jost Black';
}

#contact-form {
    padding-bottom: 50px;
}

#form-contact {
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    padding: 40px;
}

#form-contact .icon {
    background-color: transparent;
    padding: 15px;
}

#form-contact .label-textarea {
    font-family: 'Jost Black';
    text-align: center;
}

#form-contact .send {
    font-family: 'Jost Black';
    background-color: #ffa724;
    color: #fff;
    padding: 12px 25px;
    margin: 0 auto;
    display: block;
}

#form-contact .send:hover {
    animation: pulse;
    animation-duration: 1s;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

#contact-form .contact {
    background-color: #ffa724;
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
}

#contact-form .contact h1 {
    color: #fff;
    font-family: 'Jost Black';
    font-size: 17px;
}

#contact-form .contact span {
    font-family: 'Jost Black';
}

#contact-form .contact a {
    text-decoration: none;
    color: #fff;
    text-align: center;
}

#contact-form .contact i {
    color: #fff !important;
    margin-right: 10px;
}

#contact-form .contact p {
    color: #fff;
    font-family: 'Jost Light';
    font-size: 13px;
}

/* --------------------------- */

#contact-form .contact-phone {
    background-color: #000;
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
}

#contact-form .contact-phone h1 {
    color: #fff;
    font-family: 'Jost Black';
    font-size: 17px;
}

#contact-form .contact-phone span {
    font-family: 'Jost Black';
}

#contact-form .contact-phone a {
    text-decoration: none;
    color: #fff;
    text-align: center;
}

#contact-form .contact-phone i {
    color: #fff !important;
    margin-right: 10px;
}

#contact-form .contact-phone p {
    color: #fff;
    font-family: 'Jost Light';
    font-size: 13px;
}

/* SOBRE */

#about img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

#about h2 {
    font-family: 'Jost Regular';
    border-bottom: 4px solid #ffa724;
    width: 35%;
    padding-bottom: 10px;
}

#about .text {
    margin-top: 25px;
    font-size: 20px;
}

#about .highlighted-text {
    margin-top: 25px;
    font-size: 20px;
    text-align: center;
    font-family: 'Jost Bold';
    color: #ffa724;
}

/* FOOTER */

footer {
    background-color: #000000;
    padding-top: 30px;
    padding-bottom: 10px;
}

footer img {
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

footer .menu {
    list-style: none;
}

footer .menu .active {
    font-family: 'Jost Bold' !important;
}

footer .menu li {
    color: #fff;
    padding-bottom: 10px;
    font-size: 14px;
    border-left: 3px solid #ffa724;
    padding-left: 35px;
}

footer .menu li a:hover {
    color: #ffa724;
}

footer .info {
    list-style: none;
    padding-top: 20px;
}

footer .info li {
    color: #fff;
    padding-bottom: 14px;
    font-size: 14px;
}

footer .info li a i {
    color: #ffa724;
    font-size: 23px;
    padding-right: 15px;
    display: inline-block;
}

footer .info li a p {
    display: inline-block;
    margin: 0;
}

footer .info li a strong {
    font-family: 'Jost Medium';
}

footer .info li a:hover {
    color: #ffa724;
}

/* COPYRIGHT */

#copyright {
    padding-top: 15px;
}

#copyright p {
    text-align: right;
    font-size: 10px;
}

#copyright p strong {
    font-family: 'Jost Black';
}

#copyright p a {
    font-family: 'Jost Black';
}

#copyright p a:hover {
    color: #ffa724;
}

#team .card .card-title {
    text-align: center;
    font-family: 'Jost Bold';
    padding: 10px 0px;
}

#team .card strong {
    font-family: 'Jost Medium';
}

#team .card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}