﻿.bannerContent {
  padding: 8% 5%;
  background: #ffff;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
}

h3 {
  font-family: "Mohr-Medium";
  font-weight: bold;
  font-size: 30px;
  color: #021f59;
  line-height: 36px;
  text-align: left;
  letter-spacing: -1.20px;
  display: inline-block;
  margin-top: 12px;

}

h4 {
  font-family: "Mohr-Mediumlt";
  font-size: 16px;
  color: #021f59;
  line-height: 36px;
  text-align: left;
  letter-spacing: -0.8px;

}

p {
  font-family: "Mohr-Medium";
  font-size: 16px;
  color: #707070;
  line-height: 24px;
  text-align: left;
}

#detail-news div {
  font-family: "Mohr-Medium";
  font-size: 16px;
  color: #707070;
  line-height: 24px;
  text-align: left;
}

#cont-share {
  display: flex;
  flex-direction: column;
}

.comp {
  font-family: "Mohr-Medium";
  font-size: 1rem;
  color: #021f59;
  margin: 0 30px 0 0;
}

.btnVer {
  color: #ffffff;
  font-size: 12px;
  font-family: "Mohr-SemiBold";
  line-height: 24px;
  padding: 6px 10px 5px;
  border-radius: 6px;
  background-color: #00bf44;
  text-transform: uppercase;
  text-align: left;
  inline-size: fit-content;
}

.btnVer:hover {
  background-color: #00bf44 !important;
}

.imgprima {
  width: 100%;
  border-radius: 6px;
}

.notic {
  color: #021f59;
  font-family: "Mohr-LighIt";
  font-size: 24px;
  line-height: 47px;
  text-decoration: none;
}

.notic:hover {
  color: #021f59;
}

.volt {
  font-size: 14px;
  font-family: "Mohr-Medium";
  color: #021f59;
  line-height: 64px;
}

.bannerContent a:hover {
  color: #021f59;
}

/*----  Main Style  ----*/
#cards_landscape_wrap-2 a {
  text-decoration: none;
  outline: none;
}

#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}

#cards_landscape_wrap-2 .card-flyer .image-box {
  background: #ffffff;
  overflow: hidden;
  border-radius: 6px 6px 0px 0px;
}

#cards_landscape_wrap-2 .card-flyer .image-box img {
  width: 100%;
}

#cards_landscape_wrap-2 .card-flyer:hover .image-box img {
  opacity: 0.75;
  transition: all 0.5s ease-in;
  transform: scale(1.10);
}

#cards_landscape_wrap-2 .card-flyer .text-box {
  text-align: center;
}

#cards_landscape_wrap-2 .card-flyer .text-box .text-container {
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 0 0 6px 6px;
  display: inline-grid;
}

#cards_landscape_wrap-2 .card-flyer {
  background: #FFFFFF;
  margin-bottom: 20px;
  transition: all 0.2s ease-in;
}

#cards_landscape_wrap-2 .card-flyer:hover {
  background: #F7F7F7;
  box-shadow: 0px 5px 8px rgb(0 0 0 / 25%);
}

#cards_landscape_wrap-2 .card-flyer .text-box p {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 21px;
  font-family: "Mohr-Mediumlt";
  color: #707070;
  text-align: left;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

#cards_landscape_wrap-2 .card-flyer .text-box h6 {
  margin-top: 14px;
  margin-bottom: 4px;
  font-size: 20px;
  font-family: "Mohr-Medium";
  font-weight: bold;
  line-height: 28px;
  color: #021f59;
  text-align: left;
  letter-spacing: -0.90px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

@media screen and (min-width:1919px) {
  .imgprima {
    width: 95%;
  }

  .btnVer {
    display: block;
  }
}

@media(min-width: 768px) and (max-width: 821px) {
  .notic {
    top: 10px;
    position: relative;
  }
}

@media screen and (max-width:640px) {
	.bannerContent{
		padding: 65px 5% 0 5%;
	}
  .imgprima {
    width: 100%;
    /* height: 200px; */
    height: auto;
    border-radius: 6px;
  }

  h3 {
    font-size: 23px;
  }
}