@font-face {
    font-family: 'LexendDeca Medium';
    src: url("../assets/type/LexendDeca-Medium.woff2");
}

@font-face {
    font-family: 'LexendDeca Regular';
    src: url("../assets/type/LexendDeca-Regular.woff2");
}

@font-face {
    font-family: 'LexendDeca Bold';
    src: url("../assets/type/LexendDeca-Bold.woff2");
}

@font-face {
    font-family: 'LexendDeca Light';
    src: url("../assets/type/LexendDeca-Light.woff2");
}

@font-face {
    font-family: 'Quicksand Medium';
    src: url("../assets/type/Quicksand-Medium.woff2");
}

@font-face {
    font-family: 'Quicksand Regular';
    src: url("../assets/type/Quicksand-Regular.woff2");
}

@font-face {
    font-family: 'Quicksand Bold';
    src: url("../assets/type/Quicksand-Bold.woff2");
}

@font-face {
    font-family: 'Quicksand SemiBold';
    src: url("../assets/type/Quicksand-SemiBold.woff2");
}



.menuItem,
.menuItem a,
.menuItem a:visited {
    font-family: 'LexendDeca Medium';
    color: white;
    text-decoration: none;
    font-size: 18px;
}



.footerLink {
    font-family: 'LexendDeca Regular';
    color: white;
    text-decoration: none;
    font-size: 14px;
}



h1 {
    font-family: 'LexendDeca Bold';
    font-size: 75px;
    margin-bottom: 80px;
}


.redH2 {
    color: #B41E24;
}

h2 {
    font-family: 'LexendDeca Bold';
    font-size: 35px;
}

.cocTitle {
    margin-top: 120px;
}

h3 {
    font-family: 'LexendDeca Bold';
    font-size: 20px;
    color: #B41E24;
}

.cocContent h3 {
    margin-bottom: 10px;
}

.episodio a,
.episodio a:visited {
    font-family: 'LexendDeca Bold';
    font-size: 16px;
    color: #0E1C35;
}

.nomesCOC {
    font-family: 'Quicksand Medium';
    color: black;
    font-size: 16px;
}


.coralistasSubTituloVoz {
    font-family: 'Quicksand Medium';
    color: black;
}

.nomeCoralista {
    font-family: 'Quicksand Medium';
    color: black;
    font-size: 18px;
}

.chefeDeNaipeBanner {
    font-family: 'LexendDeca Bold';
    font-size: 12px;
    color: white;
    line-height: 30px;
    text-transform: uppercase;
}

.section p {
    font-family: 'Quicksand Medium';
    color: black;
    font-size: 16px;
}

.texto {
    display: inline-block;
    width: calc(1180px - 615px);
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

p, .cvBullets ul li {
    font-family: 'Quicksand Medium';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.cvBullets ul li{
    list-style: disc;
    margin-bottom: 10px;
    margin-left: 40px;
}

.cvBullets h2{
    margin-top: 50px;
    margin-bottom: 20px;
    position: sticky;
}

.cvP p{
margin-bottom: 15px;
}

.cvSubtitle{
    color: #B41E24;
    font-family: 'Quicksand Bold';
    font-size: 30px;
    margin-top: -70px;
    margin-bottom: 30px;
}

body::selection {
    color: #fafafa;
    background: #B41E24;
}



.audicoesContent p {
    margin-bottom: 0;
}

.audicoesDestaque {
    font-family: 'Quicksand Bold';
    color: #B41E24;
    font-size: 24px;
    margin-bottom: 5px !important;
}


.reconhecimentoTexto {
    display: inline-block;
    width: calc(100% - 132px);
    margin-left: 10px;
}

.reconhecimentoAno {
    width: 65px;
    display: inline-block;
    vertical-align: top;
    color: #B41E24 !important;
    font-size: 26px !important;
    font-family: 'Quicksand Bold' !important;
}

.grayText {
    opacity: 0.6;
}

.row {
    padding: 50px 0;
    border-bottom: 2px solid #CFCCCA;
}

.cell {
    font-family: 'Quicksand Medium';
    font-size: 18px;
    text-align: center;
    padding: 30px 0;
    vertical-align: middle;  
    padding: 15px 20px; 
    line-height: 24px;
}

.historialBlock{
    color: black;
    border-bottom: 2px solid #3E485A;
    padding: 30px 0px;
    position: relative;
}


.historialDesc{
    color: black;
    margin-bottom: 0px !important;
}

.historialDate{
    color: black;
    margin-bottom: 0px;
    position: absolute;
    top: 30px;
    right: 0;
}

.historialYear{
    color: black;
}

.cv{
    font-family: 'Quicksand Semibold';
    position: absolute;
    margin-top: 10px;
    color: #B41E24;
}

.cvID .cv{
    color: #0E1C35;
}

.cv:hover{
    text-decoration: underline;
    cursor: pointer;
}