nav{width:100%;padding:20px;position:fixed;top:0;left:0;background:rgba(242,242,242,0.5);-webkit-transition:background 0.5s ease, left 0.3s ease-in-out;transition:background 0.5s ease, left 0.3s ease-in-out;z-index:100}nav.active{left:0;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)}nav.scrolled{background:#00375F !important;border-bottom:0.5px solid rgba(0,0,0,0.1)}nav.scrolled #nav-wrapper>a>img{width:100px}@media only screen and (max-width: 559px){nav.scrolled #nav-wrapper>a>img{width:180px}}@media only screen and (max-width: 559px){nav{left:-200px;height:100%;width:200px;padding:5px;background:#fff}}#nav-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#nav-wrapper>a>img{width:180px;height:auto;-webkit-transition:width 0.5s ease;transition:width 0.5s ease}@media only screen and (max-width: 767px){#nav-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 559px){#nav-wrapper{width:100%;height:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}#nav-wrapper>a img{margin:0 auto}#nav-wrapper>#navigation{-webkit-box-flex:1;-ms-flex:auto;flex:auto}}#navigation a{margin:0 7px;font-weight:bolder}#navigation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start}#navigation a{margin:10px 7px}#navigation span{margin-top:80px}}#toggle-navbar{position:fixed;top:5px;left:5px;background:#fff;border:none;outline:none;z-index:110;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px;border-radius:5px;border:1px solid #00375f}@media only screen and (max-width: 559px){#toggle-navbar{display:-webkit-box;display:-ms-flexbox;display:flex}}#toggle-navbar i{color:#00375f}#main{background-image:url("./../../images/Banner-LP-EC.jpg");background-repeat:no-repeat;background-position:center;background-attachment:fixed;background-origin:content-box;background-size:cover;width:100%;height:100vh;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#main div{margin:60px}#main div h1{font-size:4rem;font-weight:bolder;font-family:"League Spartan";color:#00375f}#main div button{background:transparent;border:2px solid #fff;padding:15px;border-radius:50px;outline:none;width:230px;-webkit-transition:border-color 0.3s ease-in-out, color 0.3s ease-in-out;transition:border-color 0.3s ease-in-out, color 0.3s ease-in-out;color:#00375f;margin-top:15px}#main div button:hover{cursor:pointer;border-color:#00cdcd}#main div button:nth-child(3){margin-left:15px}@media only screen and (max-width: 767px){#main div>h1{font-size:2rem}}@media only screen and (max-width: 559px){#main div{width:100%}#main div>h1{font-size:1rem}#main div>button,#main div>a>button{width:100%}#main div>button:nth-child(1),#main div>a>button:nth-child(1){margin-top:15px}#main div>button:nth-child(3),#main div>a>button:nth-child(3){margin-top:5px;margin-left:0}}#que-es{padding:50px 0}#que-es>div{width:65%;margin:0 auto}#que-es>div img{position:relative;width:400px;height:400px}#que-es>div img::before{content:'';position:absolute;display:block;height:100%;width:2px;background:#00cdcd;left:-50px}#que-es>div h1{font-size:2rem;margin-bottom:20px;margin-left:20px;color:#00375f}#que-es>div p{margin-left:20px;margin-top:10px;font-size:1.3rem}@media only screen and (max-width: 1023px){#que-es>div{width:90%}}@media only screen and (max-width: 767px){#que-es>div{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#que-es>div img{width:100%;height:auto}#que-es>div h1{width:auto;margin-top:10px}#que-es>div p,#que-es>div h1{margin-left:0}}@media only screen and (max-width: 479px){#que-es>div{width:100%}#que-es>div h1{margin-top:30px !important}#que-es>div p,#que-es>div h1{text-align:center;margin:0 10px}}.azul{background:#00375f;padding:30px 0}.azul>div{width:80%;margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:20px}.azul>div h1{color:#fff;font-size:2.3rem;text-align:center;margin-bottom:30px}.azul>div>.beneficios{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr);-ms-grid-rows:(1fr)[2];grid-template-rows:repeat(2, 1fr);width:100%;row-gap:20px;-webkit-column-gap:30px;column-gap:30px}.azul>div>.beneficios p{color:#fff;font-size:0.8rem}.azul>div>.beneficios img{height:100px}.azul>div>button{background:transparent;border:2px solid #fff;padding:15px;border-radius:50px;outline:none;width:230px;-webkit-transition:border-color 0.3s ease-in-out, color 0.3s ease-in-out;transition:border-color 0.3s ease-in-out, color 0.3s ease-in-out;color:#fff}.azul>div>button:hover{cursor:pointer;border-color:#00cdcd}@media only screen and (max-width: 767px){.azul>div{width:100%;padding:0 10px}.azul>div>.beneficios{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1, 1fr)}}@media only screen and (max-width: 767px){.azul h1{font-size:1.5rem !important}.azul button{margin:10px 0 0 0 !important;width:100% !important}}#funcionalidades{padding:80px 50px}#funcionalidades h1{color:#00375f;font-size:2.3rem;text-align:center;margin-bottom:30px}@media only screen and (max-width: 559px){#funcionalidades h1{font-size:1.8rem}}@media only screen and (max-width: 559px){#funcionalidades{padding:80px 0}}#funcionalidades>div{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr);-ms-grid-rows:(1fr)[4];grid-template-rows:repeat(4, 1fr);gap:40px;padding:0 40px}@media only screen and (max-width: 1023px){#funcionalidades>div{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr)}}@media only screen and (max-width: 767px){#funcionalidades>div{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 559px){#funcionalidades>div{-ms-grid-columns:1fr;grid-template-columns:1fr;padding:0;gap:20px}}#funcionalidades>div .funcionalidad{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#funcionalidades>div .funcionalidad>img{width:150px}#funcionalidades>div .funcionalidad p{text-align:center}#funcionalidades>div .funcionalidad p a{font-weight:bolder}@media only screen and (max-width: 1023px){#funcionalidades>div .funcionalidad:last-child{-ms-grid-column:1;grid-column:1;-ms-grid-row:5;grid-row:5}}@media only screen and (max-width: 767px){#funcionalidades>div .funcionalidad:last-child{-ms-grid-column:1;grid-column:1;-ms-grid-row:7;grid-row:7}}@media only screen and (max-width: 559px){#funcionalidades>div .funcionalidad{padding:0 30px}#funcionalidades>div .funcionalidad:last-child{-ms-grid-column:1;grid-column:1;-ms-grid-row:13;grid-row:13}}#funcionalidades>div .e-commerce{-ms-grid-column:1;-ms-grid-column-span:3;grid-column:1 / span 3;display:-ms-grid;display:grid;-ms-grid-columns:2fr 1fr;grid-template-columns:2fr 1fr}@media only screen and (max-width: 1023px){#funcionalidades>div .e-commerce{-ms-grid-column:2;-ms-grid-column-span:2;grid-column:2 / span 2;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}@media only screen and (max-width: 767px){#funcionalidades>div .e-commerce{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1 / span 2}}@media only screen and (max-width: 559px){#funcionalidades>div .e-commerce{-ms-grid-column:1;grid-column:1;-ms-grid-columns:1fr;grid-template-columns:1fr}}#funcionalidades>div .e-commerce div:first-child{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-right:40px}#funcionalidades>div .e-commerce div:first-child h2{color:#00cdcd;font-size:2rem}#funcionalidades>div .e-commerce div:first-child ul{margin-left:40px;font-size:1.2rem;list-style:none}#funcionalidades>div .e-commerce div:first-child ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#funcionalidades>div .e-commerce div:first-child ul li::before{content:'';display:block;margin-right:8px;width:10px;height:10px;border-radius:50%;background:#000}@media only screen and (max-width: 1023px){#funcionalidades>div .e-commerce div:first-child{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#funcionalidades>div .e-commerce div:first-child h2{color:#00375f;margin-bottom:10px}#funcionalidades>div .e-commerce div:first-child ul{margin:0;font-size:0.8rem !important}}@media only screen and (max-width: 767px){#funcionalidades>div .e-commerce div:first-child{-webkit-box-align:start;-ms-flex-align:start;align-items:start;margin:0}}@media only screen and (max-width: 559px){#funcionalidades>div .e-commerce div:first-child{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}#funcionalidades>div .e-commerce #formas-pago{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr)}@media only screen and (max-width: 559px){#funcionalidades>div .e-commerce #formas-pago{padding:0 30px}}#contacto{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr)}@media only screen and (max-width: 1023px){#contacto{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1, 1fr)}#contacto #suscribete{margin:100px auto}}input,textarea{padding:10px;width:70%;border:1px solid #fff;background:transparent;outline-color:#00cdcd}#suscribete{width:65%;margin:auto;text-align:center}#suscribete>div h1{font-size:2rem;color:#00375f}#suscribete>div input{margin:30px 0;border:1px solid #aaa}#suscribete>div input::-webkit-input-placeholder{font-size:1rem;text-align:center}#suscribete>div input:-ms-input-placeholder{font-size:1rem;text-align:center}#suscribete>div input::-ms-input-placeholder{font-size:1rem;text-align:center}#suscribete>div input::placeholder{font-size:1rem;text-align:center}#suscribete>div button{background:transparent;border:2px solid #fff;padding:15px;border-radius:50px;outline:none;width:230px;-webkit-transition:border-color 0.3s ease-in-out, color 0.3s ease-in-out;transition:border-color 0.3s ease-in-out, color 0.3s ease-in-out;color:#fff;border:2px solid #00cdcd;background:#00cdcd;width:auto;font-size:1.5rem;padding:5px 15px}#suscribete>div button:hover{cursor:pointer;border-color:#00cdcd}#suscribete>div button:hover{cursor:pointer;background:#00e7e7;border:2px solid #00e7e7}#suscribete>div>div{margin:0 auto;margin-top:70px;width:80%}#suscribete>div>div p{font-size:1.5rem;color:#00375f;font-weight:bolder}#suscribete>div>div #social{margin-top:30px}#suscribete>div>div #social a{font-size:1.5rem;margin:0 10px;font-weight:bolder}@media only screen and (max-width: 559px){#suscribete{width:90%;margin:50px auto}}#formulario{position:relative;background:#00cdcd}#formulario>div{width:100%;height:100%;padding:50px 100px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#formulario>div h1{color:#fff;font-size:2rem;text-align:center;margin:25px}@media only screen and (max-width: 559px){#formulario>div h1{font-size:1.5rem}}#formulario>div ::-webkit-input-placeholder{color:#fff}#formulario>div :-ms-input-placeholder{color:#fff}#formulario>div ::-ms-input-placeholder{color:#fff}#formulario>div ::placeholder{color:#fff}#formulario>div input[type='text'],#formulario>div input[type='email'],#formulario>div input[type='phone'],#formulario>div textarea{width:100%;margin:12px 0;outline-color:#fff}#formulario>div input:not([type='checkbox']){height:50px}#formulario>div button{background:transparent;border:2px solid #fff;padding:15px;border-radius:50px;outline:none;width:230px;-webkit-transition:border-color 0.3s ease-in-out, color 0.3s ease-in-out;transition:border-color 0.3s ease-in-out, color 0.3s ease-in-out;color:#fff}#formulario>div button:hover{cursor:pointer;border-color:#00cdcd}#formulario>div button:hover{border-color:#fff}#formulario>div input[type='checkbox']{display:none}#formulario>div input[type='checkbox']+label{color:#fff;margin:15px 0 20px 0;cursor:pointer}#formulario>div input[type='checkbox']+label::before{content:'\f0c8';font-family:'Font Awesome 5 Free';margin-right:5px}#formulario>div input[type='checkbox']:checked+label::before{content:'\f14a'}@media only screen and (max-width: 559px){#formulario>div{padding:10px}}#whatsapp{position:fixed;width:50px;right:10px;top:130px;z-index:110;-webkit-animation-name:boop;animation-name:boop;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@media only screen and (max-width: 767px){#whatsapp{top:30px}}@-webkit-keyframes boop{0%{width:50px}50%{width:55px}100%{width:50px}}@keyframes boop{0%{width:50px}50%{width:55px}100%{width:50px}}.modal{display:none;position:fixed;z-index:200;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000 !important;background-color:rgba(0,0,0,0.4) !important}.modal .modal-content{background-color:#fefefe;margin:auto;padding:20px;border:1px solid #888;width:560px}.modal .close{color:#aaaaaa;float:right;font-size:28px;font-weight:bold}.modal .close:hover,.modal .close:focus{color:#000;text-decoration:none;cursor:pointer}.modal #llamar_telefono{background:white !important}html{scroll-behavior:smooth}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arial, Helvetica, sans-serif;font-size:100%}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex.center-x{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex.center-y{-webkit-box-align:center;-ms-flex-align:center;align-items:center}a{text-decoration:none;color:#00375f;position:relative}
/*# sourceMappingURL=main.min.css.map */