body{font-family:Hubballi,cursive;background-color:#f1f5f9;font-size:1.6rem}header{background-color:#0ea5e9;padding:1.5rem;border-bottom:1rem solid #0284c7}header h1{text-align:center;color:#fff;font-family:Inter,sans-serif;font-size:3rem;margin:0}.dos-columnas{display:grid;gap:4rem}@media (min-width: 768px){.dos-columnas{grid-template-columns:repeat(2,1fr)}}main{margin:4rem auto;max-width:1200px}.contenedor{margin:0 auto 2rem;border-radius:.5rem;background-color:#fff;padding:4rem;-webkit-box-shadow:0px 10px 33px -17px rgba(173,173,173,1);-moz-box-shadow:0px 10px 33px -17px rgba(173,173,173,1);box-shadow:0 10px 33px -17px #adadad;width:100%}form{width:100%}.campo{max-width:400px;margin:0 auto 1rem}.campo label{display:block}.campo input,.campo select{all:unset;border:1px solid #cbd5e1;width:100%;border-radius:1rem;padding:.5rem}input[type=submit]{background-color:#0ea5e9;margin:2rem auto 0;display:block;padding:1rem 3rem;color:#fff;text-transform:uppercase;font-family:Inter,sans-serif;font-size:1rem;border:none;width:100%;transition:background-color .3s ease}@media (min-width: 768px){input[type=submit]{max-width:400px}}input[type=submit]:hover{background-color:#0369a1}.loading{display:flex;justify-content:center;align-items:center;width:100%}.sk-chase{width:40px;height:40px;position:relative;animation:sk-chase 2.5s infinite linear both}.sk-chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:sk-chase-dot 2s infinite ease-in-out both}.sk-chase-dot:before{content:"";display:block;width:25%;height:25%;background-color:#0ea5e9;border-radius:100%;animation:sk-chase-dot-before 2s infinite ease-in-out both}.sk-chase-dot:nth-child(1){animation-delay:-1.1s}.sk-chase-dot:nth-child(2){animation-delay:-1s}.sk-chase-dot:nth-child(3){animation-delay:-.9s}.sk-chase-dot:nth-child(4){animation-delay:-.8s}.sk-chase-dot:nth-child(5){animation-delay:-.7s}.sk-chase-dot:nth-child(6){animation-delay:-.6s}.sk-chase-dot:nth-child(1):before{animation-delay:-1.1s}.sk-chase-dot:nth-child(2):before{animation-delay:-1s}.sk-chase-dot:nth-child(3):before{animation-delay:-.9s}.sk-chase-dot:nth-child(4):before{animation-delay:-.8s}.sk-chase-dot:nth-child(5):before{animation-delay:-.7s}.sk-chase-dot:nth-child(6):before{animation-delay:-.6s}@keyframes sk-chase{to{transform:rotate(360deg)}}@keyframes sk-chase-dot{80%,to{transform:rotate(360deg)}}@keyframes sk-chase-dot-before{50%{transform:scale(.4)}to,0%{transform:scale(1)}}.clima{text-align:center}.clima>p:first-of-type{font-size:4rem;font-family:Inter,sans-serif}.clima p{margin:0}.temp_min_max{margin-top:2rem;display:flex;justify-content:center;gap:2rem}
