body {
    /* font-family: 'Futura PT', sans-serif; */
    color: #000;
    font-size: 14px;
    font-family: "Open Sans", arial, sans-serif;
    line-height: 1.6;    
    -webkit-font-smoothing: antialiased;
}

/* Tamanhos de fontes */

h1 {
    font-size: 1.5rem;
}

.h1 {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 2rem;
}
h2 {
    font-size: 1.3rem;
}

.h2 {
    font-size: 1.2rem;
    font-weight: bold;
}

h3 {
    font-size: 1.1rem;
}

.bolder {
    font-weight: bold;
}

/* Cores gerais de textos e backgrounds */

.bg-whatsapp-green {
    background-color: #4cca5a;
}

.bg-twitter-blue {
    background-color: #1da1f2;
}

.bg-facebook-blue {
    background-color: #4267b2;
}

.bg-blue {
    background-color: #009bb4;
}

.bg-grey {
    background-color: #dfe6ee;
}

.text-blue {
    color: #009bb4;
}

/* Botões */

.btn-default {
    background-color: #009bb4;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    white-space: inherit!important;
}

.btn-default:hover {
    background-color: #303030;
    color: white;
    transition: 0.3s;
}

.btn-radio {
    background-color: white;
    color: #555;
    border: 1px solid #ced4da;
    margin-top: -1.5rem;
}

.btn-radio:hover, input[type=radio]:checked ~ .btn-radio {
    background-color: #303030;
    color: white;
}

.btn-lg {
    line-height: 1.1!important;
    white-space: inherit!important;
}

/* Banner e conteúdos */

#banner {
    background-color: #000;
}

figure {
    margin:0;
}

.legenda {
    background-color: #009bb4;
    width: fit-content;
}

.splash {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #009bb4;
    border: white 1px solid;
    line-height: 1;
}

.splash2 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
    border: #009bb4 1px solid;
    line-height: 1;
    bottom: 0;
    position: absolute;
    margin-bottom: 22px;
    right: 0;
    margin-right: 17%;
}

.corte {
    width: 60px;
    height: 1px;
    background-color: white;
    position: absolute;
    transform: skew(-15deg, -10deg);
    right: 0;
    margin-right: 65%;
    margin-top: 3%;
}

.card {
    height: 175px;
    border-radius: 10px;
    justify-content: center;
}

/* Slick */





/* mudar cor dos 'pontos' */
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #CC092F !important;
}

/* Formulário */

    /* Mostra somente um step por vez */

    /* .form {
        display: none;
    } */

    .form-top {
        border-radius: 8px 8px 0 0;
    }

    #step_1 {
        display: block
    }

    /* * -- */
    .mb-10 {
        margin-bottom: 10px;
    }

    .btn-mod.btn-medium.btn-pricing-more {
        padding: 8px 8px
    }
    
    .btn-mod.btn-red,.btn-red,a.btn-mod.btn-red {
        background-color: #009bb4;
        color: #fff
    }
    
    .btn-mod.btn-red:active,.btn-mod.btn-red:focus,.btn-mod.btn-red:hover,.btn-red:active,.btn-red:focus,.btn-red:hover,a.btn-mod.btn-red:active,a.btn-mod.btn-red:focus,a.btn-mod.btn-red:hover {
        background-color: #006f81
    }
    
    form.btn-unblock .btn-block {
        display: inline-block;
        width: auto
    }

    .btn-mod,a.btn-mod {
        box-sizing: border-box;
        padding: 4px 13px;
        color: #fff;
        background: rgba(34,34,34,.9);
        border: 2px solid transparent;
        font-size: 11px;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 2px;
        border-radius: 0;
        box-shadow: none;
        border-radius: 50px;
        transition: all .2s cubic-bezier(0,0,.58,1)
    }
    
    .btn-mod:focus,.btn-mod:hover,a.btn-mod:focus,a.btn-mod:hover {
        font-weight: 400;
        color: rgba(255,255,255,.85);
        background: rgba(0,0,0,.7);
        text-decoration: none;
        outline: 0;
        border-color: transparent;
        box-shadow: none
    }
    
    .btn-mod:active {
        cursor: pointer!important;
        outline: 0!important
    }
    
    .btn-mod.btn-small {
        height: auto;
        padding: 6px 17px;
        font-size: 11px;
        letter-spacing: 1px
    }
    
    .btn-mod.btn-medium {
        height: auto;
        padding: 8px 37px;
        font-size: 12px
    }
    
    .btn-mod.btn-large {
        height: auto;
        padding: 12px 36px;
        font-size: 13px
    }
    
    .btn-mod.btn-glass {
        color: rgba(255,255,255,.75);
        background: rgba(0,0,0,.4)
    }
    
    .btn-mod.btn-glass:focus,.btn-mod.btn-glass:hover {
        color: #fff;
        background: #000
    }
    
    .btn-mod.btn-border {
        color: #151515;
        border: 2px solid #151515;
        background: 0 0
    }
    
    .btn-mod.btn-border:focus,.btn-mod.btn-border:hover {
        color: #fff;
        border-color: transparent;
        background: #000
    }
    
    .btn-mod.btn-border-c {
        color: #e41919;
        border: 2px solid #e41919;
        background: 0 0
    }
    
    .btn-mod.btn-border-c:focus,.btn-mod.btn-border-c:hover {
        color: #fff;
        border-color: transparent;
        background: #e41919
    }
    
    .btn-mod.btn-border-w {
        color: #fff;
        border: 2px solid rgba(255,255,255,.75);
        background: 0 0
    }
    
    .btn-mod.btn-border-w:focus,.btn-mod.btn-border-w:hover {
        color: #111;
        border-color: transparent;
        background: #fff
    }
    
    .btn-mod.btn-w {
        color: #111;
        background: rgba(255,255,255,.8)
    }
    
    .btn-mod.btn-w:focus,.btn-mod.btn-w:hover {
        color: #111;
        background: #fff
    }
    
    .btn-mod.btn-w-color {
        color: #e41919;
        background: #fff
    }
    
    .btn-mod.btn-w-color:focus,.btn-mod.btn-w-color:hover {
        color: #151515;
        background: #fff
    }
    
    .btn-mod.btn-gray {
        color: #777;
        background: #e5e5e5
    }
    
    .btn-mod.btn-gray:focus,.btn-mod.btn-gray:hover {
        color: #444;
        background: #d5d5d5
    }
    
    .btn-mod.btn-color {
        color: #fff;
        background: #e41919
    }
    
    .btn-mod.btn-color:focus,.btn-mod.btn-color:hover {
        color: #fff;
        background: #e41919;
        opacity: .85
    }
    
    .btn-mod.btn-circle {
        border-radius: 30px
    }
    
    .btn-mod.btn-round {
        border-radius: 50px
    }
    
    .btn-icon {
        position: relative;
        border: none;
        overflow: hidden
    }
    
    .btn-icon.btn-small {
        overflow: hidden
    }
    
    .btn-icon>span {
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
        position: absolute;
        top: 50%;
        left: 0;
        color: #777;
        font-size: 48px;
        opacity: .2;
        transition: all .2s cubic-bezier(0,0,.58,1)
    }
    
    .btn-icon:hover>span {
        opacity: 0;
        transform: scale(2)
    }
    
    .btn-icon>span.white {
        color: #fff
    }
    
    .btn-icon>span.black {
        color: #000
    }
    
    .btn-full {
        width: 100%
    }
    
    .form input[type=color],.form input[type=date],.form input[type=email],.form input[type=number],.form input[type=password],.form input[type=search],.form input[type=tel],.form input[type=text],.form input[type=url],.form select {
        display: inline-block;
        height: 27px;
        vertical-align: middle;
        font-size: 11px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #000;
        border: 1px solid rgba(0,0,0,.1);
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 0;
        box-shadow: none;
        box-sizing: border-box;
        transition: all .2s cubic-bezier(0,0,.58,1)
    }
    
    .form select {
        font-size: 12px
    }
    
    .form select[multiple] {
        height: auto
    }
    
    .form input[type=color]:hover,.form input[type=date]:hover,.form input[type=email]:hover,.form input[type=number]:hover,.form input[type=password]:hover,.form input[type=search]:hover,.form input[type=tel]:hover,.form input[type=text]:hover,.form input[type=url]:hover,.form select:hover {
        border-color: rgba(0,0,0,.2)
    }
    
    .form input[type=color]:focus,.form input[type=date]:focus,.form input[type=email]:focus,.form input[type=number]:focus,.form input[type=password]:focus,.form input[type=search]:focus,.form input[type=tel]:focus,.form input[type=text]:focus,.form input[type=url]:focus,.form select:focus {
        color: #111;
        border-color: rgba(0,0,0,.7);
        box-shadow: 0 0 3px rgba(0,0,0,.3);
        outline: 0
    }
    
    .form input[type=color].input-lg,.form input[type=date].input-lg,.form input[type=email].input-lg,.form input[type=number].input-lg,.form input[type=password].input-lg,.form input[type=search].input-lg,.form input[type=tel].input-lg,.form input[type=text].input-lg,.form input[type=url].input-lg,.form select.input-lg {
        height: 46px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 13px
    }
    
    .form input[type=color].input-md,.form input[type=date].input-md,.form input[type=email].input-md,.form input[type=number].input-md,.form input[type=password].input-md,.form input[type=search].input-md,.form input[type=tel].input-md,.form input[type=text].input-md,.form input[type=url].input-md,.form select.input-md {
        height: 37px;
        padding-left: 13px;
        padding-right: 13px;
        font-size: 12px
    }
    
    .form input[type=color].input-sm,.form input[type=date].input-sm,.form input[type=email].input-sm,.form input[type=number].input-sm,.form input[type=password].input-sm,.form input[type=search].input-sm,.form input[type=tel].input-sm,.form input[type=text].input-sm,.form input[type=url].input-sm,.form select.input-sm {
        height: 31px;
        padding-left: 10px;
        padding-right: 10px
    }
    
    .form textarea {
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase!important;
        letter-spacing: 1px;
        color: #000;
        border-color: rgba(0,0,0,.1);
        outline: 0;
        box-shadow: none;
        border-radius: 0
    }
    
    .form textarea:hover {
        border-color: rgba(0,0,0,.2)
    }
    
    .form textarea:focus {
        color: #111;
        border-color: rgba(0,0,0,.7);
        box-shadow: 0 0 3px rgba(21,21,21,.3)
    }
    
    .form .form-group {
        margin-bottom: 10px
    }
    
    .form input.error {
        border-color: #e41919
    }
    
    .form-tip {
        font-size: 11px;
        color: #aaa
    }
    
    .form-tip .fa {
        font-size: 12px
    }

    a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    .checkbox-inline input[type=checkbox], .checkbox-inline input[type=radio] {
        box-sizing: border-box;
        padding: 0;
        margin-left: -14px;
        vertical-align: middle;
    }

    .form .text-disclaimer{
        font-size: 11px;
        color: gray;
        margin-left: 20px
    }

    .parsley-errors-list.filled {
        margin: 4px 0;
        padding: 0;
        list-style-type: none;
        color: #009bb4;
        font-size: 11px;
        line-height: 140%;
        animation-name: blurhighlight;
        animation-duration: .5s
    }

    .grecaptcha-badge {
        visibility: collapse!important;
        opacity: 0!important
    }
    
    .recaptch_disclaimer {
        margin-top: 8px;
        margin-bottom: 8px
    }
    
    .cookie-footer-sticky {
        position: fixed;
        width: 100%;
        z-index: 9999;
        bottom: 0;
        background-color: #fff;
        padding: 10px;
        font-size: 12px;
        overflow: hidden;
        background: #e6e6e8;
        border-top: 1px solid #ccc;
        color: #313131;
        line-height: 120%;
        display: none
    }
    
    @media only screen and (max-width: 767.98px) {
        .cookie-footer-sticky {
            font-size:9px
        }
    }
    
    .cookie-footer-sticky p {
        margin-bottom: 4px
    }
    
    .cookie-footer-sticky .cookie-footer {
        justify-content: center!important;
        display: flex;
        flex-wrap: wrap
    }
    
    .cookie-footer-sticky .cookie-footer .width-auto {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        text-align: left
    }
    
    .cookie-footer-sticky .cookie-footer .width-button {
        margin-left: 15px;
        text-align: left;
        flex: 0 0 10.666667%;
        max-width: 10.666667%
    }
    
    .cookie-footer-sticky .cookie-footer .agree-button .fa {
        font-size: 20px
    }
    
    @media only screen and (max-width: 767.98px) {
        .cookie-footer-sticky .cookie-footer .width-button-hide {
            display:none
        }
    }
    
    @media only screen and (min-width: 576px) {
        .cookie-footer-sticky .cookie-footer .width-space {
            flex:0 0 16.666667%;
            max-width: 16.666667%
        }
    }
    


.js-loading-msg {
    color: #000;
}

.form-body {
    min-height: 28rem;
    border-radius: 10px;
}

/* Estilizar mensagem de erro do formulário */

.invalid-tooltip {
    position: absolute;
    display: inline-block;
    top: 93%;
    border-bottom: 1px dotted #ccc;
    color: white;
    background-color: #d02626;
}

.invalid-tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #d02626 transparent;
}

/* Modal do formulário */

.js-modal-bg-default,
.js-modal-bg-af {
    background: hsla(0, 0%, 0%, 0.9);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.js-form-modal {
    margin: auto 15px;
    position: absolute;
    z-index: 1001;
    top: 9%;
    bottom: 3%;
    right: 0;
    left: 0;
}

.js-modal-active {
    overflow: hidden;
}

.js-modal-active .js-form-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.btn-close-modal {
    font-size: 45px;
    margin: 5px 14px;
    color: #fff !important;
    float: right;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    cursor: pointer;
}


/* Animação do modal do formulário */

.js-scale-up-right {
    -webkit-animation: scale-up-right 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) both;
    animation: scale-up-right 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) both;
}

@-webkit-keyframes scale-up-right {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
}

@keyframes scale-up-right {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
}

/* Animação Step Sucesso */
.form svg {
    width: 80px;
    display: block;
    margin: auto;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check 0.9s .35s ease-in-out forwards;
    stroke-linecap: round;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}

/* FIM Animação Step Sucesso */

/* Animação Step Insucesso */

.line {
    stroke-linecap: round;
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
}

.fade-in {
    fill: #dc3545;
    stroke: #dc3545;
    stroke-linecap: round;
	opacity: 1;
	animation: fadeInOpacity 0.5s ease-in 1;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Fim Animação Step Insucesso */

/* Media queries */

@media screen and (min-width:768px) {
    .corte {
    width: 60px;
    height: 1px;
    background-color: white;
    position: absolute;
    transform: skew(-15deg, -10deg);
    right: 0;
    margin-right: 82%;
    margin-top: 1%;
    }

    .splash2 {
    margin-bottom: 10px;
    right: 0;
    margin-right: 60%;
}
}

@media screen and (min-width:992px) {
    .js-form-modal {
        width: 40%;
        top: 5%;
        bottom: 5%;
        margin: auto;
    }

    .form-title {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.7rem;
    }

    #banner {
        background-image: url(../img/background.jpg);
        background-size: cover;
        background-position-x: -19px;
        background-repeat: no-repeat;
    }

    .banner2 {
        background-image: url(../img/background2.jpg) !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.splash {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    position: absolute;
    background-color: #009bb4;
    border: white 1px solid;
    line-height: 1;
}

.splash2 {
    margin-bottom: 74px;
    right: 0;
    margin-right: 69%;
}

.corte {
    width: 60px;
    height: 1px;
    background-color: white;
    position: absolute;
    transform: skew(-15deg, -10deg);
    right: 0;
    margin-right: 29%;
    margin-top: 8%;
}

}

@media screen and (min-width:1024px) {
    .splash2 {
    margin-bottom: 125px;
    right: 0;
    margin-right: 60%;
}



}


@media screen and (min-width:1330px) {
    .splash2 {
    margin-bottom: 89px;
    right: 0;
    margin-right: 67%;
}

}


/* ext */
.submit-btn-last form{
    display: grid;
}

.submit-btn-last form .submit-btn {
    order: 10;
}

.submit-btn-last form .submit-btn input{
    width: 100%;
    display: block;
    font-weight: bold;
}

.testimonials h2{
    margin-top: 3rem!important;
}

/* carausal */
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
    blockquote {
    margin: 3em 0 3em 0;
    padding: 0;
    border: none;
    background: 0 0;
    font-style: normal;
    line-height: 1.7;
    color: #777
}

blockquote p {
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6
}

blockquote footer {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px
}
   .MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    display: flex
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    position: relative
}

.MultiCarousel .MultiCarousel-inner .item blockquote {
    font-size: 100%;
    align-self: center
}

.MultiCarousel .MultiCarousel-inner .item blockquote:after,.MultiCarousel .MultiCarousel-inner .item blockquote:before {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: 700;
    position: absolute;
    color: #ccc;
    font-size: 6rem
}

.MultiCarousel .MultiCarousel-inner .item blockquote:before {
    content: "\201C";
    top: 20px
}

.MultiCarousel .MultiCarousel-inner .item blockquote:after {
    content: "\201d";
    margin-right: 40px;
    right: 0;
    top: auto
}

.MultiCarousel .MultiCarousel-inner .item .team-item-image {
    width: 100px;
    margin: 30px auto 10px
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 2rem;
    background: #fff;
    margin: 1rem;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    border-bottom: solid 5px #009bb4;
    min-height: 300px;
    height: 100%
}

@media only screen and (max-width: 767.98px) {
    .MultiCarousel .MultiCarousel-inner .item>div {
        min-height:400px
    }
}

.MultiCarousel .leftLst,.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px)
}

.MultiCarousel .leftLst {
    left: 0
}

.MultiCarousel .rightLst {
    right: 0
}

.MultiCarousel .leftLst.over,.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc
}

    .team-item-image {
    position: relative;
    overflow: hidden;
    border-radius: 50%
}

.team-item-image img {
    width: 100%
}

.team-item-image:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    z-index: 1;
    transition: all .27s cubic-bezier(0,0,.58,1)
}

.team-item-detail {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px 23px 55px;
    font-size: 14px;
    font-weight: 300;
    color: #777;
    text-align: center;
    z-index: 2;
    transform: translateY(-50%);
    background-size: cover;
    transition: all .27s cubic-bezier(0,0,.58,1)
}

.team-item-descr {
    color: #000;
    text-align: center;
    transition: all .27s cubic-bezier(0,0,.58,1)
}

.team-item-name {
    margin-top: 23px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .4em
}

.team-item-role {
    margin-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .4em;
    color: #000
}

.team-social-links {
    font-size: 3rem;
    cursor: pointer
}

.team-social-links a {
    display: inline-block;
    padding: 3px 7px;
    color: rgba(0,0,0,.4);
    transition: all .27s cubic-bezier(0,0,.58,1)
}

.no-mobile .team-item:hover .team-item-image:after {
    background: rgba(255,255,255,.93)
}

.no-mobile .team-item:hover .team-item-detail {
    opacity: 1
}

.no-mobile .team-item:hover .team-item-descr {
    color: #111
}

.no-mobile .team-social-links a:hover {
    color: rgba(0,0,0,.75)
}

.team-item.js-active .team-item-image:after {
    background: rgba(255,255,255,.93)
}

.team-item.js-active .team-item-detail {
    opacity: 1
}

.team-item.js-active .team-item-descr {
    color: #111
}

.team-item.js-active .team-social-links a:hover {
    color: rgba(0,0,0,.75)
}

.btn-mod.btn-red,.btn-red,a.btn-mod.btn-red {
    background-color: #009bb4;
    color: #fff;
}

.btn-mod.btn-red:active,.btn-mod.btn-red:focus,.btn-mod.btn-red:hover,.btn-red:active,.btn-red:focus,.btn-red:hover,a.btn-mod.btn-red:active,a.btn-mod.btn-red:focus,a.btn-mod.btn-red:hover {
    background-color: #006f81
}

form.btn-unblock .btn-block {
    display: inline-block;
    width: auto
}

.strong{
    font-weight: bold !important;
}

.date-card {
    
    word-wrap: break-word;
    background-color: #009bb4;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.55rem;
    color: #fff;
    /* font-size: 16px; */
    line-height: 1.6rem;
}

.date-card p {
    margin: 0;
}

.date-card .date{
    display: inline-block;
    vertical-align: middle;
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    font-weight: 600 !important; 
    line-height: 1.8rem;   
}

.date-card .limited{
    padding: 0.5rem 1rem;
    display: block;
    border-left: 1px solid rgba(33, 33, 33, 0.592);
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4rem;
}