/* ==========================
   RESET GENERAL
========================== */

*,
*::before,
*::after{margin:0;padding:0;box-sizing:border-box;}

html{width:100%;overflow-x:hidden;scroll-behavior:smooth;}

body{width:100%;overflow-x:hidden;font-family:'Poppins',sans-serif;background:#ffffff;color:#222;}

img{display:block;max-width:100%;height:auto;}

a{text-decoration:none;color:inherit;}

ul,
ol{list-style:none;}

button,
input,
select,
textarea{font:inherit;}
.contenedor{width:100%;max-width:1600px;margin:0 auto;padding:0 30px;}