<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Setting fade transition and default settings */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html, body {height: 100vh; scroll-behavior: smooth; padding:0 !important; margin:0 !important;}

body {color: #494C4A; background-color: #DEDCD3; transition: background-color 1s ease; scroll-behavior: smooth; font-family: 'Poppins', sans-serif;}

h1 {width:100%; height:auto; font-family: 'Unbounded', cursive; font-size: clamp(2.5rem, 5vh, 3.5rem); color:#494C4A; margin:0; padding-bottom:3rem;}
h3 {width:50%; height:auto; font-family: 'Unbounded', cursive; font-size: clamp(2.5rem, 5vh, 3.5rem); color:#494C4A; margin:0; padding-bottom:3rem;}

p {font-size: 1.25rem; max-width: 100%; padding:0 0 2rem 0; margin:0; color: #494C4A;}
a {color: #494C4A; text-decoration:none;}

.aviso { display:none !important; width:100%;  height:100%; max-width:100%; min-height:100vh; padding: 0; margin:0; position:absolute;  z-index:99999999999; background-color:black;}
.aviso h1 {font-size:1.3rem; font-weight:500; line-height:1rem; color:white; width:600px; height:100vh; margin: 0 auto; display:flex; flex-direction:column; justify-content:center; align-items:center;}

.header {width:100%; height:140px; position:fixed !important; top:0; left:0; margin:0; padding:0; background-color:#DEDCD3; z-index:9999999;}
#hide-header {transition: all .5s ease!important;}
.contenido-header {width:80%; height:140px; padding:0; margin:0 auto; display:flex; justify-content:space-between;}
.contenido {width:80%; min-height:140px; padding:0; margin:0 auto;}

.renglon {width:100%; padding:0; margin-bottom:6rem !important; display:flex; justify-content:space-between;}
.centro {width:100%; padding:0; margin:6rem 0rem !important; display:flex; justify-content:center;}
.columna {width:48%!important; margin:0; padding:0; float:left;}
.columna img {width:100%;}
.reversa {flex-direction:row;}
.orden {flex-direction:column-reverse;}
.logo {width:200px; height:min-content; position:relative; top:4rem;}
.nav {width:340px; height:min-content; position:relative; top:5rem; z-index:100;  display:flex; justify-content:space-between;}
.nav a {width:auto; height:auto; font-size:1.15rem; margin:0; padding:0; font-family: 'Poppins', sans-serif; text-decoration:none;}
.nav a:hover, .nav a.active {color:black;}

#estudio {scroll-margin-top: 140px;}
#trabajo {scroll-margin-top: 140px;}
#contacto {scroll-margin-top: 140px; margin-bottom:0; padding:0;}


.panel {
  min-height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  margin:0;
  padding: 0 0 8rem 0 !important; 
}

.no-padding {padding-bottom:0rem !important; }

/* colours */
.color-estudio {background-color: #D2D5C5;}
.color-trabajo {background-color: #BEC2AA;}
.color-contacto {background-color: #A9AE8F;}

.left{transform: translateX(-200px); opacity: 0;}
.right{transform: translateX(200px); opacity: 0;}
.fade-in {opacity: 0;}
.activo{transform: translateX(0); opacity: 1; transition: transform 0.7s, opacity 0.7s;}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-in {
  animation: fade-in 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-in {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* styling for demo, can ignore */

.clientes {width:100% !important; display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; columns:4; column-gap:8rem; row-gap:4rem;}
.clientes img {width:100% !important;}

.filtros {width:40%; margin:3rem auto 5rem auto; padding:0; display:flex; justify-content:space-around;}
.filtros a, .filtros span {text-decoration:none; text-transform:uppercase; font-size:1rem; font-weight:500;}
.filtros a:hover, .filtros a.active {color:black;}

.trabajo {width:100% !important; display:grid; grid-template-columns:1fr 1fr 1fr; columns:3; column-gap:3rem; row-gap:5rem;}
.trabajo a {text-decoration: none; padding:0; margin:0; float:left; transition: 250ms;}
.trabajo a img:hover {filter: grayscale(90%);}
.trabajo img {width:100%;}

.trabajo h2 {width:100%; height:auto; font-family: 'Unbounded', cursive; font-size: clamp(1.25rem, 5vh, 1.5rem); color:#494C4A; margin:1rem 0; padding:0;}
.trabajo b {width:100%; height:auto; margin:0; padding:0; font-size:1.25rem; font-weight:600; text-transform: uppercase;}
.trabajo p {width:100%; height:auto; margin:0; padding:0; font-size:1.25rem; font-weight:400; text-transform: uppercase;}

.show{
     display: block;
     animation: animate 300ms ;
}

@keyframes animate {
    0%{
        transform: scale(0.6);
    }
    100%{
        transform: scale(1);
    }
}


.hide{
    display: none;
}
.contenido ul {list-style:none; margin:0; padding: 0 0 5% 0; width:100%; height:auto; columns:2 !important; text-align:left;}
.contenido ul li {font-size: 1.5rem; max-width: 100%; padding:0; margin:0; color: #494C4A; font-weight:500;}

.liga {width:auto; min-width:100px; height:auto; padding:0.75rem 2rem; margin:0; text-align:center; font-size:1.25rem; font-weight:500; background:transparent; color:#494C4A; border: 2px solid #494C4A; text-transform:uppercase; border-radius:50px;}
.liga:hover {background-color:#494C4A; color:white;}

.correo {width:30%; height:auto; display:flex; justify-content:center;}
.correo a {width:auto; height:auto; color:#494C4A; font-size:1.25rem; font-weight:500; text-decoration:underline; margin:0; padding-top:1rem;}

.redes {width:20%; height:auto; display:flex; justify-content:space-between; float:right;}
.redes a {width:25px; height:auto; text-decoration:none; margin:0; padding-top:1rem;}
.redes a:hover {color:black;}
.redes a img {width:100%;}

.forma {width:100%; display:grid; grid-template-columns: 1fr 1fr; columns:2; gap:1rem;}
.formab {width:100%; height:auto;}
.forma2 {width:100%;}
input[type='text'], [type='email'], select, textarea {background:none; color:#494C4A; border:0;}
.forma input, .forma select, .forma textarea {widht:100%; margin-bottom:3rem; height:auto; text-transform: uppercase; font-family: 'Poppins', sans-serif;}
.forma select {border:none; outline:none; font-family: 'Poppins', sans-serif; background-color:transparent;}
::placeholder {color:#494C4A;}
select::-ms-expand {display:none;}
.form-control {font-family: 'Poppins', sans-serif; display:block; width:100%; height:37px; padding: 6px 0px; margin-bottom:2rem; font-size:1.25rem; line-height: 1.45; border-bottom: 2px solid #494C4A !important; border-radius: 0px;}
.form-control:focus {border-bottom: 1px solid black !important; outline: 0;}


label {width:100%; color:#494C4A; font-size:1.25rem; font-weight:400; margin-bottom:6px; float:left; text-transform: uppercase;}
textarea {width:100%; height:150px; padding:0; margin-bottom:1.5rem; font-size:1.25rem; line-height: 1.5rem; border: 1px solid #494C4A;}

.container-btn {width:100%; display:flex; justify-content:space-between; padding:2rem 0;}
.contact2-form-btn {width:auto; min-width:200px; height:auto; padding:0.75rem 2rem; margin:0; text-align:center; font-size:1.25rem; font-weight:500; background:transparent; color:#494C4A; border: 2px solid #494C4A; text-transform:uppercase; border-radius:50px;}
.contact2-form-btn:hover {background-color:#494C4A; color:white; cursor:pointer;}

@media (max-width:48em) {
	
h1 {width:100%; height:auto; font-family: 'Unbounded', cursive; font-size: clamp(2rem, 3vw, 3.5rem); color:#494C4A; margin:0; padding-bottom:2rem;}
h3 {width:70%; height:auto; font-family: 'Unbounded', cursive; font-size: clamp(2rem, 3vw, 3.5rem); color:#494C4A; margin:0; padding-bottom:2rem;}

p {font-size: 1.10rem; max-width: 100%; padding:0 0 2rem 0; margin:0; color: #494C4A; float:left;}
a {color: #494C4A; text-decoration:none;}

.header {width:100%; height:160px; position:fixed !important; top:0; left:0; margin:0; padding:0; z-index:999; }

.contenido-header {width:90%; height:160px; padding:0; margin:0 auto !important; display:flex; flex-direction:column; align-items:center; justify-content:center;}
.contenido {width:90%; min-height:120px; padding:0; margin:0 auto;}

.renglon {width:100%; padding:0; margin-bottom:6rem !important; display:flex; flex-direction:column; justify-content:center; float:left;}
.centro {width:100%; padding:0; margin:6rem 0rem !important; display:flex; justify-content:center;}
.columna {width:100%!important; margin:0; padding:0; display:flex; flex-direction:column; justify-content:center;}
.columna img {width:100%;}
.espacio {margin-bottom: 2rem !important;}
.reversa {flex-direction:column-reverse;}
.logo {width:200px!important; height:min-content; position:relative; top:0rem; z-index:50;}
.nav {width:100%; height:min-content; position:relative; top:1.5rem; z-index:100;  display:flex; justify-content:space-between;}
.nav a {width:auto; height:auto; font-size:1.10rem; margin:0; padding:0; font-family: 'Poppins', sans-serif; text-decoration:none;}
.nav a:hover, .nav a.active {color:black;}

#estudio {scroll-margin-top: 200px;}
#trabajo {scroll-margin-top: 200px;}
#contacto {scroll-margin-top: 200px;}

.clientes {width:100% !important; display:grid; grid-template-columns: 1fr 1fr 1fr; columns:3; column-gap:0rem; row-gap:0rem;}
.clientes img {width:100% !important;}

.filtros {width:100%; height:auto; margin:2rem auto; padding:0; display:flex; flex-wrap:wrap; justify-content:space-between;}
.filtros a, .filtros span {text-decoration:none; text-transform:uppercase; font-size:0.9rem; font-weight:500; padding:0.25rem 0;}
.filtros a:hover, .filtros a.active {color:black;}

.trabajo {width:100% !important; display:grid; grid-template-columns:1fr 1fr; columns:2;}
.trabajo a {text-decoration: none; padding:0; margin:0; float:left;}
.trabajo a img:hover {filter: grayscale(90%);}
.trabajo img {width:100%;}

.trabajo h2 {width:100%; height:auto; font-family:'Unbounded', cursive; font-size: clamp(1.25rem, 3vw, 1.5rem); color:#494C4A; margin:1rem 0; padding:0;}
.trabajo h5 {width:100%; height:auto; font-family:'Unbounded', cursive; font-size: clamp(1.25rem, 3vw, 1.5rem); color:#494C4A; margin:1rem 0; padding:0;}
.trabajo p {width:100; height:auto; margin:0; padding:0; font-size:1rem; font-weight:400; text-transform: uppercase;}

.liga {width:auto; min-width:50px; height:auto; padding:0.5rem 1rem; margin:0; text-align:center; font-size:0.85rem; font-weight:500; background:transparent; color:#494C4A; border: 2px solid #494C4A; text-transform:uppercase; border-radius:50px;}
.liga:hover {background-color:#494C4A; color:white;}

.correo {width:80%; height:auto; margin:0 auto; display:flex; justify-content:center;}
.correo a {width:auto; height:auto; color:#494C4A; font-size:1.15rem; font-weight:500; text-decoration:underline; margin:0; padding-top:1rem;}

.redes {width:100%; height:auto; margin:0 auto; display:flex; justify-content:space-between; float:right;}
.redes a {width:25px; height:auto; text-decoration:none; margin:0; padding-top:3rem;}
.redes a:hover {color:black;}
.redes a img {width:100%;}

.forma {width:100%; display:grid; grid-template-columns: 1fr; columns:1; gap:0rem;}
.forma2 {width:100%;}
.foto {display:none;}
input[type='text'], [type='email'], select, textarea {background:none; color:#494C4A; border:none;}
.forma input, .forma select, .forma textarea {widht:100%; margin-bottom:3rem; height:auto; font-size:1.15rem;  text-transform: uppercase; font-family: 'Poppins', sans-serif;}
.forma select {border:none; outline:none; font-family: 'Poppins', sans-serif;}
::placeholder {color:#494C4A;}
select::-ms-expand {display:none;}
.form-control {font-family: 'Poppins', sans-serif; display:block; width:100%; height:37px; padding: 6px 0px; margin-bottom:2rem; font-size:1.15rem; line-height: 1.45; border-bottom: 2px solid #494C4A !important; border-radius: 0px;}
.form-control:focus {border-bottom: 1px solid black !important; outline: 0;}


label {width:100%; color:#494C4A; font-size:1.15rem; font-weight:400; margin-bottom:6px; float:left;}
textarea {width:100%; height:150px; padding:0; margin-bottom:1.5rem; font-size:1.15rem; line-height: 1.5rem; border: 1px solid #494C4A;}

.container-btn {width:100%; display:flex; justify-content:space-between; padding:2rem 0;}
.contact2-form-btn {width:auto; min-width:80px; height:auto; padding:0.5rem 1rem; margin:0; text-align:center; font-size:0.85rem; font-weight:500; background:transparent; color:#494C4A; border: 2px solid #494C4A; text-transform:uppercase; border-radius:25px;}
.contact2-form-btn:hover {background-color:#494C4A; color:white; cursor:pointer;}

}



@media (max-width:35em) {
	
h1 {width:100%; height:auto; font-family: 'Unbounded', cursive; font-size: clamp(2rem, 3vw, 3.5rem); color:#494C4A; margin:0; padding-bottom:2rem;}
h3 {width:70%; height:auto; font-family: 'Unbounded', cursive; font-size: clamp(2rem, 3vw, 3.5rem); color:#494C4A; margin:0; padding-bottom:2rem;}

p {font-size: 1.10rem; max-width: 100%; padding:0 0 2rem 0; margin:0; color: #494C4A; float:left;}
a {color: #494C4A; text-decoration:none;}

.header {width:100%; height:160px; position:fixed !important; top:0; left:0; margin:0; padding:0; z-index:999; }

.contenido-header {width:90%; height:160px; padding:0; margin:0 auto !important; display:flex; flex-direction:column; align-items:center; justify-content:center;}
.contenido {width:90%; min-height:120px; padding:0; margin:0 auto;}

.renglon {width:100%; padding:0; margin-bottom:6rem !important; display:flex; flex-direction:column; justify-content:center; float:left;}
.centro {width:100%; padding:0; margin:6rem 0rem !important; display:flex; justify-content:center;}
.columna {width:100%!important; margin:0; padding:0; display:flex; flex-direction:column; justify-content:center;}
.columna img {width:100%;}
.espacio {margin-bottom:2rem !important;}
.reversa {flex-direction:column-reverse;}
.logo {width:200px!important; height:min-content; position:relative; top:0rem; z-index:50;}
.nav {width:100%; height:min-content; position:relative; top:1.5rem; z-index:100;  display:flex; justify-content:space-between;}
.nav a {width:auto; height:auto; font-size:1.10rem; margin:0; padding:0; font-family: 'Poppins', sans-serif; text-decoration:none;}
.nav a:hover, .nav a.active {color:black;}

#estudio {scroll-margin-top: 200px;}
#trabajo {scroll-margin-top: 200px;}
#contacto {scroll-margin-top: 200px;}

.clientes {width:100% !important; display:grid; grid-template-columns: 1fr 1fr; columns:2; column-gap:0rem; row-gap:0rem;}
.clientes img {width:100% !important;}

.filtros {width:100%; height:auto; margin:2rem auto; padding:0; display:flex; flex-wrap:wrap; justify-content:space-between;}
.filtros a, .filtros span {text-decoration:none; text-transform:uppercase; font-size:0.9rem; font-weight:500; padding:0.25rem 0;}
.filtros a:hover, .filtros a.active {color:black;}

.trabajo {width:100% !important; display:grid; grid-template-columns:1fr; columns:1;}
.trabajo a {text-decoration: none; padding:0; margin:0; float:left;}
.trabajo a img:hover {filter: grayscale(90%);}
.trabajo img {width:100%;}

.trabajo h2 {width:100%; height:auto; font-family:'Unbounded', cursive; font-size: clamp(1.25rem, 3vw, 1.5rem); color:#494C4A; margin:1rem 0; padding:0;}
.trabajo p {width:100; height:auto; margin:0; padding:0; font-size:1rem; font-weight:400; text-transform: uppercase;}

.liga {width:auto; min-width:50px; height:auto; padding:0.5rem 1rem; margin:0; text-align:center; font-size:0.85rem; font-weight:500; background:transparent; color:#494C4A; border: 2px solid #494C4A; text-transform:uppercase; border-radius:50px;}
.liga:hover {background-color:#494C4A; color:white;}

.correo {width:80%; height:auto; margin:0 auto; display:flex; justify-content:center;}
.correo a {width:auto; height:auto; color:#494C4A; font-size:1.15rem; font-weight:500; text-decoration:underline; margin:0; padding-top:1rem;}

.redes {width:100%; height:auto; margin:0 auto; display:flex; justify-content:space-between; float:right;}
.redes a {width:25px; height:auto; text-decoration:none; margin:0; padding-top:3rem;}
.redes a:hover {color:black;}
.redes a img {width:100%;}

.forma {width:100%; display:grid; grid-template-columns: 1fr; columns:1; gap:0rem;}
.forma2 {width:100%;}
.foto {display:none;}
input[type='text'], [type='email'], select, textarea {background:none; color:#494C4A; border:none;}
.forma input, .forma select, .forma textarea {widht:100%; margin-bottom:3rem; height:auto; font-size:1.15rem;  text-transform: uppercase; font-family: 'Poppins', sans-serif;}
.forma select {border:none; outline:none; font-family: 'Poppins', sans-serif;}
::placeholder {color:#494C4A;}
select::-ms-expand {display:none;}
.form-control {font-family: 'Poppins', sans-serif; display:block; width:100%; height:37px; padding: 6px 0px; margin-bottom:2rem; font-size:1.15rem; line-height: 1.45; border-bottom: 2px solid #494C4A !important; border-radius: 0px;}
.form-control:focus {border-bottom: 1px solid black !important; outline: 0;}


label {width:100%; color:#494C4A; font-size:1.15rem; font-weight:400; margin-bottom:6px; float:left;}
textarea {width:100%; height:150px; padding:0; margin-bottom:1.5rem; font-size:1.15rem; line-height: 1.5rem; border: 1px solid #494C4A;}

.container-btn {width:100%; display:flex; justify-content:space-between; padding:2rem 0;}
.contact2-form-btn {width:auto; min-width:80px; height:auto; padding:0.5rem 1rem; margin:0; text-align:center; font-size:0.85rem; font-weight:500; background:transparent; color:#494C4A; border: 2px solid #494C4A; text-transform:uppercase; border-radius:25px;}
.contact2-form-btn:hover {background-color:#494C4A; color:white; cursor:pointer;}

}

@media only screen and (orientation:landscape) and (max-width:992px){.aviso {display:block !important; width:100%; height:100% !important;} .header {display:none !important;} #home, #estudio, #trabajo, #contacto {display:none !important;}}</pre></body></html>