*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.navLmenu{
    list-style: none;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    padding-left: .2rem;
    font-weight: 600;
}

.navLmenu:hover{    
    list-style: none;
    color: rgb(164, 177, 177);
}

.banner{
    width: 100%;
    height: 650px;
    align-items: center;
    text-align: left;
    background: center fixed url("../img/mallavi.jpg");
}

.ban{
    width: 100%;
    --bs-gutter-x: 0;
}

.textBS{
    color: #000000;
    padding-left: 5%;
    font-size: 6rem;
    font-weight: 600;
    margin-bottom: 0;
}

.textBST{
    color: #000000;
    padding-left: 18%;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 5%;
}

.textBT{
    color: rgb(0, 0, 0);
    padding-left: 5%;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
}

.textBP{
    color: rgb(0, 0, 0);
    padding-left: 9%;
    font-size: 2rem;
    font-weight: 600;
}

.logoimg{
    height: 300px;
    padding-top: 50px;
    padding-left: 80px;
    margin: 0 auto;
}

.navBlista{
    list-style: none;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-weight: 600;
    pointer-events: none;
}

.ban2{
    height: 45%;
}

.conBaner{
    width: 100%;
    height: 200px;
    align-content: center;
    background-color: rgb(252, 255, 88);
}

.banRazon{
    font-size: 100px;
    font-family: serif;
}

.Blogo{
    height: 150px;
}

.containerVideo{
    width: 100%;
    height: 500px;
    background-color: rgb(14, 98, 81);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banVideo{
    width: 100%;
    height: 100%;
    --bs-gutter-x: 0;
}

.vidShadow{
    box-shadow: 20px 20px 40px rgb(24,24,24);
}

.parrafoBan1{
    color: rgb(236, 236, 236);
    line-height: 33px;
    text-align: justify;
    padding-left: 5%;
    font-size: larger;
}

.banInfoDeta{
    font-size: 52px;
    font-family: 'Roboto', sans-serif;
}

.banInfoDetaDos{
    text-align: center;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
}

.banInfoDetaDos{
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
}

.containerVal{
    background-color: rgb(32, 37, 45);
}

.textInfo{
    font-size: larger;
    text-align: justify;
}

.textInfoMa{
    text-align: center;
}

.containerTubeGal{
    width: 100%;
    background-color: rgb(32, 37, 45);
}

.cardStyleB{
    background-color: rgb(32, 37, 45);
    color: aliceblue;
}

.containerVal .card .box{
  transition: 0.5s;
}

.containerVal .card:hover .box{
  transform: translateY(-20px);
  box-shadow: 0 10px 20px rgba(255,255,255,0.2);
  background: linear-gradient(45deg, rgb(32,37,45),rgb(32,37,45));
}

.banMallaF{
  width: 100%;
  height: 320px;
  background: url("../img/banerMalla.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.containerAte{
  width: 100%;
  background-color: #212529;
}

.redSocial{
  text-align-last: justify;
  width: 40px;
  color: #0e6251;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  border: 2px solid rgb(14, 98, 81);
}

.redSocial:hover{
  color: rgb(14, 98, 81);
  transform: scale(1.7);
  border-color: rgb(14, 98, 81);
  border: 2px solid;
}

.contPad{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/*Modal*/
.classHeadSty{
    height: 200px;
}

.classBodySty{
    height: 60%;
}

.imgModS{
    height: 20%;
}

.imgModE{
    height: 10%;
}