@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Icons";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0";*{font-family:Open Sans,sans-serif}h1,h2,h3,h4,h5,h6,p{margin:0}h1{font-size:5vh;color:#2d2d2d}h2{font-size:3.3vh;color:#232323}h3{font-size:2.75vh;color:#fa5e21}h4{font-size:2vh;color:#464646}body{padding:0;margin:0}.container{min-height:100vh}*::-webkit-scrollbar{width:7px;height:7px}*::-webkit-scrollbar-thumb{background:#fa5e21;border:1px solid #00BCE4;opacity:.5;border-radius:6px}*::-webkit-scrollbar-track{background:#f3f6f4}.material-icons{font-family:Material Icons}.material-icons-outlined{font-family:Material Symbols Outlined;font-style:normal}@keyframes gradient{0%{background-position:0 0}to{background-position:100% 0}}.efecto-rgb{position:relative;display:flex;flex-direction:row;width:100%;max-width:400px;margin:0 auto;border-radius:3px;padding:10px;background:#f3f6f4;box-sizing:border-box}.efecto-rgb:after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:999;height:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-position:0% 0%;background:linear-gradient(to right,#00bce4,#f3f6f4,#fa5e21,#f3f6f4,#00bce4,#f3f6f4);background-size:500% auto;animation:gradient 3s linear infinite}.efecto-rgb input{border-style:none;background:transparent;outline:none;flex-grow:1;color:#fa5e21;font-size:1.8rem;line-height:2.4rem;vertical-align:middle}.efecto-rgb input::-webkit-input-placeholder{color:#00bce4}
