﻿
/*@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');*/

/* --- Fuente Regular --- */
@font-face {
    font-family: 'ACHSNuevaSans';
    src: url('fonts/ACHSNuevaSans-Regular.woff2') format('woff2'), url('fonts/ACHSNuevaSans-Regular.woff') format('woff');
    font-weight: 400; /* 400 = normal */
    font-style: normal;
}
/* --- Fuente Negrita (Bold) --- */
@font-face {
    font-family: 'ACHSNuevaSans';
    src: url('fonts/ACHSNuevaSans-Bold.woff2') format('woff2'), url('fonts/ACHSNuevaSans-Bold.woff') format('woff');
    font-weight: 700; /* 700 = bold */
    font-style: normal;
}

/* --- Fuente Light --- */
@font-face {
    font-family: 'ACHSNuevaSans';
    src: url('fonts/ACHSNuevaSans-Light.woff2') format('woff2'), url('fonts/ACHSNuevaSans-Light.woff') format('woff');
    font-weight: 300; /* 300 = light */
    font-style: normal;
}

/* --- Fuente Semi Negrita --- */
@font-face {
    font-family: 'ACHSNuevaSans';
    src: url('fonts/ACHSNuevaSans-SemiBold.woff2') format('woff2'), url('fonts/ACHSNuevaSans-SemiBold.woff') format('woff');
    font-weight: 600; /* 300 = light */
    font-style: normal;
}

:root {
    --main-color: #DF5537;
    --main-text-color: #FFFFFF;
}

* {
    margin: 0;
}

body {
    font-family: 'ACHSNuevaSans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: -.003em;
    background-color: #f6f6f6;
    min-height: 100vh !important;
    display: grid !important;
    grid-template-rows: auto 1fr auto !important;
    background-color: #F2F2F2;
}



section {
    background-color: #f6f6f6;
    width: 100%;
}

footer {
    display: flex;
    width: 100%;
    height: 8vh;
    justify-content: space-around;
    margin-top:2rem;
}

.login {
    padding: 1rem !important;
    margin: 1rem;
    display: grid;
    text-align: center;
}
    .login > small {
        padding: 2rem;
        color: #13C045;
        font-size:1rem;
    }
.login > h5 {
    color: #13C045 !important;
    font-weight:bold;
}
.header > h1 {
    display: block;
    color: #13C045;
    margin-bottom: 1rem;
    margin-right: 0;
    padding:0.5rem;
}
.derecha {
    order: 0;
}

.izquierda {
    order: 1;
    display:flex;
    justify-content:center;
}
.izquierda > img{
    max-width:80%;
}
.header {
    min-height: 12rem !important;
    display: block !important;
}
.logo {
    max-width: 8rem;
    margin-top: 2rem;
    margin-left: 1rem;
}
.btn {
    margin-top: 2rem;
    background-color: #13C045 !important;
    color: white !important;
    border: 1px solid #fff;
}
    .btn:hover {
        margin-top: 2rem;
        background-color: white !important;
        color: #13C045 !important;
        border: 1px solid #13C045;
        font-weight:bold;
    }
.footer {
    display: none;
}

    .footer > img {
        display: none;
    }
@media (min-width: 576px) {
    .derecha {
        order: 1;
    }

    .izquierda {
        order: 2;
    }
    header > h1 {
        display: block;
        color: #13C045;
        margin-bottom: 1rem;
        margin-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .derecha {
        order: 2;
    }

    .izquierda {
        order: 1;
    }
    footer {
        display: none;
    }
    .footer {
        display: flex;
        width: 100%;
        height: 8vh;
        justify-content: space-around;
    }

    .footer > img {
        display: block;
        width: auto;
        max-width: 33%;
    }
}
@media (max-width: 576px) {
    .login > small {
        padding: 2rem;
        color: #13C045;
        font-size: 0.9rem;
    }
}
/*
@media (min-width: 1220px) {
    header {
        height: 12rem;
        display: block;
    }
    .logo {
        position: absolute;
        float: left;
        margin: 2em;
        max-width: 8rem;
    }
    header > h2 {
        float: right;
        display: flex;
        margin-top: 4rem;
        margin-right: 2rem;
        color: #13C045;
    }
    main {
        width: 100%;
        display: flex;
    }
    .derecha {
        display: grid;
        justify-content: center;
        align-items: center;
        background-color: #F2F2F2 !important;
        order: 2;
    }

    .izquierda {
        background-color: #F2F2F2 !important;
        order: 1;
    }

        .izquierda > img {
            max-width: 700px;
        }
}

@media (min-width: 768px) {
    header {
        height: 8rem;
        display: block;
    }

    .logo {
        display: block;
        margin: 0.5em;
        width: auto;
        position: relative;
    }

    header > h2 {
        display: block;
       
        color: #13C045;
        margin-bottom: 1rem;
        margin-right: 0 !important;
    }

    main {
        width: 100%;
        display: grid;
        max-width: 720px;
    }

    .derecha {
        display: grid;
        justify-content: center;
        align-items: center;
        background-color: #F2F2F2 !important;
        order: 1;
    }

    .izquierda {
        background-color: #F2F2F2 !important;
        order: 2;
        display: flex;
        justify-content: center;
    }

        .izquierda > img {
            max-width: 400px;
        }
}


@media (min-width: 576px) {
    header {
        height: 8rem;
        display: block;
        justify-content: center;
    }

    .logo {
        display: block;
        margin: 0.5em;
        max-width: 5rem;
        position: relative;
    }

    header > h2 {
        display: block;
        margin-top: 1rem;
        color: #13C045;
        margin-bottom: 1rem;
        margin-right: 0;
    }

    main {
        width: 100%;
        display: grid !important;
    }

    .derecha {
        display: grid;
        justify-content: center;
        align-items: center;
        background-color: #F2F2F2 !important;
        order: 1;
    }

    .izquierda {
        background-color: #F2F2F2 !important;
        order: 2;
        display: flex;
        justify-content: center;
    }

        .izquierda > img {
            max-width: 400px;
        }
}

@media (min-width: 1440px) {
    
}

@media (min-width: 2560px) {
    
}

header {
    height: 12rem;
    display: block;
    text-align: center;
}

.logo {
    position: relative;
    display: block;
    margin: 1em;
    max-width: 6rem;
}

header > h2 {
    display: block;
    color: #13C045;
}

main {
    max-width: 100% !important;
    display: flex;
}

.derecha {
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: #F2F2F2 !important;
    order:-1;
}

.izquierda {
    background-color: #F2F2F2 !important;
    justify-content: center;
    order: -1;
}*/