html{
  position: static;
  /*overflow-y: hidden;*/
}

.bb{

}
body{
  display: flex;
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  flex-direction: column;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

body.modal-open .backdropBlur{
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur".svg#blur);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}

.backdrop{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur".svg#blur);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}

#app{
  height: 100vh;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  transition: 0.5s;
}

.homeSlider{
  min-height: 100%;
  height: auto;
  overflow: hidden;
  transition: 0.5s;
}

.home-swiper {
  width: 100%;
  height: 100vh;
}

.empresaBg{
  object-fit: cover;
  height: 100vh !important;
  position: fixed;
  /*top: -70px;*/
  width: 100%;
}


.home-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.home-swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: fixed;
} 

.topBannerContainer{
  position: sticky !important;
  top: 0 !important;
}

.topSlider{
  top: 0px;
  position: fixed;
  z-index: 1060;
}

.top-swiper {
  width:100%;
  height: auto;
  overflow: hidden;
  z-index: 1060;
}


.cookie-consent{
  position: fixed;
bottom: 2rem;
left: 20px;
width: 260px;
padding-top: 7px;
height: 83px;
color: #fff;

line-height: 20px;
padding-left: 10px;
padding-right: 10px;
font-size: 14px;
background: #292929c7;
z-index: 120;
cursor: pointer;
border-radius: 3px;
}

.allow-button{
      height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green;
}

.top-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.top-swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 1060;
}

.headerNav{
  background-color: #ffffffd9; 
  min-height: 70px;
}

.img-h{
  height: auto;
}

.w100{
  width: 100%;
}
.menu-wrapper {
  cursor: pointer;
}

a.menu {
  float: left;
  width: 30px;
  height: 23px;
  overflow: hidden;
  transition: 0.3s;
}
a.menu span {
  float: left;
  width: 30px;
  height: 3px;
  background-color: rgb(0, 0, 0);
  position: relative;
  top: 10px;
  transition: 0.3s;
}
a.menu span:before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: -8px;
  left: 0;
}
a.menu span:after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: rgb(0, 0, 0);
  position: absolute;
  bottom: -8px;
  left: 0;
}
a.menu.active {
  transform: rotate(360deg);
}
a.menu.active span {
  background-color: transparent;
}
a.menu.active span:before {
  top: 0;
  transform: rotate(-45deg);
}
a.menu.active span:after {
  bottom: 0;
  transform: rotate(45deg);
}

.stickyMenu{
  width: auto;
  height: auto;
  background-color: #ffffffd9 !important;
  z-index: 1071;
  margin-right: 1rem;
  position: fixed !important;
  right: 0;
  top: 5.3rem;
  border: none !important;
  padding-bottom: 1rem;
}

.deleteAnuncioButtonList {
  position: absolute;
  background-color:#2e930400;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.5rem;
  right: 0rem;
  top: 0.2rem;
  filter: drop-shadow(0px 1px 2px black);
  cursor: pointer;
  z-index: 1050;
}

.deleteAnuncioButtonList:after {
  box-sizing: border-box;
  border-radius: 0.5rem;
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
}

.pointer{
  cursor: pointer;
}


.sliderTextTitle{
  background-color: #ffffffb8;
  color: black;
  padding: 0.02em;
  box-shadow:0 0 0 0.5em #ffffffb8;
}

.sliderTextBlockPc{
  position: absolute;
  padding: 2rem;
  top: 20%;
  left: 20%;
  z-index: 1051;
}

.sliderTextBlockMobile{
  position: absolute;
  padding: 2rem;
  top: 20%;
  z-index: 1051
}
.extraMenuText{
  color: #000 !important;
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0 12px;
  font-size: 0.8rem;
  text-transform: uppercase;
  transition: color 0.1s, background-color 0.1s;
}

.contentHammer{
  transition: transform 50ms ease-out;
}
.pcMenuItem {
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0 12px;
  font-size: 0.8rem;
  text-transform: uppercase;
  transition: color 0.1s, background-color 0.1s;
  color: rgb(0, 0, 0);
}
.pcMenuItem:hover {
  color: rgb(224, 33, 33);
  text-decoration: none !important;
}
.pcMenuItem:focus, .pcMenuItem:active {
  color: rgb(224, 33, 33);
}

.pcMenuItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  height: 1px;
  width: 100%;
  background-color: rgb(224, 33, 33);
  transform-origin: center top;
  transform: scale(0, 1);
  transition: color 0.1s, transform 0.2s ease-out;
}

.pcMenuItem:active::before {
  background-color: rgb(224, 33, 33);
}

.pcMenuItem:hover::before,
.pcMenuItem:focus::before {
  transform-origin: center top;
  transform: scale(1, 1);
}

.myul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px !important;
}

.myli {
  display: inline-block;
}

.adText{
  font-size: 0.7rem !important;
}

.adTextPlus{
  font-size: 0.9rem !important;
}

.menuMobLi{
  float: left;
  padding-top: 0.5rem;
}

.menuMobUl{
  display: block;
  list-style: none;
  padding: 0;
  margin-bottom: 0px !important;
}

.mobileMenuTd{
  border: none !important;
}

.menuArrowUp {
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0 12px;
  font-size: 0.8rem;
  text-transform: uppercase;
  transition: color 0.1s, background-color 0.1s;
  color: rgb(0, 0, 0);
}


.homeSvgPc{
  position: fixed;
  /*overflow: hidden;*/
  width: 100%;
  height: 100vh;
  /*transition: 250ms linear;*/
}

.fontThemeColor{
  color: #000;
}

.themeColor{
  color: #fff !important;
}

.fontThemeColorReversed{
  color: #fff;
}

.homeSecondTextWrapper{
  width: 100%;
  height: auto;
  z-index: 1051;
}

.homeFirstTextWrapper{
  width: 100%;
  z-index: 1052;
}
.sha{
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.mt5{
  margin-top: 5rem;
}

.zonaSelectorDiv{
  background-color: #000000cc;
  border-radius: 0.5rem;
  display: inline-flex;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.44rem;
}

.ocupPercBg{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}


.zonaSelectorDivCollapse{
  background-color: #000000cc;
  border-radius: 0.5rem;
  display: inline-flex;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.44rem;
  /*margin-top: 0.5rem;*/
}

.bgThemeColor{
  background-color: #000000cc !important;
}

.ocupacionGreen{
background-color: #00d907d9 !important;
}
.ocupacionRed{
  background-color: #ff2525e0 !important;
  color:white !important;
}
.ocupacionYellow{
  background-color: #fdf503e0 !important;
}
.cardBg{
  background-color: #ffffffd9 !important;
  color: black;
}

.bgWhite{
  background-color: #ffffff !important;
}

.noBorder{
  border: none !important;
}

.horarioCardHederImg{
  /*height: 5rem;*/
  object-fit: cover;
}


.rectangle {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	width: 50px;
	height: 50px;
	background: #380848;
	transform: scale(0);
	border-radius: 50%;
	color: white;
	opacity: 0;
	overflow: hidden;
	animation: scale-in .3s ease-out forwards,
		expand .35s .25s ease-out forwards;
}

.notification-text {
	display: flex;
	align-items: center;
	padding: 0 16px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	animation: fade-in .65s ease-in forwards;
}

@keyframes scale-in {
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes expand {
	50% {
		width: 350px;
		border-radius: 6px;
	}
	100% {
		width: 300px;
		border-radius: 4px;
		box-shadow: 0px 1px 3px 0px rgba(0,0,0,.2),
								0px 1px 1px 0px rgba(0,0,0,.14),
								0px 3px 3px -1px rgba(0,0,0,.12);
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: .8;
	}
}

.notaNaranja{
  background-color: #ff631bd9 !important;
  border-radius: 0.5rem !important;
}

.notaRoja{
  background-color: #ff1b1bd9 !important;
  border-radius: 0.5rem !important;
}

.notaAmarilla{
  background-color: #dbc11fd9 !important;
  border-radius: 0.5rem !important; 
  color: black !important;
}

.notaVerde{
  background-color: #0d992ad9 !important;
  border-radius: 0.5rem !important;
}

.notaBlanca{
  background-color: #ffffffd9 !important;
  border-radius: 0.5rem !important;
}

.card{
  border-radius: 0.5rem !important;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.dropzone .dz-preview .dz-error-message, .dropzone-previews .dz-preview .dz-error-message{
  display: none;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message, .dropzone-previews .dz-preview.dz-error:hover .dz-error-message{
  display: none;
}

.hambMenuDiv{
  position: absolute;
  float: right;
  right: 1rem;
}

.dropzone .dz-default.dz-message:before {
  font-family: icomoon;
  font-size: 4rem;
  display: inline-block;
  position: absolute;
  top: 1.8rem  !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  z-index: 2;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dropzone .dz-preview, .dropzone-previews .dz-preview {
  background-color: #fff;
  position: relative;
  display: inline-block;
  margin: .3rem !important;
  min-width: 0rem !important;
  border: 1px solid rgba(0,0,0,.125);
  padding: .2rem !important;
  border-radius: .1875rem;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  max-width: 22% !important;
  width: 22% !important;
  font-size: 0.8rem !important;
  z-index: 1057;
}

.dropzone .dz-preview .dz-details .dz-filename, .dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  margin-top: .625rem;
  display: none;
}

.dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {
  position: relative;
  display: none;
}

.dropzone {
  position: relative;
  border: 2px dashed rgba(0,0,0,.125);
  min-height: 10rem  !important;
  background-color: #fff;
  padding: .3125rem;
  border-radius: .1875rem;
}

.dropzone .dz-default.dz-message>span {
  font-size: 1.0625rem;
  color: #777;
  display: block;
  margin-top: 6.8rem !important;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message, .dropzone-previews .dz-preview.dz-error:hover .dz-error-message {
  display: block;
  opacity: 1;
  font-size: 0.8rem !important;
  padding-top: 0.1rem !important;
}

.dropzone .dz-preview .dz-error-message, .dropzone-previews .dz-preview .dz-error-message {
  display: block;
  position: absolute;
  top: 1rem !important;
  width: 10rem !important;
  left: 3rem !important;
  background-color: rgb(255 255 255 / 0%);
  margin: .5rem;
  padding: .5rem;
  color: #f44336;
  max-width: 100%;
  z-index: 5;
  opacity: 1;
  transition: opacity ease-in-out .15s;
}


.dropzone .dz-preview .dz-image img, .dropzone-previews .dz-preview .dz-image img {
  width: 100% !important;
  height: 6rem;
  object-fit: cover;
}

.dropzone .dz-preview a.dz-remove, .dropzone-previews .dz-preview a.dz-remove {
  background-color: #fafafa;
  border: 1px solid #ddd;
  display: block;
  padding: 0rem 0rem !important;
  text-align: center;
  color: #333;
  margin-top: .625rem;
  cursor: pointer;
  border-radius: .1875rem;
  transition: all ease-in-out .15s;
  font-size: 0.8rem;
}

.dropzone .dz-default.dz-message {
  height: 10rem !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  border-radius: .1875rem;
  transition: opacity ease-in-out .15s;
}

footer {
  background: #fff;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 3;
  height: 3rem;
  -webkit-box-shadow: -1px 0px 17px 2px rgba(0,0,0,0.72); 
  box-shadow: -1px 0px 17px 2px rgba(0,0,0,0.72);
}

.footerNav{
  position: fixed !important;
  bottom: -45px;
  width: 100%;
  z-index: 3;
  min-height: 50px;
  -webkit-box-shadow: 1px 2px 20px 8px rgba(0,0,0,0.18); 
  box-shadow: 1px 2px 20px 8px rgba(0,0,0,0.18);
}

.buttonOpenFooter{
  height: 3rem;
  width: 3rem;
  background-color: #000;
  position: absolute;
  bottom: 0rem;
  border-radius: 50%;
  padding-left: 1.2rem;
  right: 0;
  padding-top: 0.3rem;
  -webkit-box-shadow: 1px 2px 20px 8px rgba(0,0,0,0.18); 
  box-shadow: 1px 2px 20px 8px rgba(0,0,0,0.18);
}

.buttonOpenSelector {
  height: auto;
  width: auto;
  display: inline;
  position: absolute;
  bottom: 1.6rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  right: 3.3rem;
  -webkit-box-shadow: 1px 2px 20px 8px rgb(0 0 0 / 18%);
  box-shadow: 1px 2px 20px 8px rgb(0 0 0 / 18%);
}

.buttonOpenSelectorFooterDiv{
  height: auto;
  width: auto;
  display: inline;
  position: absolute;
  bottom: 3.6rem;
  border-radius: 0.5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 0.5rem;
  /* padding-bottom: 0.7rem; */
  right: 3.3rem;
  -webkit-box-shadow: 1px 2px 20px 8px rgb(0 0 0 / 18%);
  box-shadow: 1px 2px 20px 8px rgb(0 0 0 / 18%);
}

.footerMiniMenuCard{
  position: absolute !important;
  right: -1rem;
  bottom: 4rem;
}

.bannerContentTypeImage{
  width: 100%;
  border-radius: 0.5rem;
}

.modal-header{
  border-bottom: none !important;
  padding-top: 0.1rem !important;
  padding-bottom: 0 !important;
}

.modal-body{
  padding-top: 0rem !important;
}

.modalHeaderImageType{
  position: absolute;
  z-index: 10;
  right: 0rem;
}

.modalBodyImageType{
  padding: 0rem !important; 
}

.modal-content{
  border-radius: 0.5rem !important;
}


.horariosTableTd{
  border: none !important;
}

// menus


.menuDayBox{
  width: 100%;
  background-color: whitesmoke;
  border-radius: 0.5rem;
  padding-top: 0.1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  height: auto;
}

.alergenosTableIcon{
  width: 30px;
}

.alergenosMultiSelectIcon{
  width: 20px;
}

.ingredientesTags{
  margin-bottom: 1rem;
}


.multiselect-item.active:not(.disabled) input[type=checkbox]~.form-check-control-indicator {
  border-color: #000;
  color: #000;
}

.yummyIconsBox{
  position: fixed;
  background-color: white;
  padding: 0.5rem;
  z-index: 1;
  width: auto;
  height: 12rem;
  overflow-x: auto;
  -ms-overflow-style: none; /* Edge, Internet Explorer */
  scrollbar-width: none; /* Firefox */
  overflow-y: scroll;
}


.yummyIconsBox::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.iconBox{
  border-radius: 0.5rem;
  background-color: #f6f6f6;
  font-size: 1.5rem;
  width: auto;
  display: inline-flex;
  padding: 0.4rem;
  margin-bottom: 0.2rem;
  /* margin-right: 0.5rem;*/
}

.platosTableIcon{
  width: 20px;
}

.platoImgTableAvatar{
  width: 27px;
  border-radius: 0.2rem;
  height: 27px;
  object-fit: cover;
}

.menuGrupoPlatosSelectorCard{
  background-color: #fff !important;
}

.menuDayComidasSelectorCard{
  padding-top: 0.3rem;  
  padding-bottom: 0.3rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: #2632381a;
  border-radius: 0.5rem;
  margin-top: 0.4rem;
  font-size: 0.7rem;
}

.badge-flat {
  padding-bottom: 0.2rem !important;
  padding-top: 0.3rem !important;
  padding-left: 0.3rem !important;
  padding-right: 0.3rem !important;
}
.ui-pnotify.ui-pnotify-fade-normal{
  z-index: 99999 !important;
}


.menuPreviewWeekTable{
  width: 100%;
}
.menuPreviewWeekButton{
  width: auto;
  font-variant-caps: all-petite-caps;
  background-color: #e4e4e4cc !important;
  border-radius: 0.5rem;
  display: inline-flex;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.1rem;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  white-space: nowrap;
  padding-bottom: 0.3rem;
}



/* Hide scrollbar for IE, Edge and Firefox */
.hideScroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.hideScroll::-webkit-scrollbar {
  display: none;
}

.menuPreviewGroupBox{
  font-variant-caps: all-petite-caps;
  background-color: #000000 !important;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.8rem;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  color: white;
  width: auto;
  padding-bottom: 0.5rem;
}

.dashHr{
  border: none;
  border-top: 1px dashed #d4d4d4;
  color: #fff;
  background-color: #fff;
  height: 1px;
  margin-top: -0.5rem;
  margin-bottom: 0.1rem !important;
}

.menuPreviewGroupBoxContent{
  /*background-color: #f7f7f766;  */
  border-radius: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.menuPreviewPlatoBox{
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.platoIngBox{
  /*overflow: scroll;*/
  /*display: inline-flex;*/
 /* white-space: pre;*/
  width: 100%;
  line-height: 0.8rem;
  /*cursor: grab;*/
}

.platoIngBox::selection {
  color: red;
  background: yellow;
}
.menuPreviewIngreIcon{
  width: 16px;
  /*filter: grayscale(100%);*/
}

.platoDescBox{
  line-height: 0.8rem;
}

.platoEtiqBox{
  display: inline-flex;
  width: auto;
  float: right;
}
.platoAlergBox{
  display: inline-flex;
  width: auto;
}

.menuPreviewPlatoImg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}

.text-hr {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 15px auto;
  color: black;
  margin-top: 0rem !important;
}
.text-hr__text {
  padding-right: 15px;
}
.text-hr__text:not(:first-child) {
  display: none;
}
.text-hr::after {
  flex: 1;
  background: #c7c7c7;
  content: "";
  height: 1px;
}
.text-hr--right .text-hr__text {
  order: 1;
  padding: 0 0 0 15px;
}
.text-hr--double .text-hr__text:nth-child(2) {
  order: 1;
  display: inline;
  padding: 0 0 0 15px;
}
.text-hr--center::before {
  flex: 1;
  background: #c7c7c7;
  content: "";
  height: 1px;
}
.text-hr--center .text-hr__text {
  padding: 0 15px;
}
.text-hr--triple .text-hr__text:nth-child(2) {
  order: 2;
  display: inline;
  padding: 0 15px;
}
.text-hr--triple .text-hr__text:nth-child(3) {
  order: 4;
  display: inline;
  padding: 0 0 0 15px;
}
.text-hr--triple::after {
  order: 3;
}
.text-hr--triple::before {
  flex: 1;
  background: #c7c7c7;
  content: "";
  height: 1px;
  order: 1;
}
.text-hr--loud .text-hr__text {
  font-size: 1.2rem;
  font-weight: bold;
}
.text-hr--loud .text-hr__text:nth-child(2) {
  font-size: 12px;
  font-weight: normal;
}

.menuHeaderText{
  font-size: 1.5rem;  
  font-weight: 900;
  font-style: italic;
}

.menuHeaderTextB{
  font-size: 3rem;  
  font-weight: 900;
}

.menuHeaderTextC{
  font-size: 1.5rem;  
  font-weight: 900;
}

.categoriesGroupedDivMenu{
  width: 100%;
}

.categoriesGroupTextRow{
  display: inline;
  font-size: 0.8rem;
  transition: color 0.1s, background-color 0.1s;
}

.menuPreviewDayDivWrapper{
  width: 100%;
  overflow: hidden;
}

.multiselect-native-select select{border:0!important;clip:rect(0 0 0 0)!important;height:0!important;margin:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:0!important;left:0;top:0}.multiselect{width:100%;text-align:left;padding-left:.875rem;padding-right:2.375rem;text-transform:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multiselect:after{position:absolute;top:50%;right:.875rem;margin-top:-.34375rem;text-align:right}.multiselect:not([class*=font-weight-]){font-weight:400}.multiselect.btn-light{background-color:#fff;border-color:#ddd}.btn-group.show .multiselect.btn-light,.multiselect.btn-light:focus,.multiselect.btn-light:hover,.multiselect.btn-light:not([disabled]):not(.disabled):active{background-color:#fff;box-shadow:0 0 0 62.5rem rgba(0,0,0,.01) inset}.multiselect.btn-light.disabled{background-color:#fafafa}.multiselect.btn-lg{padding-left:1rem;padding-right:2.5rem}.multiselect.btn-lg:after{right:1rem}.multiselect.btn-sm{padding-left:.75rem;padding-right:2.25rem}.multiselect.btn-sm:after{right:.75rem}.multiselect-container{max-height:280px;overflow-y:auto;width:100%}.multiselect-item input[type=checkbox],.multiselect-item input[type=radio]{border:0;background:0 0;display:block;margin:0;cursor:pointer;position:absolute;top:50%;left:1rem;margin-top:-.625rem;opacity:0;z-index:2;width:1.25rem;height:1.25rem}.multiselect-item input[type=checkbox]:disabled,.multiselect-item input[type=radio]:disabled{cursor:default}.multiselect-item input[type=checkbox]~.form-check-control-indicator,.multiselect-item input[type=radio]~.form-check-control-indicator{position:absolute;left:1rem;top:50%;margin-top:-.625rem;border:.125rem solid #455a64;width:1.25rem;height:1.25rem}.multiselect-item input[type=checkbox]~.form-check-control-indicator{color:#455a64;border-radius:.125rem;transition:border-color ease-in-out .15s,color ease-in-out .15s}@media (prefers-reduced-motion:reduce){.multiselect-item input[type=checkbox]~.form-check-control-indicator{transition:none}}.multiselect-item input[type=checkbox]~.form-check-control-indicator:after{content:"";font-family:icomoon;font-size:1rem;position:absolute;top:0;left:0;line-height:1;opacity:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:opacity ease-in-out .15s}@media (prefers-reduced-motion:reduce){.multiselect-item input[type=checkbox]~.form-check-control-indicator:after{transition:none}}.multiselect-item input[type=radio]~.form-check-control-indicator{border-radius:100px;transition:border-color ease-in-out .15s}@media (prefers-reduced-motion:reduce){.multiselect-item input[type=radio]~.form-check-control-indicator{transition:none}}.multiselect-item input[type=radio]~.form-check-control-indicator:after{content:"";position:absolute;top:.1875rem;left:.1875rem;border:.3125rem solid;border-color:inherit;width:0;height:0;border-radius:100px;opacity:0;transition:all ease-in-out .15s}@media (prefers-reduced-motion:reduce){.multiselect-item input[type=radio]~.form-check-control-indicator:after{transition:none}}.multiselect-item input[type=checkbox]:checked~.form-check-control-indicator:after,.multiselect-item input[type=radio]:checked~.form-check-control-indicator:after{opacity:1}.multiselect-item.active:not(.disabled) input[type=checkbox]~.form-check-control-indicator{border-color:#fff;color:#fff}.multiselect-item.active:not(.disabled) input[type=radio]~.form-check-control-indicator{border-color:#fff}.multiselect-item.disabled .form-check-control-indicator{opacity:.5}.dropdown-menu[class*=bg-] .multiselect-item .form-check-control-indicator{border-color:#fff;color:#fff}.multiselect-group{padding:.5rem 1rem;font-weight:500;margin-top:.5rem;margin-bottom:.5rem}.multiselect-group:first-child{margin-top:0}.multiselect-group label{margin-bottom:0}.multiselect-group.disabled{color:#999;cursor:default}.multiselect-all{font-weight:500}.multiselect-group-clickable label{cursor:pointer}.multiselect-filter{position:relative;padding:.5rem 1rem;margin-bottom:.5rem}.multiselect-filter .input-group>i{font-size:.8125rem;position:absolute;left:.9375rem;top:50%;margin-top:-.40625rem;opacity:.5;z-index:4}.multiselect-filter .form-control{padding-left:2.5625rem}.input-group .multiselect-native-select{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:1 1 auto;flex:1 1 auto}.input-group .multiselect-native-select:not(:first-child) .multiselect{border-top-left-radius:0;border-bottom-left-radius:0}.input-group .multiselect-native-select:not(:last-child) .multiselect{border-top-right-radius:0;border-bottom-right-radius:0}.multiselect-container>.active .form-check{color:#fff}.has-error .btn-group.show .multiselect.btn,.has-error .multiselect.btn-light:active{color:#f44336;border-color:#f44336}

.dropdown-item.active, .dropdown-item:active{
  color: #1d1d1d !important;
  text-decoration: none;
  background-color: white !important;
  font-size: 0.8rem !important;
}

.multiselect-item.active:not(.disabled) input[type=checkbox]~.form-check-control-indicator {
  border-color: #000 !important;
  color: #000 !important;
}

.dropdown-item.form-check .form-check-label {
  padding-left: 1.5rem !important;
}

.multiselect:not([class*=font-weight-]) {
  font-weight: 400;
  font-size: 0.8rem !important;
}

.dropdown-item.form-check .form-check-label{
  font-size: 0.8rem !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto !important;
    display: none;
    float: left; 
    min-width: auto !important;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    border-radius: 0.25rem;
}

.santanderInicioBg{
  object-fit: cover;
  position: absolute;
  left: 0;
}

.santanderInicioNombreEmpresa{
  margin-top: 2rem;
  position: absolute;
  z-index: 2;
  margin-left: 2rem;
}
    
.santanderInicioBienvenido{
  margin-top: 2rem;
  position: absolute;
  z-index: 2;
}



.grid-sizer,
.grid-item { 
  width: 20%;
  overflow:hidden; 
}
.gutter-sizer { width: 4px;}
.grid-item--width2 { 
  width: 40%; 
  overflow:hidden; 
}

.grid-item--widthFull { 
  width: 100%; 
  overflow:hidden; 
}


@media screen and (min-width: 100px) {
  .col-1\@xxs,
  .col-2\@xxs,
  .col-3\@xxs,
  .col-4\@xxs,
  .col-5\@xxs,
  .col-6\@xxs          
  
  {
    float: left;
    padding-left: 4px;
    padding-right: 4px;
  }
  
  .col-1\@xxs {
    width: 16.66667%;
  }
  
  .col-2\@xxs {
    width: 33.33333%;
  }
  
  .col-3\@xxs {
    width: 50%;
  }
  
  .col-4\@xxs {
    width: 66.66667%;
  }
  
  .col-5\@xxs {
    width: 83.33333%;
  }
  
  .col-6\@xxs {
    width: 100%;
  }
}

.col-1\@xxs,
.col-2\@xxs,
.col-3\@xxs,
.col-4\@xxs,
.col-5\@xxs,
.col-6\@xxs,
.col-1\@xs,
.col-2\@xs,
.col-3\@xs,
.col-4\@xs,
.col-5\@xs,
.col-6\@xs,
.col-1\@sm,
.col-2\@sm,
.col-3\@sm,
.col-4\@sm,
.col-5\@sm,
.col-6\@sm,
.col-7\@sm,
.col-8\@sm,
.col-9\@sm,
.col-10\@sm,
.col-11\@sm,
.col-12\@sm,
.col-1\@md,
.col-2\@md,
.col-3\@md,
.col-4\@md,
.col-5\@md,
.col-6\@md,
.col-7\@md,
.col-8\@md,
.col-9\@md,
.col-10\@md,
.col-11\@md,
.col-12\@md {
  position: relative;
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 0rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 320px) {
.col-1\@xs,
.col-2\@xs,
.col-3\@xs,
.col-4\@xs,
.col-5\@xs,
.col-6\@xs,
.col-7\@xs,
.col-8\@xs,
.col-9\@xs,
.col-10\@xs,
.col-11\@xs,
.col-12\@xs {
  float: left;
}

.col-1\@xs {
  width: 8.33333%;
}

.col-2\@xs {
  width: 16.66667%;
}

.col-3\@xs {
  width: 25%;
}

.col-4\@xs {
  width: 33.33333%;
}

.col-5\@xs {
  width: 41.66667%;
}

.col-6\@xs {
  width: 50%;
}

.col-7\@xs {
  width: 58.33333%;
}

.col-8\@xs {
  width: 66.66667%;
}

.col-9\@xs {
  width: 75%;
}

.col-10\@xs {
  width: 83.33333%;
}

.col-11\@xs {
  width: 91.66667%;
}

.col-12\@xs {
  width: 100%;
}

}
@media screen and (min-width: 768px) {
  .col-1\@sm,
.col-2\@sm,
.col-3\@sm,
.col-4\@sm,
.col-5\@sm,
.col-6\@sm,
.col-7\@sm,
.col-8\@sm,
.col-9\@sm,
.col-10\@sm,
.col-11\@sm,
.col-12\@sm {
    float: left;
  }

  .col-1\@sm {
    width: 8.33333%;
  }

  .col-2\@sm {
    width: 16.66667%;
  }

  .col-3\@sm {
    width: 25%;
  }

  .col-4\@sm {
    width: 33.33333%;
  }

  .col-5\@sm {
    width: 41.66667%;
  }

  .col-6\@sm {
    width: 50%;
  }

  .col-7\@sm {
    width: 58.33333%;
  }

  .col-8\@sm {
    width: 66.66667%;
  }

  .col-9\@sm {
    width: 75%;
  }

  .col-10\@sm {
    width: 83.33333%;
  }

  .col-11\@sm {
    width: 91.66667%;
  }

  .col-12\@sm {
    width: 100%;
  }

}
@media screen and (min-width: 1024px) {
  .col-1\@md,
.col-2\@md,
.col-3\@md,
.col-4\@md,
.col-5\@md,
.col-6\@md,
.col-7\@md,
.col-8\@md,
.col-9\@md,
.col-10\@md,
.col-11\@md,
.col-12\@md {
    float: left;
  }

  .col-1\@md {
    width: 8.33333%;
  }

  .col-2\@md {
    width: 16.66667%;
  }

  .col-3\@md {
    width: 25%;
  }

  .col-4\@md {
    width: 33.33333%;
  }

  .col-5\@md {
    width: 41.66667%;
  }

  .col-6\@md {
    width: 50%;
  }

  .col-7\@md {
    width: 58.33333%;
  }

  .col-8\@md {
    width: 66.66667%;
  }

  .col-9\@md {
    width: 75%;
  }

  .col-10\@md {
    width: 83.33333%;
  }

  .col-11\@md {
    width: 91.66667%;
  }

  .col-12\@md {
    width: 100%;
  }
}

.aspect {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.opinatorIframe{
  width: 100%;
  margin-bottom: 3rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem;
  background-color: #fefefe;
}

.popover.left{
  left: calc(100% - 10px) !important;
}
/* iframe opinator */
.bigHeaderImage{
  height: 100px !important;
}


.app-btn {
  width: 45%;
  max-width: 160px;
  color: #fff;
  margin: 20px 10px;
  text-align: left;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Lucida Grande", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
.app-btn.blu {
  background-color: #101010;
  transition: background-color 0.25s linear;
}
.app-btn.blu:hover {
  background-color: #454545;
}
.app-btn i {
  width: 20%;
  text-align: center;
  font-size: 28px;
  margin-right: 7px;
}
.app-btn .big-txt {
  font-size: 17px;
  text-transform: capitalize;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

a:link { text-decoration: none !important;}


a:visited { text-decoration: none !important; }


a:hover { text-decoration: none !important; }


a:active { text-decoration: none !important; }

.onLogo{
  width: 5rem;
  border-radius: 0.5rem;
}

.langFlag{
  width: 10px;
}

.nav-wrapper {
  width: 300px;
  margin: 100px auto;
  text-align: center;
}

.sl-nav {
  display: inline;
}

.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}

.sl-nav li {
  cursor: pointer;
}

.sl-nav li ul {
  display: none;
}

.sl-nav li:hover ul {
  position: absolute;
  top: 29px;
  right: -15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}

.sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}

.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}

.sl-nav li ul li span {
  padding-left: 5px;
}

.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}

.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}

.flag-de {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==");
  background-size: cover;
  background-position: center center;
}

.flag-usa {
  background-size: cover;
  background-position: center center;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=");
}