@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');


html {
    scroll-behavior: smooth;
  }

  
body {
    font-family: 'Roboto', sans-serif;
    color: #1C1C1C !important;
    background: url('../img/bg.jpg');
    background-size: cover;
}

p {
    font-size: 1.2rem;
    font-weight: 300;
}

footer {
    padding: 70px 0;
    background-color: #4f8a91;
    background-image: url('../img/partituras-branco-rodape.png');
    background-image: url('../img/partituras-branco-topo.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

footer p {
    font-size: 1rem;
    color: #FFF;
}

header {
    background-color: #b7beae;
}

.partituraHeader {
    position: absolute;
    top: 5vh;
    width: 100%;
    z-index: 600;
}

.partituraHeader img {
    width: 100%;
}

.linkIdioma {
    color: #6a7068;
    font-weight: 700;
    z-index: 800;
}

.botaoControle {
    position: absolute;
    z-index: 999999;
    background-color: #b7beae;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: none;
    color: #2f595f;
    font-size: 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .botaoMudo {
    top: 47%;
    right: 30px;
} */

.botaoMudo {
    bottom: -25px;
    right: 50px;
    font-weight: 600 !important; 
}

/* .botaoPause {
    top: 47%;
    right: 90px;
} */

.botaoPause {
    bottom: -25px;
    right: 110px;
    font-weight: 600 !important;
}

.botaoPrev {
    width: 30px;
    top: 35%;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 10px;
    font-weight: 600 !important;
}

.botaoNext {
    width: 30px;
    top: 35%;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 10px;
    font-weight: 600 !important;
}

.video-js {
    /* max-height: 50vh !important; */
    object-fit: cover;
}

.videoWrapper {
    /* max-height: 50vh !important;  */
    overflow: visible !important;
}

.linkIdioma:hover {
    color: #2f595f;
}

.navbar {
    z-index: 900;
}

.navbar-nav .nav-link {
    font-weight: bold;
    font-size: 1.5rem;
    margin-left: 15px;
}

.navbar-nav .nav-link:hover {
    color: #2f595f;
}

.container {
    max-width: 1400px;
}

.btnPadrao {
    background-color: #FFF;
    text-transform: uppercase;
    color: #4f8a91;
    border-radius: 0;
}

.form-control {
    border-radius: 0;
    border: none;
    font-size: 0.8rem;
}

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

.swiper-button-next, .swiper-button-prev {
    color: #FFF !important;
}

.bgViolao {
    height: 400px;
    background-image: url('../img/bg-violao2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bgPartitura {
    height: 400px;
    background-image: url('../img/bg-partitura.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.educadores {
    background-color: #1a2534;
    font-weight: 900;
    background-image: url('../img/partituras-educadores.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.proposta {
    background-color: #4f8a91;
}

.proposta li {
    color: #FFF;
    font-weight: 100;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.proposta ul {
    list-style-type: square;
    padding-left: 20px;
    text-align: left !important;
}

.proposta img {
    object-fit: cover;
}

.proposta .imgObjetivos {
    max-height: 400px;
}

.escola {
    background-color: #2f595f;
}

.imgEscola {
    object-fit: cover;
}

.educadores p {
    font-size: 1.3rem;
    font-weight: 900;
}

.cursos {
    background-color: #dab66d;
    color: #000;
    z-index: 1050;
}

.modal-backdrop {
    z-index: 0;
  }

.imgCursos {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.botaoPreto {
    background-color: #000;
    padding: 10px 15px;
    color: #FFF !important;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 10px;
    display: block;
    width: 200px;
    text-align: center;
    border-radius: 0;
}

.botaoPreto:hover {
    background-color: #666;
    color: #FFF;
}

.botaoPreto:active {
    background-color: #000;
    color: #FFF;
}

.nav-tabs {
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
}

.nav-tabs .nav-link {
    border-radius: 0;
    border-color: #8a743d #8a743d transparent;
    font-size: 1.2rem;
    color: #8a743d;
    flex: auto;
    text-align: center;
  }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #000 #000 #000;
  }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: #dab66d;
    border-color: #000 #000 #dab66d;
    transform: scale(1.05);
    transform-origin: bottom;
}

.wrapperEducadores {
    position: relative;
    top: 0;
    left: 0;
}

.imgEducadores {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 300px;
}

.imgMais {
    position: absolute;
    bottom: 0;
    right: 0;
}

.depoimentos {
    background-color: #b7beae;
}

.depoimentos p {
    font-style: italic;
}

.depoimentos .carousel-item {
    min-height: 240px;
    align-items: center;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: #2d5960;
}

.carousel-indicators {
    position: inherit;
}

small {
    font-size: 0.8rem;
    font-weight: 500;
}

.linhaMenor {
    line-height: 18px;
}

.tag {
    display: block;
    padding: 5px 10px;
    background-color: #0004;
    margin-bottom: 5px;
    color: #FFF;
}

.vertical {
    color: #FFF;
    font-weight: bold;
    /* writing-mode: sideways-lr; */
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 0;
    margin: 0;
}

textarea.form-control {
    height: 100px;
}

.missao {
    background-color: #b54260;
    color: #FFF;
}

.bordaBranca {
    border-right: 1px solid #FFF;
}

.boxTextoMissao {
    padding: 0;
    margin: 0;
    padding-top: 50px;
}

.boxTextoMissao p {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 1.4rem;
}

.modal-header, .modal-body, .modal-content {
    border: none;
    background-color: transparent;
}

.modal-content {
    border-radius: 0;
}

.modal-lg, .modal-xl {
    max-width: 80%;
}

.modal-content-cursos {
    background-color: #c39f53;
}

.modal-content-educadores {
    background-color: #b7beae;
}

.modal-content-educadores ul {
    display: flex; list-style: none;padding:0;
}

.modal-content-educadores ul li {
    padding-right: 15px;
}

.modal-content-educadores p {
    font-size: 1rem;
    font-weight: 400;
}

.modal-content-educadores h3 {
    color: #2e5960;
    font-weight: bold;
}

.modal-content-educadores .modalVejaTambem {
    padding-left: 15px;
    border-left: 1px solid #000;
}

.modal-content-educadores .modalVejaTambem a {
    color: #2e5960;
    text-decoration: underline !important;
}

.close {
    background-color: #2E5960 !important;
    opacity: 1;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 10px !important;
    color: #FFF;
    position: absolute;
    z-index: 99;
    right: -24px;
    top: 21px;
}

.iconeRedeModal {
    width: 30px;
}


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

    .imgMais {
        right: 10px;
        bottom: 10px;
        width: 70px !important;
    }

    .partituraHeader {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 600;
    }

    .modal-lg, .modal-xl {
        max-width: 100%;
    }

    .close {
        right: 20px;
    }

}

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

    .imgMais {
        right: 0;
        bottom: 0;
        width: 60px;
    }

    .vertical {
        writing-mode: inherit;
        padding-left: 20px;
        transform: rotate(0);
    } 

    .boxTextoMissao {
        padding-top: 5px;
    }

    .bordaBranca {
        border: 0;
        border-bottom: 1px solid #FFF3;
    }

    .botaoMudo {
        top: 27.5vh;
    }
    
    .botaoPause {
        top: 27.5vh;
    }
    
    .botaoPrev {
        top: 10vh;
    }
    
    .botaoNext {
        top: 10vh;
    }

    .video-js .vjs-tech {
        height: 30vh !important;
    }

    .videoWrapper {
        height: 30vh; 
        overflow: visible !important;
    }
    

}
    
@media only screen and (max-width: 1024px) {

}

@media only screen and (min-width: 1025px) {

    form {
        width: 80%;
    }

}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 1441px) {
    .partituraHeader {
        top: 10vh;
    }
}

@media only screen and (min-width: 1920px) {

    .partituraHeader {
        top: 1vh;
    }

}