{
  % load inline_static_tags %
}

/*--LOAD FONT--*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&display=swap');

/*--VARIABLES--*/
:root {
  --green: #347e57;
  --default_color: #212b36;
  --green_sec: #edf5e3;
  --max-width: 1280px;
}

/*-------------------------------------------------------------------
---------------------------------------------------------------------
 DEFAULT
---------------------------------------------------------------------
-------------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: var(--max-width);
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  padding-top: 200px;
  font-size: 18px;
  font-weight: 400;
  color: var(--default_color);
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  color: var(--green);
  margin-bottom: 30px;
}

h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.14;
}

p {
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.18;
  letter-spacing: normal;
}

hr.border.color-primary,
hr {
  border: 1px solid #b6d1c1 !important;
}

.color-primary,
.color-primary a {
  color: var(--green) !important;
}

.container-small {
  max-width: 900px;
}

.container-medium {
  max-width: 1100px;
}

.container-login {
  max-width: 560px;
}

a,
a:hover {
  color: white;
  text-decoration: none;
}

small {
  color: #000000;
}
.table-2 table{
  border-collapse: collapse;
}
.table-2 thead th:first-child{
  text-align: left;
}
.table-2 thead th{
  text-align: center;
  background-color: #337d58;
  color: white;
  font-size: 1em;
  font-weight: 300;
}
.table-2 tbody td{
  width: 300px;
  font-size: 1em;
  text-align: center;

}
.table-2 tbody td.left{
  text-align: left;

}
.table-2 tbody td.colored{
   background-color: #337d58
}

.table-2 tbody tr{
   border-bottom:2px solid #337d58
}

.table-2 tbody tr.green-line{
   border-bottom: 2px solid #337d58;
}


.table-2 tbody{
   margin-top: 20px;
}

.table-2 tbody th{

  text-align: left;
  background-color: #337d58;
  color: white;
  font-size: 1em;
  font-weight: 300;
}
.table-2 table {
margin-bottom: 12px;
}
/* TABLE ADHESIONS */
.table-adhesions table{
  border-collapse: collapse;
}
.table-adhesions thead th:first-child{
  text-align: center;
}
.table-adhesions thead th{
  border-bottom: 1px solid grey;
  padding-bottom: 12px;
  text-align: center;
  color: grey;
  font-size: 1em;
  font-weight: 300;
}
.table-adhesions tbody td{
  width: 300px;
  padding-bottom: 12px;
  font-size: 1em;
  text-align: center;
  color: #337d58;

}
.table-adhesions tbody td.left{
  text-align: left;

}
.table-adhesions tbody td.colored{
   background-color: #337d58
}
.table-adhesions tbody{
   margin-top: 20px;
}

.table-adhesions tbody th{

  text-align: left;
  background-color: #337d58;
  color: white;
  font-size: 1em;
  font-weight: 300;
}
.table-adhesions table {
    margin-bottom: 12px;
}

/*BUTTON*/
button:focus {
  outline: none !important;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.1rem rgba(52, 126, 87, 0.32);
}

.btn-primary {
  color: #ffffff;
  background-color: var(--green);
  border-color: var(--green);
}

.btn-outline-primary {
  color: var(--green);
  border-color: var(--green);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover {
  color: #ffffff;
  background-color: var(--green);
  border-color: var(--green);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 125, 88, 0.25);
}

.text-primary {
  color: var(--green) !important;
}

/*RESPONSIVE*/
.ac_show_mobile {
  display: none;
}

/*-------------------------------------------------------------------
---------------------------------------------------------------------
 HEADER
---------------------------------------------------------------------
-------------------------------------------------------------------*/
header {
  box-shadow: 0 2px 4px 0 rgba(188, 188, 188, 0.5);
  background-color: #ffffff;
}

.show-logo #acLetter {
  display: none;
}

.logo-small,
.show-logo .logo {
  display: none;
}

.show-logo .logo-small {
  display: block;
  width: 50px;
}

.ac_item_lang a {
  font-size: 14px;
  color: var(--default_color);
}

.ac_item_lang a:hover,
.ac_item_lang a:active,
.ac_item_lang a:focus {
  font-size: 14px;
  font-weight: 600;
  color: var(--green);
}

ul#ac_menu li a {
  font-size: 16px;
  line-height: 1.25;
  text-align: right;
  color: var(--default_color);
  text-transform: uppercase;
}

ul#ac_menu li a:hover,
ul#ac_menu li a:focus,
ul#ac_menu li a:active {
  color: var(--green);
  border-bottom: 4px solid var(--green);
  outline: none;
}

/*PROFILE*/
.dropdown-item:hover {
  background: #357d58;
  color: white;
}

/*-------------------------------------------------------------------
---------------------------------------------------------------------
 HOME
---------------------------------------------------------------------
-------------------------------------------------------------------*/
.ac_titol_principal {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.11;
}

#acMain {
  background: url('../images/bg-top.svg') no-repeat center bottom;
  background-size: contain;
  background-position-y: 101%;
}

.bg-ac {
  background-color: #edf5e3;
}

.ac_titol_products {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
  color: var(--default_color);
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}

#ac_Titol .ac_titol_products .line_top,
.ac_Titol .ac_titol_products .line_top {
  left: 2px;
}

#acProducts .ac_titol_products .line_top {
  left: 15px;
}

/*SERVICE*/
.ac_card_service {
  background-color: var(--green);
  color: var(--green_sec);
}

a.ac_link_see_more {
  font-size: 20px;
  font-weight: 600;
  text-decoration: line;
  color: var(--green);
}

.ac_card_service {
  position: relative;
  overflow: hidden;
}

.line_top {
  position: absolute;
  top: -20px;
  left: 15px;
  width: 56px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--green);
}

/*CAROUSEL*/
.owl-theme .owl-dots {
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #ffffff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--green);
}

.owl-dot:hover span {
  background: var(--green);
}

.owl-dot:active,
.owl-dot:focus {
  outline: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-nav {
  position: absolute;
  height: 80px;
  width: 100%;
  top: 50%;
  z-index: -1;
  margin-top: -40px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  z-index: 999;
  background: #357e56;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  opacity: .5;
  line-height: 3px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: #357e56;
  opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev {
  top: 0;
  left: -70px;
}

.owl-carousel .owl-nav button.owl-next {
  top: 0;
  right: -70px;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  color: white;
  font-size: 40px;
  font-weight: 100;
}

/*CARD*/
.ac_card_service:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(33, 43, 54, 0);
  background: -moz-linear-gradient(top, rgba(33, 43, 54, 0) 0%, rgba(33, 43, 54, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(33, 43, 54, 0)), color-stop(100%, rgba(33, 43, 54, 1)));
  background: -webkit-linear-gradient(top, rgba(33, 43, 54, 0) 0%, rgba(33, 43, 54, 1) 100%);
  background: -o-linear-gradient(top, rgba(33, 43, 54, 0) 0%, rgba(33, 43, 54, 1) 100%);
  background: -ms-linear-gradient(top, rgba(33, 43, 54, 0) 0%, rgba(33, 43, 54, 1) 100%);
  background: linear-gradient(to bottom, rgba(33, 43, 54, 0) 0%, rgba(33, 43, 54, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212b36', endColorstr='#212b36', GradientType=0);
}

.img_service {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 0;
  opacity: .6;
}

.green-box {
    margin-top: 20px;
    padding: 10px;
    background: white;
    color: var(--green);
    border: 3px solid var(--green);
}

.card-body {
  z-index: 2;
  position: relative;
  min-height: 460px;
  padding: 4rem 2rem 2rem;
}

.card-title {
  font-size: 29px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  min-height: 200px;
}

.card-title:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  border-radius: 2px;
  background-color: #d9e6cb;
}

.card-text {
  font-size: 17px;
  line-height: 1.12;
  align-self: start;
}

.ac_read_more {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.12;
  color: #e2efd2;
  align-self: end;
  position: absolute;
  bottom: 35px;
}

.ac_read_more:hover {
  color: var(--green);
}

/*-------------------------------------------------------------------
---------------------------------------------------------------------
 404
---------------------------------------------------------------------
-------------------------------------------------------------------*/
.error p {
  font-size: 25px;
}

.error h2 {
  font-size: 35px;
}

/*-------------------------------------------------------------------
---------------------------------------------------------------------
 PRODUCTES
---------------------------------------------------------------------
-------------------------------------------------------------------*/
.ac_bg_product {
  background-image: url('../images/fulla.svg');
  background-position: 150% 190%;
  background-repeat: no-repeat;
  background-size: 57%;
  background-attachment: fixed;
}

.ac-product-info {
  border-bottom: 1px solid var(--green);
  margin-bottom: 20px;
}

.ac-product-info p {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
  color: var(--green);
}

.ac-product-info span {
  font-size: 20px;
  font-weight: 400;
}


/*-------------------------------------------------------------------
---------------------------------------------------------------------
 SIDEBAR
---------------------------------------------------------------------
-------------------------------------------------------------------*/
#sidebar {
  margin-top: -40px;
  position: relative;
}

.sidebar__inner:after {
  content: '';
  top: 0;
  right: 0;
  width: 100w;
  position: absolute;
}

.inner-wrapper-sticky {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
}

.sidebar__inner {
  background-color: #edf5e3;
  position: relative;
}

.sidebar__inner h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.ac-download {
  display: inline-block;
  padding: 10px 5px 10px 40px;
  background: url('../images/download-icon.svg') left center no-repeat;
  background-size: 20px;
}

/*-------------------------------------------------------------------
---------------------------------------------------------------------
 FOOTER
---------------------------------------------------------------------
-------------------------------------------------------------------*/
footer {
  background-color: var(--green);
  ;
  color: #eeeeee;
  font-size: 13px;
}

footer a {
  color: white;
  font-style: italic;
}

footer a:hover {
  color: var(--green_sec);
}

footer .social-icon {
  width: 18px;
  height: 18px;
}

/*-------------------------------------------------------------------
---------------------------------------------------------------------
 MODAL
---------------------------------------------------------------------
-------------------------------------------------------------------*/
.modal-header .close {
  font-weight: 100;
  font-size: 42px;
  color: var(--green);
}

.form-control:focus,
.custom-file-input:focus {
  color: #212b36;
  background-color: #fff;
  border-color: rgb(51, 125, 88);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 125, 88, 0.25);
}

/*-------------------------------------------------------------------
---------------------------------------------------------------------
 FORM
---------------------------------------------------------------------
-------------------------------------------------------------------*/
.drag-drop {
  border: dashed 1px #d0cdcd;
}

.btn-cancel {
  color: #357d58;
  border: 1px solid var(--green);
  background: #edf5e3;
}

.btn-print {
  background: url('../images/print.svg') right no-repeat;
  background-size: 20px;
  padding-right: 30px;
}

.btn-add {
  background: url('../images/add.svg') left no-repeat;
  background-size: 20px;
  padding-left: 30px;
}

.btn-cancel:hover {
  color: #357d58;
  border: 1px solid var(--green);
  background: #fff;
}

.btn-go-back {
  color: black !important;
  background: url('../images/back-arrow.svg') left no-repeat;
  background-size: 10px;
  padding-left: 20px;
}

.form-check {
  padding-left: 1.4em;
}

.form-group label,
.label {
  font-size: 17px;
  font-weight: 600;
  color: #357d58;
}

.form-group-label label {
  display: block;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.form-control,
.custom-file-label {
  color: #212b36;
  background-color: #fff;
  border: 1px solid #b0cdbe;
}

.upload-btn {
  background: url('../images/upload.svg') 14px center no-repeat var(--green);
  background-size: 20px;
}

.edit-btn {
  background: url('../images/pssw-icon.svg') 96px center no-repeat #b0cdbe;
  background-size: 20px;
  transition: ease-in .2s;
  -webkit-transition: ease-in .2s;
  -moz-transition: ease-in .2s;
  -ms-transition: ease-in .2s;
  -o-transition: ease-in .2s;
}

.edit-btn:hover {
  background: url('../images/pssw-icon-hover.svg') 96px center no-repeat #347e57;
  background-size: 20px;
}

.custom-file-label::after {
  display: none;
}

.custom-control-label:before {
  background-color: red;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: black;
}

.custom-control-label:before {
  background-color: white;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:active~.custom-control-label::before {
  background-color: var(--green);
  border: 1px solid var(--green);
}

.custom-control-input:focus {
  box-shadow: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-control-label::before {
  position: absolute;
  top: .3rem;
  left: -1.5rem;
  display: block;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #357e56 solid 2px;
}

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 4px 5px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: .18rem;
}

.price span {
  color: #212b36;
}

.price {
  margin-bottom: 0;
}

/** Validation dots **/
.timeline {
  width: 100%;
  height: 100px;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.timeline .events {
  position: relative;
  background-color: #edf5e3;
  height: 3px;
  width: 100%;
  border-radius: 4px;
  margin: 3em 0;
}

.timeline .events ol {
  margin: 0;
  padding: 0;
  text-align: center;
}

.timeline .events ul {
  list-style: none;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-inline-start: 0px;
}

.timeline .events ul li {
  width: 33%;
  margin: 0;
  padding: 0;
  position: relative;
}

.timeline .events ul li:before {
  content: '';
  width: 40%;
  height: 3px;
  background: #fff;
  position: absolute;
  display: block;
}

.timeline .events ul li:nth-child(1):before {
  top: 0;
  left: 0;
}

.timeline .events ul li:nth-child(2):before {
  display: none;
}

.timeline .events ul li:nth-child(3):before {
  top: 0;
  right: 0;
}


.timeline.number_4 .events ul li:nth-child(1):before {
  top: 0;
  left: 0;
}

.timeline.number_4 .events ul li:nth-child(2):before {
  display: none;
}

.timeline.number_4 .events ul li:nth-child(3):before {
  display: none;
}

.timeline.number_4 .events ul li:nth-child(4):before {
  top: 0;
  right: 0;
}


.timeline.number_5 .events ul li:nth-child(1):before {
  top: 0;
  left: 0;
}

.timeline.number_5 .events ul li:nth-child(2):before {
  display: none;
}

.timeline.number_5 .events ul li:nth-child(3):before {
  display: none;
}

.timeline.number_5 .events ul li:nth-child(4):before {
  display: none;
}

.timeline.number_5 .events ul li:nth-child(5):before {
  top: 0;
  right: 0;
}


.timeline .events ul li a {
  color: #212b36;
  text-decoration: none;
  position: relative;
  top: -32px;
  font-size: 17px;
  font-weight: 600;
}

.timeline .events ul li a span.number {
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  color: white;
  display: block;
  z-index: 1;
  top: 18px;
  left: 0;
  width: 100%;
  height: 100%;
}

.timeline .events ul li a:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  right: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #edf5e3;
  transition: 0.3s ease;
  transform: translateX(-50%);
}

.timeline .events ul li a.default:after {
  background: #edf5e3;
  color: #357d58;
}

.timeline .events ul li a.success:after {
  background: url('../images/check.svg') center center #357d58;
}

.timeline .events ul li a.success span.number {
  display: none;
}

.timeline .events ul li a.selected:after {
  background: #357d58;
}

.timeline .events ul li a.default .number {
  color: #357d58;
}

.timeline .events ul li a span {
  position: relative;
  top: 70px;
}

/** focus shadow pinkish **/
.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 255, 255, 0);
  border: 1px solid #b0cdbe;
}

/*-------------------------------------------------------------------
---------------------------------------------------------------------
 RESPONSIVE
---------------------------------------------------------------------
-------------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
  body.front-page {
    padding-top: 90px;
  }

  .logo__mobile {
    width: 93px;
    height: auto;
    object-fit: contain;
  }

  ul#menu__mobile {
    margin-top: 60px;
  }

  #btn-menu {
    cursor: pointer;
    position: relative;
    z-index: 100;
    width: 30px;
    height: 25px;
    float: right;
    top: 0px;
  }

  .menu {
    color: var(--green);
  }

  .icon-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 3px;
    background: var(--green);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }

  span.icon-bar.middle-bar {
    top: 10px;
    width: 15px;
  }

  span.icon-bar.bottom-bar {
    top: 20px;
  }

  #btn-menu.show span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .show span.icon-bar.top-bar,
  .show span.icon-bar.bottom-bar {
    top: 10px;
  }

  .show span.icon-bar.middle-bar {
    display: none;
  }

  .show span.icon-bar {
    background: #ffffff;
  }

  .show span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /*off canvas*/
  .offcanvas-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    right: -560px;
    max-width: 560px;
    width: 100%;
    overflow-y: auto;
    visibility: hidden;
    background-color: var(--green);
    transition-timing-function: ease;
    transition-duration: .4s;
    transition-property: right, visibility;
  }

  /* Makes the nav visibile with the open class */
  button#navToggle {
    z-index: 3;
    position: relative;
    padding: 0;
  }

  .offcanvas-collapse.open {
    right: 0;
    visibility: visible;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: white;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: white;
  }

  .nav-underline .nav-link:hover {
    color: white;
  }

  .nav-underline .active {}

  .offcanvas-collapse .navbar-nav .nav-item a {
    color: white;
    font-size: 38px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
  }

  .offcanvas-collapse .navbar-nav .nav-item button {
    color: white;
    font-size: 38px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
  }

  .dropdown-menu {
    background-color: transparent;
    border: none;
  }

  a.dropdown-item {
    font-size: 24px !important;
    font-weight: 400 !important;
    padding: .25rem 0rem;
    white-space: normal;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: transparent;
  }

  .dropdown-toggle::after {
    display: none;
  }

  #exta__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    color: white;
    background: var(--green);
  }

  #exta__info a {
    color: white;
    font-size: 20px;
  }

  #exta__info .social-icon {
    height: 20px;
    margin-left: 20px;
  }
  #main{
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .border-line {
    border-top: 1px solid white;
  }

  body.front-page {
    padding-top: 80px;
  }

  body {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 600px) {
  .ac_show_mobile {
    display: block;
    z-index: 1020;
  }

  .service {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 600px) {
  .btn__mobile {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #form_submit {
    margin-left: 0px!important;
    padding-left: 8px!important;
    padding-right: 8px!important;
  }
  .col-7.lang{
    padding-left: 0px;
  }
  #exta__info{
    position: sticky;
    top: 0;
    padding: 20px 0px;
  }
  button.btn__mobile{
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .sidebar__inner > h3{
    text-align: center;
  }
  .sidebar__inner > p{
    text-align: center;
  }
  .modal-content, .ac_Titol{
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
#ac_Titol h2{
  font-size: 30px;
}
}
@media (max-width: 320px) {
.card-body{
  padding: 4rem 1,5rem 2rem;
}
.card-title{
  font-size: 25px;
}
}


/* TAG STYLES PRODUCTS */

.card-title a {display:block;margin-bottom:5px;}
.card-title label {
    padding: 0 8px;
    line-height: 25px;
    font-size:17px;
    font-weight: normal;
}
.card-title label.green {
    background: var(--green);
    color:white;
    }
.card-title label.white {
    background:white;
    color: var(--green);
}
.card-title label.red {
    background:#cc0000;
    color: white;
}
.card-title label.orange {
    background: #fd7e14;
    color:white;
}
.card-title label.yellow {
    background: #bdb100;
    color:white;
}
/* CERTIFICATE ICONS */
.sidebar__inner h3.downloadCertificate {
    background: url('../images/completed.svg') left 3px no-repeat;
    background-size: 28px 28px;
    padding-left: 40px;
    line-height: 1.2em;
    min-height:35px;
}

.sidebar__inner h3.onloadCertificate {
    background: url('../images/en-espera.svg') left 3px no-repeat;
    background-size: 28px 28px;
    padding-left: 40px;
    line-height: 1.2em;
    min-height:35px;
}

.sidebar__inner a.adhesioninfo {
    background: url('../images/information.svg') left 3px no-repeat;
    background-size: 28px 28px;
    padding-left: 40px;
    line-height: 1.2em;
    min-height:35px;
    padding-top:5px;
    padding-bottom:5px;
    display:block;
}

.sidebar__inner h3.onloadCertificateFAPAC {
    background: url('../images/icon-!.svg') left 3px no-repeat;
    background-size: 28px 28px;
    padding-left: 40px;
    line-height: 1.2em;
    min-height:35px;
}

.sidebar__inner h3.addFAPAC {
    background: url('../images/plus.svg') left 3px no-repeat;
    background-size: 28px 28px;
    padding-left: 40px;
    line-height: 1.2em;
    min-height:35px;
}

.sidebar__inner h3.downloadCertificateFAPAC {
    background: url('../images/download-icon.svg') left 3px top 8px no-repeat;
    background-size: 28px 28px;
    padding-left: 40px;
    line-height: 1.2em;
    min-height:35px;
}

button.pressupost {
    margin-left: 50px;
    background: url('../images/print.svg') left 3px no-repeat;
    background-size: 28px 28px;
    line-height: 1.2em;
    min-height:35px;
}



/* DIABLESCAT LOGO */
.logo-container {
  position: relative;
}
.logo-container img {
  position: absolute;
  max-height: 47px;
  bottom: 5px;
  left: 15px;
}
.logo-container img.diablescat {
  max-height: 80px;
}

.logo-container img.bestiari {
  max-height: 80px;
}

.logo-container img.fapaes {
  max-height: 60px;
}
.logo-container img.fapamallorca {
  max-height: 70px;
}
.logo-container img.fapaeivissa {
  max-height: 70px;
}
.logo-container img.fampaburgos {
  max-height: 70px;
}
.logo-container img.fampahuelva {
  max-height: 70px;
}
.logo-container img.fampamelilla {
  max-height: 70px;
}
.logo-container img.fampacantabria {
  max-height: 80px;
}
.logo-container img.fapacealmeria {
  max-height: 70px;
}
.logo-container img.fampaceuta {
  max-height: 70px;
}
.logo-container img.losolivos {
  max-height: 70px;
}
.logo-container img.alfonsox {
  max-height: 80px;
}
.logo-container img.penyagolosa {
  max-height: 80px;
}
.logo-container img.fapava {
  max-height: 70px;
}
.logo-container img.fampavalencia {
  max-height: 100px;
}
.logo-container img.fedampacadiz {
  max-height: 70px;
}
.logo-container img.felampaleon {
  max-height: 130px;
}
.logo-container img.fedherrikoa {
  max-height: 80px;
}
.logo-container img.fedampasegovia {
  max-height: 150px;
}

.logo-container img.geganters {
  max-height: 120px;
}

.logo-container img.fapazamora {
  max-height: 80px;
}

.logo-container img.fapapalencia {
  max-height: 110px;
}

.logo-container img.affac {
  max-height: 70px;
}

.logo-container img.fedampasalamanca {
    max-height: 75px;
}

.logo-container img.fapalanzarote {
  max-height: 75px;
}

.logo-container img.fimapafuerteventura {
    max-height: 75px;
}

.logo-container img.fapmamenorca {
  max-height: 75px;
}

.logo-container img.fampatoledo {
  max-height: 140px;
}

.logo-container img.fapagrancanaria {
  max-height: 75px;
}

.logo-mobile {
  max-height:60px;
}

/* TAULES COOKIES */

.cookie_table{
    width:100%;
    border: 1px solid black;
    padding-top:5px;
    margin-bottom:20px;
}

.cookie_table th, td {
    border: 1px solid black;
    padding: 15px;
    text-align: center;

}

.cookie_table th {
    background-color: #43a370;
    text-align: center;
}

#cookies_config_form a {
    color: #347e57;
}

#cookies_config_form label {
    color: #347e57;
}

#cookies_config_form input[type=checkbox] {
    transform: scale(1.5);
    margin-left: 10px;
}

#cookies_config_form input[type=checkbox]:disabled+label:before {
    background-color: #b7e1cb !important;
}

#more_info_cookies {
    color: red;
    margin-bottom:10px;
}

#more_info_2 {
    margin-bottom: 10px;
}

.missatge_sexe .tooltiptext {
  visibility: hidden;
  width: 600px;
  background-color: #357d58;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.missatge_sexe:hover .tooltiptext {
  visibility: visible;
}

.label_with_tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: #357d58;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px;

  position: absolute;
  z-index: 1;
}

.label_with_tooltip:hover .tooltiptext {
  visibility: visible;
}

.custom-life-form__fields ul{
  list-style: none;
}

.custom-life-form__fields input[type=radio]{
  accent-color: green;
}
