﻿
@import url('CV.css');

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

a:hover {
    background-color: #AED3D9;
}

.tj-mtop-60px {
    margin-top: 60px;
}

.txt-Azul {
    color: #F44336 !important;
}

.txt-Verde {
    color: #BA2926;
    font-size: 20px;
}

.BV-Azul {
    color: #F44336 !important;
    font-size: 30px;
}

.BV-Verde {
    color: #BA2926;
    font-size: 30px;
}

.BV-seta {
    position: absolute;
    top: 130px;
    right: -9px;
    z-index: 3;
    color: #ddd;
    font-size: 30px;
}

.backwhite1 {
    height: 60px;
    width: 60px;
    position: absolute;
    border-radius: 30px;
    background-color: white;
    color: white;
    padding: 5px;
    font-size: 20px;
    top: -30px;
    right: 10px;
    z-index: 0;
}

.backwhite2 {
    height: 150px;
    width: 20px;
    position: absolute;
    background-color: white;
    color: white;
    padding: 5px;
    font-size: 20px;
    top: -5px;
    right: 15px;
    z-index: 0;
}

.number1 {
    height: 40px;
    width: 40px;
    position: absolute;
    border-radius: 25px;
    background-color: #BA2926;
    color: white;
    padding: 5px;
    font-size: 20px;
    top: -20px;
    right: 20px;
    z-index: 2;
}

.border1 {
    border-radius: 20px;
    border: 3px solid #ddd;
    min-height: 200px;
    padding: 15px;
    z-index: 1;
}

    .border1 ul {
        position: relative;
    }

.number4 {
    height: 40px;
    width: 40px;
    position: absolute;
    border-radius: 25px;
    background-color: #F44336;
    color: white;
    padding: 5px;
    font-size: 20px;
    top: -20px;
    right: 20px;
    z-index: 2;
}

.border4 {
    border-radius: 20px;
    border: 3px solid #ddd;
    min-height: 200px;
    padding: 20px;
    z-index: 1;
    overflow:hidden;
}

    .border4 ul {
       position:relative;
    }

        .border4 ul li {
            display: block !important;
        }

.border1 p {
    z-index: 3 !important;
}

.botaoInscreva {
    background: linear-gradient(to right, #BB2723 0%, #F44336 100%);
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}

    .botaoInscreva:hover {
        background: linear-gradient(to right, #F44336 0%, #BB2723 100%);
        padding: 10px 20px;
        color: #fff;
    }

.destaque .active {
    min-height: 50px;
    position: relative;
    background: linear-gradient(to right, #BB2723, #F44336);
}

    .destaque .active .destaque1 {
        /*border-bottom: 5px solid #17A8A1;*/
        background: #fff;
        color: #222;
        padding-bottom: 5px;
    }

.destaque2 {
    position: relative;
    background: linear-gradient(to right, #BA2926, #F44336);
    padding-bottom: 3px;
}

    .destaque2 .destaqueBG {
        background: #fff;
        color: #222;
    }

.pointer {
    cursor: pointer;
}

.block {
    display: block !important;
}

ul {
    padding-left: 0px !important;
}

li {
    text-decoration: none;
    list-style: none;
    text-align: left;
    margin-bottom: 10px;
}

.theme-institucional a b {
    color: #fff !important;
}

.pad-25 label {
    padding: 25px;
}

.width100 {
    width: 100% !important;
    display: block;
}

.btn {
    white-space: initial !important;
}

h4 {
    color: #037a6c !important;
    margin-top: 30px;
}

h3 {
    color: #037a6c !important;
}


.module-border-wrap {
    max-width: 250px;
    padding: 1rem;
    position: relative;
    background: linear-gradient(to right, red, purple);
    padding-bottom: 3px;
}

.module {
    background: #fff;
    color: #222;
    padding: 2rem;
    border-radius: 20px;
}

.container .filters .ui-dropdown {
    width: 300px !important;
}

.pad-alert {
    padding: 10px 20px !important;
}
