/*!
 * Start Bootstrap - 3 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@import "helper_component.css";
@import "search_component.css";
@import "responsive.css";

@font-face {
    font-family: 'Universal Serif';
    src: url('../fonts/UniversalSerif.woff2') format('woff2'),
        url('../fonts/UniversalSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Kenfolg v2';
    src: url('../fonts/MADEKenfolgv2.woff2') format('woff2'),
        url('../fonts/MADEKenfolgv2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    min-height:100%;
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.header{}
.header .logo{
	margin-top: 25px
}

.header .form{
	margin-top: 45px;
	float: left;
	width: 54%
}

.header .pergunte{
	margin-top: 40px;
	margin-left: 54%;
}

.header .pergunte .img .text{
	font-family: 'Arial', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    margin-top: -53px;
    margin-left: 26px;
    color: #fff;
    text-align: right;
    line-height: 1
}

.header .pergunte .img .text span{
    font-family: 'Universal Serif', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px
}

.header .pergunte .img .text .text-pergunte{
    width: 50%;
    float: left;
    z-index: 10;
    position: relative;
}

.header .pergunte .img .text .text-acesso{
    text-align: center;
    font-size: 10px;
    padding-left: 65%;
    padding-top: -9px;
    float: left;
    position: relative;
    padding-top: -54px;
    margin-top: -25px;
}

.header .pergunte .img .text .text-pergunte a,
.header .pergunte .img .text .text-acesso a
{
    color: #fff;
    text-decoration: none;
}

.header .menu{
    width: 100%;
    margin-left: 0px ;
}

.header .menu .menu-item{
    float: left;
    width: 13.3%;
    padding-left:50px;
    margin-top: 20px;
}

.header .menu .menu-item, .header .menu .sub-menu{
  list-style: none;
  text-align: left;
  padding-left: 0px !important
}

.header .menu .menu-item:first-child{
    padding-left: 0px;
    width: 10%
}


.header .menu .menu-item:last-child{
    text-align: right;
    width: 11%;
}

.header .menu .menu-item:nth-child(2){
    width: 12%;
    text-align: center;
    margin-top: 7px;
}

.header .menu .menu-item:nth-child(3){
    width: 11%;
    text-align: center;
}

.header .menu .menu-item:nth-child(4){
    text-align: center;
    margin-top: 7px;
    width: 13%;
}

.header .menu .menu-item:nth-child(5){
    width: 13.4%;
    text-align: center;
}

.header .menu .menu-item:nth-child(6){
    width: 11.4%;
}

.header .menu .menu-item:nth-child(7) {
    text-align: center;
    margin-top: 7px;
    width: 18%;
}

.header .menu .menu-item a{
    text-decoration: none;
    font-size: 16px;
    font-family: 'MADE Kenfolg v2', sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #808184;
    text-transform: uppercase;
}

.header .menu .menu-item a:hover{
    color: #004c89
}

.header .menu > li{
  float: left;
  position: relative;
}

.header .menu > li:hover > .sub-menu {
  display: block;
}

.header .menu > li > .sub-menu {
  position: absolute;
  top: 20px;
  left: 0px;
  min-width: 200px;
  z-index: 1000;
  display: none;
  padding-top: 10px
}

.header .menu > li > .sub-menu > li{
  text-align: left;
  padding: 10px;
  border-bottom:1px solid #808184;
}

.header .menu > li > .sub-menu > li > a {
  text-align: left;
  padding: 10px 20px;
  font-size: 12px
}

.header .menu .submenu-ul{
    background: #d4d4d8;
    border-radius: 7px;
}

.header .menu .submenu-ul > .submenu-li{
    padding: 10px;
    border-bottom: 1px dashed #c1bdbd;
}

.header .menu .submenu-ul > .submenu-li:last-child{
    border-bottom: none;
}

.header .menu .submenu-ul > .submenu-li > .submenu-link{
    font-size: 11px;
    font-family: Verdana;
    font-weight: normal;
}




.header .menu:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  text-align: left;
}

.header .menu-content-mobile{
    display: none;
}

.header .menu-content-mobile .menu-button{
    padding-top: 35px;
    text-align:  right;
    position:    relative;
    z-index:     10000;
    outline: 0;
}

/* Sidenav */
.sidenavs {
    height: 100%;
    width: 65%;
    position: fixed;
    z-index: 11000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 0px;
    background: #004c89;
    transition: 0.3s;
}

/* Style the sidenav links and the dropdown button */
.sidenavs a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-family: 'Gotham Book', sans-serif;
    font-weight: normal;
    transition: 0.3s;
}

/* On mouse-over */
.sidenavs a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
} 

/* Main content */
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 14px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active-menu {
    background-color: #1c6cb0;
    color: white;
    font-size: 14px;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #1b6cb0;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.icon-dropdown-mobile {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.footer {
   position:relative;
   bottom:0;
   width:100%;
   background:#1c4d86;
   margin-top: 10px
}

.footer .footer-text{
   font-family: 'Arial', sans-serif;
   font-size: 15px;
   color: #fff;
   line-height: 1;
   padding-top: 25px;
   padding-bottom: 25px;
   line-height: 1.2;
}

.footer .footer-text h4{
    font-family: 'MADE Kenfolg v2', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #fff;
    line-height: 1
}

.footer .footer-icons{
    padding-top: 50px;
    text-align: right;
}

.content{
    min-height: calc(100vh - 200px);
}

.content .slider {}

.content .slider .slides-list li {
    position: relative
}

.content .slider .slides-list li .img {
    width: 100%
}

.content .slider .slides-list li .new-label {
    position: absolute;
    top: 40px;
    left: 40px
}

.content .slider .slides-list li .arrows {
    position: absolute;
    top: 40px;
    left: 40px
}

.content .slider .slides-list li .arrows img {
    width: 30px;
    height: 30px
}

.content .slider .slides-list li .arrows .prev img {
    margin-right: 10px
}

.content .slider .slides-list li .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#cc000000', GradientType=0);
    height: 50%
}

.content .slider .slides-list li .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 20px 40px;
    padding-bottom: 20px;
    z-index: 999
}

.content .slider .slides-list li .caption a {
    color: #fff !important
}

.content .slider .slides-list li .caption .title {
    font-size: 24px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 10px;
    font-family: 'MADE Kenfolg v2', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.content .slider .slides-list li .caption .desc {
    color: #fff;
    font-size: 16px;
    line-height: 18px
}

.content .other-news{
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.content .other-news li {
    position: relative
}

.content .other-news li:first-child{
    margin-bottom: 19px;
}

.content .other-news li .img {
    width: 100%
}

.content .other-news li .new-label {
    position: absolute;
    top: 40px;
    left: 40px
}

.content .other-news li .arrows {
    position: absolute;
    top: 40px;
    right: 40px
}

.content .other-news li .arrows img {
    width: 30px;
    height: 30px
}

.content .other-news li .arrows .prev img {
    margin-right: 10px
}

.content .other-news li .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#cc000000', GradientType=0);
    height: 50%
}

.content .other-news li .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 20px 12px;
    padding-bottom: 10px;
    z-index: 999
}

.content .other-news li .caption a {
    color: #fff !important
}

.content .other-news li .caption .title {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'MADE Kenfolg v2', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.content .other-news li .caption .desc {
    color: #fff;
    font-size: 16px;
    line-height: 18px
}

.content .customer-item{
    padding-top: 30px
}

.content .item-left{
    padding-top: 25px;
    padding-bottom: 25px;
}

.content .item-right{
    padding-top: 25px;
    padding-bottom: 25px;
}

/* Store */
.store{
    padding-left: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px
}

.store .store-title{
    font-family: 'MADE Kenfolg v2', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px
}

.store .store-text{
    font-family: 'Verdana', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #808184
}

.store .store-text a.store-link{
    text-decoration: none;
    color: #808184
}

/* Order Paramaconic */
.ordem{
    padding-left: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px
}

.ordem .ordem-title{
    font-family: 'MADE Kenfolg v2', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px
}

.ordem .ordem-text{
    font-family: 'Verdana', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #808184
}

.ordem .ordem-text a.ordem-link{
    text-decoration: none;
    color: #808184
}

/* Insurance */
.insurance{
    padding-left: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px
}

.insurance .insurance-title{
    font-family: 'MADE Kenfolg v2', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px
}

.insurance .insurance-text{
    font-family: 'Verdana', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #808184
}

.insurance .insurance-text a.insurance-link{
    text-decoration: none;
    color: #808184
}

.news{}

.news .news-image{

}

.news .news-item{
    padding-bottom: 40px;
}

.news .news-item .news-title{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background: #d8dbe2;
    
}

.news .news-item .news-title .news-title-link{
    height: 75px
}

.news  .news-item .news-title a.news-link{
    text-decoration: none;
    font-family: 'MADE Kenfolg v2', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #808184;
    font-size: 16px;
}

.news  .news-item .news-title a.news-link:hover{
    color: #1e4d86;
}

.news .news-item .news-date{
    font-family: 'Verdana', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #808184;
    font-size: 13px;
    padding-top: 10px 
}

/* News View */
.news-view{}

.news-view .news-view-image{
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}


.news-view  .news-view-description,
.news-view  .news-view-description p
{
    font-family: 'Verdana', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #808184;
    font-size:16px;
}

.news  .news-title a.news-link:hover{
    color: #1e4d86;
}

.news .news-date{
    font-family: 'MADE Kenfolg v2', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #808184;
    font-size: 13px;
    padding-top: 10px
}

.gallery{
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 1025px) { 
    .news-view .news-view-image{
        float: none;
    }

    .news-view .news-view-image img{
        width: 100% !important;
    }

    .gallery img{
        width: 100%
    }

    h2.background-supertitle{
        text-align: center !important;
        line-height: 1.5 !important;
    }

    h2.background-supertitle:before {
        border-top: 2px solid #004c89;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0 !important;
        right: 0;
        bottom: 0;
        width: 100% !important;
        z-index: 0 !important
    }

    .content .slider .slides-list li .caption .title {
        font-size: 13px;
    }

    .header .pergunte .img .text {
        padding-bottom: 40px;
    }

 }

/* Questions */
.questions{}

.questions .news-image{

}


.questions  .questions-title{
    text-decoration: none;
    font-family: 'MADE Kenfolg v2', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.questions  .questions-answer{
    text-decoration: none;
    font-family: 'Verdana', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 17px;
    padding-right: 26px;
    padding-bottom: 15px;
}



/* Helper */
.clear{
    clear: both
}

.btn-theme{
    background: #004c89;
    color: #fff !important;
    border:0;
    outline: 0 !important
}

.btn-theme:hover{
    background: #004c89;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #1d4d86;
    border-color: #1d4d86;
}

h3{
    font-family: 'MADE Kenfolg v2', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.principalTitle{
    background: #004c89;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-transform: uppercase;
}

h3 > small{
    color: #fff;
    font-family: 'Verdana', sans-serif;
}

h2.background-supertitle {
    position: relative;
    z-index: 1;
    font-family: 'MADE Kenfolg v2', sans-serif;
    font-weight: normal;
    font-size: 25px;
    text-align: right;
    
}

h2.double-supertitle:before {
    border-top: none;
}

h2.background-supertitle:before {
    border-top: 2px solid #004c89;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: -57px;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}


h2.background-supertitle span {
    background: #fff;
    padding: 0px 0px 0px 15px;
    font-family: 'MADE Kenfolg v2', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #808184;
    font-weight: normal;
}

.footer-icons ul li{
    border-right: 2px solid #fff;
}

.footer-icons ul li:last-child{
    border: none
}

.footer-icons ul li img{
    height: 75px
}
