body,
p {
    font-family: 'lato', sans-serif;
    color: #424242;
    font-weight: 400;
}

.bg-light {
    background-color: #fff !important;
    box-shadow: 0px 0px 1px 0px #c8c8c8;
    -o-box-shadow: 0px 0px 1px 0px #c8c8c8;
    -moz-box-shadow: 0px 0px 1px 0px #c8c8c8;
    -webkit-box-shadow: 0px 0px 1px 0px #c8c8c8;
}

.heading-title {
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    color: #02518a;
}

.heading-title-light {
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.sub-title {
    color: #009bdc;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.sub-title-light {
    color: #fff;
    opacity: .8;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

/* MENU */

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.nav-item > .nav-link {
    position: relative;
    text-transform: uppercase;
    color: #424242 !important;
    text-decoration: none;
}

.nav-item > .nav-link:hover {
    color: #02518a !important;
}

.nav-item > .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #02518a;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-item > .nav-link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* SLIDER */

.carousel-caption {
    right: 50%;
    bottom: 50%;
    margin-bottom: -80px;
    text-align: left;
    border: 3px solid #fff;
    background-color: rgba(2,81,138, .8);
    padding: .75rem;
}

.carousel-caption p {
    color: #fff;
}

/* TOP HEADER */

.top-header {
    background-color: #02518a;
    padding: .2rem 0;
}

.top-header .contact-group {
    padding: .75rem 0;
    display: inline;
    float: right;
}

.top-header .contact-group p {
    font-size: 1rem;
    display: inline;
    margin-right: .5rem;
    color: #fff;
}

.top-header .contact-group p a {
    color: #fff;
    text-decoration: none;
}

.top-header .contact-group p a:hover {
    color: #fff;
    transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
}

.top-header .contact-group-left {
    padding: .75rem 0;
    display: inline;
    float: left;
}

.top-header .contact-group-left p {
    font-size: 1rem;
    display: inline;
    margin-right: .5rem;
    color: #fff;
}

.top-header .contact-group-left p a {
    color: #fff;
    text-decoration: none;
}

.top-header .contact-group-left p a:hover {
    color: #fff;
    transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
}

/* WELCOME */

#welcome {
    padding: 3rem 0;
}

#welcome h2::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #009bdc;
    left: 17px;
    bottom: 0;
    top: 42px;
}

/* LICENSE */

#license {
    padding: 3rem 0;
    background-image: url('../images/bg-background.jpg');
    background-size: cover;
    background-position: 100% 50%;
}

#license .wrapper-img {
    text-align: center;
    margin-top: 1.5rem;
}

#license .col img {
    width: 120px;
}

/* PRODUCT LIST - INDEX */

#prod-list {
    padding: 3rem 0;
    background-color: #f8f8f8;
}

#prod-list h2,
#prod-list .sub-title {
    text-align: center;
}

#prod-list ul {
    margin-top: 1rem;
}

#prod-list ul li {
    list-style-type: circle;
    color: #009bdc;
    font-size: 18px;
    text-transform: uppercase;
}

#prod-list .btn {
    background-color: #02518a;
    color: #fff;
    text-transform: uppercase;
    padding: .75rem 3rem;
    margin-top: 1.5rem;
}

/* BREADCRUMB */

.banner_area {
    text-align: center;
    position: relative;
    background-image: url(../images/bg-top.jpg);
    background-position: 40% 100%;
    padding: 3rem 0;
}

.breadcrumb {
    padding: 0rem;
    margin-bottom: 0rem;
    border-radius: 0rem;
    display: inline-flex;
    background-color: transparent;
}

.breadcrumb-item a {
    color: #fff;
    color: rgba(255, 255, 255, .9);
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
}

/* SERVIÇOS */

#product-list {
    padding: 3rem 0;
}

#product-list ul {
    padding: 1.5rem;
}

#product-list ul li {
    color: #424242;
    list-style-type: circle;
}

/* CONTACT */

#contact {
    padding: 3rem 0;
}

#contact h2 {
    margin-bottom: 1.5rem;
}

#contact .contact-group {
    padding: .75rem 0;
}

#contact .contact-group p {
    font-size: 1.15rem;
    display: inline;
    margin-right: .65rem;
}

#contact .contact-group p a {
    color: #009bdc;
    text-decoration: none;
}

#contact .contact-group p a:hover {
    color: #02518a;
    transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
}

#contact .btn {
    background-color: #009bdc;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 1rem 2rem;
}

#contact .btn:hover {
    background-color: #02518a;
    transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
}

#map {
    width: 100%;
    height: 334px;
}

/* INFO FOOTER */

.info-footer {
    padding: 3rem 0;
    text-align: center;
    background-image: url('../images/bg-background.jpg');
    background-size: cover;
    background-position: 100% 50%;
}

.info-footer h2 {
    color: #fff;
}

.info-footer ul {
    padding: 0;
}

.info-footer ul li {
    list-style: none;
    display: inline-block;
    margin-right: .75rem;
}

.info-footer ul li a {
    color: rgba(255,255,255,.8);
    text-decoration: none;
}

.info-footer p {
    color: rgba(255,255,255,.8);
    text-decoration: none;
}

.info-footer ul li a:hover {
    opacity: .9;
    transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
}

.info-footer .inline-block ul li {
    display: inline-block;
    margin-right: .75rem;
}

.info-footer .inline-block ul li .google {
    font-size: 2.5rem;
    color: #fff;
}

.info-footer .inline-block ul li .facebook {
    font-size: 2.5rem;
    color: #fff;
}

.info-footer .inline-block ul li .twitter {
    font-size: 2.5rem;
    color: #fff;
}

.info-footer .inline-block ul li a:hover {
    color: #02518a;
    transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
}

/* FOOTER */

hr {
    margin: 0px;
}

footer .block-right {
    text-align: right;
}

footer .block-right a {
    color: #009bdc;
    text-transform: uppercase;
    text-decoration: none;
}

footer .block-right a:hover {
    color: #02518a;
    transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
}

footer .heart {
    color: #FF3B30;
}

footer p {
    margin-top: 1rem;
}


#whatsApp {
    position: fixed;
    z-index: 9999;
    width: 65px;
    height: 65px;
    display: inline-grid;
    right: 16px;
    bottom: 40px;
  }
  
  #whatsApp a {
    padding: 0rem;
    border-radius: 100%;
    background-color: #00c453;
    color: #ffffff;
    text-decoration: none;
    animation: pulse 2s infinite;
    cursor: pointer;
  }
  
  #whatsApp a img {
      width: 100%;
      padding: 10px 12px;
  }
  
  @keyframes pulse {
    0% {box-shadow: 0 0 0 0 rgab(0, 196, 83, .4);}
    70% {box-shadow: 0 0 0 5px rgba(0, 196, 83, .6);}
    100% {box-shadow: 0 0 0 0 rgba(0, 196, 83, .4);}
  }

#google{
    padding: 4rem 0;
    background-color: #daeaf5;
}

.google-text{
    padding: 10px 5%;
    text-align: center;
}

.imagem{
    padding: 20px;
}

.btn-avalicao{
    background-color: #009bdc;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 1rem 2rem;
}

/**/
#cookies-notice {
    z-index: 10000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 2px 3px 15px #00000030;
    padding: 24px 12px;
}

#cookies-notice .content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cookies-notice .content span{
    font-size: 18px;
    line-height: 1.5;
}

#cookies-notice .actions {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#cookies-notice .actions button{
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 12px 24px;
    margin: 6px;
    transition: background-color .5s;
}

#cookies-notice .actions button.reject{
    border: 1px solid #02518a;
    color: #02518a;
}
#cookies-notice .actions button.reject:hover{
    background-color: red;
    border-color: red;
    color: #fff;
}

#cookies-notice .actions button.accept{
    background-color: #02518a;
    color: #fff;
}
#cookies-notice .actions button.accept:hover{
    background-color: green;
}