.body {
  position: relative;
  background-color: #fafafa;
  color: #0b0212;
  font-family: "Be Vietnam Pro", sans-serif;
}

h1.h1,
.h1 {
  font-size: 6rem;
  font-weight: bold;
}

h2.h2,
.h2 {
  font-size: 1.5rem;
  color: #9e0059;
  font-weight: bold;
  margin-bottom: 0;
}

h3.h3,
.h3 {
  font-size: 2.25rem;
}

p {
  font-size: 1.25rem;
}

section {
  padding: 5rem 0;
}

.btn1 {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: inherit;
  font-size: 1.5rem;
  margin-top: 3rem;
}
.btn1::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 1rem;
  background-color: #ffdf64;
  transition: all 0.4s ease;
}
.btn1:hover {
  color: rgba(11, 2, 18, 0.7);
}
.btn1:hover::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 0;
  margin-right: 1rem;
  background-color: #4a1942;
}
@media (max-width: 991.98px) {
  .btn1 {
    font-size: 1.375rem;
  }
  .btn1::before {
    width: 16px;
    height: 16px;
  }
  .btn1:hover::before {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767.98px) {
  .btn1 {
    font-size: 1.25rem;
  }
  .btn1::before {
    width: 16px;
    height: 16px;
  }
}

.btn1-mobile {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: inherit;
  font-size: 1.5rem;
  margin-top: 3rem;
}
.btn1-mobile::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 1rem;
  background-color: #ffdf64;
  transition: all 0.4s ease;
}
.btn1-mobile:hover {
  color: rgba(11, 2, 18, 0.7);
}
.btn1-mobile:hover::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 0;
  margin-right: 1rem;
  background-color: #4a1942;
}
@media (max-width: 991.98px) {
  .btn1-mobile {
    font-size: 1.375rem;
  }
  .btn1-mobile::before {
    width: 16px;
    height: 16px;
  }
  .btn1-mobile:hover::before {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767.98px) {
  .btn1-mobile {
    font-size: 1.25rem;
  }
  .btn1-mobile::before {
    width: 16px;
    height: 16px;
  }
}
.btn1-mobile {
  display: none;
  margin-top: 2rem;
}
.btn1-mobile::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 1rem;
  color: #ffdf64;
}
@media (max-width: 599.98px) {
  .btn1-mobile {
    font-size: 1.125rem;
  }
}
@media (max-width: 399.98px) {
  .btn1-mobile {
    font-size: 1rem;
  }
}

img {
  border-radius: 15px;
}

.padding-lateral-seccion {
  padding-left: 3rem;
  padding-right: 3rem;
}

.bajada-titulo {
  font-size: 4rem;
}

.pin-decoracion1 {
  position: relative;
  width: 80px;
  height: 3px;
  top: 0;
  right: 0;
  border-radius: 10px;
  background-color: #9e0059;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pin-decoracion1::before {
  content: "";
  width: 1rem;
  height: 1rem;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: #9e0059;
}
@media (max-width: 991.98px) {
  .pin-decoracion1 {
    width: 60px;
  }
  .pin-decoracion1::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .pin-decoracion1 {
    width: 40px;
  }
  .pin-decoracion1::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.pin-decoracion2 {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #9e0059;
  top: 0;
  right: 0;
  border-radius: 50%;
}

.container-h2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.container-h2 .pin-decoracion1 {
  justify-content: flex-start;
  width: 60px;
}

.btn-subir {
  position: fixed;
  bottom: 1.5rem;
  right: 3rem;
  z-index: 10;
}
.btn-subir a {
  background-color: #ffdf64;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.btn-subir a i {
  font-size: 1.25rem;
  color: #9e0059;
}
.btn-subir a:hover {
  background-color: rgba(255, 223, 100, 0.6);
}

html.lenis {
  height: auto;
}

.lenis-smooth {
  scroll-behavior: initial;
}

.lenis-smooth [data-lenis-prevent] {
  scroll-behavior: contain;
}

header {
  width: 100%;
  padding: 1rem 0;
}
header .navbar .padding-lateral-seccion {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .navbar .navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0b0212;
}
header .navbar .offcanvas-body {
  justify-content: flex-end;
}
header .navbar .offcanvas-body .navbar-nav .menu-item {
  font-size: 1.5rem;
  font-weight: 600;
}
header .navbar .offcanvas-body .navbar-nav .menu-item a {
  color: #0b0212;
  text-decoration: none;
  margin-left: 1.5rem;
  transition: all 0.2s ease;
}
header .navbar .offcanvas-body .navbar-nav .menu-item a:hover {
  color: #9e0059;
}
header .navbar .offcanvas-body .navbar-nav .current-menu-item a {
  color: #9e0059;
  text-decoration: underline;
  text-underline-offset: 8px;
}
header .navbar div.offcanvas {
  justify-content: flex-start;
  height: 100%;
  width: 90%;
}
header .navbar div.offcanvas .offcanvas-header h2 {
  margin-top: 2rem;
  color: #4a1942;
  font-size: 2rem;
}
header .navbar div.offcanvas .offcanvas-body {
  align-items: center;
}
header .navbar div.offcanvas .offcanvas-body ul {
  height: 40%;
  justify-content: space-evenly;
}
header .navbar div.offcanvas .offcanvas-body ul li {
  font-size: 1.5rem;
}
header .navbar div.offcanvas .offcanvas-body ul li a {
  margin-left: 0;
  color: #fafafa;
}
header .navbar div.offcanvas .offcanvas-body ul .current-menu-item a {
  color: #9e0059;
}
header .navbar div.offcanvas .offcanvas-body .iconos-header {
  display: none;
}

.hero {
  height: 82vh;
  z-index: 10;
}
.hero .posicion-fotos {
  height: 100%;
}
.hero .row {
  align-items: center;
  height: 100%;
  position: relative;
}
.hero h1 {
  font-weight: bold;
  font-size: 7rem;
}
.hero h1 .acento-hero {
  color: #9e0059;
}
.hero .info-hero {
  height: 75%;
}
.hero .info-hero .pin-decoracion1 {
  top: inherit;
  right: inherit;
  position: absolute;
  bottom: 0;
  transform: rotate(180deg);
  width: 100px;
}
.hero .info-hero .container-deco-mobile-home {
  display: none;
}
.hero .imagenes-header {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.hero .imagenes-header .img-1 {
  width: 80%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .imagenes-header .img-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.editorial-grid {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  padding: 0 0 5rem 0;
}
.editorial-grid img {
  overflow: hidden;
  filter: brightness(0.7);
}
.editorial-grid img:hover {
  filter: brightness(1);
  transform: scale(1.025);
}

/*
|--------------------------------------------------------------------------
| ITEM BASE
|--------------------------------------------------------------------------
*/
.editorial-item {
  overflow: hidden;
  border-radius: 24px;
}

/*
|--------------------------------------------------------------------------
| WIDTHS
|--------------------------------------------------------------------------
*/
.editorial-item--small {
  grid-column: span 4;
}

.editorial-item--medium {
  grid-column: span 6;
}

.editorial-item--large {
  grid-column: span 8;
}

/*
|--------------------------------------------------------------------------
| IMAGE
|--------------------------------------------------------------------------
*/
.editorial-image {
  width: 100%;
  height: 100%;
  max-height: 1200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), filter 0.6s ease;
}

#carrusel-portafolio {
  height: 320px;
}
#carrusel-portafolio .splide__track {
  height: 100%;
}
#carrusel-portafolio .splide__track ul.splide__list {
  height: 100%;
}
#carrusel-portafolio .splide__track ul.splide__list li.splide__slide {
  height: 100%;
}
#carrusel-portafolio .splide__track ul.splide__list li.splide__slide div.tarjeta-carrusel {
  position: relative;
  overflow: hidden;
  filter: brightness(0.7);
  transition: all 0.4s ease;
}
#carrusel-portafolio .splide__track ul.splide__list li.splide__slide div.tarjeta-carrusel img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}
#carrusel-portafolio .splide__track ul.splide__list li.splide__slide div.tarjeta-carrusel .btn-carrusel {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(11, 2, 18, 0.4);
  opacity: 0;
  padding: 0.5rem 0;
  border-radius: 0 0 15px 15px;
}
#carrusel-portafolio .splide__track ul.splide__list li.splide__slide div.tarjeta-carrusel .btn-carrusel p {
  opacity: 0;
  transition: all 0.4s ease;
  color: #ffdf64;
  font-weight: 600;
  margin-bottom: 0;
}
#carrusel-portafolio .splide__track ul.splide__list li.splide__slide div.tarjeta-carrusel .btn-carrusel i {
  opacity: 0;
  transition: all 0.4s ease;
  color: #ffdf64;
  font-weight: 600;
  margin-left: 1rem;
}
#carrusel-portafolio .splide__track ul.splide__list li.splide__slide div.tarjeta-carrusel:hover {
  filter: brightness(1);
}
#carrusel-portafolio .splide__track ul.splide__list li.splide__slide div.tarjeta-carrusel:hover p {
  opacity: 1;
}
#carrusel-portafolio .splide__track ul.splide__list li.splide__slide div.tarjeta-carrusel:hover i {
  opacity: 1;
}
#carrusel-portafolio .splide__track ul.splide__list li.splide__slide div.tarjeta-carrusel:hover .btn-carrusel {
  opacity: 1;
}
#carrusel-portafolio .splide__arrow {
  background-color: #ffdf64;
  opacity: 1;
}
#carrusel-portafolio .splide__arrow svg {
  fill: #0b0212;
}

.sobre-mi-home {
  position: relative;
  padding-bottom: 12.5rem;
}
.sobre-mi-home p {
  font-weight: 600;
}
.sobre-mi-home .imagen-sobre-mi-home {
  position: relative;
}
.sobre-mi-home .imagen-sobre-mi-home img {
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sobre-mi-home .imagen-sobre-mi-home .row {
  justify-content: space-between;
}

.imagen-impacto {
  position: relative;
  display: flex;
  height: 110vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.imagen-impacto .bg-capa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s ease, z-index 0.8s step-end;
}
.imagen-impacto .valores {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 5;
}
.imagen-impacto .valores a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: rgba(250, 250, 250, 0.5);
  font-size: 3rem;
  transition: all 0.4s ease;
}
.imagen-impacto .valores a.active,
.imagen-impacto .valores a:hover {
  color: rgb(250, 250, 250);
}

.bg-capa.active {
  opacity: 1;
  z-index: 2;
  transition: opacity 0.8s ease;
}

.site-footer {
  padding: 3rem 0 1.5rem 0;
}
.site-footer h2 {
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer h2 a {
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-home {
  color: #9e0059;
}
.footer-home a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-home .links-footer {
  display: flex;
  justify-content: space-between;
}
.footer-home .links-footer a h2 {
  font-size: 2rem;
  font-weight: bold;
}
.footer-home .links-footer .nav-footer ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-home .links-footer .nav-footer ul li {
  font-size: 1.125rem;
  transition: all 0.2s ease;
}
.footer-home .links-footer .nav-footer ul li:hover {
  color: #4a1942;
}
.footer-home .links-footer .nav-footer div.iconos-footer {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.footer-home .links-footer .nav-footer div.iconos-footer a {
  display: flex;
  border: 1px solid rgba(11, 2, 18, 0.2);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.footer-home .links-footer .nav-footer div.iconos-footer a i {
  font-size: 1rem;
}
.footer-home .links-footer .nav-footer div.iconos-footer a:hover {
  color: #4a1942;
  transform: scale(1.05);
}
.footer-home .creditos {
  text-align: center;
}
.footer-home .creditos p {
  margin-top: 3rem;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.footer-2 {
  border-top: 1px solid rgba(11, 2, 18, 0.2);
}

.sobre-mi .hero-sobre-mi .row {
  justify-content: space-between;
}
.sobre-mi .hero-sobre-mi h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #9e0059;
}
.sobre-mi .hero-sobre-mi p.mi-nombre {
  font-size: 6rem;
  font-weight: bold;
}
.sobre-mi .hero-sobre-mi p.mi-nombre span {
  color: #9e0059;
}
.sobre-mi .hero-sobre-mi .img-hero-sobre-mi img {
  width: 100%;
  max-height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -o-object-position: center;
     object-position: center;
}
.sobre-mi .sobre-mi-sobre-mi-page .parrafos-sobre-mi p.bajada-titulo span {
  color: #9e0059;
  font-weight: 600;
}
.sobre-mi .sobre-mi-sobre-mi-page .parrafos-sobre-mi .parrafo-potente {
  display: flex;
  align-items: center;
  border-left: 2px solid #9e0059;
  padding: 0 1rem;
}
.sobre-mi .sobre-mi-sobre-mi-page .parrafos-sobre-mi .parrafo-potente p {
  font-size: 2rem;
}
.sobre-mi .sobre-mi-sobre-mi-page .parrafos-sobre-mi .parrafo-potente p span {
  font-weight: 600;
  color: #9e0059;
}
.sobre-mi .enfoque .row {
  justify-content: space-between;
}
.sobre-mi .enfoque .row img {
  height: 100%;
  max-height: 60vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sobre-mi .enfoque .enfoque-info span {
  color: #9e0059;
  font-weight: 600;
}
.sobre-mi .servicios .servicio {
  border: solid 1px rgba(11, 2, 18, 0.2);
  border-radius: 15px;
  padding: 2rem;
}
.sobre-mi .servicios .servicio div.container-icon {
  display: flex;
}
.sobre-mi .servicios .servicio div.container-icon i {
  color: #9e0059;
}
.sobre-mi .servicios .servicio div.container-icon div {
  width: 2px;
  height: 1rem;
  background-color: rgba(11, 2, 18, 0.5);
  margin: 0 0.5rem;
}
.sobre-mi .servicios .servicio h3.h3 {
  margin: 1.5rem 0 1rem 0;
}
.sobre-mi .servicios .servicio .decoracion-servicio {
  position: relative;
}
.sobre-mi .servicios .servicio .lista-especialidades ul {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 1rem;
  margin-top: 3rem;
}
.sobre-mi .servicios .servicio .lista-especialidades ul li {
  border: 1px solid rgba(11, 2, 18, 0.5);
  padding: 0.5rem 1rem;
  border-radius: 4px;
}
.sobre-mi .servicios .servicio .lista-especialidades ul li:hover {
  background-color: #9e0059;
  color: #fafafa;
}
.sobre-mi .servicios .activo .decoracion-servicio {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.sobre-mi .servicios .activo .decoracion-servicio .pin-decoracion1 {
  position: absolute;
  transform: rotate(-90deg);
  top: 2rem;
  right: -2rem;
}
.sobre-mi .servicios .activo .btn-activo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 0 0 0;
}
.sobre-mi .servicios .activo .btn-activo a {
  margin: 0;
}
.sobre-mi .servicios .activo h3.h3 {
  color: #9e0059;
  font-size: 3rem;
  margin: 0 0 1rem 0;
  font-weight: 600;
}
.sobre-mi .servicios .activo {
  height: 100%;
}
.sobre-mi .hablemos {
  padding-bottom: 10rem;
  position: relative;
}
.sobre-mi .hablemos .hablemos-info-sobre-mi p span {
  color: #9e0059;
  font-weight: 600;
}
.sobre-mi .hablemos .row {
  justify-content: space-between;
  align-items: center;
}
.sobre-mi .hablemos .row img {
  max-height: 70vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -o-object-position: center;
     object-position: center;
}

.contacto-page .contacto {
  padding-bottom: 10rem;
}
.contacto-page .row {
  justify-content: space-around;
}
.contacto-page .imagen-contacto img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contacto-page .info-contacto h1 {
  color: #9e0059;
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.contacto-page .info-contacto form {
  display: flex;
  flex-direction: column;
}
.contacto-page .info-contacto form label {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.contacto-page .info-contacto form label::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #9e0059;
  margin-right: 0.5rem;
}
.contacto-page .info-contacto form input,
.contacto-page .info-contacto form textarea {
  margin-bottom: 2rem;
  border: none;
  border-bottom: 1px solid rgba(11, 2, 18, 0.2);
  background-color: inherit;
}
.contacto-page .info-contacto form input:focus,
.contacto-page .info-contacto form textarea:focus {
  outline: none;
}
.contacto-page .info-contacto form button {
  background-color: inherit;
  border: none;
  padding: 0;
  margin-bottom: 2rem;
}
.contacto-page .info-contacto .instagram {
  display: flex;
  align-items: center;
}
.contacto-page .info-contacto .instagram p {
  margin: 0;
}
.contacto-page .info-contacto .instagram a {
  margin-left: 1rem;
  color: #9e0059;
  font-size: 1.5rem;
  transition: all 0.4s ease;
}
.contacto-page .info-contacto .instagram a:hover {
  color: #4a1942;
}
.contacto-page .fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
  color: #ffdf64;
}
.contacto-page form.fluent_form_3 .ff-btn-submit {
  color: inherit;
  transition: all 0.4s ease;
}
.contacto-page form.fluent_form_3 .ff-btn-submit:hover {
  color: rgba(11, 2, 18, 0.7);
}
.contacto-page .fluentform .ff-el-group {
  margin-bottom: 0;
}

.galeria-page .hero-galeria {
  padding: 5rem 0 0 0;
}
.galeria-page .informacion {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.galeria-page .informacion h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #9e0059;
}
.galeria-page .informacion h2 {
  font-size: 6rem;
  font-weight: bold;
}
.galeria-page .informacion p {
  margin-bottom: 0;
}
.galeria-page .informacion p span {
  color: #9e0059;
  font-weight: 600;
}
.galeria-page .container-filtro {
  text-align: end;
}
.galeria-page .container-filtro p {
  margin-bottom: 1rem;
}
.galeria-page .container-filtro form {
  position: relative;
  border-radius: 10px;
}
.galeria-page .container-filtro form select {
  position: relative;
  z-index: 2;
  padding: 0.5rem;
  border-radius: 10px;
  width: 200px;
  border: 2px solid rgb(158, 0, 89);
  cursor: pointer;
  -webkit-appearance: none; /* Para Safari y Chrome antiguos */
  -moz-appearance: none; /* Para Firefox antiguo */
  appearance: none;
  background-color: transparent;
}
.galeria-page .container-filtro form select:focus {
  outline: none;
  border: 2px solid #4a1942;
}
.galeria-page .container-filtro form::after {
  z-index: 1;
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  color: #9e0059;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.fancybox__dialog .f-carousel__toolbar__column {
  background-color: rgba(158, 0, 89, 0.7);
}
.fancybox__dialog .f-carousel__toolbar__column .f-button {
  background: inherit;
  color: #fafafa;
  transition: all 0.2s ease;
}
.fancybox__dialog .f-carousel__toolbar__column .f-button:hover {
  background: inherit;
  color: rgba(250, 250, 250, 0.5);
}
.fancybox__dialog .f-button.is-arrow {
  background-color: rgba(158, 0, 89, 0.7);
  transition: all 0.2s ease;
}
.fancybox__dialog .f-button.is-arrow svg {
  color: #fafafa;
}
.fancybox__dialog .f-button.is-arrow:hover {
  background-color: rgba(158, 0, 89, 0.5);
}

@media (max-width: 1199.98px) {
  h1.h1,
  .h1 {
    font-size: 5.25rem;
  }
  h2.h2,
  .h2 {
    font-size: 1.375rem;
  }
  h3.h3,
  .h3 {
    font-size: 2rem;
  }
  p {
    font-size: 1.125rem;
  }
  section {
    padding: 5rem 0;
  }
  .padding-lateral-seccion {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .bajada-titulo {
    font-size: 3rem;
  }
  .btn-subir {
    bottom: 1.5rem;
    right: 3rem;
  }
  header .navbar .navbar-brand {
    font-size: 1.5rem;
  }
  header .navbar .offcanvas .navbar-nav .menu-item {
    font-size: 1.5rem;
  }
  .hero h1 {
    font-size: 6rem;
  }
  .editorial-image {
    max-height: 800px;
  }
  #carrusel-portafolio {
    height: 280px;
  }
  .sobre-mi-home {
    padding-bottom: 10rem;
  }
  .imagen-impacto .valores a {
    font-size: 2.625rem;
  }
  .site-footer {
    padding: 2.5rem 0 1.5rem 0;
  }
  .footer-home a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
  }
  .footer-home .creditos p {
    margin-top: 2.5rem;
  }
  .sobre-mi .hero-sobre-mi h1 {
    font-size: 1.375rem;
  }
  .sobre-mi .hero-sobre-mi p.mi-nombre {
    font-size: 5.25rem;
  }
  .sobre-mi .servicios .activo h3.h3 {
    font-size: 2.25rem;
  }
  .contacto-page .info-contacto h1 {
    font-size: 1.375rem;
    margin-bottom: 2.5rem;
  }
  .contacto-page .info-contacto form label {
    font-size: 1.125rem;
  }
  .contacto-page .info-contacto form input,
  .contacto-page .info-contacto form textarea {
    margin-bottom: 1.75rem;
  }
  .contacto-page .info-contacto form button {
    margin-bottom: 1.5rem;
  }
  .contacto-page .info-contacto .instagram a {
    font-size: 1.25rem;
  }
  .galeria-page .hero-galeria {
    padding: 5rem 0 0 0;
  }
  .galeria-page .informacion h1 {
    font-size: 1.375rem;
  }
  .galeria-page .informacion h2 {
    font-size: 5.25rem;
  }
}
@media (max-width: 991.98px) {
  h2.h2,
  .h2 {
    font-size: 1.25rem;
  }
  h3.h3,
  .h3 {
    font-size: 1.75rem;
  }
  section {
    padding: 3.75rem 0;
  }
  .padding-lateral-seccion {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .bajada-titulo {
    font-size: 2.75rem;
  }
  .btn-subir {
    bottom: 1.5rem;
    right: 2.5rem;
  }
  header .navbar .navbar-brand {
    font-size: 1.5rem;
  }
  header .navbar .offcanvas .navbar-nav .menu-item {
    font-size: 1.5rem;
  }
  .hero .imagenes-header .img-1 {
    width: 90%;
  }
  .hero .imagenes-header .img-2 {
    width: 60%;
  }
  .editorial-image {
    max-height: 800px;
  }
  #carrusel-portafolio {
    height: 230px;
  }
  .sobre-mi-home {
    padding-bottom: 7.5rem;
  }
  .imagen-impacto .valores a {
    font-size: 2.25rem;
  }
  .site-footer {
    padding: 2rem 0 1.5rem 0;
  }
  .footer-home .creditos p {
    margin-top: 2rem;
  }
  .sobre-mi .hero-sobre-mi h1 {
    font-size: 1.25rem;
  }
  .sobre-mi .hero-sobre-mi p.mi-nombre {
    font-size: 4.25rem;
  }
  .sobre-mi .servicios .servicio {
    padding: 1.5rem;
  }
  .sobre-mi .servicios .servicio h3.h3 {
    margin: 1rem 0 1rem 0;
  }
  .sobre-mi .servicios .servicio:not(.activo) {
    grid-column: span 6;
  }
  .sobre-mi .servicios .activo {
    grid-column: span 12;
  }
  .sobre-mi .servicios .activo .btn-activo {
    margin: 2rem 0 0 0;
  }
  .sobre-mi .servicios .activo h3.h3 {
    font-size: 2.25rem;
  }
  .contacto-page .info-contacto h1 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
  .contacto-page .info-contacto form label {
    font-size: 1rem;
  }
  .contacto-page .info-contacto form input,
  .contacto-page .info-contacto form textarea {
    margin-bottom: 1.5rem;
  }
  .contacto-page .info-contacto form button {
    margin-bottom: 1.25rem;
  }
  .contacto-page .info-contacto .instagram a {
    font-size: 1rem;
  }
  .galeria-page .hero-galeria {
    padding: 3.75rem 0 0 0;
  }
  .galeria-page .informacion h1 {
    font-size: 1.25rem;
  }
  .galeria-page .informacion h2 {
    font-size: 4.25rem;
  }
}
@media (max-width: 767.98px) {
  html {
    margin-top: 0 !important;
  }
  h2.h2,
  .h2 {
    font-size: 1.125rem;
  }
  h3.h3,
  .h3 {
    font-size: 1.5rem;
  }
  p {
    font-size: 1rem;
  }
  section {
    padding: 2.5rem 0;
  }
  .padding-lateral-seccion {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .bajada-titulo {
    font-size: 2rem;
  }
  .container-h2 .pin-decoracion1 {
    justify-content: flex-start;
    width: 40px;
  }
  .btn1 {
    display: none;
  }
  .btn1-mobile {
    display: block;
  }
  .btn-subir {
    bottom: 1.5rem;
    right: 2rem;
  }
  header .navbar .padding-lateral-seccion {
    justify-content: space-between;
  }
  header .navbar .padding-lateral-seccion .navbar-brand {
    font-size: 1.25rem;
  }
  header .navbar .padding-lateral-seccion .navbar-toggler {
    border: none;
  }
  header .navbar .padding-lateral-seccion .navbar-toggler i {
    font-size: 1.5rem;
    color: #9e0059;
  }
  header .navbar .padding-lateral-seccion div.offcanvas {
    background-color: #0b0212;
    justify-content: flex-start;
    height: 100%;
    width: 90%;
  }
  header .navbar .padding-lateral-seccion div.offcanvas .offcanvas-header h2 {
    margin-top: 2rem;
    color: rgb(250, 250, 250);
    font-size: 1.5rem;
  }
  header .navbar .padding-lateral-seccion div.offcanvas .offcanvas-header {
    justify-content: space-between;
  }
  header .navbar .padding-lateral-seccion div.offcanvas .offcanvas-header button {
    background: transparent;
    border: none;
  }
  header .navbar .padding-lateral-seccion div.offcanvas .offcanvas-header button i {
    font-size: 2rem;
    color: rgb(250, 250, 250);
  }
  header .navbar .padding-lateral-seccion div.offcanvas .offcanvas-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  header .navbar .padding-lateral-seccion div.offcanvas .offcanvas-body ul {
    height: 60%;
    width: 100%;
  }
  header .navbar .padding-lateral-seccion div.offcanvas .offcanvas-body ul li.menu-item {
    width: 100%;
    font-size: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
  }
  header .navbar .padding-lateral-seccion div.offcanvas .offcanvas-body ul li.menu-item a {
    display: block;
    width: 100%;
    margin-left: 0;
    color: rgba(250, 250, 250, 0.5);
  }
  header .navbar .padding-lateral-seccion div.offcanvas .offcanvas-body ul li.current-menu-item a {
    text-decoration: none;
    color: rgb(250, 250, 250);
  }
  header .navbar .padding-lateral-seccion div.offcanvas .offcanvas-body ul li.current-menu-item a:before {
    content: "";
    display: inline-block;
    margin-right: 1rem;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #9e0059;
  }
  header .navbar .padding-lateral-seccion div.offcanvas .offcanvas-body .iconos-header {
    margin-top: auto;
  }
  header .navbar .padding-lateral-seccion div.offcanvas .offcanvas-body .iconos-header i {
    font-size: 1.5rem;
    color: rgb(250, 250, 250);
  }
  header .navbar .padding-lateral-seccion div.offcanvas .offcanvas-body .iconos-header i:first-of-type {
    margin-right: 1.5rem;
  }
  .hero {
    height: 100%;
  }
  .hero .info-hero {
    position: relative;
  }
  .hero .info-hero .pin-decoracion1 {
    right: 0;
    top: 0;
    justify-content: flex-start;
  }
  .hero .imagenes-header .img-1 {
    width: 90%;
  }
  .hero .imagenes-header .img-2 {
    width: 50%;
  }
  .editorial-image {
    max-height: 800px;
  }
  #carrusel-portafolio {
    height: 230px;
  }
  #carrusel-portafolio .splide__track ul.splide__list li.splide__slide.is-active div.tarjeta-carrusel {
    filter: brightness(1);
    transition: none;
  }
  #carrusel-portafolio .splide__track ul.splide__list li.splide__slide.is-active div.tarjeta-carrusel .btn-carrusel {
    opacity: 1;
  }
  #carrusel-portafolio .splide__track ul.splide__list li.splide__slide.is-active div.tarjeta-carrusel .btn-carrusel p {
    opacity: 1;
    transition: none;
  }
  #carrusel-portafolio .splide__track ul.splide__list li.splide__slide.is-active div.tarjeta-carrusel .btn-carrusel i {
    opacity: 1;
    transition: none;
  }
  .sobre-mi-home {
    padding-bottom: 4rem;
  }
  .imagen-impacto {
    height: 80vh;
  }
  .imagen-impacto .valores a {
    font-size: 1.75rem;
  }
  .site-footer {
    padding: 1.5rem 0 1.5rem 0;
  }
  .footer-home .links-footer a h2 {
    font-size: 1.5rem;
  }
  .footer-home .links-footer .nav-footer ul li {
    font-size: 1rem;
  }
  .footer-home .creditos p {
    margin-top: 1.5rem;
  }
  .sobre-mi .hero-sobre-mi h1 {
    font-size: 1.125rem;
  }
  .sobre-mi .hero-sobre-mi p.mi-nombre {
    font-size: 3rem;
  }
  .sobre-mi .servicios .activo h3.h3 {
    font-size: 1.5rem;
  }
  .sobre-mi .servicios .lista-especialidades ul {
    flex-wrap: wrap;
  }
  .sobre-mi .sobre-mi-sobre-mi-page .parrafos-sobre-mi .parrafo-potente {
    margin-top: 1.5rem;
  }
  .sobre-mi .sobre-mi-sobre-mi-page .parrafos-sobre-mi .parrafo-potente p {
    font-size: 1.25rem;
  }
  .contacto-page .info-contacto h1 {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
  .contacto-page .info-contacto form label {
    font-size: 1rem;
  }
  .contacto-page .info-contacto form input,
  .contacto-page .info-contacto form textarea {
    margin-bottom: 1.75rem;
  }
  .contacto-page .info-contacto form button {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }
  .contacto-page .info-contacto .instagram a {
    font-size: 1rem;
  }
  .galeria-page .hero-galeria {
    padding: 2.5rem 0 0 0;
  }
  .galeria-page .informacion h1 {
    font-size: 1.125rem;
  }
  .galeria-page .informacion h2 {
    font-size: 3rem;
  }
  .galeria-page .container-filtro form {
    position: relative;
    border-radius: 10px;
  }
  .galeria-page .container-filtro form select {
    position: relative;
    z-index: 2;
    padding: 0.5rem;
    border-radius: 10px;
    width: 200px;
    border: 2px solid rgb(158, 0, 89);
    cursor: pointer;
    -webkit-appearance: none; /* Para Safari y Chrome antiguos */
    -moz-appearance: none; /* Para Firefox antiguo */
    appearance: none;
    background-color: transparent;
  }
  .galeria-page .container-filtro form select:focus {
    outline: none;
    border: 2px solid #4a1942;
  }
  .galeria-page .container-filtro form::after {
    z-index: 1;
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    color: #9e0059;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 599.98px) {
  p {
    font-size: 1rem;
  }
  .hero .info-hero {
    width: 80%;
  }
  .hero {
    height: 100%;
  }
  .hero .imagenes-header {
    display: none;
  }
  .hero .imagenes-header .img-1 {
    width: 90%;
  }
  .hero .imagenes-header .img-2 {
    width: 50%;
  }
  .hero .row {
    justify-content: center;
  }
  .sobre-mi .servicios .activo .btn-activo {
    gap: 1rem;
  }
  .sobre-mi .servicios .activo .decoracion-servicio .pin-decoracion1 {
    transform: rotate(0);
    top: 0;
    right: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .btn-subir {
    bottom: 1.5rem;
    right: 1.25rem;
  }
  .hero .info-hero {
    width: 100%;
    text-align: center;
  }
  .hero .info-hero h1.h1 {
    font-size: 5rem;
    text-align: center;
  }
  .hero .info-hero .container-btn-mobile {
    display: flex;
    justify-content: center;
  }
  .hero .info-hero .container-deco-mobile-home {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-bottom: 1rem;
  }
  .hero .info-hero .container-deco-mobile-home p {
    margin-bottom: 0;
  }
  .hero .info-hero .container-deco-mobile-home .pin-decoracion1 {
    display: flex;
    position: relative;
    margin-left: 1rem;
  }
  .hero .info-hero .titulo-fotografia,
  .hero .info-hero .pin-decoracion1 {
    display: none;
  }
  .hero .row {
    justify-content: center;
  }
  .editorial-grid .editorial-item--small {
    grid-column: span 5;
  }
  .editorial-grid .editorial-item--medium {
    grid-column: span 6;
  }
  .editorial-grid .editorial-item--large {
    grid-column: span 7;
  }
  .editorial-grid .editorial-image {
    min-height: 200px;
  }
  #carrusel-portafolio {
    height: 140px;
  }
  #carrusel-portafolio .splide__arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
  #carrusel-portafolio .splide__arrow svg {
    width: 1rem;
    height: 1rem;
  }
  .sobre-mi-home .row {
    row-gap: 2rem;
  }
  .footer-home .row {
    row-gap: 2rem;
  }
  .footer-home .links-footer a h2 {
    font-size: 1.125rem;
  }
  .footer-home .links-footer .nav-footer ul li {
    font-size: 1rem;
  }
  .footer-home .creditos p {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
  .galeria-page .informacion {
    flex-direction: column;
    align-items: flex-start;
  }
  .galeria-page .container-filtro {
    width: 100%;
  }
  .galeria-page .container-filtro p {
    display: none;
  }
  .galeria-page .container-filtro form {
    margin: 2rem 0 1rem 0;
  }
  .galeria-page .container-filtro form select {
    width: 100%;
  }
  .sobre-mi .hero-sobre-mi .row p:not(.mi-nombre) {
    margin-bottom: 0;
  }
  .sobre-mi .hero-sobre-mi .row {
    row-gap: 2rem;
  }
  .sobre-mi .hero-sobre-mi .img-hero-sobre-mi img {
    max-height: 40vh;
  }
  .sobre-mi .enfoque .row {
    row-gap: 2rem;
    flex-direction: column-reverse;
  }
  .sobre-mi .enfoque .row img {
    max-height: 40vh;
  }
  .sobre-mi .hablemos .row {
    row-gap: 2rem;
  }
  .sobre-mi .hablemos .row img {
    max-height: 20vh;
  }
  .sobre-mi .hablemos {
    padding-bottom: 5rem;
  }
  .contacto-page .contacto .row {
    row-gap: 2rem;
  }
  .contacto-page .contacto {
    padding-bottom: 5rem;
  }
  .fancybox__container .f-button.is-arrow.is-next,
  .fancybox__container .f-button.is-arrow.is-prev {
    inset: 85% auto auto;
    transform: none;
  }
}
@media (max-width: 399.98px) {
  .fancybox__container .f-button.is-arrow {
    width: 40px;
    height: 40px;
  }
  .fancybox__container .f-button.is-arrow svg {
    width: 20px;
    height: 20px;
  }
  .fancybox__container .f-button.is-arrow.is-next,
  .fancybox__container .f-button.is-arrow.is-prev {
    inset: 90% auto auto;
    transform: none;
  }
}
@media (min-width: 981.98px) and (max-width: 1599.98px) and (max-height: 799.98px) {
  .home .hero {
    height: 95vh; 
  } 
}/*# sourceMappingURL=estilos-cliente.css.map */