:root {
  --mainColorBase: #ce0e2d;
  --ColorContrast: #3d030d;
  --ColorEnfasis: #f11d31;
  --ColorEnfasisRGB: 241, 29, 49;
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

body,
html {
  background-color: #fcfcfc;
  color: #485364;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
section {
  position: relative;
}

/*Top bar*/
header .nav-link {
  color: var(--ColorContrast) !important;
  font-size: 0.8em;
  z-index: 9;
}

html.js .modern {
  background: red;
}
.banner {
  background: #e3e3e3;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#banner-product h3 {
  color: var(--ColorContrast);
  font-size: 2.1rem;
  font-weight: 600;
}
#banner-product h3 span {
  font-size: 3.5rem;
  color: var(--mainColorBase);
  font-weight: 700;
}

#banner-product h2 {
  color: var(--ColorContrast);
}

.fixed-top .navbar {
  background: white;
  padding: 0 1rem;
  justify-content: space-around !important;
  flex-wrap: nowrap;
}
.navbar-fact {
  max-width: 60%;
  margin: 0;
}
.navbar-fact a {
  color: #485364;
  font-size: 1em;
  padding-right: 0.75rem;
  padding-bottom: 0;
  font-weight: 500;
}
.fixed-top .navbar-brand img {
  width: 82px;
  display: inline-flex;
}
.fixed-top nav svg {
  fill: #f08080;
  margin-right: 6px;
  height: 30px;
}

/*Home hero/slider/ anywhere*/

.home-hero {
  height: 95vh;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.home-hero {
  background-image: url(../images/fondo-landing-center-min.webp);
}

body.no-webp .home-hero {
  background-image: url(../images/fondo-landing-center-min.jpg);
}
.hero-title {
  font-weight: 700;
  color: #485364;
  font-size: 45px;
  margin-top: 2.5em;
}
.hero-title small {
  display: inline-block;
  font-weight: 500;
  font-size: 60%;
  line-height: 30px;
  overflow: hidden;
}
.hero-title span {
  color: lightcoral;
}
.sticky {
  position: fixed;
  top: 90px;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.sticky > button {
  border-radius: 0;
  border-left: 0 !important;
  border-right: 0 !important;
}

.navbar-light .navbar-toggler {
  color: #485364 !important;
}
nav .navbar-collapse .navisotope li {
  border-bottom: solid 1px rgba(72, 83, 100, 0.1);
  width: 100%;
  text-align: center;
}

nav .navbar-collapse .navisotope .nav-item.active {
  background: var(--ColorEnfasis);
}

nav .navbar-collapse .navisotope .nav-item.active .nav-link {
  color: #fff;
  font-weight: 500;
}

.sticky + #productos {
  padding-top: 10em;
  transition: all linear 0.2s;
}

.bg-mancera {
  background-color: lightcoral;
}

.mancfacts {
  list-style: none;
  padding: 0;
}
.mancfacts li {
  color: #333;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 15px;
}
.mancfacts svg {
  fill: var(--ColorEnfasis);
}

.title-sp {
  font-size: 32px;
  text-align: center;
}

.calidadMarca {
  padding-top: 2em;
}
.calidadMarca > .row {
  padding-bottom: 0;
}
.calidadMarca h3 {
  font-size: 24px;
  text-align: center;
}

.exper h4 {
  font-size: 20px;
  padding: 0 15px;
}
/*GALLERY*/

h2.main-title-product {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}
h2.main-title-product small {
  font-weight: 600 !important;
}


.menu-promos label {
  color: #485364!important;
  font-size: 20px;
  font-weight: 600;
  padding: 3px 15px;
  border-radius: 4px !important;
  cursor: pointer;
  margin-bottom: 15px;
}

.menu-promos label.active, .menu-promos label:focus {
  background: rgba(var(--ColorEnfasisRGB), 1);
  color: #fff !important;
  box-shadow: none  !important;;
}
.menu-promos .btn input[type=radio]{
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}


.formulario-cotiza {
  padding: 1em;
}
.formulario-cotiza label {
  margin: 0;
  border: 0;
  border-radius: 0 10px 0 0;
  max-width: 70%;
  font-size: 14px;
  color: #ffffff;
}

.formulario-cotiza input,
.formulario-cotiza select {
  font-size: 14px;
  color: #535353 !important;
  border: solid 1px #809abd;
}
.formulario-cotiza small {
  font-size: 0.75em;
  font-style: italic;
}

.formulario-cotiza .form-control:focus {
  border: solid 1px #809abd;
  box-shadow: none;
}


.card {
  border-radius: 15px;
  border-bottom: solid var(--ColorEnfasis) 5px !important;
  color: #535353;
}
.card h4 {
  font-size: 1.2rem;
  min-height: 48px;
}
.card-text {
  font-size: 0.9rem;
  min-height: 72px;
}
#productos .carousel-item {
  text-align: center;
}
#productos .carousel-item img {
  width: 60% !important;
}

.card .carousel-indicators {
  bottom: -4%;
}
.carousel-indicators li {
  border: solid 1px #8092b4;
  border-radius: 4px;
  height: 6px;
}
.carousel-indicators li.active {
  border: solid 1px transparent;
  background: var(--ColorEnfasis);
}

.btn-termo-manpu {
  background-color: var(--ColorEnfasis);
  border-color: var(--ColorEnfasis);
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
  text-align: center;
  max-width: fit-content;
}

.wa-button {
  background: #25d382;
  border-radius: 50%;
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 9;
  padding: 1em;
  max-height: 56px;
  max-width: 56px;
  text-align: center;
  overflow: hidden;
  box-shadow: 4px 4px 7px rgba(51, 51, 51, 0.3);
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/*========================================*/
.cotizar {
  position: fixed;
  right: 50%;
  bottom: -100%;
  height: auto;
  width: 90vw;
  border-radius: 20px 20px 0 0;
  padding: 1.5em 0.75em 3em;
  background: rgba(255, 94, 27, 1); /*FF5E1B*/
  z-index: 999;
  transform: translateX(50%);
  transition: all ease 0.25s;
}
.cotizar .formulario-cotiza {
  padding: 0.7em 0.7em 0 0.7em;
}

.cotizar .formulario-cotiza input,
.cotizar .formulario-cotiza select {
  font-size: 14px;
  color: #535353 !important;
  border: none;
  margin-top: 5px;
  padding: 5px 10px;
}
.cotizar .formulario-cotiza select {
  font-weight: bold;
}
.cotizar .formulario-cotiza .form-control:focus {
  border: solid 2px #392e6a;
  box-shadow: none;
}
.cotizar .btn-manpu {
  background-color: #6b609c;
  border-color: #6b609c;
  font-size: 12px;
  font-weight: 600;
  padding-left: 2em;
  padding-right: 2em;
}
.cotizar .btn-manpu {
}
.cotizar .btn-manpu-light {
  background-color: none;
  border-color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding-left: 2em;
  padding-right: 2em;
}
.open {
  bottom: 0;
  transition: all ease 0.25s;
}
.btnclose {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  opacity: 1 !important;
  position: absolute;
  top: 5%;
  right: 8%;
  transition: all ease 0.25s;
}
.btnclose img {
  border-radius: 3px;
  width: 32px;
  cursor: pointer;
  transition: all ease 0.25s;
}
.btnclose img:hover {
  background: white;
  box-shadow: 0 0 10px 1px rgba(107, 96, 156, 0.5);
}
.cotizar .btn-manpu:hover,
.cotizar .btn-manpu-light:hover {
  background: #392e6a;
  box-shadow: 0 1px 10px 1px rgba(107, 96, 156, 0.5);
}

/*===============*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  #productos .carousel-item img {
    width: 60% !important;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .home-hero {
    height: 90vh;
  }
  .home-hero {
    background-image: url(../images/fondo-landing-right.webp);
  }

  body.no-webp .home-hero {
    background-image: url(../images/fondo-landing-right.jpg);
  }

  .hero-title {
    font-weight: 700;
    color: #485364;
    font-size: 72px;
    line-height: 1;
  }
  h2.main-title-product {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .title-sp {
    font-size: 3rem;
  }

  .navbar-fact li:last-child {
    min-width: 315px;
  }
  .formulario-cotiza {
    padding: 0.5em 3em;
  }
  .formulario-cotiza label {
    max-width: 60%;
  }
  .cotizar {
    position: fixed;
    right: -200%;
    bottom: 2%;
    height: auto;
    width: 420px;
    border-radius: 20px 0 0 20px;
    padding: 2em 1em;
    background: rgba(255, 94, 27, 1); /*FF5E1B*/
    transform: translateX(0);
    transition: all ease 0.25s;
  }
  .open {
    right: 0 !important;
    transition: all ease 0.25s;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .intro h1 {
    font-size: 3rem;
    font-weight: 700;
  }
  .logo_MANPU {
    max-width: 240px;
  }
  .card-text {
    min-height: 150px;
  }
  #productos .carousel-item img {
    width: 100% !important;
  }
  .home-slider .carousel-control-next-icon,
  .home-slider .carousel-control-prev-icon {
    width: 48px;
    height: 48px;
  }
  .card {
    min-height: 640px;
  }
}
@media (min-width: 1200px) {
}



/* default styles so shuffle doesn't have to set them (it will if they're missing) */
.my-shuffle {
  position: relative;
  overflow: hidden;
}
.targetDiv{
  padding-bottom: 30px;
}

