html {
    height: 100%;
    width: 100%;
	line-height: 1.15;

	/* 1 */
	-webkit-text-size-adjust: 100%;

	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

pre{
    font-family: Raleway;
}

body {
    background: #f8f8f8;
}
.container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}

/* botões */
button, .btn {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px ;
    font-weight: 500 ;
    border: 0;
    border-radius: 60px ;
    min-height: 52px ;
    padding: 15px 22px ;
    cursor: pointer ;
    outline: none ;
}
button:hover {
    opacity: 0.8;
}

.modal-content .btn{
    align-items: center;
}

a:hover {
    text-decoration: none;
}
.btn-red {
    color: #fff !important;
    background: #f90c51;
}
.btn-blue {
    color: #fff !important;
    background: #002B97 !important;
}
.btn-white {
    color: #828282;
    background: #fff;
    border: solid 1px #E4E4E4;
}
.btn-transparent {
    color: #fff;
    background: transparent;
}
a.btn-red, a.btn-blue, a.btn-white, a.btn-transparent{
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 60px !important;
    height: 56px !important;
    padding: 18px 22px !important;
    cursor: pointer !important;
    outline: none !important;
    text-align: center;
}

.btn-outline-dark{
    border: 1px solid #343a40  ;
}

a.btn-red:hover {
    color: #fff;
}
a.btn-blue:hover {
    color: #fff;
}
a.btn-white:hover {
    color: #080101;
}
a.btn-transparent:hover {
    color: #fff;
}
a.btn-red:hover, a.btn-blue:hover, a.btn-white:hover, a.btn-transparent:hover{
    text-decoration: none;
}

#rdc-password-recover {
    color: blue;
    cursor: pointer;
}

/* bordas */
.border-white {
    border: solid 1px #fff;
}

/* Listas */
ul{
    list-style-type: none;
}


/* cabeçalhos */
h2 {
    font-size: 48px;
    font-weight: 700;
}
h3 {
    font-size: 24px;
    font-weight: 600;
}
h4 {
    font-size: 32px;
    font-weight: 600;
}

/* swiper prev e next buttons */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

/* sessão blog */
.blog {
    padding: 40px 0;
    max-width: 90%;
    margin: 0 auto;
}
.blog .pl-md-5, .blog .px-md-5 {
    padding-left: 0!important;
}
.blog h2 {
    color: #333;
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
}
.blog h3 {
    color: #828282;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
}
.blog .btn-mais-postagens {
    background: #f90c51;
    border-radius: 200px;
    padding: 18px 24px;
    height: 54px;
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    border: none;
    display: inline-flex;
    align-items: center;
}
.card-blog {
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 24px;
    min-height: 480px;
    position: relative;
    margin-bottom: 40px;
}
.card-blog .box-foto {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-size: cover !important;
    min-height: 164px;
}
.card-blog .box-description {
    padding: 25px 15px;
}
.card-blog .box-description span {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    display: inline-block;
}
.card-blog .box-description p {
    margin: 0;
}
.card-blog .box-description .btn-blog {
    border: solid 1px #e4e4e4;
    border-radius: 60px;
    background: #fff;
    padding: 18px 24px;
    height: 56px;
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    position: absolute;
    bottom: 24px;
    left: 15px;
}

/* swiper prev e next buttons */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-button-prev {
    background: url('../images/btn-prev.png') no-repeat center center;
    height: 92px ;
    width: 92px ;
    opacity: 0.9;
    /* left: -30px !important */
}
.swiper-button-prev::after {
    content: '' !important;
}

.swiper-button-next {
    background: url('../images/btn-next.png') no-repeat center center;
    height: 92px;
    width: 92px;
    opacity: 0.9;
    /* right: 228px !important; */
}
.swiper-button-next:after {
    content: '' !important;
}

.lgpd-input-accept{
    display: flex;
    align-items: center;
}

.lgpd-input-accept input{
    width: 30px!important;
    margin-right: 10px;
}


.message-success, .message-error{
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
}

.message-error{
    color: #ff0845;
}

.message-success{
    color: #0540d3;
}

.swiper-container {
    overflow-x: hidden!important;
}

.alerta {
    background: #fff;
    text-align: center;
    padding: 10px;
}

@media (max-width: 480px) {
    .menu-footer li.destaque.mb-2 {
        margin-bottom: 0!important;
    }
    .menu-footer .col-12.col-lg-3 {
        margin-bottom: 20px;
    }
    .regulamentos .chamada-regulamentos h2 {
        font-size: 3rem;
    }
    /* Banners mobile */
    .home .bg-home {
        background-size: cover;
    }
    .sobre-nos .bg-sobre-nos {
        background: url(../images/mobile-sobre.jpg) no-repeat center center;
        background-size: cover;
    }
    .produtos-e-servicos .bg-produtos.gold {
        background: url(../images/mobile-plano-gold.jpg) no-repeat center center;
        background-size: cover;
    }
    .produtos-e-servicos .bg-produtos.superior {
        background: url(../images/mobile-plano-superior.jpg) no-repeat center center;
        background-size: cover;
    }
    .clube .bg-clube {
        background: url(../images/mobile-clube.jpg) no-repeat center center;
        background-size: cover;
    }
    .hoteis .fullbanner {
        background: url(../images/mobile-destinos.jpg) center center;
        background-size: cover;
    }
    .regulamentos .bg-regulamentos {
        background-image: url(../images/mobile-publicacoes.jpg);
        background-position: center center;
        background-size: cover;
    }
    .seja-parceiro .bg-seja-parceiro {
        background: url(../images/mobile-parceiros.jpg) no-repeat center center;
        background-size: cover;
    }
    .header-buttons {
        margin: 20px auto;
    }
    a.btn-red, a.btn-blue, a.btn-white, a.btn-transparent {
        padding: 18px 14px !important;
    }
}

@media (max-width:320px) {
    .card-blog .box-description .btn-blog {
        padding: 18px 20px;
        bottom: 20px;
    }
}