body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'BryantMedAlt', Arial, sans-serif;
  font-weight: normal;
  font-size: .96em;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #F05F40;
}

hr.light {
  border-color: #fff;
}

a {
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #FFF;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'BryantMedAlt', Arial, sans-serif;
}

h2 {
  font-size: 25px;
  letter-spacing: .006rem;
  margin-bottom: 27px;
}

h3 {
  font-size: 23px;
  letter-spacing: .007rem;
}

p {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.1;
}

.text-primary {
  color: #1c00de !important;
}

.btn {
  border: none;
  border-radius: 0px;
  font-family: 'BryantMedAlt', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #1c00de;
  border-color: #1c00de;
}

.btn-primary:disabled {
  background-color: #666 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #1c00de !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 0, 222, 0) !important;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1180px;
	}
}

section {
  padding: 50px 0 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

.logo-blau, .logo-clar {
	width: 8.6rem;
}

.navbar-toggler {
    padding: 0 .25rem;
	margin-top: .25rem;
}

.navbar-light .navbar-toggler {
  border: 0;
  outline: 0;
}



/* Brra de menus */
#mainNav {
  border-bottom: 0;
  background-color: tranparent;
  font-family: 'BryantMedAlt', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#mainNav .btn {
  text-transform: none;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(28, 0, 222, 1)' stroke-width='3.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
#mainNav.navbar-shrink .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(28, 0, 222, 1)' stroke-width='3.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
#mainNav .navbar-brand {
  margin: .22rem 0 -.5rem .24rem;
  outline: 0;
}
#mainNav ul {
  margin-top: 10px;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 17.3px;
  letter-spacing: .028rem;
  text-transform: lowercase;
  color: #1c00de;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #00d5eb;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #00d5eb;
  background-color: transparent;
	outline: 0;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
  color: #00d5eb;
}
#mainNav.navbar-shrink {
  background-color: #FFF;
}
#mainNav.navbar-shrink .logo-blau {
  display: inherit;
}
#mainNav.navbar-shrink .logo-clar {
  display: none;
}
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
  color: #1c00de;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #00d5eb !important;
}
.idm {
  display: block;
}
.ca {
  margin-right: 11px;
}
.es {}
.ca.actiu, .es.actiu {
  color: #00d5eb;
}

@media (min-width: 768px) {
  .logo-blau, .logo-clar {
    width: 10.33rem;
  }
  #mainNav .navbar-brand {
    margin: 8px 0 0 0;
  }
}
@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: #FFF;
		height: 125px;
  }
  #mainNav .logo-clar {
    display: inherit;
  }
  #mainNav .logo-blau {
    display: none;
  }
  #mainNav ul {
		margin-right: 0;
		margin-top: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: .5rem 1.62rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #1c00de;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #00d5eb;
  }
}





/* Cabsalera */
.transpar {
  position: relative;
  top: 0;
	left: -15px;
	width: calc(100% + 30px);
  height: 100vh;
	margin-bottom: -100vh;
  background-color: rgba(0, 0, 0, .15);
}
header.masthead {
  height: 100vh;
}
header.masthead .row {
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
header.masthead .col-lg-5 {
  margin: 20rem 0 auto 0;
}
header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead h1 {
  font-size: 2.1rem;
  letter-spacing: -0.006em;
  margin-bottom: 6px;
}
header.masthead p {
  font-size: 21px;
  margin-bottom: 1.87rem;
  color: #FFF;
}
header.masthead a {
  font-size: 14px;
}
@media (min-width: 576px) {
  header.masthead .row {
    padding-top: 15rem;
  }
  header.masthead .col-lg-5 {
    margin: auto auto;
  }
}
@media (min-width: 768px) {
	.transpar {
		height: calc(100vh - 125px);
		margin-bottom: calc(-100vh + 125px);
	}
  section {
    padding: 98px 0 0;
  }
	header.masthead {
		height: calc(100vh - 125px);
		margin-top: 125px;
	}
  header.masthead .row {
		height: calc(100vh - 125px);
    padding-top: 17.34rem;
  }
  header.masthead .col-lg-5 {
    margin: 0 auto 0 auto;
  }
  header.masthead h1 {
    font-size: 47.48px;
		margin-bottom: 12px;
  }
  header.masthead p {
    font-size: 27px;
  }
  header.masthead h2 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  header.masthead {
    height: 638px;
	}
  header.masthead .row {
    height: 638px;
    padding-top: 19rem;
  }
  .transpar {
    height: 638px;
		margin-bottom: -638px;
  }
}



/* Video */
#reproductor {
  width: 100%;
  height: calc((100vw - 30px) / 1.49);
  max-width: 686px;
  max-height: 460px;
  overflow: hidden;
  margin-top: 25px;
  padding: 0 15px;
}
video {
  position: absolute;
  width: calc(100% - 30px);
  height: calc((100vw - 30px) / 1.49);
  max-width: 686px;
  max-height: 460px;
  visibility: hidden;
  background-color: #1c00de;
  cursor: pointer;
}
#tapavideo {
  position: absolute;
  width: calc(100% - 30px);
  height: calc((100vw - 30px) / 1.49);
  max-width: 686px;
  max-height: 460px;
	background-size: cover !important;
}
#tapavideo .fons {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.15);
}
#video p {
  font-family: 'BryantRegAlt', Arial, sans-serif;
	font-size: 15px;
}
#tapavideo .text-center {
  margin-top: calc((((100vw - 30px) / 1.49) - 35px) / 2);
}
#tapavideo img {
  margin-left: 16px;
  width: 36px;
}
#tapavideo p {
  font-size: 15px;
  text-decoration: underline;
  margin: 9px 0 0 7px;
  letter-spacing: -.026rem;
}
@media (min-width: 576px) {
  #tapavideo .text-center {
    margin-top: 164px;
  }
  #tapavideo img {
    margin-left: 16px;
    width: 56px;
  }
}
@media (max-width: 454px) {
  #tapavideo img {
    margin: 0 0 0 16px;
  }
}
@media (orientation: landscape) and (max-height: 454px) {
  #reproductor {
    height: calc(100vh - 100px);
    width: calc(((100vh - 100px) * 1.49) + 30px);
  }
  video {
    height: calc(100vh - 100px);
    width: calc((100vh - 100px) * 1.49);
  }
  #tapavideo {
    height: calc(100vh - 100px);
    width: calc((100vh - 100px) * 1.49);
  }
  #tapavideo img {
    margin: 0 0 0 16px;
    width: 36px;
  }
  #tapavideo .text-center {
    margin-top: calc((100vh - 125px) / 2);
  }
}
@media (min-width: 768px) {
  #video h2 {
		font-size: 47.4px;
		margin-bottom: 50px;
  }
  #video p {
		font-size: 18.3px;
  }
  #reproductor {
		margin-top: 49px;
		max-height: 460px;
  }
  video, #tapavideo {
		max-height: 460px;
  }
}




/* Tractaments */
#services {
  padding-top: 52px;
}
#services h2 {
  margin-bottom: 17px;
}
#services p {
  font-family: 'BryantRegAlt', Arial, sans-serif;
  font-size: 15px;
}
.service-box {
  max-width: 400px;
  padding-top: 10px;
  padding-bottom: 17px;
}
#services .service-box p {
	font-size: 13px;
}
@media (min-width: 768px) {
  #services {
    padding-top: 120px;
  }
  #services h2 {
    font-size: 46.3px;
		margin-bottom: 20px;
  }
  #services h3 {
    font-size: 27.1px;
		margin-bottom: 19px;
  }
  #services p {
    font-size: 18.3px;
  }
  #services .service-box p {
    font-size: 16px;
	}
  #services .col-lg-11 {
    margin-top: 47px;
  }
  .service-box {
    padding-bottom: 29px;
  }
}





/* Formulari Contacte */
#contact {
}
#contact .mapa{
	width: 100%;
	padding: 0 15px;
}
#contact h2 {
  padding: 43px 0 11px 0;
}
#contact form {
  background-color: rgba(0,0,0,0);
}
#contact .form-control-sm {
  border: 0;
  border-radius: 0;
  background-color: rgba(0,0,0,0.06);
  color: #1c00de;
  font-size: 15px;
}
#contact textarea {
  height: 135px;
}
.form-group {
  margin-bottom: 13px;
}
.form-control:focus {
  box-shadow: 0 0 6px .12rem rgba(0,213,235,.35);
}
.form-control::placeholder {
  color: #1c00de;
  opacity: .7;
}
.form-control:-ms-input-placeholder {
  color: #1c00de;
  opacity: .7;
}
.form-control::-ms-input-placeholder {
  color: #1c00de;
  opacity: .7;
}
.form-control:focus {
  box-shadow: 0 0 6px .12rem rgba(0,213,235,.35);
}
.form-control::placeholder {
  color: #1c00de;
  opacity: .7;
}
.form-control:-ms-input-placeholder {
  color: #1c00de;
  opacity: .7;
}
.form-control::-ms-input-placeholder {
  color: #1c00de;
  opacity: .7;
}
.col-form-label {
  font-size: 15px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 10px;
  line-height: 1.3;
}
.form-control-sm {
  text-align: center;
}
.envia {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.envia button {
  padding: 3px 20px;
}
.mark2 {
  display: block;
  position: relative;
  padding-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
}
.marca input,
.mark2 input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: calc(50% - 14px);
  height: 28px;
  width: 28px;
  background-color: rgba(0,0,0,0.06);
  color: #1c00de;
  font-size: 15px;
}
.mark2 .checkmark {
  top: 50px;
}
@media (min-width: 768px) {
  #contact {
		padding-top: 74px;
  }
	#contact .mapa {
		width: 50%;
		float: left;
		padding: 0;
	}
  #contact h2 {
		font-size: 45px;
		padding-top: 62px;
		margin-bottom: 50px;
  }
  form .col-md-10.mx-auto {
    padding-right: 60px;
  }
  .form-group {
    margin-bottom: 28px;
  }
  .col-form-label {
    text-align: right;
    padding-bottom: 0;
		padding-top: 6px;
  }
  .form-control-sm {
    text-align: left;
  }
  #contact textarea {
		height: 83px;
  }
  .checkmark {
		left: 15px;
  }
  .mark2 {
    padding-right: 98px;
    margin-left: auto;
    margin-right: 0;
  }
  .mark2 .checkmark {
    right: 40px;
		left: auto;
		top: 0;
  }
  .envia {
    width: auto;
    text-align: inherit;
    margin-top: inherit;
  }
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.marca input:checked ~ .checkmark:after,
.mark2 input:checked ~ .checkmark:after {
  display: block;
}
.marca .checkmark:after,
.mark2 .checkmark:after {
  content: "X";
  top: 3px;
  left: 9.5px;
}
@media (min-width: 992px) {
  #consul {margin-left: 5px; width: calc(100% - 5px);}
  label.paffarra {padding-right: 10px;}
}







/* Peu de Pàgina */
footer {
	position: relative;
	top: 0;
	padding-top: 150px;
	padding-bottom: 40px;
	margin-bottom: 0px;
}
footer a, footer a:hover, footer a:not([href]), footer span {
	color: #1c00de !important;
}
footer a:not([href]) {
	cursor: pointer;
}
@media (min-width: 768px) {
}

@media (min-width: 992px) {
}





/* botons fixos */
#kkk {
  margin-top: -50px;
}
.cnt {
  font-size: 14px;
  color: #FFF !important;
  padding: .56rem 1.1rem .65rem 1rem;
  letter-spacing: -.001rem;
  margin-right: .4rem;
}
.cnt:hover {
  color: #FFF !important;
}
.tel {
  padding: .2rem .94rem .23rem .9rem;
}
footer .position-fixed {
  text-align: center;
  right: calc(50% - 141px);
  bottom: 15px;
  z-index: 1030;
}
footer .position-none {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  footer .position-fixed {
		text-align: right;
    bottom: 15px;
    right: 16.4vw;
  }
  footer .position-none {
		position: absolute;
		text-align: right;
		right: 16.4vw;
  }
}



#xarxes {
  display: inline-block;
  margin: 8px 50px 0 0;
}
#xarxesM {
  display: inline-block;
  margin-top: 12px;
}
.xarxa {
  float: left;
  margin: 0 12px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  border:0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
#xarxesM .xarxa {
  cursor: url(../ico/pointer[S3].cur), url(ico/pointer[S3].cur), auto;
}
.xarxa:active, .xarxa:focus {outline:none;}
.insta {
  background-image: url(../ico/instagram-cian.svg);
  width: 20px;
  height: 20px;
  margin: -1px 10px 0 0;
}
#xarxesM .insta {
  width: 24px;
  height: 24px;
  margin: 1px 24px 0 0;
}
.tube {
  background-image:url(../ico/youtube-cian.svg);
  width: 30px;
  height: 20px;
  margin: -1px 0 0 5px;
}
#xarxesM .tube {
  width: 29px;
  height: 24px;
  margin: 1px 0 0 0;
}
.face {
  background-image:url(../ico/facebook-cian.svg);
  height: 20px;
  width: 15px;
  margin: 0 16px 0 0;
}
#xarxesM .face {
  height: 25px;
  width: 15px;
  margin: 0 22px 0 0;
}
.twit {
  background-image:url(../ico/twitter-cian.svg);
  height: 20px;
  width: 20px;
  margin: 0 15px 0 0;
}
#xarxesM .twit {
  height: 27px;
  width: 27px;
  margin: .5px 24px 0 0;
}
.orbital {
  background-image:url(../ico/orbital-cian.png);
  width: 46px;
  height: 17px;
  margin: 3px 15px 0 0;
}
#xarxesM .orbital {
  width: 58px;
  height: 22.4px;
  margin: 3px 27px 0 0;
}



.defs-only {
	width: 0;
	height: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.colors {
	width: 35px;
	height: 35px;
	-ms-filter: url('#colors');
	-webkit-filter: url('#colors');
	filter: url('#colors');
}
















@media print {
  #mainNav {
    display: block;
  }
  .transpar {
    right: inherit;
	height: calc(100vw / 1.2);
  }
  header.masthead {
    right: inherit;
    height: calc(100vw / 1.2);
  }
  footer .position-fixed, footer .position-none {
    display: none;
  }
}




