/*
==============================================
Reset CSS
==============================================
*/
html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: 400;
  font-style: normal;
  font-family: "Ano", sans-serif;
  vertical-align: baseline;
}

img {
  width: 100%;
}

*,
::after,
::before {
  box-sizing: border-box;
}

a {
  cursor: pointer;
}

a:hover,
a:active,
a:focus,
input[type="radio"] {
  outline: none;
  outline: 0;
}


/* remember to define focus styles! */

:focus {
  outline: none;
}

body {
  color: black;
  background: transparent;
  color: black;
  background: transparent;
}

ol,
ul {
  list-style: none;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: separate;
  border-spacing: 0;
}

strong {
  font-weight: 600;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

.form-control:focus {
  border-color: #dfa42a;
  webkit-box-shadow: none;
  box-shadow: none;
}


/*
==============================================
Style Variables color
==============================================
*/

:root {
  --color-azul: #0a242f;
  --color-azul2: #00435b;
  --color-amarillo: #e5a729;
  --color-gris: #dddddd;
}


/*
==============================================
Style General
==============================================
*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  letter-spacing: 0px;
}

html {
  margin-top: 0 !important;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 28px;
}

html {
  -ms-text-size-adjust: none;
  font-size: 16px;
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  display: block;
  background-color: #fff;
}

.woowContentFull {
  width: 100%;
}

.woowContent700 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
}


.woowContent860 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0;
}

.woowContent1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.woowContent1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.woowContent1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}

#alertLoad {
  position: fixed;
  bottom: 0.5em;
  right: 0.37em;
  background: #27ae60;
  border: 0.125em solid #27ae60;
  z-index: 9999999;
  padding: 0.125em 0.5em;
  border-radius: 0.187em;
  border: 0.08em solid #209143;
  display: none;
}

#alertLoad span {
  color: #fff;
  font-size: 1.25em;
  display: inline-block;
  float: left;
  margin-top: 0.43em;
}

#alertLoad img {
  width: 2.5em;
  vertical-align: middle;
}

.alertFail,
.alertOk {
  position: fixed;
  bottom: 1em;
  width: 64%;
  left: 50%;
  margin-left: -16.8em;
  background: #c0392b;
  z-index: 999999999;
  padding: 0.125em 0.5em;
  border-radius: 0.187em;
  display: none;
  padding: 0.5em 0.68em;
  border: 0.08em solid rgb(119, 0, 0);
  text-align: center;
  margin-left: -33%;
  color: #fff;
}

.alertFail span,
.alertOk span {
  color: #fff;
  font-size: 1.25em;
  display: inline-block;
}

.alertOk {
  background: #27ae60;
  border: 0.08em solid #3b694f;
}

.uppercase {
  text-transform: uppercase;
}

.woowRequireFail {
  border: 0.08em solid rgba(214, 0, 0, 0.8) !important;
  box-shadow: 0 0 0.187em #ff0303 !important;
  -webkit-box-shadow: 0 0 0.187em #ff0303 !important;
  -moz-box-shadow: 0 0 0.187em #ff0303 !important;
  -ms-box-shadow: 0 0 0.187em #ff0303 !important;
  -o-box-shadow: 0 0 0.187em #ff0303 !important;
}

td.woowRequireFail {
  border: none;
  border-right: 0.08em solid rgba(214, 0, 0, 0.8) !important;
  border-left: 0.08em solid rgba(214, 0, 0, 0.8) !important;
  box-shadow: none !important;
}

tr.woowRequireFail {
  border: 0.125em solid rgba(214, 0, 0, 0.26) !important;
  box-shadow: none !important;
}

.printErrors {
  margin-top: 0.625em !important;
  padding: 0.625em 1.25em !important;
  font-weight: 600;
  color: #e74c3c;
  text-shadow: 0 0 0 #9a9a9a;
  display: none;
}

.btnTop {
  position: fixed;
  bottom: 10%;
  right: 0.625em;
  background: #3f51b5;
  color: #fff;
  border: none;
  padding: 0.25em 0.5em;
  font-size: 1.37em;
  border-radius: 0.25em;
  cursor: pointer;
  visibility: hidden;
  opacity: 1;
  transition: 1s ease all;
}

.alertMsn {
  display: none;
  padding: 1em 1.25em;
  background-color: #7f8c8d;
  color: white;
  margin-bottom: 1em;
  position: fixed;
  width: 80%;
  z-index: 99999;
  left: 50%;
  bottom: 0;
  margin-left: -40.5%;
  margin-bottom: 1.25em;
  border-radius: 0.125em;
  text-align: center;
  font-size: 1.12em;
  box-shadow: inset 0 0 0.08em 0.08em rgba(0, 0, 0, 0.3);
}

.alertMsn.view {
  display: block;
}

.alertMsn.red {
  background-color: #e74c3c;
}

.alertMsn.green {
  background-color: #27ae60;
}

.alertMsn.orange {
  background-color: #e67e22;
}

.alertMsn.blue {
  background-color: #2980b9;
  top: 0.31em;
  bottom: auto;
}

.alertMsn .closebtn {
  margin-left: 1em;
  color: white;
  font-weight: 800;
  float: right;
  font-size: 1.37em;
  line-height: 1.25em;
  cursor: pointer;
  transition: 0.3s;
}

.alertMsn .closebtn:hover {
  color: black;
}

section.error_404.not_found {
  padding-top: 7em;
  padding-left: 14em;
  padding: 7em 2em 4em 14em;
}

section#pedidoRecibido {
  padding: 9em 0em;
  background: url(../images/bg_pedido2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

#pedidoRecibido section.woocommerce-order-details {
  margin-top: 2em;
}

p.woocommerce-thankyou-order-received {
  font-weight: 800;
  color: var(--color-amarillo);
  margin-bottom: 1em;
  font-size: 1.6em;
}

.woocommerce-order {
  padding: 2em;
  background: url(../images/bg_pedido.jpg);
  color: white;
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
}

#pedidoRecibido table.shop_table th {
  color: white;
}


/*
==============================================
Style Special Loader
==============================================
*/

#loader_special {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

#loader_special .cont_loader img {
  width: 4em;
  animation-name: especial-oval;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes especial-oval {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.cont_loader .expecial_txt_loader {
  color: #fff;
  font-size: 1.4em;
  font-weight: 300;
  padding-top: 1em;
}

#loader_special .cont_loader {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#loader_special .cont_loader>div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}



/*======================================================================
Page Servicios
======================================================================*/
.servicios_content {
  padding: 40px 20px;
}

.servicios_content a:hover {
  text-decoration: none;
}

.servicios_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.servicios_header img {
  width: 300px;
}

.servicios_header a {
  letter-spacing: 2px;
  display: inline-block;
  width: 400px;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background: #000;
}

.servicios_banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.servicios_banner img {
  margin-bottom: 40px;
}

.servicios_body h1 {
  font-weight: 800;
  text-align: center;
  font-size: 70px;
  padding: 30px 0;
  margin-top: 50px;
}

.servicios_banner_title,
.servicios_banner_text {
  width: 50%;
}

.servicios_banner_lista {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
}

.servicios_banner_lista a {
  font-size: 13px;
}

.servicios_banner_text a {
  background: #000;
  color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 20px;
}

.servicios_banner_lista li {
  width: 20%;
  text-align: center;
  border-bottom: 2px solid #ccc;
  padding: 10px 0;
}

.servicios_banner_lista li:hover {
  border-bottom: 2px solid #000;
}

.servicios_banner_lista li:hover a {
  color: #000;
}

.servicios_banner_lista a {
  width: 100%;
  display: inline-block;
}

.servicios_section_header {
  margin: 130px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.servicios_section_header img {
  max-width: 350px;
  width: 100%;
  position: absolute;
  left: 0;
}

.servicios_section_header h3 {
  text-align: right;
}

.servicios_section_header_title {
  margin: 80px 0 40px 0;
}

.servicios_section_slider,
.servicios_section_grid {
  position: relative;
  margin-bottom: 80px;
}

.button_slider {
  position: absolute !important;
  top: -70px !important;
  right: 0 !important;
  left: auto !important;
  cursor: pointer;
}

.button_slider_prev {
  right: 50px !important;
}

.button_slider_prev img {
  transform: rotate(180deg);
}

.swiper-button-disabled img {
  opacity: 0.3;
}

.button_slider svg {
  color: #000 !important;
}

.servicios_section_grid,
.servicios_section_images {
  display: grid;
}

.servicios_section_grid_4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.servicios_section_grid_2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.servicios_section_grid_5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.servicios_section_images {
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

.servicios_section_redes {
  display: flex;
}

.servicios_content strong {
  font-weight: 800;
}

.servicios_banner_text p {
  font-family: 'AnoHalf-Regular', 'Ano';
}

.servicios_section_header_title h4 {
  font-weight: 800;
  font-size: 35px;
  margin-bottom: 10px;
}

.servicio_slide h4,
.servicio_grid_item h4 {
  font-weight: 800;
  font-size: 25px;
  margin: 10px 0;
  min-height: 55px;
  display: flex;
  align-items: center;
}

.servicio_slide p:nth-child(3),
.servicio_grid_item p:nth-child(3) {
  margin-bottom: 15px;
}

.servicio_slide p:nth-child(4),
.servicio_grid_item p:nth-child(4) {
  margin-bottom: 15px;
  font-weight: 800;
  font-style: italic;
}

.servicio_grid_item a,
.servicio_slide a {
  font-weight: 800;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}

.servicio_grid_item h5,
.servicio_slide h5 {
  font-weight: 800;
  margin: 10px 0;
}

button.modal_close {
  background: #fff;
  border: none;
  cursor: pointer;
}

.servicios_section_redes_text {
  width: 45%;
  padding-right: 20px;
}

.pinterest-boards {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
  margin-bottom: 20px;
}

.servicios_section_redes_text h4 {
  font-weight: 800;
  font-size: 35px;
  margin-bottom: 10px;
}

.instagram-caption p {
  font-size: 12px !important;
}

.servicios_section_redes_text h3 {
  font-family: 'DrukWideBold', sans-serif;
  margin-bottom: 30px;
}

.servicios_section_footer h6 {
  font-weight: 800;
}

.servicios_section_redes_img,
.pinterest-boards {
  padding-left: 20px;
}

.servicios_section_header h3 {
  font-family: 'DrukWideBold', sans-serif;
}

.servicios_section_redes_text p {
  margin-bottom: 20px;
}

.servicios_section_redes_text a {
  text-decoration: underline;
}

.servicios_section_footer {
  margin-top: 40px;
}

.servicios_section_footer p {
  font-size: 18px;
  margin-bottom: 10px;
}

.servicios_section_footer h6 {
  font-size: 25px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.button_slider img {
  width: 35px;
}

.link_to_pay_products p, .link_to_pay_products a{
  text-align: center;
  margin: 80px auto 70px auto;
  font-size: 30px;
  font-weight: 800;
}
.link_to_pay_products a{
  text-decoration: underline;
}
/*
==============================================
Modal
==============================================
*/
.modal_content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

.modal_windows {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}

.modal_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}

#mac-appointment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-field {
  margin-bottom: 15px;
  width: 49%;
}

.form-field label {
  display: block;
  font-family: 'Ano';
  font-weight: 800;
}

.form-field input,
.form-field select,
#mac-appointment-form button {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#mac-appointment-form button {
  background: #000;
  color: #fff;
  font-weight: 800;
  border: none;
  cursor: pointer;
}

.modal_reserva_cita {
  display: none;
}

.servicio_slide_desc p {
  margin-bottom: 10px;
}

.swiper {
  margin-bottom: 40px;
}


.menu_mobile,
.menu_close {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  cursor: pointer;
}

.menu_mobile svg,
.menu_close svg {
  width: 50px;
  height: 50px;
}

.menu_close {
  display: none;
}

/*
 ==============================================
 Responsive Style (max-width : 768px)
 ==============================================
 */

@media screen and (max-width: 1200px) {
  .servicios_section_header img {
    max-width: 250px;
  }

  .servicios_section_header h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .servicios_section_header img {
    position: relative;
    max-width: 300px !important;
    left: -10px;
  }

  .servicios_content {
    padding: 10px;
  }

  .servicios_header {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .servicios_header img {
    order: 1;
    margin-top: 0px;
    width: 250px;
  }

  .servicios_body h1 {
    font-size: 40px;
  }

  .servicios_banner_title,
  .servicios_banner_text {
    width: 100%;
  }

  .servicios_banner {
    text-align: center;
  }

  .servicios_banner_lista,
  .servicios_section_header,
  .servicios_section_redes {
    flex-wrap: wrap;
  }

  .servicios_section_header {
    justify-content: inherit;
  }

  .servicios_banner_lista li {
    width: 100%;
    padding: 10px 0;
  }

  .servicios_section_header h3,
  .servicios_section_header_title h4 {
    font-size: 20px;
    margin-top: 30px;
  }

  .servicios_section_header img {
    max-width: 200px;
  }

  .swiper-pagination-bullet {
    background: #000 !important;
  }

  .swiper-pagination {
    position: initial !important;
  }

  .servicios_section_redes {
    margin-top: 30px;
  }

  .servicios_section_redes_img,
  .pinterest-boards {
    padding: 0;
    margin-top: 20px;
  }

  .servicios_banner_lista {
    position: fixed;
    inset: 0;
    margin: 0;
    padding: 20px;
    align-items: flex-start;
    align-content: flex-start;
    transform: translate(100%);
    transition: all 0.3s ease-in-out;
    padding-top: 140px;
  }

  .servicios_banner_lista a {
    padding: 20px;
  }

  .form-field {
    width: 100%;
  }

  .servicios_header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99999;
    padding: 5px;
  }
}

.pinterest-boards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.5rem;
}

.pinterest-boards .pinterest-board {
  width: 100%;
}

.pinterest-board>span {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Ocultar botones de Follow de Pinterest que terminan en _ft */
.pinterest-board span[class*="_ft"] {
  display: none !important;
}