body {
    font-family: "CenturyGhotic", Nunito, sans-serif;
    src: url(../fonts/CenturyGothic.ttf);
    overflow-x: hidden;
    background-color: white;
}

.li {
    list-style-type: none;
    text-align: center;
}

.logo {
    color: #131313;
}

.azul-logo {
    color: #25B0EC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "CenturyGhotic", Montserrat, sans-serif;
    src: url(../fonts/CenturyGothic.ttf);
}

/*Footer*/
.whats {
    max-width: 40px;
    max-height: 40px;
}
.gmail {
    max-width: 40px;
    max-height: 40px;
}
.loca {
    max-width: 40px;
    max-height: 40px;
}
/*Footer*/

a,
a:focus,
a:hover,
button,
button:focus {
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

::selection {
    background: rgba(166, 175, 189, .3);
}

::-moz-selection {
    background: rgba(166, 175, 189, .3);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(0, 0, 0, .2);
    border-right: 5px solid rgba(0, 0, 0, .2);
    border-bottom: 5px solid rgba(0, 0, 0, .2);
    border-left: 5px solid #000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.custom-nav {
    padding: 15px 0;
    width: 100%;
    border-radius: 0;
    z-index: 1040;
    margin-bottom: 0;
    transition: all .5s ease-in-out;
    background-color: transparent;
}

.custom-nav.stickyadd .navbar-toggler {
    color: #000;
}

.custom-nav.navbar-show {
    background: #fff !important;
}

.custom-nav:has(> .navbar-collapse.show) {
    background: #fff !important;
}

.custom-nav.navbar-show .navbar-nav li a,
.custom-nav.navbar-show .navbar-toggler {
    color: #000 !important;
}

.custom-nav.navbar-show .navbar-nav li a:before {
    background: #000;
}

.custom-nav.navbar-show .logo-light {
    display: none !important;
}

.custom-nav.navbar-show .logo-dark {
    display: inline-block !important;
}

.custom-nav.stickyadd {
    background-color: #fff;
    padding: 8px 0;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1);
}

.custom-nav .navbar-nav li a {
    color: #fff;
    font-size: 16px;
    background-color: transparent !important;
    padding: 15px 0;
    position: relative;
    margin: 0 7px;
    font-weight: 600;
    transition: all .4s;
}

.navbar-toggle,
.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0;
}

.custom-nav .navbar-nav li.active a:before,
.custom-nav .navbar-nav li:active a:before,
.custom-nav .navbar-nav li:hover a:before,
.custom-nav.stickyadd .navbar-nav li.active a:before,
.custom-nav.stickyadd .navbar-nav li:active a:before,
.custom-nav.stickyadd .navbar-nav li:hover a:before {
    opacity: 1;
}

.custom-nav .navbar-nav li a:before,
.custom-nav.stickyadd .navbar-nav li a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10%;
    height: 6px;
    width: 6px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    transform: translateX(-50%);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.custom-nav.stickyadd .navbar-nav li a:before {
    background: #000 !important;
}

.navbar-toggler {
    color: #fff;
}

.custom-nav.stickyadd .navbar-nav li a {
    color: #000;
}

.navbar-toggle {
    color: #fff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.logo .logo-light,
.stickyadd .logo .logo-dark {
    display: inline-block;
}

.logo .logo-dark,
.stickyadd .logo .logo-light {
    display: none;
}

.custom-nav .navbar-brand.logo img {
    height: 44px;
}

.home-bg {
    background-image: url(../IMG/WhatsApp\ Image\ 2023-03-10\ at\ 10.50.59.jpeg);
    /*filter: blur(20);*/
    filter: grayscale(90%);
    backdrop-filter: drop-shadow(4px 4px 10px rgb(0, 0, 0));

    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-color: #131313;
    min-height: 500px;
}

.no-webp .home-bg {
    background-image: url(../IMG/WhatsApp\ Image\ 2023-03-10\ at\ 10.50.59.jpeg);
    /*filter: blur(20);
    padding-top: 100px;*/
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    position: relative;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header_title {
    font-size: 72px;
    font-weight: 400;
    line-height: 1.2;
}

.social_home li a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    width: 30px;
    text-align: center;
}

.social_home li a:hover {
    background: #d2d2d226;
    border-radius: 20px;
}

.bg-overlay,
.bg-overlay-gredient {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}

.bg-overlay {
    background: rgba(0, 0, 0, .7);
}

.btn-outline-custom {
    transition: all .5s;
    font-size: 15px;
}

.btn {
    padding: 12px 26px;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-outline-custom {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1px;
}

.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}

section {
    position: relative;
    background-color: #fff;
}

.pv-80 {
    padding: 80px 0;
}

.h-100vh {
    height: 100vh;
}