@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;
  text-transform: capitalize;
  -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;
}

}

.programas{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*height:100vh;*/
  background-color: rgb(255, 255, 255);
}

.programas .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
  align-content: center;
  
}

.programas .content h3 {
  font-size: 3rem;
  text-align: center;
  color: #7a10ac;
}
.programas .content h2 {
  font-size: 2rem;
  text-align: center;
  color: #10221b;
}
.programas .content p {
  font-size: 1.5rem;
  text-align: center;
  justify-content: center;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}

section {
  padding: 5rem 9%;
}

.btn {
  margin-top: 1rem;
  display: inline-block;
  border: 0.2rem solid #10221b;
  color: #10221b;
  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: 70%;
}


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

/*--------------------------------------------------------------*/
.header {
  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;
}
/*articulo start*/
.articulo {
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;

}

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

.articulo .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);
}

.articulo .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
  align-content: center;
  
}

.articulo .content h3 {
  font-size: 3rem;
  text-align: center;
  color: #7a10ac;
}
.articulo .content h2 {
  font-size: 2rem;
  text-align: center;
  color: #10221b;
}
.articulo .content p {
  font-size: 1.5rem;
  text-align: center;
  justify-content: center;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}
/*articulo end*/

/*video start*/
.video {
  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;
}

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

.video .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);
}

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

.video .content h3 {
  font-size: 3rem;
  text-align: center;
  color: #7a10ac;
}
.video .content h2 {
  font-size: 2rem;
  text-align: center;
  color: #10221b;
}
.video .content p {
  font-size: 1.5rem;
  text-align: center;
  justify-content: center;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}


/*video end*/


.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;
}

@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;
  }
 
}
.logo{
  max-width: 50px;
}
@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .heading {
    font-size: 3rem;
  }
}
/*# sourceMappingURL=style.css.map */