@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css);body,textarea{margin:0;font-family:"Open Sans","Roboto",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}html{font-size:100%}.title{text-transform:uppercase;font-weight:700;display:flex;justify-content:center;margin:0;text-align:center}.title--red{color:#ff4544}.title--gray{color:#707070}.title--x-small{font-size:1.5rem}.title--small{font-size:2.5rem}.title--medium{font-size:3.75rem}.title--x-medium{font-size:2.1875rem}.title--large{font-size:5rem;padding-top:4%}.title--large__mobile{font-size:3rem;padding-top:4%}.button{border:1px solid transparent;padding:.375rem .75rem;border-radius:.25rem;font-size:1rem;line-height:1.5;background-color:initial;color:#212529}.button--blue{color:#fff;background-color:#69b4ca;border-color:#69b4ca}.button--darkblue{color:#fff;background-color:#119eef;border-color:#119eef;border-radius:5px}@media (min-width:768px) and (max-width:1200px){html{font-size:80%}.button{font-size:1.7rem}}@media screen and (max-width:767px){html{font-size:55%}.button{font-size:1.7rem}}@media screen and (max-width:400px){html{font-size:50%}.button{font-size:1.7rem}}.burger-menu{display:none;justify-self:end;align-self:center;width:3.5rem;height:2.5rem;position:relative;transition:.5s ease-in-out}.burger-menu span{display:block;position:absolute;width:100%;left:0;height:.3125rem;background:#fff;padding:0;border-radius:5px;transition:.25s ease-in-out}.burger-menu span:first-child{top:0}.burger-menu span:nth-child(2),.burger-menu span:nth-child(3){top:1.25rem}.burger-menu span:nth-child(4),.burger-menu span:nth-child(5){top:2.5rem}.burger-menu--open span:first-child{top:1.25rem;width:0;left:50%}.burger-menu--open span:nth-child(2){transform:rotate(45deg)}.burger-menu--open span:nth-child(3){transform:rotate(-45deg)}.burger-menu--open span:nth-child(4),.burger-menu--open span:nth-child(5){top:1.25rem;width:0;left:50%}.menu-list{list-style:none;display:flex;flex-direction:row wrap;padding:0;justify-items:center}.menu-list li{align-self:center;border-radius:5px}.menu-list li a{position:relative;text-align:center;font-family:"Open Sans","Roboto",sans-serif;text-decoration:none;font-weight:700;margin:0 20px}.header__menu .menu-list li a{color:#fff}.header__menu--positive .menu-list li a{color:#000}.menu-list li a:after{position:absolute;bottom:7px;left:0;width:100%;height:3px;content:"";opacity:0;transition:opacity .3s ease 0s,transform .3s ease 0s;transform:translateY(20px)}.header__menu .menu-list li a:after{background-color:#fff}.header__menu--positive .menu-list li a:after{background-color:#000}.menu-list li a:hover:after{opacity:1;transform:translateY(15px)}.menu-list li a:hover{font-size:1.1rem}.menu-list__submenu{list-style:none;position:absolute;display:none;width:13%;background-color:#0082ca;opacity:.8;margin-left:0%px}.menu-list__submenu p a{display:grid;grid-template:auto/auto;padding:15px}.menu-list li:hover .menu-list__submenu{display:grid}.menu-list__logo{display:flex;font-weight:700}@media screen and (max-width:1066px){.menu-list{grid-template:1fr/repeat(5,minmax(auto,200px))}.menu-list__logo{font-weight:700}.menu-list li:hover .menu-list__submenu{display:inline-table;margin-left:2%}.menu-list__submenu{list-style:none;position:absolute;display:none;width:13%;background-color:#0082ca;opacity:.8}}@media screen and (max-width:1011px){.header--positive .menu-list li a{color:#fff}.menu-list{grid-template:repeat(5,minmax(50px,1fr))/1fr;display:none;justify-items:normal}.menu-list li a{font-size:2rem;color:#fff}.header__menu--positive .menu-list li a:after{background-color:#fff}.menu-list li a:hover{font-size:2.5rem}.menu-list__logo{font-weight:700;font-size:2rem}}@media (min-width:700px) and (max-width:770px){.menu-list__submenu{list-style:none;position:absolute;display:none;width:39%;background-color:#0082ca;opacity:.8;margin-left:0%px}.menu-list li:hover .menu-list__submenu{display:inline-table;margin-left:2%;font-size:.1rem}}@media (min-width:1023px) and (max-width:1024px){.menu-list li:hover .menu-list__submenu{display:inline-table;margin-left:-9%;margin-top:3%}}@media (min-width:319px) and (max-width:320px){.menu-list li:hover .menu-list__submenu{display:inline-table;margin-left:1%;font-size:.1rem}}.static-header{display:flex;flex-direction:row;justify-content:center;background-color:#0082ca;margin:0 auto}.static-header-menulist{display:flex;flex-direction:row;padding:0;grid-gap:2px;gap:2px;list-style:none;color:#fff}.static-header-hidden{display:none}.static-header-menulist a{text-decoration:none;font-weight:700;color:#fff;margin-right:30px}@media screen and (max-width:900px){.static-header{display:grid;grid-template:1fr/95%;height:50px;background-color:#0082ca}.static-header-menulist{grid-template:1fr 1fr/1fr 1fr;justify-self:center;padding:0;grid-column-gap:10px;column-gap:10px}.static-header-menulist-FontAwesomeIcon,.static-header-menulist a{padding-top:16px;padding-bottom:16px}.static-header-menulist a{font-size:12px}.phone{grid-row:2/3;justify-self:center}.phoneIcon{grid-column:2/3}.downloadVoucherIcon,.phoneIcon{justify-self:center;align-self:flex-end}.downloadVoucherIcon{grid-column:1/2}.downloadVoucher{justify-self:center;grid-row:2/3}}.header{position:fixed;z-index:3;width:100%;top:0;transition:.5s ease-in-out}.header--positive{background:#fff;box-shadow:9px 9px 9px 0 rgba(47,44,44,.2)}.header__navbar{justify-content:space-around;align-items:normal}.header__menu{justify-self:center;align-self:center;transition:.5s ease-in-out}.header__menu--show .menu-list{display:grid}@keyframes showBrand{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media screen and (max-width:900px){.header__brand-image{width:160px;height:20px}.header__brand{margin-right:0;margin-left:0}}@media screen and (max-width:1011px){.header{background:rgba(0,0,0,.6)}.header__navbar{display:grid;grid-template:auto 1fr/repeat(2,minmax(100px,600px))}.burger-menu{display:block;grid-row:1;grid-column:2}.header__menu{height:0;display:grid;grid-column:1/span 2}.header__menu--show{height:100%}.header__brand{margin-right:0;margin-left:0}}.hero{height:66vh;overflow:hidden;position:relative;margin-top:5.5rem;background-image:url(/static/media/Hero.8afa1dc8.png);background-size:100% 100%;background-repeat:no-repeat}.intro__text{position:relative;z-index:2;display:flex;flex-direction:row;justify-content:center;align-self:auto}.intro-text__container button{height:50px;width:287px;color:#fff;background:#242348;border:#242348;font-size:22px;font-family:"Open Sans",Roboto;border-radius:5px}.intro-text__container a{margin:15px}.intro-text__paragraph{color:#fff;margin-left:15px;font-size:4rem;font-family:"Open Sans",Roboto}@media screen and (max-width:900px){.hero{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABBkAAAIACAYAAADHdrSbAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAACNJSURBVHhe7d1pnJ5nXS/w05Yi6wGBchCx4gKoBxEBRQ6ioIIgigoiH0AEDj2IyEFEUOQgCmmTtE3bdKdNl4Tu+5Lu+542s2Yyk8wkmclkJjOTyWSZLZmFF/8zzyMqyB+aK8lMZvm++L75fdrMzPPc93Xdz++57+v6b//tm2sDAAAA4JClIQAAAECpNAQAAAAolYYAAAAApdIQAAAAoFQaAgAAAJRKQwAAAIBSaQgAAABQKg0BAAAASqUhAAAAQKk0BAAAACiVhgAAAACl0hAAAACgVBoCAAAAlEpDAAAAgFJpCAAAAFAqDQEAAABKpSEAAABAqTQEAAAAKJWGAAAAAKXSEAAAAKBUGgIAAACUSkMAAACAUmkIAAAAUCoNAQAAAEqlIQAAAECpNAQAAAAolYYAAAAApdIQAAAAoFQaAgAAAJRKQwAAAIBSaQgAAABQKg0BAAAASqUhAAAAQKk0BAAAACiVhgAAAACl0hAAAACgVBoCAAAAlEpDAAAAgFJpCAAAAFAqDQEAAABKpSEAAABAqTQEAAAAKJWGAAAAAKXSEAAAAKBUGgIAAACUSkMAAACAUmkIAAAAUCoNAQAAAEqlIQAAAECpNAQAAAAolYYAAAAApdIQAAAAoFQaAgAAAJRKQwAAAIBSaQgAAABQKg0BAAAASqUhAAAAQKk0BAAAACiVhgAAAACl0hAAAACgVBoCAAAAlEpDAAAAgFJpCAAAAFAqDQEAAABKpSEAAABAqTQEAAAAKJWGAAAAAKXSEAAAAKBUGgIAAACUSkMAAACAUmkIAAAAUCoNAQAAAEqlIQAAAECpNAQAAAAolYYAAAAApdIQAAAAoFQaAgAAAJRKQwAAAIBSaQgAAABQKg0BAAAASqUhAAAAQKk0BAAAACiVhgAAAACl0hAAAACgVBoCAAAAlEpDAAAAgFJpCAAAAFAqDQEAAABKpSEAAABAqTQEAAAAKJWGAAAAAKXSEAAAAKBUGgIAAACUSkMAAACAUmkIAAAAUCoNAQAAAEqlIQAAAECpNAQAAAAolYYAAAAApdIQAAAAoFQaAgAAAJRKQwAAAIBSaQgAAABQKg0BAAAASqUhAAAAQKk0BAAAACiVhgAAAACl0hAAAACgVBoCAAAAlEpDAAAAgFJpCAAAAFAqDQEAAABKpSEAAABAqTQEAAAAKJWGAAAAAKXSEAAAAKBUGgIAAACUSkMAAACAUmkIAAAAUCoNAQAAAEqlIQAAAECpNAQAAAAolYYAAAAApdIQAAAAoFQaAgAAAJRKQwAAAIBSaQgAAABQKg0BAAAASqUhAAAAQKk0BAAAACiVhgAAAACl0hAAAACgVBoCAAAAlEpDAAAAgFJpCAAAAFAqDQEAAABKpSEAAABAqTQEAAAAKJWGAAAAAKXSEAAAAKBUGgIAAACUSkMAAACAUmkIAAAAUCoNAQAAAEqlIQAAAECpNAQAAAAolYYAAAAApdIQAAAAoFQaAgAAAJRKQwAAAIBSaQgAAABQKg0BAAAASqUhAAAAQKk0BAAAACiVhgAAAACl0hAAAACgVBoCAAAAlEpDAAAAgFJpCAAAAFAqDQEAAABKpSEAAABAqTQEAAAAKJWGAAAAAKXSEAAAAKBUGgIAAACUSkMAAACAUmkIAAAAUCoNAQAAAEqlIQAAAECpNAQAAAAolYYAAAAApdIQAAAAoFQaAgAAAJRKQwAAAIBSaQgAAABQKg0BAAAASqUhAAAAQKk0BAAAACiVhgAAAACl0hAAAACgVBoCAAAAlEpDAAAAgFJpCAAAAFAqDQEAAABKpSEAAABAqTQEAAAAKJWGAAAAAKXSEAAAAKBUGgIAAACUSkMAAACAUmkIAAAAUCoNAQAAAEqlIQAAAECpNAQAAAAolYYAAAAApdIQAAAAoFQaAgAAAJRKQwAAAIBSaQgAAABQKg0BAAAASqUhAAAAQKk0BAAAACiVhgAAAACl0hAAAACgVBoCAAAAlEpDAAAAgFJpCAAAAFAqDQEAAABKpSEAAABAqTQEAAAAKJWGAAAAAKXSEAAAAKBUGgIAAACUSkMAAACAUmkIAAAAUCoNAQAAAEqlIQAAAECpNAQAAAAolYYAAAAApdIQAAAAoFQaAgAAAJRKQwAAAIBSaQgAAABQKg0BAAAASqUhAAAAQKk0BAAAACiVhgAAAACl0hAAAACgVBoCAAAAlEpDAAAAgFJpCAAAAFAqDQEAAABKpSEAAABAqTQEAAAAKJWGAAAAAKXSEAAAAKBUGgIAAACUSkMAAACAUmkIAAAA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);background-size:100% 100%;height:35vh;overflow:hidden;position:relative;margin-top:0;padding-top:4.5rem}.intro-text__paragraph{color:#fff;margin-left:15px;font-size:2.5rem;font-family:"Open Sans",Roboto}.intro-text__container button{height:25px;width:100px;color:#fff;background:#242348;border:#242348;font-size:9px;font-family:"Open Sans",Roboto}}.card-solutions{padding:.63rem;background:#f7f7f7;box-shadow:0 4px 8px 0 rgba(0,0,0,.3);border-radius:4px 4px 4px 4px;overflow:hidden;position:relative;height:auto;width:350px;margin:15px}.card-solutions__text-hover{position:absolute;height:100%;background-color:#fff;top:0;left:0;opacity:0;padding:10px;margin:0}.card-solutions:hover .card-solutions__text-hover{opacity:1;transition:opacity .5s}.card-solutions__line{margin-right:285px;border-radius:10px;background-color:#0082ca;height:7px}.card-solutions__sectionPlan{display:flex;font-size:1.5rem;font-weight:700}.card-solutions__image{margin-right:1rem;width:100%;height:300px}.card-solutions__seccionPrecio{align-content:center;align-self:center}.card-solutions__seccionPrecio p{font-size:3rem;font-weight:700;text-align:center}.card-solutions__text{font-family:"Open Sans",Roboto;font-size:1.8rem;color:#808495;font-weight:700;text-align:initial;margin-block-start:30px;padding:15px}.card-solutions__seccionInfo p{font-family:"Open Sans",Roboto;color:#ff4544;font-weight:700;text-align:center}.card-solutions__seccionInfo span{font-family:"Open Sans",Roboto;font-size:1.7rem;color:#808495;font-weight:700;text-align:center}.card-solutions__seccionFooter{display:flex;justify-content:center;align-items:center;font-weight:700;font-style:italic;margin:20px}.sizeButton{font-family:"Open Sans","Roboto",sans-serif;font-size:1rem;color:#fff;height:45px;font-weight:700;text-align:center;background:#119eef;border:1px solid #119eef;border-radius:5px;padding:0 15px}.card-solutions__seccionInformacion ul li{font-size:1.4rem;font-family:"Open Sans","Roboto",sans-serif}.card-oferta{font-weight:700}@media screen and (max-width:900px){.card-solutions{width:270px}.card-solutions__text{font-size:2.5rem;text-align:initial}.card-solutions__seccionInfo p,.card-solutions__seccionInfo span{font-size:2rem}.card-solutions__sectionPlan{font-size:1.8rem}.card-solutions__seccionInformacion ul li{font-size:1.7rem}.sizeButton{font-size:1.2rem}.card-solutions__line{margin-right:245px;border-radius:10px;background-color:#0082ca;height:4px}}@media (min-width:768px) and (max-width:1024px){.card-solutions{width:320px}}.solutions{display:flex;flex-direction:column;padding:4em 1rem;margin:0}.solutions__info{list-style-type:none;margin:20px auto;padding:0;display:flex;flex-flow:row wrap;justify-content:center}.solutions__title{padding-bottom:30px;padding-top:30px}.solutions__p{text-align:center;font-size:1.5rem;font-weight:700}.solutionsSecond__paragraph{padding:1.5em 3rem;margin:0;font-size:3rem;text-align:center;font-family:"Open Sans","Roboto",sans-serif;font-weight:700}@media screen and (max-width:900px){.solutions__info{display:grid;grid-template:repeat(1,minmax(200px,1fr))/1fr}.solutions__p{font-size:1.7rem}}@media (min-width:768px) and (max-width:1024px){.solutions__info{display:grid;grid-template:repeat(1,minmax(200px,1fr))/repeat(2,minmax(200px,1fr))}}.ClientCard{display:inline-block;margin:0}.ClientCard .image{widows:100px;height:auto}.client-list{list-style-type:none;padding:0;display:flex;flex-flow:row wrap;justify-content:center;margin:5px 2px}.client-list__title{width:90%;justify-self:center;padding-bottom:30px;padding-top:30px}.client-list__cards{display:flex;flex-flow:row wrap;justify-content:center;padding:0;margin:5px 2px}@media screen and (max-width:900px){.title_title--large{font-size:4rem}}.cardInformation{display:flex;background:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,.2);overflow:hidden;position:relative;justify-items:center;margin:10px;height:auto;width:300px}.imagen{width:100%}.card-information__line{margin-right:162px;background-color:#0082ca;height:6px}.cardInformation_ico{align-self:center;margin:10px}.nosotros__text{font-family:"Open Sans","Roboto",sans-serif;font-size:1.1rem;margin-right:12px}@media screen and (max-width:900px){.cardInformation{width:290px}.nosotros__text{font-size:1.8rem}.subtitle__text{font-size:2rem}.card-information__line{margin-right:220px;height:3px}}.nosotros{display:flex;flex-direction:column;padding:4em 1rem;margin:0;background-image:url(/static/media/SolutionBackground.b5203993.png);background-size:100% 100%}.nosotros-list-solutions{margin:0 auto;display:flex;width:990px;flex-flow:row wrap;justify-content:space-around}.nosotros__p{text-align:center;font-weight:700;font-size:1.5rem;max-width:1200px;margin:0 auto;padding-block-start:20px;padding-block-end:30px;width:94%}@media screen and (max-width:1601px){.nosotros{display:grid;padding:4em 1rem;background-image:none;background-size:100% 100%}.nosotros__p{max-width:900px}}@media screen and (max-width:900px){.nosotros-list-solutions{width:300px;display:grid;grid-template:repeat(1,minmax(200px,1fr))/1fr}.nosotros__p{font-size:1.7rem;max-width:300px}}@media screen and (device-height:1024px) and (max-device-width:768px){.nosotros-list-solutions{display:grid;grid-template:repeat(1,minmax(200px,1fr))/repeat(2,auto);justify-content:center;align-items:center}.nosotros__p{font-size:1.7rem;max-width:600px}}.comprobante{background:#333;color:#fff;padding:1.2em;justify-items:center;align-items:center;display:flex;flex-direction:row wrap;margin:0 auto;justify-content:space-around}.btn{background:#0082ca;text-decoration:none;text-transform:uppercase;border:none;padding:9px 30px;font-size:1.5em;transition-duration:.4s;cursor:pointer;font-family:"Open Sans",Roboto;border-radius:5px}.btn,.comprobante__text{color:#fff;font-weight:700}.comprobante__text{font-family:Roboto,sans-serif;font-size:1.2em;margin-right:10px}@media screen and (max-width:600px){.comprobante__text{font-size:10px}.btn{padding:8px 6px}.comprobante{grid-template:1fr/62% 1fr}}.static-header__mobile{z-index:2;position:fixed;width:100%;bottom:0;transition:cubic-bezier(.165,.84,.44,1)}footer{flex-direction:column;background:#1c212f;width:100%;align-self:center;padding-right:0}.footer_info,footer{display:flex;justify-content:space-around}.footer_info{flex-direction:row wrap;width:990px;margin:0 auto}.footer__servicios{display:flex;flex-direction:row wrap;justify-content:space-around}.footer__servicios_Margin{margin-right:10px}.footer__servicios p{color:#808495;font-size:1rem}.footer_info_subtitulos,.footer_info a{color:#fff;font-family:"Open Sans","Roboto",sans-serif}.footer_info a{margin:.6em 0;font-size:1rem;text-decoration:none}.footer hr{background-color:#69b4ca;height:3px;width:50px}.footer_info_hr{background-color:#69b4ca;width:990px}.footer_info hr{background-color:#69b4ca;height:2px;margin-left:0;width:9rem}.footer_info p{color:#808495;font-size:1rem}.logo__Footer{margin-block-start:14.94px;margin-inline-start:0;margin-inline-end:0;width:170px;height:30px}.social{padding:.3125rem;margin:0 auto}.copyrigth{margin:.6em 0;font-family:"Open Sans","Roboto",sans-serif;font-size:1rem;text-align:center;align-self:center}.copyrigth p{color:#808495}@media screen and (device-width:320px) and (device-height:568px){.footer_info{display:grid;grid-template:repeat(1,minmax(auto,1fr))/1fr;grid-gap:.8rem;gap:.8rem;width:300px}.footer_info hr{background-color:#69b4ca;height:2px;margin-left:0;width:7.5rem}.footer__servicios_Margin{margin-right:5px}.footer__servicios{display:grid;grid-template:repeat(1,minmax(auto,1fr))/1fr;grid-gap:.8rem;gap:.8rem}.footer_info p{color:#808495;font-size:1.6rem}.footer_info_hr{background-color:#69b4ca;width:300px}.footer_info_subtitulos,.footer_info a{font-size:1.7rem}.copyrigth p{font-size:1.5rem}.logo__Footer{width:140px;height:20px}.fa-3x{font-size:5em}}@media (min-width:768px) and (max-width:1024px){.footer_info{display:grid;grid-template:repeat(1,minmax(auto,1fr))/repeat(3,1fr);width:700px}.footer__servicios_Margin{margin-right:5px}.footer_info hr{background-color:#69b4ca;height:2px;margin-left:0;width:7.5rem}.footer__servicios{display:grid;grid-template:repeat(1,minmax(auto,1fr))/repeat(2,1fr);grid-gap:.8rem;gap:.8rem}.footer_info_hr{background-color:#69b4ca;width:500px}.footer_info p{color:#808495;font-size:1.6rem}.footer_info_subtitulos,.footer_info a{font-size:1.7rem}.copyrigth p{font-size:1.5rem}.logo__Footer{width:140px;height:20px}.fa-3x{font-size:5em}}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){.footer_info{display:grid;grid-template:repeat(1,minmax(auto,1fr))/1fr;grid-gap:.8rem;gap:.8rem}.footer__servicios_Margin{margin-right:5px}.footer_info hr{background-color:#69b4ca;height:2px;margin-left:0;width:7.5rem}.footer__servicios{display:grid;grid-template:repeat(1,minmax(auto,1fr))/1fr;grid-gap:.8rem;gap:.8rem}.footer_info p{color:#808495;font-size:1.6rem}.footer_info_subtitulos,.footer_info a{font-size:1.7rem}.copyrigth p{font-size:1.5rem}.logo__Footer{width:140px;height:20px}.fa-3x{font-size:5em}}@media (min-width:481px) and (max-width:767px){.footer__servicios_Margin{margin-right:5px}.footer_info{display:grid;grid-template:repeat(1,minmax(auto,1fr))/1fr;grid-gap:.8rem;gap:.8rem;width:300px}.footer_info hr{background-color:#69b4ca;height:2px;margin-left:0;width:7.5rem}.footer__servicios{display:grid;grid-template:repeat(1,minmax(auto,1fr))/1fr;grid-gap:.8rem;gap:.8rem}.footer_info p{color:#808495;font-size:1.6rem}.footer_info_hr{background-color:#69b4ca;width:400px}.footer_info_subtitulos,.footer_info a{font-size:1.7rem}.copyrigth p{font-size:1.5rem}.logo__Footer{width:140px;height:20px}.fa-3x{font-size:5em}}@media (min-width:320px) and (max-width:480px){.footer__servicios_Margin{margin-right:5px}.footer_info{display:grid;grid-template:repeat(1,minmax(auto,1fr))/1fr;grid-gap:.8rem;gap:.8rem;width:300px}.footer_info hr{background-color:#69b4ca;height:2px;margin-left:0;width:7.5rem}.footer__servicios{display:grid;grid-template:repeat(1,minmax(auto,1fr))/1fr;grid-gap:.8rem;gap:.8rem}.footer_info_hr{background-color:#69b4ca;width:300px}.footer_info p{color:#808495;font-size:1.6rem}.footer_info_subtitulos,.footer_info a{font-size:1.7rem}.copyrigth p{font-size:1.5rem}.logo__Footer{width:140px;height:20px}.fa-3x{font-size:5em}}.Home{display:flex;flex-direction:column}.solutionsCard{padding:.63rem;background:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,.1);border-radius:4px 4px 4px 4px;overflow:hidden;position:relative;border:solid;border-color:#0082ca;border-radius:5%;width:500px;margin:25px}.solutionsCard__image{justify-content:center;align-content:center;align-items:center;display:flex}.solutionsCard_seccionTitle{font-size:1.8rem;font-weight:700;font-family:"Open Sans","Roboto",sans-serif}.solutionsCard__seccionInformacion ul li{font-size:1.7rem}@media screen and (max-width:450px){.solutionsCard{width:250px}.Card_Solutions__info{display:flex;flex-direction:column}}.Card_Solutions{padding:4em 1rem;display:flex;flex-direction:column;margin:0}.Card_Solutions__info{width:1160px;margin:0 auto;display:flex;flex-flow:row wrap;justify-content:space-around}.card-solution-grid{display:flex;justify-items:center;margin:0 auto}.Card_Solutions_title{display:flex;flex-direction:column;font-weight:700;justify-content:center}.Card_Solutions_p{justify-self:center;font-size:2.5rem;font-weight:700;padding-top:2%}.solutionsSecond{background:#69b4ca;justify-content:center;display:flex;color:#fff}.Card_Solutions__paragraph{padding:1.5em 3rem;margin:0;font-size:3rem;text-align:center;font-family:"Open Sans","Roboto",sans-serif;font-weight:700}@media screen and (min-width:760px) and (max-width:780px){.Card_Solutions__info{justify-items:center;display:flex;flex-direction:column}}@media screen and (max-width:750px){.Card_Solutions__info{justify-items:center;flex-direction:column;display:flex;width:300px}}.blog-section,.blog-section__body{display:flex;flex-direction:column;justify-content:center}.blog-section__body{justify-items:left;margin:0 auto}.blog-section__body h1{text-align:left;font-size:1.8vw;padding-top:4%}.blog-section-body__image-description{display:flex;flex-direction:column;justify-content:center}.blog-section-body__image-description__date{justify-content:left}.blog-section-body__description,.blog-section-body__image-description__date,.blog-section__tittle{display:flex;flex-direction:row wrap;justify-content:center}.blog-section-body__button{background:#119eef;text-decoration:none;text-transform:uppercase;height:20px;justify-self:center;border:none;align-self:end;grid-column:2/3;color:#fff;grid-row:3/4;padding:16px 32px;font-size:16px;transition-duration:.4s;cursor:pointer}.blog-section-body__image-adapt{display:flex;width:400px;justify-content:center}@media screen and (max-width:1220px){.blog-section{grid-template:1fr/90%}.blog-section,.blog-section__body{display:grid;justify-content:center}.blog-section__body{grid-template:repeat(4,auto)/1150px;padding-top:5.5em;justify-items:left}.blog-section__body h1{text-align:left;font-size:2.8vw;padding-top:2%}.blog-section-body__image-description{display:grid;width:100%;grid-column:1/3;grid-template:1fr/1fr}.blog-section-body__image-description__date{display:grid;grid-template:1fr/4% 1fr;justify-items:left;align-items:center}.blog-section__tittle{grid-column:1/3}.blog-section-body__description{font-size:2.2vw;text-align:justify;grid-row:4/5;grid-column:1/3;width:100%}.blog-section-body__button{background:#119eef;text-transform:uppercase;border:none;color:#fff;grid-column:1/2;grid-row:5/6;padding:16px 32px;font-size:16px;transition-duration:.4s;cursor:pointer}.blog-section-body__image-adapt{width:50%;grid-row:3/4;grid-column:1/3}}@media screen and (max-width:750px){.blog-section__body{display:grid;grid-template:repeat(4,auto)/100%;padding-top:8.5em;justify-content:center;justify-items:left}.blog-section-body__image-adapt{width:100%;grid-row:3/4;grid-column:1/3}.blog-section__body h1{text-align:left;font-size:2em;padding-top:2%}.blog-section-body__image-description__date p{font-size:12px}.blog-section-body__description{font-size:4.7vw;text-align:justify;grid-row:4/5;grid-column:1/3;width:100%}.blog-section-body__button{text-transform:uppercase;border:none;color:#fff;padding:10px 20px;grid-column:1/2;grid-row:5/6;transition-duration:.4s;cursor:pointer}}.dropdown{border-radius:10px;padding:.8rem}.dropdown,.form-field__1,.form-field__2{box-sizing:border-box;width:100%;justify-self:center}.form-field__2{border-radius:10px}.form-field__2:first-of-type{grid-column:1/3}.form-field__2:nth-of-type(2),.form-field__2:nth-of-type(3){grid-column:1/2}.form-field__2:nth-of-type(4){grid-column:2/3}.form-field__2:nth-of-type(5){grid-column:1/2;grid-row:3/4}.form-field__2:nth-of-type(8){grid-column:3/4;grid-row:5/6}.form-field__2:nth-of-type(7){grid-column:2/3;grid-row:5/6}.form-field__2:nth-of-type(6){grid-column:1/2;grid-row:5/6}.form-control{box-sizing:border-box;border:1px solid #ced4da;border-radius:.25rem;padding:.375rem .75rem;width:100%;font-size:1.4rem;line-height:18px;background:#d1e8f5;border-radius:5px!important;border:1px solid rgba(0,130,202,.5411764705882353);box-shadow:none}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::placeholder{color:#6c757d;opacity:1}textarea.form-control{resize:vertical}@media screen and (min-width:300px){.form-control{font-size:1.7rem}}.form-section__1{display:grid;grid-template:1fr/minmax(100px,1200px);justify-content:center}.form__1{display:grid;grid-template:repeat(3,1fr) 2fr 1fr/1fr;grid-gap:10px;gap:10px;width:80%;justify-self:center}.form-section__2{display:grid;grid-template:1fr/minmax(100px,1200px);justify-content:center}.form__2{display:grid;grid-template:repeat(5,1fr)/1fr 1fr 1fr;grid-gap:10px;gap:10px;width:80%;justify-self:center}@media screen and (max-width:799px){.form__1{grid-template:repeat(2,1fr) repeat(2,auto)/1fr}}.contactus__top{padding-top:5.5rem}.contactus{display:grid;grid-template:repeat(3,minmax(200px 1fr))/repeat(1,minmax(200px 1fr));grid-gap:1.75rem;gap:1.75rem;justify-content:center;font-size:16px}.contactus h1{padding-top:2%}.contactus__hrline{background-color:#0082ca;height:5px;width:60px;margin-left:0;margin-right:0}.form__voucher{padding-top:5.5em}@media screen and (max-width:750px){.form__voucher img{width:310px;height:350px}}.FormDownload{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;font-size:16px}.FormDownload h1{padding-top:2%}.FormDownload input{background:#d1e8f5;width:98%;height:45px}.FormDownload input,.FormDownload select{border-radius:8px 8px 8px 8px;font-size:13px;line-height:18px;border-radius:5px!important;border:1px solid rgba(0,130,202,.5411764705882353);box-shadow:none;outline:none;padding:16px 30px 15px;transition:all .3s ease;box-sizing:border-box!important;display:block;margin:15px}.FormDownload select{width:80%;height:49px}.buttonPDF_a{background-color:#119eef;width:132px}.buttonPDF_a,.buttonPDF_normal{color:#fff;text-decoration:none;display:inline-block;padding-top:10px;padding-left:8px;padding-right:8px;border-radius:5px;height:29px;margin:10px;font-size:15px}.buttonPDF_normal{background-color:#ff4544;width:auto}.FormDownload label{font-family:"Open Sans",Roboto;font-weight:700}.FormDownload__button,.FormDownload__buttonMovil{color:#fff;display:inline-block;padding:5px;border-radius:5px;background-color:#119eef;border:none;height:40px;width:auto;margin:10px;font-size:14px}.butonPDF{background:#119eef;border-radius:8px 8px 8px 8px;color:#fff;display:inline-block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;height:40px;text-align:center;text-decoration:none;width:auto!important}.FormDownload__comprobantes{justify-content:center;list-style-type:none;align-content:space-between}.FormDownload__columnas,.FormDownload__comprobantes,.FormDownload__input{display:flex;flex-direction:row wrap}.FormDownload__columnas{justify-content:center;align-content:space-between}.FormDownload__image{height:500px;width:300px}.popover__title,a{text-decoration:none}.popover__title{line-height:36px;text-align:center;padding:15px 0}.popover__wrapper{position:relative;display:inline-block}.popover__content{opacity:0;visibility:hidden;position:absolute;left:-150px;transform:translateY(10px);background-color:#fff;padding:1.5rem;box-shadow:0 2px 5px 0 rgba(0,0,0,.26);width:auto}.popover__content:before{position:absolute;z-index:-1;content:"";right:calc(50% - 10px);top:-8px;border-color:transparent transparent #bfbfbf;border-style:solid;border-width:0 10px 10px;transition-duration:.3s;transition-property:transform}.popover__wrapper:hover .popover__content{z-index:10;opacity:1;visibility:visible;transform:translateY(-20px);transition:all .5s cubic-bezier(.75,-.02,.2,.97)}.popover__message{text-align:center}#modal{left:50%;margin:-250px 0 0 -32%;opacity:0;position:absolute;top:-50%;visibility:hidden;width:65%;box-shadow:0 3px 7px rgba(0,0,0,.25);box-sizing:border-box;transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out}#modal:target{opacity:1;top:50%;visibility:visible}#modal .footer,#modal .header{border-bottom:1px solid #fff;border-radius:5px 5px 0 0}#modal .footer{border:none;border-top:1px solid #e7e7e7;border-radius:0 0 5px 5px}#modal h2{margin:0;color:#fff}#modal .btn{float:right}#modal .copy,#modal .footer,#modal .header{padding:10px;color:#000}.modal-content{position:relative;z-index:20;border-radius:5px;color:#000}#modal .copy,.modal-content{background:#fff}#modal .overlay{background-color:#000;background:rgba(0,0,0,.8);height:100%;left:0;position:fixed;top:0;width:100%;z-index:10}.copy a{color:#fff;text-decoration:none;padding:5px 10px;border-radius:5px;background-color:#e74c3c;margin:10px;justify-content:right;cursor:help}.video{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto}.video iframe{width:550px;height:500px}@media screen and (max-width:900px){.FormDownload{grid-template:repeat(1,minmax(auto,1fr))/1fr;grid-gap:.8rem;gap:.8rem;margin-left:10px}.FormDownload__comprobantes{grid-gap:1rem;gap:1rem;margin-bottom:10px}.FormDownload__comprobantes,.FormDownload__input{display:grid;grid-template:auto/auto}.FormDownload button{width:140px}.video iframe{width:100%;height:300px}}@media screen and (min-width:320px) and (max-width:568px){.FormDownload{grid-template:repeat(1,minmax(auto,1fr))/1fr;grid-gap:.8rem;gap:.8rem;margin-left:10px}.FormDownload__comprobantes{grid-gap:1rem;gap:1rem;margin-bottom:10px}.FormDownload__comprobantes,.FormDownload__input{display:grid;grid-template:auto/auto}.FormDownload button{width:140px}.video iframe{width:100%;height:300px}.FormDownload input{width:80%}}.blogmore-section{display:grid;grid-template:1fr/1fr;justify-content:center}.blogmore-section__body{display:grid;grid-template:repeat(4,auto)/1200px;padding-top:8.5em;justify-content:center;justify-items:left}.blogmore-section__body h1{text-align:left;font-size:1.8vw;padding-top:2%}.blogmore-section-body__image-description__date{display:grid;grid-template:1fr/20% 1fr;justify-items:left;align-items:center}.blogmore-section-body__description{font-size:1.2vw;text-align:justify;width:100%}.blogmore-section-body__button{background:#23527c;text-transform:uppercase;border:none;color:#fff;padding:16px 32px;font-size:16px;transition-duration:.4s;cursor:pointer}.blogmore-section-body__image-adapt{width:50%}@media screen and (max-width:600px){.blogmore-section{display:grid;grid-template:1fr/1fr;justify-content:unset}.blogmore-section-body__image-description{display:grid;width:26%;grid-template:1fr/.5fr 1fr 1fr}.blogmore-section-body__image-description__date p{font-size:12px}.blogmore-section-body__description{font-size:3.8vw;text-align:justify;width:92%}.blogmore-section-body__image-adapt{width:94%}.blogmore-section__body{display:grid;grid-template:repeat(4,auto)/320px;justify-content:center;justify-items:left}.blogmore-section__body p{margin:1px 10px 7px;font-size:13px}.blogmore-section__body h1{text-align:left;font-size:2em;padding-top:2%}}.LegislationCard{width:100%;justify-self:center;font-family:Roboto,sans-serif;display:grid;grid-template:.4fr 1fr/.75fr .25fr .25fr 3fr .5fr}.LegislationCard__line{display:grid;grid-template-rows:.25fr 1fr;background-color:#fff}.LegislationCard__point{grid-column:3/4;content:"";left:50%;top:8px;width:9px;height:9px;background:#0082ca;border-radius:100%;transform:translateX(-50%)}.LegislationCard__lin{background-color:grey;width:1px;margin-left:100px}.LegislationCard__date{grid-column:2/3;justify-self:self-end}.LegislationCard__tittle{justify-self:left;grid-column:4/5}.LegislationCard__body{text-align:left;grid-column:4/5}.Legislation__Tittle{text-align:center;font-family:Roboto,sans-serif}.FormEncuesta{margin:50px}.FormEncuesta h1{margin-top:50px}.custom-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(15,23,42,.85);z-index:1000;display:flex;align-items:center;justify-content:center}.custom-modal-content{position:relative;background-color:#fff;border-radius:24px;padding:0;border:none;max-width:450px;width:100%;outline:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FormEncuesta{display:grid;justify-content:center;margin:10px}.FormEncuesta h1{font-size:25px;text-align:center}.FormEncuesta button{width:135px;height:36px;background:#119eef;border:#119eef;color:#fff;font-size:16px;float:right;margin:10px}.FormEncuesta__right{float:right}.FormEncuesta__bloque1{display:grid;grid-template:repeat(1,auto)/250px auto;grid-gap:3rem;gap:3rem}.FormEncuesta__bloque1-image{width:183px;height:183px;border-radius:160px;border:4px solid #119eef;display:block;margin:auto}.FormEncuesta__image{display:block;margin:auto}.FormEncuesta__bloque2{display:grid}.FormEncuesta__bloque2-columnas{display:grid;grid-template:repeat(1,minmax(auto,1fr))/repeat(2,minmax(50px,180px))}.FormEncuesta__bloque3{display:grid}.FormEncuesta__incidencia{font-weight:700}.FormEncuesta__p{color:#119eef}.FormEncuesta__bloque3-columnas{display:grid;grid-template:repeat(1,minmax(auto,1fr))/repeat(2,minmax(200px,1fr))}.FormEncuesta__bloque3-1columnas{display:grid;grid-template:repeat(1,minmax(auto,1fr))/repeat(1,minmax(200px,1fr))}@media screen and (max-width:900px){.FormEncuesta__image{width:180px;height:auto}.FormEncuesta__bloque1-image{width:154px;height:155px;float:none}.FormEncuesta__bloque1{grid-template:repeat(1,minmax(40px,1fr))/1fr}.FormEncuesta__bloque2-columnas,.FormEncuesta__bloque3-1columnas,.FormEncuesta__bloque3-columnas{display:grid;grid-template:repeat(1,minmax(40px,1fr))/1fr}.FormEncuesta button{width:80px;height:20px;font-size:12px}.FormEncuesta p{font-size:14px}.FormEncuesta__bloque2-columnas label{font-size:12px}}.pregunta-block textarea[name=Pregunta3]{width:100%;min-height:100px;max-height:200px;padding:14px 18px;font-family:inherit;font-size:15px;color:#334155;background-color:#f8fafc;border:1.5px solid #cbd5e1;border-radius:12px;box-sizing:border-box;resize:vertical;transition:all .25s ease-in-out;outline:none}.pregunta-block textarea[name=Pregunta3]:focus{background-color:#fff;border-color:#119eef;box-shadow:0 0 0 4px rgba(17,158,239,.15)}.pregunta-block textarea[name=Pregunta3]::placeholder{color:#94a3b8}.FormPreguntas{display:grid;grid-row:auto}.FormPreguntas input[type=radio]:checked{box-shadow:0 0 0 3px red}.span{font-weight:700}.FormPreguntas__bloque1{display:grid}input:checked{color:red}.FormPreguntas textarea{border:4px solid #119eef;width:90%}.FormPreguntas_bloque1-columnas{display:grid;grid-template:repeat(1,minmax(auto,1fr))/repeat(2,minmax(200px,1fr))}.FormPreguntas_bloque1-filas{display:grid;grid-template:repeat(2,minmax(auto,1fr))/repeat(1,minmax(auto,1fr));color:#119eef;justify-items:center}.FormPreguntas_bloque1-filas input{height:18px;width:18px}.FormPreguntas_bloque1-1columnas{display:grid;grid-template:repeat(1,minmax(auto,1fr))/repeat(1,minmax(200px,1fr))}.FormPreguntas_bloque1-5columnas{display:grid;grid-template:repeat(1,minmax(auto,1fr))/repeat(5,minmax(auto,1fr));grid-gap:4px;gap:4px}.FormPreguntas_bloque1-3columnas{display:grid;grid-template:repeat(1,minmax(auto,1fr))/80px 2fr 80px;grid-gap:20px;gap:20px}.FormPreguntas button{width:135px;height:36px;float:right;margin:10px}.FormPreguntas a,.FormPreguntas button{background:#119eef;border:#119eef;color:#fff;font-size:16px}.FormPreguntas a{text-decoration:none;height:29px;width:auto;display:inline-block;padding-top:8px;padding-left:15px;padding-right:15px}.pill{padding:12px 24px;border-radius:50px;background:#1e293b;color:#fff;transition:all .3s ease;border:2px solid transparent}.pill.active{background:#deff9a;color:#000;transform:scale(1.1);box-shadow:0 0 20px rgba(222,255,154,.3)}.encuesta-container{padding:30px;background:#f8fafc;border-radius:12px;max-width:800px}.pills-wrapper{grid-gap:10px;gap:10px;flex-wrap:wrap}.pill-button{display:inline-flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;padding:10px 20px;border:2px solid #e2e8f0;border-radius:50px;background:#fff;cursor:pointer;transition:all .3s ease;font-family:"Urbanist",sans-serif;color:#64748b;white-space:nowrap}.pill-button:hover{transform:translateY(-3px) scale(1.02);border-color:#d9f99d;box-shadow:0 5px 15px rgba(0,0,0,.1);color:#334155}.pill-button.active{background:#d9f99d;border-color:#d9f99d;color:#000;font-weight:700}.pill-button.active i{color:#000}.pregunta-block{margin-bottom:40px}.pills-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;grid-gap:12px;gap:12px;margin-top:15px;flex-wrap:nowrap;overflow-x:auto}.pregunta-block textarea[name=Obs_Incidencia],.pregunta-block textarea[name=Pregunta3]{width:100%;min-height:100px;max-height:200px;padding:14px 18px;font-family:inherit;font-size:15px;color:#334155;background-color:#f8fafc;border:1.5px solid #cbd5e1;border-radius:12px;box-sizing:border-box;resize:vertical;transition:all .25s ease-in-out;outline:none}.pregunta-block textarea[name=Obs_Incidencia]:focus,.pregunta-block textarea[name=Pregunta3]:focus{background-color:#fff;border-color:#119eef;box-shadow:0 0 0 4px rgba(17,158,239,.15)}.pregunta-block textarea[name=Obs_Incidencia]::placeholder,.pregunta-block textarea[name=Pregunta3]::placeholder{color:#94a3b8}.pregunta-block-submit-container{display:flex;justify-content:flex-end;margin-top:35px;margin-bottom:20px;width:100%;box-sizing:border-box}.pregunta-block-submit-container button,button.boton-enviar-encuesta{background-color:#119eef;color:#fff;font-size:16px;font-weight:600;padding:14px 50px;min-width:220px;white-space:nowrap;border:none;border-radius:50px;cursor:pointer;box-shadow:0 4px 10px rgba(17,158,239,.25);transition:all .2s ease-in-out}.pregunta-block-submit-container button:hover{background-color:#0d87cd;transform:translateY(-2px);box-shadow:0 6px 15px rgba(17,158,239,.35)}.pregunta-block-submit-container button:active{transform:translateY(0);box-shadow:0 2px 5px rgba(17,158,239,.2)}@media screen and (max-width:900px){.FormPreguntas p{font-size:12px;margin:10px}.FormPreguntas_bloque1-columnas{grid-template:repeat(1,minmax(auto,1fr))/repeat(1,minmax(200px,1fr));font-size:12px}.FormPreguntas_bloque1-1columnas{display:grid;grid-template:repeat(1,minmax(40px,1fr))/auto;font-size:12px}.FormPreguntas_bloque1-3columnas{grid-template:repeat(1,minmax(auto,1fr))/repeat(1,minmax(200px,1fr));font-size:12px}.FormPreguntas_bloque1-5columnas{display:grid;grid-template:repeat(1,minmax(auto,1fr))/repeat(5,minmax(auto));grid-gap:4px;gap:4px;font-size:12px}}.PagEncuesta{margin:130px 0 10px;display:grid;justify-content:center}.PagEncuesta__FormEncuesta{display:grid;grid-template:repeat(1,minmax(auto,3fr))/repeat(1,minmax(200px,1fr));align-self:center}@media screen and (max-width:900px){.PagEncuesta{margin:50px 0 0}}.PageLoading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;width:100%}.lds-grid{display:inline-block;position:relative;width:64px;height:64px}.lds-grid div{position:absolute;width:13px;height:13px;border-radius:50%;background:#000;animation:lds-grid 1.2s linear infinite}.lds-grid div:first-child{top:6px;left:6px;animation-delay:0s}.lds-grid div:nth-child(2){top:6px;left:26px;animation-delay:-.4s}.lds-grid div:nth-child(3){top:6px;left:45px;animation-delay:-.8s}.lds-grid div:nth-child(4){top:26px;left:6px;animation-delay:-.4s}.lds-grid div:nth-child(5){top:26px;left:26px;animation-delay:-.8s}.lds-grid div:nth-child(6){top:26px;left:45px;animation-delay:-1.2s}.lds-grid div:nth-child(7){top:45px;left:6px;animation-delay:-.8s}.lds-grid div:nth-child(8){top:45px;left:26px;animation-delay:-1.2s}.lds-grid div:nth-child(9){top:45px;left:45px;animation-delay:-1.6s}@keyframes lds-grid{0%,to{opacity:1}50%{opacity:.5}}.RespuestaForm{display:grid}.RespuestaForm h1{color:red}.RespuestaForm p{font-size:18px;font-weight:700;color:#119eef}@media screen and (max-width:900px){.RespuestaForm p{font-size:14px;font-weight:700}}.FormEmObligada{margin:8rem 1rem;display:grid;justify-content:center}.FormEmObligada h1{text-align:center}.FormEmObligada__2Columnas{display:grid;grid-template:repeat(1,auto)/1fr 1fr}.FormEmObligada input{background:#d1e8f5;border-radius:5px!important;border:1px solid rgba(0,130,202,.54);padding:.375rem .75rem;width:80%;font-size:1.2rem;line-height:18px}.FormEmObligada label{font-weight:700}.FormEmObligada__button{font-size:1rem;color:#fff;height:30px;width:90px;font-weight:700;text-align:center;background:#119eef;border:1px solid #119eef;border-radius:5px}@media screen and (max-width:900px){.FormEmObligada label{font-size:12px}.FormEmObligada__2Columnas{display:grid;grid-template:repeat(1,auto)/1fr;grid-gap:5px;gap:5px;justify-content:center}.FormEmObligada input{font-size:14px}.FormEmObligada__button{font-size:12px}}.registro__top{padding-top:5.5rem}.registro{display:grid;grid-template:repeat(3,minmax(200px 1fr))/repeat(1,minmax(200px 1fr));grid-gap:1.75rem;gap:1.75rem;justify-content:center;font-size:16px}.registro h1{padding-top:2%}.registro__hrline{background-color:#0082ca;height:5px;width:60px;margin-left:0;margin-right:0}.novedades{display:grid;grid-template-rows:200px 1fr;grid-gap:30px;gap:30px;padding:4em 1rem;justify-content:center;margin:0}.novedades_visualizacion{display:grid;grid-template:repeat(1,minmax(200px,1fr))/repeat(2,minmax(200px,400px));justify-content:center;grid-gap:10px;gap:10px}.novedades table{border-collapse:collapse;width:100%}.novedades th,td{text-align:left;padding:8px}.novedades tr:nth-child(2n){background-color:#f2f2f2}.novedades th{background-color:#119eef;color:#fff}@media (min-width:900px){.novedades_visualizacion{grid-template:repeat(1,minmax(200px,1fr))/1fr}}.FormBusquedaEmpresa{display:flex;align-items:center;justify-content:space-around;flex-direction:row}.RuCReclamaciones{display:flex;flex-direction:row;width:83%;padding-bottom:12px;margin-bottom:5%}.DatosRucContainer{width:83%;display:flex;flex-direction:column;align-items:center;margin-bottom:7%}.DatosRuc{width:90%;display:flex;flex-direction:row;padding-top:1%;padding-bottom:1%;padding-inline:3%;border:2px solid #131d38;border-radius:10px}.BtnBusqueda{width:100%;display:flex;flex-direction:column;margin-top:7%}.inputPrincipal{width:100%;font-size:large;padding:2% 3% 2% 7%}.ButtonBusqueda{padding:12px 0;padding-inline:15%}.titleRuc{margin-bottom:5%}.DatosPersonales{display:flex;flex-direction:column;border:2px solid #5c5c5c;border-radius:20px;padding:30px;width:85%;align-items:center}.header{background:#119eef}.header__navbar{background:#119eef;padding:1rem}.header__navbar,.header__navbar_boda{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center}.header__navbar_boda{background:#fdfdfd}.header__navbar a{position:relative;text-align:center;font-family:"Open Sans","Roboto",sans-serif;text-decoration:none;font-weight:700;margin:0 20px;color:#fff}.navContainer{display:flex;flex-direction:row}.navContainer h1{color:#fff}.navContainer2{display:flex;flex-direction:row;justify-content:space-between;width:100%}.navContainer2 h1{color:#8c6414}.cont2logo{display:flex;flex-direction:row;width:80%;align-items:center}.cont2logo h1{font-family:"Lucida Sans","Lucida Sans Regular","Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,sans-serif;font-size:xx-large;padding-left:3%}.header__brand{animation:showBrand 2s forwards;justify-self:center;align-self:center;align-items:normal}.header__brand-image,.header__navbar_boda-image{width:200px;height:2.125rem}.Cabecera{display:flex;padding-top:2%;padding-bottom:2%;background-color:#119eef;justify-content:center;align-items:center}.Cabecera label{color:#fff;font-size:xx-large;font-weight:600}.FormBusquedaEvento{display:flex;flex-direction:column;align-items:center;justify-content:space-around}.Body{border-radius:20px;margin-top:1%}.Body,.DivEvento{display:flex;flex-direction:column;width:100%;align-items:center}.DivEvento{border:2px solid #5c5c5c}.BuscadorEvento{display:flex;flex-direction:row;width:100%;padding-top:2%;padding-bottom:2%;justify-content:center;align-items:center;background-color:#042172}.inputPrincipal{width:83%;box-sizing:border-box;border:2px solid #6b6b6b;border-radius:4px;font-size:medium;color:#666;background-color:#fff;background-image:url(/static/media/search1.7e8c9831.png);background-size:4%;background-position:1% 50%;background-repeat:no-repeat;padding:1% 3% 1% 7%}.EventosContainer{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:2%;background-color:#042172}.EventosContainer2{height:0}.DatosEvento{width:77%;display:flex;flex-direction:row;padding-top:1%;padding-bottom:1%;padding-inline:3%;border:2px solid #131d38;border-radius:10px;background-color:#fff}.BtnContainer{width:100%;display:flex;flex-direction:column}.ButtonBusqueda{width:100%;background-color:#1c212f;border:none;border-radius:4px;color:#fff;font-size:large;font-weight:500;text-decoration:none;cursor:pointer}.EventosLista{display:flex;flex-direction:column;width:85%;padding-bottom:12px;margin-bottom:5%}.EventosLista a{border:2px solid #40e0d0}.evento{background-color:#d3d3d3;padding:20px;margin-top:20px;border-radius:10px;width:50%;margin-left:auto;margin-right:auto}.table{flex-direction:column;width:100%}.table,.table-header,.table-row{display:flex}.table-cell{min-width:12%}.table-cell,.table-cell-pax{flex:1 1;padding:8px;border:1px solid #ddd;text-align:center}.table-cell-pax{max-width:5%}.buttonHabil{background-color:#0b7a15;border:none;border-radius:8px;color:#fff;cursor:pointer}.buttonDesabil,.buttonHabil{width:70%;padding-top:3%;padding-bottom:3%;font-size:14px;text-decoration:none;margin:4px 2px}.buttonDesabil{background-color:#9e0303;border:none;border-radius:6px;color:#f0eeee}.table-header{font-weight:700;background-color:#042172;color:#fff}.table-row:nth-child(2n){background-color:#f9f9f9}.CabeceraModal{display:flex;background-color:#21a6e4;height:19%;color:#fff;justify-content:space-between;padding-left:5%;padding-right:4%;align-items:center;border-bottom:2px solid #fff}.CabeceraModal button{color:#fff;background-color:initial;border:none;font-size:large;font-weight:600;cursor:pointer}.codigoModal{display:flex;color:#fff;justify-content:left;align-items:center}.codigoModal p{font-size:medium;padding-left:1%}.bodyModal{flex-direction:column;background-color:#fff;height:60%;align-items:center}.bodyModal,.bodyModalForm{display:flex;justify-content:center}.bodyModalForm{flex-direction:row;width:100%}.iconoModal{display:flex;width:11%;height:74%;background-color:#034d8d;align-items:center;justify-content:center}.bodyModalForm input{border:2px solid #034d8d;width:70%}.bodyModalForm input,.modalForminput{padding-inline:1.5%;padding-top:10px;padding-bottom:10px;margin-bottom:15px;font-size:large;color:#001b48}.modalForminput{border:2px solid #588d03;background-color:#fff;border-top-right-radius:10px;border-bottom-right-radius:10px;width:40%}.bodyModalForm label{color:#fff;font-size:medium;font-weight:600}.btnModal{border:2px solid #21a6e4;color:#21a6e4;cursor:pointer}.btnModal,.btnModalDeshabilitado{width:60%;padding-top:1.5%;padding-bottom:1.5%;font-size:large;font-weight:500;text-decoration:none}.btnModalDeshabilitado{border:2px solid #797778;color:#797778}.avisoModal{display:flex;flex-direction:column;background-color:#fff;border-radius:10px;height:60%;justify-content:center;align-items:center}.avisoModal label{font-size:medium;color:#464646;font-weight:600}.avisoModalIn{display:block;width:90%;justify-content:center;align-items:center;color:#464646;margin-bottom:3%}.avisoModalIn label{font-size:medium;color:#464646;font-weight:600}.PieModal{display:flex;border-top:2px solid #cecfd1;height:19%;align-items:center;justify-content:space-around}.btnModal2{border:2px solid #21a6e4;color:#21a6e4}.btnModal2,.btnModalCancel{width:30%;padding-top:1.5%;padding-bottom:1.5%;font-size:large;font-weight:500;text-decoration:none;cursor:pointer}.btnModalCancel{border:2px solid #797778;color:#797778}.btnModificarLista{background-color:#0864ee;margin-right:5%}.btnEliminarLista,.btnModificarLista{border-radius:5px;border:0;padding:4%}.btnEliminarLista{background-color:#db1e1e}.divAgregar{width:85%;justify-content:space-between}.btnAgregar,.divAgregar{display:flex;flex-direction:row;align-items:center}.btnAgregar{width:20%;background-color:#06ad4c;border:none;border-radius:8px;color:#fff;padding:5px 40px;font-size:large;font-weight:600;text-decoration:none;margin:4px 2px;cursor:pointer;justify-content:center}.FormReclamaciones{padding-top:80px;min-width:90%;flex-direction:column;margin:0 auto}.DivGral,.FormReclamaciones{display:flex;justify-content:center;align-items:center}.DivGral{margin-top:50px}.SectionReclamaciones{padding-top:80px;width:75%;display:block;justify-content:center}.Titleform{display:flex;justify-content:center;border:2px solid #f0f}.BusquedaLibroReclamaciones{justify-content:center}.BusquedaLibroReclamaciones,.PruebaDivBusqueda{display:flex;flex-direction:column;align-items:center}.PruebaDivBusqueda{border-left:2px solid #ccc;width:80%;padding-top:2%;margin-bottom:4%}.DatosRucContainer2{width:83%;display:flex;flex-direction:column;align-items:center;margin-bottom:20%}.DatosRecuperados{display:flex;flex-direction:column;padding-left:3%}.DatosRecuperados label{font-size:15px;font-weight:500}.DatosRecuperadosTitle{display:inline-flex;flex-direction:column}.DatosRecuperadosTitle label{font-size:15px;font-weight:600}.titleRuc{font-size:18px;font-weight:700;margin-top:1%;margin-bottom:1%}.FormNuevoReclamaciones{display:flex;align-items:center;justify-content:center;flex-direction:column;border-top:5px solid #1c212f}.LogoLibroReclamaciones{display:flex;width:100%;flex-direction:row;align-items:center;padding-left:2%;padding-top:.5%;padding-bottom:.5%;background-color:#1c212f}.libroNombre{display:flex;width:80%}.PruebaDivR,.PruebaDivR2{display:flex;flex-direction:column;width:75%;padding-top:2%;align-items:center}.PruebaDivR2{margin-bottom:10%}.tit1{display:flex;justify-content:center;align-items:center}.tit1 label{font-size:xx-large;font-family:Tahoma;font-weight:500;color:#333;margin-bottom:15px}.tit2{display:flex;justify-content:center;align-items:center;margin-bottom:4%}.cajas{width:95%}.cajas label{font-family:Tahoma;font-size:medium;font-weight:500;color:#04207c}.cajas input{padding-inline:1.5%;width:96%}.cajas input,.cajas input[type=checkbox]{border:1px solid #5c5c5c;border-radius:20px;padding-top:10px;padding-bottom:10px;margin-bottom:15px;font-size:medium}.cajas input[type=checkbox]{padding-inline:3%;width:2%;align-self:flex-start}.cajas input[type=radio]{width:2%;align-self:flex-start}.cajas input[type=radio],.cajas textarea{border:1px solid #5c5c5c;border-radius:20px;padding-inline:1.5%;padding-top:10px;padding-bottom:10px;margin-bottom:15px;font-size:medium}.cajas textarea{width:96%}.cajas1{width:95%;flex-direction:row}.cajas1 label{font-family:Tahoma;font-size:medium;font-weight:500;color:#04207c}.cajas1 input{border:1px solid #5c5c5c;border-top-left-radius:20px;border-bottom-left-radius:20px;width:80%}.cajas1 input,.enableButton{padding-inline:1.5%;padding-top:10px;padding-bottom:10px;margin-bottom:15px;font-size:medium}.enableButton{border:1px solid #3181f8;background-color:#3181f8;border-top-right-radius:20px;border-bottom-right-radius:20px}.disableButton,.enableButton{color:#fff;font-weight:700;width:16%;cursor:pointer}.disableButton{border:1px solid #5c5c5c;background-color:#555;border-top-right-radius:20px;border-bottom-right-radius:20px;padding-inline:1.5%;padding-top:10px;padding-bottom:10px;margin-bottom:15px;font-size:medium}.tituloreclamo{display:flex;justify-content:center;align-items:center;flex-direction:column;border-bottom:1px solid #5c5c5c;margin-bottom:20px;width:95%}.tituloreclamo label{font-size:x-large}.subtituloreclamo,.tituloreclamo label{font-family:Tahoma;font-weight:500;color:#333}.subtituloreclamo{font-size:medium}.texto{font-weight:500;color:#333;text-align:justify}.texto,.textored{font-size:small;font-family:Tahoma}.textored{font-weight:600;color:#af0707;margin-bottom:-5px;text-align:left}.documento{display:flex;flex-direction:row;justify-content:space-between;width:95%}.documento label{font-family:Tahoma;font-size:medium;font-weight:500;color:#04207c}.Tdocumento{display:flex;flex-direction:column;width:40%}.Tdocumento select{border:1px solid #5c5c5c;border-radius:20px;padding-inline:3%;padding-top:10px;padding-bottom:10px;margin-bottom:15px;font-size:medium;width:90%}.Ndocumento{display:flex;flex-direction:column;width:60%}.Ndocumento input{border:1px solid #5c5c5c;border-radius:20px;padding-inline:1.5%;padding-top:10px;padding-bottom:10px;margin-bottom:15px;font-size:medium;width:90%}.checkeaado{border:1px solid #ee0606;display:flex;flex-direction:row;justify-content:space-around}.PaginaCentral label{font-family:Tahoma;font-size:large;font-weight:500;color:#1c212f}.imgReclamaciones{height:280;width:103}.TitReclam{display:flex;justify-content:center;align-content:center;margin-bottom:20%}.tituloReclamaciones{text-align:center;font-size:x-large;font-weight:600;color:#1c212f}.tituloReclamacionesEmp{text-align:center;font-size:large;font-weight:600;color:#fff;padding-left:2%}.incidencia{display:flex;justify-content:right;padding-inline:1%;width:95%}.incidencia label{text-align:right}.Formbutton{width:40%;background-color:#1c212f;border:none;border-radius:8px;color:#fff;padding:8px 60px;font-size:16px;text-decoration:none;margin:4px 2px;cursor:pointer}.PaginaCentral{justify-content:space-between;align-items:center;padding-inline:1.5%;flex-direction:row}.PaginaCentral,.PaginaPrincipal{justify-self:center;display:flex}.PaginaPrincipal{width:100%;flex-direction:column;justify-content:center;justify-items:center}.ReclamoQueja{display:flex;flex-direction:row}.ContinuarReclamaciones{display:flex;flex-direction:column;justify-content:center;align-items:center;border:2px solid red}.TraerEmpresa{border:2px solid #40e0d0;flex-direction:row}.DatosModal{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #5c5c5c}.DatosModal input{border:1px solid #5c5c5c;border-radius:20px;padding-inline:1.5%;padding-top:5px;padding-bottom:0;margin-bottom:15px;font-size:28px;width:90%;text-align:center}.DatosModal button{width:90%;background-color:#1c212f;border:none;border-radius:8px;color:#fff;padding:8px 60px;font-size:16px;text-decoration:none;margin:4px 2px;cursor:pointer}.errorMsg{color:red}.Form_encabeza,.Form_encabezado{background:#e6e6e6;width:40%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto}.Form_encabeza{float:right}.Form_colum{display:flex;flex-direction:row wrap;justify-content:space-between}.Form_colum select{border-radius:8px 8px 8px 8px;font-size:13px;line-height:18px;border-radius:5px!important;border:1px solid rgba(0,130,202,.5411764705882353);box-shadow:none;outline:none;padding:16px 30px 15px;transition:all .3s ease;box-sizing:border-box!important;display:block;height:49px;margin:15px}.Form_filas{display:flex;flex-direction:row wrap}.Form_filas input[type=radio i]{background-color:initial;cursor:default;-webkit-appearance:radio;box-sizing:border-box;padding:initial;border:initial;height:20px;margin:10px}.FormReclamaciones p{color:#4b75b8;font-weight:700;font-size:18px}.FormReclamaciones label{font-weight:700;font-size:14px;margin:20px}.FormReclamaciones input{background:#cfe6ec;height:40px}.FormReclamaciones-input__textArea,.FormReclamaciones input{border-radius:8px 8px 8px 8px;font-size:13px;line-height:18px;border-radius:5px!important;border:1px solid rgba(0,130,202,.5411764705882353);box-shadow:none;outline:none;padding:16px 30px 15px;transition:all .3s ease;box-sizing:border-box!important;width:80%;display:block;margin:15px}.FormReclamaciones-input__textArea{background:#fff;height:60px}.FormReclamaciones textarea{border-radius:8px 8px 8px 8px;font-size:13px;line-height:18px;background:#cfe6ec;border-radius:5px!important;border:1px solid rgba(0,130,202,.5411764705882353);box-shadow:none;outline:none;padding:16px 30px 15px;transition:all .3s ease;box-sizing:border-box!important;width:80%;display:block;height:auto;margin:15px}.FormReclamaciones button{background:#0082ca;text-decoration:none;text-transform:uppercase;border:none;color:#fff;transition-duration:.4s;font-weight:700;border-radius:5px;padding:10px;margin:10px}.PagPagos{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;font-size:16px;padding-top:7.5em}.PagPagos__FormEncuesta{display:grid;grid-template:repeat(1,minmax(auto,3fr))/repeat(1,minmax(200px,1fr));align-self:center}.pagos h1{padding-top:2%}.pagos input{border-radius:8px 8px 8px 8px;font-size:13px;line-height:18px;background:#d1e8f5;border-radius:5px!important;border:1px solid rgba(0,130,202,.5411764705882353);box-shadow:none;outline:none;padding:16px 30px 15px;transition:all .3s ease;box-sizing:border-box!important;width:98%;display:block;height:49px;margin:15px}.pagos label{font-family:"Open Sans",Roboto;font-weight:700}@media screen and (max-width:900px){.PagPagos__FormEncuesta{grid-template:repeat(1,minmax(auto,1fr))/1fr;grid-gap:.8rem;gap:.8rem;margin-left:10px}.pagos input{width:80%}}@media screen and (min-width:320px) and (max-width:568px){.PagPagos__FormEncuesta{grid-template:repeat(1,minmax(auto,1fr))/1fr;grid-gap:.8rem;gap:.8rem;margin-left:10px}.pagos input{width:80%}}.Empresa,.PagosCulqi{margin:130px 0 10px;display:grid;justify-content:center}.Empresa h1{text-align:center}.Empresa__Form{display:grid;grid-template:repeat(5,minmax(auto,1fr))/repeat(1,minmax(200px,1fr));align-self:center;grid-gap:10px;gap:10px}.Empresa__Form-bloques{display:grid;grid-template:repeat(2,minmax(auto,1fr))/repeat(1,minmax(200px,1fr));align-self:center}.Empresa__Form-bloques input{border-radius:8px 8px 8px 8px;font-size:13px;background:#d1e8f5;border-radius:5px!important;border:1px solid rgba(0,130,202,.5411764705882353);height:25px}.show{cursor:pointer;border-radius:8px 8px 8px 8px;font-size:13px;background:#eeb4b9;border-radius:5px!important;border:1px solid rgba(202,0,0,.5411764705882353);height:40px;padding:2px 4px}.centrar{margin:0 auto;display:block;text-align:center}.button{color:#fff;display:inline-block;padding:5px;border-radius:5px;background-color:#119eef;border:none;height:40px;width:auto;margin:10px;font-size:16px}.body{margin-top:70px}@media screen and (max-width:900px){.Empresa{margin:50px 0 0}}.script{padding-top:5.5rem;display:grid;overflow-x:hidden;overflow-y:hidden;grid-template:1fr/minmax(100px,1204px);justify-content:center}.script-card{margin:105px auto 35px;border-radius:12px;box-shadow:0 0 8px 0 rgba(0,0,0,.2);background-color:var(--white);padding:30px;line-height:1.5}.script-card span{font-weight:700}.script h1{padding-top:2%}
/*# sourceMappingURL=main.2c01228d.chunk.css.map */