body { font-family: 'Poppins', sans-serif !important; }
h1,h2,h3,h4,h5,p { font-family: 'Poppins', sans-serif !important; }
header nav a {
    font-family: 'Poppins', sans-serif !important;
    display: inline-block;
    padding: 0 30px 0 30px;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
@media only screen and (max-width: 1400px) {
    header nav a {
        padding: 0 5px 0 5px;
    }
  }
img.header-line { font-family: 'Poppins', sans-serif !important; padding:0; margin: 0; width: 100%; height: 4px; top: 0;position: absolute;}
p.text-muted-con { font-family: 'Poppins', sans-serif !important; padding: 0; font-size: 12px; color: #999; text-transform: uppercase; font-weight: 700; line-height: 1.42; letter-spacing: 3px; }
.main-title { margin: 30px 0 20px 5px; }
h1 { font-family: 'Poppins', sans-serif !important; font-size: 36px; font-weight: 800; line-height: 1; }

h2 { font-family: 'Poppins', sans-serif !important; font-size: 32px; font-weight: 800; line-height: 1.22; }
p.select-location { font-family: 'Poppins', sans-serif !important; font-size: 32px; font-weight: 800; line-height: 1; }
.location-image { width: 100%; height: 320px; background-size: cover; border-radius: 5px; background-position: center; }
.blog-image { width: 100%; height: 180px; background-size: cover; border-radius: 5px; background-position: center; }
.about-image { width: 100%; height: 150px; background-size: cover; border-radius: 5px; background-position: center; }


.owl-nav { display: none; }
.owl-dots { margin-top: 25px; }
.no-js .owl-carousel {
    visibility: hidden;
    display: inline-block;
}
.owl-carousel.owl-loaded {
    visibility: visible;
    display: block;
}
.nav-circle {
    position: absolute;
    cursor: pointer;
    width: 32px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-circle.disabled {
    display: none;
}
.nav-circle.nav-circle-next {
    right: 0;
}
.nav-circle.nav-circle-prev {
    left: 0;
}
.nav-circle .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border-radius: 50%;
    font-size: 16px;
}
.circle .fa-chevron-right {
    padding-left: 4px;
}
.circle .fa-chevron-left {
    padding-right: 4px;
}
.owl-carousel-locations-category .nav-circle { margin: 140px 0 }
.owl-carousel-locations-category .nav-circle.nav-circle-next { right: -85px }
.owl-carousel-locations-category .nav-circle.nav-circle-prev { left: -85px }
.owl-carousel-locations-category .nav-circle {
    width: 64px !important;
    height: 64px !important;
}
.owl-carousel-locations-category .nav-circle .circle {
    width: 64px !important;
    height: 64px !important;
    border: 3px solid #999;
    background-color: transparent;
    color: #999;
    border-radius: 50%;
    font-size: 28px;
}
.main { background-color: #fff; padding: 15px 0 60px 0; }
.condoms { padding: 0 0 100px 0; }
.blog { padding: 100px 0; background-color: #f3f3f3; }
.about { padding: 100px 0; color: #fff; }
.form { padding: 100px 0 50px; background-color: #f3f3f3; border-top: 1px solid #ddd; }
.search { padding: 100px 0; background-color: #f3f3f3; }
footer { padding: 60px 0; background-color: #f3f3f3; }

footer hr { border: 1px solid #e5e5e5; }

.about h2, .about .text-muted-con { color: #fff; }

.button-con {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 24px;
    padding: 16px 45px;
}
.button-con:hover, .button-con:visited, .button-con:active{
    color: #fff;
}
.button-con-neg {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    background-color: transparent;
    border-radius: 26px;
    border: 1px solid #fff;
    padding: 16px 45px;
}
.button-con-neg:hover, .button-con-neg:visited, .button-con-neg:active{
    background-color: #fff;
}
.margin-top-90 { margin-top: 90px; }
.line-height-1-8 { line-height: 1.8; }

form.contact input, form.contact select, form.contact textarea {
    background-color: #fff;
    color: #777;
    /*padding: 15px 20px;*/
    border-radius: 8px;
    border: 1px solid #fff;
    box-shadow: 0 1px 4px #e9e9e9;
}
select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) !important;
    background-repeat: no-repeat !important;
    background-position-x: 96% !important;
    background-position-y: 50% !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
}
select::-ms-expand {
    display: none;
}
textarea:focus, input:focus, select:focus {
    outline: none;
}
.muted-header {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: #888;
}
.cover-photo {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 1px 4px #e3e3e3;
}
.logo-e {
    position: absolute;
    top: 300px;
    left: 30px;
    width: 140px;
    height: 140px;
    display: inline-block;
    border-radius: 50%;
}
.logo-e img {
    box-shadow: 0 1px 2px #ededed;
    border-radius: 50%;
}
.main-search {
    background-color: #fff;
    color: #777;
    padding: 7px;
    border-radius: 40px;
    border: 1px solid #fff;
    box-shadow: 0 1px 4px #e9e9e9;
}
.main-search-input {
    border: 0;
    border-radius: 30px;
    background-color: #fff;
    color: #777;
    padding: 17px 20px;
}
a.button-search {
    border-radius: 20px;
    padding: 0 21px 0;
    color: #000;
}
.button-search-container{
    min-width: 70px;
}
.category {
    width: 100%;
    height: 160px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}
.category:hover, .category:focus {
    color: #fff;
    transition: 0.3s;
}

nav.crumb ol { line-height: 1.3; }
nav.crumb ol li { display: inline-block; }
nav.crumb ol li a { color: #666; font-size: 13px; font-weight: 500; }
nav.crumb ol li.divider { padding: 0 5px; color: #999; font-size: 16px; }

.list-section {
    padding: 80px 0;
    background-color: #f3f3f3;
}
.filters {
    padding: 17px;
    background-color: #fff;
    border-radius: 8px;
}
nav.filters li {
    margin: 10px 0;
}
nav.filters li a {
    font-weight: 400;
    font-size: 13px;
}
nav.filters li a span {
    margin-left: 10px;
}
.text-22 {
    font-size: 22px;
}
.card-company {
    background-color: #fff;
}
.square-unchecked {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #ddd;
    border-radius: 2px;
}
.company-card {
    padding: 23px;
    background-color: #fff;
    border-radius: 15px;
}
.company-list-logo {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    border: 2px solid #f1f1f1;
}
.company-card .icon {
    width: 26px;
}
.company-card .tag {
    padding: 5px 12px;
    border-radius: 5px;
    display: inline-block;
    background-color: #ededed;
    color: #666;
    font-weight: 700;
    font-size: 16px;
}

ul.paginator-v2 {
    width: 100%;
    margin: 0;
    padding: 0;
}
ul.paginator-v2 li {
    display: inline-block;
}
ul.paginator-v2 li a {
    display: inline-block;
    margin-right: 5px;
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #ededed;
    color: #666;
    border-radius: 4px;
}
ul.paginator-v2 li a.active {
    font-weight: 800;
    color: #333;
}
.alert-custom {
    background-color: #753d96;
    border: 1px solid #666;
    padding: 4px 7px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    font-size: 12px;
}
.alert-custom-error {
    background-color: #c64141;
    border: 1px solid #bf3131;
}

#floatingBannerSection {
    padding-top: 30px;
}

#fixMap {
    height: 320px;
    border-radius: 15px;
}

#applyFixMap {
    background-color: #666;
    color: white;
}

#showFixMap > span {
    margin-left: 32px;
    font-size: 12px;
}

.owl-carousel-offers-category .nav-circle { margin: 89px 0 }
.owl-carousel-offers-category .nav-circle.nav-circle-next { right: 26px }
.owl-carousel-offers-category .nav-circle.nav-circle-prev { left: 24px }

.owl-carousel-products .nav-circle { margin: 129px 0 }
.owl-carousel-products .nav-circle.nav-circle-next { right: 14px }
.owl-carousel-products .nav-circle.nav-circle-prev { left: 12px }
.box-terms {
    background-color: #fff;
    padding: 14px 15px;
    border-radius: 5px;
    box-shadow: 0 1px 2px #ddd;
}
.box-terms, .box-terms a {
    color: #666;
    font-size: 13px;
}
.box-terms a:hover {
    text-decoration: underline;
    color: #333;
}
.box-terms .list-link, .box-terms .comma {
    display: inline-block;
}
.rating-star { color: #EF6627; font-size: 17px; margin-right: 2px; }
.rating-star.off { color: #ddd}
.rating-star.off-offer { color: #bbb; }
.rating-star.rating-star-sm { font-size: 13px; margin-right: 2px; }

.button { display: inline-block !important; padding: 15px; text-align: center; font-size: 11px; text-transform: uppercase !important; font-weight: 700; border-radius: 25px !important; background-color: #ededed; }
.button-sm { padding: 12px 20px; border-radius: 6px; }
.button-green i { color: #37b752 !important; }
.dropdown-item { font-size: 14px; color: #666; }

.main-search-header {
    padding: 7px;
    border-radius: 40px;
    border: 1px solid #fff;
    
}
.main-search-input-header {
    border: 0;
    border-radius: 30px;
    padding: 8px 15px 8px 10px;
    color: #fff;
    font-weight: bold !important;
}
button.button-search-header {
    border-radius: 20px;
    padding: 0 10px 0;
}
button:visited, button:active, button:focus {
    outline: none;
}
.main-search-input-header::placeholder{color:#fff; font-weight: normal !important;}


/* Css para o floating label*/
form input, form select, form textarea {
    background-color: #fff;
    color: #777;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px  #fff;
   /* box-shadow: 0 1px 4px #e9e9e9;*/
}
:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
  }
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }  
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
  }
  
  .form-label-group > input,
  .form-label-group > textarea,
  .form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
  }
  
  .form-label-group > label {
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    cursor: text;
    color: #9e9e9e;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
  }
  
  .form-label-group input::-webkit-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input:-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::-moz-placeholder {
    color: transparent;
  }
  .form-label-group input::placeholder {
    color: transparent;
  }
/*Compatibilidade com textareac*/
  .form-label-group textarea::-webkit-input-placeholder {
    color: transparent;
  }
  
  .form-label-group textarea:-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group textarea::-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group textarea::-moz-placeholder {
    color: transparent;
  }
  .form-label-group textarea::placeholder {
    color: transparent;
  }
  
  .form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
  }
  
  .form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
  }
  .form-label-group textarea:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
  }
  
  .form-label-group textarea:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
  }
  
  .line-header {
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    display: block !important;
    height: 3px !important;
    background: rgb(58,10,96);
    background: linear-gradient(90deg, rgba(58,10,96,1) 0%, rgba(190,0,255,1) 0%, rgba(50,52,255,1) 15%, rgba(0,71,255,1) 18%, rgba(0,213,255,1) 30%, rgba(0,255,177,1) 44%, rgba(0,255,79,1) 57%, rgba(251,255,0,1) 70%, rgba(255,147,0,1) 82%, rgba(255,0,157,1) 94%);
  }

  .main-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'Poppins', sans-serif !important;
    color: #000;
    opacity: 0.5; /* Firefox */
    font-weight: normal;
}
.fa-search {
    color: #000 !important;
    font-size: 18px !important;
}