@font-face {
  font-family: 'Lemon';
  src: url('../../assets/fonts/LEMONMILK-Light.otf') format('opentype');
}

@font-face {
  font-family: 'LemonR';
  src: url('../../assets/fonts/LEMONMILK-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Lemon';
  src: url('../../assets/fonts/LEMONMILK-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Blacks';
  src: url('../../assets/fonts/Blacksword.otf') format('opentype');
}

@font-face {
  font-family: 'Austria';
  src: url('../../assets/fonts/Austria.ttf') format('opentype');
}

.p2 {
  margin-bottom: 0rem;
}

.mg3 {
  padding-bottom: 10px;
}

.nav-item {
  font: normal normal normal 11px/13px Raleway;
  color: white;
  transition: .5s all ease;
}

.nav-item:hover {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  color: rgb(224, 224, 224);
}

.ti {
  font-family: 'Ibarra Real Nova', serif;
  margin-bottom: 1em;
  color: transparent;
  transition: .5s all ease-in-out;
}

.titleSec {
  font: normal normal normal 90px/113px Ibarra Real Nova;
  font-weight: 300;
}

.titleAg {
  font-family: 'Ibarra Real Nova';
  font-size: 75px;
  font-weight: 500;
  text-align: center;
}


@media screen and (max-width: 1024px) {
  .ti {
    margin-bottom: 0em;
  }
}

@media screen and (max-width: 767px) {
  .ti {
    margin-bottom: -.5em;
  }

  .logo img {
    width: 30%;
  }
}

.menu {
  background: #000000;
}

.card img {
  filter: grayscale(100%);
}

.inac {
  filter: grayscale(100%) !important;
}

.row {
  border: none;
}

.card {
  border: none !important;
}

@media screen and (max-width: 468px) {
  .titleAg {
    font-size: 58px;
  }
}

@media screen and (max-width: 425px) {
  .vistasprods {
    width: 27%;
  }
}

.img-thumbnail {
  border: none !important;
}

.overlay {
  top: 100%;
  position: absolute;
  background: #000000c3;
  height: 0px;
  width: 100%;
  border-radius: 0em 0em 0.375rem 0.375rem;
  transition: .3s all ease;
  overflow: hidden;
}

.overlay h5 {
  font: normal normal normal 10px Ibarra Real Nova;
  color: #C4AB09;
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: left;
  transition: .5s all ease-in-out;
}

.card:hover .overlay {
  cursor: pointer;
  height: 50%;
  top: 50%;
}

.card:hover .overlay h5 {
  font: normal normal normal 20px/25px Ibarra Real Nova;
  color: white;
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: left;

}

.card:hover img {
  filter: grayscale(0%);
}

.nav li .nav-link {
  color: #ffffff;
}

.nav li a:hover {
  color: #4e4e4e;
}

.diagonal-line {

  display: inline-block;
  background-image: linear-gradient(45deg, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 50%);
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  line-height: 1.5;
  transition: .5s all ease;
}

.merch {
  display: flex;
}

.buscador {
  border-radius: 20px;
  border: 1px solid #C4AB09;
  height: 2em;
  margin-left: 2em;
  margin-top: 0.5em;
  margin-right: 1em;
}

.img-carrito {
  cursor: pointer;
}

.discos {
  width: 22em;
  overflow: hidden;
  padding-bottom: 5em;
}

.imgenDisco,
.imgRegalo {
  padding: 0em 1em;
  transition: .5s all ease;
}

.discos:hover .imgenDisco,
.discos:hover .imgRegalo {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.precio-detail {
  color: #882E2E;
  font-family: 'Raleway';
  font-size: 45px;
  font-weight: bold;
}

.nombre-detail {
  color: #882E2E;
  font-family: 'Raleway';
  font-size: 23px;
  font-weight: bold;
  padding-top: 0em;
}

.leer-mas {
  border: 1px solid #D2BF45;
  border-radius: 25px;
  font-size: 18px;
  padding: 2px 10px 1px 10px;
  color: black;
  transition: .5s all ease;
  background: #ffd70047;

}

.leer-mas:hover {
  background-color: #e7d03db8;
}

.table-wrapper {
  width: 100%;
  height: 50vh;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: 'Raleway', sans-serif;
}

.table-wrapper table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.table-wrapper .table thead tr {
  background-color: white;
  border: 1px solid #ffffff;
  font-size: 23px;
}



.table-wrapper .table tbody tr {
  background-color: rgba(255, 255, 255, 0.407);
  border-bottom: 2px solid #C19D0C;
  height: 100%;
  font-size: 21px;
}

.table-wrapper {
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background: inherit;

}

.table-wrapper:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
  filter: blur(10px);
  margin: -20px;
}

.espacio_pequeno {
  margin-bottom: 3em;
}

.boton-suma {
  border: 1px solid #D2BF45;
  width: 36px;
  height: 36px;
  color: #5F5F5F;
  border-radius: 0;
}

.boton-resta {
  border: 1px solid #D2BF45;
  width: 36px;
  height: 36px;
  color: #5F5F5F;
  border-radius: 0;
}

.cantidad-input {
  border: 1px solid #D2BF45;
  width: 52px;
  height: 36px;
  text-align: center;
  top: 2px;
  position: relative;
  border-radius: 0;
  margin: 0px 6px 0px 6px;

}

.boton-anadir-carrito {
  background-color: #D2BF45;
  color: #ffffff;
  font-family: 'Raleway';
  font-size: 23px;
  border-radius: 35px;
  margin-left: 1em;
  transition: 1s all ease;
}

@media screen and (max-width: 468px) {
  .boton-anadir-carrito {
    top: 1em;
    position: relative;
    margin-left: 0em;
  }
}

.btn-ver-pedido {
  background-color: #D2BF45;
  color: #ffffff;
  font-family: 'Raleway';
  font-size: 16px;
  border-radius: 8px;
  transition: 1s all ease;
}

.btn-ver-pedido:hover {
  color: #ffffff;
  background-color: #D2BF45;
  box-shadow: 0px 5px 17px 0px #000000b5;
}

.boton-anadir-carrito:hover {
  background-color: #d2bf45bd;
  color: #ffffff;
}

.valoraciones {
  color: #787878;
  font-size: 20px;
  font-family: 'Raleway';
  font-weight: 600;
}

.linea {
  border: 1px solid;
  width: 22%;
}

@media screen and (max-width: 767px) {
  .linea {
    width: 100%;
  }
}

.text-detalle {
  color: #787878;
  font-family: 'Raleway';
  font-size: 20px;
}

.img-texto {
  margin-left: 24em;
  margin-top: -10em;
}

@media screen and (max-width: 1440px) {
  .img-texto {
    margin-left: 0em;
    margin-top: 0em;
  }
}

@media screen and (max-width: 1024px) {
  .img-texto {
    margin-left: 0em;
    margin-top: 0em;
  }

  .detalleP {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .img-texto {
    margin-left: 0em;
    margin-top: 0em;
  }

}

.datosCosto {
  color: #787878;
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: bold;
}

.datosCostoE {
  color: #D2BF45;
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: bold;
}

.btn-proceder {
  color: #fff;
  background: #D2BF45;
  transition: 1s all ease;
}

.btn-proceder:hover {
  color: #fff;
  background: #D2BF45;
  box-shadow: 0px 6px 11px 0px #0000005e;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.cartTextHeadNombre {
  color: #000000;
  font-size: 15px;
  font-family: 'Raleway';
  margin-top: 13px;
}

.cartTextHeadNombre:hover {
  cursor: pointer;
  text-decoration: underline;
}

.text-product {
  background: red;
  width: 26px;
  height: 26px;
  color: white;
  border-radius: 44px;
  text-align: center;
}

.cuadroBusqueda {
  background: rgb(255, 255, 255);
  width: 20em;
  height: 9em;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 3em;
  z-index: 1;
  border-bottom: 2px solid #C4AB09;
  border-right: 2px solid #C4AB09;
  border-left: 2px solid #C4AB09;
  border-radius: 6px;
  padding: 1em;
}

.cuadroBusqueda::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.cuadroBusqueda::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.cuadroBusqueda::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.cuadroBusqueda::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.cuadroBusqueda {
  display: none;
}

.cuadroBusqueda:hover {
  display: block;
}

.btn-pedido {
  background-color: #C4AB09;
  color: white;
  text-align: center;
  font-size: 1.1em;
  cursor: pointer;
  width: 100%;
  padding: 5px;
  font-weight: 700;
}

.cuadroProducto {

  background: rgb(255, 255, 255);
  width: 20em;
  height: 15em;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 3em;
  z-index: 1;
  border-bottom: 2px solid #C4AB09;
  border-right: 2px solid #C4AB09;
  border-left: 2px solid #C4AB09;
  border-radius: 6px;
  padding: 1em;
  right: 18em;

}

.cuadroProducto::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.cuadroProducto::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.cuadroProducto::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.cuadroProducto::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.cuadroProducto {
  display: none;
}


.cuadroProducto:hover {
  display: block;
}


#side_nav {
  background-color: black;
  min-width: 8em;
  max-width: 8em;
  transition: .5s all ease;
  position: fixed;
  height: 100%;
  overflow-Y: scroll;
}

#side_nav::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

#side_nav::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

#side_nav::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

#side_nav::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.content {
  min-height: 100vh;
  width: 100%;
}

.f-uno {
  float: none;
}

@media screen and (max-width:1366px) {
  #side_nav {
    min-width: 0em;
    max-width: 7em;
  }
}

@media screen and (max-width: 1024px) {
  .f-uno {
    float: left;
  }

  #side_nav {
    min-width: 8em;
    max-width: 8em;
  }
}

@media screen and (max-width: 767px) {
  #side_nav {
    margin-top: -60em;
    position: fixed;
    min-height: 100vh;
    min-width: 100%;
    z-index: 5;
  }

  #side_nav.active {
    margin-top: 0;
    z-index: 5;
  }

  .container-fluid {
    --bs-gutter-x: 0rem !important;
  }

  .close-btn {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .f-uno {
    float: none;
  }
}

@media screen and (max-width: 395px) {
  .f-uno {
    float: none;
  }
}

.linea {
  background-color: white;
  width: 34px;
  height: 7px;
  margin-bottom: 2px;
  border-radius: 4px;
  display: none;
  position: relative;
  z-index: 5;
}


.overlayRel {
  top: 100%;
  color: var(--bs-card-title-color);
  position: absolute;
  background: #c4ab09b3;
  height: 0%;
  width: 100%;
  border-radius: 0em 0em 0.375rem 0.375rem;
  transition: .5s all ease;
  overflow: hidden;
}

.overlayRel h5 {
  font: normal normal normal 20px/25px Ibarra Real Nova;
  color: white;
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: left;

}

.card:hover .overlayRel {
  cursor: pointer;
  height: 42.5%;
  top: 57.5%;
}

.hint--top {
  width: 45px;
  position: absolute;
  background: #fff;
  border-radius: 36px;
  height: 45px;
  padding: 9px;
}

.boton-detalle {
  filter: grayscale(0%) !important;
}

.iconsProds {
  font-size: 1.5em;
}

.iconsProds:hover {
  font-size: 1em;
  cursor: pointer;
}

.imgs {
  filter: grayscale(0%) !important;
}

.title-relacionados {
  color: #882E2E;
  text-align: center;
  font-size: 45px;
}

@media screen and (max-width: 375px) {
  .table-wrapper .table thead tr {
    font-size: 19px;
  }

  .table-wrapper .table tbody tr {
    font-size: 17px;
  }
}

@media screen and (max-width: 320px) {
  .title-relacionados {
    font-size: 35px;
  }
}

.row {
  --bs-gutter-x: 0rem !important;
}

.text-pedido-product {
  font-size: 20px;
  font-weight: 500;
}

.text-pedido-sub {
  font-size: 17px;
  font-weight: 600;
}

.text-pedido-total {
  font-size: 20px;
  font-weight: 600;
}

.precio-total {
  font-weight: bold;
  font-size: 20px;
}

.btn-pago {
  background-color: #D2BF45;
  color: #ffffff;
  font-family: 'Raleway';
  font-size: 20px;
  border-radius: 35px;
  margin-right: 1em;
  cursor: pointer;
  transition: 1s all ease;
}

.btn-pago:hover {
  background-color: #d2bf45bd;
  color: #ffffff;
}

.merch-img {
  filter: grayscale(0%);
  transition: .5s all ease;
}

.merch-img:hover {
  filter: grayscale(100%);

}

.merch-img:hover .ti {
  color: white;
}

.merch-imgC,
.tiC {
  filter: grayscale(100%);
  color: white;
}

.rfg {
  display: none;
}

.rfc {
  display: block;
}

.def {
  display: none;
}

.dep {
  display: block;
}

.espacio-agenda {
  height: 10px;
}

@media screen and (max-width: 768px) {
  .espacio-agenda {
    height: 47px;
  }
}

@media screen and (max-width: 468px) {
  .espacio-agenda {
    height: 47px;
  }
}

/* ----------------------------------------agendas-------------------------------- */
.agenda-fechas {
  height: auto;
  overflow: scroll;
  overflow-x: hidden;
}

.icono-bolsa {
  filter: grayscale(0) !important;
  padding: 0.5em;
}

#prueba {
  background: rgba(255, 255, 255, .25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);

}

.nav-eventos {
  width: 100%;
  height: 60px;
  background-color: white;
}

.agenda-fechas::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.agenda-fechas::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.agenda-fechas::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.agenda-fechas::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.btn-ticket {
  display: block;
  width: 13em;
  height: 13em;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 3%;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}

.btn-tick {
  width: 13em;
  height: 13em;
  transition: .5s all ease-in-out;
}

.btn-tick:hover {
  transform: scale(1.1);
}

.text-calendario-month,
.text-calendario-day,
.text-calendario-year,
.text-calendario-state,
.text-calendario-place,
.num-fecha,
.me-2 {
  font-size: 25px;
  text-align: center;
}

.ms-2 {
  font-size: 25px;
}

.text-calendario-day,
.text-calendario-state {
  font-weight: bold;
}


#carou {
  display: flex;
  width: 100%;
  height: 480px;
}

#carou img {
  width: 0px;
  flex-grow: 1;
  object-fit: cover;
  opacity: .8;
  transition: .5s all ease;
}

#carou img:hover {
  cursor: crosshair;
  width: 100%;
  opacity: 1;
  filter: contrast(120%);
}

.btn-compra {
  text-decoration: none;
  border: none;
  background-color: #FFC300;
  outline: none !important;
}

.btn-compra:hover {
  background-color: #ffc40087;
  color: black;
}


@media screen and (max-width:767px) {
  .nav-eventos {
    height: 105px;
  }

  .btn-ticket {
    width: 10em;
    height: 10em;
  }

  .btn-tick {
    width: 10em;
    height: 10em;
  }
}

.event a {
  background-color: #C4AB09 !important;
  color: #ffffff !important;
}


/* --------------------------------Familia--------------------------------- */
.para {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-image: url("../../img/familia/BANNER_FAMILIA.webp");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}

.trin {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #F9EDD0;
  position: relative;
  top: 0.1em;
  z-index: 2;
}

.content {
  padding: 20px;
}

.title-fam h1 {
  color: #D2BF45;
  font: normal normal 600 100px/125px Ibarra Real Nova;
}

.triangulo {
  width: 0;
  height: 0;
  border-right: 100px solid #000000;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  transform: translateX(-100px);
  position: absolute;
  margin-top: 8em;
  display: block;
  left: 0.1em;
}

.botones {
  width: 176px;
  height: 43px;
  border: none;
  font: normal normal 600 20px Raleway;
  color: #606060;
}

.tituloF {
  font-size: 50px;
  font-family: 'Ibarra Real Nova';
  color: #D2BF45;
  position: relative;
  margin-left: 0.5em;
  z-index: 1;

}

.nombre-fami {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.infoFa {
  font: normal normal 600 25px Ibarra Real Nova;
  color: #606060;
}

.imgFa {
  position: relative;
  top: -4em;
  left: 6em;
}


.efecto {
  transform: translate3d(0%, 0, 0);
}

.efecto2 {
  transform: translate3d(0%, 0, 0);
}

.nom-fam {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width:1366px) {
  .para {
    background-image: url("../../img/familia/banner-prueba-ipad.webp");
    left: 7em;
  }

  .nombre-fami {
    display: flex;
    justify-content: center;
    align-items: end;
    text-align: center;
  }

  .imgFa {
    position: relative;
    top: -5em;
    left: 3em;
  }

  .tituloF {
    margin-left: 1.5em;
  }
}

@media screen and (max-width: 1024px) {
  .triangulo {
    display: none;
  }

  .tituloF {
    font: normal normal 600 23px Ibarra Real Nova;
    color: #D2BF45;
    margin-top: 5em;
    padding: 9px !important;
    justify-content: left;
    display: flex;
  }

  .infoFa {
    font: normal normal 600 17px Ibarra Real Nova;
    text-align: justify;
  }

  .imgFa {
    top: -4em;
    left: 3em;
    width: 15em;
  }

  .efecto {
    transform: translate3d(40%, 0, 0);
  }

  .efecto2 {
    transform: translate3d(-30%, 0, 0);
  }


  .botones {
    width: 4em;
    height: 43px;
    border: none;
    font: normal normal 600 20px Raleway;
    color: #606060;
    margin-left: -1em;
  }


  .trin {
    top: 0.1em;
    border: 1px solid #F9EDD0;
  }
}

@media screen and (max-width: 768px) {

  .tituloF {
    font: normal normal 600 23px Ibarra Real Nova;
    color: #D2BF45;
    margin-top: 5em;
    padding: 9px !important;
    justify-content: left;
    display: flex;
  }

  .infoFa {
    font: normal normal 600 17px Ibarra Real Nova;
    text-align: justify;
  }

  .imgFa {
    top: -4em;
    left: 4em;
  }

  .efecto {
    transform: translate3d(-6%, 0, 0);
  }

  .efecto2 {
    transform: translate3d(0%, 0, 0);
  }

  .para {
    left: 8em;
    width: 100%;
  }
}

.scroll-caption {
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 468px) {
  .title-fam h1 {
    font: normal normal 600 71px Ibarra Real Nova;
  }

  .infoFa {
    font: normal normal 600 17px Ibarra Real Nova;
    text-align: center;
  }

  .tituloF {
    font: normal normal 600 30px Ibarra Real Nova;
    color: #D2BF45;
    margin-top: 0.5em;
    padding: 0px !important;
    justify-content: center;
    display: flex;
  }

  .tituloF {
    margin-left: 0em;
  }

  .scroll-caption {
    display: flex;
    justify-content: center;
    padding: 1em;
  }

  .imgFa {
    top: -1em;
    left: 0em;
  }

  .para {
    height: 80vh;
    left: 0;
    background-image: url('../../img/familia/BANNER-FAMILIA_RESPONSIVO.jpg');
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  .contenedor-paralaz {
    height: 67vh;
    width: 100%;
  }

  .efecto {
    transform: translate3d(0%, 0, 0);
  }

  .efecto2 {
    transform: translate3d(0%, 0, 0);
  }

  #cel {
    padding: 1em;
  }
}


.animacion-scroll {
  animation-name: slide-in-left;
  animation-duration: 1s;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(100px);
    opacity: 0;

  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.letra {
  position: absolute;
}

.letra p {
  color: #D2BF45;
  font: normal normal 600 50px/63px Ibarra Real Nova;
  margin-top: 2em;
}

.g {
  width: auto;
  height: 5vh;
  display: grid;
  grid-auto-flow: column;
  grid-auto-rows: 10vh;
  place-content: start center;
  z-index: 1;
  transition: 1s all;
  position: relative;
}

.punto {
  font: normal normal 600 50px/63px Ibarra Real Nova;
  color: #D2BF45;
  height: 0px;
  margin-top: 0em;
}

.g a {
  font: normal normal 600 50px/63px Ibarra Real Nova;
  position: static;
  display: block;
  height: 2ch;
  display: grid;
  place-content: center;
  color: #D2BF45;
  text-decoration: none;
}

.g a:hover {
  color: #d2bf4590;
}

.g a img {
  display: block;
  position: absolute;
  top: 1em;
  left: 0em;
  z-index: -1;
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(50% 0,
      50% 0,
      50% 100%,
      50% 100%,
      50% 0,
      50% 0,
      50% 100%,
      50% 100%);
  transition: clip-path 0.3s ease-in;
}

.g>a:first-child img {
  display: block;
  position: absolute;
  top: 1em;
  left: 0em;
  z-index: -1;
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(50% 0,
      0 0,
      0 100%,
      50% 100%,
      50% 0,
      100% 0,
      100% 100%,
      50% 100%);
}

.g>a:not(:first-child):hover img,
img:not(:first-child):hover {
  clip-path: polygon(50% 0,
      0 0,
      0 100%,
      50% 100%,
      50% 0,
      100% 0,
      100% 100%,
      50% 100%);

}

.letra {
  transition: filter 0.5s;
}

.g:hover+.letra {
  filter: blur(3px);
}

/* -------------------Fin Familia ------------------------------ */
/* -------------------Lupa Imagenes ------------------------------ */

#img-zoomer-box {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 10px;
}

#img-gran {
  width: 70%;
  height: auto;
  padding: 1em;
}

#img-zoomer-box:hover,
#img-zoomer-box:active {
  cursor: zoom-in;
  display: block;
}

#img-zoomer-box:hover #img-2,
#img-zoomer-box:active #img-2 {
  opacity: 1;
}

#img-2 {
  width: 340px;
  height: 340px;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  position: absolute;
  opacity: 0;
  border: 4px solid whitesmoke;
  z-index: 99;
  border-radius: 100%;
  display: block;
  transition: opacity .2s;
}

.imgPedido {
  width: 20em;
  height: auto;
}

@media screen and (max-width:1024px) {
  #img-gran {
    width: 100%;
  }
}

/* -------------------fin Lupa Imagenes ------------------------------ */

/* -------------------Ianimacion de inicio------------------------- */
.animate {
  animation-duration: 0.75s;
  animation-delay: 0.5s;
  animation-name: animate-fade;
  animation-fill-mode: backwards;
}

.animate.glow {
  animation-name: animate-glow;
  animation-timing-function: ease;
}

@media screen and (max-width: 468px) {
  .animate.glow {
    animation-name: none;
  }
}

@keyframes animate-glow {
  0% {
    opacity: 0;
    transform: scale(0.2, 0.2);
  }

  10% {
    opacity: .2;
    transform: scale(0.4, 0.4);
  }

  20% {
    opacity: .4;
    transform: scale(0.6, 0.6);
  }

  30% {
    opacity: .6;
    transform: scale(0.8, 0.8);
  }

  40% {
    opacity: .8;
    transform: scale(1, 1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.8s;
}

.delay-5 {
  animation-delay: 0.10s;
}

/* -------------------Fin Ianimacion de inicio------------------------- */

.lupa {
  position: absolute;
  margin-left: 18em;
  margin-top: 1em;
  opacity: .5;
}

.regresar-btn {
  text-decoration: none;
  color: black;
  font-size: 20px;
}

/* --------------------------------Conciertos--------------------------------- */
.para-con {
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-image: url("../../img/invitaciones/BANNER-INVITACIONES.webp");
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
}



.block {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  font-size: 16px;

}

.img-parallax {
  width: 100vmax;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 53%, 0% 73%);
  clip-path: polygon(0 0, 100% 0%, 100% 53%, 0% 73%);
}

.fondo-invi {
  background-image: url('../../img/invitaciones/fondo.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fondo-confe {
  background-image: url('../../img/conferencias/FONDO-CONFERENCIAS.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fondo-blanco {
  background: white;
  width: 81%;
  height: 40em;
  position: absolute;
  margin-top: 1em;
  border-radius: 0px 10px 10px 0px;
}

.fondo-blanco-2 {
  background: white;
  width: 85%;
  height: 59em;
  position: absolute;
  margin-top: 3em;
  border-radius: 0px 10px 10px 0px;

}


.con-fon {
  background-image: url('../../img/space-911785_1280.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ver-mas {
  background-color: #ffffff8f;
  border: none;
  font-size: 17px;
  font-weight: bold;
  width: 6em;
  transition: .5s all ease-in-out;
}

.ver-mas:hover {
  border-radius: 50px;
  border: 2px solid #C4AB09;

}

.ver-mas:active {

  box-shadow: 0 0 20px #C4AB09;
  background-color: red;
}


.img-con {
  display: flex;
  justify-content: center;
}

.img-con img {
  border-radius: 25px;
  z-index: 1;
  position: relative;

}

.redCon {
  text-decoration: none;
}

.celCon {
  text-decoration: none;
}

.redConf {
  text-decoration: none;
}

.confe {
  text-decoration: none;
}

.text-title-c {
  color: white;
  font-size: 4.5em;
  font-family: 'Lemon';
  position: relative;
}

.text-content-c {
  font-family: 'Raleway';
  font-size: 1.5em;
  text-align: start;
  color: white;
  position: relative;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 8rem !important;
}

.fondoC {
  background-image: url('../../img/conciertos/Enmascarar\ grupo\ 7.webp');
}

.contendor-c {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  overflow: hidden;
  transition: .5s all ease-in-out;
}

.contendor-c-2 {
  position: relative;
  width: 80%;
  height: auto;
  cursor: pointer;
  overflow: hidden;
  transition: .5s all ease-in-out;
  background: white;
}

.contendor-c-2-2 {
  position: relative;
  width: 80%;
  height: auto;
  cursor: pointer;
  overflow: hidden;
  transition: .5s all ease-in-out;
  top: -6em;
}

.contendor-c-3 {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  overflow: hidden;
  transition: .5s all ease-in-out;
}

.contendor-c img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: .5s all ease-in-out;
}

.contendor-c-2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: .5s all ease-in-out;
}

.contendor-c-2-2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: .5s all ease-in-out;
}

.contendor-c-3 img {
  width: auto;
  height: auto;
  object-fit: cover;
  transition: .5s all ease-in-out;
}

.overlay {
  top: 100%;
  position: absolute;
  background: #000000c3;
  height: 0px;
  width: 100%;
  border-radius: 0em 0em 0.375rem 0.375rem;
  transition: .3s all ease;
  overflow: hidden;
}

.overlay h5 {
  font: normal normal normal 10px Ibarra Real Nova;
  color: #C4AB09;
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: left;
  transition: .5s all ease-in-out;
}

.contendor-c-2:hover .overlay,
.contendor-c:hover .overlay,
.contendor-c-3:hover .overlay,
.contendor-c-2-2:hover .overlay {
  cursor: pointer;
  height: 50%;
  top: 80%;
}

.contendor-c-2:hover .overlay h5,
.contendor-c:hover .overlay h5,
.contendor-c-3:hover .overlay h5,
.contendor-c-2-2:hover .overlay h5 {
  font: normal normal normal 20px/25px Ibarra Real Nova;
  color: white;
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: left;

}

.contendor-c:hover img,
.contendor-c-2:hover img,
.contendor-c-3:hover img,
.contendor-c-2-2:hover img {
  transform: scale(1.1);
}

.contendor-c-4 img {
  width: 82.4%;
  height: auto;
  object-fit: cover;
  transition: .5s all ease-in-out;
}


.para-ama {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../img/conciertos/amanecer-tour/BANNER\ AMANECER\ TOUR.webp");
  height: 100vh;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
}

.para-ama-aba {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../img/conciertos/amanecer-tour/BANNER-AMANECER-TOUR-2.webp");
  height: 100vh;
  clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%);
}

.contenido-ama {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10em;
  position: absolute;
  top: 5em;
  /* width: 50%;
  height: 50vh; */
}

.contenido-ama-c {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10em;
  position: absolute;
  top: 14em;
}

.contenido-ama-aba {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10em;
}

.title-contenido-invi {
  font-size: 76px;
  color: white;
  font-family: 'Lemon';
  text-transform: uppercase;
  font-weight: bolder;
}

.sub-contenido-invi {
  font-size: 65px;
  color: white;
  font-family: 'Blacks';
}

.title-contenido-ama {
  font-size: 76px;
  color: white;
  font-family: 'Lemon';
  text-transform: uppercase;
  font-weight: bolder;
}

.sub-contenido-ama {
  font-size: 80px;
  color: white;
  font-family: 'Blacks';
}

.sub-contenido-confe {
  font-size: 6em;
  color: white;
  font-family: 'Blacks';
  margin-left: 0.5em;
}

.title-contenido-ama-re {
  font-size: 141px;
  color: white;
  font-family: 'Blacks';
}


.title-contenido-ama span,
.sub-contenido-confe span,
.sub-contenido-ama span,
.title-contenido-ama-re span {
  display: inline-block;
  animation: down 1s backwards;
}

@keyframes down {
  from {
    transform: translateY(-50vh);
    opacity: .2;

  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.title-contenido-ama span:nth-child(1) {
  animation-delay: 0.2s;
}

.title-contenido-ama span:nth-child(2) {
  animation-delay: 0.4s;
}

.title-contenido-ama span:nth-child(3) {
  animation-delay: 0.6s;
}

.title-contenido-ama span:nth-child(4) {
  animation-delay: 0.8s;
}

.title-contenido-ama span:nth-child(5) {
  animation-delay: 1s;
}

.title-contenido-ama span:nth-child(6) {
  animation-delay: 1.2s;
}

.title-contenido-ama span:nth-child(7) {
  animation-delay: 1.4s;
}

.title-contenido-ama span:nth-child(8) {
  animation-delay: 1.6s;
}

.sub-contenido-ama span:nth-child(1) {
  animation-delay: 0.2s;
}

.sub-contenido-ama span:nth-child(2) {
  animation-delay: 0.4s;
}

.sub-contenido-ama span:nth-child(3) {
  animation-delay: 0.6s;
}

.sub-contenido-ama span:nth-child(4) {
  animation-delay: 0.8s;
}

.sub-contenido-ama span:nth-child(5) {
  animation-delay: 1s;
}

.sub-contenido-ama span:nth-child(6) {
  animation-delay: 1.2s;
}

.sub-contenido-ama span:nth-child(7) {
  animation-delay: 1.4s;
}

.sub-contenido-ama span:nth-child(8) {
  animation-delay: 1.6s;
}

.sub-contenido-ama span:nth-child(9) {
  animation-delay: 1.8s;
}

.sub-contenido-confe span:nth-child(1) {
  animation-delay: 0.2s;
}

.sub-contenido-confe span:nth-child(2) {
  animation-delay: 0.4s;
}

.sub-contenido-confe span:nth-child(3) {
  animation-delay: 0.6s;
}

.sub-contenido-confe span:nth-child(4) {
  animation-delay: 0.8s;
}

.title-contenido-ama-re span:nth-child(1) {
  animation-delay: 0.2s;
}

.title-contenido-ama-re span:nth-child(2) {
  animation-delay: 0.4s;
}

.title-contenido-ama-re span:nth-child(3) {
  animation-delay: 0.6s;
}

.title-contenido-ama-re span:nth-child(4) {
  animation-delay: 0.8s;
}

.title-contenido-ama-re span:nth-child(5) {
  animation-delay: 1s;
}

.title-contenido-ama-re span:nth-child(6) {
  animation-delay: 1.2s;
}

.title-contenido-ama-re span:nth-child(7) {
  animation-delay: 1.4s;
}

.title-contenido-ama-re span:nth-child(8) {
  animation-delay: 1.6s;
}



.gallery {
  display: flex;
  width: 100%;
  height: 35em;
}

.gallery img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.amanecer-text {
  font-size: 25px;
  font-family: 'Raleway';
  color: white;
}

.amanecer-text-re {
  font-size: 20px;
  font-family: 'Raleway';
  color: white;
}

.text-ama-aba {
  font-size: 25px;
  color: white;
  font-family: 'Raleway';
}

.text-ama-aba-r {
  font-size: 25px;
  color: white;
  font-family: 'Raleway';
}

.text-ama {
  font-size: 40px;
  color: white;
  font-family: 'Raleway';
}

.text-mam {
  font-size: 1.5em;
  font-family: 'Raleway';
  text-align: left;
}

.text-muj {
  font-size: 1.5em;
  font-family: 'Raleway';
  text-align: left;
}

.text-content-ma {
  font-size: 35px;
  font-family: 'Raleway';
  font-weight: 600;

}

.text-conten-mam {
  font-size: 22px;
  font-family: 'Raleway';
  text-align: left;
  padding-right: 2em;
  align-items: center;
  display: flex;
}

.title-mama {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Raleway';
  text-align: center;
}

.text-content-mama {
  font-size: 22px;
  font-family: 'Raleway';
}

.comillas img {
  color: gold;
  width: 30%;
  height: 30%;
  padding: 0em;
}

.comillas img {
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-10%);
  }
}

.btn-ama {
  border: none;
  border-radius: 50PX;
  width: 9em;
  height: 3em;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 10%, #FFFFFF 71%, #E4E4E4 92%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.btn-info {
  border: none;
  border-radius: 50PX;
  width: 16em;
  height: 3em;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 10%, #FFFFFF 71%, #E4E4E4 92%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.btn-ser {
  border: none;
  border-radius: 50PX;
  width: 9em;
  height: 3.5em;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 10%, #FFFFFF 71%, #E4E4E4 92%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029, 0px 10px 10px #0000001C;
  font-size: 24px;
}

.para-ama-acu {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../img/conciertos/amanecer-acustico/BANNER-ACÚSTICO-1.webp");
  height: 100vh;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
}

.para-ama-aca-aba {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../img/conciertos/amanecer-acustico/BANNER-ACÚSTICO-2.webp");
  height: 100vh;
  clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%);
}

.contenido-ama-acu {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10em;
}

.contenido-ama-re {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10em;
  position: absolute;
  top: 16em;
}

.text-amanecer {
  margin-top: 6rem;
}

.para-ama-ran {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../img/conciertos/amanecer-ranchero/RANCHERO-IMAGNEN.webp");
  height: 100vh;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
}

.para-ama-ran-aba {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../img/conciertos/amanecer-ranchero/BANNER-RANCHERO2.webp");
  height: 100vh;
  clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%);
}

.para-ama-rega {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../img/conciertos/el-regalo/BANNER-REGALO.webp");
  height: 100vh;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
}

.para-ama-rega-aba {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../img/conciertos/el-regalo/BANNER-REGALO2.webp");
  height: 100vh;
  clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%);
}

.para-mama {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../img/conferencias/ser-mama/BANNER-SER-MAMÁ.webp");
  height: 100vh;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
}

.para-muje {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../img/conferencias/ser-mujer/BANNER-SER_MUJER.webp");
  height: 100vh;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
}

.ama-btn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -1em;
}

.ser-btn {
  display: flex;
  justify-content: end;
  margin-top: -1em;
}

.ama-btn-invi {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  margin-top: 0em;
}

.info-btn {
  display: flex;
  justify-content: end;
}

.pr-1 {
  padding-right: 1em;
}

.pl-1 {
  padding-left: 1em;
}

.prm-1 {
  padding-right: 1em;
}

.plm-1 {
  padding-left: 1em;
}

.txt-pri {
  padding: 0em;
}

.img-aba {
  display: flex;
  justify-content: end;
}

.centrar {
  display: flex;
  align-items: center;
}

.centrar {
  background: none !important;
}

.test-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid white;
  display: flex;
}

.test-img img {
  filter: grayscale(0) !important;
}

.test-img p {
  font-size: 70px;
  color: #821010;
  font-family: 'Blacks';
}


.card-text-C {
  color: white;
  text-align: center;
  font-size: 25px;
  font-family: 'Raleway';
}

.card-text-T {
  font-size: 48px;
  color: wheat;
  text-align: center;
  font-family: 'Blacks';
  /* margin-left: 3em; */
}

.card-text-T-E {
  font-size: 48px;
  color: wheat;
  text-align: center;
  font-family: 'Blacks';
}

.card-text-S {
  font-size: 33px;
  font-family: 'Raleway';
  text-align: center;
  color: white;
  /* margin-left: 4em; */
}

.card-text-S-E {
  font-size: 33px;
  font-family: 'Raleway';
  text-align: center;
  color: white;
}

.text-testi {
  font-size: 4em;
  text-align: center;
  color: white;
  margin-bottom: 75px;
  font-family: 'Lemon';
}

.text-testi-L {
  font-size: 28px;
  color: white;
  font-family: 'Lemon';
  text-transform: uppercase;
  font-weight: bolder;
  width: 8em;
  transition: .5s all ease-in;
  text-decoration: none;
}

.text-testi-L:hover {
  background-color: #C19D0C;
  border-radius: 10px;
  padding: .3em;
}

/* .carousel-indicators {
  margin-left: 18% !important;
} */


.fondo-triangulo {
  width: 100%;
  height: 100vh;
  background: #821010;
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 100%, 0% 100%);
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 100%, 0% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.comillaT {
  width: 10em;
  margin-right: 30em;
  margin-top: 3em;
  filter: grayscale(0) !important;
}

.com-1 {
  margin-top: 3em !important;
}

.tiktok {
  width: 38%;
  filter: invert(1);
}



@media screen and (max-width:1366px) {
  .fondo-blanco {
    margin-top: 0em;
  }

  .fondo-blanco-2 {
    height: 48em;
    margin-top: 3em;
  }

  .text-title-c {
    font-size: 3em;
  }
}

@media screen and (max-width: 1024px) {
  .contendor-c-2 {
    width: 100%;
  }

  .contendor-c-2-2 {
    width: 100%;
    top: 0em;
  }

  .contendor-c-3 img {
    width: 100%;
    height: 100%;
  }

  .text-con {
    top: 70.6%;
  }


  .text-content-c {
    font-size: 1em;
  }

  .text-title-c {
    font-size: 2.5em;
  }

  .fondo-blanco {
    height: 31em;
  }

  .fondo-blanco-2 {
    height: 42em;
    margin-top: 1em;
    width: 80%;
  }

  .contenido-ama {
    padding-left: 4em;
    top: 5em;
  }

  .contenido-ama-c {
    padding-left: 4em;
    /* top: 5em; */
    top: 2em;
  }

  .contenido-ama-aba {
    padding-left: 0em;
  }

  .amanecer-text {
    font-size: 17px;
  }

  .text-ama-aba {
    font-size: 22px;
    margin-top: 9em;
  }

  .text-ama-aba-r {
    font-size: 18px;
    margin-top: 9em;
  }

  .contenido-ama-acu {
    padding-left: 6em;
  }

  .contenido-ama-re {
    padding-left: 3em;
    top: 13em;
  }

  .title-contenido-ama-re {
    font-size: 110px;
  }

  .amanecer-text-re {
    font-size: 18px;
    margin-top: 8em;
  }

  .text-mam {
    font-size: 15px;
  }

  .text-muj {
    font-size: 18px;
  }

  .text-content-ma {
    font-size: 20px;
  }

  .text-conten-mam {
    font-size: 14px;
  }

  .prm-1 {
    padding-right: 0em;
  }

  .plm-1 {
    padding-left: 0em;
  }

  .img-aba {
    display: flex;
    justify-content: center;
  }

  /* .card-text-T {
    margin-left: 1em;
  } */

  /* .card-text-S {
    margin-left: 2em;
  } */

  .comillaT {
    width: 8em;
  }

  .com-1 {
    margin-top: 6em !important;
    margin-right: 18em !important;
  }

  .para-con {
    left: 2.5em;
    position: relative;
    width: 96.6%;
  }

  .text-testi-L {
    font-size: 19px;
  }

  .title-contenido-invi {
    font-size: 70px;
  }

  .sub-contenido-invi {
    font-size: 52px;
  }
}

@media screen and (max-width: 768px) {

  .text-mam {
    font-size: 17px;
    padding: 1em;
  }

  .pl-1 {
    padding-left: 0em;
  }

  .pr-1 {
    padding-right: 0em;
  }

  .img-aba {
    display: flex;
    justify-content: left;
  }

  .txt-pri {
    padding: 1em;
  }

  .ser-btn {
    display: flex;
    justify-content: center;
  }

  .comillas {
    padding: 1em;
  }

  .text-content-ma {
    padding: 1em;
  }

  .text-conten-mam {
    font-size: 17px;
  }

  .title-mama {
    padding: 1em;
    text-align: center;
  }

  .text-content-mama {
    padding: 1em;
  }

  .title-contenido-invi {
    font-size: 45px;
  }

  .text-title-c {
    font-size: 2em;
  }

  .text-content-c {
    font-size: .8em;
  }

  .sub-contenido-invi {
    font-size: 40px;
  }

  .fondo-blanco {
    height: 26em;
  }

  .fondo-blanco-2 {
    height: 28em;
    margin-top: 2em;
  }

  .contenido-ama {
    padding-left: 1em;
    top: 4em;
  }

  .contenido-ama-c {
    padding-left: 1em;
    top: 0em;
  }

  .title-contenido-ama {
    font-size: 65px;
  }

  .sub-contenido-ama {
    font-size: 67px;
  }

  .contenido-ama-aba {
    padding-left: 0em;
  }

  .para-ama {
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
  }

  .text-amanecer {
    margin-top: 0rem;
  }

  .amanecer-text {
    font-size: 17px;
  }

  .text-ama {
    padding: .2em;
  }

  .para-ama-aba {
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
  }

  .contenido-ama-acu {
    padding-left: 5em;
  }

  .contenido-ama-re {
    padding-left: 1em;
    top: 8em;
  }

  .title-contenido-ama-re {
    font-size: 85px;
  }

  .text-ama-aba {
    font-size: 22px;
    margin-top: 0em;
  }

  .text-ama-aba-r {
    font-size: 18px;
    margin-top: 2em;
  }

  .contenido-ama-acu {
    padding-left: 6em;
  }

  .amanecer-text-re {
    font-size: 18px;
    margin-top: 8em;
  }

  .ama-btn {
    align-items: center;
  }

  .fondo-triangulo {
    height: 78vh;
  }

  .card-text-C {
    font-size: 20px;
    padding: 0.5rem;
  }

  .card-text-T {
    font-size: 35px;
  }

  .card-text-S {
    font-size: 20px;
  }

  .comillaT {
    width: 5em;
  }

  .com-1 {
    margin-top: 7em !important;
    margin-right: 11em !important;
  }

  .test-img {
    width: 150px;
    height: 150px;
  }

  .test-img p {
    font-size: 50px;
  }

  /* .carousel-indicators {
    margin-bottom: -1rem;
  } */

  .para-con {
    left: 0em;
    position: relative;
    width: 100%;
  }

  .para-ama-acu {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 71%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 71%, 0% 100%);
  }

  .para-ama-aca-aba {
    clip-path: polygon(0 27%, 100% 0, 100% 100%, 0% 100%);
  }

  .para-ama-ran {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
  }

  .para-ama-ran-aba {
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
  }

  .para-ama-rega-aba {
    clip-path: polygon(0 27%, 100% 0, 100% 100%, 0% 100%);
  }
}

@media screen and (max-width: 468px) {

  .text-con {
    top: 72.6%;
  }

  .title-contenido-invi {
    font-size: 35px;
    margin-left: 25px;
  }

  .sub-contenido-invi {
    font-size: 37px;
    margin-left: .5em;
  }

  .ama-btn-invi {
    justify-content: center;
    align-items: center;
  }

  .img-aba {
    left: 0em;
  }

  .img-con {
    padding: 1em;
  }

  .text-title-c {
    font-size: 2.7em;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-left: 0em;
    align-items: center;
  }

  .fondo-blanco {
    background: white;
    width: 98%;
    height: 48em;
    position: absolute;
    margin-left: 4px;
    margin-top: 3em;
    border-radius: 19px;
  }

  .fondo-blanco-2 {
    width: 98%;
    height: 89em;
    margin-left: 4px;
    margin-top: 3em;
    border-radius: 19px;
  }

  .text-content-c {
    font-size: 1.1em;
    padding: 1em;
    text-align: left !important;
  }

  .info-btn {
    display: flex;
    justify-content: center;
  }

  .contenido-ama {
    padding-left: 0em;
  }

  .contenido-ama-c {
    padding-left: 0em;
    align-items: center;
    top: 10em;
    width: 100%;
  }

  .contenido-ama-aba {
    padding-left: 0em;
    align-items: center;
  }

  .title-contenido-ama {
    font-size: 45px;
  }

  .title-contenido-ama-re {
    font-size: 85px;
  }

  .sub-contenido-ama {
    font-size: 40px;
  }

  .para-ama {
    clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);
  }

  .text-amanecer {
    margin-top: 0rem;
  }

  .amanecer-text {
    font-size: 17px;
    padding: 1em;
  }

  .text-ama {
    padding: 0.5em;
    font-size: 1.5em;
    font-weight: bold;
  }

  .para-ama-aba {
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  }

  .contenido-ama-acu {
    padding-left: 5em;
  }

  .contenido-ama-re {
    padding-left: 0em;
    align-items: center;
    top: 14em;
  }

  .text-ama-aba {
    font-size: 19px;
    margin-top: 0em;
    padding: 1em;
  }

  .text-ama-aba-r {
    font-size: 19px;
    margin-top: 2em;
    padding: 1em;
  }

  .contenido-ama-acu {
    padding-left: 0em;
    text-align: center;
  }

  .amanecer-text-re {
    font-size: 18px;
    margin-top: 1em;
    padding: 1em;
  }

  .ama-btn {
    align-items: center;
    margin-top: 6em;
  }

  .ser-btn {
    margin-top: 5em;
  }

  .tiktok {
    width: 8%;
  }

  .text-testi {
    margin-top: 3em;
    font-size: 3em;
  }

  .text-testi-L {
    margin-left: 1.55em;
  }

  .fondo-triangulo {
    height: 100vh;
    width: 100%;
  }

  .com-1 {
    margin-top: 10em !important;
    margin-right: 9em !important;
  }

  .test-img {
    margin-top: -7em;
  }

  /* .card-text-C {
    width: 28%;
  } */

  /* .card-text-T {
    margin-left: -1em;
  } */

  /* .card-text-S {
    margin-left: 0em;
  } */

  .com-2 {
    margin-top: -3em;
    margin-left: 48em;
  }

  .para-con {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
  }

  .para-ama-rega {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 72%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 72%, 0% 100%);
  }

  .para-ama-acu {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 71%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 71%, 0% 100%);
  }

  .para-ama-aca-aba {
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  }

  .para-ama-ran {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 78%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 78%, 0% 100%);
  }

  .para-ama-ran-aba {
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
  }

  .para-ama-rega-aba {
    clip-path: polygon(0 16%, 100% 0, 100% 100%, 0% 100%);
  }
}

@media screen and (max-width: 280px) {
  .para-ama-ran-aba {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  }

  .text-ama-aba-r {
    font-size: 17px;
    margin-top: 0em;
  }
}


.button-container-2 {
  border: none;
  border-radius: 50PX;
  width: 9em;
  height: 3em;
  background: #D2BF45;
}

.button-container-2 button {
  border-radius: 50PX;
  width: 100%;
  height: 100%;
  font-family: 'Raleway';

  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1px;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 10%, #FFFFFF 71%, #E4E4E4 92%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  -webkit-mask: url("../../img/invitaciones/urban-sprite.png");
  mask: url("../../img/invitaciones/urban-sprite.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
}

.button-container-3 {
  border: none;
  border-radius: 50PX;
  width: 16em;
  height: 3em;
  background: #D2BF45;
}

.button-container-3 button {
  border-radius: 50PX;
  width: 100%;
  height: 100%;
  font-family: 'Raleway';

  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1px;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 10%, #FFFFFF 71%, #E4E4E4 92%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  -webkit-mask: url("../../img/invitaciones/urban-sprite.png");
  mask: url("../../img/invitaciones/urban-sprite.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  /* color: black; */
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
}

.button-container-2 button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
  cursor: pointer;
}

.button-container-3 button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
  cursor: pointer;

}


.mas {
  border-radius: 50PX;
  letter-spacing: 1px;
  position: absolute;
  color: #000;
  text-align: center;
  width: 7.2em;
  font-family: 'Raleway';
  font-weight: 300;
  position: absolute;
  font-size: 20px;
  margin-top: 10px;
  overflow: hidden;
  background-color: none !important;

}

.mas-p {
  border-radius: 50PX;
  letter-spacing: 1px;
  position: absolute;
  color: #000;
  text-align: center;
  width: 12.9em;
  font-family: 'Raleway';
  font-weight: 300;
  position: absolute;
  font-size: 20px;
  margin-top: 9px;
  overflow: hidden;
}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}


.centro {
  animation: rebote 2s ease-in-out;
}

.centro1 {
  animation: rebote1 2s ease-in-out;
}

.centro2 {
  animation: rebote2 2s ease-in-out;
}

@keyframes rebote {
  0% {
    transform: translateX(100%);
    width: 0%;
    filter: opacity(0);
  }

  100% {
    transform: translateX(0%);
    width: 100%;
  }
}

@keyframes rebote1 {
  0% {
    filter: opacity(0);
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes rebote2 {
  0% {
    filter: opacity(0);
    width: 0%;

  }

  100% {
    width: 100%;

  }
}

.anima-1 {
  position: relative;
  animation: invi-1 2s ease-in-out;
}

@keyframes invi-1 {
  from {

    z-index: 1;
    opacity: 0;
  }

  to {
    z-index: 1;
  }

}

.anima-2 {
  position: relative;
  animation: invi-2 2s ease-in-out;
}

@keyframes invi-2 {
  from {
    font-size: 0px;
    opacity: 0;
    display: none;
  }

  to {
    display: none;
  }
}

.button-container-regresar {
  color: black;
  border-radius: 50px;
  border: 2px solid #C19D0C;
  width: 8em;
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .5s all ease-in-out;
  margin-left: 1em;

}

.button-container-regresar-n {
  color: #fff;
  border-radius: 50px;
  border: 2px solid #fffefa;
  width: 8em;
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .5s all ease-in-out;
  margin-left: 1em;
}

.flecha {
  border-radius: 50px;
  font-size: 1em;
  width: 1.5em;
  display: flex;
  justify-content: center;
  height: 1.5em;
  align-items: center;
  padding: 1em;
  transition: .5s all ease-in-out;
}

.flecha-n {
  background: #ffffff;
  color: #000000;
  border-radius: 50px;
  font-size: 1em;
  width: 1.5em;
  display: flex;
  justify-content: center;
  height: 1.5em;
  align-items: center;
  padding: 1em;
  transition: .5s all ease-in-out;
}

.texto-regre {
  border-radius: 50px;
  font-size: 1em;
  width: 4.5em;
  display: flex;
  justify-content: center;
  height: 1.5em;
  align-items: center;
  padding: 1em;
  font-weight: 700;
}

.button-container-regresar:hover {
  transform: translateX(-10%);
}

.button-container-regresar:hover .flecha {
  background-color: #c19d0ca8;
}

.button-container-regresar-n:hover {
  transform: translateX(-10%);
}

.rCo {
  display: flex;
  justify-content: end;
}

.pad-im {
  padding-right: 1em;
  padding-top: 1em;
}

@media screen and (max-width:1024px) {
  .rCo {
    justify-content: start;
  }

  .pad-im {
    padding-right: 0em;
    padding-top: 1em;
  }

}

@media screen and (max-width:768px) {
  .rCo {
    justify-content: start;
  }

  .mas-p {
    width: 11.9em;
    font-size: 18px;
  }

  .button-container-3 button {
    font-size: 18px;
  }

}

@media screen and (max-width:468px) {
  .rCo {
    justify-content: start;
  }

}

.img-rebote {
  animation: imgRebote 1.5s ease-in-out;
}

.img-rebote2 {
  animation: imgRebote2 1.5s ease-in-out;
}

.img-rebote3 {
  animation: imgRebote3 1.5s ease-in-out;
}

@keyframes imgRebote {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-5%);
  }
}

@keyframes imgRebote2 {
  25% {
    transform: translateY(-5%);
  }

  0% {
    transform: translateY(0%);
  }
}

@keyframes imgRebote3 {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-5%);
  }

}

.first-overlay {
  z-index: 1;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  opacity: 0;
}

.bg {
  background-image: url("../../img/familia/BANNER_FAMILIA.webp");
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
}

.content {
  z-index: 2;
  color: #ffc365;
}

.parallax-window {
  min-height: 900vh;
  background: transparent;
}

.image-section {
  height: 110vh;
  background-color: rgb(192, 192, 192);
  width: 100%;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
}

.image-section2 {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
}

.image-section2-c {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
}

.image-section-c {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 62%, 0% 100%);
}

.image-section img,
.image-section2 img,
.image-section-c img {
  width: 100%;
}

.image-section2-c img {
  width: 100%;

}

@media screen and (max-width: 1366px) {
  .image-section2 {
    height: 88vh;
  }

  .image-section2-c {
    height: 85vh;
  }
}

@media screen and (max-width: 1024px) {
  .image-section {
    height: 62vh;
  }

  .image-section2 {
    height: 50vh;
  }

  .image-section2-c {
    height: 35vh;
  }

  .image-section-c {
    height: 62vh;
  }

  .sub-contenido-ama {
    position: relative;
    top: 1em;
  }

  .title-contenido-ama {
    position: relative;
    top: 1.5em;
  }
}

@media screen and (max-width: 768px) {

  .image-section2 {
    height: 60vh;
  }

  .image-section-c {
    height: 39vh;
  }

  .image-section2-c {
    height: 50vh;
  }
}

@media screen and (max-width: 468px) {
  .image-section {
    height: 80vh;
  }

  .image-section2-c {
    height: 70vh;
  }

}

#eventoAgenda {
  animation: fechaEve 1s infinite;
  color: #C19D0C;
  font-weight: bold;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 4;
}

@keyframes fechaEve {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-10%);
  }
}

/* ------------------- Lo nuevo --------------------------- */

.title-nuevo {
  text-align: left;
  font-size: 45px;
  font-family: 'Ibarra Real Nova';
  letter-spacing: 0px;
  color: #030101;
}

.title-fecha-nuevo {
  font-size: 25px;
  font-family: 'Ibarra Real Nova';
  letter-spacing: 0px;
  color: #030101;
}

.vMaria {
  width: 100%;
  height: 315px;
}

.contenidoNuevo {
  text-align: left;
  font-size: 20px;
  font-family: 'Ibarra Real Nova';
  font-weight: 600;
}

@media screen and (max-width: 768px) {

  .title-nuevo {
    font-size: 43px;
    padding: 10px;
  }

  .title-fecha-nuevo {
    font-size: 20px;
    padding: 10px;
    margin-top: -30px;
  }

  .vMaria {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .contenidoNuevo {
    padding: 10px;
  }
}

/* Compra Exito */

.comFo {
  background-image: url('../../img/compra-exitosa/FONDO_MARIA-compra.webp');
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.comFoB {
  border-radius: 10px 0px 0px 10px;
  padding-top: 3em;
  padding-left: 3em;
  padding-bottom: 3em;
}

.comFoBB {
  border-top: solid #D2BF45;
  border-left: solid #D2BF45;
  border-bottom: solid #D2BF45;
  border-radius: 10px 0px 0px 10px;
}

.comIm {
  padding: 3rem;
}

.feli {
  font-family: 'Blacks';
  font-size: 80px;
  color: #D2BF45;
}

.compra {
  font-family: 'Ibarra Real Nova';
  font-size: 30px;
  text-align: center;
}

.breve {
  font-family: 'Ibarra Real Nova';
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width:1024px) {
  .comIm {
    padding: 0rem;
  }
}

@media screen and (max-width:768px) {
  .feli {
    font-size: 68px;
  }

  .compra {
    font-size: 20px;
  }

  .breve {
    font-size: 20px;
  }
}

@media screen and (max-width:468px) {
  .comFoB {
    padding: 2rem;
  }

  .comFoBB {
    border: 4px solid #D2BF45;
    border-radius: 10px;
  }

  .feli {
    font-size: 50px;
  }

  .comIm {
    padding: 1.5rem;
  }
}

/* .testimonio{
  animation: cambio 5s linear;
}
@keyframes cambio {
  0%{
    filter: blur(10%);
    background-color: #d0d0d072;
  }
  100%{
    filter: blur(0%);
  }
} */
.mt-C {
  margin-top: 3rem;
}

.mt-C-A {
  margin-top: 3rem;
}

@media screen and (max-width:468px) {

  .card-text-S-E {
    font-size: 26px;
  }

  .card-text-T-E {
    font-size: 40px;
  }

  .mt-C-A {
    margin-top: 0rem;
  }

  .mt-C {
    margin-top: 0rem;
  }

  .text-cart-C {
    font-size: 14px;
    padding: 1em;
  }
}

/* .testimonio {
  width: 50%;
} */

.pL {
  padding: 1em;
}

.cL {
  height: 46.5em;
  padding: 1em;

}

.img-testimonio {
  width: 15em;
}

/* @media screen and (max-width:1024px) {

  
  
} */
.testimonio {
  width: 70%;
}

.img-comillasIz {
  width: 14%;
  position: relative;
  left: 1em;
  top: 0em;

}

.img-comillasDe {
  width: 14%;
  position: relative;
  left: -1em;
  top: -14em;
}


@media screen and (max-width: 1366px) {

  .img-comillasIz {
    left: 1em;
    top: 0em;
  }

  .img-comillasDe {
    left: -1em;
    top: -5em;
  }
}

@media screen and (max-width: 1024px) {

  .testimonio {
    width: 70%;
  }

}

@media screen and (max-width:768px) {
  .img-testimonio {
    width: 10em;
  }

  .testimonio {
    width: 82%;
  }

}

@media screen and (max-width:468px) {}



/* ---------------------pegge familia-------------------------- */
.tituloP {
  font-size: 100px;
  font-family: 'Lemon';
  letter-spacing: 4.5px;
  color: #D2BF45;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 100px;
  z-index: 1;

}

.tituloP p {
  background-color: #000;
  text-align: center;
  padding: 0px 10px 0px 10px;
}

.tituloP .apellidoF {
  font-size: 65px;
  font-family: 'Lemon';
  letter-spacing: 2.92px;
  color: #D2BF45;
  line-height: 85px;
}

.cotenidoPe {
  z-index: 1;
}

.cotenidoPe p {
  font-size: 25px;
  font-family: 'Ibarra Real Nova';
  color: #606060;

}

.imgBanner {
  margin-bottom: -4em;
}

.imgP1 {
  position: relative;
  z-index: -1;
  margin-bottom: -5em;
}

.imgP2 {
  position: absolute;
  /* top: 0%;
  left: 18%;
  transform: translate(50%, 0%); */
  background: 0% 0% no-repeat padding-box;
  box-shadow: -7px 7px 20px #0000004D;
}

.barrabaeig {
  background: #F8E9C7;
  height: 57em;
  width: 100%;
  transform: skewY(-10deg);
  /* border: 1px solid; */
  position: absolute;
  z-index: 0;
  top: 28em;
  /* left: 0;*/
}

.contenidoP2 {
  margin-top: 30px;
}

.contenidoP2 p {
  font-size: 25px;
  font-family: 'Ibarra Real Nova';
  color: #606060;
}

.franja1 {
  background: #D2BF45;
  width: 10em;
  height: .5em;
}

.franja2 {
  background: #D2BF45;
  width: 10em;
  height: .5em;
}

.sub-contenidoPeg p {
  font-size: 35px;
  font-family: 'LemonR';
  letter-spacing: 0.35px;
  color: #D41111;
  text-align: center;
}

.sub-contenidoPeg p span {
  font-size: 60px;
  font-family: 'Austria';
  color: #D41111;
}

.content-infoPeg {
  font-size: 25px;
  font-family: 'Ibarra Real Nova', serif;
  color: #606060;
}

.fondoP1 {
  background: #F8E9C7;
  width: 100%;
  height: 55em;
  position: absolute;
  top: 28em;
  transform: skewY(-7deg);
}

.fondoP2 {
  background: #F8E9C7;
  width: 100%;
  height: 31em;
  position: absolute;
  top: -6em;
  transform: skewY(5deg);
  z-index: -1;
}

.fondoP3 {
  background: #F8E9C7;
  width: 100%;
  height: 39em;
  position: absolute;
  top: -5em;
  z-index: -1;
  transform: skewY(-7deg);
}

.imgP3 {
  width: 70%;
}

.espacio-fam {
  height: 0px;
}

/* @media screen and (min-width:2200px){
  .fondoP1 {
    height: 60em;
}
} */
@media screen and (max-width:1366px) {
  .imgBanner {
    margin-bottom: 10em;
  }

  .fondoP1 {
    height: 60em;
  }
}

@media screen and (max-width:1024px) {
  .imgP2 {
    width: 50%;
  }

  .fondoP1 {
    height: 65em;
    top: 18em;
  }

  .img1P {
    width: 100%;
  }

  .img1P img {
    width: 60%;
  }

  .fondoP2 {
    height: 44em;
    top: -5em;
  }


}

@media screen and (max-width:768px) {
  .sub-contenidoPeg p {
    font-size: 29px;
  }

  .fondoP1 {
    height: 75em;
    top: 13em;
  }

  .fondoP2 {
    height: 35em;
    top: -1em;
  }

}

@media screen and (max-width:468px) {
  .imgP2 {
    width: 60%;
  }

  .fondoP1 {
    height: 84em;
    top: 9em;
  }

  .tituloP {
    font-size: 75px;
  }

  .tituloP .apellido {
    font-size: 55px;
  }

  .fondoP2 {
    height: 65em;
    top: -7em;
  }

  .espacio-fam {
    height: 47px;
  }

  .tituloP p {
    padding: 0px 5px 0px 5px;
  }

  .tituloP .apellidoF {
    font-size: 60px;
  }
}


/* ---------------------Josefina familia-------------------------- */
.mgJ {
  margin-top: 10em;
}

.mlJ {
  margin-right: 3.5em;
}

.mrJ {
  margin-left: 3.5em;
}

.tituloP .nombreJ {
  font-size: 100px;
  font-family: 'Lemon';
  letter-spacing: 4.5px;
  color: #D2BF45;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  line-height: 95px;
}

.tituloP .apellidoJ {
  font-size: 65px;
  font-family: 'Lemon';
  letter-spacing: 2.92px;
  color: #D2BF45;
  line-height: 85px;
}

.imgJ2 {
  position: absolute;
  /* top: 0%;
  left: 25%;
  transform: translate(50%, 0%); */
  background: 0% 0% no-repeat padding-box;
  box-shadow: -7px 7px 20px #0000004D;
}

.cinta5 {
  position: absolute;
  z-index: 1;
  width: 37%;
  left: 73%;
  transform: translate(50%);
  top: -1.5em;
}

.escuelaj {
  display: flex;
  align-items: end;
  flex-direction: column;
}

.fondoJ1 {
  background: #F8E9C7;
  width: 100%;
  height: 73em;
  position: absolute;
  top: 28em;
  transform: skewY(-7deg);
}

.fondoJ2 {
  background: #F8E9C7;
  width: 100%;
  height: 55em;
  position: absolute;
  top: 5em;
  transform: skewY(9deg);
  z-index: -1;
}

.fondoJ3 {
  background: #F8E9C7;
  width: 100%;
  height: 35em;
  position: absolute;
  transform: skewY(-11deg);
  top: 10em;
  z-index: -1;
}

.fondoJ4 {
  background: #F8E9C7;
  width: 100%;
  height: 50em;
  position: absolute;
  transform: skewY(11deg);
  top: 15em;
  z-index: -1;
}

.mtJ {
  margin-top: 8rem;
}

.imgJA {
  width: 100%;
}

@media screen and (max-width:1366px) {
  .fondoJ1 {
    height: 82em;
  }

  .fondoJ2 {
    height: 48em;
  }

  .fondoJ3 {
    height: 34em;
    transform: skewY(-7deg);
  }

  .fondoJ4 {
    height: 40em;
    top: 10em;
  }

}

@media screen and (max-width:1024px) {
  .fondoJ1 {
    height: 82em;
    top: 14em;
  }

  .imgJ2 {
    width: 40%;
  }

  .tituloP .nombreJ {
    font-size: 70px;
  }

  .tituloP .apellidoJ {
    font-size: 50px;
  }

  .fondoJ2 {
    height: 45em;
    top: -4em;
    transform: skewY(6deg);
  }

  .fondoJ3 {
    height: 45em;
    top: 8em;
  }

  .fondoJ4 {
    height: 32em;
    top: 4em;
  }
}

@media screen and (max-width:768px) {
  .imgJ2 {
    width: 50%;
  }

  .mtJ {
    margin-top: 1rem;
  }

  .cinta5 {
    left: 15%;
    top: -7%;
  }

  .fondoJ2 {
    height: 50em;
    top: 25em;
  }

  .fondoJ3 {
    height: 50em;
    top: 8em;
  }

  .img1P img {
    width: 85%;
  }

  .imgJA {
    width: 85%;
  }

  .fondoJ4 {
    height: 54em;
    top: 11em;
    transform: skewY(5deg);
  }
}

@media screen and (max-width:468px) {
  .fondoJ1 {
    height: 82em;
    top: 9em;
  }

  .fondoJ2 {
    height: 53em;
    top: 25em;
  }

  .fondoJ3 {
    height: 52em;
  }

  .fondoJ4 {
    height: 42em;
    top: 6em;
  }

  .mlJ {
    margin-right: 0em;
  }

  .mrJ {
    margin-left: 0em;
  }
}