@font-face {
  font-family: "HelveticaNeueLTPro-Md";
  src: url("fonts/HelveticaNeueLTPro-Md.eot") format("embedded-opentype"),
    url("fonts/HelveticaNeueLTPro-Md.otf") format("opentype"),
    url("fonts/HelveticaNeueLTPro-Md.woff") format("woff"),
    url("fonts/HelveticaNeueLTPro-Md.ttf") format("truetype"),
    url("fonts/HelveticaNeueLTPro-Md.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BeyondTheMountains";
  src: url("fonts/BeyondTheMountains.eot") format("embedded-opentype"),
    url("fonts/BeyondTheMountains.otf") format("opentype"),
    url("fonts/BeyondTheMountains.woff") format("woff"),
    url("fonts/BeyondTheMountains.ttf") format("truetype"),
    url("fonts/BeyondTheMountains.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* stylesheet */
:root {
  --primary-color: #797979;
  --secondary-color: #db0033;
  --dark-color1: #111111;
  --dark-color2: #17384e;
  --white-color: #ffffff;
  --transition: 0.4s ease-in-out;
}
:after,
:before {
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
}

body {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  background-color: #ffffff;
  color: #000;
  font-family: "HelveticaNeueLTPro-Md";
  overflow-x: hidden;
  font-weight: 500;
}
img {
  max-width: 100%;
  height: auto;
}
.hide {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
}

h1 {
  font-size: 4.5rem;
}

.text-shadow {
  color: #000000;
  text-shadow: 0 0 white;
}

a,
a:hover,
a:focus,
a:visited {
  color: inherit;
  text-decoration: none;
}

b {
  color: #5c727d;
  font-weight: 900;
}

ul li,
ol li {
  margin-top: 1rem;
}

.full-w {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.bg-dark-1 {
  background-color: #000000;
}

.text-primary {
  color: var(--secondary-color);
}

/* common css */
.as_padderTop10 {
  padding-top: 10px;
}
.as_padderTop20 {
  padding-top: 20px;
}
.as_padderTop30 {
  padding-top: 30px;
}
.as_padderTop40 {
  padding-top: 40px;
}
.as_padderTop50 {
  padding-top: 50px;
}
.as_padderTop60 {
  padding-top: 60px;
}
.as_padderTop70 {
  padding-top: 70px;
}
.as_padderTop80 {
  padding-top: 80px;
}
.as_padderTop90 {
  padding-top: 90px;
}
.as_padderTop100 {
  padding-top: 90px;
}
.as_padderBottom5 {
  padding-bottom: 5px;
}
.as_padderBottom10 {
  padding-bottom: 10px;
}
.as_padderBottom20 {
  padding-bottom: 20px;
}
.as_padderBottom30 {
  padding-bottom: 30px;
}
.as_padderBottom40 {
  padding-bottom: 40px;
}
.as_padderBottom50 {
  padding-bottom: 50px;
}
.as_padderBottom60 {
  padding-bottom: 60px;
}
.as_padderBottom70 {
  padding-bottom: 70px;
}
.as_padderBottom80 {
  padding-bottom: 80px;
}
.as_padderBottom90 {
  padding-bottom: 90px;
}
.as_padderBottom100 {
  padding-bottom: 90px;
}
.as_margin0 {
  margin: 0px !important;
}
.as_font14 {
  font-size: 16px;
  line-height: 26px;
}
.as_font_custom {
  font-size: 20px;
  line-height: 2rem;
  text-align: left;
  color: #5c727d;
}

.font-bold {
  font-weight: bold;
}

.as_toggle {
  display: none;
}

.border-wrapper {
  padding-left: 20px;
  border-left: 2px solid var(--secondary-color);
  margin-top: 20px;
}

.as_heading {
  font-size: 36px;
  font-family: "Great Vibes", cursive;
  text-transform: capitalize;
  padding-bottom: 17px;
  position: relative;
  margin: -8px 0 0;
  color: var(--secondary-color);
  font-weight: 600;
}

.color_camilo {
  color: #FEECDB;
  font-weight: 600;
}

.as_heading_custom_title {
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 17px;
  position: relative;
  margin: -8px 0 0;
  color: #781017;
  font-weight: 600;
  letter-spacing: 4px;
}

.as_heading_custom_title_camilo {
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 17px;
  position: relative;
  margin: -8px 0 0;
  color: #FEECDB;
  font-weight: 600;
  letter-spacing: 4px;
}

.form-control {
  background-color: #ffffff;
  border: 1px solid rgb(121 121 121 / 20%);
  outline: none;
  box-shadow: none !important;
  color: var(--primary-color);
  padding: 0 28px;
  border-radius: 45px;
}
.form-control:focus {
  border-color: var(--secondary-color) !important;
}
.form-control::placeholder {
  color: #797979;
}
.as_subheading {
  font-size: 22px;
  text-transform: capitalize;
  color: var(--dark-color1);
}
.as_orange {
  color: var(--secondary-color);
}
.as_white {
  color: var(--white-color);
}

.as_box_shadow {
  box-shadow: 0 16px 32px 0 rgb(7 28 31 / 29%);
}

.as_btn,
.as_btn:focus,
.as_btn:visited {
  height: 45px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  font-size: 14px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  border: none !important;
  position: relative;
  color: var(--white-color);
  border-radius: 45px;
  outline: none;
  min-width: 160px;
  justify-content: center;
  outline: none;
  z-index: 1;
  overflow: hidden;
}
.as_btn:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
}
.as_btn:hover:after {
  left: 0;
}
.as_btn:hover {
  color: var(--white-color) !important;
}

.as_btn_wrapper {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  background-color: var(--secondary-color);
  border-radius: 10px;
  padding: 9px;
}

.as_btn_wrapper:after {
  display: none;
}

.as_btn_wrapper:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

.as_verticle_center {
  display: flex;
  align-items: center;
}
.slick-dots {
  padding: 0;
  margin: 30px 0 0 0;
  list-style: none;
}
.slick-dots li {
  display: inline-flex;
}
.slick-dots li button {
  display: none;
}
.slick-dots li {
  height: 9px;
  width: 9px;
  background-color: #234a64;
  border-radius: 100%;
  margin: 0 6px;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: var(--secondary-color);
}

.slick-slide {
  outline: none;
}
.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
  display: none;
}
.only-timepicker .datepicker--time {
  border-top: none;
}
.datepicker {
  background-color: #ffffff;
  border: 1px solid rgb(255 255 255 / 10%);
  color: var(--primary-color);
}
.datepicker--nav {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.datepicker--nav > div {
  background-color: transparent !important;
  color: var(--primary-color);
}
.datepicker--pointer {
  background-color: #ffffff;
  border-top-color: rgb(255 255 255 / 10%);
  border-right-color: rgb(255 255 255 / 10%);
}
.datepicker--cell:hover {
  background-color: var(--secondary-color);
  color: var(--white-color) !important;
}
.datepicker--cell.-current-,
.datepicker--day-name {
  color: var(--secondary-color);
}
/* select2 */
.select2-selection {
  height: 45px !important;
  background-color: #ffffff !important;
  border: 1px solid #e7e7e7 !important;
  outline: none;
  box-shadow: none !important;
  color: var(--primary-color);
  border-radius: 45px !important;
  transition: none;
}

.select2-selection .select2-selection__rendered {
  color: var(--primary-color) !important;
  font-size: 14px;
  line-height: 45px !important;
  padding: 0 28px !important;
}

.select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection__arrow {
  height: auto !important;
  bottom: 1px;
  right: 18px !important;
}

.select2-container {
  transition: none;
  width: 100% !important;
}

.select2-dropdown {
  transition: none;
  background-color: #ffffff;
  border-color: #e7e7e7;
  font-size: 14px;
  box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
}

.select2-search--dropdown {
  padding: 10px 25px;
}

.select2-search--dropdown input {
  background-color: #ffffff;
  border-color: rgb(223 223 223) !important;
  outline: none !important;
}

.select2-results__option {
  padding: 10px 26px;
  background-color: transparent !important;
}

.select2-results__option:hover,
.select2-results__option.select2-results__option--selected {
  color: var(--secondary-color) !important;
}
.select2-container--below.select2-container--open .select2-selection {
  border-radius: 10px 10px 0 0 !important;
}
.select2-container--above.select2-container--open .select2-selection {
  border-radius: 0 0 10px 10px !important;
}

.select2-dropdown.select2-dropdown--above {
  box-shadow: -10px -28px 28px -24px rgb(0 0 0 / 5%);
}
/* loader */
.as_loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.as_loader img {
  animation: spin 7s infinite linear;
  -webkit-animation: spin 7s infinite linear;
  -moz-animation: spin 7s infinite linear;
}
/* header css start */

.as_header_wrapper {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}

.as_header_wrapper.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.as_logo {
  display: flex;
  min-width: auto;
}
.as_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.as_menu > ul > li {
  display: inline-flex;
  text-transform: uppercase;
  margin: 0 30px;
  color: #fff;
  position: relative;
}
.as_info_detail:last-child {
  margin-right: 0px;
}
.as_header_detail {
  width: calc(100% - 449px);
}
.as_menu > ul > li > a {
  padding: 23px 0;
  position: relative;
  transition: all 0.3s linear;
}
.as_wishlist {
  margin-left: 20px;
}
.as_menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: var(--secondary-color);
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.as_menu > ul > li > a:hover:before,
.as_menu > ul > li > a.active:before {
  width: 29px;
}
.as_menu ul li a:hover,
.as_menu ul li a.active {
  color: var(--secondary-color);
}
.as_info_detail {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  padding: 20px 0;
}
.as_search_wrapper {
  max-width: 415px;
  width: 100%;
  position: relative;
}
.as_search_wrapper > a {
  position: absolute;
  top: 11px;
  right: 20px;
}
.as_search_wrapper .form-control {
  height: 45px;
  border: 1px solid #fff;
  border-radius: 45px;
  background-color: transparent;
  color: #ffffff;
}
.as_search_wrapper .form-control::placeholder {
  color: #ffffff;
}

.as_user img {
  border-radius: 100%;
  border: 3px solid #fff;
}

.as_user {
  position: relative;
  margin-left: 30px;
}

.as_user span {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 14px;
  padding-left: 2px;
}
.as_search {
  cursor: pointer;
}
.as_info_detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.as_info_detail ul li {
  display: inline-flex;
  padding: 0 15px;
}

.as_info_detail ul li a,
.as_info_detail ul li a:focus {
  text-decoration: none;
  color: inherit;
}
.as_infobox {
  display: flex;
  color: #ffffff;
}
.as_infobox:hover {
  color: var(--secondary-color);
}
.as_info_detail ul li .as_infobox > span {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.as_right_info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.as_cart_wrapper {
  margin-left: 30px;
  position: relative;
}
.as_cart_wrapper > span {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
.as_cart_wrapper > span .as_cartnumber {
  width: 18px;
  height: 18px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  font-size: 9px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -12px;
  color: #ffffff;
}
.as_cart {
  position: relative;
}
.as_cart_box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background-color: #ffffff;
  z-index: 1;
  padding: 5px 20px 20px;
  box-shadow: 0 20px 20px rgb(255 255 255 / 5%);
  border-radius: 20px;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
  transition: all 0.3s linear;
}
.as_cart.cart_open .as_cart_box {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}
.as_cart_list .as_cart_img {
  float: left;
}
.as_cart_list .as_cart_img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.as_cart_info {
  width: calc(100% - 70px);
  float: right;
  padding-left: 10px;
}
.as_cart_list .as_cart_info a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 5px;
  width: 110px;
  text-transform: capitalize;
  color: var(--dark-color1);
}
.as_cart_list {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.as_cart_list ul {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
  border-bottom: 1px solid #e7e7e7;
}
.as_cart_list li {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.as_cart_list .as_cart_info p {
  font-size: 14px;
}
.as_cart_box .as_cart_total,
.as_cart_box .as_cart_btn {
  padding-right: 20px;
}
.as_cart_box .as_cart_total p {
  margin-top: 10px;
  text-align: left;
  text-transform: capitalize;
}
.as_cart_box .as_cart_total p span {
  float: right;
  font-family: "Philosopher", sans-serif;
}
.as_cart_box .as_cart_btn {
  text-align: center;
  padding-top: 5px;
  display: flex;
}
.as_cart_box .as_cart_btn button {
  background-color: var(--dark-color1);
  padding: 0 5px;
  text-transform: capitalize;
  min-width: 120px;
  margin-right: 1;
}
.as_cart_box .as_cart_btn button::after {
  border-left-color: var(--dark-color1);
}
.as_cart_box .as_cart_btn button::before {
  border-right-color: var(--dark-color1);
}
.as_cart_box .as_cart_btn button:hover {
  background-color: var(--secondary-color);
}
.as_cart_box .as_cart_btn button:hover::after {
  border-left-color: var(--secondary-color);
}
.as_cart_box .as_cart_btn button:hover::before {
  border-right-color: var(--secondary-color);
}
.as_cart_box .as_cart_btn button:first-child {
  margin-right: 15px;
}
.as_cart_list::-webkit-scrollbar {
  width: 4px;
}
.as_cart_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.as_cart_list::-webkit-scrollbar-thumb {
  background-color: #ff6f00;
  outline: #708090 solid 1px;
}
.as_menu > ul > li .as_submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #000000;
  padding: 15px 0;
  border-radius: 10px;
  width: 170px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.as_menu > ul > li > .as_submenu {
  transform: translateY(-10px);
}
.as_menu > ul > li:hover > .as_submenu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.as_menu > ul > li .as_submenu li a {
  color: #fff;
  padding: 7px 20px;
  display: flex;
}

.as_menu > ul > li .as_submenu li a:hover {
  color: var(--secondary-color);
}

.as_menu > ul > li .as_submenu > li > .as_submenu {
  right: 100%;
  top: 8px;
  left: auto;
  transform: translateX(-20px);
}
.as_menu > ul > li .as_submenu > li:hover > .as_submenu {
  transform: translateX(-10px);
  opacity: 1;
  visibility: visible;
}

.as_menu > ul > li .as_submenu > li {
  position: relative;
}

.as_menu > ul > li .as_submenu:before {
  content: "";
  position: absolute;
  border-bottom: 7px solid var(--secondary-color);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 100%;
  left: 13px;
}
.as_menu > ul > li > .as_submenu > li > .as_submenu:before {
  bottom: auto;
  top: 10px;
  left: 100%;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 7px solid var(--secondary-color);
}
/* header css end */
/* banner css start */
.as_banner_wrapper {
  background-image: url(../images/header.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 350px 0 200px;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}

.as_banner_wrapper::before {
  position: absolute;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
}

.as_banner_detail .as_btn {
  background: #ffffff;
  color: var(--dark-color1);
  font-weight: 600;
  transition: all 0.3s linear;
}
.as_banner_detail .as_btn:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}
.as_banner_detail h5 {
  font-size: 26px;
  margin: 0 0 5px;
}
.as_banner_detail h1 {
  font-family: "Great Vibes", cursive;
  font-size: 5rem;
  color: #fff;
  text-shadow: 1px 2px 2px black;
}
.as_banner_detail p {
  margin-bottom: 26px;
}
.as_banner_img {
  position: relative;
}
.as_banner_img .as_hand_bg {
  animation: spin 12s infinite linear;
  -webkit-animation: spin 12s infinite linear;
  -moz-animation: spin 12s infinite linear;
  display: inline-block;
}
.as_banner_img .as_hand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 60%;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.as_banner_slider {
  position: relative;
  z-index: 1;
}

.bg-overlay:before {
  content: "";
  position: absolute;
  left: -10%;
  top: 0;
  width: 65%;
  height: 100%;
  background-color: rgb(42 37 38 / 64%);
  -webkit-transform: skew(18deg);
  -ms-transform: skew(18deg);
  transform: skew(18deg);
}

.as_banner_slider .slick-arrow.slick-prev {
  left: -265px;
}
.as_banner_slider .slick-arrow.slick-next {
  right: -900px;
}
.as_banner_slider .slick-arrow > span {
  display: inline-flex;
}

/* banner css end */
/* about css start */
.as_about_wrapper {
  background-color: rgba(12, 13, 13, 0.03);
}

.as_about_wrapper .about_thumb {
  margin-bottom: 30px;
}

.as_about_wrapper .about_thumb img {
  box-shadow: 0 16px 32px 0 rgb(191 175 129);
}

.as_about_wrapper .about_info {
  padding-left: 68px;
  margin-bottom: 30px;
}

.as_about_wrapper .about_info h3 {
  font-family: "Great Vibes", cursive;
  color: var(--secondary-color);
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 12px;
}

.as_about_wrapper .about_info p {
  font-size: 22px;
  line-height: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .as_about_wrapper .about_info {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .as_about_wrapper .about_info {
    padding-left: 0;
  }
}

/* about css end */
/* Discografia css start */

.as_popup_video_wrapper .col-xl-3 .single_video {
  margin-left: 0px;
  padding-bottom: 5px;
}

.as_popup_video_wrapper .single_video {
  position: relative;
  margin-right: 5px;
  border: solid #000 4px;
}

@media (max-width: 767px) {
  .as_popup_video_wrapper .single_video {
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .as_popup_video_wrapper .single_video {
    margin: 0;
  }
}

.as_popup_video_wrapper .single_video .thumb img {
  width: 100%;
}

.as_popup_video_wrapper .single_video .hover_elements {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.as_popup_video_wrapper .single_video .hover_elements .video {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.as_popup_video_wrapper .single_video .hover_elements .video a {
  background: var(--secondary-color);
  width: 58px;
  height: 58px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 58px;
  margin-bottom: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

@media (max-width: 767px) {
  .as_popup_video_wrapper .single_video .hover_elements .video a {
    opacity: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .as_popup_video_wrapper .single_video .hover_elements .video a {
    opacity: 1;
    margin-bottom: 0;
  }
}

.as_popup_video_wrapper .single_video .hover_elements .hover_inner {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .as_popup_video_wrapper .single_video .hover_elements .hover_inner {
    bottom: 20px;
  }
}

.as_popup_video_wrapper .single_video .hover_elements .hover_inner span {
  font-size: 14px;
  font-weight: 400;
  color: var(--secondary-color);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  left: 30px;
  opacity: 0;
}

@media (max-width: 767px) {
  .as_popup_video_wrapper .single_video .hover_elements .hover_inner span {
    left: 0;
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .as_popup_video_wrapper .single_video .hover_elements .hover_inner span {
    left: 0;
    opacity: 1;
  }
}

.as_popup_video_wrapper .single_video .hover_elements .hover_inner h3 {
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  top: 30px;
  opacity: 0;
}

@media (max-width: 767px) {
  .as_popup_video_wrapper .single_video .hover_elements .hover_inner h3 {
    top: 0;
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .as_popup_video_wrapper .single_video .hover_elements .hover_inner h3 {
    top: 0;
    opacity: 1;
  }
}

.as_popup_video_wrapper .single_video .hover_elements .hover_inner h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .as_popup_video_wrapper .single_video .hover_elements .hover_inner h3 a {
    font-size: 18px;
  }
}

.as_popup_video_wrapper .single_video:hover .hover_elements {
  background: rgba(0, 0, 0, 0.2);
}

.as_popup_video_wrapper .single_video:hover .hover_elements .hover_inner {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.as_popup_video_wrapper .single_video:hover .hover_elements .hover_inner span {
  left: 0px;
  opacity: 1;
}

.as_popup_video_wrapper .single_video:hover .hover_elements .hover_inner h3 {
  top: 0px;
  opacity: 1;
}

.as_popup_video_wrapper .single_video:hover .hover_elements .video a {
  opacity: 1;
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.audioplayer-playing .audioplayer-playpause a::before,
.audioplayer-playing .audioplayer-playpause a::after {
  content: "";
  width: 4px;
  height: 14px;
  background-color: var(--secondary-color);
}

.audioplayer-playing .audioplayer-playpause {
  background: rgba(253, 79, 26, 0);
  border: 1px solid var(--secondary-color);
}

/* Discografia css end */

/* Video Css Start*/
.as_videos_wrapper {
  background-color: #7a001d;
}

/* Video Css End*/

/* Track Css Start */

@-webkit-keyframes rotating

/* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  border-radius: 50%;
}

.rotating:hover {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 4s linear infinite;
}

.rotating::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}

/* line 1, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area {
  position: relative;
  margin-top: -148px;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
  .music_area {
    background: #fff;
    margin-top: 0;
    padding-bottom: 30px;
  }
}

/* line 9, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin: 1em 0;
  padding: 0 24px;
  width: 100%;
  height: auto;
  align-items: center;
  border: 1px solid #dde2e6;
  border-radius: 4px;
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 25, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer-time-current {
  margin-left: 24px;
  display: none;
}

/* line 29, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 8px;
  background: var(--secondary-color);
  border-radius: 30px;
}

/* line 36, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer-bar-loaded {
  z-index: 1;
  height: 2px;
  background: #dde2e6;
  border-radius: 30px;
}

/* line 42, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer-bar-played::after {
  display: flex;
  position: absolute;
  content: "";
  box-sizing: border-box;
  top: -5px;
  right: -1px;
  margin-right: -5px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
  display: none;
}

/* line 56, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: "";
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
}

/* line 68, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: rgba(91, 130, 255, 0);
  border: 1px solid #fff;
}

/* line 72, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area
  .audioplayer:not(.audioplayer-mute)
  .audioplayer-volume-button
  a::after {
  left: 10px;
  top: 1px;
}

/* line 76, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer-bar {
  position: relative;
  display: flex;
  margin: 0 10px;
  height: 12px;
  flex-basis: 0;
  flex-grow: 1;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
  top: -3px;
  margin-right: 30px;
}

/* line 90, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer-bar::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  height: 8px;
  background-color: #333334;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 99, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer-time-duration {
  margin-right: 24px;
  display: none;
}

/* line 103, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* line 113, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer-bar-loaded {
  z-index: 1;
  height: 8px;
  background: #333333;
  border-radius: 30px;
}

/* line 119, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 60px;
  height: 8px;
  cursor: pointer;
  background-color: #333333 !important;
  border-radius: 30px;
}

/* line 128, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  background-color: #0059ff;
  border-radius: 30px;
}

/* line 136, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  background-color: var(--secondary-color);
  border-radius: 30px;
}

/* line 144, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer-bar-loaded {
  z-index: 1;
  height: 2px;
  background: #dde2e6;
  border-radius: 30px;
  display: none !important;
}

@media (max-width: 767px) {
  /* line 151, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
  .music_area .music_field {
    margin-bottom: 30px;
  }
}

/* line 155, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .music_field .thumb {
  overflow: hidden;
  float: left;
  margin-right: 50px;
}

/* line 160, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .music_field .audio_name {
  overflow: hidden;
  position: relative;
  top: 15px;
}

@media (max-width: 767px) {
  /* line 160, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
  .music_area .music_field .audio_name {
    overflow: inherit;
  }
}

/* line 168, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .music_field .audio_name .name {
  margin-bottom: 12px;
}

/* line 170, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .music_field .audio_name .name h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

/* line 176, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .music_field .audio_name .name p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}

/* line 185, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .music_btn {
  text-align: right;
}

@media (max-width: 767px) {
  /* line 185, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
  .music_area .music_btn {
    text-align: left;
  }
}

/* line 191, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area.music_gallery {
  margin-top: 0;
  padding-bottom: 50px;
  padding-top: 145px;
}

@media (max-width: 767px) {
  /* line 191, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
  .music_area.music_gallery {
    padding-top: 50px;
  }
}

/* line 200, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area.music_gallery .audioplayer-bar-loaded {
  z-index: 1;
  height: 8px;
  background: #dfdeff !important;
  border-radius: 30px;
}

/* line 206, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area.music_gallery.inc_padding {
  padding-bottom: 130px;
}

@media (max-width: 767px) {
  /* line 206, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
  .music_area.music_gallery.inc_padding {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 206, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
  .music_area.music_gallery.inc_padding {
    padding-bottom: 70px;
  }
}

/* line 216, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_area .audioplayer-volume-button a::before {
  width: 0;
  height: 0;
  border-top: none;
  border-right: none;
  border-bottom: noe;
  border-left: none;
  top: -8px;
  content: "\f100";
  font-family: Flaticon;
  color: #fff;
  font-weight: 900;
}

/* line 231, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_gallery .audioplayer-bar::before,
.music_gallery .audioplayer-volume-adjust > div {
  background-color: #dfdeff;
}

/* line 235, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_gallery .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: rgba(91, 130, 255, 0);
  border: 1px solid var(--secondary-color) !important;
}

/* line 239, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_gallery .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  border-left: 12px solid var(--secondary-color) !important;
}

/* line 242, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_gallery .music_field .audio_name .name h4 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 0;
  color: var(--secondary-color);
  letter-spacing: 10px;
}

/* line 248, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_gallery .audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: none;
  border-right: none;
  border-bottom: noe;
  border-left: none;
  top: -4px;
  content: "\f100";
  font-family: Flaticon;
  color: var(--secondary-color);
  font-weight: 900;
}

/* line 261, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.audioplayer-volume-button a {
  display: flex;
  width: 0;
  height: 8px;
  background-color: 0;
  position: relative;
}

/* line 268, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a::after {
  left: 10px;
  top: -2px;
  width: 6px;
  height: 6px;
  border: 6px double #9a9fb0;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  transform: rotate(45deg);
  display: none;
}

/* line 279, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_gallery .audioplayer-volume-button a::before {
  width: 0;
  height: 0;
  border-top: none;
  border-right: none;
  border-bottom: noe;
  border-left: none;
  top: -8px;
  content: "\f028";
  font-family: fontawesome;
  color: var(--secondary-color);
  font-weight: 900;
}

/* line 292, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_music_area.scss */
.music_gallery .audioplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 80px;
  height: 8px;
  cursor: pointer;
  background-color: #dfdeff !important;
  border-radius: 30px;
}
/*Track Csss End*/

/*Antonio Css Start*/
.as_artist_hero_wrapper {
  padding: 75px 0 140px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.as_artist_hero_wrapper .container {
  z-index: 2;
  position: relative;
}
.as_artist_hero_wrapper h1 {
  color: #fff;
  font-weight: 900;
  font-size: 4rem;
  margin: 0px 0 15px;
}

.as_artist_hero_wrapper .as_artist_image_wrapper img {
  border-radius: 5px;
}

.as_artist_hero_wrapper .social-links a {
  color: #fff;
  margin-right: 30px;
  font-size: 16px;
  opacity: 0.6;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.as_artist_hero_wrapper .social-links a:hover {
  opacity: 1;
}

.as_artist_content_wrapper {
  margin-top: -20vh;
  position: relative;
  z-index: 2;
}

.as_artist_content_wrapper p {
  font-size: 22px;
  font-weight: 300;
  line-height: 2.5rem;
  color: #727272;
  margin-bottom: 13px;
  opacity: 0.6;
}
/*Antonio Css End*/

/*Contacto Css Start*/
.as_contact_wrapper {
  background-image: url(../images/banner/flamenca.webp);
  background-position: center;
  background-repeat: no-repeat;
}

.contact_form_wrapper .form-control {
  position: relative;
  z-index: 2;
  height: 45px;
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
  padding: 15px 0;
  font-style: italic;
  color: #b3b3b3;
  border-bottom: 1px solid #000000;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.contact_form_wrapper .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #000000;
}

.contact_form_wrapper textarea.form-control {
  height: 160px;
}

/*Contact end*/

/* footer css start */

.footer .copy-right_text {
  padding-bottom: 30px;
  background: #000;
}

.footer .copy-right_text .footer_border {
  padding-bottom: 30px;
}

.footer .copy-right_text .copy_right {
  font-size: 13px;
  color: #c7c7c7;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  .footer .copy-right_text .copy_right {
    font-size: 13px;
  }
}

.footer .copy-right_text .copy_right a {
  color: #ed1b1b;
}

.footer .copy-right_text .footer_links {
  text-align: right;
}

@media (max-width: 767px) {
  .footer .copy-right_text .footer_links {
    text-align: left;
  }
}
.footer .copy-right_text .footer_links ul li {
  display: inline-block;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .footer .copy-right_text .footer_links ul li {
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .copy-right_text .footer_links ul li {
    margin-right: 20px;
  }
}

.footer .copy-right_text .footer_links ul li a {
  color: #808e9c;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
}

.footer .copy-right_text .footer_links ul li a:hover {
  color: #fff;
}

/* footer css end */
/* breadcrum start */
.as_breadcrum_wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 223px 0 140px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.as_breadcrum_wrapper .container {
  z-index: 2;
  position: relative;
}
.as_breadcrum_wrapper h1 {
  color: #fff;
  font-weight: 900;
  font-size: 4rem;
  margin: 0px 0 15px;
}
.as_breadcrum_wrapper .breadcrumb {
  display: inline-flex;
  border-radius: 40px;
  font-size: 14px;
  line-height: 18px;
  padding: 0 30px;
  margin: 0px;
  align-items: center;
  background-color: transparent;
}
.breadcrumb > li + li:before {
  content: "";
  background-image: url("../images/star.png");
  background-repeat: no-repeat;
  width: 22px;
  height: 20px;
  display: inline-flex;
  margin: 0 10px;
}
.breadcrumb > li {
  display: inline-flex;
  align-items: center;
}
.form-group {
  margin: 10px 0px 10px;
}
/* breadcrum end */

/* Event Css Start*/
.as_event_wrapper {
  background-color: rgba(12, 13, 13, 0.03);
  background-image: url(../images/banner/flamenca.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.as_event_wrapper .quote_wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .as_event_wrapper .quote_wrapper {
    padding: 30px;
  }
}

.as_event_wrapper .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px var(--secondary-color) solid;
}

@media (min-width: 768px) {
  .as_event_wrapper .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/*Event Css End*/

/* Responsive css */
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1400px) and (max-width: 1810px) {
  .as_header_detail {
    width: calc(100% - 220px);
  }
  .as_info_detail {
    padding-right: 50px;
  }
  .as_menu_wrapper {
    padding-right: 50px;
  }

  .as_info_detail ul li,
  .as_right_info,
  .as_menu > ul > li {
    font-size: 14px;
  }
}
@media (max-width: 1199px) and (min-width: 991px) {
  .as_product_box {
    min-height: 483px;
  }
}
@media (max-width: 1800px) {
  .as_banner_slider .slick-arrow.slick-next {
    right: 262px;
  }
  .as_banner_slider .slick-arrow.slick-prev {
    left: -120px;
  }
  .as_call_wrapper:before,
  .as_footer_wrapper:before {
    top: -1px;
  }
  .as_call_wrapper:after,
  .as_banner_wrapper:after {
    bottom: -1px;
  }
}
@media (max-width: 1560px) {
  .as_banner_slider .slick-arrow.slick-next {
    right: 262px;
  }
}
@media (max-width: 1560px) {
  .as_banner_slider .slick-arrow.slick-next {
    right: 262px;
  }
  .as_banner_slider .slick-arrow.slick-prev {
    left: -60px;
  }
}
@media (max-width: 1450px) {
  .as_error_detail_box .as_circle {
    width: 75%;
    display: inline-block;
    margin: -36% 0 0 -38%;
  }
  .as_error_detail_box img {
    width: 60%;
    display: inline-block;
  }
}
@media (max-width: 1399px) {
  .as_header_detail {
    width: calc(100% - 220px);
  }
  .as_infobox {
    font-size: 14px;
  }
  .as_menu > ul > li {
    margin: 0 10px;
  }
}
@media (max-width: 1360px) {
  .as_menu ul li a {
    font-size: 16px;
  }
  .as_banner_slider .slick-arrow.slick-next,
  .as_banner_slider .slick-arrow.slick-prev {
    right: auto;
    left: 70px;
    top: auto;
    transform: none;
    bottom: -80px;
  }
  .as_banner_slider .slick-arrow.slick-prev {
    left: 0;
  }
  .as_banner_slider {
    z-index: 2;
    margin-top: -80px;
  }
}
@media (max-width: 1260px) {
  .as_header_wrapper .as_info_detail .row {
    display: flex;
    align-items: center;
  }
  .as_cart_wrapper {
    margin-left: 20px;
    padding: 10px 15px;
    font-size: 11px;
  }
  .as_menu ul li a {
    padding: 13px 0;
  }
  .as_info_detail,
  .as_menu_wrapper {
    padding-right: 0;
  }
  .as_banner_slider .slick-arrow.slick-next {
    right: 426px;
  }
  .as_customer_wrapper .slick-prev {
    left: 0;
  }
  .as_customer_wrapper .slick-next {
    right: 20px;
    margin: 0;
  }
  .as_overview_wrapper .slick-prev {
    left: -20px;
  }
  .as_overview_wrapper .slick-next {
    right: -4px;
  }
  .as_header_wrapper .as_info_detail .row > div {
    flex: 1;
  }
}
@media (max-width: 1199px) {
  .as_service_img:after {
    bottom: -100px;
  }
  .as_aboutimg::after {
    top: 85px;
    right: 80px;
  }
  .as_aboutimg::before {
    left: -45px;
    bottom: -40px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .as_product_img > img {
    width: 100%;
  }
  .as_tab_wrapper .nav-tabs > li > a {
    padding: 16px 20px;
  }
  .as_countdown_wrapper ul li {
    padding-right: 30px;
  }
  .as_tag_wrapper .as_btn {
    margin-bottom: 10px;
  }
  .as_banner_detail h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .as_banner_detail h5 {
    font-size: 23px;
  }
  .as_customer_img {
    width: 75px !important;
    height: 75px;
  }
  .as_sign_form ul li {
    margin-left: 8px;
  }
  .as_know_sign_wrapper > div {
    width: 100%;
    text-align: center;
  }
  .as_know_sign_wrapper .as_heading {
    padding-bottom: 30px;
  }
  .as_comnt_detail .as_comnt_title .as_time,
  .as_comnt_detail .as_comnt_title .as_reply,
  .as_comnt_detail .as_comnt_title .as_date {
    font-size: 12px;
  }
  .as_blog_box ul li img {
    margin-right: 5px;
  }
  .as_comment_section > ul > li .as_comnt_img img {
    width: 100px;
  }
  .as_comment_section > ul > li .as_comnt_img {
    width: 120px;
  }
  .as_comment_section > ul > li .as_comnt_detail {
    width: calc(100% - 120px);
    padding-right: 0px;
  }
  .as_comment_section > ul > li > ul > li {
    margin-left: 50px;
  }
}
@media (max-width: 1160px) {
  .as_banner_slider .slick-arrow.slick-next {
    right: 580px;
  }
}
@media (max-width: 1145px) {
  .as_info_detail ul li .as_infobox > span.as_orange {
    width: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .as_heading {
    font-size: 28px;
  }
  .as_infobox .as_infoicon svg {
    width: 15px;
  }
  .as_info_detail ul li .as_infobox > span.as_orange {
    width: 40px;
  }
  .as_cart_wrapper {
    margin-left: 10px;
  }
  .as_infobox .as_infoicon {
    margin-right: 5px;
  }
  .as_cart_wrapper > span {
    margin-right: 12px;
  }
  .as_header_detail {
    width: calc(100% - 170px);
  }
  .as_info_detail,
  .as_menu_wrapper {
    padding-right: 6px;
  }
  .as_info_detail ul li {
    padding: 5px;
  }
  .as_info_detail ul li .as_infobox > span.as_orange {
    width: 34px;
  }
  .as_infobox .as_logintext {
    display: none;
  }
  .as_banner_detail h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .as_banner_detail h5 {
    font-size: 18px;
  }
  .as_aboutimg::before,
  .as_aboutimg::after {
    display: none;
  }
  .as_aboutimg > img {
    margin: 0 0px 30px auto;
    width: 100%;
  }
  .as_padderBottom80 {
    padding-bottom: 50px;
  }
  .as_padderTop80 {
    padding-top: 50px;
  }

  .as_product_img ul {
    display: flex;
    justify-content: space-around;
  }

  .as_service_detail_inner {
    margin-bottom: 50px;
  }
  .as_newsletter_box {
    margin: 0 20px;
  }
  .as_card_box {
    text-align: center;
  }
  .as_card_box img {
    display: inline-block;
  }
  .as_choose_ul li {
    width: 33.33%;
  }
  .as_comment_form {
    margin-bottom: 50px;
  }
  .as_verticle_center {
    display: block;
  }
  .as_service_img .as_service_circle {
    margin: 60px auto;
    margin-left: 60px;
  }
  .as_customer_nav .slick-list {
    display: inline-flex;
    width: 330px;
  }
  .as_copyright_wrapper,
  .as_login_data {
    display: block;
  }
  .as_banner_slider {
    margin: 0;
  }
  .as_choose_ul {
    text-align: center;
  }
  .as_banner_wrapper {
    padding: 240px 0 100px;
  }
  .as_tab_wrapper {
    float: left;
    width: 100%;
  }
  .as_product_description {
    padding: 50px 0 0;
  }
  .as_pagination ul li.as_prev,
  .as_pagination ul li.as_next {
    padding: 0;
  }
  .as_share_box ul li {
    margin-right: 5px;
  }
  .as_blog_detail .col-lg-4.col-md-4.col-sm-12 img {
    width: 100%;
    margin-bottom: 30px;
  }
  .as_bloquote {
    padding: 30px;
  }
  .as_comnt_detail .as_comnt_title {
    display: block;
  }
  .as_comnt_detail .as_comnt_title .as_time {
    padding-left: 0;
  }
  .as_comnt_detail .as_comnt_title .as_reply,
  .as_comnt_detail .as_comnt_title .as_date {
    padding-left: 10px;
  }
  .as_contact_detail {
    margin-bottom: 50px;
  }
  .as_customer_img:nth-child(2) {
    margin: 110px 0 0 -42px;
  }
  .as_customer_img:nth-child(3) {
    margin: 30px 0 0 -8px;
  }
  .as_customer_img:nth-child(4) {
    margin: 120px 0 0 -50px;
  }
  .as_customer_img:nth-child(5) {
    margin: 0px;
  }
  .as_customer_img:nth-child(6) {
    margin: 10px 0 0 20px;
  }
  .as_booking_section ul.as_total_amount {
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
  }
  .as_banner_img {
    margin-top: 50px;
  }
  .as_service_img:after {
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .as_verticle_center {
    display: block;
  }
  .as_product_description {
    padding: 50px 0 0;
  }

  .prod_detail {
    display: block;
  }

  .prod_detail .as_btn {
    margin: 0 0 30px;
  }
  .as_search_wrapper {
    padding-top: 0;
  }
  .as_choose_ul li {
    width: 100%;
  }
  .as_sign_box {
    margin: 40;
    margin: 30px auto 0 !important;
  }
  .as_blog_img img {
    width: 100%;
  }
  .as_banner_slider .slick-arrow.slick-next {
    right: 428px;
  }
  .as_toggle {
    display: flex;
    /*margin-right: 20px;*/
    cursor: pointer;
  }
  .as_menu ul li,
  .as_menu ul li a {
    display: block;
  }
  .as_menu {
    position: fixed;
    left: -200px;
    top: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 999;
    width: 200px;
    border-right: 2px solid var(--secondary-color);
    opacity: 0;
    visibility: hidden;
  }
  .menu_open .as_menu {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .as_menu li {
    display: flex;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    margin: 0;
  }
  .as_menu ul li a:before {
    display: none;
  }
  .as_menu_wrapper {
    color: var(--secondary-color);
    padding: 12px 10px;
  }
  .as_cart_wrapper {
    display: flex;
  }
  .as_cart_wrapper > span {
    margin-right: 20px;
  }
  .as_info_detail {
    justify-content: center;
    flex-direction: column;
    padding: 10px;
  }
  .as_right_info {
    padding-left: 5px;
  }
  .as_search_inner {
    padding: 0 20px;
  }
  .as_menu > ul > li .as_submenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100%;
    right: auto !important;
    padding: 0;
    background-color: transparent;
    display: none;
  }
  .as_service_img:after {
    bottom: -40px;
  }
  .as_menu > ul > li .as_submenu .as_submenu {
    display: none;
  }
  .as_menu > ul > li .as_submenu:before {
    display: none;
  }
  .as_menu ul li .as_submenu.active {
    display: block;
  }
  .as_menu ul li.as_submenu_li:after {
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    top: 25px;
    right: 0;
  }
  .as_menu ul li.as_submenu_li ul li.as_submenu_li:after {
    top: 18px;
  }
  .as_service_img .as_service_img {
    position: unset;
    transform: translate(0, 0);
    margin: auto;
  }
  .as_service_img .as_service_circle {
    margin: auto;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
  }
  .as_service_img {
    position: relative;
    margin: 50px 0;
    text-align: center;
  }
  .as_banner_slider .slick-arrow.as_btn {
    min-width: 40px;
    height: 40px;
  }
  .as_banner_slider .slick-arrow.slick-next,
  .as_banner_slider .slick-arrow.slick-prev {
    bottom: -50px;
  }
  .as_banner_slider .slick-arrow.slick-next {
    left: 50px;
  }
  .as_service_single > ul {
    padding: 0 0px 0 18px;
  }
  .as_blog_wrapper.as_padderBottom90 {
    padding-bottom: 0px;
  }
  .as_shop_sidebar {
    margin-bottom: 40px;
  }
  .as_shopsingle_slider .as_shopsingle_nav .slick-track {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .as_shopsingle_slider .as_shopsingle_nav {
    width: 100%;
    padding-right: 0px;
  }
  .as_shopsingle_slider .as_shopsingle_for {
    width: 100%;
    display: block;
  }
  .as_shopsingle_slider {
    display: block;
  }
  .as_shopsingle_nav .as_prod_img {
    margin: 0 10px 20px;
  }
  .as_shopsingle_nav .as_prod_img img {
    height: auto;
  }
  .as_header_wrapper {
    background-color: rgb(0 0 0);
  }
  .as_logo {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .as_comment_section > ul > li .as_comnt_detail .as_btn {
    position: relative;
    right: auto;
    top: auto;
    padding: 0 10px;
    margin: 10px 0 0 0;
  }
  .as_sign_form ul li {
    width: 100% !important;
    margin: 0 0 20px;
    justify-content: center;
  }
  .as_header_wrapper .as_info_detail .row {
    flex-direction: column;
  }
  .as_sign_box {
    padding: 15px;
  }
  .as_info_detail ul {
    text-align: center;
  }
  .as_info_detail ul li {
    padding: 0px;
    display: block;
  }
  .as_infobox {
    justify-content: center;
  }
  .as_right_info {
    margin-top: 5px;
  }
  .as_wishlist {
    margin-left: 5px;
  }
  .as_cart_wrapper {
    margin-left: 0;
  }
  .as_year_ex {
    font-size: 40px;
  }
  .as_contact_expert .as_icon {
    margin-bottom: 15px;
    margin-left: -10px;
  }
  .as_comment_section ul li,
  .as_about_admin {
    display: block;
  }
  .as_comment_section > ul > li .as_comnt_detail,
  .as_about_admin .as_aboutDetail {
    width: 100%;
    margin-top: 10px;
  }
  .as_comment_section > ul > li > ul > li {
    margin-left: 20px;
  }
  .as_comment_section > ul > li {
    padding: 20px 0;
  }
  .as_pagination ul li a,
  .as_pagination ul li span {
    height: 30px;
    padding: 0 11px;
  }
  .as_pagination ul li {
    margin: 0 6px;
  }
  .ad_wishlist,
  .ad_compare {
    margin: 0 0 0 10px;
  }
  .as_tab_wrapper .nav-tabs > li > a {
    padding: 10px;
  }
  .as_about_admin {
    padding: 20px;
  }
  .as_tag_wrapper .as_btn {
    height: 30px;
    min-width: 120px;
  }
  .as_tag_wrapper ul li {
    margin-right: 10px;
  }
  .as_service_img .as_service_circle {
    top: 60px;
  }
}

@media (max-width: 450px) {
  .as_contact_detail {
    padding: 20px;
  }
  li.as_info_box p {
    margin-left: 10px;
  }
  .as_contact_expert h1 {
    font-size: 24px;
  }
}
@media (max-width: 355px) {
  .as_info_box .as_icon {
    width: 50px;
  }
}

/* CSS Whatsapp Chat -SOMBRA BOX*/
#whatsapp-chat {
  position: fixed;
  background: #fff;
  width: 350px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 6);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 103;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 90px;
  right: 5px;
  font-size: 17px;
  margin: 10px 10px 10px 0;
  border-radius: 0 30px 30px 0;
}

a.blantershow-chat svg {
  transform: scale(3);
  margin: 0 15px 10px 0;
}

.header-chat {
  background: var(--secondary-color);
  color: #ffffff;
  padding: 20px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 13px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 17px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}
.blanter-msg {
  background: url("img/fondo_wa.jpg");
  padding: 10px;
  text-align: center;
}

textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
}

a#send-it {
  /*boton enviar */
  color: #ffffff;
  width: 150px;
  margin: 0 5px 10px 150px;
  font-size: 17px;
  font-weight: 700;
  padding: 5px 10px 5px 10px;
  background: var(--secondary-color);
  border-radius: 45px;
}

.first-msg {
  /*fondo del chat */
  background: url("img/fondo_wa.jpg");
  padding: 30px;
  text-align: center;
  margin-left: -5px;
}

.first-msg span {
  /*fondo del 1er texto*/
  background: #ffffff;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 10px 25px 10px 25px;
  display: inline-block;
  border: 1px solid #f2f2f2;
  font-family: "Arial", sans-serif;
  margin-left: -5px;
  text-align: left;
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 1.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 1.5s;
  transform: scale(1);
  opacity: 1;
}

.contact-footer {
  color: #757575;
  font-size: 10px;
  text-align: justify;
}

.div-center {
  text-align: center;
}

@media (max-width: 768px) {
  .video-container video {
    width: 100% !important;
  }
}

.button-float-push {
  position: fixed;
  width: 11px;
  height: 19px;
  bottom: 135px;
  right: 3px;
  background-color: var(--secondary-color);
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  box-shadow: 2px 2px 3px #999;
  z-index: 103;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-family: monospace;
}

.button-float-push,
strong {
  font-size: 16px;
}

.button-float-msg {
  position: fixed;
  width: 190px;
  height: 45px;
  bottom: 97px;
  right: 85px;
  background-color: #ffffff;
  color: #434343;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s;
}

.button-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 87px;
  right: 10px;
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.button-float:hover {
  background-color: #ffffff;
}

.fa-brands:hover {
  color: var(--secondary-color) !important;
}

.button-hide,
.button-hide2 {
  display: none;
}
/**********************************/
/********** Cookies CSS ***********/
/**********************************/
.aviso-cookies {
  display: none;
  background: rgb(0 0 0 / 85%);
  color: #ffffff;
  padding: 10px;
  width: calc(100% - 100px);
  max-width: 400px;
  border-radius: 10px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 100;
  box-shadow: 0px 2px 20px 10px rgb(175 0 41);
  text-align: center;
}

.aviso-cookies.activo {
  display: block;
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
  margin-bottom: 10px;
}

.aviso-cookies .boton {
  width: 40%;
  background: #595959;
  color: white;
  border: none;
  text-align: center;
  padding: 10px 15px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease all;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}

.aviso-cookies .boton:hover {
  background: white;
  color: black;
}

.aviso-cookies .enlace {
  color: #4dbfff;
  text-decoration: none;
  font-size: 14px;
  margin-left: 10px;
}

.aviso-cookies .enlace:hover {
  text-decoration: underline;
}

.fondo-aviso-cookies {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fondo-aviso-cookies.activo {
  display: block;
}

/*******************************/
/******* legal Post CSS *******/
/*******************************/
.legal {
  position: relative;
  padding: 45px 0;
}

.legal h3 {
  text-align: left;
}
.legal h4 {
  text-align: left;
}

.legal .legal-content {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: justify;
}
