:root {
    font-size: 16px;
}

* {
    outline: none !important;
}

@font-face {
    font-family: icon_prple;
    src: url(../build/fontes/icon_prple-gtznjs.ttf);
    font-weight: 400;
    font-style: normal;
}

html {
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    min-height: 100%;
    width: 100%;

    padding: 0;
    margin: 0;

    font-family: 'GothamPro';

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* Página de carregamento */
#hideAll {
    position: fixed;
    z-index: 10000;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

    background: rgba(242, 136, 182, 1);

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-animation: cores 15s linear infinite;

    animation: cores 15s linear infinite;
}

@-webkit-keyframes cores {
    0% {
        background-color: rgba(242, 136, 182, 1);
    }

    20% {
        background-color: rgba(212, 81, 156, 1);
    }

    40% {
        background-color: rgba(129, 107, 174, 1);
    }

    60% {
        background-color: rgba(160, 206, 109, 1);
    }

    80% {
        background-color: rgba(252, 216, 81, 1);
    }
}

@keyframes cores {
    0% {
        background-color: rgba(242, 136, 182, 1);
    }

    20% {
        background-color: rgba(212, 81, 156, 1);
    }

    40% {
        background-color: rgba(129, 107, 174, 1);
    }

    60% {
        background-color: rgba(160, 206, 109, 1);
    }

    80% {
        background-color: rgba(252, 216, 81, 1);
    }
}

#hideAll div {
    background-color: rgba(0, 0, 0, 0.2);

    position: relative;

    padding: 32px 25px 25px 25px;

    height: 120px;
    width: 120px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    border-radius: 50%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#hideAll div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;

    height: 120px;
    width: 120px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    border: 5px solid transparent;
    border-top-color: #FFFFFF;
    border-radius: 50%;

    -webkit-animation: roda 2s linear infinite;
    animation: roda 2s linear infinite;
}

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

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

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

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

#hideAll img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/* Banner */
.banner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 60px 0 0 0;
    padding: 0;

    position: relative;

    overflow: hidden;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
}

.banner .img_fundo {
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 340px;
    width: 100%;
    /* max-width: 1100px; */
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;

    -webkit-transform: scale(-1, 1);

    transform: scale(-1, 1);


    /* -webkit-mask-image: radial-gradient(ellipse 80% 100% at 50% 50%, black 30%, transparent 60%);
      mask-image: radial-gradient(ellipse 90% 80% at 48% 78%, black 40%, transparent 50%); */

    position: relative;
}

.banner .ondas {
    z-index: 3;
    height: 100px;
    width: 101%;
    position: absolute;
    bottom: 0;
}

.banner:before {
    content: "";
    z-index: 2;

    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    position: absolute;
    background-image: radial-gradient(ellipse farthest-corner at 0 0, rgba(51, 51, 153, 0.5) 0%, rgba(212, 81, 156, 0.5) 100%);
}

/* .banner:after {
    content: "";
    z-index: 0;

    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    position: absolute;
    background: rgba(0, 0, 0, 0);
    background-image: radial-gradient(ellipse farthest-corner at 0 0, rgba(51, 51, 153, 0.7) 0%, rgba(212, 81, 156, 0.5) 100%);
} */

.container_banner {
    z-index: 3;

    left: 0;
    right: 0;

    margin: 0 auto;
    padding: 20px 20px 100px 0%;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    height: 100%;
    width: 100%;
    max-width: 1140px;

    position: absolute;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.banner .tit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;

    margin: 0 0 30px 0;
    padding: 0;

    font-family: GothamPro;
    font-weight: 900;
    color: #FFF;
    font-size: 4rem;
    line-height: 3.3rem;

    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.banner .tit > span {}

/* Corpo */
.corpo {
    z-index: 5;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    background: #FFF;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container_corpo {
    padding: 0 20px 20px 20px;

    position: relative;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    width: 100%;

    margin: 0 auto;
    max-width: 1140px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flutua {
    z-index: 5;

    position: absolute;
    margin: 0;
    padding: 15px 60px;

    border-radius: 500px;
    background: #FFF;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    top: 0;

    -webkit-transform: translateY(-60%);

    transform: translateY(-60%);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;
}

.flutua > p {
    margin: 0;
    padding: 0;

    font-size: 1.2rem;
    font-weight: 600;
}

.flutua > img {
    margin: 0 50px 0 0;
    padding: 0;

    height: 70px;
}

#logo_ovg {
    width: 120px;
}

.flutua > img:last-child {
    margin: 0;
    padding: 0;

    height: 80px;
}

#logo_pnud {
    width: 95px;
}

.tit_sessao {
    margin: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tit_principal {
    margin: 0;
    padding: 0;

    font-family: GothamPro;
    font-weight: 900;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}

.tit_sessao.sub {
    margin: 0 0 20px 0;
    color: #828282;

    align-self: flex-start;
}

.tit_sessao.sub .tit_principal {
    padding: 0 0 0 30px;
    color: #828282;
    align-self: flex-start;

    font-weight: 600;
    font-size: 1.4rem;
}

.tit_det {
    padding: 0;

    height: 8px;
    width: 40px;

    left: 0;
    right: 0;
    margin: 15px auto;

    border-radius: 10px;
    background-color: rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
}

.corpo .tit {
    margin: 80px 0 0 0;

    font-weight: 900;
    font-size: 1.8rem;
    color: #333;
}

.corpo .sub_tit {
    margin: 20px 0 20px 0;

    font-weight: 400;
    font-size: 1.1rem;
    color: #828282;

    text-align: center;
}

.cards {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 1120px;
    margin: 0 0 30px 0;
    padding: 0;

    box-sizing: border-box;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.cards .fora {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 150px;

    margin: 0;
    padding: 0;

    text-decoration: none;

    display: inline-block;
}

.cards .card {
    width: 100%;

    border-radius: 10px;

    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    cursor: pointer;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    text-decoration: none;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cards .card:hover {
    z-index: 3;

    -webkit-transform: translatey(-10px) scale(1.05);
    transform: translatey(-10px) scale(1.05);
}

.cards .card:before {
    content: "";
    z-index: 1;

    border-radius: 10px;

    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    position: absolute;
}

.card.crianca:hover:before {
    background: radial-gradient(ellipse farthest-corner at 0 0, rgba(242, 136, 182, 0.8) 0%, rgba(0, 0, 0, 0) 50%, rgba(222, 116, 182, 0.8) 100%);
}

.card.adulto:hover:before {
    background: radial-gradient(ellipse farthest-corner at 0 0, rgba(100, 177, 230, 0.8) 0%, rgba(0, 0, 0, 0) 50%, rgba(60, 27, 121, 0.8) 100%);
}

.card.crianca_e_adolescente:hover:before {
    background: radial-gradient(ellipse farthest-corner at 0 0, rgba(255, 106, 156, 0.8) 0%, rgba(0, 0, 0, 0) 50%, rgba(51, 51, 153, 0.8) 100%);
}

.card.estudantes:hover:before {
    background: radial-gradient(ellipse farthest-corner at 0 0, rgba(28, 181, 224, 0.8) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 70, 0.8) 100%);
}

.card.cultura:hover:before {
    background: radial-gradient(ellipse farthest-corner at 0 0, rgba(255, 106, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(238, 9, 21, 0.6) 100%);
}

.card.dir_humanos:hover:before {
    background: radial-gradient(ellipse farthest-corner at 0 0, rgba(255, 145, 65, 0.8) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 215, 0, 0.8) 100%);
}

.card.saude:hover:before {
    background-image: radial-gradient(ellipse farthest-corner at 0 0, rgba(5, 177, 230, 0.8) 0%, rgba(0, 0, 0, 0) 50%, rgba(2, 27, 121, 0.8) 100%);
}

.card.idosos:hover:before {
    background-image: radial-gradient(ellipse farthest-corner at 0 0, rgba(86, 171, 47, 0.8) 0%, rgba(0, 0, 0, 0) 50%, rgba(168, 224, 99, 0.8) 100%);
}

.card.crianca:hover {
    -webkit-box-shadow: 0 10px 30px rgba(242, 136, 182, 0.3);
    box-shadow: 0 10px 30px rgba(242, 136, 182, 0.3);
}

.card.adulto:hover {
    -webkit-box-shadow: 0 10px 30px rgba(100, 177, 230, 0.3);
    box-shadow: 0 10px 30px rgba(100, 177, 230, 0.3);
}

.card.crianca_e_adolescente:hover {
    -webkit-box-shadow: 0 10px 30px rgba(212, 81, 156, 0.3);
    box-shadow: 0 10px 30px rgba(212, 81, 156, 0.3);
}

.card.estudantes:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 70, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 70, 0.3);
}

.card.cultura:hover {
    -webkit-box-shadow: 0 10px 30px rgba(255, 106, 0, 0.3);
    box-shadow: 0 10px 30px rgba(255, 106, 0, 0.3);
}

.card.dir_humanos:hover {
    -webkit-box-shadow: 0 10px 30px rgba(255, 145, 65, 0.3);
    box-shadow: 0 10px 30px rgba(255, 145, 65, 0.3);
}

.card.saude:hover {
    -webkit-box-shadow: 0 10px 30px rgba(5, 177, 230, 0.3);
    box-shadow: 0 10px 30px rgba(5, 177, 230, 0.3);
}

.card.idosos:hover {
    -webkit-box-shadow: 0 10px 30px rgba(86, 171, 47, 0.3);
    box-shadow: 0 10px 30px rgba(86, 171, 47, 0.3);
}

.cards .card:after {
    content: "";
    z-index: 1;

    border-radius: 10px;

    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    position: absolute;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));

    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.7));
}

.card .img_card {
    border-radius: 10px;

    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.card .tit_card {
    z-index: 2;

    position: absolute;
    margin: 10px;

    bottom: 0;
    left: 0;
    right: 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    font-weight: 600;
    color: #FFF;
    font-size: 1.1rem;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Campanha */
.campanhas {
    z-index: 10;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    position: relative;

    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.container_campanhas {
    z-index: 2;

    padding: 0 20px 20px 20px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    width: 100%;

    margin: 0 auto;
    max-width: 1140px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lista_campanhas {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.card_esta {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 0 0 20px 0;

    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

    position: relative;

    text-decoration: none;

    -webkit-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card_esta:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.card_esta {
    margin: 0 0 0 0;
}

.card_esta:nth-child(2) {
    margin: 0 0 0 0;
}

.card_esta:last-child {
    margin: 0 0 0 0;
}

.img_campanha_fundo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;

    border-radius: 10px 10px 0 0;

    position: relative;

    height: 250px;
    width: 100%;
}

.img_campanha_fundo > img {
    height: 100%;
    width: 100%;

    border-radius: 10px 10px 0 0;

    -o-object-fit: cover;

    object-fit: cover;
}

.img_campanha_fundo:before {
    content: "";
    z-index: 1;

    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    position: absolute;

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6)));

    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.6));
}

.nome_campanha {
    z-index: 2;

    left: 0;
    bottom: 0;
    right: 0;

    position: absolute;
}

.tit_camp {
    margin: 0;
    padding: 20px;

    font-weight: 900;
    font-size: 1.3rem;
    color: #FFF;
}

.descr_camp {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    margin: 0 20px;
    padding: 20px 0 20px 0;

    border-top: solid 1px #ddd;

    font-weight: 300;
    font-size: 1rem;
    color: #828282;
}

.resultados {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;

    margin: 20px 0 0 0;
    padding: 0 20px;

    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.barra {
    margin: 20px 0 25px 0;
    padding: 0;

    height: 15px;
    width: 100%;

    position: relative;

    background: rgba(242, 136, 182, 0.2);
    border-radius: 5px;
}

.sub_barra {
    position: absolute;

    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
}

.prog {
    height: 100%;
    width: 47%;

    border-radius: 20px 0 0 20px;

    background: rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 2px 3px rgba(242, 136, 182, 0.3);
    box-shadow: 0 2px 3px rgba(242, 136, 182, 0.3);
}

.acum {
    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);

    width: 40px;
    height: 40px;

    border-radius: 50px;
    background: rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 2px 3px rgba(242, 136, 182, 0.3);
    box-shadow: 0 2px 3px rgba(242, 136, 182, 0.3);

    margin: auto 0;
    text-align: center;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.acum > span {
    color: #FFF;
    font-size: 0.9rem;
}

.result {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;

    margin: 0 0 20px 0;
    padding: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.result > p {
    margin: 0;
    padding: 0;

    font-size: 1rem;
    font-weight: 300;
    color: #333;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.result > p > span:last-child {
    margin: 5px 0 0 0;
    font-weight: 600;
}

.result > p:last-child > span:first-child {
    text-align: right;
}

.todas {
    margin: 20px 0 0 0;
}

/* Capacitações */
.cap_online {
    padding: 20px 40px;
    margin: 10px;

    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);

    -webkit-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

    flex: 1 1 auto;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cap_online p {
    margin: 0 0 10px 0;
    padding: 0;

    color: #828282;
    font-size: 1.1rem;

    text-align: center;
}

.capacita {
    padding: 0;
    margin: 0;

    background: rgba(248, 250, 252, 1);

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;
    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.capacita2 {
    padding: 0;
    margin: 0;

    background: rgba(248, 250, 252, 0);

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;
    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.container_capacita {
    padding: 0px 20px 20px 20px;

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    max-width: 1140px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ab {
    width: 100%;

    margin: 10px 0 0 0;
    padding: 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.a {
    margin: 0;
    padding: 20px;

    width: 200px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    cursor: pointer;

    text-decoration: none;

    background: #FFF;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);

    -webkit-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;
}

.a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.a .t {
    margin: 25px 0 0 0;
    padding: 15px 35px;

    border-radius: 200px;

    background: #333;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);

    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;

    -webkit-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;
}

.a:hover .t {
    background: rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 10px 20px rgba(242, 136, 182, 0.3);
    box-shadow: 0 10px 20px rgba(242, 136, 182, 0.3);
}

.a .txt {
    margin: 25px 0 25px 0;
    padding: 0;

    font-weight: 400;
    font-size: 1.1rem;
    color: #828282;
    text-align: center;
}

.capacita .tit {
    margin: 0 0 10px 0;
    padding: 10px 40px;

    font-weight: 400;
    font-size: 1.1rem;
    color: #828282;
    text-align: center;
}
.capacita2 .tit {
    margin: 0 0 10px 0;
    padding: 10px 40px;

    font-weight: 400;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
}

.capacita .tit.comunicado {
    border: solid 1px #828282;
    border-radius: 5px;
}
.capacita2 .tit.comunicado {
    border: solid 1px #828282;
    border-radius: 5px;
}


.capacitacoes {
    width: 100%;

    margin: 30px 0 0 0;
    padding: 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.caps {
    width: 100%;
}

.collapsible {
    width: 100%;

    margin: 0 0 20px 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.collapsible .cabeca {
    width: 100%;
    padding: 0 8px 0 20px;

    margin: 0;

    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    cursor: pointer;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    flex-direction: column;
    justify-content: center;

    transition: all 0.2s ease-in-out;
}

.collapsible .cabeca:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.collapsible.ativo .cabeca {
    position: relative;

    border-radius: 10px 10px 0px 0px;
}

.collapsible .cabeca .cab_dados {
    width: 100%;

    margin: 0;
    padding: 0 0 5px 0;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.collapsible .cabeca .cab_tit {
    flex: 1 1 auto;

    margin: 10px 12px 0 0;
    padding: 0;

    font-size: 1.4rem;
    font-weight: 900;

    color: #333;
}

.collapsible .cabeca .cab_descr {
    margin: 5px 12px 5px 0;
    padding: 0;

    font-size: 1rem;

    color: #888;
}

.cap_tit {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.collapsible .cap_tit > p {
    margin: 0;
    padding: 0;

    line-height: 1.8rem;
    font-size: 1.2rem;

    color: #333;

    user-select: none;
}

.collapsible .pergunta_icone {
    height: auto;

    margin: 0 20px 0 0;
}

.collapsible .icone_abre {
    display: none;
}

.collapsible.ativo .icone_abre {
    display: block;
}

.collapsible.ativo .icone_fecha {
    display: none;
}

.collapsible .pergunta_icone i {
    line-height: 0.8rem;
    font-size: 1.8rem;
    color: #333;

    transform: translatey(5px);
}

.collapsible .vagas {
    margin: 0 20px 0 0;
    display: flex;
}

.collapsible .vagas > p {
    margin: 0;
    padding: 0;

    line-height: 1.8rem;
    font-size: 1.2rem;

    color: #333;

    user-select: none;
}

.collapsible .vagas > p:first-child {
    font-weight: 600;
}

.collapsible .conteudo {
    width: 100%;
    height: 300px;

    padding: 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    background: #FFF;
    border-radius: 0px 0px 10px 10px;

    position: relative;

    overflow: hidden;
    display: none;
}

.collapsible.ativo .conteudo {
    display: block;
}

.mapa {
    width: 100%;
    height: 100%;
}

.end_cap {
    width: 250px;

    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
    padding: 20px;

    background: #333;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.end_cap p {
    margin: 0;
    padding: 0;
}

.end_cap .end_nome {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 1.1rem;
    color: #FFF;
}

.end_cap .end_descr {
    margin: 0 0 20px 0;
    font-weight: 300;
    font-size: 1.1rem;
    color: #FFF;
}

.end_cap .end_completo {
    margin: 0;
    font-weight: 300;
    color: #FFF;
}

.end_cap .como_chegar {
    margin: 0;
    color: rgb(242, 136, 182);

    text-decoration: underline;
}

/* Números */
.numeros {
    z-index: 6;
    padding: 30px 0 40px 0;

    background: rgba(248, 250, 252, 1);

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;
    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container_numeros {
    z-index: 6;

    margin: 0 20px;
    padding: 40px 20px 20px 20px;

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    max-width: 1140px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    position: relative;

    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.numeros .tit_flutua {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;

    width: 200px;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);
    padding: 15px 35px;

    border-radius: 200px;
    background: rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 10px 20px rgba(242, 136, 182, 0.3);
    box-shadow: 0 10px 20px rgba(242, 136, 182, 0.3);
}

.numeros .tit_flutua .tit {
    margin: 0;
    padding: 0;

    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
}

.coisas {
    margin: 0;
    padding: 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.coisa {
    margin: 0;
    padding: 20px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.coisa > img {
    height: 90px;
}

.coisa .sombra {
    margin: 10px 0 0 0;
    width: 100px;
    height: 30px;

    border-radius: 50%;

    background-color: rgba(242, 136, 182, 0.4);
    -webkit-box-shadow: inset 0px 0px 0px 2px #FFFFFF, inset 0px 0px 20px 10px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 0px 2px #FFFFFF, inset 0px 0px 20px 10px rgba(255, 255, 255, 1);
}

.num_coisa {
    margin: 10px 0 10px 0;
    padding: 0;

    font-weight: 900;
    font-size: 1.8rem;
    color: #333;
    text-align: center;
}

.tit_coisa {
    margin: 0;
    padding: 0;

    font-weight: 600;
    font-size: 1.2rem;
    color: #828282;
    text-align: center;
}

/* Depoimentos */
.depoimento {
    margin: 0;
    width: 100%;
    height: 400px;

    overflow: hidden;

    position: relative;

    -webkit-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);

    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
}

.depoimento .img_fundo {
    z-index: 1;

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    height: 450px;
    width: 100%;
    /* max-width: 1100px; */
    -o-object-position: 0 20%;
    object-position: 0 20%;
    -o-object-fit: cover;
    object-fit: cover;

    /* -webkit-mask-image: radial-gradient(ellipse 80% 100% at 50% 50%, black 30%, transparent 60%);
      mask-image: radial-gradient(ellipse 90% 80% at 48% 78%, black 40%, transparent 50%); */

    position: relative;
}

.depoimento .ondas {
    z-index: 3;
    height: 100px;
    width: 101%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.depoimento:before {
    content: "";
    z-index: 2;

    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    position: absolute;
    background-image: radial-gradient(ellipse farthest-corner at 0 0, rgba(86, 171, 47, 0.8) 0%, rgba(0, 0, 0, 0) 50%, rgba(168, 224, 99, 0.8) 100%);
}


/* .depoimento:after {
    content: "";
    z-index: 2;

    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    position: absolute;
    background: rgba(0, 0, 0, 0.2);
} */

.container_depoimento {
    position: absolute;
    z-index: 5;

    left: 0;
    right: 0;
    top: 0;

    margin: 0 auto;
    padding: 20px 20px 50px 20px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    height: 100%;
    width: 100%;
    max-width: 1140px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.texto {
    margin: 0;
    padding: 0;

    max-width: 500px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.texto #aspa {
    margin: 0 10px 0 0;
    width: 40px;

    -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));

    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}

.texto #depoimento {
    margin: 0;
    padding: 0;

    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: #FFF;
    font-style: italic;

    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.depoimento #autor {
    margin: 20px 40px 0 0;
    padding: 0;
    text-transform: uppercase;

    font-weight: 900;
    color: #FFF;
    font-size: 1rem;
    text-align: right;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* Notícias */
.noticias {
    z-index: 0;

    padding: 0 0 40px 0;
    margin: 0;

    background: rgba(255, 255, 255, 1);

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;
    width: 100%;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container_noticias {
    z-index: 2;

    padding: 40px 20px 20px 20px;

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    max-width: 1140px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.titulo {
    margin: 0;
    padding: 15px 35px;
    width: 200px;

    border-radius: 200px;

    background: rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 10px 20px rgba(242, 136, 182, 0.3);
    box-shadow: 0 10px 20px rgba(242, 136, 182, 0.3);

    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;

    -webkit-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;
}

.titulo > p {
    margin: 0;
    padding: 0;

    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
}

.news {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin: 20px 0 40px 0;

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 2rem;
}

.new {
    margin: 10px 0 0 0;
    padding: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.data_new {
    margin: 0 0 0 0;
    padding: 0;

    font-weight: 300;
    font-size: 1rem;
    color: #828282;
}

.tit_new {
    margin: 10px 0 0 0;
    padding: 0;

    font-weight: 900;
    font-size: 1.5rem;
    color: #333;
}

.new > div {
    margin: 20px 0 0 0;
    padding: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.new .foto > img {
    margin: 0 20px 0 0;
    width: 250px;
    height: 200px;

    border-radius: 5px;

    -o-object-fit: cover;

    object-fit: cover;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.new .foto > img:hover {
    -webkit-transform: translatey(-5px);
    transform: translatey(-5px);
}

.new .resumo {
    margin: 0 0 20px 0;
    padding: 0;

    font-weight: 300;
    font-size: 1rem;
    color: #828282;
}

.noticias .ondas {
    z-index: 1;

    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

/* Parceiros e mantenedores */
/* Números */
.parceiros {
    z-index: 6;
    padding: 50px 20px 40px 20px;

    background: rgba(248, 250, 252, 1);

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container_parceiro {
    margin: 0;
    padding: 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    -ms-flex: 1 1 auto;

    -webkit-box-flex: 1;

    flex: 1 1 auto;
    height: 100%;
    max-width: 1140px;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.parceiro {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    height: auto;

    margin: 0 20px 0 0;
    padding: 40px 20px 20px 20px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    position: relative;

    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container_parceiros:last-child {
    margin: 0;
}

.parceiros .tit_flutua {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 50px;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);
    padding: 15px 35px;

    border-radius: 200px;
    background: rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 10px 20px rgba(242, 136, 182, 0.3);
    box-shadow: 0 10px 20px rgba(242, 136, 182, 0.3);
}

.parceiros .tit_flutua .tit {
    margin: 0;
    padding: 0;

    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
}

.marcas {
    margin: 0;
    padding: 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.marcas > div {
    margin: 0 0 0 20px;
    padding: 0;
}

.marcas > div:first-child {
    margin: 0;
}

.marca {
    height: 100px;
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.marca:last-child {
    margin: 0;
}

/* Botões */
.btn_generico {
    width: auto;

    margin: 0;
    padding: 10px 25px;

    text-decoration: none;
    border: none;

    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);

    cursor: pointer;
    position: relative;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 200px;

    font-family: GothamPRo;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;

    -webkit-transition: all .08s ease-in-out;
    transition: all .08s ease-in-out;

    background: #FFF;
    border: 2px solid #828282;
    color: #333;

    user-select: none;

    display: inline-block;
}

.btn_generico_agendar {
    width: auto;

    margin: 0;
    padding: 10px 25px;

    text-decoration: none;
    border: none;

    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);

    cursor: pointer;
    position: relative;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 200px;

    font-family: GothamPRo;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;

    -webkit-transition: all .08s ease-in-out;
    transition: all .08s ease-in-out;

    background: #FFF;
    border: 2px solid #828282;
    color: #333;

    user-select: none;

    display: inline-block;
}

.btn_generico_formulario {
    width: auto;

    margin: 0;
    padding: 10px 25px;

    text-decoration: none;
    border: none;

    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);

    cursor: pointer;
    position: relative;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 200px;

    font-family: GothamPRo;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;

    -webkit-transition: all .08s ease-in-out;
    transition: all .08s ease-in-out;

    background: #FFF;
    border: 2px solid #828282;
    color: #333;

    user-select: none;

    display: inline-block;
}

.btn_generico_salvar {
    width: auto;

    margin: 0;
    padding: 10px 25px;

    text-decoration: none;
    border: none;

    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);

    cursor: pointer;
    position: relative;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 200px;

    font-family: GothamPRo;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;

    -webkit-transition: all .08s ease-in-out;
    transition: all .08s ease-in-out;

    background: #FFF;
    border: 2px solid #828282;
    color: #333;

    user-select: none;

    display: inline-block;
}

.btn_generico:hover {
    background: #333;
    border: 2px solid #333;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

    color: #FFF;
}

.btn_generico_agendar:hover {
    background: #333;
    border: 2px solid #333;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

    color: #FFF;
}

.btn_generico_formulario:hover {
    background: #333;
    border: 2px solid #333;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

    color: #FFF;
}

.btn_generico_salvar:hover {
    background: #333;
    border: 2px solid #333;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

    color: #FFF;
}


btn_generico_formulario:hover {
    background: #333;
    border: 2px solid #333;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

    color: #FFF;
}

.btn_generico:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.btn_generico_agendar:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.btn_generico_formulario:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.btn_generico_salvar:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.btn_prosseguir_ver_agendamento:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.btn_generico.btn_rosa:hover {
    background: rgba(242, 136, 182, 1);
    border: 2px solid rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);

    color: #FFF;
}


.btn_generico_agendar.btn_rosa:hover {
    background: rgba(242, 136, 182, 1);
    border: 2px solid rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);

    color: #FFF;
}

.btn_generico_formulario.btn_rosa:hover {
    background: rgba(242, 136, 182, 1);
    border: 2px solid rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);

    color: #FFF;
}
.btn_generico_salvar.btn_rosa:hover {
    background: rgba(242, 136, 182, 1);
    border: 2px solid rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);

    color: #FFF;
}





.btn_generico.btn_principal {
    background: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

    color: #333;
    font-weight: 600;
    font-size: 1.2rem;
}


.btn_generico_agendar.btn_principal {
    background: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

    color: #333;
    font-weight: 600;
    font-size: 1.2rem;
}
btn_generico_formulario.btn_principal {
    background: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

    color: #333;
    font-weight: 600;
    font-size: 1.2rem;
}

.btn_generico_salvar.btn_principal {
    background: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

    color: #333;
    font-weight: 600;
    font-size: 1.2rem;
}

.btn_generico_formulario.btn_prosseguir_ver_agendamento {
    background: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

    color: #333;
    font-weight: 600;
    font-size: 1.2rem;
}








.btn_generico.btn_principal:hover {
    background: rgba(242, 136, 182, 1);
    border: 2px solid rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);

    color: #FFF;
}


.btn_generico_agendar.btn_principal:hover {
    background: rgba(242, 136, 182, 1);
    border: 2px solid rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);

    color: #FFF;
}
.btn_generico_formulario.btn_principal:hover {
    background: rgba(242, 136, 182, 1);
    border: 2px solid rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);

    color: #FFF;
}

.btn_generico_salvar.btn_principal:hover {
    background: rgba(242, 136, 182, 1);
    border: 2px solid rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);

    color: #FFF;
}


.btn_generico_formulario.btn_prosseguir_ver_agendamento:hover {
    background: rgba(242, 136, 182, 1);
    border: 2px solid rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);

    color: #FFF;
}







.btn_generico.btn_capacitacao {
    color: #333;
    font-weight: 600;
    font-size: 1.2rem;

    background: rgba(242, 136, 182, 1);
    border: 2px solid rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: none;

    color: #FFF;

    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.btn_generico_agendar.btn_agendar {
    color: #333;
    font-weight: 600;
    font-size: 1.2rem;

    background: #816bae;
    border: #816bae;
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: none;

    color: #FFF;

    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}



.btn_generico_formulario.btn_formulario {
    color: #333;
    font-weight: 600;
    font-size: 1.2rem;

    background: #816bae;
    border: #816bae;
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: none;

    color: #FFF;

    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.btn_generico_salvar.btn_salvar {
    color: #333;
    font-weight: 600;
    font-size: 1.2rem;

    background: rgba(242, 136, 182, 1);
    border: 2px solid rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: none;

    color: #FFF;

    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}


.btn_generico_formulario.btn_prosseguir_ver_agendamento {
  color: #333;
  font-weight: 600;
  font-size: 1.1rem;
  background: rgba(242, 136, 182, 1);
  border: 2px solid rgba(242, 136, 182, 1);
  -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
  box-shadow: none;
  color: #FFF;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}





.btn_generico.btn_capacitacao:hover {
    background: #FFF;
    border: 2px solid #828282;
    color: #333;
    box-shadow: none;
}

.btn_generico_agendar.btn_agendar:hover {
    background: #FFF;
    border: 2px solid #828282;
    color: #333;
    box-shadow: none;
}


.btn_generico_formulario.btn_formulario:hover {
    background: #FFF;
    border: 2px solid #828282;
    color: #333;
    box-shadow: none;
}


.btn_generico_salvar.btn_salvar:hover {
    background: #FFF;
    border: 2px solid #828282;
    color: #333;
    box-shadow: none;
}




.btn_generico_formulario.btn_prosseguir_ver_agendamento:hover {
    background: #FFF;
    border: 2px solid #828282;
    color: #333;
    box-shadow: none;
}



.btn_generico.btn_capacitacao.esgotado {
    color: #333;
    font-weight: 600;
    font-size: 1.2rem;

    background: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: none;

    color: #333;

    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.btn_generico_agendar.btn_agendar.esgotado {
    color: #333;
    font-weight: 600;
    font-size: 1.2rem;

    background: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: none;

    color: #333;

    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}




.btn_generico_formulario.btn_formulario.esgotado {
    color: #333;
    font-weight: 600;
    font-size: 1.2rem;

    background: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: none;

    color: #333;

    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}


.btn_generico_salvar.btn_salvar.esgotado {
    color: #333;
    font-weight: 600;
    font-size: 1.2rem;

    background: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: none;

    color: #333;

    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

@media screen and (max-width: 1000px) {
    :root {
        font-size: 14px;
    }

    *,
    *:after,
    *:before {
        cursor: default !important;
    }

    .container_corpo {
        padding: 0 20px 20px 20px;
    }

    .container_banner {
        padding: 20px 20px 100px 80px;
    }

    .lista_campanhas {
        display: flex;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card_esta {
        margin: 0 0 20px 0 !important;
    }

    .card_esta:last-child {
        margin: 0 !important;
    }

    .ab {
        margin: 0 20px;

        -webkit-box-pack: center;

        -ms-flex-pack: center;

        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .a {
        width: 100%;
        margin: 0 0 20px 0;

        padding: 10px 20px;

        -webkit-box-sizing: border-box;

        box-sizing: border-box;
    }

    .a:last-child {
        margin: 0;
    }

    .a:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    }

    .collapsible .cabeca .cab_dados {
        padding: 10px 0 20px 0;
        border-radius: 10px;
        flex-direction: column;
        position: relative;
    }

    .collapsible .cabeca .cab_tit,
    .collapsible .cabeca .cab_descr {
        text-align: center;
    }

    .collapsible.ativo .cabeca {
        border-radius: 10px 10px 0px 0px;
    }

    .collapsible .pergunta_icone {
        position: absolute;
        left: 20px;
        margin: 0;
    }

    .collapsible .conteudo {
        border-radius: 0 0 10px 10px;
    }

    .collapsible .vagas {
        margin: 0 0 10px 0;
    }

    .collapsible .conteudo {
        height: 500px;
    }

    .end_cap {
        width: auto;
        box-sizing: border-box;
    }

    .coisas {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sombra {
        display: none;
    }

    .coisa {
        margin: 0 0 10px 0;
        min-width: 180px;
    }

    .coisa:last-child {
        margin: 0;
    }

    .news {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .new {
        margin: 20px 0 0 0;

        -webkit-box-sizing: border-box;

        box-sizing: border-box;
    }

    .tit_new {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .new > div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .new > div > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .new .foto > img {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

        -webkit-box-flex: 1;

        -ms-flex: 1 1 auto;

        flex: 1 1 auto;
        margin: 0 0 20px 0;
        width: 100%;
        height: 200px;
    }

    .new .foto > img:hover {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    .parceiros .tit_flutua {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;

        width: 150px;

        -webkit-transform: translateY(-50%);

        transform: translateY(-50%);
        padding: 15px 35px;

        border-radius: 200px;
        background: rgba(242, 136, 182, 1);
        -webkit-box-shadow: 0 10px 20px rgba(242, 136, 182, 0.3);
        box-shadow: 0 10px 20px rgba(242, 136, 182, 0.3);
    }

    .container_parceiro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .parceiro {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        max-width: none;

        border-radius: 10px;

        margin: 0 0 50px 0;

        -ms-flex-wrap: wrap;

        flex-wrap: wrap;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .parceiro:last-child {
        margin: 0;
    }
}

@media screen and (max-width: 650px) {
    .container_banner {
        padding: 20px 20px 100px 30px;
    }

    .cards {
        grid-template-columns: 1fr 1fr;
    }

    .flutua {
        padding: 15px 30px;
    }

    .flutua > img {
        margin: 0;
        height: 50px;
    }

    .flutua > img:first-child {
        margin: 0 20px 0 0;
    }

    .flutua > img:nth-child(2) {
        height: 70px;
    }

    .depoimento .ondas {
        height: 50px;
    }
}

@media screen and (max-width: 500px) {
    .flutua {
        padding: 20px 40px;
    }

    .flutua > img {
        height: 40px;
    }

    .cards {
        grid-template-columns: 1fr;
    }
}

.invisivel {
    display: none !important;
}


/*MODAL
*/

.modal_img {
    position: fixed;
    z-index: 10;
    margin-top: 53px;

    left: 0;
    top: 0;

    width: 100%;
    height: calc(100% - 54px);

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    background-color: rgba(0, 0, 0, 0.7);
}

.conteudo_modal_img {
    padding: 20px 0 30px 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    width: 100%;
    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.imgs_modal {
    width: 100%;
    height: calc(100% - 60px);

    padding: 0 15px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.imgs_modal div {
    width: 100%;
    height: 100%;

    position: relative;
}

.imgs_modal div img {
    width: 100%;
    height: 100%;

    -o-object-fit: contain;

    object-fit: contain;
}

.conteudo_modal_img > i {
    color: #aaaaaa;

    padding: 5px;

    margin: 0 0 10px 0;

    font-size: 40px;
}

.fecha_modal_img:hover,
.fecha_modal_img:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal_termo {
    position: fixed;
    z-index: 10;
    margin-top: 60px;

    left: 0;
    top: 0;

    width: 100%;
    height: calc(100% - 54px);

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    background-color: rgba(0, 0, 0, 0.7);
}

.conteudo_modal_termo {
    padding: 20px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    width: 70%;
    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    align-items: center;
    justify-content: center;
	text-align:center;
	margin-left: 15%;
}

.modal_termo .termo {
    flex: 1 1 auto;

    padding: 20px;

    border-radius: 5px;
    background: rgba(248, 250, 252, 1);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    flex-direction: column;
}

.termo .cabeca_modal {
    flex: 1 0 auto;

    margin: 0 0 20px 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.cabeca_modal .tit_modal {
    flex: 1 1 auto;
    margin: 0;
    padding: 0;

    font-weight: 900;
    color: #333;
    font-size: 1.2rem;
}

.cabeca_modal i {
    margin: 0 5px 0 0;
    padding: 0;

    color: #333;
    font-size: 2rem;
}

.cabeca_modal i:hover {
    margin: 0 5px 0 0;
    padding: 0;

    color: #000;
}

.termo .conteudo_modal {
    flex: 1 1 auto;
    max-height: 500px;

    padding: 10px;

    background-color: #FFF;
    border-radius: 5px;

    overflow-y: scroll;
}

@media screen and (max-width: 1000px) {
    .termo .conteudo_modal {
        max-height: 280px;
    }
}

.conteudo_modal .tit {
    margin: 0 0 10px 0;
    padding: 0;

    font-weight: 600;
}

.conteudo_modal .txt {
    margin: 0 0 10px 0;
    padding: 0;

    font-weight: 300;
}

.conteudo_modal .txt span {
    font-weight: 600;
}

.termo .rodape_modal {
    flex: 1 0 auto;

    margin: 20px 0 0 0;

    display: flex;

    align-items: center;
}

.rodape_modal .label_checkbox {
    display: flex;
    width: 100%;
}

.rodape_modal .txt_checkbox {
    cursor: pointer;
    width: 100%;
}

.termo .btn_termo {
    margin: 10px 0 0 0;
    
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.btn_generico.btn_prosseguir {
    background-color: rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    border: 2px solid rgba(242, 136, 182, 1);

    color: #FFF;
}

.btn_generico.btn_prosseguir:hover {
    background: #333;
    border: 2px solid #333;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

    color: #FFF;
}

.btn_generico.btn_prosseguir.inativo {
    background-color: #666;
    box-shadow: none;
    border: #666;
    cursor: default;

    color: #FFF;
}

.btn_generico.btn_prosseguir.inativo:hover {
    background-color: #666;
    box-shadow: none;
    border: #666;
    cursor: default;

    color: #FFF;
}

.btn_generico_agendar.btn_prosseguir.inativo:hover {
    background-color: #666;
    box-shadow: none;
    border: #666;
    cursor: default;

    color: #FFF;
}

.btn_generico_salvar.btn_prosseguir.inativo:hover {
    background-color: #666;
    box-shadow: none;
    border: #666;
    cursor: default;

    color: #FFF;
}


.progresso {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    border: 1px solid black;
    height: 100px;
    width: 200px;
}
/*CSS DO IFRAME DO YOUTUBE*/
.conteudos{
		  background-color:#f1f1f1;
		  width:100%;
		  height:100%;
		  max-width:100%;
		  max-height:100%;
		  background-color: #841ccb00;
		border-radius: 20px;
		box-shadow: 0px 1px 13px 2px rgb(161 94 242 / 34%);
		  
	}
	.v1 {
		  width:69%;
		  height:400px;
		  border-radius:20px 0 0 20px;
		  
	}
	.v2 {
		  width:30%;
		  height:400px;
		  border:1px;
		  border-radius: 0 20px 20px 0;
		   border-color:black;
	}


	
	@media screen and (max-width: 1000px) {
		.v1 {
			width:100%;
			height:200px;
			border-radius:20px 20px 0 0;
		}
		.v2 {
			width:100%;
			height:200px;
			border-radius: 0 0 20px 20px; 
			
		}
		
	} 