@charset "UTF-8";*{margin:0;padding:0;outline:0;box-sizing:border-box;scroll-behavior:smooth}html{scroll-behavior:smooth;cursor:crosshair}@font-face{font-family:antton;src:url(../../assets/fonts/Anton-Regular.woff2) format("woff2"),url(../../assets/fonts/Anton-Regular.ttf) format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:poppins;src:url(../../assets/fonts/Poppins-Medium.woff2) format("woff2"),url(../../assets/fonts/Poppins-Medium.ttf) format("truetype");font-display:swap;font-weight:500;font-style:normal}.no_select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.si_select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.resaltado,.idioma_select{color:#5285c5!important}body{position:relative!important;max-width:100vw!important;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overscroll-behavior:none;background-color:#fff}body::-webkit-scrollbar{display:none}nav,header,main,footer,section,article{width:100%;max-width:2560px}#smooth-content,#smooth-wrapper{min-width:100vw;width:100vw;max-width:100vw}section,#smooth-content{position:relative;width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}section{row-gap:2.5rem;padding:4rem 0}@media only screen and (min-width: 800px){section{row-gap:3rem}}@media only screen and (min-width: 1400px){section{padding:5rem 0;row-gap:10rem}}a{text-decoration:none;cursor:pointer}b{color:#5285c5}ul{list-style:none}h1,h2,h3,h4,h5{font-family:poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell}h1{text-align:center;font-size:clamp(1.5rem,2vw,2.5rem);color:#fff}h1 span{color:#5285c5;font-size:clamp(1rem,4vw,5rem);letter-spacing:.3px;font-weight:600}h2{font-size:clamp(1.3rem,2vw,2.7rem);color:#092f64}h3{font-size:clamp(1.2rem,2vw,3rem);color:#5285c5}h4{font-size:clamp(1.1rem,2vw,1.3rem);font-weight:100;color:#272727}h5{color:#5285c5}a,p,span,input,textarea,th,td,label{font-family:poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell;color:#272727;letter-spacing:.5px;font-size:clamp(.8rem,1vw,1rem)}p{line-height:clamp(1.2rem,1.2vw,1.7rem)}input,textarea{border:none}textarea{width:100%;max-width:100%;min-width:100%}.boton{cursor:pointer;width:fit-content;background-color:#5285c5;color:#fff;text-align:center;border:1px solid #5285c5;padding:.9rem 3rem .8rem;font-size:clamp(.8rem,1vw,1rem);border-radius:4px;font-family:poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell;font-weight:500;text-transform:uppercase;letter-spacing:.8px;transition:.2s ease-in-out;-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out}.boton:hover{background-color:#fff;color:#5285c5;text-decoration:solid}.ripple{position:fixed;z-index:1000;width:0px;height:0px;-webkit-mask-image:url(../../assets/img/system/circle1.svg);mask-image:url(../../assets/img/system/circle1.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;backdrop-filter:invert(1);-webkit-backdrop-filter:invert(1)}@keyframes ripple-effect{to{width:150px;height:150px;opacity:.05;margin:-60px}}.cursor{position:fixed;width:15px;height:15px;border-radius:50%;transform-origin:center center;pointer-events:none;z-index:999999999;background:#fff;mix-blend-mode:difference}.grow,.grow-small{transition:transform .5s ease-in-out;transform:scale(4);background:#fff;border:none}.cookie_close{cursor:crosshair;width:25px;height:25px;background-color:#5285c5;border-radius:50%;position:absolute;display:flex;justify-content:center;align-items:center;top:7px;right:7px;opacity:1}.cookie_close span{pointer-events:none}.cookie_close span:nth-child(1){position:absolute;width:18px;height:2px;background-color:#e9f5ff;transform:rotate(0);-webkit-transform:rotate(0deg);transition:.2s}.cookie_close span:nth-child(2){position:absolute;width:18px;height:2px;background-color:#e9f5ff;transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transition:.2s}.cookie_close:hover span:nth-child(1){transform:rotate(45deg);-webkit-transform:rotate(45deg);transition:.2s;width:18px;height:2px}.cookie_close:hover span:nth-child(2){transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transition:.2s;width:18px;height:2px}.modal_terminos{position:fixed;z-index:4000;top:0;bottom:0;right:0;left:0;width:100vw;height:100vh;background-color:#272727;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px}.modal_terminos .menucaja{position:relative;z-index:4100;transform:translateY(57px);-webkit-transform:translateY(54px);width:100%;height:60px;max-width:1920px;border-top:3px solid #5285c5;border-left:3px solid #5285c5;border-right:3px solid #5285c5;border-radius:10px 10px 0 0;background:linear-gradient(0deg,#fff0,#fff0 10%,#fff);display:flex;justify-content:flex-end;align-items:center}.modal_terminos .caja{position:relative;width:100%;max-width:1920px;height:100%;background-color:#fff;border:3px solid #5285c5;border-radius:10px;padding:15px;overflow:scroll;display:flex;flex-direction:column;row-gap:15px;color:#272727}.modal_terminos .caja::-webkit-scrollbar{display:none}@media only screen and (min-width: 800px){.modal_terminos .caja{padding:30px}}@media only screen and (min-width: 1400px){.modal_terminos .caja{padding:80px}}.modal_terminos .caja h2{margin-top:20px;font-family:poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell;font-size:1.5rem;color:#5285c5}.modal_terminos .caja h3{margin-top:10px;font-family:poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell;font-size:1.2rem}.modal_terminos .caja p{font-family:poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell;color:#272727;font-size:1.1rem;line-height:1.4rem}.modal_terminos .caja ul{padding-left:30px;display:flex;flex-direction:column;row-gap:10px;margin-bottom:10px}.modal_terminos .caja ul li{font-family:poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell;font-size:1.1rem;line-height:1.4rem}.modal_terminos .caja table{border:hidden;border-spacing:0;margin-bottom:10px}.modal_terminos .caja table td{font-family:poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell;font-size:1rem;line-height:1.4rem;padding:5px}.modal_terminos .caja table td:nth-child(1){font-weight:700}.modal_terminos .caja table tr:nth-child(2n){background-color:#e9f5ff}#toggle{display:none}#toggleLabel{position:relative;z-index:110;width:35px;height:35px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;cursor:pointer;transition:.5s;-webkit-transition:.5s;-o-transition:.5s;-moz-transition:.5s}#toggleLabel span{width:100%;height:4px;border-radius:2px;backdrop-filter:invert(1);-webkit-backdrop-filter:invert(1);transition:all .25s ease-out;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-o-transition:all .25s ease-out;transform-origin:0 0;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0}#toggle:checked~nav #toggleLabel span:nth-child(3){transform:rotate(-45deg) translate(-1px);-webkit-transform:rotate(-45deg) translate(-1px,0px);-moz-transform:rotate(-45deg) translate(-1px,0px);-o-transform:rotate(-45deg) translate(-1px,0px)}#toggle:checked~nav #toggleLabel span:nth-child(2){transform:rotate(0) scale(.2);-webkit-transform:rotate(0deg) scale(.2,.2);-moz-transform:rotate(0deg) scale(.2,.2);-o-transform:rotate(0deg) scale(.2,.2);opacity:0}#toggle:checked~nav #toggleLabel span:nth-child(1){transform:rotate(45deg) translateY(-2px);-webkit-transform:rotate(45deg) translate(0px,-1px);-moz-transform:rotate(45deg) translate(0px,-2px);-o-transform:rotate(45deg) translate(0px,-2px)}#toggle:checked~nav .megamenu{display:flex;height:100vh;min-height:430px;opacity:1;pointer-events:initial;overflow:scroll}@media only screen and (min-width: 800px){#toggle:checked~nav .megamenu{height:85vh}}@media only screen and (min-width: 1400px){#toggle:checked~nav .megamenu{height:auto;overflow:visible}}nav{background-color:#272727;width:100%;height:8dvh;transition:height .2s ease;padding:.5rem 1rem;position:fixed;top:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (min-width: 800px){nav{padding:.5rem 2rem}}nav>:nth-child(1){width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}nav>:nth-child(1) .idiomas{position:relative;display:flex;flex-direction:column;row-gap:1.2rem;cursor:crosshair}nav>:nth-child(1) .idiomas ul{display:flex;flex-direction:row;column-gap:1rem}@media only screen and (min-width: 800px){nav>:nth-child(1) .idiomas ul{column-gap:2rem}}nav>:nth-child(1) .idiomas ul a{color:#e9f5ff}nav>:nth-child(1) .idiomas ul a:hover{color:#5285c5}nav>:nth-child(1) .logoPrimary{height:60%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:110}@media only screen and (min-width: 800px){nav>:nth-child(1) .logoPrimary{height:90%}}nav>:nth-child(1) .logoPrimary img{width:100%;height:100%;object-fit:contain}nav a,nav p,nav span{color:#fff}nav.is-scrolled{height:6dvh;background-color:#272727bf}.megamenu{position:absolute;width:100%;height:0vh;opacity:0;overflow:hidden;pointer-events:none;padding:6rem 1.5rem 4rem;transition:.4s;-webkit-transition:.4s;-o-transition:.4s;-moz-transition:.4s;background-color:#272727;top:0;display:none;flex-direction:row;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:clamp(2rem,2vw,5rem)}@media only screen and (min-width: 800px){.megamenu{top:8px;padding:4rem 1.5rem;width:98%;border-radius:2px}}@media only screen and (min-width: 1400px){.megamenu{top:100px;width:90%}}.megamenu::-webkit-scrollbar{display:none}.megamenu img{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.megamenu .col{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;row-gap:2rem}@media only screen and (min-width: 800px){.megamenu .col{width:45%}}@media only screen and (min-width: 1400px){.megamenu .col{width:30%;border-right:2px solid rgb(255,255,255)}}.megamenu .col>p{font-size:1.3rem;font-family:poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell;letter-spacing:2px}.megamenu .col>ul{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;row-gap:1rem}.megamenu .col>ul li{display:flex;flex-direction:column;row-gap:1rem}.megamenu .col>ul li>div{width:100%;display:flex;flex-direction:column;row-gap:1rem}@media only screen and (min-width: 800px){.megamenu .col>ul li>div{flex-direction:row;column-gap:2rem}}.megamenu .col>ul li a,.megamenu .col>ul li>span{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;column-gap:1rem;transition:.1s;-webkit-transition:.1s;-o-transition:.1s;-moz-transition:.1s}.megamenu .col>ul li a:hover,.megamenu .col>ul li>span:hover{filter:invert(56%) sepia(19%) saturate(5000%) hue-rotate(183deg) brightness(102%) contrast(101%);-webkit-filter:invert(56%) sepia(19%) saturate(5000%) hue-rotate(183deg) brightness(102%) contrast(101%)}.megamenu .col>ul li .linkReducido{width:100%}.megamenu .col>ul li .linkReducido>span{font-size:clamp(.7rem,1vw,1.1rem)}.megamenu .col>ul img{width:20px;filter:invert(1);-webkit-filter:invert(1)}.megamenu .col .boton{padding:.7rem 1.5rem .6rem;font-size:1rem;font-size:.9rem}.megamenu>:nth-child(1)>ul>li>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;column-gap:1rem;position:relative;cursor:crosshair;color:#fff}.megamenu>:nth-child(1)>ul>li>div:hover .submenu{width:100vw;padding:0 1rem;opacity:1;animation:aparecer ease-in;animation-duration:.4s;animation-iteration-count:1;-webkit-animation:aparecer ease-in;-webkit-animation-duration:.4s;-webkit-animation-iteration-count:1}@media only screen and (min-width: 800px){.megamenu>:nth-child(1)>ul>li>div:hover .submenu{width:400px}}@keyframes aparecer{0%{opacity:0}to{opacity:1}}.megamenu>:nth-child(1)>ul>li>div .submenu{position:absolute;z-index:110;top:1.5rem;left:-6rem;width:0;opacity:0;overflow:hidden}@media only screen and (min-width: 800px){.megamenu>:nth-child(1)>ul>li>div .submenu{top:-2rem;left:100%}}.megamenu>:nth-child(1)>ul>li>div .submenu ul{padding:2rem;border-radius:10px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background-color:#5b5b5b;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;row-gap:1rem}.megamenu>:nth-child(2){row-gap:2.5rem}.megamenu>:nth-child(2) .rrss{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;column-gap:3rem}.megamenu>:nth-child(2) .rrss img{width:2rem;transition:.1s;-webkit-transition:.1s;-o-transition:.1s;-moz-transition:.1s;filter:invert(1);-webkit-filter:invert(1)}.megamenu>:nth-child(2) .rrss img:hover{filter:invert(56%) sepia(19%) saturate(5000%) hue-rotate(183deg) brightness(102%) contrast(101%);-webkit-filter:invert(56%) sepia(19%) saturate(5000%) hue-rotate(183deg) brightness(102%) contrast(101%)}.megamenu>:nth-child(2)>:last-child{width:100%;position:relative;display:flex;justify-content:center}.megamenu>:nth-child(2)>:last-child>img{width:200px}.megamenu>:nth-child(3){border-right:none;height:auto}footer .megamenu{position:relative;display:flex;z-index:90;pointer-events:initial;height:100%;opacity:1;overflow:scroll;position:static;background-color:initial;padding:0 1.5rem}@media only screen and (min-width: 1400px){footer .megamenu{overflow:visible}}footer .megamenu::-webkit-scrollbar{display:none}footer .megamenu .idiomas{display:none}footer{position:relative;overflow:hidden;padding-top:15rem;padding-bottom:10rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;row-gap:10rem;background:#272727;background:linear-gradient(0deg,#5b5b5b,#272727)}footer a,footer p,footer span{color:#fff}footer .footerInfo01{display:flex;flex-direction:column;align-items:center;row-gap:10rem}footer .footerInfo01>img{width:20dvw;filter:invert(1)}footer .footerInfo01>div{display:flex;flex-direction:column;align-items:center;row-gap:2rem}footer .footerInfo01>div p{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:2rem}.moduleH1Type01{position:relative;z-index:10;width:100%;padding:1.5rem 0;background-color:#ffffffdb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:2rem}@media only screen and (min-width: 800px){.moduleH1Type01{padding:2rem 4rem;border-radius:25px;width:80%}}@media only screen and (min-width: 1400px){.moduleH1Type01{width:60%;max-width:1200px}}.moduleH1Type01 .moduleH1Type01-header,.moduleH1Type01>p{padding:0 1.5rem}@media only screen and (min-width: 800px){.moduleH1Type01 .moduleH1Type01-header,.moduleH1Type01>p{width:100%}}.moduleH1Type01 .moduleH1Type01-header{text-align:center}.moduleH1Type01>:nth-child(1){color:#5285c5}.moduleH1Type01>p{color:#272727}.moduleH1Type02{width:100%;padding:1.5rem 0;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:1.5rem}@media only screen and (min-width: 800px){.moduleH1Type02{padding:2rem 0;row-gap:2rem}}.moduleH1Type02 .moduleH1Type02-title,.moduleH1Type02 .moduleH1Type02-highlight,.moduleH1Type02 .moduleH1Type02-text{padding:0 1.5rem;max-width:1200px}@media only screen and (min-width: 1400px){.moduleH1Type02 .moduleH1Type02-title,.moduleH1Type02 .moduleH1Type02-highlight,.moduleH1Type02 .moduleH1Type02-text{padding:0}}.moduleH1Type02 .moduleH1Type02-title{color:#5285c5}.moduleH1Type02 .moduleH1Type02-highlight{color:#272727;font-family:poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell;font-weight:600}.moduleH1Type02 .moduleH1Type02-text{color:#5b5b5b;font-family:poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell}.moduleH1Type02 .moduleH1Type02-cta{display:flex;justify-content:center}.moduleH2Type01{width:100%;display:flex;justify-content:flex-start;align-items:center;column-gap:1.5rem;padding:0 1.5rem}@media only screen and (min-width: 1400px){.moduleH2Type01{width:80%;padding:initial}}.moduleH2Type01>span{width:50px;height:2px;background-color:#092f64}@media only screen and (min-width: 1400px){.moduleH2Type01>span{width:100px}}.moduleH2Type01 h2{font-size:clamp(1.2rem,3vw,2rem);font-weight:200}.moduleButtonType01{width:max-content;background-color:#272727;padding:.5rem .5rem .5rem 1rem;border-radius:30px;display:flex;align-items:center;column-gap:1rem;transition:.5s}.moduleButtonType01:hover>div>img{transform:rotate(0)}.moduleButtonType01:active{transform:scale(.95)}.moduleButtonType01>span{color:#fff}.moduleButtonType01>div{width:30px;height:30px;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center}.moduleButtonType01>div>img{width:20px;height:20px;object-fit:contain;transform:rotate(-45deg);filter:invert(0);transition:.2s}.moduleButtonType02{width:max-content;display:flex;align-items:center;column-gap:1rem;color:#5285c5}.moduleButtonType02:hover span{color:#272727}.moduleButtonType02:hover .art01-icon{background-color:#272727}.moduleButtonType02>span{color:#092f64;font-weight:100;transition:.3s}.moduleButtonType02 .moduleButtonType02-icon{width:15px;height:15px;border-radius:50%;-webkit-mask-image:url(../../assets/img/system/arrow-forward-outline.svg);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:url(../../assets/img/system/arrow-forward-outline.svg);mask-repeat:no-repeat;mask-position:center;mask-size:contain;background-color:#092f64;transition:.3s}.moduleImgType01{width:100%;height:100%;object-fit:contain}.art02{width:100%;display:flex;flex-direction:column;align-items:center;row-gap:2rem}@media only screen and (min-width: 800px){.art02{padding:4rem 0;width:80%}}.art02 .art02-header{width:100%;padding:0 1.5rem;display:flex;flex-direction:column;align-items:flex-start;row-gap:1rem}@media only screen and (min-width: 800px){.art02 .art02-header{padding:initial;width:80%}}@media only screen and (min-width: 1400px){.art02 .art02-header{padding:initial;width:60%;max-width:1200px;min-width:600px}}@media only screen and (min-width: 1400px){.art02 .art02-header{row-gap:3rem}}.art02 .art02-header>p{color:#272727}.art02>p{padding:0 1.5rem}@media only screen and (min-width: 800px){.art02>p{padding:initial;width:80%}}@media only screen and (min-width: 1400px){.art02>p{padding:initial;width:60%;max-width:1200px;min-width:600px}}.art02 .art02-cards{width:100%;height:calc(100% + 3rem);display:flex;flex-direction:column;row-gap:1.5rem}@media only screen and (min-width: 800px){.art02 .art02-cards{column-gap:2rem;flex-direction:row;flex-wrap:wrap;justify-content:space-between}}@media only screen and (min-width: 1400px){.art02 .art02-cards{width:80%;min-width:1200px;column-gap:3rem;padding-top:4rem}}.art02 .art02-cards>.art02-card{width:100%;padding:0 1.5rem;display:flex;flex-direction:column;row-gap:1.5rem;position:relative}@media only screen and (min-width: 800px){.art02 .art02-cards>.art02-card{padding:initial;width:46%}}@media only screen and (min-width: 1400px){.art02 .art02-cards>.art02-card{padding:initial;width:20%;row-gap:2rem}}.art02 .art02-cards>.art02-card>:nth-child(1){font-size:clamp(1rem,3vw,1.1rem);height:calc(clamp(1.3rem,3.3vw,1.3rem)*4);color:#5285c5;order:2;font-weight:lighter}.art02 .art02-cards>.art02-card>img{width:35%;height:initial;position:relative;left:50%;transform:translate(-50%);object-fit:contain;object-position:center;order:1}@media only screen and (min-width: 800px){.art02 .art02-cards>.art02-card>img{width:50%}}.art02 .art02-cards>.art02-card>h4{text-align:center}.art02 .art02-cards>.art02-card>p{order:3;margin-bottom:3rem}.art02 .art02-cards>.art02-card>a{order:4;position:absolute;bottom:0}.art12{position:relative;width:100%;background-color:#272727;padding:8rem .5rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;row-gap:3rem}@media only screen and (min-width: 800px){.art12{padding:7rem 4rem;row-gap:4rem}}@media only screen and (min-width: 1400px){.art12{padding:10rem 0;row-gap:5rem}}.art12>:nth-child(1){color:#5285c5}.art12 .art12-fichas{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));justify-items:stretch;align-items:stretch;gap:2rem}@media only screen and (min-width: 1400px){.art12 .art12-fichas{width:80%;margin:0 auto}}.art12 .art12-fichas .art12-ficha{position:relative;background-color:#ffffff13;width:100%;border-radius:1.5rem;padding:1.5rem;display:flex;flex-direction:column;row-gap:1rem;transition:1.5s;overflow:hidden}@media only screen and (min-width: 1400px){.art12 .art12-fichas .art12-ficha{padding:4rem}}.art12 .art12-fichas .art12-ficha:hover{transition:.1s;background-color:#fff}.art12 .art12-fichas .art12-ficha:hover>:not(img,div){color:#272727}.art12 .art12-fichas .art12-ficha:hover .fade-right{transition:1s;right:-20%;opacity:1}.art12 .art12-fichas .art12-ficha:hover .ficha-icon{filter:saturate(1) invert(0)}.art12 .art12-fichas .art12-ficha>:not(img,div){color:#fff;transition:.5s}.art12 .art12-fichas .art12-ficha>:not(img,div),.art12 .art12-fichas .art12-ficha .ficha-icon,.art12 .art12-fichas .art12-ficha a{z-index:1}.art12 .art12-fichas .art12-ficha .fade-right{height:100%;position:absolute;display:inline-block;opacity:0;z-index:0;right:-90%;top:0;transition:.1s}.art12 .art12-fichas .art12-ficha .fade-right:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to right,#fff 0%,#fff 20%,transparent 100%)}.art12 .art12-fichas .art12-ficha .fade-right .imgBack{display:block;height:100%;object-fit:cover}.art12 .art12-fichas .art12-ficha .ficha-icon{filter:saturate(0) invert(1);transition:.5s;width:250px;height:250px;object-fit:contain}.art12 .art12-fichas .art12-ficha>:nth-child(1){order:2;color:#5285c5}@media only screen and (min-width: 800px){.art12 .art12-fichas .art12-ficha>:nth-child(1){font-size:clamp(1rem,2vw,2rem);min-height:calc(clamp(1.2rem,2.5vw,2.5rem)*4)}}.art12 .art12-fichas .art12-ficha>:nth-child(2){order:1}.art12 .art12-fichas .art12-ficha>:nth-child(3){order:3}.art12 .art12-fichas .art12-ficha>:nth-child(4){order:4;margin-bottom:3rem}.art12 .art12-fichas .art12-ficha>:nth-child(5):is(a){order:5;position:absolute;bottom:1.5rem}.art12 .custom-shape-divider-top{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0;transform:translateY(-2px)}.art12 .custom-shape-divider-top svg{position:relative;display:block;width:calc(100% + 1.3px);height:59px}.art12 .custom-shape-divider-bottom{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg) translateY(-2px)}.art12 .custom-shape-divider-bottom svg{position:relative;display:block;width:calc(100% + 1.3px);height:59px}.liquidCaptcha{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;column-gap:0px;-webkit-column-gap:0px;-moz-column-gap:0px;-o-column-gap:0px}.liquidCaptcha input{max-width:127px}@media only screen and (min-width: 1400px){.liquidCaptcha input{max-width:250px}}.liquidCaptcha #solucion{display:none}.liquidCaptcha span{padding:0 4px;color:#272727}.liquidCaptcha p{width:95px;color:#272727}@media only screen and (min-width: 800px){.liquidCaptcha p{width:120px}}.moduleLoader01{display:none;z-index:100;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);--size: 100px;width:var(--size);height:var(--size)}:root{--cube-side: 2.75rem;--cube-side-half: calc(var(--cube-side) / 2)}.cube-wrapper{min-height:4rem}@keyframes rotate{0%{transform:rotateX(-37.5deg) rotateY(45deg);-webkit-transform:rotateX(-37.5deg) rotateY(45deg)}50%{transform:rotateX(-37.5deg) rotateY(405deg);-webkit-transform:rotateX(-37.5deg) rotateY(405deg)}to{transform:rotateX(-37.5deg) rotateY(405deg);-webkit-transform:rotateX(-37.5deg) rotateY(405deg)}}.cube,.cube *{position:absolute;width:var(--cube-side);height:var(--cube-side)}.sides{animation:rotate 3s ease infinite;animation-delay:.8s;-webkit-animation:rotate 3s ease infinite;-webkit-animation-delay:.8s;transform-style:preserve-3d;position:absolute;top:50%;left:50%;transform:rotateX(-37.5deg) rotateY(45deg);-webkit-transform:rotateX(-37.5deg) rotateY(45deg)}.sides>div{display:flex;justify-content:center;align-items:center;color:#fff;font-family:antton,Arial,Helvetica,sans-serif;font-size:1.5rem}.cube .sides *{box-sizing:border-box;background:#5285c5;border:.1rem solid white}.cube .sides .top{animation:top-animation 3s ease infinite;animation-delay:0ms;-webkit-animation:top-animation 3s ease infinite;-webkit-animation-delay:0ms;transform:rotateX(90deg) translateZ(var(--cube-side));-webkit-transform:rotateX(90deg) translateZ(var(--cube-side));animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;transform-origin:50% 50%}@keyframes top-animation{0%{opacity:1;transform:rotateX(90deg) translateZ(var(--cube-side));-webkit-transform:rotateX(90deg) translateZ(var(--cube-side))}20%{opacity:1;transform:rotateX(90deg) translateZ(var(--cube-side-half));-webkit-transform:rotateX(90deg) translateZ(var(--cube-side-half))}70%{opacity:1;transform:rotateX(90deg) translateZ(var(--cube-side-half));-webkit-transform:rotateX(90deg) translateZ(var(--cube-side-half))}90%{opacity:1;transform:rotateX(90deg) translateZ(var(--cube-side));-webkit-transform:rotateX(90deg) translateZ(var(--cube-side))}to{opacity:1;transform:rotateX(90deg) translateZ(var(--cube-side));-webkit-transform:rotateX(90deg) translateZ(var(--cube-side))}}.cube .sides .bottom{animation:bottom-animation 3s ease infinite;animation-delay:0ms;-webkit-animation:bottom-animation 3s ease infinite;-webkit-animation-delay:0ms;transform:rotateX(-90deg) translateZ(var(--cube-side));-webkit-transform:rotateX(-90deg) translateZ(var(--cube-side));animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;transform-origin:50% 50%}@keyframes bottom-animation{0%{opacity:1;transform:rotateX(-90deg) translateZ(var(--cube-side));-webkit-transform:rotateX(-90deg) translateZ(var(--cube-side))}20%{opacity:1;transform:rotateX(-90deg) translateZ(var(--cube-side-half));-webkit-transform:rotateX(-90deg) translateZ(var(--cube-side-half))}70%{opacity:1;transform:rotateX(-90deg) translateZ(var(--cube-side-half));-webkit-transform:rotateX(-90deg) translateZ(var(--cube-side-half))}90%{opacity:1;transform:rotateX(-90deg) translateZ(var(--cube-side));-webkit-transform:rotateX(-90deg) translateZ(var(--cube-side))}to{opacity:1;transform:rotateX(-90deg) translateZ(var(--cube-side));-webkit-transform:rotateX(-90deg) translateZ(var(--cube-side))}}.cube .sides .front{animation:front-animation 3s ease infinite;animation-delay:.1s;-webkit-animation:front-animation 3s ease infinite;-webkit-animation-delay:.1s;transform:rotateY(0) translateZ(var(--cube-side));-webkit-transform:rotateY(0deg) translateZ(var(--cube-side));animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;transform-origin:50% 50%}@keyframes front-animation{0%{opacity:1;transform:rotateY(0) translateZ(var(--cube-side));-webkit-transform:rotateY(0deg) translateZ(var(--cube-side))}20%{opacity:1;transform:rotateY(0) translateZ(var(--cube-side-half));-webkit-transform:rotateY(0deg) translateZ(var(--cube-side-half))}70%{opacity:1;transform:rotateY(0) translateZ(var(--cube-side-half));-webkit-transform:rotateY(0deg) translateZ(var(--cube-side-half))}90%{opacity:1;transform:rotateY(0) translateZ(var(--cube-side));-webkit-transform:rotateY(0deg) translateZ(var(--cube-side))}to{opacity:1;transform:rotateY(0) translateZ(var(--cube-side));-webkit-transform:rotateY(0deg) translateZ(var(--cube-side))}}.cube .sides .back{animation:back-animation 3s ease infinite;animation-delay:.1s;-webkit-animation:back-animation 3s ease infinite;-webkit-animation-delay:.1s;transform:rotateY(-180deg) translateZ(var(--cube-side));-webkit-transform:rotateY(-180deg) translateZ(var(--cube-side));animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;transform-origin:50% 50%}@keyframes back-animation{0%{opacity:1;transform:rotateY(-180deg) translateZ(var(--cube-side));-webkit-transform:rotateY(-180deg) translateZ(var(--cube-side))}20%{opacity:1;transform:rotateY(-180deg) translateZ(var(--cube-side-half));-webkit-transform:rotateY(-180deg) translateZ(var(--cube-side-half))}70%{opacity:1;transform:rotateY(-180deg) translateZ(var(--cube-side-half));-webkit-transform:rotateY(-180deg) translateZ(var(--cube-side-half))}90%{opacity:1;transform:rotateY(-180deg) translateZ(var(--cube-side));-webkit-transform:rotateY(-180deg) translateZ(var(--cube-side))}to{opacity:1;transform:rotateY(-180deg) translateZ(var(--cube-side));-webkit-transform:rotateY(-180deg) translateZ(var(--cube-side))}}.cube .sides .left{animation:left-animation 3s ease infinite;animation-delay:.1s;-webkit-animation:left-animation 3s ease infinite;-webkit-animation-delay:.1s;transform:rotateY(-90deg) translateZ(var(--cube-side));-webkit-transform:rotateY(-90deg) translateZ(var(--cube-side));animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;transform-origin:50% 50%}@keyframes left-animation{0%{opacity:1;transform:rotateY(-90deg) translateZ(var(--cube-side));-webkit-transform:rotateY(-90deg) translateZ(var(--cube-side))}20%{opacity:1;transform:rotateY(-90deg) translateZ(var(--cube-side-half));-webkit-transform:rotateY(-90deg) translateZ(var(--cube-side-half))}70%{opacity:1;transform:rotateY(-90deg) translateZ(var(--cube-side-half));-webkit-transform:rotateY(-90deg) translateZ(var(--cube-side-half))}90%{opacity:1;transform:rotateY(-90deg) translateZ(var(--cube-side));-webkit-transform:rotateY(-90deg) translateZ(var(--cube-side))}to{opacity:1;transform:rotateY(-90deg) translateZ(var(--cube-side));-webkit-transform:rotateY(-90deg) translateZ(var(--cube-side))}}.cube .sides .right{animation:right-animation 3s ease infinite;animation-delay:.1s;-webkit-animation:right-animation 3s ease infinite;-webkit-animation-delay:.1s;transform:rotateY(90deg) translateZ(var(--cube-side));-webkit-transform:rotateY(90deg) translateZ(var(--cube-side));animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;transform-origin:50% 50%}@keyframes right-animation{0%{opacity:1;transform:rotateY(90deg) translateZ(var(--cube-side));-webkit-transform:rotateY(90deg) translateZ(var(--cube-side))}20%{opacity:1;transform:rotateY(90deg) translateZ(var(--cube-side-half));-webkit-transform:rotateY(90deg) translateZ(var(--cube-side-half))}70%{opacity:1;transform:rotateY(90deg) translateZ(var(--cube-side-half));-webkit-transform:rotateY(90deg) translateZ(var(--cube-side-half))}90%{opacity:1;transform:rotateY(90deg) translateZ(var(--cube-side));-webkit-transform:rotateY(90deg) translateZ(var(--cube-side))}to{opacity:1;transform:rotateY(90deg) translateZ(var(--cube-side));-webkit-transform:rotateY(90deg) translateZ(var(--cube-side))}}.artForm01{width:100%;padding:4rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;row-gap:1rem}@media only screen and (min-width: 800px){.artForm01{row-gap:3rem;padding:6rem}}.artForm01 .artForm01-grid{width:100%;display:grid;row-gap:2rem;grid-template-rows:auto;grid-template-columns:1fr;grid-template-areas:"area01" "area02" "area03" "area04" "area05" "area06"}@media only screen and (min-width: 800px){.artForm01 .artForm01-grid{width:90%;column-gap:clamp(4rem,5vw,10rem);grid-template-rows:auto;grid-template-columns:auto;grid-template-areas:"area01 area04" "area02 area05" "area02 area05" "area03 area06" "area03 area06" "area03 area06" "area03 area06"}}@media only screen and (min-width: 1400px){.artForm01 .artForm01-grid{width:80%}}.artForm01 .artForm01-grid .grid1{grid-area:area01}.artForm01 .artForm01-grid .grid2{grid-area:area02}.artForm01 .artForm01-grid .grid3{grid-area:area03}.artForm01 .artForm01-grid .grid4{grid-area:area04}.artForm01 .artForm01-grid .grid5{grid-area:area05}.artForm01 .artForm01-grid .grid6{grid-area:area06}.artForm01 .artForm01-grid #form01{display:flex;flex-direction:column;justify-content:space-between;row-gap:.5rem}.artForm01 .artForm01-grid #form01>p{padding-top:1rem}.artForm01 .artForm01-grid #form01 .passwordContainer{width:100%;position:relative}.artForm01 .artForm01-grid #form01 .passwordContainer .showPassword{position:absolute;right:5px;top:50%;transform:translateY(-50%);width:35px;filter:opacity(.3)}.artForm01 .artForm01-grid #form01 .labelPass{position:absolute;top:0;left:0;transform:translateY(-30px);color:#fff}.artForm01 .artForm01-grid #form01 input::placeholder,.artForm01 .artForm01-grid #form01 textarea::placeholder{font-family:poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell;color:#fff}.artForm01 .artForm01-grid #form01 .campo:-webkit-autofill,.artForm01 .artForm01-grid #form01 .campo:-webkit-autofill:hover,.artForm01 .artForm01-grid #form01 .campo:-webkit-autofill:focus{box-shadow:0 0 0 1000px #e9f5ff inset;-webkit-box-shadow:0 0 0px 1000px #E9F5FF inset;-webkit-text-fill-color:#272727;-moz-box-shadow:0 0 0px 1000px #E9F5FF inset;-moz-text-fill-color:#272727;-o-box-shadow:0 0 0px 1000px #E9F5FF inset;-o-text-fill-color:#272727}.artForm01 .artForm01-grid #form01 .campo{width:100%;padding:6px;box-sizing:border-box;font-family:poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell;font-size:clamp(.9rem,5vw,1.1rem);color:#272727;border:none;border-radius:4px;background-color:#e9f5ff;caret-color:#272727}@media only screen and (min-width: 800px){.artForm01 .artForm01-grid #form01 .campo{padding:8px}}.artForm01 .artForm01-grid #form01 input[type=submit]{position:relative;left:50%;transform:translate(-50%)}.artForm01 .artForm01-grid #form01 textarea{min-width:100%;max-width:0;width:100px;min-height:100px;max-height:200px}.artForm01 .artForm01-grid #form01 .terminos{display:flex;justify-content:flex-start;align-items:center;gap:20px;color:#272727;font-family:poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell;font-size:1rem;text-underline-offset:3px;margin:1rem 0}.artForm01 .artForm01-grid #form01 .terminos input[type=checkbox]{width:30px;height:30px;margin-left:12px;accent-color:#5285c5}.artForm01 .artForm01-grid #form01 .terminos input[type=checkbox]:hover{cursor:crosshair}.artForm01 .artForm01-grid #form01 .terminos span,.artForm01 .artForm01-grid #form01 .terminos a{color:#272727;text-decoration:underline;cursor:crosshair;font-size:.7rem}@media only screen and (min-width: 1400px){.artForm01 .artForm01-grid #form01 .terminos span,.artForm01 .artForm01-grid #form01 .terminos a{font-size:initial}}.artForm01 .artForm01-grid #form01 .terminos span:hover,.artForm01 .artForm01-grid #form01 .terminos a:hover{color:#5285c5}.artForm01 .artForm01-grid #form01 .boton{margin-top:1rem}.artForm01 .artForm01-grid #form01 input:focus-visible,.artForm01 .artForm01-grid #form01 textarea:focus-visible{outline:2px solid #272727}.artForm01 .artForm01-grid #enviado{z-index:100;max-height:724px;display:none;flex-direction:column;align-items:center;justify-content:center}.artForm01 .artForm01-grid #enviado .caja{width:90%;display:flex;flex-direction:column;align-items:center;row-gap:20px}.artForm01 .artForm01-grid #enviado img{height:50px;opacity:1;left:inherit;transform:inherit;-webkit-transform:inherit;-moz-transform:inherit;-o-transform:inherit;position:relative;filter:invert(56%) sepia(19%) saturate(5000%) hue-rotate(183deg) brightness(102%) contrast(101%);-webkit-filter:invert(56%) sepia(19%) saturate(5000%) hue-rotate(183deg) brightness(102%) contrast(101%)}.artForm01 .artForm01-grid #datos{display:flex;flex-direction:column;justify-content:space-between;row-gap:2rem}.artForm01 .artForm01-grid #datos ul{width:100%;display:flex;flex-direction:column;justify-content:flex-start;row-gap:1rem}@media only screen and (min-width: 1400px){.artForm01 .artForm01-grid #datos ul{padding:0 4rem}}.artForm01 .artForm01-grid #datos ul li{width:100%}.artForm01 .artForm01-grid #datos ul li,.artForm01 .artForm01-grid #datos ul li a{display:flex;align-items:center;column-gap:.5rem}@media only screen and (min-width: 800px){.artForm01 .artForm01-grid #datos ul li,.artForm01 .artForm01-grid #datos ul li a{column-gap:2rem}}.artForm01 .artForm01-grid #datos ul li a img{width:2rem;filter:invert(56%) sepia(19%) saturate(5000%) hue-rotate(183deg) brightness(102%) contrast(101%);-webkit-filter:invert(56%) sepia(19%) saturate(5000%) hue-rotate(183deg) brightness(102%) contrast(101%);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.artForm01 .artForm01-grid #datos iframe{width:100%}.artSlider01{width:100%;display:flex;flex-direction:column;gap:1.75rem;padding:0 1.5rem}@media only screen and (min-width: 1400px){.artSlider01{padding:initial;width:80%}}.artSlider01 .artSlider01-head{display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem}@media only screen and (min-width: 800px){.artSlider01 .artSlider01-head{padding:initial}}.artSlider01 .artSlider01-head>:nth-child(1):not(a){font-size:.75rem;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:#5285c5;border-left:2px solid #5285c5;padding-left:.7rem}.artSlider01 .artSlider01-head .view-more{font-size:.9rem;color:#5b5b5b;transition:color .15s ease}.artSlider01 .artSlider01-head .view-more:hover{color:#5285c5}.artSlider01 .artSlider01-track{position:relative;display:flex;width:100%;height:100%;overflow:hidden;scroll-behavior:smooth}.artSlider01 .artSlider01-track .artSlider01-card{position:absolute;top:0;right:0;bottom:0;left:0;width:50%;min-width:50%;height:max-content;padding:.5rem;display:flex;flex-direction:column;gap:.8rem}@media only screen and (min-width: 800px){.artSlider01 .artSlider01-track .artSlider01-card{width:25%;min-width:25%;padding:1rem}}.artSlider01 .artSlider01-track .artSlider01-card img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:.8rem}.artSlider01 .artSlider01-track .artSlider01-card .meta,.artSlider01 .artSlider01-track .artSlider01-card .tags{font-size:.7rem;color:#7f7f7f}.artSlider01 .artSlider01-track .artSlider01-card .read-more{color:#5285c5}.artSlider01 .artSlider01-nav{display:flex;justify-content:center;gap:1rem}.artSlider01 .artSlider01-nav button{width:36px;height:36px;border-radius:50%;border:none;background:#fff;box-shadow:0 0 0 1px #f6f6f6 inset;display:grid;place-content:center;cursor:pointer;transition:background .15s}.artSlider01 .artSlider01-nav button svg{stroke:#272727}.artSlider01 .artSlider01-nav button:hover{background:#20335e67}.error{color:#dd7676;font-size:1rem;font-family:poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell}header .moduleButtonType01_00_classVar{background-color:#5285c5}.artForm01_99_classVar .artForm01-grid #form01 input::placeholder,.artForm01_99_classVar .artForm01-grid #form01 textarea::placeholder{color:#95bee6}.art01{width:100%;display:flex;flex-direction:column;gap:1rem;align-items:center}@media only screen and (min-width: 800px){.art01{flex-direction:row;justify-content:space-between;align-items:stretch;padding:1.5rem}}@media only screen and (min-width: 1400px){.art01{width:80%;padding:initial}}.art01 .art01-text{width:100%;display:flex;flex-direction:column;row-gap:2rem;padding:1.5rem}@media only screen and (min-width: 800px){.art01 .art01-text{padding:initial}}@media only screen and (min-width: 1400px){.art01 .art01-text{width:49%;row-gap:2rem}}.art01 .art01-text>p{color:#7f7f7f}.art01 .art01-text>span{width:90%;border-top:1.5px solid #7f7f7f}.art01 .art01-text .art01-cards{width:100%;height:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}@media only screen and (min-width: 800px){.art01 .art01-text .art01-cards{row-gap:4rem;column-gap:2rem}}.art01 .art01-text .art01-cards .art01-card{position:relative;width:100%;height:calc(100% + 3rem);display:flex;flex-direction:column;row-gap:1rem}@media only screen and (min-width: 800px){.art01 .art01-text .art01-cards .art01-card{width:45%}}.art01 .art01-text .art01-cards .art01-card>img{width:35px;display:flex;justify-content:center;align-items:center;filter:opacity(.8)}.art01 .art01-text .art01-cards .art01-card>:nth-child(2){font-size:clamp(1.1rem,2vw,1.5rem);color:#5285c5;min-height:calc(clamp(1.4rem,2.2vw,1.8rem)*3)}.art01 .art01-text .art01-cards .art01-card p{font-size:.9em}.art01 .art01-text .art01-cards .art01-card>:nth-last-child(1):is(a){position:absolute;bottom:0}.art01 .art01-img{width:100%;height:40dvh;position:relative;overflow:hidden;padding:1.5rem}@media only screen and (min-width: 800px){.art01 .art01-img{width:49%;height:initial;border-radius:2.1rem;padding:initial}}.art01 .art01-img>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.art16{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;row-gap:2rem;padding:1.5rem}.art16 .art16-parallax{width:100%;position:relative;overflow:hidden;height:50vh}.art16 .art16-parallax .bg{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center;will-change:transform}.art16 .art16-parallax h3{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;padding:4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:1rem;text-align:center}.art16 .art16-parallax h3>:nth-child(2){font-size:9vw}@media only screen and (min-width: 1400px){.art16 .art16-parallax h3>:nth-child(2){font-size:clamp(5rem,10vw,7rem)}}.art16 .art16-parallax h3>span{color:#fff}.art16>p{max-width:1200px;margin:2rem auto}.art16 .art16-cta{width:100%;display:flex;justify-content:center}header{padding:10vh 1.5rem 0}@media only screen and (min-width: 800px){header{padding:20vh 1.5rem 0}}header h1{color:#5b5b5b}.art01_00_classVar h2{color:#5285c5;font-size:clamp(.8rem,2vw,1.5rem)}.art01_00_classVar .art01-img>img{object-fit:contain}.art01_00_classVar .art01-text .art01-cards .art01-card{height:auto}.art16_00_classVar{padding-bottom:10rem}
