/*--
    08. Blog Css
---------------------------*/
.post-carousel .thumb a {
  display: block;
}
.post-carousel .thumb a img {
  width: 100%;
}
.post-carousel .thumb img:hover{
  opacity: 0.5;
}
.mb-30 {
  margin-bottom: 30px;
}
.post-carousel .ptc-content {
  padding: 10px 10px 10px 10px;
}
.post-carousel .ptc-content h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .post-carousel .ptc-content h4 {
    font-size: 22px;
  }
  
}

@media only screen and (max-width: 795px) {
	.post-carousel .ptc-content ul {
		list-style: none;
		padding-left: 5px;
		font-size: 14px;
		text-align: center;
	}
	.post-carousel .ptc-content .titulo a {
		font-size: 18px ;
		color: #1D2736;
		text-align: center;
		text-decoration-line: none;
		display: block;
		display: -webkit-box;
		height: 40px;
		margin:0 auto;
		
	}
}
.post-carousel .ptc-content ul {
	list-style: none;
	padding-left: 5px;
	font-size: 14px;
	text-align: left;
}
.post-carousel .ptc-content .meta li {
	margin-bottom: 2px;
	color: #1D2736;
}
.post-carousel .ptc-content p {
  font-size: 16px;
}
.post-carousel{
  border:1px solid #D0D0D0;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
.post-carousel:hover{
  box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.2), 0 1px 8px 0 rgba(0,0,0,.12);
  transition: all 0.5s;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.efctmov:hover{
  box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.2), 0 1px 8px 0 rgba(0,0,0,.12);
  transition: all 0.5s;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}


.post-carousel .ptc-content .titulo a {
  font-size: 17px ;
  color: #1D2736;
  text-align: center;
  text-decoration-line: none;
  display: block;
  display: -webkit-box;
  height: 70px;
  margin:0 auto;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.post-carousel .ptc-content .titulo a:hover {
	color: #f9b809;
	text-shadow: 1px 1px #ccf, 1px 1px #fcf, 1px 1px #cfc, 1px 1px #fc9;
}


.post-btn{
  margin-bottom: 5px;
}
.btn-registro {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  border: 2px solid #f9b809;
  line-height: 24px;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  background: #f9b809;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.btn-registro:focus {
  outline: none;
  box-shadow: none;
}

.btn-registro:hover {
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background-color: #00407A;
  border: 2px solid #00407A;
  transform:scale(1.05);
}
.btn-registro:hover::before {
  height: 300%;
  opacity: 1;
}

.btn-full-width{
  width: 100%;
}




.about__info__wrap .nav-tabs .nav-item {
  width: 33.3%;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991.98px) {
  .about__info__wrap .nav-tabs .nav-item {
    width: 100%;
  }
}
.about__info__wrap .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.about__info__wrap .nav-tabs .nav-item .nav-link {
  padding:0px 10px;
    display: flex;
    align-items: center;
    background: transparent;
    width: 100%;
    height: fit-content;
    border-radius: var(--borderRadius);
    vertical-align: middle;
    border: 1px solid orange;
    color: var(--blackColor);
    box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.08);
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
    font-size: 13px;
}
.nav-tabs .nav-link  .btn-label i {
  font-size: 15px;
  color: #000000;
}
.nav-tabs .nav-link .btn-label {
  position: relative;
  left: -10px;
  display: inline-block;
  padding: 10px 5px;
  width: 20%;
  background-color: orange;
}

.nav-tabs .nav-link:hover{
  background: orange !important;
  color: #f6f6f6 !important;
}
.nav-tabs .nav-link.active {
  background: orange!important;
  font-weight: bold !important;
  color: #000000 !important;
}

@media (max-width: 990px) {
  .about__info__wrap .nav-tabs .nav-item .nav-link {
    padding: 0px 8px;
  }
  .nav-tabs .nav-link .btn-label{
    left: -8px;
  }
}

/*fin botones*/
/*caja de contenido de datos*/
.about__info__wrap .tab-content {
  background: transparent;
}
@media (max-width: 1199.98px) {
  .about__info__wrap .tab-content .desc {
    padding-right: 0;
  }
}


.aboutarea__list__2 h2{
  font-size: 2rem;
   color:var(--headingColor);
 }

 .aboutarea__list__2 {
  text-align: justify;
  padding: 0px;
}
.aboutarea__list__2 ul li {
  margin-bottom: 5px;
  color:  var(--headingColor);;
  font-size: 1rem;
  line-height: 25px;
}
.aboutarea__list__2 ul li i {
   color: var(--gicaAzulColor);
 /* border: 1px solid var(--gicaAzulColor); */
  background: transparent;
  box-shadow: 0px 2px 10px rgba(75, 74, 74, 0.4);
}
.aboutarea__list__2 ul li:hover i {
  background-color: var(--gicaAzulColor);
}
.aboutarea__list__2 ul li i:hover {
  background-color: var(--gicaAzulColor);
}
