:root {
    --principal: #000;
    --secundaria: #2f3158;
    --terciaria: #0053FF;
    --botao: #000;
    --highlight: #f6f6f6;
    --texto: #000;
    --textosecundario: #FFF;

    --recuo-aba-superior: 60px;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
        url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: 'Gill Sans MT';
    src: url('../fonts/GillSansMT.woff2') format('woff2'),
        url('../fonts/GillSansMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans MT';
    src: url('../fonts/GillSansMT-Bold.woff2') format('woff2'),
        url('../fonts/GillSansMT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



html {
    scroll-behavior: smooth;
}

body,
html {
    height: 100%;
}

body {
    background: white;
    font-family: 'Gill Sans MT', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    color: var(--texto);
    overflow-x: hidden;
}
h2 {
    font-size: 54px
}
strong {
    font-weight: 600 !important;
}
a {
    color: var(--terciaria);
}
a:focus {
    color: var(--principal)
}
svg#seta {
    width: 20px;
    height: auto;
    position: relative;

    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}
a:hover svg#seta,
button:hover svg#seta {
    transform: translateX(10px);
}

/* Top */
header {
    position: relative;
    background-color: #000;
    border-bottom: 10px solid var(--terciaria)
}
header ._header .row.position-absolute {
    left: 0;
    right: 0;
    z-index: -1;
}
header ._logo svg {
    width: 145px;
}
header ._navmenu .nav-item {
    padding: 0 2px;
}
header ._navmenu .nav-link {
    padding: 0px 5px 0px 8px;
    border-radius: 0;
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    overflow: hidden;
    border-left: 1px solid white;
}
header ._navmenu .nav-item:first-child .nav-link  {
    border-left: 0px none
}
header ._navmenu ._noborder {
   border-left: 0 none;
}
header ._navmenu .nav-link.active,
header ._navmenu .nav-link:hover {
    color: var(--terciaria);
}
header ._navmenu .nav-link.show {
    color: var(--terciaria);
}

/* Affix default */
header ._logo ._affix {
    display: none !important;
}
/* Affix habilitado */
header .affix-on {
    position: fixed !important;
    z-index: 5;
    background-color: rgb(245, 245, 245);

    animation: slideDown 0.5s ease-out forwards;
}
header .affix-off {
    animation: fadeIn 1s ease-in forwards;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
header .affix-on {
    background-image: none !important;
    margin-top: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
header .affix-on > .container > .row {
    align-items: center !important;
}
header .affix-on ._logo { 
    padding-bottom: 0px !important
}
header .affix-on ._logo svg {
    display: none;
}
header .affix-on ._logo ._affix {
    display: block !important;
}
header .affix-on ._header_nav {
    justify-content: center;
    padding-top: 0px !important
}
header .affix-on._header:before, 
header .affix-on._header:after {
    display: none !important;
}

/* Topo */
/* Affix default */
header ._logo ._affix {
    display: none !important;
}
header .fullbanner {
    position: absolute;
    z-index: 6;
}
/* Banner */
.banner_ctn {
	z-index: -1 !important;
	position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner_ctn,
.banner_ctn .owl-stage-outer,
.banner_ctn .owl-stage,
.banner_ctn .owl-item,
.banner_ctn ._item {
	height: 100vh;
    min-height: 300px
}
.banner_ctn ._item {
	background-position: top center;
	background-repeat: no-repeat;
    position: relative;
    width: 100%;
}
.banner_ctn ._titulo {
	z-index: 3;
	font-size: 22px
}
.banner_ctn ._descricao {
    position: absolute;
    bottom: 30px;
    right: calc((100vw - var(--container-width) - 15px) / 2);
    width: 60%;
}
.banner_ctn .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
}
.banner_ctn .owl-dots button {
	display: inline-block;
}
.banner_ctn .owl-dots button span {
	background-color: #DADBDC;
	width: 6px !important;
	height: 6px !important;
}
.banner_ctn .owl-dots .owl-dot.active span {
	background-color: var(--terciaria) !important;
	transform: scale(2.2);
}

/* Footer */
footer ._footer {
    background-color: black;
    color: white;
}
footer ._footer h4 {
    color: white;
    font-weight: 600;
    font-size: 24px;
    border-bottom: 2px solid #F2F2F2
}
footer ._footer a {
    color: var(--textosecundario);
}
footer ._footer a:hover,
footer ._footer a:focus {
    color: var(--terciaria)
}
footer ._footer ul.nav li .nav-link {
    padding: 4px 6px 4px 0px;
    font-size: 16px;
    border-bottom: 1px solid #333;
    color: var(--textosecundario);
}
footer ._footer ul.nav li a.nav-link:hover {
    color: var(--terciaria);
    text-decoration: none;
}
footer ._footer ul.nav li:last-child,
footer ._footer ul.nav li:last-child .nav-link {
    border-bottom: 0px none
}
footer ._footer ._navmenu_unidades .nav-item {
    border-bottom: 1px solid #333;
}
footer ._footer ._navmenu_social i {
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    font-size: 20px;
    color: black;
    text-align: center;
    padding-top: 5px;
    margin-right: 5px
}

footer ._footer_copyright{
    font-size: 12px;
    background-color: #2a2829;
    color: #FFF;
}

.float_whatsapp {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 50px;
    right: 15px;
    border: 2px solid #e3e3e3;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    z-index: 999;
}

.my-float_whatsapp {
    margin-top: 10px;
    color: #FFF;
}
@media(max-width:767px) {
}
@media(max-width:575px) {
    header ._logo {
        text-align: center;
    }
    header ._logo img {
        max-width: 200px;
        margin: 0 auto
    }
    
    ._footer_info ._logo img {
        max-width: 100px;
    }
    footer ._footer ._navmenu_social a {
        font-size: 30px !important
    }
}
@media(max-width:1200px) {
    header ._navmenu .nav-link {
        font-size: 13px;
    }
}