/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 06 2024 | 19:07:30 */
button.slick-prev.pull-left.slick-arrow {
  position: absolute;
  top: 50%;
  left: 2rem;
  background: #133c8c52;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: none;
  padding: 0.2rem 1.5rem;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.slick-next.pull-right.slick-arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  background: #133c8c52;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: none;
  padding: 0.2rem 1.5rem;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-color {
  color: white;
}

.enlaces-flotantes-2 {
  color: white;
  display: flex;
  font-size: 2rem;
  width: 100%;
  padding: 0 !important;
  margin: 1rem 1rem;
  list-style: none;
}

ul.enlaces-flotantes-2 li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: auto;
  background: #14ce00;
  border-radius: 50px;
  width: 93%;
  padding: 0 2rem;
  box-shadow: 0 0 13px 7px #00000014;
  cursor: pointer;
  font-size: 19px;
}

.enlaces-flotantes-2 a {
  transition: 0.3s all;
  font-size: 30px;
  text-decoration: none;
  color: white;
  font-weight: 500;
  width: 100%;
}

.enlaces-flotantes-2 .container-a-2 {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  font-size: 35px;
  text-decoration: none;
  color: white;
}

.icon-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.ico-img {
  width: 69px;
  height: 75px;
}

@media only screen and (max-width: 768px) {
  .ico-img {
    width: 87px;
    height: 96px;
  }
}

@media only screen and (max-width: 500px) {
  img.ico-img {
    width: 57px;
    height: 73px;
  }
  button.slick-prev.pull-left.slick-arrow {
    left: 1rem;
  }

  button.slick-next.pull-right.slick-arrow {
    right: 1rem;
  }

  	.card-formulario-immunotec {
		height: 51vh !important;
	}

  p.txt-form-item-immunotec {
    font-size: 13px !important;
    margin-bottom: 6px !important;
  }

  input.wpcf7-form-control.wpcf7-text.input-custom-form-immunotec {
    font-size: 12px !important;
  }

  select.wpcf7-form-control.wpcf7-select.input-custom-form-immunotec {
    font-size: 12px !important;
  }

  textarea.wpcf7-form-control.wpcf7-textarea.input-custom-form-immunotec {
    height: 11vh !important;
    font-size: 12px !important;
  }

  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 12px !important;
    width: 89% !important;
    height: 4vh !important;
  }
}
