*{
	font-family: inherit;
	font-family:"Montserrat";
}
body{
    margin: auto;
}
h1 {
    font-size: 1.3em;
    font-weight: 800;
}
h2 {
    font-size: 1.2em;
    font-weight: 700;
}
h3 {
    font-size: 1.1em;
    font-weight: 700;
}
table {
    width: 100%;
    max-width:650px;
}
.headerMinimal {
    border-bottom: solid 1px #CACACA;
    margin-bottom: 30px;
    box-shadow: -2px 2px 10px #00000030;
}
div#logo-div {
    max-width: 1140px;
    margin: auto;
}
.logo {
    max-height: 50px;
    padding: 5px;
}
.mainContent{
    display: flex;
    padding: 10px 0px !important;
    max-width: 1140px;
    flex-direction: column;
    margin: auto;
}
.Checkout-box{
    border: solid 1px #A8A8A8;
    margin: 0px 5px 30px 5px;
    border-radius: 5px;
    padding: 20px;
    background-color: #f9f9f9;
}
select {
    width:auto;
    min-width: 40px !important;
    padding: 7px;
    height: 40px;
}
.selectQty {
    width: 50px;
    padding-right: 10px;
}
.selectProd{
    max-width:300px;
    padding: 15px 5px;
}
/*.offPrice{
    font-weight: 600;
    color: #c80000;
    font-size: 0.8em;
    text-decoration-line: line-through;
}*/
.onPrice {
    font-size: 1em;
    font-weight: 800;
    color: #008000;
}
.smallNote{
    font-size: 0.7em;
}
.priceProd p {
    margin: 0;
    text-align: center;
}
input{
        min-height: 23px;
        padding: 7px;
}
input#datepicker{
    min-height: 23px;
    padding: 7px;
    max-width: 150px;
    margin: 0px 5px 0px 0px;
}
input#promo_code_input {
    padding: 8px;
    height: 20px;
    width: 55%;
}
button#promo_code_submit {
    line-height: 30px;
    width: 35%;
}
.inputForm {
    width: 50%;
    margin: 5px;
}
.inputComment{
    margin: 5px;
    padding: 10px;
    width: 100%;
}
select#HorarioActividad{
    min-height: 40px;
    padding: 7px;
    width: 100px;
}
select#tipopago {
    width:100%;
}
hr {
        margin: 10px 0px 20px 0px;
    }
.safeList {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}
.phormHalf {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin: 5px;
}
.stripe-button-el {
			width: 100%;
			margin-top: 10px;
		}
.book-button{
    color: #fff;
    background-color: #000;
    border-color: #000!important;
    font-size: 16px;
    font-weight: 700;
    padding: 5px!important;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    border: 0;
    line-height: 50px;
    text-transform: capitalize;
    width: 100%;
}
button:disabled {
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}
#more {
    display: none;
}
.cardBox{
    margin: 6% 0% 10%;
}
.overlay {
    position: fixed;   /* Positioned relative to the viewport */
    top: 0;            /* Cover from the top edge of the viewport */
    left: 0;           /* Cover from the left edge of the viewport */
    width: 100%;       /* Full width */
    height: 100%;      /* Full height */
    background: #001b3be3; /* Semi-transparent blue background */
    z-index: 1000;     /* Make sure it's on top of other content */
    display: none;     /* Hidden by default */
    justify-content: center; /* Center children horizontally */
    align-items: center; /* Center children vertically */
    color: white;      /* Text color */
    font-size: 1.5em;  /* Text size */
}
/* Spinner inside the overlay (if you use a CSS spinner) */
.spinner {
    border: 4px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top: 4px solid #fff;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media screen and (min-width: 1024px){
    .mainContent{
        flex-direction: row;
    }
    .col-70 {
        width: 60%;
        padding: 0% 3%;
    }
    .divsigue {
        position: sticky;
        top: 10px;
        margin-top: 0px;
        border-top: solid 1px #cacaca;
    }
    div#ordersummary {
        width: 35%;
    }
    .priceProd {
        display: inline-flex;
        flex-direction: column;
        align-items: baseline;
    }
    .priceProd p {
        margin: 0px 3px;
        text-align: center;
    }
}