/**
* Template Name: Gp
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
  }
  
  a {
    color: #0482f0;
    text-decoration: none;
  }
  
  a:hover {
    color: #0482f0;
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Raleway", sans-serif;
  }
  
  .bg-light-01{
    background-color: #ededed;
  }

  .form-check{
    text-align: left !important;
    color: #555 !important;
  }

  .cor-00{color:#444444;}
  .cor-01{color:#0482f0;}
  .cor-02{color:#f79903;}
  .cor-03{color:rgb(68, 170, 64);}
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #f79903;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: #0482f0;
  }
  
  .back-to-top:hover i {
    color: #fff;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #0482f09d;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 0px);
    left: calc(50% - 30px);
    border: 6px solid #0482f0;
    border-top-color: #444444;
    border-bottom-color: #444444;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.8);
  }
  
  #header.header-scrolled {
    background: rgba(255, 255, 255, 0.92);
  }

  #header.header-inner-pages {
    background: rgba(0, 0, 0, 0.8);
  }  
  
  #header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  #header .logo a {
    color: #fff;
  }
  
  #header .logo a span {
    color: #0482f0;
  }
  
  #header .logo img {
    transition: all 0.5s;
    max-height: 70px;  /*--- Se alterar aqui, alterar também no main.css devido ao scrolled ---*/
  }

  
  /*--------------------------------------------------------------
  #  Get Startet Button
  --------------------------------------------------------------*/
  .get-started-btn {
    color: #fff;
    border-radius: 4px;
    padding: 7px 15px 8px 15px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    background: #0482f0;
  }
  
  .get-started-btn:hover {
    background: #f79903;
    color: #fff;
  }
  
  @media (max-width: 992px) {
    .get-started-btn {
      padding: 7px 20px 8px 20px;
      margin-right: 15px;
    }
  }
  
    /*--------------------------------------------------------------
  # Busca header Button
  --------------------------------------------------------------*/
  .busca-header-btn {
    background: #f79903;
    color: #fff;
    border-radius: 4px;
    padding: 7px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #f79903;
  }
  
  .busca-header-btn:hover {
    background: #035a53;
    color: #fff;
    border: 2px solid #f79903;
  }
  
  @media (max-width: 992px) {

    .busca-header {
      margin-left:10px;
    }

    .busca-header-btn {
      padding: 7px 7px 7px 7px;
      margin-right: 15px;
      background: #f79903;
      color: #fff;
    }
  }

  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: 600;
    color: #f79903;
    white-space: nowrap;
    transition: 0.3s;
  }
  
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #0482f0;
  }
  
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #0482f0;
    font-weight: 600;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    background-color: #0482f0;
    color: #fff;
  }
  
  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  
  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color:#0482f0;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #0482f0;
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #FFF;
    background-color: #0482f0;
  }
  
  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
    color: #0482f0;
  }
  
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    background-color: #0482f0;
  }
  
  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
  }
  
  /*--------------------------------------------------------------
  # Breadcrumb
  --------------------------------------------------------------*/ 
  .breadcrumb a {
    color: #fff !important;
  }
  
  .breadcrumb a:hover {
    color:#f79903 !important;
    transition: ease-in-out 0.3s;
  }

  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero {
    width: 100%;
    height: auto;
    /* background: url("../img/hero-bg.jpg") top center; */
    position: relative;
  }
  
  #hero:before {
    content: "";
    /* background: rgba(95, 0, 104, 0.6);*/
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #hero .container {
    position: relative;
    padding-top: 74px;
    text-align: center;
  }  

  #hero .accordion {
    background-color:none;
  }

  #hero .accordion-header {
    background-color:none;
    border-radius: 5px;
  } 

  #hero .accordion .accordion-body {
    background-color:#ffffffc0 !important;
    margin-top:2px;
    margin-bottom:5px;
    border-radius: 5px;
  } 

  #hero .accordion .accordion-item {
    background-color:#ffffff00 !important;
    border:none;
  } 

  #hero .accordion-button {
    background-color: #ffffffc0;
    border-radius: 5px;
    margin-top:5px;
  }  

  #hero .container .accordion-button:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
  } 

  #hero .container .btn-group {
    background-color:#ffffff !important;
    padding:9px;
  }

  #hero .container .label-sel {
    margin-left:10px;
  }
  
  #hero h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    color: #fff;
    font-family: "Poppins", sans-serif;
  }
  
  #hero h1 span {
    color: #0482f0;
  }
  
  #hero h2 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 24px;
  }
  
  #hero .icon-box {
    padding: 30px 20px;
    transition: ease-in-out 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
    text-align: center;
  }
  
  #hero .icon-box i {
    font-size: 32px;
    line-height: 1;
    color: #0482f0;
  }
  
  #hero .icon-box h3 {
    font-weight: 700;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 1;
    font-size: 20px;
    line-height: 26px;
  }
  
  #hero .icon-box h3 a {
    color: #fff;
    transition: ease-in-out 0.3s;
  }
  
  #hero .icon-box h3 a:hover {
    color: #0482f0;
  }
  
  #hero .icon-box:hover {
    border-color: #0482f0;
  }
  
  @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
  }
  
  @media (max-width: 768px) {
    #hero {
      height: auto;
    }
  
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    #hero h2 {
      font-size: 20px;
      line-height: 24px;
    }
  }
  
  /*--------------------------------------------------------------
  # Form Busca
  --------------------------------------------------------------*/
  .form-busca .accordion-button {
    color:#444444;
  }

  .form-busca .btn-outline-primary {
    color:#444444;
    border-color:#0482f0;
  }

  .form-busca .btn-outline-primary:hover {
    color:#444444;
    border-color:#0482f0;
  }  

  .form-busca .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
    background-color:#0482f0;
    border-color:#0482f0;
  }

  .form-busca .btn-primary {
    color: #fff;
    background-color:#0482f0;
    border:none;
  }

  .form-busca .btn:hover {
    color: #fff;
    background-color:#f79903;
    border:none;
  }

  .labelBusca{
    margin-top:-3px;
  }  

  .form-busca select {
    color:#999999;
  }  
  
  .form-busca select option {
    color:#6e7174;
  }

  /* RANGE */
  section.range-slider {
    position: relative;
    width: 100%;
    height: 55px;
    text-align: center;
  }

  section.range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 10px;
    width: 100%;
    outline: none;
    height: 55px;
    margin: 0;
    padding: 8px;
  }

  section.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
  }

  section.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px;
  }

  section.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
  }
  section.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
  }
  section.range-slider input[type="range"]::-moz-focus-outer {
    border: 0;
  }
  .rangeValues {
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #555;
    display: block;
  }

  
  .form-range::-webkit-slider-thumb {
    background: #f79903;
    width: 25px;
    height: 25px;
    margin-top:-8px;
  }
  .form-range::-moz-range-thumb {
    background: #f79903;
    width: 25px;
    height: 25px;
    margin-top:-8px;
  }

  .form-range::-ms-thumb {
    background: #f79903;
    width: 25px;
    height: 25px;
    margin-top:-8px;
  }

  @media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
  }
  .form-range::-webkit-slider-thumb:active {
    background-color: #dcdcdc;
  }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dcdcdc;
    border-color: transparent;
    border-radius: 1rem;
  }
  
  .select-sel {
    background-color: #e8ffea;
    border: solid 1px #0482f0;
  }

  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section {
    padding: 60px 0;
    overflow: hidden;
  }
  
  .section-title {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-weight: 500;
    padding: 0;
  }
  
  .section-title h1 {
    font-size: 24px;
    line-height: 1px;
  }

  .section-title h2 {
    font-size: 18px;
    line-height: 1px;
    margin: 0 0 5px 0;
  }
  
  .section-title h2::after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #ffde9e;
    margin-top: 10px;
  }
  
  .section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444444;
  }
  
  /*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/
  .about .content h3 {
    font-weight: 700;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
  }

  .about .content h4 {
    font-weight: 600;
    font-size: 23px;
    font-family: "Poppins", sans-serif;
  }

  .about .content .agent-name {
    color: #0482f0;
  }
  
  .about .content ul {
    list-style: none;
    padding: 0;
  }
  
  .about .content ul li {
    padding: 0 0 8px 26px;
    position: relative;
  }
  
  .about .content ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: #0482f0;
  }
  
  .about .content p:last-child {
    margin-bottom: 0;
  }

  
  /*--------------------------------------------------------------
  # Internal Page
  --------------------------------------------------------------*/
  .page .content h3 {
    font-weight: 700;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
  }

  .page .content h4 {
    font-weight: 600;
    font-size: 23px;
    font-family: "Poppins", sans-serif;
  }

  .page .content .agent-name {
    color: #0482f0;
  }
  
  .page .content ul {
    list-style: none;
    padding: 0;
  }
  
  .page .content ul li {
    padding: 0 0 8px 26px;
    position: relative;
  }
  
  .page .content ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: #0482f0;
  }
  
  .page .content p:last-child {
    margin-bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # Clients
  --------------------------------------------------------------*/
  .clients {
    padding-top: 20px;
  }
  
  .clients .swiper-slide img {
    transition: 0.3s;
    /* opacity: 0.5; filter: grayscale(100); */
  }
  
  .clients .swiper-slide img:hover {
    filter: none;
    opacity: 1;
  }
  
  .clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    background-color: #ddd;
  }
  
  .clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0482f0;
  }
  
  /*--------------------------------------------------------------
  # Features
  --------------------------------------------------------------*/
  .features {
    padding-top: 20px;
  }
  
  .features .icon-box {
    padding-left: 15px;
  }
  
  .features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
  }
  
  .features .icon-box i {
    font-size: 48px;
    float: left;
    color: #0482f0;
  }
  
  .features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
  }
  
  .features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  /*--------------------------------------------------------------
  # Blog
  --------------------------------------------------------------*/
  .blog .title {
    padding: 0 0 0 60px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #444444;
  }
  
  .blog .box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #0482f0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
  }
  
  .blog .box .icon i {
    color: #444444;
    font-size: 28px;
    transition: ease-in-out 0.3s;
  }

  /*--------------------------------------------------------------
  # Blog Home Posts List
  --------------------------------------------------------------*/
  .blog .posts-list article {
    height: 100%;
    border-bottom: 1px solid #d6e2ef;
    padding-bottom: 30px;
  }

  .blog .posts-list article+article {
    margin-top: 60px;
  }

  .blog .posts-list .post-img {
    max-height: 240px;
    overflow: hidden;
  }

  .blog .posts-list .title {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0 0 0;
  }

  .blog .posts-list .title a {
    color:#444444;
    transition: 0.3s;
  }

  .blog .posts-list .title a:hover {
    color: #0482f0;
  }

  .blog .posts-list .meta-top {
    margin-top: 20px;
    color: #920303;
  }

  .blog .posts-list .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .blog .posts-list .meta-top ul li+li {
    padding-left: 20px;
  }

  .blog .posts-list .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color:#0482f0;
  }

  .blog .posts-list .meta-top a {
    color:#444444;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
  }

  .blog .posts-list .content {
    margin-top: 20px;
  }

  .blog .posts-list .read-more a {
    display: inline-block;
    color: #444444;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 500;
  }

  .blog .posts-list .read-more a:hover {
    color:#0482f0;
  }

  /*--------------------------------------------------------------
  # Blog Details Page
  --------------------------------------------------------------*/
  .blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }

  .blog .blog-details .post-img {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
  }

  .blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
    color: var(--color-secondary);
  }

  .blog .blog-details .content {
    margin-top: 20px;
  }

  .blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
  }

  .blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(27, 47, 69, 0.06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
  }

  .blog .blog-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
  }

  .blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-secondary);
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog .blog-details .meta-top {
    margin-top: 20px;
    color: var(--color-gray);
  }

  .blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .blog .blog-details .meta-top ul li+li {
    padding-left: 20px;
  }

  .blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: rgba(86, 184, 230, 0.8);
  }

  .blog .blog-details .meta-top a {
    color: var(--color-gray);
    font-size: 14px;
    display: inline-block;
    line-height: 1;
  }

  .blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(27, 47, 69, 0.15);
  }

  .blog .blog-details .meta-bottom i {
    color: #38618e;
    display: inline;
  }

  .blog .blog-details .meta-bottom a {
    color: rgba(27, 47, 69, 0.8);
    transition: 0.3s;
  }

  .blog .blog-details .meta-bottom a:hover {
    color: var(--color-primary);
  }

  .blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
  }

  .blog .blog-details .meta-bottom .cats li {
    display: inline-block;
  }

  .blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
  }

  .blog .blog-details .meta-bottom .tags li {
    display: inline-block;
  }

  .blog .blog-details .meta-bottom .tags li+li::before {
    padding-right: 6px;
    color: var(--color-default);
    content: ",";
  }

  .blog .blog-details .meta-bottom .share {
    font-size: 16px;
  }

  .blog .blog-details .meta-bottom .share i {
    padding-left: 5px;
  }

  .blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }

  .blog .post-author img {
    max-width: 120px;
    margin-right: 20px;
  }

  .blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: var(--color-secondary);
  }

  .blog .post-author .social-links {
    margin: 0 10px 10px 0;
  }

  .blog .post-author .social-links a {
    color: rgba(27, 47, 69, 0.5);
    margin-right: 5px;
  }

  .blog .post-author p {
    font-style: italic;
    color: rgba(var(--color-gray-rgb), 0.8);
    margin-bottom: 0;
  }

  /*--------------------------------------------------------------
  # Blog Sidebar
  --------------------------------------------------------------*/
  .blog .sidebar .sidebar-title {
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: var(--color-secondary);
  }

  .blog .sidebar .sidebar-item+.sidebar-item {
    margin-top: 40px;
  }

  .blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
  }

  .blog .sidebar .categories ul li+li {
    padding-top: 10px;
  }

  .blog .sidebar .categories ul a {
    color: var(--color-secondary);
    font-size: 15px;
  }

  .blog .sidebar .categories ul a:hover {
    color: #0482f0;
  }

  
  /*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
  .services .box {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 40px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    margin-bottom:30px;
  }
  
  .services .box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #0482f0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
  }
  
  .services .box .icon i {
    color: #fff;
    font-size: 28px;
    transition: ease-in-out 0.3s;
  }
  
  .services .box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
  }
  
  .services .box h4 a {
    color: #444444;
    transition: ease-in-out 0.3s;
  }
  
  .services .box h4 a:hover {
    color: #0482f0;
  }
  
  .services .box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .services .box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
  }

  /*--------------------------------------------------------------
  # Service Item
  --------------------------------------------------------------*/
  .service .content h3 {
    font-weight: 700;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
  }

  .service .content h4 {
    font-weight: 600;
    font-size: 23px;
    font-family: "Poppins", sans-serif;
  }

  .service .content .name {
    color: #0482f0;
  }
  
  .service .content p:last-child {
    margin-bottom: 0;
  }
  
  
  /*--------------------------------------------------------------
  # Cta
  --------------------------------------------------------------*/
  .cta {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
  }
  
  .cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
  }
  
  .cta p {
    color: #fff;
  }
  
  .cta .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
  }
  
  .cta .cta-btn:hover {
    background: #0482f0;
    border-color: #0482f0;
    color: #444444;
  }
  
  
  /*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
  .contact .info {
    width: 100%;
    background: #fff;
  }
  
  .contact .info i {
    font-size: 20px;
    background: #0482f0;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #444444;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #484848;
  }
  
 
  .contact .php-email-form {
    width: 100%;
    background: #fff;
  }
  
  .contact .php-email-form .form-group {
    padding-bottom: 8px;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .error-message br+br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
  }
  
  .contact .php-email-form input:focus,
  .contact .php-email-form textarea:focus {
    border-color: #0482f0;
  }
  
  .contact .php-email-form input {
    height: 44px;
  }
  
  .contact .php-email-form textarea {
    padding: 10px 12px;
  }
  
  .contact .php-email-form button[type=submit] {
    background: #0482f0;
    border: 0;
    padding: 10px 24px;
    color: #444444;
    transition: 0.4s;
    border-radius: 4px;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: #ffcd6b;
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
    

  /*--------------------------------------------------------------
  # Anunciar
  --------------------------------------------------------------*/
  .anunciar input {
    font-size: 14px;
    color: #303030;
  }

  .anunciar label {
    margin-left:10px;
    font-size: 14px;
    color: #303030;
  }

  .anunciar select,
  .anunciar select:hover,
  .anunciar select:focus,
  .anunciar select:active,
  .anunciar select:checked {
    color: #303030;
    font-size: 14px;
  }
  
  select option {
    color: #303030;
    font-size: 14px;
  }  

  /*--------------------------------------------------------------
  # Cards Imóveis
  --------------------------------------------------------------*/

  .propriedades .item{
    margin-bottom:40px;
  }

  .imv-card {
    border: none;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    height: 100%;
  } 
  
  .imv-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:10px;
    min-height: 200px;
  } 
  
  .imv-card .card-cod {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin-top:-50px;
    padding:10px !important;
  }

  .imv-card .card-body h1 {
    font-weight: 600;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #0482f0;
  }

  .imv-card .card-body .dados {
    font-size: 14px;
    color: #444444;
  }  

  .imv-card .card-body .codigo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    color: #444444;
  }  

  .imv-card .card-topo {
    font-size: 16px;
    width:100%;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    background-color:#272727;
    color:#fff;
    padding:5px 5px 5px 10px;
  }    

  .icones-ci{
    width: 20px;
    height: 20px;
  }

  .icones{
    width: 20px;
    height: 20px;
  }

  #propriedades .titulo h1{
    text-align:center !important;
    margin-bottom:20px;
    font-size: 28px;
  }

  #propriedades .obs-praia{
    text-align:center !important;
    background:#0482f0;
    padding: 10px 15px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    display: inline;
  }

  #propriedades .preco .coin{
    padding: 10px 15px;
    font-weight: bold;
  }

  #propriedades .preco h1{
    font-size: 4em;
    font-weight: bold;
    color:#0482f0;
  }

  #propriedades .list-svg-1 svg{
    color:#0482f0;
  }

  @media (max-width: 768px) {
    #propriedades .preco{
      text-align:center !important;
    }
    #propriedades .preco .coin{
      padding-bottom:0px;
      font-weight: bold;
    }
    #propriedades .preco h1{
      padding:0px;
      margin-top:0px;
      font-size: 3em;
    }
    #propriedades .obs-praia{
      font-size: 14px;
    }
    #propriedades .titulo h1{
      font-size: 22px;
    }
  }

  /* Screenshots Section
  --------------------------------*/
  #gallery .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }

  #gallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #71c55d;
  }

  #gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #71c55d;
  }

  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
    background:#000000;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
  }
  
  #footer .footer-top {
    background: #f79903;
    border-bottom: 1px solid #FFF;
    padding: 60px 0 30px 0;
  }
  
  #footer .footer-top .footer-info {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-info h3 {
    font-size: 28px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  #footer .footer-top .footer-info h3 span {
    color: #0482f0;
  }
  
  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
  }
  
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #0482f0;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .footer-top .social-links a:hover {
    background: #fff;
    color: #0482f0;
    text-decoration: none;
  }
  
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #0482f0;
    font-size: 18px;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    color: #0482f0;
  }
  
  #footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
  }
  
  #footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
  }
  
  #footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #0482f0;
    color: #444444;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }
  
  #footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #ffcd6b;
  }
  
  #footer .copyright {
    text-align: center;
    padding-top: 30px;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
  }

    /*--------------------------------------------------------------
  # LGPD
  --------------------------------------------------------------*/
  .cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
  .cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
  .cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
  @media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
  .cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
  .cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0} 