@font-face {
    font-family: 'CaviarDreams';
    src: url('../fonts/CaviarDreams.eot');
    src: url('../fonts/CaviarDreams.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CaviarDreams.woff') format('woff'),
         url('../fonts/CaviarDreams.ttf') format('truetype'),
         url('../fonts/CaviarDreams.svg#mycustomfont') format('svg');
}


@import url("floating-wpp.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");


ol, ul {
    padding-left: 1.3em;
}

li{
    list-style: none;
}
h1:first-child{
    position: relative;
    left: 1em;
    z-index: 173;
    padding-left: 160px;
}
h1:first-child:before{
 background:url(../images/icon-symbol.svg) center center;
 background-size: cover;
 display: block;
 content:"";
 width: 8em;
 height: 8em;
 position: absolute;
 left: -3em!important;
 top:-5em;
 z-index: 0;


}
.sub-tit{
    
    font-family: CaviarDreams,serif;
    color:#7c4d83;
    font-size: 1.2em;
    z-index: 200;
    font-weight: 600;
    margin-bottom: 2em;
    position: relative;
    left: 1.5em;
    z-index: 173;
    padding-left: 160px;
}
.uk-section .uk-container li:before{
  content: "\f058"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #6ecbb8;
}


.topfarmacia h3{
    text-transform: uppercase;
    font-weight: bold;
}
.topfarmacia .wk-panel{
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 8px rgba(240,240,240,0.73);
-moz-box-shadow: 0px 0px 25px 8px rgba(240,240,240,0.73);
box-shadow: 0px 0px 25px 8px rgba(240,240,240,0.73);
padding:0.5em;
}

#header-fg{
	position:relative;
    top:0;
    left:0;
    z-index:110;
}
#header-fg h1{
    color:#FFF;
}
/*
#header-fg ::after{
    position:absolute;
    z-index:100;
    width:100%;
    height:300px;
    left:0;
    bottom:0;
    background-image:url(../../../images/graciosa/headers/header-hover.png);
    background-position:bottom;
    background-size:contain;
    background-repeat:no-repeat;
    
}
*/
.uk-section-default{
    background: transparent;
}


.uk-navbar-nav li{
    text-align:center;
    border-right: 1px solid #e0e0e0;
    
}
.uk-navbar-nav li a{min-height: 40px;}
.uk-navbar-nav li:last-child{
    border: 0px;
}
#bytalk_overlay{
    background: transparent!important;
    z-index: -11!important;
}

/*
.uk-navbar-nav>li{
    height: 40px;
    position: relative;
    padding-top: 20px;
}


.uk-navbar-nav>li>::after{
    content: "";
  position:absolute;
  top: 1px;
  width: 15px;
  height: 15px;
  background-color: red;
    left: 0;
    right: 0;
    margin: auto;
}
*/
.uk-container{
    z-index: 1000;
    
}
.uk-navbar-container:not(.uk-navbar-transparent){
    padding: 0.5em 0em;;
    -webkit-box-shadow: 0px 11px 5px -6px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 11px 5px -6px rgba(0,0,0,0.17);
box-shadow: 0px 11px 5px -6px rgba(0,0,0,0.17);
}


.info {
        min-height: 11em;
    }


#footer{
    margin-top:20rem;
   
}
#footer ::after{
    position:absolute;
    width:100%;
    height:50px;
    top:-48px;
    left:0;
    background:url(../../../images/graciosa/footer-after.svg) no-repeat;
    background-size:cover;
   
}
.topfarmacia .wk-badge-danger {
    background: #733f7a;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    color: #FFF;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    padding-top: 10px;
}
.flowerb img{
    position:absolute;
    top:-650px;
    left:0px;
    z-index: -999;
    opacity: 0.6;
    }

    .wk-accordion-title {
        margin-top: 0;
        margin-bottom: 20px;
        padding: 5px 20px;
        background:transparent!important;
        font-size: 18px;
        line-height: 24px;
        cursor: pointer;
        border-bottom: 3px solid #b9c5c3;
    }

    .imgtittle{
        width: 20%;
    }
.link-contacts li{
 margin-bottom: 1em; 
}
.link-contacts strong{
    font-family: CaviarDreams,serif;
    text-transform: uppercase;
    font-size: 0.9em;
}
[title~=Posted ]   {
    display:none;
}
.link-contacts a[href^="mailto:"],.link-contacts a[href^="fax:"]{
    

}
    .link-contacts li:before{
        list-style: none!important;
        content: ""!important;
    }
    

    @media (max-width: 600px){

        .link-contacts li{
            width:100%;
            border-bottom: 1px solid #cecece;
            
        }
        .link-contacts  a[href^="mailto:"], a[href^="tel:"]{
            display: block;
        }
        p{
            margin-block-start: 0em;
            margin-block-end: 0em;
        }
        h1:first-child{
          position: relative;
          left:0;
          text-align: center;
          padding: 0;  
          font-size: 1.2em;
        }
        h1:first-child:before{
            background:url(../images/icon-symbol.svg) center center;
            background-size: cover;
            display: block;
            content:"";
            width: 4em;
            height: 4em;
            position: absolute;
            left: 50%!important;
            -webkit-transform: translateX(-50%)!important;
            transform: translateX(-50%)!important;
            bottom:0em;
            z-index: 0;
           
           }
           .sub-tit{
               padding-left: 0px;
               text-align: center;
               margin-left:0px ;
               position: relative;
               left:0;
               font-size: 1em;
           }
           


    }