@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

*{
    font-family: "Heebo", sans-serif;
}

body {
    overflow-x: hidden;
}

.apresentation {
    position: relative;
    padding-bottom: 120px;
}

.apresentation .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
}

.apresentation .slider .carousel,
.apresentation .slider .carousel-inner,
.apresentation .slider .carousel-item {
    height: 100%;
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.apresentation .slider img {
    width: 100% !important;
    height: 100% !important;
}

.apresentation .icon {
    position: absolute;
    bottom: -35px;
    left: 46%;
}

.apresentation .icon img {
    width: 70px;
}

.apresentation .home p.title::before{
    content: '';
    position: absolute;
    width: 999px;
    height: 700px;
    background: #0000008e;
    border-radius: 50%;
    transform: rotate(-21deg);
    top: -300%;
    right: -80%;
    z-index: -2;
}

.apresentation .navbar {
    padding-top: 20px;
    background: transparent;
}

.apresentation .navbar img {
    width: 120px;
}

.apresentation .navbar .nav-link {
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
    font-weight: 500;
}

.apresentation .navbar.dark .nav-link {
    color: #000;
    font-size: 16px;
    margin: 0 5px;
    font-weight: 500;
}

.apresentation .navbar .nav-link#menuLink {
    margin-left: 150px;
}

.apresentation .navbar #link {
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateX(200px);
    pointer-events: none;
}

.apresentation .navbar #link.show-links {
    opacity: 1;
    transform: translateX(0px);
    pointer-events: all;
}


.apresentation .navbar .nav-link#menuLink i {
    font-size: 35px;
    cursor: pointer;
}

.apresentation .home {
    position: relative;
    padding-top: 200px;
}

.apresentation .home p.stitle {
    color: #fff;
    text-align: end;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 0px;
    position: relative;
}

.apresentation .home p.title {
    position: relative;
    color: #fff;
    text-align: end;
    font-weight: 700;
    font-size: 55px;
    line-height: 55px;
}

.apresentation .home p.desc {
    color: #fff;
    text-align: end;
    font-weight: 400;
    font-size: 20px;
}

.about {
    margin-top: 70px;
}

.about p.title,
.materiais p.title {
    color: #B71622;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0px;
}

.about p.title.title2,
.materiais p.title.title2 {
    margin-top: 190px;
}

.about p.stitle,
.materiais p.stitle {
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 40px;
}

.about p.text {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
}

.about img {
    margin-top: 40px;
    width: 80%;
}

.about .button-pedras {
    position: relative;
    display: flex;
    gap: 20px;
    background: #B71622;
    color: #fff;
    padding: 8px 10px;
    padding-right: 100px;
    border-radius: 4px;
    font-weight: 500;
    width: fit-content;
    transition: 0.4s;
    margin-top: 40px;
}

.about .button-pedras img {
    position: absolute;
    margin: 0px;
    top: -7.5px;
    right: 6px;
    width: 55px;
    transition: 0.3s;
}

.about .button-pedras:hover {
    padding-right: 130px;
    background: #B71622;
    color: #fff;
}

.about .posts,
.materiais .posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px;
    margin-top: 10px;
}

@media (max-width: 768px) {

    .about .posts,
    .materiais .posts {
        grid-template-columns: 1fr;
    }
}

.about .posts .post {
    text-align: center;
}

.about .posts .post img,
.materiais .posts .post img {
    width: 100%;
    margin-top: 0px;
    height: fit-content;
    cursor: pointer;
    transition: 0.4s;
}

.about .posts .post img:hover,
.materiais .posts .post img:hover {
    transform: scale(1.03);
}

.about a.btn.more,
.materiais a.btn.more {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    font-size: 22px;
    font-weight: 700;
    color: #1e1e1e;
    text-align: center;
}

.about a.btn.more span,
.materiais a.btn.more span {
    position: relative;
}

.about a.btn.more span::after,
.materiais a.btn.more span::after {
    position: absolute;
    content: '';
    height: 2px;
    background: #B71622;
    width: 30%;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
}

.about a.btn.more span:hover::after,
.materiais a.btn.more span:hover::after {
    width: 90%;
}

.texts-div {
    margin-top: 90px;
    padding: 140px 0;
    background: linear-gradient(0deg, #ffffff 0%, #ffffff00 10%, #0f1a2c00 50%, #0f1a2c00 90%, #ffffff 100%), url('https://imgur.com/vc9Xdtl.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.texts-div .text {
    color: #B71622;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 40px;
}

.texts-div .stext {
    color: #B71622;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.texts-div img {
    width: 100%;
}

.div-texts {
    background: #B71622;
    padding: 40px 0;
}

.div-texts p.title {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0px;
}

.div-texts p.stext {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0px;
}

.div-texts .button-pedras {
    position: relative;
    display: flex;
    gap: 20px;
    background: #fff;
    color: #B71622;
    padding: 8px 10px;
    padding-right: 100px;
    border-radius: 4px;
    font-weight: 500;
    width: fit-content;
    transition: 0.4s;
    margin-left: auto;
}

.div-texts .button-pedras img {
    position: absolute;
    margin: 0px;
    top: -7.5px;
    right: 6px;
    width: 55px;
    transition: 0.3s;
}

.div-texts .button-pedras:hover {
    padding-right: 130px;
    background: #fff;
    color: #B71622;
}

.blog {
    margin-top: 80px;
}

.blog p.title {
    color: #B71622;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.blog p.stitle {
    color: #B71622;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog p.desc {
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

.blog p.tags {
    color: #B71622;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 30px;
}

.blog p.date {
    color: #B71622;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}

.blog a.more {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 30px;
}

.blog img {
    width: 100%;
}

.blog .row {
    margin: 0 20px;
}

.blog .glider-dot.active {
    background: #c7363862 !important;
}

.blog .glider-next,
.blog .glider-prev {
    top: 45% !important;
}

.blog a.btn.more {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    font-size: 22px;
    font-weight: 700;
    color: #1e1e1e;
    text-align: center;
}

.blog a.btn.more span {
    position: relative;
}

.blog a.btn.more span::after {
    position: absolute;
    content: '';
    height: 2px;
    background: #B71622;
    width: 30%;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
}

.blog a.btn.more span:hover::after {
    width: 90%;
}

.materiais .materiais-card{
    margin-top: 50px;
    padding: 25px 0;
}

.materiais .posts .post {
    position: relative;
}

.materiais .posts .post:hover .texts,
.materiais .posts .post:hover img {
    transform: scale(1.03);
}

.materiais .posts .post .texts {
    position: absolute;
    bottom: 10%;
    left: 5%;
    transition: 0.4s;
}

.materiais .posts .post p.type {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
    text-align: start;
}

.materiais .posts .post p.name {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
    text-align: start;
    line-height: 35px;
}

.materiais .materiais-card.active {
    background: #B71622;
}

.materiais .materiais-card.active p.title{
    color: #fff;
}

.testimonials {
    padding: 100px 0;
    margin-top: 90px;
    background: #B71622;
}

.testimonials p.title {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0px;
}

.testimonials p.stitle {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.testimonials .button-pedras {
    position: relative;
    display: flex;
    gap: 20px;
    background: #ffff;
    color: #B71622;
    padding: 8px 10px;
    padding-right: 100px;
    border-radius: 4px;
    font-weight: 600;
    width: fit-content;
    transition: 0.4s;
}

.testimonials .button-pedras span {
    font-weight: 600;
}

.testimonials .button-pedras img {
    position: absolute;
    margin: 0px;
    top: -7.5px;
    right: 6px;
    width: 55px;
    transition: 0.3s;
}

.testimonials .button-pedras:hover {
    padding-right: 130px;
    background: #ffff;
    color: #B71622;
}

.testimonials .video-card {
    transition: 0.5s;
    margin-top: 60px;
    position: relative;
}

.testimonials .video-card .cont-wh {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.2;
    border-radius: 5px;
    filter: blur(7px);
}

.testimonials .video-card .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    z-index: 999 !important;
}

.testimonials .video-card .icon img {
    width: 100%;
}

.testimonials .video-card video {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.testimonials .video-card i {
    display: none;
    cursor: pointer !important;
}

.testimonials .video-card.act .cont-wh {
    display: none;
}

.testimonials .video-card.act {
    position: relative;
    transform: scale(1.15);
    z-index: 1;
}


.testimonials .fddds:hover .video-card {
    transform: scale(1) !important;
}

.testimonials .fddds:hover .video-card i {
    opacity: 0;
}

.testimonials .video-card:not(:hover) i {
    display: none !important;
}

.testimonials .video-card.act i {
    position: absolute;
    color: #B71622;
    font-size: 70px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.testimonials .video-card:hover i {
    position: absolute;
    color: #B71622;
    font-size: 70px;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}

.testimonials .video-card video:playing~i {
    display: none !important;
}

.testimonials .col-md-4:hover+.col-md-4 .video-card .cont-wh {
    display: block;
}

.testimonials .col-md-4:hover+.col-md-4 .video-card {
    transform: scale(1) !important;
    z-index: 1;
}

.testimonials .col-md-4:hover .video-card {
    position: relative !important;
    transform: scale(1.15) !important;
    z-index: 4 !important;
}

.testimonials .col-md-4:hover .video-card .cont-wh {
    display: none;
}

.contact {
    margin-top: 90px;
}

.contact p.title {
    color: #B71622;
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
}

.contact p.desc {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.contact img[src="./app/images/iconnb.png"] {
    width: 30%;
}

.contact .contacts {
    margin: 70px 0;
}

.contact .contacts .contact-card {
    display: flex;
    gap: 25px;
    margin: 60px 0;
    align-items: center;
}

.contact .contacts .contact-card img {
    width: 30px;
    height: 30px;
}

.contact .contacts .contact-card span {
    color: #000000;
    font-weight: 500;
    font-size: 17px;
}

.contact iframe {
    width: 100% !important;
    height: 100% !important;
}

.mapouter {
    margin-top: 50px;
    position: relative;
    text-align: right;
    height: 90% !important;
    width: 100% !important;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 100% !important;
    width: 100% !important;
}

.contact .sociais p.name{
    font-weight: 700;
    font-size: 35px;
    color: #B71622;
}

.contact .sociais .buttons{
    display: flex;
    gap: 25px;
}

.contact .sociais .buttons a i{
    color: #fff;
    font-size: 30px;
    padding: 5px;
    border-radius: 9px;
    background: #1e1e1e;
    transition: all 0.4s;
}

.contact .sociais .buttons a i:hover{
    transform: scale(1.05);
}

.contact .sociais .buttons a i.bxl-facebook:hover{
    background: #6163ff;
}

.contact .sociais .buttons a i.bxl-instagram:hover{
    background: linear-gradient(45deg, #A52E80, #CCA942);
}

.contact .sociais .buttons a i.bxl-google:hover{
    color: #CCA942;
    background: #ccc;
}

.contact .sociais .buttons a i.bxl-whatsapp:hover{
    background: #42a348;
}

.warn{
    background: #B71622;
    padding: 50px 0;
    margin-top: 50px;
}

.warn p.title{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0px;
}

.warn p.desc{
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0px;
}

.warn .button-pedras {
    position: relative;
    display: flex;
    gap: 20px;
    background: #fff;
    color: #B71622;
    padding: 8px 10px;
    padding-right: 100px;
    border-radius: 4px;
    font-weight: 500;
    width: fit-content;
    transition: 0.4s;
    margin-left: auto;
}

.warn .button-pedras img {
    position: absolute;
    margin: 0px;
    top: -7.5px;
    right: 6px;
    width: 55px;
    transition: 0.3s;
}

.warn .button-pedras:hover {
    padding-right: 130px;
    background: #fff;
    color: #B71622;
}

.footer{
    padding-top: 70px;
    padding-bottom: 15px;
}

.footer p.title{
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.footer img[src="./app/images/logo-v.png"]{
    width: 50%;
}

.footer p.text{
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0px;
}

.footer ul{
    padding: 0px;
}

.footer ul li{
    list-style: none;
    margin-top: 10px;
}
.footer ul li a{
    text-decoration: none;
    color: #1e1e1e;
    font-weight: 400;
    font-size: 16px;
}

.footer ul li a:hover{
    font-weight: 500;
}

.footer .button-pedras {
    position: relative;
    display: flex;
    gap: 20px;
    background: #B71622;
    color: #fff;
    padding: 8px 10px;
    padding-right: 100px;
    border-radius: 4px;
    font-weight: 500;
    width: fit-content;
    transition: 0.4s;
    margin-left: auto;
}

.footer .button-pedras img {
    position: absolute;
    margin: 0px;
    top: -7.5px;
    right: 6px;
    width: 55px;
    transition: 0.3s;
}

.footer .button-pedras:hover {
    padding-right: 130px;
    background: #B71622;
    color: #fff;
}

.portfolio{
    margin-top: 140px;
    padding-bottom: 100px;
}

.portfolio p.title{
    color: #B71622;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0px;
}

.portfolio p.desc{
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 40px;
}

.portfolio .itens{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.portfolio .itens .item img{
    width: 100%;
    height: fit-content;
}

.portfolio .itens .item{
    transition: 0.5s;
}

.portfolio .itens .item:hover{
    transform: scale(1.1);
}

.about.ctt{
    margin-top: 0px;
}

.about.ctt img{
    margin-top: 0px;
}

.about-section{
    margin-top: 90px;
}

.about-section p.title{
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.about-section p.date{
    font-size: 50px;
    font-weight: 500;
    color: #B71622;
}

.about-section p.text{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
}

.about-section img{
    width: 100%;
}

.texts{
    margin-top: 80px;
}

.texts p.title{
    color: #B71622;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0px;
}

.texts p.name{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 30px;
}

.texts p.text{
    color: #333;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

.texts p.text b{
    color: #000;
}

.testimonials .images{
    margin-top: 90px;
}

.testimonials .images img{
    margin-top: 10px;
    width: 100%;
}

.blog-list{
    margin-top: 80px;
}

.blog-list .blog-list-item{
    width: 390px;
    height: 390px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-top: 20px;
}

.blog-list .blog-list-item:hover .hov{
    transform: translateY(0);
}

.blog-list .blog-list-item .hov{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #3333335e;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(390px);
    transition: all 0.3s;
}

.blog-list .blog-list-item .hov span{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.blog-list .blog-list-item img{
    width: 100%;
    height: 100%;
}

.blog-list .blog-list-item .blog-list-item-texts{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.blog-list .blog-list-item .blog-list-item-texts p.date{
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}

.blog-list .blog-list-item .blog-list-item-texts p.tags{
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}

.blog-list .blog-list-item .blog-list-item-texts p.title{
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 20px;
}

.blog-list .blog-list-item .blog-list-item-texts p.stitle{
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 17px;
    text-shadow: 2px 2px 4px #333;
}

.post p.title{
    color: #B71622;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 0px;
}

.post p.stitle{
    color: #B71622;
    font-size: 40px;
    font-weight: 700;
}

.post p.text{
    color: #000;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
}

.post img{
    width: 100%;
    margin-top: 10px;
    max-width: 470px;
    max-height: 470px;
}

.post img.banner{
    width: 100% !important;
    max-width: 100%;
    margin-top: 10px;
    max-height: 470px;
    margin-bottom: 20px;
}

.post p.tag,
.post p.date{
    color: #B71622;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

.blog-list p.title{
    color: #B71622;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0px;
}

.blog-list p.stitle{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.terms{
    padding: 50px 0;
}

.terms p.title{
    color: #B71622;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.terms p.stitle{
    color: #000;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0px;
}

.terms p.text{
    color: #000;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.flutuante {
    position: fixed;
    bottom: 40px;
    right: 40px;
    animation: an 2s linear infinite;
}

.flutuante a{
    text-decoration: none;
}

.flutuante a i{
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    background: #42a348;
    font-size: 45px;
}

@keyframes an{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
    }
}