/**
* @project PortalVR
* @version 1.0
* @package layout
* @author Thiago Vieira
* @copyright 2018, Empresa de Processamento de Dados de Volta Redonda.
*
* @fontdef  Lato
* @colordef #FFFFFF;
* @colordef #F0E078;
* @colordef #4C79BD;
*
* @indenting using space 2
* @site https://developer.mozilla.org/pt-BR/docs/Web/
* @site https://developers.google.com/fonts/
* @site http://getbootstrap.com.br/
* @site http://tableless.com.br/
* @site http://www.w3c.br/Home/WebHome
* @site https://tableless.com.br/unidade-pixels-em-rem/
* @site https://cssgradient.io/
* @site https://blackrockdigital.github.io/startbootstrap-stylish-portfolio/
*/


/* @import url('flatly.min.css'); */


/*@import url('https://bootswatch.com/4/cosmo/bootstrap.min.css');*/

@font-face {
    font-family: MyriadProBold;
    src: url('MyriadPro-Bold.otf') format('opentype');
}

@font-face {
    font-family: MyriadProBoldIt;
    src: url('MyriadPro-BoldIt.otf') format('opentype');
}

@font-face {
    font-family: MyriadProIt;
    src: url('MyriadPro-It.otf') format('opentype');
}

@font-face {
    font-family: MyriadProRegular;
    src: url('MyriadPro-Regular.otf') format('opentype');
}

@font-face {
    font-family: MyriadProSemibold;
    src: url('MyriadPro-Semibold.otf') format('opentype');
}

@font-face {
    font-family: MyriadProSemiboldIt;
    src: url('MyriadPro-SemiboldIt.otf') format('opentype');
}

* {
    border-radius: 0 !important;
}


/* ==========================================================================
main
========================================================================== */

body {
    height: 100%;
    min-height: 100%;
    line-height: 1;
    font-size: 100%;
    font-family: MyriadProRegular;
}

img,
embed,
object,
video {
    max-width: 100%;
}

a,
h4 {
    font-family: 'MyriadProSemibold', sans-serif;
}

a:hover {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
}

dl * {
    padding: 0;
    margin: 0;
}

h2,
h5,
h6,
h2 a,
li>h3 {
    font-family: 'MyriadProBold', sans-serif;
    color: rgb(30, 38, 106);
}

h2.fs-sp1-title::after {
    display: none;
}


/* ==========================================================================
header
========================================================================== */

header.masthead {
    background: no-repeat center center;
    background: /* url('../images/dark_tint.png') */
    ;
    background-size: cover;
    height: 67.55vh;
}

header.masthead .logo h1 {
    margin: 0;
}

header.masthead img {
    max-width: 50%;
}


/* ==========================================================================
navbar
========================================================================== */

.navbar a,
.services .card {
    /* font-size: 1rem; */
    font-size: 100%;
    font-family: 'MyriadProSemibold', sans-serif !important;
    color: #FFFFFF !important;
}

.navbar a:hover {
    color: #00fe53 !important;
}

.navbar-brand img {
    width: 13.55rem;
}

a.navbar-brand {
    font-size: 12px;
}

.navbar-shrink {
    z-index: 9;
    background: linear-gradient(90deg, rgba(0, 131, 158, 0.7) 0%, rgba(0, 39, 131, 0.9) 127%, rgba(20, 32, 107, 1) 156%);
    padding: .800rem;
}


/*
.navbar *{
border: 1px solid red;
}*/

.navbar-dark .navbar-nav a.nav-link::after {
    content: "  ";
    /* width: .100rem; */
    width: 1px;
    height: 15px;
    background: #FFFFFF;
    display: inline-block;
    margin: 0px 0px 0 5px;
    position: absolute;
}

.navbar-dark li.item-107 a.nav-link::after {
    display: none !important
}

.search {
    padding-bottom: 0 !important;
}

.search input {
    width: 100%;
    padding: 2vh;
    font-size: 2vh;
}

.element-invisible {
    display: none !important;
}

.input-group-text {
    position: absolute;
    right: 0;
    z-index: 1;
    height: 100%;
}


/* services styles
-------------------------------------------------- */

.services .icons {
    background: url('../images/icones/botoes.png') no-repeat;
    background-size: 20rem;
    width: 4rem;
    height: 4rem;
    float: left;
}

.services .icons.icon-x1 {
    background-position: -73px -62px;
}

.services .icons.icon-x2 {
    background-position: -76px -2px;
}

.services .icons.icon-x3 {
    background-position: -242px -70px;
}

.services .icons.icon-x4 {
    background-position: -245px -3px;
}

.services .icons.icon-x5 {
    background-position: -5px -73px;
}

.services .icons.icon-x6 {
    background-position: -151px 5px;
}

.services .icons.icon-x7 {
    background-position: -5px -9px;
}

.services .icons.icon-x8 {
    background-position: -145px -59px;
}

a:hover>.services .card {
    border: 1px solid rgb(30, 38, 106);
    transition: transform .2s;
    /* Animation */
    transform: scale(1.1);
}

.zoom:hover {
    transition: transform .2s;
    /* Animation */
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

.services .card-body.bg-light p {
    font-size: .950rem;
    color: rgb(0, 129, 156);
    display: inline-block;
    padding: .400rem 0;
}

.searchField {
    border: none;
    width: 100%;
    padding: 1.45rem;
    color: #222 !important;
    font-size: 18px;
    position: relative;
}


/* articles + item-page
-------------------------------------------------- */

.articles h4 {
    font-size: 1.25rem;
}

.articles h4.panel-title {
    font-size: 1.25rem;
    line-height: 2.0rem !important;
}

.articles p {
    max-width: 100%;
    display: block;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.5rem !important;
    text-align: justify;
}

.paragrafo-padrao {
    text-align: justify;
    text-indent: 2em;
}

.articles p:last-child {
    margin-bottom: 0;
}

.articles table {
    width: 100% !important;
}

.item-page,
.articles {
    min-height: 35.55rem;
}

.item-image img {
    max-width: 100%;
    padding: 1.25rem 0;
}

.page-header h2,
.item-page h2 {
    font-size: 190% !important;
    line-height: 1.125em;
    padding: 0 0 1vh 0;
    text-transform: uppercase;
}

.page-header h2::after,
.news h2::after {
    content: " ";
    width: 50px;
    height: 4.15px;
    background: #28a745;
    display: block;
}

h2.fs-sp1-title::after {
    display: none !important;
}

img {
    display: inline;
    max-width: 100%;
}

div.card-body.red {
    background-color: rgba(208, 48, 0, 0.7);
}

div.card-body.orange {
    background-color: rgba(208, 150, 0, 0.7);
}

div.card-body.green {
    background-color: rgba(0, 162, 26, 0.7);
}

div.card-body.yellow {
    background-color: rgba(0, 87, 185, 0.7);
}

footer {
    background-color: rgb(239, 239, 239);
}

.footer {
    padding: 5rem 0 5rem 0;
}

.footer a {
    font-family: MyriadProRegular;
    color: #1e266a;
}


/* footer styles
-------------------------------------------------- */

img.card-facebook {
    max-height: 25%;
    max-width: 60%;
}


/* ini: Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f8f9fa;
    /* cor do background que vai ocupar o body */
    z-index: 999;
    /* z-index para jogar para frente e sobrepor tudo */
}

#preloader .inner {
    position: absolute;
    top: 50%;
    /* centralizar a parte interna do preload (onde fica a anima��o)*/
    left: 50%;
    transform: translate(-50%, -50%);
}

.bolas>div {
    display: inline-block;
    background-color: #fff;
    background: linear-gradient(90deg, rgba(0, 131, 158, 0.7) 0%, rgba(0, 39, 131, 0.9) 127%, rgba(20, 32, 107, 1) 156%);
    width: 15px;
    height: 15px;
    border-radius: 5% !important;
    margin: 3px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: animarBola;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.bolas>div:nth-child(1) {
    animation-duration: 0.75s;
    animation-delay: 0;
}

.bolas>div:nth-child(2) {
    animation-duration: 0.75s;
    animation-delay: 0.12s;
}

.bolas>div:nth-child(3) {
    animation-duration: 0.75s;
    animation-delay: 0.24s;
}

@keyframes animarBola {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    16% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }
    33% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}


/* end: Preloader */


/*------------------------------------*\
    Back to top
\*------------------------------------*/

#back-to-top {
    display: none;
    z-index: 10000000;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

#back-to-top:hover {
    opacity: 0.8;
}

.topo {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 40px;
    height: 38px;
    background: url(../images/topo.png);
    text-indent: -1000em;
    text-align: center;
    color: transparent;
    cursor: pointer;
}

.fs-sp1-image {
    float: none !important;
    margin: 0 !important;
}

img.fs-sp1-image {
    width: 100%;
    height: 350px;
    max-height: 100%;
    object-fit: cover;
}

.fs-sp1-content {
    position: relative !important;
}

.fs-sp1-inner {
    padding: 0 !important;
}

.fs-sp1-desc {
    position: absolute !important;
    left: 0;
    right: 0;
    z-index: 9 !important;
    bottom: 0 !important;
    width: 90% !important;
    padding: 2vh !important;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
}

.fs-sp1-desc a {
    color: rgb(30, 38, 106);
    z-index: 9;
    font-size: 1.1rem;
}


/* ==========================================================================
sp-weather
========================================================================== */

.weather {
    color: #FFFFFF;
    font-weight: 400;
    position: absolute;
    padding: 10px 23px;
}

.today {
    display: initial;
    position: absolute;
    padding: 8.15px 0;
}

.sp-weather {
    display: inline-block;
}

.sp-weather-current {
    padding: 0 0 0 5px;
    color: #10ff5c;
    display: flex;
}

.sp-weather-current .sp-weather-icon {
    font-size: 20px !important;
    line-height: 20px !important;
    float: left;
}

.sp-weather-current .sp-weather-current-temp {
    float: left;
    padding: .5340rem 0;
}


/* ==========================================================================
evofrontpage
========================================================================== */

#evofrontpage-128 *,
#evofrontpage-95 * {
    margin: 0;
    padding: 0;
}

.evofrontpage-tabbed-no-effect .title {
    padding: 0.4rem 0 !important;
    font-size: 125% !important;
    font-weight: 400;
}

.evofrontpage-tabbed-no-effect .head {
    border: none !important;
    border-bottom: 1px dotted rgb(0, 129, 156) !important;
}

.evofrontpage-tabbed-no-effect .head a {
    color: rgb(0, 129, 156) !important;
    text-transform: justify;
}

.evofrontpage-tabbed-no-effect .evofp-table-cell-body {
    border: none !important;
}

.evofrontpage-tabbed-no-effect #evofptabs ul li {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50px !important;
    box-shadow: none !important;
    background: none !important;
    border: 1px solid rgb(0, 129, 156);
}

.evofrontpage-tabbed-no-effect #evofptabs ul li.activex {
    background: rgb(0, 129, 156) !important;
}

#evofptabs {
    display: inline-block;
    padding: 1.55rem;
}

.information h4,
.information a {
    font-weight: 400;
    color: #FFFFFF;
}

.information h4 {
    font-size: 140%;
}

.services .card h5 {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    display: flex;
    padding: .500rem;
}

.services .card h5>a {
    color: rgb(30, 38, 106);
}

.service .card p>a {
    color: rgb(0, 129, 156);
}


/* ==========================================================================
Acessibilidade
========================================================================== */

.barra-top {
    z-index: 999;
    width: 100%;
    background-color: #fafafa;
}

.barra-top li {
    display: inline-block;
    padding: 4.55px 15px;
    /*   border-width: 0 0 1px 0;border-style: solid; */
    border-right: 1px solid #ccc;
}

.barra-top ol,
.barra-top ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.box-accessibility {
    display: table;
    width: 100%;
    min-width: 100%;
}

.atalhos {
    float: left;
}

.barra-top a {
    font-weight: 400;
    font-size: 90%;
    color: #606060;
}

.botoes {
    float: right
}

.breadcrumb {
    background: none;
    padding: 0;
}


/* box
-------------------------------------------------- */

.gradient {
    background: linear-gradient(90deg, rgba(0, 131, 158, 0.7) 0%, rgba(0, 39, 131, 0.9) 127%, rgba(20, 32, 107, 1) 156%);
    /* border: 1px solid rgb(0, 118, 142); */
    margin: .50rem;
}

.gradient p {
    color: #FFFFFF !important;
    font-family: 'MyriadProSemibold', sans-serif;
    /* font-size: 24px; */
    text-align: center;
    float: unset;
    font-size: 100%;
    line-height: 1 !important;
}

.gradient a {
    color: #FFFFFF !important;
}

.clearfix {
    background-color: #f8f9fa;
}

.item-image {
    display: contents;
}

.itp-share-lin {
    margin-right: 0 !important;
}

.itp-share-tw {
    margin: 10px 10px 0 0 !important;
}

.itp-share-fbl {
    margin: 10px 5px 0 10px !important;
}


/* owl
-------------------------------------------------- */

.information-top .icons {
    background: url('../images/icones/informations-button.png') no-repeat;
    background-size: 30rem;
    width: 5rem;
    height: 6rem;
    margin: 0 auto;
}

.information-top .icons.icon-x1 {
    background-position: -40px -15px;
}

.information-top .icons.icon-x2 {
    background-position: -145px -15px;
}

.information-top .icons.icon-x3 {
    background-position: -250px -15px;
}

.information-top .icons.icon-x4 {
    background-position: -353px -15px;
}

.information-top .icons.icon-x5 {
    background-position: -45px -100px;
}

.information-top .icons.icon-x6 {
    background-position: -145px -92px;
}

.information-top .icons.icon-x7 {
    background-position: -251px -100px;
}

.information-top .icons.icon-x8 {
    background-position: -45px -114px;
}

#owl-carousel112 .owl-stage,
.information-top {
    background: #efefef;
}

#owl-carousel112 .owl-item {
    height: 165px;
    background: rgb(59, 110, 153);
    border-radius: 10px !important;
}

#owl-carousel112 .owl-item h4 {
    font-size: 110%;
    text-align: center;
    color: #FFFFFF;
}

#owl-carousel112 .owl-item h4>a {
    color: #FFFFFF;
}

#owl-carousel112 .owl-nav * {
    font-size: 2rem;
}

#owl-carousel112 .owl-nav .prev,
#owl-carousel112 .owl-nav .next {
    position: absolute;
    border: 1px solid;
    top: 35%;
    background: none;
    border: 0;
}

#owl-carousel112 .owl-nav .prev {
    left: -55px;
}

#owl-carousel112 .owl-nav .next {
    right: -55px;
}

#owl-carousel116 .item {
    margin: 0 !important;
    padding: 0 !important;
}

div#owl-carousel116 {
    /* border: 1px solid red; */
    width: 85%;
    margin: 0 auto;
}

#owl-carousel116 .owl-item,
#owl-carousel116 .owl-carousel .owl-item img {
    /* border: 1px solid red; */
    width: 100%;
    /* height: 250px; */
}

.owl-theme .owl-dots .owl-dot {
    border: none;
    padding: 0 5px !important;
}

.fa-chevron-right::before,
.fa-chevron-left::before {
    color: rgb(59, 110, 153);
}


/* .secretarias .gradient {
min-height: 14vh;
padding: 25px 0 ;
} */


/*
.servicos .gradient {
height: 14vh;
}*/

.servicos .br-1 {
    padding: .500rem 0;
}

.secretarias .br-1 {
    padding: .550rem 0;
}

.secretarias .br-2 {
    padding: 1.1rem 0;
}

.secretarias p.card-text,
.secretarias p.card-descr {
    margin: 0 1vh !important;
}

.secretarias p.card-text {
    /* font-size: 21px; */
    padding: 0;
    margin: 0;
}

.secretarias p.card-descr {
    font-family: MyriadProRegular;
    font-size: 100%;
    line-height: 1.1rem !important
}

.secretariaseorgaos {
    font-size: 100% !important;
}


/* .secretariaseorgaos .gradient {
height: 14vh;
} */


/*
.secretariaseorgaos p,
.servicos p {
position: relative;
top: 27%;
}*/


/*
.secretariaseorgaos .br-1,
.servicos .br-1 {
padding: 0;
top: -.500vh;
}*/

.br-1 {
    padding: .500rem 0;
    /* padding: 0;
top: -2vh; */
}

.inputbox {
    border: 0
}

.gabinete {
    color: rgb(0, 129, 156);
    /* border: 1px solid; */
}

.gabinete .jumbotron {
    padding: 25px;
}

.gabinete h3 {
    font-family: MyriadProBold;
    margin: 0;
    padding: 1rem 0;
}

.gabinete p {
    padding: 0;
    font-size: 1.155rem;
}

.gabinete .descricao p {
    font-size: .950rem;
}

.gabinete .descricao {
    padding: 1rem 0;
    /* border: 1px solid; */
}

.gabinete img {
    width: 128px;
    height: 128px;
}

.gabinete .icons {
    background-image: url('../images/icones/governo.png?');
    background-repeat: no-repeat;
    background-size: cover;
    margin: -5px 0px;
    width: 37px;
    height: 37px;
    float: left;
}

.gabinete .portifolio h3 {
    font-size: 1.640625rem;
    text-transform: uppercase;
    padding: .700rem 0;
}

.gabinete .portifolio h3::after {
    content: " ";
    width: 100%;
    height: 1px;
    background: #28a745;
    display: block;
}

.portifolio ul.list-unstyled>li {
    font-size: 1.155rem;
    list-style: circle;
    margin: 0 0 0 25px;
}

.col-md-12 ul li {
    font-size: 1.155rem;
}

.gabinete .atendimento {
    background-position: 2px 0px;
}

.gabinete .telefone {
    background-position: -35px 0px;
}

.gabinete .email {
    background-position: -77px 0px;
}

.gabinete .endereco {
    background-position: -113px 0px;
}

.assinatura img {
    width: 128px;
}

.assinatura .brasao {
    width: 74px;
    float: left;
    margin: 0 .700rem 0 0;
}


/* .campanhas {
border: 1px solid red;
} */

.campanhas a,
.campanhas h4 {
    color: #FFFFFF;
}

.campanhas h4 {
    font-family: 'MyriadProBold', sans-serif;
    font-size: 1.3025rem;
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 0 0 1vh 2vh;
}

.campanhas a {
    font-family: MyriadProRegular;
}

.campanhas div.card-img-top.red {
    background: linear-gradient(0deg, rgba(188, 30, 45, 0.5), rgba(188, 30, 45, 0.5)), url('../../../images/campanhas/1.jpg') no-repeat;
    background-size: contain !important;
}


/*
.campanhas div.card-img-top.red {
background: url('../../../images/campanhas/1.jpg') no-repeat center;
background-size: cover;
}*/

.campanhas div.card-img-top.yellow {
    background: linear-gradient(0deg, rgba(226, 150, 0, 0.5), rgba(226, 150, 0, 0.5)), url('../../../images/campanhas/2.jpg') no-repeat center;
    background-size: cover;
}

.campanhas div.card-img-top.blue {
    background: linear-gradient(0deg, rgba(1, 83, 124, 0.5), rgba(1, 83, 124, 0.5)), url('../../../images/campanhas/3.jpg') no-repeat center;
    background-size: cover;
}

.campanhas div.card-img-top.green {
    background: linear-gradient(0deg, rgba(5, 131, 76, 0.5), rgba(5, 131, 76, 0.5)), url('../../../images/campanhas/4.jpg') no-repeat center;
    background-size: cover;
}

.campanhas div.card-body.red {
    background-color: rgba(188, 30, 45, 1);
}

.campanhas div.card-body.yellow {
    background-color: rgba(226, 150, 0, 1);
}

.campanhas div.card-body.blue {
    background-color: rgba(1, 83, 124, 1);
}

.campanhas div.card-body.green {
    background-color: rgba(5, 131, 76, 1);
}


/* .hvr-sweep-to-top:before {
background: rgba(188, 30, 45, 0.5) !important;
z-index: 9;
} */

.hvr-grow {
    display: flex !important;
}


/* .campanhas {
border: 1px solid blue;
} */

.campanhas .fs-sp1-desc {
    display: none;
}

.red .fs-sp1-content {
    background-color: rgb(188, 30, 45);
}

.yellow .fs-sp1-content {
    background-color: rgb(226, 150, 0);
}

.blue .fs-sp1-content {
    background-color: rgb(1, 83, 124);
}

.green .fs-sp1-content {
    background-color: rgb(5, 131, 76);
}

.campanhas .red img,
.campanhas .yellow img,
.campanhas .blue img,
.campanhas .green img {
    /* opacity: 0.6; */
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
    max-height: 250px;
}

iframe.embedGoogleMap {
    width: 100%;
}


/* filter: blur(5px);
-webkit-filter: blur(5px);
display: none; */


/*position: absolute !important;
left: 0;
right: 0;
z-index: 9 !important;
bottom: 0 !important;

width: 100% !important;
height: 100% !important;
padding: 0vh !important;
background-color: rgba(255, 255, 255, 0.5);
margin: 0 auto;
*/


/*
div.card-body.red{
background-color: rgba(208, 48, 0, 0.7);
}

div.card-body.orange{
background-color: rgba(208, 150, 0, 0.7);
}

div.card-body.green{
background-color: rgba(0, 162, 26, 0.7);
}

div.card-body.yellow{
background-color: rgba(0, 87, 185, 0.7);
}*/

@media screen and (max-width: 640px) {
    * {
        /* border: 1px solid red; */
    }
    h2,
    .h2 {
        padding: 1.5rem 0 0 0;
    }
    #owl-carousel112 .owl-nav .prev {
        left: 0;
    }
    #owl-carousel112 .owl-nav .next {
        right: 0;
    }
    .fa-chevron-right::before,
    .fa-chevron-left::before {
        color: #FFFFFF;
    }
    #owl-carousel112 .owl-nav .prev,
    #owl-carousel112 .owl-nav .next {
        top: 32%;
    }
    .gradient,
    .col-md-3 {
        margin: .500rem 0;
    }
}


/* footer styles
-------------------------------------------------- */

footer {
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 131, 158, 0.7) 0%, rgba(0, 39, 131, 0.9) 127%, rgba(20, 32, 107, 1) 156%);
    background-color: #116e9c;
    color: #003e7b;
    font-family: MyriadProRegular, sans-serif;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.25rem;
    align-items: center;
}

.footer a {}

.footer-top-area {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #003e7b !important;
    padding: 40px 0 75px 0;
}

.footer-about-us .h2 {
    text-transform: uppercase;
    font-family: 'MyriadProSemiBold', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
}

.footer-about-us {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
}

.footer-about-us img {
    max-height: 80px;
}

.footer-about-us p {}

.footer-social {
    padding: 0px;
    margin: 0px;
}

.footer-social a {
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 0px;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.footer-social a img {
    max-width: 25px;
    max-height: 25px;
}

.footer-menu {
    padding-top: 35px;
    font-family: 'MyriadProSemiBold', sans-serif;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.0rem;
}

.footer-menu .h2 {
    text-transform: uppercase;
    font-family: 'MyriadProSemiBold', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
}

.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 5px 0px 0px 0px;
}

.footer-menu ul li {
    border-bottom: 1px dashed #DDD;
    padding: 3px 0;
    display: list-item;
    text-align: -webkit-match-parent;
}

.footer-menu ul li a {
    color: #116e9c;
    display: block;
    padding: 5px 0;
}

.footer-menu ul li a:hover {
    text-decoration: none;
}

.footer-bottom-area {
    background: linear-gradient(90deg, rgba(0, 131, 158, 0.7) 0%, rgba(0, 39, 131, 0.9) 127%, rgba(20, 32, 107, 1) 156%);
    background-color: #116e9c;
    padding-bottom: 15px;
    position: static;
    bottom: 0px;
    width: 100%;
    color: #FFF;
}

.copyright {
    margin: auto;
    max-width: 350px;
}

.copyright:hover {
    /* Animation */
    transition: transform .2s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

.copyright a {
    color: #FFF;
}

.copyright a:hover {
    text-decoration: none;
}

.copyright>p {
    margin: 20px 20px 0px 20px;
    color: #FFF;
    font-family: 'MyriadProBold', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-decoration: none;
    text-align: center;
}


/*-----------------------------------*/


/*PAGINATON--------------------------*/


/*-----------------------------------*/

.pagination {
    padding-top: 20px;
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagenav {
    display: inline;
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination ul li,
.list-footer ul li {
    box-sizing: border-box;
    display: inline;
    padding: 0px 0px 0px 0px;
}

.pagination ul,
.list-footer ul {
    list-style-type: none;
}