body {
    font-family: 'Roboto', sans-serif;
    background: #EEE;
}
body#login {
    background: url(../img/ASMED_background.jpg) no-repeat;
    background-size: cover;
}
header {
    background: url('../img/ASMED_header.jpg');
    background-size: cover;
    background-position: center 0;
}
#login header {
    background: none;
}
header img {
    max-height: 50px;
}
#login .header img {
    max-height: 130px;
}
.form {
    background: rgb(255 255 255 / 80%);
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
.form-control {
    background: #e8e8e8;
    box-shadow: inset 3px 3px 3px #afafaf;
}
#step-2 {
    background: #AAA;
}
#step-2 #preview .info {
    background: #DDD;
}
#step-2 #preview .precio-regular {
    border-right: 2px solid #888;
}
#step-2 .btn-pink,
#step-2 .btn-outline-pink {
    max-width: 250px;    
}
#step-3 .calendar .icon-calendar {
    position: absolute;
    top: 5px;
    right: 20px;
    background: #cf559e;
    width: 30px;
    height: 30px;
    color: #FFF;
    text-align: center;
    padding: 3px 0px;
    border-radius: 3px;
}
#step-3 .calendar input[type=date] + .icon-calendar {
    display: none;
}
.bg-white {
    background: #EEE !important;
}
.text-pink {
    color: #cf559e;
}
.btn-pink {
    background: #cf559e;
    border: 2px solid #cf559e;
    color: #FFF;
}
.btn-outline-pink {
    border: 2px solid #cf559e;
    color: #cf559e;
}
.btn-pink:hover,
.btn-pink:active {
    background: #b34386 !important;
    border: 2px solid #b34386;
    color: #FFF !important;
    border-color: #b34386 !important;
}
.btn-outline-pink:hover,
.btn-outline-pink:active {
    background: #DDD !important;
    border: 2px solid #DDD;
    color: #000 !important;
    border-color: #DDD !important;
}
#loading {    
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.50);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    text-align: center;
}
#loading img {
    top: calc(50% - 50px);
    position: absolute;
    left: calc(50% - 50px);
    max-width: 100px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}
@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 1260px) and (min-width: 1200px) {
    #btn-previous-3, 
    #btn-cotizacion {
        font-size: 14px;
    }
}

@media (max-width:  767px) {
    .info .precio-regular p, 
    .info .precio-asmed p {
        font-size: 14px;
    }
    .info h5, .info h4 {
        font-size: 16px;
    }
}

@media (max-width:  575px) {
    .info .precio-regular p, 
    .info .precio-asmed p {
        font-size: 10px;
    }
    .info h5, .info h4 {
        font-size: 12px;
    }
}

@media (max-width:  400px) {
    .info .precio-regular p, 
    .info .precio-asmed p {
        font-size: 8px;
    }
    .info h5, .info h4 {
        font-size: 10px;
    }
}