a.btn_1 {
  background: #ce67a7;
}
a.btn_1:hover {
  background: #ad4e88;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.justify-end {
  justify-content: end;
}

.capitalise {
  text-transform: capitalize;
}

a {
  color: #ce67a7;
}

[v-cloak] {
  display: none;
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.hide {
  display: none;
}

header#plain {
  padding-top: 0;
}
@media only screen and (max-width: 992px) {
  header#plain {
    height: 45px;
  }
}
header#plain ul#top_links li a {
  color: #fff;
}
header#plain ul#top_links li a:hover {
  color: #eee;
}
header#plain #top_line {
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: none;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgb(206, 103, 167) 40%, rgb(206, 103, 167) 100%);
  color: #fff;
  z-index: 1;
  font-size: 14px;
}
header#plain #top_line a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  header#plain #top_line {
    display: block !important;
  }
}
header#plain .top_menu {
  padding-bottom: 6px;
}
header#plain .top_menu ul li a {
  font-size: 16px;
}
header#plain .top_menu ul li:last-child a {
  padding-right: 0;
}
header#plain .top_menu #logo_home {
  width: 166px;
  height: 166px;
  display: block;
  position: absolute;
  top: 6px;
  z-index: 2;
}
header#plain .top_menu #logo_home img {
  width: 166px;
}
@media only screen and (max-width: 768px) {
  header#plain .top_menu #logo_home img {
    width: 80px;
  }
}
header#plain.sticky #top_line {
  padding: 4px 0 0 0;
}
header#plain.sticky .top_menu #logo_home {
  width: 90px;
  height: 90px;
}
header#plain.sticky .top_menu #logo_home img {
  width: 90px;
}
header#plain #lang_top a {
  text-transform: uppercase;
}

.main-menu ul {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .main-menu ul {
    display: block;
    justify-content: flex-start;
  }
}
.main-menu ul li a {
  text-transform: uppercase;
  color: #4c1f2a;
  padding: 0 16px 15px 16px;
}
.main-menu ul li a:hover {
  color: #ce67a7 !important;
}
.main-menu ul li.is-current a {
  color: #ce67a7 !important;
  font-weight: 700;
}
.main-menu ul li ul.show-submenu {
  padding-top: 18px;
}
.main-menu ul li ul.show-submenu li a {
  border-bottom: 1px solid #f9cee8;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.main-menu ul li ul.show-submenu li:last-child a {
  margin-bottom: 0;
  border: 0;
}

#hero,
#hero_video {
  margin-top: 107px;
}
#hero .opacity-mask,
#hero_video .opacity-mask {
  top: unset;
  bottom: 108px;
  height: 200px;
  min-height: 200px;
}
@media only screen and (max-width: 992px) {
  #hero .opacity-mask,
  #hero_video .opacity-mask {
    bottom: 100px;
    height: 200px;
    min-height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #hero .opacity-mask,
  #hero_video .opacity-mask {
    bottom: 110px;
    height: 100px;
    min-height: 100px;
  }
}
#hero .opacity-mask .intro_title,
#hero_video .opacity-mask .intro_title {
  padding-bottom: 36px;
  padding-top: 8px;
}
#hero .opacity-mask .intro_title h3,
#hero_video .opacity-mask .intro_title h3 {
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  #hero .opacity-mask .intro_title,
  #hero_video .opacity-mask .intro_title {
    padding: 0;
  }
  #hero .opacity-mask .intro_title h3,
  #hero_video .opacity-mask .intro_title h3 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 1rem;
    padding: 0;
  }
  #hero .opacity-mask .intro_title .slogan,
  #hero_video .opacity-mask .intro_title .slogan {
    display: none;
  }
}
#hero .opacity-mask .button_intro.solid,
#hero_video .opacity-mask .button_intro.solid {
  background: #ce67a7;
}
#hero .opacity-mask .button_intro.solid:hover,
#hero_video .opacity-mask .button_intro.solid:hover {
  color: #fff !important;
}
#hero .opacity-mask .buttons,
#hero_video .opacity-mask .buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  #hero,
  #hero_video {
    height: 100%;
    background: none;
  }
}

#controls {
  position: absolute;
  top: 135px;
  right: 60px;
  z-index: 999;
}
#controls button {
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
  color: #ce67a7;
  background: none;
  border: none;
}
@media only screen and (max-width: 992px) {
  #controls {
    top: 94px;
  }
}
@media only screen and (max-width: 768px) {
  #controls {
    right: 18px;
  }
}

.categories_grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 250px;
}

.webcam {
  text-align: center;
  padding-top: 1rem;
  position: relative;
}
.webcam #text-circle {
  position: absolute;
  left: 90px;
  top: 80px;
  z-index: 9;
}
.webcam h2 {
  margin: 1rem 0 1rem 0;
  color: #ce67a7;
  font-size: 24px;
}
.webcam h3 {
  margin: 0 0 1rem 0;
  font-size: 18px;
}
.webcam h3 a {
  color: #000;
  display: flex;
  justify-content: center;
}
.webcam h3 a .logo_youtube {
  height: 22px;
  margin-left: 1rem;
}
.webcam .flamencos {
  margin: 0 auto;
  width: 80%;
}
.webcam .webcam-outer {
  position: relative;
  margin: 0 auto;
  width: 480px;
  height: 480px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .webcam .webcam-outer {
    width: 320px;
    height: 320px;
  }
}
.webcam .webcam-outer iframe {
  margin: 0 auto;
  margin-top: -187px;
  margin-left: -180px;
}
.webcam .webcam-outer::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0px 223px 0px 367px #fff;
}
.webcam .webcam-outer .circle {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 6px solid #ce67a7;
}

.inicio-text h3 {
  margin-top: 0;
}

.marker_info img {
  width: 280px;
}

.noticias h2 {
  margin-bottom: 0.8rem;
}
.noticias h2 span {
  color: #ce67a7;
}
.noticias p {
  margin-bottom: 2.4rem;
}

a.box_news ul li {
  color: #ce67a7;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 2rem;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content blockquote {
  font-weight: 700;
  color: #ce67a7;
}
.content h1 {
  margin-bottom: 32px;
}
.content h1:after {
  background-color: #ce67a7;
  content: "";
  width: 104px;
  height: 4px;
  display: block;
  margin-top: 24px;
}
.content h4 {
  margin-top: 24px;
}
.content h5 {
  font-size: 1.1rem;
  margin-bottom: 14px;
  line-height: 1.8;
}
.content table.horario {
  margin: 18px 0;
  width: auto;
}
.content table.horario td {
  padding: 12px 32px;
}
@media only screen and (max-width: 768px) {
  .content table.horario td {
    padding: 5px 8px;
    font-size: 12px;
  }
}
.content.visita .box_style_1 {
  padding-top: 0;
}
.content.visita h3 {
  margin-top: 2.2rem;
  color: #ce67a7;
  font-weight: bold;
}
.content.visita h3.inner {
  margin-top: 0;
  background: #ce67a7;
  color: #fff;
  text-align: center;
  padding: 12px;
  text-transform: uppercase;
  border: 0;
}
.content.visita strong,
.content.visita em {
  color: #ce67a7;
}
.content .main-content {
  padding-right: 2rem;
}
.content .main-content .text {
  padding-right: 1rem;
}
.content .side-images img {
  margin-bottom: 1.2rem;
  width: 100%;
}
.content .side-map #map {
  margin-bottom: 1rem;
  width: 100%;
  height: 300px;
  border: 1px solid #ccc;
}

.content .images img {
  width: 100%;
  margin-bottom: 20px;
}

.photoshoots h4 {
  margin-bottom: 24px;
}
.photoshoots h4:after {
  background-color: #ce67a7;
  content: "";
  width: 56px;
  height: 2px;
  display: block;
  margin-top: 18px;
}
.photoshoots .form-boxed {
  margin-top: 1.6rem;
  padding: 1rem;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
.photoshoots .logos {
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.photoshoots .logos img {
  width: 120px;
  height: 70px;
  border: 1px solid #eaeaea;
  background: #f5f5f5;
  padding: 8px;
  object-fit: cover;
}
.photoshoots .mas_info h5 {
  line-height: 1.8;
  font-size: 16px;
}
.photoshoots .mas_info h5 a {
  margin-top: 12px;
  display: block;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  background: #ce67a7;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
}

.shop-list h2 {
  font-size: 24px;
}
.shop-list .shop-item h3 {
  display: flex;
  align-items: start;
  flex-direction: row;
  height: 3rem;
  padding: 20px 20px 0 20px;
}
.shop-list .shop-item h3 a {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.shop-list .shop-item .product_description {
  padding: 0;
}
.shop-list .shop-item .product_description .price {
  background: #ce67a7;
  color: #fff;
  padding: 20px;
  font-size: 1.4rem;
}

.product-details .basic-details .details-header h2 {
  margin-top: 0;
}
.product-details .basic-details .details-header .item-price {
  color: #ce67a7;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 18px;
}
.product-details .basic-details .image-box {
  margin: 0 32px 32px 0;
}
.product-details .basic-details .text {
  margin-bottom: 24px;
}
.product-details .basic-details .text::after {
  background-color: #ce67a7;
  content: "";
  width: 104px;
  height: 4px;
  display: block;
  margin-top: 24px;
}
.product-details .basic-details ul.item-meta {
  margin: 12px 0 8px 0;
  text-transform: uppercase;
}
.product-details .related-products h3 {
  margin-bottom: 24px;
}

.side-booking .btn_1 {
  width: 100%;
  justify-content: center;
  display: flex;
  margin-bottom: 1.2rem;
}
.side-booking #visitas-guiadas .dp__cell_inner {
  background: #ce67a7;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 3px;
}
.side-booking #visitas-guiadas .dp__cell_inner.dp__cell_disabled {
  color: #ccc;
  background: #fff;
}
.side-booking #visitas-guiadas .datos h4 {
  margin-bottom: 1rem;
  color: #ce67a7;
}
.side-booking #visitas-guiadas .datos p {
  padding: 8px 0;
}
.side-booking #visitas-guiadas .datos textarea.form-control {
  min-height: 50px;
}
.side-booking #visitas-guiadas .datos .errors p {
  color: #ae0000;
  margin-bottom: 8px;
  padding: 0;
}
.side-booking #visitas-guiadas .pago {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.side-booking #visitas-guiadas .pago .tarjetas {
  width: 80px;
}

.pago h3 {
  margin-top: 0;
}
.pago h4 {
  margin: 0 0 1rem 0;
}
.pago h5 {
  margin: 0;
  padding: 0;
}
.pago .visita {
  margin: 1rem 0;
  padding: 0.5rem 0;
  border-bottom: 2px solid #ce67a7;
  width: 130px;
}
.pago .visitors {
  border-top: 1px dotted #ce67a7;
  margin: 1rem 0 0 0;
  padding: 1rem 0 0 0;
}
.pago .visitors .visitor {
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px dotted #ce67a7;
}
.pago .visitors .visitor h3 {
  color: #ce67a7;
}
.pago .error {
  padding: 1rem;
  background: #fac2c2;
}

.noticias .news_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 1.4rem;
}
.noticias .news_container .box_style_1 {
  margin: 0;
}
.noticias .news_container .post {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 !important;
  color: #111;
}
.noticias .news_container .post .post-left {
  display: flex;
  gap: 0.4rem;
}
.noticias .news_container .post .post-left span {
  text-transform: capitalize;
  color: #333;
}
.noticias .news_container .post h2 {
  font-size: 18px;
}
.noticias .news_container .post img {
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.noticias .news_container .post .filler {
  flex-grow: 1;
}

.post {
  color: #111;
}
.post h2 {
  margin: 18px 0 18px 0;
}
.post .main-image {
  margin-bottom: 1.6rem;
}

.salinas .salinas-children .salinas-child img {
  width: 100%;
}

.form-group label {
  padding-bottom: 6px;
}

.btn_1 {
  background: #ce67a7;
}

.btn_infobox,
a.btn_infobox {
  background: #ce67a7;
}

footer {
  background: #ce67a7;
}
footer h3 {
  margin-bottom: 1.2rem;
}
footer a#phone,
footer a#email_footer {
  color: #fff;
}
footer a:hover {
  color: #fffbc3;
}
footer .socials {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
footer .socials li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
footer #social_footer {
  display: flex;
  justify-content: center;
  gap: 1rem;
  color: #fff;
}
@media only screen and (max-width: 487px) {
  footer #social_footer {
    padding: 24px 0 12px 0;
    flex-direction: column;
    gap: 0.2rem;
  }
}
footer .cards {
  width: 120px;
}
footer .gallery-image {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
footer .gallery-image img {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
}
footer .ver_todas {
  display: block;
  margin-top: 1rem;
}

.salinas-top {
  margin-top: 30px;
}
.salinas-top h1 {
  margin-bottom: 12px;
}

.salinas-main {
  width: 100%;
  background: #fde9f6;
  font-size: 16px;
  line-height: 1.8;
}
.salinas-main p {
  margin: 0;
}

.salinas-children .child {
  margin-bottom: 30px;
}
.salinas-children .child h2:after {
  background-color: #ce67a7;
  content: "";
  width: 90px;
  height: 2px;
  display: block;
  margin-top: 18px;
  margin-bottom: 12px;
}
.salinas-children .child img {
  width: 100%;
}
.salinas-children .images {
  display: flex;
  justify-content: space-between;
  gap: 1.4rem;
  margin-top: auto;
}
.salinas-children .images img {
  width: 100%;
  margin: 0;
}
.salinas-children .images.vertical {
  flex-direction: column;
  align-self: flex-end;
}
.salinas-children .quimica {
  margin-top: 46px;
  background: url(../images/quimica.png) right center no-repeat;
  background-size: auto 90%;
}
.salinas-children .quimica .col {
  padding: 0;
}
.salinas-children .rosa {
  position: relative;
  margin-top: 3rem;
  padding: 1rem 0 3rem 0;
}
.salinas-children .rosa img.organismos {
  width: 80%;
}
.salinas-children .rosa:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.7;
  box-sizing: border-box;
  background-color: #fde9f6;
}
.salinas-children .sp-slides {
  margin-top: 24px;
}
.salinas-children .produccion {
  margin-top: 60px;
}
.salinas-children .produccion .mr-3 {
  margin-right: 2rem;
}

.whatsapp-badge {
  display: block;
  position: fixed;
  z-index: 9999999999;
  width: 50px;
  height: 50px;
  right: 14px;
  bottom: 18px;
  cursor: pointer;
}
.whatsapp-badge a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.whatsapp-badge img {
  height: auto;
  display: inline-flex;
  margin: 0 0.5em 0 0;
}
.whatsapp-badge:hover {
  transition: all 300ms ease-in 0s;
  transform: scale(1.2);
}

.error {
  border: 2px solid #ae0000 !important;
}

.images.tren .sp-slides-container {
  height: 360px;
}
.images.tren .sp-slides-container img {
  height: 360px;
  object-fit: cover;
}

/*# sourceMappingURL=custom.css.map */
