body {
  background-color: #fbfbfb !important;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  right: 0;
  left: 0;
  color: white;
}

.container {
  text-align: center;
  position: relative;
  top: 0;
  

}

#nameSection {
  width: 500px;
  padding: 40px;
  background-color: #ebeaec;
  border-radius: 10px;

  margin: 20px auto;
  text-align: center;
  top: 20px;
}

#resy{
left: auto !important;
align-items: center !important;
position: relative !important;
}

#secondSection {
  width: 550px;
  padding: 40px;
  background-color: #ebeaec;
  border-radius: 10px;
  margin: 20px auto;
  text-align: center;

}

.bor{
  border: 1px solid #640440 !important;
}

#emailSection, #feminicideMessage {
  width: 500px ;
  
  padding: 40px;
  background-color:#ebeaec;
  border-radius: 10px;

  margin: 20px auto;
  text-align: center;

}

#thanksSection{

width: 750px !important;
padding: 40px;
background-color: #ffffff;
border: 2px solid #141414;
border-radius: 10px;
margin: 20px auto;
text-align: center;
top: 20px;
}

.test-box {
  width: 450px !important;

  padding: 40px;
  background-color:#ebeaec;
  border-radius: 10px;
  margin: 20px auto;
  text-align: center;
  top: 20px;
}

.test-box-expanded {
width: 680px !important;
}

.test-header {
  background-color: #640440;
  color: white;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  height: 100%;
}

.welcome-msg{
  border: 1px solid #640440;
  display: flex;
  padding: 10px;
  justify-content: center;
  color: #230517;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;

  border-radius: 5px;
  
}

#welcome-m{
  border: 1px solid white;
  background-color: #640440 !important;
  color: white !important;
  width: 100%;
  align-items: center;
  position: relative;
  border-radius: 7%;
}

/* Estilo del ícono */
.check-icon {
  background-color: #640440;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  top: 5px;
  position: relative;
}

.check-icon svg {
  fill: white;
  
}

#endSection{
  width: 480px !important;

  padding: 40px;
  background-color: #44072d;
  color: white !important;
  border-radius: 10px;

  margin: 20px auto;
  text-align: center;
  top: 20px;
}

#calSection{
  width: 480px !important;

  padding: 40px;
  background-color: #44072d;
  color: white !important;
  border-radius: 10px;
  margin: 20px auto;
  text-align: center;
  top: 20px;
}

#cSection{
width: 480px !important;

background-color: #ffffff !important;
padding: 40px;
border-radius: 10px;
color: rgb(0, 0, 0) !important;
margin: 20px auto;

top: 20px;
text-align: center;
}

#cartSection{
width: 480px !important;

background-color: #ffffff !important;
padding: 40px;
border-radius: 10px;
color: rgb(0, 0, 0) !important;
margin: 20px auto;

top: 20px;
text-align: center;
}

.gif-color {

filter: hue-rotate(90deg); /* Cambia el tono del GIF */

}

#planepa{
width: 480px !important;

background-color: #ebeaec;
padding: 40px;
border-radius: 10px;
color: white !important;
margin: 20px auto;

top: 20px;
text-align: center;
}

.icon img {

margin-bottom: 15px;
}

.enc {
font-size: 24px;
color: #44072d !important; 
margin-bottom: 20px;
}

.description {
font-size: 20px;
color: #333;
margin-bottom: 10px;
line-height: 1.5;
}

.motivational {
font-size: 18px;
color: #333;
margin-bottom: 30px;
line-height: 1.5;
}

strong {
color: #961163; /* Color para las palabras resaltadas */
}

.cta-button {
background-color: #961163; /* Color de fondo del botón */
color: #fff;
padding: 10px 20px;
border: none;
border-radius: 25px;
cursor: pointer;
font-size: 16px;
font-weight: bold;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: background-color 0.3s ease;
}

.cta-button:hover {
background-color: #d61362; /* Color de fondo al hacer hover */
}

h4{
  color: #640440 !important;
}

.hidden {
display: none;
visibility: hidden;
}


button {
  margin: 10px;
  padding: 10px 20px;
}

#feminicideMessage img {
  display: block;
  margin: 0 auto;
  margin-bottom: -60px;
  top: -50px;
  position: relative;

  
}

#feminicideMessage {
  color: #640440;
  width: 600px;

  padding: 40px;
  background-color:#ebeaec;
  border-radius: 10px;

  margin: 20px auto;
  text-align: center;

}

input{
  border-radius: 7%;
  width: 100%;
 
}

.email{
top: 5px !important;
}

/*Botones*/
.btn {
background: linear-gradient(90deg, #640440, #230517) !important;
  border: none;
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  margin: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative; /* Para posicionar el emoji */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn::after{
content: '➡' !important; 
color: #000000 !important;
  font-size: 16px; 
  filter: brightness(100%) invert(100%) contrast(100%);
  
  width: 30px; 
  height: 30px;
  border-radius: 50%; 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px; 
}

.btn:hover {
background: linear-gradient(90deg, #230517, #640440) !important;
}

.btn:active{
background: linear-gradient(90deg, #230517, #640440); 
transform: scale(0.98); 
}

.second-btn{
background: linear-gradient(90deg, #640440, #230517) !important;
  border: none;
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  margin: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative; /* Para posicionar el emoji */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.second-btn::after{
content: '➡' !important; 
color: #000000 !important;
  font-size: 16px; 
  filter: brightness(100%) invert(100%) contrast(100%);
  
  width: 30px; 
  height: 30px;
  border-radius: 50%; 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px; 
}

.second-btn:hover {
background: linear-gradient(90deg, #230517, #640440) !important;
}

.second-btn:active {
background: linear-gradient(90deg, #230517, #640440); 
transform: scale(0.98); 
}

.send-btn{
background: linear-gradient(90deg, #640440, #230517) !important;
  border: none;
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  margin: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative; /* Para posicionar el emoji */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.send-btn::after{
content: '➡' !important; 
color: #000000 !important;
  font-size: 16px; 
  filter: brightness(100%) invert(100%) contrast(100%);
  
  width: 30px; 
  height: 30px;
  border-radius: 50%; 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px; 
}

.send-btn:hover {
background: linear-gradient(90deg, #230517, #640440) !important;
}

.send-btn:active {
background: linear-gradient(90deg, #230517, #640440); 
transform: scale(0.98); 
}

.btn_adi {
background: linear-gradient(90deg, #640440, #230517) !important;
  border: none;
  color: #ffffff !important;
  padding: 10px 20px;
  margin: 8px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  max-width: 270px !important;
}

.btn_adi:hover {
background: linear-gradient(90deg, #230517, #640440) !important;
}

.btn_1 {
  background-color: #00ff124f !important;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  margin: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.btn_1:hover {
  background-color: #cfc9cd !important;
  color: #f8f3f3f1;
}

.btn_2 {
  background-color: #ff3131a1 !important;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  margin: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.btn_2:hover {
  background-color: #cfc9cd !important;
}

.btn_e {
  background-color: #5cff57 !important;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  margin: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.btn_e:hover {
  background-color: #230517 !important;
}

.btn_c {
  background-color: #ff6161 !important;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  margin: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.btn_c:hover {
  background-color: #230517 !important;
}

h4 {
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

#additionalQuestions {
  text-align: center;
  background-color: #bcff02 !important;
  padding: 20px;
  border-radius: 10px;
  
}

span {
  font-weight:bold !important;
}

/*Animaciones*/

/* From Uiverse.io by santhoshsj-dev */ 
.bg {
  padding: 20px;
  border-radius: 10px;
  background-color: var(--base-color);
  --base-color: #640440;
 /*use your base color*/
}

.loader {
  width: 60px;
  height: 40px;
  position: relative;
  display: inline-block;
  background-color: var(--base-color);
}

.loader::before {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #FFF;
  background-image: radial-gradient(circle 8px at 18px 18px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 18px 0px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 0px 18px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 36px 18px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 18px 36px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 30px 5px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 30px 5px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 30px 30px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 5px 30px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 5px 5px, var(--base-color) 100%, transparent 0);
  background-repeat: no-repeat;
  box-sizing: border-box;
  animation: rotationBack 3s linear infinite;
}

.loader::after {
  content: '';
  left: 35px;
  top: 15px;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FFF;
  background-image: radial-gradient(circle 5px at 12px 12px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 12px 0px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 0px 12px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 24px 12px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 12px 24px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 20px 3px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 20px 3px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 20px 20px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 3px 20px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 3px 3px, var(--base-color) 100%, transparent 0);
  background-repeat: no-repeat;
  box-sizing: border-box;
  animation: rotationBack 4s linear infinite reverse;
}

@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}  

#progressBar {
  width: 100%;
  height: 23px;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar {
  height: 23px;
  width: 0;
  background: linear-gradient(135deg, #230517 25%, #640440 25%, #640440 50%, #230517 50%, #230517 75%, #640440 75%, #640440 100%);
  background-size: 40px 40px;
  animation: progressMove 2s linear infinite;
  border-radius: 10px; 
}

@keyframes progressMove {
  0% {
      background-position: 0 0;
  }
  100% {
      background-position: 40px 40px;
  }
}

/* From Uiverse.io by Li-Deheng */ 

.loader3 {
display: flex;
justify-content: center;
align-items: center;
--color: #640440;
--animation: 2s ease-in-out infinite;
}

.loader3 .circle {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 20px;
height: 20px;
border: solid 2px var(--color);
border-radius: 50%;
margin: 0 10px;
background-color: transparent;
animation: circle-keys var(--animation);
}

.loader3 .circle .dot {
position: absolute;
transform: translate(-50%, -50%);
width: 16px;
height: 16px;
border-radius: 50%;
background-color: var(--color);
animation: dot-keys var(--animation);
}

.loader3 .circle .outline {
position: absolute;
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
border-radius: 50%;
animation: outline-keys var(--animation);
}

.loader2 {
  display: flex;
  justify-content: center;
  align-items: center;
  --color: hsl(0, 0%, 87%);
  --animation: 2s ease-in-out infinite;
}

.loader2 .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 20px;
  height: 20px;
  border: solid 2px var(--color);
  border-radius: 50%;
  margin: 0 10px;
  background-color: transparent;
  animation: circle-keys var(--animation);
}

.loader2 .circle .dot {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color);
  animation: dot-keys var(--animation);
}

.loader2 .circle .outline {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: outline-keys var(--animation);
}

.circle:nth-child(2) {
  animation-delay: 0.3s;
}

.circle:nth-child(3) {
  animation-delay: 0.6s;
}

.circle:nth-child(4) {
  animation-delay: 0.9s;
}

.circle:nth-child(5) {
  animation-delay: 1.2s;
}

.circle:nth-child(2) .dot {
  animation-delay: 0.3s;
}

.circle:nth-child(3) .dot {
  animation-delay: 0.6s;
}

.circle:nth-child(4) .dot {
  animation-delay: 0.9s;
}

.circle:nth-child(5) .dot {
  animation-delay: 1.2s;
}

.circle:nth-child(1) .outline {
  animation-delay: 0.9s;
}

.circle:nth-child(2) .outline {
  animation-delay: 1.2s;
}

.circle:nth-child(3) .outline {
  animation-delay: 1.5s;
}

.circle:nth-child(4) .outline {
  animation-delay: 1.8s;
}

.circle:nth-child(5) .outline {
  animation-delay: 2.1s;
}

@keyframes circle-keys {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes dot-keys {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes outline-keys {
  0% {
    transform: scale(0);
    outline: solid 20px var(--color);
    outline-offset: 0;
    opacity: 1;
  }

  100% {
    transform: scale(1);
    outline: solid 0 transparent;
    outline-offset: 20px;
    opacity: 0;
  }
}
/*Avion*/
.plane {
  position: absolute;
  left:200px;
  top:150px;
  animation: move 3s linear infinite;
  }
  .wingRight {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 22.5px solid transparent;
  border-right: 12.5px solid transparent;
  border-bottom: 115px solid white;
  transform: rotate(61deg); 
  z-index:4;
  }

  .bottom {
  position: relative;
  width: 0;
  height: 0;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  border-bottom: 25.5px solid #676d70;
  top: 71px;
  transform: rotate(-5deg);
  left:-52.5px;
  z-index:3;
  }

  .top {
  position:absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 30px solid #c1c7c9;
  top: 65px;
  transform: rotate(5deg);
  left:-60px;
  z-index:1;
  }

  .middle {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 135px solid #c1c7c9;
  top: -13.5px;
  transform: rotate(72deg);
  left:-7.5px;
  z-index:2;
  }

  .wingLeft {
  position: absolute; 
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-bottom: 135px solid white;
  transform: rotate(78deg) skewY(-35deg); 
  left:-18.5px;
  z-index:3;
  top:-30px;
  }

  .clouds {
  position: absolute;
  top:50px;
  left:100px;
  }
  .cloudOne, .cloudTwo, .cloudThree {
  position: absolute;
  width: 50px;
  height: 25px;
  background-color: #fff;
  border-radius:100px 100px 0 0;
  }

  .cloudOne {
  top:0;
  left:0;
  animation: cloud 3s linear infinite reverse;
  }

  .cloudTwo {
  top:50px;
  left:100px;
  animation: cloud 2.5s linear infinite reverse;
  }

  .cloudThree {
  top:250px;
  left:50px;
  animation: cloud 2.8s linear infinite reverse;
  }

  .cloudOne:before, .cloudTwo:before, .cloudThree:before {
  content:"";
  position: absolute;
  width: 25px;
  height: 12.5px;
  background-color: #fff;
  border-radius:100px 100px 0 0;
  left:-20px;
  top:12.5px;
  box-shadow: 65px 0 #fff;
  }

  @keyframes move {
  0% {transform: translateY(0) rotateX(0);}
  25% {transform: translateY(-30px) rotateX(40deg);}
  50% {transform: rotateX(0) translateY(0);}
  75% {transform: rotateX(-40deg) translateY(30px);}
  100% {transform: rotateX(0) translateY(0);}
  }

  @keyframes cloud {  
  from{ 
      left:-150px; 
  }
  to{ 
      left: 400px; 
  }
  }

/*Carta*/

@property --flap-rotation {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@property --progress {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 20%;
}

@property --text {
  syntax: "<number>";
  inherits: false;
  initial-value: 0.0;
}

.text-clamp {
  text-align: center;
  font-size: clamp(20px, 5vmin, 100px);
  margin-bottom: 20px;
}

.grid-template {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.envelope {
  perspective: 1000px;
  position: relative;
  width: 250px;
  height: 150px;
  background-color: #e2e8f0;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
              0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.flap {
  background-color: #cbd5e1;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
  transform-origin: 50% 0;
  rotate: x var(--flap-rotation);
  animation: animate-flap 2s ease-in-out infinite alternate;
  z-index: 4;
}

.face {
  clip-path: polygon(50% 35%, 100% 0, 100% 100%, 0 100%, 0 0);
  background-color: #f1f5f9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.heart {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(var(--progress));
  background: radial-gradient(at 70% 31%, red 29%, transparent 30%),
              radial-gradient(at 30% 31%, red 29%, transparent 30%),
              conic-gradient(from -45deg at 50% 84%, red 90deg, transparent 0)
              bottom / 100% 50% no-repeat;
  animation: show-heart 2s ease-in-out infinite alternate;
  z-index: 2;
}

.text-show {
  animation: reveal-text 2s ease-in-out infinite alternate;
  opacity: var(--text);
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #f87171;
  z-index: 5;
}

@keyframes animate-flap {
  from {
      --flap-rotation: 0deg;
  }
  to {
      --flap-rotation: 180deg;
  }
}

@keyframes show-heart {
  from {
      --progress: 20%;
  }
  to {
      --progress: -90%;
  }
}

@keyframes reveal-text {
  from {
      --text: 0.0;
  }
  to {
      --text: 1.0;
  }
}

/*Fin de animaciones*/

/*Section de agradecimiento*/
.user-info {
margin: 10px;
padding: 10px 20px;
}
.user-info h2 {
font-size: 20px;
margin-bottom: 5px;
color: #333;
}

.user-info p {
font-size: 14px;
color: #666;

}

.diagnosis h2 {
font-size: 18px;
margin-bottom: 5px;
color: #333;
}

.diagnosis .high-risk {
font-size: 22px;
color: red;
margin-bottom: 10px;
}

.diagnosis p {
font-size: 16px;
color: #666;
}

.recommendations h3 {
font-size: 16px;
color: #333;
margin-top: 20px;
margin-bottom: 10px;
}

.recommendations ul {
list-style-type: none;
text-align: left;
padding-left: 10px;
}

.recommendations ul li {
font-size: 14px;
color: #333;
margin-bottom: 8px;
}

.note p {
font-size: 12px;
color: #999;
margin-top: 20px;
}

footer {
font-size: 12px;
color: #0e0c0c;

margin-top: 20px;
}

.buttons {
margin-top: 20px;
}

.download-btn {
background: linear-gradient(45deg, #640440, #230517);
  color: white;
  display: block;
  text-decoration: none;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;

}

.download-btn:hover {
background: linear-gradient(45deg, #5e0b9f, #d01756);
color: white;
}

.invite-btn {
  border: 2px solid#141414;
  background:  #c8c8c9,;
  color: #000000;
  display: block;
  text-decoration: none;
  box-shadow: 0 0 30px rgb(8 8 8 / 10%);
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.invite-btn:hover {
  background: linear-gradient(45deg, #640440, #230517);
  color: white;
}

@media (max-width: 480px) {
#planepa {
  width: 100% !important;
 
}

.test-box {
  height: 100% !important;
}

#feminicideMessage img {
  width: auto !important;
  display: flex;
  align-items: center;
  left: -55px;
}


}
@media (max-width: 766px) {
  .container, #nameSection {
      width: 100% !important;
  }

  #secondSection, #feminicideMessage{

    position: relative;
    width: 100% !important;
    height: auto !important;
  }
  
  #testBox, #emailSection, #endSection, #calSection, #thanksSection, #cartSection{
      width: 100% !important;
      height: 100% !important;
  }
  
  #testBox img{
      width: 100% !important;
      height: 100% !important;
  }
  
  #fraseAleatoria {
      width: 100% !important;
  }

  #planepa {
    width: 100%;

  }

  #feminicideMessage img {

    display: flex;
    align-items: center;

    width: auto !important;
    height: 400px !important;

  }

  
}
@media (max-width: 1300px) and (min-width: 767px) {
  .container, .test-header,.secondSection, .test-box, .emailSection, .endSection, .calSection, #thanksSection, #planepa, .paperplane, #cartSection {
      width: 100% !important;
  }
  .feminicideMessage{
    width: auto !important;
  }

  #feminicideMessage img{
    display: flex;
    align-items: center;

    width: 100% !important;
    height: 550px !important;
  }

  #feminicideText, h4{
    font-size: 40px !important;
  }

  .progress-bar{
    height: 30px !important;
  }

  img{
      width: 400px;
      height: 350px;
  }

  h2, span{
      font-size: 40px !important;
  }

  p, h5{
      font-size: 30px !important;
  }

  input{
      margin: 90%;
      font-size: 30px !important;

  }

  .btn, .btn_1, .btn_2, .second-btn {
      margin: 10px;
      font-size: 40px !important;
  }

  .welcome-msg{
    width: 100% !important;
  }

  #nameSection, #testBox{
      width: 100%;
      height: 100%;
  }
  #fraseAleatoria {
      left: 10px;
      right: 10px;
      bottom: 10px;
      max-width: none;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .test-header, #thanksSection, #planepa, #cartSection{
      max-width: 100% !important;
  }
  #nameSection, .test-box, .emailSection, .endSection, .calSection{
      max-height: 100% !important;
  }
}

#result-display {
font-size: 2rem;
padding: 10px 20px;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
text-align: center;
}

.resu{
width: 100% !important;
display: flex;
}





/*zona telenofonica*/


.phone-container .whatsapp {
  border: none;
  width: 100%;
}

#phoneZone {
  width: 300px;
  height: 40px;
  padding: 5px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-appearance: none; /* Elimina estilos por defecto en algunos navegadores */
  appearance: none;
}

.phone-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 150px !important;
  border: none !important;
}

.selected-option {
  
  align-items: center;

  border: none;
  cursor: pointer;
  background-color: #fff;
  
  justify-content: space-between;
  position: relative;
  top: -10px;
}

.selected-option img {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}

#country-code-display {
  font-size: 14px;
  font-weight: bold;
}

.options {
  position: absolute;
  top: -450%;
  left: 70%;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background: #fff;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  width: 300px !important;
}

.options li {
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.options li:hover {
  background-color: #f0f0f0;
}

.options img {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}

#phone {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}




