* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.navvbar {
  color: #4e0942;
  /* border-bottom: 5px solid #000000; */
  height: 7rem;
  box-shadow: #838383 0px 3px 3px 1px;
}
.Nav-img {
  width: 45%;
  margin: 5px;
  padding: 5px;
}

.dropdown-menu {
  color: #4e0942;
}
.dropdown-item {
  color: #4e0942;
}
.banner-cont {
  width: 100%;
  height: 25%;
}
.banner-img {
  width: 100%;
  height: 100%;
}
.slides2 {
  background-color: #ffffff;
}
.card1 {
  box-shadow: 5px 5px 5px 1px #0000007a;
  border-radius: 3px;
  padding: 22px;
}
.card2 {
  box-shadow: 5px 5px 5px 1px #0000007a;
  border-radius: 3px;
  padding: 22px;
}
.card-title {
  color: white;
}
.card-text {
  color: rgba(255, 255, 255, 0.747);
}
.card-subtitle {
  color: #ffffff52;
}

.arrow {
  background-color: rgba(0, 0, 0, 0.582);
}
.arrow-c:hover {
  background-color: rgb(0, 0, 0);
}
.arrow-c {
  height: 100%;
  width: 8%;
  height: 75%;
}
.foot-cont {
  width: 100%;
  height: 8rem;
  margin-top: 5%;
  color: rgba(255, 255, 255, 0.589);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4e0942;
}
.foot-contF {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(assets/ModImg.jpg);
  background-position: center;
  background-size: cover;
  padding-left: 8%;
  padding-right: 8%;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.589);
}
.foot-contF2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  background-image: url(assets/ModImg.jpg);
  background-position: center;
  background-size: cover;
  padding-left: 8%;
  padding-right: 8%;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.589);
}

.foot-cont2 {
  background-color: #4e0943;
  width: 100%;
  height: 12rem;
  margin-top: 5%;
  color: aliceblue;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.modal {
  color: #000000ce;
  text-align: start;
}
.foot-cont3 {
  height: 100%;
  width: 100%;
}
.foot-img3 {
  height: 100%;
  width: 100%;
}
.sps {
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.cards-img {
  width: 10%;
  height: 10%;
}

.foot-txt {
  font-size: larger;
  font-weight: bolder;
  text-align: center;
}

.form-izq {
  background-color: #4e0942;
  width: 50%;
  height: 30rem;
  border-radius: 20px;
  font-weight: bolder;
}

#int {
  filter: invert();
}
#aut {
  filter: invert();
}
.Why {
  width: 100%;
  height: 50vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(assets/Why.jpg);
  background-position: center;
  background-size: cover;
  padding-left: 8%;
  padding-right: 8%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.why-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  flex-direction: column;

  color: #ffffff;
}

.why-txt {
  font-size: 5vh;
  color: rgb(255, 255, 255);
}
.img8x {
  width: 45%;
  object-fit: cover;
  transition: all ease-out 500ms;
  border-radius: 10px;
}
@media (max-width: 1030px) {
  .Why{
    width: 100%;
    height: fit-content;
    
  }
  .why-txt{
   max-width: fit-content;
   font-size: large; 
  }
  .why-content p {
    font-size: small;
  }
  
  .img8x{
    height:20vh;
    
  }
}

@media (max-width:1030px) {
  .cards{
    flex-wrap: wrap;
  }
}
@media (max-width:1030px) {
  .btn-info2{
   width: max-content;
   
   
  }
  .foot-contF{
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .btn-info2{
    width: 100%!important;
    
    
  }
  .formulary{
    width: 40%!important;
  }
  .foot-txt{
    font-size: medium;
  }
 
  .CertCont{
    margin: 20px;
  }
}