/* 
temaplate name: newm

*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito Sans", sans-serif;
}

:root{
    --color-rojo: #e42322;
}

html {
    scroll-padding-top: 100px; /* Ajusta este valor a la altura de tu navbar */
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

main{
    overflow-x: hidden;
    width: 100%;
}