@import url("../css/reset.css");
@import url("../css/themecolors.css");
@import url("../js/jsmodal/modals.css");
@import url("https://lovatel.com.br/plugins/plugins.css");

/* fade-in pages */

body {
    animation: fadein 1s;
    /* PadrÃ£o */
    -webkit-animation: fadein 1s;
    /* Webkit */
    -moz-animation: fadein 1s;
    /* Firefox */
    -ms-animation: fadein 1s;
    /* IE */
}

@keyframes fadein {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }

    /* PadrÃ£o */
}

@-moz-keyframes fadein {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }

    /* Firefox */
}

@-webkit-keyframes fadein {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }

    /* Webkit */
}

@-ms-keyframes fadein {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }

    /* IE */
}

body {
    overflow-x: hidden;
}

.social-box {
    width: fit-content;
    width: -moz-fit-content;
}

.social-box a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* borda no themecolors*/
}

.social-box .fab,
.social-box .fas {
    font-size: 16px;
    /* cor no themecolors */
}


/* HEADER */

header {
    background: #fff url('../img/bgHeader.png') no-repeat center;
    background-size: cover;
    padding: 20px 20px;
}

.logoH img {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.infoHeader {
    width: fit-content;
    width: -moz-fit-content;
}

.topHeader {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 0 30px auto;
}

.topHeader a {
    width: fit-content;
    width: -moz-fit-content;
    margin-right: 30px;
    font-size: 17px;
}

.topHeader a img {
    margin-right: 10px;
}

.topHeader a:last-child {
    margin-right: 0;
}

.bottomHeader {
    width: fit-content;
    width: -moz-fit-content;
}

.linkExt {
    width: fit-content;
    width: -moz-fit-content;
    margin-right: 15px;
    padding: 6px 25px;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.linkExt img {
    margin-right: 10px;
}

.iconVerde,
.iconBranco {
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
}

.iconBranco {
    display: none;
}

.linkExt:hover {
    color: #fff;
    background: #F8A62D;
}

.linkExt:hover .iconVerde {
    display: none;
}

.linkExt:hover .iconBranco {
    display: flex;
}

.menuFull {
    padding: 0 20px;
    background: #00A357;
    z-index: 200;
}


/* personalização css desktop */

#menu {
    background: #00A357;
    width: 100%;
    z-index: 200;
}

#menu ul {
    display: flex;
    justify-content: space-between;
}

#menu li {
    position: relative;
    list-style: none;
}

#menu li a {
    color: #fff;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    display: table;
    padding: 14px 25px 14px 20px;
}

#menu li:hover a,
#menu li.ativo a {
    color: #FDDF18;
}

#menu li .dl-submenu {
    position: absolute;
    top: 53px;
    left: -100px;
    width: 300px;
    background: #fff;
    display: flex;
    border-radius: 0;
    overflow: hidden;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    flex-direction: column;
}

#menu li .dl-submenu li {
    width: 100%;
    float: left;
}

#menu li .dl-submenu li a {
    width: 100%;
    font-size: 17px;
    position: relative;
    color: #00A357;
    font-family: 'Oswald', sans-serif;
    padding: 10px 0;
    line-height: 16px;
}

#menu li .dl-submenu li:hover a {
    border: 0px;
    color: #F8A62D;
    border-radius: 0px;
    padding-left: 5px;
}

#menu li:hover .dl-submenu {
    opacity: 1;
    visibility: visible;
    left: 0px;
}


/* #menu > ul > li:nth-of-type(3) > a{
    padding-right:40px;
} */

#menu>ul>li:nth-of-type(2)>a:after,
#menu>ul>li:nth-of-type(3)>a:after,
#menu>ul>li:nth-of-type(4)>a:after,
#menu>ul>li:nth-of-type(5)>a:after,
#menu>ul>li:nth-of-type(6)>a:after,
#menu>ul>li:nth-of-type(7)>a:after,
#menu>ul>li:nth-of-type(8)>a:after {
    content: '';
    position: absolute;
    top: 46%;
    right: 10px;
    /* border-top:5px solid #fff;
    border-left:7px solid transparent;
    border-right:7px solid transparent; */
    display: table;
    width: 10px;
    height: 5px;
    background: url('../img/dropdown.png') no-repeat center;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after {
    display: none;
}

#menu>ul>li:nth-of-type(7) .dl-submenu,
#menu>ul>li:nth-of-type(8) .dl-submenu{
    right: -100px;
    left: auto;
}

#menu>ul>li:nth-of-type(7):hover .dl-submenu,
#menu>ul>li:nth-of-type(8):hover .dl-submenu{
    right: 0px;
    left: auto;
}


/* Banner */

#banner .bannerDesk img {
    width: 100%;
    height: 100%;
}

#banner .bannerMobile {
    display: none;
}

#banner .bannerMobile img {
    width: 100%;
    height: 100%;
}


/* First content home */

.firstContent {
    background: #fff url('../img/bgPattern.png') no-repeat center;
    background-size: cover;
}

.leftFirst {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    /* justify-content: space-between; */
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.linkHome {
    /* margin-bottom: 50px; */
    width: 48%;
}

.linkHome:last-child {
    margin-bottom: 0;
}

.imgLinkHome {
    width: 40%;
    height: fit-content;
    height: -moz-fit-content;
}

.imgLinkHome img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.imgLinkHome iframe{
    width: 100%;
    height: 140px;
}

.txtLinkHome {
    width: 55%;
    height: fit-content;
    height: -moz-fit-content;
}

.btnFull {
    justify-content: flex-end;
    margin-top: 15px;
}

.btnFull a {
    width: fit-content;
    width: -moz-fit-content;
    background: #F8A62D;
    border-radius: 8px;
    padding: 5px 25px;
    font-size: 14px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.rightFirst {
    width: 49%;
    background: #fff;
    border-radius: 10px;
    padding: 25px 25px 0 25px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.sliderEventoHome .swiper-pagination {
    position: relative;
}

.sliderEventoHome .swiper-wrapper {
    padding-bottom: 20px;
}

.imgSliderEventoH {
    height: fit-content;
    height: -moz-fit-content;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.imgSliderEventoH img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.sobreEventoH {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}

.sobreEventoH h6 {
    width: 100%;
}

.itemSliderHome:hover .imgSliderEventoH img {
    transform: scale(1.2);
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}


.facebookHome{
    width: 49%;
    background: #fff;
    border-radius: 10px;
    /* padding: 25px 25px 0 25px; */
    padding: 25px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
#plugin_face{
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}


/* Negócios home */

.negociosHome {
    background: #00A357;
}

.itemNegocioHome div {
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.itemNegocioHome div img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.itemNegocioHome p {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
}

.itemNegocioHome:hover div img {
    transform: scale(1.1);
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.itemNegocioHome:hover p {
    color: #FDDF18;
}


/* Second content home */

.secondContent {
    background: #fff url('../img/bgPattern2.png') no-repeat center;
    background-size: cover;
}

.leftSecond {
    width: 49%;
    background: #fff;
    border-radius: 10px;
    padding: 25px 25px 0 25px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.rightSecond {
    width: 49%;
    justify-content: space-between;
}

.previsaoTempo {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.cotacoesHome {
    background: #fff;
    border-radius: 10px;
    padding: 25px 25px 40px 25px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.itemCotacao {
    width: 100%;
    justify-content: center;
}

.itemCotacao img {
    margin-right: 15px;
}

.itemCotacao:hover h6 {
    color: #F8A62D;
}


/* Footer */

footer {
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100px;
    width: 657px;
    height: 100%;
    background: url('../img/imgFooter.png') no-repeat center;
    background-size: contain;
}

.linksFooter {
    background: #00A357;
    padding: 40px 20px;
}

.socialF {
    width: 40%;
    margin-bottom: 30px;
}

.menuF {
    width: 45%;
    grid-gap: 15px;
}

.menuF li {
    width: 100%;
}

.menuF li a {
    color: #fff;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.menuF li:hover a,
.menuF li.ativo a {
    color: #FDDF18;
}

.infoFooter {
    background: #009750;
    padding: 30px 20px;
}

.contentInfoF {
    width: 55%;
}

.endF {
    width: 45%;
}

.endF h5 {
    color: #FDDF18;
    font-size: 20px;
}

.endF p {
    color: #fff;
    margin-bottom: 0;
}

.infoF {
    height: fit-content;
    height: -moz-fit-content;
}

.infoF a {
    width: 100%;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 15px;
}

.infoF a:last-child {
    margin-bottom: 0;
}

.infoF a img {
    margin-right: 10px;
}


/* Coopervil - apresentação */

.headerPage {
    padding: 0;
}

.headerPage img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.sobreHeaderPage {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.61);
}

.coopervil {
    background: #fff url('../img/bgPattern3.png') no-repeat center;
    background-size: cover;
}

.leftCoopervil {
    width: 65%;
    height: fit-content;
    height: -moz-fit-content;
}

.leftCoopervilApr{
    width: 49%;
}

.imgApresentacao{
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
    margin-bottom: 30px;
}
.imgApresentacao img{
    width: 100%;
    height: 100%;
}

.leftCoopervil span {
    font-size: 19px;
    line-height: 26px;
    text-align: justify;
}

.leftCoopervil iframe{
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
}

.leftCoopervil p {
    line-height: 26px;
    text-align: justify;
}

.linkApresentacao{
    width: fit-content;
    width: -moz-fit-content;
    margin: 15px auto 0 auto;
    border: 2px solid #009750;
    padding: 10px 15px;
    color: #009750;
}

.rightCoopervil {
    width: 25%;
    height: fit-content;
    height: -moz-fit-content;
}

.rightCoopervil img {
    width: 100%;
    height: 100%;
    border-radius: 137px 0 212px 0;
}

.rightCoopervilApr {
    width: 49%;
}
.rightCoopervil iframe{
    width: 100%;
    height: 350px;
}
.rightCoopervilApr p{
    text-align: justify;
}

.itemMvv {
    width: 30%;
    height: fit-content;
    height: -moz-fit-content;
}

.itemMvv h6 {
    margin-bottom: 15px;
}

.itemMvv p {
    text-align: justify;
    line-height: 26px;
}

.itemMvv ul {
    width: 100%;
}

.itemMvv ul li {
    width: 100%;
    position: relative;
    padding-left: 20px;
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #444;
    margin-bottom: 15px;
}

.itemMvv ul li:last-child {
    margin-bottom: 0;
}

.itemMvv ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #00A357;
    border-radius: 50%;
}


/* Coopervil - histórico */

.historico {
    background: url('../img/bgTimeline.png') no-repeat center;
    background-size: cover;
}

.itemTimeline {
    background: #fff;
    border-radius: 12px;
}

.imgItemTimeline {
    width: 50%;
    height: fit-content;
    height: -moz-fit-content;
    border-radius: 12px;
}

.imgItemTimeline img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.txtItemTimeline {
    width: 47%;
    padding: 50px;
}

.txtItemTimeline h6 {
    font-size: 70px;
    line-height: 70px;
    color: #F8A62D;
}

.gridHistorico {
    grid-gap: 5px;
    margin-bottom: 5px;
}

.gridHistorico a {
    width: 100%;
    border-radius: 5px;
    height: fit-content;
    height: -moz-fit-content;
}

.gridHistorico a img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    filter: grayscale(1);
}

.gridHistorico a:hover img {
    filter: none;
}


/* Coopervil - administração */
.table_adm {
    width: 100%;
    margin-bottom: 30px;
}

.table_adm p.whiteFont {
    font-size: 19px;
    line-height: 25px;
    padding: 12px;
    padding-left: 15px;
    margin-bottom: 0px !important;
}

.table_adm table {
    width: 100%;
    height: fit-content !important;
    background: #fff;
    border-radius: 0px;
    margin-bottom: 30px;
}

.table_adm table tbody tr {
    width: 100%;
    height: 25px !important;
}

.table_adm table:last-child {
    margin-bottom: 0;
}
/*
.table_adm table tr:first-child td {
    padding-top: 12px;
}
*/
.table_adm table tr:nth-child(2n+2) td {
    background-color: #CDCDCD;
}

.table_adm table tbody tr td {
    color: #444;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    padding: 10px !important;
    height: 25px !important;
    width: 50%;
}

.table_adm table tr td:first-child {
    padding-left: 15px !important;
    font-weight: bold;
}

.table_adm table tr td:last-child {
    padding-right: 12px;
}

.table_adm table tr:last-child td {
    padding-bottom: 10px;
}

/* Scroll bar */
.table_adm::-webkit-scrollbar-track {
    background-color: #cdcdcd;
}

.table_adm::-webkit-scrollbar {
    width: 100%;
    height: 6px;
    background: #cdcdcd;
}

.table_adm::-webkit-scrollbar-thumb {
    background: #00A357;
}

/* Fim do Scroll bar*/

.presidentesAdmin{
    margin-top: 30px;
}
.presidentesAdmin p.fullW{
    text-align: justify;
}

.gridPresidentesAdmin{
    margin-top: 30px;
    grid-gap: 30px;
}

.fotoPresidente{
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
    margin-bottom: 15px;
}
.presidenteAdminItem h6{
    color: #000;
    font-size: 20px;
    line-height: 25px;
}


/* Coopervil - associado */

.leftCoopervil ul {
    width: 100%;
}

.leftCoopervil ul li {
    position: relative;
    padding-left: 20px;
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #444;
    margin-bottom: 10px;
}

.leftCoopervil ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00A357;
}

.leftCoopervil ul li:last-child {
    margin-bottom: 0;
}


/* Coopervil - unidades */

.unidadeItem {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.fotoUnidade {
    border-radius: 5px;
    height: fit-content;
    height: -moz-fit-content;
    overflow: hidden;
}

.fotoUnidade img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.textoUnidade {
    padding: 25px;
}

.textoUnidade img {
    align-self: flex-start;
    margin-right: 15px;
    margin-top: 8px;
}

.txtUnidadeItem h6 {
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    line-height: 26px;
}

.txtUnidadeItem p,
.txtUnidadeItem a {
    margin-bottom: 0;
    color: #444;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
}

.rightCoopervilUnid {
    width: 30%;
}

.rightCoopervilUnid #map {
    width: 100%;
    height: 490px;
    border-radius: 0;
}

.rightCoopervilUnid #map img {
    border-radius: 0 !important;
}


/* Cooperativismo - história */

.cooperativismo {
    background: #fff url('../img/bgPattern3.png') no-repeat center;
    background-size: cover;
}

.leftCooperativismo {
    width: 65%;
    height: fit-content;
    height: -moz-fit-content;
}

.leftCooperativismo2{
    width: 48%;
    height: fit-content;
    height: -moz-fit-content;
}

.leftCooperativismo span {
    font-size: 19px;
    line-height: 26px;
    text-align: justify;
}

.leftCooperativismo p {
    line-height: 26px;
    text-align: justify;
}

.leftCooperativismo ul {
    width: 100%;
}
.leftCooperativismo ul li {
    position: relative;
    padding-left: 20px;
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #444;
    margin-bottom: 10px;
}
.leftCooperativismo ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00A357;
}
.leftCooperativismo ul li:last-child {
    margin-bottom: 0;
}

.rightCooperativismo {
    width: 25%;
    height: fit-content;
    height: -moz-fit-content;
}

.rightCooperativismo2{
    width: 48%;
    height: fit-content;
    height: -moz-fit-content;
}

.rightCooperativismo img {
    width: 100%;
    height: 100%;
    border-radius: 137px 0 212px 0;
}
.rightCooperativismo2 img{
    border-radius: 0;
}

.rightCooperativismo span {
    margin-top: 40px;
}


/* Negócios - lojas */

.negocios {
    background: #fff url('../img/bgPattern3.png') no-repeat center;
    background-size: cover;
}

.leftNegocios {
    width: 48%;
    text-align: justify;
    height: fit-content;
    height: -moz-fit-content;
}
.leftNegocios ul {
    width: 100%;
    margin-bottom: 15px;
}
.leftNegocios ul li {
    position: relative;
    padding-left: 20px;
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #444;
    margin-bottom: 10px;
}
.leftNegocios ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00A357;
}
.leftNegocios ul li:last-child {
    margin-bottom: 0;
}


.rightNegocios {
    width: 48%;
    padding: 30px 30px 0 30px;
    border-radius: 10px;
    background: #fff;
    height: fit-content;
    height: -moz-fit-content;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.sliderNegocios .swiper-wrapper {
    padding-bottom: 20px;
}

.sliderNegocios .swiper-pagination {
    position: relative;
}

.sliderNegocios a {
    height: fit-content;
    height: -moz-fit-content;
}

.sliderNegocios a img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


/* Comunicação e eventos - noticias */

.noticias {
    background: #fff url('../img/bgPattern3.png') no-repeat center;
    background-size: cover;
}

.leftNoticias {
    width: 68%;
    height: fit-content;
    height: -moz-fit-content;
}

.itemNoticia {
    width: 100%;
    padding: 15px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.itemNoticia:last-child {
    margin-bottom: 0;
}

.itemNoticia img {
    width: 48%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.txtItemNoticia {
    width: 45%;
}

.txtItemNoticia h6 {
    color: #F8A62D;
    font-size: 16px;
}

.itemNoticia:hover h3 {
    color: #F8A62D;
}

#pagination {
    width: fit-content;
    width: -moz-fit-content;
    margin: 30px auto 0 auto;
}

#pagination ul {
    width: fit-content;
    width: -moz-fit-content;
}

#pagination ul li a {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #F8A62D;
    font-size: 15px;
    font-weight: bold;
    border: none;
    padding: 0;
    border-radius: 50%;
}

#pagination ul li.ativo a,
#pagination ul li:hover a {
    background: #00A357;
}

.rightNoticias {
    width: 28%;
    height: fit-content;
    height: -moz-fit-content;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.rightNoticias ul {
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
}

.rightNoticias ul li {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}

.rightNoticias ul li a {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    color: #00A357;
}

.rightNoticias ul li:hover a,
.rightNoticias ul li.ativo a {
    color: #F8A62D;
}


/* Notícias detalhes */

.textoNoticia {
    width: 48%;
}

.textoNoticia h5 {
    color: #F8A62D;
}

.textoNoticia p {
    line-height: 26px;
    text-align: justify;
}

.sliderNoticia {
    width: 48%;
    padding: 30px 30px 0 30px;
    border-radius: 10px;
    background: #fff;
    height: fit-content;
    height: -moz-fit-content;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.sliderNoticia .swiper-wrapper {
    padding-bottom: 20px;
}

.sliderNoticia .swiper-pagination {
    position: relative;
}

.sliderNoticia a {
    height: fit-content;
    height: -moz-fit-content;
}

.sliderNoticia a img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


/* Pessoas - Trabalhe Conosco */

.contato {
    background: #fff url('../img/bgPattern3.png') no-repeat center;
    background-size: cover;
}

.formulario {
    width: 48%;
    border-radius: 10px;
    background: #fff;
    height: fit-content;
    height: -moz-fit-content;
    padding: 40px 30px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

#form_contact {
    width: 100%;
    height: available;
    height: fit-content;
}

#form_contact .e_input {
    padding: 10px 15px;
    width: 100%;
    border: 2px solid #D6D6D6;
    border-radius: 6px;
    background: #fff;
    color: #444444;
    font-size: 15px;
}

#form_contact .inputFile {
    margin-bottom: 5px;
}

#form_contact .inputFile p {
    background: #F6F6F6;
    width: 100%;
    border: 2px solid #D6D6D6;
    border-radius: 6px;
    margin-bottom: 0;
    padding: 10px 15px;
}

#form_contact .inputFile input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

#form_contact .msg {
    width: 100%;
    min-height: 140px;
    padding: 10px 15px;
    border: 2px solid #D6D6D6;
    border-radius: 6px;
    background: #fff;
    color: #444444;
    font-size: 15px;
}

#form_contact textarea {
    overflow: hidden;
}

#form_contact .button {
    cursor: pointer;
    margin-top: 10px;
    background: #00A357;
    padding: 10px 60px;
    border-radius: 6px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 18px;
}

#form_contact .privacyTerms p,
#form_contact .privacyTerms a {
    color: #444;
}

#form_contact .input::-webkit-input-placeholder {
    color: #444;
}

#form_contact .input:-moz-placeholder {
    /* Firefox 18- */
    color: #444;
}

#form_contact .input::-moz-placeholder {
    /* Firefox 19+ */
    color: #444;
}

#form_contact .input:-ms-input-placeholder {
    color: #444;
}

.infoContato {
    width: 48%;
    border-radius: 10px;
    background: #fff;
    height: fit-content;
    height: -moz-fit-content;
    padding: 40px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.unidadesContato {
    width: 100%;
    padding: 25px 40px;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 50px;
    border-radius: 22px;
    color: #444;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.unidadesContato img {
    margin-right: 20px;
}

.unidadesContato:hover {
    color: #F8A62D;
}

.endC {
    margin-bottom: 20px;
}

.endC:last-child {
    margin-bottom: 0;
}

.endC img {
    margin-right: 15px;
}

.telC img {
    margin-left: 2px;
}

.txtEndC p {
    margin-bottom: 0;
}

.txtEndC span {
    word-break: break-all;
}


/* Pessoas - Pesquisa de satisfação */
.pesquisa {
    border-radius: 10px;
    background: #fff;
    height: fit-content;
    height: -moz-fit-content;
    padding: 40px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

#form_pesquisa {
    width: 100%;
    height: available;
    height: fit-content;
}

#form_pesquisa .e_input {
    padding: 10px 15px;
    width: 49%;
    border: 2px solid #D6D6D6;
    border-radius: 6px;
    background: #fff;
    color: #444444;
    font-size: 15px;
}

#form_pesquisa .msg {
    width: 100%;
    min-height: 140px;
    padding: 10px 15px;
    border: 2px solid #D6D6D6;
    border-radius: 6px;
    background: #fff;
    color: #444444;
    font-size: 15px;
}

#form_pesquisa textarea {
    overflow: hidden;
}

#form_pesquisa .button {
    cursor: pointer;
    margin-top: 10px;
    background: #00A357;
    padding: 10px 60px;
    border-radius: 6px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 18px;
}

#form_pesquisa .privacyTerms p,
#form_pesquisa .privacyTerms a {
    color: #444;
}

#form_pesquisa .input::-webkit-input-placeholder {
    color: #444;
}

#form_pesquisa .input:-moz-placeholder {
    /* Firefox 18- */
    color: #444;
}

#form_pesquisa .input::-moz-placeholder {
    /* Firefox 19+ */
    color: #444;
}

#form_pesquisa .input:-ms-input-placeholder {
    color: #444;
}

.tabelaFull {
    padding-bottom: 0;
    margin: 30px auto;
}

.tabelaFull::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px;
}

.tabelaFull::-webkit-scrollbar {
    height: 10px;
    background: #eee;
    border-radius: 5px;
}

.tabelaFull::-webkit-scrollbar-thumb {
    background: #00A357;
    border-radius: 5px;
}

#tablePesquisa {
    width: 100%;
}

#tablePesquisa tr td.minor {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

#tablePesquisa tr td.major {
    width: 45%;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
    color: #444;
    font-family: 'Oxygen', sans-serif;
}

#tablePesquisa tr td.minor {
    width: 13%;
    text-align: center;
    padding-bottom: 20px;
}

#tablePesquisa tr td.minor input {
    width: 18px;
    height: 18px;
    appearance: radio;
    position: relative;
}

#tablePesquisa tr td.minor input:checked::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    background: #00A357;
    border-radius: 50%;
    border: 1px solid #707070;
}

/* Contato */

.mapa {
    padding: 0;
}

.mapa #map {
    width: 100%;
    height: 450px;
}


/* Eventos */
.eventos {
    background: #fff url('../img/bgPattern3.png') no-repeat center;
    background-size: cover;
}

.leftEventos {
    width: 68%;
    height: fit-content;
    height: -moz-fit-content;
    padding: 40px 15px;
    /* background: #fff; */
    margin-bottom: 30px;
    /* border-radius: 10px; */
    /* box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); */
}

.itemEvento img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    margin-bottom: 10px;
}
.itemEvento h4{
    color: #F8A62D;
    margin-bottom: 5px;
}
/* .itemEvento h6{
    font-size: 20px;
    line-height: 25px;
} */


.itemEvento {
    width: 100%;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.itemEvento img {
    width: 48%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.txtItemEvento {
    width: 48%;
}
/* .txtItemEvento h4 {
    color: #F8A62D;
    font-size: 16px;
} */
.itemEvento:hover h6 {
    color: #F8A62D;
}


.eventosRight {
    width: 28%;
    height: fit-content;
    height: -moz-fit-content;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.legendaCalendario{
    margin-top: 20px;
}
.legendaCalendario a{
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    font-family: 'Oxygen', sans-serif;
}
.legendaCalendario a:last-child{
    margin-bottom: 0;
}
.legendaCalendario a div{
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    border-radius: 50%;
    margin-right: 5px;
}
.legendaCalendario a div.green{
    background: #00A357;
}
.legendaCalendario a div.yellow{
    background: #F8A62D;
}


/* Ajustes */
.btnPesquisa{
    width: fit-content;
    width: -moz-fit-content;
    margin: 40px auto 0 auto;
    text-align: center;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
    background: #009750;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.btnPesquisa:hover{
    background: #F8A62D;
}


/* Canal de contato confidencial */
.fullW{
    width: 100%;
}

#form_confidencial {
    width: 100%;
    height: available;
    height: fit-content;
}
#form_confidencial p{
    margin-bottom: 5px;
}
#form_confidencial label{
    margin-right: 15px;
}
#form_confidencial label:last-child{
    margin-right: 0;
}
#form_confidencial label input {
    width: 18px;
    height: 18px;
    appearance: radio;
    position: relative;
    margin-right: 10px;
}
#form_confidencial label input:checked::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    background: #00A357;
    border-radius: 50%;
    border: 1px solid #707070;
}
#form_confidencial label p{
    margin-bottom: 0;
}

#form_confidencial .e_input {
    padding: 10px 15px;
    width: 49.5%;
    border: 2px solid #D6D6D6;
    border-radius: 6px;
    background: #fff;
    color: #444444;
    font-size: 15px;
    margin-bottom: 10px;
}
#form_confidencial .e_input.fullW{
    width: 100%;
}
#form_confidencial .msg {
    width: 100%;
    min-height: 140px;
    padding: 10px 15px;
    border: 2px solid #D6D6D6;
    border-radius: 6px;
    background: #fff;
    color: #444444;
    font-size: 15px;
}
#form_confidencial select.e_input{
    background: url('../img/dropdown2.png') no-repeat center right 15px;
    width: 100%;
}

#form_confidencial textarea {
    overflow: hidden;
}

#form_confidencial .button {
    cursor: pointer;
    margin-top: 10px;
    background: #00A357;
    padding: 10px 60px;
    border-radius: 6px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 18px;
}

#form_confidencial .privacyTerms p,
#form_confidencial .privacyTerms a {
    color: #444;
}

#form_confidencial .input::-webkit-input-placeholder {
    color: #444;
}

#form_confidencial .input:-moz-placeholder {
    /* Firefox 18- */
    color: #444;
}

#form_confidencial .input::-moz-placeholder {
    /* Firefox 19+ */
    color: #444;
}

#form_confidencial .input:-ms-input-placeholder {
    color: #444;
}


/* Política de Privacidade */
.textoPoliticas{
    text-align: justify;
}
.textoPoliticas a{
    color: #009750;
    font-weight: 700;
    text-decoration: underline;
}

/* Código de ética e conduta */
.leftConduta{
    width: 48%;
}

.rightConduta{
    width: 49%;
}
.rightConduta img{
    border-radius: 0;
}

.imgEtica{
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    margin: 30px auto 0 auto;
}

.linkEtica{
    width: fit-content;
    width: -moz-fit-content;
    margin: 15px auto 0 auto;
    color: #fff !important;
    background: #009750;
    text-align: center;
    text-decoration: none !important;
    padding: 10px 20px;
    border-radius: 10px;
}