.btn-big-inside a {
  border-radius: 200px!important;
}

.btn,
.btn a {
  letter-spacing: 0.8px;
}

.avantatges-tax img {
  width: 50%;
  min-height: 110px;
  max-height: 110px;
}
#news-container article .img-inside {
  padding: 0 1.5rem;
}

.attached-bottom-menu {
  display: none;
}
.banner-paragraph {
  margin: 20px;
}

.slider-home-thumnails-container-container {
  z-index: 998;
}
.solo-800 {
	display: none;
}

/* RESPONSIVE */

@media(min-width: 1500px) {
  .div-imagen-home {
    height: 745px;
    padding: 0;
  }
}
@media(max-width: 1500px) {
  .slider-home-content .slick-prev {
    left: 5px;
  }
  .slider-home-content .slick-next {
    right: 5px;
  }
}

@media(max-width: 1300px) and (min-width: 1101px) {
  .menu-main {
    margin-right: 0;
    display: block;
    width: 100%;
  }
  .menu-main ul li:first-child {
    margin-left: 0;
  }
}

/* small {{{ */

@media (max-width: 1199px) and (min-width: 768px) {
  .com-funciona .row>.mt60 {
    margin-top: 0;
  }
}
@media(max-width: 1199px) {
  #linea1, #linea2, #linea3, #linea4, #linea5, #linea6, #linea7 {
    display: none;
  }
  table.table-prices {
    font-size: 1.5rem;
  }
  .banner-paragraph .zona-text-content{
    padding: 20px 10px 10px 15px;
  }
  .banner-paragraph .fs32 {
    font-size: 2rem;
  }
  .banner-paragraph .zona-text-content>.mb30 {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
  .banner-paragraph a {
    margin-top: 10px;
  }
}

@media (min-width: 993px) {
  #avantatges-home .img-inside>div {
    transform: translateY(-5%);
  }
}
@media (max-width: 992px) {
  #avantatges-home .img-inside>div {
    margin-bottom: 20px;
  }
}

@media(max-width: 1100px) {
  .table-prices-container h2.fs32 {
    font-size: 2.4rem;
  }
  html {
    font-size: 10px;
  }
  .dim-button-3 a.btn {
    width: 225px;
  }
  .mb60 {
    margin-bottom: 40px;
  }
  .mb190{
    margin-bottom: 40px;
  }
  .mt125 {
    margin-top: 70px;
  }
  .mb90 {
    margin-bottom: 50px;
  }
  .breadcrumb{
    padding-top: 15px;
    padding-bottom: 7px;
  }

  .home-slider-content-text {
    width: 100%;
  }

  /* HEADER */
  .buttons-extended {
    display: inline-block;
  }
  .responsive-button {
    width: 35px;
    height: 35px;
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 0px;
    margin-left: 15px;
    position: relative;
  }

  .responsive-button span,
  .responsive-button span:before,
  .responsive-button span:after {
    width: 35px;
    height: 5px;
    /* background-color: rgba(241,4,43,1); */
    background-color: black;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;

  }
  .responsive-button span {
    display: block;
    top: 50%;
    margin-top: -2px;
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .responsive-button span:before {
    content: "";
    display: block;
    top: -12px;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  .responsive-button span:after {
    content: "";
    display: block;
    bottom: -12px;
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .menu-abierto .responsive-button span {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .menu-abierto .responsive-button span:before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .menu-abierto .responsive-button span:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .buttons-extendend > .social-feeds-header,
  .buttons-extendend > .btn {
    display: none;
  }
  .menu-abierto .attached-bottom-menu {
    display: block;
  }
  .container-menu a:first-child {
    margin-left: 10px;
  }
  img.logo-bicing {
    width: 150px;
  }

  /* MENU */
  .menu-main {
    margin-right: 0;
    position: absolute;
    right: 0px;
    width: 100%;
    background-color: black;
    display: none;
  }
  .menu-main ul {
    overflow: hidden;
    margin: 0;
    position: absolute;
    top: 12px;
    z-index: 9999;
    width: 100%;
    background-color: #f5f3f3;
    display: inline;
  }

  .menu-main ul li {
    width: 100%!important;
    display: block;
    border-bottom: 1px solid #32335f;
    margin-left: 15px;
  }
  .menu-main ul li:first-child {
    /* margin-left: 15px; */
  }
  .menu-main ul li a {
    position: relative;
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 20px;
    display: block;
  }
  .menu-main ul li a {
    color: black;
  }
  .menu-main ul li a:after,
  .menu-main ul li a:before {
	 content: '';
    width: 20px;
    height: 1px;
    position: absolute;
    right: 25px;
    font-size: 28px;
    background-color: #32335f;
  }
  .menu-main ul li a:after {
    top: 40px;
    transform: rotate(-33deg);
  }
  .menu-main ul li a:before {
    top: 29px;
    transform: rotate(33deg);


  }
  .menu-main ul li a:hover::after,
  .menu-main ul li a:hover::before {
    background-color: #e61e2e;
  }
  .menu-abierto .menu-main {
    display: block;
    top: 50px;
  }
  .attached-bottom-menu {
    display: none;
  }
  .menu-abierto .attached-bottom-menu {
    display: block;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -667px;
    padding: 50px 25px 30px;
    text-align: center;
    z-index: 12;
  }
  .menu-abierto .attached-bottom-menu .social-feeds-header {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  .menu-abierto .attached-bottom-menu .social-feeds-header a:hover {
    color: black;
  }
  .menu-main ul:not(.contextual-links) {
    display: block;
  }
  .attached-bottom-menu > a{
	  margin-bottom: 15px;
	  display: inline-block;
  }

  .btn-big-inside a,
  .form-type .btn-big-inside-input input {
	min-width: 155px;
    /* width: auto!important; */
    padding: 10px;
  }
  .btn-big-inside a {
    padding: 17px;
  }
  .btn-big-inside a:not(.btn-white-custom) {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  .menu-abierto .attached-bottom-menu {
	  background: #d4d4d4;
  }
  .menu-abierto .mostrar-slider-home{
	  display: none;
  }


}

@media (max-width: 1024px) and (min-width: 768px) {
  .banner-paragraph.pos-rel {
    max-width: 360px;
  }
  .banner-paragraph .zona-text-content {
    padding-top: 20px;
  }
  .banner-paragraph a {
    /* position: absolute;
    width: 55%!important;
    bottom: 60px; */
  }
}
@media (max-width: 767px) {
  .banner-paragraph.pos-rel {
    max-width: 360px;
  }
  .banner-paragraph .zona-text-content {
    padding-top: 30px;
  }
  .banner-paragraph a {
    position: absolute;
    width: 55%!important;
    bottom: 25px;
  }
}
@media (max-width: 649px) {
  .banner-paragraph.pos-rel {
    margin: 0 auto;
  }
}

@media(max-width: 991px) {
	.submit-with-lupa {
		margin-top: 15px;
	}
	.div5 {
		width: 100%;
	}
	.tabs-system .div5 a::after {
		content: none;
		display: none;
	}
  .table-1 .table-prices:after {
    display: none;
  }
  .table-2 .table-prices:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 75%;
    bottom: 0;
    background-color: #b3b3b3;
    left: calc(33.33% - 6px);
  }
  .table-prices-container .dim-button-2.ml33 {
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .setheight {
    max-height: 350px;
  }
  .img-inside-991-80 {
    width: 80%;
    margin-left: 10%;
  }
  .table-prices-container .table-prices-content:last-of-type table tbody tr td:first-child {
    display: table-cell;
  }
  .display-block-future {
    position: static;
    display: block;
    transform: none;
    text-align: left;
    margin-top: 30px;
  }
  .remove-float-991 {
    float: none;
  }
  #home-cards .slick-slide {
    /* max-width: 350px; */
  }
  .corregir-right {
    float: none;
    margin-right: 0;
  }
  .com-funciona ul {
    text-align: left;
    margin-left: 25%;
  }

  .form-type .errors {
	      position: static;
    border: none;
    border-radius: 0px;
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
  .chatbox-ventana-custom {
	  /* display: none;*/
  }
}

@media(max-width: 920px) {
  .arrows-control .slick-next{
    right: 0;
  }
  .arrows-control .slick-prev{
    left: inherit;
    right: 37px;
  }
  .arrows-control .slick-prev,
  .arrows-control .slick-next {
    z-index: 9;
    top: 0;
  }
  footer ul li {
    margin-right: 15px;
  }
}
/* Small end }}} */

/* Mobile {{{ */
@media (min-width: 800px) and (max-width:991px) {
  #infoestacions .mt-sm-30.img-inside {
    margin-top: 60px!important;
  }
}
@media(max-width: 800px) {
.tabs-content-container > div {
	display: inline-block;
}
  .slider-home-content .slick-prev {
    left: inherit;
    top: 22px;
    right: 35px;
  }
  .slider-home-content .slick-next {
    right: 5px;
    top: 22px;
  }
  .slider-home-content .slick-next,
  .slider-home-content .slick-prev {
	  display: none!important;
  }
  .tabs-system ul li {
    /* width: 100%; */

  }
  .tabs-system ul li a {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    border-top: 1px solid #e0e0e0;
  }
  .tabs-system ul li:last-child a {
    border-bottom: 1px solid #e0e0e0;
  }
  .tabs-system ul li a.active:after, .tabs-system ul li a:hover:after, .tabs-system ul li a:active:after, .tabs-system ul li a:focus:after, .tabs-system ul,
  .tabs-system:after {
    /* content: none; */
  }
  .tabs-system ul li a.active {
    color: rgba(241,4,43,1)!important;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .tabs-content-container .tabs-content-container-text{
	 display: none;
  }
  .tabs-system .col-xs-4,
  .tabs-system .col-xs-6 {
	  padding-left: 0;
	  padding-right: 0;
  }
  .tabs-system ul > li a{
	  border-right: 1px solid #e0e0e0;
  }
  .solo-800 {
	  display: block;
  }

  .centrar-texto-800 {
	  text-align: center;
  }

    	.ml10 {
		margin-left: 1rem;
	}
	.ml20 {
		margin-left: 2rem;
	}
	.ml30 {
		margin-left: 3rem;
	}
	.mr10 {
		margin-right: 1rem;
	}
	.mr20 {
		margin-right: 2rem;
	}
	.mr30 {
		margin-right: 3rem;
	}
	.ml33 {
		margin-left: 33.33%;
	}
	.mb0 {
		margin-bottom: 0px;
	}
	.mb10 {
		margin-bottom: 5px;
	}
	.mb15 {
		margin-bottom: 6.5px;
	}
	.mb20 {
		margin-bottom: 10px;
	}
	.mb25 {
		margin-bottom: 12px;
	}
	.mb30 {
		margin-bottom: 15px;
	}
	.mb35 {
		margin-bottom: 17px;
	}
	.mb40 {
		margin-bottom: 20px;
	}
	.mb45 {
		margin-bottom: 22px;
	}
	.mb50 {
		margin-bottom: 25px;
	}
	.mb55 {
		margin-bottom: 28px;
	}
	.mb60 {
		margin-bottom: 30px;
	}
	.mb70 {
		margin-bottom: 35px;
	}
	.mb75 {
		margin-bottom: 32px;
	}
	.mb80 {
		margin-bottom: 40px;
	}
	.mb90 {
		margin-bottom: 45px;
	}
	.mb100 {
		margin-bottom: 50px;
	}
	.mb120 {
		margin-bottom: 60px;
	}
	.mb190 {
		margin-bottom: 90px;
	}
	.mt0 {
		margin-top: 0;
	}
	.mt10 {
		margin-top: 5px;
	}
	.mt15 {
		margin-top: 7px;
	}
	.mt20 {
		margin-top: 10px;
	}
	.mt30 {
		margin-top: 15px;
	}
	.mt40 {
		margin-top: 20px;
	}
	.mt45 {
		margin-top: 22px;
	}
	.mt50 {
		margin-top: 25px;
	}
	.mt60 {
		margin-top: 30px;
	}
	.mt70 {
		margin-top: 35px;
	}
	.mt75 {
		margin-top: 37px;
	}
	.mt80 {
		margin-top: 40px;
	}
	.mt100 {
		margin-top: 50px;
	}
	.mt125 {
		margin-top: 60px;
	}
	.mt155 {
		margin-top: 80px;
	}
	.mr20 {
		margin-right: 10px;
	}
	.mr30 {
		margin-right: 15px;
	}
	.mr50 {
		margin-right: 25px;
	}
	.pl0 {
		padding-left: 0px!important;
	}
	.pl10 {
		padding-left: 5px;
	}
	.pl20 {
		padding-left: 10px;
	}
	.pl30 {
		padding-left: 15px;
	}
	.pl35 {
		padding-left: 17px;
	}
	.pt15{
		padding-top: 7px;
	}
	.pt20 {
		padding-top: 10px;
	}
	.pt30 {
		padding-top: 15px;
	}
	.pt50 {
		padding-top: 25px;
	}
	.pt60 {
		padding-top: 60px;
	}
	.pt150 {
		padding-top: 80px;
	}
	.pr0 {
		padding-right: 0!important;
	}
	.pr30 {
		padding-right: 15px;
	}
	.pr35 {
		padding-right: 17px;
	}
	.pb25 {
		padding-bottom: 12px;
	}
	.pb20{
		padding-bottom: 10px;
	}
	.pb30{
		padding-bottom: 15px;
	}
	.pb50{
		padding-bottom: 25px;
	}
	.pb150{
		padding-bottom: 80px;
	}
	.pb60{
		padding-bottom: 30px;
	}
	.pr20 {
		padding-right: 10px;
	}
	.mobile-height-auto {
		height: auto!important;
	}

	.width-200-800 img{
		width: 200px;
	}
 .col-md-6.col-md-offset-3>div[aria-label="Missatge d'error"],
 .col-md-6.col-md-offset-3>div[aria-label="Mensaje de error"],
 .col-md-8.col-md-offset-2>div[aria-label="Missatge d'error"],
 .col-md-8.col-md-offset-2>div[aria-label="Mensaje de error"] {
   margin-top: 25px;
   margin-bottom: -25px;
 }

}

@media(max-width: 768px) {
  #infoestacions .img-inside-991-80 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
  .notice .dismiss-button {
    padding: 0.8rem;
    font-size: 1.5rem;
    transform: translateX(7px)translateY(-7px);
    line-height: 7px;
  }
  .resp-bicing-img {
    display: block;
    max-height: 400px;
    height: 400px;
    background-size: cover;
    background-position-y: bottom;
    max-width: 60%;
    margin: 0 auto;
  }
  .resp-bicing-img>.border-white-shadow{
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 30%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 30%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 30%);
  }
  .form-type-viejo .js-form-type-select,
  .form-type-viejo .js-form-type-textfield,
  .form-type-viejo .js-form-type-date,
  .form-type-viejo .js-form-type-textarea,
  .form-type-viejo .js-form-type-managed-file {
    width: 100%;
  }
  .col-xs-6.dades-bicing:last-child {
    display: none;
  }
  .vista-espaciada-inside .results-rows .views-row:nth-child(3n) article,
  .vista-especiada .views-row:nth-child(3n) article {
/*    padding-left: 0!important; */
/*    padding-right: 0!important; */
  }
   .form-type-viejo .js-form-type-select, .form-type-viejo .js-form-type-textfield, .form-type-viejo .js-form-type-date, .form-type-viejo .js-form-type-textarea, .form-type-viejo .js-form-type-managed-file {
	  padding-left: 0;
	  padding-right: 0;
  }

}

@media(max-width: 700px) {
	.submit-with-lupa,
	.submit-with-lupa input {
		width: 100%!important;
	}

	.dades-bicing img {
		margin-bottom: 20px;
	}
	.dades-bicing {
		margin-bottom: 15px;
	}
  .dades-bicing img{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  img.logo-bicing {
	  width: 100px;
  }
  .responsive-button span, .responsive-button span:before, .responsive-button span:after {
	      height: 3px;
  }

  .responsive-button span {
	      margin-top: -5px;
  }
  .responsive-button span:before {
	      top: -9px;
  }
  .responsive-button span:after {
	      bottom: -9px;
  }
  .container-custom-menu-main {
	  margin-top: 15px;
	  margin-bottom: 15px;
  }
  .container-custom .menu-main {
	  margin-top: 0;
  }
  .menu-abierto .attached-bottom-menu {
	  bottom: -680px;
  }
  .attached-bottom-menu span a {
	 margin-bottom: 15px;
    display: inline-block;
    width: auto!important;
    min-width: 186px;
    margin-left: 0!important;
    margin-right: 0px;
  }
  .menu-main ul {
	  top: -2px;
  }
  .attached-bottom-menu-content-button {
	  display: block;
  }
  .menu-abierto .attached-bottom-menu .social-feeds-header {
	  margin-top: 25px;
  }
  .form-filter-mapa .btn-lupa{
	  width: 100%;
  }
  .card-premi .icona-left {
	     display: block;
    position: static;
    transform: none;
    text-align: center;
    width: 100%;
    padding-top: 30px;
  }
  .card-premi .icona-left img {
	 width: 90px;

  }
  .card-premi .icona-right {
	   width: 100%;
	   margin-left: 0;
	   border: none;
	   padding-bottom: 30px;
  }




}

@media(max-width: 630px) {
  .links-apps a {
    margin-bottom: 30px;
    margin-right: 0;
    display: block;
  }
  .lista-icons  li {
    display: block;
    /* width: 100%; */
  }
  .exposed-form-avatatges, .exposed-form-avatatges-inside form {
    padding: 30px 25px;
  }

}

@media(max-width: 550px) {
  footer ul li {
    font-size: 1.1rem;
    margin-right: 8px;
  }
  .com-funciona ul {
    margin-left: 0;
  }
}

@media(max-width: 485px) {
  .social-feeds-header {
    display: none;
  }
  .col-xs-reduce {
    width: 100%;
  }
  .dades-bicing img{
    width: 80%;
  }
  .form-filter-mapa .col-xs-6:nth-child(2) label {
    margin-right: 43px;
  }
  .lista-icons ul li {
    margin-right: 10px;
  }
}

@media(max-width: 450px) {
  .links-apps a {
    margin: 0 auto;
    float: none;
  }
}
/* Mobile end }}} */

/* MARGIN VERTICAL {{{*/
@media (max-width: 1200px) {
  .mb-md-10{
    margin-bottom: 10px!important;
  }
  .mb-md-20{
    margin-bottom: 20px!important;
  }
  .mb-md-30{
    margin-bottom: 30px!important;
  }
  .mb-md-40{
    margin-bottom: 40px!important;
  }
  .mb-md-50{
    margin-bottom: 50px!important;
  }
  .mb-md-60{
    margin-bottom: 60px!important;
  }
  .mb-md-70{
    margin-bottom: 70px!important;
  }
  .mb-md-80{
    margin-bottom: 80px!important;
  }
  .mb-md-90{
    margin-bottom: 90px!important;
  }
  .mb-md-100{
    margin-bottom: 100px!important;
  }
  .mb-md-110{
    margin-bottom: 110px!important;
  }
  .mb-md-120{
    margin-bottom: 120px!important;
  }
  .mb-md-130{
    margin-bottom: 130px!important;
  }
  .mb-md-140{
    margin-bottom: 140px!important;
  }
  .mb-md-150{
    margin-bottom: 150px!important;
  }
  .mt-md-10{
    margin-top: 10px!important;
  }
  .mt-md-20{
    margin-top: 20px!important;
  }
  .mt-md-30{
    margin-top: 30px!important;
  }
  .mt-md-40{
    margin-top: 40px!important;
  }
  .mt-md-50{
    margin-top: 50px!important;
  }
  .mt-md-60{
    margin-top: 60px!important;
  }
  .mt-md-70{
    margin-top: 70px!important;
  }
  .mt-md-80{
    margin-top: 80px!important;
  }
  .mt-md-90{
    margin-top: 90px!important;
  }
  .mt-md-100{
    margin-top: 100px!important;
  }
  .mt-md-110{
    margin-top: 110px!important;
  }
  .mt-md-120{
    margin-top: 120px!important;
  }
  .mt-md-130{
    margin-top: 130px!important;
  }
  .mt-md-140{
    margin-top: 140px!important;
  }
  .mt-md-150{
    margin-top: 150px!important;
  }
}

@media (max-width: 992px) {
  .mb-sm-10{
    margin-bottom: 10px!important;
  }
  .mb-sm-20{
    margin-bottom: 20px!important;
  }
  .mb-sm-30{
    margin-bottom: 30px!important;
  }
  .mb-sm-40{
    margin-bottom: 40px!important;
  }
  .mb-sm-50{
    margin-bottom: 50px!important;
  }
  .mb-sm-60{
    margin-bottom: 60px!important;
  }
  .mb-sm-70{
    margin-bottom: 70px!important;
  }
  .mb-sm-80{
    margin-bottom: 80px!important;
  }
  .mb-sm-90{
    margin-bottom: 90px!important;
  }
  .mb-sm-100{
    margin-bottom: 100px!important;
  }
  .mb-sm-110{
    margin-bottom: 110px!important;
  }
  .mb-sm-120{
    margin-bottom: 120px!important;
  }
  .mb-sm-130{
    margin-bottom: 130px!important;
  }
  .mb-sm-140{
    margin-bottom: 140px!important;
  }
  .mb-sm-150{
    margin-bottom: 150px!important;
  }
  .mt-sm-10{
    margin-top: 10px!important;
  }
  .mt-sm-20{
    margin-top: 20px!important;
  }
  .mt-sm-30{
    margin-top: 30px!important;
  }
  .mt-sm-40{
    margin-top: 40px!important;
  }
  .mt-sm-50{
    margin-top: 50px!important;
  }
  .mt-sm-60{
    margin-top: 60px!important;
  }
  .mt-sm-70{
    margin-top: 70px!important;
  }
  .mt-sm-80{
    margin-top: 80px!important;
  }
  .mt-sm-90{
    margin-top: 90px!important;
  }
  .mt-sm-100{
    margin-top: 100px!important;
  }
  .mt-sm-110{
    margin-top: 110px!important;
  }
  .mt-sm-120{
    margin-top: 120px!important;
  }
  .mt-sm-130{
    margin-top: 130px!important;
  }
  .mt-sm-140{
    margin-top: 140px!important;
  }
  .mt-sm-150{
    margin-top: 150px!important;
  }
}

@media (max-width:768px) {
  .mb-xs-10{
    margin-bottom: 10px!important;
  }
  .mb-xs-20{
    margin-bottom: 20px!important;
  }
  .mb-xs-30{
    margin-bottom: 30px!important;
  }
  .mb-xs-40{
    margin-bottom: 40px!important;
  }
  .mb-xs-50{
    margin-bottom: 50px!important;
  }
  .mb-xs-60{
    margin-bottom: 60px!important;
  }
  .mb-xs-70{
    margin-bottom: 70px!important;
  }
  .mb-xs-80{
    margin-bottom: 80px!important;
  }
  .mb-xs-90{
    margin-bottom: 90px!important;
  }
  .mb-xs-100{
    margin-bottom: 100px!important;
  }
  .mb-xs-110{
    margin-bottom: 110px!important;
  }
  .mb-xs-120{
    margin-bottom: 120px!important;
  }
  .mb-xs-130{
    margin-bottom: 130px!important;
  }
  .mb-xs-140{
    margin-bottom: 140px!important;
  }
  .mb-xs-150{
    margin-bottom: 150px!important;
  }
  .mt-xs-10{
    margin-top: 10px!important;
  }
  .mt-xs-20{
    margin-top: 20px!important;
  }
  .mt-xs-30{
    margin-top: 30px!important;
  }
  .mt-xs-40{
    margin-top: 40px!important;
  }
  .mt-xs-50{
    margin-top: 50px!important;
  }
  .mt-xs-60{
    margin-top: 60px!important;
  }
  .mt-xs-70{
    margin-top: 70px!important;
  }
  .mt-xs-80{
    margin-top: 80px!important;
  }
  .mt-xs-90{
    margin-top: 90px!important;
  }
  .mt-xs-100{
    margin-top: 100px!important;
  }
  .mt-xs-110{
    margin-top: 110px!important;
  }
  .mt-xs-120{
    margin-top: 120px!important;
  }
  .mt-xs-130{
    margin-top: 130px!important;
  }
  .mt-xs-140{
    margin-top: 140px!important;
  }
  .mt-xs-150{
    margin-top: 150px!important;
  }
}
/* MARGIN VERTICAL END }}}*/

.slick-slide .cards-capa {
  z-index: -1;
}

.form-filter-mapa .container-label,
.form-type label {
  font-size: 1.4rem;
  letter-spacing: 0.8px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-type input[type="radiobutton"],
.form-type input[type="date"],
.form-type input[type="text"],
.form-type input[type="email"],
.form-type input[type="password"] {
  height: 55px;
}

.exposed-form-avatatges input, .exposed-form-avatatges-inside input,
 #views-exposed-form-avantatges-block-1 input,
.form-type input,
.form-type textarea {
  font-size: 1.4rem;
  padding: 15px 30px;
  width: 100%;
  margin: 0;
  border-radius: 2px;
  border: 1px solid #dae2df;
}

 #views-exposed-form-avantatges-block-1 input {
	 padding: 15px 15px;
 }

.form-type select {
  font-size: 1.5rem;
  padding: 15px 30px;
  width: 100%;
  margin: 0;
  border-radius: 2px;
  height: 55px;
  color: #32335f;
  border: 1px solid #dae2df;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.form-type .js-form-type-select:after {
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-size: 20px;
  position: absolute;
  bottom: 12px;
  right: 20px;
  color: #9b9b9b;
  pointer-events: none;
  font-weight: 600;
}
.radio-arreglar .js-form-type-checkbox label {
  /* line-height: 18px; */
}

.form-type .description {
  display: none;
}
.form-type .form-item-consulta .description {
	/* display: block;
	font-size: 1.3rem; */
	display: block;
	    font-size: 1.4rem;
    color: #8e8e8e;
}
/*.form-type .form-item-consulta:after {*/
	/*content: '';*/
/*}*/

.form-type input[type="checkbox"] {
  /* transform: scale(1.2); */
  margin-top: 4px;
}

.form-type .js-form-type-checkbox {
  display: table;
}
.form-type .js-form-type-checkbox label {
	padding-left: 15px;
}
.form-type .js-form-type-checkbox label,
.form-type .js-form-type-checkbox input {
  display: table-cell;
  vertical-align: middle;
}

.form-type-viejo .js-form-type-select.form-item-estation {
  width: 100%;
}

.btn.btn-reverse {
  box-shadow: inset 0px 0px 0px 2px #e61e2e;
  background: white!important;
  color: #e61e2e;
}
.btn.btn-reverse:hover,
.btn.btn-reverse:focus {
  background: -webkit-linear-gradient(45deg, #EB0029, #f1637b)!important;
  background: linear-gradient(45deg, #EB0029, #f1637b)!important;
  color: #fff;
  border: 0;
}

.hauto-force {
  height: auto!important;
}
.form-filter-mapa {
  width: 100%;
}

.container-label .checkmark:after {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #f2001e;
  transform: none;
  width: auto;
  height: auto;
  border: none;
}

.vista-especiada .redondear-imagen {
  margin: 0 30px 30px 30px;
}

.vista-especiada .card-custom {
  padding: 30px 0 0 0;
}

.vista-especiada .card-custom .card-footer {
  position: relative;
  text-align: center;
	 border-top: 4px solid #eee;
}
.vista-especiada .card-custom .card-footer.pd10 {
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  #infoestacions .mt-sm-30 {
    margin-top: 150px;
  }
  .menu-main.mr50 {
    margin-right: 100px;
  }
}

.vista-especiada .card-custom .avantatge-pc {
  display: inline-block;
  margin:0 auto;
  width: 70px;
}
.vista-especiada .card-custom .avantatge-label {
    display: inline-block;
    width: calc(100% - 105px);
    border-right: 4px solid #eee;
}

.centrado-global-custom {
  position: absolute;
  top: 50%!important;
  left: 50%;
  right:inherit!important;
  transform: translateY(-50%) translateX(-50%);
  line-height: 1;
}

.vista-especiada .card-custom .avantatge-pc {
  width:80px!important;
}


.exposed-form-avatatges .form-actions input, .exposed-form-avatatges-inside .form-actions input {
  padding: 15px 0;
}
.mx30 {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width:992px) {
  .logo-controlado-campana {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 450px) {
  span.form-mapa-filter-filters {
    text-align: center;
  }
  .exposed-form-avatatges, .exposed-form-avatatges-inside form {
    padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .datos-mapa-container > div {
    padding: 0 30px;
  }
}
@media (max-width: 600px) {
  .datos-mapa-container {
    top: 25%;
    right: 30px;
  }
  .datos-mapa-container > div {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .datos-mapa-container {
    left: 5px;
    right: 5px;
  }
  .datos-mapa-container > div {
    padding: 0 20px;
  }
  .datos-mapa-container p {
    font-size: 1.5rem;
  }
}

@media (max-width: 350px) {
  .table-prices td.fwb.text-uppercase {
    transform: rotateZ(315deg);
  }
  .table-prices-container .table-prices-content tr td {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .table-prices-content .pos-rel {
    margin-left: -10px;
  }
  .table-1 .table-prices:after, .table-1 .table-prices:before {
    left: calc(33.33% - 10px);
  }
}
