*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Bell MT";
  font-stretch: normal;
  outline: none;
  font-weight: normal;
}
* a,
*::before a,
*::after a {
  text-decoration: none;
}
* p,
*::before p,
*::after p {
  margin: 0;
}
* button,
* select,
*::before button,
*::before select,
*::after button,
*::after select {
  cursor: pointer;
}

img {
  width: 100%;
}

.container_ap {
  max-width: 90%;
  margin: 0 auto;
}

.main {
  background-image: url("../img/d1_elementos-11.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.sec_cards {
  margin-bottom: 20px;
}
.sec_cards .main_tirada {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spc_cartas {
  margin-bottom: 30px;
  width: 50%;
}

header {
  padding: 50px 0 30px 0;
}
header .header_main {
  text-align: center;
}
header .header_main h1 {
  font-size: 37px;
  font-weight: bold;
}
header .header_main p {
  font-size: 20px;
}

.spc_buttons_clicks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
.spc_buttons_clicks button {
  padding: 10px 20px;
  min-width: 200px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 10px;
}
.spc_buttons_clicks .boton1 {
  background-color: #39B54A;
}
.spc_buttons_clicks .boton2 {
  display: none;
  background-color: #F7931E;
}

.spc_cartas_all {
  padding: 30px 0;
  height: 485px;
}
.spc_cartas_all .box_cards_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}
.spc_cartas_all .box_cards_back .active1 {
  -webkit-transform: rotatez(0deg) !important;
          transform: rotatez(0deg) !important;
  z-index: 8;
  margin: 0 !important;
  right: -180%;
}
.spc_cartas_all .box_cards_back .active1 .cara_carta {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1;
}
.spc_cartas_all .box_cards_back .active1 .atras_carta {
  z-index: 1;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  opacity: 0;
}
.spc_cartas_all .box_cards_back .card:nth-child(1) {
  margin-right: -22%;
  margin-left: -22%;
  z-index: 20;
}
.spc_cartas_all .box_cards_back .card:nth-child(2) {
  margin-right: -22%;
  z-index: 15;
}
.spc_cartas_all .box_cards_back .card:nth-child(3) {
  margin-right: -22%;
  z-index: 14;
}
.spc_cartas_all .box_cards_back .card:nth-child(4) {
  margin-right: -22%;
  z-index: 13;
}
.spc_cartas_all .box_cards_back .card:nth-child(5) {
  margin-right: -22%;
  z-index: 12;
}
.spc_cartas_all .box_cards_back .card:nth-child(6) {
  margin-right: -22%;
  z-index: 11;
}
.spc_cartas_all .box_cards_back .card:nth-child(7) {
  margin-right: -22%;
  z-index: 10;
}
.spc_cartas_all .box_cards_back .card:nth-child(8) {
  margin-right: -22%;
  z-index: 9;
}
.spc_cartas_all .box_cards_back .card:nth-child(9) {
  margin-right: -22%;
  z-index: 8;
}
.spc_cartas_all .box_cards_back .card:nth-child(10) {
  margin-right: -22%;
  z-index: 7;
}
.spc_cartas_all .box_cards_back .card:nth-child(11) {
  margin-right: -22%;
  z-index: 6;
}
.spc_cartas_all .box_cards_back .card:nth-child(12) {
  margin-right: -22%;
  z-index: 5;
}
.spc_cartas_all .box_cards_back .card:nth-child(13) {
  margin-right: -22%;
  z-index: 4;
}
.spc_cartas_all .box_cards_back .card:nth-child(14) {
  margin-right: -22%;
  z-index: 3;
}
.spc_cartas_all .box_cards_back .card:nth-child(15) {
  margin-right: -22%;
  z-index: 2;
}
.spc_cartas_all .acc_mgnn {
  margin-left: -70%;
}

.spc_cartas_selected {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (33%)[3];
  grid-template-columns: repeat(3, 33%);
}

.card {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 0px;
}
.card .cara_carta, .card .atras_carta {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.card .cara_carta {
  position: relative;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  width: 100%;
  opacity: 0;
}
.card .cara_carta img {
  width: 100%;
}
.card .atras_carta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.card .atras_carta img {
  width: 100%;
}

.bar_seppr {
  background-color: #63999F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.bar_seppr p {
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  margin: 0;
}

.sec_tarotista {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  overflow: hidden;
}
.sec_tarotista .spc_tarotista_info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 20px 50%;
  grid-template-columns: repeat(2, 50%);
  grid-gap: 20px;
}
.sec_tarotista .spc_tarotista_info .spc_texto_tarotista {
  padding: 20px 20px 20px 80px;
}
.sec_tarotista .spc_tarotista_info .spc_texto_tarotista p {
  font-size: 19px;
  text-align: justify;
  margin-bottom: 30px;
}
.sec_tarotista .spc_tarotista_info .box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_tarotista .spc_tarotista_info .box_img .cntrlimg {
  width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
}
.sec_tarotista .spc_tarotista_info .box_img .cntrlimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_tarotista .spc_tarotista_info .box_img .bar_number {
  background-color: #39B54A;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
}
.sec_tarotista .spc_tarotista_info .box_img .bar_number .bx_cntrl_img_tfn {
  width: 50%;
}

.sec_texto_m {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  overflow: hidden;
  padding: 50px 0;
}
.sec_texto_m .spc_texto_m {
  width: 90%;
  margin: 0 auto;
}
.sec_texto_m .spc_texto_m h4 {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
.sec_texto_m .spc_texto_m h5 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.sec_texto_m .spc_texto_m p {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: justify;
}

footer {
  background-color: #2E2721;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer a {
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
}

.ventana1 {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box_textoo {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  font-size: 25px;
  text-align: center;
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
}

.spc_info_text_tlf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  height: 100vh;
  margin: 0 auto;
}
.spc_info_text_tlf p {
  font-size: 23px;
  text-align: center;
  margin-bottom: 30px;
}
.spc_info_text_tlf .bx_telefono {
  width: 300px;
  margin: 0 auto;
}
.spc_info_text_tlf .sgf {
  text-align: center;
  font-size: 29px;
  font-weight: bold;
}

.spc_formulario {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.spc_formulario .box_textoo {
  font-size: 18px;
}
.spc_formulario .box_textoo .line_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.5em;
}
.spc_formulario .box_textoo .line_select p {
  width: 50%;
  margin: 0;
  line-height: 17px;
}
.spc_formulario .box_textoo .line_select select {
  width: 50%;
  height: 40px;
  background-color: #292725;
  border: none;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
}
.spc_formulario .box_textoo input {
  width: 100%;
  height: 40px;
  background-color: #292725;
  border: none;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0 15px;
}

.spc_formulario .box_textoo .select {
  width: 100%;
  height: 40px;
  background-color: #292725;
  border: none;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0 15px;
}

.spc_formulario .box_textoo input::-webkit-input-placeholder {
  color: #fff;
}
.spc_formulario .box_textoo input::-moz-placeholder {
  color: #fff;
}
.spc_formulario .box_textoo input:-ms-input-placeholder {
  color: #fff;
}
.spc_formulario .box_textoo input::-ms-input-placeholder {
  color: #fff;
}
.spc_formulario .box_textoo input::placeholder {
  color: #fff;
}
.spc_formulario .box_textoo .line_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spc_formulario .box_textoo .line_checkbox input {
  width: auto;
  height: 20px;
  margin-right: 0.5em;
}
.spc_formulario .box_textoo .line_checkbox p {
  margin: 0;
  font-size: 12px;
}
.spc_formulario .box_textoo .line_checkbox p a {
  color: #000;
  text-decoration: underline;
}
.spc_formulario .box_textoo .line_btn button {
  background-color: #39B54A;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 15px 30px;
}

.margin-botom-2 {
  margin-bottom: 15px;
}

.oculto {
  display: none !important;
}

.box_textoo {
  width: 800px;
}

@media only screen and (max-width: 900px) {
  .container_ap {
    padding: 0 20px;
  }

  .main_tirada {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main_tirada .spc_cartas, .main_tirada .spc_cartas_selected {
    width: 100% !important;
  }

  .sec_cards .main_tirada {
    display: block;
  }

  .container-fluid {
    padding: 0;
  }

  .spc_cartas_all {
    height: auto;
  }

  .spc_buttons_clicks {
    margin-top: 67%;
  }

  .colc {
    padding: 0;
  }

}
@media only screen and (max-width: 800px) {
  .card {
    width: 120px !important;
    margin-right: -39% !important;
  }

  .card:nth-child(1) {
    margin-left: 0% !important;
  }
}
@media only screen and (max-width: 700px) {
  .spc_form {
    padding: 20px !important;
  }
  .spc_form p {
    font-size: 14px !important;
  }

  .line_slcct p {
    font-size: 14px !important;
  }

  .line_form_buttn {
    margin: 0 !important;
  }

  .header_main h1 {
    font-size: 19px !important;
  }
  .header_main p {
    font-size: 17px !important;
  }

  .spc_buttons_clicks .boton1, .spc_buttons_clicks .boton2 {
    font-size: 21px;
  }

  .sec_cards {
    margin-bottom: 70px !important;
  }

  .bar_seppr p {
    font-size: 28px !important;
  }

  .spc_tarotista_info .box_img {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .spc_tarotista_info .box_img .cntrlimg {
    height: 400px !important;
  }

  .bar_number {
    padding: 5px 0 !important;
  }
  .bar_number .bx_cntrl_img_tfn {
    width: 90% !important;
  }

  .spc_texto_tarotista {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .spc_texto_tarotista {
    padding: 20px 0 !important;
    width: 90% !important;
    margin: 0 auto;
  }

  .spc_tarotista_info {
    grid-gap: 0px !important;
  }

  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .spc_cartas_all {
    padding-right: 40%;
  }

  .spc_info_text_tlf {
    width: 95% !important;
  }

  .line_select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .line_select p, .line_select select {
    width: 100% !important;
  }

  .line_btn button {
    padding: 7px 9px !important;
  }
}

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(69, 69, 69, 0.7);
    color: white;
    text-align: center;
    padding-bottom: 20px;
    z-index: 99;
}

.cookies__boton {
    background: white;
    border: 2px solid white;
    padding: 1rem;
    font-size: 1rem;
    color: black;
    text-align: center;
}