body{
            margin-top: 56px;
        }
        #volador{
            position: fixed;
            bottom: 10px;
            right: 10px;
            z-index: 9;
        }
        #modal h2{
            text-align: center;
            color: white;
        }
        #modal h3{
            font-size: 16px;
            color: white;
            text-align: center;
            font-weight: normal;
        }
        #modal .modal-body{
            padding-top: 5px;
            margin: 0;
        }
        #modal .form-control{
            font-weight: bolder;
            height: 50px;
            padding: 10px;
        }
        #modal .form-control:focus::placeholder{
            color: black; 
        } 
        #modal .form-control:focus:-ms-input-placeholder{
            color: black; 
        } 
        #modal .form-control:focus::-ms-input-placeholder{
            color: black; 
        } 
        .lgx-scroll img{
            height:65px;
            width:auto;
        }
        .lgx-header{
            border-width: 0px;
        }
        .lgx-header-position{
            position: fixed;
            background: white;
            z-index: 9;
            top: 0;
        }
        .lgx-header .lgx-navbar .lgx-logo a img{
            max-width: none;
        }

        #caja-admision .row{
            margin: 0px;
        }
        #caja-admision .col-md-4{
            padding: 15px;
            text-align: center;
        }
        #caja-admision .img-responsive{
            margin: 0 auto;
        }
        #caja-admision .col-md-7{
            background: white;
            height: 300px;
            padding-top: 20px;
        }
        .titulo-azul{
            background: #012060;
            
        }
        .titulo-azul h2{
            color: white;
            font-size: 70px;
            padding: 50px 0px;
            text-transform: uppercase;
            letter-spacing: 4px;
            margin: 0;
        }
        .caja-azulmarino{
            text-align: left;
            background: #47bcdd;
            padding: 25px;
            height: 300px;
        }
        .caja-azulmarino h3{
            color: #2d2d84;
            font-size: 55px;
            letter-spacing: 2px;
            line-height: 50px;
            font-weight: 500;
            margin-top: 0;
        }
        .caja-azulmarino p, .caja-azulmarino button{
            color: white;
            font-size: 25px;
            margin-top: 20px;
        }
        .caja-azulmarino button{
            font-weight: bolder;
            letter-spacing: 2px;
        }
        .caja-azulmarino p{
            text-transform: uppercase;
        }
        .btn-azul{
            background: #2c2e83;
            color: white;
        }
        .footer-rosa{
            background: #d14b92;
            color: white;
            font-weight: bolder;
            font-size: 25px;
            padding: 15px 10px;
            letter-spacing: 1px;
        }
        .footer-rosa img{
            height: 30px;
        }
        .footer-rosa .col-md-3:first-child{
            font-weight: bolder;
        }
        @media (min-width: 764px){
            body{
                margin-top: 100px;
            }
            .lgx-scroll img{
                height:125px;
                width:auto;
            }
            .menu-onscroll .lgx-scroll img{
                height: 65px;
            }
            #navbar{
                top: 25px;
            }
            h2.title{
                font-size: 50px !important;
            }
        }
        @media (max-width: 764px) {
            .caja-volante{
                position: relative;
                top: -75px;
                right: -160px;
                width: 165px !important;
            }
            .caja-volante img{
                height: 30px !important;
            }
            .lgx-header-position{
                background: #263246;
            }
            .lgx-scroll img{
                height:40px;
                width:auto;
                margin: 3px;
            }
            .footer-rosa{
                font-size: 17px;
                font-weight: normal;
            }
            .footer-rosa .col-md-3{
                padding: 0px 5px;
            }
            .titulo-azul h2 {
                font-size: 35px;
                padding: 15px 0px;
            }
            #caja-admision .col-md-7 .row{
                display: flex;
                display: -webkit-flex;
                flex-wrap: wrap;
            }
            .caja-azulmarino{
                padding: 15px;
                height: auto;
            }
            .caja-azulmarino h3{
                font-size: 35px;
            }
            .caja-azulmarino p, .caja-azulmarino button{
                font-size: 20px;
            }
            #caja-admision .col-md-7{
                height: auto;
            }
            .btn-primary.iniciar{
                margin-top: 10px;
            }
            #oculta-instruc{
                display: none;
            }
        }