@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

:root {
    --orange: #ff6600;
    --blue: #000267;
    --blue-transparent: rgba(0, 2, 103, 0.6);
}

* {
    font-family: "Poppins", sans-serif;
}

.container-main {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

body {
    background-color: white;
    margin: 0px;  
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}


a {
    text-decoration: none !important;
}

ul {
    padding: 0px !important;
    list-style: none !important;
}

img {
    max-width: 100%;
    height: auto;
    align-self: flex-start;
}
/* cores */

.azul {
    color: var(--blue);
}

.branco {
    color: #fff;
}

/* fontes */

.f-nunito {
    font-family: "Nunito", sans-serif;
}

.fw-900 {
    font-weight: 900;
}

.fs-22 {
    font-size: 22px;
}

.fs-14 {
    font-size: 14px;
}

.fs-36 {
    font-size: 36px;
}

.fs-18 {
    font-size: 18px;
}

.fs-24{
    font-size: 24px;
}

.titulo {
    font-size: 54px;
    line-height: 68px;
}

.titulo-h2 {
    font-size: 26px;
    line-height: 138%;
}

/* margin e padding */

.nomargin {
    margin: 0;
}

.nomargint {
    margin-top: 0;
}

.nopadding {
    padding: 0;
}

.nopaddingt {
    padding-top: 0 !important;
}

.nopaddingb {
    padding-bottom: 0 !important;
}

.paddingl20 {
    padding-left: 20px;
}

.paddingl35 {
    padding-left: 35px;
}

.paddingr20 {
    padding-right: 20px;
}

.margin-menu {
    margin-top: 173px;
}

.margint-30 {
    margin-top: -30px;
}

.margint165 {
    margin-top: 165px !important;
}

.margint120 {
    margin-top: 120px !important;
}

.margint90 {
    margin-top: 90px !important;
}

.margint80 {
    margin-top: 80px;
}

.margint75 {
    margin-top: 75px;
}

.margint60 {
    margin-top: 60px;
}

.margint50 {
    margin-top: 50px;
}

.margint45 {
    margin-top: 45px;
}

.margint40 {
    margin-top: 40px;
}

.margint35 {
    margin-top: 35px;
}

.margint30 {
    margin-top: 30px;
}

.margint25 {
    margin-top: 25px;
}

.margint22 {
    margin-top: 22px;
}

.margint20 {
    margin-top: 20px;
}

.margint15 {
    margin-top: 15px;
}

.margint10 {
    margin-top: 10px;
}

.margint5 {
    margin-top: 5px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #36bef7;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/* header */

.navbar .align-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-bg {
    background-color: var(--blue);
}

.menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 12px;
    max-width: 1200px;
    margin: 0 115px;
}

.menu img {
    width: 160px;
    height: 69px;
}

.navbar-itens-menu ul li a {
    display: inline-block;
    list-style: none;
    padding: 14px 22px;
    font-size: 18px;
    position: relative;
    font-weight: 900;
}

.itens-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

/* index */

* {
    box-sizing: border-box;
}

#intro {
    position: relative;
    padding: 0;
    z-index: 0;
}

#intro .mask {
    background-image: url("../img/admin/img-fundo.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: calc(100vh + 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}


#intro .box-text {
    background-color: var(--blue-transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#nossos_diferenciais {
    position: relative;
    top: -10px;
    z-index: 0;
    padding: 60px 0px;
}

#nossos_diferenciais .titulo {
    letter-spacing: 0.2px;
}

#nossos-numeros {
    background-image: url("../img/admin/counter-shape.png");
    background-repeat: no-repeat;
    background-position: center center;
}

/* 6.3 Gradient Grid */
.kayden-gradient-grid .row [class^="col-"]:before {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.kayden-gradient-grid .row [class^="col-"]:after {
    width: 2px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.kayden-gradient-grid .row:first-child [class^="col-"]:not(:last-child):after {
    content: "";
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(40%, var(--orange)),
        to(rgba(199, 40, 40, 0))
    );
    background: linear-gradient(
        0deg,
        var(--orange) 40%,
        rgba(199, 40, 40, 0) 100%
    );
}

.kayden-gradient-grid .row:first-child [class^="col-"]:before {
    content: "";
    background: var(--orange);
}

.kayden-gradient-grid .row:last-child [class^="col-"]:first-child:before {
    content: none;
}

.kayden-gradient-grid .row:last-child [class^="col-"]:not(:last-child):after {
    content: "";
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(40%, var(--orange)),
        to(rgba(199, 40, 40, 0))
    );
    background: linear-gradient(
        180deg,
        var(--orange) 40%,
        rgba(199, 40, 40, 0) 100%
    );
}

.kayden-gradient-grid .row:last-child [class^="col-"]:last-child:before {
    content: none;
}

.kayden-gradient-grid .row:last-child [class^="col-"]:before {
    content: none;
}

.kayden-gradient-grid .row [class^="col-"] {
    position: relative;
}

.kayden-gradient-grid .row [class^="col-"]:first-child:before {
    content: "";
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(40%, var(--orange)),
        to(rgba(199, 40, 40, 0))
    );
    background: linear-gradient(
        270deg,
        var(--orange) 40%,
        rgba(199, 40, 40, 0) 100%
    );
}

.kayden-gradient-grid .row [class^="col-"]:last-child:before {
    content: "";
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(40%, var(--orange)),
        to(rgba(199, 40, 40, 0))
    );
    background: linear-gradient(
        90deg,
        var(--orange) 40%,
        rgba(199, 40, 40, 0) 100%
    );
}

.kayden-gradient-grid .row [class^="col-"]:last-child:after {
    content: none;
}

.kayden-gradient-grid .row [class^="col-"]:before {
    content: "";
    background: var(--orange);
}

.kayden-gradient-grid .row [class^="col-"]:after {
    content: "";
    background: var(--orange);
}

.kayden-gradient-grid
    .row.kayden-single-row
    [class^="col-"]:not(:last-child):after {
    content: "";
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(10%, rgba(199, 40, 40, 0)),
        color-stop(50%, var(--orange)),
        color-stop(90%, rgba(199, 40, 40, 0))
    );
    background: linear-gradient(
        180deg,
        rgba(199, 40, 40, 0) 10%,
        var(--orange) 50%,
        rgba(199, 40, 40, 0) 90%
    );
}

.bg-square {
    position: relative;
}

.bg-square .squares .container {
    position: relative;
}

.bg-square .squares .square-gray {
    opacity: 0.6;
    transform: rotate(-60deg);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: rgb(10 13 36 / 5%) 80px -80px 100px 0px;
    border-radius: 9vw;
    z-index: -10;
    position: absolute;
    height: 45vw;
    width: 45vw;
    top: 10.4vw;
    left: -5.2vw;
}

.bg-square .squares .square-blue {
    opacity: 0.2;
    transform: rotate(-60deg);
    background-image: linear-gradient(
        -183deg,
        var(--blue-transparent) 30%,
        rgb(255, 255, 255) 100%
    );
    border-radius: 11vw;
    z-index: -1;
    position: absolute;
    height: 50vw;
    width: 50vw;
    top: -5.2vw;
    right: -5.2vw;
}

/* footer */
footer {
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("../img/admin/waves-gradient.svg");
    margin-top: 200px;
    padding: 0 0 200px;
}

footer .footer-form {
    background-color: #fff;
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0px 7px 10px #383aa0;
}

.footer-form .required {
    color: red;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="file"],
select,
textarea,
.form-control {
    width: 100%;
    outline: none;
    border: 0;
    border: 1px solid transparent;
    background-color: #e4e4e5;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    box-shadow: none;
    color: #424753;
    padding: 15px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--blue);
    background-color: #e4e4e5;
    color: #373f41;
}

.logo-cliente {
    width: 50px;
    height: 50px;
    object-fit: contain;
}


.box-evento {
    background-color: #FFF;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
    box-shadow: 0 3px 10px var(--blue-transparent);
}

/* Eventos Atuais Carousel*/
.slide {
    margin: 0 20px;
    border: 1px solid #F3F9FF;
    width: 100%;
    padding: 10px;
    max-width: 400px !important;
    box-shadow: 1px 10px 8px -1px rgba(0,0,0,0.71);
    -webkit-box-shadow: 1px 10px 8px -1px rgba(0,0,0,0.71);
    -moz-box-shadow: 1px 10px 8px -1px rgba(0,0,0,0.71);
}

.slide img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
}

.slide-eventos .slide img{
    width: 100%;
    max-width: 200px;
    height: 200px;
    object-fit: contain;
}
.slide-eventos .slide{
    margin: 0 20px;
    border: .5px solid #adadad;
    padding: 10px;
    height: 300px;
    border-radius: 5px;
}
.slide-eventos .slick-list{
    padding-bottom: 20px!important;
}

.slide h5 { 
    font-size: 1.1rem;
    margin-top: 15px;
}

.slide p { 
    font-size: 0.9rem; 
    color: #555;
}

.text-info-evento {
    font-size: 2rem;
    color: #6c757d;   
}

/* carrossel */
.carousel_item {
    margin: 0 20px;
    width: 100%;
    max-width: 400px !important;
}

.carousel_item img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
