.projetos-h1 {
    font-family: 'Rubik-Bold';
    font-size: 35px!important;
    color: #0A043C;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.subtitle {
    font-family: 'Rubik-Bold';
    font-size: 20px;
    color: #0A043C;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #0A043C;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*conteudo projetos*/

p{
    font-family: 'Rubik-Regular';
    font-size: 18px;
    color: #707070;
    text-align: left;
}

.projetos h1, .edicoes h1, .galeria h1, .audios h1, .videos h1,.galeria h1, .caderno h1, .realizacao h1{
    font-family: 'Rubik-Bold';
    font-size: 30px;
    color: #0A043C;
    text-align: center;
}

.projetos li{
    list-style: none;
}

.banner img{
    width: 1000px;
    height: 400px;
}


/* edicoes */

.bg-edicoes{
    background-image:  url(../img/bg-edicoes.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 300px;
    height: 310px;
    margin: 20px auto;
} */

/* .card img{
    width: 202px;
    height: 225px;
} */
/* .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
} */



.card p{
    text-align: center;
    padding: 10px;
    color: #014268;
}
button {
    font-family: 'Rubik-Bold';
    border: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.card button {
    background-color: #0A043C;
    color: #FFF;
    padding: 8px 15px;
    border-radius: 24px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    float: left;
    transition: all 0.4s ease 0s;
    outline: none;
    margin-top: 20px;
}
.card button a{
    text-decoration: none;
    color: white;
}


.item {
    text-align: center;
}

.owl-stage {
    display: flex;
    align-items: center;
}


.owl-carousel .owl-item figure {
    transition: .175s;
    margin: 50px auto;
    justify-content: center;
    align-items: flex-start;
    opacity: 1;
    width: 100%;
    max-width: 200px;
    background-color: transparent;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 200px;
    height: 240px;
    border-radius: 10px;
}

.owl-stage {
    align-items: center;
    justify-content: center;
}


.carousel-timeline .owl-item.active.center figure {
    transform: scale(1.1);
    opacity: 1;
    min-height: 240px;
}

.carousel-timeline .owl-item.active.center {
    z-index: 9;
}

.owl-carousel .owl-item figure>div.textos-projetos {
    height: 240px;
}

.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border-radius: 50px;
    border: none;
    padding: 0!important;
    width: 30px;
    height: 30px;
    margin-top: 205px;
    outline-style: none;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent;
}

.owl-carousel .owl-nav button.owl-prev {
    margin-left: -35px;
}

.owl-carousel .owl-nav button.owl-next {
    margin-right: -30px;
    /* margin-left: 100%; */
}

.owl-theme .owl-nav [class*="owl-prev"] span,
.owl-theme .owl-nav [class*="owl-next"] span {
    font-size: 12px;
    color: #ffff;
}

.owl-theme .owl-nav [class*="owl-prev"]:hover,
.owl-theme .owl-nav [class*="owl-next"]:hover {
        background-color: transparent!important;

}

.owl-nav button.owl-next {
    background-image: url(../img/next.png)!important;
    background-color: transparent!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 30px 30px!important;
}

.owl-nav button.owl-prev {
    background-image: url(../img/prev.png)!important;
    background-color: transparent!important;
    background-repeat: no-repeat!important;
    background-size: 30px 30px!important;
}


 .owl-theme .owl-nav [class*="owl-prev"] span,
.owl-theme .owl-nav [class*="owl-next"] span {
    display: none;
}


/* Texto editavel */
.buttons {
    text-align: center;
}
.button {
    width: 125px;
    height: 40px;
    background-color: #0A043C;
    border-radius: 24px;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Rubik-Bold';
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    margin: 15px;
    outline: none;
}

.button:hover {
    background-color: #102073;
}

/* audio */
.audios iframe {
    margin-top: 20px;
}
/* /audio */

/* video */

.videos iframe {
    width: 100%;
    max-width: 293px;
    height: 165px;
}

.card-video {
    width: 275px;
    height: 165px;
    margin: 40px 10px;
}

.video-desc {
    font-family: 'Rubik-Medium';
    font-size: 16px;
    text-align: center;
    color: #0A043C;
    line-height: 19px;
    padding-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* .card-video {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 265px;
    height: 179px;
    padding: 0px 52px;
    margin: 20px auto;
}

.card-video:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-video p{
    text-align: center;
    color: #014268;
    padding: 3px;
}

.iframe{
    margin-left: -52px;
    height: 135px;
} */

/* galeria */

.demo {
    width: 600px;
    margin: 0 auto;
}
.demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.demo li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.demo img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 600px;
}

/* caderno */


.caderno .item {
    padding: 5px;
}

.cardeno .owl-carousel .owl-item figure {
    transition: .175s;
    margin: 30px auto;
    justify-content: center;
    align-items: flex-start;
    opacity: 1;
    width: 100%;
    max-width: 200px;
    background-color: transparent;
}

.cardeno .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 200px;
    height: 240px;
    border-radius: 10px;
}





/* realizacao */
.realizacao li{
    list-style: none;
    padding: 0 5px;
}

.realizacao img{
    width: 137px;
    height: 58px;
    margin-bottom: 10px;

}

/*MENU DESKTOP*/
@media only screen and (max-width: 1189px) {
    .projetos-h1 {
        font-size: 16px;
        font-family: 'Rubik-Bold';
    }
    p, .anosfdr p, .autores p{
        font-size: 18px;
    }

    h1{
        font-size: 26px;
    }

    .banner img {
        width: 100%;
        height: 220px;
        margin: 0 auto;
    }

}

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

    .anosfdr span {
        font-size: 14px;
    }
    .anosfdr img {
        height: 140px;
        margin-top: 40%;
    }
    p, .anosfdr p, .autores p {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .carousel-timeline .owl-carousel .owl-stage:before {
        top: 185px;
    }
}

@media (max-width: 991px) {
    .carousel-timeline.owl-item.active.center figure {
        flex-direction: column;
        align-items: center;
    }
    .carousel-timeline.owl-carousel .owl-item.center img, .owl-carousel .owl-item img {
        margin-bottom: 10px;
    }
    .carousel-timeline.owl-carousel.carousel-timeline {
        height: 100%;
    }
}

@media (max-width: 768px) {
    .carousel-timeline.owl-carousel .owl-stage:before {
        top: 100px;
        left: 70px;
    }
    .carousel-timeline .owl-item.active.center figure, .owl-carousel .owl-item figure {
        transform: none;
        max-width: 75%;
        transition: none;
        margin: 0 auto;
    }
    .carousel-timeline .owl-item .datamaster, .owl-item.center .datamaster {
        z-index: 99;
    }
    .carousel-timeline .owl-theme .owl-nav {
        top: calc(50% - 30px);
        margin-top: 0;
    }
    .carousel-timeline .owl-theme .owl-nav [class*=owl-] span {
        font-size: 50px;
    }
    .carousel-timeline .owl-theme .owl-nav [class*=owl-] {
        outline: none;
        background-color: transparent!important;
        margin: 0!important;
        line-height: 20px!important;
    }
    .bg-edicoes {
        background-image: none;
        background-color: #80FFD8;
    }
}

@media (max-width: 767px) {
    .owl-item.active {
        width: 212px!important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 750px){

    .demo {
        width: 300px;
        margin: 0 auto;
    }
    .demo ul {
        list-style: none outside none;
        padding-left: 0;
        margin-bottom:0;
    }
    .demo li {
        display: block;
        float: left;
        margin-right: 6px;
        cursor:pointer;
    }
    .demo img {
        display: block;
        height: auto;
        max-width: 100%;
        width: 300px;
    }

}

@media only screen and (min-width: 319px) and (max-width: 360px){
    .banner img {
        width: 300px;
        height: 215px;
        margin: 0 auto;
    }
}

