@charset "UTF-8";
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif}a:focus{outline:transparent!important}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:"courier new",monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:"";content:none}small,sub,sup{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure,form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;width:0}button,input{line-height:normal}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.39062deg) skewY(.39062deg)}88.8%{transform:skewX(-.19531deg) skewY(-.19531deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}@font-face{font-family:"Candara";src:url(/static/media/CANDARA.5c13608b.ttf)}html{font-size:62.5%;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{margin:0;background:#e6eff1;font-family:"Candara"!important;color:#666}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.center{text-align:center;margin:0 auto}.h2,.h3{font-size:3rem;font-weight:700;color:#0e5f73;line-height:3.6rem}@media (max-width:767px){.h2,.h3{font-size:2.5rem}}.h3{font-weight:400}.icono{display:inline-block;background-color:#0e5f73;color:#fff;line-height:20px;border-radius:50%;height:19px;width:19px;font-size:2rem;font-weight:400}.icono,.icono-2{text-align:center}.icono-2{height:24px;width:24px;font-size:18px;font:icon;font-weight:900;color:#17428e;border:1px solid #17428e;border-radius:50%}.flx{display:flex;flex-flow:row wrap;grid-gap:1rem;gap:1rem}.flx input:last-of-type{margin:0}.input{font-size:19px;font-family:"Candara";color:#55b9a5;background-color:rgba(85,185,165,.2);border:1px solid #3f9686;border-radius:7px;padding:6px 10px 2px!important;height:37px;line-height:19px}@media (max-width:1024px){.input{flex-basis:150px}}@media (max-width:767px){.input{flex-basis:300px}}.input::-webkit-input-placeholder{color:#55b9a5;font-family:"Candara";line-height:25px}.input:-ms-input-placeholder{color:#55b9a5;font-family:"Candara";line-height:25px}.input::placeholder{color:#55b9a5;font-family:"Candara";line-height:25px}.input:focus{outline:none!important}.inputselect div:first-child{padding-top:10px}.boton{height:38px;width:176px;background-color:#55b9a5;color:#fff;border:none;border-radius:100px;font-size:19px;padding-top:5px;font-family:"Candara"}.boton:hover{background-color:#3f9686;transition:background-color 1s ease}.boton:focus,.boton:visited{background-color:#0e5f73;transition:background-color 1s ease}.btn-2{width:179px;background-color:#55b9a5;font-size:25px;font-weight:700;height:45px}.btn-2:hover{background-color:#3f9686;transition:background-color 1s ease}.btn-2:focus,.btn-2:visited{background-color:#0e5f73;transition:background-color 1s ease}.btn-3{background-color:#55b9a5;width:124px;height:26px;font-size:1.6rem;padding-top:1px}.btn-3:hover{background-color:#0e5f73}.label{color:#17428e;font-size:23px;font-weight:400;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-align:left}.checkbox{display:block;position:relative;padding-left:35px;font-size:23px;font-family:"Candara";height:23px;display:inline-block;line-height:inherit}.checkbox:hover{cursor:pointer}.checkbox .checkmark{position:absolute;top:0;left:3px;height:23px;width:23px;background-color:#fff;border:1px solid #3f9686;border-radius:7px}.checkbox .checkmark:after{content:"";position:absolute;display:none;left:8px;top:4px;width:7px;height:12px;border:solid #17428e;border-width:0 3px 3px 0;transform:rotate(45deg)}.checkbox input{position:absolute;opacity:0;height:0;width:0}.checkbox input:checked~.checkmark:after{display:block}button:focus{outline:none!important}.header{min-height:40px;padding:39px 3.4% 10px}.header .source-logo{max-width:141px;display:flex}.header .source-logo img{max-width:100%}.App .sp-slideshow{background-color:#fff;position:relative;margin:10px auto;width:70%;max-width:908px;min-width:908px;border-radius:13px;overflow:hidden}.App .sp-slideshow:before{content:"";position:absolute;width:100%;background:#fff;left:0;top:0;height:100px;z-index:0}@media (max-width:1024px){.App .sp-slideshow{width:95%;max-height:none;min-width:95%}}@media (max-width:767px){.App .sp-slideshow{width:93.2%;max-height:none;min-width:206px}}.App .sp-slideshow.steps-3{width:100%}.App .sp-slideshow .bullets{display:none;z-index:100;align-items:center;justify-content:center;position:absolute;top:13px;width:100%}.App .sp-slideshow .packbullet{position:relative;height:18px;width:18px;background:transparent;margin:6px 1.5%}.App .sp-slideshow .packbullet .active{background:#0e5f73}.App .sp-slideshow .packbullet input{position:absolute;bottom:0;left:0;top:0;width:18px;height:18px;z-index:1001;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.App .sp-slideshow .packbullet input+label{position:absolute;bottom:0;left:0;top:0;width:17px;height:17px;display:block;z-index:1000;border:1px solid #0e5f73;border-radius:50%;transition:background-color .1s linear}.App .sp-slideshow .packbullet input:checked+label{background-color:#0e5f73}.App .sp-slideshow .packbullet input:checked~.sp-content{transition:background-position .6s linear,background-color .8s linear}.App .sp-slideshow .packbullet input:checked~.sp-content .sp-parallax-bg{transition:background-position .7s linear}.App .sp-content{background:#fff;position:relative;display:contents;overflow:hidden;z-index:1}.App .sp-parallax-bg{background-size:cover;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.App .sp-arrow.sp-al{right:8px;background-position:100% 0;transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg)}.App .sp-arrow.sp-ar{left:8px;background-position:0 0}.App .sp-arrow{position:absolute;bottom:1%;width:28px;height:38px;margin-top:-19px;display:none;opacity:1;cursor:pointer;z-index:1000;transition:opacity .3s linear}.App .sp-arrow:hover{opacity:1}.App .sp-arrow:active{margin-top:-18px}.App #sp-slider{position:relative;left:0;width:1600%;height:100%;list-style:none;margin:0;display:none;padding:50px 0 20px}.App #sp-slider.animater{transition:all .8s ease-in}.App #sp-slider.width300{width:300%}.App #sp-slider>li{opacity:1;background:#fff;position:relative;border-radius:0 0 13px 13px;flex:1 1;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;height:100%;padding:0;float:left;text-align:center;opacity:.4;transition:opacity .4s ease-in .8s}.App #sp-slider>li.active{opacity:1}.App #sp-slider>li .step{width:90%;padding-left:3.5%;padding-right:3.5%;margin:0 5%}.App #sp-slider>li .step-content{padding-bottom:30px}.App #sp-slider>li img{-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:block;padding:0;max-height:100%;max-width:100%}.App .sp-slideshow.steps-3 .bullets{display:flex}.App .sp-slideshow.steps-3 #sp-slider{width:300%;display:flex}.icon-arrow{height:40px;width:40px;max-width:100%;max-height:100%;background-position:50%;background-repeat:no-repeat;background-color:#3f9686;-webkit-mask:no-repeat center;mask:no-repeat center;mask-image:url(/static/media/arrow-l.c23405fc.svg);-webkit-mask-image:url(/static/media/arrow-l.c23405fc.svg);display:flex}.view{display:none}.view.home{display:block}.pop{color:#fff;padding:20px;border-radius:12px;background:#000}.icono{display:flex;height:18px;width:18px;font-size:14px;line-height:0;padding:2px 0 0 1px;margin-top:-2px}.icono,.load_ing{align-items:center;justify-content:center}.load_ing{height:100%;position:absolute;width:100%;display:flex;font-size:30px;z-index:200000;display:none}.error_label{bottom:-11px}.error_general,.error_label{position:absolute;left:4%;font-size:13px;color:#c00}.error_general{bottom:9px;z-index:0}.invalide{border:2px solid #c00!important}.laoder-user{display:none;background:hsla(0,0%,100%,.8);position:absolute;width:100%;height:100%;z-index:5;align-items:center;justify-content:center;flex-direction:column}.laoder-user span{margin-top:20px;font-size:20px}.steps-count{display:none;position:absolute;font-size:18px;color:#0e5f73;top:47px;z-index:5;margin:0 44%}.beneficiaries .error_general{position:absolute;bottom:26px}.add_data .steps-count,.beneficiaries .steps-count{top:27px;margin:0 45%}@media (max-width:767px){.steps-count{margin:0 0 0 38%}.add_data .steps-count,.beneficiaries .steps-count{margin:0 0 0 40%}}.help-tip{position:relative;display:flex;align-items:center;justify-content:center;height:18px;width:18px;line-height:0;padding:2px 0 0 1px;margin-top:-12px;right:-8px}.help-tip:before{width:18px;height:18px;content:"?";position:absolute;top:0;right:0;font-size:14px;padding:11px 6px 0;border-radius:50%;font-weight:700;cursor:help;background:#0e5f73;color:#f9f9f9;box-shadow:0 1px 6px rgba(0,0,0,.3)}.help-tip:focus .help-tip__content,.help-tip:hover .help-tip__content{transform:scale(1)}.help-tip__content{position:absolute;line-height:1;top:0;left:29px;width:270px;padding:15px 20px 10px 10px;color:#000;box-shadow:1px 1px 8px rgba(0,0,0,.4);z-index:999999999;transform-origin:0 50%;transform:scale(1);transition:transform .2s ease;border-radius:7px;background:#f3f7f8;display:none;flex-direction:column}.help-tip__content .boton{height:33px;width:161px;font-size:17px;padding-top:5px;margin:0 auto}.help-tip__content:before{content:"";position:absolute;top:calc(50% - 7px);left:-7px;box-shadow:1px 1px 8px rgba(0,0,0,.4);border:7px solid #f3f7f8;transform:rotate(134deg)}.help-tip__content:after{content:"";position:absolute;top:calc(50% - 12px);left:0;background-color:#f3f7f8;width:13px;height:26px}.help-tip__content h3{font-size:19px;line-height:23px;margin:0 0 15px 20px;color:#0e5f73}.help-tip__content p{list-style:none;opacity:1!important;font-size:17px;line-height:20px;margin-bottom:10px;color:#405054;padding-left:5px}.help-tip__content ul{margin:0;padding:0 0 0 20px}.help-tip__content ul li{list-style:none;opacity:1!important;font-size:17px;line-height:20px;margin-bottom:10px;color:#405054}.help-tip__content ul li b{font-weight:700!important;color:#0e5f73;font-size:18px;position:relative}.help-tip__content ul li b:before{content:"";position:absolute;top:calc(50% - 6px);left:-14px;border:5px solid transparent;border-bottom-color:#0e5f73;transform:rotate(90deg)}.help-tip__content p{margin:0;text-align:center}.help-tip__content.Clone{display:flex}.help-tip__content.Clone.help-tip__content.st1-4 h3{margin-left:5px!important;margin-bottom:5px}.help-tip__content.Clone.help-tip__content.st1-4 p{text-align:left!important;margin-bottom:10px}.slect-tag{padding:0!important;font-size:18px;color:#55b9a5;background-color:rgba(85,185,165,.2);border:1px solid #3f9686;border-radius:7px;height:36px;line-height:inherit}.slect-tag .react-select__control{background:transparent;height:34px;min-height:34px;border:0!important}.slect-tag .react-select__control--is-focused{box-shadow:none!important}.slect-tag .react-select__control .react-select__value-container{height:34px}.slect-tag .react-select__control .react-select__value-container .react-select__placeholder,.slect-tag .react-select__control .react-select__value-container .react-select__single-value{color:#55b9a5;line-height:1;top:56%}.slect-tag .react-select__control .react-select__value-container>div :nth-child(2){position:absolute}.slect-tag .react-select__control .react-select__value-container .react-select__input{max-width:2px}.slect-tag .react-select__control .react-select__indicators{height:34px}.slect-tag .react-select__control .react-select__indicators .react-select__indicator-separator{display:none}.slect-tag .react-select__control .react-select__indicators .react-select__indicator.react-select__dropdown-indicator{padding:8px 5px 8px 0}.slect-tag .react-select__control .react-select__indicators .react-select__indicator.react-select__dropdown-indicator svg{fill:#55b9a5!important}.slect-tag .react-select__menu{max-height:100px}.slect-tag .react-select__menu .react-select__menu-list{height:100%;max-height:100px}.slect-tag .react-select__menu .react-select__menu-list .react-select__option{padding:4px;line-height:1}.slect-tag .react-select__menu .react-select__menu-list .react-select__option--is-selected{background:#55b9a5}@media (max-width:767px){.help-tip{display:none}.react-datepicker-wrapper{width:100%}.error_general{bottom:8px;left:12%;width:77%}}.contentHome{height:575px;position:relative;z-index:1;width:100%}.stepHome{background:url(/static/media/Rectángulo1292.a84977f3.png) no-repeat 50%/cover;display:flex;justify-content:flex-end;position:absolute;width:100%;height:100%;z-index:1}@media (max-width:1024px){.stepHome{background-position:50%;background-size:cover}}@media (max-width:767px){.stepHome{background-position:50%;background-size:cover}}.stepHome .divHome{flex-grow:0;flex-shrink:0;flex-basis:50%;background-color:rgba(14,94,113,.5);display:flex;align-items:flex-end}@media (max-width:767px){.stepHome .divHome{flex:1 1}}.stepHome .divHome-right{color:#fff;display:flex;align-items:flex-end;flex-direction:column;margin-bottom:9%}@media (max-width:767px){.stepHome .divHome-right{align-items:stretch}}.stepHome .divHome-right .saludo{margin:0 3% 0 0;text-shadow:5px 5px 5px rgba(29,29,27,.5019607843137255);text-align:right;letter-spacing:.7px;font-size:80px;line-height:84px}.stepHome .divHome-right .saludo.en{font-size:54px;line-height:65px}@media (max-width:1024px){.stepHome .divHome-right .saludo{font-size:66px;line-height:65px}}@media (max-width:767px){.stepHome .divHome-right .saludo{font-size:66px;line-height:65px;text-align:center}}.stepHome .divHome-right .a2{margin:0 0 7%;background-color:#0e5f73;line-height:65px;padding:16px 3% 0 10%}.stepHome .divHome-right .a2.en{padding:4px 3% 0 10%}@media (max-width:767px){.stepHome .divHome-right .a2{padding:0}}.button-stepHome{padding:11px 10px;border:none;border-radius:25px;background-color:#55b9a5;color:#fff;text-align:center;margin-right:13.5%;font-family:"Candara";font-size:24px;font-weight:700;height:45px;width:289px;letter-spacing:.4px;display:flex;align-items:center;justify-content:center}.button-stepHome span{height:23px}.button-stepHome .icon-arrow{transform:rotate(180deg);background:#fff}@media (max-width:1024px){.button-stepHome{margin-right:10.5%;font-size:17px;height:40px;width:245px}}@media (max-width:767px){.button-stepHome{margin:0;font-size:26px;font-weight:700;height:51px;width:100%}}.content-hello{display:none;align-items:center;justify-content:center;width:100%;height:100%;z-index:2;position:relative}.hello{background-color:#fff;position:absolute;display:flex;justify-content:space-between;align-items:center;width:65%;z-index:1100;margin-top:-50px;box-shadow:7px 7px 10px rgba(0,0,0,.75);padding:0}@media (max-width:767px){.hello{width:313px}}.hello .imagen{background-image:url(/static/media/img-hola.a5124008.svg);background-repeat:no-repeat;background-position:50%;flex:45% 1;width:260px;height:270px}@media (max-width:767px){.hello .imagen{display:none}}.hello .texto{flex:68% 1;display:flex;flex-direction:column;justify-content:flex-start;text-align:center;color:#0e5f73;padding:16px 0}.hello .texto h3{font-size:65px;line-height:84px;margin:-6px 0 0}.hello .texto p{font-size:22px;line-height:25px;padding:0 20px;margin:-5px 0 0}.botones{margin-top:10px;display:flex;justify-content:space-evenly;padding:0 20%}.botones .bt{border-radius:30px;background-position:50%;width:80px;height:33px;border:0;outline:transparent;background-color:transparent}.botones .usa{background-image:url(data:image/png;base64,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);background-size:cover}.botones .esp{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAA6CAYAAAA9Qj4fAAAAAXNSR0IArs4c6QAAFE1JREFUeAHtW2mMXFV2/l69pfaqrqpe8dZ2g/GCsQEvLBFLggfCwAAD8USZH4BmURIRZSYTJRpFEE1+RUIalChCk2iWIJQRgxRmYJjJwCyGEDwGjA00bdxuuw12e+1uV3ft26uX79yq1y6XXb3YDkRJHXj9Xr13l3O+e+6555x7DbSpjUAbgTYCbQTaCLQRaCPQRqCNQBuBNgL/xxHQLrV8juNo+/btW+YxzS1wnA2maV3h0Tx9mkfzezShc3vUwJdN7zV4IP83Uu3nuWXdyqqJhnZUu24DDe/dhjW3fTKte/S8YejHyeAwoL9bKuV3JhKJI271S3U/i43mRsmH56WXXvLl83mXteYiM78XDwz0xgLh+yzL+ILX513r9Xp9uq4TZ6nq8D91U09sV9U7685XqlT9rr7NPNcq16qxVL2+x1NjS3421pXO3DJyn/lWr3fWO/nK8rU/HDqPBtMwHfKf9/u871iW9UylUvlJOBweV0xf5J9ZAZ9P26Ojoz224zzs9/u/EgwE+smgLo1Wq1XYvORetat1oUUyl6h/bu/ug/qs4KkVcgHir9qjICmfzi4z06r6XPtVr1orW69Tq9tQu15eysogKJ5tW/HtDpjPa9mU63AwGPwOZfw+Z8CEcHCh5Iq84Prbt283unoX3RsK+R+PRSKrCLQlTJYrFZRLJZTLZVAz1GVTCCFXCNFMuTgDZi75LfbGtTnuvRVjblvyfa6yrdo433tpVxSlRBmKpbKSQ8r5fN5SJBIZ9gUCjwUs66fss3q++nO9uyDAR0ZGIuztm/F4/Msc/QQb0YTBQqGgrmKxqLTFBVWrUohCSZnaquFBhQLJgNgcEAHd5/OpyzRNGIahBsMF0b3PJcil/i7Ay1Wp2Mjl8wS/JHw54VAw2RGNPhUIBP6evGUX2u+CASfYXZpuPJGIxR4gUCHbriiQaefVXUA2i2UUD3yE5Dt7kDkwCo/ugZWIwwj4AZvzl8B6L+uF2b8UlXgUBVRZRgeFAKcuOFnUQAjY7rVQwS5VeRd4ATyby4l5dGhacp2J+I/I6zfI39RC+loQ4Lt37+7qiCWeSCRiD3BRCZWoydlsVgEtwAR1A0hO4/ivX8XhF/8DmbGj0C2CG4/zisEM+pUZrZap2V4vOlZfifiGq6F1xpEiJzkOnsHynLqgUBwXc0bbpf1Pk5SpoWlMU95Sqez4vN5cd1engP518paaL29EaH60Y8cOfygS+TuC/Tl2FhTzkclkFNg+jwEfQcztH8Xoj57H2Cu/Qf7ESaWdZjiISi6PcioFg9rrIaCCukOzUpiYRIUCLNp6G3q7u5AqFDFZyON05TToFSAUCs1ou3D5aYIufYv5i5CnVCajUf7A+MTEg5zR4xyMx/mdNnNumjfgHYnEI12JzgcJdgenl5Ym2EWC7stzcRnZh7Hf7sTYy7/G9P6DsGlehIgrilNcOPMFAp6GEQrSrASg+7xKw0Vny5kspocPIMwp6+eAxGkzJ/l8ur5gRaNRZd9FWKFPG3QxmQL6tJPW8vlCeDKZfKhT0/aTte8rBuf4My/Ah4aGNsSi0T8NBPwxeh5almCLJ2KOJzH2/Is4tfNtgjaCYnKKIDvw+H3QiHaVi6LDy6aG29TeCgfIDBVhRcNgYMT4Q4NDl1G+5U+cgkZQZZCCNCfTQR+FqiqARUiaMGVeRB4BXaa4S5/kIEhfwo/MvunplJZOZzqphH9Jfnbw2z6Xp1b3mtq0+sr3dP989EYe7+zsvJkNenNcOOTy0FaPPPkUjv78FUxzYSzRZIiZEKAFNQ8XPpNMmdRqcogqvRK6LiqwEGA9pgFdQBfwOChyN2jjqxyU8vGT8NCzKRo6SmxMbPls9vyTBFygUqAL8AzqaFo8tOkRv89nbN269ZWnn356VndxTg3v7u7eGIlGbzcNQyJOyGVUqhj956dx4lfblVZLwKARVE1cOoIkzwJ+JZtRwFrRiFo0i8kktbmgGJaITgFFxkFwRfsLk5PwdXUJ9iiPfgyNA1Gih5PkADUC7gotd6HRU5P46Z69GDp6svaixV8/B3nLwFI8sGkdvDLYF0mWOAQ0j4VC0Uyl0vfcdNNNP2CT78zW7KyA79q1yzS93m2cPl0E1SNgSxATmn4dK6/5JS6//LSsfrX2NYNAOwRL1JuIaV6mJGgiqny2swp4zeyGXUzDKadpPirQrAo8Xvq3vjyLp6CZIc6McTiajjLXhjySOFm1kckbSKfTCnSx5c0aPZ0rYPdHR/Gfw6OzyYqQz0I04GNgI9Pw4khpORUrwBiiWCx5uJD2xGId22hadvNbyw5mBZz+8BK6PTe62i0BjdfJwJx+Af4+eiF9tQiSCKNMIdJ5B+EAII6ISkYJ8B4xGz6ajRxQOVaT0qF5cQp8T1Ni8K5neJ/iIATgeAhIiYPndaDbx1DyWMiXY/SIvDM+ugu4e2+ETt55ZUZwpjVTyGvBRy2/lCSBmpfmM18sGplc7nauNX1svy7ouT3N2rvh9V4d8PsXc9R0iSTFdHizg9CLTKg5tciRNgRFx48PTlh475CGDQNerF3Cch5+t4u0DXRRq7wzuDmHBPSylJPByBBsi5GdFxUCzrwZ1wMHAcOCpfciq4eVCyr++fm03G17oDuOR7fehHuvvcp99T92l8GtLegWCsWCJ5vJ9kfDYen4wgDXPcZmjl6AZkSF7rpEhNM7odmc/pw12bKFVweDOHDYgj2ZwmTWwen9JbzZ6cOK5cDG5TkkggR0VuJAcEAcXpUSZ0qRYNvUTpoVMeY6Z4HftwIpfZkKssQ/l0j0Ykm8nAIX8r1HT+F1mqKTdFujjISv7V+E6weWgavgvLugBZAFVCuWigF6cVtY8ZVWlVtquAQ6pqmv1A3DrJAx0XCvk4ancIAAUTNJwvSH72SxezCFqZLNBY6LXzGFUMnBHXcFcFUvwaSTMhdJOxWZDAWbYLtmqlaLfgDNwDF4KmlqeETlYGSmiWadz6TM1Zd8r7K/Q1xo//X1t/Hcm++j1NCnRXO0ZlEP/uruWxXw8+nD46kl4crlil6qVNZQHpP1aDfPpZaA0zsJm7rZTSusS9ZPhDSqtLP2JJLpMl7cWcHqJQ4+e4eGI7TfEwc8MHL0TGjDV24Ebr+xiGOTwP6jwLp+DYnImUxgIxuOeCgK7DPrb+N3jabLqibZd2Ym+ygDJOTeG8tPZfN4de9BTKZppprIol1f2deFJfEOvLB7aAZsseuddF/zVKzJTA7Dx0/h2d++i7UEPkITNhvVzAqXIGp5qVzWqJyLWJ4oYPp89VoCns1WgoGgEWSDmoAtwml55uDLWRTpFr43Jh5JFbldHpRGquhLldF3ww3Ql/Wg7CSxfTSJ9NQhRqNp9MQ9iAvgTRxUCXaZQakAriKepu/yU1xE3aZ7SQ0XTXQHX/EjH5togoD9hGDK1UzioWzbvB53rV+NobETqr2lTJ59/c6bcc+1azGRzqqB+JDu5TfuumVOsBvb1+m+Ug2YGHXCfC/zemGAMyi3OGvp28naJeDKpleZoNlgSha3/t7dCGbfxvtvfYwhp8gRBvqYCRzfcwzBni6El+i4fKAH+UwS0cgB2rgzmUxpz+aEE7CrdFTmJJvhT6WgXFJ38N06wtdCSaf3ZNW9lWlGubs/Popr+hdjaaIDX75lsxp7ncIviGRni9uLlXJFlPhcF6neWEsNJygyb2f8SVdQCWje3JHBnj2/gEO/fGJ/hVNxGQuWMJYsoEcCFwrz0Uc6xt47yAkxjuiWAjrW0+MIcLgqEuTQMRELN9N6nZtZbsKNsFRjq3XBFV1xfOW2LUqLz1fKoiYWyjY2r1iCN/Yfgvjwz7yxGz/e9QE28t3nN67DbasH6LOLri2c5hr/loDTEygy96smu6tFjiZhuoXuy3wIp9chfWQQ/mU5DJw6imMFP3aNH8d6Wq9VwRjt+TiSWdp1fxzBjglOkyIKaW5jnXcpmV0wxwyiatBHVzowe1kPtdfPQGA2L8Nrcu2hWZH14zvbd2KcpiRTLOHVDw/izYOHuVguxWP3bsVyupjzJZXW8GgOXVaRsKWULecN8yXZim2nKaQjgIuwFV8nV4cwPjpgY2L0FNat0xAf0LB8tY2lfXks9SSxOjGIKy57DX3+vVgzQDOQLuH4oQqyUxcItqNxTfDzqmmc650IT64izBcUt5zU62YC7aGbN+H5P38Ij993u9J48VDyzFLuJOj/+MrrDORE3+ZHEoGTI8fQGcEBZ+xnU/WWgEevuy5t29VjBLoiK7AwWaiGGVF1Y83aABZvXsYAkmEtx5L5eAQZpq/uLCKU4GphayznwOqI4PLNPVg24GO2r6nnef50GKUWPQkarIByBWcLeubZpCpG9w0TTA0bNDGP3LwZP/jqH+LbX/wcLiPPReb2D9BtFN98LhJFFHMrizmVoaqbxhHWOddFqjfU0qRcoWnF4ZGRYbo6ZQpJn9ykrbaYs16FydzbeO2/XsaaPk3tyNvUwizd51MpA+FhWnOG5Z29Gt54dxhTHJClN/GKMYhpObytxGKW0epC1tOLsuanXfXNJLGkhgjbTMen0vjuq2/hZ+/ua/4EN3l1zzVrVO7ln371BipMD3/pli3KBUwxb19VKWGmJyQ9wGs+JJvOcjGZZVM536Nynh1MNDTSEnApUyiV3mLAk2HyKswcgZZiCraSuB7B0Mu49coKEqEyNi0v4sAJB+8eC+MoAQ8FbFy7OItl3Q6iY16cmPYg6uPUdFry0MBO06PuQ8Hs54zpoQ3nrhIBl9nmmpWm0upnlrb4A7p8cjWTm7zaTBv92vBB7KF3IomsP3vmx2cVjTLKlKxiH83OXCRDzoBHtNzx+/wpDtLbs9WZFXCnXB5khvBQmNlCCssI1qC2LUP/8nVYER5TIbk03hPVcNOVTEA10eJELSJtej2/n0x62UYnpvXLkXG6RXvUJrOE9WLehNz7/Bo8U0qAfPh3NoHHHfDDHXuQ5AaJkDS7iCblwU3r8cgtm2ZcxzM1z35yzQnzKFK5Ggz4R4jR3rNLnf1rVsD3799/IhAK/YZavo6CmrKjPjnJXZvY/Rj/5SByRxnmu+nZs9u9qF+ahMqhMMyV6zDR24+i10RvfWNZBr0Z6HVL+vDUw59X03qujk3aNR/NY5Bu31/ceYuy38PHTtGjyqGT+69X9nWjgxsh8yVJe9D3pnb7Sjx18DPyxvi6Nc0K+LZt2+w9Q0PPp9KZBxPxGPEO6rJxnEI/MsH7MLT9e9w0YE78UhLVzKLgkZXLEVi8lotlHAGuuO7eppiTZpKFz9AXntASFzIRCuDGlf3NTc7529XurLL7DC9DwcNUyufnqngu9001NqxZM5jOpF9gkj0nqVER3KZWd9//WSy78zNqG62pygX/lB0jnXZa50wKbL4W5aWL1C5/F4MpN0vo2u9mLb/gTi+iItc4SaaJdhcj4fAP2dTIXM3NCTgFswu2/S/TqekhPpdFcAE9XSlhxaNfQv/vfwZeTveLIdnjlN18iwmkQG8P+v7gPlSvuxoOd2gE7Fgsps6piEv4v4FEu+m9cVMkS8/LU451xN7nGvdd4nOu29TE8JyAS/n1q1Ydmkqnn8hksyfpHlZjPNjT0dGB09w86P/aH+PKh74IfyeDovkQFya1n8nprDF7p45M0J7Ks6+7G70P3ovyBpoSHonjxrUCXAa5cU9TtFuEdq/5dHupykifEuSIaSVVOzqiY5FI6FvkqeWmQ2Pfs9rwxoITJ068aGr6GsL0aCAY6KbmqaTW+Pg4Yn90PzatW4t93/keJgY/qO3QN1ZufJaciAK9ns+mALJIdt9wPSJ3/C6mExFUORh9PT1giljNJjki4QY8AvanRS7YKe6v0n93QsHg6Xgs9m3y9ov58rQg7mVTItHV81hXZ/yr3AmK02XUJiYmcPr0abWb32H6kH9rN0af/XcFvM090NlIzEjXlk3ovvtOpPsSSJWK3N3xKaBFu0WzBezz+d4ivEufxCBIf3IAlQ6E8rnpkUzxqNs/0JTIoc7ZBXUZ5X1BgEu9I0eO+HOFwl9zZP+Ei2gX3SIehknTXZyEgC8bzdEwzwamssjvO4Cpwb08YziGUr4W7VrBEIKLFyG0ZhW0FUsxydRrMjWtgOX5F2VGZI2Qg53ic7uaLX1/EsBKP40kQEvozlNW6hQteXAYCCbptT1JsJ9YCNjS7oIBl0pyfCIcjj4UjoS+yWnVz1ceOWs4NTWNZPI071M8lTStGBUNNQU4mg2bRx4aD4CK5gqwcopJQBaNlmcKcpZWf3pA8zASPZE8ZVNHqw1DbPbhcDD4t+Tx38jXgsPnCwJcQBcaGhm5xm8Y3wqHwreSgVC1amsFOVHL1TuTSasTWqLxsh8qyR3XDIhrJ9orwMol7qYMjLxrNB8C9CcJtqvNzJIqnnmiSgVT5NfhMb9sNBzd7vWaf0NeB2sILPzvRQEu3fG8uJfDfIfXtL5Gpq7nOTu/WFebhzIF5Eql9i8hZGV3ra50KqDLmXAxGfLsmg5CPDPv3AFy79KAnF0Uqpnw+oaEeq/e1r7K7xkbL2Xq32pV699qleSVlJVLTIdc9WLi8vEsuK8QDIV2+izryYMHD768du3auY4hSGct6aIBd1t+7rnnrA0bNl7P0w1fsEzrLq9lLtaZHHaBVACIYFLBlUiwdb2O+jspcQag2ssaILWKZ75JM/wubcpNPTfcawUVkDPfzvdOatb75r+yUzPMNI0KtfiIZZo/Z9/P0tTtJJ/z2Qx04Wh5nxVwdjbvf8XW2AMP1Ft9fX1X8ITsVdSSlRSkj8j6xRGsrRp8aogARNAz5H6Tw5Jn3tae3G9ql9zmv5ErKSDq5WTXtf5/vSI/tPzGIjLLeOMWi8MjIXke6jjBYyHDDK8Gad5GLhXIdWbatzYCbQTaCLQRaCPQRqCNQBuBNgJtBNoI/P9A4L8BNqcXbdyE1FUAAAAASUVORK5CYII=);background-size:cover}.step-1{padding-top:4.2rem}.step-1 .form-st1{display:flex}@media (max-width:767px){.step-1 .form-st1{flex-wrap:wrap}}.step-1 p{font-size:23px;color:#0e5f73;margin:0 0 10px;padding:0 5rem;letter-spacing:-.2px}@media (max-width:1024px){.step-1 p{padding:0;margin-top:2rem}}.step-1 img{width:240px}.step-1 h2{letter-spacing:.2px;font-size:27px;margin:15px 3px 3px}.step-1 .form_{margin:1rem 8.5rem 3.5rem}@media (max-width:1024px){.step-1 .form_{margin:2.4rem 0 1rem}}@media (max-width:767px){.step-1 .form_{margin:2.4rem 0 1rem}}.step-1 button{text-transform:uppercase}.step-1 .inp-nombre{margin-right:1%}@media (max-width:767px){.step-1 .inp-nombre{margin-right:0;margin-bottom:1rem}}.step-1 .inp-apellido,.step-1 .inp-nombre{flex:1 1 50%}@media (max-width:767px){.step-1 .inp-apellido,.step-1 .inp-nombre{flex:1 1 100%}}.step-2{padding-top:4.2rem}.step-2 p{font-size:23px;color:#0e5f73;margin:0 0 10px;padding:0 15rem;letter-spacing:-.2px}@media (max-width:1024px){.step-2 p{padding:0 10rem}}@media (max-width:767px){.step-2 p{padding:0}}.step-2 img{width:385px;margin-top:-14px}.step-2 h2{letter-spacing:.2px;font-size:27px;margin:10px 0 11px}.step-2 .form_{margin:2.7rem 0 3.5rem}.step-2 button{text-transform:uppercase}.step-2 .inp-direccion{flex-grow:1.9;background-image:url(/static/media/GPS.283b11fd.svg);background-position:95%;background-repeat:no-repeat;padding-right:4rem}.step-2 .inp-ciudad{flex-grow:1.2;padding:8px}.step-2 .inp-zip{flex-grow:1;padding-right:4rem;margin:0}.step-3{padding-top:5.9rem}.step-3 img{margin-top:0;width:414px}.step-3 h2{margin:17px 0;letter-spacing:.2px;font-size:27px}.step-3 .form_{margin:2rem 0 0 10.8rem}@media (max-width:1024px){.step-3 .form_{margin:2.8rem 0 0 5.5rem}}@media (max-width:767px){.step-3 .form_{margin:2.8rem 0}}.step-3 .genero{color:#17428e;font-weight:400;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-align:left;flex:1 1}@media (max-width:767px){.step-3 .genero{flex:1 1 30%}}.step-4{padding-top:2.4rem}.step-4 img{margin-top:0;width:343px}.step-4 h2{margin:18px 0 0;letter-spacing:.2px;font-size:27px}@media (max-width:767px){.step-4 h2{margin:18px 0}}.step-4 .form_{margin:2rem 0 0}@media (max-width:767px){.step-4 .form_{margin:0}}.step-4 .select-bday{justify-content:center;padding:0 15rem 0 18rem}@media (max-width:1024px){.step-4 .select-bday{padding:0 12rem}}@media (max-width:767px){.step-4 .select-bday{padding:1rem 3rem}}.step-4 .select-bday .input{text-align-last:center}@media (max-width:767px){.step-4 .select-bday .input{flex-basis:40rem}}.step-4 .select-bday select{height:35px;font-size:22px;padding:5px}.step-4 .select-bday .mes{flex-grow:2.99}.step-4 .select-bday .dia{flex-grow:1}.step-4 .select-bday .year{flex-grow:1.4}.step-4 .boton{margin-top:20px}.step-5{padding-top:0;margin:0 1rem;display:flex;flex-direction:row-reverse;grid-gap:1rem;gap:1rem}@media (max-width:1024px){.step-5{display:block}}.step-5 .backimage{flex-basis:48%}.step-5 .backimage p{font-size:20px;color:#0e5f73;margin:0;letter-spacing:-.2px}@media (max-width:767px){.step-5 .backimage p{margin:1rem}}@media (min-width:1025px){.step-5 .h2-mobile{display:none}}.step-5 img{margin-top:11.9rem;width:100%}@media (max-width:1024px){.step-5 img{margin-top:0;width:370px;height:300px}}.step-5 .contenido-step5{flex-basis:52%}.step-5 .contenido-step5 h2{margin:16px 0 0;letter-spacing:-.7px;font-size:29px}@media (max-width:1024px){.step-5 .contenido-step5 h2{display:none}}.step-5 .contenido-step5 p{font-size:18px;color:#0e5f73;letter-spacing:0;margin:6px 2rem}@media (max-width:1024px){.step-5 .contenido-step5 p{display:none}}.step-5 .contenido-step5 .form_{margin:3.4rem 0 2.3rem}@media (max-width:767px){.step-5 .contenido-step5 .form_{margin:0}}.step-5 .contenido-step5 .form{grid-gap:2.2rem;gap:2.2rem}@media (max-width:767px){.step-5 .contenido-step5 .form{grid-gap:1rem;gap:1rem}}.step-5 .contenido-step5 .input{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;flex:1 1;font-size:20px}.step-5 .contenido-step5 .input.inp-cel{margin-top:10px}@media (max-width:1024px){.step-5 .contenido-step5 .input.inp-cel{margin-top:0}}.step-5 .contenido-step5 .terminos{height:auto;font-size:14px;color:#0e5f73;text-align:left;padding-left:40px;line-height:17px;padding-top:13px;letter-spacing:.16px;padding-right:10px}@media (max-width:767px){.step-5 .contenido-step5 .terminos{padding-left:35px}}.step-5 .contenido-step5 .terminos .checkmark{height:26px;width:26px;background-color:rgba(85,185,165,.2);top:7px;left:0}.step-5 .contenido-step5 .boton{height:45px;width:180px;font-size:24px;margin-right:6px;letter-spacing:.6px;padding-top:4px}@media (max-width:767px){.step-5 .contenido-step5 .boton{margin-top:2rem}}.step-5 .contenido-step5 footer{margin-top:20px;font-size:14px;color:#666;text-align:center;letter-spacing:-.1px;line-height:16px}.step-6{padding-top:3rem}.step-6 img{margin-top:0;width:374px}.step-6 h2{margin:12px auto;font-size:28px;letter-spacing:-.4px;display:flex;color:#0e5f73;font-weight:400;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-align:left;padding-bottom:4px;align-items:center;justify-content:space-evenly;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.step-6 .form_{margin:5.2rem 0 0;width:103%;left:-1%;position:relative}@media (max-width:1024px){.step-6 .form_{margin:2.8rem 0 0}}@media (max-width:767px){.step-6 .form_{margin:2.8rem 0 0}}.step-6 .form-st6{grid-gap:6rem;gap:6rem}@media (max-width:1024px){.step-6 .form-st6{grid-gap:1rem;gap:1rem}}@media (max-width:767px){.step-6 .form-st6{grid-gap:2rem;gap:2rem}}.step-6 .form-st6 .boton{flex-grow:1;height:47px;font-size:23px;font-weight:700}.step-6 .form-st6 .boton.en{font-size:20px}@media (max-width:1024px){.step-6 .form-st6 .boton{font-size:2.4rem}}.step-7{padding-top:4.1rem}.step-7 img{margin-top:0;width:355px}.step-7 h2{margin:19px 0 0;padding:0 21px;font-size:28px;letter-spacing:-.2px;line-height:34px}@media (max-width:767px){.step-7 h2{padding:0}}.step-7 .form_{margin:1rem 0 0}.step-7 .form-st7{justify-content:center;align-items:flex-end;grid-gap:8rem;gap:8rem}@media (max-width:767px){.step-7 .form-st7{grid-gap:2rem;gap:2rem}}.step-7 button{text-transform:uppercase;margin-top:20px}.step-7 .celda-st7{width:16.5rem}@media (max-width:767px){.step-7 .celda-st7{width:80%}}.step-7 .celda-st7 .label{display:flex;color:#0e5f73;font-size:19px;font-weight:400;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-align:left;padding-bottom:4px;align-items:center;justify-content:space-evenly}.step-7 .celda-st7 .flx{justify-content:center;grid-gap:.5rem;gap:.5rem}.step-7 .celda-st7 .input{height:35px;flex-grow:1;padding:4px 8px 0;text-transform:uppercase}.step-8{padding-top:6.9rem}.step-8 img{margin-top:0;width:415px;margin-bottom:5.75rem}.step-8 h2{font-size:28px;letter-spacing:-.2px}.step-8 .form_{margin:1.8rem 0 0;padding:0 16.3rem}@media (max-width:1024px){.step-8 .form_{margin:2.8rem 0 0;padding:0 20%}}@media (max-width:767px){.step-8 .form_{margin:2.8rem 0 0;padding:0}}.step-8 .label{color:#17428e;font-size:21px;font-weight:400;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-align:left;flex:1 1}.step-8 .label.checkbox{height:21px}.step-8 .label.checkbox .checkmark{height:21px;width:21px}@media (max-width:767px){.step-8 .label{flex:1 1 30%}}.step-8 .no,.step-8 .si{flex-grow:1}.step-8 .ya-no{flex-grow:3.5}@media (max-width:767px){.step-8 .ya-no{flex-grow:1}}.step-9{padding-top:3.6rem}.step-9 p{font-size:28px;font-weight:700;color:#0e5f73;letter-spacing:-.2px;margin:0 10px}.step-9 .backimage{width:336.75px;max-width:336.75px}.step-9 .backimage img{margin-top:1rem;width:336.75px;margin-left:6px}@media (max-width:767px){.step-9 .backimage img{margin:0 8%}}.step-9 h2{margin:0 0 3.3rem;font-size:28px;letter-spacing:-.3px}@media (max-width:767px){.step-9 h2{margin:0}}.step-9 .form_{margin:0}.step-9 .condiciones{grid-gap:0;gap:0;flex-flow:row;padding-bottom:3.8rem;flex:1 1;justify-content:center}@media (max-width:1440px){.step-9 .condiciones{justify-content:stretch}}@media (max-width:767px){.step-9 .condiciones{justify-content:center;flex-direction:column}}.step-9 .condiciones .form-st9{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:0;-webkit-column-gap:0;column-gap:0;grid-row-gap:13px;row-gap:13px;margin-left:14px}.step-9 .condiciones .label{font-size:19px;height:21px}.step-9 .condiciones .label.checkbox{height:21px}@media (max-width:767px){.step-9 .condiciones .label.checkbox{height:30px}}.step-9 .condiciones .label.checkbox .checkmark{top:-1px;height:23px;width:23px}.step-9 .condiciones .form-st9_2{grid-row:12;grid-column:span 2}.step-9 .condiciones .form-st9_2 .nopadesco{border-top:2px solid #3f9686;padding-top:15px}.step-9 .condiciones .form-st9_2 .label{font-size:22px;letter-spacing:.2px;display:flex}.step-9 .condiciones .cual{text-align:left;padding:0 0 9px 4px;margin:3px 0;display:flex;height:37px}.step-9 .condiciones .cual .label{margin-right:1.6rem;font-size:19px;margin-top:7px}.step-9 .condiciones .cual .input{height:26px;border-radius:6px;flex:1 1;font-size:16px}.step-9 .condiciones_2{padding:0 6.2rem}@media (max-width:767px){.step-9 .condiciones_2{padding:0 1rem}}.step-9 .condiciones_2.prime{border-top:1px solid #3f9686}.step-9 .condiciones_2 .diagnostico{padding-top:4.2rem;margin-bottom:1.8rem}@media (max-width:1024px){.step-9 .condiciones_2 .diagnostico div{margin-top:auto}}@media (max-width:767px){.step-9 .condiciones_2 .diagnostico{display:block}.step-9 .condiciones_2 .diagnostico div{margin-bottom:1rem}}.step-9 .condiciones_2 .diagnostico .sino{margin-top:5px}.step-9 .condiciones_2 .diagnostico .label{font-size:19px;margin-bottom:2px}.step-9 .condiciones_2 .diagnostico .label.checkbox{height:19px;margin-bottom:0}.step-9 .condiciones_2 .diagnostico .label.checkbox .checkmark{top:-2px;bottom:-1px;height:23px;width:23px}.step-9 .condiciones_2 .diagnostico .input{flex:1 1;height:32px;font-size:18px;padding:4px 10px 2px;border-radius:8px}.step-9 .condiciones_2 .diagnostico select.input{font-size:16px;padding:4px 5px 2px}.step-9 .condiciones_2 .diagnostico .fecha-diagnostico,.step-9 .condiciones_2 .diagnostico .medicinas-pasadas,.step-9 .condiciones_2 .diagnostico .nombre-condicion{display:inline-flex;flex-direction:column}@media (max-width:767px){.step-9 .condiciones_2 .diagnostico .fecha-diagnostico,.step-9 .condiciones_2 .diagnostico .medicinas-pasadas,.step-9 .condiciones_2 .diagnostico .nombre-condicion{display:flex}}.step-9 .condiciones_2 .diagnostico .nombre-condicion{flex:1.45 1}@media (max-width:1024px){.step-9 .condiciones_2 .diagnostico .nombre-condicion{flex:1 1}}.step-9 .condiciones_2 .diagnostico .fecha-diagnostico{flex:none;padding-left:17px}@media (max-width:767px){.step-9 .condiciones_2 .diagnostico .fecha-diagnostico{padding:0}}.step-9 .condiciones_2 .diagnostico .medicinas-pasadas{flex:1 1;position:relative;margin-top:-22px;margin-left:13px}@media (max-width:767px){.step-9 .condiciones_2 .diagnostico .medicinas-pasadas{margin:0}}.step-9 .condiciones_2 .diagnostico .medicinas-pasadas .flx{grid-gap:3.5rem;gap:3.5rem}@media (max-width:767px){.step-9 .condiciones_2 .diagnostico .medicinas-pasadas .flx{justify-content:center}}.step-9 .medicamento{margin-top:2rem}.step-9 .medicamento #cuales{opacity:0}.step-9 .medicamento.fisrt #cuales{opacity:1}@media (max-width:767px){.step-9 .medicamento{display:block}}.step-9 .medicamento .input{flex:1 1;display:flex;width:100%;height:29px;border-radius:6px;font-size:15px}.step-9 .medicamento p{margin:0}.step-9 .medicamento .flx{flex:1 1}.step-9 .medicamento .celda-st9{text-align:left;display:flex;flex-direction:column;margin-top:4px;margin-bottom:-6px}.step-9 .medicamento .celda-st9 .label{font-size:20px}.step-9 .medicamento .celda-st9.a{width:100%}.step-9 .medicamento .celda-st9.b,.step-9 .medicamento .celda-st9.c{width:calc(50% - 5px)}@media (max-width:1024px){.step-9 .medicamento .celda-st9.b,.step-9 .medicamento .celda-st9.c{margin-top:auto}}.step-9 .add-medicine{text-align:right;padding:15px 0 0;display:flex;justify-content:flex-end;width:100%}@media (max-width:767px){.step-9 .add-medicine{text-align:center;padding:1rem}}.step-9 .add-medicine .boton{height:27px;font-size:14px;width:198px;border-radius:15px;color:#fff;padding-top:2px;display:flex;align-items:center;background:#55b9a5}.step-9 .add-medicine .boton .plus{color:#fff;padding-bottom:0;font-size:19px;height:22px;width:22px;left:-5px;top:-1px;display:flex;border-radius:50%;border:2px solid #fff;align-items:center;justify-content:center;margin-right:7px}.step-9 .final.boton{margin-top:9px;height:46px;line-height:0;font-size:25px;padding-top:5px;text-transform:capitalize}.step-10{padding-top:3.6rem}.step-10 p{font-size:28px;font-weight:700;color:#0e5f73;letter-spacing:-.2px;margin:0 10px}.step-10 img{display:none}.step-10 h2{margin:0 0 3.3rem;font-size:28px;letter-spacing:-.3px}@media (max-width:767px){.step-10 h2{margin:0}}.step-10 .form_{margin:0}.step-10 .backimage{width:37%}@media (max-width:767px){.step-10 .backimage{width:100%}}.step-10 .img{background-image:url(/static/media/img-step10.559a670c.svg);background-repeat:no-repeat;background-position:44% 14px;height:400px;width:100%;background-size:130%}@media (max-width:767px){.step-10 .img{background-position:50%;background-size:contain}}.step-10 .condiciones_3{flex-direction:row-reverse;grid-gap:0;gap:0;padding-bottom:3.8rem;justify-content:center}@media (max-width:1440px){.step-10 .condiciones_3{justify-content:center}}.step-10 .condiciones_3 .form-st10{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:0;-webkit-column-gap:0;column-gap:0;grid-row-gap:13px;row-gap:13px;margin-left:14px}.step-10 .condiciones_3 .label{font-size:19px;height:21px}.step-10 .condiciones_3 .label.checkbox{height:21px}@media (max-width:767px){.step-10 .condiciones_3 .label.checkbox{height:30px}}.step-10 .condiciones_3 .label.checkbox .checkmark{top:-1px;height:23px;width:23px}.step-10 .condiciones_3 .form-st10_2{grid-row:12;grid-column:span 2}.step-10 .condiciones_3 .form-st10_2 .nopadesco{border-top:2px solid #3f9686;padding-top:15px}.step-10 .condiciones_3 .form-st10_2 .label{font-size:22px;letter-spacing:.2px;display:flex}.step-10 .condiciones_3 .cual{text-align:left;padding:0 0 9px 4px;margin:3px 0;display:flex;height:37px}.step-10 .condiciones_3 .cual .label{margin-right:1.6rem;font-size:19px;margin-top:7px}.step-10 .condiciones_3 .cual .input{height:26px;border-radius:6px;flex:1 1;font-size:16px}.step-10 .condiciones_4{padding:0 6.2rem}@media (max-width:767px){.step-10 .condiciones_4{padding:0 1rem}}.step-10 .condiciones_4.prime{border-top:1px solid #3f9686}.step-10 .condiciones_4 .diagnostico-st10{padding-top:4.2rem;margin-bottom:1.8rem}@media (max-width:1024px){.step-10 .condiciones_4 .diagnostico-st10 div{margin-top:auto}}@media (max-width:767px){.step-10 .condiciones_4 .diagnostico-st10{display:block}.step-10 .condiciones_4 .diagnostico-st10 div{margin-bottom:1rem}}.step-10 .condiciones_4 .diagnostico-st10 .sino{margin-top:5px}.step-10 .condiciones_4 .diagnostico-st10 .label{font-size:19px;margin-bottom:2px}.step-10 .condiciones_4 .diagnostico-st10 .label.checkbox{height:19px;margin-bottom:0}.step-10 .condiciones_4 .diagnostico-st10 .label.checkbox .checkmark{top:-2px;bottom:-1px;height:23px;width:23px}.step-10 .condiciones_4 .diagnostico-st10 .input{flex:1 1;height:32px;font-size:18px;padding:4px 10px 2px;border-radius:8px}.step-10 .condiciones_4 .diagnostico-st10 select.input{font-size:16px;padding:4px 5px 2px}.step-10 .condiciones_4 .diagnostico-st10 .fecha-diagnostico,.step-10 .condiciones_4 .diagnostico-st10 .medicinas-pasadas,.step-10 .condiciones_4 .diagnostico-st10 .nombre-condicion{display:inline-flex;flex-direction:column}@media (max-width:767px){.step-10 .condiciones_4 .diagnostico-st10 .fecha-diagnostico,.step-10 .condiciones_4 .diagnostico-st10 .medicinas-pasadas,.step-10 .condiciones_4 .diagnostico-st10 .nombre-condicion{display:flex}}.step-10 .condiciones_4 .diagnostico-st10 .nombre-condicion{flex:1.45 1}@media (max-width:1024px){.step-10 .condiciones_4 .diagnostico-st10 .nombre-condicion{flex:1 1}}.step-10 .condiciones_4 .diagnostico-st10 .fecha-diagnostico{flex:none;padding-left:17px}@media (max-width:767px){.step-10 .condiciones_4 .diagnostico-st10 .fecha-diagnostico{padding:0}}.step-10 .condiciones_4 .diagnostico-st10 .medicinas-pasadas{flex:1 1;position:relative;margin-top:-22px;margin-left:13px}@media (max-width:767px){.step-10 .condiciones_4 .diagnostico-st10 .medicinas-pasadas{margin:0}}.step-10 .condiciones_4 .diagnostico-st10 .medicinas-pasadas .flx{grid-gap:3.5rem;gap:3.5rem}@media (max-width:767px){.step-10 .condiciones_4 .diagnostico-st10 .medicinas-pasadas .flx{justify-content:center}}.step-10 .medicamento-st10{margin-top:2rem}.step-10 .medicamento-st10 #cuales{opacity:0}.step-10 .medicamento-st10.fisrt #cuales{opacity:1}@media (max-width:767px){.step-10 .medicamento-st10{display:block}}.step-10 .medicamento-st10 .input{flex:1 1;display:flex;width:100%;height:29px;border-radius:6px;font-size:15px}.step-10 .medicamento-st10 p{margin:0}.step-10 .medicamento-st10 .flx{flex:1 1}.step-10 .medicamento-st10 .celda-st10{text-align:left;display:flex;flex-direction:column;margin-top:4px;margin-bottom:-6px}.step-10 .medicamento-st10 .celda-st10 .label{font-size:20px}.step-10 .medicamento-st10 .celda-st10.a{width:100%}.step-10 .medicamento-st10 .celda-st10.b,.step-10 .medicamento-st10 .celda-st10.c{width:calc(50% - 5px)}@media (max-width:1024px){.step-10 .medicamento-st10 .celda-st10.b,.step-10 .medicamento-st10 .celda-st10.c{margin-top:auto}}.step-10 .add-medicine{text-align:right;padding:15px 0 0;display:flex;justify-content:flex-end;width:100%}@media (max-width:767px){.step-10 .add-medicine{text-align:center;padding:1rem}}.step-10 .add-medicine .boton{height:27px;font-size:14px;width:198px;border-radius:15px;color:#fff;padding-top:2px;display:flex;align-items:center;background:#55b9a5}.step-10 .add-medicine .boton .plus{color:#fff;padding-bottom:0;font-size:19px;height:22px;width:22px;left:-5px;top:-1px;display:flex;border-radius:50%;border:2px solid #fff;align-items:center;justify-content:center;margin-right:7px}.step-10 .final.boton{margin-top:9px;height:46px;line-height:0;font-size:25px;padding-top:5px;text-transform:capitalize}.step-11{padding:2.9rem 5% 0}.step-11 img{margin-top:-7px;width:520px}.step-11 h2{margin:0;font-size:28px;letter-spacing:-.3px;line-height:32px}.step-11 .form_{margin:1.2rem 0 0}@media (max-width:767px){.step-11 .form_{margin:2rem 0}}.step-11 .form-st11{grid-gap:5rem;gap:5rem;justify-content:center}@media (max-width:1024px){.step-11 .form-st11{grid-gap:3rem;gap:3rem}}@media (max-width:767px){.step-11 .form-st11{grid-gap:2rem;gap:2rem}}.step-11 .form-st11 .boton{flex-basis:240px;height:47px;font-size:2.3rem;font-weight:700;max-width:223px}@media (max-width:767px){.step-11 .form-st11 .boton{font-size:2.4rem;flex-grow:1}}.step-12{padding:2.9rem 5% 0}.step-12 img{margin-top:1px;width:373px}.step-12 h2{padding:0 4rem;margin:0;font-size:28px;letter-spacing:-.3px;line-height:32px}@media (max-width:767px){.step-12 h2{padding:0}}.step-12 .form_{margin:1.8rem 0 0}@media (max-width:767px){.step-12 .form_{margin:2rem 0}}.step-12 footer{color:#0e5f73;font-size:15px;text-align:left;-webkit-user-select:none;-ms-user-select:none;user-select:none}.step-12 .btns-st12{grid-gap:5rem;gap:5rem;justify-content:center}@media (max-width:1024px){.step-12 .btns-st12{grid-gap:3rem;gap:3rem}}@media (max-width:767px){.step-12 .btns-st12{grid-gap:2rem;gap:2rem}}.step-12 .btns-st12 .boton{flex-basis:240px;height:47px;font-size:2.3rem;font-weight:700;max-width:223px}@media (max-width:767px){.step-12 .btns-st12 .boton{font-size:2.4rem;flex-grow:1}}.step-12 .flx-st12{display:flex;padding:0 5rem;margin:1.9rem 0 1.6rem;grid-gap:1rem;gap:1rem}@media (max-width:1024px){.step-12 .flx-st12{padding:0}.step-12 .flx-st12 div{margin-top:auto}}@media (max-width:767px){.step-12 .flx-st12{display:block;padding:0}.step-12 .flx-st12 div{margin-bottom:1rem}}.step-12 .flx-st12 .label{font-size:15px}.step-12 .flx-st12 .input{flex:1 1;height:36px;font-size:18px;padding:4px 10px 2px;border-radius:8px}.step-12 .flx-st12 .slect-tag{width:100%}.step-12 .flx-st12 select.input{font-size:16px;padding:4px 5px 2px}.step-12 .flx-st12 .fecha-visita,.step-12 .flx-st12 .nombre-ciudad,.step-12 .flx-st12 .nombre-doctor{display:flex;flex-direction:column}.step-12 .flx-st12 .nombre-doctor{flex:1.2 1}@media (max-width:1024px){.step-12 .flx-st12 .nombre-doctor{flex:1 1}}.step-12 .flx-st12 .nombre-ciudad{flex:.9 1}.step-12 .flx-st12 .fecha-visita{flex:1 1}.step-12 .flx-st12 .fecha-visita .flx{grid-gap:1rem;gap:1rem}@media (max-width:767px){.step-12 .flx-st12 .fecha-visita .flx{justify-content:center}}.step-13{padding:3.1rem 5% 0}.step-13 img{margin-top:0;width:386px}.step-13 h2{margin:1.2rem 0 1rem;font-size:28px;letter-spacing:-.3px;padding:0 11rem;line-height:34px}@media (max-width:1024px){.step-13 h2{padding:0 4rem}}@media (max-width:767px){.step-13 h2{padding:0}}.step-13 h3{margin:1.6rem 0 .6rem;font-size:27px;letter-spacing:0}.step-13 .form_{margin:1.7rem 0 2.3rem}@media (max-width:767px){.step-13 .form_{margin:2rem 0 1rem}}.step-13 footer{padding:0 .5rem;color:#0e5f73;margin:0;font-size:15px;text-align:left;-webkit-user-select:none;-ms-user-select:none;user-select:none}.step-13 .btns_st13-1,.step-13 .btns_st13-2{grid-gap:10rem;gap:10rem;justify-content:center}@media (max-width:1024px){.step-13 .btns_st13-1,.step-13 .btns_st13-2{grid-gap:6rem;gap:6rem}}@media (max-width:767px){.step-13 .btns_st13-1,.step-13 .btns_st13-2{grid-gap:2rem;gap:2rem}}.step-13 .btns_st13-1 .boton,.step-13 .btns_st13-2 .boton{flex-basis:197px;height:39px;font-size:24px;font-weight:700;max-width:177px}@media (max-width:767px){.step-13 .btns_st13-1 .boton,.step-13 .btns_st13-2 .boton{font-size:2.4rem;flex-grow:1}}.step-14{padding:3.4rem 5% 0}.step-14 img{margin-top:0;width:327px}.step-14 h2{margin:16px 0 0;padding:0 7rem;font-size:28px;letter-spacing:-.3px;line-height:35px}@media (max-width:1024px){.step-14 h2{padding:0 1rem}}@media (max-width:767px){.step-14 h2{padding:0}}.step-14 .form_{margin:1.6rem auto}.step-14 .form-st14{width:51%;display:flex;flex-direction:column;padding:0 5.8rem;grid-gap:1rem;gap:1rem}@media (max-width:1024px){.step-14 .form-st14{padding:0}.step-14 .form-st14 div{margin-top:auto}}@media (max-width:767px){.step-14 .form-st14{display:block;width:100%;padding:0}.step-14 .form-st14 div{margin-bottom:2rem}}.step-14 .form-st14 .input{flex:1 1;height:33px;font-size:2.5rem;padding:4px 11px 0;font-size:18px}.step-14 .form-st14 .patrimonio-st14{display:flex;flex-direction:column}.step-14 .form-st14 .patrimonio-st14 label{margin:13px 0 13px 15px;font-size:28px;letter-spacing:-.3px;display:flex}.step-14 .form-st14 .patrimonio-st14 label .help-tip{margin-top:2px}@media (max-width:1024px){.step-14 .form-st14 .patrimonio-st14 label{margin:0}}.step-14 .form-st14 .patrimonio-st14 .icono{font-weight:400}.step-15{padding:3.5rem 5% 0}.step-15 img{margin-top:0;width:438px}.step-15 h2{margin:18px 0 0 18px;font-size:28px;letter-spacing:-.3px;display:flex;align-items:center;justify-content:center;position:relative}@media (max-width:767px){.step-15 h2{margin:0}}.step-15 h2 .icono{position:absolute;top:15px;right:-15px}.step-15 .form_{margin:2.3rem auto}@media (max-width:767px){.step-15 .form_{margin:1rem auto}}.step-15 .form-st15{width:53%;display:flex;flex-direction:column;padding:0 5rem;grid-gap:1rem;gap:1rem}@media (max-width:1024px){.step-15 .form-st15{padding:0}.step-15 .form-st15 div{margin-top:auto}}@media (max-width:767px){.step-15 .form-st15{display:block;width:100%;padding:0}.step-15 .form-st15 div{margin-bottom:1rem}}.step-15 .form-st15 .input{flex:1 1;height:34px;font-size:16px;padding:3px 10px 0}.step-15 .icono{font-weight:400}.step-16{padding:1.8rem 5% 0}.step-16 img{margin-top:0;width:332px}.step-16 h2{margin:2rem 0 0;font-size:28px;letter-spacing:-.3px}.step-16 .form_{margin:2.3rem}@media (max-width:1024px){.step-16 .form_{margin:3rem 0}}@media (max-width:767px){.step-16 .form_{margin:2rem 0}}.btns_st16{width:100%;justify-content:center;grid-gap:3rem;gap:3rem}@media (max-width:1024px){.btns_st16{grid-gap:2rem;gap:2rem}}@media (max-width:767px){.btns_st16{grid-gap:2rem;gap:2rem}}.btns_st16 .boton{flex-basis:304px;height:47px;font-size:2.5rem;font-weight:700}@media (max-width:1024px){.btns_st16 .boton.a{flex-grow:0.5;flex-shrink:1.5}}@media (max-width:767px){.btns_st16 .boton.a{flex-grow:1}}.btns_st16 .boton.b{flex-grow:1}@media (max-width:1024px){.btns_st16 .boton.b{flex-grow:0.5;flex-shrink:1.5}}@media (max-width:767px){.btns_st16 .boton.b{flex-grow:1}}@media (max-width:1440px){.btns_st16 .boton{font-size:23px;letter-spacing:.4px}}@media (max-width:767px){.btns_st16 .boton{font-size:2rem;flex-grow:1}}.content_box{position:relative;margin:10px auto;width:100%;max-width:908px;min-width:260px;min-height:438px;border-radius:13px;overflow:hidden;background:#fff;padding:0 .5% 10px}.content_box h2{text-align:center;letter-spacing:0;color:#0e5f73;margin:37px 0 0;font-size:32px}.content_box h2.terms{margin-top:42px;margin-bottom:8px}.content_box h3{letter-spacing:.25px;font-size:35px;margin:40px 0 12px;line-height:35px}.content_box h3,.content_box p{text-align:center;color:#0e5f73}.content_box p{letter-spacing:0;font-size:20px;padding:0 5%;margin:0}.content_box .form_content{padding:0 4%}.content_box .form_content .slider-wrapper{display:flex;flex-direction:column;padding:0 11%;margin:10px}.content_box .form_content .slider-wrapper label{text-align:center;letter-spacing:0;color:#0e5f73;font-size:61px;line-height:61px}.content_box .form_content .slider-wrapper label.recomended{font-size:23px;line-height:0;margin-bottom:25px}.content_box .form_content .slider-wrapper span{text-align:center;letter-spacing:0;color:#3f9686;font-size:20px;margin-bottom:15px}.content_box .form_content .slider-wrapper .rc-slider-rail{background-color:#ccc;height:5px}.content_box .form_content .slider-wrapper .rc-slider-mark-text{color:#0e5f73}.content_box .form_content .slider-wrapper .rc-slider-track{background-color:#0e5f73}.content_box .form_content .slider-wrapper .rc-slider-dot{bottom:-19px;margin-left:-4px;width:13px;height:13px;border:2px solid #ccc;background:#ccc;display:none}.content_box .form_content .slider-wrapper .rc-slider-dot:first-child,.content_box .form_content .slider-wrapper .rc-slider-dot:last-child{display:flex}.content_box .form_content .slider-wrapper .rc-slider-dot-active{border-color:#0e5f73;background:#0e5f73}.content_box .form_content .slider-wrapper .rc-slider-handle{width:21px;height:21px;margin-top:-10px;cursor:-webkit-grab;cursor:grab;border:2px solid #55b9a5;background-color:#55b9a5;touch-action:pan-x}.prices{justify-content:center}.prices,.prices .pricebox{display:flex;align-items:center}.prices .pricebox{background:#f3f7f8;box-shadow:2px 2px 5px rgba(0,0,0,.4);margin:1%;border-radius:10px;overflow:hidden;padding-bottom:10px;flex-direction:column;flex:1 1;height:auto;max-height:210px}.prices .pricebox .price_list{display:flex;max-width:100%;flex-direction:column;width:100%}.prices .pricebox .header{color:#fff;background:#65ab9e;text-align:center;margin:0 0 10px;padding:10px 5px 5px;font-size:20px;width:100%}.prices .pricebox .btn_price{background:#86afb9;color:#fff;border-radius:20px;padding:5px 12%;margin:10px 5% 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer}.prices .pricebox .item{flex:1 1;color:#0e5f73;font-size:24px;font-weight:700;display:none;align-items:center;justify-content:center}.prices .pricebox .item span{font-size:24px}.prices .pricebox .item .type{margin-top:10px;font-size:14px;margin-left:3%}.prices .pricebox .item .circle{border:1px solid #0e5f73;height:15px;width:15px;background:#fff;display:none;border-radius:100%;align-items:center;justify-content:center;padding:1px;margin-right:3%}.prices .pricebox .item .circle i{border:1px solid #fff;background:#fff;display:block;border-radius:100%;width:11px;height:11px}.prices .pricebox .item:first-child{font-size:48px;display:flex}.prices .pricebox .item:first-child span{font-size:40px}.prices .pricebox .item:first-child .type{margin-top:40px;font-size:18px}.prices .pricebox .item.active .circle i{background:#0e5f73}.prices .pricebox.active{flex:1.3 1;max-height:500px}.prices .pricebox.active .price_list .item{display:flex;justify-content:flex-start;margin-left:8%;cursor:pointer}.prices .pricebox.active .price_list .item:first-child{font-size:60px}.prices .pricebox.active .price_list .item .circle{display:flex}.prices .pricebox.active .btn_price{background:#0e5f73}@media (max-width:767px){.prices{flex-direction:column}.prices .pricebox{width:75%}.prices .pricebox.active{width:80%}}.content_steaper{padding:0 9.6%;margin-top:-10px}.content_steaper>div{width:100%;min-height:0;padding:0}.content_steaper>div>div{display:table;width:100%;margin:0 auto;display:flex!important}.content_steaper>div>div>div{width:20%;display:table-cell;position:relative;padding-top:24px}.content_steaper>div>div>div>div.circle{width:32px;height:32px;margin:0 auto;border-radius:50%;text-align:center;padding:1px;font-size:16px;color:#fff;display:block;border-width:0;background:#ccc;position:relative}.content_steaper>div>div>div>div.circle>a,.content_steaper>div>div>div>div.circle>span{color:#666;background:#fff;width:70%;height:70%;position:absolute;left:15%;border-radius:50%;top:15%;line-height:25px;font-size:18px}.content_steaper>div>div>div>span{font-size:16px;font-weight:300;text-align:center;display:block;color:#000;width:50%;font-size:10px;margin:3px 25% 0;color:#0e5f73}.content_steaper>div>div>div>div.left_line{position:absolute;top:40px;right:0;left:50%;margin-left:16px;top:39px;height:1px;border-top:3px solid #ccc}.content_steaper>div>div>div>div.right_line{position:absolute;top:40px;left:0;right:50%;margin-right:16px;top:39px;height:1px;border-top:3px solid #ccc}.content_steaper .step_active .circle{background:transparent linear-gradient(180deg,#55b9a5,#0e5f73) 0 0 no-repeat padding-box}.content_steaper .step_active .left_line,.content_steaper .step_active .right_line,.content_steaper .step_semiactive .right_line{background:#0e5f73;border-color:#0e5f73}.add_data .sp-slideshow .bullets{top:-1px}.add_data .sp-slideshow .packbullet{height:16px;width:16px;margin:6px 1.3%}.add_data .sp-slideshow .packbullet input+label{width:15px;height:15px}.add_data .sp-slideshow .packbullet input{width:16px;height:16px}.stepHome-add{height:100%;width:100%;background:#fff;position:absolute;z-index:200}.stepHome-add .h2{margin:4px;font-size:31px;line-height:42px;font-weight:700;letter-spacing:.2px}@media (max-width:767px){.stepHome-add .contenedor{flex-direction:column}}.stepHome-add .imgHome-add{width:46%}@media (max-width:767px){.stepHome-add .imgHome-add{width:100%}}.stepHome-add .imgHome-add img{width:366px;margin-right:28px;margin-top:37px;margin-left:6%}@media (max-width:767px){.stepHome-add .imgHome-add img{margin:0}}.stepHome-add .contenido-home{width:52%;margin-top:14rem}@media (max-width:767px){.stepHome-add .contenido-home{width:100%;margin-top:0}}.stepHome-add .contenido-home .h2{font-size:27px;line-height:36px}.stepHome-add .contenido-home .h3{font-size:23px;line-height:32px;margin-bottom:11px;text-align:center;padding:0 1%;letter-spacing:.2px}.stepHome-add .contenido-home .btns{display:flex;align-items:center;width:100%;justify-content:center;margin-top:10px}.step-1-add img{margin:0 0 0 37px}@media (max-width:767px){.step-1-add img{width:100%;margin:0}}.step-1-add h2{letter-spacing:0;font-size:27px;margin:0 3px;text-align:left}@media (max-width:767px){.step-1-add h2{text-align:center}}.step-1-add form{margin:1rem 0}.step-1-add .pais{margin:2rem 10%;grid-gap:2rem;gap:2rem}@media (max-width:1024px){.step-1-add .pais{margin:2rem 14%;grid-gap:1rem;gap:1rem}}@media (max-width:767px){.step-1-add .pais{margin:1rem;flex-direction:column}}.step-1-add .pais .titulo-pais{width:52%;text-align:left}@media (max-width:767px){.step-1-add .pais .titulo-pais{text-align:center;width:100%}}.step-1-add .pais .wd-sel{width:45%}.step-1-add .pais .wd-sel .input{flex-grow:1;padding:0 10px;margin-top:-5px}@media (max-width:1024px){.step-1-add .pais .wd-sel{align-items:center}}@media (max-width:767px){.step-1-add .pais .wd-sel{width:100%}}.step-1-add .contenido-estado{justify-content:center}.step-1-add .contenido-estado .img-1add{width:38%;margin-top:1px}@media (max-width:767px){.step-1-add .contenido-estado .img-1add{width:100%}}.step-1-add .contenido-estado .form-1-add{flex-direction:column;width:60%;padding-left:3.8%}@media (max-width:767px){.step-1-add .contenido-estado .form-1-add{padding:0 3%;width:100%}}.step-1-add .contenido-estado .form-1-add .options-1add{padding:0 9.5% 0 3.3%;display:grid;grid-template-columns:56% 44%;grid-gap:16px;gap:16px;margin-bottom:12px}.step-1-add .num-alien{display:none;margin-left:0;grid-gap:0;gap:0;flex-direction:column;margin-bottom:18px}.step-1-add .num-alien .titulo-alien{text-align:left;position:relative}.step-1-add .num-alien .titulo-alien .icono{position:absolute;right:15px;top:0}@media (max-width:767px){.step-1-add .num-alien .titulo-alien .icono{right:15px;top:-5px}}.step-1-add .num-alien .h2{display:flex;align-items:center;margin:0 0 14px}.step-1-add .num-alien .wd-sel{width:58%}@media (max-width:1024px){.step-1-add .num-alien .wd-sel{padding-left:15px;width:70%}}@media (max-width:767px){.step-1-add .num-alien .wd-sel{padding:0;width:98%}}.step-1-add .num-alien .input{flex-basis:100%}.step-1-add .num-itin{display:none;flex-direction:column}.step-1-add .num-itin .titulo-itin{text-align:left;display:flex;position:relative}.step-1-add .num-itin .titulo-itin .icono{position:relative;right:-8px}.step-1-add .num-itin .titulo-itin .help-tip{margin-top:2px}.step-1-add .num-itin .h2{display:inline-block;margin:0}.step-1-add .num-itin .s-n{padding-left:15px;grid-gap:5rem;gap:5rem}.step-1-add .num-itin .wd-sel{width:58%}@media (max-width:1024px){.step-1-add .num-itin .wd-sel{padding-left:15px;width:70%}}@media (max-width:767px){.step-1-add .num-itin .wd-sel{padding:0;width:98%}}.step-1-add .num-itin .input{flex-basis:100%;height:35px;padding:2px 10px;margin-top:10px}.step-1-add .num-itin .itin-si{display:none}.step-1-add .btn-2{margin-top:20px}.step-2-add{display:flex;flex-direction:row-reverse;padding:0 3%}@media (max-width:767px){.step-2-add{flex-direction:column}}.step-2-add .img-2add{width:55%;margin:0 auto}@media (max-width:1024px){.step-2-add .img-2add{width:90%}}.step-2-add .img-2add .img{margin:0 auto;width:100%}.step-2-add img{margin:33px 0 0 14px;transform:scale(1.1)}@media (max-width:1024px){.step-2-add img{margin:0}}@media (max-width:767px){.step-2-add img{transform:scale(1);margin:0}}.step-2-add h2{letter-spacing:0;font-size:27px;margin:0 3px;text-align:left;font-weight:700;line-height:32px}@media (max-width:767px){.step-2-add h2{text-align:center}}.step-2-add .contenido-ocupacion{width:45%;margin-top:7.4rem}@media (max-width:1024px){.step-2-add .contenido-ocupacion{width:80%;margin:0 auto}}@media (max-width:767px){.step-2-add .contenido-ocupacion{width:100%;margin:0}}.step-2-add .form-2-add{margin:1rem 0;flex-direction:column;grid-gap:11px;gap:11px}.step-2-add .form-2-add .input{flex-basis:90%}@media (max-width:767px){.step-2-add .form-2-add .input{flex-basis:100%}}.step-2-add .form-2-add div{margin-bottom:1rem;width:95%}.step-3-add{display:flex;padding:0 3%}@media (max-width:767px){.step-3-add{flex-direction:column}}.step-3-add .img-3add{width:50%}@media (max-width:1024px){.step-3-add .img-3add{width:80%;margin:0 auto}}@media (max-width:767px){.step-3-add .img-3add{width:100%}}.step-3-add img{margin:45px 0 0;transform:scale(1.18)}@media (max-width:1024px){.step-3-add img{margin:0;transform:scale(1)}}.step-3-add h2{letter-spacing:0;font-size:27px;margin:0 3px;text-align:left;font-weight:700;line-height:32px}@media (max-width:1024px){.step-3-add h2{text-align:center}}@media (max-width:767px){.step-3-add h2{text-align:center}}.step-3-add .contenido-licencia{width:50%;margin-top:4.5rem;padding-left:4px}@media (max-width:1024px){.step-3-add .contenido-licencia{width:80%;margin:0 auto;padding:0}}@media (max-width:767px){.step-3-add .contenido-licencia{width:100%;margin:0;padding:0}}.step-3-add .input{height:3.8rem;flex-grow:1;padding:5px 10px}.step-3-add .form-3-add{margin:1.3rem 0;flex-direction:column;grid-gap:15px;gap:15px}.step-3-add .form-3-add .s-n{grid-gap:4.3rem;gap:4.3rem}@media (max-width:767px){.step-3-add .form-3-add .s-n{justify-content:space-evenly}}.step-3-add .licencia{display:none;text-align:left;margin-top:7px}.step-3-add .licencia .s-n{margin-top:11px}.step-3-add .licencia .btns{display:flex;align-items:center;width:100%;justify-content:center;margin-top:38px}.step-3-add .num-licencia .mi-lic{margin-top:10px;margin-bottom:18px}.step-3-add .num-licencia .label{margin-bottom:2rem}.step-3-add .num-licencia>div{width:85%}@media (max-width:767px){.step-3-add .num-licencia>div{width:100%}}.step-3-add .inp-satatus{width:100%}.step-3-add .motivos{display:none;margin-top:2rem;margin-right:-4rem;text-align:left}.step-3-add .motivos .h2{margin-bottom:.7rem}.step-3-add .motivos .label{margin-bottom:13px}.step-3-add .motivos .label.checkbox{height:22px;font-size:22px}.step-3-add .motivos .btns{display:flex;align-items:center;width:86%;justify-content:center;margin-top:35px}.beneficiaries{text-align:left}.beneficiaries .sp-slideshow .bullets{top:-1px}.beneficiaries .sp-slideshow .packbullet{height:16px;width:16px;margin:6px 1.3%}.beneficiaries .sp-slideshow .packbullet input+label{width:15px;height:15px}.beneficiaries .sp-slideshow .packbullet input{width:16px;height:16px}.step-1-beneficiaries .h2{margin:1rem 0;padding:0 15rem;font-size:27px;line-height:30px;letter-spacing:.1px}@media (max-width:767px){.step-1-beneficiaries .h2{padding:0}}.step-1-beneficiaries img{margin-top:-.9rem;width:467px;margin-bottom:10px}.step-1-beneficiaries .form-beneficiarios{margin:7px 2.2rem;position:relative;grid-gap:.7rem;gap:.7rem}.step-1-beneficiaries .form-beneficiarios>div{display:flex;flex-direction:column}.step-1-beneficiaries .form-beneficiarios>div .label{color:#0e5f73;font-size:14px;margin-bottom:0;width:100%;text-align:left}.step-1-beneficiaries .form-beneficiarios>div input,.step-1-beneficiaries .form-beneficiarios>div select{width:100%!important}.step-1-beneficiaries .form-beneficiarios>div .input{height:28px;padding:2px 10px;font-size:16px;width:100%;text-align:left;border-radius:7px}@media (max-width:1024px){.step-1-beneficiaries .form-beneficiarios>div .input{flex-basis:79%}}@media (max-width:767px){.step-1-beneficiaries .form-beneficiarios>div .input{flex-basis:100%}}.step-1-beneficiaries .form-beneficiarios>div .input::-webkit-input-placeholder{text-align:center}.step-1-beneficiaries .form-beneficiarios>div .input:-ms-input-placeholder{text-align:center}.step-1-beneficiaries .form-beneficiarios>div .input::placeholder{text-align:center}@media (max-width:1024px){.step-1-beneficiaries .form-beneficiarios div.info{width:30%}}@media (max-width:767px){.step-1-beneficiaries .form-beneficiarios div.info{width:100%}}.step-1-beneficiaries .form-beneficiarios .nombre-benef{width:26.8%}.step-1-beneficiaries .form-beneficiarios .apellido-benef{width:26%}.step-1-beneficiaries .form-beneficiarios .parentesco-benef{width:17%}.step-1-beneficiaries .form-beneficiarios .birthdate-benef{width:16%}.step-1-beneficiaries .form-beneficiarios .porcentaje-benef{width:9%}.step-1-beneficiaries .icono-2{position:absolute;top:18px;right:-13px;font-size:20px;align-items:center;justify-content:center;line-height:20px;cursor:pointer;border-width:2px}@media (max-width:1024px){.step-1-beneficiaries .icono-2{position:relative}}@media (max-width:767px){.step-1-beneficiaries .icono-2{position:static}}.step-1-beneficiaries .in-x{line-height:-1px}.step-1-beneficiaries button{margin:16px 0}.step-1-beneficiaries footer p{font-size:16px;text-align:left;padding:0 20px;margin-top:46px;margin-bottom:-47px;margin-left:5px}.step-2-beneficiaries{display:flex;justify-content:center}@media (max-width:767px){.step-2-beneficiaries{flex-direction:column}}.step-2-beneficiaries .img-2bene{width:47.5%}@media (max-width:767px){.step-2-beneficiaries .img-2bene{width:100%}}.step-2-beneficiaries .img-2bene img{margin:7px 0 0 28px;width:390px}@media (max-width:1024px){.step-2-beneficiaries .img-2bene img{margin:40px 0;margin:0 auto}}.step-2-beneficiaries .contenido-padres{width:49%}@media (max-width:767px){.step-2-beneficiaries .contenido-padres{width:100%}}.step-2-beneficiaries .contenido-padres .form-2-benef{padding-left:.5%}@media (max-width:767px){.step-2-beneficiaries .contenido-padres .form-2-benef{place-content:center}}.step-2-beneficiaries .contenido-padres .h2{font-size:27px;margin-top:25px;padding:0 17% 0 6.5%;letter-spacing:.1px;line-height:31px}@media (max-width:767px){.step-2-beneficiaries .contenido-padres .h2{padding:0}}.step-2-beneficiaries .contenido-padres .input{height:28px;font-size:16px;padding:0 5px;width:100%}@media (max-width:767px){.step-2-beneficiaries .contenido-padres .input{flex-basis:100%}}.step-2-beneficiaries .contenido-padres .btn-2{margin-top:20px}.step-2-beneficiaries .info-dad,.step-2-beneficiaries .info-mom{margin-top:13px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,30px);grid-auto-rows:30px;grid-row-gap:13px;row-gap:13px;align-items:center}.step-2-beneficiaries .info-dad .h3,.step-2-beneficiaries .info-mom .h3{grid-column:span 4;text-align:left;font-weight:700;border-bottom:1px solid #0e5f73;font-size:28px}.step-2-beneficiaries .info-dad .label.checkbox,.step-2-beneficiaries .info-mom .label.checkbox{font-size:21px}@media (max-width:1024px){.step-2-beneficiaries .info-dad .b,.step-2-beneficiaries .info-mom .b{grid-column:2/4}}@media (max-width:767px){.step-2-beneficiaries .info-dad .b,.step-2-beneficiaries .info-mom .b{grid-column:2/5}}.step-2-beneficiaries .info-dad .c,.step-2-beneficiaries .info-mom .c{grid-row:3}.step-2-beneficiaries .info-dad .d,.step-2-beneficiaries .info-mom .d{grid-column:2;grid-row:3}@media (max-width:1024px){.step-2-beneficiaries .info-dad .d,.step-2-beneficiaries .info-mom .d{grid-column:2/4}}@media (max-width:767px){.step-2-beneficiaries .info-dad .d,.step-2-beneficiaries .info-mom .d{grid-column:2/5}}.step-2-beneficiaries .info-dad .e,.step-2-beneficiaries .info-mom .e{grid-column:3/5;grid-row:3}@media (max-width:1024px){.step-2-beneficiaries .info-dad .e,.step-2-beneficiaries .info-mom .e{grid-column:1/5;grid-row:4}}@media (max-width:767px){.step-2-beneficiaries .info-dad .e,.step-2-beneficiaries .info-mom .e{grid-column:1/5;grid-row:4}}.step-2-beneficiaries #edad-actual-Madre,.step-2-beneficiaries #edad-actual-Padre,.step-2-beneficiaries #edad-muerte-Madre,.step-2-beneficiaries #edad-muerte-Padre,.step-2-beneficiaries .causa-death-Madre,.step-2-beneficiaries .causa-death-Padre{display:none}.step-3-beneficiaries{display:flex;flex-direction:row-reverse}@media (max-width:767px){.step-3-beneficiaries{flex-direction:column}}.step-3-beneficiaries .img-3bene{width:50.5%}@media (max-width:767px){.step-3-beneficiaries .img-3bene{width:100%}}.step-3-beneficiaries .img-3bene img{margin:42px 0 0 11px;width:473px;transform:scale(1.16)}@media (max-width:767px){.step-3-beneficiaries .img-3bene img{transform:scale(1);margin:0 auto}}.step-3-beneficiaries .contenido-step3{width:49%}@media (max-width:767px){.step-3-beneficiaries .contenido-step3{width:100%}}.step-3-beneficiaries .contenido-step3 .showForm{display:none}.step-3-beneficiaries .contenido-step3 .poliza-ant{width:100%;padding:0 7rem;margin-bottom:10px}@media (max-width:1024px){.step-3-beneficiaries .contenido-step3 .poliza-ant{padding:0 3rem}}.step-3-beneficiaries .contenido-step3 .h2{font-size:27px;margin-top:36px;margin-bottom:13px;padding:0 10px;line-height:33px;letter-spacing:.1px;display:flex}@media (max-width:767px){.step-3-beneficiaries .contenido-step3 .h2{margin-top:1rem}}.step-3-beneficiaries .contenido-step3 .h2 .help-tip{position:relative;right:-2px;margin-top:3px;width:25px}.step-3-beneficiaries .contenido-step3 .form-poliza{margin:0 0 17px 4%;position:relative;grid-row-gap:18px;row-gap:18px}@media (max-width:767px){.step-3-beneficiaries .contenido-step3 .form-poliza{margin:0 5%}}.step-3-beneficiaries .contenido-step3 .form-poliza>div{display:flex;flex-direction:column}@media (max-width:1024px){.step-3-beneficiaries .contenido-step3 .form-poliza div.info{width:30%}}@media (max-width:767px){.step-3-beneficiaries .contenido-step3 .form-poliza div.info{width:100%}}.step-3-beneficiaries .contenido-step3 .form-poliza .label{color:#0e5f73;font-size:14px;margin-bottom:2px}.step-3-beneficiaries .contenido-step3 .form-poliza .input{height:28px;padding:2px 10px;font-size:16px;width:100%}@media (max-width:767px){.step-3-beneficiaries .contenido-step3 .form-poliza .input{flex-basis:100%}}.step-3-beneficiaries .contenido-step3 .form-poliza .input::-webkit-input-placeholder{text-align:center}.step-3-beneficiaries .contenido-step3 .form-poliza .input:-ms-input-placeholder{text-align:center}.step-3-beneficiaries .contenido-step3 .form-poliza .input::placeholder{text-align:center}.step-3-beneficiaries .contenido-step3 .form-poliza .compañia-poliza{width:58%}@media (max-width:1024px){.step-3-beneficiaries .contenido-step3 .form-poliza .compañia-poliza{align-self:flex-end}}.step-3-beneficiaries .contenido-step3 .form-poliza .numero-poliza{width:37%}.step-3-beneficiaries .contenido-step3 .form-poliza .cantidad-poliza{width:34%}.step-3-beneficiaries .contenido-step3 .form-poliza .fecha-poliza{width:36%}.step-3-beneficiaries .contenido-step3 .form-poliza .fecha-poliza>div{display:flex;flex-direction:row;flex-flow:nowrap}.step-3-beneficiaries .contenido-step3 .form-poliza .fecha-poliza>div .input{width:48%}@media (max-width:1024px){.step-3-beneficiaries .contenido-step3 .form-poliza .fecha-poliza{width:47%}}@media (max-width:767px){.step-3-beneficiaries .contenido-step3 .form-poliza .fecha-poliza{width:47%}}.step-3-beneficiaries .contenido-step3 .form-poliza .vigente-poliza{width:25%}.step-3-beneficiaries .contenido-step3 .form-poliza .vigente-poliza .label{margin-bottom:7px}.step-3-beneficiaries .contenido-step3 .form-poliza .vigente-poliza .label.checkbox{font-size:15px;padding-left:27px;height:15px}.step-3-beneficiaries .contenido-step3 .form-poliza .vigente-poliza .label.checkbox .checkmark{height:20px;width:20px;top:-2px}.step-3-beneficiaries .contenido-step3 .form-poliza .vigente-poliza .label.checkbox .checkmark:after{left:7px;top:3px;width:5px;height:10px;border-width:0 2px 2px 0}@media (max-width:1024px){.step-3-beneficiaries .contenido-step3 .form-poliza .vigente-poliza{width:47%}}@media (max-width:767px){.step-3-beneficiaries .contenido-step3 .form-poliza .vigente-poliza{width:47%}}.step-3-beneficiaries .contenido-step3 .btn-2{margin-top:17px}.step-financial .h2{font-size:27px;letter-spacing:.2px;margin-top:27px;padding:0 4%;line-height:32px}.step-financial .financial{display:flex;justify-content:center}@media (max-width:767px){.step-financial .financial{flex-direction:column}}.step-financial .financial .img-financial{width:56%}@media (max-width:1024px){.step-financial .financial .img-financial{width:40%}}@media (max-width:767px){.step-financial .financial .img-financial{width:100%}}.step-financial .financial .img-financial img{margin:38px 0 0 -6px;width:500px}@media (max-width:1024px){.step-financial .financial .img-financial img{margin:8rem 0;width:100%}}@media (max-width:767px){.step-financial .financial .img-financial img{margin:0 auto}}.step-financial .financial .contenido-financial{width:44%}@media (max-width:1024px){.step-financial .financial .contenido-financial{width:50%}}@media (max-width:767px){.step-financial .financial .contenido-financial{width:100%}}.step-financial .financial .form-financial{margin:20px 10px 20px 0;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,50px) auto 50px;grid-auto-rows:30px;grid-row-gap:7px;row-gap:7px}@media (max-width:767px){.step-financial .financial .form-financial{margin:20px 10px}}.step-financial .financial .form-financial .input{height:28px;font-size:15px;padding:0 5px;flex-basis:100%}.step-financial .financial .form-financial .label{color:#0e5f73;font-size:16px;margin-bottom:5px}.step-financial .financial .form-financial .check-call{margin-top:8px}.step-financial .financial .form-financial .check-call .checkbox{font-size:16px;padding-left:29px}.step-financial .financial .form-financial .check-call .checkbox .checkmark{left:-3px;top:-6px}.step-financial .financial .form-financial .nombre-banco{grid-column:1/3;grid-row:1}.step-financial .financial .form-financial .numero-ruta{grid-column:3;grid-row:1}.step-financial .financial .form-financial .numero-cuenta{grid-column:1/4;grid-row:2}.step-financial .financial .form-financial .check-call{grid-column:1/4;grid-row:3}.step-financial .financial .form-financial .firma{height:100px;grid-column:1/4;grid-row:4/5;position:relative}.step-financial .financial .form-financial .firma .textarea{height:71px;resize:none;position:relative;color:#55b9a5;background-color:rgba(85,185,165,.2);border:1px solid #3f9686;border-radius:7px;width:100%}.step-financial .financial .form-financial .firma .textarea #fileinput{display:none;width:0;height:0}.step-financial .financial .form-financial .firma .textarea .opt-1,.step-financial .financial .form-financial .firma .textarea .opt-2,.step-financial .financial .form-financial .firma .textarea .opt-3{display:none}.step-financial .financial .form-financial .firma .textarea .signatur{cursor:sw-resize}.step-financial .financial .form-financial .firma .textarea .signatur .sig-buton{position:absolute;bottom:-25px;right:0}.step-financial .financial .form-financial .firma .textarea .signatur .sig-buton button{width:60px;background:#55b9a5;color:#fff;border:0;padding:3px;border-radius:5px;font-size:13px;margin-left:3px}.step-financial .financial .form-financial .firma .textarea .signatur .sig-buton button:focus{background:#0e5f73}.step-financial .financial .form-financial .firma .textarea .img_signa{height:68px}.step-financial .financial .form-financial .firma .textarea textarea{width:100%;font-size:2.5rem;padding:1rem 10px 0;height:100%;position:relative;background:transparent;border:0;resize:none;outline:transparent!important}.step-financial .financial .form-financial .firma .textarea textarea::-webkit-input-placeholder{color:#55b9a5}.step-financial .financial .form-financial .firma .textarea textarea:-ms-input-placeholder{color:#55b9a5}.step-financial .financial .form-financial .firma .textarea textarea::placeholder{color:#55b9a5}.step-financial .financial .form-financial .firma .brns{display:flex;position:absolute;bottom:0;right:5px}.step-financial .financial .form-financial .firma .brns .brn{height:16px;width:20px;padding:0;border:0;background:transparent;outline:transparent!important}.step-financial .financial .form-financial .firma .brns .brn:first-child{margin-top:0;height:16px;width:16px}.step-financial .financial .form-financial .firma .brns .brn:nth-child(2){margin-top:0}.step-financial .financial .form-financial .firma .brns .brn:nth-child(3){margin-top:0;height:15px}.step-financial .financial .form-financial .firma .brns .brn>img{max-height:100%;max-width:100%}.step-financial .financial .form-financial .fecha-aplicacion{grid-row:5;grid-column:1/4;margin-top:10px}.step-financial .financial .form-financial .fecha-aplicacion input,.step-financial .financial .form-financial .fecha-aplicacion select{width:19%;margin-right:10px}@media (max-width:767px){.step-financial .financial .form-financial .fecha-aplicacion input,.step-financial .financial .form-financial .fecha-aplicacion select{width:25%}}.step-financial .financial .btn-2{margin:10px 20px 20px;text-transform:uppercase}.step-thanks .h2{margin:11px 0;font-size:32px}.step-thanks .contenedor-thanks{flex-direction:row-reverse;margin-top:2.3rem}@media (max-width:767px){.step-thanks .contenedor-thanks{flex-direction:column}}.step-thanks .img-thanks{width:49%}@media (max-width:1024px){.step-thanks .img-thanks{width:80%}}@media (max-width:767px){.step-thanks .img-thanks{width:100%}}.step-thanks .img-thanks img{width:557px;margin-left:-60px;margin-top:-13px}@media (max-width:767px){.step-thanks .img-thanks img{width:100%;margin:0 auto}}.step-thanks .contenido-thanks{width:49%;margin:0}@media (max-width:1024px){.step-thanks .contenido-thanks{width:100%;margin-top:0}}@media (max-width:767px){.step-thanks .contenido-thanks{width:100%;margin-top:0}}.step-thanks .contenido-thanks .cobertura{padding-left:7%;margin-bottom:20px;flex-wrap:nowrap}.step-thanks .contenido-thanks .img-info{width:15%}.step-thanks .contenido-thanks .p{width:80%;color:#0e5f73;font-size:1.7rem;line-height:22px;text-align:left;padding:0 0 0 17px;align-self:center}.step-thanks .contenido-thanks .h3{font-size:22px;line-height:30px;margin-bottom:11px;letter-spacing:-.2px}.step-thanks .contenido-thanks .h4{color:#0e5f73;font-size:22px;margin-top:25px;margin-bottom:6px;line-height:29px;letter-spacing:-.2px}@media (max-width:767px){.step-thanks .contenido-thanks .h4{margin-bottom:20px}}.step404{width:100vw;height:100vh;position:static;padding-left:15%}@media (max-width:1024px){.step404{padding-left:7%}}.step404 .img404{width:100%;height:100%;background:url(/static/media/404-error.778cb250.svg) no-repeat 100% 100%/cover}@media (max-width:768px){.step404 .img404{background-position:70%}}.step404 .error{flex-direction:column;position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;top:383px}@media (max-width:768px){.step404 .error{top:20%}}.step404 .error .titulo{margin:0 0 .2em;font-size:13em;line-height:.7;color:#707070}@media (max-width:1024px){.step404 .error .titulo{font-size:10em}}@media (max-width:768px){.step404 .error .titulo{display:none}}.step404 .error .subtitulo{margin:0 0 .19em;font-size:5.4em;line-height:.5;color:#707070}@media (max-width:1024px){.step404 .error .subtitulo{font-size:4em}}@media (max-width:768px){.step404 .error .subtitulo{font-size:3em}}.step404 .error .btn-2{border-radius:1em;height:2em;width:97%;font-size:3.7em}@media (max-width:1024px){.step404 .error .btn-2{font-size:2.7em}}@media (max-width:768px){.step404 .error .btn-2{font-size:2em}}
/*# sourceMappingURL=main.c42549f0.chunk.css.map */