@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;
    }

    
    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;}
}


@media only screen and (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 only screen and (max-width: 767px) 
{
    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;
    }

    .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;}

    form .container-form .row,
    #contact form .row {
        margin-bottom: 20px;
        display: block;
    }

    .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;
    }

    #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;
    }

    #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;}

    ul.list-medication-products {
        width: 90%;
        margin: 0 auto;
    }

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

    #product-search-form button {
        width: 50%;
    }

    #product-search-form #clean-form-container #clean-form {
        width: 60%
    }

    .img-productPages-product {
        display: none;
    }

    .img-productPages-product {
        display: none;
    }

    .img-productPages-home {
        display: none;
    }

    .img-productPages-infra {
        display: none;
    }

    .video-productsPage {
        background-color: white;
        box-shadow: initial;
    }

    .video-productsPage iframe {
        height: 250px;
        border-radius: 30px;
        margin: 0 
    }

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

    .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
    }

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

    li .product {
        width: auto
    }

    .card-about {
        width: 95%;
        margin: 0 auto;
    }

    #home #Carousel-Webdoor .slick-prev:before,
    #home #Carousel-Webdoor .slick-next:before  {
        display: none;
    }

    .category-content .slick-dots{bottom: 0px;}

    .follow-btn {
        float: none;
        margin: 0 auto;
    }

    .title-insta {
        float: none;
        margin: 0 auto;
    }

    img.avatar-insta {
        margin-left: 20px !important;
        margin-top: 15px;
    }

    #home .institutional>div {
        margin: 0 auto !important;
        width: 85%;
    }

    .d-sm-flex {
        display: flex !important;
        justify-content: center !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .mt-1 {
        margin-top: 10px;
    }

    .cookies-container{
        width: 100%;
    }

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

    .cookies-container p{
        font-size: 12px;
        line-height: 20px;
    }
}
/* FIM @media (max-width: 767px)  */

@media only screen and (min-width: 768px) 
{
    .d-md-flex {
        display: flex !important;
    }

    .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;
    }

    .main-header .btn-close-mobile, .main-header .titulo-mobile{
        display: none;
    }
}
/* FIM @media only screen and (min-width: 768px) */

@media only screen and (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 only screen and (min-width: 980px) 
{
    #home .institutional {
        display: flex;
        flex-wrap: wrap;
    }
}
/* FIM @media only screen and (min-width: 980px)   */

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

    #search-div {
        width: 50%;
        margin: 0 auto;
        right: -15%;
        position: absolute;
        top:0;
        margin-top: 15px;
    }

    .redes-sociais {
        display: none;
    }

    .slick-dots li button:before {
        z-index: 1;
    }

    #about {
        margin-top: 18rem;
        background: none;
    }

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

    #products-view .product-main .text-description {
        padding: 15px 15px 15px 15px;
        height: 400px;
        width: 630px;
    }

    #product-search-form button {
        width: 30%;
    }

    #product-search-form #clean-form-container #clean-form {
        width: 30%
    }

    #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;
    }

    ul.main-header {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 90%;
        font-size: 11px;
    }

    .button-border {
        right: 8%;
        width: 100px;   
    }

    li .product {
        width: auto
    }

    .follow-btn {
        float: none;
        margin: 0 auto;
    }

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

    .format-center {
        margin: 0 auto;
    }

    img.avatar-insta {        
        left: 150px;
        position: relative;
    }

    .align-map-text {
        margin: 0 auto;
        text-align: center;
    }

    .itens-email-phone-footer span{
        margin-right: 0px;
        width: 100%;
        margin: 4px;
    }
}

@media only screen and (min-width: 992px) 
{
    .video-productsPage {
        width: 80%;
    }

    #about .about-header-photo {
        height: 370px;
    }
    
    .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;
    }

    .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;
    }

    .follow-btn {
        margin-right: 20px;
    }
}

@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-map-text {
        margin: 0 50px;      
        min-height: 50vh;
        max-height: 70vh; 
    }
}

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

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

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

    ul.main-header {
        font-size: 11px;
    } 
}

@media only screen and (max-width: 1200px) 
{
    #home #Carousel-Webdoor {
        width: auto;
    }
    ul.main-header{
        margin-top: -50px;
    }
}

@media only screen and (min-width: 1201px) 
{
    /*.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;
    }
}

@media only screen and (max-width: 1280px) 
{
    ul.main-header {
        font-size: 15px;
    }
    .margin-border {
      border-radius: 50px;
      background: transparent;
      border: 2px solid #415ca1;
      height: 42px !important;
      font-size: 14px !important;
      width: 100%;
    }
    .button-border {
      border-radius: 50px;
      height: 40px !important;
      width: 95px !important;
      right: 5%;
      position: relative;
    }
}

