            html{
                    justify-content: center;
                    margin-left: 10px;
                    margin-right: 10px;
            }
            header{
                
                             
                position: fixed;
                top:0px;
                right: 10px;
                left:10px;
                
                
            }
            @font-face {
                font-family: 'FiraSansB';
                src: url('fonts/FiraSans-Black.ttf') format('truetype');
            }
            .nav-unimix{
                font-family: 'FiraSansB';
                color: white;
            }
            
            #flyoutMenu {
                            width: 100vw;
                            height: 100vh;
                            background-color: white;
                            position: fixed;
                            top: 0;
                            left: 0;
                            transform: translate3d(-100vw, 0, 0);
                            transition: transform .3s cubic-bezier(0, .52, 0, 1);
                            z-index: 3;
            }
            #flyoutMenu h2 a {
                            color: #F8B21C;
                            margin-left: 15px;
                            text-decoration: none;
            }
            #flyoutMenu h2 a:hover {
                            text-decoration: underline;
            }
            #flyoutMenu.show {
                            transform: translate3d(0vw, 0, 0);
            }
            #roundButton {
                            /*background-color: #F8B21C;*/
                            background-image: url('img/menu2.png') ;
                            background-repeat: no-repeat;
                            background-position: center;
                            /*margin-bottom: 20px;*/
                            width: 50px;
                            height: 50px;
                            border-radius: 50%;
                            /*border: 6px solid #595959;*/
                            outline: none;
                            transition: transform .3s cubic-bezier(0, .52, 0, 1);
            }
            #roundButton:hover {
                            /*background-color: #F8B21C;*/
                            background-image: url('img/menu_over.png');
                            cursor: pointer;
                            /*border-color: #000000;*/
                            transform: scale(1.1, 1.1);
            }
            #roundButton:active {
                            /*border-color: #003557;
                            background-color: #FFF;*/
                            background-image: url(img/menu2.png);
            }
            @font-face {
                    font-family: 'Futura-Medium';
                    src: url('fonts/FuturaMedium.ttf');
                }
            #frase_la{
                display: inline-block;
                animation: translado_frase 12s infinite;
            }
            @keyframes translado_frase {
                0%{
                        opacity:0;
                        transform: translate3d(25px,50px,0px);
                }        
                33%{
                        opacity:0;
                        transform: translate3d(25px,150px,0px);
                        
                }
                34%{
                        opacity:1;
                        transform: translate3d(25px,150px,0px);
                        
                }
                66%{
                        opacity:1;
                        transform: translate3d(25px,250px,0px);
                        
                }
                67%{
                        opacity:0;
                        transform: translate3d(25px,250px,0px);
                        
                }
                100%{
                        opacity:0;
                        transform: translate3d(25px,250px,0px);
                        
                }
            }
            #frase_siimporta{
                display: inline-block;
                animation: translado_frase1 12s infinite;
            }
            @keyframes translado_frase1 {
                0%{
                        opacity:0;
                        transform: translate3d(25px,0px,0px);
                }        
                33%{
                        opacity:0;
                        transform: translate3d(25px,150px,0px);
                        
                }
                34%{
                        opacity:1;
                        transform: translate3d(25px,150px,0px);
                        
                }
                
                66%{
                        opacity:1;
                        transform: translate3d(25px,350px,0px);
                        
                }
                67%{
                        opacity:0;
                        transform: translate3d(25px,350px,0px);
                        
                }
                100%{
                        opacity:0;
                        transform: translate3d(25px,350px,0px);
                        
                }
            }
            #frase_en{
                display: inline-block;
                animation: translado_frase2 12s infinite;
            }
            @keyframes translado_frase2 {
                0%{
                        opacity:1;
                        transform: translate3d(25px,100px,0px);
                }        
                33%{
                        opacity:1;
                        transform: translate3d(25px,250px,0px);
                        
                }
                34%{
                        opacity:0;
                        transform: translate3d(25px,220px,0px);
                        
                }
                100%{
                        opacity:0;
                        transform: translate3d(25px,220px,0px);
                        
                }
            }
            #frase_setrabajamejor{
                display: inline-block;
                animation: translado_frase3 12s infinite;
            }
            @keyframes translado_frase3 {
                0%{
                        opacity:1;
                        transform: translate3d(90px,100px,0px);
                }        
                33%{
                        opacity:1;
                        transform: translate3d(90px,350px,0px);
                        
                }
                34%{
                        transform: translate3d(90px,350px,0px);
                        opacity:0;
                        
                        
                }
                100%{
                        transform: translate3d(90px,350px,0px);
                        opacity:0;
                        
                        
                }
            }
            #frase_unimix{
                display: inline-block;
                animation: translado_frase4 12s infinite;
            }
            @keyframes translado_frase4 {
                0%{
                        opacity:0;
                        transform: translate3d(90px,100px,0px);
                }        
                66%{
                        opacity:0;
                        transform: translate3d(90px,100px,0px);
                        
                }
                
                100%{
                        transform: translate3d(90px,150px,0px);
                        opacity:1;
                        
                        
                }
            }
            #frase_paracrecer{
                display: inline-block;
                animation: translado_frase5 12s infinite;
            }
            @keyframes translado_frase5 {
                0%{
                        opacity:0;
                        transform: translate3d(150px,100px,0px);
                }        
                66%{
                        opacity:0;
                        transform: translate3d(150px,100px,0px);
                        
                }
                
                100%{
                        transform: translate3d(150px,350px,0px);
                        opacity:1;
                        
                        
                }
            }