@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");*{margin:0;padding:0;font-family:Josefin Sans,sans-serif;box-sizing:border-box}html{font-size:62.5%}@media (max-width:768px){html{font-size:56.25%}}@media (max-width:576px){html{font-size:50%}}body{background-image:url(../images/Fondoruido.png)}.container{display:grid;grid-template-columns:1fr repeat(8,minmax(min-content,16rem)) 1fr;grid-template-rows:repeat(4,min-content)}.introduccion{grid-column:1/-1;grid-row:2/3;padding-bottom:15rem;background-color:rgba(51,51,51,.3);position:relative;width:100%;height:85vh}.introduccion img{width:inherit;height:inherit;object-fit:cover}.introduccion-contexto{position:absolute;top:0;left:0;width:inherit;height:inherit;margin:0 auto}.introduccion-contexto-texto{background-color:hsla(0,0%,55%,.8);position:absolute;bottom:6rem;left:6rem;max-width:40rem;padding:5rem}.introduccion-contexto-texto h2{font-size:3rem;color:#43ed00;text-align:center;padding-bottom:1rem;font-family:Roboto Condensed,sans-serif}.introduccion-contexto-texto p{text-align:center;font-size:2.5rem;padding-bottom:4rem;color:#f2f0f1}header{grid-column:1/-1;grid-row:1/2;display:grid;grid-template-columns:minmax(10rem,1fr) repeat(7,minmax(min-content,16rem)) minmax(10rem,1fr);grid-template-rows:repeat(3,min-content);grid-gap:2rem;background-color:#8b8b8b}.trabajos{grid-column:2/-2;grid-row:3/4;background:linear-gradient(270deg,hsla(0,0%,55%,.7),#575757 15%,#333 30%,#333 70%,#575757 85%,hsla(0,0%,55%,.7));padding-bottom:2rem}.trabajos-titulo{font-size:3rem;color:#43ed00;text-align:center;font-family:Roboto Condensed,sans-serif;font-size:4.5rem;padding:2rem}.trabajos-izq{display:flex;flex-flow:row wrap;justify-content:space-evenly;align-items:center;gap:0}.trabajos-izq img{width:auto;height:40rem;border-radius:1rem}.trabajos-izq .trabajos-contexto{height:auto;width:60rem}.trabajos-izq .trabajos-contexto-titulo{font-size:3rem;color:#43ed00;text-align:center}.trabajos-izq .trabajos-contexto-sub{font-size:2.5rem;color:#f2f0f1}.trabajos-der{display:flex;flex-flow:row wrap;justify-content:space-evenly;align-items:center;gap:0}.trabajos-der img{width:auto;height:40rem;border-radius:1rem}.trabajos-der .trabajos-contexto{height:auto;width:60rem}.trabajos-der .trabajos-contexto-titulo{font-size:3rem;color:#43ed00;text-align:center}.trabajos-der .trabajos-contexto-sub{font-size:2.5rem;color:#f2f0f1}.exposicion{grid-column:1/-1;grid-row:4/5;background-color:rgba(51,51,51,.3)}.exposicion .titulo{width:100%;margin:auto 0}.exposicion .titulo h2{font-size:3rem;color:#43ed00;text-align:center;font-size:4.5rem;font-family:Roboto Condensed,sans-serif}.exposicion .carrusel{margin:0 auto;padding:20px 0;max-width:118rem;overflow:hidden;display:flex;flex:0 0 100%}.exposicion .carrusel-grupo{display:flex;gap:1.25rem;padding-right:1.25rem;will-change:transform;animation:a 10s linear infinite}.exposicion .carrusel-tarjeta{width:100%;color:#f2f0f1;background-color:hsla(0,0%,55%,.3);border-radius:1.5rem;padding:1.25rem;font-size:3rem;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:0;min-height:12.5rem;box-shadow:5px 5px 20px 0 rgba(0,0,0,.1)}.exposicion .carrusel-tarjeta img{width:44rem;height:auto}@keyframes a{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.footer{grid-column:1/-1;grid-row:5/6;background-color:#8b8b8b;display:grid;grid-template-columns:1fr repeat(7,minmax(min-content,16rem)) 1fr;grid-template-rows:repeat(3,min-content);grid-gap:2rem}.footer-info-izq{grid-column:1/2;grid-row:1/4;padding-left:5rem;display:flex;flex-flow:column wrap;justify-content:center;align-items:none;gap:0}.footer-info-izq h2{font-size:3rem;color:#43ed00;padding-bottom:1rem}.footer-info-izq ul{list-style-type:none}.footer-info-izq li{font-size:1.8rem}.footer-info-der{grid-column:9/10;grid-row:1/4;display:flex;flex-flow:column wrap;justify-content:center;align-items:none;gap:0;text-align:right;padding-right:5rem}.footer-info-der h2{font-size:3rem;color:#43ed00;padding-bottom:1rem}.footer-info-der ul{list-style-type:none}.footer-info-der li{font-size:1.8rem}.footer-registro{grid-column:3/8;grid-row:1/4;display:flex;flex-flow:column wrap;justify-content:center;align-items:none;gap:0}.footer-registro h2{font-size:3rem;color:#43ed00;text-align:center;padding-bottom:1rem;padding-top:1rem}.footer-registro .footer-sup{grid-row:1/2;grid-column:3/8;padding-bottom:1rem;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;gap:0}.footer-registro .footer-sup input{padding:1rem;font-size:1.6rem;border-radius:.5rem}.footer-registro .footer-inf{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:0;padding-bottom:1rem}.footer-registro .footer-inf button{width:50%;padding:1rem;background-color:#333;color:#f2f0f1;font-size:1.6rem;border-radius:.5rem}.footer-registro .footer-inf button:hover{background-color:#43ed00;color:#333}@media (max-width:530px){.footer .footer{grid-template-columns:1fr 2fr 1fr;grid-template-rows:auto;gap:1rem;padding:1rem}.footer .footer-info-izq{grid-column:1/2;grid-row:1;text-align:left;padding-left:0}.footer .footer-registro{grid-column:2/3;grid-row:1;text-align:center}.footer .footer-registro .footer-inf,.footer .footer-registro .footer-sup{flex-direction:column;gap:.5rem}.footer .footer-registro .footer-inf button,.footer .footer-registro .footer-sup input{width:100%}.footer .footer-info-der{grid-column:3/4;grid-row:1;text-align:right;padding-right:0}}@media (max-width:529px) and (min-width:361px){.footer .footer{grid-column:1/-1;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:1rem;padding:1rem}.footer .footer-info-izq{grid-column:1/2;grid-row:1;text-align:left;padding-left:0}.footer .footer-info-der{grid-column:9/10;grid-row:1;text-align:right;padding-right:0}.footer .footer-registro{grid-column:4/8;grid-row:1;text-align:center}.footer .footer-registro .footer-inf,.footer .footer-registro .footer-sup{flex-direction:column;gap:.5rem}.footer .footer-registro .footer-inf button,.footer .footer-registro .footer-sup input{width:100%}}@media (max-width:360px){.footer .footer{grid-template-columns:1fr;grid-template-rows:auto;gap:1.5rem}.footer .footer-info-der,.footer .footer-info-izq,.footer .footer-registro{grid-column:1/-1;grid-row:auto;text-align:center;padding:0 1rem}.footer .footer-registro .footer-inf,.footer .footer-registro .footer-sup{flex-direction:column;gap:.5rem}.footer .footer-registro .footer-inf button,.footer .footer-registro .footer-sup input{width:100%}.footer .footer-info-der ul,.footer .footer-info-izq ul{padding-left:0}}.logo{grid-column:1/2;grid-row:1/3;align-items:left;padding-left:2rem;padding-top:2rem}.logo img{height:auto;width:13rem}.titulo{grid-column:1/-1;grid-row:2/3}.titulo-rotulo{text-align:center;font-size:6rem;font-family:Roboto Condensed,sans-serif;letter-spacing:.4rem;color:#f2f0f1}@media (max-width:992px){.titulo-rotulo{font-size:3rem}}@media (max-width:768px){.titulo-rotulo{font-size:2.5rem}}.nav{grid-column:6/-1;grid-row:1/2;padding-top:2rem}.nav-lista{display:flex;flex-flow:row wrap;justify-content:space-evenly;align-items:center;gap:0}.nav-item{list-style-type:none}.nav-link{text-decoration:none;font-size:2.5rem;color:#333}.nav-link:hover{color:#43ed00}