/* CSS Document */
/* sidebar bg */
body {
  font-family: 'Dosis', sans-serif;
}
.apo {
  font-family: 'Lato', sans-serif;
}
.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-1:not(:disabled):not(.disabled):active {
  color: #fff;
  text-decoration: none;
  background-color: #63b32e;
}
.cta-info {
  background-color: #63b32e;
  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: #63b32e;
  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;
}
#navbarSupportedContent .nav-item {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}
#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: #706f6f;
    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"],
select,
input.form-control,
textarea {
  color: #63b32e !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,
select:focus,
input.form-control:focus,
textarea:focus,
input[type="email"]:hover,
select:hover,
input.form-control:hover,
textarea:hover,
input[type="email"]:active,
select:active,
input.form-control:active,
textarea:active,
input[type="email"]:visited,
select:visited,
input.form-control:visited,
textarea:visited {
  outline: none !important;
  box-shadow: none !important;
}
input[type="email"]:focus,
select:focus,
input.form-control:focus,
textarea:focus {
  border-color: #63b32e !important;
}
.input-group-btn {
  color: transparent;
}
#topMenu {
  background-color: #fff1f0;
}
#topMenu a {
  color: #3e3f3f;
  font-size: 14px;
  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: rgba(149, 210, 29, 0.3);
  border: none;
}
li.nav-item.dropdown.open .dropdown-menu .nav-link {
  color: #706f6f;
}
.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: #63b32e !important;
  background: #fff;
}
nav .navbar-nav .nav-item a:active,
nav .navbar-nav .nav-item a.active {
  color: #63b32e !important;
  text-decoration: underline;
}
nav .menuBarMob {
  border-top: 1px solid #63b32e;
}
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: 3px solid #63b32e;
  z-index: 1;
  box-sizing: content-box;
  box-shadow: 0px 0px 0 0 rgba(99, 179, 46, 0);
  -o-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 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 h1,
.title h2 {
  font-size: 40px;
}
.title h1 span,
.title h2 span {
  color: #63b32e;
}
.title .link {
  text-decoration: underline;
  color: #63b32e;
  font-size: 20px;
}
.borderRadius {
  border-radius: 20px;
}
.bgLight {
  background: #f1f1f1;
}
a:hover .circle {
  border-color: #63b32e;
  box-shadow: 0px 0px 16px 4px rgba(99, 179, 46, 0.4);
}
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);
}
#reparti #owl-reparti .item .circle {
  margin-top: 16px;
  margin-bottom: 16px;
}
#reparti #owl-reparti .item h3 {
  color: #706f6f;
  font-size: 22px;
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 11px;
  position: relative;
}
#reparti #owl-reparti .item h3::after {
  content: '';
  background: #63b32e;
  display: block;
  height: 3px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transition: width 0.7s ease-in-out;
  -moz-transition: width 0.7s ease-in-out;
  -webkit-transition: width 0.7s ease-in-out;
  transition: width 0.7s ease-in-out;
}
#reparti #owl-reparti .item a:hover {
  text-decoration: none;
}
#reparti #owl-reparti .item a:hover h3 {
  color: #706f6f;
}
#reparti #owl-reparti .item a:hover h3::after {
  width: 160px;
}
#servizi {
  background: #DAEACB url("/resources/img/home/bg-servizi.jpg") no-repeat center center;
  background-size: cover;
}
#servizi #owl-servizi .item .circle {
  margin: 1.25rem 3rem;
  padding-top: calc(96% - 6rem);
  border-color: #7c2529;
}
#servizi #owl-servizi .item h3 {
  color: #706f6f;
  font-size: 22px;
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 11px;
  position: relative;
}
#servizi #owl-servizi .item h3::after {
  content: '';
  background: #63b32e;
  display: block;
  height: 3px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transition: width 0.7s ease-in-out;
  -moz-transition: width 0.7s ease-in-out;
  -webkit-transition: width 0.7s ease-in-out;
  transition: width 0.7s ease-in-out;
}
#servizi #owl-servizi .item a:hover {
  text-decoration: none;
}
#servizi #owl-servizi .item a:hover h3 {
  color: #706f6f;
}
#servizi #owl-servizi .item a:hover h3::after {
  width: 160px;
}
#chi-siamo h2 {
  font-size: 40px;
}
#chi-siamo h2 span {
  color: #63b32e;
}
@media screen and (min-width: 1024px) {
  #chi-siamo {
    background-image: url("/resources/img/home/farmacie-dei-golfi-la-nostra-realta.png");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
  }
}
section#mappa {
  height: 350px;
}
.servizi .menu-tabs {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
.servizi .nav-tabs {
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
.servizi .nav-tabs.nav-justified > li {
  display: block;
  padding: 10px;
  float: left;
}
.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: #63b32e;
}
.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: #63b32e;
}
.servizi .nav-tabs a .circle {
  padding-top: 80%;
  width: 80%;
  margin: 0 10%;
  height: auto;
}
.servizi .nav-tabs a h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #706f6f;
}
.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 #63b32e;
  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 .circle {
  padding-top: 50px;
  width: 50px;
}
.servizi .card-header h2 .btn.btn-link {
  font-size: 25px;
  font-weight: 300;
  color: #706f6f;
  background: #daeecb;
  border-radius: 0.25rem;
  padding: 20px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 15px;
}
.servizi .card-header h2 .btn.btn-link.collapsed {
  background: #fff;
  color: #7c2529;
}
.servizi .card-header h2 .btn.btn-link:hover,
.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;
}
.servizi .card-header h2 .btn.btn-link span {
  max-width: calc(100% - 80px);
}
.fade:not(.show) {
  opacity: 1;
}
.modal-dialog {
  color: #706f6f;
}
.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-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;
}
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  text-decoration: none;
  background-color: #63b32e;
}
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: #706f6f;
}
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 #63b32e;
  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: 40px;
  margin-top: 20px;
  font-weight: 300;
}
.h3 span {
  color: #daeecb;
  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: #daeecb;
  font-weight: 700;
}
#dove-siamo .titleDark {
  color: #daeecb;
}
#dove-siamo svg {
  fill: #daeecb;
}
#dove-siamo .bgLight a span {
  color: #706f6f;
  font-size: 15px;
}
#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: 40px 20px;
}
#offerte #owl-offerte .owl-item #NomeProdotto {
  font-size: 15px;
  min-height: 45px;
}
#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: #706f6f;
  text-align: center;
}
#offerte #owl-offerte .owl-item .caption .sconto {
  position: absolute;
  display: block;
  background: #D2000A;
  color: #fff;
  font-size: 1.4em;
  font-weight: 700;
  border-radius: 80px;
  height: 80px;
  width: 80px;
  top: 9px;
  right: 9px;
  text-align: center;
  line-height: 80px;
}
#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: #daeecb;
  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;
}
#ordinaProds {
  background-color: #7c2529;
}
#cartaFed {
  text-align: center;
}
#owl-news .owl-item a {
  color: #706f6f;
}
#owl-news .owl-item a:hover,
#owl-news .owl-item a:focus,
#owl-news .owl-item a:active {
  text-decoration: none;
  color: #daeecb;
}
#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: #daeecb;
  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: #706f6f;
  position: relative;
  padding-bottom: 1rem;
  font-weight: 700;
}
#owl-news .owl-item a h4.h4::after {
  content: '';
  display: block;
  height: 1px;
  width: 250px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #706f6f;
}
#owl-news .owl-item a #Testo {
  font-weight: 500;
  font-size: 14px;
}
#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: #706f6f;
}
.newsInt a:hover,
.newsInt a:focus,
.newsInt a:active {
  text-decoration: none;
  color: #63b32e;
}
.newsInt a:hover .cta-1,
.newsInt a:focus .cta-1,
.newsInt a:active .cta-1 {
  background-color: #63b32e;
}
.newsInt a #Testo {
  font-weight: 500;
  font-size: 14px;
}
small a {
  color: #706f6f;
  font-weight: 500;
  font-size: 14px;
}
small a:hover,
small a:focus,
small a:active {
  color: #63b32e;
  font-size: 17px;
  cursor: pointer;
  font-size: 14px;
}
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-dots {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 15px auto;
}
.owl-dots .owl-dot {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #63b32e !important;
  height: 15px;
  width: 15px;
  opacity: 1;
  margin: 10px;
  border-radius: 25px;
}
.owl-dots .owl-dot::before {
  content: '';
  display: block;
  background: #fff;
  height: 13px;
  width: 13px;
  border-radius: 50px;
}
.owl-dots .owl-dot.active::before,
.owl-dots .owl-dot:hover::before,
.owl-dots .owl-dot:focus::before {
  background: #63b32e;
}
@media screen and (min-width: 768px) {
  .owl-dots .owl-dot {
    height: 30px;
    width: 30px;
  }
  .owl-dots .owl-dot::before {
    height: 24px;
    width: 24px;
  }
}
.owl-dots .owl-dot .owl-dot.active:active,
.owl-dots .owl-dot .owl-dot.active:focus {
  outline: none;
}
#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;
  }
}
#newsletter {
  background: #daeecb;
  color: #fff;
}
#newsletter h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}
#newsletter #box-input {
  column-gap: 1rem;
}
#newsletter #box-input .form-control,
#newsletter #box-input .btn-primary {
  height: 60px;
  line-height: 60px;
  border-radius: 50px!important;
  padding-top: 0;
  padding-bottom: 0;
}
#newsletter #recaptchaNewsletter1 a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}
/** 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: #63b32e;
  background-color: #fff;
  border: 1px solid #63b32e;
  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: #63b32e;
  color: #fff;
  border: 1px solid #63b32e;
}
.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: #706f6f;
  font-size: 15px;
  line-height: 27px;
  display: inline;
}
.sceltagiorni .pager li a {
  color: #706f6f;
  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: #706f6f;
  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: #706f6f;
  background-color: #fff;
}
.sceltagiorni .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.sceltagiorni .pagination li {
  display: inline;
  color: #706f6f;
  font-size: 15px;
  line-height: 27px;
}
.sceltagiorni .pagination li a,
.sceltagiorni .pagination li span {
  color: #63b32e;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  float: left;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #706f6f;
  margin-left: -1px;
}
.sceltagiorni .pagination li a.active {
  background: #63b32e;
  color: #fff;
}
.contenitore_risultati .farmacia_da_evidenziare {
  background: transparent;
}
.contenitore_risultati .farmacia_da_evidenziare .box-farmacia {
  border-color: #63b32e;
}
.contenitore_risultati .box-farmacia {
  border: 2px solid #f1f1f1;
  height: 270px;
}
.contenitore_risultati .box-farmacia .row {
  padding: 15px;
}
.contenitore_risultati .box-farmacia > .row {
  flex-direction: column;
}
.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: #706f6f;
  font-size: 15px;
}
.contenitore_risultati .box-farmacia .area_middle_orari {
  height: 55px;
  margin-bottom: 10px;
  /*.icon_apertura_notturno i {background-color: @col1;border: 2px solid @col1;}*/
}
.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: #706f6f;
  font-size: 14px;
  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 */
/* Extra Small Devices, Phones */
/* 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: #706f6f !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: #63b32e;
  }
  #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;
  }
}
@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 #63b32e;
  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;
  }
}
.sfondo-popup .box-popup .card-farmacie {
  max-height: 70vh;
  overflow-y: auto;
}
.apoRed {
  color: #7c2529;
}
.col1 {
  color: #63b32e;
}
.farmacia {
  border-color: #63b32e;
}
.farmacia p {
  font-size: 1rem;
}
.farmacia ul {
  padding: 0;
  list-style: none;
}
.farmacia ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.farmacia ul li svg {
  display: block;
  float: left;
  height: 1.3em;
  margin-right: 0.5em;
}
.farmacia ul li svg#icon-servizi {
  height: 35px;
}
.farmacia ul.lista-servizi {
  display: block;
}
.farmacia ul.lista-servizi li {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .farmacia ul.lista-servizi {
    column-count: 2;
    column-gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .farmacia ul.lista-servizi {
    column-count: 3;
  }
}
