:root {
  --colorPrincipal: #E82F6D;
  --colorPrincipalHover: #ff0055;
  --colorMenu: #ffdbe6;
  --colorTitulo: #fcdde8;
  --colorGris: #eee;
  --colorGrisFuerte: #ccc;
}

.marco {
  background: var(--colorPrincipal);
  color: white;
}

.marcopie {
  background: var(--colorPrincipal);
  color: var(--colorPrincipal);
}

.degradado {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.9))); 
  background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.9) 100%);
  background-size: contain;
}

.degradado:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,136,204,0)), to(rgba(0,136,204,0.6)));
  background: linear-gradient(to bottom, rgba(0,136,204,0) 0%, rgba(0,136,204,0.6) 100%);
  background-size: contain;
}
       
.custom-toggler.navbar-toggler {
  border-color: var(--colorPrincipal);
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(232, 47, 109, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-rosa { 
  background-color: var(--colorMenu) !important; 
} 

.link-rosa{ 
    color: var(--colorPrincipal) !important;
    font-size: small;
}
@media only screen and (max-width: 980px) {
  .link-rosa{ 
    color: var(--colorPrincipal) !important;
    font-size: smaller;
}
}

.cuerpo {
  max-width: 800px;
}

p {
  font-size: 1.125rem !important;
}

a:visited {
  color: var(--colorPrincipal)!important;
}

a:active {
  color: var(--colorPrincipal)!important;
}

a {
  color: var(--colorPrincipal)!important;
}

a:hover {
  color: var(--colorPrincipalHover) !important;
}

.buttonteo {
  border-radius: 8px;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border: 2px solid var(--colorPrincipal);
  background-color: var(--colorPrincipal);
  color: white !important;
  box-shadow: 0 8px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.buttonteo:hover {
  background-color: white;
  color: var(--colorPrincipal) !important;
}

.buttonteo:visited:hover {
  background-color: white;
  color: var(--colorPrincipal) !important;
}

.buttonteo:visited {
background-color: var(--colorPrincipal);
color: white !important;
}

.buttonteocheck:before {
content: url(../imgtema/file-earmark-check.svg);
transform: scale(3);
padding-top: 0px;
padding-bottom: 1px;
float: left;
margin-right: 25px;
}

.buttonteocheck:hover::before {
  content: url(../imgtema/file-earmark-checkRosa.svg);
}
  
.buttonteocheck:visited:hover::before {
  content: url(../imgtema/file-earmark-checkRosa.svg);
}
  
.buttonteocheck:visited::before {
  content: url(../imgtema/file-earmark-checkRosa.svg);
}

.buttonteofinger:before {
  content: url(../imgtema/fingerprint.svg);
  transform: scale(3);
  padding-top: 0px;
  padding-bottom: 1px;
  float: left;
  margin-right: 25px;
  }

.buttonteofinger:hover::before {
  content: url(../imgtema/fingerprintRosa.svg);
}

.buttonteofinger:visited:hover::before {
  content: url(../imgtema/fingerprintRosa.svg);
}

.buttonteofinger:visited::before {
  content: url(../imgtema/fingerprintRosa.svg);
}

/* BotonesRadio */
.botonesRadio {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid var(--colorPrincipal); /* Borde más fino */
  border-radius: 5px;
  cursor: pointer;
}

.botonesRadio label {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.botonesRadio input {
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--colorGris);
  margin-right: 10px;
  cursor: pointer;
  outline: none;
  vertical-align: middle; /* Alinear con el texto */
}

.botonesRadio input:hover {
  background-color: var(--colorGrisFuerte);
}

.botonesRadio input:checked {
  background-color: var(--colorPrincipal);
}

.botonarticulo:hover {
  color:white !important;
}

#anuncio {
  min-height: 280px;
}

@media screen and (min-width: 40em) {
  #anuncio {
    min-height: 200px;
  }
}

/* TITULO */
.tituloBonito {
	display: flex;
	align-items: center;
	justify-content: center;
  font-family: "Inter", sans-serif;
  text-align: center;
  /*background-color: #ffdbe6;*/
}

.tituloBonito span {
  color: var(--colorTitulo);
  font-size: calc(1.25em + 3vw);
  font-weight: 900;
  text-shadow: -0.0075em 0.0075em 0 #fef2f6, 0.005em 0.005em 0 #f6a5c1, 0.01em 0.01em 0 #f7aac4, 0.015em 0.015em #f7aec7, 0.02em 0.02em 0 #f8b3ca, 0.025em 0.025em 0 #f8b7cd, 0.03em 0.03em 0 #f8bcd0, 0.035em 0.035em 0 #f9c0d3;
  /*AZUL text-shadow: -0.0075em 0.0075em 0 #f2f6fe, 0.005em 0.005em 0 #a5c1f6, 0.01em 0.01em 0 #aac4f7, 0.015em 0.015em #aec7f7, 0.02em 0.02em 0 #b3caf8, 0.025em 0.025em 0 #b7cdf8, 0.03em 0.03em 0 #bcd0f8, 0.035em 0.035em 0 #c0d3f9;*/
  max-width: 100%; /* Asegura que no exceda el ancho del contenedor padre */
  word-wrap: break-word; /* Permite el ajuste de palabras largas */
  white-space: normal; /* Permite el ajuste de línea */
}
.tituloBonito a:link, a:visited, a:active {
  text-decoration:none !important;
}
/*FIN TITULO*/