body{
    font-family: 'Exo', sans-serif;
}

.w-30 {
    width: 30% !important;
}

#day {
    margin-left: 2px;
}

a:hover {
    text-decoration: none;
}

.brand-header {
    line-height: 1;
}

.appNav {
    border-bottom: 1px solid #e5e5e5;
}

.logo a {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 200%;
    color: #ccc;
}

.barChart-1 {
    background-color: #1E90FF ;    /** dodger blue*/
}

.barChart-2 {
    background-color: #FF1493;    /** deep pink */
}


.barChart-3 {
    background-color: #8B4513;    /** saddle brown*/
}


.barChart-4 {
    background-color: #FFD700;    /** gold */
}


.barChart-5 {
    background-color: #228B22;    /** forest green */
}
.center {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.center input{
    margin: 0 auto;
    text-align: center;
    display: block;
}

.color-green{
    color: #00FF00;
}
.fw-7{
    font-weight: 700;
}
.fw-6{
    font-weight: 600;
}
.fw-5{
    font-weight: 500;
}
.fw-4{
    font-weight: 400;
}

.fs-10{
    font-size: 10px;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-24{
    font-size: 24px;
}
.fs-36{
    font-size: 36px;
}
.fs-42{
    font-size: 42px;
}
.lh-16{
    line-height: 16px;
}
.lh-18{
    line-height: 18px;
}
.text-italic{
    font-style: italic;
}

input[type=number]{
    background-color: #e8e8e8;
    border: none;
    min-height: 40px;
}
.p-23 {
    padding: 2.3rem!important;
}



.radio-bg input[type='radio']:after {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #e8e8e8;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.radio-bg input[type='radio']:checked:after {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #00FF00;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}


/* IMAGE STYLES */
.radio-bg [type=radio]  + div {
    cursor: pointer;
   padding: 10px;
}

.radio-bg [type=radio]{
    display: none;
}
.radio-bg  [type=radio]:checked  + div {
font-weight: bolder;
    font-size: 14px;
border: 1px solid #00FF00;
    border-radius: 2px;
    font-style: normal;
}

.radio-bg .input-group{
    margin: 0 auto;
    display: block;
}
.custom-file-label::after{
    position: relative;
}
.custom-file-label{
  height: 100px;
    border: none;
}
.custom-file-input{
    height: 100px;
    top: 30px;
}
.custom-file-label::after {
    content: "Añadir" !important;
    text-align: center;
    top: 20px;
    background-color: #000000;
    border-radius: 30px;
    color:#ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    width: 150px;
    margin: 0 auto;
}
.radios .radio-label label{
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.radios .radio-label label input, .radios .radio-label label div {
margin-top: 10px;
}

.radios label input {
    margin-right: 20px;
}
.radios input[type='radio']:after {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #e8e8e8;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.radios input[type='radio']:checked:after {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #00FF00;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.radios input {
    float: left;
}
.radios label div {
    width: 95%;
    float: left;
}
.text-input input{
    background-color: #e8e8e8;
    border-radius: 20px;
    border: none;
    height: 40px;

}

.text-input input::placeholder {
    font-style: italic;
    font-size: 14px;
}

.text-input textarea{
    background-color: #e8e8e8;
    border-radius: 20px;
    border: none;
    height: 142px;
}
.text-input textarea::placeholder {
    font-style: italic;
    font-size: 14px;
}
.btn-prima{
    color: #fff;
    background-color: #00FF00;
    border-color: #00FF00;
    font-weight: 600;
    border-radius: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.btn-prima:hover{
    color: #00FF00;
    border-color: #00FF00;
    background-color: #ffffff;
}
.final-price
{ margin: 0 auto;
    display: block;
    height: 142px;
    width: 207px;
    background: transparent url("/images/icons/marcoverde.png")no-repeat center center;
}
.no-show{
    display: none;
}

.card{
    display: inline-block;
    vertical-align:top;
}

.bc-black{
    background-color: #000000;
}


input.loading {
    background:transparent url('http://www.xiconeditor.com/image/icons/loading.gif') no-repeat right center;
    color: #00FF00;
    padding-right: 40px;
}
@media only screen and (max-width: 781px) {
    .radios label div {
        width: 89%;
    }
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.invalidcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.invalidcheck input:checked ~ label .checkmark {
    background-color: #00FF00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.invalidcheck input:checked ~ label .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.invalidcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.invalidcheck label{
    padding-left: 10px;
    font-size: 14px;
}