.bg-gris {
	background-color: #F2F2F2;
}

.section-equipo {
	padding: 5rem 0rem;
	margin-bottom: 5rem;
}

.section-equipo .w-equipo {
	max-width: 1300px;
	margin: 0 auto;
}

.section-equipo .slide-equipo .slick-slide .equipo {
	display: flex !important;
	justify-content: center;
}

.section-equipo .slide-equipo .slick-slide .equipo h4 {
	font-size: 16px;
    font-weight: bold; 
}

.section-equipo .slide-equipo .slick-slide .equipo p {
   font-size: 14px;
}

.section-equipo .slide-equipo .slick-slide .equipo h4,
.section-equipo .slide-equipo .slick-slide .equipo p {
	text-align: center;
}

.section-equipo .slide-equipo .slick-slide .equipo .equipo__autor__img {
	margin-bottom: 1rem;
}

.section-equipo .slide-equipo .slick-slide .equipo .equipo__autor__img img {
	border-radius: 100%;
}

.section-equipo .slide-equipo .slick-dots {
	bottom: -55px;
}

.section-equipo .slide-equipo .slick-prev,
.section-equipo .slide-equipo .slick-next {
	width: 50px;
	height: 50px;
	background-color: #EA4606;
	opacity: 1 !important;
}

.section-equipo .slide-equipo .slick-prev:before,
.section-equipo .slide-equipo .slick-next:before {
	opacity: 1 !important;
}

.section-equipo .slide-equipo .slick-prev.slick-disabled:before,
.section-equipo .slide-equipo .slick-next.slick-disabled:before {
	opacity: .6 !important;
}

.section-equipo .slide-equipo .slick-prev.slick-disabled,
.section-equipo .slide-equipo .slick-next.slick-disabled {
	background-color: #0D3A5C;
	opacity: .6 !important;
}

.section-equipo .slide-equipo .slick-prev::before{
    content: '' !important;
    background: url(/images/default-source/icons/left-arrow.svg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin: auto;
}

.section-equipo .slide-equipo .slick-next::before{
    content: '' !important;
    background: url(/images/default-source/icons/right-arrow.svg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin: auto;
}

.section-equipo .slide-equipo .slick-dots button:before {
	content: '';
}

.section-equipo .slide-equipo .slick-dots .slick-active button {
    background-color: #EA4606;
    padding-right: 20px;
    opacity: 1;
}

.section-equipo .slide-equipo .slick-dots button {
    background: #ccc;
    border: 0;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: 0.7;
    padding: 0;
    transition: transform 0.2s linear;
    width: 8px;
}

.format-font h2 {
	margin: 0 0 4rem;
	font-size: 3.7rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.format-font h2 span {
    color: #EA4606;
}

@media screen and (max-width: 768px) {
 .format-font h2 {
 	font-size: 2.5rem;
 }
}


/*NUEVA SECCION NOTICIAS*/

.orange-space {
  width: 42px;
  height: 6px;
  background-color: var(--NA-Col-1, #ea4606);
}

.title-top-01 h1 {
  color: #000;
  font-family: Manrope;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.title-top-01 {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.box-contact-prens {
  border: 0.5px solid var(--NA-Col-8, #5e5e5e);
  padding: 20px;
}

.box-contact-prens h3 {
  color: var(--NA-Col-1, #ea4606);
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 128.571% */
  letter-spacing: 1.68px;
  margin-bottom: 15px;
}

.box-contact-prens h4 {
  color: var(--NA-Col-7, #191919);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.box-contact-prens p {
  color: var(--NA-Col-8, #5e5e5e);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.96px;
}

.box-contact-prens a {
  color: var(--NA-Col-7, #191919);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 168.75% */
  text-decoration: none;
  letter-spacing: 0.96px;
}

.box-download-prens {
  border: 0.5px solid var(--NA-Col-8, #5e5e5e);
  padding: 20px;
}

.box-info-top {
  display: flex;
  gap: 17px;
}

.box-download-prens h3 {
  color: var(--NA-Col-7, #191919);
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 128.571% */
  letter-spacing: 1.68px;
}

.bg-green-title {
  border: 1px solid var(--NA-Col-2, #e9ee79);
  background: var(--NA-Col-2, #e9ee79);
  text-align: center;
  padding: 11px;
  width: 95%;
}

.box-download-prens {
  border: 0.5px solid var(--NA-Col-8, #5e5e5e);
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.box-321 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.box-321 a {
  border: 1px solid var(--NA-Col-7, #191919);
  display: flex;
  width: 95%;
  padding: 10px 7px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: var(--NA-Col-7, #191919);
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.96px;
  text-decoration: none;
}

.bg-green-title {
  color: var(--NA-Col-7, #191919);
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 168.75% */
  letter-spacing: 0.96px;
}

.box-links {
  height: auto;
}

.box-links a {
  display: flex;
  width: 104%;
  padding: 8px 10px;
  align-items: flex-start;
  gap: 10px;
  color: var(--NA-Col-7, #191919);
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  justify-content: center;
  font-weight: 600;
  line-height: 39px; /* 243.75% */
  letter-spacing: 1.6px;
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: 30px;
}

.box-links .link-active {
  border-bottom: 2px solid var(--NA-Col-1, #ea4606);
}

.box-links .link-inactive {
  border-bottom: 2px solid var(--NA-Col-8, #5e5e5e);
}

.cards-content {
  margin-top: 15px;
}

.cards-content a {
  text-decoration: none;
}

.cards-content h4 {
  color: var(--NA-Col-7, #191919);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cards-content p {
  color: #000;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fecha-cards-content {
  color: var(--NA-Col-8, #5e5e5e);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 192.857% */
  letter-spacing: 0.84px;
  padding-top: 10px;
  margin-bottom: 0px;
}

.fecha-cards-content-two {
  color: var(--NA-Col-8, #5e5e5e);
  font-family: Manrope;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 10px;
  gap: 10px;
  display: flex;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.fecha-cards-content-three {
  width: 136.297px;
  color: var(--NA-Col-1, #ea4606);
  font-family: Manrope;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
}

.box-view-more {
  margin: 40px auto;
  width: 241px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-more {
  color: var(--NA-Col-7, #191919);
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 168.75% */
  letter-spacing: 0.96px;
  border: 1px solid var(--NA-Col-2, #e9ee79);
  background: var(--NA-Col-2, #e9ee79);
  text-decoration: none;
  padding: 10px 0px;
}

.box-horizontal-content {
  display: flex;
  gap: 15px;
}

@media (max-width: 767.98px) {
  .box-info-top {
    display: flex;
    gap: 17px;
    flex-direction: column;
  }

  .title-top-01 h1 {
    color: #000;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .orange-space {
    width: 30px;
    height: 6px;
    background-color: var(--NA-Col-1, #ea4606);
  }

  .box-contact-prens h3 {
    color: var(--NA-Col-1, #ea4606);
    font-family: Manrope;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 144% */
    letter-spacing: 1.5px;
  }

  .box-contact-prens p {
    color: var(--NA-Col-8, #5e5e5e);
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 146.667% */
    letter-spacing: 0.9px;
  }

  .box-contact-prens a {
    color: var(--NA-Col-7, #191919);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 180% */
    letter-spacing: 0.9px;
  }

  .box-contact-prens {
    border: 0.5px solid var(--NA-Col-8, #5e5e5e);
    padding: 16px;
  }

  .box-321 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 10px;
    flex-direction: column;
    gap: 20px;
  }

  .box-download-prens h3 {
    color: var(--NA-Col-7, #191919);
    font-family: Manrope;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 144% */
    letter-spacing: 1.5px;
  }

  .bg-green-title {
    color: var(--NA-Col-7, #191919);
    text-align: center;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 180% */
    letter-spacing: 0.9px;
  }

  .box-download-prens {
    padding: 16px;
  }

  .box-321 a {
    width: 100%;
  }

  .bg-green-title {
    width: 100%;
  }

  .box-321 a {
    font-size: 14px;
  }

  .content-box-links {
    display: flex;
  }

  .box-links a {
    color: var(--NA-Col-7, #191919);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    justify-content: start;
    font-weight: 600;
    line-height: 39px; /* 260% */
    letter-spacing: 1.5px;
    text-transform: capitalize;
    padding: 0px 10px;
  }

  .box-links {
    height: auto;
    width: 50%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .cards-content {
    margin-top: 15px;
    width: 100%;
    margin: 10px auto;
  }

  .cards-content img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .box-contact-prens {
    border: 0.5px solid var(--NA-Col-8, #5e5e5e);
    padding: 20px;
    width: 100%;
  }

  .box-info-top {
    flex-direction: column;
  }
  .box-download-prens {
    border: 0.5px solid var(--NA-Col-8, #5e5e5e);
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .box-321 a {
    font-size: 13px;
  }
  .cards-content img {
    width: 100%;
  }

  .cards-content-two img {
    width: 145px;
  }
}

@media (min-width: 991.98px) and (max-width: 1399.98px) {
  .box-contact-prens a {
    color: var(--NA-Col-7, #191919);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    text-decoration: none;
    letter-spacing: 0.96px;
  }

  .box-321 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }

  .box-321 a {
    font-size: 15px;
  }

  .cards-content img {
    width: 100%;
  }

  .cards-content-two img {
    width: 200px;
  }
}

@media (max-width: 576px) {
  .cards-content {
    margin-top: 15px;
    width: 90%;
    margin: 10px auto;
  }

  .cards-content img {
    width: 100%;
  }

  .box-links a {
    letter-spacing: 0.5px;
  }

  .cards-content-two img {
    width: 106px;
  }
}


/*cambios*/

.box-321 a {
    font-size: 13px;
}

.bg-green-title {
    font-size: 16px;
    margin-bottom: 2rem;
}

.box-contact-prens p {
    font-size: 15px;
}

.content-box-links {
    display: flex;
    justify-content: space-around;
}

.content-box-links li  {
    width: 50%;
    text-align: center;
}

.content-box-links li a  {
    text-decoration: none;
    display: block;
    width: 100%;
    border-bottom: 2px solid #5e5e5e;
    padding-bottom: 1rem;
}

.content-box-links li a:hover  {
    color: #191919;
}

.content-box-links li a.activo  {
    border-bottom: 2px solid #ea4606;
    font-weight: bold;
}

.noticias-tabs {
    margin-top: 4rem;
}

.noticias-tabs .panel-tab {
    display: none;
}

.noticias-tabs .panel-tab.visible {
    display: block;
  -webkit-animation-duration:2s;
  animation-duration:2s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both
}

@-webkit-keyframes fadeInLeft{
  0%{
      opacity:0;
      -webkit-transform:translateX(-200px);
      transform:translateX(-200px)}
  100%{
      opacity:1;
      -webkit-transform:translateX(0);
      transform:translateX(0)
  }
}
@keyframes fadeInLeft{
  0%{
      opacity:0;
      -webkit-transform:translateX(-200px);
      -ms-transform:translateX(-200px);
      transform:translateX(-200px)}
  100%{
      opacity:1;
      -webkit-transform:translateX(0);
      -ms-transform:translateX(0);
      transform:translateX(0)
  }
}
.fadeInLeft {
  -webkit-animation-name:fadeInLeft;
  animation-name:fadeInLeft
}

.bg-green-title.fix {
  display: inline-block;
  max-width: 200px;
}

@media screen and (min-width: 550px) {
  .tabs .tab-pane .card-noticia {
      width: 50%;
      padding: 0 1rem;
  }
}

@media screen and (min-width: 991px) {
  .tabs .tab-pane .card-noticia {
      width: 25%;
      padding: 0 1rem;
  }
}



