@charset "utf-8";
/* CSS Document */
body{
    background: #100003 url("../img/bg.jpg") no-repeat fixed top center;
    
}
header .logo-marca {
    width: 247px;
    height: auto;
    margin: 3em auto 3em auto;
    display: block;
}
.content{
    max-width: 1200px;
    width: 80%;
    background: rgba(0,0,0,0.7);
    padding: 2em;
    margin: 0 auto;
    display: table;
}
.col-3{
    width: 35%;
    float: left;
}
.col-7{
    width: 65%;
    float: left;
}
.col-12{
    width: 100%;
    float: none;
    display: table;
    padding-top: 2em;
}
img{
    margin: 0 auto;
    display: block;
    max-width: 250px;
}
.content h1{
    font-family: "Anybody", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1.3;
    text-align: center;
    width: 75%;
    margin: 0 auto 0.3em auto
}
.content h2{
    font-family: "Anybody", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 0;
    text-align: center;
}

a.btn{
    font-family: "Anybody", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 0;
    background: #d50000;
    display: table;
    border-radius: 50px;
    text-align: center;
    padding: 0.4em 2em;
    text-decoration: none;
    margin: 0 auto;
}
a.legales{
    font-family: "Anybody", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    font-size: 16px;
    margin-top: 0;
    display: table;
    border-radius: 50px;
    text-align: center;
    padding: 0 2em 2.5em 0;
    margin: 0 auto;
}

/*INICIO FORMULARIO*/
    form {
      max-width: 400px;
      margin: 0 auto;
      padding: 20px 0 20px 0;
;
    }
    label {
      display: block;
      margin-bottom: 8px;
      font-weight: bold;
    }
    input {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ffffff;
      border-radius: 5px;
      color: #000000 !important;
    }
    button {
 font-family: "Anybody", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 0;
    background: #d50000;
    display: table;
    border-radius: 50px;
    text-align: center;
    padding: 0.4em 2em;
    text-decoration: none;
    margin: 0 auto;
        border:0;
      cursor: pointer;
    }
    button:hover {
      background-color: #aa0000;
    }
    input[type="checkbox"] {
    margin-right: 10px;
    display: flex;
    width: auto;
    }
label{
    color: #ffffff;
        font-family: "Anybody", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display: flex;
    width: auto;
    font-size: 14px;
}
a:-webkit-any-link {
    color:#d50000;
        font-family: "Anybody", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    display: flex;
    width: auto;
    margin-left: 5px;
}
/*FIN FORMULARIO*/

@media only screen and (max-width: 768px) {
    .content{
        padding: 0;
        width: 95%;
    }
    .content h1{
    width: 95%;
        }
    img{
        width: 70%;
}
    header .logo-marca{
        margin: 3em auto 3em auto;     
        }

}
@media only screen and (max-width: 415px) {
    form{
        max-width: 275px;
    }

}
@media only screen and (max-width: 378px) {
    form{
        max-width: 245px;
    }

}
