
html {
    box-sizing: border-box;
    height: 300%;
}
body {
    background: rgb(146,79,95);
    background: linear-gradient(30deg, rgba(36,41,83,1) 0%, rgba(146,79,95,1) 40%, rgba(224,169,205,1) 100%);
    height: 100%;
}

body, input, select, textarea {
    color: #fff;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.65em;
}

#main {
    background: url("/images/fondo.png") repeat;
    height: 100%;
    
    left: 0;
    top: 0;
    overflow: hidden;
    position: relative;
}

#main {
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23e499bf' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

#main p {
    width: 600px !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-style: italic;
}

#mintaphoto {
    border-width: 0in;
    width: 600px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 10px;
}

.minta-base-modal {
    background: rgb(146,79,95);
    background: linear-gradient(30deg, rgba(60, 214, 208, .7) 0%, rgba(224,169,205, .85) 30%,  rgba(224,169,205,.85) 70%, rgba(60, 214, 208,.7) 100%);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

.minta-modal {
    border-radius: 25px;
    background: rgb(51, 77, 71);
    background: rgba(51, 77, 71, .9);
    position: fixed;
    z-index: 100;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 100px; 
    width: 60%; /* Full width */
    height: auto; /* Full height */
    padding: 50px 30px 50px 30px;
    border: 1px solid #888;
    overflow: auto; /* Enable scroll if needed */
}

.minta-modal h1{
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.minta-modal button{
    position: absolute;
    right: 20px;
    bottom: 20px;
}

@media screen and (max-width: 850px) {
    .minta-modal {
        width: 80% !important;
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media screen and (max-width: 650px) {
    #mintaphoto {
        width: 500px !important;
    }
    p {
        width: 500px !important;
    }

    .minta-modal {
        width: 100% !important;
        margin-left: 0%;
        margin-right: 0%;
    }
}

@media screen and (max-width: 550px) {
    #mintaphoto {
        width: 400px !important;
    }
    p {
        width: 400px !important;
    }
}

@media screen and (max-width: 350px) {
    #mintaphoto {
        width: 300px !important;
    }
    p {
        width: 300px !important;
    }
}