body{
    padding-top: 60px;
    height: 100%;
}

html{
    font-family: "Roboto", sans-serif;
}

.nubatic-navbar{
    background-color: #34495E !important;
    color: white;
    height: 64px;
}

.nubatic-logo{
    position: fixed !important;
    margin-top: 13px;
}



@media only screen and (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: 54px;
        right: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 50%;
        transition: all 0.3s ease;
        display: block;
        background-color: #34495e;
        height: 100vh;
    }
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-right: 50%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.show {
        right: 0;
    }
    
    
}


.text-white{
    color: #fff !important;
}


.card-action{
   background-color: #f3fbf9;
   line-height: 48px;
   padding: 20px;
   margin-left: 0px;
   margin-right: 0px;
}

.card-action a{
    color: #799a9c;
}

.deep-orange{
    background-color: #ab7a40 !important;
    color: white !important;
}

.brand-logo{
    z-index: 10;
}
.page-title{
    position: absolute;
    font-size: 20px;
}

#container-modules{
    font-size: 1.2rem;    font-weight: 300;
}



.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.form-row label{
    margin-top: 1.15em;
}
.form-row button{
    margin-left: auto;
    margin-top: 1em;
    float: right;
}
.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.pol_card {
    width: 96%;
    position: relative;
    margin: 0rem 5rem 1rem 2rem;
    text-align: justify;
    padding: 3rem;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card .card-image {
    position: relative;
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.card .card-content {
    line-height: 48px;
    padding: 20px;
}

a{
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}


.card .card-title {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    
}

.min-modules-list .card .card-title{
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.8rem;
}

.min-modules-list .card-content{
    height: 3rem;
    height: 90px;
}

.grey-text.text-darken-4 {
    color: #212121 !important;
}

.features-title {
    font-weight: 100;
    margin-bottom: 1%;
    line-height: 4.0rem;
    font-size: 3.56rem;
    margin-block-start: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.pol_title {
    font-weight: 500;
    margin-bottom: 1%;
    line-height: 4.0rem;
    font-size: 2rem;
    margin-block-start: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.pol_subtitle {
    font-weight: 500;
    margin-bottom: 1%;
    line-height: 4.0rem;
    font-size: 1.2rem;
    margin-block-start: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.nub-carousel{
    height: 400px !important; 
}

.nub-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080D15;
    opacity: .1;
}
.nub-carousel-inner .carousel-caption{
    padding-bottom: 60px;
}

.nub-carousel-inner .carousel-caption h5{
    font-size: 3rem;
    padding-bottom: 20px;
}
.nub-carousel-inner .carousel-caption p{
    font-size: 1.7rem;
   padding-bottom: 20px;
}
.nub-carousel-inner img{
    object-fit: cover;
    height: 400px;
}

.light-blue-text {
    color: #03a9f4 !important;
}

.icon-block {
    padding: 0 15px;
}

.icon-block h2{
    font-size: 3.56rem;
    line-height: 110%;
    margin: 1.78rem 0 1.424rem 0;
    
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.icon-block h4{
    font-weight: 400;
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
}

.icon-block h5{
    font-size: 1.7rem;
}

.flow-text {
    font-weight: 300;
}

.center{
    text-align: center;
}







/*

@media screen and (max-width: 601px){
    .panel {
        margin-left: 20px;
    }
    
    .sticky-footer {
        position: static;
        width: 100%;
    }
    
    .title-logo{
        position: fixed;
        right: 20px;
        left: auto;
    }
}

.page-title {
    left: 130px;
    right: auto;
    position: fixed;
    top: 0;
    font-size: 20px;
}

@media only screen and (min-width: 602px) {
    .title-logo{
        position: fixed;
        left: auto;
        right: 20px;
    }
}


@media only screen and (min-width: 992px) {
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    
    .about-container {
        display: flex;
        flex-direction: column;
    }
    
    .panel {
            margin-left: 10px;
    }
    
    .title-logo{
        position: fixed;
        left: 0;
        right: auto;
    }
}

*/

.panel-img{
    max-width:100%;
    max-height:100%;    
    margin-top: 1em;
    border: solid;
    border-color: #717e96;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em 0;
    padding: 3px;
}

#container-contact-send-error a{
    color: white;
    font-weight: bold;
}

#container-modules h1, 
#container-modules h2,
#container-modules h3,

#container-modules h5,
#container-modules h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 0;
}
#container-modules > p {
    padding: 0;
    margin: 0 0 30px 0;
}

#container-modules h3 {
    color: #333;
    font-weight: 700;
    font-size: 32px;
}

#container-modules .background {
    background-size: contain;
    margin-bottom: 10px;
    min-height: 300px;
}


.about-container .icon-box .icon {
    float: left;
    background: #fff;
    padding: 16px;
    border-radius: 50%;
    border: 2px solid #2dc997;
    width: 57px;
    height: 57px;
}

 .about-container .title {
    margin-left: 80px;
    margin-bottom: 5px;
    font-family: "Roboto";
    font-weight: 500;
    font-style: normal;
    color: #333;
    font-size: 1.45rem;
}

 .about-container .icon-box .icon i {
    color: #2dc997;
    font-size: 24px;
}
.about-container a{
    color: #528c95;
}

footer a{
    color: #c7f0c4;
}
.hide{
    display: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.blue-grey.darken-1 {
    background-color: #34495E !important;
}

.page-footer {
    margin-top: 5em;
    padding-top: 2em;
    padding-bottom: 3em;
    width: 100%;
}

.video-icon{
    text-align: center;
    font-size: 5rem;
    width: 100%;
    color: #18b3f0;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

 .about-container .description {
    margin-left: 80px;
    line-height: 24px;
    font-size: 16px;
}

.about-container .icon-box {
    background: #fff;
    background-size: cover;
    padding: 0 0 30px 0;
}


.table-country{

}
.table-visits{
    font-size: 1.3rem;
    text-align: center;
    border: solid;
    padding: 2em;
    margin: 0 2em 0 2em;
}

.table-visits-det{
    font-size: 1rem;
    text-align: center;
    border: solid;
    margin-top: 2em;
}

.visits-day{
    overflow-y: scroll;
    height: 250px;
}
.visits-country{
    overflow-y: scroll;
    height: 250px;
}

.visits-detail{
    overflow-y: scroll;
    height: 400px;
}

.row-pair{
    background: #e6f7ef;
}

.row-odd{
    background: #d6e7ec;
}

.information-msg a,.information-msg a:hover{
    color: #5ce2b8;
    font-weight: 500;
}

.information-msg{
    background-color: #124858;
    padding: 1rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border: solid 8px;
    border-color: #3277d2;
    color: white;
    font-weight: 400;
    font-size: 1.2rem;
    margin: 3rem 2rem 3rem 2rem;
}


.chat-container .error-msg {
    background-color: #e4b893;
    padding: 1rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border: solid 8px;
    border-color: #ab3f3f;
    color: darkred;
    font-weight: 400;
    font-size: 1.2rem;
    margin: 3rem 0 3rem 2rem;
}

.chat-wrapper {
    font: bold 11px/normal 'lucida grande', tahoma, verdana, arial, sans-serif;
    background: #d0dce8;
    padding: 20px;
    box-shadow: 2px 2px 2px 0px #00000017;
    width: 100%;
    height: 100%;
    position: fixed;
}

.chat-wrapper #message-box {
    width: 97%;
    display: inline-block;
    height: calc(100% - 9rem);
    background: #e3e8e7;
    box-shadow: inset 0px 0px 2px #00000017;
    overflow: auto;
    padding: 35px;
    font-size: 0.8rem;
}


.chat-wrapper {
  padding: 24px 20px;
}
.chat-wrapper .bubble {
  max-width: calc(90% - 60px);
  width: auto;
  height: auto;
  display: block;
  background: #f5f5f5;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #b9b0b0;
  position: relative;
  margin: 0 0 25px;
}
.chat-wrapper .bubble.alt {
  margin-left: auto;
  background: #c2e4d2;
  box-shadow: -1px 2px 2px #b9b0b0;
  
}
.chat-wrapper .bubble .txt {
  padding: 8px 55px 8px 14px;
}
.chat-wrapper .bubble .txt .name {
  font-weight: 600;
  font-size: 12px;
  margin: 0 0 4px;
  color: #3498db;
}
.chat-wrapper .bubble .txt .name span {
  font-weight: normal;
  color: #b3b3b3;
}
.chat-wrapper .bubble .txt .name.alt {
  color: #097939;
}
.chat-wrapper .bubble .txt .message {
  font-size: 0.9rem;
  margin: 0;
  color: #2b2b2b;
  font-weight: 100;
}
.chat-wrapper .bubble .txt .timestamp {
  font-size: 11px;
  position: absolute;
  bottom: 8px;
  right: 10px;
  text-transform: uppercase;
  color: #999;
  font-weight: 100;
}
.chat-wrapper .bubble .bubble-arrow {
  position: absolute;
  width: 0;
  bottom: 69px;
  left: -9px;
  height: 0;
}
.chat-wrapper .bubble .bubble-arrow.alt {
  right: 12px;
  bottom: 58px;
  left: auto;
}

.chat-wrapper .bubble .bubble-arrow:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 13px solid #f5f5f5;
  border-radius: 0 20px 0;
  width: 15px;
  height: 30px;
  transform: rotate(187deg);
}

.chat-wrapper .bubble .bubble-arrow.alt:after {
  background: #c2e4d2;
  border-top: none; 
  
  transform: rotate(263deg);
}



.chat{
    position: absolute;
    width: 100%;
    padding-right: 0px;
    height: calc(100% - 60px);
}

.chat .client-list{
    padding-right: 0;
    background: #636c6d;
    overflow: auto;
    height: 100%;
}

.client-list .client{
    font-size: 1.3rem;
    height: 2.5rem;
    border: solid;
    border-color: #6c7273;
    padding-left: 20px;
}

.client-list .client{
    color: #c0cece;
}

.client-online{
    color: #1ee613;
}

.number-messages{
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding-top: 6px;
    background: #734f47;
    border: 2px solid #c19898;
    color: #fff;
    text-align: center;
    float: right;
    margin: 5px 20px 0px 0px;
    font: 12px Arial, sans-serif;
}


.client-list .client.active{
    border-color: #6c7273;
    color: white;
    padding-left: 40px;
    background: #3c564f;
}


.chat .client-list .client-list-header{
    background-color: #496582 !important;
    color: white;
    height: 64px;
    text-align: center;
    padding-top: 1.3rem;
    font-size: 1.2rem;
}

.chat .client-list .client-list-container{
    border: solid 0.5px;
    height: calc(50% - 36px);
    overflow: auto;
}
.chat .client-list .client-list-container-owned{
    border: solid 0.5px;
    height: calc(50% - 36px);
    overflow: auto;
}

.chat-wrapper-support{
    position: relative;
}


.chat-wrapper #message{
    border: solid 0.5px;
    padding:10px;
    box-shadow: 2px 2px 2px #0000001c;
    height: 4rem;
    margin-top: 10px;
    width: calc(100% - 6rem);
    font-size: 1rem;
    background: #e3e8e7;
    resize: none;
}

.chat-wrapper .system_message{
    color: #35383a;
    margin-bottom: 12px;
}

.chat-wrapper .user_message{
    
}

.chat-wrapper button{
    height: 4rem;
    width: 5rem;
    font-size: 1.2rem;
    margin-bottom: 3.6rem;
}

.chat-body{
    background-color: #2e4b54c7;
}

.chat-container{
    background-color: #33383ad9;
}

.chat-icon{
    color: #43e082 !important;
    font-weight: bold;
}

.chat-login{
    padding: 3rem;
}

.chat-login label{
    font-size: 1.5rem;
    color: white;
    font-weight: 400;
}

.chat-header{
    margin-right: 1rem;
    font-size: 1.25rem;
    width: 100%;
    padding-bottom: 10px;
}

.chat-header .nubatic-logo{
    margin-top: 4px;
}




.business-title{
    font-size: 1.7rem;
    font-weight: 500;
}

.business-module{
    font-size: 1.5rem;
    font-weight: 400;
}

.table-price {
    border: 2px solid;
    border-color: green;
    margin-bottom: 5rem;
    margin-top: 2rem;
    padding: 0px;
}

.table-price-header{
    padding: 10px;
    background-color: #b1e8e5;
    font-size: 1.3rem;
    font-weight: 400;
}

.price-builder-modules{
    margin-top: 2rem;
}

.price-builder-modules button{
    margin-top: 31px;
}

.gold{
    border-color: #b1a45f;
    max-width: 13rem;
}

.gold .card-header{
    background-color: #f68d2e;
    color: #fff;
    font-weight: bold;
}

.platinum{
    border-color: #b6b9b9;
    max-width: 13rem;
}

.platinum .card-header{
    background-color: #98a6a885;
    color: #5a5656;
}

.diamond{
    border-color: #7dc8e2;
    max-width: 13rem;
}

.diamond .card-header{
    background-color: #93cadeab;
    color: #1f5d7b;
}

.card .card-title {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}


.video-container{
    padding: 15px;
}

.video-iframe{
    max-width: 640px;
}
.video-detail{
    padding: 15px;
    max-width: 640px;
}

.video-client-list{
    margin-left: 3rem;
    margin-top: 1.2rem;
}

.video-client-list a{
    font-size: 22px;
    font-weight: 500;
    text-align: left;
}

.video-title{
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}

.video-subtitle{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.video-description{
    font-size: 14px;
    font-weight: 400;
    margin: 12px 0px 0px 15px;
    text-align: justify;
}

div.vertical-line{
    background-color: #34495e;  
    height: 1.5px;
    margin: 2rem;
}

@media only screen and (max-width: 992px) {
    .nub-carousel-inner .carousel-caption h5{
        font-size: 2.5rem;
        padding-bottom: 20px;
    }
    .nub-carousel-inner .carousel-caption p{
        font-size: 1.4rem;
       padding-bottom: 20px;
    }
    
    .features-title{
        font-size: 2.8rem;
    }
    
    .icon-block h2 {
        font-size: 2.56rem;
        line-height: 110%;
        margin: 1.4em 0 1.1rem 0;
        margin-block-start: 0.4em;
        margin-block-end: 0.4em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    
    .icon-block h4{
        font-weight: 400;
        font-size: 2rem;
        line-height: 110%;
        margin: 1.14rem 0 0.912rem 0;
    }

    .icon-block h5{
        font-size: 1.4rem;
    }
    
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    
    .panel-img{
        margin-bottom: 2rem;
    }
    
    .min-modules-list .card .card-title{
        font-size: 1.1rem;
    }
}
@media only screen and (max-width: 601px) {
    
    .nub-carousel-inner .carousel-caption h5{
        font-size: 2rem;
        padding-bottom: 20px;
    }
    .nub-carousel-inner .carousel-caption p{
        font-size: 1.2rem;
        padding-bottom: 20px;
    }
    
    .features-title{
        font-size: 2rem;
        line-height: 2.5rem;
    }
    
    .icon-block h2 {
        font-size: 2.56rem;
        line-height: 110%;
        margin: 1.4em 0 1.1rem 0;
        margin-block-start: 0.4em;
        margin-block-end: 0.4em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    
    .icon-block h4{
        font-weight: 400;
        font-size: 2rem;
        line-height: 110%;
        margin: 1.14rem 0 0.912rem 0;
    }

    .icon-block h5{
        font-size: 1.4rem;
    }
    
    .page-footer {
        height: 3.5em;
        padding-bottom: 5em;
    }
    
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    
    .panel-img{
        margin-bottom: 2rem;
    }
    
    .min-modules-list .card .card-title{
        font-size: 1rem;
    }
    
    .table-visits-det{
        font-size: 0.8rem;
    }
}