@import url('https://fonts.googleapis.com/css?family=Roboto:700&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: montserrat, sans-serif;
}

.navbar {
    background: #8E0601;
    text-align: center;
    width: 100%;
    line-height: 80px;
    height: 80px;
    padding: 10px;
}

.logo img {
    width: 280px;
}

li {
    list-style: none;
    text-decoration: none;
    font-weight: bold;
    font-size: 42px;
    font-family: montserrat, sans-serif;
    color: #8E0601;
    text-align: center;
    justify-content: space-evenly;
    margin-bottom: 10px;
}

strong {
    color: #8E0601;
}

#container {
    margin-top: 5px;
    padding: 2rem;
}


/* <!--  ================================ style IMPRIMIR IMG ===========================-->*/

#content {
    position: relative;
    width: 100%;
    min-height: 10vh;
    padding: 2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forms {
    width: 100%;
    max-width: 780px;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px #fff;
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.datos {
    background: #0aa6e2;
    padding: 2.3rem 2.2rem;
    overflow: hidden;
    position: relative;
}

.title {
    color: #8E0601;
    font-size: 1.50rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0.7rem;
    text-align: center;
}

.input-content {
    position: relative;
    margin: 1rem 0;
}

.input {
    width: 100%;
    outline: none;
    border: 2px solid #8E0601;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.5px;
    border-radius: 20px;
    transition: 0.3s;
}

.input-content label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #8E0601;
    padding: 0 0.4rem;
    font-size: 18px;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.input-content span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    font-size: 18px;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}

.input-content span:before,
.input-content span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background: #0aa6e2;
    top: 50%;
    transform: translateY(-50%);
}

.input-content span:before {
    left: 50%;
}

.input-content span:after {
    right: 50%;
}

.input-content.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 18px;
}

.input-content.focus span:before,
.input-content.focus span:after {
    width: 50%;
    opacity: 1;
}

.calidad:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: #8E0601;
    ;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}

.calidad {
    position: relative;
    background: #8E0601;
    color: #fff;
    padding: 3rem 2rem;
    z-index: 10;
    text-align: center;
}

#ratioOptions {
    margin-bottom: 25px;
}

canvas {
    display: block;
}

#imghd,
#imgnorml,
#downloadlink {
    display: none;
}

button {
    border: 3px solid #245B7F;
    font-weight: 700;
    line-height: 1;
    border-radius: 10px;
    font-size: 1rem;
    padding: .9375rem 1.5625rem;
}

button.default:hover,
button:hover,
.button:hover {
    background: #245B7F;
    color: #fff;
    cursor: pointer;
}


/*
        input[type=text], select {
            outline: none;           
            border: 1px solid #999;
            font-size: 18px;
            padding: 2px 3px;
            vertical-align: baseline;
            height: 40px;
            min-width: 300px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            border: 1px solid #c2c2c2;
            box-shadow: 1px 1px 4px #ebebeb;
            -moz-box-shadow: 1px 1px 4px #ebebeb;
            -webkit-box-shadow: 1px 1px 4px #ebebeb;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            margin-bottom:8px;
        }
        .label {
            min-width: 300px;
            background: red;
        }
   */

#imgs {
    text-align: center;
}

#imgs img {
    width: 750px;
}


/*


        #ratioOptions:hover #ratioTooltip { 
            display: block;
        }
        #ratioTooltip {
            display: none;  
            background: #C8C8C8;
            margin-left: 20px;
            padding: 10px;
            position: absolute;
            z-index: 1000;
            width:200px;
            height:100px;
            font-size:16px;
            border-radius:12px;
        }

        #ratioOptions {
            padding-top: 8px;
            padding-bottom: 28px;
        }

.border {
    border: 2px solid rgba(0,0,0, .1);
    border-radius: 4px;
    padding: 26px;
    display: flex;
    margin-bottom: 20px;
}

.border .section{
    display: flex;
    justify-content: center;
    width: 50%;
    background: #e5e5e8;
}



        .universal-footer-copyright ul {
            list-style-type: none;
            display:flex;
            padding-top:10px;
        }
.universal-footer-copyright ul li a:hover{text-decoration:none}
.universal-footer-copyright a{text-decoration:underline}
.universal-footer-copyright {
    color: #9C9C9C;
    background-color: #333;
    padding-bottom: 10px;
}
.universal-footer-copyright .linear a {
    color: #BDBDBD;
}
.copy-msg {
    padding-left: 40px;
}






/* RESPONISVE */

@media(max-width: 480px) {
    li {
        font-size: 28px;
    }
    #container {
        padding: 0 20px 0 20px;
    }
}

@media(max-width: 850px) {
    .forms {
        grid-template-columns: 1fr;
    }
    .datos:befero {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95);
    }
    .calidad:before {
        top: -13px;
        left: initial;
        right: 70px;
    }
    #content {
        padding: 20px 0 !important;
    }
}