@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;1,100;1,300&display=swap");
* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #fff;
}

html::-webkit-scrollbar-thumb {
  background: #10221b;
}
/*uhhhhh*/
@media (max-width: 768px){
.logo img{
  display: flex;
  max-width: 250px;
  height: 20px;
  margin-right: 25px;
  justify-content: space-between;
}

}


section {
  padding: 5rem 9%;
}


.btn {
  margin: 1rem  ;
  display: inline-block;
  border: 0.2rem solid #111011;
  color: #111011;
  cursor: pointer;
  background: none;
  font-size: 1.7rem;
  padding: 1rem 3rem;
}

.btn:hover {
  background: #10221b;
  color: #fff;
}

.heading {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 4rem;
  color: #000000;
}
/*---------------*/
.bar{
  display: flex;
  flex-direction: row;
  
}
.topbar{
  height: 80px;
  width: 100%;
  transition: all 0.5s;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.topbar .imagen{
  margin-left: 80px;
  height: 100%;
}
.topbar .imagen1{
  margin-left: 15px;
  height: 100%;
}


/*---------------*/
/*# Back to top button
--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
.header {
  background-color: rgba(226, 226, 226, 0.5);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 2rem 9%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;    
}

.header .navbar img{
  height: 100px;
  margin-right: 35%;
  
}



.logo{
  display: flex;
}
.logo img{
  height: 70px;
  margin-right: 60px;
}

.header .active {
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.bar .logo {
  margin-right: auto;
  font-size: 2.5rem;
  color: #10221b;
  font-weight: bolder;
}

.header .navbar a {
  margin-left: 2rem;
  font-size: 1.3rem;
  color: #070a09;
}

.header .navbar a:hover {
  color:#7a10ac;
  transition: 0.3s ease;
  font-size: 20px;
  
}

.header .navbar #nav-close {
  font-size: 3rem;
  cursor: pointer;
  color: #10221b;
  display: none;
}



.header .icons a,
.header .icons div {
  font-size: 2.5rem;
  margin-left: 2rem;
  cursor: pointer;
  color: #10221b;
}

.header .icons a:hover,
.header .icons div:hover {
  color: #7a10ac;
}

.header #menu-btn {
  display: none;
}


.home {
  padding: 0;
}

.home .box {
  min-height: 485px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
  background-position: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2rem 9%;
  
  
}
.banner-swiper{
  animation: banner 20s infinite;
}
.fechas-swiper{
  animation: fechas 20s infinite;
}
.logos-swiper{
  animation: logos 20s infinite;
}
@keyframes banner{
  0% {margin-left: 0;}
  20%{margin-left: 0;}

  25%{margin-left: -100%;}
  45%{margin-left: -100%;}

  50%{margin-left: -200%;}
  70%{margin-left: -200%;}

  75%{margin-left: -300%;}
  100%{margin-left: -300%;}

}
@keyframes logos{
  0% {margin-left: 0;}
  10%{margin-left: 0;}

  20%{margin-left: -25%;}
  30%{margin-left: -25%;}

  40%{margin-left: -50%;}
  50%{margin-left: -50%;}

  60%{margin-left: -75%;}
  70%{margin-left: -75%;}
  
  80%{margin-left: -100%;}
  90%{margin-left: -100%;}
}
@keyframes fechas{
  0% {margin-left: 0;}
  45%{margin-left: 0;}

  50%{margin-left: -100%;}
  95%{margin-left: -100%;}

}

.home .box.second {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-size: cover;
}

.home .box .content {
  position: relative;
  border-radius: 15px;
  width: 50rem;
  
}

.home .box .content span {
  font-size: 4rem;
  color: #111011;
}

.home .box .content h3 {
  font-size: 6rem;
  color: #7a10ac;
  padding-top: .5rem;
  text-transform: uppercase;
}


.home .box .content p {
  letter-spacing: 2px;
  line-height: 2;
  color: #111011;
  font-size: 1.5rem;
font-weight: bold;
  padding: 1rem 0;
}

.home .box .content h2 {
    font-size: 2rem;
  color: #7a10ac;
  padding-top: .5rem;
  text-transform: uppercase;
  
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 3rem;
  color: #7a10ac;
}

.category .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(29rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 1.5rem;
}

.category .box-container .box {
  text-align: center;
  padding: 1rem;
}

.category .box-container .box img {
  height: 20rem;
  width: 20rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.category .box-container .box h3 {
  font-size: 2rem;
  color: #7a10ac;
}

.category .box-container .box p {
  font-size: 1.5rem;
  color: #f5f5f5;
  padding: 1rem 0;
  line-height: 2;
}

.about {
  background-color: rgba(226, 226, 226, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.about .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
}

.about .image img {
  margin-left:8rem;
  width: 60%;
  -webkit-box-shadow: 4rem 4rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4rem 4rem 0 rgba(0, 0, 0, 0.1);
}

.about .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.about .content h3 {
  font-size: 3rem;
  color: #7a10ac;
}

.about .content p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
  text-transform: none;
}


.services {
  background: rgb(255, 255, 255);
}

.services .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(31rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(31rem, 1fr));
  gap: 1.5rem;
}

.services .box-container .box {
  text-align: center;
  padding: 2rem;
  border: 0.2rem solid #10221b;
  border-radius: .5rem;
  background: #fff;
}

.services .box-container .box:hover {
  background: #10221b;
}

.services .box-container .box:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.services .box-container .box:hover p {
  color: #fff;
}

.services .box-container .box:hover .btn {
  
  border-color: #fff;
  color: #fff;
}

.services .box-container .box:hover .btn:hover {
  background: #fff;
  color: #10221b;
}

.services .box-container .box img {
  height: 10rem;
  margin-bottom: 1rem;
}

.services .box-container .box h3 {
  font-size: 2rem;
  color: #7a10ac;
}

.services .box-container .box p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}

.blogs{
  background-color: rgba(226, 226, 226, 0.5);
}
.blogs .slide {
  text-align: center;
  padding: 2rem;
}

.blogs .slide img {
  height: 25rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: .5rem;
  
}

.blogs .slide .icons {
  background: #10221b;
  border-radius: .5rem;
  padding: 1rem;
  position: relative;
  top: -2rem;
  display: inline-block;
}

.blogs .slide .icons a {
  font-size: 1.4rem;
  color: #fff;
  margin: 0 1rem;
}

.blogs .slide .icons a:hover {
  color: #7a10ac;
}

.blogs .slide .icons a i {
  padding-right: .5rem;
  color: #7a10ac;
}

.blogs .slide h3 {
  font-size: 2rem;
  color: #10221b;
}

.blogs .slide p {
  font-size: 1.4rem;
  padding: 1rem 0;
  line-height: 2;
  color: #10221b;
}


.clients .silde {
  text-align: center;
}

.clients .silde img {
  height: 12rem;
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/footer-bg.jpg) no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}

.footer .box-container .box h3 {
  font-size: 2rem;
  padding: 1.5rem 0;
  color: #fff;
}

.footer .box-container .box a {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  padding: 1rem 0;
}

.footer .box-container .box a i {
  color: #f7fffc;
  padding-right: .5rem;
}

.footer .box-container .box a:hover {
  color: #f7fffc;
}

.footer .box-container .box a:hover i {
  padding-right: 2rem;
}

.footer .credit {
  text-align: center;
  margin-top: 2.5rem;
  padding: 1rem;
  padding-top: 2.5rem;
  font-size: 2rem;
  color: #fff;
}

.footer .credit span {
  color: #f7fffc;
}

.form .forms{
  padding: 0%;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;

}

@media (max-width: 1000px) {
  .header {
    padding: 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
    scroll-padding-top: 7rem;
  }
  .home .box {
    padding: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: right !important;
  }
  .home .box.second {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: left !important;
  }
  .home .box .content {
    text-align: center;
  }
  .home .box .content span {
    font-size: 3rem;
  }
  .home .box .content h3 {
    font-size: 4rem;
  }
  

}

@media (max-width: 768px) {
  .header #menu-btn {
    display: inline-block;
  }

  .header .navbar {

    position: fixed;
    top: 0;
    left: -110%;
    background: #fff;
    z-index: 10000;
    width: 60%;
    height: 100%;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .navbar.active {
    left: 0;
    -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
            
  }

  .header .navbar a {
    
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 15px 30px;
    width: 100%;
    margin-left: 0px;
    line-height: 30px;
  

  }

  

  .header .navbar a:hover{
    background:#7a10ac;
    color: #fff;
  }
  
  .header .navbar #nav-close {
    display: block;
    position: absolute;
    top: 1rem;
    right: 2rem;
   
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none;
  }

  .topbar{
    height: 60px;
    width: 100%;
  }
  
  .topbar .imagen{
    margin-left: 15px;
    height: 70%;
  }
  .topbar .imagen1{
    margin-left: 15px;
    height: 70%;
  }

}
.logo{
  max-width: 50px;
}
@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .heading {
    font-size: 3rem;
  }

}

/*# sourceMappingURL=style.css.map */
