body {
    font-family: 'Roboto';
}

button:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.form-control {
    background: #FFFFFF;
    min-height: 62px;
    padding: 1.375rem 2rem;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 10px;
    color: #E0E0E0;
}

.form-control::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #E0E0E0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #E0E0E0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #c5c5c545;
}

.pulse:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}


/* ini: Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0060AC;
    z-index: 1999;
}

#preloader .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pulsex {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.pulseIcon:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/* end: Preloader */


/* copyright */

section.copyright {
    padding: 1rem 0;
    background-color: #001D76;
}


/* header */

header {
    background-color: #0060AC;
}

header .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
}

.navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-item:hover .nav-link::after {
    content: '';
    display: block;
    height: 5px;
    align-items: center;
    justify-content: center;
    background-position: center;
    background: #001D76;
    margin-top: 0rem;
    position: relative;
    right: 0;
    bottom: -38px;
    transition: .6s;
}

.navbar-nav .nav-item .nav-link::after {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media(max-width:1300px) {
    header .nav-link {
        font-size: 12px;
        line-height: 12px;
    }
}


/* section.contador */

section.contador {
    margin-top: 70px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	border-bottom: 0px solid #0060AC;
}

section.contador h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #0060AC;
    text-align: center;
    padding-bottom: 1.5rem;
}

section.contador h1::after {
    content: url(../img/icon/line.png);
    display: block;
    height: 2px;
    align-items: center;
    justify-content: center;
    background-position: center;
}

section.contador h2 {
    font-style: normal;
    font-size: 20px;
    line-height: 29px;
    color: #0060AC;
    text-align: center;
    padding-bottom: 1.5rem;
}

section.contador .btn-acessar {
    background: #0060AC;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 15px 75px;
    transition: .6s;
}

section.contador .btn-acessar:hover {
    background: #001D76;
    transition: .6s;
}

/* section.quem_somos */

section.quem_somos {
    margin: 4rem auto;
}

section.quem_somos h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #0060AC;
    text-align: center;
    padding-bottom: 1.5rem;
}

section.quem_somos h1::after {
    content: url(../img/icon/line.png);
    display: block;
    height: 2px;
    align-items: center;
    justify-content: center;
    background-position: center;
}

section.quem_somos img {
    border-radius: 10px;
}

section.quem_somos p {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #4F4F4F;
}


/* section.infra */

section.infra {
    margin: auto;
    background-image: url(../img/bg_infra.png);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 892px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    padding: 50px 0;
}

section.infra h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #0060AC;
    padding-bottom: 1.5rem;
}

section.infra h1::after {
    content: url(../img/icon/line.png);
    display: block;
    height: 2px;
    align-items: center;
    justify-content: center;
    background-position: center;
}

section.infra .card {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(189, 189, 189, 0.7);
    box-sizing: border-box;
    border-radius: 15px;
    padding: 40px 10px;
    text-align: center;
    align-items: center;
    min-height: 710px;
    transition: .8s;
}

section.infra .card:hover {
    background: rgba(255, 255, 255, 0.5);
    border: transparent;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 40px 10px;
    text-align: center;
    align-items: center;
    min-height: 710px;
    box-shadow: 0px 5px 10px 0px #cac5c5;
    transition: .8s;
}

section.infra .card img {
    width: 154px;
    height: 137px;
    object-fit: contain;
}

section.infra h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #0060AC;
    margin-bottom: 2rem;
}

section.infra ul {
    list-style-type: none;
    padding-inline-start: 0;
}

section.infra ul li {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #4F4F4F;
    padding: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

section.infra ul li:last-child {
    border-bottom: none;
}


/* section.segmentos */

section.segmentos {
    padding: 4rem 0;
    background: #0060AC;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.segmentos h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 1.5rem;
}

section.segmentos h1::after {
    content: url(../img/icon/line2.png);
    display: block;
    height: 2px;
    align-items: center;
    justify-content: center;
    background-position: center;
}

section.segmentos .card {
    background: transparent;
    border: none;
    box-sizing: border-box;
    padding: 40px 10px;
    text-align: center;
    align-items: center;
}

section.segmentos .card .card-body {
    margin-top: 2.5rem;
}

section.segmentos h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 2rem;
}


/* section.credenciamento */

section.credenciamento {
    margin: auto;
    background-image: url(../img/bg_credenciamento.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 509px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.credenciamento h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    color: #0060AC;
    padding-bottom: 1.5rem;
}

section.credenciamento h1::after {
    content: url(../img/icon/line.png);
    display: block;
    height: 2px;
    align-items: center;
    justify-content: center;
    background-position: center;
}

section.credenciamento .media {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(189, 189, 189, 0.7);
    box-sizing: border-box;
    border-radius: 15px;
    padding: 40px 50px;
}

section.credenciamento .media .media-body h5 {
    font-weight: normal;
    font-size: 27px;
    line-height: 46px;
    text-align: center;
    color: #4F4F4F;
}


/* section.apoio */

section.apoio {
    margin: 60px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.apoio h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    color: #0060AC;
    padding-bottom: 1.5rem;
}

section.apoio h1::after {
    content: url(../img/icon/line.png);
    display: block;
    height: 2px;
    align-items: center;
    justify-content: center;
    background-position: center;
}


/* section.faleconosco */

section.faleconosco {
    margin: auto;
    background-image: url(../img/bg_contato.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 879px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.faleconosco h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #0060AC;
    padding-bottom: 1.5rem;
}

section.faleconosco h1::after {
    content: url(../img/icon/line.png);
    display: block;
    height: 2px;
    align-items: center;
    justify-content: center;
    background-position: center;
}

section.faleconosco .btn-enviar {
    background: #0060AC;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 15px 75px;
    transition: .6s;
}

section.faleconosco .btn-enviar:hover {
    background: #001D76;
    transition: .6s;
}

section.faleconosco .form-group {
    margin-bottom: 1.5rem;
}


/* footer */

footer {
    background: #0060AC;
    padding: 50px 0;
}

footer a {
    font-style: normal;
    font-weight: 100;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 5px;
    transition: .6s;
    border-bottom: 1px solid transparent;
}

footer a:hover {
    transition: .6s;
    color: #FFFFFF;
}


/* medias */

@media(max-width:1650px) {
    footer .link_rapido {
        padding: 0;
    }
    footer .link_rapido a {
        font-size: 11.5px;
    }
}

@media(max-width:1392px) {
    footer .link_rapido a {
        font-size: 10px;
    }
}

@media(max-width:1211px) {
    footer .link_rapido a {
        font-size: 9px;
    }
}

@media(max-width:1090px) {
    footer .link_rapido a {
        font-size: 8px;
    }
}

@media(max-width:990px) {
    footer .link_rapido a {
        font-size: 12px;
    }
    footer .link_rapido {
        padding-bottom: 1rem;
    }
    footer .link_rapido::after {
        content: '';
        display: block;
        height: .5px;
        align-items: center;
        justify-content: center;
        background-position: center;
        background: rgba(0, 0, 0, 0.1);
        margin-top: 1rem;
    }
    footer {
        padding: 30px 0;
    }
    .navbar-nav {
        margin-top: 3rem;
    }
    .navbar-nav li {
        padding-bottom: 1rem;
        text-align: center;
    }
    .navbar-nav li::after {
        content: '';
        display: block;
        height: .5px;
        align-items: center;
        justify-content: center;
        background-position: center;
        background: rgba(0, 0, 0, 0.1);
        margin-top: 1rem;
    }
}

@media(max-width:767px) {
    section.quem_somos p {
        font-size: 16px;
    }
    section.interna p {
        font-size: 16px;
    }
    h5 {
        font-size: 15px;
    }
    section.infra {
        height: auto;
        background-size: cover;
        padding: 50px 0;
    }
    section.infra .card {
        height: auto;
        min-height: auto;
        margin-bottom: 30px;
    }
    section.quem_somos h1 {
        font-size: 20px;
        line-height: 20px;
    }
    section.segmentos .card {
        padding: 0;
    }
    section.segmentos .card .card-body {
        margin-top: 0;
    }
    section.segmentos h5 {
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #ffffff;
        margin-bottom: 0;
    }
    section.segmentos h1 {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 1.5rem;
    }
    section.credenciamento .media {
        border-radius: 15px;
        padding: 40px 21px;
        display: block;
        text-align: center;
    }
    section.credenciamento .media img {
        width: 60px;
        margin-bottom: 1rem;
    }
    section.credenciamento .media .media-body h5 {
        font-size: 22px;
        line-height: 27px;
    }
    section.credenciamento h1 {
        font-size: 20px;
    }
    section.faleconosco h1 {
        font-size: 20px;
        line-height: 20px;
    }
    section.faleconosco {
        height: auto;
        padding: 50px 0;
    }
    .navbar-brand img {
        width: 180px;
    }
    section.infra h1 {
        font-size: 20px;
        line-height: 20px;
    }
    section.apoio h1 {
        font-size: 20px;
    }
    section.infra h5 {
        font-size: 18px;
        line-height: 30px;
    }
    .navbar-nav .nav-item.active .nav-link::after,
    .navbar-nav .nav-item:hover .nav-link::after {
        background: #001d7605;
    }
}

.clock {
	text-align: center;
  width: 650px;
  top: 50%;
  left: 30%;
  transform: translateX(-50%) translateY(-50%);
}


@media screen and (max-width: 1024px) {
	
	.clock {
	  top: 50%;
	  left: 36%;
	  transform: translateX(-50%) translateY(-50%);
	}

}

@media screen and (max-width: 768px) {
	
	.clock {
	  top: 50%;
	  left: 68%;
	  transform: translateX(-50%) translateY(-50%);
	}

}


@media screen and (max-width: 414px) {
	
	.clock {
	  top: 50%;
	  left: 84%;
	  transform: translateX(-50%) translateY(-50%);
	}

}


@media screen and (max-width: 375px) {
	
	.clock {
	  top: 50%;
	  left: 88%;
	  transform: translateX(-50%) translateY(-50%);
	}

}
