                /*font-family: 'Anton',
sans-serif;
font-family: 'Hind Madurai',
sans-serif;
font-family: 'Prompt',
sans-serif;
font-family: 'Ubuntu',
sans-serif;*/
                /*img {
    width: 100%;
    height: auto;
}*/
                
                html {
                    scroll-behavior: smooth !important;
                }
                
                html,
                body {
                    margin: 0;
                    padding: 0;
                }
                
                h1 {
                    font-family: 'Anton', sans-serif;
                    /*'Rammetto One',cursive;*/
                    font-size: 3.5rem;
                }
                
                h2 {
                    font-family: 'Prompt', sans-serif;
                }
                
                h3 {
                    font-family: 'Rammetto One', cursive;
                }
                /*'Hind Madurai', sans-serif;}*/
                
                p {
                    font-family: 'Ubuntu', sans-serif;
                }
                
                #inicio {
                    background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
                }
                
                #inicio2 {
                    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
                }
                
                @media screen and (max-width: 360px) {
                    .swiper-container {
                        width: 350px;
                        height: 350px;
                        padding: 10px;
                    }
                    .swiper-wrapper {
                        background-position: center;
                        width: 350px;
                        height: 350px;
                    }
                }