/* ------------------------------------
  Full d'estils en cascada fisis.css

  by Albert Castañer Amagat

  1. General
  2. Capçalera
  3. Seccions
  4. Emergents
  5. Peu de pàgina
  6. Mida pantalla
  7. Fonts
------------------------------------ */

/* ------------------------------------
  1. General
------------------------------------ */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: akrobat;
  font-size: 100%;
  opacity: 0.95;
}

body {
  margin: 0px;
  border: 0px;
  padding: 0px;
  outline: 0px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  background-color: rgba(242,242,242,1.0);
  overflow-x: hidden !important;
}

a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  transition: 0.3s;
}

p {
  margin: 0px;
}

.row {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}

/* ------------------------------------
  2. Capçalera
------------------------------------ */
.capcalera {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: rgba(130,195,65,1.0);
  overflow: hidden;
}

.menu {
  width: 100%;
  overflow: hidden;
}

.menu a {
  display: inline-block;
  color: rgba(242,242,242,1.0);
}

.menu a:hover {
  color: rgba(128,128,128,1.0);
}

.menu a:active {
  color: rgba(242,242,242,1.0);
}

.menu .icona {
  display: none;
}

.menu-esquerra {
  float: left;
}

.menu-dreta {
  float: right;
  text-align: right;
}

/* ------------------------------------
  3. Seccions
------------------------------------ */
.container {
  width: 100%;
  max-width: 1400px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
}

.container-inici {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-serveis {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-sobremi {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-contacte {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.principal {
  width: 100%;
  height: auto;
  text-align: center;
}

.inici {
  width: 100%;
  background-color: rgba(128,128,128,1.0);
}

.inici-logo {
  padding: 40px 0px;
}

.inici-descripcio {
  padding: 10px;
}

.serveis {
  width: 100%;
  background-color: rgba(242,242,242,1.0);
}

.serveis-traumatologica {
  margin: 10px;
  padding: 5px;
  background-image: url("../images/traumatologica.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serveis-esportiva {
  margin: 10px;
  padding: 5px;
  background-image: url("../images/esportiva.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serveis-pediatrica {
  margin: 10px;
  padding: 5px;
  background-image: url("../images/pediatrica.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serveis-puncio {
  margin: 10px;
  padding: 5px;
  background-image: url("../images/puncio.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serveis-massoterapia {
  margin: 10px;
  padding: 5px;
  background-image: url("../images/massoterapia.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serveis-fascial {
  margin: 10px;
  padding: 5px;
  background-image: url("../images/fascial.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serveis-atm {
  margin: 10px;
  padding: 5px;
  background-image: url("../images/atm.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serveis-ganxos {
  margin: 10px;
  padding: 5px;
  background-image: url("../images/ganxos.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serveis-conell {
  margin: 10px;
  padding: 5px;
  background-image: url("../images/conell.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serveis-tecaterapia {
  margin: 10px;
  padding: 5px;
  background-image: url("../images/tecaterapia.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serveis-limfatic {
  margin: 10px;
  padding: 5px;
  background-image: url("../images/limfatic.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serveis-rehabilitacio {
  margin: 10px;
  padding: 5px;
  background-image: url("../images/rehabilitacio.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serveis-reumatologica {
  margin: 10px;
  padding: 5px;
  background-image: url("../images/reumatologica.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serveis-terapeutic {
  margin: 10px;
  padding: 5px;
  background-image: url("../images/terapeutic.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sobremi {
  width: 100%;
  background-color: rgba(128,128,128,1.0);
}

.sobremi-foto {
  padding: 10px;
}

.sobremi-curriculum {
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.contacte {
  width: 100%;
  background-color: rgba(242,242,242,1.0);
}

.contacte-maps {
  padding: 10px;
}

.contacte-logo {
 padding: 20px;
}

.contacte-adreca {
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.titol {
  padding-bottom: 40px;
}

.fletxa {
  display: inline-block;
  color: rgba(130,195,65,1.0);
}

/* ------------------------------------
  4. Emergents
------------------------------------ */
.clicable {
  cursor: pointer;
  height: 200px;
  width: auto;
  background-color: rgba(0,0,0,0);
}

.clicable-titol {
  cursor: pointer;
  font-weight: bold;
  color: rgba(242,242,242,1.0);
  background-color: rgba(0,0,0,0.7);
}

.transparencia {
  display: none;
  position: fixed;
  overflow: auto;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,0, 0.95);
}

.transparencia-titol {
  font-weight: bold;
  color: rgba(242,242,242, 1.0);
}

.transparencia-contingut {
  position: relative;
  width: 100%;
  color: rgba(242,242,242, 1.0);
}

.transparencia a {
  display: inline-block;
  color: rgba(242,242,242,1.0);
}

.transparencia a:hover {
  color: rgba(128,128,128,1.0);
}

.transparencia .emergent-icona {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 30px;
}

/* ------------------------------------
  5. Peu de pàgina
------------------------------------ */
.peu {
  width: 100%;
  background-color: rgba(130,195,65,1.0);
  overflow: hidden;
}

.peu p {
  display: inline-block;
  color: rgba(242,242,242,1.0);
}

.peu table {
	border-collapse: collapse;
  color: rgba(242,242,242,1.0);
}

.peu td {
  border: 2px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.peu-legal {
  float: left;
}

.peu-privacitat {
  float: left;
}

.peu-cookies {
  float: left;
}

.peu-copyright {
  float: right;
}

.peu-clicable {
  cursor: pointer;
  width: auto;
  background-color: rgba(0,0,0,0);
}

.peu-clicable-titol {
  cursor: pointer;
  color: rgba(242,242,242,1.0);
}

/* ------------------------------------
  6. Mida pantalla
------------------------------------ */
[class*="col-"] { /* Per mòbils en vertical */
  width: 100%;
}

@media only screen and (min-width: 768px) { /* Per mòbils en horitzontal o per tablets en vertical */
  .col-s-1 { width: 8.333%; }
  .col-s-2 { width: 16.666%; }
  .col-s-3 { width: 25%; }
  .col-s-4 { width: 33.333%; }
  .col-s-5 { width: 41.666%; }
  .col-s-6 { width: 50%; }
  .col-s-7 { width: 58.333%; }
  .col-s-8 { width: 66.666%; }
  .col-s-9 { width: 75%; }
  .col-s-10 { width: 83.333%; }
  .col-s-11 { width: 91.666%; }
  .col-s-12 { width: 100%; }
}

@media only screen and (min-width: 1024px) { /* Per tablets en horitzontal o escriptoris normals */
  .col-m-1 { width: 8.333%; }
  .col-m-2 { width: 16.666%; }
  .col-m-3 { width: 25%; }
  .col-m-4 { width: 33.333%; }
  .col-m-5 { width: 41.666%; }
  .col-m-6 { width: 50%; }
  .col-m-7 { width: 58.333%; }
  .col-m-8 { width: 66.666%; }
  .col-m-9 { width: 75%; }
  .col-m-10 { width: 83.333%; }
  .col-m-11 { width: 91.666%; }
  .col-m-12 { width: 100%; }
}

@media only screen and (min-width: 1200px) { /* Per escriptoris grans */
  .col-l-1 { width: 8.333%; }
  .col-l-2 { width: 16.666%; }
  .col-l-3 { width: 25%; }
  .col-l-4 { width: 33.333%; }
  .col-l-5 { width: 41.666%; }
  .col-l-6 { width: 50%; }
  .col-l-7 { width: 58.333%; }
  .col-l-8 { width: 66.666%; }
  .col-l-9 { width: 75%; }
  .col-l-10 { width: 83.333%; }
  .col-l-11 { width: 91.666%; }
  .col-l-12 { width: 100%; }
}

@media screen and (max-width:768px) {
  p {
    font-size: 1rem;
  }

  .menu-esquerra {
    font-size: 1.2rem;
  }

  .menu-dreta {
    float: left !important;
    text-align: left !important;
    height: auto !important;
    font-size: 1.2rem;
  }

  .menu a {
    padding: 0rem 2.2rem;
  }

  .menu a.logo {
    float: left
    display: inline-block;
  }

  .menu a.icona {
    float: right;
    display: inline-block;
  }

  .menu a.link {
    display: none;
  }

  .menu.adaptable a.logo {
    float: left;
    display: inline-block;
  }

  .menu.adaptable a.icona {
    float: right;
    display: inline-block;
  }

  .menu.adaptable a.link {
    display: block;
  }

  .container-inici {
    padding: 20px 10px;
  }

  .container-serveis {
    padding: 20px 10px;
  }

  .container-sobremi {
    padding: 20px 10px;
  }

  .container-contacte {
    padding: 20px 10px;
  }

  .titol {
    font-size: 1.6rem;
  }

  .fletxa {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .transparencia-titol {
    margin-top: 80px;
  }

  .transparencia-imatge {
    margin-top: 10px;
    height: 200px;
  }

  .transparencia-contingut {
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0px 5%;
  }

  .foto {
    height: 300px;
  }

  .contacte-maps {
    height: 400px;
  }

  .peu-legal {
    height: 2.2rem;
    font-size: 1.1rem;
  }

  .peu-privacitat {
    height: 2.2rem;
    font-size: 1.1rem;
  }

  .peu-cookies {
    height: 2.2rem;
    font-size: 1.1rem;
  }

  .peu-copyright {
    height: 2.2rem;
    font-size: 1.1rem;
  }

  .peu p {
    padding: 0rem 1rem;
  }

  .peu table {
    width: 80%;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1rem;
  }
}

@media screen and (min-width:768px) {
  p {
    font-size: 1.05rem;
  }

  .menu-esquerra {
    height: 2.4rem;
    font-size: 1.2rem;
  }

  .menu-dreta {
    height: 2.4rem;
    font-size: 1.2rem;
  }

  .menu a {
    padding: 0rem 2.4rem;
  }

  .container-inici {
    padding: 30px 10px;
  }

  .container-serveis {
    padding: 30px 10px;
  }

  .container-sobremi {
    padding: 30px 10px;
  }

  .container-contacte {
    padding: 30px 10px;
  }

  .titol {
    font-size: 1.8rem;
  }

  .fletxa {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .transparencia-titol {
    margin-top: 80px;
  }

  .transparencia-imatge {
    margin-top: 15px;
    height: 240px;
  }

  .transparencia-contingut {
    margin-top: 15px;
    margin-bottom: 40px;
    padding: 0px 5%;
  }

  .foto {
    height: 400px;
  }

  .contacte-maps {
    height: 420px;
  }

  .peu-legal {
    height: 2.4rem;
    font-size: 1.2rem;
  }

  .peu-privacitat {
    height: 2.4rem;
    font-size: 1.2rem;
  }

  .peu-cookies {
    height: 2.4rem;
    font-size: 1.2rem;
  }

  .peu-copyright {
    height: 2.4rem;
    font-size: 1.2rem;
  }

  .peu p {
    padding: 0rem 1.5rem;
  }

  .peu table {
    width: 84%;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 1.05rem;
  }
}

@media screen and (min-width:1024px) {
  p {
    font-size: 1.1rem;
  }

  .menu-esquerra {
    height: 2.6rem;
    font-size: 1.3rem;
  }

  .menu-dreta {
    height: 2.6rem;
    font-size: 1.3rem;
  }

  .menu a {
    padding: 0rem 2.6rem;
  }

  .container-inici {
    padding: 40px 10px;
  }

  .container-serveis {
    padding: 40px 10px;
  }

  .container-sobremi {
    padding: 40px 10px;
  }

  .container-contacte {
    padding: 40px 10px;
  }

  .titol {
    font-size: 2rem;
  }

  .fletxa {
    padding-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 35px;
  }

  .transparencia-titol {
    margin-top: 100px;
  }

  .transparencia-imatge {
    margin-top: 20px;
    height: 280px;
  }

  .transparencia-contingut {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0px 10%;
  }

  .foto {
    height: 500px;
  }

  .contacte-maps {
    height: 450px;
  }

  .peu-legal {
    height: 2.6rem;
    font-size: 1.3rem;
  }

  .peu-privacitat {
    height: 2.6rem;
    font-size: 1.3rem;
  }

  .peu-cookies {
    height: 2.6rem;
    font-size: 1.3rem;
  }

  .peu-copyright {
    height: 2.6rem;
    font-size: 1.3rem;
  }

  .peu p {
    padding: 0rem 2rem;
  }

  .peu table {
    width: 86%;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width:1200px) {
  p {
    font-size: 1.15rem;
  }

  .menu-esquerra {
    height: 3rem;
    font-size: 1.5rem;
  }

  .menu-dreta {
    height: 3rem;
    font-size: 1.5rem;
  }

  .menu a {
    padding: 0rem 3rem;
  }

  .container-inici {
    padding: 45px 10px;
  }

  .container-serveis {
    padding: 45px 10px;
  }

  .container-sobremi {
    padding: 45px 10px;
  }

  .container-contacte {
    padding: 45px 10px;
  }

  .titol {
    font-size: 2.2rem;
  }

  .fletxa {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 40px;
  }

  .transparencia-titol {
    margin-top: 100px;
  }

  .transparencia-imatge {
    margin-top: 20px;
    height: 320px;
  }

  .transparencia-contingut {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0px 10%;
  }

  .foto {
    height: 600px;
  }

  .contacte-maps {
    height: 480px;
  }

  .peu-web {
    height: 3rem;
    font-size: 1.5rem;
  }

  .peu-legal {
    height: 3rem;
    font-size: 1.5rem;
  }

  .peu-privacitat {
    height: 3rem;
    font-size: 1.5rem;
  }

  .peu-cookies {
    height: 3rem;
    font-size: 1.5rem;
  }

  .peu-copyright {
    height: 3rem;
    font-size: 1.5rem;
  }

  .peu p {
    padding: 0rem 2.5rem;
  }

  .peu table {
    width: 90%;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 1.15rem;
  }
}

/* ------------------------------------
  7. Fonts
------------------------------------ */
@font-face {
  font-family: akrobat;
  src:url(../fonts/Akrobat-Thin.otf);
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: akrobat;
  src:url(../fonts/Akrobat-ExtraLight.otf);
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: akrobat;
  src:url(../fonts/Akrobat-Light.otf);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: akrobat;
  src:url(../fonts/Akrobat-Regular.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: akrobat;
  src:url(../fonts/Akrobat-SemiBold.otf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: akrobat;
  src: url(../fonts/Akrobat-Bold.otf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: akrobat;
  src: url(../fonts/Akrobat-ExtraBold.otf);
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: akrobat;
  src:url(../fonts/Akrobat-Black.otf);
  font-weight: 900;
  font-style: normal;
}
