body {
    margin: 0;
    overflow-x: hidden;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.img-header {
    width: 100%;
    max-width: 400px
}

.div-content {
    background-color: #1C305C;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 400px;
    min-height: 260px;
}

.content {
    padding: 25px 35px;
    display: flex;
    justify-content: center
}

.text-content {
    text-align: center;
    color: white;
    font-size: 22px;
    font-family: Noto Sans, sans-serif;
    font-weight: 600;
    line-height: 26px;
    word-wrap: break-word;
    width: 85%
}

.button {
    background: #C2D500;
    border: 2px #1C305C solid;
    border-radius: 20px;
    color: #1C305C;
    font-size: 16px;
    font-family: Noto Sans, sans-serif;
    font-weight: 600;
    line-height: 22px;
    word-wrap: break-word;
    width: 260px;
    padding: 9px
}

.footer {
    padding: 20px;
    text-align: center;
    color: #161616;
    font-size: 10px;
    font-family: Lato;
    background-color: #fff;
    font-weight: 400;
    line-height: 12px;
    word-wrap: break-word
}

.terms {
    margin-top: 25px;
    text-align: center;
    color: #161616;
    font-size: 10px;
    font-family: Lato;
    font-weight: 400;
    text-decoration: underline;
    line-height: 12px;
    word-wrap: break-word
}

.line-bar {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top:20%;
    max-width: 500px;
    align-items: center;
}

/*---------------------------------------
   MODALS
-----------------------------------------*/

.modal-header,
.modal-footer {
    border: none;
}

.modal-footer {
    margin-top: 0;
    text-align: center !important;
    display: block;
}

.modal-body {
    padding-top: 0;
}

.modal-content {
    padding: 0;
    border: none;
    width: 90%;
    margin: auto;
    border-radius: 12px;

}

.modal-content .modal-title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal-content .form-group {
    margin: 20px 0;
}

.modal-content a {
    text-decoration: none;
    margin: 0;
}

.modal-content .alert-danger {
    color: #bf725b;
    background-color: rgba(251, 150, 120, 0.2);
    border-color: #e78a6e;
}

.login-modal h4 {
    color: #FFF;
    padding: 10px 0;
}

.modal-content .tuor {
    font-size: 14px;
    text-transform: lowercase;
}

.password-link {
    margin: 20px 0;
}

.modal-content .alert {
    margin-bottom: 0;
}

#partner-form ul {
    text-decoration: none;

}

.modal-backdrop.fade {
    opacity: .6;
    transition: opacity .15s linear;
}

@media (max-width: 768px) {
    #button_confirm {
        min-width: 100% !important;
    }   

}

#button_confirm{
    min-width: 50%;
    position: fixed;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    opacity: 1;
}

.info{
    padding-top:20px !important;
    text-align: center;
    color: #FFF;
    margin: auto;
    width: 90%;
}

@media (min-height: 700px) {
    .precio {
        margin-top: 30px !important;
    }   
}

@media (max-height: 640px) {
    .precio {
        margin-top: 0px !important;
    }   
}
@media (min-height: 690px) and (max-height: 698px) {
    .precio {
        margin-top: 10px !important;
    }   
}

@media (min-height: 725px) and (max-height: 785px) {
    .precio {
        margin-top: calc(2vh - 60px) !important;
    }   
}
@media (min-height: 786px) and (max-height: 815px) {
    .precio {
        margin-top: 0px !important;
    }   
}