@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
    font-size: 1rem;
    --fondoventanaavisos: rgba(255,255,255,.8);    
    --negro: black;
    --blanco: white;  
    --fondobody: #F3ECE2;
    --verde: #6C8F7D;
    --amarillo: #DD9933;
    --morado: #995165;
    --transparenciafondoarriba: rgba(255,255,255,.4);
    --transparenciafondo: rgba(255,255,255,.7);
    --cursorvinculos: pointer;
    --margenmovil: 1.5rem;
    --rellenomovil: 2.5rem;
}
/*html::-webkit-scrollbar {
    width: .875em;
    height: .875em;
}

html::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0,0,0,0.3); 
    border-radius: 0em;
    background-color: var(--azulclaro);
}

html::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 4px rgba(0,0,0,0.5); 
    border-radius: 0em;
    background-color: var(--azulsemiclaro);
}*/
body {
	margin: 0px;
	
    font-size: 1em;
    min-width: 340px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
main,footer {
    opacity: 0;
	transition: opacity .4s linear 0s;
}
.anchonormal {
    margin-left: 19.11vw;
    margin-right: 19.11vw;
}
.anchonormalpordentro {
    padding-left: 19.11vw;
    padding-right: 19.11vw;
}
#capafondo {
    position: fixed;
    z-index: -3;
    top: -100vh;
    left: -100vw;
    width: 200vw;
    height: 200vh;
    background: linear-gradient(132deg,  #F1DAB8, #F2E5D2, #F4ECDF, #F6F0E6, #FAF6EF, #FFFFFE);
    background-size: 200% 200%;
    animation: afondo 10s ease infinite;
}
#capafondo1, #capafondo2, #capafondo3, #capafondo4 {
    position: fixed;
    z-index: -2;
    top:100vh;
    left: 100vw;
    width: 100vw;
    height: 100vh;
    background: radial-gradient(50% 48.38% at 50% 50%, rgba(238,196,132,.8) 0%, rgba(229,193,141,0.6) 58%, rgba(224,192,146,0) 100%);
    background-size: 100% 100%;
    animation: afondo1 12s linear infinite 2s;
    opacity: .5;
}
#capafondo1 {
    top: 25vh;
      left: 25vw;
}
#capafondo2 {
    top:-100vh;
    left: -100vw;
     animation: afondo2 18s linear infinite ;
    
}
#capafondo3 {
    top: -80vh;
    left: 100vw;
     animation: afondo3 15s linear infinite 3s;
}
#capafondo4 {
    top: 100%;
    left: -80%;
    animation: afondo4 20s linear infinite 1s;
}
@keyframes afondo {
  0% {
      top: -100vh;
      left: -100vw;
    }
    25% {
      top: -75vh;
      left: -25vw;
    }
  50% {
      top: -0vh;
      left: -0vw;
    }
    75% {
      top: -0vh;
      left: -75vw;
    }
  100% {
      top: -100vh;
      left: -100vw;
    }
}
@keyframes afondo1 {
  0% {
      top: 25vh;
      left: 25vw;
    }
 
  50% {
      top: 100vh;
      left:100vw;
    }
  
  100% {
      top: 25vh;
      left: 25vw;
    }
}
@keyframes afondo2 {
  0% {
      top: -80vh;
    left: 100vw;
    }
 
  50% {
      top: -40vh;
      left:-80vw;
    }
  
  100% {
      top: -80vh;
    left: 100vw;
    }
}
@keyframes afondo3 {
  0% {
      top:-60vh;
    left: 80vw;
    }
 
  50% {
      top: -50vh;
      left:-50vw;
    }
  
  100% {
      top:-60vh;
    left: 80vw;
    }
}
@keyframes afondo4 {
  0% {
     top: 100%;
    left: -80%;
    }
 
  50% {
      top: 60%;
    left: -20%;
    }
  
  100% {
     top: 100%;
    left: -80%;
    }
}
#punto {
    position: fixed;
    z-index: -1;
    top: -25%;
    left: -25vh;
    width: 50vh;
    height: 50vh;
    border-radius: 50%;    
    transition: left 2s linear 0s,top 2s linear 0s;
    background: radial-gradient(50% 48.38% at 50% 50%, rgba(255, 255, 255, .8)0%, rgba(255, 255, 255, 0) 100%);
    
}



header,main,footer {
    position: relative;
    z-index: 2;
}

main {
    padding-bottom: 6em;
}
h1, h2, h3, h4, h5, h6 {
}
textarea {
    resize: vertical;
}
.traselementoflotate {
	clear: both;
}

.botonprincipal, .botonsecundario {
    height: 3em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 3px;
    color: var(--azulclaro);
    border-radius: 1.75em;
    font-weight: 700;
    box-shadow: var(--sombrabotonformulariopequeno);
    background-color: var(--azulsemioscuro);
    transition: transform .2s linear 0s, box-shadow .2s linear 0s, background-color .2s linear 0s;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.botonsecundario {
    background-color: var(--azulmedio);
}
.botonprincipal:hover, .botonsecundario:hover  {
    box-shadow: var(--quitarsombrabotonformulariopequeno);
    transform: translateY(4px);
    background-color: var(--azulcasimuyoscuro);

}
.botonprincipal.muyestrecho, .botonsecundario.muyestrecho {
    box-shadow: var(--sombrabotonformulariopequenomuyestrecho);
}
.botonprincipal.muyestrecho:hover, .botonsecundario.muyestrecho:hover  {
    box-shadow: var(--quitarsombrabotonformulariopequeno);
    transform: translateY(2px);
}


.sincursor {
    cursor: default;
}
.sincursor:hover {
    box-shadow: inherit;
    transform: translateY(0px);
}
.menosredondo {
    border-radius: 4px;
}
.nocortar {
	white-space:nowrap;
}
.romperpalabras {
    word-break: keep-all;
}
.cortar {
	word-break: break-all;
}
.contenedoranimacion {
	height: 0px;
	overflow: hidden;
	transition: height .3s linear 0s;
	box-sizing:border-box;
}
.calculaalturas {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#tapador {
	z-index: 150;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity:0;
	display: none;
}

#capamarco, #capamarco1 {
	z-index: 150;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: var(--fondoventanaavisos);	
	transform: scale(0);
	background-image:url(../imagenes/procesando.gif);
	background-attachment: fixed;
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 3em auto;
	transition: transform .5s ease-in 0s;
}


#capamarco iframe, .capasmarco iframe {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
/*ventana de avisos*/
#ventanaavisos, #ventanaaceptar {
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: var(--fondoventanaavisos);
	width: 100%;
	height: 100%;
	color: black;
	z-index: 152;	
	transform: scale(0);
	display: flex;
	justify-content:center;
	align-items:center;
	transition: transform .2s linear 0s;
}
#ventanaavisos div, #ventanaaceptar div {
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	padding: 1em;
}
#ventanaavisos h2, #ventanaaceptar h2 {
	color: var(--azulsaturado);
	background-color: transparent;
    font-size: 2em;
    text-decoration: underline;
    margin-bottom: .25em;
    text-align: center;
}
#ventanaavisos p, #ventanaaceptar p {
    color: var(--azuloscuro);
}
/* animaciones estandard*/


#cargaprevia {
	display: none;
}
.casiseminegrita {
    font-weight: 500;
}
.seminegrita {
    font-weight: 600;
}
.negrita, strong {
    font-weight: 800;
}
.normal {
    font-weight: 400;
}
.cursiva {
    font-style: italic;    
}
.ibarra {
    font-family: 'Ibarra Real Nova', serif;
    font-size: 1.3em;
}
.morado {
    color: var(--morado);
}
.verde {
    color: var(--verde);
}
.amarillo {
    color: var(--amarillo);
}
br.ocultar {
    display: none;
}
.subrayado {
    text-decoration: underline;
}
@media (max-width: 800px) {
    .anchonormal {
        margin-left: var(--margenmovil);
        margin-right: var(--margenmovil);
    }
    
}
@media (max-width: 500) {
    html {
        --margenmovil: .5rem;
        --rellenomovil: 1.5rem;
    }    
    
}
