@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body,
h1,
h2,
h3 {
    font-family: 'Ubuntu', sans-serif;
}

html,
body {
    scroll-behavior: smooth;
}

a:focus,
a:hover {
    border: 2px solid #F00;
}


.lead,
.ubuntu {
    font-family: 'Ubuntu', sans-serif;

}

.container {
    max-width: 960px;
}

/* html {
    scroll-behavior: smooth;
} */

/*
 * Custom translucent site header
 */
@media (min-width: 800px) {
    .fixo {
        transition: 0.6s;
        position: fixed !important;
        top: -2px;
        z-index: 1 !important;
        width: 1295px;
        animation: mostra 0.5s ease-in-out;
    }
}

.navbar-brand {
    margin-right: 0rem !important;
}

@media screen and (max-width: 768px) {

    .navbar-brand {
        width: 44% ;
    }
}

.social-bar {
    gap: 15px;
}

.social-icon {
    width: 35px;
    height: 35px;
    background-color: #00abeb;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.social-icon:hover {
    background-color: #0295ca;
    color: #fff;
}

.site-header {
    background: transparent !important;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
    color: #000000 !important;
    transition: ease-in-out color .15s;
}

.site-header a:hover {
    color: #BA007D;
    text-decoration: none;
}

.glass-header,
.navbar {
    padding: 15px 5px;
    width: 100%;
    background: rgba(253, 187, 255, 0.185);
    align-items: center;
    backdrop-filter: blur(2px);
    border-bottom: 2px solid rgba(255, 255, 255, .1);
}

.glass-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    transition: .7s;
    z-index: 3;
    max-width: 50%;
}

.glass-header:hover::before {
    left: 50%;
    z-index: 3;
    max-width: 50%;
}

.menu-bt {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 40px;
    cursor: pointer;
    transition: 1s ease-in-out;
}

@media screen and (max-width: 768px) {
    .menu-bt {
        display: flex;
    }
}

/* barra central do menu*/
.menu-btn-hamburger {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 5px;
    transition: .5s ease-in-out;
}

/* before e after utilizado para criar elementos sem utilizar html(no caso as barras do menu cima e baixo)*/
.menu-btn-hamburger::before,
.menu-btn-hamburger::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
}

.menu-btn-hamburger::before {
    transform: translateY(-13px);
}

.menu-btn-hamburger::after {
    transform: translateY(13px);
}

#menu{
    width: 200px !important;
}



/* animação do menu indo para o lado */
.menu-bt.open {
    transform: translateX(110px);
}

/* animação do X */
.menu-bt.open .menu-btn-hamburger {
    transform: translateX(50px);
    background: transparent;
    box-shadow: none;
}

.menu-bt.open .menu-btn-hamburger::before {
    transform: rotate(45deg) translate(35px, -35px);
}

.menu-bt.open .menu-btn-hamburger::after {
    transform: rotate(-45deg) translate(35px, 35px);
}

.side-bar {
    position: fixed !important;
    top: 16px;
    left: -250px;
    background-color: transparent;
    width: 250px;
    height: 100%;
    transition: left 0.5s ease-in-out;
    z-index: 1;
}


.mobilemenu {
    top: 0px;
    position: relative !important;
    display: block;
    font-family: 'Ubuntu', sans-serif;
    list-style-type: none !important;
    text-decoration: none !important;
}

.mobilemenu:hover {
    transform: scale(1.06);
}

.menu-bt.open+.side-bar {
    left: 0;
    width: 200px;
}

.side-bar.open {
    left: 0;
}


.menuopen {
    margin-right: 100px;
}


/* owl carrousel */

.owl-carousel img {
    display: flex;
}

.owl-stage {
    margin-top: 25px;
    margin-bottom: 25px;
}

.card_box {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    background: rgba(253, 187, 255, 0.185);
    align-items: center;
    backdrop-filter: blur(2px);
    border: 4px solid rgba(255, 255, 255, .1) !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: .3s;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    z-index: 9999;
}


.card_text {
    padding: 30px 20px 25px 20px;
}

.card_text h4 {
    position: relative;
    color: #009BDB;
    font-size: x-large;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    pointer-events: none;
    z-index: -1;
}

.card_text p {
    line-height: 100%;
    margin-top: 30px;
    font-family: inherit;
}

.owl-prev,
.owl-next {
    width: 255px;
    justify-content: center;
}

#head_text {
    font-size: xx-large;
}

.head_para {
    display: flex;
    margin-top: 15px;
}


/*
  Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}


/*
 * Extra utilities
 */
h1 {
    font-family: 'Ubuntu', sans-serif;
}

.flex-equal>* {
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal>* {
        -ms-flex: 1;
        flex: 1;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.navbar {
    margin: -15px 0rem;
    z-index: 6 !important;
}

::selection {
    background: #009bdb;
    color: #ffffff;
}

.titulo-section {
    color: #009BDB;
    font-size: xx-large;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}

.subtitulo-section {
    color: #4e4e4e;
    font-size: large;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}

.titulo-footer {
    color: #BA007D;
    font-size: medium;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}

.links-areas {
    margin-top: 30px;
}

.font-menu {
    font-size: 15px;
}

.texto-sobre-nos {
    margin-top: 0px;
}

.nav-item {
    margin: 10px;
}

.visao-iok {
    background-image: url('../img/conteudo/bg-page-instituto-olga-kos.jpg');
    background-attachment: fixed;
    color: #fff;
}

/* 
.scroll {
    animation: fadeLeft ease-in;
    animation-timeline: view();
    animation-range: cover 0% cover 40%;
} */

.banner-contato {
    background-image: url('../img/fundos/bg-comum-iok.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 30rem;
}

.titulo-banner {
    padding-top: 200px;
    padding-left: 200px;
    color: #009bdb;
    font-size: 50px;
    font-weight: bold;
}

.card-title {
    font-family: 'Roboto', sans-serif;
    font-size: larger;
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        translate: -50vh 0;
    }

    20% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}

.bg-leiemenda {
    background-image: url('../img/fundos/bg-comum-iok.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-nossahist {
    box-shadow: #000000dc 0px 0px 20px !important;
    filter: blur(4) !important;
}

#apoiobg {
    box-shadow: #222222bd 0px 0px 20px !important;
    filter: blur(4) !important;
}

.txs-10 {
    font-size: 10px;
}

.txs-15 {
    font-size: 15px;
}

.txs-20 {
    font-size: 20px;
}

.txs-25 {
    font-size: 25px;
}

.txs-30 {
    font-size: 30px;
}

.txs-35 {
    font-size: 35px;
}

.txs-40 {
    font-size: 40px;
}

.txs-45 {
    font-size: 45px;
}

.txs-50 {
    font-size: 50px;
}

.txs-55 {
    font-size: 55px;
}

.card-noticia {
    margin-bottom: 50px;
}

.btn-continue {
    position: absolute;
    bottom: 0;
    width: 85%;
    margin-bottom: 10px;
}

.border-bottom {
    border-bottom: #4e4e4e;
}

.slide-btn {
    margin-top: -29%;
    margin-left: 5%;
}

.bg-info-ar {
    background-image: url('../img/fundos/bg-informacoes-iok.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 30rem;
    color: white;
    font-weight: bold;
    margin: auto;
    align-items: center;
    text-align: center;
    padding: 150px;
}

a.botao-info {
    background-color: #f0f0f0;
    padding: 10px;
    color: grey;
    border-radius: 20px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}

a.botao-cont {
    background-color: #009bdb;
    padding: 10px;
    color: rgb(255, 255, 255);
    border-radius: 20px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}

.box-cult {
    background-color: #fc6501;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    max-width: 300px;
    border-radius: 20px 0px 20px 0px;
}

.box-esporte {
    background-color: #369428;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    max-width: 300px;
    border-radius: 20px 0px 20px 0px;
}

.box-pesq {
    background-color: #2b429b;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    max-width: 300px;
    border-radius: 20px 0px 20px 0px;
}

/*cards*/

.card-instancia {
    background: white;
    border-radius: 46px;
    width: 400px;
    max-width: 450px;
    height: 800px;
    padding: 15px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 46px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent) !important;
    transition: .8s !important;
}

.card-instancia1 {
    background: white;
    border-radius: 46px;
    width: 400px;
    max-width: 450px;
    height: 800px;
    padding: 15px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 46px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent) !important;
    transition: .7s !important;
}

.card-instancia2 {
    background: white;
    border-radius: 46px;
    width: 400px;
    max-width: 450px;
    height: 800px;
    padding: 15px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 46px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent) !important;
    transition: .7s !important;
}

.card-instancia::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    transition: .8s;
}

.card-instancia:hover::before {
    left: 100% !important;
}

.card-instancia1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    transition: .7s;
}

.card-instancia1:hover::before {
    left: 50% !important;
}

.card-instancia2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    transition: .7s;
}

.card-instancia2:hover::before {
    left: 50% !important;
}

/* Resposividade */

@media (max-width: 768px) {
    .titulo-banner {
        padding-top: 246px;
        padding-left: 62px;
        color: #009bdb;
        font-size: 50px;
        font-weight: bold;
    }

    .bg-info-ar {
        background-image: url('../img/fundos/bg-informacoes-iok.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 20rem;
        color: white;
        font-weight: bold;
        margin: auto;
        align-items: center;
        text-align: center;
        padding: 10px;
    }

    .texto-botao-small {
        font-size: 13px;
    }

    .txs-sm-10 {
        font-size: 5px;
    }

    .txs-sm-15 {
        font-size: 7px;
    }

    .txs-sm-20 {
        font-size: 10px;
    }

    .txs-sm-25 {
        font-size: 15px;
    }

    .txs-sm-30 {
        font-size: 20px;
    }

    .txs-sm-35 {
        font-size: 25px;
    }

    .txs-sm-40 {
        font-size: 30px;
    }

    .txs-sm-45 {
        font-size: 35px;
    }

    .txs-sm-50 {
        font-size: 40px;
    }

    .txs-sm-55 {
        font-size: 45px;
    }

    .elemento-pai {
        display: flex;
        flex-direction: column;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }
}

.video-redondo {
    border-radius: 20px 0px 20px 0px;
}

.img-atuacao {
    transition: 0.2s ease-in-out;
    width: 70%;
}

.img-atuacao:hover {
    width: 50%;
    border-radius: 30px 30px 30px 30px;
    transform: translate(-5%, 5%);
}

.fixar-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 35px;
    align-items: baseline;
}

.w-75 {
    width: 75%;
    height: auto;
}

.jumbotron {
    border-radius: 0px 0px 20px 20px;
}

.img-capa {
    border-radius: 20px 0px 20px 0px;
}

.btn {
    border-radius: 30px;
}

.cpa {
    margin-top: 15px;
}

input,
.form-control {
    border: 1px solid #696969;
    border-radius: 10px 10px 10px 10px;
}

.label-form {
    color: #696969;
    font-size: 18px;
}

.firt-menu {
    padding: 8px;
    margin: auto;
    margin-bottom: -15px;
    width: 90%;
}

.social-btn {
    margin: 8px;
}

.social-btn:hover {
    margin: 8px;
    color: #009bdb;
}

@media (max-width: 900px) {
    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .elemento-pai {
        display: flex;
        flex-direction: column;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }
}


/* Tirar visibilidade quando tela grande */

.hidden-md {
    display: none;
}

.visible-md {
    display: block;
}

.social-footer {
    margin-top: 20px;
}

.btn-footer {
    margin: 15px;
    font-size: 25px;
}

.btn-footer:hover {
    margin: 15px;
    font-size: 25px;
}

.btn-saiba {
    width: 85%;
}

.text-cultura {
    color: #fc6501;
}

.text-esporte {
    color: #369428
}

.text-pesquisa {
    color: #2b429b;
}

.inst-img {
    height: 130px;
}

.btn-apoie {
    background-color: #009bdb;
    color: #ffffff;
    margin-top: 100px;
    border-radius: 10px 0px 10px 0px;
    padding: 11px;
    margin-left: 15px;
}

.btn-apoie:hover {
    background-color: #460001;
    color: #ffffff;
    margin-top: 100px;
    border-radius: 10px 0px 10px 0px;
    padding: 11px;
    margin-left: 15px;
}

.bg-primary {
    background-color: #009bdb;
    color: #e5e5e5;
}

.bg-primary:hover {
    background-color: #460001;
    color: #e5e5e5;
}

.btn-apoie-ins {
    color: #009bdb;
    background-color: #b9b9b9;
    border-color: #b9b9b9;
}

.image-border {
    border-radius: 20px 0px 20px 0px;
}


/* Tirando bolinha do LI */

li.endereco {
    list-style-type: none;
    padding: 20px;
    background-color: #f1f1f16b;
    border-radius: 20px 0px 20px 0px;
}

ul.endereco {
    padding: 20px;
}

.news1 {
    border-radius: 10px 0px 0px 0px;
}

.news2 {
    border-radius: 0px 0px 0px 0px;
}

.news3 {
    border-radius: 0px 0px 10px 0px;
}

.titulo-post {
    font-family: 'Ubuntu', sans-serif;
}

.search1 {
    border-radius: 10px 0px 0px 0px;
    border: 1px solid #009bdb;
}

.search2 {
    border-radius: 0px 0px 10px 0px;
    border: 1px solid #009bdb;
}

.gTag {
    display: none;
    visibility: hidden;
}

.hidden {
    display: none;
}

/* Alterando ordem das divs no mobile */

.elemento-pai {
    display: flex;
    flex-direction: column;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.alert-success:focus {
    outline: max(1px, 0.1em) solid currentColor;
    outline-offset: 0.25em;
}


.btn-primary {
    border-color: transparent;
    color: #fff;
    color: #fff;
    background-image: linear-gradient(75deg, #ff00cc, #af14b8, #7822aa, #333399);
    background-size: 350%;
    background-position: left;
    transition: 0.4s !important;
    width: 30%;
}

.btn-primary:hover {
    background-position: right;
    border-color: transparent;
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    transition: 0.4s !important;
}

/* galeria de fotos */

#content-img {
    width: 65vw;
    transform: scale(0);
    transition: all linear .3s;
    cursor: pointer;
}

.small_img {
    padding: 2px;
    height: 100%;
    cursor: pointer;
    transition: all linear 0.4s;
}

.card_img {
    width: 200px;
    height: auto;
    overflow: hidden;
    margin: 25px;
}

.small_img:hover {
    filter: grayscale(100%);
    transform: scale(1.1);
}

.zoom_active #content-img {
    transform: scale(0.4);
}

.zoom {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    visibility: hidden;
    z-index: 1;
    opacity: 0;
    transition: visibility 0.8s linear, opacity 0.5s linear;
}

.zoom-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    z-index: 1;
}

#bt_close {
    color: #fff;
    background-color: #000;
    position: absolute;
    top: 4%;
    right: 4%;
    padding: 5px 10px;
    font-size: 25px;
    border: solid 1px #fff;
    transition: all ease-out .4s;
    cursor: pointer;
}

#bt_close:hover {
    background-color: #f00;
}

.zoom_active {
    visibility: visible;
    opacity: 1;
    z-index: 9000;
}

.focus_div {
    display: none;
}

.focus_div_a {
    display: block;
}

.item-list {
    width: 25%;
    height: auto;
    text-align: center;
    display: inline-block;
    margin-top: 12px;
}

.div-invisivel {
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    padding: 0px;
    width: 0px;
    left: 0px;
    top: 0px;
    background: transparent;
}

/* fim */

/*Selo de acessibilidade digital*/
.sa {
    position: relative;
    display: inline-block
}

.sa .st {
    visibility: hidden;
    width: 220px;
    background-color: #e2e2e2;
    color: #000;
    text-align: left;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s
}

.sa .st div {
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px
}

.sa .st span {
    display: block;
    text-align: center;
    margin-top: 5px
}

.sa:hover .st {
    visibility: visible;
    opacity: 1
}

.sad .st,
.sae .st {
    top: 0
}

.sab .st,
.sat .st {
    margin-left: -110px;
    left: 50%
}

.sat .st {
    bottom: 110%
}

.sab .st {
    top: 90%
}

.sad .st {
    left: 105%
}

.sae .st {
    right: 105%
}

/*Selo de acessibilidade digital*/

.files-list {
    background-color: #e1e1e1;
    border-radius: 18px 0px 18px 0px;
    transition: 0.6s;
}

.files-list:hover {
    background-color: #c9c7c7;
    border-radius: 18px 0px 18px 0px;
    box-shadow: #0202022b 11px 8px 22px;
    transition: 0.6s;
}