@charset "UTF-8";
@import "../../../css/Nav/nav.css";
@import "../../../css/Footer/footer.css";
@import "../../../css/Fonts/fontSizes.css";
body .cotenido,
body .cotenido2,
body .cotenido3 {
  position: relative;
  overflow: hidden;
}

body .cotenido > :nth-child(1),
body .cotenido2 > :nth-child(1),
body .cotenido3 > :nth-child(1) {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  place-content: center;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body .cotenido > :nth-child(1) img,
body .cotenido2 > :nth-child(1) img,
body .cotenido3 > :nth-child(1) img {
  width: 100%;
}

body .cotenido > :nth-child(2),
body .cotenido2 > :nth-child(2),
body .cotenido3 > :nth-child(2) {
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 1440px;
}

body .cotenido footer,
body .cotenido2 footer,
body .cotenido3 footer {
  background: transparent;
  position: relative;
  z-index: 20;
}

.reproduceMuestra > :nth-child(1) {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #db5774;
}

.containerSubirImg {
  margin-bottom: 0.75rem;
  margin-top: -1.5rem;
  color: #bf5e73;
}
.containerSubirImg .upload-btn {
  padding: 12px 24px;
  font-size: 16px;
  background-color: #bf5e73;
  color: white;
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.containerSubirImg .upload-btn i {
  margin-right: 8px;
}
.containerSubirImg .upload-btn:hover {
  background-color: #a74e62;
  transition: 0.3s;
}

body .cotenido footer > :nth-child(1) > :nth-child(1),
body .cotenido footer > :nth-child(1) > :nth-child(2),
body .cotenido footer > :nth-child(1) > :nth-child(3),
body .cotenido footer > :nth-child(1) > :nth-child(4),
body .cotenido2 footer > :nth-child(1) > :nth-child(1),
body .cotenido2 footer > :nth-child(1) > :nth-child(2),
body .cotenido2 footer > :nth-child(1) > :nth-child(3),
body .cotenido2 footer > :nth-child(1) > :nth-child(4),
body .cotenido3 footer > :nth-child(1) > :nth-child(1),
body .cotenido3 footer > :nth-child(1) > :nth-child(2),
body .cotenido3 footer > :nth-child(1) > :nth-child(3),
body .cotenido3 footer > :nth-child(1) > :nth-child(4) {
  display: none;
}

body .cotenido {
  background: linear-gradient(180deg, #fff 0%, #d06b81 73.5%, #bf5e73 100%);
}

body .cotenido > :nth-child(1) {
  background-image: url("../img/Vector.svg");
  animation: waveAnimation 9s infinite;
}

body .cotenido > :nth-child(2) > :nth-child(1) {
  text-align: center;
  color: #bf5e73;
  position: relative;
  padding: 0.5rem 0rem;
  margin: 4.5rem 0rem;
  transform: translateY(-10%) scale(0.9);
  opacity: 0%;
  transition: 1s;
}

body .cotenido > :nth-child(2) > :nth-child(1) > :nth-child(3) {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
}

body .cotenido > :nth-child(2) .creaTuCancionAnim {
  transform: translateY(0%) scale(1);
  opacity: 1;
}

body .cotenido > :nth-child(2) > :nth-child(2) {
  margin: 0 auto;
  width: 90%;
  max-width: 1440px;
  background-color: white;
  border-radius: 25px;
  display: flex;
  place-content: center;
  align-items: center;
}

body .cotenido > :nth-child(2) > :nth-child(2) > :nth-child(1) {
  width: 97.5%;
  margin: 0 auto;
  padding: 1.25% 0%;
}

body .cotenido2 {
  background: linear-gradient(180deg, #fff 0%, #ffe3e9 37.5%, #d06b81 77%);
}

body .cotenido2 > :nth-child(1) {
  background-image: url("../img/Vector2.svg");
  animation: waveAnimation 9s infinite;
}

body .cotenido3 {
  background: linear-gradient(180deg, #fff 0%, #ffe3e9 37.5%, #d18695 77%);
}

body .cotenido3 > :nth-child(1) {
  background-image: url("../img/Vector3.svg");
  animation: waveAnimation 9s infinite;
}

body .cotenido3 > :nth-child(2) *:focus {
  outline: none;
}

body .cotenido3 > :nth-child(2) .wrapper {
  min-height: 100vh;
  display: flex;
  padding: 50px 15px;
}

/*Form*/
#formCreaCanción {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 30px;
}

select option[disabled] {
  display: none;
}

input,
select,
option,
label {
  margin: 0 auto;
}

h3 {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.sameStyle {
  width: 50%;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid #b2072d;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
}

.sameStyleInput {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid #b2072d;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
}

.checkboxDiv {
  width: 75%;
  margin: 0 auto;
}

#duetoCenterDiv {
  text-align: center;
}

.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #d06b81;
  color: #fff;
  border-radius: 20px;
}

#duetoCenterDiv {
  text-align: center;
}

.uploadFileStyle {
  margin: 0;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}

.subirLabelMargin {
  margin-left: 5px;
  color: #d06b81;
  cursor: pointer;
}

.addVoiceClass {
  width: 55%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.InputsTxt {
  display: flex;
  flex-flow: column wrap;
  gap: 2.5rem;
}
.InputsTxt > div {
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
}
.InputsTxt > div label {
  width: 100%;
}

@media (max-width: 900px) {
  .addVoiceClass {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .InputsTxt {
    display: flex;
    flex-flow: column wrap;
    gap: 2.5rem;
  }
  .InputsTxt > div {
    display: flex;
    flex-flow: column wrap;
    gap: 1rem;
  }
  .InputsTxt > div label {
    width: 100%;
  }
}
.addVoiceClass h3 {
  margin: 0 auto;
}

.lessOpacityTxt {
  opacity: 50%;
}

.inputText {
  margin: 0;
}

.siguienteBtn {
  all: unset;
  color: rgb(255, 255, 255);
  padding: 7.5px 15px;
  background: #d06b81;
  border-radius: 30px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + * {
  font-size: 2em;
  color: #b2072d;
}

input#checkbold + *:before,
input#checkbold2 + *:before,
input#partExclusiva + *:before,
input#tablGuitarra + *:before,
input#tablUkelele + *:before,
input#letraParaRegalar + *:before,
input#CuadroReproductor + *:before,
input#verInstrumental + *:before,
input#subimosSpotify + *:before,
input#variasVoces + *::before {
  content: "☐";
}

input#checkbold:checked + *:before,
input#checkbold2:checked + *:before,
input#partExclusiva:checked + *::before,
input#tablGuitarra:checked + *::before,
input#tablUkelele:checked + *::before,
input#letraParaRegalar:checked + *::before,
input#CuadroReproductor:checked + *::before,
input#verInstrumental:checked + *::before,
input#subimosSpotify:checked + *::before,
input#variasVoces:checked + *::before {
  content: "☑";
}

.createSpace {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.checkmarkTxtCenter {
  position: relative;
  cursor: pointer;
  bottom: 4px;
  left: 2px;
  color: black;
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #b2072d;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: -0.1em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio-label span {
  cursor: pointer;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: #b2072d;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #b2072d;
}

.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

@keyframes waveAnimation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.02);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
} 
.brand_slider_main {
  position: relative;
  box-shadow: 0px 0px 6.5px 0px #b8b8b8;
  margin: 0 auto;
  width: 90%;
  max-width: 1440px;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  border-radius: 25px;
  background: white;
}

.brand_slider_main .container .swiper {
  width: 100%;
}

.brand_slider_main .container .swiper .text-buttons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 95.5%;
  margin: 0 auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.brand_slider_main .container .swiper .text-buttons > :nth-child(1) {
  display: flex;
  flex-flow: row wrap;
  flex: 1;
}

.brand_slider_main .container .swiper .text-buttons .buttons {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 100px;
  max-width: 100px;
}

.brand_slider_main .container .swiper .text-buttons .buttons .swiper-button-next:after,
.brand_slider_main .container .swiper .text-buttons .buttons .swiper-button-prev:after {
  font-size: 20px !important;
  color: #3d3d3d;
}

.brand_slider_main .container .swiper .brand_item {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  gap: 1em;
}

.brand_slider_main .container .swiper .brand_item img {
  max-width: 100%;
  border-radius: 50%;
  margin: auto;
}

.brand_slider_main .container .swiper .swiper-wrapper {
  padding: 0rem 0rem 0.25rem 1.6rem;
}

.brand_slider_main .container .swiper .swiper-wrapper .specialBoxSlider {
  border-radius: 16px;
  border: 1px solid #d06b81;
  display: grid;
  flex-flow: row wrap;
  place-content: center;
  align-items: center;
  height: 100%;
  padding: 0.5rem 0rem;
  cursor: pointer;
}

.brand_slider_main .container .swiper .swiper-wrapper .specialBoxSlider > :nth-child(1) {
  margin: 0 auto;
  width: 90%;
  cursor: pointer;
}

.brand_slider_main .container .swiper .swiper-wrapper .specialBoxSlider > :nth-child(1) > :nth-child(1) img {
  width: 100%;
  max-width: 250px;
  border-radius: 12px;
  cursor: pointer;
}

.brand_slider_main .container .swiper .swiper-wrapper .specialBoxSlider > :nth-child(1) p {
  font-size: 15px;
  cursor: pointer;
}

.brand_slider_main .container .swiper .swiper-wrapper .specialBoxSlider > :nth-child(1) p::-moz-selection {
  background: none;
}

.brand_slider_main .container .swiper .swiper-wrapper .specialBoxSlider > :nth-child(1) p::selection {
  background: none;
}

.brand_slider_main {
  position: relative;
  box-shadow: 0px 0px 6.5px 0px #b8b8b8;
  margin: 0 auto;
  width: 90%;
  max-width: 1240px;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  border-radius: 25px;
  background: white;
}

.brand_slider_main .container .swiper {
  width: 100%;
}

.brand_slider_main .container .swiper .text-buttons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  width: 95.5%;
  margin: 0 auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.brand_slider_main .container .swiper .text-buttons > :nth-child(1) {
  display: flex;
  flex-flow: row wrap;
  justify-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  flex: 1;
}
.brand_slider_main .container .swiper .text-buttons > :nth-child(1) .h3Responsive {
  text-align: left;
  margin-left: 0rem;
}

.brand_slider_main .container .swiper .text-buttons .buttons {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 100px;
  max-width: 100px;
}

@media (max-width: 900px) {
  .brand_slider_main .container .swiper .text-buttons .buttons {
    height: 2rem;
    width: 75px;
  }
}
.brand_slider_main .container .swiper .text-buttons .buttons .swiper-button-next:after,
.brand_slider_main .container .swiper .text-buttons .buttons .swiper-button-prev:after {
  font-size: 20px !important;
  color: #3d3d3d;
}

.brand_slider_main .container .swiper .brand_item {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  gap: 1em;
}

.brand_slider_main .container .swiper .brand_item img {
  max-width: 100%;
  border-radius: 50%;
  margin: auto;
}

.brand_slider_main .container .swiper .swiper-wrapper {
  padding: 0rem 0rem 0.25rem 1.6rem;
}

.brand_slider_main .container .swiper .swiper-wrapper .specialBoxSlider {
  border-radius: 16px;
  border: 1px solid #d06b81;
  display: grid;
  flex-flow: row wrap;
  place-content: center;
  align-items: center;
  height: 100%;
  padding: 0.5rem 0rem;
  cursor: pointer;
}

.brand_slider_main .container .swiper .swiper-wrapper .specialBoxSlider > :nth-child(1) {
  margin: 0 auto;
  width: 90%;
}

.brand_slider_main .container .swiper .swiper-wrapper .specialBoxSlider > :nth-child(1) > :nth-child(1) img {
  width: 100%;
  max-width: 250px;
  border-radius: 12px;
}

.brand_slider_main .container .swiper .swiper-wrapper .specialBoxSlider > :nth-child(1) p {
  cursor: pointer;
  font-size: 15px;
}

.brand_slider_main .container .swiper .swiper-wrapper .specialBoxSlider > :nth-child(1) p::-moz-selection {
  background: none;
}

.brand_slider_main .container .swiper .swiper-wrapper .specialBoxSlider > :nth-child(1) p::selection {
  background: none;
}

.swiper-slide input[type=radio] {
  display: none;
}

/* Estilos base */
.radio-container {
  cursor: pointer;
  display: block;
  width: 100%;
}

.custom-radio {
  position: relative;
  cursor: pointer;
  width: 100%;
}

/* Aplicar estilos cuando el radio está seleccionado */
.swiper-slide input[type=radio]:checked + .specialBoxSlider {
  transition: all 0.4s ease;
}

.specialBoxSlider {
  padding: 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.imgClassCss {
  animation: heartbeat 3s ease-in-out infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.05);
    /* Menor incremento de escala */
  }
  50% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.05);
    /* Otro pequeño incremento */
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 900px) {
  .sameStyle,
  .sameStyleInput {
    width: -webkit-fill-available;
  }
  .imgClassCss img {
    width: 18dvw;
  }
  body .cotenido > :nth-child(2) > :nth-child(1) > :nth-child(3) {
    width: 100%;
    top: -75px;
  }
}
@media (min-width: 901px) and (max-width: 1400px) {
  .imgClassCss img {
    width: 17dvw;
  }
  body .cotenido > :nth-child(2) > :nth-child(1) > :nth-child(3) {
    top: -75px;
  }
}
body .cotenido2 > :nth-child(1) {
  background-image: url("../img/Vector.svg");
  animation: waveAnimation 9s infinite;
}

.cotenido2 > :nth-child(2) {
  display: flex;
  flex-flow: column wrap;
  gap: 1.75rem;
}
.cotenido2 > :nth-child(2) > :nth-child(1) {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.cotenido2 > :nth-child(2) > :nth-child(1) > :nth-child(1) img,
.cotenido2 > :nth-child(2) > :nth-child(1) > :nth-child(3) img {
  animation: heartbeat 2.5s ease-in-out infinite;
  width: 100%;
  max-width: 200px;
}
.cotenido2 > :nth-child(2) > :nth-child(1) > :nth-child(2) h1 {
  color: #d06b81;
}
.cotenido2 > :nth-child(2) > :nth-child(2) {
  color: white;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.cotenido2 > :nth-child(2) > :nth-child(2) .app-container {
  display: flex;
  place-content: center;
  align-items: center;
  border-radius: 30px;
  background-image: url("../img/iPhone 13 Pro Max - 4.svg");
}
.cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: column wrap;
  padding: 2.5rem 2rem;
  color: black;
  gap: 1.85rem;
}
.cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(1) {
  width: 100%;
}
.cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(1) img {
  width: 100%;
}
.cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(2) {
  display: flex;
  flex-flow: column wrap;
  gap: 1.5rem;
}
.cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(2) .audio-info {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
}
.cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(2) .audio-info .track-info {
  width: 100%;
}
.cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(2) .audio-info .seek-bar {
  width: 100%;
}
.cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(2) .audio-info .seek-bar input {
  width: 100%;
}
.cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(2) .audio-info .seek-bar > :nth-child(4) {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(2) .audio-controls {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(2) .audio-controls div {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  place-content: center;
  background: white;
}
.cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(2) .audio-controls div img {
  width: 100%;
  cursor: pointer;
}
@media (max-width: 900px) {
  .cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) {
    padding: 1.25rem 1rem;
    gap: 1rem;
  }
  .cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(2) {
    gap: 1rem;
  }
  .cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(2) .audio-info {
    gap: 0.5rem;
  }
  .cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(2) .audio-info .track-info {
    width: 100%;
  }
  .cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(2) .audio-info .seek-bar {
    width: 100%;
  }
  .cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(2) .audio-info .seek-bar input {
    width: 100%;
  }
  .cotenido2 > :nth-child(2) > :nth-child(2) .app-container > :nth-child(1) > :nth-child(2) .audio-controls div img {
    width: 100%;
    scale: 0.75;
    cursor: pointer;
  }
}
.cotenido2 > :nth-child(2) > :nth-child(3) {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) {
  width: 90%;
  margin: 0 auto;
  max-width: 650px;
  background-color: white;
  border-radius: 30px;
  display: flex;
  flex-flow: column wrap;
  background: url("../img/iPhone 13 Pro Max - 4.svg");
  background-size: cover;
}
.cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) .line {
  width: 100%;
  height: 1px;
  background-color: black;
}
.cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(1) {
  text-align: center;
  padding: 1rem 0rem;
}
.cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(3),
.cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(5),
.cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(7) {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 90%;
}
.cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(3) > div,
.cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(5) > div,
.cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(7) > div {
  flex: 1;
}
.cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(9) {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 0rem;
}
.cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(9) a {
  all: unset;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  color: rgb(255, 255, 255);
  padding: 1rem 2.25rem;
  background: #db5774;
  border-radius: 55px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(9) a:hover {
  transform: scale(1.07);
  transition: 0.3s;
  color: rgb(255, 255, 255);
}

.productosContratados {
  padding-top: 1rem;
}

@media (max-width: 1100px) {
  .cotenido2 > :nth-child(2) {
    gap: 1rem;
  }
  .cotenido2 > :nth-child(2) > :nth-child(1) {
    flex-flow: row nowrap;
  }
  .cotenido2 > :nth-child(2) > :nth-child(1) > :nth-child(1) img,
  .cotenido2 > :nth-child(2) > :nth-child(1) > :nth-child(3) img {
    max-width: 100px;
  }
  .cotenido2 > :nth-child(2) > :nth-child(1) > :nth-child(2) {
    text-align: center;
  }
  .cotenido2 > :nth-child(2) > :nth-child(2) > :nth-child(1) {
    padding: 0.95rem 0.95rem 0.5rem 0.95rem;
  }
  .cotenido2 > :nth-child(2) > :nth-child(2) > :nth-child(1) > :nth-child(1) {
    gap: 1.25rem;
  }
  .cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(1) {
    padding: 0.75rem 0rem;
  }
  .cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(3),
  .cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(5),
  .cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(7) {
    width: 95%;
  }
  .cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(9) {
    padding: 1rem 0rem;
  }
  .cotenido2 > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(9) a {
    all: unset;
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 0.5rem 1rem;
    background: #db5774;
    border-radius: 55px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.05);
    /* Menor incremento de escala */
  }
  50% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.05);
    /* Otro pequeño incremento */
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=styles.css.map */