/*  */

/* FONTS */
@font-face {
	font-family: 'garden_grownregular';
	src: url('fonts/cultivated_mind_-_garden_grown-webfont.woff2') format('woff2'),
	url('fonts/cultivated_mind_-_garden_grown-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'garden_growncaps';
	src: url('fonts/cultivated_mind_-_garden_grown_caps-webfont.woff2') format('woff2'),
	url('fonts/cultivated_mind_-_garden_grown_caps-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'core_sans_c35_light';
	src: url('fonts/s-core_-_coresansc-35light-webfont.woff2') format('woff2'),
	url('fonts/s-core_-_coresansc-35light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'core_sans_c45_regular';
	src: url('fonts/s-core_-_coresansc-45regular-webfont.woff2') format('woff2'),
	url('fonts/s-core_-_coresansc-45regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'core_sans_c65_bold';
	src: url('fonts/s-core_-_coresansc-65bold-webfont.woff2') format('woff2'),
	url('fonts/s-core_-_coresansc-65bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'core_sans_c65_bold';
}
body {
    font-family: 'core_sans_c45_regular';
}
/* LOGINS PAGES */
.top-header {
    background: #014785;
    height: 35px;
    text-align: right;
    color: #fff;
}

.top-header .container {
    position: relative;
    top: 50%;
    transform: translateY(-59%);
}

.top-header a {
    color: #fff;
    margin-right: 15px;
    background: url(/resources/images/icon-mail.png) no-repeat;
    background-position: 0px 6px;
}

.top-header span {
    background: url(/resources/images/icon-tel.png) no-repeat;
    background-position: 0px 3px;
}

.top-header a,
.top-header span {
    font-size: 13px;
    padding-left: 18px;
}

.login {
    background: #182859;
    height: calc(100vh - 80px);
}

.login .logo {
    margin: 0 auto 40px auto;
}

.login img {
    display: block;
    margin: 0 auto;
}

.login .icons-login {
    margin: 20px auto;
}

.login .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 330px;
}

.login form input {
    width: 100%;
    height: 46px;
    padding: 5px 10px;
    border: 0;
    margin: 8px 0;
    transition: all .2s ease-in-out;
}

.login form input:focus {
    box-shadow: 0px 1px 16px -4px #FBC210;
    outline: 0;
}

.login form input::placeholder {
    text-transform: uppercase;
    color: rgb(0, 0, 0, .2);
    font-weight: 700;
}

h3.title {
    color: #FBC210;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 30px 0;
    text-transform: uppercase;
    font-size: 1.64rem;
}

.btn-submit {
    background: #FBC210;
    color: #182859;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 10px !important;
    font-size: 15px;
    height: 46px;
    margin: 15px 0;
}

.rose {
    background: #D60056 !important;
    color: #fff !important;
}

.btn-submit:hover {
    text-decoration: none;
    color: inherit;
}

.btn-yellow {
    display: block;
    width: 300px;
    height: 45px;
    background: #FFC20F;
    text-align: center;
    color: #182859;
    padding: 10px;
    font-weight: 700;
    margin: 80px auto;
    transition: all .2s ease-in-out;
}

.btn-yellow:hover {
    text-decoration: none;
    color: inherit;
    background: #E6AC00;
}

a.recover {
    color: #fff;
    font-size: 10px;
    display: block;

    padding-left: 25px;
    background: url(/resources/images/icon-recover.png) no-repeat;
    background-position: 0px 2px;
    text-transform: uppercase;
}

/* LOGINS */
/* HEADER + NAV */
.nav-menu {
    background: #014785;
    height: 75px;
    padding-bottom: 15px;
}

.nav-menu .container {
    overflow: hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.nav-menu img {
    float: left;
}

.nav-menu ul li:last-child {
    margin-right: 0 !important;
}

.nav-menu ul li a {
    color: #fff;
    font-size: 17px;
    transition: all .2s ease-in-out;
}

.nav-menu ul li a:hover {
    text-decoration: none;
    color: #FFC30D;
}

.nav-menu ul li.border-bottom {
    border-bottom: 4px solid #FFC30D !important;
}

/* NEW NAV MENU RESPONSIVE */
.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
    height: 50px;
    padding: 1em;
}

.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu>li {
    margin: 0 1rem;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
    margin-top: 0px;
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
    margin-top: 0px;
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
}

@media (max-width: 768px) {
    .nav-menu {
        height: 70px;
        padding-bottom: 15px;
    }

    .top-header .container {
        position: relative;
        top: 50%;
        transform: translateY(-59%);
        display: flex;
        justify-content: space-between;
    }

    .nav-menu .container {
        overflow: unset;

        top: unset;
        transform: unset;
    }

    .menu-button-container {
        position: absolute;
        top: 40%;
        right: 4%;
        display: block;
    }

    .menu {
        position: absolute;
        top: 0;
        margin-top: 70px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }

    #menu-toggle~.menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
        opacity: 0;
    }

    #menu-toggle:checked~.menu li {
        border: 1px solid #333;
        height: 3em;
        padding: 0.5em;
        opacity: 1;
        transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .menu>li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        background-color: #222;
    }

    .menu>li:not(:last-child) {
        border-bottom: 1px solid #444;
    }
}

/* END NAV RESPONSIVE */
/* END HEADER + NAV */
/* BANNER */
#banner {
    height: 433px;
    overflow: hidden;
    background-size: cover;
}

#banner .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* #banner .container .row div+div {
    padding-left:10%;
} */
#banner .container h1 {
    color: #fff;
    font-size: 5rem;
    font-family: 'garden_growncaps';
}

#banner .container p {
    font-size: 1.2rem;
    color: #fff;
}
/*
.pelicula-amarela,
.pelicula-rosa {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pelicula-amarela::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: rgb(255,194,14,.7);
    z-index: -1;
}

.pelicula-rosa::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background:rgb(214,0,86,.7);
    z-index: -1;
} */

@media only screen and (max-width: 480px) {
    #banner .container {
        text-align: center;
        left: unset;
        transform: translatey(-50%);
        top: 50%;
    }

    #banner .container h1 {
        font-size: 3.5rem;
    }

    #banner .container p {
        font-size: 1.2rem;
        max-width: 100%;
    }
}
/* BACKGROUND SECTIONS */
.bgindex {
    background:url(/resources/images/banner_index.jpg) center 20% no-repeat;
}
.bgsobreoconselho {
    background:url(/resources/images/banner_sobreoconselho.jpg) center 45% no-repeat;
}
.bgposicoesdoconselho {
    background:url(/resources/images/banner_posicoesdoconselho.jpg) center 23% no-repeat;
}
.bgpossomecandidatar {
    background:url(/resources/images/banner_possomecandidatar.jpg) center 40% no-repeat;
}
.bgqueromecandidatar {
    background:url(/resources/images/banner_queromecandidatar.jpg) center 10% no-repeat;
}
.bgregulamento {
    background:url(/resources/images/banner_regulamento.jpg) center 35% no-repeat;
}
.bgeleicao {
    background:url(/resources/images/banner_eleicao.jpg) center 30% no-repeat;
}

/* END BANNER */
/* index */
.index {}

.index p {
    color: #00498A;
    font-size: 1.4rem;
}

.index img {
    margin: 0 auto;
}

.grid-index {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 3%;
    margin: 5% 0;

}

.index h3 {
    color: #00498A;
    text-align: center;
    margin: 20px 0 0 0;
}

.index span {
    color: #00498A;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    display: block;
}

@media only screen and (max-width: 480px) {
    .grid-index {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 40px;
    }

    .index img {
        max-width: 40%;
    }

    .index p {
        font-size: 1.1rem;
    }
}

/* END index */
/* SOBRE O CONSELHO */
.sobre-o-conselho {}

.sobre-o-conselho img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sobre-o-conselho h1 {
    color: #FFC20F;
    font-size: 2rem;
    max-width: 80%;
}

.sobre-o-conselho p {
    font-size: 25px;
    color: #fff;
    margin: 15px 0;
    line-height: 30px;
    font-weight: 300;
}

.sobre-o-conselho .grid-one {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 20% 79%;
    grid-column-gap: 1%;
    margin-bottom: 10px;
}

.sobre-o-conselho .grid-one div:first-child {
    background: #D60056;
    text-align: center;
}

.sobre-o-conselho .bg-blue,
.sobre-o-conselho .grid-two .text {
    background: #014785;
    padding: 25px;
}

.sobre-o-conselho .grid-two {
    display: grid;
    grid-column-gap: 1%;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
}

.sobre-o-conselho .grid-two .left .text {
    margin-bottom: 10px;
    padding-bottom: 33px;
}

.sobre-o-conselho .grid-two .right {}

.sobre-o-conselho .grid-two .right .text {
    margin-top: 10px;
}

.sobre-o-conselho .icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2%;
}

.sobre-o-conselho .icons div {
    background: #D60056;
    text-align: center;
    min-height: 210px;
}

.sobre-o-conselho .grid-three {
    display: grid;
    grid-template-columns: 74% 25%;
    grid-column-gap: 1%;
    margin-bottom: 50px;
}

.sobre-o-conselho .grid-three div+div {
    background: #D60056;
    text-align: center;
    min-height: 210px;
}

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

    .sobre-o-conselho .grid-one,
    .sobre-o-conselho .grid-two,
    .sobre-o-conselho .grid-three,
    .sobre-o-conselho .grid-four {
        grid-template-columns: 1fr;
    }
    .sobre-o-conselho .grid-one {
        grid-row-gap: 10px;
    }
    .sobre-o-conselho img {
        max-width: 30%;
        margin: 10px 0;
        transform: unset;
        top: unset;
    }

    .sobre-o-conselho h1 {
        max-width: 100%;
        font-size: 1.3rem;
    }

    .sobre-o-conselho p {
        font-size: 1.1rem;
        line-height: 25px;
    }
    .sobre-o-conselho .icons div {
        min-height:40px;
    }
    .sobre-o-conselho .grid-two .right {
        margin-top:7px;
    }
    .sobre-o-conselho .grid-three div+div {
        min-height:auto;
    }
}

/*  */
/* POSICOES DO CONSELHO */
.posicoes-do-conselho {
    background: #162958;
    padding: 50px 0;

}

.posicoes-do-conselho h1 {
    color: #FFC20D;
    font-weight: 800;
    font-size: 2rem;
}

.posicoes-do-conselho strong {
    color: #FFC20D;
    font-weight: normal;
}

.posicoes-do-conselho h3 {
    color: #fff;
    font-size: 1.4rem;
}

.posicoes-do-conselho ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.posicoes-do-conselho ul li {
    color: #fff;
    font-size: 21px;
    margin: 5px 0;

}

.posicoes-do-conselho p {
    color: #fff;
    font-size: 1rem;
    margin: 0;
}

.posicoes-do-conselho span {
    display: block;
    font-weight: 600;
    font-size: 16px;
}

@media only screen and (max-width: 480px) {
    .posicoes-do-conselho img {
        max-width: 100%;
        margin-top: 50px;
    }
}

/* POSSO ME CANDIDATAR */

.posso-me-candidatar h1 {
    color: #004684;
    font-size: 1.4rem;
    text-align: center;
    margin: 4% auto 6% auto;
}

.posso-me-candidatar .bgblue,
.posso-me-candidatar .grid-three .box {
    background: #004684;
    color: #fff;
    height: 160px;
}

.posso-me-candidatar .grid-one p,
.posso-me-candidatar .grid-two p,
.posso-me-candidatar .grid-three p,
.posso-me-candidatar .grid-four p {
    font-size: 23px;
    line-height: 31px;
    color: #fff;
    text-align: left;
}

.posso-me-candidatar .grid-one {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    max-width: 900px;
    margin: 0 auto;
}

.posso-me-candidatar .middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 30px;
}

.posso-me-candidatar .grid-one .left .icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.posso-me-candidatar .grid-one .left .icons div {
    background: #D60056;
    min-height: 212px;
}

.posso-me-candidatar .grid-one .left .icons img,
.posso-me-candidatar .grid-one .right img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.posso-me-candidatar .grid-one .right {
    background: #D60056;

    text-align: center;
}

.posso-me-candidatar .grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    max-width: 900px;
    margin: 10px auto;
}

.posso-me-candidatar .grid-two .left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
}

.posso-me-candidatar .grid-two .left .box {
    height: 210px;
    background: #004684;
}

.posso-me-candidatar .grid-two .right {}

.posso-me-candidatar .grid-two .right .boxTop,
.posso-me-candidatar .grid-two .right .boxBot {
    background: #004684;
    position: relative;
}

.posso-me-candidatar .grid-two .right .boxTop {
    height: 75px;

    margin-bottom: 10px;
}

.posso-me-candidatar .grid-two .right .boxBot {
    height: 125px;
}

.posso-me-candidatar .grid-three {
    display: grid;
    grid-template-columns: calc(40% - 10px) 60%;
    grid-column-gap: 10px;
    max-width: 900px;
    margin: 10px auto;
}

.posso-me-candidatar .grid-four {
    display: grid;
    grid-template-columns: calc(40% - 10px) 29.5% 29.5%;
    grid-column-gap: 10px;
    max-width: 900px;
    margin: 10px auto 50px auto;
}

.posso-me-candidatar .grid-four .box {
    height: 100%;
    background: #004684;
    position: relative;
}

.icon {
    background: #D60056;
    text-align: center;
    padding: 15px 0px;
}

@media only screen and (max-width: 480px) {
    .posso-me-candidatar h1 {
        margin: 60px 0;
    }

    .posso-me-candidatar .grid-one,
    .posso-me-candidatar .grid-two,
    .posso-me-candidatar .grid-three,
    .posso-me-candidatar .grid-four {
        display: block;
    }

    .posso-me-candidatar .grid-one p,
    .posso-me-candidatar .grid-two p,
    .posso-me-candidatar .grid-three p,
    .posso-me-candidatar .grid-four p {
        font-size: 19px;
        line-height: 25px;
    }

    .posso-me-candidatar .grid-one .left .icons img,
    .posso-me-candidatar .grid-one .right img {
        max-width: 35%;
    }

    .posso-me-candidatar .grid-one .left .icons div {
        min-height: 140px;
    }

    .posso-me-candidatar .bgblue {
        height: 125px;
        margin-bottom: 10px;
    }

    .posso-me-candidatar .grid-one .right img {
        transform: unset;
        max-width: 60px;
        padding: 10px 0;
    }

    .posso-me-candidatar .grid-two .left {
        grid-template-columns: 1fr;
    }

    .posso-me-candidatar .grid-two .left .box {
        height: 90px;
        background: #004684;
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .posso-me-candidatar .grid-three .box {
        height: 130px;
        margin-bottom: 10px;
    }

    .icon img {
        max-width: 45%;

    }

    .icon {
        margin-bottom: 10px;
    }

    .posso-me-candidatar .grid-four .box {
        height: 90px;
        background: #004684;
        position: relative;
        margin-bottom: 10px;
    }
}

/* QUERO ME CANDIDATAR */
.resultados-form {}

.quero-me-candidatar h2  {
    color: #808080;
    font-size: 1rem;
    text-transform: uppercase;
}

.resultados-form .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 5px 0 15px 0;
    color: #808080;
}

.resultados-form .grid div {
    padding: 10px;
    background: #ECF9FF;
}

.resultados-form .grid span {
    display: block;
    font-weight: bold;
}

.resultados-form .grid p {
    margin: 0;
    font-size: 15px;
    line-height: 19px;
}

.quero-me-candidatar {
    padding: 4% 0;
}

form.quero {
    max-width: 700px;
    margin: 0 auto;
}

.quero-me-candidatar input,
.quero-me-candidatar select,
.quero-me-candidatar textarea {
    background-color: #ECF9FF;
    border: 0;
    border-radius: 2px;
}

.quero-me-candidatar textarea {
    height: 130px;
}

.quero-me-candidatar .upload {

}


/* UPLOAD FILE */


  .box {
    display: block;
    min-width: 200px;
    height: 200px;
    margin: 0 auto 30px auto;

    border-radius: 5px;

    overflow: hidden;
    position:relative;
  }

  .upload-options {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
  }
  /* .upload-options label::after {
    content: 'adicionar';
    font-family: 'Material Icons';
    position: absolute;
    font-size: 2.5rem;
    color: #e6e6e6;

    z-index: 0;
  } */
  .upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
  }
  .upload-options label span:hover i.material-icons {
    color: lightgray;
  }

  .js--image-preview {
    height: 200px;
    width: 200px;
    position: relative;
    overflow: hidden;
    background-image: url("");
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 120px;
    border:1px solid rgb(0,0,0,0.1);
    text-align:center;
  }
  .js--image-preview::after {
    content: "Escolha sua imagem";
    font-family: 'core_sans_c35_light';
    position: relative;
    top:30%;
    transform:translateY(-50%);
    font-size: 1.5rem;
    color: #e6e6e6;

    width:100%;
    z-index: 0;
  }
  .js--image-preview.js--no-default::after {
    display: none;
  }
  .js--image-preview:nth-child(2) {
    background-image: url("http://bastianandre.at/giphy.gif");
  }

  i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
  }

  .drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  .animate {
    -webkit-animation: ripple 0.4s linear;
            animation: ripple 0.4s linear;
  }

  @-webkit-keyframes ripple {
    100% {
      opacity: 0;
      -webkit-transform: scale(2.5);
              transform: scale(2.5);
    }
  }

  @keyframes ripple {
    100% {
      opacity: 0;
      -webkit-transform: scale(2.5);
              transform: scale(2.5);
    }
  }

/*  */
/*  */
/* ELEICAO */
.eleicao {}

.eleicao .header {
    margin: 4% 0 6% 0;
}

.eleicao .header h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.8rem;
}

.eleicao .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.eleicao .header ul li {
    margin-right: 8px;
}

.eleicao .header ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    color: #474747;
    background: #E1E1E1;
    min-width: 80px;
    text-align: center;
    transition: all .2s ease-in-out;
    text-transform: uppercase;

}

.eleicao .header ul li a:hover,
.eleicao .header ul li a.active {
    background: #474747;
    color: #E1E1E1;
    text-decoration: none;
}

.eleicao .grid-eleicao {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    max-width: 100%;
    margin-bottom: 80px;
}

.eleicao .grid-eleicao .cards {}

.eleicao .grid-eleicao .cards .card-content {
    border: 1px solid #D7D7D7;
    margin-bottom: 10px;
}

.eleicao .grid-eleicao .cards .card-content .image {
    height: 150px;

}

.eleicao .grid-eleicao .cards .card-content .body {
    background: #EBEBEB;
    padding: 15px 10px;
    text-align: center;
}

.eleicao .grid-eleicao .cards .card-content .body h1 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    color: #3F3F3F;
}

.eleicao .grid-eleicao .cards .card-content .body h3 {
    font-size: 1rem;
    color: #3F3F3F;
}

.eleicao .grid-eleicao .cards .card-content .votos {
    background: #D7D7D7;
    text-align: center;
    padding: 10px;
    font-size: 1.3rem;
    font-weight: 700;
}

.eleicao .grid-eleicao .cards .card-actions {}

.eleicao .grid-eleicao .cards .card-actions .btn-blue,
.modal .btn-blue {
    display: block;
    height: 45px;
    background: #014785;
    text-align: center;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    transition: all .2s ease-in-out;
}

.eleicao .grid-eleicao .cards .card-actions .btn-yel,
.modal .btn-yel {
    display: block;
    height: 45px;
    background: #FFC20F;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #19295A;
    padding: 10px;
    transition: all .2s ease-in-out;
}

.eleicao .grid-eleicao .cards .card-actions .btn-yel:hover,
.modal .btn-yel:hover,
.eleicao .grid-eleicao .cards .card-actions .btn-blue:hover,
.modal .btn-blue:hover {
    text-decoration: none;
    box-shadow: 0 0px 20px -9px rgb(0, 0, 0, .6);
}

/* fix animation modal */
.fade {
    transition: opacity .15s linear !important;
}

.modal h1 {
    font-size: 1.3rem;
    color: #014785;
    text-align: center;
    font-weight: 600;
    margin: 25px 0;
}

.modal .btn-yel {
    display: block;
    width: 140px;
    height: 35px;
    text-align: center;
    padding: 7px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.modal button.close {
    background: red;
    border-radius: 15px;
    width: 20px;
    height: 20px;
    outline: 0;
}

.modal button.close span {
    color: #fff;
    font-size: 18px;
    position: relative;
    top: -7px;
    left: 0px;
}

@media only screen and (max-width: 768px) {
    .eleicao .header {
        margin: 10% 0;
    }

    .eleicao .header ul {
        overflow-x: auto;
    }

    .eleicao .header ul li a {
        min-height: 100%;
        min-width: 160px;
    }

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

}

/* FIM ELEICAO */
/* REGULAMENTO */
.regulamento h1 {
    color: #182A5A;
    text-transform: uppercase;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    max-width: 70%;
    margin: 5% auto;
}

.regulamento .grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    margin: 3% 0 6% 0;
}

.regulamento .grid h3 {
    color: #182A5A;
    text-transform: uppercase;
}

.regulamento .grid p {
    color: #182A5A;
    font-size: 1.4rem;
}

@media only screen and (max-width: 480px) {
    .regulamento h1 {
        max-width: 100%;
        font-size: 1.3rem;
        margin: 45px 0;
    }

    .regulamento .grid h3 {
        font-size: 1.3rem;
    }

    .regulamento .grid p {
        font-size: 1.1rem;
    }
}
/*  */
/*  FOOTER */
footer {
    background: #D60056;
    height: 45px;
}

footer .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

footer span {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
