html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #FFF;
  /*background-color: #eee;*/
}

.main {
  margin-top: 100px;
  /*background-color: #eee;*/
}
.menuLeft {
  position: fixed;
  padding:0px;
  padding-left:15px
}
.mainContent {
  margin-left: 25.333333%;
}
.iconTab {
  margin-top: 10px;
  font-size: 35px !important;
}

.textTab {
  font-size: 19px;
  text-transform: initial !important;
  line-height: 23px;
}
.textTabSub {
  font-weight: 100 !important;
}
.textTabSmall {
  font-size: 12px;
  font-weight: 100;
  text-transform: initial;
  line-height: 14px;
  margin-top: 3px;
}
.containerTextTab {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1023px) {
  .main {
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  .iconTab {
    margin-top: 10px;
    font-size: 25px !important;
  }
  .textTab {
    font-size: 14px;
    line-height: 20px !important;
  }
  .textTabSmall {
    font-size: 10px !important;
  }
  .cardContent {
    padding: 0px !important;
  }
  .mtM {
    margin-top: 15px !important;
  }
  .containerTextTab {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .h1_OxxoPay {
    font-size: 17px !important;
  }
  .opps {
    padding: 0 20px !important;
  }
}

@media (max-width: 934px) {
  .menuLeft {
    flex: 0 0 100%;
    max-width: 100%;
    position: inherit !important;
  }
  .mainContent {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0% !important;
  }
  .emptyMainImage {
    width: 70% !important;
    position: absolute !important;
    left: 15% !important;
    right: 15% !important;
    margin-top: 0% !important;
  }
  .container {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .h1_OxxoPay {
    font-size: 20px !important;
  }
  .opps {
    padding: 0 20px !important;
  }
}

.container {
  padding-right: 35px;
  padding-left: 35px;
}

.navbarBorderSolid {
  border-bottom: 2px solid rgb(164, 166, 163, 0.5) !important;
  box-shadow: none !important;
}

.emptyMainImage {
  width: 100%;
  margin-top: 5vh;
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

.grayUpera {
  color: #a4a6a3;
}

.darkGrayUpera {
  color: #737373;
}

.loader-wrapper {
  background: rgb(255,255,255, .8);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  -webkit-opacity: 1;
  -webkit-transition: all 600ms ease-in-out;
  bottom: 0;
  filter: alpha(opacity=100);
  left: 0;
  overflow: hidden
}

.loader-wrapper.loaded {
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  zoom: 1;
  z-index: 1;
}

.div_animation_loading {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.loader-wrapper span {
  display: none;
}

.loader-wrapper img {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 180px;
  max-height: 180px;
  margin-left: -93px;
  margin-top: -132px;
}

.slideOverflow {
  overflow: hidden !important;
}

.h3_OxxoPay {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.opps {
  width: 496px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 45px;
  margin: 40px auto;
  overflow: hidden;
  border: 1px solid #b0afb5;
  font-family: 'Open Sans', sans-serif;
  color: #4f5365;
}

.opps-reminder {
  position: relative;
  top: -1px;
  padding: 8px 5px 8px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #0345ea;
  font-family: roboto;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.opps-info {
  margin-top: 26px;
  position: relative;
}

.opps-info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;

}

.opps-brand {
  float: left;
}

.opps-brand img {
  max-width: 150px;
  margin-top: 2px;
}

.opps-ammount {
  float: right;
}

.opps-ammount h2 {
  font-size: 36px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 15px;
}

.opps-ammount h2 sup {
  font-size: 16px;
  position: relative;
  top: -2px
}

.opps-ammount p {
  font-size: 10px;
  line-height: 14px;
}

.opps-reference {
  margin-top: 14px;
}

.h1_OxxoPay {
  font-size: 27px;
  color: #000000;
  text-align: center;
  margin-top: -1px;
  padding: 6px 0 7px;
  border: 1px solid #b0afb5;
  border-radius: 4px;
  background: #f8f9fa;
}

.opps-instructions {
  margin: 32px -45px 0;
  padding: 32px 45px 45px;
  border-top: 1px solid #b0afb5;
  background: #f8f9fa;
}

.ol_OxxoPay {
  margin: 17px 0 0 16px;
}

.li_OxxoPay + .li_OxxoPay {
  margin-top: 10px;
  color: #000000;
}

.a_OxxoPay {
  color: #1155cc;
}

.opps-footnote {
  margin-top: 22px;
  padding: 22px 20 24px;
  color: #108f30;
  text-align: center;
  border: 1px solid #108f30;
  border-radius: 4px;
  background: #ffffff;
}


.ps_h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.ps {
  width: 496px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 45px;
  margin: 40px auto;
  overflow: hidden;
  border: 1px solid #b0afb5;
  font-family: 'Open Sans', sans-serif;
  color: #4f5365;
}

.ps-reminder {
  position: relative;
  top: -1px;
  padding: 9px 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: #000000;
}

.ps-info {
  margin-top: 26px;
  position: relative;
}

.ps-info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.ps-brand {
  width: 45%;
  float: left;
}

.ps-brand img {
  max-width: 150px;
  margin-top: 2px;
}

.ps-amount {
  width: 55%;
  float: right;
}

.ps-amount h2 {
  font-size: 36px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 15px;
}

.ps-amount h2 sup {
  font-size: 16px;
  position: relative;
  top: -2px
}

.ps-amount p {
  font-size: 10px;
  line-height: 14px;
}

.ps-reference {
  margin-top: 14px;
}

.ps_h1 {
  font-size: 27px;
  color: #000000;
  text-align: center;
  margin-top: -1px;
  padding: 6px 0 7px;
  border: 1px solid #b0afb5;
  border-radius: 4px;
  background: #f8f9fa;
}

.ps-instructions {
  margin: 32px -45px 0;
  padding: 32px 45px 45px;
  border-top: 1px solid #b0afb5;
  background: #f8f9fa;
}

.ps-ol {
  margin: 17px 0 0 16px;
}

.ps_li + .ps_li {
  margin-top: 10px;
  color: #000000;
}

.ps_a {
  color: #1475ce;
}

.ps-footnote {
  margin-top: 22px;
  padding: 22px 20 24px;
  color: #108f30;
  text-align: center;
  border: 1px solid #108f30;
  border-radius: 4px;
  background: #ffffff;
}


a:focus, a:hover {
  color: #FFF;
  text-decoration: none;
}

.ndfHFb-c4YZDc-DARUcf-NnAfwf-i5oIFb {
  display: none;
}

.swal2-container {
  z-index: 100000 !important;
}

@media (min-width: 1800px) and (max-width: 4000px) {
  .footerWebUperaHome {
    height: 220px !important;
  }
  .textInfoFooter {
    padding: 25px 30px;
  }
}


@media (min-width: 1126px) and (max-width: 1280px) {
  .webContainerHome{
    margin-top: 6% !important;
  }
  .h1WebHome {
    font-size: 60px !important;
  }
}

@media (min-width: 1023px) and (max-width: 1370px) {
  .textUperaInfo {
    font-size: 17px !important;
  }
}

@media (min-width: 1023px) and (max-width: 1500px) {
  .imageLogoUperaQueEs {
    width: 400px !important;
  }
  .imageAppleDevices {
    width: 85% !important;
  }
}

@media (min-width: 1300px) and (max-width: 1800px) {
  .footerWebUperaHome {
    height: 185px !important;
  }
  .textInfoFooter {
    padding: 25px 15px;
  }
  .webContainerHome{
    margin-top: 10% !important;
  }
  .h1WebHome {
    font-size: 50px !important;
  }
  .imageLogoUperaQueEs{
    width:330px !important;
  }
  .imageAppleDevices {
    width: 90% !important;
  }
  .textUperaInfo {
    font-size: 25px !important;
  }
  .h1WebHome {
    font-size: 60px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1300px) {
  .footerWebUperaHome {
    height: 165px !important;
  }
  .textInfoFooter {
    padding: 15px 8px;
  }
  .textInfoInFooter {
    font-size: 8px !important;
  }
  .webContainerHome{
    margin-top: 15% !important;
  }
  .h1WebHome {
    font-size: 50px !important;
  }
  .imageLogoUperaQueEs{
    width:330px !important;
  }
  .imageAppleDevices {
    width: 90% !important;
  }
  .textUperaInfo {
    font-size: 25px !important;
  }
  .h1WebHome {
    font-size: 60px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .webContainerHome{
    margin-top: 7% !important;
  }
  .h1WebHome {
    font-size: 50px !important;
  }
  .imageLogoUperaQueEs{
    width:330px !important;
  }
  .imageAppleDevices {
    width: 70% !important;
  }
  .textUperaInfo {
    font-size: 16px !important;
  }
  .textInfoFooter {
    padding: 11px 20px;
  }
  .footerWebUperaHome {
    height: 150px !important;
  }
  .h1WebHome {
    font-size: 45px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .webContainerHome{
    margin-top: 10% !important;
  }
  .h1WebHome {
    font-size: 50px !important;
  }
  .imageLogoUperaQueEs{
    width:330px !important;
  }
  .imageAppleDevices {
    width: 90% !important;
  }
  .textUperaInfo {
    font-size: 17px !important;
  }
  .textInfoFooter {
    padding: 11px 20px;
  }
  .footerWebUperaHome {
    height: 150px !important;
  }
  .h1WebHome {
    font-size: 45px !important;
  }
}

.index-page .header-filter:after, .presentation-page .header-filter:after {
  background: #FFF
  /*background: linear-gradient(45deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .15));
  background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .15));*/
}

.mainWebPage{
  margin-top: 0px;
  background-color: #FFF !important;
}

.roboto {
  font-family: roboto !important;
}

.index-page .page-header, .presentation-page .page-header {
  height: 60vh;
  overflow: hidden;
}

.footerWebUperaHome {
  z-index: 2 !important;
}

.uperaActiveLi {
  background: rgba(55,115,254,0.7);
  border-radius: 6px;
}

.blueDarkUpera {
  color: #272936 !important;
}

.iconDisp {
  font-size: 40px !important;
}
.header-filter:before {
  background: rgba(0, 0, 0, .7);
}
.h-white:before {
  background: rgba(255, 255, 255, .85);
}
.main-raised {
  margin-left: 0px;
  margin-right: 0px;
}

.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon {
  background-color: #555 !important;
}

.titleWebMobile {
  font-size: 45px !important;
  font-weight: bold;
  line-height: 45px;
  margin-top: 20px;
}

.titleWebMobileSection {
  font-size: 35px !important;
  font-weight: bold;
  line-height: 45px;
  margin-top: 20px;
}

.subTitleWebMobile {
  color: #777 !important;
  font-size: 20px !important;
  font-weight: bold;
  margin:0px;
}

.subTitleWebMobileSection {
  margin-top: 9px;
  line-height: 26px;
  font-size: 23px !important;
  font-weight: bold;
  color: #777 !important;
}

.subTitle2WebMobile {
  color: #0345ea!important;
  font-size: 25px !important;
  font-weight: bold;
}

@media (min-width: 0px) and (max-width: 350px) {
  .index-page .page-header, .presentation-page .page-header {
    height: 100vh;
  }
}


@media (min-width: 350px) and (max-width: 400px){
  .index-page .page-header, .presentation-page .page-header {
    height: 72vh;
  }
}

@media (min-width: 350px) and (max-width: 400px) and (min-height: 700px){
  .index-page .page-header, .presentation-page .page-header {
    height: 62vh;
  }
}


@media (min-width: 400px) and (max-width: 700px){
  .index-page .page-header, .presentation-page .page-header {
    height: 66vh;
  }
}

@media (min-width: 700px){
  .index-page .page-header, .presentation-page .page-header {
    height: 42vh;
  }
}

.main-raised {
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);
}

.no-shadow {
  box-shadow: none !important;
}
/*.MuiButtonBase-root {
  padding: 0px !important;
}*/

textarea{
  height: 150px !important;
}

.kpiOptionSubtitle {
  color: rgba(0, 0, 0, 0.54);
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
}

.rt-table::-webkit-scrollbar {
  background-color:#32363D;
  width:16px
}

/* background of the scrollbar except button or resizer */
.rt-table::-webkit-scrollbar-track {
  background-color:#32363D
}
.rt-table::-webkit-scrollbar-track:hover {
  background-color:#32363D
}

/* scrollbar itself */
.rt-table::-webkit-scrollbar-thumb {
  background-color:#000;
  border-radius:16px;
  border:5px solid #32363D
}
.rt-table::-webkit-scrollbar-thumb:hover {
  background-color:#525D8D;
  border:4px solid #32363D
}

/* set button(top and bottom of the scrollbar) */
.rt-table::-webkit-scrollbar-button {display:none}
