<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CURRICULUM VITAE PARALLAX SCROLLING
   Hoja de estilos
   Autora: Raquel Pont
*****************************************************************/


/* Reset global
   v2.0 | 20110126
   License: none (public domain)
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Estilos bÃ¡sicos
*****************************************************************/
body { 
	background-color: #0c0307; 
	font-size: 1em; 
}

h1 {
	padding: 2rem;
}

h2 {
	font-family: 'Amatic SC', cursive;
	font-size: 2.5rem;
	font-weight: bolder;
	color: #f9ecf2;
	margin: 1rem;
	padding-top: 3rem;
}

h3 {
	text-align: center;
	font-family: 'Amatic SC', cursive;
	font-size: 1.5rem;
	font-weight: bolder;
	color: #f9ecf2;
	margin: 1rem;
}


/* Estilos de secciones
*****************************************************************/
#fondo { 
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

#fondo img {
	width: 100%;
}

#luna { 
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -2;
}

#luna img {
	width: 100%;
	opacity: 0.8;
}

#estrellas { 
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -3;
}

#estrellas img {
	width: 100%;
	opacity: 0.2;
}


#logo {
	text-align: center;
	font-family: 'Chewy', cursive;
	font-size: 7rem;
	text-shadow: 0 0 15px #bf4080;
}

#subtitulo {
	font-family: 'Architects Daughter', cursive;
	font-size: 2.5rem;
}


/*ConfiguraciÃ³n del contenido*/
.contenido {
	padding: 0;
  	margin: 0;
  	display: flex;
  	flex-direction: column;
  	flex-wrap: nowrap;
  	justify-content: center;
  	align-items: center;
  	align-content: center;
  	position: absolute;
  	z-index: 4;
}


/*MENÃš PEGAJOSO*/
#menusticky ul {
	right: 0;
	padding: 0;
	margin-top: 15vh;
    list-style-type: none;
    position: fixed; 
    overflow: auto;
}

#menusticky li a {
    display: block;
    text-decoration: none;
    height: 3vh;
    width: 3vh;
    margin: 1rem 0;
}

#menusticky li a:hover,  #menusticky li a:active {
    background-color: #f9ecf2;
    border-radius: 2px;
}

#menusticky li a img {
	width: 100%;
	height: auto;
}


article {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

/*PRESENTACIÃ“N*/
#presentacion article {
	margin: 0 auto;
	padding: 1rem;
	border-radius: 10px;
	min-width: 320px; 
	max-width: 800px;
	color: #e1d0de;
	font-family: 'Architects Daughter', cursive;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.4);
}

#presentacion article p {
	padding-top: 1rem;
}

/*FORMACIÃ“N ACADÃ‰MICA*/
.flip-container {
	margin: 1rem;
}

.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 200px;
	height: 200px;
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front, .back {
	display: flex;
	flex-direction: column;
  	flex-wrap: nowrap;
  	justify-content: center;
  	align-items: center;
  	align-content: center;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	background-color: #895881;
	border-radius: 10px;
	color: #f9ecf2;
	text-align: center;
	font-family: 'Architects Daughter', cursive;
	font-size: 1.1rem;
}

.front {
	z-index: 2;
	transform: rotateY(0deg);
}

.front p, .back p {
	padding: 1rem;
}

.back {
	transform: rotateY(180deg);
}


/*CONOCIMIENTOS*/
figcaption {
	font-family: 'Amatic SC', cursive;
	color:  #f9ecf2;
	text-align: center;
	font-size: 1.5rem;
}

#conocimientos {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.4);
	margin: 2rem;
	border: 1px solid #f9ecf2;
}

#conocimientos h2 {
	margin-top: -1rem;
}

#conocimientos h3 {
	font-family: 'Amatic SC', cursive;
	color:  #f9ecf2;
	text-align: center;
	font-size: 1.8rem;
}

#conocimientos article, {
	margin: 1.5rem;
}

#conocimientos figure {
	margin: 1.5rem;
	padding-bottom: 1rem;
}

#conocimientos svg {
  transform: rotate(-90deg);
}

#conocimientos circle {
  fill: transparent;
  stroke: #993366;
  stroke-width: 30;
}

#conocimientos svg:hover {
  -webkit-filter: drop-shadow( 0 0 5px #bf4080);
  -moz-filter: drop-shadow( 0 0 5px #bf4080);
  filter: drop-shadow( 0 0 5px #bf4080 );
}

#etologia { stroke-dasharray: 175 189; }
#genetica { stroke-dasharray: 150 189; }
#veterinaria { stroke-dasharray: 130 189; }
#java { stroke-dasharray: 120 189; }
#php { stroke-dasharray: 90 189; }
#javascript { stroke-dasharray: 100 189; }


/*EXPERIENCIA LABORAL*/
.main { 
	margin: 0 auto;
	min-width: 320px; 
	max-width: 800px;
	border-bottom: 1px solid #e1d0de;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
}

.content { 
	text-align: left;
}

.content &gt; div {
	display: none; 
	padding: 2rem 2rem 1rem;
	color: #e1d0de;
	font-family: 'Architects Daughter', cursive;
	line-height: 1.5rem;
}

.content p {
	padding-top: 0.5rem;
}
 
.main input {
	display: none;
}

label {
	display: inline-block; 
	padding: 15px 25px; 
	font-weight: 600; 
	text-align: center;
	font-family: 'Architects Daughter', cursive;
	color: #f9ecf2;
}

label:hover {
	color: #f9ecf2;
	cursor: pointer;
}

input:checked + label {
	border-top: 1px solid #f9ecf2;
	border-left: 1px solid #f9ecf2;
	border-right: 1px solid #f9ecf2;
	color: #f9ecf2;
}
 
   #tab1:checked ~ .content #content1,
   #tab2:checked ~ .content #content2,
   #tab3:checked ~ .content #content3,
   #tab4:checked ~ .content #content4 {
     	display: block;
   }

/*CONTACTO*/
.contacto{
	width: 450px;
	height: 450px;
    border: 1px solid #f9ecf2;
    background-color: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
}

.contacto input {
	border: 1px solid #f9ecf2;
    background-color: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	width: 200px;
	height: 30px;
}

.contacto textarea {
	border: 1px solid #f9ecf2;
    background-color: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	width: 250px;
}

#boton {
	font-family: 'Architects Daughter', cursive;
	color: #f9ecf2;
	border-radius: 10px;
	width: 100px;
	height: 30px;
	margin-right: 3rem;
}</pre></body></html>