/*----------------------------------
--------- DEFAULT CSS --------
----------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');
body {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.background {
    background-image: url(../img/bg-covid.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}

.hero-area.new{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(220, 231, 239) 50%);
    margin: 0
}

/*----------------------------
---------- RESET CSS ---------
----------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
    font-weight: 600;
    color: #123A5E;
}

h4 {
    font-size: 1rem;
    color: #0E2F42;
}

h6 {
    font-size: 14px;
    color: #0E2F42;
}

h5 {
    color: #0E2F42;
}

a {
    transition: 0.6s;
}

a, a:hover {
    color: #666666;
}

table a {
    color: #007bff !important;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
    border: none;
}

a, a:hover, a:focus, a:active, button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    margin-bottom: 0;
}

select:focus, select:active {
    box-shadow: none;
    border: 0;
    outline: 0
}

input:focus, textarea:focus, select:focus, button:focus {
    outline: none;
}

button {
    cursor: pointer;
}

textarea {
    height: 120px;
}

input[type="text"], input[type="submit"], button[type="submit"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], input[type="number"], textarea {
    background: transparent;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
}

input[type="submit"], button[type="submit"] {
    width: auto;
    color: #666;
    padding: 4px 15px;
}

textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary{
    background-color: #0E2F42;
    border-color: #0E2F42;
}
.bg-gray-l {
    background-color: #f8f9fa;
}

.sec-title {
    text-align: center;
    max-width: 400px;
    margin: 30px auto 40px;
}

.sec-title h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    top: -6px;
    text-transform: uppercase;
}

.sec-title h2 .sec-title-border {
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #0E2F42;
    right: 0;
    height: 0;
    margin: auto;
}

.pricing-area .sec-title h2 .sec-title-border, .sintomas-area .sec-title h2 .sec-title-border {
    border-color: #fff;
}

.pricing-area .sec-title h2 .sec-title-border span::before, .sintomas-area .sec-title h2 .sec-title-border span::before {
    background-color: #fff;
}

.sec-title h2 .sec-title-border span {
    width: 9px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    bottom: 23.3px;
}

.sec-title h2 .sec-title-border span::before {
    background: #0E2F42;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}

.mt-100 {
    margin-top: 100px;
}

.mt-30 {
    margin-top: 30px;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-90 {
    padding: 90px 0;
}

.ptb-90-30 {
    padding-top: 90px;
    padding-bottom: 30px;
}

.ptop-50 {
    padding-top: 50px;
}

.ptop-90 {
    padding-top: 90px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-90 {
    padding-bottom: 90px;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.owl-nav div {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 35px;
    background: #fff;
    color: #0E2F42;
    height: 35px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    font-size: 29px;
    transition: 0.4s;
    margin-top: -60px;
}

.owl-nav div:hover {
    background: #0E2F42;
    color: #fff;
}

.owl-nav div.owl-next {
    right: 20px;
    left: auto;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #0074da;
    border-radius: 10px;
    display: inline-block;
    margin: 0 3px;
}

.owl-dot.active {
    background: #0074da;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.header.sticky .mainmenu li a.appao-btn, .mainmenu li a.appao-btn, .appao-btn {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 15px;
    padding: 6px 25px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
}

.header.sticky .mainmenu li a.appao-btn:hover, .mainmenu li a.appao-btn:hover, .appao-btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #666;
}

.appao-btn2 {
    border: 1px solid transparent;
    border-radius: 25px;
    background: #0E2F42;
    /* Old browsers */
    background-image: -moz-linear-gradient(left, rgba(0, 123, 255, .25) 1%, rgba(0, 123, 255, .5) 24%, rgba(0, 123, 255, .5) 67%, rgba(0, 123, 255, .5) 100%);
    /* FF3.6-15 */
    background-image: -webkit-linear-gradient(left, rgba(0, 123, 255, .25) 1%, rgba(0, 123, 255, .5) 24%, rgba(0, 123, 255, .5) 67%, rgba(0, 123, 255, .5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to right, rgba(0, 123, 255, .25) 1%, rgba(0, 123, 255, .5) 24%, rgba(0, 123, 255, .5) 67%, rgba(0, 123, 255, .5) 100%)
}

.appao-btn2:hover {
    border: 1px solid #0E2F42;
    background: transparent;
    background-image: none;
    color: #0E2F42;
}

.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

input::-webkit-input-placeholder {
    color: #666;
}

/*--------------------------------------
-------- HEADER AREA CSS START --------
---------------------------------------*/

.header {
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.4s;
    width: 100%;
    z-index: 99;
    /* padding: 10px 0 10px; */
    background: #dce7ef;
}

.logo .text-right {
    text-align: right;
}

.mainmenu {
    text-align: left;
}

.mainmenu li {
    display: inline-block;
    text-transform: uppercase;
}

.mainmenu li a {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 12px 10px;
    /* margin: 0 3px; */
    /* border: 1px solid transparent;
    border-radius: 10px; */
    font-weight: 460;
    font-size: 15.2px;
}

.nav-link {
    padding: 5px 10px;
}

.icofont-menu {
    width: 38px;
    height: 38px;
    color: #fff;
    background: #65acf8;
    display: inline-block;
    line-height: 38px;
    font-size: 20px;
    border-radius: 100%;
    border: 1.5px solid;
    margin: 0 5px;
    text-align: center;
}

.slicknav_menu {
    padding: 0;
    background: transparent;
}

.slicknav_menu a.active, .mainmenu ul li a:hover, .mainmenu ul li a.active {
    /* border: 1px solid #fff;
    border-radius: 10px; */
    color: #123A5E;
    background: #DCE7EF;
}

.mainmenu {
    display: block;
}

.slicknav_menu {
    display: none;
}

/* .header.sticky {
	border-bottom: 1px solid #fff;
	background: #0E2F42; 
	background: -moz-linear-gradient(left, #0074d96e -1%,#f8f9fa 17%,#f8f9fa 80%,#0074d96e 100%);
	background: -webkit-linear-gradient(left, #0074d96e -1%,#f8f9fa 17%,#f8f9fa 80%,#0074d96e 100%); 
	background: linear-gradient(to right, #0074d96e -1%,#f8f9fa 17%,#f8f9fa 80%,#0074d96e 100%)
} */

.header.sticky {
    /* padding: 10px 0; */
}

.header.sticky .slicknav_menu li a.appao-btn {
    color: #fff !important;
}

.mainmenu li a.appao-btn {
    margin-left: 55px;
}

/*--------------------------------------
--------- HEADER AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- HERO AREA CSS START --------
---------------------------------------*/

.logo img {
    padding: 0 0 20px 0;
}

.logo-mobile img {
    padding: 0;
}

.hero-area {
    /* padding-top: 4%; */
    z-index: 1;
    /* position: absolute; */
    height: 100%;
    width: 100%;
    /* background-image: url(../img/bg-home.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden; */
}

.hero-area::before {
    content: "";
    top: 0;
    left: 0;
    opacity: 0.85;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
}

.hero-area-content {
    color: #fff;
    padding: 20px 0 50px;
}

.hero-area-content h1 {
    color: #123A5E;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.hero-area-content p {
    margin: 8px 300px;
    text-align: center;
}

.hero-area-content .appao-btn {
    margin-top: 15px;
    margin-right: 15px;
}

.hand-mockup {
    bottom: -2px;
    max-width: 100%;
}

.hand-mockup img {
    height: 350px;
    padding-bottom: 20px;
}

.title-home {
    background-color: transparent;
    border: 1px solid #DCE7EF;
}
/* 
.title-home h1 {
    font-size: 50px;
    color: #DCE7EF;
} */

.subtitle-home {
    border: 1px solid #DCE7EF;
}

.subtitle-home h2 {
    font-size: 40px;
    font-weight: 600;
    color: #123A5E;
    background: #DCE7EF;
}

/*------------------------------------
--------- HERO AREA CSS END ---------
------------------------------------*/

/*--------------------------------------
-------- ABOUT AREA CSS START --------
---------------------------------------*/

.boletim-area {
    text-align: center;
    /* background-color: #f8f9fa; */
}

.single-boletim-box {
    padding: 25px;
    transition: all 0.4s;
}

.single-boletim-box i::before {
    color: #0074da;
    font-size: 40px;
    transition: all 0.4s;
    display: block;
}

.single-boletim-box.active, .single-boletim-box:hover {
    box-shadow: 0 0 5px #ccc;
}

.single-boletim-box.active i::before, .single-boletim-box:hover i::before {
    color: #0E2F42;
}

.single-about-box h4 {
    margin: 25px 0 15px;
}

/*--------------------------------------
---------- ABOUT AREA CSS END ----------
---------------------------------------*/

/*--------------------------------------
-------- FEATURE AREA CSS START --------
---------------------------------------*/

.feature-area {
    z-index: 1;
    position: relative;
    background-image: url(../img/feature-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.feature-area::before {
    content: "";
    top: 0;
    left: 0;
    opacity: 0.85;
    right: 0;
    bottom: 0;
    background: #0E2F42;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    z-index: -1;
    position: absolute;
}

.single-feature-box h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.single-feature-box li {
    margin-bottom: 45px;
    display: flex;
}

.single-feature-box li:last-child {
    margin-bottom: 0;
}

.feature-box-info {
    flex: 5;
}

.feature-box-icon {
    flex: 1;
    font-size: 20px;
    transition: all 0.4s;
}

.single-feature-box li:hover .feature-box-icon i::before {
    border-radius: 0;
}

.single-feature-box h2, .single-feature-box h3, .single-feature-box h4, .single-feature-box {
    color: #fff;
}

.feature-box-icon i::before {
    border: 2px dashed #fff;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
    transition: all 0.4s;
}

/*--------------------------------------
--------- FEATURE AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- SHOWCASE AREA CSS START -------
---------------------------------------*/

.decretos-area {
    padding-bottom: 0;
}

.decretos-area h2 {
    text-transform: uppercase;
    padding: 10px 0;
}

.decretos-area p {
    padding: 10px 0;
}

.single-decretos-box {
    padding: 0 0 40px;
}

.single-decretos-box p {
    margin: 20px 0 25px;
}

.single-decretos-box h4 {
    font-size: 20px;
}

/*--------------------------------------
--------- SHOWCASE AREA CSS END --------
---------------------------------------*/

/*--------------------------------------
---------- VIDEO AREA CSS START --------
---------------------------------------*/

.video-area {
    background: url(../img/video-overview.jpg) no-repeat center / cover;
    position: relative;
    background-attachment: fixed;
    text-align: center;
    z-index: 1;
    color: #fff;
}

.video-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0E2F42;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    opacity: 0.85;
    z-index: -1;
}

.video-popup i {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 80px;
    font-size: 25px;
    color: #0E2F42;
    border: 10px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.video-popup i::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
}

.video-popup i:hover {
    color: #fff;
}

.video-popup h1 {
    margin-top: 30px;
    line-height: 35px;
}

.video-popup i:hover::before {
    background: transparent;
}

/*--------------------------------------
----------- VIDEO AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ SCREENSHOT AREA CSS START -------
---------------------------------------*/

.screenshots-area .sec-title {
    margin-bottom: 15px;
}

.screenshot-wrap .slick-list {
    padding-bottom: 90px !important;
    padding-top: 80px !important;
}

.single-screenshot.slick-slide {
    z-index: 1;
}

.single-screenshot.slick-active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
    transition: all 0.3s ease-in 0s;
}

.single-screenshot.slick-center {
    position: relative;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    z-index: 3;
    transition: all 0.3s ease-in 0s;
}

.single-screenshot img {
    width: 100%;
}

.slick-dots {
    text-align: center;
    margin-top: 10px;
}

.slick-dots li.slick-active button {
    background-color: #0074da;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    background: transparent;
    border: 2px solid #0074da;
    border-radius: 100%;
    font-size: 0;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.single-screenshot.slick-center {
    background-image: url(../img/screenshot/mockup.png);
    background-size: 100% 100%;
}

.single-screenshot.slick-center img {
    padding: 35px 20px 55px;
}

/*--------------------------------------
-------- SCREENSHOT AREA CSS END -------
---------------------------------------*/

/*--------------------------------------
-------- PRICING AREA CSS START --------
---------------------------------------*/

.pricing-area {
    background: url(../img/price-bg.jpg) no-repeat center / cover;
    position: relative;
    text-align: center;
    z-index: 1;
}

.pricing-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0E2F42;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    opacity: 0.85;
    z-index: -1;
}

.pricing-area .sec-title, .pricing-area .sec-title h2 {
    color: #fff;
}

.single-pricing-box {
    background: #fff;
    text-align: center;
    transition: all 0.4s;
}

.pricing-top {
    padding: 15px;
}

.pricing-top h4 {
    font-weight: 400;
}

.pricing-top p {
    font-style: italic;
    font-weight: 500;
}

.price {
    background-color: #666666;
    padding: 15px;
    color: #fff;
    transition: all 0.4s;
}

.price-details {
    padding: 25px 15px;
}

.price h1 {
    position: relative;
    padding-left: 13px;
    display: inline-block;
}

.price h1 span {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
}

.price-details ul li {
    max-width: 204px;
    font-weight: 500;
    padding-bottom: 8px;
    margin: 0 auto 15px;
    border-bottom: 1px solid #666;
}

.price-details ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.price-details .appao-btn {
    padding: 5px 35px;
    margin-top: 10px;
    border: 2px solid #666;
    color: #666;
    border-radius: 30px;
    transition: all 0.4s;
}

.single-pricing-box:hover .price {
    background-color: #0E2F42;
    /* Old browsers */
    background-image: -moz-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* FF3.6-15 */
    background-image: -webkit-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to right, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
}

.single-pricing-box:hover .appao-btn {
    background-color: #0E2F42;
    background-image: -moz-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background-image: -webkit-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background-image: linear-gradient(to right, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    color: #fff;
    border: 2px solid #005db5;
}

/*--------------------------------------
--------- PRICING AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ TESTIMONIAL AREA CSS START ------
---------------------------------------*/

.author-img {
    width: 95px;
    height: 95px;
    border-radius: 100%;
    margin: 5px auto;
}

.author-img img {
    border-radius: 100%;
    border: 2px solid #0074da;
    box-shadow: 0 0 6px #0074da;
}

.single-testimonial-box {
    text-align: center;
}

.single-testimonial-box p {
    margin: 0 0 15px;
}

.single-testimonial-box h5 {
    margin: 35px 0 15px;
}

.testimonial-thumb>div {
    position: absolute;
    top: 5px;
    transform: scale(0.7);
    left: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: -150px;
    z-index: 1;
}

.testimonial-thumb>div.thumb-next {
    left: auto;
    right: 50%;
    margin: 0 -150px 0 0;
}

.testimonial-thumb>div:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*--------------------------------------
------- TESTIMONIAL AREA CSS END -------
---------------------------------------*/

/*--------------------------------------
-------- COUNTERUP AREA CSS START --------
---------------------------------------*/

.counter-area {
    background: url(../img/counter-bg.jpg) no-repeat center / cover;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 1;
    color: #fff;
    padding-top: 50px;
}

.counter-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0E2F42;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    opacity: 0.85;
    z-index: -1;
}

.single-counter-box i::before {
    /* background: #0861b5; */
    width: 70px;
    display: block;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    font-size: 20px;
    margin: auto;
    box-shadow: 0 8px 8px #ccc;
    border: 2px solid #fff;
    transition: all 0.4s;
}

.single-counter-box h1 span {
    /* background: #fff; */
    width: 70px;
    display: block;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    font-size: 20px;
    margin: auto;
    color: #123A5E;
    border: 2px solid #123A5E;
    transition: all 0.4s;
    text-align: center;
}

.single-counter-box p {
    font-size: 13px;
    line-height: normal;
    color: #123A5E;
    padding: 10px 0;
    text-align: center;
}

.single-counter-box {
    margin-top: 0;
    margin-bottom: 0px;
}

.single-counter-box:hover i::before {
    background: transparent;
    border: 2px solid #123A5E;
    box-shadow: none;
}

.title-counter h3 {
    font-size: 16px;
    text-align: left;
    color: #123A5E;
    padding-top: 20px;
}

.title-counter::before {
    content: "";
    position: absolute;
    background-color: #123A5E;
    width: 25%;
    height: 3px;
    top: 0;
    left: 16px;
}

/*--------------------------------------
-------- COUNTERUP AREA CSS END --------
---------------------------------------*/

/*--------------------------------------
-------- TEAM AREA CSS START --------
---------------------------------------*/

.single-team-member {
    text-align: center;
    box-shadow: 0 2px 15px -5px #ccc;
    transition: all 0.4s;
}

.team-member-info h4 {
    font-size: 20px;
}

.team-member-info {
    padding: 20px 10px;
}

.team-member-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-member-icon {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    transition: all 0.4s;
}

.team-member-img::before {
    content: "";
    background: #0E2F42;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: all 0.4s;
    position: absolute;
    opacity: 0.85;
}

.team-member-icon a {
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border: 1px solid transparent;
}

.team-member-icon a:hover {
    border: 1px solid #fff;
}

.single-team-member:hover .team-member-img::before {
    width: 100%;
}

.single-team-member:hover .team-member-icon {
    left: 0;
}

/*--------------------------------------
--------- TEAM AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- SINTOMAS AREA CSS START --------
---------------------------------------*/

.sintomas-area {
    padding: 145px 0 148px;
    z-index: 1;
    position: relative;
    background-color: #f8f9fa;
}

.sintomas-area::before {
    content: "";
    top: 0;
    left: 0;
    opacity: 0.85;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    background-image: url(../img/bg-azul.png);
    background-repeat: no-repeat;
    background-position: initial;
    background-attachment: initial;
    background-size: cover;
    overflow: hidden;
}

.sintomas-area, .sintomas-area h1, .sintomas-area h2, .sintomas-area h3, .sintomas-area h4, .sintomas-area h5, .sintomas-area h6, .sintomas-area a {
    color: #fff;
}

.sintomas-area h1 {
    font-size: 38px;
    text-transform: uppercase;
}

.sintomas-area h2 {
    font-size: 25px;
    padding: 20px 0 5px;
    text-transform: uppercase;
}

.sintomas-area p {
    text-align: center;
    padding: 0 140px;
}

.sintomas-area li {
    display: inline-block;
    padding: 15px 25px;
}

.sintomas-area img {
    height: 150px;
}

.sintomas-btn {
    display: flex;
    text-align: left;
    margin: 0 25px;
    padding: 3px 30px 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.sintomas-btn-icon {
    flex: 1;
    font-size: 22px;
    margin-right: 15px;
    line-height: 30px;
}

.sintomas-btn-text {
    flex: 20;
}

.sintomas-btn:hover {
    border: 1px solid transparent;
    box-shadow: 0 2px 8px #0E2F42;
    background: #046bc8;
}

/*--------------------------------------
--------- SINTOMAS AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- PREVENÇÃO AREA CSS START --------
---------------------------------------*/

.prevencao-area {
    padding: 0 0 145px;
    z-index: 1;
    position: relative;
    background-color: #f8f9fa;
}

.prevencao-area, .prevencao-area h1, .prevencao-area h2, .prevencao-area h3, .prevencao-area h4, .prevencao-area h5, .prevencao-area h6, .prevencao-area a {
    color: #2a468d;
}

.prevencao-area h1 {
    font-size: 38px;
    text-transform: uppercase;
}

.prevencao-area h2 {
    font-size: 25px;
    padding: 20px 0 10px;
    text-transform: uppercase;
}

.prevencao-area h3 {
    font-size: 20px;
    max-width: 220px;
}

.prevencao-area li {
    display: inline-block;
    padding: 25px 25px;
}

.prevencao-btn {
    display: flex;
    text-align: left;
    margin: 0 25px;
    padding: 3px 30px 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.prevencao-btn-icon {
    flex: 1;
    font-size: 22px;
    margin-right: 15px;
    line-height: 30px;
}

.prevencao-btn-text {
    flex: 20;
}

.prevencao-btn:hover {
    border: 1px solid transparent;
    box-shadow: 0 2px 8px #0E2F42;
    background: #046bc8;
}

/*--------------------------------------
--------- SINTOMAS AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- TRANSPARÊNCIA AREA CSS START --------
---------------------------------------*/

.transparencia-area {
    z-index: 1;
    position: relative;
}

.transparencia-area, .transparencia-area h1, .transparencia-area h2, .transparencia-area h3, .transparencia-area h4, .transparencia-area h5, .transparencia-area h6, .transparencia-area a {
    color: #2a468d;
}

.transparencia-area h1 {
    font-size: 38px;
    text-transform: uppercase;
}

.transparencia-area h2 {
    font-size: 25px;
    padding: 20px 0 10px;
    text-transform: uppercase;
}

.transparencia-area h3 {
    font-size: 20px;
    max-width: 220px;
}

.transparencia-area li {
    display: inline-block;
    padding: 25px 50px;
}

.transparencia-area img {
    height: 180px;
}

.transparencia-btn {
    display: flex;
    text-align: left;
    margin: 0 25px;
    padding: 3px 30px 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.transparencia-btn-icon {
    flex: 1;
    font-size: 22px;
    margin-right: 15px;
    line-height: 30px;
}

.transparencia-btn-text {
    flex: 20;
}

.transparencia-btn:hover {
    border: 1px solid transparent;
    box-shadow: 0 2px 8px #0E2F42;
}

/*--------------------------------------
--------- SINTOMAS AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- DOE AREA CSS START --------
---------------------------------------*/

.doe-area {
    padding: 145px 0 132px;
    z-index: 1;
    position: relative;
    background: #f8f9fa;
}

.doe-area::before {
    content: "";
    top: 0;
    left: 0;
    opacity: 0.85;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    background-image: url(../img/bg-azul.png);
    background-repeat: no-repeat;
    background-position: initial;
    background-attachment: initial;
    background-size: cover;
    overflow: hidden;
}

.doe-area, .doe-area h1, .doe-area h2, .doe-area h3, .doe-area h4, .doe-area h5, .doe-area h6, .doe-area a {
    color: #fff;
}

.doe-area h1 {
    font-size: 38px;
    text-transform: uppercase;
}

.doe-area h2 {
    font-size: 25px;
    padding: 20px 0 5px;
    text-transform: uppercase;
}

.doe-area h3 {
    font-size: 40px;
    text-align: center;
    padding: 45px 0 15px;
}

.doe-area li {
    display: inline-block;
}

.doe-area img {
    height: 130px;
}

.doe-btn {
    display: flex;
    text-align: left;
    margin: 0 25px;
    padding: 3px 30px 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.doe-btn-icon {
    flex: 1;
    font-size: 22px;
    margin-right: 15px;
    line-height: 30px;
}

.doe-btn-text {
    flex: 20;
}

.doe-btn:hover {
    border: 1px solid transparent;
    box-shadow: 0 2px 8px #0E2F42;
    background: #046bc8;
}

/*--------------------------------------
--------- DOE AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- NOTÍCIAS AREA CSS START --------
---------------------------------------*/

p.form-message.error {
    color: #a20202;
}

p.form-message.sucess {
    color: #036b03;
}

.noticias-area.noticias-page {
    padding: 70px 0 15px;
    background: #fff !important;
}

.single-post {
    padding: 5px;
    box-shadow: 0 1px 10px -2px #dee2e6;
}

.post-thumbnail {
    overflow: hidden;
}

.single-post:hover img {
    transform: scale(1.2);
}

.post-thumbnail img {
    transition: all 0.4s;
}

.post-details {
    padding: 10px;
}

.post-author a {
    margin-right: 10px;
    font-size: 12px;
}

.post-author a i {
    margin-right: 5px;
}

.post-details a:hover, .post-details a h4:hover {
    color: #0074da;
}

h4.post-title {
    font-size: 20px;
    margin: 5px 0;
}

h4.post-title a {
    color: #0E2F42;
}

@media (min-width: 768px) {
    /* show 3 items */
    .carouselPrograms .carousel-inner .active, .carouselPrograms .carousel-inner .active+.carousel-item, .carouselPrograms .carousel-inner .active+.carousel-item+.carousel-item {
        display: block;
    }
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item, .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
        transition: none;
    }
    .carouselPrograms .carousel-inner .carousel-item-next, .carouselPrograms .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    .carouselPrograms .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -33.333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .carouselPrograms .active.carousel-item-left+.carousel-item-next.carousel-item-left, .carouselPrograms .carousel-item-next.carousel-item-left+.carousel-item, .carouselPrograms .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item, .carouselPrograms .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carouselPrograms .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .carouselPrograms .active.carousel-item-right+.carousel-item-prev.carousel-item-right, .carouselPrograms .carousel-item-prev.carousel-item-right+.carousel-item, .carouselPrograms .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item, .carouselPrograms .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

.noticias .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
    text-align: center;
}

/* The colour of the indicators */

.noticias .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    text-align: center;
}

.noticias .carousel-indicators .active {
    background: #707070;
}

/*--------------------------------------
----------- NOTÍCIAS AREA CSS END ----------
---------------------------------------*/

/*--------------------------------------
----------- TRANSPARÊNCIA AREA CSS START ----------
---------------------------------------*/

.transparencia-area.transparencia-page {
    padding: 0px 0 15px;
    background: #fff !important;
}

/*--------------------------------------
----------- TRANSPARÊNCIA AREA CSS END ----------
---------------------------------------*/

/*---------------------------------------
----- MAP AND FOOTER AREA CSS START -----
---------------------------------------*/

.google-map {
    height: 450px;
}

.footer-home {
    position: fixed !important;
}

.footer {
    position: relative;
    z-index: 1;
    padding: 8px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #123A5E;
    /* Old browsers */
    opacity: 0.85;
    z-index: -1;
}

.contact-form, .contact-address {
    background: #fff;
    padding: 40px 65px;
    margin-bottom: 40px;
    margin-top: -80px;
    border: 1px solid #ddd;
}

.contact-form input, .contact-form textarea, .contact-form button {
    border: 1px solid #bbb;
}

.contact-form button {
    transition: all 0.4s;
}

.blog-reply button:hover, .contact-form button:hover {
    background: #0074da;
    border-color: #0074da;
    color: #fff;
}

.contact-form h4, .contact-address h4 {
    margin-bottom: 20px;
    font-size: 20px;
}

.contact-address li {
    margin-bottom: 33px;
    display: flex;
}

.contact-address li .contact-address-icon {
    flex: 1;
}

.contact-address li .contact-address-info {
    flex: 6;
}

.contact-address li .contact-address-icon i::before {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #0074da;
    display: block;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    transition: all 0.4s;
}

.contact-address li .contact-address-info a {
    display: block;
}

.contact-address p {
    margin-bottom: 45px;
    padding-top: 10px;
}

.contact-address li:hover .contact-address-icon i::before {
    background: #0074da;
    color: #fff;
}

.subscribe-form {
    margin: 40px 0 40px;
    text-align: center;
}

.copyright-area {
    text-align: center;
}

.copyright-area ul li {
    display: inline-block;
}

.copyright-area ul li a {
    width: 35px;
    height: 35px;
    color: #0074da;
    background: #fff;
    display: inline-block;
    line-height: 35px;
    font-size: 16px;
    border-radius: 100%;
    margin: 0 5px;
}

.copyright-area ul li a:hover {
    background: #0074da;
    color: #fff;
}

.copyright-area ul {
    margin-bottom: 30px;
}

.copyright-area p {
    color: #fff;
}

.copyright-area p a {
    color: #fff;
    /* border-bottom: 1px solid #fff; */
}

.subscribe-form form {
    position: relative;
    max-width: 580px;
    margin: auto;
    z-index: 1;
    border-radius: 30px;
    display: inline-block;
    width: 100%;
    background: #fff;
}

.subscribe-form form input {
    background: transparent;
    border: 0;
    width: 70%;
    padding: 15px 30px;
    float: left;
    margin: 0;
}

.subscribe-form form button {
    width: 29%;
    padding: 15px 30px;
    border: 0;
    border-radius: 30px;
    background: #0074da;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    float: right;
    margin: 0;
    margin-right: -1%;
}

/*---------------------------------------
------ MAP AND FOOTER AREA CSS END ------
---------------------------------------*/

/*--------------------------------------
-------- SCROLL-TO-TOP CSS START --------
---------------------------------------*/

.scrollToTop {
    width: 40px;
    display: none;
    height: 40px;
    line-height: 39px;
    background: #0E2F42;
    display: none;
    color: #fff;
    position: fixed;
    border: 1px solid #fff;
    border-radius: 100%;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    text-align: center;
    font-size: 18px;
}

.scrollToTop:hover {
    background: #0E2F42;
    background: -moz-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background: -webkit-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background: linear-gradient(to right, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    border: 1px solid #fff;
    color: #fff;
}

.scrollToTop:focus {
    border: 1px solid #fff;
    color: #fff;
}

/*--------------------------------------
--------- SCROLL-TO-TOP CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ INDEX SLIDER PAGE CSS START -----
---------------------------------------*/

.hero-area-slider .owl-nav div {
    opacity: 0;
}

.hero-area-slider:hover .owl-nav div {
    opacity: 1;
}

.hero-area-single-slide h1, .hero-area-single-slide p, .hero-area-single-slide a.appao-btn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hero-area-single-slide h1 {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    -webkit-transition: all .6s linear 0s;
    transition: all .6s linear 0s;
}

.hero-area-single-slide p {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    -webkit-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
}

.hero-area-single-slide a.appao-btn {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: all .10s linear 0s;
    transition: all .10s linear 0s;
}

.hero-area-single-slide img {
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.active .hero-area-single-slide h1, .active .hero-area-single-slide p, .active .hero-area-single-slide a.appao-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.active .hero-area-single-slide h1 {
    -webkit-transition: all 700ms linear 0s;
    transition: all 700ms linear 0s;
}

.active .hero-area-single-slide p {
    -webkit-transition: all 1500ms linear 0s;
    transition: all 1500ms linear 0s;
}

.active .hero-area-single-slide a.appao-btn {
    -webkit-transition: all 1300ms linear 0s;
    transition: all 1300ms linear 0s;
}

.active .hero-area-single-slide img {
    opacity: 1;
}

/*--------------------------------------
------- INDEX SLIDER PAGE CSS END ------
---------------------------------------*/

/*--------------------------------------
------ INDEX VIDEO PAGE CSS START -----
---------------------------------------*/

.hero-area>.mbYTP_wrapper {
    z-index: -2 !important;
}

/*--------------------------------------
------- INDEX VIDEO PAGE CSS END ------
---------------------------------------*/

/*--------------------------------------
-------- Pre Loader Style START --------
---------------------------------------*/

#preloader {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
    background: #fff url("../img/loader.gif") no-repeat center center;
}

/*--------------------------------------
--------- Pre Loader Style END ---------
---------------------------------------*/

/*--------------------------------------
-------- BREADCRUMB CSS START --------
---------------------------------------*/

.breadcrumb-area {
    text-align: center;
    padding-top: 30px;
}

.hero-area.breadcrumb-area {
    /* padding: 130px 0 30px; */
}

.hero-area.breadcrumb-area .hero-area-content {
    padding: 0;
}

.breadcrumb-area ul li {
    display: inline-block;
}

.breadcrumb-area ul li a {
    color: #29468D;
    padding: 0 10px;
    position: relative;
}

.breadcrumb-area ul li a::before {
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "/";
}

.breadcrumb-area ul li:last-child a::before {
    content: "";
}

.breadcrumb-area ul {
    margin-top: 10px;
}

.breadcrumb-area ul li a:hover {
    color: #0E2F42;
}

/*--------------------------------------
--------- BREADCRUMB CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- BREADCRUMB CSS START --------
---------------------------------------*/

.blog-page .single-post {
    margin-bottom: 40px;
}

.pagination {
    text-align: center;
    display: block;
    margin-bottom: 40px;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    background-color: #2b7ed9;
    background-image: -moz-linear-gradient(left, #2b7ed9 1%, #5996d8 24%, #609bdc 67%, #367ac4 100%);
    background-image: -webkit-linear-gradient(left, #2b7ed9 1%, #5996d8 24%, #609bdc 67%, #367ac4 100%);
    background-image: linear-gradient(to right, #2b7ed9 1%, #5996d8 24%, #609bdc 67%, #367ac4 100%);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}

.pagination li a:hover {
    background-image: none;
    background-color: #0E2F42;
}

/*--------------------------------------
--------- BREADCRUMB CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- NOTÍCIAS DETAILS CSS START --------
---------------------------------------*/

.noticias-detalhes {
    padding: 50px 0 50px;
    background: #fff !important;
}

.img-destaque {
    text-align: center;
}

/* .img-destaque img{
    max-width: 730px;
} */

.date-time li {
    display: inline-block;
    margin-right: 10px;
}

.noticia-detalhes .post-author {
    margin-top: 15px;
    margin-bottom: 25px;
}

.date-time li i {
    color: #0074da;
}

.noticia-detalhes p {
    margin-bottom: 12px;
}

.noticia-detalhes h3 {
    padding-bottom: 15px;
}

.blog-reply {
    padding-top: 40px;
}

.blog-reply button {
    transition: all 0.4s;
}

.blog-reply textarea {
    height: 150px;
}

.blog-reply h4 {
    margin-bottom: 20px;
}

.sidebar {
    padding-left: 30px;
}

.widget form input {
    width: 78%;
}

.widget form button {
    width: 20%;
    float: right;
    padding: 6px 0;
    background: #0E2F42;
    color: #fff;
    background: -moz-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background: -webkit-linear-gradient(left, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background: linear-gradient(to right, #0E2F42 1%, #002055 24%, #005db5 67%, #0074d9 100%);
}

.widget form input, .widget form button {
    margin-bottom: 0;
}

.widget {
    margin-bottom: 40px;
}

.widget h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.widget li {
    margin-bottom: 7px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 7px;
}

.widget.widget-tags {
    margin-bottom: 0;
}

.widget li:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.widget li a:hover {
    color: #0E2F42;
}

.widget-tags a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 15px;
    margin-bottom: 8px;
    margin-right: 5px;
    color: #0E2F42;
}

.widget-tags a:hover {
    color: #fff;
    background: #0E2F42;
}

/*******************
Table-Data Table
******************/

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #DCE7EF;
}
.table td, .table th {
    border-top: 1px solid #DCE7EF;
}
.dataTables_wrapper {
    padding-top: 10px;
}

.dt-buttons {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 15px;
}

.dt-buttons .dt-button {
    padding: 5px 15px;
    border-radius: 4px;
    background: #1976d2;
    color: #ffffff;
    margin-right: 3px;
}

.dt-buttons .dt-button:hover {
    background: #2f3d4a;
}

.dataTables_info, .dataTables_length {
    display: inline-block;
}

.dataTables_length {
    margin-top: 10px;
}

.dataTables_length select {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1976d2), to(#1976d2)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#1976d2, #1976d2), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#1976d2, #1976d2), -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    padding-bottom: 5px;
}

.dataTables_length select:focus {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1976d2), to(#1976d2)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#1976d2, #1976d2), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#1976d2, #1976d2), -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dataTables_filter {
    float: right;
    margin-top: 10px;
}

.dataTables_filter input {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1976d2), to(#1976d2)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#1976d2, #1976d2), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#1976d2, #1976d2), -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 10px;
}

.dataTables_filter input:focus {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1976d2), to(#1976d2)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#1976d2, #1976d2), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#1976d2, #1976d2), -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    margin-left: 10px;
    font-family: fontawesome;
    cursor: pointer;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    margin-left: 10px;
    font-family: fontawesome;
    cursor: pointer;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    margin-left: 10px;
    font-family: fontawesome !important;
    cursor: pointer;
    color: rgba(50, 50, 50, 0.5);
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    *cursor: hand;
    color: #67757c;
    border: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border: 1px solid #1976d2;
    background-color: #1976d2;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #67757c;
    border: 1px solid #ddd;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white;
    border: 1px solid #1976d2;
    background-color: #1976d2;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #67757c;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}

/*******************
Table- responsive
******************/

.card-group {
    box-shadow: 0 4px 8px 0 rgb(220 231 239), 0 6px 20px 0 rgb(255 255 255 / 00%);
    border: none;
}
.card-group :hover {
    background: #365877;
}