@font-face {
    font-family: 'CirceRounded-AltExtraBold';
    src: url('CirceRounded-AltExtraBold.woff2') format('woff2'),
        url('CirceRounded-AltExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CirceRounded-AltBold';
    src: url('CirceRounded-AltBold.woff2') format('woff2'),
        url('CirceRounded-AltBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CirceRounded';
    src: url('CirceRounded-Bold.woff2') format('woff2'),
        url('CirceRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CirceRounded';
    src: url('CirceRounded-Thin.woff2') format('woff2'),
        url('CirceRounded-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CirceRounded';
    src: url('CirceRounded-Regular.woff2') format('woff2'),
        url('CirceRounded-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CirceRounded';
    src: url('CirceRounded-ExtraLight.woff2') format('woff2'),
        url('CirceRounded-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CirceRounded';
    src: url('CirceRounded-Light.woff2') format('woff2'),
        url('CirceRounded-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CirceRounded';
    src: url('CirceRounded-ExtraBold.woff2') format('woff2'),
        url('CirceRounded-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6, p, span, strong, button, input, b, i, a, a.card-work i {
    font-family: 'CirceRounded', sans-serif;
}

/*CSS Customizado*/
.container {
    width: 1240px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

.row {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(12, 1fr);
    gap: 15px;
}

.row>div {
    width: 100%;
}

.w-12 {
	grid-column: span 12;
}

.w-11 {
	grid-column: span 11;
}

.w-10 {
	grid-column: span 10;
}

.w-9 {
	grid-column: span 9;
}

.w-8 {
	grid-column: span 8;
}

.w-7 {
	grid-column: span 7;
}

.w-6 {
	grid-column: span 6;
}

.w-5 {
	grid-column: span 5;
}

.w-4 {
	grid-column: span 4;
}

.w-3 {
	grid-column: span 3;
}

.w-2 {
	grid-column: span 2;
}

.w-1 {
	grid-column: span 1;
}

section {
	width: 100%;
	padding-bottom: 80px;
	padding-top: 80px;
}

@media (max-width: 980px) {	
	.row>div {
	    width: 100%;
		grid-column: span 12;
	}
}

/*Estilos*/
header.new-header {
    max-height: 100vh;
    background-color: #f0f1f6;
}

header.new-header img {
    height: 100%;
}

section#sobre {
    background-color: #f0f1f6;
}

section#sobre h1 {
    text-align: center;
    width: fit-content;
    margin: auto;
    color: #131649;
    border-bottom: 2px solid #0043ae;
    margin-bottom: 70px;
    font-size: 30px;
}

section#sobre h1 strong {
    color: #0043ae;
}

section#sobre .row {
    display: grid;
    align-items: stretch;
}

section#sobre p {
    color: #131649;
    width: 500px;
    font-size: 17px;
    line-height: 38px;
    max-width: 100%;
}

section#sobre p * {
    display: block;
}

.video, .video * {
    width: 100%;
    height: 100%;
}

section#services {
    background-color: #0144af;
}

.card-service {
    text-align: center;
    border: 2px solid #131649;
    padding: 45px;
    border-radius: 40px;
}

.card-service img {
    height: 50px;
    margin-bottom: 30px;
}

.card-service h2 {
    font-size: 27px;
    font-weight: 900;
    margin-bottom: 20px;
}

.card-service h3 {
    font-size: 18px;
    color: #fff;
}

section#works {
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
    overflow: hidden;
}

section#works>img {
    top: -29px;
    right: -25vw;
    position: absolute;
    z-index: 2;
    height: 105%;
}

.colored-line {
    height: 350px;
    position: absolute;
    background-color: #131649;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

section#works h2 {
    color: #fff;
    width: fit-content;
    margin: auto;
    margin-bottom: 70px;
    border-bottom: 2px solid #fff;
    padding-bottom: 7px;
}

section#works .container {
    z-index: 3;
    position: relative;
}

.row.row-works {
    align-items: stretch;
    gap: 0;
}

a.card-work {
    display: block;
    width: 100%;
    height: 230px;
    background-size: cover!important;
    background-position: center!important;
    text-decoration: none;
}

a.card-work span {
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: rgb(0 0 0 / 65%);
    backdrop-filter: blur(2px);
    color: #fff;
    display: flex;
    opacity: 0;
    transition: all .2s;
}

a.card-work i {
    display: block;
    margin: auto;
    margin-left: 0;
    margin-bottom: 0;
    font-style: inherit;
    font-size: 20px;
    font-weight: 600;
    transform: translateY(34px);
    transition: all .2s;
    transition-delay: 0.1s;
}

a.card-work i::after {
    content: '';
    display: block;
    width: 0;
    border-bottom: 2px solid #0144af;
    opacity: 0;
    transition: all .2s;
    transition-delay: 0.2s;
}

a.card-work:hover i::after {
    opacity: 1;
    width: 100%;
}

a.card-work:hover span {
    opacity: 1;
}

a.card-work:hover {
}

a.card-work:hover i {
    transform: inherit;
}

footer {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .logo-footer img {
    width: 100%;
    margin: auto;
    display: block;
}

footer .row {
    align-items: stretch;
}

footer .endereco {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .endereco i {
    font-size: 33px;
    color: #0144af;
    margin-right: 40px;
}

footer p {
    margin-bottom: 0;
    font-size: 16px;
    color: #131649;
}

footer .social {
    text-align: right;
    font-size: 18px;
    color: #131649;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer .social a {
    color: #131649;
    font-weight: 600;
}

footer .social i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #0144af;
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
    margin-right: 10px;
}

section#contato {
    background-color: #131649;
}

section#contato h2 {
    color: #fff;
    border-bottom: 2px solid #0144af;
    width: fit-content;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

section#contato .row {
    align-items: stretch;
}

section#contato img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

label {
    width: 100%;
    display: block;
    position: relative;
}

label span {
    display: block;
    color: #0144af;
    font-size: 17px;
    font-weight: 600;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 55px;
    transition: all .2s;
}

input, textarea {
    position: relative;
    width: 100%;
    z-index: 2;
    background: transparent;
    border: 0!important;
    border-bottom: 2px solid #0144af!important;
    resize: none;
    height: 50px;
    overflow: hidden;
    padding: 0!important;
    color: #fff;
    margin-bottom: 15px;
}

textarea {
	padding-top: 13px!important;
}

/* Quando o campo estiver em foco */
input:focus + span,
textarea:focus + span {
    top: -30px;
    color: #fff;
}

/* Quando já tiver valor digitado */
input:not(:placeholder-shown) + span,
textarea:not(:placeholder-shown) + span {
    top: -30px;
    color: #fff;
}

/* Borda em foco */
input:focus,
textarea:focus {
    border-bottom: 2px solid #fff!important;
}

form button {
    width: 100%;
    border: 0;
    background-color: #fff;
    height: 50px;
    color: #0144af;
    transition: all .2s;
}

form button:hover {
    background-color: #0242ae;
    color: #fff;
    transform: translateY(-10px);
}

a.chama-no-whats {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    color: #fff;
    font-size: 20px;
    align-items: center;
    text-decoration: none;
}

a.chama-no-whats b {
    font-weight: 500;
}

a.chama-no-whats i {
    line-height: 40px;
    width: 40px;
    background-color: #0242ae;
    border-radius: 10px;
    color: #131649;
}

span.wpp-icon {
    display: flex;
    margin: auto;
    margin-right: 0;
}

nav.fixed-nav.scrolled {
    z-index: 4;
}

.card-service h2 {
    color: #131649;
}

section#services .row {
    display: grid;
    align-items: stretch;
}

.card-service {
    height: 100%;
}

.responsive-video {
  width: 100%;
  max-width: 100%; /* opcional: limita a largura */
  margin: auto;
}

.responsive-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* 16:9 */
.ratio-16-9 {
  aspect-ratio: 16 / 9;
}

/* Shorts (9:16) */
.ratio-9-16 {
  aspect-ratio: 9 / 16;
}

header.work-header {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 100px;
    background-color: #131649;
}

header.work-header h1 {
    color: #fff;
    border-bottom: 2px solid #0144af;
    padding-bottom: 30px;
    width: 350px;
    max-width: 100%;
    font-size: 50px;
}

header.work-header h1 strong {
    color: #0144af;
    display: block;
    font-weight: 900;
}

header.work-header p {
    color: #fff;
    font-size: 22px;
}

section.work-files {
    background-color: #fff;
    border-bottom: 30px solid #0144af;
}

section.work-files .w-12>* {
    margin-bottom: 30px!important;
    display: block;
    width: 100%;
}

nav.fixed-nav.scrolled {
    box-shadow: 0px 0px 50px -35px #000;
}

section.work-files .w-12>.row.row-videos {
    display: grid;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
}

.equalizer {
    display: none;
}

.left-side .follow-us {
    margin-bottom: 30px;
}

.container {margin: auto!important;}

.container>.row {
    margin: auto!important;
}

header.work-header p {
    font-size: 17px;
}

header.new-header img {
    width: 1720px;
    margin: auto;
    display: block;
    position: relative;
    z-index: 2;
    max-width: 100%;
}

header.new-header {
    width: 100%;
    position: relative;
}

header.new-header::after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 40vw;
    background-color: #0143ae;
    z-index: 1;
}

@media (max-width: 980px) {
    section#contato img {
        width: 100%!important;
    }

    nav.fixed-nav {
        z-index: 9!important;
    }

    aside.left-side {
        display: none!important;
    }

    div#hamburger {
        margin-top: auto!important;
        margin-bottom: 8px!important;
    }

    nav.fixed-nav {
        margin: 0!important;
        top: 0!important;
    }

    main {
        padding-top: 78px!important;
    }

    header.new-header img {
        width: 150%;
        max-width: max-content;
        max-width: initial;
    }

    header.new-header {
        width: 100%;
        overflow: hidden;
    }
}