:root {
  --primary: #2865E1;
  --secondary: #0A2AA4;
  --tertiary: #5E93EA;
  --cuaternary: #3355B6;
  --quinary: #E8F0FC;
  --senary: #E5EAF6;
  --transition: .6s ease;
  --ease-in: .6s ease-in;
  --ease: .3s ease;
}

::selection {
  background: var(--quinary);
  color: var(--primary);
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none !important;
  box-shadow: 0 0 0 0rem rgb(0 0 0 / 0%) !important;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus {
  outline-offset: 0px;
}

btn:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none !important;
}

body {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
}

body::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(25 101 225 / 80%);
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.overlay::before {
  z-index: 9997;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.container {
  padding-right: var(--bs-gutter-x,1.3rem);
  padding-left: var(--bs-gutter-x,1.3rem);
}

@media (min-width: 576px) {
  .container {
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
  }
}

/* framework */

.link-blue {
  background-color: transparent;
  color: var(--primary);
  text-decoration: none;
  background-image: linear-gradient(var(--primary),var(--primary));
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .5s;
}

.link-blue:hover {
  background-size: 100% 1px;
  color: var(--primary);
}

.link-product {
  color: var(--secondary);
  text-decoration: none;
  transition: var(--ease);
}

.link-product:hover {
  color: var(--primary);
}

a {
  color: var(--primary);
  transition: var(--ease-in);
}

.link-lightblue {
  color: var(--quinary);
  text-decoration: underline;
  transition: var(--ease);
}

.link-lightblue:hover {
  color: var(--tertiary);
  text-decoration: underline;
}

.bg-darkblue {
  background: var(--secondary);
}

.bg-blue {
  background: var(--primary);
}

.bg-lightblue {
  background: #E8F0FC;
}

.bg-white {
  background: white;
}

.rounded-5 {
  border-radius: 5px;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-15 {
  border-radius: 15px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-all {
  border-radius: 50%;
}

hr {
  border: solid 1px white;
}

.txt-white {
  color: white;
}

.txt-blue {
  color: var(--primary);
}

.txt-darkblue {
  color: var(--secondary);
}

.txt-lightblue {
  color: var(--tertiary);
}

.txt-dark {
  color: #393939;
}

.txt-light {
  font-weight: 300;
}

.txt-regular {
  font-weight: 400;
}

.txt-medium {
  font-weight: 500;
}

.txt-semibold {
  font-weight: 700;
}

.txt-bold {
  font-weight: 800;
}

.fnt-xs {
  font-size: 12px;
}

.fnt-sm {
  font-size: 14px;
}

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

.fnt-16-rpv {
  font-size: 14px;
}

@media (min-width: 1400px) {
  .fnt-16-rpv {
    font-size: 16px;
  }
}

.fnt-18 {
  font-size: 18px;
}

.fnt-20 {
  font-size: 20px;
}

.fnt-22 {
  font-size: 22px;
}

.section {
  margin-bottom: 100px !important;
}

.headline {
  font-family: 'Montserrat';
  font-size: calc(2.2rem + .2vw);
  line-height: normal;
  transition: .3s;
}

@media (min-width: 992px) {
  .headline {
    font-size: calc(3rem + .3vw);
  }
}

.headline.txt-shadow {
  text-shadow: 0px 0px 3px rgba(0 0 0 / 10%);
}

.head-paragraph {
  font-weight: 500;
  font-size: calc(1.3rem + .1vw);
  color: white;
  text-shadow: 0px 0px 3px rgba(0 0 0 / 10%);
}

@media (min-width: 992px) {
  .head-paragraph {
    font-size: calc(1.6rem + .3vw);
  }
}

.title, .title a {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: calc(1.3rem + .1vw);
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition);
}

.subtitle {
  font-weight: 500;
  font-size: calc(2.3rem + .1vw);
  margin: 0;
}

@media (min-width: 992px) {
  .subtitle {
    font-size: calc(2.3rem + .1vw);
  }
}

.title a:hover {
  color: var(--secondary);
}

.first-paragraph {
  font-weight: 500;
  font-size: calc(1.3rem + .1vw);
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mbr-100 {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .mbr-100 {
    margin-bottom: 100px;
  }
}

.mbr-150 {
  margin-bottom: 75px;
}

@media (min-width: 992px) {
  .mbr-150 {
    margin-bottom: 150px;
  }
}

.my-150 {
  margin: 150px 0;
}

.py-50 {
  padding: 50px 0;
}

.py-100 {
  padding: 100px 0;
}

.py-150 {
  padding: 150px 0;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-color: var(--tertiary);
}

.bg-table {
  background: var(--quinary) !important;
  transition: .3s;
}

.bg-table-up {
  background: var(--quinary) !important;
  border-radius: 10px 10px 0 0 !important;
  transition: .3s;
}

.bg-table-down {
  background: var(--quinary) !important;
  border-radius: 0 0 10px 10px !important;
  transition: .3s;
}

.picture-200 {
  width: 300px;
  height: 300px;
}

/* Animation */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-01s {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.animated.delay-02s {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.animated.delay-03s {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.animated.delay-04s {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.animated.delay-05s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.animated.delay-06s {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.animated.delay-07s {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.animated.delay-08s {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.animated.delay-09s {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2rem);
  }
  to {
    transform: translateY(0);
  }
}

.float {
  animation: float 10s .3s ease-in-out infinite;
}

@keyframes blur {
  to {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
  }
}

.blur {
  animation: blur 0.6s linear forwards;
  filter: blur(5px);
}

.hideme, .hidemeinup {
  opacity: 0;
  transition: .3s ease-in;
}

.hidemeinup, .hidemeinleft, .hidemernright, .Hidemeindown {
  opacity: 0;
}

/* Styles */

#bar-nav {
  border-bottom: solid 1px var(--quinary);
}

.brand img {
  width: auto;
  height: 45px;
}

@media (min-width: 768px) {
  .brand img {
    width: auto;
    height: 55px;
  }
}

@media (min-width: 1200px) {
  .brand img {
    width: auto;
    height: 55px;
  }
}

#btn-menu {
  position: relative;
  z-index: 10;
}

#btn-search {
  transform: rotate(0deg);
  transition: .3s ease;
}

#btn-search:hover {
  transform: rotate(90deg);
}

.btn-nav, .btn-socialmedia a {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  cursor: pointer;
}

.btn-nav:hover, .btn-socialmedia a:hover {
}

.btn-nav-inverse {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: var(--quinary);
  border: solid 2px var(--quinary);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  cursor: pointer;
}

.btn-nav-inverse:hover {
  background: transparent;
  border: solid 2px var(--quinary);
}

/* menu desktop */

.menu-desktop ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 9;
}

.menu-desktop ul li {
  margin: 4px 10px;
}

.menu-desktop ul li ul {
  display: none;
}

.menu-desktop ul li a {
  display: flex;
  position: relative;
  margin: 0 10px;
  padding: 5px 0;
  text-decoration: none;
  background-color: transparent;
  background-size: 0% 2px;
  transition: .3s;
  color: black;
  font-weight: 500;
}

.menu-desktop ul li a:hover, .menu-desktop ul li a:active {
  color: var(--primary);
  text-decoration: none;
}

.menu-desktop ul li a:hover + ul {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.menu-desktop ul li a:hover + ul, .menu-desktop ul li ul:hover {
  display: flex;
  position: absolute;
  padding: 10px;
  background: var(--cuaternary);
  flex-direction: column;
  z-index: 9999;
  border-radius: 15px;
}

.menu-desktop .menu-item {
  position: relative;
  background-color: transparent;
  white-space: nowrap;
}

.menu-desktop .menu-item .sub-menu {
  padding: 10px 20px;
  background: var(--secondary);
  box-shadow: 0 0 16px rgba(0 0 0 / 10%);
}

.menu-desktop .menu-item.active a {
  color: var(--primary);
}

.menu-desktop .menu-item .sub-menu .menu-item.active a {
  color: var(--tertiary);
}

.menu-desktop .menu-item-has-children {
  margin-right: 10px;
}

.menu-desktop .sub-menu .menu-item a {
  color: white;
  transition: var(--transition);
}

.menu-desktop .sub-menu .menu-item a:hover {
  color: var(--primary);
}

.menu-desktop .sub-menu.active a {
  color: var(--secondary);
}

.menu-desktop .sub-menu.active a:hover {
  color: var(--secondary);
}

#shop .btn, #shop-mobile .btn {
  background: var(--primary);
  color: white !important;
  border-radius: 20px;
  padding: 1px 30px;
  margin: 3px 0;
}

/* End menu desktop */

/* Menu mobile */

#menu {
  height: auto;
  max-height: 90vh;
  overflow: hidden auto;
}

.menu-mobile {
  font-weight: 500;
}

.menu-mobile a {
  display: block;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  color: white;
  transition: .3s;
}

.menu-mobile a:hover {
  color: var(--tertiary);
  text-decoration: none;
}

.menu-mobile .sub-menu a {
  width: auto;
}

.menu-mobile ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  margin: 0;
  list-style: none;
  width: 100%;
  flex-direction: column;
}

.menu-mobile ul li {
  margin: 10px 0;
}

.menu-mobile ul li ul {
  display: none;
}

.menu-mobile ul li a:hover + ul, .menu-mobile ul li ul:hover {
  display: none;
  position: relative;
}

.menu-mobile .menu-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
}

.menu-mobile .sub-menu .menu-item {
  padding: 5px;
  margin-bottom: 0;
}

.menu-mobile .sub-menu .menu-item a:hover {
  font-size: 1em;
  padding-left: 0px;
}

.menu-mobile .sub-menu .menu-item:first-child {
  padding: 5px 0 0 5px;
}

.divider-menu {
  width: 50px;
  height: 2px;
  background: white;
}

/* End menu mobile */

/* Menu Footer */

.menu-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .menu-footer ul {
    display: flex;
    flex-flow: wrap;
  }
}

.menu-footer ul li ul {
  display: none;
}

.menu-footer ul li a {
  display: flex;
  position: relative;
  margin: 0 10px;
  padding: 3px 0;
  text-decoration: none;
  background-color: transparent;
  background-image: linear-gradient(45deg, var(--quinary) 0%, var(--quinary) 100%);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: .3s;
  color: var(--quinary);
}

.menu-footer ul li a:hover {
  color: var(--quinary);
  text-decoration: none;
  background-size: 100% 1px;
}

.menu-footer ul li a:hover + ul {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.menu-footer ul li a:hover + ul, .menu-footer ul li ul:hover {
  display: flex;
  position: absolute;
  padding: 10px;
  background: var(--cuaternary);
  flex-direction: column;
  z-index: 9999;
  top: 30px;
}

.menu-footer .menu-item {
  position: relative;
  background-color: transparent;
  white-space: nowrap;
}

.menu-footer .menu-item .sub-menu {
  padding: 10px 20px;
  background: #f9f9f9;
}

.menu-footer .menu-item.active .sub-menu {
  background: black !important;
}

.menu-footer .menu-item-has-children {
  margin-right: 10px;
}

.menu-footer .menu-item-has-children::before {
  content: url('https://api.iconify.design/fa-solid/caret-down.svg?color=black&width=10');
  position: absolute;
  top: 5px;
  color: var(--primary);
  right: -3px;
  font-weight: bold;
  cursor: pointer;
  width: 10px;
  height: 10px;
}

.menu-footer .menu-item-has-children.active::before {
  content: url('https://api.iconify.design/fa-solid/caret-down.svg?color=white&width=10');
  position: absolute;
  top: 5px;
  color: var(--primary);
  right: -3px;
  font-weight: bold;
  cursor: pointer;
  width: 10px;
  height: 10px;
}

.menu-footer .sub-menu .menu-item-has-children::before {
  content: url();
  position: absolute;
  top: 8px;
  color: var(--primary);
  right: 0px;
  cursor: pointer;
  width: 10px;
  height: 10px;
}

/* End Menu Footer */

header {
  z-index: 9999 !important;
  top: 0;
  transition: top .3s ease;
}

#search {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9997;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

#search.open {
  opacity: 1;
  visibility: visible;
}

#search .efect-navigation {
  height: 100%;
  padding: 0;
  overflow: auto;
}

@media (min-width: 768px) {
  #search .efect-navigation {
    height: 100%;
    padding: 30px 60px 30px 60px;
  }
}

#search .efect-navigation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all -0.3s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30px 0;
}

#search.open .efect-navigation {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.3s;
}

#close-search {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  cursor: pointer;
  transform: rotate(0deg);
}

#close-search:hover {
  transform: rotate(90deg);
}

.forms {
  border-bottom: solid 2px var(--quinary);
}

.forms input {
  background: transparent;
  border: none;
  color: white;
}

.forms input::placeholder {
  color: var(--tertiary);
}

.forms input:focus {
  background: none;
  border: none;
  color: white;
}

.forms button {
  background: none;
  border: none;
}

.forms button:active, .forms button:hover {
  border: none !important;
  border: none !important;
}

#navigation {
  width: 100%;
  height: auto;
  position: fixed;
  padding: 15px;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  top: 60px;
}

@media (min-width: 992px) {
  #navigation {
    top: 110px;
  }
}

#navigation.open {
  opacity: 1;
  visibility: visible;
}

#navigation .efect-navigation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: auto;
}

#navigation.open .efect-navigation {
  opacity: 1;
  visibility: visible;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#social-media a, #social-media-mobile a {
  margin: 5px;
  opacity: initial;
  transition: var(--transition);
}

#social-media a:hover, #social-media-mobile a:hover {
  margin: 5px;
  opacity: .5;
}

#footer {
  border-top: solid 1px var(--quinary);
}

#up {
  position: relative;
}

#btn-up a {
  width: 50px;
  height: 50px;
  background: var(--primary);
  border-radius: 50%;
  margin-top: 0px;
  right: 10%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 9px rgba(0 0 0 / 15%);
}

.line {
  width: 100%;
  height: 1px;
  background: var(--quinary);
}

.line-white {
  width: 100%;
  height: 1px;
  background: white;
}

.line-blue {
  width: 100%;
  height: 1px;
  background: var(--primary);
}

.nav-up {
  top: 0px !important;
}

@media (min-width: 992px) {
  .nav-up {
    top: -68px !important;
  }
}

.head-cover {
  position: relative;
}

.cover-img {
  position: absolute;
  width: 100%;
  height: 600px;
  background: var(--quinary);
  top: 0;
  left: 0;
  z-index: 1;
}
.img-h{
  background-image:url('/wp-content/uploads/2023/10/660x600.jpg');
}
.img-e{
  background-image:url('/wp-content/uploads/2023/10/660x600-copia.jpg');
}
.img-r{
  background-image:url('/wp-content/uploads/2023/10/mobile-renimiento.png');
}
.img-f{
  background-image:url('https://impresionlaserbrother.com.mx/wp-content/themes/brother/assets/img/funciones-avanzadas-cover-mobile.jpg');
}
.img-c{
  background-image:url('https://impresionlaserbrother.com.mx/wp-content/uploads/2024/09/Laser-color-led-mov.png'); 
}

.paralax{
  background-size:cover;
  background-position: inherit;
  background-attachment: inherit;
}

@media (min-width: 992px) {
  .img-h{
    background-image:url('/wp-content/uploads/2023/10/1920x600-b.jpg');
  }
  .img-e{
    background-image:url('/wp-content/uploads/2023/10/1920x600-4.jpg');
  }
  .img-r{
    background-image:url('/wp-content/uploads/2023/10/rendimiento-desk.png');
  }
  .img-f{
    background-image:url('https://impresionlaserbrother.com.mx/wp-content/themes/brother/assets/img/funciones-avanzadas-cover-desktop.jpg');
  }
  .img-c{
    background-image:url('https://impresionlaserbrother.com.mx/wp-content/uploads/2024/09/Laser-color-led.png');
  }
  .paralax{
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
  }

}
/*opacity*/
.cover-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  mix-blend-mode: multiply;
  transition: var(--transition);
}

.cover-content {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 2;
}

/*opacity*/
/*.gradient:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: linear-gradient(0deg,rgba(0,0,0,.5) 100%,rgba(232,240,252,.5) 100%);
  z-index: 1;
  transition: .4s;
}*/

.area-btn-shop, .btn-shop, .btn-shop-double {
  position: relative;
}

.btn-shop .btn, .btn-shop-double .btn, .btn-comparate{
  width: 250px;
  height: 50px;
  background: var(--primary);
  color: white;
  padding: 0px 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  z-index: 3;
}
.btn-comparate:hover{
  color: var(--primary);
  border: solid 2px var(--primary);
}

.btn-shop:hover > .btn, .btn-shop-double:hover > .btn {
  background: var(--secondary);
  color: white;
}

.drop-shop, .drop-shop-double {
  position: absolute;
  width: 250px;
  height: 50px;
  overflow: hidden;
  background: var(--quinary);
  border: solid 1px transparent;
  padding: 0;
  border-radius: 25px;
  z-index: 2;
  top: 0;
  transition: var(--transition);
  text-align: center;
  box-shadow: 0 3px 16px rgba(0 0 0 / 5%);
}

.drop-shop.one.open, .drop-shop-double.one.open {
  height: 100px;
  padding: 55px 15px 1px 15px;
  transition: height 0.6s ease;
}

.drop-shop.two.open, .drop-shop-double.two.open {
  height: 135px;
  padding: 55px 15px 1px 15px;
  transition: height 0.6s ease;
}

.drop-shop.three.open, .drop-shop-double.three.open {
  height: 175px;
  padding: 55px 15px 1px 15px;
  transition: height 0.6s ease;
}

.drop-shop.four.open, .drop-shop-double.four.open {
  height: 210px;
  padding: 55px 15px 1px 15px;
  transition: height 0.6s ease;
}

.drop-shop.five.open, .drop-shop-double.five.open {
  height: 250px;
  padding: 55px 15px 1px 15px;
  transition: height 0.6s ease;
}

.drop-shop.six.open, .drop-shop-double.six.open {
  height: 290px;
  padding: 55px 15px 1px 15px;
  transition: height 0.6s ease;
}

.drop-shop.seven.open, .drop-shop-double.seven.open {
  height: 330px;
  padding: 55px 15px 1px 15px;
  transition: height 0.6s ease;
}

.drop-shop hr, .drop-shop-double hr {
  border: solid 1px #D6DDED;
  margin: 5px 0;
}

.drop-shop a, .drop-shop-double a {
  font-size: 18px;
  text-decoration: none;
  color: var(--primary);
  transition: var(--transition);
}

.drop-shop a:hover, .drop-shop-double a:hover {
  color: var(--secondary);
}

.product {
  position: relative;
  padding-top: 20px;
}

.product img {
  background: var(--quinary);
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
}

@media (min-width: 576px) {
  .product img {
    width: 250px;
    height: 250px;
  }
}

.product .around {
  border: solid 2px transparent;
  width: 260px;
  height: 260px;
  position: absolute;
  border-radius: 50%;
  transition: var(--transition);
}

.product:hover > .product-img .around {
  width: 250px;
  height: 250px;
  border: solid 2px var(--quinary);
}

@media (min-width: 576px) {
  .product:hover > .product-img .around {
    width: 280px;
    height: 280px;
    border: solid 2px var(--quinary);
  }
}

.divider {
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 0;
}

.divider img {
  width: 100%;
}

.paragraph-padding {
  padding: 0 5% 0 0;
}

.clip-circle picture {
  -webkit-clip-path: circle(0 at 50% 50%);
  clip-path: circle(0 at 50% 50%);
  transition: -webkit-clip-path 1.5s cubic-bezier(0.215,0.61,0.355,1);
  transition: clip-path 1.5s cubic-bezier(0.215,0.61,0.355,1);
  transition: clip-path 1.5s cubic-bezier(0.215,0.61,0.355,1),-webkit-clip-path 1.5s cubic-bezier(0.215,0.61,0.355,1);
  transition-delay: 0.3s;
}

.efect picture {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transform: none;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  right: 0;
}

.clip-circle picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clip-circle-basic picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.btn-basic a {
  min-width: 300px;
  max-width: 400px;
  height: 50px;
  background: var(--primary);
  text-decoration: none;
  color: white;
  padding: 0px 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  transition: var(--transition);
  line-height: normal;
  text-align: center;
}

.btn-basic a:hover {
  background: var(--secondary);
}

.btn-secondary a {
  width: auto;
  height: 50px;
  background: transparent;
  text-decoration: none;
  color: var(--primary);
  border: solid 3px var(--primary);
  padding: 0px 30px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  transition: var(--ease);
  line-height: normal;
  text-align: center;
}

.btn-secondary a:hover {
  background: var(--primary);
  color: white;
}

@media (min-width: 768px) {
  .btn-secondary a {
    padding: 0px 50px;
  }
}

.element-bg {
  position: relative;
  height: 300px;
}

.element-bg .circle-blue {
  width: 200px;
  height: 200px;
  background: var(--quinary);
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.element-bg picture {
  position: relative;
  z-index: 2;
}

.element-bg picture img {
  width: 280px;
}

@media (min-width: 768px) {
  .element-bg picture img {
    width: 280px;
  }
}
#form p{display: flex;}

#form input, #form select {
  background: transparent;
  border: none;
  color: white;
  width: 100%;
}

#form select {
  border-bottom: solid 1px white !important;
}

#form input::placeholder {
  color: var(--quinary);
}

.area-input, #form input[type="text"],#form input[type="email"]{
  border-bottom: solid 1px white;
  margin-bottom: 30px;
  width: 100%;
}
#wpcf7-f72-o1, #wpcf7-f72-o1 span{
  display: block;
  width: 100%;
}

#form input[type="submit"], .wpcf7-response-output{
  background: white;
  color: var(--primary);
  font-weight: 500;
  border-radius: 30px;
  /*width: 100px;*/
  margin: auto;
}

#form .form-select, #form select {
  background-image: url('../../assets/img/drop-select.svg');
  border: none;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.wpcf7-not-valid-tip{
  color: white;
  border-radius: 1px solid var(--primary) ;
  width: 70%;
  text-align: center;
  margin: auto;
  background-color: none;
}
.wpcf7-response-output{
  border-color: none;
  color: white;
  background-color: var(--primary);
  width: 100%;
  text-align: center;
}

.img-product {
  position: relative;
  z-index: 2;
}

.product-shop {
  position: relative;
  width: 100%;
}

.bg-circle {
  position: relative;
  z-index: 1;
  width: 100%;
}

.product-picture {
  position: absolute;
  z-index: 2;
  width: 70%;
}

.product-picture img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.bg-circle img {
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .bg-circle img {
    width: 90%;
    height: auto;
  }
}

.line-vertical {
  width: 1px;
  height: 20px;
  display: block;
  background: white;
}

.collapsible {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  position: relative;
}

.collapsible.left:after {
  content: url("../../assets/img/arrow-down.svg");
  color: white;
  font-weight: bold;
  margin-left: 5px;
}

.collapsible.right:after {
  content: url("../../assets/img/arrow-down.svg");
  color: white;
  font-weight: bold;
  float: right;
  top: 0;
}

.collapsible.right-white:after {
  content: url("../../assets/img/plus.svg");
  color: white;
  font-weight: bold;
  float: right;
  position: absolute;
  top: -28px;
  right: -33px;
}

.collapsible.botton:after {
  content: url("../../assets/img/arrow-down.svg");
  color: white;
  font-weight: bold;
  position: absolute;
  display: block;
}

.collapsible.left.active:after {
  content: url("../../assets/img/arrow-up.svg");
}

.collapsible.right.active:after {
  content: url("../../assets/img/arrow-up.svg");
}

.collapsible.botton.active:after {
  content: url("../../assets/img/arrow-up.svg");
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
  padding-top: 10px;
}

.bg-scrolling {
  width: 100%;
  height: 150px;
  background: var(--secondary);
  position: relative;
  border-radius: 0;
  margin-top: -100px;
  z-index: 1;
}

@media (min-width: 1200px) {
  .bg-scrolling {
    width: 100%;
    height: 200px;
    margin-top: -130px;
  }
}

.bg-scrolling-service {
  width: 100%;
  height: 300px;
  background: var(--primary);
  position: relative;
  border-radius: 0;
  margin-top: -250px;
  z-index: 1;
}

.area-cards {
  position: relative;
}

.card-white {
  background: white;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0 0 0 / 15%);
  height: 100% !important;
}

.cards {
  position: relative;
  z-index: 2;
}

.card-toner {
  padding: 14px;
  flex: 0 0 auto;
  width: 75%;
}

@media (min-width: 576px) {
  .card-toner {
    width: 58.33333333%;
  }
}

@media (min-width: 768px) {
  .card-toner {
    width: 41.66666667%;
  }
}

@media (min-width: 992px) {
  .card-toner {
    width: 33.33333333%;
  }
}

@media (min-width: 1200px) {
  .card-toner {
    width: 20%;
  }
}

.card {
  background: var(--quinary);
  padding: 20px;
  border-radius: 10px;
  border: none;
  height: 100%;
  display: flex;
  box-shadow: 0px 3px 9px rgba(0 0 0 / 5%);
}

.scrolling {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-color: light;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
}

@media (min-width: 1200px) {
  .scrolling-wrapper {
    overflow-x: hidden;
    flex-wrap: wrap;
  }
}

.scrolling-wrapper > div {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.scrolling-wrapper::-webkit-scrollbar {
  width: auto;
  height: 2px !important;
}

.scrolling-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.icons {
  position: relative;
  padding-top: 20px;
}

.icons img {
  object-fit: contain;
  position: relative;
}

.icons .around {
  border: solid 2px white;
  width: 260px;
  height: 260px;
  position: absolute;
  border-radius: 50%;
  transition: var(--transition);
}

.icons picture {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: var(--quinary);
  display: flex;
  justify-content: center;
  align-items: center;
}

.icons:hover > .product-img .around {
  width: 280px;
  height: 280px;
  border: solid 2px var(--quinary);
}

.card-services, .card-pages {
  position: relative;
}

.card-services img, .card-pages img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
  background: var(--quinary);
}

.aspect {
  position: relative;
  width: 100%;
  z-index: 0;
  transition: .3s ease;
}

.aspect img {
  position: absolute;
  top: 0;
  object-fit: cover;
  transition: .3s;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.aspect-4-4 {
  padding-top: 100%;
}

.aspect-4-3 {
  padding-top: 75%;
}

.aspect-2-3 {
  padding-top: 66.67%;
}

.aspect-16-9 {
  padding-top: 56.25%;
}

/* Single */

.single-content {
  font-family: 'Montserrat';
}

.single-content p {
  padding: 0 30px;
  font-size: 1em;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
  color: #333;
}

@media (min-width: 992px) {
  .single-content p {
    font-size: 1.1em;
  }
}

.single-content figure {
  padding: 0 10px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .single-content figure {
    padding: 0;
  }
}

.single-content figure img {
  width: 100%;
  height: auto;
  margin: 0;
}

.single-content figure .figure-caption, .caption {
  margin: 0px;
  padding-top: 0px;
  font-size: 12px;
  color: darkgray;
  font-weight: 400;
  bottom: -5px;
}

.single-content ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 300px) {
  .single-content ul {
    padding: 0 30px 0 65px;
  }
}

.single-content ul li:hover {
  background: white;
}

.single-content ul li {
  position: relative;
  display: block;
  padding: 5px 15px;
  background: transparent;
  text-decoration: none;
  transition: all .3s ease-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  border-radius: 20px;
}

.single-content ul li:hover:after {
  left: -.5em;
  border-left-color: var(--primary);
}

.single-content ul li:before {
  content: "•";
  position: absolute;
  left: -2em;
  top: 60%;
  margin-top: -1em;
  color: white;
  background: var(--primary);
  height: 1.5em;
  width: 1.5em;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  border-radius: 100%;
}

.single-content ol {
  list-style: none;
  padding: 0;
}

@media (min-width: 300px) {
  .single-content ol {
    padding: 0 30px 0 65px;
  }
}

.single-content ol li:hover {
  background: white;
}

.single-content ol li {
  position: relative;
  display: block;
  padding: 5px 15px;
  background: transparent;
  text-decoration: none;
  transition: all .3s ease-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  counter-increment: my-awesome-counter;
  border-radius: 20px;
}

.single-content ol li:hover:after {
  left: -.5em;
  border-left-color: var(--primary);
}

.single-content ol li:before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: -2em;
  top: 60%;
  margin-top: -1em;
  color: white;
  background: var(--primary);
  height: 1.5em;
  width: 1.5em;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
}

.figure-img {
}

.single-content a {
  color: var(--primary);
  text-decoration: none;
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, var(--primary) 0%, var(--primary) 100%);
  background-size: 100% 1px;
  transition: background-size .5s;
}

.single-content a:hover {
  background-size: 0% 1px;
  color: var(--tertiary);
}

.single-content iframe {
  width: 100%;
  background-color: #f9f9f9;
  margin: 0 0;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .single-content iframe {
    width: 95%;
    background-color: #f9f9f9;
    margin: 0 50px 0 0;
    margin-bottom: 30px;
  }
}

.single-content h1, .single-content h2 {
  font-size: 1.6em;
  padding: 0 30px;
  font-weight: 700;
  color: var(--primary);
}

@media (min-width: 992px) {
  .single-content h1, .single-content h2 {
    font-size: 2em;
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  .single-content h1, .single-content h2 {
    font-size: 2em;
    padding: 0 30px;
  }
}

.single-content h3, .single-content h4, .single-content h5, .single-content h6 {
  font-size: 1.5em;
  padding: 0 30px;
  color: var(--primary);
}

@media (min-width: 992px) {
  .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    font-size: 1.5em;
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    font-size: 1.5em;
    padding: 0 30px;
  }
}

.single-content figure {
  display: block;
}

.single-content video, .single-content iframe {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

/* single */

/* Table */

.table-hover tbody tr {
  color: #212529;
  background-color: transparent;
  transition: .3s;
  border-bottom: solid 2px var(--tertiary);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: #cde2ffb0 !important;
  border-bottom: solid 2px var(--tertiary);
}

.table tbody tr:nth-of-type(odd) {
  transition: .3s;
  background: #f0f5fc;
  border-bottom: solid 2px var(--tertiary);
}

.table tbody tr:nth-of-type(2n + 1):hover {
  background-color: #cde2ffb0 !important;
  transition: .3s;
  border-bottom: solid 2px var(--tertiary);
}

table {
  color: var(--primary);
  margin-bottom: 30px;
}

table thead {
  border-bottom: solid 4px var(--primary);
  color: var(--primary);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 30px;
}

@media (min-width: 992px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.table > :not(caption) > * > * {
  box-shadow: none;
}

.table tr:hover > .bg-table {
  background-color: #cde2ffb0 !important;
}

.btn-plus a, .btn-download a {
  width: 50px;
  height: 50px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--ease);
  transform: rotate(0deg);
}

.btn-plus a:hover, .btn-download a:hover {
  background: var(--secondary);
}

.btn-plus.active a{
  transform: rotate(45deg);
}


/* New styles */

#shop {
  position: relative;
}

#drop-btn-shop {
  display: none;
  top: 38px;
}

#drop-btn-shop.open {
  display: block;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.drop-btn-shop {
  position: absolute;
  top: initial;
  padding: 10px 20px;
}

.drop-btn-shop ul {
  display: flex;
  flex-direction: column;
}

.circle-picture img {
  width: 100%;
}

.comparative select {
  width: 90%;
  height: 50px;
  border-radius: 30px;
  padding: 0 15px;
  margin: 10px;
  background: url("../../assets/img/drop-blue.png") no-repeat;
  background-size: 30px;
  background-position: calc(100% - 0px) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
  border: solid 2px var(--primary);
  color: var(--primary);
  font-weight: 500;
}

.area-carousel {
  position: relative;
  background: #E8F0FC;
  border-radius: 50%;
}

#carousel-product .carousel-item {
  padding: 60px;
}

@media (min-width: 576px) {
  #carousel-product .carousel-item {
    padding: 80px;
  }
}

@media (min-width: 992px) {
  #carousel-product .carousel-item {
    padding: 60px;
  }
}

@media (min-width: 1200px) {
  #carousel-product .carousel-item {
    padding: 80px;
  }
}

#carousel-product img {
  width: 100%;
  height: auto;
}

.carousel-product .carousel-item {
  padding: 60px;
}

@media (min-width: 576px) {
  .carousel-product.carousel-item {
    padding: 80px;
  }
}

@media (min-width: 992px) {
  .carousel-product .carousel-item {
    padding: 60px;
  }
}

@media (min-width: 1200px) {
  .carousel-product .carousel-item {
    padding: 80px;
  }
}

.carousel-product img {
  width: 100%;
  height: auto;
}

.carousel-control-next-icon {
  background-image: url(../../assets/img/next-1.svg);
  background-size: 40px;
}

.carousel-control-prev-icon {
  background-image: url(../../assets/img/prev-1.svg);
  background-size: 40px;
}

.carousel-indicators [data-bs-target] {
  display: none;
  margin: 0;
  position: absolute;
}

.carousel {
  border-radius: 50%;
  overflow: hidden;
}

#comparative-part table tr th {
  width: auto;
}

@media (min-width: 1200px) {
  #comparative-part table tr th {
    width: 16.6%;
  }
}

.fit {
  width: fit-content;
}

.tooltips {
  position: relative;
  display: inline-block;
}

.tooltips .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltips .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--primary) transparent transparent transparent;
}

.tooltips:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.area-60 {
  width: auto;
}

@media (min-width: 1200px) {
  .area-60 {
    width: 60%;
  }
}

.area-40 {
  width: auto;
}

@media (min-width: 1200px) {
  .area-40 {
    width: 40%;
  }
}

.area-66 {
  width: auto;
}

@media (min-width: 1200px) {
  .area-66 {
    width: 66.6%;
  }
}

.area-33 {
  width: auto;
}

@media (min-width: 1200px) {
  .area-33 {
    width: 33.3%;
  }
}

.card-static {
  width: 280px;
}

.card-static-1 {
  width: 233px;
}

@media (min-width: 1200px) {
  .card-static-1 {
    width: 200px;
  }
}

@media (min-width: 1200px) {
  .card-static-1 {
    width: 233px;
  }
}

.index-1{
position: relative;
z-index: 98;
}

.index-2{
position: relative;
z-index: 97;
}

.index-3{
position: relative;
z-index: 96;
}

#form p span{
  width: 100%;
}

#wpcf7-f22-o1{
  width: 100%;
}

.wpcf7-spinner{
  display: none;
}

@media (min-width: 1400px){
  .shops-columns .col-xxl-2 {
    flex: 0 0 auto;
    width: 14.28% !important;
}
}


/* -- */

#slider-slick .slick-slide {
  padding: 0;
}

#slider-slick .slick-prev {
  top: calc( 50% - 20px);
  left: 15px;
}

#slider-slick .slick-next {
  top: calc( 50% - 20px);
  right: 15px;
}

#slider-slick .slick-dots {
  bottom: -4px;
}

#slider-slick.slick-dotted {
  margin-bottom: 0;
}

#slider-slick .slick-prev::before {
  content: url(../../assets/img/prev-3.svg);
}

#slider-slick .slick-next::before {
  content: url(../../assets/img/next-3.svg);
}

#slider-slick .slick-dots li.slick-active button {
  background: white;
}

#slider-slick .slick-dots li button {
  background: rgba(0 0 0 / 50%);
  opacity: .5;
}

/* -- - */

.parallax {
  background-attachment: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .parallax {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
}

.cover-slider img {
  width: 100%;
  height: auto;
  transition: .3s;
}

.content-slider {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entrylevel-one {
  background-image: url('/wp-content/uploads/2024/09/Laser-home-mov.jpg');
  transition: .3s;
}

@media (min-width: 992px) {
  .entrylevel-one {
    background-image: url('/wp-content/uploads/2024/09/Laser-home.jpg');
  }
}

.rendiminetoyproductividad-one{
  background-image: url('/wp-content/uploads/2024/09/Laser-rendimiento-mov-1.png');
  transition: .3s;
}

@media (min-width: 992px) {
  .rendiminetoyproductividad-one{
    background-image: url('/wp-content/uploads/2024/09/Laser-rendimiento.png');
  }
}

.rendiminetoyproductividad-two{
  background-image: url('/wp-content/uploads/2024/09/Laser-rendimiento-mov-2.png');
  transition: .3s;
}

@media (min-width: 992px) {
  .rendiminetoyproductividad-two{
    background-image: url('/wp-content/uploads/2024/09/Laser-rendimiento-2.png');
  }
}

.rendiminetoyproductividad-three{
  background-image: url('/wp-content/uploads/2024/11/bbb-laser-mov1.jpg');
  transition: .3s;
}

@media (min-width: 992px) {
  .rendiminetoyproductividad-three{
    background-image: url('/wp-content/uploads/2024/11/bbb-laser-v1.jpg');
  }
}

.rendiminetoyproductividad-four{
  background-image: url('/wp-content/uploads/2024/11/bbb-laser-mov1.jpg');
  transition: .3s;
}

@media (min-width: 992px) {
  .rendiminetoyproductividad-four{
    background-image: url('/wp-content/uploads/2024/09/Laser-color-led.png');
  }
}

.home-two{
  background-image: url('/wp-content/uploads/2024/09/Laser-color-led-mov.png');
  transition: .3s; 
}

@media (min-width: 992px) {
  .home-two{
    background-image: url('/wp-content/uploads/2024/09/Laser-home-2.png');
    transition: .3s; 
  }
}

.home-one{
  background-image: url('/wp-content/uploads/2024/09/Laser-home-mov.jpg');
  transition: .3s; 
}

@media (min-width: 992px) {
  .home-one{
    background-image: url('/wp-content/uploads/2024/09/Laser-home.jpg');
    transition: .3s; 
  }
}

.funcionesavanzadas-one{
  background-image: url('https://impresionlaserbrother.com.mx/wp-content/uploads/2023/11/soluciones-mobile.jpg');
  transition: .3s; 
}

@media (min-width: 992px) {
  .funcionesavanzadas-one{
    background-image: url('https://impresionlaserbrother.com.mx/wp-content/uploads/2023/11/soluciones-desktop.jpg');
    transition: .3s; 
  }
}

/* Ocultar equipo DCP-B7535DW  
#rmb-mx #content #fourth-part {
  display: none;
}
*/
