@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* GLOBAL */

:root {
    --black: #000;
    --white: #fff;
    --gray: #ccc;
    --smoke: #e2e2e2;
    --disable: #f2f2f2;
    --green-color-iet: #156039;
    --yellow-color-iet: #ffc000;
}

*, html{
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif
}
body {
    background: #f1f1f1 !important;
    overflow-x: hidden;
}
img.lazy {
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
body::-webkit-scrollbar, .scroll::-webkit-scrollbar {
    width: 20px;
}
body::-webkit-scrollbar-track, .scroll::-webkit-scrollbar-track {
    background-color: transparent;
}
body::-webkit-scrollbar-thumb, .scroll::-webkit-scrollbar-thumb {
    background-color: #a8bbbf;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}
body::-webkit-scrollbar-thumb:hover, .scroll::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

/* CSS CUSTOM */

.text-success-indio {
    color: #1d653c;
}
.help-block {
    color: #737373;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px
}
.esgotado {
    background: #bf0808;
    position: absolute;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}
.tarja {
    position: absolute;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px 0px 10px 0px;
}
.tarja2 {
    position: absolute;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0px 0px 10px 0px;
    display: contents;
}
.roteiroInfo {
    width: 100%;
    padding: 10px 22px;
    font-size: 14px;
    text-align: justify;
    background: #ffc;
    display: none;
}
.btn-all{
    border-radius: 50px !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: bold !important;
}
iframe {
    width: 100% !important;
}

.bar-iet {
    padding: 4px;
    background-color: var(--green-color-iet);
    width: 160px;
    margin: 10px auto;
    border-radius: 50px;
}
.element-bar {
    background: var(--green-color-iet);
    padding: 4px;
    width: 120px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.text-iet-success, .text-iet-success .icon {
    color: var(--green-color-iet);
}
.text-iet-warning, .text-iet-warning .icon {
    color: var(--yellow-color-iet);
}
.text-iet-dark, .text-iet-dark .icon {
    color: #222222;
}
.btn-iet-success {
    color: #fff !important;
    background-color: var(--green-color-iet) !important;
    border: 1px solid #1c864a !important;
}
.btn-success{
    background-color: var(--green-color-iet);
    border-color: var(--green-color-iet);
}
.btn-iet-success:hover {
    color: #f3f3f3 !important;
    background-color: #184e30 !important;
    border: 1px solid var(--green-color-iet) !important;
}
.btn-outline-success{
    color: #18662a !important;
    border-color: #18662a !important;
}

.loadingCheckout {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    background-color: #000000a8;
}
.loadingCheckout .progresso {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-top: -50px;
    margin-left: -170px;
    margin-right: 20px;
    background: #F3F3F3;
    padding: 50px 50px 60px 50px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
}
.loadingCheckout .progresso i {
   margin-right: 20px;
}

/* ESTILOS CSS PARA A BUSCA DE VIAGEM */

.form-filter {
    box-shadow: rgba(166, 171, 189, 0.25) 0px 0px 2.4333rem 0px;
    background-color: rgb(255, 255, 255);
    border-radius: 1rem;
    margin-top: -200px;
}
.form-filter h1 {
    font-size: 20px;
    line-height: 28px;
    color: #291e01;
    font-weight: bold;
}
.form-filter .btn-search {
    background: linear-gradient(308.6deg, #f06531 -7.94%, #ea3d35 79.38%);
    border-color: #ea3d35 !important;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 22px;
}
.form-filter .btn-search:hover {
    background: linear-gradient(308.6deg, #8f3413 -7.94%, #ab231d 79.38%);
    color: #fff;
}
.form-filter .input-group .input-group-text {
    border-right: 0;
    border-left: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    background: transparent;
}
.form-filter label {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 500;
    margin-bottom: 5px;
}
.form-filter .form-control {
    border-left: 0;
}
@media (max-width: 650px) {
    .form-filter {
        margin-top: -40px;
    }
}
.tooltip-wide .tooltip-inner {
    max-width: 50%;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
/* Estilos padrão para todas as telas */

.banner-image {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-color: var(--yellow-color-iet);
}
/* Estilos para tablet e desktop */

@media screen and (min-width: 768px) {
    .banner-image {
        background-image: url("../images/banner-1-min.jpg");
        height: 120px;
    }
}
/* Estilos para mobile */

@media screen and (max-width: 767px) {
    .banner-image {
        background-image: url("../images/banner-1-mobile-min.jpg");
        height: 350px;
    }
}
.banner-affiliate {
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-color: transparent;
}
/* Estilos para tablet e desktop */

@media screen and (min-width: 768px) {
    .banner-affiliate {
        background-image: url("../images/banners/Purple_White_Refer_a_Friend_Instagram_Story_(728_%c3%97_90_px)_(1).gif");
        height: 90px;
        margin: 20px 15%;
    }
}
/* Estilos para mobile */

@media screen and (max-width: 767px) {
    .banner-affiliate {
        background-image: url("../images/banner-affiliate-mobile.jpg");
        height: 350px;
        margin: 20px 0;
    }
}

/* VERIFIED BADGE  */

.verified {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.verified-title {
    font-size: 18px;
    font-weight: bold;
}
.verified-description {
    font-size: 12px;
    text-align: center;
}

/* Button WhatsApp */

.buttonWhatsApp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20;
}
.buttonWhatsApp .ballon {
    font-size: 12px;
    background: #ededed;
    border: 1px solid #d5d5d5;
    border-right: none;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    left: -80px;
    bottom: 10px;
}
.buttonWhatsApp .ballon::after {
    content: "";
    background: #ededed;
    border: 1px solid #d5d5d5;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 6px;
    left: 95px;
    transform: rotate(45deg);
    z-index: -1;
}
.buttonWhatsApp .ballon .time {
    font-size: 9px;
}
.buttonWhatsApp a {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

/* SUBSCRIBER */

/* Menu Principal */
/*
#menu.navbar-iet-header {
    width: 100%;
    background: url(https://www.cvc.com.br/imageproc/image/upload/f_auto,q_auto/v1/CVC/home/bg_motor_cvc_desktop.png);
    color: #222;
    background-size: cover;
    background-position: center;
}*/
#menu.navbar-iet-header {
    width: 100%;
    background-color: #ffff;
    color: #222;
    border-bottom: 1px solid #dee2e6;
}
#menu.navbar-iet-header .header-logo-container .navbar-brand {
    width: 100%;
    height: 60px;
}
#menu.navbar-iet-header ul{
    list-style: none;
}
#menu ul li a span{
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
#menu ul li a .badge{
    position: absolute;
    bottom: 45px;
    font-size: 10px;
    font-weight: 800;
}
#menu .dropdown-menu a:hover {
    color: var(--yellow-color-iet) !important;
    border: 0 !important;
    background: #343a40 !important;
}
#menu .dropdown-menu a:active {
    color: #000000 !important;
    background-color: var(--yellow-color-iet) !important;
}
#menu .far {
    font-size: 38px;
    color: #222222;
}
#menu .btn-login {
    background-color: var(--yellow-color-iet);
    color: #ffffff;
}
#menu .btn-login:hover {
    background-color: var(--green-color-iet);
}
#menu span {
    margin: 10px 10px;
    font-weight: bold;
}

#menu.navbar-iet-header .nav-link .button-circle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--yellow-color-iet);
    background: #222;
    border-radius: 50%;
    width: 47px;
    height: 47px;
}
#menu.navbar-iet-header .nav-link .button-circle-label {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    color: #222;
}
#menu.navbar-iet-header a {
    text-decoration: none;
    color: inherit 
}
#menu.navbar-iet-header .header-container-general {
    max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
#menu.navbar-iet-header .header-iet-container {
    position: relative;
    background-color: #fff;
}
#menu.navbar-iet-header .header-autogestion {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    background-color: var(--yellow-color-iet);
    border-bottom-left-radius: 24px;
    padding: 0px 24px;
    height: 60px;
    margin: 0;
}
#menu.navbar-iet-header .header-banner-top-phone{
    background: var(--green-color-iet);
    height: 60px;
    padding-left: 24px;
    margin-left: -24px;
    border-bottom-left-radius: 24px;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
}
#menu.navbar-iet-header .header-banner-top{
    padding-right: 12px;

}
#menu.navbar-iet-header .header-autogestion .link-divider {
    border-right: solid 1px #564a4a;
    padding-right: 12px 
}
#menu.navbar-iet-header .login-trips-help {
    display: flex 
}
#menu.navbar-iet-header .header-autogestion-link {
    cursor: pointer;
    display: flex;
    align-items: baseline;
    position: relative;
    color: #222;
    font-size: 16px;
}
#menu.navbar-iet-header .header-product-item {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 0;
    min-width: 82px;
}
#menu.navbar-iet-header .header-list-products {
    display: flex 
}
#menu.navbar-iet-header .header-image-container {
    margin-right: 5px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    position: relative 
}
#menu.navbar-iet-header .header-autogestion-title {
    display: flex;
    margin-left: 5px 
}
#menu.navbar-iet-header .header-navigation {
 display: flex;
 align-items: center;
 justify-content: space-between;
 max-width: 1140px;
 margin: auto;
 margin-top: 10px;
 padding: 0;
 box-sizing: border-box;
 flex-direction: column;
 padding-right: 0;
}
#menu.navbar-iet-header .header-products-container {
    transition: opacity .2s;
    overflow-y: hidden;
    overflow-x: scroll;
    position: relative;
    width: 100% 
}
#menu.navbar-iet-header .header-corners-container {
    width: 100%;
    position: relative;
    overflow: hidden 
}
#menu.navbar-iet-header .header-autogestion-item,.navbar-iet-header .header-banner-top-link {
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center 
}
#menu.navbar-iet-header .header-banner-top-link i{
    font-size: 18px;
    margin-right: 15px;
}
#menu.navbar-iet-header .header-products-container {
    margin-bottom: -20px 
}
@media (min-width: 1281px) {
    #menu.navbar-iet-header:not(.-no-products) .header-iet-container:before {
        content: "";
        position: absolute;
        background-color: var(--yellow-color-iet);
        right: 0;
        height: 60px;
        width: calc((100% - 1140px) / 2);
        top: 0 
    }
}
@media (min-width: 1px) and (max-width: 767px) {
    .-eva-3-hide-medium-down,.-eva-3-hide-small {
        display:none !important 
    }
    #menu.navbar-iet-header .header-autogestion{
        padding: 0px;
        border-radius: 0;
    }
    #menu.navbar-iet-header .header-autogestion .link-divider {
        border: 0;
    }
    #menu.navbar-iet-header .header-container-general{
        flex-direction: column-reverse;
    }
    #menu.navbar-iet-header .header-logo-container .navbar-brand {
        height: 70px;
        margin-top: 10px;
    }
    #menu.navbar-iet-header .header-banner-top-phone {
        padding-left: 5px;
        margin-left: 0px;
        border-bottom-left-radius: 0;
        font-size: 11px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .-eva-3-hide-medium,.-eva-3-hide-medium-down,.-eva-3-hide-medium-up {
        display:none !important 
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .-eva-3-hide-large,.-eva-3-hide-medium-up {
        display:none !important 
    }
}
@media (min-width: 1024px) {
    .-eva-3-hide-large,.-eva-3-hide-medium-up {
        display:none !important 
    }
}
/* Slider Principal */

#slider {
    min-width: 100%;
    margin: 0;
    list-style: none;
}
#slider .item{
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
}
#slider .caixa-slider {
    width: 490px;
    height: 100%;
    background-color: var(--yellow-color-iet);
    border-right: 8px solid var(--green-color-iet);
    position: absolute;
}
@media(max-width: 768px){
    #slider .caixa-slider{
        width: 300px;
        right: 0px;
    }
    #slider .slider-titulo{
        font-size: 14px;
    }
    #slider .slider-line p{
        font-size: 12px;
    }
}
#slider .slider-line{
    margin-bottom: 5px;
}
#slider .slider-titulo {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}
#slider .slider-datas {
    font-size: 12px;
    font-weight: 500;
}
#slider .slider-local {
    font-size: 12px;
    font-weight: 600;
}
#slider .slider-line p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#slider .badge-black {
    background-color: #222222;
    padding: 3px 5px;
    font-size: 9px;
    font-weight: bold;
    color: var(--yellow-color-iet);
    border-radius: 10px;
}
#slider .media{
    align-items: center;
}
#slider .media .boarding{
    font-size: 12px;
    margin: 0;
}
#slider .slider-descricao {
    border-top: 1px dotted #222222;
    padding: 10px 0;
    border-bottom: 1px dotted #222222;
}
#slider .icon-pequeno {
    width: 25px;
    height: 25px;
}
#slider .slider-valores {
    margin-top: 10px;
}
#slider .slider-preco {
    font-size: 32px;
    line-height: 25px;
    letter-spacing: -2px;
    font-weight: bold;
    color: var(--green-color-iet);
}
#slider .slider-botao {
    margin-top: 35px;
    text-align: center;
}
#slider .slider-parcela {
   font-size: 14px;
   font-weight: 500;
   color: #222222;
}
#slider .slider-servicos {
    padding: 10px 0;
}
#slider .slider-servicos small{
    font-size: 14px;
    font-weight: 600;
    color: #222;
}
#slider .slider-servicos ul{
   list-style: none;
   margin-left: -10px;
   margin-top: 2px;
}
#slider .slider-servicos ul li {
    float: left;
}
#slider .slider-servicos ul li img{
    width: 30px;
}
#slider .caixa-slider .informacao {
    padding: 15px;
    color: #222;
}
#slider .caixa-slider .informacao .icon {
    font-size: 42px;
    float: left;
}
#slider .caixa-slider .informacao>.inf {
    position: relative;
    left: 10px;
}
#slider .caixa-slider .informacao .inf h5 {
    margin-left: 25px;
}
#slider .caixa-slider .informacao .inf h4 {
    margin-left: 25px;
    font-weight: bold;
}
#slider .caixa-slider .informacao .descricao {
    border-left: 4px solid var(--green-color-iet);
}
#slider .caixa-slider .informacao .descricao h5, .caixa-slider .informacao .descricao p {
    padding-left: 15px;
    word-wrap: break-word;
}
#slider .caixa-slider .informacao .valores .valor {
    width: 220px;
    float: left;
}
#slider .caixa-slider .informacao .valores .valor h2 {
    font-size: 42px;
    font-weight: bold;
}
#slider .caixa-slider .informacoa .valores .parcelamento {
    width: 210px;
    float: left;
    font-size: 18px;
}
#slider .caixa-slider .informacoa .valores .btn-comprar {
    margin-right: 25px;
    width: 100px;
    float: left;
    background-color: #000;
    color: #fff !important;
}
#slider .fa-icon-lg {
  font-size: 42px;
  margin-right: 7px;
  color: #222222;
}

#slider .btn-slider {
    text-transform: uppercase;
    color: var(--green-color-iet);
    border: 1px solid var(--green-color-iet);
    padding: 10px 30px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
}
#slider .btn-slider:hover {
    background-color: var(--green-color-iet);
    color: #fff;
    border: 1px solid var(--green-color-iet);
    text-decoration: none;
}

/* end fix */
#slider .owl-nav{
    margin: 0;
}
#slider .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

#slider .owl-nav i {
  font-size: 52px;
}

#slider .owl-nav .owl-prev {
  left: -30px;
}

#slider .owl-nav .owl-next {
  right: -30px;
}
#slider .owl-dots{
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px 30px;
}
#slider .owl-dots .owl-dot span{
    width: 40px;
    height: 15px;
}

/* Section Home */

.welcome-home {
    padding: 50px 0px 0px 0px;
}
.welcome-home .more {
    border-bottom: 4px solid #FF9800;
    font-size: 16px;
    font-weight: bold;
}
.welcome-home a.more, .welcome-home a.more:hover {
    color: #000000;
}

/* CATEGORIAS */
.categories {
    visibility: hidden;
}
.categories .categorias {
    margin: 0;
    padding-bottom: 30px;
}
.categories .item {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.categories .item a {
    color: #000000;
}
.categories .item a:hover {
    text-decoration: none;
}
.categories .collection-img-wrapper {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 0px;
    margin-bottom: 8px;
    border-radius: 100%;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    box-shadow: 0 17px 24px -15px rgba(0, 0, 0, .3);
    -webkit-transition: all 600ms cubic-bezier(.19, 1, .22, 1);
    transition: all 600ms cubic-bezier(.19, 1, .22, 1);
}
.categories .collection-img-wrapper:hover {
    background-size: 130px;
}
.categories .collection-title {
    text-align: center;
    font-size: 14px;
    line-height: 130%;
}
@media (max-width: 320px){
    .categories .collection-img-wrapper{
        width: 90px;
        height: 90px;
    }
    .categories .collection-title {
        height: 30px;
    }
}
.categories .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 18px;
}
.categories .owl-prev {
    float: left;
    padding-right: 10px;
    color: var(--yellow-color-iet);
}
.categories .owl-next {
    float: right;
    color: var(--green-color-iet);
}
.categories .item blockquote {
    border-left: none;
    margin: 0;
}
.categories .item blockquote img {
    margin-bottom: 10px;
}
.categories .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/* SECTION CATEGORIA  */
#categoria .capa {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    background: #222;
}
#categoria .collection-img-wrapper {
    bottom: -40px;
    float: left;
    width: 150px;
    height: 150px;
    background-size: contain;
}
#categoria .collection-title {
    bottom: -40px;
    left: 20px;
    position: relative;
    color: #fff;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
}
#categoria .collection-paragrap {
    color: #fff;
    margin: 45px 170px;
    width: 100%;
}
#categoria .bg-wrapper {
    position: absolute;
    margin: -250px auto;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 240px;
    background-color: #000;
}
#categoria .bg-collection {
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
@media (max-width:1024px) {
    #categoria .collection-img-wrapper {
        position: relative;
        width: 130px;
        height: 130px;
        margin-right: 20px;
    }
    #categoria .collection-paragrap {
        width: 70%;
    }
}
@media (max-width:425px) {
    #categoria .collection-img-wrapper {
        width: 80px;
        height: 80px;
        top: 0;
    }
    #categoria .collection-title {
     bottom: 0px;
     left: 0px;
     font-size: 22px;
 }
 #categoria .collection-paragrap {
     margin: 0px 100px;
     font-size: 12px;
 }
}

/* DEPOIMENTOS */
#depoimentos {
    background-image: url(../images/depoimentos.jpg);
    color: #f7f7f7;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#depoimentos h2 {
    margin: 45px 0px;
}
#depoimentos p {
    font-size: 22px;
}
#depoimentos .img-circle {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    border: 6px solid var(--yellow-color-iet);
}
#depoimentos .profile {
    font-size: 28px;
}
#depoimentos .carousel-inner {
    margin-top: -150px;
}
#depoimentos .carousel-item {
    margin-top: 150px;
}
#depoimentos #quote-depoimentos {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

#depoimentos #quote-depoimentos .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

##depoimentos  #quote-depoimentos .carousel-control.left {
    left: -12px;
}
#depoimentos #quote-depoimentos .carousel-control.right {
    right: -12px !important;
}

#depoimentos #quote-depoimentos .carousel-indicators li {
    background: #c0c0c0;
}
#depoimentos #quote-depoimentos .carousel-indicators .active {
    background: #333333;
}
@media (max-width: 1024px){
    #depoimentos p {
        font-size: 16px;
    }
    #depoimentos .img-circle {
        width: 160px;
        height: 160px;
    }
    #depoimentos .profile {
        font-size: 16px;
    }
}
@media (max-width: 425px){
    #depoimentos p {
        font-size: 14px;
        text-align: center;
    }
    #depoimentos .img-circle {
        width: 140px;
        height: 140px;
    }
    #depoimentos .profile {
        font-size: 12px;
        text-align: center;
    }
    #depoimentos #quote-depoimentos {
        padding: 0 20px 50px 10px;
    }
}

@media (max-width: 768px){
    .roll-loop{
     flex-wrap: nowrap !important;
     overflow-x: scroll;
     margin-bottom: 20px;
     scroll-snap-type: x mandatory;
     scroll-snap-align: center;
 }
 .roll-loop a{
     scroll-snap-align: center;
 }
}

/* CARDS EVENTOS */

.card-events .event-body{
    background: #fafafa;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 16%);
    border-radius: 10px;
}
.card-events .event-link{
    color: #000;
}
.card-events .event-link:hover{
    text-decoration: none;
}
.card-events .event-body:hover{
    text-decoration: none;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
.card-events .event-image{
    width: 100%;
    height: 250px;
    border-radius: 10px 10px 0 0;
}
.card-events .event-month {
    padding: 5px 20px;
    background: var(--yellow-color-iet);
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 28px;
    top: 235px;
    border-radius: 30px;
    font-size: 14px;
}
.card-events .event-info{
    margin: 25px 20px;
}
.card-events .event-info .event-title {
    font-size: 22px;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-events .event-description{
    font-size: 14px;
    letter-spacing: .05px;
    line-height: 20px;
    margin-top: 8px;
    color: #666666;
}
.card-events .event-info p{
    margin: 0px;
    font-size: 14px;
}
.card-events .event-info .event-price {
    font-size: 29px;
    margin: 0px 0 20px auto;
    font-weight: bold;
}
.card-events .event-info .event-price small{
 font-size: 12px;
 color: #4a4a4a;
}
.card-events .event-info .btn{
    margin: 10px auto;
    width: 100%;
    font-weight: bold;
}
.card-events .tarja {
    position: absolute;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px 0px 10px 0px;
    top: 0;
}
.card-events .calendar-box{
    position: absolute;
    top: 220px;
    right: 20px;
}
.card-events .calendar-box {
    background: #ffffff;
    color: #666666;
    width: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 0;
    float: left;
}
.card-events .calendar-month {
    display: block;
    background: var(--yellow-color-iet);
    font-size: 10px;
    line-height: 8px;
    font-weight: bold;
    padding: 5px 0;
    margin: 0px 0 0 0;
    text-transform: uppercase;
    color: #222;
    border-top: 1px solid var(--yellow-color-iet);
}
.card-events .calendar-day {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ddd;
    font-weight: 300;
    font-size: 26px;
    line-height: 31px;
}

/* SOCIAL */

#social {
    background: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 20px;
}
#social h2 {
    font-size: 26px;
    margin: 40px 0;
}
#social p {
    padding-bottom: 20px;
}

/* FORM CONTATO  */
#contato {
    padding: 60px 0;
}
#contato h2 {
 margin-bottom: 40px;
}
#contato input {
    margin-bottom: 15px;
}

/* Footer Rodape */

footer {
    padding: 45px 0;
    background: rgb(34, 34, 34)
}
@media (max-width: 768px) {
    footer {
        padding: 35px 0;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 1170px) {
    footer {
        padding: 35px 0;
        margin-top: 40px;
    }
}
footer .logo {
    width: 50%;
    font-size: 28px;
    line-height: 22px;
    font-weight: 600;
    color: #FFF;
}
footer .logo span {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 100;
    color: #9dde42;
    display: block;
}
footer p {
    margin: 15px 0 25px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #dbdbdb;
}
@media (max-width: 767px) {
    footer p {
        margin: 15px 0;
    }
}
footer a.footer-social {
    width: 36px;
    height: 36px;
    line-height: 20px;
    margin: 6px 5px 15px 0;
    background: #FFF;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}
footer a.footer-social i {
    font-size: 22px;
    line-height: 36px;
    color: #252525;
}
footer a.footer-social:hover, footer a.footer-social:focus {
    background: #ffc100;
}
footer a.footer-social:hover i, footer a.footer-social:focus i {
    color: #FFF;
}
@media (min-width: 768px) and (max-width: 1170px) {
    footer form {
        text-align: center;
    }
}
footer form label {
    line-height: 30px;
    font-size: 13px;
    color: #FFF;
}
@media (max-width: 767px) {
    footer form label {
        line-height: 0px;
        margin-bottom: 20px;
    }
}
footer form label img {
    margin: 5px 5px 10px 0;
}
footer form label span {
    margin-left: 5px;
    color: var(--yellow-color-iet);
}
footer form input.news-email {
    width: 608px;
    height: 44px;
    background: #ffffff17;
    border: 1px solid #ffffff17;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
}
footer form input.news-email ::-webkit-input-placeholder, footer form input.news-email ::-moz-placeholder, footer form input.news-email ::-moz-placeholder, footer form input.news-email :-ms-input-placeholder, footer form input.news-email :-moz-placeholder {
    color: #ffffff !important;
}
@media (max-width: 767px) {
    footer form input.news-email {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1170px) {
    footer form input.news-email {
        width: 80%;
    }
}
footer form button[type="submit"] {
    height: 44px;
    background: var(--green-color-iet);
    border: none;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}
footer form button[type="submit"]:hover {
    background: var(--green-color-iet);
    color: #FFF;
}
@media (max-width: 767px) {
    footer form button[type="submit"] {
        width: 100%;
    }
}
footer ul {
    margin: 15px 0;
    border: 1px solid #7c7c7c;
    border-left: none;
    border-right: none;
    display: block;
}
footer ul li {
    padding: 0;
}
footer ul li .w-100{

}
@media (max-width: 767px) {
    footer ul li {
        width: 33%;
    }
    footer ul li.w-100px{
        width: 100%;
    }
}
footer ul li a {
    padding: 15px 24px 15px 23px;
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    background: var(--green-color-iet);
    margin: 5px;
    border-radius: 5px;
}
@media (max-width: 767px) {
    footer ul li a {
        padding: 15px 0px;
        font-size: 11px;
    }
}
@media (max-width: 320px) {
    footer ul li a {
        padding: 15px 0px;
        font-size: 8px;
    }
}
@media (min-width: 768px) and (max-width: 1170px) {
    footer ul li a {
        padding: 15px 7px;
        font-size: 11px;
    }
}
footer ul li a:hover {
    background: var(--green-color-iet);
    color: #FFF;
}
footer .forma-de-pagamento {
    font-size: 11px;
    color: #ffc100;
}
footer .forma-de-pagamento img {
    margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1170px) {
    footer .forma-de-pagamento img {
        width: 100%;
    }
}
footer .contatos {
    font-size: 15px;
    line-height: 28px;
    color: #FFF;
}
footer .contatos i {
    font-size: 20px;
    color: #ffc100;
    vertical-align: text-top;
}
footer .contatos span.verde {
    color: #7eba2a;
}
@media (max-width: 767px) {
    footer .contatos {
        margin-top: 30px;
        text-align: center !important;
    }
}
@media (min-width: 768px) and (max-width: 1170px) {
    footer .contatos {
        font-size: 11px;
        line-height: 19px;
    }
    footer .contatos i {
        font-size: 14px;
    }
}


/* PAGE EXCURSÃO */
#excursoes img, #pacotes img, #saida-regular img{
    width: 100%;
    max-height: 450px;
}
#page-evento .capa {
    width: 100%;
    height: auto;
    border-bottom: 7px solid var(--yellow-color-iet);
}
#page-evento .content {
    padding-top: 20px;
    background: #ffffff;
    border: 1px solid #ebebeb;
}
#page-evento .owl-theme .owl-nav [class*=owl-] {
    background: var(--yellow-color-iet) !important;
}
#page-evento .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--green-color-iet) !important;
}
#page-evento h1 {
    font-size: 32px;
    font-weight: bold;
    color: #222;
}
#page-evento .title {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
    font-weight: 900;
}

#page-evento .icon {
    color: var(--green-color-iet);
}

#page-evento .espaco {
    margin: 15px auto;
}
#page-evento .box-element {
    background-color: var(--green-color-iet)36;
    color: var(--green-color-iet);
    border-radius: 20px;
}
#page-evento .box-element-saidas {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 240px;
    padding: 20px;
    font-weight: bold;
}
#page-evento .box-element-saidas .ponto-datahora {
    color: #4a4949;
    font-size: 18px;
}
#page-evento .box-element-saidas .ponto-local {
    font-size: 22px;
}
#page-evento .box-element-saidas .ponto-descricao {
    font-size: 12px;
    color: #585858;
    font-weight: 500;
}
#page-evento .evento-box-warning {
    background: var(--yellow-color-iet);
    padding: 30px;
}
#page-evento .evento-box-warning .flex-ajuste{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
@media (max-width: 425px){
    #page-evento .evento-box-warning .flex-ajuste{
        flex-direction: column;
    }
    #page-evento .evento-box-warning .flex-ajuste a{
        margin-right: 0 !important;
    }
}
#page-evento .evento-box-black {
    background: #222222;
    padding: 30px;
    color: #fff;
}
#page-evento .inclusos ul li {
    font-weight: 500;
    text-align: left;
    color: #585858;
    line-height: 35px;
    margin-left: 15px;
    list-style: none;
    float: left;
    width: 190px;
    margin-bottom: 10px;
}
#page-evento .inclusos ul li img {
    width: 32px;
    float: left;
    margin-right: 5px;
    background: #d0e1d7;
    padding: 5px;
    border-radius: 30px;
}
#page-evento .inclusos ul li .info {
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
}
#page-evento .inclusos .alert-servicos {
    background: #1616164f;
    padding: 15px;
    border-radius: 10px;
}
#page-evento .form-control-xl {
    height: 77px;
    background: #484848;
    border: 1px solid #4e4e4e;
    color: #fff;
}
#page-evento .btn-dark {
    color: #fff;
    background-color: #484848;
    border-color: #4e4e4e;
}
#page-evento .indio-img {
    width: 200px;
    float: left;
}
#page-evento .timeline {
    position: relative;
    margin-top: 4px;
    margin-bottom: 30px;
    margin-left: 10px;
}
#page-evento .timeline .line {
    position: absolute;
    width: 2px;
    display: block;
    background: currentColor;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
    background-color: var(--green-color-iet) !important;
}
#page-evento .timeline .separator {
    border-top: 1px solid currentColor;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: .9em;
    margin-left: 30px;
}
#page-evento .timeline .line::before {
    top: -4px;
}
#page-evento .timeline .line::after {
    bottom: -4px;
}
#page-evento .timeline .line::before, #page-evento .timeline .line::after {
    content: '';
    position: absolute;
    left: -4px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background-color: var(--green-color-iet) !important;
}
#page-evento .timeline .panel {
    position: relative;
    margin: 0px 0px 20px 70px;
    clear: both;
}
#page-evento .timeline .panel::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: '';
    width: 0px;
    height: 0px;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#page-evento .timeline .panel .panel-heading.icon * {
    font-size: 20px;
    vertical-align: middle;
    line-height: 40px;
}
#page-evento .timeline .panel .panel-heading.icon {
    position: absolute;
    top: 10px;
    left: -70px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
}
#page-evento .timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}
#page-evento .timeline .panel-outline .panel-body {
    padding: 20px 0px 0px 0px;
}
#page-evento .timeline .panel-outline .panel-heading:not(.icon), #page-evento .timeline .panel-outline .panel-footer {
    display: none;
}
#page-evento .timeline .tipo {
    font-size: 25px;
    font-weight: 400;
}
#page-evento .hospedagem .owl-nav, #page-evento .transporte .owl-nav{
    position: absolute;
    right: 0px;
    top: -60px;
}

#page-evento .box-consultor-detalhes{
    display: flex!important;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
}
#page-evento .box-consultor-detalhes .btn{
    margin: 60px 10px;
}
#page-evento .box-consultor-detalhes .btn-warning {
    color: #212529;
    background-color: var(--yellow-color-iet);
    border-color: var(--yellow-color-iet);
    font-weight: bold;
}
#page-evento .box-consultor-detalhes .btn-success {
    color: #ffffff;
    background-color: var(--green-color-iet);
    border-color: var(--green-color-iet);
    font-weight: bold;
}
@media (max-width: 800px){
    #page-evento .box-consultor-detalhes {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #page-evento .box-consultor-detalhes .btn {
        margin: 10px 0px;
    }
}

#page-evento .atrativos h6{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #383838;
    color: var(--yellow-color-iet);
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}

#page-evento .atrativos .owl-nav {
    position: absolute;
    right: 0px;
    top: -10px;
}
#page-evento .atrativos .owl-theme .owl-nav [class*=owl-] {
    background: var(--yellow-color-iet) !important;
}

/* Evento Detalhes  */
#evento_detalhes_importantes ul li{
    list-style: none;
    margin: 25px auto;
}
#evento_detalhes_importantes ul li a:hover{
    text-decoration: none;
}
#evento_detalhes_importantes ul li a:before {
    width: 20px;
    height: 20px;
    content: "\f0da";
    background: #333333;
    border-radius: 100%;
    vertical-align: bottom;
    padding: 4px 5px;
    line-height: 17px;
    margin-right: 5px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 8px;
    color: #FFF;
}
#evento_detalhes_importantes ul li a span{
    background: var(--green-color-iet);
    color: #fff;
    padding: 10px;
}
#evento_detalhes_importantes .page_detalhes_importantes {
    overflow-y: scroll;
    height: 360px;
    background: #222;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #000;
    box-shadow: 1px 1px 5px #000;
}


/* CARRINHO TICKET */
.ticket {
    background: #e0e0e040;
    border: 0;
}
@media (min-width: 996px) {
    .ticket-position {
        position: relative;
        bottom: 67px;
        border-radius: 50px;
    }
}
.ticket-header {
    background: var(--yellow-color-iet);
    color: #222;
    padding: 10px;
    border: 1px solid var(--yellow-color-iet);
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
    font-weight: 600;
}
.ticket-border {
    width: 100%;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-top: 0;
}
.ticket .table td{
    border-top: 1px solid var(--yellow-color-iet);
}
.ticket .table td.fix-lote {
    background: var(--yellow-color-iet);
}
.up-effect {
    animation: upAnimation 0.5s ease-in-out infinite alternate;
}
@keyframes upAnimation {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-5px);
    }
}
.ticket .table tbody+tbody {
    border-top: 1px solid #dee2e6;
}
.ticket .table td, .table th {
    padding-bottom: 10px !important;
}
.ticket .form-discount {
    display: none;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    padding: 5px 40px;
}
.ticket .form-discount input {
    margin: 5px 0px;
    margin-right: 5px;
}

.ticket .pacote-lote{
    text-transform: uppercase;
    width: 125px;
    height: 25px;
    transform: rotate(270deg);
    font-size: 14px;
    font-weight: bold;
    color: #2e2e2e;
    margin: 37px -62px;
    text-align: center;
    border-right: 1px solid var(--yellow-color-iet);
    border-bottom: 1px dashed #fff;
}
.ticket .pacote-name{
    font-size: 14px;
    font-weight: bold;
}
.ticket .pacote-persons{
    color: #f44336;
    white-space: nowrap;
}
.ticket .pacote-price{
    color: var(--green-color-iet);
    font-size: 18px;
}
.ticket .pacote-card{
    font-size: 14px;
    color: #424242;
}
.ticket .pacote-salend{
    font-size: 12px;
    color: #6a6a6a;
    font-style: italic;
}
.ticket .pacote-icon-info{
    cursor:pointer;
    font-size:14px;
    color: #2196f3;
}
.ticket .form-discount label{
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
}
.ticket .form-discount input {
    border: 1px dashed #080808;
    text-transform: uppercase;
}
.ticket .form-discount .input-promo-code-added{
    display: none;
    justify-content: space-between;
    align-items: center;
    border: 1px dashed var(--green-color-iet);
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    background: var(--green-color-iet)0a;
}
.ticket .form-discount .input-promo-code-added .icon{
    font-size: 32px;
    color: var(--green-color-iet);
}
.ticket .form-discount .input-promo-code-added .code{
    margin-left: -50px;
}
.ticket .form-discount .input-promo-code-added small{
    color: #505050;
}
.ticket .form-discount .input-promo-code-added a{
    font-weight: bold;
}

.ticket .qty-input {
    color: var(--black);
    background: var(--white);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.ticket .qty-input .product-qty,
.ticket .qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 1.5rem;
    line-height: 1;
}
.ticket .qty-input .product-qty:focus,
.ticket .qty-input .qty-count:focus {
    outline: none;
}
.ticket .qty-input .product-qty {
    width: 25px;
    font-size: 14px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    appearance: textfield;
}
.ticket .qty-input .product-qty::-webkit-outer-spin-button,
.ticket .qty-input .product-qty::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}
.ticket .qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 1.3rem;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}

.ticket .qty-input .qty-count:before,
.ticket .qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: var(--black);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ticket .qty-input .qty-count--minus {
    border-right: 1px solid var(--smoke);
}

.ticket .qty-input .qty-count--add {
    border-left: 1px solid var(--smoke);
}

.ticket .qty-input .qty-count--add:after {
    transform: rotate(90deg);
}

.ticket .qty-input .qty-count:disabled {
    color: var(--gray);
    background: var(--disable);
    cursor: not-allowed;
    border-color: transparent;
}

.ticket .qty-input .qty-count:disabled:before,
.ticket .qty-input .qty-count:disabled:after {
    background: var(--gray);
}

.ticket .qty-input {
    border-radius: 4px;
    box-shadow: 0 1em 2em -0.9em rgba(var(--black), 0.7);
    transform: scale(1.2);
    position: relative;
    top: 40px;
    right: 20px;
}
.ticket .btn-price, .ticket .form-control:disabled {
    background: var(--green-color-iet);
    color: #fff;
    border: 0;
    text-transform: uppercase;
}
.ticket .btn-price:hover {
    background: var(--green-color-iet);
    color: #fff;
}
.ticket .btn-aplicar {
    background: #333;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    margin: 5px 0px;
}

/* NÍVEIS */
.event-bloco-roteiro .niveis {
    background: url('../images/sprit-niveis-new.png') no-repeat;
    list-style: none;
    height: 40px;
    background-size: 250px;
}
.event-bloco {
    background: #f8f8f8;
    padding: 5px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #ddd;
}
.event-bloco .niveis {
    background: url('../images/sprit-niveis-new.png') no-repeat;
    list-style: none;
    height: 40px;
    background-size: 250px;
    width: 250px;
}
.turistico {
    background-position: 0 -2px !important;
}
.leve {
    background-position: 0 -42px !important;
}
.moderado {
    background-position: 0px -84px !important;
}
.intenso {
    background-position: 0px -125px !important;
}
.extremo {
    background-position: 0px -167px !important;
}
.radical {
    background-position: 0px -210px !important;
}
.event-nivel {
    font-size: 12px;
    text-align: center;
    border-top: 0;
}
.event-niveis {
    width: 250px;
    border-bottom: 1px dotted #d3d3d3;
}

/* BOXES TIME */
.boxes-time .card-title {
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 10px;
}
.boxes-time .card-body {
    background-color: #f8f8f8;
}
.boxes-time .text-aviso {
    font-size: 14px;
    text-align: center;
    color: #949494;
}

/* PAGE EVENTO CLASS */
.page-evento .capa{
    width: 100%;
    max-height: 375px;
}
.page-evento .card{
    text-decoration: none;
}
.page-evento .card .card-header{
    padding: 0;
}
.page-evento .card .card-header .thumbnail{
    width: 100%;
    height: 250px;
}
.page-evento .card .card-header h3{
    background: #222;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin: 0;
    height: 60px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.page-evento .card .card-header .icon{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #222;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.page-evento .card .card-header .icon i{
    color: #fec100;
    font-size: 16px;
}
.page-evento .card .card-body{
    margin-bottom: 10px;
    color: #000;
}
.
.page-evento .fa-icon{
    font-size: 22px; class="mb-2"
}
.page-evento .badge-alert{
    position: absolute;
    top: 0;
    background: var(--green-color-iet);
    color: #fec100;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 0px 10px 10px 0px;
}
.badge-iet-success{
    color: #fff;
    background-color: var(--green-color-iet);
}
.badge-iet-warning{
    color: #212529;
    background-color: #ffc100;
}
.badge-iet-dark{
    color: #fff;
    background-color: #222222;
}
.btn-iet-warning {
    color: #ffff;
    background-color: var(--yellow-color-iet);
    border-color: var(--yellow-color-iet);
}
.h-price-obs {
    color: #3a3a3a;
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
}
.h-price-value {
    color: #217245;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
}
.box-title{
    background: #222;
    margin: 35px auto;
    padding: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.box-title small{
    font-size: 14px;
}
@media (max-width: 425px){
    .box-title{
        padding: 20px;
    }
}

/* Saídas Regulares */
#page-evento.saida-regular .capa {
    border-bottom: 7px solid var(--green-color-iet);
}
#page-evento.saida-regular .ticket-header{
    background: var(--green-color-iet);
    color: #fff;
    width: 100%;
    padding: 10px;
    border: 1px solid var(--green-color-iet);
}
#page-evento.saida-regular .boxes-time-green .card-body {
    background-color: var(--green-color-iet);
    border: 1px solid var(--green-color-iet);
    color: #fafafa;
}

#page-evento.saida-regular .operador{
    display: flex;
    justify-content: flex-start;
}
#page-evento.saida-regular .operador .logotipo{
    width: 200px;
    height: 120px;
    background: #f8f8f8;
    padding: 35px 20px;
    border: 1px dashed var(--green-color-iet);
}
#page-evento.saida-regular .operador .logotipo img{
    width: 100%;
}
#page-evento.saida-regular .operador .informacoes{
    margin-left: 10px;
}
#page-evento.saida-regular .operador .informacoes ul li{
    list-style: none;
}

#page-evento.saida-regular .box-element-line {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
}
#page-evento.saida-regular .placeholder {
    background-color: #eee;
    width: 100px;
    height: 100px;
}

/* Checkout Portal Login*/

#form_portal_login {}
#form_portal_login .login-sec {
    padding: 0;
    margin: 0;
}
#form_portal_login .login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 20px;
    font-size: 13px;
    text-align: center;
}
#form_portal_login .login-sec .copy-text i {
    color: #FEB58A;
}
#form_portal_login .login-sec .copy-text a {
    color: #E36262;
}
#form_portal_login .login-sec h4 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}
#form_portal_login .login-sec h4:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #ffc100;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto
}
#form_portal_login .btn-login {
    width: 70%;
    display: initial;
    background: #090600;
    color: #fff;
}
#form_portal_login .register {
    margin-top: 60px;
    text-align: center
}
#form_portal_login .barra_verde {
    background: var(--green-color-iet);
    color: #fff;
    padding: 20px;
    margin: 20px 0;
    font-size: 18px;
    text-align: center;
}
#form_portal_login form {
    margin: 20px 30px;
}
#form_portal_login .barra_amarela {
    background: var(--yellow-color-iet);
    padding: 10px;
    text-align: center;
    font-size: 18px;
}
#form_portal_login .barra_amarela span a {
    color: var(--green-color-iet);
    font-weight: bold;
}

/* Checkout Cronometro Compra */

.checkout-timer {
    border: 2px solid #ffc100;
    width: 80vw;
    max-width: 420px;
    margin: 30px auto;
    padding: 10px;
    border-radius: 8px;
    background-color: rgb(255 193 0 / 16%);
    display: flex;
    align-items: center;
}
.checkout-timer__message {
    margin-left: 15px;
    color: rgba(0, 0, 0, .8);
}

/* CHECKOUT COMPLETE */
#checkout .checkout-etapas {
    background: #fff;
    border: 1px solid var(--yellow-color-iet);
}
#checkout .checkout-etapa-step {
    background: var(--yellow-color-iet);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    padding-top: 7px;
    color: var(--green-color-iet);
    margin: 20px auto 10px;
}
#checkout .checkout-etapa-step.active {
    background: var(--green-color-iet);
    color: #fff;
}
#checkout .checkout-etapa-nome {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: var(--green-color-iet);
}
#checkout .checkout-etapa-central {
    border-left: 1px dashed var(--yellow-color-iet);
    border-right: 1px dashed var(--yellow-color-iet);
}
#checkout .checkout-nav {
    background: #fff;
    border: 1px solid var(--yellow-color-iet);
    border-top: 0;
    padding: 10px;
    margin-bottom: 15px;
}
#checkout .checkout-nav .checkout-nav-back {
    color: var(--yellow-color-iet);
}
#checkout .checkout-nav .checkout-nav-foward {
    text-align: right;
    border-left: 1px dashed var(--yellow-color-iet);
    color: var(--yellow-color-iet);
}
#checkout .checkout-etapa-desktop{
  display: block;
}
#checkout .checkout-etapa-mobile{
    display: none;
}
@media (max-width: 500px) {
    #checkout .checkout-etapa-mobile{
        display: block;
    }
    #checkout .checkout-etapa-desktop{
        display: none;
    }
}

#checkout .card-header {
    background: var(--yellow-color-iet);
    color: #222;
    font-size: 16px;
    font-weight: bold;
}
#checkout .card-body {
    background-color: #fff;
    border: 1px dashed var(--yellow-color-iet);
    border-top: 0;
}
#checkout .payments li {
    display: block;
    float: left;
}
#checkout .payments li input[type=radio] {
    position: absolute;
    visibility: hidden;
}
#checkout .payments li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 20px 0px 25px 35px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    background: #f1f1f1;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
}
#checkout .payments li label.active {
    background: var(--yellow-color-iet);
    border: 1px solid var(--yellow-color-iet);
}
#checkout .payments li .selected {
 position: absolute;
 z-index: 10;
 background: var(--green-color-iet);
 color: #fff;
 top: -15px;
 font-size: 14px;
 font-weight: bold;
 padding: 5px;
 left: -1px;
 width: 100.4%;
 text-align: center;
 border-radius: 10px 10px 0px 0px;
 text-transform: uppercase;
}
#checkout .payments li .check {
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 30px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
#checkout .payments li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
#checkout .payments input[type=radio]:checked~.check {
    border: 5px solid var(--yellow-color-iet);
}
#checkout .payments input[type=radio]:checked~.check::before {
    background: var(--yellow-color-iet);
}
#checkout .payments input[type=radio]:checked~label {
    color: var(--yellow-color-iet);
}
#checkout .payments li p {
    font-size: 13px;
    margin: 0;
}
#checkout .form-group {
    margin: 0;
}

#checkout .checkout-intermediario-descricao {
    font-size: 0.8rem;
    border: 1px solid #ebebeb;
    background: #f1f1f1;
    padding: 10px;
    margin-top: 10px;
}
#checkout .checkout-intermediario-descricao ul {
    padding-left: 15px;
}
#checkout .checkout-forma-payment {
    background: var(--green-color-iet);
    padding: 12px;
    color: #ffffff;
    margin-bottom: 10px;
}
#checkout .checkout-required {
    color: red
}
#checkout form row {
    margin: 0;
}
#checkout label {
    font-size: 0.8rem;
}
#checkout input {
    border-radius: 0;
}
#checkout-pessoal {
    border: 1px solid var(--yellow-color-iet);
    background: #fff;
}
#checkout-pessoal-titulo {
    background: var(--yellow-color-iet);
    padding: 12px;
    color: #333;
}
#checkout-fields-container {
    padding: 10px 0;
}
#checkout-fields-container .row {
    margin-bottom: 15px !important;
}
#checkout-financeiro-titulo {
    background: var(--yellow-color-iet);
    padding: 12px;
    color: #333;
    margin: 0;
}
#checkout-metodo {
    border: 1px solid var(--yellow-color-iet);
    margin-bottom: 15px;
}
#checkout-metodo-titulo {
    background: var(--yellow-color-iet);
    padding: 12px;
    color: #333;
}
#checkout-intermediario {
    padding: 12px;
    background: #fff;
}
#checkout-finalizar {
    border: 1px solid var(--yellow-color-iet);
    margin: 0;
    background: #fff;
}
#checkout-finalizar button {
    color: #fff;
    background-color: var(--green-color-iet);
    border-color: var(--green-color-iet);
    border-radius: 0;
}
.table-indio td {
    border: 1px solid var(--yellow-color-iet)61;
    background: #fff;
}
.thead-indio th {
    background: var(--green-color-iet);
    color: #fff;
    border: 1px solid var(--green-color-iet);
    border-bottom: 0;
    font-weight: 400;
}

/* Checkout status Payment */

#checkout-status .panel {
    border-radius: 0px !important;
    margin: 0 !important;
}
#checkout-status .empresa-dados {
    background: #9a9a9a26;
    padding: 15px;
    border: 1px dashed;
}
#checkout-status .empresa-dados .name {
    font-weight: bold;
}
#checkout-status .empresa-dados .name {
    font-size: 12px;
}
#checkout-status .info-gateway {
    background: #F44336;
    padding: 10px;
    color: #ffffff;
}
#checkout-status .status-pagamento i {
    float: left;
    line-height: 65px;
    margin-top: -14px;
}
#checkout-status .status-pagamento h4 {
    font-weight: 600;
    margin: 5px;
}
#checkout-status .status-pagamento p {
    font-size: 14px;
}
#checkout-status .status {
    background: #f5f5f5;
    padding: 45px;
    border: 1px solid #c7c7c7;
    border-top: 0;
    border-radius: 0;
}
#checkout-status h3 {
    font-size: 18px;
    font-weight: bold;
}
#checkout-status .info-compra label {
    font-size: 14px;
}
#checkout-status .btn-return {
    margin: 30px;
}
#checkout-status .space-line {
    line-height: 30px;
}
#checkout-status .pago {
    color: #009688;
}
#checkout-status .devolvido {
    color: #ff9800;
}
#checkout-status .cancelado {
    color: #F44336;
}
#checkout-status .centered {
    margin: 0 auto !important;
    float: none !important;
}
#checkout-status #checkout-obrigado {
    margin: 15px 0 0 0;
    border: 1px solid var(--yellow-color-iet);
}
#checkout-status #checkout-obrigado-texto {
    padding: 30px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
#checkout-status #checkout-obrigado-texto .confirm-final {
    text-align: center;
    margin-bottom: 25px;
    font-size: 22px;
    color: var(--green-color-iet);
}

#checkout-pix h4{
    font-weight: bold;
    font-size: 32px;
}
#checkout-pix h6{
    color: #2a2a2a;
    font-weight: 300;
}
#checkout-pix .qrcode{
    border: 1px solid #9d9d9d;
    width: 200px;
}
#checkout .box-contas{
    border: 1px solid var(--yellow-color-iet);
    border-radius: 10px;
    background: var(--yellow-color-iet)1a;
}
#checkout .box-conta-img{
    width: 100%;
    height: auto;
}

/* Cartão Layer */

.cc-container {
    position: relative;
    width: 300px;
    height: 190px;
    margin: 10px auto 40px auto;
    border-radius: calc(0.8rem);
    background: url(../images/cartao_300-min.png) center no-repeat;
    text-shadow: 1px 1px #000;
    color: #ebf7fc;
    z-index: 1;
}
.cc-name {
    width: 100%;
    left: 0;
    bottom: 10px;
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    font-weight: bold;
    font-size: 13px;
}
.cc-number {
    left: 20px;
    top: 100px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.cc-validation {
    left: 20px;
    bottom: 30px;
    font-size: 1rem;
}
.cc-validation p {
    margin: 0;
    padding: 0;
    line-height: 12px;
    font-size: 12px;
}
.cc-validation p {
    margin: 0;
    padding: 0;
    line-height: 1.2rem;
}
.cc-end-date {
    font-size: 1.2rem;
}
.cc-name, .cc-number, .cc-validation {
    z-index: 2;
    position: absolute;
}

/* CLIENTE ÁREA */

#cliente-login {
    width: 100%;
    padding: 50px 0
}
#cliente-login .container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);
}
#cliente-login .carousel-inner {
    border-radius: 0 10px 10px 0;
}
#cliente-login .carousel-caption {
    text-align: left;
    left: 5%;
}
#cliente-login .login-sec {
    padding: 50px 30px;
    position: relative;
}
#cliente-login .login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 20px;
    font-size: 13px;
    text-align: center;
}
#cliente-login .login-sec .copy-text i {
    color: #FEB58A;
}
#cliente-login .login-sec .copy-text a {
    color: #E36262;
}
#cliente-login .login-sec h2 {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 30px;
    color: #ffc100;
}
#cliente-login .login-sec h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #ffc100;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto
}
#cliente-login .btn-login {
    background: #ffc100;
    color: #fff;
    font-weight: 600;
}
#cliente-login .banner-text {
    width: 70%;
    position: absolute;
    bottom: -30px;
    padding-left: 20px;
}
#cliente-login .banner-text h2 {
    color: #ffffff;
    font-weight: 600;
    text-shadow: 2px 2px 5px #000;
}
#cliente-login .banner-text h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #FFF;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
}
#cliente-login .banner-text p {
    color: #fff;
    text-shadow: 2px 2px 10px #000;
}
#cliente-login .banner-sec {
    padding: 0px
}
#cliente-login .register {
    margin-top: 60px;
    text-align: center;
    border-top: 1px solid #ced4da;
    padding-top: 20px;
}
#cliente-login .img-fluid{
    width: 100%;
    height: 570px !important;
}

/* Registro Portal Cliente */

#cliente-login .wizard label {
    font-weight: bold;
}
#cliente-login .wizard input, #cliente-login .wizard select {
    height: 50px !important;
}
#cliente-login .wizard-steps-panel {
    position: relative;
    height: 4em;
}
#cliente-login .wizard-steps-panel .step-number {
    display: inline-block;
    text-align: center;
    font-size: 26px;
    position: relative;
}
#cliente-login .wizard-steps-panel .step-number .number {
    width: 1.7em;
    height: 1.7em;
    background-color: #dedede;
    color: #5a5a5a;
    margin-left: calc(50% - 1.7em / 2);
    border: 4px solid #dedede;
    border-radius: 1.7em;
}
#cliente-login .wizard-steps-panel .step-number.doing .number, #cliente-login .wizard-steps-panel .step-number.doing .number:after, #cliente-login .wizard-steps-panel .step-number.doing .number:before {
    background-color: var(--yellow-color-iet);
    border: 4px solid var(--yellow-color-iet);
    color: white;
}
#cliente-login .wizard-steps-panel .step-number.done .number, #cliente-login .wizard-steps-panel .step-number.done .number:after, #cliente-login .wizard-steps-panel .step-number.done .number:before {
    background-color: #79C447;
    border: 4px solid #79C447;
    color: white;
}
#cliente-login .wizard-steps-panel .step-number .number:before {
    content: ' ';
    position: absolute;
    border: 4px solid #dedede;
    border-radius: 4px;
    left: -4px;
    right: calc( 50% + 1.4em/2);
    top: calc( 1.4em / 2);
}
#cliente-login .wizard-steps-panel .step-number .number:after {
    content: ' ';
    position: absolute;
    border: 4px solid #dedede;
    border-radius: 4px;
    left: calc( 50% + 1.4em/2);
    right: -4px;
    top: calc( 1.4em / 2);
}
#cliente-login .wizard-steps-panel.steps-quantity-1 .step-number {
    width: 99%;
}
.wizard-steps-panel.steps-quantity-2 .step-number {
    width: 49%;
}
#cliente-login .wizard-steps-panel.steps-quantity-3 .step-number {
    width: 32%;
}
#cliente-login .wizard-steps-panel.steps-quantity-4 .step-number {
    width: 24%;
}
#cliente-login .wizard-steps-panel.steps-quantity-5 .step-number {
    width: 19%;
}
#cliente-login .wizard-steps-panel.steps-quantity-6 .step-number {
    width: 15%;
}
#cliente-login .wizard form h1 {
    font-weight: bold;
}
#cliente-login .wizard>.steps .current-info, .tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em;
}
#cliente-login .wizard>.content>.title, #cliente-login .tabcontrol>.content>.title {
    position: absolute;
    left: -999em;
}
#cliente-login .wizard>.steps {
    margin: 30px 0 20px;
}
#cliente-login .wizard ul {
    display: flex;
    justify-content: space-around;
}
#cliente-login .wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 30%;
}
#cliente-login .wizard>.steps>ul>li {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
#cliente-login .wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%;
}
#cliente-login .wizard>.steps a, #cliente-login .wizard>.steps a:hover, #cliente-login .wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#cliente-login .wizard>.steps .disabled a, #cliente-login .wizard>.steps .disabled a:hover, #cliente-login .wizard>.steps .disabled a:active {
    background: #dedede;
    border: 4px solid #dedede;
    color: #5a5a5a;
    cursor: default;
}
#cliente-login .wizard>.steps .current a, #cliente-login .wizard>.steps .current a:hover, #cliente-login .wizard>.steps .current a:active {
    background-color: var(--yellow-color-iet);
    border: 4px solid var(--yellow-color-iet);
    color: white;
    cursor: default;
}
#cliente-login .wizard>.steps .done a, #cliente-login .wizard>.steps .done a:hover, #cliente-login .wizard>.steps .done a:active {
    background: var(--green-color-iet);
    border: 4px solid var(--green-color-iet);
    color: #fff;
}
#cliente-login .wizard>.steps .error a, #cliente-login .wizard>.steps .error a:hover, #cliente-login .wizard>.steps .error a:active {
    background: #f44336;
    border: 4px solid #f44336;
    color: #fff;
}
#cliente-login .wizard.vertical>.content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}
#cliente-login .wizard>.content>.body {
    padding: 2.5%;
}
#cliente-login .wizard>.content>.body ul {
    list-style: disc !important;
}
#cliente-login .wizard>.content>.body ul>li {
    display: list-item;
}
#cliente-login .wizard>.content>.body>iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}
#cliente-login .wizard>.content>.body input {
    display: block;
    border: 1px solid #ccc;
}
#cliente-login .wizard>.content>.body input[type="checkbox"] {
    display: inline-block;
}
#cliente-login .wizard>.content>.body input.error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}
#cliente-login .wizard>.content>.body label {
    display: inline-block;
    margin-bottom: 0.5em;
}
#cliente-login .wizard>.content>.body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}
#cliente-login .wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}
#cliente-login .wizard.vertical>.actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}
#cliente-login .wizard>.actions>ul {
    display: flex;
    justify-content: flex-end;
}
#cliente-login .wizard>.actions>ul>li {
    margin: 0 0.5em;
}
#cliente-login .wizard.vertical>.actions>ul>li {
    margin: 0 0 0 1em;
}
#cliente-login .wizard>.actions a, .wizard>.actions a:hover, .wizard>.actions a:active {
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#cliente-login .wizard>.actions .disabled a, #cliente-login .wizard>.actions .disabled a:hover, #cliente-login .wizard>.actions .disabled a:active {
    background: #eee;
    color: #aaa;
}
#cliente-login .steps>ul>li>a, #cliente-login .actions li a {
    padding: 10px;
    text-decoration: none;
    margin: 1px;
    display: block;
    color: #777;
}
#cliente-login .steps>ul>li, #cliente-login .actions li {
    list-style: none;
}

/* Portal do Cliente */

#painel-cliente .card-footer {
    background-color: var(--yellow-color-iet);
    border-top: 1px solid var(--yellow-color-iet);
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
}
#painel-cliente a {
    color: #000000;
}
#painel-cliente .btn-primary {
    background-color: var(--yellow-color-iet);
    border-color: var(--yellow-color-iet);
    font-weight: bold;
}
#painel-cliente .page-item.active .page-link {
    background-color: #ffc100;
    border-color: var(--yellow-color-iet);
}
#painel-cliente .image_outer_container {
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    position: relative;
}
#painel-cliente .image_inner_container {
    border-radius: 50%;
    padding: 5px;
    background: #ffc100;
    background: -webkit-linear-gradient(to bottom, #ffc100, var(--green-color-iet), #ffc100);
    background: linear-gradient(to bottom, #ffc100, var(--green-color-iet), #ffc100);
}
#painel-cliente .image_inner_container img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 5px solid white;
}
#painel-cliente .image_outer_container .green_icon {
    background-color: #ffffff;
    position: absolute;
    right: 0px;
    bottom: 10px;
    height: 30px;
    width: 30px;
    border: 5px solid white;
    border-radius: 50%;
}
#painel-cliente .panel-image-preview {
    height: 270px;
    background-size: cover;
}
#painel-cliente .thumsnail-picture {
    display: none;
}
#painel-cliente .label-thumbsnail {
    cursor: pointer;
}

#loader .loader-demo-box {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000000a6;
    height: 100%;
    width: 100%;
    z-index: 99999;
    border: 0 !important;
}
#loader .loader-demo-box img{
    width: 25%;
    position: absolute;
    left: 35%;
    top: 35%;
}
.card-dashboard .card-body{
    color: #343a40;
}
@media screen and (max-width:1200px){
    .nav-tabs > li {width:100%;}
    .nav-tabs .nav-link{
        border: 1px solid #dee2e6;
    }
}

/* PÁGINA SOBRE */
#pagina-sobre h1 {
    font-weight: bold;
}
#pagina-sobre h2 {
    font-weight: bold;
}

/* PÁGINA NÍVEL */
#pagina-niveis h3 {
    background: #FFC000;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
#pagina-niveis .box-item {
    border-left: 1px solid var(--yellow-color-iet);
    border-right: 1px solid var(--yellow-color-iet);
    border-bottom: 1px solid var(--yellow-color-iet);
}

/* BLOG */
#blog-content .card-img {
    width: 100%;
    height: 200px;
}
#blog-content .card-img-overlay{
    height: 0;
}
#blog-content .card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}

.blog-post .box-post {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.blog-post .box-post:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    zoom: 1;
    opacity: .8;
    -moz-opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
    filter: alpha(opacity=80);
}
.blog-post .box-post a:link {
    color: #000000;
}
.blog-post .content img {
    height: 100% !important;
    width: 100% !important;
    position: relative;
}
.blog-post .card {
    border-radius: 10px;
}
.blog-post .author-box img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}
.blog-post .author-box .author-info {
    padding: 20px;
}
.blog-post .author-box .author-name {
    font-weight: 700;
    font-size: 18px;
}
.blog-post .author-box .author-bio {
    margin: 10px 0;
}
.blog-post .author-box .btn {
    color: #ffffff;
}
.blog-post .author-box .btn:hover {
    color: #ffffff;
}
.blog-post .author-box .btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}
.blog-post .author-box .btn-twitter {
    background-color: #00aced;
    border-color: #00aced;
}
.blog-post .author-box .btn-instagram {
    background-color: #517f4a;
    border-color: #517f4a;
}

/*----- Social Links -----*/

.social-nav {
    padding: 0;
    list-style: none;
    margin: -10px 0 0 -10px;
    padding-bottom: 90px;
}
.social-nav li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social-nav a {
    overflow: hidden;
    font-size: 26px;
    border-radius: 4px;
}
.social-nav a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}
.social-nav .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}
.social-nav .twitter:hover {
    color: #00ACED;
}
.social-nav .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}
.social-nav .facebook:hover {
    color: #3B579D;
}
.social-nav .google {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}
.social-nav .google:hover {
    color: #DD4A3A;
}
.social-nav .linkedin {
    background: #007BB6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}
.social-nav .linkedin:hover {
    color: #007BB6;
}
.social-nav .pinterest {
    background: #CB2026;
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}
.social-nav .pinterest:hover {
    color: #CB2026;
}
.social-nav .whatsapp {
    background: #4caf50;
    text-shadow: 0px 0px #4caf50, 1px 1px #4caf50, 2px 2px #4caf50, 3px 3px #4caf50, 4px 4px #4caf50, 5px 5px #4caf50, 6px 6px #4caf50, 7px 7px #4caf50, 8px 8px #4caf50, 9px 9px #4caf50, 10px 10px #4caf50, 11px 11px #4caf50, 12px 12px #4caf50, 13px 13px #4caf50, 14px 14px #4caf50, 15px 15px #4caf50, 16px 16px #4caf50, 17px 17px #4caf50, 18px 18px #4caf50, 19px 19px #4caf50, 20px 20px #4caf50, 21px 21px #4caf50, 22px 22px #4caf50, 23px 23px #4caf50, 24px 24px #4caf50, 25px 25px #4caf50, 26px 26px #4caf50, 27px 27px #4caf50, 28px 28px #4caf50, 29px 29px #4caf50, 30px 30px #4caf50;
}
.social-nav .whatsapp:hover {
    color: #4caf50;
}

/* Page Carreiras */

#trabalhe-conosco {
    background: #f9f9f9;
    padding-bottom: 30px;
}
#trabalhe-conosco nav {
    padding: 20px 0;
}
#trabalhe-conosco ol {
    background-color: #ffffff;
}
#trabalhe-conosco .form {
    background: var(--green-color-iet);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}


/* CSS Navbar Xpanel */

#xpanel-menu .sistema {
    font-size: 9px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 10px;
}
#xpanel-menu .sistema-producao {
    background: #36af81;
}
#xpanel-menu .sistema-sandbox {
    background: #f44336;
}