.header{background-color:#3e4ae9;color:#fff;position:relative;z-index:1000}.header__container{max-width:1200px;margin:0 auto;padding:0 1rem;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center}.header__brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;font-family:Helvetica,Arial,sans-serif}.header__logo{width:45px;height:auto;padding-bottom:5px}.header__title{margin:0;font-size:1.7rem}.header__nav{display:flex;align-items:center;margin-top:10px}.header__nav-list{display:flex;list-style:none;margin:0;padding:0}.header__nav-item{position:relative;padding:0 22px}.header__nav-item+.header__nav-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:18px;background-color:#fff9}.header__nav-link{text-decoration:none;color:#fff;font-weight:700;font-size:1.3rem;font-family:Helvetica,Arial,sans-serif;transition:color .25s ease-in-out}.header__nav-link:hover,.header__nav-link:focus{color:#e8f05c}.header__hamburger,.header__close{display:none;background:none;border:none;color:#fff;cursor:pointer}@media (max-width: 968px){.header__container{height:70px;flex-direction:row;justify-content:space-between}.header__brand{width:100%;justify-content:center;transition:transform .3s ease,opacity .3s ease}.header__title{font-size:1.3rem}.header__logo{margin-left:0}.header__hamburger{display:block;font-size:2rem;position:absolute;right:20px;top:18px;transition:transform .3s ease,opacity .3s ease}.header__nav{position:fixed;top:0;right:0;width:70%;max-width:320px;height:100vh;background-color:#3e4ae9;transform:translate(100%);opacity:0;transition:transform .4s ease-in-out,opacity .4s ease-in-out;flex-direction:column;align-items:flex-start;padding-top:60px;box-shadow:-2px 0 10px #00000040;margin-top:0}.header__nav--open{transform:translate(0);opacity:1}.header__close{display:block;position:absolute;top:15px;right:20px;font-size:2rem}.header__nav-list{flex-direction:column;width:100%;gap:0}.header__nav-item{width:100%;padding:12px 24px;border-bottom:1px solid rgba(255,255,255,.2)}.header__nav-item+.header__nav-item:before{display:none}.header__nav-link{display:block;width:100%;font-size:1rem;opacity:0;transform:translate(20px);transition:all .35s ease}.header__nav--open .header__nav-link{opacity:1;transform:translate(0)}.header__nav--open .header__nav-item:nth-child(1) .header__nav-link{transition-delay:.05s}.header__nav--open .header__nav-item:nth-child(2) .header__nav-link{transition-delay:.1s}.header__nav--open .header__nav-item:nth-child(3) .header__nav-link{transition-delay:.15s}.header__nav--open .header__nav-item:nth-child(4) .header__nav-link{transition-delay:.2s}.header__nav--open .header__nav-item:nth-child(5) .header__nav-link{transition-delay:.25s}.header__nav--open .header__nav-item:nth-child(6) .header__nav-link{transition-delay:.3s}}@media (max-width: 335px){.header__title{font-size:1.15rem}}@media (min-width: 837px){.hero__title{white-space:nowrap;font-size:2.8rem}}.footer{background-color:#3e4ae9;color:#fff;text-align:center;padding:10px 12px 8px;width:100%;position:relative;bottom:0;left:0;margin-top:auto;line-height:1.4}.footer__content{max-width:960px;margin:0 auto}.footer__text{margin:0}.footer__text--main{font-size:.85rem}.footer__address{margin-top:3px;font-size:.8rem}.footer__social-list{display:flex;justify-content:center;align-items:center;list-style:none;padding:0;margin:8px 0 0;gap:14px}.footer__social-item{display:inline-flex}.footer__social-link{display:inline-flex;align-items:center;justify-content:center}.footer__social-icon{width:28px;height:28px;display:block;transition:transform .3s ease,opacity .3s ease}.footer__social-link:hover .footer__social-icon{transform:scale(1.05);opacity:.85}.footer__developer{margin-top:10px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:6px;font-size:.75rem}.footer__developer-text{margin:0}.footer__developer-link{color:#fff;text-decoration:none;font-weight:600}.footer__developer-link:hover{color:#e0e0e0;text-decoration:underline}.footer__divider{opacity:.7;margin:0 6px}@media (max-width: 426px){.footer{padding:8px 10px 6px;font-size:.7rem;background-color:#4a58f0}.footer__text--main{font-size:.75rem}.footer__address{font-size:.7rem}.footer__social-list{gap:10px;margin-top:6px}.footer__social-icon{width:22px;height:22px}.footer__developer{font-size:.65rem;gap:3px;margin-top:8px;flex-direction:column}.footer__divider{display:none}}.hero{position:relative;width:100%;min-height:clamp(460px,75vh,780px);overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;animation:fadeInHero 1.2s ease-out}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,#0000001a,#0000004d)}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__background-image{width:100%;height:100%;object-fit:cover;object-position:center center}.hero__content{position:relative;z-index:3;max-width:900px;padding:3rem 1.5rem;display:flex;justify-content:center}.hero__content-box{max-width:900px}.hero__title{margin:0 0 .75rem;font-size:clamp(2rem,3.3vw,3rem);font-weight:900;line-height:1.2;text-shadow:0 2px 6px rgba(0,0,0,.8)}.hero__subtitle{margin:0 0 1.75rem;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.5;font-weight:800;opacity:.98;text-shadow:0 2px 4px rgba(0,0,0,.8)}.hero__cta{position:relative;z-index:4;display:inline-block;background-color:#e8f05c;color:#ce5540;padding:12px 36px;border-radius:999px;text-decoration:none;font-weight:900;font-size:1rem;letter-spacing:.02em;border:none;box-shadow:0 10px 25px #00000059;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.hero__cta:hover{background-color:#ce5540;color:#fff;transform:translateY(-1px);box-shadow:0 12px 30px #00000080}@media (max-width: 1024px){.hero{min-height:75vh}.hero__content{padding:3rem 2rem}}@media (max-width: 770px){.hero{align-items:center}.hero__content{padding-top:0;padding-bottom:0}}@media (max-width: 700px) and (min-width: 560px){.hero__title{font-size:1.7rem;white-space:nowrap}.hero__subtitle{font-size:.95rem;white-space:nowrap}}@media (max-width: 570px) and (min-width: 430px){.hero__title{font-size:1.85rem;line-height:1.28}.hero__subtitle{font-size:.98rem}}@media (max-width: 480px){.hero__title{font-size:1.6rem;white-space:normal}.hero__subtitle{font-size:.95rem;white-space:normal}}@media (min-width: 1000px){.hero__title{white-space:nowrap;font-size:2.6rem}.hero__subtitle{white-space:nowrap;font-size:1.1rem}}@media (max-width: 625px){.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,#00000029,#0000003d),linear-gradient(to bottom,#e8f05c00,#e8f05c4d 55%,#e8f05c6b)}.hero__background-image{object-position:center top;filter:brightness(1.06) contrast(.98)}.hero__content{position:absolute;top:54%;left:50%;transform:translate(-50%,-50%);width:100%;padding:0 1.2rem;z-index:3}.hero__content-box{max-width:24rem;margin:0 auto}.hero__title{white-space:normal;font-size:2.05rem;line-height:1.28}.hero__subtitle{white-space:normal;font-size:1.05rem;line-height:1.45}.hero__cta{z-index:4;margin-top:.8rem}}@keyframes fadeInHero{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 625px){.hero__background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,#00000029,#0000003d),linear-gradient(to bottom,#e8f05c00,#e8f05c47 55%,#e8f05c33 80%,#e8f05c00 95%)}footer,.footer{background-color:#3e4ae9;position:relative;z-index:5}}.about{background:linear-gradient(to right,#f5f5f5,#fff,#f5f5f5);padding:4rem 6vw;box-sizing:border-box;display:flex;justify-content:center}.about__card{max-width:1200px;width:100%;background:#fff;border-radius:18px;box-shadow:0 18px 40px #00000014;padding:2.5rem 3rem;box-sizing:border-box}.about__columns{display:flex;gap:2.5rem}.about__column{display:flex;flex-direction:column}.about__column--profile{flex:0 0 35%}.about__column--details{flex:1}.about__title{font-size:1.25rem;font-weight:700;color:#ce5540;margin-bottom:.8rem}.about__subtitle{font-size:1.1rem;font-weight:700;color:#ce5540;margin-bottom:.8rem}.about__subtitle--spaced{margin-top:1.8rem}.about__text{font-size:.95rem;line-height:1.6;color:#333;margin-bottom:.9rem}.about__list{list-style:none;padding:0;margin:.5rem 0 0}.about__list-item{font-size:.95rem;line-height:1.6;color:#333;margin-bottom:.6rem}.about__image-wrapper{margin:1.25rem 0 .9rem;border-radius:18px;overflow:hidden}.about__image{display:block;width:100%;height:100%;object-fit:cover}.about__button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.6rem 1.4rem;font-size:.85rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .1s ease}@media screen and (max-width: 1024px){.about{padding:3rem 4vw}.about__card{padding:2rem 1.75rem}.about__columns{flex-direction:column;gap:2rem}.about__column--profile,.about__column--details{flex:1 1 100%}}@media screen and (max-width: 640px){.about{padding:2.5rem 1.5rem}.about__card{padding:1.75rem 1.25rem}.about__title,.about__subtitle{text-align:left}.about__text,.about__list-item{font-size:.9rem}.about__button{width:100%;justify-content:center}}.about__button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.6rem 1.4rem;font-size:.85rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background-color .25s ease,color .25s ease,transform .1s ease;max-width:100%;box-sizing:border-box;word-break:break-word}.about__button--secondary{background-color:#e8f05c;color:#ce5540}.about__button--secondary:hover,.about__button--secondary:focus,.about__button--secondary:active{background-color:#ce5540;color:#fff;transform:translateY(-1px)}@media screen and (max-width: 480px){.about__button{width:100%;padding:.75rem .5rem;font-size:.8rem;border-radius:12px}}.services{width:100%;background-color:#fff}.services__container{max-width:1200px;margin:0 auto;padding:40px 16px;min-height:75vh;display:flex;align-items:stretch}.services__grid{display:grid;width:100%;gap:2rem}@media (min-width: 1111px){.services__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1110px) and (min-width: 750px){.services__grid{grid-template-columns:repeat(2,1fr);padding-inline:30px}}@media (max-width: 749px){.services__grid{grid-template-columns:1fr;padding-inline:30px}}.services__card{background-color:#ce5540;border-radius:16px;padding:24px 24px 70px;color:#fff;box-shadow:0 4px 14px #00000026;position:relative;display:flex;flex-direction:column;justify-content:flex-start;transition:transform .3s ease,box-shadow .3s ease}.services__card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #0003}.services__card-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.services__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.services__list-item{display:flex;align-items:flex-start;gap:.5rem;line-height:1.4}.services__bullet{width:8px;height:8px;border-radius:50%;background-color:#e8f05c;margin-top:.45rem;flex-shrink:0}.services__item-text{font-size:.95rem}.services__icon-wrapper{position:absolute;right:18px}.services__icon-wrapper--bottom{bottom:18px}.services__icon-wrapper--top{top:18px}.services__icon{width:80px;height:auto;opacity:.9;filter:brightness(1) saturate(1) sepia(.4) hue-rotate(10deg);transition:transform .3s ease,opacity .3s ease,filter .3s ease}.services__icon{filter:brightness(0) saturate(100%) invert(91%) sepia(45%) saturate(519%) hue-rotate(16deg) brightness(100%) contrast(92%)}.services__card:hover .services__icon{transform:scale(1.05);opacity:1;filter:brightness(1.1) saturate(110%) sepia(.4) hue-rotate(10deg)}@media (max-width: 480px){.services__card{padding:20px 18px 60px}.services__card-title{font-size:1.15rem}.services__item-text{font-size:.9rem}.services__icon{width:48px}}section.opiniones,section.opiniones *{box-sizing:border-box}section.opiniones{position:relative;width:100%;padding:5rem 1.5rem;margin:0;background-image:linear-gradient(#ffffff38,#ffffff38),url(./fondoopiniones-CjLVS_Vv.png);background-size:cover;background-position:center;background-repeat:no-repeat}.opiniones__overlay{width:100%}.opiniones__content{max-width:1200px;margin:0 auto}.opiniones__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:4rem 3rem}.opiniones__card{position:relative;background-color:#fff;border-radius:1.25rem;border:1px solid #e8f05c;padding:3.5rem 1.75rem 1.75rem;box-shadow:0 12px 25px #0000001f;display:flex;flex-direction:column;gap:.5rem;flex:1 1 320px;max-width:360px}@media (hover: hover) and (pointer: fine){.opiniones__card{transition:transform .25s ease,box-shadow .25s ease}.opiniones__card:hover{transform:translateY(-4px);box-shadow:0 18px 30px #00000038}}.opiniones__avatar{position:absolute;top:-2rem;left:50%;transform:translate(-50%);width:62px;height:62px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 18px #00000040;z-index:3}.opiniones__avatar-icon{width:70%;height:70%;object-fit:contain}.opiniones__header{display:flex;flex-direction:column;gap:.25rem}.opiniones__nombre{font-size:1rem;font-weight:700;color:#264653;margin:0}.opiniones__rol{font-size:.85rem;font-weight:500;color:#6c757d;margin:0}.opiniones__fecha{font-size:.78rem;color:#8b8b8b;margin:0}.opiniones__texto{margin-top:.75rem;font-size:.9rem;line-height:1.4;color:#333}@media (max-width: 1024px){section.opiniones{padding:4.5rem 1.25rem}.opiniones__grid{gap:3.5rem 2.5rem}}@media (max-width: 768px){section.opiniones{padding:3.5rem 1rem 4rem}.opiniones__card{flex:1 1 100%;max-width:500px;padding:3.25rem 1.5rem 1.75rem}.opiniones__avatar{top:-1.9rem;width:56px;height:56px}}@media (max-width: 480px){section.opiniones{padding:3rem .75rem 3.75rem}.opiniones__card{max-width:100%;padding:3rem 1.25rem 1.5rem}.opiniones__nombre{font-size:.95rem}.opiniones__rol{font-size:.8rem}.opiniones__fecha{font-size:.72rem}.opiniones__texto{font-size:.85rem}.opiniones__avatar{width:52px;height:52px;top:-1.8rem}}.faq{min-height:calc(100vh - 160px);display:flex;justify-content:center;align-items:flex-start;padding:3rem 1rem;box-sizing:border-box;background-color:#f7f7ff}.faq__container{position:relative;width:100%;max-width:900px;background-color:#fff;border-radius:18px;padding:3.5rem 1.75rem 2.5rem;box-shadow:0 6px 18px #00000014;box-sizing:border-box}.faq__header{position:absolute;top:.6rem;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:.6rem;padding:.55rem 1.9rem;background-color:#e8f05c;border-radius:999px;box-shadow:0 4px 10px #ffe94a80}.faq__header-icon-wrapper{display:flex;align-items:center;justify-content:center}.faq__header-icon{width:26px;height:26px;object-fit:contain}.faq__header-title{margin:0;font-size:1.1rem;font-weight:700;color:#444;text-transform:none}.faq__list{margin-top:1.8rem;display:flex;flex-direction:column;gap:.65rem}.faq__item{border-radius:10px;overflow:hidden;background-color:transparent;transition:box-shadow .25s ease}.faq__item--active{box-shadow:0 4px 10px #ffe94a66}.faq__question{width:100%;border:none;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1.25rem;background-color:#fff9b0;color:#444;font-weight:600;font-size:.98rem;text-align:left;box-sizing:border-box;transition:background-color .2s ease,transform .15s ease}.faq__question:hover,.faq__question--active{background-color:#e8f05c}.faq__question-text{flex:1 1 auto;line-height:1.4}.faq__question-toggle{flex-shrink:0;font-size:1.4rem;line-height:1}.faq__answer{max-height:0;overflow:hidden;padding:0 1.25rem;background-color:#fffce0;color:#333;font-size:.94rem;line-height:1.6;box-sizing:border-box;transition:max-height .3s ease,padding-top .3s ease,padding-bottom .3s ease}.faq__answer--visible{max-height:600px;padding-top:.75rem;padding-bottom:.9rem}.faq__answer p{margin-top:0;margin-bottom:.6rem}.faq__answer ul{padding-left:1.2rem;margin:.2rem 0 0}.faq__answer li{margin-bottom:.25rem}@media (max-width: 768px){.faq{padding:2.5rem 1rem}.faq__container{padding:3.2rem 1.1rem 2.1rem;border-radius:14px}.faq__header{padding:.5rem 1.5rem}.faq__header-icon{width:22px;height:22px}.faq__header-title{font-size:1rem}.faq__question{padding:.8rem 1rem;font-size:.9rem}.faq__question-toggle{font-size:1.3rem}.faq__answer{font-size:.9rem}}@media (max-width: 480px){.faq{padding:2.2rem .75rem}.faq__container{padding:3rem .9rem 1.9rem}.faq__header{padding:.45rem 1.3rem}.faq__header-title{font-size:.95rem}.faq__header-icon{width:20px;height:20px}.faq__question{padding:.75rem .9rem;font-size:.88rem}}.cotizaciones{max-width:640px;margin:2rem auto;padding:2rem;background:#eaeaea;border-radius:12px;box-shadow:0 4px 6px #00000014;color:#444;box-sizing:border-box}@media (max-width: 768px){.cotizaciones{margin:1rem;padding:1.5rem}}.cotizaciones__header{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:1.5rem}.cotizaciones__title{font-size:1.7rem;font-weight:600;text-align:center;color:#ce5540}.cotizaciones__icon{width:32px;height:32px;object-fit:contain}.cotizaciones__form{display:flex;flex-direction:column}.cotizaciones__fieldset{border:none;padding:0;margin:0}.cotizaciones__group{margin-bottom:1rem}.cotizaciones__label{font-weight:600;margin-bottom:.5rem;display:block;font-size:.98rem}.cotizaciones__input,.cotizaciones__select,.cotizaciones__textarea{width:100%;box-sizing:border-box;padding:.75rem 1rem;border:1px solid #dddddd;border-radius:8px;font-size:1rem;font-family:inherit;background-color:#fff}.cotizaciones__textarea{min-height:100px;resize:vertical}.cotizaciones__radio-group{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.cotizaciones__radio-option{display:inline-flex;align-items:center;gap:.4rem;font-size:.95rem}.cotizaciones__radio-option input{width:auto;margin:0}.cotizaciones__input--file{padding-left:0;padding-right:0}.cotizaciones__file-list{list-style:disc;margin:.5rem 0 .25rem 1.2rem;padding:0}.cotizaciones__file-item{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.95rem}.cotizaciones__file-remove{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:#ce5540;text-decoration:underline}.cotizaciones__file-remove:hover,.cotizaciones__file-remove:focus{text-decoration:none;color:#ce5540;outline:none}.cotizaciones__file-total{display:block;margin-top:.25rem;font-size:.85rem;opacity:.85}.cotizaciones__error{color:#ce5540;font-size:.92rem;margin-top:.4rem}.cotizaciones__message{margin-top:1rem;padding:.75rem .9rem;border-radius:8px;font-size:.98rem;text-align:center;background:#f3f7ff;color:#3e4ae9;border:1px solid #e0e7ff}.cotizaciones__button{width:100%;padding:.8rem;border-radius:8px;border:none;cursor:pointer;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background-color:#ce5540;color:#fff;transition:background-color .2s ease,transform .04s ease,opacity .2s ease}.cotizaciones__button:hover:not(:disabled){background-color:#ce5540;transform:scale(1.01)}.cotizaciones__button:active:not(:disabled){transform:translateY(1px)}.cotizaciones__button:disabled{background-color:#ccc;cursor:not-allowed}.cotizaciones__button--sent{color:#e8f05c}fieldset:disabled .cotizaciones__button{opacity:1;pointer-events:none}.cotizaciones input[type=file]#archivos:focus-visible{outline:2px solid #ce5540;outline-offset:2px;border-radius:6px}.contador-circular-container{display:flex;flex-direction:column;align-items:center;margin-top:1.5rem}.reloj{width:150px;height:150px;transform:rotate(-90deg)}.fondo{fill:none;stroke:#eee;stroke-width:3.8}.barra{fill:none;stroke:#ce5540;stroke-width:3.8;stroke-linecap:round;transition:stroke-dasharray 1s linear}.tiempo{fill:#444;font-size:1rem;text-anchor:middle;transform:rotate(90deg)}.texto-enviando{font-size:1rem;color:#444;margin-top:.5rem;text-align:center}.contact-container{display:flex;align-items:center;justify-content:center;gap:30px;max-width:900px;margin:50px auto;padding:20px;flex-wrap:wrap}.contact-wrapper{min-height:calc(100vh - 160px);display:flex;align-items:center;justify-content:center}.contact-sticker{width:300px;height:auto;opacity:0;animation:fadeIn 4s ease-in forwards;order:-1}.contact-message{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 10px #0000001a;max-width:450px;text-align:left;flex-basis:55%;font-family:Helvetica,Arial,sans-serif}.contact-title{color:#444;font-size:1.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block;text-align:center}.contact-message p{font-size:1rem;color:#555;margin-bottom:10px}.contact-message a{color:#007bff;text-decoration:none;font-weight:700}.contact-message a:hover{text-decoration:underline}.contact-icons{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:15px}.contact-icon{width:40px;height:auto;transition:transform .3s ease-in-out}.contact-icon:hover{transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media screen and (max-width: 768px){.contact-container{flex-direction:column;text-align:center}.contact-sticker{width:250px;order:-1}.contact-message{max-width:100%;padding:20px}.contact-title{font-size:1.2rem}.contact-icons{flex-wrap:wrap;gap:10px}}@media screen and (max-width: 437px){.contact-title{font-size:.8rem}.contact-message p{font-size:.7rem}}html,body{height:100%;margin:0;padding:0;font-family:Arial,sans-serif;overflow-x:hidden;overflow-y:auto}.container{max-width:1200px;margin:10px;padding:20px}img{max-width:100%;height:auto}@media screen and (max-width: 425px){.container{background:#4a58f0;padding:0 10px}}
