section.topbar {
    background: var(--azul);
    padding: 15px 0;
}

section.topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.topbar h1 {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: normal;
}

section.topbar a {
    display: flex;
    align-items: center;
    gap: 10px;
    align-items: center;
    color:#fff;
    font-size: 14px;
}

section.topbar a svg {
    fill: var(--verde);
    width: 18px;
    height: 18px;
    display: block;
}

section.intro {
    background: #fff;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

header {
    width: 100%;
    background: transparent;
    z-index: 9999;
    background: var(--azul);
}

header.fixo {
    position: fixed;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

header .principal {
    transition: all .3s;
}

header.fixo .principal {
    padding: 0 0;
}

header .logo img {
    transition: all .3s;
    width: 207px;
}

header.fixo .logo img {
    width: 100px;
}

.social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

.social a:hover svg {
    fill: var(--verde);
}


.chama__responsivo {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: var(--verde);
    border-radius: 4px;
}

.chama__responsivo .lines {
    display: flex;
    gap: 2px;
    flex-direction: column;
}

.chama__responsivo .lines span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--azul);
    transition: all .3s;
}

header .agendamento .cta__primary .lines span:last-child {
    width: 25px;
}

header .agendamento .cta__primary:hover .lines span, header .agendamento .cta__primary:focus .lines span {
    width: 24px;
    background: #fff;
}

header .menu {
    flex: 1;
}

header .menu .menu-menu-header-container {
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: 1px #dedede solid;
}

header .menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    transition: all .3s;
    gap: 5px;
}

header .menu ul li {
    position: relative;
    margin: 0 20px;
}

header .menu ul li:hover:before {
    content: '';
    width: 33.3%;
    height: 3px;
    bottom: 0;
    display: block;
    background: var(--verde);
    position: absolute;
    right: 0;
    z-index: 1;
}

header .menu ul li a {
    color: #fff;
    padding: 10px 0;
    display: block;
    transition: all .4s;
    border-radius: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}

header .menu ul li:hover a:before {
    content: '';
    width: 100%;
    height: 3px;
    bottom: 0;
    display: block;
    background: var(--amarelo);
    position: absolute;
    left: 0;
}

header .menu ul li:hover a:after {
    content: '';
    width: 33.3%;
    height: 3px;
    bottom: 0;
    display: block;
    background: #0159a6;
    position: absolute;
    left: 0;
}

header .menu ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    flex-direction: column;
    background: #fff;
    box-shadow: -1px 14px 10px #0003;
    border-radius: 0 0 10px 10px;
    padding: 15px;
    display: none;
    margin: 0;
}

header .menu ul.sub-menu li {
    width: 100%;
    border-bottom: 1px #cbcbcb solid;
    padding: 10px 0;
    
}

header .menu ul.sub-menu li span {
    display: block;
    color: #6b6b6b;
    padding-top: 5px;
    font-size: small;
}

header .menu ul.sub-menu li:hover span {
    color: #fff;
}

header .menu li.menu-item-has-children:hover ul.sub-menu {
    display: flex;
}

header .menu li:hover > a,
header .menu a:hover,
header .menu .orcamento a {
    background: var(--azul);
    color: #fff;
}

header .menu ul li.cta__primary a {
    background: var(--verde);
    color: #fff;
    padding: 15px 45px;
}

header .menu ul li.cta__primary a:hover {
    background: var(--azul-hover);
}

header .menu ul li.login a {
    border: 2px #dedede solid;
    padding: 10px 50px;
    padding-left: 55px;
}

header .menu ul li.login a:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg height='512' viewBox='0 0 32 32' width='512' xmlns='http://www.w3.org/2000/svg' id='fi_3033143'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cpath d='m16 17a6 6 0 1 1 6-6 6 6 0 0 1 -6 6zm0-10a4 4 0 1 0 4 4 4 4 0 0 0 -4-4z'%3E%3C/path%3E%3Cpath d='m16 31a15 15 0 0 1 -11.59-5.49l-.52-.64.52-.63a15 15 0 0 1 23.18 0l.52.63-.52.64a15 15 0 0 1 -11.59 5.49zm-9.49-6.12a13 13 0 0 0 19 0 13 13 0 0 0 -19 0z'%3E%3C/path%3E%3Cpath d='m16 31a15 15 0 1 1 11.59-5.49 15 15 0 0 1 -11.59 5.49zm0-28a13 13 0 1 0 13 13 13 13 0 0 0 -13-13z'%3E%3C/path%3E%3Cpath d='m5.18 24.88s10.07 11.25 20.32 1.12l1.32-1.12s-8.56-8.88-17.25-3.55z'%3E%3C/path%3E%3Ccircle cx='16' cy='11' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    opacity: .7;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

header .menu ul li.login a:hover:before {
    filter: invert(1);
}

header .menu ul li.login a:hover {
    border-color: var(--verde);
}


header .cta {
    position: relative;
    padding: 30px 40px;
    transition: all .5s;
}

header.fixo .cta {
    padding: 15px 50px;
}

header .cta a {
    display: block;
    position: absolute;
    width: 100vw;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 4;
}

header .cta:after {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--verde);
    z-index: 1;
}

header .cta:hover:after {
    background: #059840;
}

header .cta .icone {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 20px #0000001f;
    background: #0dbd55;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
}

header .cta * {
    position: relative;
    z-index: 2;
}

header .cta .icone svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}


header .cta span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16.5px;
}

header .cta .span1 {
    font-size: 22px;
    font-weight: bold;
    color: var(--amarelo);
}

header .cta .span3 {
    font-weight: bold;
    font-size: 22px;
}


/* Slider */
section.slider {
    display: flex;
    height: fit-content;
}

section.slider img {
    display: block;
}

section.slider .owl-dots {
    display: none;
}

section.slider .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 100%;
    z-index: 10;
}

section.slider .owl-nav button {
    outline: none;
}

section.slider .owl-nav button span {
    display: flex;
    background: var(--azul) !important;
    color: #fff !important;
    font-size: 14px !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-indent: -9999px;
    position: relative;
}

section.slider .owl-nav button span:hover {
    background: var(--azul-hover) !important;
}

section.slider .owl-nav button span:before {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    left: 9px;
    top: 10px;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
    transform: rotate(-45deg);
}

section.slider .owl-nav .owl-prev {
    transform: rotate(180deg);
    margin-left: 20px;
}

section.slider .owl-nav .owl-next {
    margin-right: 20px;
}


@keyframes zoom {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

section.slider .image img {
    display: block;
    position: relative;
    z-index: 2;
}

section.slider .owl-dots {
    display: none;
}

section.slider .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 100%;
    z-index: 10;
}

section.slider .owl-nav button {
    outline: none;
}

section.slider .owl-nav button span {
    display: flex;
    background: var(--azul) !important;
    color: #fff !important;
    font-size: 14px !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-indent: -9999px;
    position: relative;
}

section.slider .owl-nav button span:hover {
    background: var(--azul-hover) !important;
}

section.slider .owl-nav button span:before {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    left: 9px;
    top: 10px;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
    transform: rotate(-45deg);
}

section.slider .owl-nav .owl-prev {
    transform: rotate(180deg);
    margin-left: 20px;
}

section.slider .owl-nav .owl-next {
    margin-right: 20px;
}



/* Title Pages */
section.title__page {
    background: #082e4a;
    background-attachment: fixed;
    display: flex;
    padding: 90px 0;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
}

section.title__page h1 {
    color: var(--verde);
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

section.title__page h1::after {
    content: '.';
    color: var(--amarelo);
}

section.title__page p {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    max-width: 760px;
    margin: auto;
}


/* Menu Responsivo */
.menu__responsivo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: var(--azul);
    height: 100%;
    overflow: auto;
    width: 300px;
    box-shadow: 0 0 30px #00000028;
}

.menu__responsivo .logo {
    margin: 30px;
    text-align: center;
}

.menu__responsivo .logo img {
    max-width: 180px;
}

.menu__responsivo ul li a {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    font-size: 16px;
    border-bottom: 1px #082e4a solid;
}

.menu__responsivo ul li a svg {
    fill: var(--azul);
}

.menu__responsivo ul.sub-menu li a {
    font-size: 13px;
} 

.menu__responsivo ul.sub-menu  {
    background: #f5f5f5;
}

.menu__responsivo ul li a:hover {
    background: var(--azul);
    color: #fff;
}


.menu__responsivo ul li.orcamento,
.menu__responsivo ul li.whatsapp  {
    display: none;
} 

.menu__responsivo ul li.menu-item-has-children > a {
    position: relative;
}

.menu__responsivo ul li.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    display: block;
    right: 20px;
    top: calc(50% - 10px);
    transform: rotate(135deg) translateY(-50%);
    width: 10px;
    height: 10px;
    border-top: 2px #000 solid;
    border-right: 2px #000 solid;
}