#main-div{
    margin-top: 200px;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 100px;

    box-shadow: 3px 2px 3px 6px #f01861;
    border-radius: 7px;
    background-color: white;
    height: auto;
}

#mainDiv{
    margin-top: 200px;
}
h1{
    margin-top: 50px;
    font-size: 50px;
    margin-bottom: 50px;
}

h2{
    margin-top: 50px;
    margin-bottom: 40px;
    color: #f01861;
}

h1,h4{
    color: #001839;
}

h5{
    margin-top: 30px;
}
li{
    margin-top: 10px;
}
.form-control{
    border-bottom: 3px solid #f01861;
    margin-bottom: 30px;

}

.form-control:focus{
    border-color: #001839;
    box-shadow: #001839;
}
#submit{

    margin-top: 30px;
    background-color: #001839;
    width: 150px;
    height: 50px;
    font-size: 22px;
    border : none;
    color: #f01861;
}
hr {
    height: 3px;
    width: 100%;
    background-color: #f01861;
    color: #f01861;
    border-color: #f01861;
}

#fila-peq{

    width: 100%;
    margin: 20px auto;
}
#fila-peq2{

   margin-top: 30px;
   margin-bottom: 30px;
}
#fila-terminos{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.terminos {
    font-size: 12px;

}

#nombre, #email, #mensaje{
   
    margin: 20px auto;
    width : 75%;
    
}
