.boton-principal{
    background-color:#19110b;
    width:100%;
    color:#fff!important;
    padding:1rem;
    text-align:center;
    cursor:pointer;
    display:inline-block;
    font-size:1rem;
    letter-spacing:.05rem;
    font-weight:400;
    -webkit-transition:border .3s cubic-bezier(.39,.575,.565,1),box-shadow .3s cubic-bezier(.39,.575,.565,1),color .3s cubic-bezier(.39,.575,.565,1),background .3s cubic-bezier(.39,.575,.565,1);
    transition:border .3s cubic-bezier(.39,.575,.565,1),box-shadow .3s cubic-bezier(.39,.575,.565,1),color .3s cubic-bezier(.39,.575,.565,1),background .3s cubic-bezier(.39,.575,.565,1);
    font-family:Montserrat,sans-serif;
    font-weight:400
}
.boton-principal:hover{
    background-color:#eae8e4;
    color:#19110b!important
}
.info_div h2{
    font-size:30px;
    line-height:40px;
    text-align:center
}
.info_div{
    width:100%;
    margin-top:20px;
    height:200px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center bottom;
    padding:15px
}
.info_div p{
    margin-bottom:0;
    margin-top:10px
}
div.submit input{
    font-size:17px;
    padding:5px 20px
}
.hide{
    display:none
}
.text-white{
    color:white !important
}
