:root {
  --header: #2A2A2A;
  --letra: #fff;
  --Blu: #0637a6;
  --Hover: #acc5ff;
  --back: #d5d5d5;
  --rojo: #f20505;
  --contacto: #d7b38a;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}

a {
  color: var(--letra);
  text-decoration: none;
}

a:hover {
  color: var(--letra);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 10000000;
  background: #e03a3c;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  margin-bottom: 50px;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e65d5f;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: var(--header);
  transition: all 0.5s;
  z-index: 20000;
  padding: 30px 0;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: auto;
}

.header {
  justify-content: space-between;
  padding: 0px 20px;
}

#header .logo {
  margin-left: -27px;
  padding: 0px 20px;
}

#header .logo a {
  color: #111111;
}

#header .logo a span {
  color: #e03a3c;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  margin-left: 30px;
  background: var(--Blu);
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
}


@media (max-width: 992px) {
  .get-started-btn {
    margin: 0px 3px 0px -5px;
    padding: 4px 5px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar a:hover {
  color: var(--Hover);
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--letra);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
  font-size: 28px;

}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--header);
  transition: 0.3s;
  z-index: 9999;
  margin-left: -20px;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000000 !important;
}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------

#hero {
  max-width: 100%;
  margin-top: 90px;
  height: 100vh;
  background: url("/BANNER2.jpg") top center no-repeat;
  position: relative;
  padding-top: 82px;
  background-color: var(--back);
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
    padding-top: 58px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
@media (max-width: 715px) {
  .hero {
    padding-top: 93px;
  }
}
*/
.hero {
  width: 100%;
  position: relative;
  padding: 0px;
  margin-top: 110px;
}


@media (max-width: 721px) {
  .hero {
    margin-top: 90px;
  }
}

.hero.charging {
  overflow: hidden;
}

.hero.charging #homeSlider {
  opacity: 0;
  visibility: hidden;
  height: 400px;
}

#homeSlider {
  position: relative;
  min-height: 200px;
}

.hero .contLoader {
  position: absolute;
  z-index: -999;
  left: 0;
  top: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;
}

.hero .contLoader.show {
  z-index: 1;
}

.hero .contLoader.show .heroLoader {
  display: inline-block;

  overflow: visible;
  width: 80px;
  height: 80px;
}

.hero .contLoader.show .heroLoader::after {
  content: " ";

  display: block;

  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid var(--secondary);
  border-color: var(--secondary) transparent var(--secondary) transparent;

  animation: rotate360 1.2s linear infinite;
  -webkit-animation: rotate360 1.2s linear infinite;
  -moz-animation: rotate360 1.2s linear infinite;
  -o-animation: rotate360 1.2s linear infinite;
}

#homeSlider .carousel-indicators {
  align-items: center;
}

#homeSlider .carousel-indicators button {
  height: 8px;

  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#homeSlider .carousel-indicators button.active {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}


.gris {
  margin: auto !important;
  width: 85% !important;
  background-color: black !important;
  height: 8px !important;
  border-radius: 35px !important;
  margin-bottom: 70px !important;
}

.gris-catalogo {
  margin: auto !important;
  width: 55% !important;
  background-color: black !important;
  height: 8px !important;
  border-radius: 35px !important;
  margin-bottom: 32px !important;
  margin-top: 35px !important;
}


.red {
  width: 53% !important;
  background-color: var(--rojo) !important;
  height: 3px !important;
  border-radius: 35px !important;
  margin-bottom: 30px !important;
  opacity: 1;
  color: var(--rojo);
  position: absolute;
  margin-top: -10px;
  margin-left: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.marcas {
  color: var(--Blu);
  font-family: "Poppins", sans-serif;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 56px;
  margin-bottom: 15px;
}

.marcas {
  color: var(--Blu);
  font-family: "Poppins", sans-serif;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  background-color: var(--back);
}

.catalogo {
  padding: 5px 0;
  overflow: hidden;
  position: relative;
  background-color: var(--back);
  margin-top: -20px;
}


.Marca {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 45px;
  margin-top: 20px;
  margin: auto;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e03a3c;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
}

.section-bg:before {
  content: "";
  background: #1b1b1b;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b2b2b;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #aaaaaa;
}

.breadcrumbs ol a:hover {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--Blu);
  content: "/";
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--Blu);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--Blu);
}


.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid var(--Blu);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--Blu);
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  /* position: relative; */
  z-index: 1;
}

.lobo {
  position: relative;
  margin-top: 123px;
  bottom: 0px;
}

.left {
  margin-left: -10%;
}

.rigth {
  margin-left: 20%;
}

.carro {
  position: absolute;
  right: 0px;
  top: 105px;
  z-index: 2;
  width: 60%;
}

.bogo {
  display: flex;
  margin: auto;
  width: 350px;
  margin-bottom: 25px;
}

.Catalogo {
  width: 331px;
  height: 49px;
  line-height: initial;
  background: #b87d1c;
  background: linear-gradient(90deg, #b87d1c 0%, #f9f077 59%, #cfac33 100%);
  font-size: 20px;
  border: none;
}

@media (max-width: 342px) {
  .Catalogo {
    margin-right: 10px;
  }
}


.negro {
  position: relative;
  background: url("../img/fondos/negro.png") top center no-repeat;
  height: 100%;
  background-size: cover;
}

.about .rojo {
  background: var(--rojo);
  height: 550px;
  position: relative;
}

.aboutT .container {
  position: absolute;
  z-index: 1;
  margin-top: -500px;
}

.aboutt .fondo {
  position: relative;
  background: url("../img/fondos/fondo.jpeg") top center no-repeat;
  height: 100%;
  position: relative;
  margin-top: 0;
  background-size: cover;

}

.mapa {
  position: relative;
  background: url("../img/fondos/ubicacion.png") top center no-repeat;
  height: 530px;
  position: relative;
  margin-top: 0;
  background-size: cover;
}

.about .content {
  padding: 30px 30px 30px 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #e03a3c;
}


@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 80px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.counts .count-box i {
  position: absolute;
  width: 54px;
  height: 54px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #fff;
  color: #e03a3c;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 700;
  color: #111111;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
  border: 0;
}

.tabs .nav-link {
  border: 1px solid #b9b9b9;
  padding: 15px;
  transition: 0.3s;
  color: #ffffff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}


@media (max-width: 768px) {
  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .tabs .nav-link {
    padding: 15px;
  }

  .tabs .nav-link i {
    font-size: 24px;
  }
}

.tabs .tab-content {
  margin-top: 30px;
}

.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}

.tabs .tab-pane ul li {
  padding-bottom: 10px;
}

.tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e03a3c;
}

.tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #252525;
  transition: 0.3s;
  position: relative;
}

.services .icon-box:hover {
  background: #2b2b2b;
}

.services .icon-box i {
  float: left;
  color: #e03a3c;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #fff;
  transition: 0.3s;
}

.services .icon-box h4 a:hover {
  text-decoration: underline;
}

.services .icon-box .icon-box:hover h4 a {
  color: #e03a3c;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #e03a3c;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(17, 17, 17, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}


.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  font-size: 26px;
}



.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 30px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

/* Estilos para tablet */
/* Estilos para tablet */
@media (min-width: 768px) {
  .testimonials .testimonial-item {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
  }


  .testimonials .testimonial-item .testimonial-img {
    width: 250px;
    /* Ajusta el tamaño de las imágenes */
    margin-right: 15px;
    /* Ajusta el espacio entre las imágenes */
  }
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #2b2b2b;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.pricing .box h4 {
  font-size: 42px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #e03a3c;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.pricing .box .btn-buy:hover {
  border-color: #fff;
}

.pricing .featured {
  background: #e03a3c;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #e03a3c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #e03a3c;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  position: relative;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #111111;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: #e03a3c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #111111;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #111111;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background-color: #005ba0;
  position: relative;
  padding-top: 90px;
}


.contact .info-box {
  color: var(--letra);
  text-align: center;
  padding: 30px 70px 32px 0;
  margin-top: 36px;
}

.contact .info-box-line {
  color: var(--letra);
  text-align: center;
  padding: 30px 0 32px 0;
  margin-top: 36px;
  display: flex;
}

.contact .info-box i {
  font-size: 32px;
  color: #e03a3c;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f8d4d5;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}



@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #111111;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #e03a3c;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777777;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #e03a3c;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e35052;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111111;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #ffffff;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #e03a3c;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #111111;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(17, 17, 17, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #e03a3c;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111111;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #111111;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1e1e1e;
}

.blog .blog-pagination {
  color: #444444;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #111111;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #e03a3c;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111111;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #e03a3c;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #e34c4d;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #111111;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #e03a3c;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #111111;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #e03a3c;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #e03a3c;
  background: #e03a3c;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #111111;
}

.footer-top {
  padding: 60px 0 30px 0;
  background: url("../img/fondos/Footer.png") no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  margin-top: -20px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #e03a3c;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #e03a3c;
  bottom: 0;
  left: 0;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: white;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #aaaaaa;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #e03a3c;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e35052;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2b2b2b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #e03a3c;
  color: #fff;
  text-decoration: none;
}

#footer .line {
  width: 5px;
  height: 26%;
  background-color: var(--rojo);
  border-radius: 6px;
  display: flex;
  margin-left: -25px;
  position: absolute;
}

.maninu {
  margin: auto;
  display: flex;
  padding: 25px 0px 25px 25px;
}

@media (max-width: 630px) {
  .red {
    margin-left: 125px !important;
  }
}

@media (max-width: 460px) {
  .red {
    margin-left: 23% !important;
  }
}

@media (max-width: 390px) {
  .red {
    margin-left: 24% !important;
  }
}

@media (max-width: 730) {
  .abso {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.Tcompromiso {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  margin: auto;
  margin-left: 30px;
}

.btnn {
  background-color: var(--rojo);
  width: 214px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;

}



.estamos {
  background-color: var(--contacto);
  width: 100%;
  color: var(--Blu);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 145px;
  margin-top: 10px;
  margin-bottom: 27px;
  text-align: center;
}

.centrar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.producto {
  width: 300px;
}

.ubicacion {
  display: flex;
  margin: auto;
  padding: 50px 18px;
  justify-content: center;
  align-items: center;
}

.donde {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.resumen {
  width: 75%;
  height: 70px;
  background-color: var(--rojo);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.conc {
  width: 85% !important;
  background-color: rgb(255, 255, 255) !important;
  height: 3px !important;
  border-radius: 35px !important;
  opacity: 1;
  margin-top: -10px;
  margin-bottom: -41px;
}

.vert {
  border-left-color: var(--rojo);
  width: 66px;
  height: 210px;
  border-left-style: inset;
  position: absolute;
  margin-left: 272px;
}

@media (max-width: 890px) {
  .abso {
    margin-left: 213px;
    margin-top: 43px;
  }
}



@media (max-width: 1199px) {
  .carro {
    width: 300px;
  }
}


@media (max-width: 992px) {
  .btnn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
    width: 170px;
    margin-bottom: 15px;

  }
}

@media (max-width: 575px) {
  .coll {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 45px;
  }
}



@media (max-width: 720px) {
  .logo {
    width: 140px;
  }
}

@media (max-width: 430px) {
  .logo {
    width: 100px;
  }
}

@media (max-width: 774px) {
  .marcas {
    font-size: 24px;
    text-align: center;
  }
}


@media (max-width: 890px) {
  .lobo {
    visibility: hidden;
  }
}

@media (max-width: 720px) {
  .rigth {
    visibility: visible;
    position: absolute;
    z-index: 2;

  }
}

@media (max-width: 890px) {
  .Catalogo {
    margin-left: -21px;
  }
}

.redd {
  color: var(--rojo);
}

@media (max-width: 1000px) {
  .peque {
    font-size: 21px;
    margin: 0;
  }
}

.girl {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 52%;
}

@media (max-width: 720px) {
  .girl {
    visibility: hidden;
  }
}

.icon-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.circle-icon {
  background-color: red;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -12px;
}

.circle {
  background-color: red;
  border-radius: 50%;
  width: 55px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}


.circle-icon i {
  color: white;
}

.icon-text {
  color: white;

}


.product-catalog {
  background-color: #f0f0f0;
  padding: 20px;
}

.catalog-header h1,
.catalog-header p {
  color: #000;
  text-align: center;
}

.search-bar {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.search-bar input,
.search-bar button {
  padding: 10px;
}

.search-bar button {
  background-color: #007bff;
  color: white;
  border: none;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-around;
}

.product-item {
  background-color: #d9d9d9;
  width: calc(50% - 10px);
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.more-products {
  text-align: center;
  margin-top: 20px;
}

.more-products button {
  background-color: #ff0000;
  color: white;
  padding: 10px 20px;
  border: none;
}


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

  .ver-mas-btn {
    margin-left: -30px;
  }
}

.mosaic {
  display: flex;
  margin-left: 35px;
  flex-wrap: wrap;
}

.column {
  width: calc(20% - 10px);
  margin-bottom: 20px;
  text-align: center;
}

.column img {
  max-width: 100%;
}

.column p {
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .column {
    width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .column {
    width: 100%;
  }
}

.mosaic {
  display: flex;
  flex-wrap: wrap;
}




.column {
  width: calc(20% - 10px);
  margin-bottom: 20px;
  text-align: center;
}

.column img {
  max-width: 100%;
}

.column p {
  font-size: 14px;
  margin-top: 5px;
}

.button-container {
  width: 100%;
  text-align: center;
}


@media (max-width: 768px) {
  .column {
    width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .column {
    width: 100%;
  }
}

.search-bar {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 15px;
}

.search-bar p {
  margin: 0;
  margin-bottom: 10px;
}

.search-input {
  display: flex;
  align-items: center;
}

.blue-input {
  background-color: blue;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 5px 10px;
  margin-right: 10px;
  height: 30px;
  width: 150px;
}

.search-btn {
  background-color: blue;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}

.mosaic {
  display: flex;
  flex-wrap: wrap;
}

.row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.column {
  width: calc(20% - 10px);
  margin-bottom: 20px;
  text-align: center;
}

.column img {
  max-width: 100%;
}

.column p {
  font-size: 14px;
  margin-top: 5px;
}

.button-container {
  width: 100%;
  text-align: center;
}

.ver-mas-btn {
  background-color: red;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .search-input {
    flex-direction: column;
    align-items: center;
  }

  .blue-input {
    width: 100%;
    /* El campo de búsqueda ocupa todo el ancho disponible */
    margin: 0;
    /* Elimina el margen derecho */
    margin-bottom: 10px;
    /* Ajusta el margen inferior */
  }

  .search-btn {
    margin: 0;
  }

  .column {
    width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .column {
    width: 100%;
  }
}

.AZ {
  color: var(--header);
}

@media (max-width: 767px) {
  .sepa {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .info-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 50px;
  }
}

@media (max-width: 350px) {
  .info-box {
    margin-left: 130px;
  }
}

@media (max-width: 480px) {
  .conc {
    margin-left: 50px;
  }
}

@media (max-width: 480px) {
  .info-box-line {
    margin-left: 50px;
  }
}

@media (max-width: 480px) {
  .estamos {
    margin-left: 35px;
  }
}

@media (max-width: 991px) {
  .espaa {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .espa {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -30px;
  }
}

@media (max-width: 380px) {
  .espa {
    margin-top: -80px;
  }
}

@media (max-width: 980px) {
  .espaa {
    margin-top: -80px !important;
    margin-left: 13%;
  }
}

@media (max-width: 991px) {
  .Catalogo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 331px;
    height: 39px;
    margin-bottom: 25px;
  }
}

@media (max-width: 450px) {
  .esca {
    width: 150px;
    margin-left: 15px;
  }
}


@media (max-width: 345px) {
  .sepa {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .Catalogo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    position: relative;
    bottom: -8px;
  }
}

.cont-search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  padding: 20px 0px;
  width: 100%;
}

.cont-search .title {
  margin-right: 15px;
  color: var(--header);
  font-size: 28px;
}

.cont-search .search {
  background-color: var(--Blu);
  border: 2px solid var(--Blu);
  border-radius: 15px;
  padding: 5px 10px;
  margin-right: 10px;

  text-align: center;
  color: var(--letra);

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.cont-search .search:focus {
  border: 2px solid var(--letra);
  outline: none;
}

.cont-search .search::placeholder {
  opacity: 1;

  text-align: center;
  color: var(--letra);
  font-weight: 500;
}

.cont-search .icon {
  background-color: var(--Blu);
  width: 30px;
  border-radius: 50%;
  height: 30px;
  color: var(--letra);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}


.desp {
  color: var(--header);
  font-size: 24px;
  margin-bottom: 25px;
}

@media (max-width: 900px) {
  .collM {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

}

#Catalogo .box .name .code {
  color: var(--Blu);
  font-weight: 600;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#Catalogo .box:hover .name .code {
  color: var(--rojo);
}

.modal-products .modal-header {
  background-color: var(--Blu);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.modal-products .modal-header h5 {
  font-weight: 600;
  color: #fff;
}

.modal-products .modal-header .btn-close {
  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 1;
  background: none;
}

.modal-products .modal-header .btn-close i {
  color: #ff2d2d;
  font-size: 30px;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.modal-products .modal-header .btn-close i:hover {
  color: #ffffff;
}

.modal-products .modal-body {
  background-color: var(--header);
}

#Catalogo #cont-drop .cont-empty {
  margin: 10px 0 20px 0;
}

#Catalogo #cont-drop .cont-empty h4 {
  font-size: 25px;
  color: var(--Blu);
  font-style: italic;
}

#Catalogo #loaderCatalogue {
  height: 0px;
  overflow: hidden;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#Catalogo #loaderCatalogue.show {
  display: inline-block;
  overflow: visible;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

#Catalogo #loaderCatalogue.show:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid var(--Blu);
  border-color: var(--Blu) transparent var(--Blu) transparent;
  animation: rotate360 1.2s linear infinite;
}


.cont-pagination {
  display: flex;
  z-index: 1;
  width: 100%;
  padding-bottom: 20px;
}

.cont-pagination.hide {
  height: 0;
  opacity: 0;
  overflow: hidden;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.cont-pagination {
  position: relative;
  z-index: 1;
  font-size: 15px;
  color: var(--Blu);
  cursor: pointer;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.cont-pagination .page-item.disabled {
  cursor: default;
}

.cont-pagination .page-item.disabled .page-link {
  color: var(--header);
}

.cont-pagination .page-item.active .page-link {
  color: var(--letra);
  background-color: var(--Blu);
}

.cont-pagination .page-item .page-link {
  position: relative;
  z-index: 1;
  color: var(--Blu);
  padding: 5px 12px;
  pointer-events: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.cont-pagination .page-item .page-link i {
  position: relative;
  z-index: -1;

  pointer-events: none;
}

#Catalogo #drop-catalogue {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /* place-items: center; */
  gap: 5px;

  padding: 30px;
}

.box .cont-img {
  display: flex;
  justify-content: center;

  margin-bottom: 10px;
  border-bottom: 5px solid var(--header);
  background-color: #848484;

  cursor: pointer;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.box .cont-img img {
  opacity: 1;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.box:hover .cont-img {
  border-bottom: 5px solid var(--Blu);
}

.cont-img img {
  opacity: 0.8;
}

#Catalogo #drop-catalogue .box .name {
  text-align: center;
  color: #1c1c1c;
}

#Catalogo #drop-catalogue .box .name .code {
  color: var(--Blu);
  font-weight: 600;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#Catalogo #drop-catalogue .box:hover .name .code {
  color: var(--Blu);
}

.modal-products .modal-header {
  background-color: var(--Blu);
}

.modal-products .modal-header h5 {
  font-weight: 600;
  color: #fff;
}

.modal-products .modal-header .btn-close {
  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 1;
  background: none;
}

.modal-products .modal-header .btn-close i {
  color: #ff2d2d;
  font-size: 30px;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.modal-products .modal-header .btn-close i:hover {
  color: #ffffff;
}

.modal-products .modal-body {
  background-color: var(--header);
}


@media (max-width: 500px) {
  #Catalogo #drop-catalogue {
    grid-template-columns: 1fr;
    padding: 30px 5px;
  }

  .cont-pagination .page-item .page-link {
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  #Catalogo .cont-title2 .title2 {
    padding: 12px 5px;
    width: 100%;
    border-radius: 0px;
  }
}

.white {
  color: white;
  opacity: 1 !important;
}

@media (max-width: 420px) {
  .white {
    margin-left: 32px;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .circle {
    width: 40px;
    height: 25px;
  }
}

@media (max-width: 400px) {
  .circle {
    width: 50px;
    height: 25px;
  }
}

@media (max-width: 360px) {
  .circle {
    width: 70px;
    height: 25px;
  }
}

@media (max-width: 980px) {
  .contact .info-box {
    margin-left: 15%;
  }
}

@media (max-width: 980px) {
  .contact .info-box {
    margin-left: 15%;
  }
}

@media (max-width: 530px) {
  .contact .info-box {
    margin-left: 35%;
  }
}

@media (max-width: 380px) {
  .estar {
    width: 230px;
  }
}


#loaderCatalogue {
  height: 0px;
  overflow: hidden;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#loaderCatalogue.show {
  display: inline-block;
  overflow: visible;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 60px;

}

#loaderCatalogue.show:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid var(--Blu);
  border-color: var(--Blu) transparent var(--Blu) transparent;
  animation: rotate360 1.2s linear infinite;
}

/*=============================================
=            keyframes
=============================================*/

/* rotate360 */

@-moz-keyframes rotate360 {
  0% {
    -moz-transform: rotate(0);
  }

  50% {
    -moz-transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes rotate360 {
  0% {
    -o-transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  0% {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}