/* CSS Document */
/* colori farmacia */
/* sidebar bg */
.bg-col-light {
  background: #f5f5f5;
}
body {
  font-family: 'Kulim Park', sans-serif;
}
#newsletter,
footer {
  font-family: 'Lato', sans-serif;
}
h1,
.h1,
h2,
.h2 {
  font-family: 'Lato', sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #7c2529;
}
.cta-1 {
  background-color: #7c2529;
  color: #fff;
  font-size: 17px;
  margin: 10px auto;
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.cta-1:hover,
.cta-1:active,
.cta-1:focus {
  color: #fff;
  text-decoration: none;
  background-color: #7c2529;
}
.cta-info {
  background-color: #00817E;
  color: #fff;
  font-size: 17px;
  margin: 10px auto;
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.cta-info:hover,
.cta-info:active,
.cta-info:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
/*==================================================
=            Bootstrap 4.5              =
==================================================*/
body {
  overflow-x: hidden!important;
}
body a {
  color: #00817E;
  font-size: 17px;
  cursor: pointer;
  font-weight: 700;
}
body a:hover,
body a:active {
  opacity: 0.7;
}
body a:active,
body a:focus {
  outline: none;
}
body .navbar-toggler:focus,
body .navbar-toggler:hover {
  outline: none;
}
strong,
b {
  font-weight: 700;
}
#navbarSupportedContent .nav-item {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  align-items: center;
}
#navbarSupportedContent .nav-item a.nav-link {
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  #navbarSupportedContent .nav-item:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    background: #333333;
    top: 50%;
    margin-top: -10px;
    right: 0;
    height: 20px;
    width: 1px;
  }
}
@media screen and (min-width: 1400px) {
  #navbarSupportedContent .nav-item {
    padding-left: 29px;
    padding-right: 29px;
  }
  #navbarSupportedContent .nav-item a.nav-link {
    font-size: 16px;
  }
}
input[type="email"],
input.form-control,
textarea {
  color: #00817E !important;
  font-size: 15px !important;
  padding: 7px 15px !important;
  border: 0 solid #fff !important;
  outline: none !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  border-radius: 25px !important;
}
input[type="email"]:focus,
input.form-control:focus,
textarea:focus,
input[type="email"]:hover,
input.form-control:hover,
textarea:hover,
input[type="email"]:active,
input.form-control:active,
textarea:active,
input[type="email"]:visited,
input.form-control:visited,
textarea:visited {
  outline: none !important;
  box-shadow: none !important;
}
input[type="email"]:focus,
input.form-control:focus,
textarea:focus {
  border-color: #00817E !important;
}
.input-group-btn {
  color: transparent;
}
.form-contatti .h4 {
  color: #333333;
}
.form-contatti label {
  color: #333333;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.75px;
}
.form-contatti input[type="email"],
.form-contatti input.form-control,
.form-contatti textarea {
  background: #EFEEEE;
  border-radius: 0!important;
  font-size: 20px;
  color: text;
  min-height: 58px;
}
.form-contatti .form-control:focus {
  background: #EFEEEE;
}
.form-contatti textarea {
  line-height: 1.3em;
}
#topMenu {
  background-color: #fff1f0;
  font-family: 'Lato', sans-serif;
}
#topMenu a {
  color: #3e3f3f;
  font-size: 13px;
  text-transform: uppercase;
}
#topMenu a p {
  position: relative;
  margin-bottom: 0;
}
#topMenu a p::after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #4a4a4a;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#topMenu a:hover,
#topMenu a:active,
#topMenu a:focus {
  text-decoration: none;
  color: #7c2529;
}
#topMenu a:hover p::after,
#topMenu a:active p::after,
#topMenu a:focus p::after {
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
}
#topMenu .pMobTop {
  line-height: 12px;
  font-size: 10px;
}
.navbar-collapse.collapse.in,
li.nav-item.dropdown.open .dropdown-menu {
  display: block;
}
li.nav-item.dropdown.open .dropdown-menu {
  background-color: #A9F8DF;
  border: none;
}
li.nav-item.dropdown.open .dropdown-menu .nav-link {
  color: #333333;
}
.navbar-nav .dropdown-menu.login {
  position: absolute;
  left: -100px;
}
button.navbar-toggler {
  background-color: #fff1f0;
  color: #7c2529;
  border: none;
}
button.navbar-toggler span {
  margin-right: 5px;
}
button.navbar-toggler b {
  color: #7c2529;
}
nav .navbar-brand img {
  max-width: 160px;
}
nav .navbar-nav .nav-item a:hover,
nav .navbar-nav .nav-item a:active,
nav .navbar-nav .nav-item a.active {
  color: #00817E !important;
  background: #fff;
}
nav .navbar-nav .nav-item a:active,
nav .navbar-nav .nav-item a.active {
  color: #00817E !important;
  text-decoration: underline;
}
nav .menuBarMob {
  border-top: 1px solid #00817E;
}
nav .menuBarMob .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}
nav .menuBarMob .navbar-toggler-icon b {
  font-size: 10px;
}
.socialMobList .navbar-nav {
  flex-direction: row;
}
.socialMobList li.nav-item.dropdown.open .dropdown-menu {
  position: absolute;
  left: -100px;
  background: #fff;
}
.socialMobList li.nav-item.dropdown.open .dropdown-menu p {
  margin-bottom: 0;
}
.intCopy ul {
  list-style-image: url('/resources/img/icons/list.svg');
}
.intCopy li a {
  color: #7c2529;
  font-size: 17px;
  cursor: pointer;
}
.intCopy li a:hover,
.intCopy li a:active {
  opacity: 0.7;
}
.circle {
  height: 0;
  padding-top: 96%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 10px solid #00817E;
  border-image-source: linear-gradient(270deg, #7EDBBD 0%, #00AC94 100%);
  z-index: 1;
  box-sizing: content-box;
  -o-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.circle::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  top: 0;
  z-index: 5;
  background: #fff;
  left: 0;
}
.circle img {
  position: absolute;
  top: 50%;
  height: 105%;
  z-index: 5;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transition: transform 0.7s ease-in-out;
  -moz-transition: transform 0.7s ease-in-out;
  -webkit-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
}
.title {
  text-align: center;
  border-top: 6px solid #f5f5f5;
}
.borderRadius {
  border-radius: 20px;
}
.bgLight {
  background: #f1f1f1;
}
a:hover .circle {
  border-color: #A9F8DF;
}
a:hover .circle img {
  transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
#servizi {
  position: relative;
}
#servizi .d-flex.align-items-center.justify-content-around > div {
  flex-basis: 50%;
}
#servizi h4 {
  font-size: 18px;
  color: #333333;
}
#servizi p {
  font-size: 16px;
}
#servizi .col-md-5 {
  position: relative;
}
#servizi .col-md-5::before {
  top: -5rem;
  bottom: 0;
  left: 0;
  right: -30%;
  z-index: 0;
  background: #fff1f0;
}
#servizi.form-contatti > .container::before {
  bottom: 60%;
}
#servizi svg {
  color: #00817E;
}
#servizi > .container::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 30%;
  right: 0;
  z-index: 0;
  background: #fff1f0;
}
@media screen and (min-width: 992px) {
  #servizi > .container {
    position: relative;
  }
  #servizi > .container::before {
    right: 50%;
    bottom: 20%;
  }
}
@media screen and (min-width: 1400px) {
  #servizi > .container {
    position: relative;
  }
  #servizi > .container::before {
    bottom: 25%;
  }
}
.servizi .menu-tabs {
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 30px;
}
.servizi .nav-tabs {
  margin: 0 auto;
}
.servizi .nav-tabs.nav-justified > li {
  display: block;
  padding: 10px;
  float: left;
  max-width: 250px;
}
.servizi .nav-tabs.nav-justified > li > a {
  border: 0 none transparent;
  border-bottom: 0;
  border-radius: 0;
}
.servizi .nav > li > a:hover,
.servizi .nav > li > a:focus,
.servizi .nav-tabs.nav-justified > .active > a,
.servizi .nav-tabs.nav-justified > .active > a:hover,
.servizi .nav-tabs.nav-justified > .active > a:focus,
.servizi .nav-tabs.nav-justified > .active > a,
.servizi .nav-tabs.nav-justified > .active > a:hover,
.servizi .nav-tabs.nav-justified > .active > a:focus,
.servizi .nav-link.active {
  border: 0 none transparent;
  border-radius: 0;
  background: transparent;
}
.servizi .nav > li > a:hover::after,
.servizi .nav > li > a:focus::after,
.servizi .nav-tabs.nav-justified > .active > a::after,
.servizi .nav-tabs.nav-justified > .active > a:hover::after,
.servizi .nav-tabs.nav-justified > .active > a:focus::after,
.servizi .nav-tabs.nav-justified > .active > a::after,
.servizi .nav-tabs.nav-justified > .active > a:hover::after,
.servizi .nav-tabs.nav-justified > .active > a:focus::after,
.servizi .nav-link.active::after {
  background: #00817E;
}
.servizi .nav-tabs a {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.servizi .nav-tabs a::after {
  content: '';
  display: block;
  clear: both;
  width: 130px;
  height: 2px;
  background: transparent;
  position: relative;
  bottom: -12px;
  margin: 0 auto;
}
.servizi .nav-tabs a:hover {
  text-decoration: none;
}
.servizi .nav-tabs a:hover h4 {
  color: #00817E;
}
.servizi .nav-tabs a svg {
  width: 80%;
  margin: 0 10%;
  height: auto;
  color: #00817E;
}
.servizi .nav-tabs a h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #333333;
}
.servizi .nav-tabs a h4 a {
  font-weight: 300!important;
}
@media (max-width: 992px) {
  .servizi .nav-tabs {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .servizi .nav-tabs::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .servizi .nav-tabs::-webkit-scrollbar-thumb {
    background: #f1f1f1;
    border-radius: 30px;
  }
  .servizi .nav-tabs::-webkit-scrollbar-thumb:hover {
    background: #7c2529;
  }
  .servizi .nav-tabs::-webkit-scrollbar-track {
    background: none;
    border-radius: 0px;
  }
}
.servizi .card {
  border: 1px solid #00817E;
  margin-top: -1px;
  border-radius: 5px;
}
.servizi .card-header {
  padding: 0;
  border-bottom: 0px none transparent;
  border-color: transparent;
  background: transparent;
}
.servizi .card-header h2 {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  border-bottom: 0px none transparent;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
}
.servizi .card-header h2 img,
.servizi .card-header h2 svg {
  height: 42px;
  width: 42px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -21px;
  color: #00817E !important;
}
.servizi .card-header h2 .btn.btn-link {
  font-size: 25px;
  font-weight: 400;
  color: #7c2529;
  background: #f5f5f5;
  border-radius: 0.25rem;
  padding: 20px 15px 20px 68px;
}
.servizi .card-header h2 .btn.btn-link:hover {
  text-decoration: none;
  background: #00817E;
  color: #fff;
}
.servizi .card-header h2 .btn.btn-link:focus,
.servizi .card-header h2 .btn.btn-link:hover:focus {
  text-decoration: none;
}
.servizi .card-header h2 .btn.btn-link.focus,
.servizi .card-header h2 .btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}
.fade:not(.show) {
  opacity: 1;
}
.modal-dialog {
  color: #333333;
}
.panel-group .panel {
  border: 1px solid #ccc;
  border-radius: 0;
}
.panel-default > .panel-heading {
  padding: 0;
  border-bottom: 0px none transparent;
  border-color: transparent;
}
.panel-default > .panel-heading a {
  display: block;
  width: 100%;
  position: relative;
  padding: 20px 15px 20px 58px;
  background: #f1f1f1;
  border-bottom: 0px none transparent;
  border-radius: 0;
  color: #7c2529;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
}
.panel-default > .panel-heading a img {
  height: 36px;
  width: 36px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.panel-default > .panel-heading a:hover {
  text-decoration: none;
}
.jumbotron {
  background-color: #f1f1f1;
}
.btn-primary {
  background: transparent linear-gradient(90deg, #7C2529 0%, #FF9391 100%) 0% 0% no-repeat padding-box;
  background-color: #7c2529;
  color: #fff;
  font-size: 17px;
  margin: 10px auto;
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  text-decoration: none;
  background-color: #7c2529;
}
footer {
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
footer .topFooter {
  background-color: #7c2529;
}
footer .topFooter h3,
footer .topFooter p {
  color: #fff;
}
footer .topFooter h3 {
  font-size: 17px;
}
footer .topFooter a {
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.7;
  font-size: 14px;
}
footer .topFooter a:hover,
footer .topFooter a:active {
  opacity: 1;
}
footer .topFooter ul {
  list-style-type: none;
}
footer .midFooter {
  background-color: #f1f1f1;
  text-align: center;
  color: #333333;
}
footer .midFooter a {
  color: #7c2529;
  font-size: 17px;
  cursor: pointer;
}
footer .midFooter a:hover,
footer .midFooter a:active {
  opacity: 0.7;
}
footer .midFooter a::after {
  display: none;
}
footer .btmFooter {
  background-color: #7f7f7f;
  text-align: center;
  color: #fff;
}
footer .btmFooter a {
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.3;
  font-size: 14px;
}
footer .btmFooter a:hover,
footer .btmFooter a:active {
  opacity: 1;
}
footer a {
  position: relative;
  font-size: 14px;
}
footer a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
footer a:not(.social):hover {
  opacity: 1;
  text-decoration: none;
}
footer a:not(.social):hover::after {
  width: 50px;
}
.stickyWzApp {
  z-index: 1060;
  bottom: 50px;
  right: 0;
  transition: bottom 0.3s linear;
}
.stickyWzApp:hover {
  opacity: 1;
  bottom: 65px;
}
.boxHightlight {
  border: 1.5px solid #00817E;
  box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
  -webkit-box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
  -moz-box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
  -o-box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
}
.h3 {
  font-size: 38px;
  margin-top: 20px;
  font-weight: 300;
}
.h3 span {
  color: #00817E;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .h3 {
    font-size: 28px;
  }
}
h4.h4 {
  font-size: 17px;
  margin-top: 20px;
}
h4.h4 span {
  color: #00817E;
  font-weight: 700;
}
#dove-siamo {
  position: relative;
}
#dove-siamo::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 30%;
  right: 0;
  z-index: 0;
  background: #fff1f0;
}
#dove-siamo svg {
  color: #7c2529;
}
#dove-siamo a {
  color: #333333;
  font-size: 15px;
}
#dove-siamo a.btn-primary {
  color: #fff;
}
#dove-siamo .col-lg-7 {
  min-height: 350px;
  position: relative;
}
#dove-siamo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  #dove-siamo::before {
    right: 50%;
    bottom: 0;
  }
}
#dove-int {
  position: relative;
}
#dove-int::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 30%;
  right: 0;
  z-index: 0;
  background: #fff1f0;
}
#dove-int svg {
  color: #7c2529;
}
#dove-int a {
  color: #333333;
  font-size: 15px;
}
#dove-int a.btn-primary {
  color: #fff;
}
#dove-int .col-lg-7 {
  min-height: 350px;
  position: relative;
}
#dove-int iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  #dove-int::before {
    right: 50%;
    bottom: 50%;
  }
}
#owl-slider .owl-stage-outer {
  height: 0;
  padding-top: 43%;
}
#owl-slider .owl-stage-outer .owl-stage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #owl-slider .owl-stage-outer {
    padding-top: 30%;
  }
}
#offerte {
  position: relative;
}
#offerte::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 30%;
  right: 0;
  z-index: 0;
  background: #fff1f0;
}
#offerte.noBefore::before {
  display: none!important;
}
#offerte #owl-offerte .owl-carousel {
  padding: 0 10px;
}
#offerte #owl-offerte .owl-carousel .modal-dialog {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
#offerte #owl-offerte .owl-item {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
#offerte #owl-offerte .owl-item::before,
#offerte #owl-offerte .owl-item::after {
  content: '';
  display: block;
  clear: both;
}
#offerte #owl-offerte .owl-item .item {
  padding-bottom: 10px;
}
#offerte #owl-offerte .owl-item .item::before,
#offerte #owl-offerte .owl-item .item::after {
  content: '';
  display: block;
  clear: both;
}
#offerte #owl-offerte .owl-item #CheckImmagine {
  width: 90%;
  margin: 0 auto;
  padding: 10px 30px;
}
#offerte #owl-offerte .owl-item #NomeProdotto {
  font-size: 15px;
  min-height: 45px;
  color: #333333;
}
#offerte #owl-offerte .owl-item .caption {
  margin: 15px 15px 20px;
}
#offerte #owl-offerte .owl-item .caption .h4 {
  font-size: 1.1em;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
#offerte #owl-offerte .owl-item .caption .sconto {
  position: absolute;
  display: block;
  background: #fff1f0;
  color: #7c2529;
  font-size: 1.4em;
  font-weight: 700;
  border-radius: 20px;
  height: 70px;
  width: 86px;
  top: 9px;
  right: 9px;
  text-align: center;
  line-height: 70px;
}
#offerte #owl-offerte .owl-item .caption .prezzo {
  text-decoration: line-through;
  color: #6e6e6e;
  font-size: 1.6em;
}
#offerte #owl-offerte .owl-item .caption .prezzo-finale {
  color: #00817E;
  font-size: 1.6em;
  font-weight: 700;
}
#offerte #owl-offerte .owl-item .caption .testo1 {
  color: #6e6e6e;
  font-size: 1.6em;
  font-weight: 700;
}
#offerte #owl-offerte .owl-item .caption #tipo1,
#offerte #owl-offerte .owl-item .caption #tipo3,
#offerte #owl-offerte .owl-item .caption #tipo4,
#offerte #owl-offerte .owl-item .caption #tipo5 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#offerte #owl-offerte .owl-item .buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 12px;
}
#offerte #owl-offerte .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}
#offerte #owl-offerte .owl-stage {
  padding: 15px 0;
}
#offerte #owl-offerte .owl-theme .owl-dots {
  height: auto;
  min-height: 100px;
  margin-bottom: 10px;
}
#offerte #owl-offerte .owl-theme .owl-dots .owl-dot {
  top: initial;
  margin: initial;
}
#offerte.page::before,
#offerte.page > .container::before {
  display: none;
}
@media screen and (min-width: 992px) {
  #offerte::before {
    display: none;
  }
  #offerte > .container {
    position: relative;
  }
  #offerte > .container::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 7rem;
    right: 0;
    z-index: 0;
    background: #fff1f0;
  }
}
@media screen and (min-width: 1200px) {
  #offerte > .container::before {
    bottom: initial;
    height: 50%;
  }
}
#ordinaProds {
  background-color: #7c2529;
}
#ordinaProds .formPrenofa {
  position: absolute;
  width: 80%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ordinaProds .formPrenofa .input-group input.form-control {
  border: 1px solid #7c2529 !important;
  border-radius: 120px!important;
}
#ordinaProds .formPrenofa .input-group a#ricercaTastoCerca {
  position: absolute;
  z-index: -1;
  right: 0;
  color: #fff;
}
#ordinaProds .formPrenofa .ctaSearch {
  width: 40px;
}
#cartaFed {
  text-align: center;
}
#owl-news .owl-stage {
  display: flex;
  align-items: stretch;
  padding: 0.25rem;
}
#owl-news .owl-item {
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
}
#owl-news .owl-item a {
  color: #333333;
}
#owl-news .owl-item a:hover,
#owl-news .owl-item a:focus,
#owl-news .owl-item a:active {
  text-decoration: none;
  color: #00817E;
}
#owl-news .owl-item a:hover .cta-1,
#owl-news .owl-item a:focus .cta-1,
#owl-news .owl-item a:active .cta-1 {
  background-color: #00817E;
  float: left;
  margin: 10px 0px 0;
}
#owl-news .owl-item a img {
  border-radius: 20px;
  width: 100%;
}
#owl-news .owl-item a h4.h4 {
  color: #333333;
  position: relative;
  padding-bottom: 1rem;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 3.5em;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
#owl-news .owl-item a h4.h4::after {
  content: '';
  display: block;
  height: 1px;
  width: 250px;
  max-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #333333;
}
#owl-news .owl-item a #Testo {
  font-weight: 500;
  font-size: 13px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #owl-news .owl-item a #Testo {
    display: block;
    overflow: hidden;
    max-height: 3em;
  }
}
#owl-news .owl-item a .btn.btn-primary {
  float: left;
  width: fit-content;
  margin: 10px 0 0;
}
#owl-news .p-3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  #owl-news .owl-item a {
    display: flex;
    flex-direction: row;
  }
}
.newsInt {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.newsInt::before,
.newsInt::after {
  content: '';
  display: block;
  clear: both;
}
.newsInt .img-fluid {
  border-radius: 20px 20px 0 0;
  min-width: 100%;
}
.newsInt a {
  color: #333333;
}
.newsInt a:hover,
.newsInt a:focus,
.newsInt a:active {
  text-decoration: none;
  color: #00817E;
}
.newsInt a:hover .cta-1,
.newsInt a:focus .cta-1,
.newsInt a:active .cta-1 {
  background-color: #00817E;
}
.newsInt a #Testo {
  font-weight: 500;
  font-size: 13px;
}
small a {
  color: #333333;
  font-weight: 500;
  font-size: 13px;
}
small a:hover,
small a:focus,
small a:active {
  color: #00817E;
  font-size: 17px;
  cursor: pointer;
  font-size: 13px;
}
small a:hover:hover,
small a:focus:hover,
small a:active:hover,
small a:hover:active,
small a:focus:active,
small a:active:active {
  opacity: 0.7;
}
#owl-slider .owl-nav,
#owl-news .owl-nav,
#owl-offerte .owl-nav {
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  max-height: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#owl-slider .owl-nav button,
#owl-news .owl-nav button,
#owl-offerte .owl-nav button {
  position: relative;
  z-index: 3;
  margin: 10px 15px;
  color: #00817E;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#owl-slider .owl-nav button:hover,
#owl-news .owl-nav button:hover,
#owl-offerte .owl-nav button:hover {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  drop-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#owl-slider .owl-nav button:focus,
#owl-news .owl-nav button:focus,
#owl-offerte .owl-nav button:focus {
  outline: none;
}
#owl-slider .owl-dots,
#owl-news .owl-dots,
#owl-offerte .owl-dots {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 15px auto;
}
#owl-slider .owl-dots .owl-dot,
#owl-news .owl-dots .owl-dot,
#owl-offerte .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  background: transparent linear-gradient(90deg, #7C2529 0%, #FF9391 100%) 0% 0% no-repeat padding-box;
  height: 15px;
  width: 15px;
  opacity: 1;
  margin: 10px;
  border-radius: 25px;
}
#owl-slider .owl-dots .owl-dot.active::before,
#owl-news .owl-dots .owl-dot.active::before,
#owl-offerte .owl-dots .owl-dot.active::before,
#owl-slider .owl-dots .owl-dot:hover::before,
#owl-news .owl-dots .owl-dot:hover::before,
#owl-offerte .owl-dots .owl-dot:hover::before,
#owl-slider .owl-dots .owl-dot:focus::before,
#owl-news .owl-dots .owl-dot:focus::before,
#owl-offerte .owl-dots .owl-dot:focus::before {
  content: '';
  display: block;
  background: #fff;
  height: 11px;
  width: 11px;
  margin: 2px;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  #owl-slider .owl-dots .owl-dot,
  #owl-news .owl-dots .owl-dot,
  #owl-offerte .owl-dots .owl-dot {
    height: 30px;
    width: 30px;
  }
  #owl-slider .owl-dots .owl-dot.active::before,
  #owl-news .owl-dots .owl-dot.active::before,
  #owl-offerte .owl-dots .owl-dot.active::before,
  #owl-slider .owl-dots .owl-dot:hover::before,
  #owl-news .owl-dots .owl-dot:hover::before,
  #owl-offerte .owl-dots .owl-dot:hover::before,
  #owl-slider .owl-dots .owl-dot:focus::before,
  #owl-news .owl-dots .owl-dot:focus::before,
  #owl-offerte .owl-dots .owl-dot:focus::before {
    height: 22px;
    width: 22px;
    margin: 4px;
  }
}
#owl-slider .owl-dots .owl-dot.active:active,
#owl-news .owl-dots .owl-dot.active:active,
#owl-offerte .owl-dots .owl-dot.active:active,
#owl-slider .owl-dots .owl-dot.active:focus,
#owl-news .owl-dots .owl-dot.active:focus,
#owl-offerte .owl-dots .owl-dot.active:focus {
  outline: none;
}
#owl-news .owl-nav,
#owl-offerte .owl-nav {
  position: absolute;
  top: 50%;
  left: -50px;
  right: -50px;
  display: flex;
  justify-content: space-between;
}
#owl-news .owl-nav button,
#owl-offerte .owl-nav button {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#owl-slider {
  position: relative;
}
#owl-slider .copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#owl-slider .copy h2 {
  color: white;
  font-weight: 700;
  text-shadow: 0px 0px 120px rgba(0, 0, 0, 0.5), 0px 0px 50px rgba(0, 0, 0, 0.5), 0px 0px 20px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5);
  width: 90%;
  max-width: 900px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  #owl-slider .copy h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  #owl-slider .copy h2 {
    font-size: 3.4rem;
  }
}
#owl-slider .owl-nav {
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: initial;
}
#owl-slider .owl-nav button {
  color: #7c2529;
}
@media screen and (min-width: 992px) {
  #owl-slider .owl-nav {
    max-height: 0;
  }
  #owl-slider .owl-nav button {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    color: #fff;
  }
  #owl-slider .owl-nav button:hover {
    -webkit-transform: translateY(-105%);
    -moz-transform: translateY(-105%);
    -o-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%);
    drop-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  }
}
#notizie-appuntamenti {
  position: relative;
}
#notizie-appuntamenti::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 30%;
  right: 0;
  z-index: 0;
  background: #fff1f0;
}
@media screen and (min-width: 992px) {
  #notizie-appuntamenti::before {
    display: none;
  }
  #notizie-appuntamenti > .container {
    position: relative;
  }
  #notizie-appuntamenti > .container::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 43%;
    right: 0;
    z-index: 0;
    background: #fff1f0;
  }
}
@media screen and (min-width: 1024px) {
  #notizie-appuntamenti > .container::before {
    bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #notizie-appuntamenti > .container::before {
    bottom: initial;
    height: 80%;
  }
}
@media screen and (min-width: 1400px) {
  #notizie-appuntamenti > .container::before {
    height: 60%;
  }
}
#newsletter {
  background: #fff1f0;
  color: #333333;
}
#newsletter h3 {
  font-size: 30px;
  font-weight: 400;
  color: #7c2529;
}
#newsletter #box-input {
  background: #fff;
  padding: 10px;
  border-radius: 60px;
  column-gap: 1rem;
  margin-bottom: 20px;
}
#newsletter #box-input .form-control,
#newsletter #box-input .btn-primary {
  height: 40px;
  line-height: 40px;
  border-radius: 50px!important;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0!important;
}
#newsletter #recaptchaNewsletter1 a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}
#newsletter a:not(.btn) {
  color: #333333;
}
@media screen and (min-width: 992px) {
  #newsletter #box-input .form-control,
  #newsletter #box-input .btn-primary {
    height: 60px;
    line-height: 60px;
    min-width: 252px;
  }
}
/** Style bootstrap 3 per la paginazione e i turni **/
.paginazione {
  display: table;
}
.paginazione .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.paginazione .pagination > li {
  display: inline;
}
.paginazione .pagination > li a {
  position: relative;
  text-decoration: none;
  color: #00817E;
  background-color: #fff;
  border: 1px solid #00817E;
  margin-left: -1px;
  float: left;
  line-height: 1.42px;
  padding: 15px 25px;
  margin-right: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.paginazione .pagination > li.active > a {
  background: #00817E;
  color: #fff;
  border: 1px solid #00817E;
}
.sceltagiorni {
  padding: 30px 15px;
}
.sceltagiorni .row {
  display: block!important;
}
.sceltagiorni .pager {
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin: 0 15px 10px;
}
.sceltagiorni .pager li {
  color: #333333;
  font-size: 15px;
  line-height: 27px;
  display: inline;
}
.sceltagiorni .pager li a {
  color: #333333;
  background-color: #fff;
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #ccc;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.sceltagiorni .pager li a:hover,
.sceltagiorni .pager li a:focus,
.sceltagiorni .pager li a:active,
.sceltagiorni .pager li a:visited {
  text-decoration: none;
}
.sceltagiorni .pager .disabled {
  display: inline;
}
.sceltagiorni .pager .disabled a,
.sceltagiorni .pager .disabled span {
  color: #333333;
  background-color: #fff;
  cursor: not-allowed;
  display: inline-block;
}
.sceltagiorni .pager .disabled a:hover,
.sceltagiorni .pager .disabled span:hover,
.sceltagiorni .pager .disabled a:focus,
.sceltagiorni .pager .disabled span:focus,
.sceltagiorni .pager .disabled a:active,
.sceltagiorni .pager .disabled span:active,
.sceltagiorni .pager .disabled a:visited,
.sceltagiorni .pager .disabled span:visited {
  color: #333333;
  background-color: #fff;
}
.sceltagiorni .pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.sceltagiorni .pagination li {
  display: inline;
  color: #333333;
  font-size: 15px;
  line-height: 27px;
}
.sceltagiorni .pagination li a,
.sceltagiorni .pagination li span {
  color: #00817E;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  float: left;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #333333;
  margin-left: -1px;
}
.sceltagiorni .pagination li a.active {
  background: #00817E;
  color: #fff;
}
#orari {
  background: #fff1f0;
}
#orari svg {
  color: #7c2529;
}
.contenitore_risultati .farmacia_da_evidenziare {
  background: #00817E;
}
.contenitore_risultati .box-farmacia {
  height: 270px;
}
.contenitore_risultati .box-farmacia .row {
  padding: 15px;
}
.contenitore_risultati .box-farmacia .area_middle {
  height: 80px;
}
.contenitore_risultati .box-farmacia .area_middle .icon_mappa i {
  background-color: #DD4B3E;
  border: 2px solid #bc2b1e;
}
.contenitore_risultati .box-farmacia .area_middle p.mappa_farmacia {
  line-height: 20px!important;
  font-size: 15px;
}
.contenitore_risultati .box-farmacia .area_middle a {
  color: #333333;
  font-size: 15px;
}
.contenitore_risultati .box-farmacia .area_middle_orari {
  height: 55px;
  margin-bottom: 10px;
}
.contenitore_risultati .box-farmacia .area_middle_orari .icon_apertura_notturno i {
  background-color: #00817E;
}
.contenitore_risultati .box-farmacia .icon_mappa i,
.contenitore_risultati .box-farmacia .icon_apertura_notturno i,
.contenitore_risultati .box-farmacia .icon_apertura_diurna i {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  height: 40px;
  padding: 10px;
  text-align: center;
  width: 40px;
}
.contenitore_risultati .box-farmacia .orari_turni {
  font-size: 15px;
  background: transparent;
}
.contenitore_risultati .box-farmacia p {
  color: #333333;
  font-size: 13px;
  margin: 0;
}
.contenitore_risultati .box-farmacia .nome_farmacia {
  height: 45px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contenitore_risultati .row {
  display: flex;
  flex-direction: column;
}
.contenitore_risultati .row .farmacia {
  max-width: 100%;
  width: unset!important;
  margin-bottom: 15px;
}
.contenitore_risultati .row .farmacia .area_middle .row,
.contenitore_risultati .row .farmacia .area_middle_orari .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.contenitore_risultati .row .farmacia .area_middle .row > div,
.contenitore_risultati .row .farmacia .area_middle_orari .row > div {
  width: unset !important;
}
.contenitore_risultati .row .farmacia .mappa_farmacia {
  padding-left: 10px;
}
@media screen and (min-width: 500px) {
  .contenitore_risultati .row {
    flex-direction: row;
  }
  .contenitore_risultati .row .farmacia {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .contenitore_risultati .row .farmacia {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33%;
  }
}
.form_ricercafarmacie,
.sceltagiorni,
.box-farmacia {
  background: #f1f1f1;
}
/*========== Media Queries - Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  #topMenu {
    padding: 0.5rem 0px;
  }
  #topMenu .container {
    padding: 0;
  }
  #recaptchaNewsletter1 {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  #topMenu {
    padding: 0.5rem;
  }
  #topMenu .container {
    padding: 0 15px;
  }
  #recaptchaNewsletter1 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #topMenu a {
    color: #3e3f3f;
    font-size: 15px;
  }
  .nav-link,
  .navbar-light .navbar-nav .nav-link {
    font-weight: 300;
    color: #333333 !important;
    opacity: 1;
  }
  li.nav-item.dropdown.open .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #owl-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #owl-slider .owl-dots .owl-dot {
    background-color: #fff;
  }
  #hightlights .row .col-md-6:nth-of-type(1) img {
    max-width: 280px;
  }
  #hightlights .row .col-md-6:nth-of-type(2) img {
    max-width: 320px;
  }
  #hightlights .boxHightlight {
    min-height: 345px;
  }
  #ordinaProds .formPrenofa .input-group input.form-control {
    padding: 40px 30px!important;
  }
  #ordinaProds .formPrenofa .ctaSearch {
    width: 80px;
    height: 80px;
  }
}
@media all and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }
}
@media all and (min-width: 1540px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1520px;
  }
}
.sfondo-popup {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sfondo-popup .box-popup {
  background: #fff;
  padding: 2rem;
  border: 1.5px solid #00817E;
  box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
  -webkit-box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
  -moz-box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
  -o-box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
}
@media screen and (min-width: 768px) {
  .sfondo-popup .box-popup {
    width: 90%;
    max-width: 900px;
  }
}
.icone-cont a {
  color: #7c2529;
}
/*.gallery {
	.owl-stage {padding: 15px 0;}
	.owl-theme .owl-nav {display: flex; justify-content: space-between; align-items: center;height: auto; margin:40px auto;}
	.owl-theme .owl-nav button {
		&:hover {background: transparent; transition: 0.5s ease; transform: scale(1.1);}
	}
}*/
.col-xs-12 {
  width: 100%;
}
