body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #363636;
    color: #000000;
    font-size: 15px;
}

/* ALL */

.mt-30px {
    margin-top: 30px;
}

.mt-20px {
    margin-top: 20px;
}

.mt-10px {
    margin-top: 10px;
}

/* .error-form {
    color: red;
    font-weight: normal;
} */

/* .desc {
    font-size: 16px;
} */

/* .desc.white {
    color: #ffffff;
} */

/* MENU RESPONSIVO */

.conteudo-menu-mobile {
    width: 300px;
    height: 100%;
    background-color:rgb(1, 46, 93, 0.97);
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 9999999;
}

    .conteudo-menu-mobile .fechar-menu-mobile {
        font-size: 38px;
        color: #ffffff;
        position: absolute;
        right: 12px;
        text-decoration: none;
        outline: none;
    }

    .conteudo-menu-mobile ul {
        padding: 0;
        margin: 0;
        width: 100%;
        height: auto;
        list-style-type: none;
    }

        .conteudo-menu-mobile ul li {
            margin-top: 20px;
            width: 100%;
        }

            .conteudo-menu-mobile ul li a {
                display: block;
                width: 100%;
                height: 100%;
                text-align: center;
                font-weight: 800;
                font-size: 24px;
                color: #ffffff;
                text-decoration: none;
            }

/* MENU MAIN */

.menu-main {
    width: 100%;
}

    .menu-main .contatos {
        background-color: #F7F7F7;
        padding: 15px 0;
    }

    .menu-main.scroll {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 0;
        position: fixed;
        z-index: 9999;
    }

        .menu-main .contatos ul.lista-contatos {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .menu-main .contatos ul.lista-contatos li {
                float: left;
                margin-left: 20px;
            }

            .menu-main .contatos ul.lista-contatos li:first-child {
                margin-left: 0;
            }

                .menu-main .contatos ul.lista-contatos li a {
                    text-decoration: none;
                    outline: none;
                    color: inherit;
                }

                    .menu-main .contatos ul.lista-contatos li a i {
                        font-size: 18px;
                        margin-right: 5px;
                        color: #012e5d;
                    }

        .menu-main .contatos ul.lista-social {
            list-style-type: none;
            margin: 0;
            padding: 0;
            float: right;
        }

            .menu-main .contatos ul.lista-social li {
                float: left;
                margin-right: 10px;
            }

            .menu-main .contatos ul.lista-social li:last-child {
                margin-right: 0;
            }

                .menu-main .contatos ul.lista-social li a {
                    text-decoration: none;
                    outline: none;
                    width: 26px;
                    height: 26px;
                    border-radius: 20px;
                    display: block;
                    background-color: #012e5d;
                    text-align: center;
                }

                    .menu-main .contatos ul.lista-social li a i {
                        font-size: 16px;
                        color: #ffffff;
                        height: 26px;
                        line-height: 26px;
                    }

        .menu-main a.logo figure {
            display: inline-block;
        }       

            .menu-main a.logo figure img {
                height: auto;
                width: 250px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .menu-main a.logo figure img.smallimg {
                -webkit-transition: scale(0.8) rotate(0.01deg);
                -moz-transition: scale(0.8) rotate(0.01deg);
                -o-transition: scale(0.8) rotate(0.01deg);
                -ms-transition: scale(0.8) rotate(0.01deg);
                transform: scale(0.8) rotate(0.01deg);
                transform-origin: left;
            }                    

    .menu-main ul.menu {
        list-style-type: none;
        margin: 0;
        padding: 0;
        float: right;
        margin-top: 35px;
        height: 30px;
    }

        .menu-main ul.menu li {
            float: left;
            height: 30px;
            line-height: 30px;
            margin-left: 10px;
        }

        .menu-main ul.menu li:first-child {
            margin-left: 0;
        }

        .menu-main ul.menu li:last-child {
            background-color: #012e5d;
            border-radius: 10px;
            padding: 5px 10px;
            color: #ffffff;
            font-weight: 800;
            line-height: normal;
        }

            .menu-main ul.menu li a {
                text-decoration: none;
                color: inherit;
                outline: none;
                text-transform: uppercase;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .menu-main ul.menu li a.sizing {
                font-size: 13px;
                color: #ffffff;
            }

        .menu-main .menu-mobile {
            outline: none;
            text-decoration: none;
            font-weight: 300;
            position: relative;
            text-transform: uppercase;
            font-size: 30px;
            position: relative;
            color: inherit;
            float: right;
            margin-top: 25px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .menu-main .menu-mobile.branco {
            color: #ffffff;
        }

/* BANNER */

.banner {
    min-height: 500px;
    position: relative;
}

	.banner .owl-carousel {
        height: 100%;
        min-height: 500px;
    }
    
        .banner .owl-carousel .owl-stage-outer {
            height: 100%;
            min-height: 500px;
        }

            .banner .owl-carousel .owl-stage-outer .owl-stage {
                height: 100%;
                min-height: 500px;
            }

                .banner .owl-carousel .owl-stage-outer .owl-stage .owl-item {
                    height: 100%;
                    min-height: 500px;
                }

                    .banner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
                        height: 100%;
                        min-height: 500px;
                    }

                        .banner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .slider_bg {
                            height: 100%;
                            min-height: 500px;
                            background-size: cover;
                            background-position: center center;
                            background-repeat: no-repeat;
                            position: relative;
                            padding: 120px 0 0 0;
                        }

                            .banner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item.banner-1 .slider_bg {
                                background-image: url(../img/banner-1.jpg);
                            }

                            .banner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item.banner-2 .slider_bg {
                                background-image: url(../img/banner-2.jpg);
                            }

                            .banner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .slider_bg .text {
                                position: relative;
                                z-index: 9;
                                color: #b9b9b9;
                                max-width: 830px;
                                font-size: 16px;
                            }

                                .banner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .slider_bg .text h1 {
                                    color: #fff;
                                    font-size: 40px;
                                    font-weight: 800;
                                    display: inline-block;
                                    position: relative;
                                }

                                .banner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .slider_bg .text a {
                                    margin-top: 20px;
                                    font-size: 15px;
                                    outline: none;
                                    display: inline-block;
                                    text-decoration: none;
                                    background-color: #012e5d;
                                    color: #ffffff;
                                    border-radius: 20px;
                                    font-weight: 700;
                                    padding: 8px 20px;
                                    text-transform: uppercase;
                                }

                                    .banner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .slider_bg .text a i {
                                        margin-right: 6px;
                                    }

                                .banner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .slider_bg .text p {
                                    color: #fff;
                                }

            .banner .owl-carousel .owl-nav {
                margin: 0;
                padding: 0;
                display: inline-block;
                cursor: pointer;
                border-radius: none;
                position: absolute;
                top: 50%;
                margin-top: -20px;
                width: 100%;
            }

                .banner .owl-carousel .owl-nav .owl-prev {
                    color: rgba(255,255,255,0.5);
                    font-size: 30px;
                    background-color: rgba(255,255,255,0.1);
                    position: absolute;
                    left: 0;
                    margin: 0;
                    border-radius: 0;
                    padding: 8px;
                }

                .banner .owl-carousel .owl-nav .owl-next {
                    color: rgba(255,255,255,0.5);
                    font-size: 30px;
                    background-color: rgba(255,255,255,0.1);
                    position: absolute;
                    right: 0;
                    margin: 0;
                    border-radius: 0;
                    padding: 8px;
                }

                .banner .owl-carousel .owl-nav [class*=owl-]:hover {
                    background:rgba(255,255,255,0.1);
                    color: #ffffff;
                    text-decoration: none;
                }

/* CONTENT */

.content {
    width: 100%;
    height: auto;
    padding: 40px 0;
}

    .content .post {
        font-size: 15px;
    } 
    
        .content .post p {
            line-height: 22px;
        } 

/* CHAMADA */

.chamada {
    width: 100%;
    padding: 60px 0;
    background-color: #F7F7F7;
    border-bottom: 1px solid #e0e0e0;
    background-color: #012e5d;
}

    .chamada h3 {
        color: #ffffff;
        font-size: 24px;
    }

        .chamada h3 span {
            font-size: 33px;
            color: #ffffff;
            font-weight: 800;
        }

/* EMPRESA */

.empresa {
    width: 100%;
    padding: 80px 0;
    background-color: #ffffff;
}

    .empresa h2 {
        font-size: 40px;
        font-weight: 800;
        position: relative;
    }

    .empresa .badge {
        background-color: #012e5d;
    }

    .empresa p.description {
        line-height: 20px;
        text-align: justify;
        text-indent: 40px;
    }

    .empresa .quality {
        padding-left: 40px;
        margin-top: 20px;
        position: relative;
    }

        .empresa .quality span.glyphicon {
            position: absolute;
            left: 10px;
            top: 5px;
        }

        .empresa .quality p {
            font-size: 16px;
            font-weight: 700;
        }

        .empresa .card {
            background: white;
            border-radius: 16px;
            padding: 30px 25px;
            width: 260px;
            transition: all 0.3s ease;
            position: relative;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.1), 0 0 50px rgba(0, 0, 0, 0.05);
        }

            .empresa .card:hover {
                transform: translateY(-5px);
            }

            .empresa .card i {
                position: absolute;
                width: 50px;
                margin-left: -18px;
                left: 50%;
                height: auto;
                top: -20px;
                font-size: 30px;
            }
                
                .empresa .card i {
                    color: #012e5d;
                }

            .empresa .card p.number {
                font-size: 20px;
                font-weight: 800;
                text-align: center;
            }

            .empresa .card h4 {
                font-weight: 600;
                text-align: center;
            }

            .empresa .card p.text {
                font-size: 14px;
                text-align: center;
                margin-top: 10px;
            }

/* EXCELLENCE */

.excellence {
	width: 100%;
    height: auto;
	background: url(../img/excellence.jpg) no-repeat center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

	.excellence .overlay {
		background-color: rgba(0, 0, 0, 0.6);
		width: 100%;
        height: 100%;
        padding: 150px 0;
	}

		.excellence .overlay .box:hover .round {
			background-color: #012e5d;
			border-color: #012e5d;
		}

			.excellence .overlay .box .round {
				width: 60px;
				height: 60px;
				border: 2px solid #ffffff;
				border-radius: 60px;
				margin: 0 auto;
				transition: all 0.5s ease;
			}

				.excellence .overlay .box .round i {
					display: block;
					width: 100%;
					height: 100%;
					line-height: 60px;
					font-size: 20px;
					color: #ffffff;
					text-align: center;
				}

			.excellence .overlay .box h4 {
				text-transform: uppercase;
				font-size: 20px;
				color: #ffffff;
				text-align: center;
				margin: 20px 0 0 0;
			}

				.excellence .overlay .box h4 span {
					color: red;
				}

			.excellence .overlay .box p {
				color: #ffffff;
				text-align: center;
				margin: 20px 0 0 0;
			}

/* SERVIÇOS */

.servicos {
    width: 100%;
    padding: 80px 0;
    background-color: #ffffff;
}

    .servicos .badge {
        background-color: #012e5d;
    }

    .servicos h2 {
        font-size: 40px;
        font-weight: 800;
        position: relative;
    }

    .servicos .cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }
    
        .servicos .cards .card {
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        }
    
            .servicos .cards .card img.main {
                width: 100%;
                height: 40%;
                object-fit: cover;
            }
    
            .servicos .cards .card .card-content {
                padding: 25px 20px;
                flex-grow: 1;
                text-align: center;
            }

                .servicos .cards .card img.logo-icon {
                    width: 30px;
                    height: auto;
                    margin: 0 auto;
                }
    
                .servicos .cards .card .card-content h3 {
                    font-size: 1.5rem;
                    margin-bottom: 15px;
                    font-weight: 700;
                    text-align: center;
                }
    
                .servicos .cards .card .card-content p {
                    font-size: 1.05rem;
                    color: #555;
                    line-height: 1.6;
                    text-align: center;
                    margin-top: 30px;
                }


/* FEEDS */

.feeds {
    width: 100%;
    padding: 80px 0;
    background-color: #ffffff;
}

    .feeds h2 {
        font-size: 40px;
        font-weight: 800;
        position: relative; 
    }

    .feeds .badge {
        background-color: #012e5d;
    }

    .feeds .sbi #sbi_load {
	text-align: right !important;
    }


/* CONTATO */      

.contato {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #f6f6f6;
    position: relative;
    border-top: 1px solid #dbdbdb;
}

    .contato .badge {
        background-color: #012e5d;
        float: right;
    }

    .contato h2 {
        font-size: 40px;
        font-weight: 800;
        position: relative;
    }
	
	    .contato .box {
                display: block;
                text-decoration: none;
                background-color: #ffffff;
                border: 1px solid #e5e7eb;
                border-radius: 12px;
                padding: 48px 32px;
                transition: all 0.3s ease;
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
                height: 100%;
                position: relative;
                z-index: 1;
                text-align: center;
                margin-top: 50px;
            }

            .contato .box:hover {
                transform: translateY(-8px) scale(1.02);
                border-color: rgba(255, 255, 255, 0.3);
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
                text-decoration: none;
            }

                .contato .box:hover .card-background {
                    opacity: 1;
                }

                .contato .box .icon-wrapper {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    width: 80px;
                    height: 80px;
                    border-radius: 50%;
                    background: rgba(238, 238, 238, 1);
                    margin-bottom: 24px;
                    transition: all 0.4s ease;
                    animation: float 3s ease-in-out infinite;
                }

                    .contato .box .icon-wrapper svg {
                        color: #000000;
                    }

                .contato .box:hover .icon-wrapper {
                    transform: scale(1.1) rotate(5deg);
                    background: #012E5D;
                }

                    .contato .box:hover .icon-wrapper svg {
                        color: #ffffff;
                    }

                .contato .box .card-label {
                    font-size: 1.125rem;
                    font-weight: 600;
                    color: 000000;
                    margin-bottom: 8px;
                    text-transform: uppercase;
                    letter-spacing: 0.1em;
                    font-size: 0.875rem;
                }

                .contato .box .card-info {
                    font-size: 1.3rem;
                    font-weight: 700;
                    color: #000000;
                    margin-bottom: 16px;
                    line-height: 1.3;
                }

                .contato .box .card-action {
                    display: inline-block;
                    font-size: 1rem;
                    font-weight: 600;
                    color: #000000;
                    opacity: 0;
                    transform: translateY(10px);
                    transition: all 0.3s ease;
                }

                .contato .box:hover .card-action {
                    opacity: 1;
                    transform: translateY(0);
                }

            @keyframes float {
                0%, 100% {
                    transform: translateY(0px);
                }
                50% {
                    transform: translateY(-10px);
                }
            }

/* ESTIMATE */

.estimate {
    width: 100%;
    height: auto;
    background: url(../img/estimate.jpg) no-repeat center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

    .estimate .overlay {
        background-color: rgb(0 0 0 / 60%);
        width: 100%;
        height: 100%;
        padding: 80px 0;
    }

        .estimate .overlay .form {
            position: relative;
            z-index: 9;
        }

            .estimate .overlay .form input {
                margin: 15px 0 0 0;
                text-align: center;
            }

            .estimate .overlay .form a {
                margin: 28px 0 0 0;
                padding: 15px 0;
                font-size: 18px;
                font-weight: 700;
            }

        .estimate .overlay .diviser {
            display: inline-block;
            position: relative;
            background: #fff;
            height: 110px;
            width: 4px;
            margin: 0 auto;
            border-radius: 2px;
            z-index: 9;
        }

        .estimate .overlay .info {
            color: #fff;
            position: relative;
            z-index: 9;
            text-align: left;
        }

            .estimate .overlay .info h3 {
                margin: 10px 0 0 0;
                font-weight: 600;
            }

            .estimate .overlay .info p {
                margin: 20px 0 0 0;
                font-size: 17px;
            }

/* RODAPÉ */

.rodape {
    width: 100%;
    height: auto;
    padding: 80px 0 60px 0;
    position: relative;
    color: #ffffff;
    background: #012e5d url(../img/bg-cmyk.png) no-repeat right bottom / 300px;
}

    .rodape input {
        background-color: transparent;
        border: 1px solid #ffffff;
        height: 60px;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
    } 

    .rodape button {
        font-size: 15px;
        outline: none;
        display: inline-block;
        text-decoration: none;
        background-color: #ffffff;
        color: #012e5d;
        border-radius: 20px;
        font-weight: 700;
        padding: 8px 20px;
        border: 0;
        margin-top: 20px;
    }

    .rodape h4 {
        color: #ffffff;
    }

    .rodape hr {
        border-color: rgba(255, 255, 255, 0.527);
        margin-top: 40px;
    }

    .rodape img {
        width: 230px;
        height: auto;
    }

    .rodape .descricao {
        margin-top: 20px;
    }

    .rodape h3 {
        font-weight: 800;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .rodape .menu-footer {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .rodape .menu-footer li:first-child {
            margin-top: 60px;
        }

        .rodape .menu-footer li {
            margin-top: 5px;
        }

            .rodape .menu-footer li a {
                text-decoration: initial;
                color: #ffffff;
                font-weight: 600;
                outline: none;
                display: block;
                text-align: center;
                font-size: 18px;
            }

        .rodape .fale h6 {
            font-size: 25px;
            line-height: normal;
            font-weight: 600;
            padding: 0;
            margin: 0;
        }

        .rodape .fale a.phone {
            font-size: 25px;
            line-height: normal;
            font-weight: 600;
            padding: 0;
            margin: 0;
            font-weight: 700;
            text-decoration: none;
        }

        .rodape .endereco {
            margin-top: 15px;
        }

            .rodape .endereco h6 {
                font-size: 18px;
                line-height: normal;
                font-weight: 600;
                padding: 0;               
            }

	    .rodape .endereco h6.title {
		color: #337ab7;
	    }
        
        .rodape .direitos-reservados {
            font-size: 14px;
            text-align: center;
            margin-top: 40px;
            line-height: 20px;
        }

            .rodape .direitos-reservados a {
                color: #ffffff;
                text-decoration: none;
                font-weight: 600;
            }

/* RESPONSIVE */

@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}

@media only screen and (max-width : 1200px) {
}

@media only screen and (max-width : 992px) {
    .servicos {
        text-align: center;
    }
    .banner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .slider_bg .text {
        text-align: center;
    }
    .banner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .slider_bg .text h1 {
        font-size: 30px;
    }
    .banner .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .slider_bg .text p {
        padding: 0 30px;
    }
    .contato {
        text-align: center;
    }
    .contato a.btn-default {
        float: none;
    }
    .rodape {
        text-align: center;
    }
    .excellence .overlay {
        padding: 80px 0;
    }
    .excellence .col-md-3:first-child .box {
        margin-top: 0px;
    }
    .excellence .box {
        margin-top: 30px;
    }
    .empresa .card {
        width: 100%;
    }
}

@media only screen and (max-width : 768px) {
    .servicos .cards .card .card-content h3 {
        font-size: 1.3rem;
    }
    .chamada h3 span {
        font-size: 24px;
    }
    .chamada h3 span {
        font-size: 24px;
    }
    .empresa {
        text-align: center;
    }
    .empresa .quality {
        padding-left: 0px;
    }
    .empresa .quality span.glyphicon {
        display: none;
    }
    .empresa h2 {
        font-size: 26px;
    }
    .servicos h2 {
        font-size: 26px;
    }
    .contato h2 {
        text-align: center;
    }
    .contato h2 {
        font-size: 26px;
    }
    .empresa p.description {
        text-align: center;
    }
    .empresa .card {
        margin-top: 40px;
        width: 100%;
    }
    .rodape .fale h6 {
        font-size: 20px;
    }
    .contato .badge {
        float: none;
        display: inline-block;
    }
    .empresa .mt-30px {
        margin-top: 0px;
    }
    .excellence .overlay {
        padding: 80px 0;
    }
    .excellence .col-md-3:first-child .box {
        margin-top: 0px;
    }
    .excellence .box {
        margin-top: 30px;
    }
    .empresa .col-md-6:first-child .card {
        margin-top: 40px;
    }
    .estimate .overlay .info h3 {
        text-align: center;
    }
    .estimate .overlay .info p {
        text-align: center;
    }

}

@media only screen and (max-width : 480px) {
    .chamada h3 span {
        font-size: 24px;
    }
    .chamada h3 span {
        font-size: 24px;
    }
    .excellence .overlay {
        padding: 80px 0;
    }
}
