@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,700;1,900&display=swap');
html,
body {
    margin: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #898989;
    font-size: 12px;
    background-color: #fff;
}

body.pages-contact input,
body.pages-contact textarea,
body.pages-contact,
body.pages-company,
body.places-index
{
    background-color: #efefef
}

/** mapa da home */
.institutional-container.map{padding: 0px !important;}
.institutional-container.map::after{left: 0px; top: 0px; padding: 0px; position: relative;}
.c-map{text-align: right; margin: 0px !important; height: 450px;}
.c-map img{position: absolute; top: -30px; right: 20px; height: 495px;}

@media (max-width: 767px) {
    .institutional-container.map{padding: 0px !important; height: 625px !important; max-height: 625px !important;}
    .c-map{text-align: right; margin: 0px !important; height: auto;}
    .c-map img{position: absolute; top: 0px; right: 0px; left: -22px; height: 325px;}
}
/** fim mapa da home */

.google-infobox {}

.google-infobox .place-title {
    font-size: 11pt;
    text-transform: uppercase;
    color: #fdd602;
    font-weight: bold;
}

.google-infobox .place-subtitle {
    color: #4D5D9B;
    font-size: 11pt;
    font-weight: bold;
}

.google-infobox .place-address,
.google-infobox .place-phone {
    font-size: 13px;
}

.google-infobox .place-website a,
.google-infobox .place-mail a {
    color: #1A2B63;
    font-weight: bold;
    font-size: 13px;
}

.google-infobox .place-website a:focus,
.google-infobox .place-website a:active,
.google-infobox .place-website a:hover,
.google-infobox .place-mail a:focus,
.google-infobox .place-mail a:active,
.google-infobox .place-mail a:hover {
    color: #4D5D9B;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #415ca1;
    border-color: #2e6da4;
}

.header {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

.header .navbar {
    position: relative;
    min-height: 86px;
    margin-bottom: 0;
    border: 0;
}

.header .navbar-default {
    background: none;
    border: none;
    border-radius: 0!important;
    max-width: 1400px;
    margin: 0 auto;
}

.header .navbar-default .navbar-toggle {
    border-color: #415ca1;
    background-color: white;
}

.header .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #415ca1;
}

.header .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #FFF300;
}

.header .nav>li>a {
    padding: 10px 10px;
}

.logo-header img{
    width: 120px;
    margin-top: -15px;
}

.header .navbar-default .navbar-nav>li>a:hover {
    color: #494949;
}

.header .navbar-default .navbar-nav>li>a.home {
    padding: 0!important;
}

.header .navbar-default .navbar-nav>li {
    padding: 0 10px;
}

.header .navbar-default .navbar-nav>li:last-child,
.header .navbar-default .navbar-nav>li.last-child {
    border-right: none;
}

.header .navbar-default .navbar-nav>li.logo {
    border-right: none;
}

.header .navbar-default .navbar-nav>li.logo img {
    position: relative;
    z-index: 999999;
}

.header .navbar-default .navbar-nav>li>a {
    color: #415ca1;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}



.header .navbar .navbar-nav.navbar-right {
    margin: 0 0px 7.5px;
}


.header .navbar-nav>li.submenu-container {
    position: relative;
}

.header .navbar-nav>li>.submenu {
    background-color: #1a277045;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    list-style: none;
    padding: 0;
    width: 150px;
    display: none;
}

.header .submenu>li:first-child {
    margin-top: 15px;
}

.header .submenu>li:last-child {
    margin-bottom: 15px;
}

.header .submenu>li>a {
    color: white;
    text-align: center;
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: center;
}

.header .submenu>li>a:hover,
.header .submenu>li>a:active,
.header .submenu>li>a:focus {
    color: #FFF300;
    background-color: transparent;
    text-decoration: none;
}

.header .submenu .divider {
    margin: 15px;
    background-color: #3D4983;
}

.navbar-header {
    margin: 15px 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #FFF;
}

.navbar-default .navbar-brand {
    color: #FFF;
    font-size: 24px;
}

.footer-box {
    min-height: 270px;
    width: 100%;
    background: #242F6D;
    border-top: solid 5px #FFF300;
}

.footer-box .main-footer {
    min-height: 200px;
}

.footer-box .main-footer.last-child {
    border: none;
}

.footer-box .main-footer dt {
    text-transform: uppercase;
    color: #FFF300;
    font-size: 16px;
    margin: 20px 0 5px;
}

.footer-box .main-footer dd a {
    color: #FFF;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 5px 0;
    line-height: 23px;
    display: inline-block;
    width: 100%;
}

.footer-box .main-footer dd:last-child a {
    border: 0;
}

.footer-box .main-footer dd a:hover {
    text-decoration: none;
    color: #FFF300;
}

.footer-box .main-footer dd a.last-child {
    border: none;
}

.footer-box .icon-facebook {
    top: 39px;
    right: 0;
}

.footer-box .icon-instagram {
    left: 35px;
    top: 16px;
}

.footer-box .logo {
    background-image: url('../../img/site/logo-bravet.jpg');
    width: 159px;
    height: 148px;
    position: relative;
    margin: 0 auto;
}

.footer-box-2 {
    height: 8vh;
    width: 100%;
    background: #415ca1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer-box-2 {
    color: #FFF;
}

.title {
    text-align: center;
    color: #415ca1;
    font-size: 16px;
    margin-top: 10px;
}

.title.big {
    font-size: 66px;
    color: #4D5D9B;
}

.title .light {
    color: #4D5D9B;
}

.simple-arrow {
    border-bottom: 0;
    text-align: center;
}

.nav.nav-tabs.simple-arrow-map {
    border-bottom: 0;
    text-align: center;
}


.nav.nav-tabs.simple-arrow-company  li {
    text-align: center;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    float: none;
}

.nav.nav-tabs.simple-arrow-company  li.active::after {
    content: '';
    width: 15px;
    height: 7px;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
    
}

.nav.nav-tabs.simple-arrow-company  {
    border-bottom: 0;
    text-align: center;
}

.simple-arrow .simple-arrow-link {
    text-align: center;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}

.simple-arrow .simple-arrow-link a {
    color: #999;
    cursor: pointer;
    padding: 12px 5px;
    border: 0;
    font-weight: bold;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 15px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 5px 5px 10px #9995;
    display: block;
    width: 100%;
}


.nav.nav-tabs.simple-arrow-map li {
    text-align: center;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    float: none;
}

.nav.nav-tabs.simple-arrow-map li.active::after {
    content: '';
    width: 15px;
    height: 7px;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
    
}

.nav.nav-tabs.simple-arrow-map li a {
    cursor: pointer;
    padding: 12px;
    border: 0;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    margin-top: 15px;
}

.nav.nav-tabs.simple-arrow-company li a {
    color: #a2a1a1;
    cursor: pointer;
    padding: 12px;
    border: 0;
    font-weight: bold;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 15px;
    width: 100%;
    border-radius: 50px;
    box-shadow: 5px 5px 10px #9995;
    background-color: #fff;

}

.nav.nav-tabs.simple-arrow-company li a:hover {
    color: #fdd602;;
}

.nav.nav-tabs.simple-arrow-company li.active a {
    color: #415CA1;
    cursor: pointer;
}

.nav.nav-tabs.simple-arrow-company li a:hover {
    color: #fdd602;;
}

.simple-arrow .simple-arrow-link a:hover,
.nav.nav-tabs li a:hover {
    color: #fdd602;
    background-color: #fff
}

.simple-arrow .simple-arrow-link.active a {
    color: #415CA1;
    background-color: #fff;
    cursor: pointer;    
}

.nav.nav-tabs.simple-arrow-map li a:hover {
    color: #fdd602;;
}

.nav.nav-tabs.simple-arrow-map li.active a {
    color: #415CA1;
    cursor: pointer;
    background-color: #fdd602;
        box-shadow: 3px 1px 3px 0px rgb(135 135 135 / 75%);
}

.full-width-border {
    border-top: 1px solid #BBBBBB;
}

.jvectormap-tip {
    background-color: white;
    padding: 5px;
    color: #1A2B63;
    font-weight: bold;
    text-align: center;
    border: 1px solid #DCDCDC;
    outline: 1px solid #B1B1B1;
    border-radius: 0;
    z-index: 1;
}

.jvectormap-tip .title {
    color: #1A2B63;
    text-transform: none;
    font-size: 14px;
    padding: 0 10px;
}

.jvectormap-tip .text {
    color: #898989;
    font-size: 12px;
    padding: 0 10px;
}

form .container-form .row {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    form .container-form .row {
        margin-bottom: 20px;
        display: block;
    }
}

form .container-form .row:last-child {
    margin-bottom: 0px;
}

form .container-form .row .col-sm-6:last-child {
    margin-top: 20px;
}

@media (max-width: 767px) {
.container-form.container-form-scroll-mobile  {
    width: 100%;
    overflow-x: auto;
    
    
    
    scrollbar-color: #fdd602 #415ca1;
    scrollbar-width: auto;
}


.container-form.container-form-scroll-mobile::-webkit-scrollbar {
        width: 5px !important;
        height: 5px;
    }

    .container-form.container-form-scroll-mobile::-webkit-scrollbar-track {
        background: #ddd;
        border-radius: 5px;
    }

    .container-form.container-form-scroll-mobile::-webkit-scrollbar-thumb {
        background: #415ca155;
        border-radius: 5px;
    }
.container-form.container-form-scroll-mobile::-webkit-scrollbar-thumb:hover {
    background: #415ca155;
    border-radius: 5px;
}

.container-form.container-form-scroll-mobile::-webkit-scrollbar-thumb:active {
    background: #415ca155;
    border-radius: 5px;
}


.container-form.container-form-scroll-mobile #nav-tabs-contact {
    width: 170% !important;
    padding-top: 5px;
    padding-bottom: 15px;
}

.container-form.container-form-scroll-mobile  #nav-tabs-contact .col-xs-4 {
    padding-left: 5x;
    padding-right: 5px;
}

}

.container-input {
    border: 2px solid #BBBBBB;
    overflow: hidden;

}

.container-input input {
    border: 0;
    height: 28px;
    padding: 0 16px;
    padding-bottom: 13px;
}

.container-input input:focus,
.container-input input:hover,
.container-input input:active {
    outline: 0;
}

.container-input>* {
    display: inline-block;
    vertical-align: middle;
}

.container-select .select-label {
    display: block;
    border-bottom: 1px solid #BBBBBB;
    padding: 5px 16px;
    text-align: center;
    color: #415CA1;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;

}

.container-select .select-cover {
    border: 0;
    height: 28px;
    padding: 0 16px;
    line-height: 28px;
    width: 100%;
}

.container-select .select-cover .cover {
    text-align: center;
    width: 100%;
        color: #415CA1;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.container-select .select-cover .cover::after {
    right: 0px;
}

.container-select .input-select {
    display: block;
    border-bottom: 1px solid #BBBBBB;
    padding: 5px 16px;
    text-align: center;
}

.container-select {
    border: 1px solid #BBBBBB;
    border-radius: 10px;
    overflow: hidden;
}

.container-select>* {
    display: inline-block;
    vertical-align: middle;
}

.container-textarea {
    border: 2px solid #BBBBBB;
    border-radius: 30px;
    height: 132px;
    overflow: hidden;
    position: relative;
    background-color: white;
    padding: 0 0 10px;
}

.container-textarea::after {
    content: '';
    position: relative;
    display: block;
    clear: both;
}

.container-textarea textarea {
    border: 0;
    resize: none;
    padding: 10px 16px 0;
    /* height: 106px; */
    width: 100%;
}

.container-textarea textarea:focus,
.container-textarea textarea:hover,
.container-textarea textarea:active {
    outline: 0;
}

.container-textarea .textarea-label {
    float: left;
    width: 100%;
    /* padding: 5px 16px;
    text-align: center; */
    color: #415ca1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.container-button {
    text-align: center;
}

form button {
    width: 286px;
    height: 35px;
    background-color: #415ca1;
    border: 0;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    border-radius: 10px;
    max-width: 100%;
}

form button:hover {
    color: #FEF200;
}

form button:active,
form button:hover,
form button:focus {
    outline: 0;
}

.select-cover {
    position: relative;
}

.select-cover .cover {
    position: relative;
}

.select-cover .cover::before  {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top: 10px;
    background-image: url(../../img/site/category-medication-arrow.png);
    background-repeat: no-repeat;

}

#contact .select-cover .cover::before  {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top: 5px;
    background-image: url(../../img/site/category-medication-arrow.png);
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
   

#contact .select-cover .cover::before  {
    margin-top: 2px;
    right: 5px;
    }
}

.select-cover:hover .cover::after {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.container-select .select-cover {
    height: 28px;
}

.container-select .select-cover .cover {
    height: 28px;
}

.select-cover select {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}



#home {
    margin-bottom: 130px;
}

#home #Carousel-Webdoor {
    margin-bottom: 36px;
    width: 100%;
}

#home #Carousel-Webdoor .item .image {
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 980px) {
    #home .institutional {
        display: flex;
        flex-wrap: wrap;
    }
}


@media only screen and (max-width: 768px) {
    #home .institutional>div {
        margin: 0 auto !important;
        width: 85%;
    }
}


#home .institutional>div {
    margin: 20px 0 20px;
}

#home .institutional #nav-tab-map li a {
    padding: 12px;
}

#home .institutional #nav-tab-map.nav.nav-tabs li.active::after {
    bottom: 2px;
}

#home .institutional #tab-content-map {
    margin-top: 20px;
}

/* #home .institutional .map-brazil {
    height: 220px;
} */

/* #home .institutional .map-brazil .jvectormap-container {
    background-color: rgba(0, 0, 0, 0) !important;
    transform: scale(1.1);
} */

#home .institutional .bravet {
    border-top: 1px solid #BBBBBB;
    margin-top: 30px;
}

#home .institutional .bravet .institutional-image {
    text-align: center;
    margin-top: 36px;
}

#home .institutional .bravet .institutional-image img {
    max-width: 50%;
}

#home .institutional .bravet .title-institutional {
    text-align: left;
    margin-top: 20px;
}

#home .institutional .bravet .title-institutional+.full-width-border {
    margin: 3px 0;
}

#home .institutional .bravet .text-institutional {
    text-align: justify;
}

#home #tab-content-map.tab-content {
    height: 220px;
    position: relative;
}

#home #tab-content-map.tab-content>.tab-pane {
    /* background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%; */
}

#home #tab-content-map.tab-content>.tab-pane.active {
    z-index: 1;
}

#company {
    margin-top: 12em;
}

#login {
    margin-top: 12em;
    min-height: 550px;
}

#login .form-control{height: 40px; margin-bottom: 10px;}

#about {
    display: flex;
    position: relative;
    transform: translateY(-100px);
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 3px 5px silver;
}

@media (max-width: 991px) {
    #about {
        margin-top: 18rem;
        background: none;
    }
}
    
#company .company-header-photo {
    background-image: url('../../img/site/webdoor-about-new.png');
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}

#about .about-header-photo {
    background-image: url(../../img/site/webdoor-about-new.png);
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}


#company .the-bravet {
    border: 1px solid #C8C8C8;
    border-left: 0;
    border-right: 0;
    position: relative;
    margin-top: 25px;
    margin-bottom: 45px;
}

#company .the-bravet .title {
    text-align: left;
    font-size: 17px;
}

#company .the-bravet .col-left {
    padding-top: 30px;
    padding-bottom: 30px;
}

#company .the-bravet .col-left .text {
    font-size: 10pt;
    margin-top: 25px;
    text-align: justify;
}

#company .bravet-locations #cmap>.icon {
    background-image: url('../../img/site/empresa-cmap.jpg');
    width: 82px;
    height: 77px;
}

#company .bravet-locations #bravet>.icon {
    background-image: url('../../img/site/empresa-bravet.jpg');
    width: 82px;
    height: 77px;
}

#company .bravet-locations .location {
    padding-top: 50px;
    text-align: center;
}

#company .bravet-locations .location:first-child {
    padding-top: 30px;
}

#company .bravet-locations .location:last-child {
    padding-bottom: 50px;
}

#company .bravet-locations .location .border-bottom {
    margin-top: 50px;
    background-color: #C8C8C8;
    height: 1px;
    display: block;
}

#company .bravet-locations .location>* {
    display: inline-block;
    vertical-align: top;
}

#company .bravet-locations .location>.icon {
    margin: 0 auto 10px;
    display: block
}

#company .bravet-locations .location .in'format'ions .location-title>* {
    display: block;
    margin: 0 auto;
}

#company .bravet-locations .location .informations .location-title .icon {
    background-image: url('../../img/site/empresa-icon-home.jpg');
    width: 15px;
    height: 13px;
    display: none;
}

#company .bravet-locations .location .informations .location-title .text {
    color: #1A2B63;
    font-weight: bold;
    font-size: 13px;
}

#company .bravet-locations .location .informations .address {
    margin-top: 5px;
}

#company .bravet-locations .location .informations .address>* {
    display: block;
    margin: 0 auto;
}

#company .bravet-locations .location .informations .address .icon {
    background-image: url('../../img/site/empresa-icon-location.jpg');
    width: 15px;
    height: 18px;
    display: none;
}

#company .bravet-locations .location .informations .address .text {
    font-size: 13px;
}

#company .bravet-history {
    margin-top: 25px;
    padding-bottom: 60px
    margin-bottom: 45px;
}

div#bravet-history {
    margin-top: 20vh;
}

#company .bravet-history .bravet-history-indicators .button-history:hover,
#company .bravet-history .bravet-history-indicators .button-history:active,
#company .bravet-history .bravet-history-indicators .button-history:focus, {
    background-color:  #FEF200;
    color: #000 !important
}


#company .bravet-history .bravet-history-indicators li::before {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    top: 0;
    margin: auto;
    right: 0;
}

#company .bravet-history .bravet-history-indicators li:first-child::before {
    display: none;
}


#company .bravet-history .bravet-history-indicators li:hover {
    color: #000;
}

#company .bravet-history #Carousel-History {
    margin-top: 40px;
}

#company .bravet-history #Carousel-History .carousel-inner {
    
    margin: 0 auto;
}

#company .bravet-history #Carousel-History .item .history {
    background-color: #EDEDED;
    padding: 45px 15px;
}

#company .bravet-history #Carousel-History .item .history .image {
    text-align: center;
    margin-bottom: 35px;
     
}

#company .bravet-history #Carousel-History .item .history {
    font-size: 10pt;
    text-align: justify;
}

#company .bravet-history #Carousel-History .carousel-custom-control {
    width: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 42px;
    position: absolute;
}

#company .bravet-history #Carousel-History .carousel-custom-control.left {
    background-image: url('../../img/site/seta-esquerda.jpg');
    left: 0;
}

#company .bravet-history #Carousel-History .carousel-custom-control.right {
    background-image: url('../../img/site/seta-direita.jpg');
    right: 0;
}

#company .structure {
    position: relative;
    font-size: 10pt;
    text-align: justify;
    margin-top: 45px;
    
}

@media (max-width: 767px) {
    #company .structure {
        min-height: 770px;
	font-family: "Poppins",sans-serif;
font-weight: 600;
    }
    #company .structure .text-grille-right__ {
        text-align: justify; font-size: 15px;background-color: #415ca1;border-radius: 50px;min-height: 220px;color: white;padding: 30px;margin-bottom: 50px;
    }
    #company .structure .text-grille-left__ {
        text-align: justify; font-size: 15px;background-color: #fdd602; border-radius: 50px;min-height: 220px;color: #415ca1;padding: 30px;margin-bottom: 50px;
    }
    #company .structure .text-grille-right__ ul ,#company .structure .text-grille-left__ ul{
        text-align: left;
        padding-left: 15px;
        font-size: 14px;
    }
}

#company .structure p {
    margin-bottom: 20px;
}

#company .structure p:last-child {
    margin-bottom: 0;
}

#company .structure ul {
    list-style: none;
    margin: 20px 0;
}

#company .structure ul li {
    position: relative;
    margin-top: 8px
}

#company .structure ul li:first-child-child {
    margin-top: 0;
}

#company .structure ul li::before {
    content: '•';
    position: absolute;
    top: 0;
    left: -18px;
    color: #fbfbfb;
    font-size: 24px;
    line-height: 18px;
}

#company .structure .structure-numbers .structure-number {
    font-size: 16.5px;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 4px;
    padding-bottom: 4px;
    text-align: center;
}

#company .structure .structure-numbers .structure-number:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#company .structure .structure-numbers .structure-number .structure-label {
    color: #1A2B63;
    font-weight: bold;
}

#company .scrolling-mobile{
    text-align: center;
    margin-top: 30px;
}

.products-page .categories {
    margin-top: 40px;
    margin-bottom: 50px
}

.products-page .categories .category {
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .products-page .categories .category {
        margin-bottom: 60px;
    }
}

.products-page .categories .category:hover .category-title {
    color: #f3dc0f;
}

.products-page .categories .category .category-title {
    color: white;
    background-color: #415ca1;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 18px;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    position: relative;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    width: 100%;
    margin-left: 0em;
}

.products-page .categories .category .category-title-view {
    color: white;
    background-color: #415ca1;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 18px;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    position: relative;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    width: 100%;
    margin-left: 0em;
}

.products-page .categories .category:hover .category-title-view {
    color: #f3dc0f;
}

.products-page .categories .category .category-title .light {
    color: #4D5D9B;
}

.products-page .categories .category .category-title::after {
    content: '';
    background-repeat: no-repeat;
    background-image: url('../../img/site/category-title-arrow.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 15px;
    margin: auto;
    transition: transform 0.5s;
}

.products-page .categories .category.active .category-title::after {
    background-repeat: no-repeat;
    background-image: url('../../img/site/category-title-arrow.svg');
    transform: rotate(180deg);
    top: 0;
    content: '';
    margin-right: 6px;
    position: absolute;
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
    transition: transform 0.5s;
}

.products-page .categories .category .category-content {}
.products-page .categories .category .category-content ul.slick-slider{ padding: 0px; }
.products-page .categories .category .category-content ul.slick-slider .slick-list{ margin-left: 0 !important; margin-right: 0 !important; }
.products-page .categories .category .category-content ul.slick-slider .slick-prev::before, 
.products-page .categories .category .category-content ul.slick-slider .slick-next::before{ content: ' '; }
.products-page .categories .category .category-content ul.slick-slider .slick-dots li{ display: inline-block; }

.products-page .categories .category:last-child {
    margin-bottom: 0;
}

.products-page .categories .category:last-child .gray-divider-container {
    display: none;
}

.products-page .categories .category .gray-divider-container {
    margin-top: 55px;
    padding-bottom: 35px;
}

.products-page .categories .category .gray-divider {
    height: 1px;
    background-color: #BFBFBF;
}

#products-index {
    margin-top: 12em;
    margin-bottom: 70px;
}

#products-index #product-search-form {
    margin-top: 45px;
}

#products-view {
    margin-top: 10em;
    margin-bottom: 45px;
}

#products-view #product-search-form {
    margin-top: 45px;
}

#products-view .product-main {
    margin-top: 75px;
    margin-bottom: 30px;
}

#products-view .product-main .col-left {
    text-align: center;
}

#products-view .product-main .col-right {
    margin-top: 20px;
}

#products-view .product-main .main-product-name {
    font-family: 'Poppins', serif;
    color: #415ca1;
    font-weight: 700;
    font-size: 24px;
    margin-top: 30px;
}

#products-view .product-main .description {
    font-size: 10pt;
    background-color: #415CA1;
    margin: 0 auto;
    /*width: 85%;*/
    height: auto;
    border-radius: 30px;
    margin-top: 15px;
    margin-left: -40px;
    padding-left: 50px;
}


#products-view .product-main .text-description {
    color: #fff;
    padding: 10px 10px 10px 10px;
    font-weight: 400;
    font-size: 16px;
    overflow-y: auto;

    width: 100%;
    display: inline-block;
    left: 0;
    top: 0;
    position: relative;
    height: 350px;
    margin-top: 25px;
    
}

#products-view .product-main .text-description .bula{width: 50%;}

#products-view .product-main .description p {
    margin-bottom: 18px;
}

#products-view .product-main .description p:last-child {
    margin-bottom: 10px;
}

.z-index-1{z-index: 1;}
.z-index-0{z-index: 0;}

ul.list-medication-products{
    border: 1px solid #BBBBBB;
    box-shadow: 2px 2px 20px 2px #888;
    border-radius: 20px;
    height: 410px;
    /*width: 75%;*/
    margin: 0 auto;
    background: #fff;
    padding: 0px;
}

@media (max-width: 767px) {
    #products-view .product-main .text-description .bula{width: 100%;}
    #products-view .product-main .description {
      height: auto;
      border-radius: 0px;
    }

    #products-view .product-main .text-description {

    width: auto;
    height: auto;
    padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #products-view .product-main .text-description {

    padding: 15px 15px 15px 15px;
    height: 400px;
    width: 630px;
}
}

@media (min-width: 991px) and (max-width: 1199px) {
    #products-view .product-main .text-description {
    width: 560px;
}
}


@media (max-width: 767px) { 
    ul.list-medication-products {
        width: 90%;
        margin: 0 auto;
    }

    .container-textarea .textarea-label {
        padding: 5px 16px;
        background-color: #efefef;
        text-align: center;
    }
}


li.image, li.bula {list-style: none;}

#products-view .product-main .image img {
    width: 240px;
    max-width: 100%;
    max-height: 100%;
}

#products-view .product-main .bula a:hover,
#products-view .product-main .bula a:active,
#products-view .product-main .bula a:focus {
    text-decoration: none;
}

#products-view .product-main .bula .bula-link {
    background-image: url('../../img/site/download-icon.svg');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    color: #415CA1;
    margin-top: 10px;
}

#products-view .product-main .bula .bula-link:hover {
    background-position: bottom center;
}

#products-view .product-main .bula .bula-link>* {
    display: inline-block;
    vertical-align: middle;
}

#product-search-form input,
#product-search-form .select-cover .cover,
#product-search-form .select-cover select {
    border: 2px solid #BCBCBC;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    line-height: 45px;
    border-radius: 50px !important;

}

#product-search-form .select-cover option {
    background: #fbfbfb;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #415ca1;
}

#product-search-form button {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 50px;
    background-color: #ffd500;
    color: #415ca1;
    border-radius: 10px;
    border: 0;
    font-weight: 700;
    font-size: 22px;
}

@media (max-width: 767px) {
#product-search-form button {
    width: 50%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
#product-search-form button {
    width: 30%;
}
}

#product-search-form button:hover {
    background-color: #415ca1;
    color: #FFF300;
}

#product-search-form .select-cover .cover {
    color: #415ca1;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 11px;
}

#product-search-form .select-cover.readonly .cover {
    filter: grayscale(100%);
     color: #415ca1;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 11px;
}

#product-search-form ::-webkit-input-placeholder {
    color: #415CA1;
     font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 11px;
}

#product-search-form :-moz-placeholder {
    color: #415CA1;
     font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 11px;
}

#product-search-form ::-moz-placeholder {
    color: #415CA1;
     font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 11px;
}

#product-search-form :-ms-input-placeholder {
    color: #415CA1;
     font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 11px;
}

#product-search-form .complete-serach {
    margin-top: 30px;
}

#product-search-form .col-input {
    margin-top: 15px;
}

#product-search-form .col-button {
    margin-top: 15px;
}

#product-search-form #clean-form-container {
    margin-top: 30px;
}

#product-search-form #clean-form-container #clean-form {
    height: 37px;
    background-color: #fff;
    border: 2px solid #415ca1;
    text-transform: uppercase;
    color: #415ca1;
    font-size: 16px;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    width: 20%;
    
}

@media (max-width: 768px) {
#product-search-form #clean-form-container #clean-form {
    width: 60%
}}

@media (min-width: 768px) and (max-width: 991px) {
#product-search-form #clean-form-container #clean-form {
    width: 30%
}}


#product-search-form #clean-form-container #clean-form:hover {
    color: #FEF200;
    background-color: #415ca1;
}

#product-search-form #clean-form-container #clean-form:hover,
#product-search-form #clean-form-container #clean-form:active,
#product-search-form #clean-form-container #clean-form:focus {
    outline: 0;
}

.img-productPages-product {
    background-image: url('../../img/site/line-product.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 1200px;
    position: absolute;
    z-index: -1;
    width: 100%;
    position: fixed;
    top: 30%;
}

@media (max-width: 767px) {
    .img-productPages-product {
        display: none;
    }
}

.img-productPages-productDetails {
    background-image: url('../../img/site/line-product.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 1200px;
    position: absolute;
    z-index: -1;
    width: 100%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .img-productPages-product {
        display: none;
    }
}

.img-productPages-home{
    background-image: url('../../img/site/line-home.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1366px;
    position: absolute;
    z-index: -1;
    width: 100%;
    transform: translateY(-20%);
}

@media (max-width: 767px) {
    .img-productPages-home {
        display: none;
    }
}



.img-productPages-infra{
    background-image: url('../../img/site/line-home.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1366px !important;
    position: absolute;
    z-index: -1;
    width: 100%;
    transform: translateY(-10%);
}

@media (max-width: 767px) {
    .img-productPages-infra {
        display: none;
    }
}


.img-productPagesFooter{
    background-image: url('../../img/site/fabrica-new.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: bottom;
}

.yellowbackground-video {
    display: flex;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.video-productsPage {
    margin: 0 auto;
    width: 100%;
    background-color: #415CA1;
    padding: 30px 0;
    border-radius: 50px;
    box-shadow: 2px 2px 20px 2px #888
}

@media (min-width: 991px) {
    .video-productsPage {
        width: 80%;
    }
}

@media (max-width: 767px) {
  .video-productsPage {
    background-color: white;
        box-shadow: initial;
}
}

.video-productsPage iframe {
    width: 90%;
    height: 450px;
    border-radius: 30px;
}

@media (max-width: 767px) { 
    .video-productsPage iframe {
    height: 250px;
    border-radius: 30px;
    margin: 0 
}
}

#places {
    margin-top: 12em;
    margin-bottom: 45px;
}

#places #loading {
    width: 100%;
    margin: 20px auto 0px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
}

#places .nav.nav-tabs {
    /* margin-top: 30px; */
    /* padding-top: 10px; */
}

#places .nav.nav-tabs li {
    display: block;
    position: relative;
}

#places .nav.nav-tabs li.active::after {
    bottom: -2px;
}

#places .nav.nav-tabs li a {
    font-size: 18px;
}

#places .tab-content .tab-pane .form-message+* {
    margin-top: 35px;
}

#places .tab-content>.tab-pane {
    /* background-color: transparent;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%; */
}

#places .tab-content>.tab-pane.active {
    z-index: 1;
}

#places .places-search-form input,
#places .places-search-form .select-cover .cover,
#places .places-search-form .select-cover select {
    border: 1px solid #BCBCBC;
    width: 100%;
    height: 38px;
    padding: 0 15px;
    line-height: 38px;
    border-radius: 10px;
}

#places .places-search-form button {
    width: 100%;
    max-width: 220px;
    display: block;
    margin: 0 auto;
}

#places .places-search-form .select-cover .cover {
    color: #1A2B63;
    font-weight: bold;
}

#places .places-search-form .select-cover.readonly .cover {
    color: #B7B7B7;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

#places .places-search-form ::-webkit-input-placeholder {
    color: #1A2B63;
    font-weight: bold;
}

#places .places-search-form :-moz-placeholder {
    color: #1A2B63;
    font-weight: bold;
}

#places .places-search-form ::-moz-placeholder {
    color: #1A2B63;
    font-weight: bold;
}

#places .places-search-form :-ms-input-placeholder {
    color: #1A2B63;
    font-weight: bold;
}

#places .places-search-form .complete-serach {
    margin-top: 30px;
}

#places .places-search-form .col-button {
    margin-top: 15px;
}

#places .tab-content h2{
    font-weight: 700;
    color: #fff;
}

#places .tab-content .map-brazil {
    height: 100%;
    width: 100%;
    margin: 30px 0;
}

@media (max-width: 767px) {
  #places .tab-content .map-brazil {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
}


#places .map-legend {
    text-align: center;
    font-size: 12pt;
}

#places.show-all {
    margin-bottom: 95px;
}

#places.show-all .places-search-form {
    margin-top: 45px;
}

#places.show-all .container-mapa {
    position: relative;
}

#places.show-all #mapa {
    margin-top: 55px;
}

#places.show-all .container-mapa .no-results-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(18, 30, 73, .88);
}

#places.show-all .container-mapa .no-results-container .no-results-outer {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

#places.show-all .container-mapa .no-results-container .no-results-inner {
    display: table-cell;
    vertical-align: middle;
    padding-top: 39px;
}

#places.show-all .container-mapa .no-results-container .button-close {
    width: 39px;
    height: 39px;
    background-image: url(../../img/site/button-close.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

#places.show-all .container-mapa .no-results-container .button-close:hover {
    opacity: 0.6;
    transition: 0.5s;
}

#places.show-all .container-mapa .no-results-container .text {
    color: white;
    font-size: 12pt;
    margin-top: 10px;
}

#places.show-all .unshared .unshared-inner {
    position: relative;
    background-color: #E6E6E6;
    text-align: center;
    padding: 15px 25px;
    padding-left: 15px;
    color: #535353;
    border-radius: 50px;
}

#places.show-all .unshared .unshared-inner>* {
    display: inline-block;
    vertical-align: middle;
}

#places.show-all .unshared i {
    background-image: url(../../img/site/icon-naofoipossivelcalcular.jpg);
    width: 23px;
    height: 23px;
    margin-right: 5px;
}

#places.show-all .unshared a {
    color: #141E4E;
    font-weight: bold;
}

#places.show-all .unshared a:hover {
    text-decoration: none;
}

#places.show-all .unshared .button-close {
    background-image: url(../../img/site/btn-fechar-impossivelcalcular.jpg);
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

#places.show-all .unshared .button-close:hover {
    background-position: bottom center;
}

#places.show-all .routes .route .calc-error i {
    display: block;
    background-image: url(../../img/site/icon-impossivelcaluclar.jpg);
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 3px;
}

#places.show-all .routes .route .route-header .distance .text.calc-error {
    color: #4D5D9B;
    text-align: center;
}

#places.show-all .title.state-name {
    text-transform: none;
}

#places.show-all .routes {
    margin-top: 35px;
}

#places.show-all .routes .route {
    border-bottom: 1px solid #C6C6C6;
    position: relative;
    margin-top: 40px;
}

#places.show-all .routes .route:first-child {
    margin-top: 0;
}

#places.show-all .routes .route .route-header {
    position: relative;
    display: table;
    width: 100%;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 9px;
}

#places.show-all .routes .route .route-header::after {
    content: '';
    display: block;
    clear: both;
}

#places.show-all .routes .route .route-header>* {}

#places.show-all .routes .route .route-header .route-header-title .title,
#places.show-all .routes .route .route-header .route-header-title .subtitle {
    text-align: center;
}

#places.show-all .routes .route .route-header .route-header-title .title {
    font-size: 12pt;
    text-transform: uppercase;
}

#places.show-all .routes .route .route-header .route-header-title .subtitle {
    color: #4D5D9B;
    font-size: 13pt;
    font-weight: bold;
}

#places.show-all .routes .route .route-header .distance {
    text-align: center;
    margin-top: 10px;
}

#places.show-all .routes .route .route-header .distance>* {
    display: inline-block;
    vertical-align: middle;
}

#places.show-all .routes .route .route-header .distance .icon {
    background-image: url('../../img/site/ondecomprar-icon-location.jpg');
    width: 18px;
    height: 26px;
    margin-right: 8px;
}

#places.show-all .routes .route .route-header .distance .text {
    color: #F60900;
    text-align: right;
    font-weight: bold;
    height: 26px;
}

#places.show-all .routes .route .route-header .distance .text .big {
    font-size: 14pt;
    line-height: 15px;
}

#places.show-all .routes .route .route-header .distance .text .small {
    font-size: 10px;
}

#places.show-all .routes .route .route-address {
    border-bottom: 2px dotted #C6C6C6;
    padding: 9px 0;
}

#places.show-all .routes .route .route-address>* {
    text-align: center;
}

#places.show-all .routes .route .route-address .icon {
    background-image: url('../../img/site/ondecomprar-icon-location.jpg');
    width: 18px;
    height: 26px;
    margin: 0 auto 5px;
}

#places.show-all .routes .route .route-address .text {
    font-size: 13px;
}

#places.show-all .routes .route .route-link {
    border-bottom: 2px dotted #C6C6C6;
    padding: 9px 0;
}

#places.show-all .routes .route .route-link>* {
    text-align: center;
}

#places.show-all .routes .route .route-link .icon {
    background-image: url('../../img/site/ondecomprar-icon-mouse.jpg');
    width: 16px;
    height: 22px;
    margin: 0 auto 5px;
}

#places.show-all .routes .route .route-link .text a {
    color: #1A2B63;
    font-weight: bold;
    font-size: 13px;
    word-break: break-all;
}

#places.show-all .routes .route .route-link .text a:hover,
#places.show-all .routes .route .route-link .text a:active,
#places.show-all .routes .route .route-link .text a:focus {
    text-decoration: none;
    color: #4D5D9B;
}

#places.show-all .routes .route .route-email {
    border-bottom: 2px dotted #C6C6C6;
    padding: 9px 0;
}

#places.show-all .routes .route .route-email>* {
    text-align: center;
}

#places.show-all .routes .route .route-email .icon {
    background-image: url('../../img/site/icon-mail.jpg');
    width: 17px;
    height: 13px;
    margin: 0 auto 5px;
}

#places.show-all .routes .route .route-email .text {
    font-size: 13px;
}

#places.show-all .routes .route .route-phone {
    padding: 9px 0;
    border-bottom: 2px dotted #C6C6C6;
}

#places.show-all .routes .route .route-phone>* {
    text-align: center;
}

#places.show-all .routes .route .route-phone .icon {
    background-image: url('../../img/site/ondecomprar-icon-phone.jpg');
    width: 21px;
    height: 22px;
    margin: 0 auto 5px;
}

#places.show-all .routes .route .route-phone .text {
    font-size: 13px;
}

#places.show-all .routes .route .map {
    text-align: center;
    margin-top: 20px;
}

#places.show-all .routes .route .map figure {
    border: 1px solid #C6C6C6;
    display: inline-block;
    max-width: 100%;
}

#places.show-all .routes .route .map figure object {
    max-width: 100%;
}

#places.show-all .routes .route .map figure iframe {
    max-width: 100%;
}

#places.show-all .routes .route .route-options {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 20px;
}

#places.show-all .routes .route .route-options .divider {
    background-color: #C6C6C6;
    width: 100%;
    height: 1px;
    margin: 10px 0;
}

#places.show-all .routes .route .route-options .option {
    cursor: pointer;
}

#places.show-all .routes .route .route-options .option:hover {
    opacity: 0.6;
}

#places.show-all .routes .route .route-options .option>* {
    display: inline-block;
    vertical-align: middle;
}

#places.show-all .routes .route .route-options .option .text {
    color: #1A2B63;
    font-weight: bold;
    text-align: center;
    font-size: 10.5pt;
    line-height: 15px;
}

#places.show-all .routes .route .route-options .option.print .icon {
    background-image: url('../../img/site/ondecomprar-icon-print.jpg');
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

#places.show-all .routes .route .route-options .option.zoom .icon {
    background-image: url('../../img/site/ondecomprar-icon-zoom.jpg');
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

#places.show-all .routes .route .route-options .option.show-route .icon {
    background-image: url('../../img/site/ondecomprar-icon-rota.jpg');
    width: 21px;
    height: 20px;
    margin-right: 12px;
}

#places.show-all .routes .route .row-calc-route {
    display: none;
}

#places.show-all .routes .route .map-route {
    max-width: 100%;
}

#places.show-all .routes .route .row-calc-route .close-panel-button {
    width: 114px;
    max-width: 100%;
    height: 37px;
    background-color: #121C4D;
    border: 0;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    border-radius: 10px;
    display: block;
    margin: 0 auto 10px;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
}

#places.show-all .routes .route .row-calc-route .close-panel-button:hover {
    color: #FEF200;
}

#places.show-all .routes .route .row-calc-route .map {
    padding-bottom: 20px;
}

#places.show-all .routes .route .panel {
    max-height: 341px;
    overflow-y: scroll;
}

#places.show-all .routes .route .panel .adp-placemark {
    border: 0;
    margin: 10px auto;
    background-color: transparent;
}

#places.show-all .routes .route .panel .adp-placemark td:first-child {
    display: none;
}

#places.show-all .routes .route .panel .adp-summary {
    text-align: center;
}

#places.show-all .routes .route .panel .adp-directions {
    margin: 0 auto;
}

#places.show-all .routes .route .panel .adp-legal {
    text-align: center;
}

#places.show-all .routes .route .obter-mapa-link {
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
}

#places.show-all .routes .route .obter-mapa-link:hover {
    opacity: 0.6;
    transition: 0.5s;
}

#places.show-all .routes .route .obter-mapa-link img {
    max-width: 100%;
    border-radius: 50px;
}

#places.show-all .routes .route .calc-distance-link {
    color: #FDD602;
    font-size: 10.5px;
}

#places.show-all .routes .route .calc-distance-link:hover {
    text-decoration: none;
    transition: 0.5s;
    opacity: 0.8;
}

#places.show-all .routes .route .calc-distance-link>* {
    display: block;
    margin: 0 auto;
}

#places.show-all .routes .route .calc-distance-link i {
    width: 24px;
    height: 13px;
    background-image: url(../../img/site/icon-km.jpg);
    margin-bottom: 3px;
}

#places.show-all .routes .route .col-right {
    text-align: center;
}

#places.show-all .routes .route .col-right .loading {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .navbar-default .navbar-header {
        position: relative;
        height: 56px;
    }
    .navbar-default .navbar-brand {
        padding: 0;
        width: 75px;
        height: 70px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .navbar-default .navbar-brand img {
        max-width: 100%;
        max-height: 100%;
    }
    .header .navbar-default .navbar-nav>li {
        border-right: none!important;
    }
    .footer-box .main-footer {
        border-right: none!important;
        min-height: auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-box .main-footer dt {
        margin: 10px 0 5px;
    }
    .footer-box .main-footer dd a {
        width: 100%;
    }
    .footer-box .logo {
        margin: 0 auto 20px;
    }
    #home {
        margin-bottom: 45px;
    }
    #company {
        margin-bottom: 45px;
    }
    #products-index {
        margin-top: 35px;
    }
    #products-index #product-search-form {
        margin-top: 25px;
    }
    #places {
        margin-top: 35px;
    }
    #places.show-all .routes .route .row-calc-route .panel-border {
        padding: 5px 0;
        border-bottom: 2px dotted #C6C6C6;
    }
    #places.show-all .unshared .unshared-inner i {
        margin: 0 auto 5px;
        display: block
    }
}

@media (min-width: 480px) {
    /* #home .institutional .map-brazil {
        height: 330px;
    } */
    #home #Carousel-Webdoor .item {}
    .products-page .categories .category .category-title {
        font-size: 12pt;
    }
    #places.show-all .routes .route .route-header>* {
        display: table-cell;
        vertical-align: middle;
    }
    #places.show-all .routes .route .route-header .route-header-title .title,
    #places.show-all .routes .route .route-header .route-header-title .subtitle {
        text-align: left;
    }
    #places.show-all .routes .route .route-header .distance {
        text-align: right;
        margin-top: 0;
        min-width: 102px;
    }
    #places.show-all .routes .route .route-address>* {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }
    #places.show-all .routes .route .route-address .icon {
        display: inline-block;
        margin: 0;
        margin-right: 15px;
    }
    #places.show-all .routes .route .route-link>* {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }
    #places.show-all .routes .route .route-link .icon {
        display: inline-block;
        margin: 0;
        margin-right: 17px;
    }
    #places.show-all .routes .route .route-email>* {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }
    #places.show-all .routes .route .route-email .icon {
        display: inline-block;
        margin: 0;
        margin-right: 17px;
    }
    #places.show-all .routes .route .route-phone>* {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }
    #places.show-all .routes .route .route-phone .icon {
        display: inline-block;
        margin: 0;
        margin-right: 12px;
    }
    #places.show-all .routes .route .route-options {
        margin-top: 10px;
    }
    #places.show-all .routes .route .route-options>* {
        display: inline-block;
        vertical-align: middle;
    }
    #places.show-all .routes .route .route-options .divider {
        width: 1px;
        height: 30px;
        margin: 0 20px;
    }
    #places.show-all .container-mapa .no-results-container .text {
        font-size: 20pt;
    }
}

@media (min-width: 768px) {
    .header .navbar .navbar-nav {
        display: flex;
    }
    .header .navbar .navbar-nav {
        margin: 16px 0 0;
    }
    .header .navbar-nav.navbar-right {
        margin-right: -15px;
    }
    .header .navbar-default .navbar-nav>li {}
    .header .nav>li>a {
        padding: 15px 10px;
    }
    .header .navbar-default .navbar-nav>li {
        padding: 0 5px;
    }
    .nav.nav-tabs li a {
        padding: 18px;
    }
    
    .header .navbar>.container-fluid .navbar-brand {
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 129px;
        z-index: 1;
    }
    .header .navbar .navbar-nav {
        margin: 16px 92px 0 0;
    }
    .header .navbar .navbar-nav.navbar-right {
        margin: 16px 25px 0 0;
        display: flex;
    }
    .header .facebook-icon-container {
        right: 30px;
        position: absolute;
        padding: 0 !important;
    }
    .header .instagram-icon-container {
        right: 0;
        position: absolute;
        padding: 0 !important;
        margin-top: 1px;
    }
    .header .navbar-nav>li>.submenu {
        background-color: #1a277045;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        list-style: none;
        padding: 0;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 160px;
        display: none;
    }
    .header .submenu>li>a {
        font-size: 12px;
    }
    .header .navbar-nav>li.submenu-container .submenu-extra-space {
        position: absolute;
        width: 100%;
        right: 0;
        bottom: -25px;
    }
    .footer-box .main-footer {
        position: relative;
    }
    .footer-box .main-footer dt {
        margin: 35px 0 20px;
    }
    .footer-box .main-footer dd {
        padding: 5px 0;
    }
    .footer-box .main-footer::after {
        position: absolute;
        content: '';
        height: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.18);
        top: 0;
    }
    .footer-box .col-1 .main-footer::after {
        right: -13px;
    }
    .footer-box .col-2 .main-footer::after {
        right: -8px;
    }
    .footer-box .col-3 .main-footer::after {
        right: -15px;
    }
    .footer-box .col-4 .main-footer::after {
        display: none;
    }
    .title.big {
        font-size: 35px;
        font-family: 'Nuosu SIL', serif;
        font-weight: 700;
        margin-bottom: 3vh;
        display: flex;
        justify-content: center;
   
    }
    form .container-form .row .col-sm-6:last-child {
        margin-top: 0px;
    }
    .container-input {
        height: 38px;
        padding: 0 16px;
    }
    .container-input input {
        padding: 0;
        height: 36px;
    }
    .container-select {
        height: 38px;
        padding: 0 16px;
    }
    .container-select select {
        padding: 0;
        height: 36px;
    }
    .container-select .select-cover {
        height: 36px;
        line-height: 36px;
        padding: 0;
    }
    .container-select .select-cover .cover {
        height: 36px;
        line-height: 36px;
        text-align: left;
    }
    .container-select .select-cover select {
        width: 100%;
    }
    .container-select .select-label {
        position: relative;
        margin-right: 30px;
        display: inline-block;
        border-bottom: 0;
        padding: 0;
        text-align: left;
    }
    .container-select .select-label::after {
        content: '';
        background-color: #BBBBBB;
        width: 1px;
        height: 22px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -15px;
    }
    .container-textarea textarea {
        background-color: #fbfbfb;;
        height: 132px;
        padding-top: 30px;
    }
    .container-textarea textarea:active,
    .container-textarea textarea:focus {
        background-color: white;
    }
    #home #tab-content-map.tab-content {    
        width: 591px;
        height: 330px;
    }
    #company .company-header-photo {
        height:370px;
        margin-left: -16px;
    }
    #company .bravet-locations .location>.icon {
        margin-right: 25px;
        display: inline-block;
        margin-bottom: 0;
    }
    #company .structure .structure-numbers .structure-number {
        text-align: left;
    }
    #company .bravet-locations .location {
        text-align: left;
    }
    #company .bravet-locations .location .informations .location-title>* {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    #company .bravet-locations .location .informations .location-title .icon {
        display: inline-block;
        margin-top: 1px;
        margin-right: 8px;
    }
    #company .bravet-locations .location .informations .address>* {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    #company .bravet-locations .location .informations .address .icon {
        display: inline-block;
        margin-top: 4px;
        margin-right: 8px;
    }

    #company .bravet-history .bravet-history-indicators li.active::after {
        content: '';
        width: 23px;
        height: 11px;
        bottom: -11px;
        left: 0;
        right: 0;
        margin: auto;
        color: #000;
        position: absolute;
    }
    #company .bravet-history #Carousel-History {
        margin-top: 60px;
    }

    #product-search-form .col-input {
        margin-top: 0px;
        margin-bottom: 25px;
    }
    #product-search-form .col-button {
        margin-top: 0px;
    }
    #product-search-form .complete-serach .col-button {
        margin-top: 15px;
    }
    #places .nav.nav-tabs {
        display: block;
    }
    #places .nav.nav-tabs li {
        float: left;
    }
    #places .nav.nav-tabs li::before {
        content: '';
        position: absolute;
        right: 0;
        height: 35px;
        top: 0;
        margin: auto;
        bottom: 0;
    }
    #places .nav.nav-tabs li:last-child::before {
        display: none;
    }
    #places .map-legend {
        font-size: 14pt;
    }
    #places.show-all .container-mapa .no-results-container .text {
        font-size: 30pt;
    }
    #places.show-all .unshared .unshared-inner {
        padding: 15px 25px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #places .tab-content {
        left:50px;
    }

    #about .about-header-photo {
        height: 0;
        margin-top: 50px;
    }

    #home #tab-content-map.tab-content {    
    height: 320px;
    width: 100%;
    margin: 0;
    }

    #company .company-header-photo {
        height: 0;
    }
}

@media (min-width: 992px)  {
 #about .about-header-photo {
        height: 370px;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 50%;
    }
    .header .navbar-default .navbar-nav>li>a {
        font-size: 15px;
    }
    .header .nav>li>a {
        padding: 0;
    }
    .header .navbar-default .navbar-nav>li>a {
        font-size: 15px;
    }
    .header .navbar-default .navbar-nav>li {
        padding: 0 10px;
    }
    .header .navbar .navbar-nav {
        margin: 16px 70px 0 0;
    }
    .header .navbar .navbar-nav.navbar-right {
        margin: 16px 49px 0 0;
    }
    .header .facebook-icon-container {
        right: 35px;
        position: absolute;
        padding: 0;
    }
    .header .submenu>li>a {
        font-size: 14px;
    }
    .footer-box .logo {
        top: 60px
    }
    .footer-box .main-footer {
        position: relative;
    }
    .footer-box .col-footer {
        width: auto;
    }
    .footer-box .col-footer.col-1 {
        padding-right: 30px;
    }
    .footer-box .col-footer .main-footer::after {
        right: -30px;
    }
    .footer-box .col-footer.col-2,
    .footer-box .col-footer.col-3,
    .footer-box .col-footer.col-2 {
        padding: 0 30px;
    }
    .footer-box .col-footer.col-4 {
        padding-left: 30px;
    }
    .footer-box .col-4 .main-footer::after {
        display: none;
    }
    .container-form .row .col-sm-6:first-child {
        padding-right: 13px;
    }
    .container-form .row .col-sm-6:last-child {
        padding-left: 13px;
    }
   
    #home .institutional .bravet {
        border-top: 0;
        margin-top: 0;
    }
    #company .the-bravet::after {
        content: '';
        height: 100%;
        background-color: white;
        width: 0px;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
    }
    #company .the-bravet .col-left {
        padding-right: 65px;
        padding-bottom: 55px;
    }
    #company .the-bravet .col-right {
        padding-left: 65px;
    }
    #company .bravet-history #Carousel-History .history {
        padding: 45px 80px;
    }
    #company .bravet-history #Carousel-History .item .history .image {
        margin-right: 35px;
        text-align: left;
        margin-bottom: 25px;
        float: left;
    }
    #company .bravet-history #Carousel-History .item .history .text {
        width: 530px;
    }

    #company .structure{
        height: 590px;
    }

    #company .structure::after {
        content: '';
        height: 100%;
        width: 1px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
    }
    #company .structure .col-left {
        padding-right: 65px;
    }
    #company .structure .col-right {
        padding-left: 65px;
    }
    #product-search-form .complete-serach .col-1 {
        padding-right: 10px;
    }
    #product-search-form .complete-serach .col-2 {
        padding-right: 10px;
        padding-left: 10px;
    }
    #product-search-form .complete-serach .col-3 {
        padding-left: 10px;
    }
    #product-search-form .complete-serach .col-button {
        margin-top: 0px;
    }
    .products-page .categories .category .gray-divider-container {
        padding: 0 0px 35px;
    }
    #products-view .product-main .col-left {
        padding-right: 5px;
    }
    #products-view .product-main .col-right {
        padding-left: 30px;
        margin-top: 0;
    }
    #places .nav.nav-tabs {
        display: flex;
        flex-direction: column;
    }
    #places .nav.nav-tabs li a {
        font-size: 18px;
        line-height: 20px;
    }
    #places .tab-content {
        margin: 0 auto;
    }
    #places .places-search-form .col-left {
        padding-left: 60px;
    }
    #places .places-search-form .col-right {
        padding-right: 60px;
    }
    #places .places-search-form .col-button {
        margin-top: 0;
    }
    #places.show-all .routes .route::after {
        content: '';
        width: 2px;
        height: 100%;
        position: absolute;
        margin: auto;
        background-color: #C6C6C6;
        left: 0;
        right: -82px;
        top: 0;
    }
    #places.show-all .routes .route .col-left {
        padding-right: 110px;
    }
    #places.show-all .routes .route .col-right {
        padding-left: 23px;
    }
    #places.show-all .routes .route .route-phone {
        border-bottom: 0;
    }
    #places.show-all .routes .route .map {
        text-align: left;
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    /*.container {
        width: 1030px;
    }*/

    .header .facebook-icon-container {
        right: 35px;
        position: absolute;
        padding: 0;
    }
   
    .footer-box .col-footer.col-1 {
        padding-right: 40px;
    }
    .footer-box .col-footer .main-footer::after {
        right: -40px;
    }
    .footer-box .col-footer.col-2,
    .footer-box .col-footer.col-3,
    .footer-box .col-footer.col-2 {
        padding: 0 35px;
    }
    .footer-box .col-footer.col-4 {
        padding-left: 40px;
    }
    .footer-box .col-4 .main-footer::after {
        display: none;
    }
    
    #home #Carousel-Webdoor .left.carousel-control {
        left: -953px;
    }
    #home #Carousel-Webdoor .right.carousel-control {
        right: -953px;
    }
}

.error {
    color: red;
}

.modal-header .close {
    opacity: 1;
    width: auto;
    padding: 5px;
}

.modal-header .close-contact {
    opacity: 1;
    width: auto;
    padding: 15px;
}

.modal-header .close:hover {
    opacity: 0.7;
}


.modal-header .close-contact:hover {
    opacity: 0.7;
}

.header {
    height: 115px;
    padding: 25px 0 25px 0;
}

    ul.main-header {
    display: flex;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    gap: 20px;
    position: relative;
    right: 5%;
}

@media (min-width: 768px) and (max-width: 991px) {
   ul.main-header {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 90%;
    font-size: 11px;
   } 
}

@media (min-width: 992px) and (max-width:  1099px) {
   ul.main-header {
    font-size: 11px;
   } 
}

ul.main-footer {
    text-transform: uppercase;
    list-style-type: none;
    display: table-header-group;
}

.social-icons {
    display: flex;
    column-gap: 10px;
}

#copyright {
    font-size: 12px;
}

p#copyright {
    display: flex;
    justify-content: end;

}

@media (min-width: 991px) {
    p#copyright {
        /*transform: translateX(25px);*/
    }
}
    
p#grupogrow {
    font-size: 12px;
    margin: 0px;
}


h1.title-medication {
    font-family: 'Poppins', sans-serif;
    color: #415ca1;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 60px;
    width: 100%; 


}
@media (max-width: 991px){
    h1.title-medication {
    font-size: 20px;
    }
}

    #search-div {
        height: 36px;
        margin-top: 16px;
        /*position: absolute;*/
        right: 0;
    }

@media (max-width: 991px){
    #search-div {
    width: 50%;
    margin: 0 auto;
    right: -15%;
    position: absolute;
    top:0;
    margin-top: 15px;
    }
}

.search {
    width: 200px;
    height: 30px;
    border: 1px solid #415ca1;
    border-radius: 10px 0 0 10px;
    outline: none;
    columns: #415ca1;
    padding: 0px 10px;
}

.search::placeholder {
    color: #575757;
    font-size: 12px;
}

.button-border {
    border-radius: 50px;
    height: 50px;
    width: 120px;
    right: 5%;
    position: relative;

}

.button-login{
    margin-top: 16px;
    height: 50px;
    line-height: 35px;
}

@media (min-width: 768px) and (max-width: 991px){
.button-border {
    right: 8%;
    width: 100px;   
    }
}
    
.margin-border {
    border-radius: 50px;
    background: transparent;
    border: 2px solid #415ca1;
    height: 50px;
    font-size: 14px !important;
    width: 100%;

}

.margin-border:focus {
    border: 2px solid #fdd602;
}

.pages-index .margin-border:focus {
    border: 2px solid #16254c;
    background-color: #f2f2f2;
}

.lupa {
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

button#buttonlupa {
    margin-left: -40px;
    background-color: #415ca1
}

button#buttonlupa:hover {
    background-color: #16254c;
    transition: .2s all ease-in;
}

.lupa img {
    width: 25px;
}
.lupa img:hover {
    opacity: 0.8;
}

.redes-sociais {
    list-style: none;
    display: flex;
    gap: 15px;
    cursor: pointer; 
    position: absolute;
    right: 0;
    top: 5%;


}
@media only screen  and (max-width: 992px){ 
    .redes-sociais {
        display: none;
    }
}

.description-medication {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    height: 100px;
}

img.img-product {
    width: 180px;
    height: 200px;
    transition: transform .2s; /* Animation */
}

button.btn.btn-theme.btn-block {
    background: #fdd603;
    font-size: 20px;
    border-radius: 20px;
}

.list-grid-products{padding: 20px;}
.list-grid-products .list-grid{margin-bottom: 20px;}
.list-grid-products .product {
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-radius: 20px;
  box-shadow: 1px 1px 15px #e3e3e3;
  background: #FFF;
  padding: 20px 0;
}

.list-grid-products .product img.img-product:hover{
   transform: scale(1.1);
}

.list-grid-products .product .category-name{padding: 0 0 20px 0;}

li .product {
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 20px;
    box-shadow: 1px 1px 15px #e3e3e3;
    background: #FFF;
    padding: 20px 0;
}

li .product img.img-product:hover{
    /*background: #c0c0c063;
    border: 1px solid #c0c0c063;
    */
   transform: scale(1.1);
}

@media (max-width: 767px) {
li .product {
    width: auto
}
}

@media (min-width: 768px) and (max-width: 991px){
    li .product {
    width: auto
}
}

img#man {
    position: relative;
    display: block;
    height: 68.35em;
    margin-top: -150px;
}

p.info-button {
    margin: 5px;
}

a.link-button {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #415ca1;
    border-radius: 50px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    color: #fdd602;
    text-transform: uppercase;
    width: 250px;
    margin-top: 25px;
    position: relative;
    z-index: 3;

}
#places a.link-button .active-button,
#places a.link-button:hover  {
        background-color: #fdd602;
        color: #000;
}

.far {
    font-size: 23px;
    color: white;
    top: 2px;
    position: relative;

}

.fas {
    font-size: 23px;
    color: white;
    top: 5px;
    position: relative;
}

.onde-comprar {
    font-size: 40px;
    font-weight: 900;
    color: #415ca1;
    font-family: 'Poppins', serif;
    margin-top: 50px;
    text-align: center;
}

.linha {
    width: 70%;
    height: 1px;
    margin: 3em auto;
}


.card-about {
    background: #fff;
    border-radius: 50px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .card-about {
        width: 95%;
        margin: 0 auto;
    }
}


.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 40px;
}

.row.instagram {
    margin-top: 6em;
}

img.imagens-insta {
    margin: 30px auto;
    width: 100%;
}

.text-institutional {
    color: #fff;
    font-size: 15px;
    margin: 5px -20px;
}

.institutional {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-institutional {
    color: #fff;
    font-size: 15px;
}

.ondecomprar {
    margin-left: -5.5em;
}

a.copy-link {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

#home .institutional {
    padding-bottom: 50px;
}


.institucional {
    color: #fdd602;
    font-family: 'Nuosu SIL', serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}


.vertical {
    border-left: 1px solid #7c7979;
    height: 200px;
    position: absolute;
    left: 50%;
}


/* Redes Sociais no footer Institucional */

.icon-footer {
    font-size: 23px;
    color: #fff;
}

.icon-redes:hover {
    color: #ffd500;
}

body.pages-index .icon-redes:hover {
    color: #16254c;

}

a.icon-footer:hover {
    color: #ffd500;
}

.title.big.b-2 {
    display: flex;
    justify-content: center;
}

.saibamais {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #415ca1;
    font-weight: 700;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.saibamais:hover {
    color: #ffd500;
    font-size: 15px;
}

a.saibamais:hover {
    text-decoration: none;
}

p.submit-video {
    margin: 10px 55px;
    height: 45px;
}

a.btn-video {
    border: none;
    background: #ffd500;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 30px;
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

a.btn-video:hover {
    background: #415ca1;
    animation: 20s;
    transition: all 0.8s;
    color: #ffd500;
}

.product-internal {
    border: 1px solid #cacaca;
    box-shadow: 1px 1px 5px 3px #e3e3e3;
    border-radius: 10px;
    margin: 10px;
    min-height: 280px;
    background: #FFF;
}

.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
}

#home #Carousel-Webdoor .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 15px;
    z-index: 999;
    position: relative;
    right: 150px;
}

#home #Carousel-Webdoor .slick-prev:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 15px;
    z-index: 999;
    position: relative;
    left: 100px;
}


@media (max-width: 1024px){
.slick-dots li button:before {
    color: #415ca1 !important;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

// dots in home

@media (max-width: 991px){
.slick-dots li button:before {
    z-index: 1;
  }
}

// slick arrow in product pages

@media (max-width: 1024px) {
    #products-index .slick-dots li button:before {
        color: #415ca1 !important;
        font-size: 15px;
        margin-top: 1px;
        margin-bottom: 1px;
        z-index: 1;
  }
}

   #products-view .slick-dots li button:before {
        color: #415ca1 !important;
        font-size: 15px;
        margin-top: 1px;
        margin-bottom: 1px;
        z-index: 1;
  }

.slick-prev:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 22px;

}

@media (min-width: 991px) {
    .products-page .slick-prev:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: -30px;
    }
    .products-page .slick-prev:before {
    content: url('../../img/site/seta-left.png') !important;
    }

    .products-page .slick-next:before {
    content: url('../../img/site/seta-right.png') !important;
    }
}

.slick-prev:before {
    content: url('../../img/site/seta-left.png') ;
}
.slick-next:before {
    content: url('../../img/site/seta-right.png');
}



#home #Carousel-Webdoor .slick-next:before {
    background-image: url('../../img/site/circle-arrow-right-solid.svg');
    transition: .2s all ease-in-out;
    background-size: 40px 40px;
    display: inline-block;
    width: 40px; 
    height: 40px;
    content:"";
    box-shadow: 5px 5px 10px #9995;
    border-radius: 100px
}

#home #Carousel-Webdoor .slick-prev:before {
    background-image: url('../../img/site/circle-arrow-left-solid.svg');
    transition: .2s all ease-in-out;
    background-size: 40px 40px;
    display: inline-block;
    width: 40px; 
    height: 40px;
    content:"";
        box-shadow: 5px 5px 10px #9995;
    border-radius: 100px

}

@media (max-width: 767px){
    #home #Carousel-Webdoor .slick-prev:before,
    #home #Carousel-Webdoor .slick-next:before  {
        display: none;
    }
}

#home #Carousel-Webdoor .slick-prev:hover::before, 
#home #Carousel-Webdoor .slick-next:hover::before {
      transform: scale(1.5);
}

.slick-next {
    right: -25px;
}

@media (max-width: 767px){
    .category-content .slick-dots{bottom: 0px;}
}

input.search {
    background: none;
    width: 320px;
}

div#copyright {
    background: #415ca1;
}

#copyright {
    color: #fff;
    margin: 0px;
}

.redes-footer {
    list-style: none;
    display: flex;
    gap: 15px;
    cursor: pointer;
    margin-top: 8px;
    padding: 0;
}

.slick-slide {
    
}

.slick-list {
    margin-left: -14px !important;
    margin-right: -15px !important;
}

.follow-bravet {
    font-size: 35px;
    font-family: 'Nuosu SIL', serif;
    font-weight: 700;
    color: #415ca1;
    display: flex;
    justify-content: center;
    margin: 50px auto;
}

.imagens-insta {
    margin-bottom: 80px;
}

.follow-btn {
    background-color: #5DA3DF;
    width: 140px;
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    padding: 10px 10px 10px 10px;
    border-radius: 30px;
    float: right;
    margin-top: 50px;
}

.follow-btn:hover {
    background-color: #FEF200;
    color:  #000
}

@media (min-width: 991px) {
    .follow-btn {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .follow-btn {
        float: none;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .follow-btn {
        float: none;
        margin: 0 auto;
        }

    .title-insta {
        margin-top: 1px !important;
    }

    .format-center {
        margin: 0 auto;
    }
}

.text-insta {
    margin-top: 15px;
}


.order-itens {
    display: flex;
    align-itens: right;
    margin: 0 auto;
}

.title-insta {
    width: auto;
    height: 60px;
    float: right;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .title-insta {
        float: none;
        margin: 0 auto;
    }
}

p.insta-bravet {
    font-size: 20px;
}

#home #Carousel-Webdoor .item .image::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.2%;
}

@media (max-width: 1200px) {

    #home #Carousel-Webdoor {
        width: auto;
    }
    ul.main-header{
        margin-top: -50px;
    }
}
@media screen and (min-width: 768px){
    .main-header .btn-close-mobile, .main-header .titulo-mobile{
        display: none;
    }
}

@media screen and (max-width: 767px),
@media screen and (max-width: 768px),
@media screen and (max-width: 480px) {
    ul.list-medication{padding: 0px;}
    .slick-prev, .slick-next{z-index: 1;}
    .slick-prev{left: -10px;}
    .slick-next{right: 25px;}
    .man {
        display: none;
    }
    .header .navbar-default .navbar-nav>li>a {
        color: #415ca1;
        font-size: 14px;
        font-weight: 600;
     
    }
    .header .navbar-default {
        margin: 0;
    }
    .header {
        display: block;
        position: absolute;
    }

    .logo-header img{
        margin-top: -7em;
        margin-left: 30px;
    }
    ul.main-header {
        display: block;
        position: fixed;
        background: #fff;
        width: 80%;
        height: 100vh;
        top: 0;
        left: 0;
        padding: 2em 1em 2em 2em;
        margin: 0 !important;
        box-shadow: 300px 0 0 #8885;
    }

    .navbar-collapse.in {
        overflow-y: unset !important;
    }
    .navbar-header {
        margin: 10px 20px;
    }
    div#search-div {
        display: flex;
        margin: 25px auto;
    }
    #home #Carousel-Webdoor .item .image {
        background-position: top center;
        background-size: 100%;
        min-height: 405px;
    }
    #home #Carousel-Webdoor .slick-dots li {
        display: inline-block;
        margin-top: 15px;
    }
    .slick-dots li {
        display: none;
    }
    .slick-prev {
        left: -5px;
    }
    
    .title.big {
        font-size: 35px;
        margin-bottom: 0vh;
        display: flex;
        align-items: center;
        font-family: 'Nuosu SIL', serif;
        justify-content: center;
    }
    .text-institutional {
        margin: 10px;
    }
    .flex-container {
        display: flex;
        flex-wrap: initial;
    }
    .col-md-4.bravet.order-md-1.order-0.p-3 {
        display: none;
    }
    .linha {
        margin: 0 auto;
    }
    span.onde-comprar {
        display: flex;
        justify-content: center;
    }
    #home .institutional .bravet {
        display: none;
    }
    .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    
    .follow-bravet {
        font-size: 27px;
    }
    
    img.avatar-insta {
        width: 100px;
        border-radius: 100px;
        height: 100px;
        margin-left: 60px;
    }

    @media (max-width: 767px) {
         img.avatar-insta {
            margin-left: 20px !important;
            margin-top: 15px;
        }
    }
    p.title-insta {
        font-size: 20px;
    }
    .text-insta {
        margin: 0 10px 0 10px;
    }
    
    div#links-footer {
        align-items: center;
        justify-content: center;
    }
    .institucional {
        display: flex;
        justify-content: center;
    }
    div#copy-link {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .vertical {
        display: none;
    }
    .footer-box-2 {
        padding: 0;
        flex-direction: column;
        height: 7vh;
        text-align: center;
    }
    p#copyright{justify-content: center; font-size: 12px;}
    p#grupogrow, a.copy-link{justify-content: center; font-size: 12px;}
    #footer .footer-image {
        height: auto;
        background: #16254c;
    }
    ul.main-footer li{padding-left: 20px;}
    ul.redes-footer li:first-child{padding-left: 20px;}
    p.submit-video {
        margin: 20px 60px;
    }

    .header .navbar .navbar-nav {
        background: #fbfbfd;
        display: flex;
        flex-direction: column;
        border-radius: 0 0 30px 30px;
        width: 200px;
        margin-left: 140px;
    }
    .header .navbar-default .navbar-nav>li {
        display: flex;
        justify-content: center;
    }
    input.search,
    .lupa {
        display: none;
    }
    .header .navbar-default .navbar-nav>li>a:hover {
        color: #415ca1;
    }
    div#search-div {
        display: none;
    }
    .onde-comprar {
        font-size: 40px;
      
    }
    .stores{
        display: flex;
        justify-content: center;
    }

    #company, #products-index, #places {
        margin-top: 15em;
        margin-bottom: 150px;
    }

    .yellowbackground-video {
        background: transparent;
        height: 350px;
        display: inline-block;
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }

    .yellowbackground-video .video-productsPage{
        margin-left: 0px;
        margin-top: 0px;
    }

    .yellowbackground-video .video-productsPage iframe{
        width: 100%;
    }

    .video-productsPage img {
        width: 320px;
        margin: 7em 20em;
        height: 200px;
    }

    .products-page .categories .category .category-title{
        width: 100%;
        margin: 0;
    }

    button.btn-close-mobile.collapsed {
        background: none;
        border: 0;
        font-size: 25px;
    }
    
    small {
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .lista-header {
        position: relative;
        font-size: 17px;
        margin-top: 15px;
    }

    ul#collapsePlace {position: relative !important;}
    ul#collapseProduct{position: relative !important;}

}

#home a.link-button .active-button,
#home a.link-button:hover  {
        background-color: #fdd602;
        color: #000;
}

#home #tab-content-map.tab-content>.tab-pane {
    background: none !important;
}

ul#collapsePlace{
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;                                                                       
    font-size: 16px;
    width: 190px;
    border-radius: 0 0 20px 20px;
    margin-top: 10px;
    height: 180px !important;
    padding-top: 20px;
}

ul#collapseProduct{
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff4;
    font-size: 16px;
    width: 190px;
    border-radius: 0 0 20px 20px;
    margin-top: 10px;
    height: 180px !important;
    padding-top: 20px;

}

img.avatar-insta {
        border-radius: 100px;
    }
    
@media screen and (min-width: 768px) and (max-width: 991px){
  img.avatar-insta {        
        left: 150px;
        position: relative;
    }
}

ul#collapseContact{
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff4;
    font-size: 16px;
    width: 190px;
    border-radius: 0 0 20px 20px;
    margin-top: 10px;
    height: 180px !important;
    padding-top: 20px;

}

.lista-header {
    position: relative;
}

.input-border {
    border-radius: 15px 50px 30px
}

a.link-header {
    font-family: 'Poppins', sans-serif;
    color: #415ca1;
    font-weight: 700;;
}

a.link-header:hover {
    color: #FDD602;
    position: relative;
}

body.pages-index  ul.main-header a.link-header {
    font-family: 'Poppins', sans-serif;
    color: #415ca1;
    font-weight: 700;
}

body.pages-index  ul.main-header a.link-header:hover  {
    color: #FDD602;
}

body.pages-index button#buttonlupa:hover {
    background-color: #16254c;
}

@media only screen and (min-width: 997px) {
  #menu-mobile{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 170px;
  }
  #menu-mobile .main-header{
    margin: 0 auto; 
  }
  .align-items-center{
    align-items: center;
  }
  .d-flex{
    display: flex;
  }
}

.align-items-center {
    align-items: center;
}

.justify-content-end {
    justify-content: end;
}

@media (min-width: 767px) {
    .d-md-flex {
        display: flex !important;
    }
}

@media (max-width: 767px) {
    .d-sm-flex {
        display: flex !important;
        justify-content: center !important;
    }
}

@media (max-width: 767px) {
    .text-sm-center {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
.mt-1 {
    margin-top: 10px;
}

}.cookies-container{
    width: 95%;
    max-width: 1200px;
    background-color: #fff;
    position: fixed;
    display: none;
    bottom: 10px;
    left:50%;
    transform: translateX(-50%);
    border-radius: 20px;
    box-shadow: 2px 2px 5px #cccccc99;
    padding: 20px;
    align-items: center;
    z-index: +999;
}

.cookies-container.cookies-show{
    display: flex;
}

.cookies-container p{
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding-right: 30px;
}

.cookies-container p a{
    color: rgb(60, 159, 198);
}

.cookies-container p a:hover{
    color: rgb(70, 169, 208);
    
}

.cookies-container button{
    padding: 5px 15px;
    border-radius: 5px;
    color: rgb(60, 159, 198);
    background-color: #ffffff00;
    border: solid 1px rgb(60, 159, 198);
    min-width: 250px;
}

.cookies-container button:hover{
    background-color: rgb(60, 159, 198);
    color: #fff;
}

@media(max-width: 900px){
    .cookies-container.cookies-show{
        display: block;
        text-align: center;
    }
    .cookies-container p{
        padding-right: 0;
        padding-bottom: 20px;
        line-height: .9;
    }
}
@media(max-width: 767px){
    .cookies-container{
        width: 100%;
    }

    .cookies-container.cookies-show{
        display: block;
    }

    .cookies-container p{
        font-size: 12px;
        line-height: 20px;
    }
}

.itens-email-phone-footer{
    padding: 20px;
}

.itens-email-phone-footer span{
    display: inline-block; 
    margin: 10px;
}

.itens-email-phone-footer span .fa-envelope, .itens-email-phone-footer span .fa-phone-alt{font-size: 20px; top: 3px;}
.itens-email-phone-footer span a{padding: 5px;}

@media only screen and (max-width: 991px) {
    .itens-email-phone-footer span{
        margin-right: 0px;
        width: 100%;
        margin: 4px;
    }
}



@media only screen and (min-width: 997px) {
    .align-map-text {
        margin: 0 50px;      
        min-height: 50vh;
        max-height: 70vh; 
    }
}

@media only screen and (max-width: 991px) {
.align-map-text {
    margin: 0 auto;
    text-align: center;
    }    
}

.text-black{color: black;}

.mt-1{margin-top: 10px;}
.mt-2{margin-top: 20px;}
.mt-3{margin-top: 30px;}
.mt-4{margin-top: 40px;}
.mt-5{margin-top: 50px;}
.mb-1{margin-bottom: 10px;}
.mb-2{margin-bottom: 20px;}
.mb-3{margin-bottom: 30px;}
.mb-4{margin-bottom: 40px;}
.mb-5{margin-bottom: 50px;}

#documents {
  margin-top: 12em;
  margin-bottom: 70px;
  min-height: 600px;
}

#documents #document-search-form select{
    height: 50px; 
    width: 100%; 
    border: 2px solid #BCBCBC;
    border-radius: 50px !important;
    font-size: 20px;
    padding-left: 20px;
    cursor: pointer;
}
#document-search-form button {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 50px;
  background-color: #ffd500;
  color: #415ca1;
  border-radius: 10px;
  border: 0;
  font-weight: 700;
  font-size: 22px;
}
#document-search-form button:hover {
  background-color: #415ca1;
  color: #FFF300;
}

.icon-document i{color: #415ca1; font-size: 40px;}
.button-video.bt-link-document i{padding-left: 5px;}


