/* CUSTOM STYLE SHEET */

html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    border: none;
    color: #ffffff;
    font-size: 14px;
}

/*body{
    background: url("{% static 'img/ministerop.jpg' %}") no-repeat fixed center bottom / cover transparent;
}*/

body-back {
    background-color: #6A9DE9 !important; /* YOU CAN SET COLOR HERE FOR CHANGING COLOR BACKGROUND*/
}

/* GLOBAL  STYLES  */


h1, h2, h3, h4, h5, h6 {
}

.main-color {
    color: #19CF7F;
}

a {
    text-decoration: none;
}

.center {
    text-align: center;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
}

h4 {
    padding: 30px;
    font-size: 20px;
    line-height: 25px;
}


/* FORMULARIO SECTION STYLES */

.fondo-formulario {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(71, 104, 143, 0.80);
    padding-bottom: 80px;
}

.set-formulario {
    vertical-align: middle;
    margin-bottom: 50px;
    margin-top: 50px;
}

.input-set {
    height: 50px;
    color: #0c1225;
}

.font-tam {
    font-size: 1.75em;
}


.row{
    margin-top:10%;
}
.pie{
    color: #fff;
    padding: 10px 5px;
    background-color: #101010;
    bottom: 0px;
    height: 35px;
    left: 0px;
    width: 100%;
    position: fixed;
    z-index: 3;
}

/* MEDIA QUERIES  */

@media only screen and (max-width: 767px) {
    html, body {
        margin-top: -5px;
    }
}

@media only screen and (max-width: 240px) {
    html, body {
        height: 96%;
    }

    .container {
        padding-left: 10px;
    }

}
@media only screen and (max-width: 320px) {
    .row {
        margin-top: 0px;
    }
    .set-formulario {
        margin-bottom: 0px;
        margin-top: 0px;
        padding-bottom: 10px;
    }
    .fondo-formulario {
        background-color: rgba(71, 104, 143, 0.80);
    }
}

@media only screen and (max-height: 480px) {
    .row {
        margin-top: 0px;
    }
    .set-formulario {
        margin-bottom: 0px;
        margin-top: 0px;
        padding-bottom: 10px;
    }
    .fondo-formulario {
        background-color: rgba(71, 104, 143, 0.80);
    }
}
