@import url("/static/assets/dist/css/fonts-nanito.css");

body {
  font-family: "Nunito Sans" !important;

}

html,
body {
  max-width: 100%;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: aliceblue;
}

.footer-mando button {
  font-size: 18px;
  font-weight: 400;
  margin-left: 2em;
}

.btn-left-menu {
  font-size: 18px;
}

.contenedor-video {
  /*  background: #000046; 
background: -webkit-linear-gradient(to right, #1CB5E0, #000046);  
background: linear-gradient(to right, #1CB5E0, #000046); */

  backdrop-filter: blur(6px);
  padding-bottom: 70px !important;
  /*position: absolute;*/
  width: 100%;
  height: 100vh;
  bottom: 0;
  min-height: 500px;
  padding: 16px;
  background: linear-gradient(to right, #1cb5e04f, #242469);
  /*box-shadow:inset 0px 11px 8px -10px #CCC,inset 0px -11px 8px -10px #CCC;*/
}

footer.bg-dark {
  background-color: #000000c7 !important;
}

.item-h1-category {
  font-size: 22px;
  color: var(--bs-white);
  font-weight: 600;
}


.row-carousel {
  /*overflow:initial;*/
  overflow-y: scroll;
  width: 100%;
  scrollbar-width: none;
  /* Also needed to disable scrollbar Firefox */
  -ms-overflow-style: none;
  /* Disable scrollbar IE 10+ */
  /*animation:  slide 1s;*/
}

@keyframes slide {
  0% {
    transform: translateX(1%);
  }

  /*25%{
      transform: translateX(-5%);
  }
  30%{
      transform: translateX(-10%);
  }
  50%{
      transform: translateX(-100%);
  }
  55%{
      transform: translateX(-200%);
  }
  75%{
      transform: translateX(-200%);
  }
  80%{
      transform: translateX(-300%);
  }
  100%{
      transform: translateX(-300%);
  }*/
}

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

:root {
  scroll-behavior: unset
}

.row__inner {
  transition: 450ms transform;
  font-size: 0;
  white-space: nowrap;
  margin: 35px 0;
  padding-bottom: 10px;
}

.tile {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 140.625px;
  margin-right: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: 450ms all;
  transform-origin: center left;
}

.tile__img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0px auto;
}

.tile__media {
  background-color: #02294c;
  border-radius: 6px;
  border-radius: 5px 5px 5px 5px;
  /* padding: 6px; */
  /*padding-top: 15px;
    padding-bottom: 15px;*/
}

.tile__details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  font-size: 10px;
  opacity: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0) 100%);
  transition: 450ms opacity;
}

.tile__details:after,
.tile__details:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: #000;
}

.tile__details:after {
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border: 3px solid #ecf0f1;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.tile__details:before {
  content: ">";
  left: 0;
  width: 100%;
  font-size: 30px;
  margin-left: 7px;
  margin-top: -18px;
  text-align: center;
  z-index: 2;
}

.tile:hover .tile__details {
  opacity: 1;
}

.tile__title {
  position: absolute;
  bottom: 0;
  padding: 10px;
}

/*.row__inner:hover {
    transform: translate3d(-62.5px, 0, 0);
}

.row__inner:hover .tile {
    opacity: 0.3;
}

.row__inner:hover .tile:hover {
    transform: scale(1.5);
    opacity: 1;
}

.tile:hover~.tile {
    transform: translate3d(40px, 0, 0);
}*/

/*.tile:hover{
    width: 255px;
    height: 145px;
}*/
.logotipo {
  width: 20%;
}

/*.tile__media:hover {
  transform: scale(1.1);*/
/*margin: 30px;*/
/*opacity: 1;
  box-shadow: 0px 1px 8px 1px #ffffff;
  z-index: 950;
}*/
.tile__media:hover .opacity-none {
  opacity: 1;
}

.item-load-icon {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.opacity-none {
  opacity: 0;
}

.item-title {
  color: #f6f6f6;
  position: absolute;
  margin: 5px 0;
  padding: 10px 0;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.item-description {
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: pre-wrap;
  width: 100%;
  background: rgb(0 0 0 / 20%);
  /* margin: -29px 0; */
  padding: 10px 0;
  border-radius: 0px 0px 4px 4px;
}

.button {
  position: absolute;
  color: #f6f6f6;
  font-size: 30px;
  border: 1px solid #f6f6f6;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  z-index: 950;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}

.button i {
  position: relative;
  top: 15%;
  left: 27%;
  transform: translate(-35%, -55%);
  z-index: 950;
}

.button:hover {
  box-shadow: 0px 0px 50px #ffffff;
}

#ww_96598654f1083 .ww-box {
  padding: 30px !important;
}

#ww_96598654f1083 .ww_name {
  font-weight: 700;
  font-size: 30px !important;
}

.widget2 {
  backdrop-filter: blur(3px);
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 6px 2px #f2e8e899;
}

/* .home-preview{
    height: 350px;
  }*

  /*widget*/
#ww_7e415b01aaaf6 .current-name {
  font-size: 35px !important;
  font-weight: 700;
}

.widget {
  backdrop-filter: blur(3px);
  border-radius: 8px;
  margin-bottom: 10px;
  /*box-shadow: 1px 1px 6px 2px #f2e8e899;*/
}

.sidr {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111111d9;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidr a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff !important;
  display: block;
  transition: 0.3s;
}

.sidr a:hover,
.offcanvas a:focus {
  color: #858688 !important;
}

.sidr .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr .sidr-inner>p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: 0px;
}

.sidr.left {
  right: auto;
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
}

.sidr .sidr-widgets {
  float: left;
  width: 100%;
  padding: 0 15px;
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}

.sidr>p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

.sidr ul li {
  display: block;
  margin: 0;
}

.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span {
  color: #fff;
}

.sidr ul li a,
.sidr ul li span {
  display: block;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  text-transform: capitalize;
  line-height: normal;
}

.sidr ul li ul {
  border-bottom: none;
  margin: 0;
  background: rgba(0, 0, 0, 0.3);
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.hide-dl-submenu>li {
  display: none;
}

.contenedor-sidebar {
  position: absolute;
  left: 8px;
}

#mobile-header2 {
  margin-bottom: 50px;
}

.submenu i {
  margin-right: 15px;
}

#mobile-header2 i {
  margin-right: 15px;
}

.cruice-active>.tile__media {
  border: 3px solid #ffffff;
  box-shadow: 0px 1px 8px 1px #ffffff;
}

.cruice-active .opacity-none {
  opacity: 1;
}

button.cruice-active {
  border: 3px solid #ffffff !important;
  box-shadow: 0px 1px 8px 1px #ffffff !important;
}

.identidad-producto {
  min-height: 200px;
}

.identidad-producto .h1-parrafo {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}

.identidad-producto .h2-parrafo {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.clima-ubicacion {
  min-height: 80px;
}

.footer-mando button {
  margin-bottom: 10px;
}

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

  .footer-mando button {
    margin-bottom: 10px;
    width: 50%;
  }
}

.media_contenido {
  width: 250px;
  height: 150px;
  background-size: cover;
  background-position: center;
}

.spinner-contenido {
  margin-top: 60px;
}

.spinner-contenido>.text-espera {
  font-size: 25px;
  color: #ffffff;
}

#infoNombre {
  display: none;
}

.alertify-notifier .ajs-message.ajs-info {
  background-color: #111111e3;
  border-radius: 25px;
  color: white !important;
  border: 0;
}