*{
    font-family: 'Roboto', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

a{text-decoration: none;}

body{
    align-items: center;
    min-height: 100vh;
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 15px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background-color: #CECECE;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px 10px #707070;
    border: solid 3px transparent;
}

::-webkit-scrollbar-thumb:hover{
    box-shadow: inset 0 0 10px 10px#61811F;
}

::placeholder {
    color: #B5B5B5;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #B5B5B5;
}

::-ms-input-placeholder {
    color: #B5B5B5;
}

input{outline: 0;}
textArea{outline: 0;}

h1{
    font-size: 40px;
    font-weight: 400;
}

h2{
    font-size: 24px;
}

h3{
    font-size: 20px;
}

h4{
    font-size: 16px;
}

p{
    font-size: 14px;
}

.topMenu{
    height: 100px;
    width: 100%;
    padding-top: 10px;
    position: relative;
    background-color: #fff;
}

.bottomMenu{
    height: 190px;
}

.menuItemsHolder{
    right: 0;
    left: 0;
    margin: auto;
    width: 85%;
    height: 70px;
    display: flex;
    border-bottom: 1px solid #E3E3E3;
}

.colorApple{background-color: #37923D;}
.colorAtlantis{background-color: #A0CC45;}
.colorOlive{background-color: #7AA228;}
.colorOliveDrab{background-color: #61811F;}
.colorWildSand{background-color: #F5F5F5;}
.colorNobel{background-color: #B5B5B5;}
.colorDoveGray{background-color: #6A6A6A;}
.colorGray{background-color: #E6E6E6;}
.colorWhite{background-color: #FFF;}


.labelColorApple{color: #37923D;}
.labelColorAtlantis{color: #A0CC45;}
.labelColorOlive{color: #7AA228;}
.labelColorOliveDrab{color: #61811F;}
.labelColorWildSand{color: #F5F5F5;}
.labelColorNobel{color: #6A6A6A;}
.labelColorDoveGray{color: #B5B5B5;}
.labelColorWhite{color: #FFF;}
.labelColorRose{color:#FF0073;}
.labelColorLipStick{color:#CC005C;}

.label-size-10{font-size: 10px;}
.label-size-12{font-size: 12px;}
.label-size-14{font-size: 14px;}
.label-size-16{font-size: 16px;}
.label-size-20{font-size: 20px;}
.label-size-24{font-size: 24px;}
.label-size-30{font-size: 30px;}
.label-size-40{font-size: 40px;}
.label-size-70{font-size: 70px;}
.label-size-banner{font-size: 40px;}

.label-weight-light{font-weight: 100;}
.label-weight-regular{font-weight: 400;}
.label-weight-bold{font-weight: bold;}

.border-atlantis{border: 1px solid #A0CC45;}
.border-doveGray{border: 1px solid #B5B5B5;}
.border-white{border: 1px solid #FFFFFF;}
.border-test{border: 1px solid #E5E5E5;}
.border-bottom-gray{border-bottom: 1px solid #EAEAEA;}
.border-bottom-atlantis-2{border-bottom: 2px solid #A0CC45;}
.border-right-olive-2{border-right: 2px solid #7AA228;}

.shadow{
    box-shadow: 0px 3px 6px #00000029;
}

.buttonGreen{
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background-color: #A0CC45;
}

.buttonGreen:hover{
    background-color: #7AA228;
}

.buttonGreen:active{
    background-color: #61811F;
}

.hover-link:before{
    content: "";
    position: absolute;
    width: 137px;
    height: 1px;
    bottom: -32px;
    left: -5px;
    background: #FFFFFF;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .25s linear;
    margin-bottom: 70px;
    margin-left: 65px;
}

.hover-link:hover:before,
.hover-link:focus:before{
    visibility: visible;
    transform: scaleX(1);
}

.hover-link:hover{
    transition: .25s ease;
    color:#FFFFFF;
}

.hover-link-home:before{
    content: "";
    position: absolute;
    width: 169px;
    height: 1px;
    bottom: 26px;
    left: -66px;
    background: #FFFFFF;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .25s linear;
    margin-bottom: 70px;
    margin-left: 65px;
}

.hover-link-home:hover:before,
.hover-link-home:focus:before{
    visibility: visible;
    transform: scaleX(1);
}

.hover-link-home:hover{
    transition: .25s ease;
    color:#FFFFFF;
}
.icon-size-horizontal-banner-popup{
    background-size: 600px 245px;
    min-width: 600px;
    min-height: 245px;    
    background-repeat: no-repeat;
}
.darkBackground{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}


.grid-center{
    right: 0;
    left: 0;
    margin: auto;
    position: relative;
    width: 85%;
}

.logo{
    background-image: url('img/logo.png');
    width: 200px;
    height: 100%;
    background-size: 200px 40px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.banner-home{
    height: 350px;
    width: 100%;
    position: relative;
}

.itemMenu{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

    font-size: 16px;
    color: #B5B5B5;
    line-height: 70px;
}

.itemMenu:hover{
    font-size: 16px;
    color: #7AA228;
    font-weight: bold;
}

.content{
    height: calc(100% - 100px);
    width: 100%;
    overflow: auto;
}

.informationTop{
    top: 0;
    right: 0;
    position: absolute;
    background-color: #7AA228;
}

.homepage-options{
    top: -20px;
    position: absolute;
    display: flex;
    width: 100%;
    height: 250px;
}

.homepage-option-click{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

    width: 25px;
    height: 25px;
    background-color: #C3C3C3;
}

.hover-homepage-options:hover .homepage-option-click{
    width: 30px;
    height: 30px;
    background-color: #37923D;
}

.min-height-content{
    min-height: calc(100% - 300px);
}

.heightOptions{
    height: 250px;
}

.heightBanner{
    height: 100px;
}

.marginTopSencondTitle{
    margin-top: 60px;
}

.widthServices{
    width: 50%;
}

.widthServices:first-child, .widthServices:nth-child(3), .widthServices:nth-child(5){
    padding-right: 10px;
}
.widthServices:nth-child(2), .widthServices:nth-child(4), .widthServices:nth-child(6){
    padding-left: 10px;
}

.widthPartners{
    width: calc(100% / 3);
    padding-left: 10px;
    padding-right: 10px;
}

.widthFooter{
    width: calc(100% / 3);
}

.display-flex-contacts{
    display: flex;
}
.display-flex-contacts-number-email{
    display:flex;
}

.line-height-bottom{line-height: 50px;}

.showMenu{display: none;}

.optionsTopMenu{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

    background-color: #fff;
    height: 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 778;
    overflow: hidden;
}

.buttonMenuOption{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #F5F5F5;
    color: #B5B5B5;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 10px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.buttonMenuOption:last-child{
    margin-bottom: 0px;
}

.buttonMenuOption:hover{
    background-color: #A0CC45;
    color: #fff;
    font-weight: bold;
}

.darkMode{
    display: none;
    z-index: 777;
    position: absolute;
    background-color: #062B09;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.partnerHolder{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.transition-icon{
    -webkit-transition: background-image .3s ease-out;
    -moz-transition: background-image .3s ease-out;
    -o-transition: background-image .3s ease-out;
    transition: background-image .3s ease-out;
}

.all-transition{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.heightPartner{
    height: 50px;
}

.aniversary{margin-left: 20px;}

.display-pharmacy, .display-work{display: flex;}

.margin-left-work{margin-left: 20px;}

.map{
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 30px;
}

.hoverService:hover{
    background-color: #A0CC45;
}
.hoverService:hover .labelColorNobel{
    color: #fff;
}
.hoverService:hover .labelColorDoveGray{
    color: #fff;
}

.hoverLocation:hover{
    background-color: #A0CC45;
}
.hoverLocation:hover .labelColorNobel{
    color: #fff;
}
.hoverLocation:hover .labelColorDoveGray{
    color: #fff;
}

.display-privacy{
    display: flex;
}

.center-footer{
    width: 230px;
    right: 0px;
    left: 0px;
    margin: auto;
}

.center-questions{
    width: 240px;
    right: 0px;
    left: 0px;
    margin: auto;
}

.boxOptions:hover .boxHover{
    display: block;
}

.boxHover{
    position: absolute;
    display: none;
    max-height: 200px;
    overflow: auto;
    width: calc(100% + 2px);
    background-color: #F5F5F5;
    z-index: 777;
    left: -1px;
    top: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.boxHover::-webkit-scrollbar {
    width: 5px;
}

.boxHover::-webkit-scrollbar-track {
    background-color: #CECECE;
}

.boxHover::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px 10px #707070;
    border: solid 3px #707070;
}

.optionsHover{
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;

    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    width: 100%;
    background-color: #F5F5F5;
    font-size: 14px;
    color: #6A6A6A;
}

.optionsHover:hover{
    background-color: #fff;
    font-weight: bold;
}

.darkBackgroundMode{
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;

    position:fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0);
    z-index: 1000;
    display: none;
}

.draggable{
    background-color: #fff;
    z-index: 777;
    overflow: auto;
    border-radius: 5px;
}

.smallScroll::-webkit-scrollbar {
    width: 5px;
}

.smallScroll::-webkit-scrollbar-track {
    background-color: #CECECE;
}

.smallScroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px 10px #707070;
    border: solid 3px #707070;
}


.tg  {
    border-collapse:collapse;
    border-spacing:0;
    border-color:#A0CC45}

.tg td{
    border-style:solid;
    border-width:1px;
    padding:5px;
    border-color:#A0CC45}

.tg th{
    border-style:solid;
    border-width:1px;
    padding:5px;
    background-color:#61811F;

    border-color:#A0CC45;
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
    text-align:center;}

.tg tr{
    border-style:solid;
    border-width:1px;
    padding:5px;
    border-color:#A0CC45;
    background-color:#7aa228;
    color:#ffffff;
    font-size:16px;
    text-align:center;}

.grid-flex-homeDelivery{
    display:flex;
}
.grid-flex-detailsDelivery{
    display:flex;
}

.width550{
    width:550px;
}

.height-banner{
    height:350px;
}

.label-size-banner{
    font-size: 40px;
}

.label-size-subBanner{
        font-size: 24px;
    }

@media only screen 
and (min-width: 0px) 
and (max-width: 1420px) 
and (-webkit-min-device-pixel-ratio: 1){

}
@media only screen 
and (min-width: 0px) 
and (max-width: 1150px) 
and (-webkit-min-device-pixel-ratio: 1){
    .widthPartners{
        width: 50%;
    }
    .hidePartner{display: none;}


}

@media only screen 
and (min-width: 0px) 
and (max-width: 1000px) 
and (-webkit-min-device-pixel-ratio: 1){
    .informationTop{display: none;}
    .heightBanner{height: 210px;}
    .banner-home{
        height: 350px;
        background-size: 100% 350px;
    }
    .homepage-options{
        top: -60px;
        display: block;
        height: 750px;
        position: relative;
    }
    .hover-homepage-options{
        margin-top: 30px;
    }
    .marginTopSencondTitle{
        margin-top: 0px;
    }
    .heightOptions{
        height: auto;
    }
    .display-flex-contacts{
        display: block;
    }
    .grid-flex-homeDelivery{
        display:block;
    }
    .homeDelivery-left{
        margin-right:0px !important;
    }
    .homeDelivery-right{
        margin-left:0px !important;
    }

}
@media only screen 
and (min-width: 0px) 
and (max-width: 900px) 
and (-webkit-min-device-pixel-ratio: 1){
    .grid-flex-detailsDelivery{
        display:block;
    }
    .height-banner{
        height:580px;
    }
    .details-no-margins{
        margin-right:0px !important;
        margin-left:0px !important;
        text-align:center !important;
    }
    .details-img-no-margin{
        margin-left:auto !important;
        margin-right:auto !important;
        margin-bottom:20px;
        margin-top:20px!important;
    }

    .margin-deliveryAreas{
        margin-top:20px;
    }
}

@media only screen 
and (min-width: 0px) 
and (max-width: 850px) 
and (-webkit-min-device-pixel-ratio: 1){
    .widthServices{
        width: 50%;
    }
    .widthFooter{
        width: 50%;
    }
    .showMenu{display: block;}
    .itemMenu{display: none;}
    .aniversary{
        height: 300px;
        margin-top: 30px;
        margin-left: 0px;
    }
    .display-pharmacy, .display-work{display: block;}
    .margin-left-work{
        margin-left: 0px;
        margin-top: 20px;
    }
    .bottomMenu{
        height: 350px;
    }
    .min-height-content{
        min-height: calc(100% - 460px);
    }
    .homeDelivery-neutral{
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .details-no-margins{
        margin-right:0px !important;
        margin-left:0px !important;
        text-align:center !important;
    }
    .details-img-no-margin{
        margin-left:auto !important;
        margin-right:auto !important;
        margin-bottom:20px;
        margin-top:20px!important;
    }

    .margin-deliveryAreas{
        margin-top:20px;
    }
}

@media only screen 
and (min-width: 0px) 
and (max-width: 750px) 
and (-webkit-min-device-pixel-ratio: 1){
    .widthPartners{
        width: 100%;
    }
    .display-privacy{
        display: block;
    }
    .details-no-margins{
        margin-right:0px !important;
        margin-left:0px !important;
        text-align:center !important;
    }
    .details-img-no-margin{
        margin-left:auto !important;
        margin-right:auto !important;
        margin-bottom:20px;
        margin-top:20px!important;
    }

    .margin-deliveryAreas{
        margin-top:20px;
    }
}

@media only screen 
and (min-width: 0px) 
and (max-width: 650px) 
and (-webkit-min-device-pixel-ratio: 1){
    .display-flex-contacts-number-email{
        display:block;
        margin-left:0px;
        margin-right:0px;
    }
    .cellphone{
        margin-right:0px !important;
    }
    .email{
        margin-left:0px !important;
    }
}

@media only screen 
and (min-width: 0px) 
and (max-width: 600px) 
and (-webkit-min-device-pixel-ratio: 1){
    .widthServices{
        width: 100%;
    }
    .widthServices:first-child, .widthServices:nth-child(3){
        padding-right: 0px;
    }
    .widthServices:nth-child(2), .widthServices:nth-child(4){
        padding-left: 0px;
    }
    .widthFooter{
        width: 100%;
    }
    .bottomMenu{
        height: 520px;
    }
    .min-height-content{
        min-height: calc(100% - 630px);
    }
    .draggable{
        width:500px !important;
    }
    .label-size-banner{
        font-size: 30px;
    }
    .label-size-subBanner{
        font-size: 20px;
    }
    .hover-link-home:before{
        bottom:62px !important;
    }
    .homepage-options{
        top:-90px !important;
    }
}

@media only screen 
and (min-width: 0px) 
and (max-width: 500px) 
and (-webkit-min-device-pixel-ratio: 1){
    h1{
        font-size: 30px;
        line-height: 35px;
    }
    .label-size-banner{font-size: 30px;}
    .label-size-subBanner{
        font-size: 20px;
    }
    .line-height-bottom{line-height: 30px;}

    ::-webkit-scrollbar {
        width: 5px;
    }

    ::-webkit-scrollbar-track {
        background-color: #CECECE;
    }

    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        box-shadow: inset 0 0 10px 10px #707070;
        border: solid 3px #707070;
    }
    .draggable{
        width:450px !important;
    }
    .hover-link-home:before{
        bottom:62px !important;
    }
}

@media only screen 
and (min-width: 0px) 
and (max-width: 450px) 
and (-webkit-min-device-pixel-ratio: 1){
    .logo{
        width: 180px;
        background-size: 180px 35px;
    }
    .heightPartner{
        height: 40px;
    }
    .draggable{
        width:400px !important;
    }
}

@media only screen 
and (min-width: 0px) 
and (max-width: 400px) 
and (-webkit-min-device-pixel-ratio: 1){

    .draggable{
        width:350px !important;
    }
}