/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic&display=swap');

#page-container {
    position: relative;
    min-height: 95vh;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 10vh;
}

#content-wrap {
    padding-top: 2.5rem; /* Header height */
    padding-bottom: 2.5rem; /* Footer height */
    min-height: 65vh;
    background-image: url('../assets/img/mg3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: black;
    width: 100vw;
    z-index: 31;
}

#footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
}

div.menu {
    margin-top: 1.1rem;
    margin-bottom: 1rem;
}

.logo_menu {
    width: 150%;
    align-content: center;
    margin: 25px 0px 0px 0px;
}

.icon {
    margin-top: 2em;
    margin-left: 4em;
    width: 100px;
    height: 85px;
}

.icon2 {
    margin-top: 1.4em;
    margin-left: 4em;
    width: 90px;
    height: 85px;
}

.loren {
    font-size: 3vh;
    font-family: 'Helvetica';
    color: rgb(0, 0, 0);
    line-height: 1.138;
    text-align: left;
    -moz-transform: matrix(0.78109036407047, 0, 0, 0.78134486805688, 0, 0);
    -webkit-transform: matrix(0.78109036407047, 0, 0, 0.78134486805688, 0, 0);
    -ms-transform: matrix(0.78109036407047, 0, 0, 0.78134486805688, 0, 0);
    left: 10vw;
    margin-top: 1.5rem;
    width: 100vw;
    float: left;
    display: inline-block;
    z-index: 32;
}

.gazelles {
    background-image: url('../assets/img/gezelles_coach.png');
    background-size: initial;
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 5vw;
    min-height: 10vh;
    min-width: 10vw;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.log_in {
    /* font-size: 3.5vh; */
    font-family: 'Montserrat Alternates', sans-serif;
    /* color: black; */
    /* font-weight: bold; */
    line-height: 1.928;
    padding-top: 4rem;
    position: relative;
    margin-top: 6rem;
    height: 35rem;
    z-index: 25;
    background-color: white;
    left: 10rem;
    border-radius: 15px;
}

input {
    font-size: 2vh;
    height: 4vh;
    border: 0;
    width: calc(100% - 2px);
    margin-left: 1px;
    box-shadow: -8px 10px 0px -7px #ffffff, 8px 10px 0px -7px #ffffff;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

input:focus {
    outline: none;
    box-shadow: -8px 10px 0px -7px #4ea6ea, 8px 10px 0px -7px #4ea6ea;
}

button:hover {
    opacity: 1;
}

.form-group .list-group {
    z-index: 10;
    display: none;
    position: absolute;
    color: red;
    overflow: hidden;
    /* font-size: 0.5em; */
}

/* Ipad (Todos) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .logo_menu {
        width: 100%;
        align-content: center;
        margin: 25px 0px 0px 0px;
    }

    .icon {
        margin-top: 2.5em;
        margin-left: 1em;
        width: 85px;
        height: 55px;
    }

    .icon2 {
        margin-top: 2.3em;
        margin-left: 0.5em;
        width: 85px;
        height: 60px;
    }

    .log_in {
        font-size: 3.5vh;
        font-family: 'Montserrat Alternates', sans-serif;
        color: black;
        font-weight: bold;
        line-height: 1.928;
        padding-top: 4rem;
        position: relative;
        margin-top: 6rem;
        height: 42rem;
        z-index: 25;
        background-color: white;
        left: 10rem;
        border-radius: 15px;
    }

    #content-wrap {
        padding-top: 2.5rem; /* Header height */
        padding-bottom: 2.5rem; /* Footer height */
        min-height: 68vh;
        background-image: url('../assets/img/mg3.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: black;
        width: 100%;
        z-index: 31;
    }

    .gazelles {
        background-repeat: no-repeat;
        background-position-x: right;
        background-size: initial;
        background-position-y: bottom;
    }
}

/* Ipad 3, 4, Pro 9.7 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .logo_menu {
        width: 100%;
        align-content: center;
        margin: 25px 0px 0px 0px;
    }

    .icon {
        margin-top: 2.5em;
        margin-left: 1em;
        width: 85px;
        height: 55px;
    }

    .icon2 {
        margin-top: 2.3em;
        margin-left: 0.5em;
        width: 85px;
        height: 60px;
    }

    .log_in {
        font-size: 3.5vh;
        font-family: 'Montserrat Alternates', sans-serif;
        color: black;
        font-weight: bold;
        line-height: 1.928;
        padding-top: 4rem;
        position: relative;
        margin-top: 6rem;
        height: 42rem;
        z-index: 25;
        background-color: white;
        left: 10rem;
        border-radius: 15px;
    }

    #content-wrap {
        padding-top: 2.5rem; /* Header height */
        padding-bottom: 2.5rem; /* Footer height */
        min-height: 68vh;
        background-image: url('../assets/img/mg3.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: black;
        width: 100%;
        z-index: 31;
    }

    .gazelles {
        background-repeat: no-repeat;
        background-position-x: right;
        background-size: initial;
        background-position-y: bottom;
    }
}

/* ------------ IPHONE X --------------- */

/* VERTICAL */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .logo_menu {
        width: 60%;
        margin-left: 7.5rem;
    }

    .icon {
        margin-top: 1em;
        margin-left: 1.5em;
        width: 70px;
        height: 45px;
    }

    .icon2 {
        margin-top: 0.6em;
        margin-left: 0.4em;
        width: 70px;
        height: 50px;
    }

    #content-wrap {
        padding-top: 1rem;
        min-height: 55vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: black;
        width: 100%;
        z-index: 31;
    }

    .log_in {
        font-size: 3vh;
        line-height: 1.928;
        padding-top: 2rem;
        margin-top: 6rem;
        height: 32rem;
        left: 3.5rem;
    }

    .loren {
        display: grid;
        font-size: 2vh;
        width: 100vw;
    }

    .gazelles {
        background-repeat: no-repeat;
        background-position-x: center;
        background-size: initial;
        display: grid;
    }
}

/* HORIZONTAL */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .logo_menu {
        width: 40%;
        margin-left: 7.5rem;
    }

    .icon {
        margin-top: 1em;
        margin-left: 1.5em;
        width: 70px;
        height: 50px;
    }

    .icon2 {
        margin-top: 0.6em;
        margin-left: 0.4em;
        width: 70px;
        height: 55px;
    }

    #content-wrap {
        padding-top: 1rem;
        min-height: 55vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: black;
        width: 100%;
        z-index: 31;
    }

    .log_in {
        font-size: 4vh;
        line-height: 1.928;
        padding-top: 2rem;
        position: relative;
        margin-top: 6rem;
        height: 25rem;
        z-index: 25;
        background-color: white;
        left: 10rem;
        border-radius: 15px;
    }

    input {
        font-size: 3vh;
        height: 10vh;
        border: 0;
        width: calc(100% - 2px);
        margin-left: 1px;
        box-shadow: -8px 10px 0px -7px #ffffff, 8px 10px 0px -7px #ffffff;
        -webkit-transition: box-shadow 0.3s;
        transition: box-shadow 0.3s;
    }

    .loren {
        display: grid;
        font-size: 3vh;
        width: 75vw;
    }

    .gazelles {
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
        background-size: 15%;
    }
}

/* ------------ Fin IPHONE X --------------- */

/* ----------- IPHONE 6, 7, 8 ------------- */

/* HORIZONTAL PLUS */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .logo_menu {
        width: 20%;
        margin-left: 3.5rem;
        display: inline-block;
    }

    .icon {
        margin-top: 1em;
        margin-left: 1.5em;
        width: 40px;
        height: 30px;
    }

    .icon2 {
        margin-top: 0.6em;
        margin-left: 0.4em;
        width: 40px;
        height: 35px;
    }

    #content-wrap {
        padding-top: 1rem;
        min-height: 55vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: black;
        width: 100%;
        z-index: 31;
    }

    .log_in {
        font-size: 4vh;
        line-height: 1.928;
        padding-top: 2rem;
        position: relative;
        margin-top: 6rem;
        height: 25rem;
        z-index: 25;
        background-color: white;
        left: 10rem;
        border-radius: 15px;
    }

    input {
        font-size: 3vh;
        height: 10vh;
        border: 0;
        width: calc(100% - 2px);
        margin-left: 1px;
        box-shadow: -8px 10px 0px -7px #ffffff, 8px 10px 0px -7px #ffffff;
        -webkit-transition: box-shadow 0.3s;
        transition: box-shadow 0.3s;
    }

    .loren {
        display: grid;
        font-size: 3vh;
        width: 75vw;
    }

    .gazelles {
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
        background-size: 15%;
    }
}

/* Vertical Normal */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .logo_menu {
        width: 60%;
        margin-left: 7.5rem;
    }

    .icon {
        margin-top: 1em;
        margin-left: 1.5em;
        width: 70px;
        height: 45px;
    }

    .icon2 {
        margin-top: 0.6em;
        margin-left: 0.4em;
        width: 70px;
        height: 50px;
    }

    #content-wrap {
        padding-top: 1rem;
        min-height: 55vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: black;
        width: 100%;
        z-index: 31;
    }

    .log_in {
        font-size: 3vh;
        line-height: 1.928;
        padding-top: 2rem;
        margin-top: 6rem;
        height: 32rem;
        left: 3.5rem;
    }

    .loren {
        display: grid;
        font-size: 2vh;
        width: 100vw;
    }

    .gazelles {
        background-repeat: no-repeat;
        background-position-x: center;
        background-size: initial;
        display: grid;
    }
}

/* Horizontal Normal */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .logo_menu {
        width: 20%;
        margin-left: 7.5rem;
    }

    .icon {
        margin-top: 1em;
        margin-left: 1.5em;
        width: 70px;
        height: 50px;
    }

    .icon2 {
        margin-top: 0.6em;
        margin-left: 0.4em;
        width: 70px;
        height: 55px;
    }

    #content-wrap {
        padding-top: 1rem;
        min-height: 55vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: black;
        width: 100%;
        z-index: 31;
    }

    .log_in {
        font-size: 4vh;
        line-height: 1.928;
        padding-top: 2rem;
        position: relative;
        margin-top: 6rem;
        height: 25rem;
        z-index: 25;
        background-color: white;
        left: 10rem;
        border-radius: 15px;
    }

    input {
        font-size: 3vh;
        height: 10vh;
        border: 0;
        width: calc(100% - 2px);
        margin-left: 1px;
        box-shadow: -8px 10px 0px -7px #ffffff, 8px 10px 0px -7px #ffffff;
        -webkit-transition: box-shadow 0.3s;
        transition: box-shadow 0.3s;
    }

    .loren {
        display: grid;
        font-size: 3vh;
        width: 75vw;
    }

    .gazelles {
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
        background-size: 15%;
    }
}

/* -------- FIN IPHONE 6, 7, 8 ----------- */

/* --------- Horizontal ------------ */
@media only screen and (max-device-width: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .logo_menu {
        width: 20%;
        text-align: left;
        /* margin-left:7.5rem; */
    }

    .icon {
        margin-top: 1em;
        /*margin-left:1.5em; */
        width: 65px;
        height: 50px;
    }

    .icon2 {
        margin-top: 0.7em;
        margin-left: 0.4em;
        width: 75px;
        height: 55px;
    }

    #content-wrap {
        padding-top: 1rem; /* Header height */
        min-height: 60vh;
        background-image: url('../assets/img/mg3.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: black;
        width: 100%;
        z-index: 31;
    }

    .log_in {
        font-size: 3vh;
        font-family: 'Montserrat Alternates', sans-serif;
        color: black;
        font-weight: bold;
        line-height: 1.928;
        padding-top: 4rem;
        position: relative;
        margin-top: 6rem;
        height: 35rem;
        z-index: 25;
        background-color: white;
        left: 3.5rem;
    }

    .loren {
        font-size: 4vh;
    }

    .gazelles {
        background-repeat: no-repeat;
        background-position-x: right;
        background-size: 20%;
        background-position-y: bottom;
    }
}

@media only screen and (min-device-width: 360px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .logo_menu {
        width: 60%;
        /* margin-left:7.5rem; */
    }

    .icon {
        margin-top: 1em;
        /*margin-left:1.5em; */
        width: 65px;
        height: 50px;
    }

    .icon2 {
        margin-top: 0.7em;
        margin-left: 0.4em;
        width: 75px;
        height: 55px;
    }

    #content-wrap {
        padding-top: 1rem; /* Header height */
        min-height: 60vh;
        background-image: url('../assets/img/mg3.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: black;
        width: 100%;
        z-index: 31;
    }

    .log_in {
        font-size: 3vh;
        font-family: 'Montserrat Alternates', sans-serif;
        color: black;
        font-weight: bold;
        line-height: 1.928;
        padding-top: 4rem;
        position: relative;
        margin-top: 6rem;
        height: 35rem;
        z-index: 25;
        background-color: white;
        left: 3.5rem;
    }

    .loren {
        font-size: 2.5vh;
    }

    .gazelles {
        background-repeat: no-repeat;
        background-position-x: right;
        background-size: 20%;
        background-position-y: bottom;
    }
}
