h1 {
  font-family: "Roboto", sans-serif;
}

h2 {
  font-family: "Roboto", sans-serif;
}

h3 {
  font-family: "Roboto", sans-serif;
}

h4 {
  font-family: "Roboto", sans-serif;
}

h5 {
  font-family: "Roboto", sans-serif;
}

body, html {
  overflow-x: hidden;
}

/* Barra superior */
.llamadaSuperior {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.llamadaSuperior span {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .linkdown a {
    padding: 10px;
  }
}

/* END Barra superior */
.iconsocialcabecera {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 5%;
}

.iconsocialcabecera .icons {
  margin: 0 auto;
  font-size: 41px;
}

.iconsocialcabecera .icons a {
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .iconsocialcabecera {
    margin-top: 0;
  }
}

/* Carousel */
#myCarousel {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  background: white;
}

/* END Carousel */
/* Lista de productos */
.fa-search {
  padding: 8px;
}

/* END Lista de productos */
/* Footer */
.socialicon a i {
  color: #878c94 !important;
}

/* END Footer */
.lineatitulo {
  margin-bottom: 20px;
  margin-top: 20px;
}

.minheight {
  min-height: 300px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-top-20 {
  margin-top: 20px;
}

.height-100 {
  min-height: 250px;
}

.margin-auto {
  margin: auto;
}

.margin-top-0 {
  margin: 0px !important;
}

.iconPago {
  font-size: 50px;
}

.btn-default {
  margin: 10px;
}

.cantidadFicha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cantidadFicha span {
  font-size: 15px;
  margin: auto;
}

.tachado {
  text-decoration: line-through;
}

.amount {
  margin: 10px;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  font-weight: bold;
}

#precio {
  font-size: 35px;
}

/* Marcas */
.brandimg {
  width: auto;
  height: 70px;
  float: left;
  margin: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.brandimg:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.navbar-vertical {
  margin-bottom: 20px;
}

.text-uppercase {
  font-family: "Roboto", sans-serif;
}

.pagination {
  float: right;
}

.social-icons li a {
  font-size: 20px !important;
}

.alt-list li {
  margin: 0px !important;
}

#volverficha {
  float: right;
}

#volverficha button {
  margin: 10px !important;
}

.zonamarcas {
  border-top: solid 20px #eee;
}

.zonamarcas .container p {
  padding: 20px 0 10px 0;
  color: #1ac5b8;
  width: 50%;
  text-align: center;
  margin: auto;
  font-size: 24px;
}

.i {
  text-align: center;
}

.miniatura {
  width: 20%;
  padding: 5px;
}

.contenido {
  margin-top: 50px;
}

.middleBar {
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}

.modal-body .btn-default {
  margin-top: 0 !important;
}

.nopadding {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .navbar-brand img {
    width: 200px;
  }
}

.titol_llistat {
  text-align: center;
}

.news-mov {
  font-size: 24px;
  font-weight: bold;
}

#pedirpresupuesto {
  float: right;
}

#ircesta {
  color: #ffffff;
  background-color: #5ed35e;
  border: 1px solid #5ed35e;
  background-image: none !important;
}

.mensaje {
  color: #b68807;
  padding: 10px;
  background-color: #e3e008;
}

.yamm .navbar-nav > li > a:hover {
  border-top: 2px solid #617bc9 !important;
}

.btn.btn-default {
  background-color: #fd2222 !important;
  color: white !important;
  border: 1px solid #a80404 !important;
  height: auto;
}

.btn.btn-default:hover {
  background-color: #fd2222 !important;
}

.navbar-default {
  background: #fd2222 !important;
}

.primary-background {
  background-color: #e3e008 !important;
}

.btn.btn-default2 {
  background-color: #5ed35e;
}

.btn.btn-default2:hover {
  background-color: #01c82a;
}

.yamm .navbar-nav > li > a {
  color: white !important;
  font-size: 18px;
}

.middleBar {
  background: #4f4d4d !important;
}

.iconsocialcabecera .icons a {
  color: white !important;
}

.primary-background {
  background-color: #fd2222 !important;
}
/*# sourceMappingURL=estilos.css.map */

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #26262680;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#popup > div {
  max-width: 760px;
  max-height: 360px;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Slider Container which contains images */
.slides {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Default Image Properties */
.slides img {
  position: absolute;
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
  transition-delay: 500ms;
}

/* Active Image or Current image to display */
.slides > a[data-active] img {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0ms;
  width: 100%;
  height: 100%;
  z-index: 999;
}

/* Image Slider Next And Previous Buttons */
.btn-slide {
  position: absolute;
  background: #f1f1f1;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  opacity: 0;
  border: 1px solid rgba(34, 34, 34, 0.287);
  transition: opacity 300ms ease-in-out;
  cursor: pointer;
  overflow: hidden;
  z-index: 9999;
}

.btn-slide > img {
  width: 100%;
}

/* Show Buttons when user hover on the slider Container */
#popup > div:hover > .btn-slide {
  opacity: 1;
}

/* Previous and Next Button Position Absolute */
.prev,
.next {
  top: 50%;
  transform: translateY(-60%);
}

.prev {
  left: 20px;
}
.next {
  right: 20px;
}

/* Bottom Dots Container  */
.container-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: none;
  justify-content: center;
  z-index: 9999;
}

/* Sigle Dot style */
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #f1f1f1;
  margin: 0 5px;
  background: #f1f1f1;
  cursor: pointer;
  transition: background-color 500ms ease-in-out;
}

/* Change the color of bg when user hover on it. */
.dot:hover {
  opacity: 0.9;
  background: rgb(32, 32, 32);
}

/* Current or active dot */
.dot[data-active="true"] {
  background: rgb(32, 32, 32);
}

.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
  width: 21px;
  text-align: center;
  opacity: .5 !important;
}

.close:hover {
  opacity: .8 !important;
}

.img_mobile {
  display: none;
}

.dropdown.left > .dropdown-menu {
  display: none;
  width: calc(100% - 30px);
  background-color: #fff !important;
  box-shadow: none;
  justify-content: flex-start; }

.dropdown.left:hover > .dropdown-menu {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap; }

.dropdown.left .dropdown-menu .dropdown-menu {
  left: 0 !important; }

.dropdown.left > .dropdown-menu {
  padding: 15px;
  border: 1px solid #e8e8e8; }

.dropdown.left > .dropdown-menu > li {
  width: 20%;
  margin-bottom: 15px;
  padding: 0 15px; }

.dropdown.left .dropdown-menu li a {
  white-space: inherit;
  padding: 5px 10px; }

.dropdown.left .dropdown-menu li a:hover {
  font-weight: bold; }

.dropdown-menu li a:hover {
  background-color: transparent !important; }

.dropdown.left .dropdown-submenu .dropdown-menu {
  display: block;
  position: inherit;
  visibility: visible;
  left: 0;
  opacity: 1; }

.dropdown.left .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu {
  margin-left: 10px;
  font-style: italic;
  font-size: 0.9em; }

.dropdown.left > .dropdown-menu > li > a {
  padding: 0;
  border-bottom: 2px solid #00a3be;
  padding-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px; }

.dropdown.left .dropdown-submenu a:after {
  display: none; }

.dropdown.left .dropdown-submenu > .dropdown-menu {
  margin: 0;
  width: 100%;
  box-shadow: none; }

.dropdown.left li:hover > .dropdown-menu {
  background-color: transparent; }

.mega-menu > li:first-child {
  width: 60% !important;
}

.mega-menu > li:first-child > ul {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
}

@media (max-width: 1279px) {
  #popup img {
      /*display: none;*/
      width: 100%;
      height: auto;
  }
}

@media (max-width: 425px) {
  .img_mobile {
    display: initial;
  }

  .img_desktop {
    display: none;
  }
}