 /* Extra small devices (phones, 600px and down) */
        @media only screen and (max-width: 600px) {
            .container{
                width: 100%;
            }
        }

        /* Small devices (portrait tablets and large phones, 600px and up) */
        @media only screen and (max-width: 1429px) {
            #main {

                height: 100vh;
                padding: 0;
            }

            /* #fondo {
                background-image: url("../img/Vertical_.png");
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
                background-attachment: fixed;
                height: 100%;
            } */
            /* .container{
                width: 100%;
            } */
        }

        /* Medium devices (landscape tablets, 768px and up) */
        @media only screen and (min-width: 768px) {}

        /* Large devices (laptops/desktops, 992px and up) */
        @media only screen and (min-width: 992px) {}

        /* Extra large devices (large laptops and desktops, 1200px and up) */
        @media only screen and (min-width: 1200px) {}