@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

:root{
    --red: #c02027;
    --navy: #222533;
    --bg: #f7f7ff;
    --text: #2f2f35;
    --muted: #555a63;
}

body {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    color: var(--text);
    -webkit-font-smoothing: antialiased;
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--navy);
    font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
h1{font-size: 68px; margin:0; line-height: 70px;}
h2 {font-size: 30px; margin: 0 0 20px;}
h3 {font-size: 20px; margin: 0 0 10px;}
img {width: 100%;}
a,button{outline: 0 !important;}
a:hover,a:focus{ text-decoration: none}

/* All Transition */
.CardObra.right-box.buttons a,.Video-Player:hover .fa, .close-popup, #project > .fact, .list-inline.info a, .fact > .factorial, .factorial>.fa, .img-sell, .btn,.list-inline.social_icon a,nav.navbar.bootsnav ul.nav > li > a,.attr-nav > ul > li > a,.btn.know_btn,#filters > button,.portfolio_hover_area,.portfolio_hover_area .fa,.testimonial_content,.testimonial_content p:first-child::before,#contact_form .form-control,#contact_form .btn.submit_btn,footer a,.footer_social_icon .fa,.post .date,#scrollUp{
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

/* Header */


/*Preloader css*/
#loading{
    background-color: #c02027;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 90;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;
}
.object{
    width: 8px;
    height: 50px;
    margin-right:5px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
}

.object:last-child {
    margin-right: 0px;
}

.object:nth-child(10){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;	
}
.object:nth-child(9){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;	
}	
.object:nth-child(8){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;	
}
.object:nth-child(7){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;	
}
.object:nth-child(6){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
}
.object:nth-child(5){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.object:nth-child(4){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;		
}
.object:nth-child(3){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;	
}
.object:nth-child(2){
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}						

@-webkit-keyframes animate {

    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);

    }

}

@keyframes animate {
    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);
    }

}

/*End off Preloader*/





/* Top Nav */
.top_nav {
    background: #c02027;
    padding: 8px 0;
}
.top_nav .container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}
.list-inline.info {
    margin: 0;
}
.list-inline.info > li {
    padding: 0 16px 0 0;
}
.list-inline.info a,.list-inline.social_icon a {
    color: #222;
    font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
.list-inline.info a:hover,.list-inline.social_icon a:hover {
    color: #555;
}
.list-inline.info a .fa,.list-inline.social_icon  a .fa {
    font-size: 20px;
    vertical-align: text-top;
}
.list-inline.social_icon {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}
.list-inline.social_icon li{
    padding: 0;
}
.top_nav .list-inline.social_icon a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #222533;
}
.top_nav .list-inline.social_icon .topItem{
    font-size: 21px !important;
    line-height: 1;
    font-weight: 800;
    -webkit-text-stroke: 0.45px currentColor;
    text-shadow: 0 0 0.5px currentColor;
}
/* Main Nav */
nav.navbar.bootsnav {
    background: #222533 none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}
nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus {
    color: #aaa;
}
.navbar-toggle .icon-bar{
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    margin: 3px 0;
    border-radius: 2px;
}
.navbar-brand {
    height: auto;
    padding: 18px 0;
}
.navbar-brand img.logo{
    height: 52px;
    width: auto;
}
#navbar-menu {
    margin: 0;
}
nav.navbar.bootsnav .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.navbar-header{
    display: flex;
    align-items: center;
    gap: 12px;
}
.nav.navbar-nav.menu {
    float: none;
    display: flex;
    align-items: center;
    gap: 18px;
}
.nav.navbar-nav.menu > li > a{
    padding: 22px 8px;
    font-size: 15px;
    letter-spacing: 0.2px;
}
.attr-nav {
    margin: 0;
    position: static;
}
.attr-nav > ul{
    display: flex;
    align-items: center;
    margin: 0;
}
.attr-nav > ul > li {
    padding: 0 6px;
}
.attr-nav > ul > li > a {
    color: #c02027;
    font-size: 20px;
    padding: 0;
}
.attr-nav > ul > li > a:hover,.attr-nav > ul > li > a:focus {
    color: #c0202796;
}

@media (max-width: 1084px) {
    nav.navbar.bootsnav .container{
        flex-wrap: wrap;
        gap: 10px;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%;
        align-items: center;
    }
    .navbar-header{
        width: 100%;
        justify-content: space-between;
        gap: 16px;
        align-items: center;
        min-height: 64px;
        position: relative;
    }
    .navbar-brand{
        order: 2;
        margin: 0 auto 0 18px;
        padding: 10px 0;
    }
    .navbar-brand img.logo{
        height: 44px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: inline-flex;
        margin: 0;
        border: none;
        color: #fff;
        font-size: 0;
        padding: 10px 8px;
        background: #fff;
        border-radius: 10px;
        width: 36px;
        height: 32px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }
    nav.navbar.bootsnav .navbar-toggle .fa-bars{
        color: #4c5568;
        font-size: 18px;
        line-height: 1;
    }
    nav.navbar.bootsnav .navbar-toggle .icon-bar{
        display: block;
        width: 18px;
        height: 3px;
        margin: 3px 0;
        background: #4c5568;
        border-radius: 6px;
    }
    .attr-nav{
        display: none;
    }
    nav.navbar.bootsnav .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 12px;
        right: auto;
        width: 260px;
        background: var(--navy);
        border-radius: 12px;
        box-shadow: 0 12px 32px rgba(0,0,0,0.25);
        padding: 12px 14px;
        z-index: 1200;
        max-height: 0;
        overflow: hidden;
        transition: none;
        opacity: 0;
        visibility: hidden;
    }
    nav.navbar.bootsnav .navbar-collapse.collapsing{
        display: block !important;
        max-height: 0;
        height: auto !important;
        transition: none !important;
        opacity: 0;
        visibility: visible;
    }
    nav.navbar.bootsnav .navbar-collapse.collapse{
        display: block !important;
        height: auto !important;
    }
    nav.navbar.bootsnav .navbar-collapse.collapse.in{
        max-height: 600px;
        opacity: 1;
        visibility: visible;
    }
    .nav.navbar-nav.menu{
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        opacity: 0;
        transform: translateY(-6px);
        transition: none;
        pointer-events: none;
    }
    nav.navbar.bootsnav .navbar-collapse.collapse.in .nav.navbar-nav.menu{
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
    .nav.navbar-nav.menu > li > a{
        padding: 10px 0;
        color: #fff;
        width: 100%;
    }
}

/* Admin modal */
.admin-modal{
    position: fixed;
    inset: 0;
    background: rgba(17, 18, 28, 0.72);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}
.admin-modal.show{
    display: flex;
}
.admin-card{
    background: #222533;
    color: #fff;
    width: min(420px, 92vw);
    border-radius: 18px;
    padding: 26px 26px 22px;
    box-shadow: 0 18px 48px rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.05);
}
.admin-card h4{
    margin: 0 0 18px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #fff;
}
.admin-card p{
    margin: 0 0 18px;
    color: #d6d7de;
}
.admin-form{
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.admin-form label{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #d6d7de;
}
.admin-form input{
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.08);
    color: #fff;
    outline: none;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}
.admin-form input:focus{
    border-color: #c02027;
    box-shadow: 0 0 0 3px rgba(192,32,39,0.25);
}
.admin-actions{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.admin-close{
    background: transparent;
    border: none;
    color: #d6d7de;
    font-size: 14px;
    cursor: pointer;
}
.admin-submit{
    background: #c02027;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.2s ease;
}
.admin-submit:hover{
    filter: brightness(1.05);
    transform: translateY(-1px);
}
.admin-submit:active{
    transform: translateY(0);
}

/* Admin setup page */
.admin-setup{
    background: var(--bg);
    min-height: 100vh;
    padding: 80px 16px 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.admin-setup-card{
    background: #fff;
    border-radius: 18px;
    padding: 28px 28px 24px;
    box-shadow: 0 16px 46px rgba(0,0,0,0.12);
    width: min(880px, 98vw);
    border: 1px solid rgba(0,0,0,0.04);
}
.admin-setup-head{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}
.admin-setup-head h2{
    margin: 0 0 4px;
    font-size: 24px;
    color: var(--navy);
}
.admin-setup-head p{
    margin: 0;
    color: var(--muted);
}
.icon-wrap{
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(192,32,39,0.12);
    color: var(--red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.admin-setup-form{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.admin-setup-form .form-group{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.admin-setup-form label{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--muted);
}
.admin-setup-form input,
.admin-setup-form select{
    border: 1px solid #e1e3eb;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 15px;
    color: var(--text);
    background: #fff;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}
.admin-setup-form input:focus,
.admin-setup-form select:focus{
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(192,32,39,0.2);
    outline: none;
}
.admin-setup-form small{
    color: var(--muted);
}
.admin-setup-actions{
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 8px;
}
.btn-primary{
    background: var(--red);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.2s ease;
}
.btn-primary:hover{
    filter: brightness(1.05);
    transform: translateY(-1px);
}
.btn-primary:active{
    transform: translateY(0);
}
.twofa-pane{
    gap: 18px;
}
.twofa-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap;
}
.toggle-2fa{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 12px;
    background:#f5f6fb;
    border-radius:12px;
    border:1px solid #e5e7ef;
    font-weight:600;
    color: var(--navy);
}
.twofa-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:16px;
}
.twofa-block{
    background:#f9f9fd;
    border:1px solid #eceef5;
    border-radius:14px;
    padding:14px;
    display:flex;
    flex-direction:column;
    gap:10px;
    box-shadow:0 6px 18px rgba(0,0,0,0.04);
}
.twofa-block input{
    background:#fff;
}
.twofa-block small{
    color: var(--muted);
}
.contact-row{
    display:flex;
    gap:8px;
    align-items:center;
}
.contact-row input{
    flex:1;
}
.contact-row .btn-primary.ghost{
    white-space: nowrap;
}
.qr-wrap{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
    padding:10px;
    border:1px dashed #d4d7e2;
    border-radius:12px;
    background:#fff;
}
.qr-wrap canvas,
.qr-wrap img{
    width:180px;
    height:180px;
}
.btn-ghost{
    background: transparent;
    border: 1px solid #d4d7e0;
    color: var(--text);
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 600;
    cursor: pointer;
    transition: border 0.2s ease, color 0.2s ease;
}
.btn-ghost:hover{
    border-color: var(--red);
    color: var(--red);
}
.btn-primary.ghost{
    background:#fff;
    color: var(--red);
    border:1px solid var(--red);
    box-shadow:none;
}
.btn-primary.ghost:hover{
    background:rgba(192,32,39,0.08);
}
/* Carousel */
.home .carousel {
    position: relative;
    height: auto;
    overflow: hidden;
}
.home .carousel .item img{
    width: 100%;
    height: auto;
    max-height: 78vh;
    object-fit: cover;
}
/*.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    height: 700px;
}*/
.carousel .overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}
.carousel-caption {
    left: 50%;
    transform: translateX(-50%);
    width: min(1100px, 92vw);
    top: clamp(32px, 10vw, 110px);
    padding: 0 16px;
    text-align: left;
}
.carousel-caption h1 {
    color: #fff;
    margin-bottom: 14px;
    font-size: clamp(32px, 6vw, 64px);
    line-height: 1.05;
}
.carousel-caption h1.second_heading {
    color:#c02027;
    margin-bottom: 16px;
    font-size: clamp(30px, 5.4vw, 58px);
    line-height: 1.05;
}
.carousel-caption > h3 {
    color: #fff;
    font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(20px, 3.6vw, 34px);
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: inherit;
    line-height: 1.3;
}
.carousel-caption > p {
    font-size: 23px;
    line-height: 28px;
}
.btn.know_btn {
    background: #c02027 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    font-family: "futura_ltbold",sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border:1px solid transparent;
}
.carousel-caption .btn.know_btn {
    margin-top: 12px;
}
.carousel-caption .btn.know_btn:last-child {
    margin-left: 12px;
}
.btn.know_btn:hover,
.btn.know_btn:focus {
    background: transparent;
    color:#c02027;
    border:1px solid #c02027;
}
/**


*/
.text_mega{
    font-size: 40px;
}

.text_large{
    font-size: 30px;
}

.text_medium{
    font-size: 20px;
}

.text_short{
    font-size: 10px;
}

.text_mini{
    font-size: 5px;
}

.carousel-control{
    width:50px;
    height: 50px;
    line-height: 50px;
    text-align:center;
    margin-top:-25px;
    top:50%;
}

/* About */
.about_content {
    margin-right: 25px;
}
.about_content > h2 {
    font-size: 40px;
    margin: 90px 0 15px;
    color:#c02027;
}
.about_content > h3 {
    font-size: 30px;
    margin: 2px 0 30px;
    text-transform: inherit;
}
.about_content > p {
    line-height: 18px;
    margin-bottom: 18px;
    text-align: justify;
}
.about_content .btn.know_btn {
    margin: 18px 0 60px;
}

/*Head Title*/
.head_title p{
    line-height: 2.3rem;
}

/* Why us */
#why_us {
    background: #f2f7fa none repeat scroll 0 0;
    padding-bottom: 50px;
    line-height: 18px;
}
#why_us h2 {
    margin: 70px 0 20px;
}
.why_us_item{ padding-top: 55px;}
#why_us .fa {
    display: flex;                /* centraliza conteúdo */
    align-items: center;
    justify-content: center;

    width: 120px;                 /* largura fixa */
    height: 120px;                /* altura igual -> vira círculo */
    border-radius: 50%;           /* 100% vira círculo perfeito */
    background: #fff;             /* fundo branco dentro do círculo */

    font-size: 45px;              /* tamanho do ícone */
    color: #333;                  /* cor do ícone */

    box-shadow: 
        0 0 0 10px #c02027, 
        0 0 0 20px #c0202796, 
        0 0 0 30px #c0202763;
    margin: 0 auto;               /* centraliza no container */
}

.why_us_item > h4 {
    font-size: 15px;
    margin: 60px 0 20px;
}

/* Services */
#services h2 {
    margin: 85px 0 50px;
    text-align:center;
}
.service_item > h3 {
    margin: 25px 0 15px;
}
.service_item .btn.know_btn {
    margin: 20px 0 100px;
}

/* Portfolio */
#portfolio {
    /*background: rgba(0, 0, 0, 0) url("../images/portfolio_bg.jpg") no-repeat scroll 0 0;*/
    background-size:cover;
    position:relative;
    padding-bottom: 102px;
}

#portfolio::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    opacity: 60%;

}
.portfolio_area{ 
    position:relative;
    background:#f7f7ff;
}

.portfolio_area h2 {
    color: #000000;
    margin: 65px 0 34px;
}

.portfolio_area h6 {
    color: #3a3a3a;
    margin: 0 0 34px;
}
/* Portfolio filters */
#filters {
    margin: 52px 0 38px;
}
#filters > button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 18px;
    outline: 0 none;
    padding: 6px 17px 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#filters > button:hover {
    border: 1px solid #282828;
    color: #282828;
}
#filters > button.is-checked {
    background: #282828;
}
#filters > button.is-checked:hover {
    color: #fff;
}
.grid{
    margin: 0 -6px;
    border-radius: 10px;
    padding: 10px 0 30px;
}
.grid-item{
    border: 10px solid transparent;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.grid-item, .grid-sizer {width: 25%;}
.grid-item {
    float: left;
    min-height: 320px; 
    max-height: none;
    margin-bottom: 22px;
}
.grid-item{
    overflow: visible;
    position: relative;
}
.grid-item:hover{
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.grid-item--width2 { width: 50%;}
.grid-item--height2 { height: 510px !important;}    
.grid-item img:hover{
    transform: scale(1.05);
    filter:brightness(1.3);
}
.grid-item h3{
    min-height: 48px;
    max-height: 58px;
    line-height: 1.2;
    margin: 0 0 12px;
    padding: 0 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 0.3px;
}

.grid-item .thumb{
    width: 100%;
    position: relative;
}

.grid-item img{
    border: 10px solid transparent;
    border-radius: 20px;
    max-height: 300px;
    min-height: 255px;
    height: 255px;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

/* Portfolio Hover */
.portfolio_hover_area {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    position: absolute;
    inset: 0;
    text-align: center;
    opacity:0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.grid-item .thumb:hover .portfolio_hover_area {
    opacity: 1;
    pointer-events: auto;
}
.portfolio_hover_area .fa {
    background: #c02027 none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 10px;
    color: #fff;
    font-size: 30px;
    padding: 14px;
    border:1px solid transparent;
    cursor: pointer;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.img-sell{
    width: auto; 
    height: 278px ; 
    border-radius: 5%;
    border:6px solid transparent;
}

.img-sell:hover{

    background-color:#f70511;
    background-size: 2px;
}
.grid-item .portfolio_hover_area .fa {
    height: 60px !important;
    width: 60px !important;
}
.grid-item .thumb:hover .portfolio_hover_area .fa {
    opacity: 1;
    transform: scale(1);
}
.grid-item--width2 .portfolio_hover_area .fa {
    margin-top: 217px;
}
.portfolio_hover_area > a:first-child{  margin-right: 10px;}
.portfolio_hover_area .fa:hover{
    border:1px solid #c02027;
    background:transparent;
    color:#c02027;
}
/* PopUp*/

/* Estilos para o PopUp */
.video-popup {
    display: none; /* Oculto por padrão */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.video-popup-content {
    position: relative;
    width: 80%;
    max-width: 800px;
}

.video-popup iframe {
    width: 100%;
    height: 450px !important;
    border: #1d1d1dbe;
    border-style: solid;
    border-width: medium;
    box-shadow: inset;
}

.close-popup {
    position: absolute;
    top: -35px;
    right: -35px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    border-width:medium;
    background-color: rgb(181, 4, 4);
    border-radius: 100%;
    border-color: white;
    border-style:solid;
    width: 38px;
    height: 38px;
    text-align: center;
}
.close-popup:hover{
    filter: brightness(1.3);
}


.Video-Player{
    height: fit-content;
    filter: brightness(1);
    align-items: center;
    cursor: pointer;
}

.Video-Player > img{
    max-width: 90%;
    border-radius: 10px;
    align-self: center;
    border:#000 solid medium;
}


.Video-Player:hover .fa{
    filter: brightness(1.5);
}


.Video-Player-Center{
height: 100%;
width: 100%;
top: -15px;
left: 0px;
position:fixed;
text-align:center;
}
.Video-Player-Center .fa {
    background: #c02027 none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-size: 30px;
    height: 60px !important;
    width: 60px !important;
    padding: 15px;
    border:1px solid transparent;
}

/* Testimonial */
#testimonial {
    background: url("../images/testimonial_bg.jpg") no-repeat scroll 0 0;
    background-size:cover;
    position:relative;
}
#testimonial::before {
    background: #fff;
    opacity:0.7;
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
}
.testimonial_area{ position:relative;}
#testimonial h2 {
    margin-top: 63px;
}
.testimonial_item {
    padding: 0 15px;
}
.testimonial_content {
    background: #e5e5e5 none repeat scroll 0 0;
    border-radius: 18px;
    margin: 55px 0 30px;
    padding: 40px 15px 40px 70px;
    text-align: left;
    position:relative;
    color:#393939;
}
.testimonial_content::after {
    background: inherit;
    bottom: -10px;
    content: "";
    height: 20px;
    left: 47%;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
}
.testimonial_content p {
    position:relative;
}
.testimonial_content p:first-child::before {
    color: #989898;
    content: ",,";
    font-family: "GillSansMT-UltraBold";
    font-size: 60px;
    left: -54px;
    position: absolute;
    top: -24px;
    transform: rotateY(180deg);
}
#testimonial .col-sm-4:nth-child(3n+2) .testimonial_content {
    margin: 40px 0;
    padding-bottom: 70px;
}
.testimonial_item:hover .testimonial_content {
    background: #c02027 none repeat scroll 0 0;
}
.testimonial_item:hover .testimonial_content::after {
    width: 22px;
    height: 22px;
    bottom:-11px;
}
.testimonial_item:hover .testimonial_content {
    color: #fff;
}
.testimonial_item:hover .testimonial_content p:first-child::before {
    color: inherit;
}
.testimonial_item > img {
    border-radius: 100%;
    height: 80px;
    width: 80px;
}
.worker_name {
    font-family: "futura_ltbold",sans-serif;
    margin: 10px 0 45px;
    text-transform: uppercase;
}

/* Contact form */
#contact_form {
    background: #fedb5d none repeat scroll 0 0;
    padding:27px 0 32px;
}
#contact_form h2 {
    margin: 20px 0 0;
    color:#73757e;
}
#contact_form .second_heading {
    font-size: 40px;
    font-family: "futura_ltbook",sans-serif;
    margin:8px 0;
}
#contact_form form.form-inline {
    padding-right: 27px;
}
#contact_form .form-inline .form-control {
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    height: 45px;
    margin: 8px;
    padding: 10px 20px;
    width: 250px;
    box-shadow: none;
}
#contact_form .form-inline textarea.form-control {
    width: 388px;
    resize:none;
}
#contact_form .form-control:focus {
    border: 2px solid #c02027;
    box-shadow: 0px 0px 5px 1px #c02027;
}
#contact_form .btn.submit_btn {
    background: #73757e none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform:uppercase;
    height: 45px;
    width: 120px;
    border-radius: 10px;
    margin: 6px 8px 6px 0;
}
.form-control::-moz-placeholder{color:#adadad;}
.form-control:-ms-input-placeholder{color:#adadad;}
.form-control::-webkit-input-placeholder{color:#adadad;}
#contact_form .btn.submit_btn:hover {
    background: #555 none repeat scroll 0 0;
}

/* Footer */
footer {
    background-size:cover;
    position:relative;
    padding-top:45px;
}
footer::before {
    background: rgba(255, 255, 255, 0.33) none repeat scroll 0 0;
    content: "";
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
footer::after {
    background: rgba(34, 37, 51, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer_top,.footer_bottom{ position:relative; z-index:1; color:#fff;}
.footer_item {
    margin-top: 75px;
}
.footer_item > h4 {
    color: #fff;
    font-family: "futura_ltbook",sans-serif;
    font-size: 25px;
    margin-bottom: 34px;
    text-transform: inherit;
}
.footer_item .list-unstyled > li a{
    color: #fff;
}
/* Footer About */
.footer_item .logo {
    margin-bottom: 15px;
    width: 200px;
}
.list-inline.footer_social_icon {
    align-content: center;
}
.footer_social_icon .fa {
    border-radius: 100%;
    height: 45px;
    text-align:center !important; 
    width: 45px;
}
.fa:hover, .fa:focus{
    filter: brightness(1.4);
}

.topItem{
    font-size: 20px !important;
}

/* BASE ÚNICA para todos os ícones */
.social {
  --size: 50px;                      /* diâmetro do círculo (ajuste aqui) */
  width: var(--size);
  height: var(--size);
  display: inline-flex;              /* agora align-items funciona */
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;                    /* evita “puxar” pelo baseline da fonte */
  vertical-align: middle;            /* alinha entre si na linha */
  font-size: calc(var(--size) * 0.42); /* tamanho do glifo relativo ao círculo */
  color: #fff;
}

/* só cores/fundos por rede */
.facebook { background:#1877F2; }
.wpp      { background:#1eaf54; }
.insta    { background: radial-gradient(circle at 30% 107%,
               #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.tell     { background:#1eaf54; }
.mail     { background:#1877F2; }
.youtube  { background:#FF0000; }

/* pequenos ajustes óticos (opcional) */
.wpp, .insta { font-size: calc(var(--size) * 0.58); } /* Whats/Instagram tendem a parecer maiores */



#project {
    background: #f2f7fa none repeat scroll 0 0;
    padding-bottom: 50px;
    line-height: 18px;
}
#project h2 {
    margin: 70px 0 20px;
}
.fact{ padding-top: 55px;}

.factorial{
    color: #484848;
}
#project .fa{
    display: flex;                /* centraliza conteúdo */
    align-items: center;
    justify-content: center;

    width: 120px;                 /* largura fixa */
    height: 120px;                /* altura igual -> vira círculo */
    border-radius: 50%;           /* 100% vira círculo perfeito */
    background: #fff;             /* fundo branco dentro do círculo */

    font-size: 45px;              /* tamanho do ícone */
    color: #333;                  /* cor do ícone */

    box-shadow: 
        0 0 0 10px #c02027, 
        0 0 0 20px #c0202796, 
        0 0 0 30px #c0202763;
    margin: 0 auto;    
}

.fact > h4 {
    font-size: 15px;
    margin: 60px 0 20px;
}
.fact:hover{
    filter: brightness(1.1);
}
.factorial:hover{
    filter: brightness(1.1);
    color:currentColor;

}

/* Cards de Obra */
.CardObra-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Ajusta dinamicamente as colunas */
    gap: 10px; /* Espaçamento entre os cards */
    justify-items: center;
    align-items: center;
    width: 100%;
}

.CardObra {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px; /* Tamanho máximo do card */
    height: auto; /* Altura ajustada automaticamente */
    overflow: hidden;
    position: relative;
    padding-top: 20px; /* Espaço acima da imagem para o texto */
}

.CardObra img {
    border-radius: 20px;
    width: 100%; /* Garante que a imagem ocupe toda a largura do card */
    height: auto; /* Mantém a proporção da imagem */
    object-fit: cover; /* Garante que a imagem se encaixe no card sem distorção */
}

.CardObra .right-box {
    width: 100%;
    text-align: center; /* Centraliza o texto acima da imagem */
    margin-bottom: 10px; /* Espaçamento reduzido entre o texto e a imagem */
    margin-top: 5px;
}

.CardObra .right-box .text {
    margin: 0;
}

.CardObra .right-box .text h2 {
    margin: 0;
    font-size: 16px;
}

.CardObra .right-box .text p {
    font-size: 12px;
}

.CardObra .right-box .buttons {
    display: none; /* Botões removidos para simplificação */
}

/* Responsividade */
@media (max-width: 1200px) {
    .CardObra-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .CardObra-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 472px) {
    .CardObra-container {
        grid-template-columns: 1fr;
    }
}

/* Card Obra end */


/* Responsividade */
@media (max-width: 1200px) {
    .CardObra-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .CardObra-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 472px) {
    .CardObra-container {
        grid-template-columns: 1fr;
    }
}

/* Card Obra end */


/* Responsividade */
@media (max-width: 1200px) {
    .CardObra-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .CardObra-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 472px) {
    .CardObra-container {
        grid-template-columns: 1fr;
    }
}

/* Card Obra end */


.container.obras{
    max-height: fit-content;
}

.texto{
    padding-right: 5%;

} 

.btn.botao {
    background: #06a9d1 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    font-family: "futura_ltbold",sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border:1px solid transparent;
    margin-left: 100%;
    margin-bottom: 100%;
}

    /* Footer Explore */
.footer_menu .fa {
    font-size: 10px;
    margin-right: 18px;
}
.list-unstyled.footer_menu > li {
    padding: 4px 0;
}
/* Footer Post */
.list-unstyled.post,.list-unstyled.footer_contact {
    margin-top: -14px;
}
.post .date {
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    float: left;
    font-size: 20px;
    height: 50px;
    line-height: 12px;
    margin-right: 15px;
    padding: 10px;
    text-align: center;
    width: 50px;
}
.footer_item li a:hover .date,.footer_item li a:focus .date{ border:2px solid #aaa; }
.footer_item li a:hover,.footer_item li a:focus{
    color: #aaa;
}
.post .date small {
    font-size: 12px;
}

.list-unstyled.post > li,.list-unstyled.footer_contact > li {
    padding: 14px 0;
    overflow:hidden;
}
/* Footer Contact */
.footer_contact .fa {
    margin-right: 25px;
    text-align: center;
    width: 15px;
    float: left;
    font-size:18px;
}
.list-unstyled.footer_contact p {
    overflow:scroll;
}
.footer_bottom {
    background: #1a1c27 none repeat scroll 0 0;
    padding: 28px 0 18px;
    margin-top:55px;
}
.footer_bottom a {
    color: #ecd324;
}
.footer_bottom a:hover,.footer_bottom a:focus {
    color: #ecd32496;
}
/* ScrollUP */
#scrollUp {
    background: url(../images/top.png)no-repeat scroll 0 0;
    bottom: 20px;
    color: #000;
    height: 40px;
    right: 20px;
    width: 40px;
    opacity:0.7;
}
#scrollUp:hover {
    background: url(../images/top.png)no-repeat scroll 0 -40px;
}
/* Responsive Styles for various devices */
@media (min-width: 1200px) {
    .container{ width: 1200px;}
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: auto;
        width: 1200px;
    }
    .carousel-caption {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: min(1100px, 92vw);
        top: 90px;
    }
    .about_content {
        margin-right: 50px;
    }
    .img-sell:hover, .img-sell:focus{
        transform: scale(1.1);
    }
}

.about_banner{
	margin-top: 60px;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 50px;
        line-height: 55px;
    }
    h2 {
        font-size: 25px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: auto;
        width: 100%;
        object-fit: cover;
        max-height: 65vh;
    }
    .carousel-caption {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: min(1050px, 94vw);
        top: 60px;
    }

    .about_banner > img {
        width: 334px;
        display:block;
        margin:0 auto;
    }
    .grid-item {
        height: 220px !important;
    }
    .grid-item--height2 { height: 440px !important;}
    .grid-item .portfolio_hover_area .fa {
        margin-top: 73px;
        margin-bottom: 73px;
    }
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 183px;
        margin-bottom: 183px;

    }
    #contact_form .second_heading {
        font-size: 30px;
    }
    #contact_form .form-inline .form-control {
        width: 202px;
    }
    #contact_form .form-inline textarea.form-control {
        width: 317px;
    }
    #contact_form .btn.submit_btn {
        width: 95px;
    }
    .img-sell:hover, .img-sell:focus{
        filter: brightness(1.1);
    }
}

@media (max-width: 991px) {
    .list-inline.info > li {
        padding: 0 12px 0 0;
    }
    .list-inline.social_icon > li {
        padding: 0 2px;
    }
    nav.navbar.bootsnav .navbar-header {
        padding: 0;
        align-items: center;
    }
    nav.navbar.bootsnav .navbar-toggle {
        margin: 0;
        align-self: center;
    }
    .attr-nav {
        right: 25px;
        top: 15px;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 12px 0;
    }
    .container.about_bg {
        background-position: bottom 100px center;
    }
    .grid-item {
        height: 255px !important;
        width:50%;
    }
    .grid-item--height2 { height: 500px !important; width:100%;}
    .grid-item .portfolio_hover_area .fa {
        margin-top: 90px;
    }
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 217px;
    }
    #contact_form {
        text-align: center;
    }
    #contact_form form.form-inline {
        margin: 0 -8px;
        padding-right: 15px;
    }
    #contact_form .form-inline .form-control {
        width: 349px;
    }
    #contact_form .form-inline textarea.form-control {
        width: 538px;
    }
    #contact_form .btn.submit_btn {
        width: 168px;
    }
    .close-popup{
        display: none ;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 35px;
    }
    .list-inline.info {
        width: 60%;
    }
    .list-inline.social_icon {
        width: 40%;
        text-align: right;
    }
    nav.navbar.bootsnav .navbar-toggle {
        margin-left: 15px;
    }
    .carousel-caption {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 92%;
        top: 20px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: auto;
        width: 100%;
        object-fit: cover;
        max-height: 60vh;
    }
    .carousel-caption > h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .carousel-caption > p {
        font-size: 18px;
        line-height: 22px;
    }
    .carousel-caption .btn.know_btn {
        margin-top: 5px;
    }
    .carousel-caption .btn.know_btn:last-child {
        margin-left: 12px;
    }
    .about_content > h2 {
        font-size: 26px;
        margin-top: 5px;
    }
    .about_content > h3 {
        font-size: 26px;
    }
    .service_item .btn.know_btn {
        margin-bottom: 80px;
    }

    #contact_form h2 {
        margin-top: 10px;
    }
    #contact_form .second_heading {
        margin: 8px 0 20px;
    }
    #contact_form form.form-inline {
        margin: 0;
    }
    #contact_form .form-inline .form-control,#contact_form .form-inline textarea.form-control {
        margin: 0;
        width: 100%;
    }
    #contact_form .btn.submit_btn {
        float: left;
        margin: 0;
        width: 145px;
    }


}

@media (max-width: 479px) {
    h1 {
        font-size: 30px;
        line-height: 32px;
    }
    h3 {
        font-size: 17px;
    }
    .list-inline.info {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .list-inline.info > li {
        padding: 0 8px;
    }
    .list-inline.social_icon {
        text-align: center;
        width: 100%;
        padding: 0 8px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: auto;
        width: 100%;

    }
    .carousel-caption {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 94%;
        top: 8px;
    }
    .carousel-caption h1.second_heading {
        margin-bottom: 6px;
    }
    .carousel-caption > h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .carousel-caption > p {
        font-size: 16px;
    }
    .btn.know_btn {
        font-size: 14px;
    }
    .carousel-caption .btn.know_btn {
        margin-top: 1px;
    }
    .carousel-caption .btn.know_btn:last-child {
        margin-left: 1px;
    }
    .about_content > h3 {
        font-size: 24px;
    }
    .about_banner > img {
        width: 100%;
    }
    #filters > button {
        font-size: 14px;
    }
    .grid-item {
        width:100%;
    }
    .grid-item--height2 { height: 255px !important;}
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 90px;
    }
    .list-inline.footer_social_icon > li {
        padding: 8px 3px;
    }
    .video-popup iframe{
        overflow: hidden;
    }
}

.logo {
    height: auto;
    width: 202px;
}

.card-title{
	color: #000000;
}

