* {
    margin: 0; 
    padding: 0;
}

body{
background-color: #652C4B;
background-image: linear-gradient(147deg, #67465B 0%, #2b1b25 74%);
/* background-image: url(img/FRANJA-CLUB-MARPESIA.jpg); */

    color: #272727;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;    
}

header .logo_container{
    text-align: center;
    padding: 40px 0px 35px 0px;
    background-image: url(img/FRANJA-CLUB-MARPESIA.jpg);
    /* background-color: #004795; */
   
}

.logo_container img{
    max-width: 250px;
}

main{
    /* background-color: #ffffff; */
    width: 40%;
    display: block;
    margin: auto;
    padding: 0px 20px;
    border-radius: 10px;
    /* -webkit-box-shadow: 8px 7px 5px 0px rgba(51, 51, 56, 0.58);
 -moz-box-shadow: 8px 7px 5px 0px rgba(51, 51, 56, 0.58);
 box-shadow: 2px 0px 5px 0px rgba(51, 51, 56, 0.58); */
 
}



main .tittle{
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 margin: 50px 0;
 
}

h1{
    text-align: center;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    padding: 20px 15px 15px 15px;
    font-weight: lighter;
    font-size: 50px;
    color: #ffffff;
}

.tittle p {
    text-align: center;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #ffffff;
    padding: 10px 35px 20px 55px;
}



.form_container{
    max-width: 100%;
    margin: auto;
    display: block;
  
}


.legales {
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    color: grey;
}


footer{
   
    padding-top: 5px;

    
}

.redes_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
      

}

.redes_container img {
    max-width: 40px;
    padding: 10px 5px;
    
}

/* input{
    min-width: 20em;
} */

.checkbox {
    text-align: center;
    padding: 20px 10px 05px 10px;
    font-size: 14px;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    line-height: 23px;
    color: #ffffff;
    font-weight: normal;
}

.boton{
    min-width: 10em;
    background-color: transparent;
    transition: all 1s ease;
}

.boton:hover {
    background: #652C4B;
    color: #fff !important;
    border: 0px solid;
  }

@media screen and (max-width: 900px){

    main{
        width: 90%;
        margin: 0%;
    }

    main .tittle{
      
        margin: 25px 0;
       }

    h1{
        text-align: center;
        padding: 30px 20px 10px 20px;
        font-size: 55px;
    }
    
    .tittle p {
        text-align: center;
    }

    .form_container{
        max-width: 100%;
    }

  
    .boton{
        min-width: 16em; 
    }

    .legales{
        padding: 20px 10px;
    }
}