body { 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: 800;
}
@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; }



/*Barra de Pesquisa*/
.search-bar{position: absolute; top: 30px; left: 0; right: 0; margin: auto;}
.search-bar,.main-search,.main-search-input,#search{ max-height: 60px; }
.main-search-input::placeholder{color:#fff;}

.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 { 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; background-color: #f3f3f3; }
.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{
cbackground-color: #fff;
}

*/
.button-blog-neg:hover, .button-blog-neg:active{
    background-color: #000;
    color:#000;
}
.blog-img-container{
    border-radius: 5px;
    overflow: hidden;
}
.button-blog-neg {
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    background-color: transparent;
    border-radius: 26px;
    border: 1px solid #000;
    padding: 16px 45px;
}
.button-blog-neg:hover, .button-blog-neg:active{
    background-color: transparent;
    color:#000;
}

.blog-block-container{
    width: 265px;
}

.blog-desc-container{
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
}



.newsletter-back{ background-color: #fff; border-radius: 15px;}
.newsletter { padding: 150px 0 100px; background-color:#F3F3F3; color: #999; font-weight: 800 !important;}
.input-news-group { height: 80px; }
.input-news { height: 100%; background-color:#F3F3F3; border: 0 !important; border-radius: 10px !important; padding-left: 25px;}
.button-news {
    position: absolute;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 24px;
    padding: 16px 45px;
    background-color: #000;
    white-space: nowrap;
    margin-right: 20px;
    z-index: 10;
}


.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: transparent;
    color: #000;
    padding: 7px;
    border-radius: 40px;
    border: 1px solid #000;
    box-shadow: 0 1px 4px #e9e9e9;
}
.main-search-input {
    border: 0;
    border-radius: 30px;
    background-color: transparent;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    color: #000;
    padding: 8px 15px 8px 10px;
}
.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 !important;
}
a.button-search {
    border-radius: 20px;
    padding: 0 0 0 42px;
    color: #000 !important;
}
.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; }


/* Css para o floating label*/
form input, form select, form textarea {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    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 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    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%);
  }
