@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
}
body {
  margin: 0 auto;
  font: 500 18px/1.5em circular, arial;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
}
ul li {
  margin-bottom: 1rem;
}

/*producto*/
.t-1 {
  font: 500 62px/1.2em circular, arial;
}
/*titulo de seccion*/
.t-2 {
  font: 500 40px/1.2em circular, arial;
}
/*subtitulos de seccion*/
.t-3 {
  font: 400 35px/1.2em circular, arial;
}
/*subtitulos de parrafo*/
.t-4 {
  font: 400 25px/1.3em circular, arial;
}
/*destacado de lectura y botones*/
.t-5 {
  font: 400 18px/1.2em circular, arial;
}
.t-5.b {
  font: 500 16px/1.2em circular, arial;
}
.t-5.c {
  font: 20px/1.2em circular, arial;
}
/*texto de lectura*/
.t-6 {
  font: 18px/1.4em circular, arial;
}
.t-6 b {
  font: 18px/1.4em circular, arial;
}
.t-6.b {
  font-size: 17px;
}
/*texto de nivel secundario*/
.t-7 {
  font: 11px/1.3em circular, arial;
}
/*titulo banner*/
.t-8 {
  font: 237px/1.1em circular, arial;
}
.t-9 {
  font: 35px/1.3em circular, arial;
}
.t-10 {
  font: 15px/1.4em circular, arial;
}
.t-11 {
  font: 25px/1.3em circular, arial;
}
.t-12 {
  font: 14px/1.3em circular, arial;
}
.t-13 {
  font: 18px/1.3em circular, arial;
}
.t-14 {
  font: 22px/1.4em circular, arial;
}
.t-15 {
  font: 35px/1.4em circular, arial;
}
.t-16 {
  font: 14px/1.4em circular, arial;
}
.t-16.b {
  font: 12px/1.5em circular, arial;
}
.t-17 {
  font: 21px/1.3em circular, arial;
}
.t-18 {
  font: 40px/1.1em circular, arial;
}
.t-19 {
  font: 29px/1.2em circular, arial;
}
.t-20 {
  font: 100px/1.2em circular, arial;
}
.t-21 {
  font: 14px/1.2em circular, arial;
}
.t-22 {
  font: 30px/1.2em circular, arial;
}
.t-23 {
  font: 25px/1.3em circular, arial;
}
.ic-1 {
  font-size: 30px;
}
.ic-2 {
  background: #fbfbfb;
  width: 90px;
  height: 90px;
  border-radius: 300px;
  position: relative;
}
.ic-2::before {
  position: absolute;
  top: 50%;
  color: #e7e7e7;
  font-size: 32px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.italic {
  font-style: italic;
}
.ff-black {
  font-family: circular, arial;
}
.fs-90 {
  font-size: 90px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-8 {
  font-size: 8px !important;
}

.c-1,
.btn.c-1:hover,
.btn.c-1:active,
.btn.c-1:visited,
.btn.c-1:focus,
.c-naranja {
  color: #ff7900 !important;
}
.btn:hover {
  opacity: 0.7;
}
.c-2,
.c-fff {
  color: #fff;
}
.c-2,
.c-2:hover,
.c-2:active,
.c-2:visited,
.c-2:focus {
  color: #fff;
}
.c-3,
.c-negro {
  color: #000;
}
.c-4 {
  color: #c9c9c9;
}
.c-5 {
  color: #6a6a6a;
}
.c-10 {
  color: #9b9b9b;
}
.c-6,
button.c-6 {
  color: #707070;
}
.c-7 {
  color: #a8213d;
}
.c-8,
.c-verde {
  color: #417505;
}
.c-9,
.c-azul,
.c-azul:hover,
.c-azul:active,
.c-azul:visited,
.c-azul:focus,
.btn-inline.c-azul {
  color: #0040eb;
  border-color: #0040eb;
}
.bg-1 {
  background-color: #ff7900;
}
.bg-2 {
  background-color: #e0f9fb;
}
.bg-3 {
  background-color: #000;
}
.bg-4,
.bg-blanco,
.bg-fff {
  background-color: #fff;
}
.bg-5 {
  background-color: #f8f8f8;
}
.bg-7 {
  background-color: #f3f3f3;
}
.bg-8 {
  background-color: #cecece !important;
}
.bg-6,
.bg-tip {
  background-color: #fafafa;
}
.mw-100 {
  max-width: 100%;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
a,
a:hover,
a:visited,
*:focus {
  color: #070707;
  text-decoration: none;
  outline: none;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}

[data-switch-menu].open {
  opacity: 0.5;
}
.w-100 {
  width: 100%;
}

.btn-1 {
  display: inline-block;
  font: 18px/1.2em circular, arial;
  background: #ff7100;
  border-radius: 22px;
  color: #fff;
  padding: 10px 14px;
}
.btn-6,
a.btn-6 {
  font-size: 24px;
  color: #ff7100;
}

.btn-1.bold {
  font-family: circular, arial;
}

.btn-2,
.btn2 {
  display: inline-block;
  font: 500 24px/1.3em circular, arial;
  border: 2px solid #3f282a;
  border-radius: 27px;
  color: #000;
  padding: 7px 25px 5px;
}
.btn1 {
  display: inline-block;
  font: 500 24px/1.2em circular, arial;
  border-radius: 27px;
  color: #373a36;
  background: #fff;
  padding: 7px 25px 5px;
}
.btn1.sm{
   font: 500 18px/1.3em circular, arial;


}
.btn1.i {
  color: #fff;
  background: #373a36;
}
.btn3,
.btn3:hover,
.btn3:active,
.btn3:visited,
.btn3:focus {
  display: inline-block;
  font: 500 24px/1.2em circular, arial;
  color: #007672;
  background: #fff;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.input1{
  border:1px solid #000;
  border-radius: 8px;
  padding: 9px 10px 8px;
  font:500 18px/1.2em circular, arial;
}
.btnCirculo {
  display: inline-block;
  font: 500 18px/1.2em circular, arial;
  white-space: nowrap;
  color: #6c6864;
}
.btnCirculo:visited,.btnCirculo:hover,.btnCirculo:focus,.btnCirculo:active {
  color: #6c6864;
}
.btnCirculo i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #3C292A;
  color: #fff;
  margin-left: 8px;
}
.btn-2.c-fff {
  border-color: #fff;
  color: #fff;
}
.btn-2.c-1 {
  border-color: #ff7900;
  color: #ff7900;
}
.max-width-500 {
  max-width: 555px;
}
.btn-3 {
  padding: 0;
  font: 18px/1.2em circular, arial;
  color: #000;
  display: inline-block;
}

.btn-3 > * {
  display: inline-block;
  vertical-align: middle;
}

.btn-3 .i {
  color: #fff;
  background: #ff7900;
  border: 7px solid #00000008;
  border-radius: 25px;
  font-size: 24px;
  padding: 14px 16px;
  margin-right: 10px;
  background-clip: padding-box;
  min-width: 73px;
  text-align: center;
}

.btn-3.v1 {
  color: #fff;
}

.btn-3.v1 .i {
  color: #707070;
  background-color: #fff;
  border: 7px solid #adadad78;
}

.btn-4 {
  display: inline-block;
  font: 18px/1.2em circular, arial;
  color: #000;
  display: inline-block;
}

.btn-4 > * {
  display: inline-block;
  vertical-align: middle;
}

.btn-4 .i {
  color: #707070;
  background: #fff;
  border: 4px solid #707070;
  border-radius: 25px;
  font-size: 30px;
  padding: 11px 13px;
  margin-right: 10px;
  background-clip: padding-box;
}
.btn-5 {
  padding: 20px 20px;
  background: #ff7100;
  font: 18px/1.2em circular, arial;
  color: #fff;
  border-radius: 30px;
}

.btn-5,
.btn-5:hover,
.btn-5:focus,
.btn-5:visited,
.btn-5:active {
  color: #fff;
}

.btn-5i {
  padding: 20px 20px;
  border: 1px solid #ff7100;
  font: 18px/1.2em circular, arial;
  color: #ff7100;
  border-radius: 30px;
}
.btn-5i,
.btn-5i:hover,
.btn-5i:focus,
.btn-5i:visited,
.btn-5i:active {
  color: #ff7100;
}
.btn-g,
.btn-fb {
  font: 18px/1.2em circular, arial;
  padding: 10px 20px;
  vertical-align: middle;
  border-radius: 6px;
  text-align: center;
  height: 100%;
}
.btn-fb,
.btn-fb:hover,
.btn-fb:focus,
.btn-fb:visited,
.btn-fb:active {
  background-color: #3b5998;
  color: #fff;
  padding: 17px 10px;
}
.btn-g {
  border: 1px solid #e5e5e5;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1:visited {
  color: #fff;
  background: #ff7300ee;
  opacity: 0.7;
  cursor: pointer;
}
.btn-1.v-fb {
  background-color: #3b5998;
}
.btn-inline {
  font: 18px/1.2em circular, arial;
  color: #000;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 2px;
}

.flex-grow-1 {
  flex-grow: 1;
}
.contenido-panel {
  flex-grow: 1;
  height: fit-content;
}
.btn-inline.xs {
  font-size: 12px;
}
.btn-inline.t-16 {
  font-size: 14px;
}
.btn-inline.c-naranja,
.btn-inline.c-p {
  border-color: #ff7100;
  color: #ff7100;
}
.buscar-emprendedor i {
  font-size: 24px;
  color: #707070;
}

.buscador {
  position: relative;
  margin: auto;
}
.buscador input {
  border: 1px solid #999;
  padding: 5px 50px 5px 20px;
  border-radius: 24px;
  color: #6c6864;
  width: 100%;
  font: 500 24px/1.2em circular, arial;
}
.buscador {
  position: relative;
  max-width: 900px;
}
.buscador .lupa {
  font-size: 24px;
  position: absolute;
  right: 18px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  color: #6c6864;
}
.buscador:hover input,
.buscador:focus-within input {
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.disabled {
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
  cursor: not-allowed;
}
.tran-1 {
  transition: all 0.8s ease 0s;
}
.tran-2 {
  transition: 0.3s ease-in-out;
}
.vh {
  visibility: hidden;
}
.bs-1 {
  box-shadow: 0px 3px 6px #00000029;
}
.bs-2 {
  box-shadow: 0px 0px 2px #00000017;
}
.pr,
.p-r {
  position: relative;
}
.ps,
.p-s {
  position: static !important;
}
.oh {
  overflow: hidden !important;
}
.ov {
  overflow: visible !important;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

.btn:hover {
  opacity: 0.9;
}

[class^="btn"] {
  transition: all 0.2s ease 0s;
}

::selection {
  background: #999;
  color: #fff;
}

::-moz-selection {
  background: #999;
  color: #fff;
}

.cursor-pointer {
  cursor: pointer;
}

.br-1 {
  border-radius: 9px;
}

.br-2 {
  border-radius: 15px;
}
.br-23 {
  border-radius: 23px;
}

.b-1 {
  border: 8px solid #ffd341;
}

.b-2 {
  border: 9px solid #fff;
}
.b-3 {
  border: 4px solid #00000018;
}
.white-space-nowrap {
  white-space: nowrap;
}

.vertical-align-middle {
  vertical-align: middle;
}
.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.sep-1 {
  border-top: 2px solid #ccc;
  height: 0;
  width: 100%;
}
.sep-2 {
  border-bottom: 1px solid #dfdfdf;
  height: 0;
  width: 100%;
}
.sep-3 {
  border-bottom: 2px solid #e9e9e9;
  height: 0;
  width: 100%;
}
.sep-4 {
  border-bottom: 1px solid #eaeaea;
  height: 0;
  width: 100%;
}

.post-footer {
  color: #fff;
  background: #040606;
  position: relative;
  z-index: 13;
  box-shadow: 0px 500px 0px 500px #040606;
}
.post-footer a {
  color: #fff;
}
.caja1{
  border-radius:8px;
  background:#fff;
  height:max-content;
  border:1px solid #E5E7EB;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  overflow: hidden;
}
.caja1 .destacado{
  background-color: #3C292A;
  padding:15px 16px;
  border-radius: 100%;
  color:#fff;
}
.caja1 .sep{
  border-bottom:1px solid #E5E7EB;
  width:100%;
}
.caja1 .sep + a:last-child{padding-top:15px}
 
.caja1 a {
  display: block;
  padding:10px 16px;
  white-space: nowrap ;
  color:#6C6864;
  font: 400 18px/1.2em circular, arial;
  transition: all 0.15s cubic-bezier(.4, 0, .2, 1);

}

.caja1 a:hover{
  background-color: #f3f4f6;
}
.caja1 a:first-child {
  padding-top:16px
}
.caja1 a:last-child,.caja1 a.preSep {
  padding-bottom:16px
}
.caja-1 .el-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.caja-2 {
  min-height: 400px;
}

.caja-2 .el-1 {
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  z-index: 0;
}

.caja-2 .el-2 {
  position: absolute;
  top: 50%;
  left: -15%;
  width: 130%;
  z-index: 0;
}
.zi-1 {
  z-index: 1;
}

.h-100 {
  height: 100%;
}

.p-6 {
  padding: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}
.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.grid-sizer,
.grid-item {
  width: 20%;
}

.grid-item--width2 {
  width: 40%;
}

.grid-item--width3 {
  width: 60%;
}

.burgushka {
  width: 40px;
  height: 30px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.burgushka span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #3C292A;
  opacity: 1;
  left: 0;
  border-radius: 4px;
  transition: 0.25s ease-in-out;
}
.burgushka span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.burgushka span:nth-child(2) {
  top: 12px;
  transform-origin: left center;
}
.burgushka span:nth-child(3) {
  top: 24px;
  transform-origin: left center;
}
.burgushka.on span:nth-child(1) {
  transform: rotate(45deg);
  top: -2px;
  left: 6px;
}
.burgushka.on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.burgushka.on span:nth-child(3) {
  transform: rotate(-45deg);
  top: 26px;
  left: 6px;
}
.v-h {
  visibility: hidden;
}
.uppercase {
  text-transform: uppercase;
}
.caja-4 {
  position: relative;
  box-sizing: border-box;
}

.caja-4::after {
  content: "";
  width: 80%;
  z-index: 3;
  position: absolute;
  left: 10%;
  bottom: 0;
  height: 2px;
  opacity: 0.2;
  background: #cccccc;
}
.con-palitos:after {
  content: "";
  height: 80%;
  width: 2px;
  z-index: 3;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.2;
  background: #ccc;
}
.con-palitos:before {
  content: "";
  width: 80%;
  height: 2px;
  z-index: 3;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  opacity: 0.2;
  background: #ccc;
}
.con-palitos:last-child:after {
  content: none;
}
.container.con-aire .row > div {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sin-ultimos-palitos:before {
  content: "";
  width: 100%;
  height: 2px;
  z-index: 4;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #fff;
}
.sin-ultimos-palitos:after {
  content: "";
  width: 2px;
  height: 100%;
  z-index: 4;
  position: absolute;
  right: -1px;
  top: 0;
  background: #fff;
}
.slider-recetas .con-palito:after {
  content: "";
  height: 80%;
  width: 2px;
  z-index: 3;
  position: absolute;
  right: -37px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.2;
  background: #cccccc;
}
.slider-recetas .swiper-slide:last-child .con-palito::after {
  content: none;
}
.banner-top-home {
  z-index: 1;
}
.banner-top-home .t-8 {
  font: 208px/1.1em circular, arial;
}
.banner-top-home .nombre {
  position: absolute;
  left: 2rem;
  top: 0;
  z-index: 3;
}
.banner-top-home.i2 .nombre {
  left: 6rem;
}
.banner-top-home .img-1 {
  position: absolute;
  top: 3rem;
  right: 5rem;
  z-index: 2;
}
.banner-top-home.i2 .img-1 {
  top: 147px;
  right: 0px;
}
.banner-top-home .img-2 {
  position: absolute;
  bottom: 2rem;
  right: 50%;
  z-index: 2;
}

.banner-top-home.i2 .img-2 {
  position: absolute;
  bottom: auto;
  right: 8%;
  top: 373px;
  z-index: 3;
}

.banner-top-producto .nombre {
  font: 62px/0.9em circular, arial;
  position: absolute;
  left: 0;
}

.banner-top-producto .precio {
  position: absolute;
  bottom: 1.8rem;
  right: 0;
}
.banner-top-producto .cta {
  position: absolute;
  bottom: 1.8rem;
  left: 0;
}
.justify-content-space-evenly {
  justify-content: space-evenly;
}
.justify-content-space-around {
  justify-content: space-around;
}
.funcion .icono {
  max-width: 134px;
  max-height: 134px;
  border-radius: 150px;
  overflow: hidden;
  border: 4px solid #00000018;
}
.funciones {
  transition: all 3s ease;
  /* max-height: 9999px; */
  height: auto;
}
.funciones .fuego span {
  text-transform: uppercase;
  display: block;
}
.funciones .titulo span {
  display: none;
}
.funciones + .sw {
  display: none;
}
.label {
  font: 11px/1.2em circular, arial;
  border-radius: 10px;
  display: inline-block;
  padding: 4px 6px;
  overflow: hidden;
}
.label.label-1 {
  background: #595152;
  color: #fff;
}
.line-through,
.tachado {
  text-decoration: line-through;
}
header {
  z-index: 99;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 2px #00000017;
}
.vi-1 {
  overflow: hidden;
  max-height: 750px;
}
.vi-1::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 45px;
  width: 100%;
  z-index: 3;
  background: linear-gradient(#fff0, #fff);
}
video {
  background: transparent;
}
.favorito {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #fff;
  color: #ff7100;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-size: 22px;
}
.favorito i {
  position: relative;
  top: 1px;
}
.favorito.off {
  color: #d2d2d2;
}
.swiper-container {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.swiper-container.swiper-container-initialized {
  visibility: visible;
  opacity: 1;
}
.vertical-align-middle {
  vertical-align: middle;
}
::placeholder {
  color: #dcdcdc;
}
.btn-deseos {
  font-size: 24px;
}
.btn-deseos > span {
  font-size: 9px;
  border-radius: 100px;
  border: 2px solid #fff;
  color: #fff;
  background: #eb0f0f;
  position: absolute;
  height: 17px;
  min-width: 17px;
  bottom: -2px;
  padding-left: 4px;
  padding-right: 4px;
  right: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-p,
.c-p:hover,
.c-p:focus,
.c-p:active,
.c-p:visited {
  color: #ff7900;
}

.bg-p,
.bg-p:hover,
.bg-p:focus,
.bg-p:active,
.bg-p:visited {
  background-color: #ff7900;
}
.bc-p,
.bc-p:hover,
.bc-p:focus,
.bc-p:active,
.bc-p:visited {
  border-color: #ff7900;
}
.object-fit-cover {
  object-fit: cover;
}
.zi-9 {
  z-index: 9;
}
.zi-10 {
  z-index: 9;
}
.slider-productos .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 50%;
  /*   
  opacity: 0;
  pointer-events: none;
  cursor: not-allowed; 
  */
}
.slider-productos .swiper-pagination {
  opacity: 1;
}
.slider-productos .swiper-fle {
  position: absolute;
  top: 0;
  right: 0;
}

.slider-productos::before,
.slider-productos::after {
  content: "";
  z-index: 4;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #fff;
}
.slider-productos::after {
  content: "";
  z-index: 4;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  height: 100%;
  width: 2px;
  background: #fff;
}
.h-auto {
  height: auto !important;
}
.pins {
  transition: all 0.6s ease-in-out;
}
.pin {
  opacity: 0;
  position: absolute;
  width: 100%;
}
.pin.on {
  opacity: 1;
  position: relative;
}
.o0 {
  opacity: 0 !important;
}
.o50 {
  opacity: 0.5 !important;
}
.vende .elem-0 {
  max-height: 222px;
}
.vende .elem-1 {
  width: 350px;
}
.menu-producto {
  padding-top: 8px;
  padding-bottom: 8px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0px 2px 2px #00000017;
}
.menu-producto .nombre {
  font: 36px/0.9em circular, arial;
}
.menu-producto .indice a {
  padding: 0 20px;
  opacity: 0.3;
  transition: opacity 0.2s ease;
  display: inline-block;
}

.menu-producto .indice a.on,
.menu-producto .indice a:hover {
  opacity: 1;
}
.icono-2 {
  cursor: pointer;
  background: #ebebeb;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  border: none;
  font: 21px/1.1em circular, arial;
  color: #ff7900;
  box-shadow: 0px 3px 6px #aaaaaa29;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icono-3 {
  cursor: pointer;
  background: #ff7900;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  border: none;
  font: 21px/1.1em circular, arial;
  color: #fff;
  box-shadow: 0px 3px 6px #aaaaaa29;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icono-33 i {
  color: #00bf1e;
  font-size: 96px;
}

.float-right {
  float: right;
}
.menu-panel .nombre > span:first-child {
  font: 18px/38px circular, arial;
  color: #ff7900;
  border: 2px solid #ff7900;
  border-radius: 120px;
  width: 42px;
  margin-right: 10px;
  text-align: center;
  height: 42px;
  display: inline-block;
}
.contenido-panel .favorito {
  top: 15px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.wfavorito:hover .favorito {
  opacity: 1;
}
.circulado {
  border: 2px solid #ff7900;
  border-radius: 100px;
  width: 24px;
  text-align: center;
  height: 24px;
  position: relative;
}
.circulado:before {
  position: absolute;
  z-index: 33;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.badge {
  white-space: nowrap;
  border-radius: 30px;
  font: 14px/1.2em circular, arial;
  padding: 5px 11px;
}
.badge.info {
  background: #ebf3fc;
  color: #279cfa;
}
.menu-3p {
  cursor: pointer;
  display: inline-block;
  background: #f8f8f8;
  font-size: 11px;
  color: #707070;
  border-radius: 120px;
  width: 26px;
  height: 26px;
  text-align: center;
  position: relative;
}
.menu-3p > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-3p:hover .submenu {
  display: block !important;
}
.menu-3p .submenu {
  position: absolute;
  right: 10px;
  top: 10px;
  overflow: hidden;
  text-align: left;
  z-index: 4;
}
.menu-3p .submenu a {
  padding: 10px 7px;
  display: block;
  font: 14px/1.3em circular, arial;
  white-space: nowrap;
  border-top: 1px solid #eaeaea;
}
.menu-3p .submenu a:first-child {
  border: none;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.wcenter-center:hover .center-center {
  transform: translate(-50%, -50%);
}
.center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.center-center.fa-youtube {
  font-size: 70px;
  color: #fff;
}
.menu-usuario i {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.menu-usuario .switch {
  display: none;
}
.menu-usuario .urk {
  display: block;
}
.sin-b {
  border: none;
}
.bbb + div {
  transition: bottom 1s ease 0s;
  z-index: 99991 !important;
}
.bottom .bbb + div {
  bottom: 46px !important;
}
.logo img {
  width: 160px;
}
.vibu:hover .btn-3.v2 {
  opacity: 0.85;
  transform: translate(-50%, -50%) scale(1.02);
}

.btn-3.v2 {
  transition: all 0.06s ease;
}

.btn-3.v2 .i {
  color: #000;
  background-color: #fff;
  border: 7px solid #00000008;
  padding: 17px 22px;
  border-radius: 25px;
}
.py-4b {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}
.pt-4b {
  padding-top: 2rem !important;
}
.pb-4b {
  padding-bottom: 2rem !important;
}
/*flip home*/
.home.flip .img-1 {
  position: absolute;
  bottom: -30px;
  left: -170px;
  z-index: 3;
}

.home.flip .img-2 {
  position: absolute;
  top: 30px;
  right: -220px;
  z-index: 3;
}

.home.flip .imgs {
  margin-right: 0;
}

.home.flip .img-p {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .home.flip .imgs {
    margin-right: 242px;
  }
}

.c-848484 {
  color: #848484 !important;
}

.menu-1 .megamenu a:after {
  content: none !important;
}
.m1 {
  font: 400 18px/1.2em circular, arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.m1 a {
  color: #6c6864;
}
.m1 .li {
  display: inline-block;
  margin: 0 10px;
  white-space: nowrap;
}
.burgushka.on + .m2 {
  display: block !important;
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  width:fit-content;
}
.on + .m1 {
  display: block !important;
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  width:fit-content;
}

.menu-1 .megamenu {
  z-index: 99;
  min-width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -4px;
  background: #fff;
  box-shadow: 0 15px 23px -5px #77777770;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  transform: scale(0.98);
}

@media (min-width: 1200px) {
  .menu-1 > *:hover > .megamenu {
    max-height: 10000px;
    height: auto;
    opacity: 1;
    transform: scale(1);
  }
}

.menu-1 .megamenu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 0.5px;
  background-color: #c6c5c554;
  transform: translateX(-50%);
}

.menu-1 > * > a:after {
  content: none;
}

.menu-1 .megamenu a {
  display: block;
  width: 100%;
  padding: 10px 0;
  position: relative;
}

.column-count-2 {
  column-count: 2;
}
.sw-login{
  color:#3C292A;
}
.sw-megamenu:hover .megamenu {
  max-height: 1000px;
  height: auto;
  opacity: 1;
  transform: scale(1);
}
.sw-megamenu.on i {
  transform: scale(0.9);
  color: #ff7100;
}

.menu-1 > span > a {
  font-size: 25px;
  padding: 0.5rem 0;
  margin-bottom: 0;
}

.menu-1 > span > a > i {
  font-size: 15px;
  padding: 2px 3px;
  transition: all 0.2s ease;
  transform-origin: top left;
}
@media (max-width: 1199.98px) {
}

/*< sm*/
@media (max-width: 575.98px) {
  .menu-1 .megamenu:after {
    content: none;
  }

  .sep55 {
    border-bottom: 1px solid #c6c5c5;
    margin-bottom: 8px;
  }
}
.bg-mi {
  background: #fff2e6;
}
.btn-3-23 {
  border: 3px solid #000;
  padding: 11px 16px;
  font: 17px/1.2em circular, arial;
  color: #000;
  background: #fff;
  border-radius: 30px;
}

.underline-1,
.underline-1:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: auto;
}
.underline-1.tdc-naranja,
.underline-1.tdc-naranja:hover {
  text-decoration-color: #ff7100;
}
.btn-22,
.btn-22:hover,
.btn-22:focus,
.btn-22:active,
.btn-22:visited {
  color: #fff;
  background: #ff7100;
  cursor: pointer;
  border-radius: 24px;
  padding: 7px 15px 6px;
}

.btn-22 i {
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: -1px;
}
div.he + header {
  width: 100%;
}

.btn-7 {
  padding: 20px 20px;
  background: #ff7100;
  font: 18px/1.2em circular, arial;
  color: #fff;
  border-radius: 30px;
}

.btn-7,
.btn-7:hover,
.btn-7:focus,
.btn-7:visited,
.btn-7:active {
  color: #fff;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[class*="btn-"].rojo {
  background: #e92127;
}
.cu1 {
  position: relative;
  display: inline-block;
}

.cu1::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -5px;
  border-top: 2px solid #392019;
  border-radius: 50%;
  height: 10px;
  pointer-events: none;
}
.acceso {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
