@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Quicksand:wght@300..700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Love+Ya+Like+A+Sister&display=swap');html{scroll-behavior:auto !important}body{background-color:white;font-family:"Noticia Text"}body a{text-decoration:none;color:black}body .sortme a{font-size:0.75rem}body .sortme .cab{border-bottom:1px dotted #ccc}body .sortme .cab.activo{background-color:#eeffce}body .sortme .item{padding:0 0 0.25rem 0}body .sortme .sortme .sortme .item{padding-left:0.65rem}body .sortme button[data-toggle-div]{background-color:antiquewhite;display:inline-block;width:1rem;height:1rem}body .sortme .handle{cursor:move}body .fila-toggle{background-color:#ffffff;margin-bottom:1.5rem}body ul{list-style-type:none;padding:0;margin:0}body li{padding:0;margin:0}body .show-dest{border:2px solid greenyellow}body .show-dest .sortme{min-height:100px}body .dump-texto-raw{background-color:beige;padding:1rem}body .dump-texto-raw *{outline:1px dashed orange}body .dump-texto-raw img{border:2px solid blue}body .dump-texto-raw a{border:2px solid green}body.front{display:flex;flex-direction:column;--wbox:180px;--color1:#97b8bc}body.front header{position:fixed;top:0px;left:0px;z-index:1000;width:100%;height:100vh;text-align:center}body.front header.scrolled{z-index:0}body.front header .inner{height:100%;padding:3vw;display:flex;flex-direction:column;align-items:center}body.front header nav{margin:3vw 0;background-color:var(--color1)}body.front header nav a{padding:0 1rem}body.front header .wr_box{height:var(--wbox)}body.front header #box{position:absolute;width:var(--wbox);height:var(--wbox)}body.front header #box svg{position:absolute;top:0px;left:0px;width:100%;height:100%;transform:translateX(-50%)}body.front header .claim{background-color:var(--color1)}body.front header .social{padding:4rem 0 0 0}body.front main{position:relative;z-index:1}body.front .intro{display:flex;align-items:flex-end;justify-content:center}body.front .intro .title{position:relative;top:0px;left:0px;z-index:2;font-family:'Love Ya Like A Sister';font-size:10rem;background-color:transparent;color:white;display:flex;align-items:center}body.front .intro .overlay{position:absolute;top:0px;left:0px;z-index:1;width:100%;height:100%;background-color:black;opacity:0.28}body.front .intro img{position:absolute;top:0px;left:0px;z-index:0;width:100%;height:100%;object-fit:cover;background-position:center center}body.front .damero{}body.front .damero>*{margin-bottom:1.5rem}body.front .damero .inner{width:100%;position:relative();overflow:hidden;border:1px solid #eee;display:flex;flex-direction:column;justify-content:flex-start;text-align:center;border-radius:1rem}body.front .damero .inner span{display:block;padding:0.5rem}body.front .damero .inner span:first-child{background-color:#ebebeb;height:4rem;display:flex;align-items:center;justify-content:center}body.front .damero .inner span.img{padding:0;aspect-ratio:1.7777777778;overflow:hidden;position:relative}body.front .damero img{position:absolute;top:0px;left:0px;width:100%;height:100%;object-fit:cover;object-position:center top}body.front .damero .stick-top-left{position:fixed !important;top:0 !important;left:0 !important;width:100% !important;height:100vh !important;z-index:10}body.front .wr_damero{container-type:inline-size;container-name:damero}@container damero (width>1600px){body.front .damero{--cols: 5;display:grid;grid-template-columns:repeat(var(--cols), 1fr);gap:1.5rem}}@container damero (width>1400px) and (width <= 1600px){body.front .damero{--cols: 4;display:grid;grid-template-columns:repeat(var(--cols), minmax(0, 1fr));gap:1.5rem;justify-content:center;padding:0 2rem}}@container damero (width>992px) and (width <= 1400px){body.front .damero{--cols: 3;display:grid;grid-template-columns:repeat(var(--cols), minmax(0, 1fr));gap:1.5rem;justify-content:center}}@container damero (width>576px) and (width <= 992px){body.front .damero{--cols: 2;display:grid;grid-template-columns:repeat(var(--cols), minmax(0, 1fr));gap:1.5rem;justify-content:center}}@container damero (width <= 576px){body.front .damero{display:flex;flex-direction:column;gap:1.5rem}}body.front .item-damero{width:100%}body.front #catalogo{background-color:white;text-align:center}body.front #catalogo h2{margin:auto;padding:2rem}body.front section{min-height:100vh}body.front section h3{color:#777}body.front section .cab{position:sticky;top:0px;background-color:white;display:flex;justify-content:center;padding:2rem 0}body.front section .portada{display:flex;flex-direction:column;align-items:center}body.front section .ficha{max-width:1200px;margin:auto;border-radius:2rem;margin-top:4rem;background-color:white}body.front section .ficha_menu{display:flex;justify-content:center;position:sticky;top:100px;background-color:white;padding-bottom:2rem}body.front section .ficha_items{text-align:center;padding:3rem}body.front section .ficha_items>div a{background-color:yellow}body.front section .ficha_items>div h2{padding:2rem 0}body.front #difusion h2{margin:auto;text-align:center}body.front #difusion h2:first-child{margin-bottom:3rem}body.front #difusion .row{max-height:20vh;overflow:hidden;margin-bottom:2rem}body.front #difusion .row h2{display:none}body.front .fixed-bottom{display:flex;justify-content:center}body.front .fixed-bottom [data-scrolltotop]{width:5rem;height:5rem;aspect-ratio:1;border-radius:50%;border:0;position:relative;background-color:transparent}body.front .fixed-bottom [data-scrolltotop] svg{position:absolute;width:100%;height:100%;transform:translate(-50%, -50%)}body.admin{padding-top:4.5rem}body.admin #selector-cats ul li li{padding-left:1rem}.flexy{display:flex}.fww{flex-wrap:wrap}.jcc{justify-content:center}.jcsb{justify-content:space-between}.aic{align-items:center}.jcfe{justify-content:flex-end}.bg-color-0{background-color:#393b79}.bg-color-1{background-color:#5254a3}.bg-color-2{background-color:#6b6ecf}.bg-color-3{background-color:#9c9ede}.bg-color-4{background-color:#637939}.bg-color-5{background-color:#8ca252}.bg-color-6{background-color:#b5cf6b}.bg-color-7{background-color:#cedb9c}.bg-color-8{background-color:#8c6d31}.bg-color-9{background-color:#bd9e39}.bg-color-10{background-color:#e7ba52}.bg-color-11{background-color:#e7cb94}.bg-color-12{background-color:#843c39}.bg-color-13{background-color:#ad494a}.bg-color-14{background-color:#d6616b}.bg-color-15{background-color:#e7969c}.bg-color-16{background-color:#7b4173}.bg-color-17{background-color:#a55194}.bg-color-18{background-color:#ce6dbd}.bg-color-19{background-color:#de9ed6}.font-color-0{color:#393b79}.font-color-1{color:#5254a3}.font-color-2{color:#6b6ecf}.font-color-3{color:#9c9ede}.font-color-4{color:#637939}.font-color-5{color:#8ca252}.font-color-6{color:#b5cf6b}.font-color-7{color:#cedb9c}.font-color-8{color:#8c6d31}.font-color-9{color:#bd9e39}.font-color-10{color:#e7ba52}.font-color-11{color:#e7cb94}.font-color-12{color:#843c39}.font-color-13{color:#ad494a}.font-color-14{color:#d6616b}.font-color-15{color:#e7969c}.font-color-16{color:#7b4173}.font-color-17{color:#a55194}.font-color-18{color:#ce6dbd}.font-color-19{color:#de9ed6}body.proximamente{background-color:bisque;container-type:inline-size;container-name:layout-proximamente}body.proximamente main{width:100%;height:100vh}body.proximamente .inner{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}body.proximamente .wr_box{width:20vw;height:20vw}body.proximamente p{padding:0;margin:0;text-align:center;line-height:170%}body.proximamente p:first-child{font-size:110%;font-weight:bold;margin-top:1rem}body.proximamente svg .circulo{fill:#7da8ae}body.proximamente svg .letragriega path{fill:#97b8bc}@container layout-proximamente (min-width: 992px){main{background-color:aliceblue}}