@font-face {
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url(../fonts/Inter-Regular.ttf) format('woff2');
  }
  
  body {
    font-family: 'Inter' !important;
  }

  .whiteFont{
    color:white;
  }
  
  .margin-product {
    height: 100%;
  }
  
  .infoBackground{
    background-color: #a6a2a0;
    padding: 10px 15px;
    font-size: 12px;
    bottom: 0;
    position: relative;
    width: 100%;
  }
  
  .fontWColor{
    color:rgb(255, 255, 255) !important;
  }
  
  .paddingInfo{
    padding-left:5%;
  }
  
  .left-m{
    margin-left: 3%;
    width: 70%;
    margin-top: 3%;
  }
  
  .productbk{
    background-color: #eeeeee;
  }
  
  .insideProduct{
    padding-left: 20px;
    cursor: pointer;
  }
  
  .menubk{
    background-color: #eeeeee;
    padding:0;
    width: 115px;
    height: 100%;
    position: absolute;
  }
  
  .littleGreyBK{
    background-color: #eeeeee;
    padding:0;
    width: 115px;
    height: 100%;
  }
  
  .fontSizeProduct{
    font-size: 85%;
  }
  
  .linea{
    height: 1px;
    background-color: #adabab;
    width: 85%;
    margin: 10px auto;
    margin-left: 30px;
  }

  .lineaMenu{
    height: 1px;
    background-color: #adabab;
    width: 85%;
    margin: 10px auto;
  }

  .lineaMovile{
    height: 1px;
    background-color: #b7b6b6;
    width: 100%;
    margin: 10px auto;
    position: relative;
  }

  .ulPad{
    padding-left: 20px !important;
  }
  
  .lineaGrande{
    height: 1px;
    background-color: #b7b6b6;
    width: 92%;
    margin-top: 14px;
    margin-left: 0px;
  }
  
  .lineaGrandeProduct{
    height: 2px;
    background-color: #b7b6b6;
    width: 85%;
    margin-left: 20px;
  }
  
  .myFooterHome{
    width: 100%;
    left: 0;
    padding-right: 0px;
    padding-left: 0px;
    background-color: white;
    bottom: -65px;
  }
  
  .myFooterHome-active{
    bottom: -43px;
  }
  
  .iconSeparation{
    margin-right: 8px;
    margin-bottom: 2px;
  }
  
  .iconHeight{
    height:2vh;
    color:green;
  }
  
  .iconHeightWelcome{
    height:40px;
    margin-bottom: 10px;
  }
  
  .imgHeight{
    height: 60%;
    margin-left: 3%;
    width: 60%;
  }
  
  .pad{
    padding: 2%;
  }

  .tpad{
    padding: 5%;
  }
  
  .box{
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
  }
  
  .buttonNoRadius{
    display: flex;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 85%;
    align-items: center;
  }

  .welcomeFontSize{
    font-size: 20px;
  }

  .buttonWidth{
    width: 95%;
  }
  
  button:focus{
    outline: none;
  }
  
  .special-li{
    list-style: none;
    position: relative;
    padding-left: 15%;
  }
  
  .special-li::before{
    content: '';
    position: absolute;
    left:5%;
    top:50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 13px solid #0072CE;
  }
  
  .productSelected{
    background-color: #ffffff;
    border-radius: 10px;
    margin-right: 5%;
    margin-left: 4px;
    height: 0%;
  }
  
  .heightCalc{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .scrollable-products{
  width: 100% !important; 
  overflow-y: auto;
  background-color: #eeeeee;
  height: 77%;
  }
  
  .button-line{
    position: relative;
    bottom: -20px;
    width: 100%;
    height: 4px;
    background-color: #fa6400;
    border-radius: 5px;
  }
  
  .greyBackground{
    background-color: #eeeeee;
    width: 20%;
    height: 71vh;
  }
  
  .arrow{
    width: 13px;
    height: 13px;
    border-left: 2px solid black !important;
    border-bottom: 2px solid black !important;
    border-top: 0 !important;
    border-right: 0 !important;
    transform: rotate(45deg);
    position: relative;
    left: 90%;
  }
  
  .t-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 5%;
    padding-left: 5%;
    align-items: flex-start;
  }

  .TB-flex{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  
  button{
    margin: 0;
    font-family: 'Inter' !important;
    line-height: inherit;
  }

  .buttonNoBorder{
    border: none;
    padding: 0;
    margin:0;
  }

  .bp{
    
    padding-top: 7%;
  }

  .buttonNoneBorder{
    border: none;
    margin:0;
    left:0;
  }
  
  .re-main-container{
    background: #fff;
    min-height:540px !important;
    height: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .iconProduct{
    height:28px;
    margin-right: 8px;
  }
  
  .iconMenu{
    height:40px;
  }
  
  .fontMenu{
    padding-left: 5px;
    padding-right: 5px;
    font-size:12px;
    margin-left: 8px;
  }
  
  .padMenu{
    padding-left: 7px;
    padding-right: 5px;
    flex-direction: column;
  }

  .marginFec{
    margin-left: 15px;
  }

  @media (min-width: 1320px) {

    .heightCalc{
      width: 340px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }
  }

@media screen and (min-width: 770px) and (max-width: 1320px) {

  .heightCalc{
    width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .navbar-brand img {
    width: 175px !important;
    margin-left: 0 !important
  }
  .navbar-brand{
    margin-left: 0 !important
  }

  .imgHeight{
    height: 45vh;
    margin-left: 3%;
    width: 60vh;
  }
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
  .imgHeight{
    height: 30vh;
    margin-left: 3%;
    width: 50vh;
  }

  .navbar-brand img {
    width: 125px !important;
    margin-left: 0 !important
  }

  .navbar-brand{
    margin-left: 0 !important
  }
}

@media screen and (min-width: 770px) and (max-width: 900px) {
  .imgHeight{
    height: 20vh;
    margin-left: 3%;
    width: 40vh;
  }

  .heightCalc{
    width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .navbar-brand img {
    width: 100px !important;
    margin-left: 0 !important
  }
  .navbar-brand{
    margin-left: 0 !important
  }
}

@media screen and (max-width: 770px) {

  .lineaGrande {
    height: 1px;
    background-color: #b7b6b6;
    width: 95%;
    margin-top: 10px;
    left: -6px;
    position: relative;
}

  .displayMobile{
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
  }

  .t-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
 }

  .productbk {
    background-color: #eeeeee;
    width: 100%;
  }

  .re-main-container {
    border-radius: 15px;
    min-height: 540px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important; 
    padding-bottom: 0px !important;
  }

  .box {
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  }

  .iconMenu{
    height:30px;
  }

  .pad{
    padding: 0%;
  }

  .paddingWelcome{
    padding: 4% !important;
  }

  .heightCalc {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    z-index: 6;
    bottom: -8%;
    top:0%;
}

  .tpad {
    padding-top: 2%;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 2%;
  }

  .tbpad {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .menuFlex{
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    align-content: space-between;
    width: 100%;
    background: #fff;
    z-index: 4;
    position:sticky;
  }

  .arrow{
    width: 13px;
    height: 13px;
   border-top: 10px solid transparent;
   border-bottom: 10px solid transparent;
   border-right: 20px solid transparent;
    position: relative;
    left: 0%;
  }

  .iconSeparation{
    margin-right: 0px;
    margin-bottom: 2px;
  }

 .productMovile{
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
 }

 .lineaGrandeProduct {
   height: 2px;
   background-color: #b7b6b6;
   width: 90%;
   margin-left: 5%;
}

.lineaGrandeProductPP {
  height: 1px;
  background-color: #b7b6b6;
  width: 95%;
  margin-left: 10px;
}

.left-m {
  /* margin-left: 3%; */
  width: 95%;
}

.buttonNoRadius {
  display: flex;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  font-size: 85%;
  align-items: center;
  margin-left: 5%;
}

.widthMovile{
  width: 100%;
}

.linea {
  height: 1px;
  background-color: #adabab;
  width: 85%;
  margin: 10px 30px;
}

.menuActive{
  height: fit-content;
  display: flex !important;
  justify-content: flex-start;
  align-items: baseline;
  align-content: center;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 5;
  flex-direction: row;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: height 0.3s ease-in-out;
  width: 100%;
}

.menuActive.visible{
  height: 200px;
}

.menuActive.invisible{
  height: 0px;
}

.iconMenuSeparation {
  margin-right: 15px;
  margin-bottom: 2px;
}

.menuDarkBK{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.219);
  z-index: 2001;
  position: relative;
}

.z-in{
  z-index: 4 !important;
}

.redondo{
  width: 45px;
  height: 45px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.marginFec {
  margin-left: 0px;
}

.DarkTranspartent{
  background-color: rgba(0, 0, 0, 0.226);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.buttonNoPadding{
  max-width: 35px;
}

.scrollable-horizontal{
  overflow-x: auto;
}

}

@media screen and (max-width: 620px) {
  .scrollable-products{
    width: 100% !important; 
    overflow-y: auto;
    background-color: #eeeeee;
    height: 75%;
    }
}

@media screen and (max-width: 380px) {
  .scrollable-products{
    width: 100% !important; 
    overflow-y: auto;
    background-color: #eeeeee;
    height: 71%;
    }
}
  