@font-face {
  font-family: 'poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'poppins-bold';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}

body{
  font-family: poppins !important;
}

.font-poppins{
  font-family: poppins;
}

.font-mont{
  font-family:Montserrat-Regular;
}

.font-poppins-b{
  font-family: 'poppins-bold';
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

.w-40{
  width:40%;
}

.w-50-95{
  width:50%;
}




.w-45{
  width:45%;
}

.bg-orange{
  background:#F2A820;
}

.bg-blue{
  background:#02ADD3;
}

.text-header{
  font-size: 16px;
  color: #000000 !important;
}

.text-header-b{
  font-size: 16px;
  color: #02ADD3 !important;
}

.font-16{
  font-size:16px;
}

.bg-salus-inicio {
  background-image: url(../img/Salus_banner.webp) !important;
  background-size: cover;
  height: 450px;
  margin-bottom: 0;
  background-position: 50% 0%;
  /*width: 100%;
  max-width:1700px;*/
}

.text-gray{
  color: #8E8E8E;
}

.text-blue{
  color: #02ADD3;
}

.text-orange{
  color:#F2A820;
}

.font-size-4v{
  font-size:5vmin;
}

.font-size-41v{
  font-size:4.1vmin;
}

.font-size-2v{
  font-size:2.4vmin;
}

.img-alianza{
  width:130px;
}

.img-nosotros{
  width:180px;
}

.img-icon-blue{
  width:80px;
}

.img-icon-blue2{
  width:60px;
}

.card-blue{
  color: white;
  border: 2px solid white;
  width: 200px;
  height: 190px;
}

.card-blue2{
  border: 3px solid #02ADD3;
  width: 230px;
  height: auto;
  text-align: left;
}

.img-servicios{
  width: 200px;
}

.w20px{
  width:20px;
}

.w30px{
  width:30px;
}

.img-red{
  width:60px;
}

.img-reg{
  width:150px;
}

.input-border{
    border-radius: 7px;
    border: 1px solid gray;
}

.small{
  font-size:90% !important;
  font-family: poppins !important;
  font-weight: 100 !important;
}

.small-2{
  font-size:90% !important;
  font-family: poppins !important;
  font-weight: 100 !important;
}

.bg-salus-nosotros {
  background-image: url(../img/banner_nosotros_Salus.webp) !important;
  background-size: cover;
  height: 450px;
  margin-bottom: 0;
  background-position: 50% 0%;
  /*width: 100%;
  max-width:1700px;*/
}

.bg-salus-funciona {
  background-image: url(../img/Salus_banner_como_funciona.webp) !important;
  background-size: cover;
  height: 450px;
  margin-bottom: 0;
  background-position: 50% 0%;
  /*width: 100%;
  max-width:1700px;*/
}

.bg-salus-all {
  background-image: url(../img/banners.webp) !important;
  background-size: cover;
  height: 450px;
  margin-bottom: 0;
  background-position: 50% 0%;
  /*width: 100%;
  max-width:1700px;*/
}

.img-whats{
  position: fixed;
  right:1%;
  bottom: 10px;
}


.w70{
  width: 70px;
}

.w-90{
  width: 90%;
}

.w-70{
  width:70%;
}

.w-51{
  width:50%;
}


@media (max-width: 700px) {
  .font-size-2v{
    font-size:5vmin;
  }
  .font-size-4v{
    font-size:7vmin;
  }
  .w-51{
    width:70%;
  }
  .img-icon-blue{
    width:60px;
  }

  .img-icon-blue2{
    width:40px;
  }

  .card-blue{
    color: white;
    border: 2px solid white;
    width: 148px;
    height: 190px;
  }

  .img-servicios{
    width: 180px;
  }

  .small-2{
    font-size:75% !important;
    font-family: poppins !important;
    font-weight: 100 !important;
  }

  .bg-salus-inicio {
    background-image: url(../img/salus_banner_inicio.webp) !important;
    background-size: cover;
    height: 390px;
    margin-bottom: 0;
    background-position: 50% 0%;
    /*width: 100%;
    max-width:1700px;*/
  }

  .w-50-95{
    width:90%;
  }

  .img-reg{
    width:110px;
  }

  .bg-salus-nosotros {
    background-image: url(../img/banner_nosotros.webp) !important;
    background-size: cover;
    height: 390px;
    margin-bottom: 0;
    background-position: 50% 0%;
    /*width: 100%;
    max-width:1700px;*/
  }

  .show-50{
    display:none !important;
  }

  .font-size-41v {
    font-size:6.5vmin;
  }

  .bg-salus-funciona {
    background-image: url(../img/banner_como_funciona_salus.webp) !important;
    background-size: cover;
    height: 390px;
    margin-bottom: 0;
    background-position: 50% 0%;
    /*width: 100%;
    max-width:1700px;*/
  }

  .bg-salus-all {
    background-image: url(../img/banners.webp) !important;
    background-size: cover;
    height: 390px;
    margin-bottom: 0;
    background-position: 50% 0%;
    /*width: 100%;
    max-width:1700px;*/
  }
}


.show-50{
  display:block;
}

.w-60{
  width:50%;
}


.w-95{
  width:95%;
}

.w-15{
  width:15%;
}

.px150{
  width:150px;
}

.px40{
  width:40px;
}


.min-w-250{
  min-width: 250px;
}

.min-w-260{
  min-width: 260px;
}

.min-w-240{
  min-width: 240px;
}

.min-w-230{
  min-width: 230px;
}

.min-w-225{
  min-width: 225px;
}

.min-w-200{
  min-width: 200px;
}

.min-w-180{
  min-width: 180px;
}

.text-banner{
  font-size: 3vmin;
}

.div_banner_g{
  display: block;
}

.div_banner_ch{
  display: none;
}

.pointer{
  cursor: pointer
}



.w-49{
  width: 49%;
}

.input-contacto{
  border-radius: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 1px solid #97750f;
  width: 60%;
  min-width: 300px;
  font-family:Montserrat-Regular;
}

.input-buscar{
  border-radius: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 1px solid #97750f;
  /*width: 60%;*/
  min-width: 300px;
  font-family:Montserrat-Regular;
}

.input-contacto-log{
  border-radius: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 1px solid #97750f;
  width: 60%;
  font-family:Montserrat-Regular;
}


.bg-botellas{
  /*background-image:url(../img/salus_graficos_tradicion.webp),url(../img/salus_graficos_respeto.webp);
  margin-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center, right center;*/
}

.bg-cocktails{
  /*background-image:url(../img/salus_graficos_banner_cocteles.webp);*/
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
  background:#000;
}

.bg-black{
  background:#000;
}



.bg-color-salus{
  background: #97750f;
}

.hr_salus{
  width: 300px;
  height: 5px;
  background: #97750f;
}

.hr_salus_lg{
  width: 350px;
  height: 5px;
  background: #97750f;
}

.img-botella{
  width: 100%;
  min-width: 160px;
  max-width: 250px;
}

.w60{
  width:60px;
}

.w50{
  width:50px;
}

.img-conc{
  width:250px;
}

.bg-coc{
  background:#e2e1e1;
}

.div_img {
  transition: transform .2s ease-in-out;
  cursor:pointer;
}

.div_img:hover {
  transform: scale(1.2);
}

.div_ubi {
  transition: transform .2s ease-in-out;
  cursor:pointer;
}

.div_ubi:hover {
  transform: scale(1.1);
}

.bg-graficos{
  background-image:url(../img/salus_graficos_tradicion.webp),url(../img/salus_graficos_respeto.webp);
  margin-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center, right center;
}

.bg-grafico{                        
  background-image: linear-gradient(#ffffffba, #ffffffba), url(../img/salus_graficos_tradicion.webp) !important;
  margin-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-grafico-log{                        
    background-image: linear-gradient(#ffffffba, #ffffffba), url(../img/Mayahuel-izquierda.webp) !important;
    margin-bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.div_absolute {
  /*top: 10%;*/
  position: fixed;
  text-align: center;
  z-index:9999999;
  overflow: scroll;
  height: 100%;
  background-color: rgb(115 109 109 / 90%);
  animation: fade-in 1s ease;
}

.btn-coc{
  width: 100%;
  max-width: 90px;
  font-size: 14px;
  padding: 4px;
  border-radius: 6px;
  background: #97750f;
  border: none;
  cursor:pointer;
  color:white;
}

.btn-coc-show{
  width: 100%;
  max-width: 90px;
  font-size: 14px;
  padding: 4px;
  border-radius: 6px;
  color: #97750f;
  cursor:pointer;
  border: 1px solid #97750f;
  background:#fff;
}

.border-salus{
  border: 3px solid #97750f;
  background:#fff;
}

.border-salus-3{
  border: 3px solid #97750f;
}

.txt-ingr{
  line-height: 1.8;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
}

footer {
  margin-top: auto;
}

.h-map{
  height:500px;
  overflow:auto;
}

@media (max-width: 1113px) {
  .w-60{
    width:40%;
  }
}

@media (max-width: 950px) {
  .w-49{
    width: 80%;
  }
}

@media (max-width: 950px) {
  .bg-botellas{
    /*background-image: linear-gradient(#ffffff7a, #ffffffba), url(../img/salus_graficos_tradicion.webp);
    margin-bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;*/
  }

  .bg-graficos{
    background-image: linear-gradient(#ffffff7a, #ffffffba), url(../img/salus_graficos_tradicion.webp);
    margin-bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.img-coc {
  }

.div-resp-s{
  display: inline-block;
}

.div-resp-ns{
  display: none;
}


@media (max-width: 700px) {
  .text-banner{
    font-size: 3.8vmin;
  }

  .min-w-180{
    min-width: 160px;
  }
  .div_banner_g{
    display: none;
  }
  .div_banner_ch{
    display: block;
  }
}

@media (max-width: 993px) {
  .img-coc {
    display: none;
  }
}

@media (max-width: 992px) {
  .div-resp-s {
    display: none;
  }

  .div-resp-ns{
    display: inline-block;
  }
}
/*
@media (max-width: 1330px) {
  .bg-salus {
    background-image: url(../img/salus_wp.webp);
    background-size: cover;
    height: 588px;
    margin-bottom: 0;
  }
}

@media (max-width: 1215px) {
  .bg-salus {
    background-image: url(../img/salus_wp.webp);
    background-size: cover;
    height: 537px;
    margin-bottom: 0;
  }
}

@media (max-width: 1090px) {
  .bg-salus {
    background-image: url(../img/salus_wp.webp);
    background-size: cover;
    height: 483px;
    margin-bottom: 0;
  }
}*/





