/******** MIXINS  *********/
/**************************/
.sense-ombra {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@-moz-keyframes pulse {
  60% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  60% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn-estils {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  border: 2px solid rgba(250, 250, 250, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-estils-hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border: 2px solid rgba(250, 250, 250, 0.7);
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
.font-titol {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: normal;
}
.font-cos {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}
html,
body {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: normal;
}
img {
  width: 100%;
}
body {
  background: #52a1c2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("img/fons-lletres.png");
  /* fallback */
  background-image: url("img/fons-lletres.png"), linear-gradient(#52a1c2, #89bf4e);
  /* W3C */
}
#pagina-landing {
  min-height: 75vh;
  margin: 0;
  padding: 10vh 0 5vh 0;
}
#pagina-landing img.logo-diximed {
  width: 95%;
  max-width: 650px;
  display: block;
  margin: 20px auto;
}
#pagina-landing .btns-opcions-links {
  text-align: center;
  width: 80%;
  max-width: 1280px;
  margin: 3rem auto;
}
#pagina-landing #btn-link-web {
  background: #89bf4e;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  width: 200px;
  margin: 2rem 1rem;
  padding: 1rem 1.8rem;
  font-size: 1.4rem;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  border: 2px solid rgba(250, 250, 250, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#pagina-landing #btn-link-web:hover {
  background: #429E55;
  -webkit-transform: rotate(0) scale(1.1) skew(0) translate(0, 0);
  -moz-transform: rotate(0) scale(1.1) skew(0) translate(0, 0);
  -o-transform: rotate(0) scale(1.1) skew(0) translate(0, 0);
  -ms-transform: rotate(0) scale(1.1) skew(0) translate(0, 0);
  transform: rotate(0) scale(1.1) skew(0) translate(0, 0);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border: 2px solid rgba(250, 250, 250, 0.7);
}
.menu-seleccio-dropdown {
  position: relative;
  display: inline-block;
  margin: 10px;
}
.menu-seleccio-dropdown .dropbtn {
  background-color: #429E55;
  color: #FFF;
  padding: 16px;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  border: 2px solid rgba(250, 250, 250, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
}
.menu-seleccio-dropdown .dropbtn:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border: 2px solid rgba(250, 250, 250, 0.7);
}
.menu-seleccio-dropdown .dropbtn b {
  margin-left: 5px;
}
.menu-seleccio-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.menu-seleccio-dropdown .dropdown-content a {
  color: #111;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.menu-seleccio-dropdown .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.menu-seleccio-dropdown img {
  width: 20px;
  margin: 0 5px 0 0;
}
.menu-seleccio-dropdown:hover .dropdown-content {
  display: block;
}
.menu-seleccio-dropdown:hover .dropbtn {
  background-color: #89bf4e;
}
#footer-landing {
  background: #429E55;
  border-top: 2px solid #89bf4e;
  text-align: center;
  color: #FFF;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px 20px;
}
#footer-landing .footer-col {
  flex: 1 1 30%;
}
#footer-landing .footer-col:nth-child(1) {
  text-align: left;
}
#footer-landing .footer-col:nth-child(2) {
  text-align: center;
}
#footer-landing .footer-col:nth-child(3) {
  text-align: right;
}
#footer-landing img.logo-upf {
  max-width: 400px;
  margin: 10px auto;
}
#footer-landing img.logo-google-play {
  max-width: 150px;
  margin: 10px 0;
}
#footer-landing p {
  font-size: 13px;
}
#footer-landing a {
  color: #FFF;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer-landing a:hover {
  opacity: 1;
}
#footer-landing .footer-link-politica-privacitat {
  display: block;
  margin: 5px 0 0 0;
}
@media only screen and (max-width: 768px) {
  #pagina-landing .btns-opcions-links {
    width: 90%;
  }
  #footer-landing .footer-col {
    flex: 1 1 100%;
    text-align: center !important;
  }
}
@media only screen and (max-width: 480px) {
  #pagina-landing #btn-link-web {
    max-width: none;
    width: auto;
    display: block;
    margin: 20px 0;
  }
}
/****** RESPONSIVE Non mobile first ********/
/*******************************************/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
