body{
    background-image: url('./../images/foto_10.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.todo_espacio {
    height: 100%;
    width: 100%;
    /*position: fixed;*/
}
.centrado_total {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*text-align: center;*/
    /*vertical-align: middle;*/
    /*line-height: 135px;*/
}

.div1{
    height: 250px;
    width: 100%;
    /*background-color: #19b0bfe6;*/
    border-radius: 10px;
}
.div2{
    width: 300px;
    /*background-color: #19b0bfe6;*/
    /*border-radius: 32px;*/
}


.sombreado{
    -webkit-box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.75);
}

.form-style-6{
    font: 95% 'Fira Mono', Arial, Helvetica, sans-serif;
    max-width: 350px;
    margin: 10px auto;
    padding: 16px;
    background: rgba(232,230, 230, 0.77);
}
.form-style-6 h1{
    background: #2bbdbf;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    /*margin: -16px -16px 16px -16px;*/
    margin-top: 0;
    margin-bottom: 16px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="password"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="password"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #43D1AF;
    padding: 3%;
    border: 1px solid #43D1AF;
}

.form-style-6 div.input_submit,
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #2bbdbf;
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    color: #fff;
}
.form-style-6 div.input_submit:hover,
.form-style-6 input[type="button"]:hover{
    background: #2EBC99;
}

div.input_submit{
    text-align: center;
    cursor: pointer;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

@media only screen and (max-device-width : 640px) {
    .div1 {
        height: 80%;
        max-height: 700px;
        width: 80%;
        max-width: inherit;
    }
    .div2 {
        width: 90%;
    }
    .div2 input, h1, .div2 div{
        font-size: 32px !important;
    }
}
