/*** contenidos comunes *****/
/*** RESET ***/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
  padding: 0;
  margin: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus,
a:focus {
  outline: none;
}
ul,
li {
  list-style: none;
}
a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
/**** FONTS ****/
/*** color ***/
/*violeta*/
/*durazno*/
/*naranja*/
/**** MIXINS LESS CLASES *****/
@media (min-width: 600px) {
  .grid.col-4 {
    display: grid;
    gap: 20px 2%;
    grid-template-columns: 49% 49%;
  }
	.grid.col-2 {
    grid-template-columns: 1fr ;
  }
}
@media (min-width: 1023px) {
  .grid {
    display: grid;
    gap: 40px;
  }
  .grid.gap-0 {
    gap: 0px!important;
    margin-bottom: 0px;
  }
  .grid.gap-60 {
    gap: 60px;
    margin-bottom: 40px;
  }
  .grid.col-1 {
    grid-template-columns: 1fr;
  }
  .grid.col-2 {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .grid.col-2-mini {
    grid-template-columns: 150px 150px;
    gap: 10px;
  }
  .grid.col-2-1-1 {
    grid-template-columns: 3fr 2fr 1fr;
  }
  .grid.col-300-1 {
    grid-template-columns: 320px 1fr;
    gap: 80px;
  }
  .grid.col-msje {
    grid-template-columns: 350px 1fr;
    gap: 40px;
  }
  .grid.col-3-centercard {
    grid-template-columns: 320px 320px 320px;
    justify-content: center;
    gap: 40px;
  }
  .grid.col-1-3 {
    grid-template-columns: 1.2fr 2fr;
    align-items: center;
    gap: 60px;
  }
  .grid.col-1-aside {
    grid-template-columns: 1fr 300px;
  }
  .grid.col-1-400 {
    grid-template-columns: 1fr 450px;
    gap: 40px;
  }
  .grid.col-aside-1 {
    grid-template-columns: 250px 1fr;
  }
  .grid.col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid.col-3-cards {
    grid-template-columns: 32% 32% 32%;
    gap: 30px 2%;
    overflow: hidden;
  }
  .grid.col-3-cards.list-view {
    display: block;
  }
  .grid.col-4 {
    grid-template-columns: 23% 23% 23% 23%;
    gap: 30px 2.5%;
  }
  .grid.col-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid.col-250-rest {
    grid-template-columns: 200px 1fr;
  }
  .grid.col-140-rest {
    grid-template-columns: 140px 1fr;
  }
  .grid.col-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .grid .column {
    display: block;
  }
  .grid .column.flex-col-vert {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .grid .column.flex-align {
    display: flex;
    align-items: center;
  }
  .flex-align-center {
    display: flex;
    align-items: center;
  }
  .grid .column.bdright {
    border-right: solid 1px #1c2027;
    padding-right: 20px;
  }
  .grid.col-1-1-2 {
    grid-template-columns: 1fr 1fr 2fr;
  }
}
@media (min-width: 1025px) {
.grid.col-hero-1-3 {
    display: grid;
    gap: 40px;
    grid-template-columns: 1.2fr 2fr;
    align-items: center;
    gap: 60px;
  }
}
@media (min-width: 1320px) {
  .grid.col-4-centercard {
    grid-template-columns: 320px 320px 320px 320px;
    justify-content: center;
    gap: 40px;
  }
  .grid.space {
    justify-content: space-between;
  }
}
@media (min-width: 1360px) {
  
}
@media (max-width: 1319px) {
  
}
@media (max-width: 1030px) {
  .grid.invert {
    display: flex;
    flex-direction: column-reverse;
  }
}
.col-2-noc {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.flex-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}
/***** CONTENIDOS COMUNES ******/
body.open {
  overflow: hidden !Important;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #1c2027;
  background: #fff;
}
#main {
  display: block;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding: 0;
}


#main.internas {
  padding-top: 150px;
}
@media (max-width: 1390px) {
  #main.internas {
    padding: 68px 0 0 0;
  }
}
.wrapper {
  width: 1376px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1500px) {
  .wrapper {
    width: 1140px;
    padding: 0 10px;
  }
  .wrapper.nomar {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .wrapper {
    width: 100%;
    padding: 0 10px;
  }
  .wrapper.nomar {
    padding: 0;
  }
}
@media (max-width: 1100px) {
  .wrapper {
    padding: 0 20px;
  }
}
.content {
  width: 900px;
  display: block;
  margin: 0 auto;
  padding: 0; position: relative
}
.content.center {
  text-align: center;
}
@media (max-width: 1000px) {
  .content {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1100px) {
  .content {
    padding: 0 20px;
  }
}
.modulo {
  padding: 30px 0;
  display: block;
}
.modulo.bg-gray {
  background: #929398;
}
.modulo.pad-max {
  padding: 60px 0;
}
@media (max-width: 1100px) {
  .modulo.pad-max {
    padding: 30px 0;
  }
}
.sep {
  width: 100%;
  height: 1px;
  background: #cfcfcf;
  margin: 30px 0;
}
@media (max-width: 1100px) {
  .sep {
    margin: 10px 0;
  }
}
.img-responsive {
  display: block;
  max-width: 100%;
  margin: 0;
}
.spacer {
  height: 60px;
  width: 100%;
  display: block;
  clear: both;
  overflow: hidden;
}
/**** BOTONES ****/
/**** CARDS ****/
/***** animaciones ****/
.fadeIn {
  opacity: 0 !important;
  transition: ease 1.5s all;
}
.fadeIn.active {
  opacity: 1 !important;
}
.fadeInUp {
  transform: translateY(150px);
  opacity: 0 !important;
  transition: ease 1.5s all;
}
.InUp {
  transform: translateY(250px);
  opacity: 1 !important;
  visibility: hidden;
  transition: ease 0.5s all;
}
.fadeInUp.active {
  transform: translateY(0);
  opacity: 1 !important;
}
.InUp.active {
  transform: translateY(0);
  visibility: visible;
}
.fadeInDown {
  transform: translateY(-150px);
  opacity: 0 !important;
  transition: ease 1.5s all;
}
.fadeInDown.active {
  transform: translateY(0);
  opacity: 1 !important;
}
.fadeInRight {
  transform: translateX(150px);
  opacity: 0 !important;
  transition: ease 1.5s all;
}
.fadeInRight.active {
  transform: translatex(0);
  opacity: 1 !important;
}
.fadeInLeft {
  transform: translateX(-150px);
  opacity: 0 !important;
  transition: ease 1.5s all;
}
.fadeInLeft.active {
  transform: translatex(0);
  opacity: 1 !important;
}
/***** inputs custom ***/
.mobonly {
  display: none !important;
}
.deskonly {
  display: block !important;
}
@media (max-width: 1023px) {
  .mobonly {
    display: block !important;
  }
  .deskonly {
    display: none !important;
  }
	
.row-per.deskonly{  display: none!important;}
}
@media (max-width: 700px) {
  
}
@media (min-width: 1024px) {
  
}
.hamburger {
  position: absolute;
  top: 23px;
  right: 20px;
  margin: 0;
  padding: 0px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: solid 1px #386097ff;
}
.hamburger:hover {
  background: #38609729;
}
@media (min-width: 1024px) {
  .scrolled .hamburger {
    top: 8px;
  }
}
@media (max-width: 1023px) {
  .hamburger {
    top: 8px;
  }
}
.hamburger .hamburger-inner {
  position: relative;
  height: 18px;
  width: 20px;
  display: block;
  margin: 0;
  padding: 0;
}
.hamburger .bar {
  width: 20px;
  height: 2px;
  background: #386097ff;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger.open .bar {
  background: #386097ff;
}
.hamburger .bar.bar2,
.hamburger .bar.bar3 {
  top: 7px;
  transform: matrix(0.99999, 0, 0, 0.99999, 0, 0);
}
.hamburger .bar.bar4 {
  top: 14px;
}
.hamburger.open .bar1,
.hamburger.open .bar4 {
  opacity: 0;
}
.hamburger.open .bar2 {
  height: 2px;
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
}
.hamburger.open .bar3 {
  height: 2px;
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  z-index: 98;
  padding: 0 40px;
  background: #fff;
  position: fixed;
  top: 0px;
  border-radius: 0 0 45px 45px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1023px) {
  .header {
    height: 60px;
    border-radius: 30px;
    padding: 0 10px;
  }
}
.header.home {
  width: 98%;
  left: 1%;
  top: 20px;
  border-radius: 45px;
}
.header.home.scrolled {
  top: 0;
  border-radius: 30px;
}
@media (max-width: 1023px) {
  .header.home {
    top: 0;
    width: 100%;
    left: 0;
  }
}
.header.scrolled {
  height: 60px;
  border-radius: 0;
}
.header.scrolled .logo {
  width: 190px;
}
@media (max-width: 1023px) {
  .header {
    top: 0;
    border-radius: 0 0 0 0;
  }
  .header.scrolled {
    border-radius: 0 0 0 0;
  }
}
.header .logo {
  width: 250px;
}
.header .logo img {
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  .header .logo {
    width: 190px;
  }
}
.sat {
  padding-right: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.sat .bt-down {
  border: solid 1px #3893cd;
  border-radius: 30px;
  color: #3893cd;
  font-size: 18px;
  font-weight: 400;
  padding: 0 20px;
  line-height: 45px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sat .bt-down img {
  width: 20px;
}
.sat .bt-down:hover {
  background: #3893cd14;
}
.sat .bt-down.tc {
  border: solid 1px #e0690d;
  color: #e0690d;
}
.sat .bt-down.tc:hover {
  background: #e0690d12;
}
.sat.mob {
  display: none;
}
@media (max-width: 1023px) {
  .sat.desk {
    display: none;
  }
  .sat.mob {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding: 0;
  }
  .sat .bt-down {
    width: fit-content;
  }
}
@media (max-width: 700px) {
  .sat.mob {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
/********* M-MENU ***********/
.mmenu {
  display: block;
  background: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  padding: 100px 0 0 0;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mmenu.open {
  opacity: 1;
  right: 0;
}
@media (max-width: 1023px) {
  .mmenu {
    padding-top: 50px;
  }
}
.mmenu .close {
  display: block;
  background: url(../img/global/close-menu.svg) center center no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .mmenu .close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.mmenu .ppal {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  column-gap: 60px;
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .mmenu .ppal {
    column-gap: 30px;
  }
}
@media (max-width: 1023px) {
  .mmenu .ppal {
    display: block;
  }
}
.mmenu .ppal .area {
  border: 1px solid transparent;
  border-radius: 45px;
  min-height: 350px;
}
@media (max-width: 1023px) {
  .mmenu .ppal .area {
    margin-bottom: 20px;
  }
}
.mmenu .ppal .area h2 {
  font-size: 23px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 0;
  margin: 0 0 30px 0;
}
.mmenu .ppal .area h2 span {
  display: block;
  text-transform: none;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .mmenu .ppal .area h2 span {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .mmenu .ppal .area h2 {
    font-size: 18px;
    padding: 15px 0;
  }
  .mmenu .ppal .area h2 span {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .mmenu .ppal .area h2 {
    margin-bottom: 10px;
  }
}
.mmenu .ppal .area ul li {
  font-size: 18px;
  color: #939498;
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 7px 0;
}
.mmenu .ppal .area ul li a {
  color: #939498;
}
@media (max-width: 1500px) {
  .mmenu .ppal .area ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
.mmenu .ppal .area.amb {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(45deg, #3e5382, #669e5f) border-box;
  padding: 20px;
}
.mmenu .ppal .area.amb h2 {
  color: #70bf5c;
  background: url('../img/global/icon_menu_ambiente.svg') right center no-repeat;
  background-size: 50px;
}
.mmenu .ppal .area.amb h2 a {
  color: #70bf5c;
}
@media (max-width: 1023px) {
  .mmenu .ppal .area.amb h2 {
    background-size: 40px;
  }
}
@media (max-width: 359px) {
  .mmenu .ppal .area.amb h2 {
    background-size: 30px;
    font-size: 16px;
  }
}
.mmenu .ppal .area.amb ul li a:hover {
  color: #70bf5c;
}
.mmenu .ppal .area.amb ul li a.active {
  font-weight: 700;
  color: #70bf5c;
}
.mmenu .ppal .area.soc {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(45deg, #6352bc, #60a8d7) border-box;
  padding: 20px;
}
.mmenu .ppal .area.soc h2 {
  color: #736bde;
  background: url('../img/global/icon_menu_social.svg') right center no-repeat;
  background-size: 50px;
}
.mmenu .ppal .area.soc h2 a {
  color: #736bde;
}
@media (max-width: 1023px) {
  .mmenu .ppal .area.soc h2 {
    background-size: 40px;
  }
}
@media (max-width: 359px) {
  .mmenu .ppal .area.soc h2 {
    background-size: 30px;
    font-size: 16px;
  }
}
.mmenu .ppal .area.soc ul li a:hover {
  color: #736bde;
}
.mmenu .ppal .area.soc ul li a.active {
  font-weight: 700;
  color: #736bde;
}
.mmenu .ppal .area.gob {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(45deg, #d44f65, #e78033) border-box;
  padding: 20px;
}
.mmenu .ppal .area.gob h2 {
  color: #cc334d;
  background: url('../img/global/icon_menu_gobierno.svg') right center no-repeat;
  background-size: 50px;
}
.mmenu .ppal .area.gob h2 a {
  color: #cc334d;
}
@media (max-width: 1023px) {
  .mmenu .ppal .area.gob h2 {
    background-size: 40px;
  }
}
@media (max-width: 359px) {
  .mmenu .ppal .area.gob h2 {
    background-size: 30px;
    font-size: 16px;
  }
}
.mmenu .ppal .area.gob ul li a:hover {
  color: #cc334d;
}
.mmenu .ppal .area.gob ul li a.active {
  font-weight: 700;
  color: #cc334d;
}
.mmenu .secnd {
  background: #efefef;
  padding: 40px 0 50px 0;
}
.mmenu .secnd ul li {
  font-size: 16px;
  color: #939498;
  font-weight: 400;
  line-height: 30px;
}
.mmenu .secnd ul li a {
  color: #939498;
}
.mmenu .secnd ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .mmenu .secnd ul li {
    font-size: 14px;
  }
}
.mmenu .secnd .redes-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
  margin: 20px 0 0 0;
}
.mmenu .secnd .redes-top img {
  width: 25px;
}
.mmenu .secnd .redes-top a:hover {
  opacity: 0.7;
}
@media (max-width: 1023px) {
  .mmenu .secnd {
    text-align: center;
  }
  .mmenu .secnd .redes-top {
    justify-content: center;
  }
}
/*** RESPONSIVE ****/
@media (max-width: 1390px) {
  
}
@media (max-width: 1024px) {
  
}
@media (max-width: 500px) {
  
}
.footer {
  background: #939498;
  display: block;
  width: 100%;
  padding: 40px 20px;
}
.footer .links {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 14px;
  color: #fff;
}
.footer .links a {
  color: #fff;
}
.footer .links a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .footer .links {
    flex-direction: column;
    gap: 10px;
  }
}
.redes {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
.redes img {
  width: 25px;
}
.redes a:hover {
  opacity: 0.7;
}
@media (max-width: 1023px) {
  .redes {
    justify-content: center;
    margin-top: 20px;
  }
}
/**** HOME ***/
#main-home {
  height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 1025px) {
  #main-home {
    display: block;
    height: auto;
  }
}
.hero-home {
  background: #d7e9f5;
  padding: 140px 0 30px 0;
  flex: 1 1 auto;           /* crece o achica según el resto */
  min-height: 0;  
}
#main-home .hero-home .wrapper {
  height: 100%;
  position: relative;
}
.modulo-btns-home {
  height: 160px;
  padding: 30px 0;
  flex: 0 0 160px;
  align-items: center;
}
.modulo-btns-home .btn-secundario {
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  .modulo-btns-home .btn-secundario {
  margin-bottom: 30px;
}
}
#main-home .footer {
   height: 80px;            /* tu alto real */
  flex: 0 0 80px;          /* fija ese alto en el layout */
}

@media (max-width: 1025px) {
  #main-home .footer {
     height: auto;            /* tu alto real */
    flex: 0 0 auto;          /* fija ese alto en el layout */
  }
  .modulo-btns-home {
    height: auto;
    padding: 30px 0 0 0;
    flex: 0 0 auto;
  }
  .hero-home .image-home img {
    margin: 0 auto;
  }
  .hero-home {
    padding: 80px 0 0 0;
    text-align: center;
  }
}
.hero-home .image-home img {
  display: block;
  max-width: 100%;
  height: 100%;
      object-fit: contain;
}
.hero-home .image-home {
  display: block;
  position: relative;
  width: 100%;
  height: 40vh;
  overflow: hidden;
}
@media (min-height: 650px) {
  .hero-home .image-home {
    height: 40vh;
  }
}
@media (min-height: 700px) {
  .hero-home .image-home {
    height: 40vh;
  }
}
@media (min-height: 800px) {
  .hero-home .image-home {
    height: 40vh;
  }
}
@media (min-height: 900px) {
  .hero-home .image-home {
    height: auto;
  }
}

.hero-home h1 {
  text-transform: uppercase;
  color: #939498;
  font-size: 26px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px 0;
}

@media (max-width: 1025px) {
  .hero-home h1 {
    font-size: 20px;
    margin-top: 20px;
  }
}
.hero-home h2 {
  color: #282a32;
  font-weight: 600;
  font-size: 70px;
  line-height: 110%;
  padding: 0 0 20px 0;
  margin: 0;
}
@media (max-width: 1025px) {
  .hero-home h2 {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .hero-home h2 {
    font-size: 35px;
  }
}
.hero-home p {
  color: #282a32;
  font-weight: 400;
  font-size: 30px;
  line-height: 115%;
  padding: 0 0 20px 0;
  margin: 0;
}
@media (max-width: 1025px) {
  .hero-home p {
    font-size: 20px;
  }
}
@media (max-width: 1400px) and  (max-height: 800px) {
  .hero-home h1 {
    font-size: 20px;
    margin-top: 20px;
  }
  .hero-home h2 {
    font-size: 50px;
  }
  .hero-home p {
    font-size: 20px;
  }
}
.btn-home {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 25px;
  height: 50px;
  padding: 0 20px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .btn-home {
    font-size: 18px;
  }
}
@media (max-width: 1120px) {
  .btn-home {
    border-radius: 23px;
    height: 46px;
  }
}
.btn-home::after {
  position: absolute;
  top: 0;
  right: 20px;
  content: ' ';
  background: url('../img/home/arrow_right.svg') center center no-repeat;
  background-size: 25px;
  display: block;
  width: 45px;
  height: 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1120px) {
  .btn-home::after {
    background-size: 25px;
    width: 45px;
    height: 50px;
  }
}
.btn-home.amb {
  background: url('../img/home/bg_btn_ambiente.jpg') center center no-repeat;
  background-size: cover;
}
.btn-home.amb::before {
  position: absolute;
  top: 0;
  left: 15px;
  content: ' ';
  background: url('../img/home/Icon_PLANETA.svg') center center no-repeat;
  background-size: 35px;
  display: block;
  width: 40px;
  height: 50px;
}
.btn-home.soc {
  background: url('../img/home/bg_btn_social.jpg') center center no-repeat;
  background-size: cover;
}
.btn-home.soc::before {
  position: absolute;
  top: 0;
  left: 20px;
  content: ' ';
  background: url('../img/home/Icon_SOCIAL.svg') center center no-repeat;
  background-size: 35px;
  display: block;
  width: 40px;
  height: 50px;
}
.btn-home.gob {
  background: url('../img/home/bg_btn_gobierno.jpg') center center no-repeat;
  background-size: cover;
}
.btn-home.gob::before {
  position: absolute;
  top: 0;
  left: 10px;
  content: ' ';
  background: url('../img/home/Icon_GOBIERNO.svg') center center no-repeat;
  background-size: 35px;
  display: block;
  width: 40px;
  height: 50px;
}
.btn-home:hover {
  opacity: 0.8;
}
.btn-home:hover::after {
  transform: translateX(10px);
}
.btn-secundario {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #939498;
  font-size: 16px;
  font-weight: 500;
  border-radius: 20px;
  height: 40px;
  line-height: 50px;
  position: relative;
  margin-bottom: 30px;
  border: solid 1px #939498;
}
.btn-secundario:hover {
  background: #939498;
  color: #fff;
}
@media (max-width: 1120px) {
  .btn-secundario {
    font-size: 16px;
  }
}
.section-interna {
  padding: 110px 0 20px 0;
}
@media (max-width: 1023px) {
  .section-interna {
    padding: 90px 0 20px 0;
  }
}
.section-interna.planeta {
  background: #5b7d70;
}
.section-interna.lideres {
  background: #e0690f;
}
.section-interna h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .section-interna h1 {
    font-size: 18px;
  }
}
.nav-interna {
  background: #efefef;
  padding: 20px 0;
}
.nav-interna li {
  display: inline-block;
  font-size: 18px;
  color: #67696f;
  font-weight: 400;
  margin-right: 20px;
  line-height: 22px;
  border-right: solid 1px #67696f;
  padding: 0 20px 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-interna li:last-child {
  border-right: none;
  padding-right: 0;
}
.nav-interna li a {
  text-decoration: none;
  color: #67696f;
}
.nav-interna li a:hover {
  color: inherit;
}
.nav-interna.planeta li a:hover {
  color: #70bf5c;
}
.nav-interna.planeta li a.active {
  color: #70bf5c;
  font-weight: 700;
}
.nav-interna.lideres li a:hover {
  color: #e0690f;
}
.nav-interna.lideres li a.active {
  color: #e0690f;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .nav-interna {
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    border-top: 1px #fff solid;
  }
  .nav-interna ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    /* evita el salto de línea en flex */
  
    min-width: max-content;
    /* asegura que el contenido interno no se corte */
  
  }
  .nav-interna ul li {
    flex: 0 0 auto;
    /* asegura que no se achiquen */
  
    margin: 0 20px 0 0;
    padding: 0 20px 0 0px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .nav-interna ul li {
    font-size: 12px;
    line-height: 16px;
  }
}
.nav-interna.fixed {
  position: fixed;
  top: 60px;
  /* altura del header principal */

  left: 0;
  right: 0;
  z-index: 30;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.nav-interna-spacer {
  height: 0;
}
.top-interna {
  display: block;
  padding: 50px 0;
}
.top-interna .wrapper {
  position: relative;
}
.top-interna h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px 0;
}
@media (max-width: 1380px) {
  .top-interna h2 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .top-interna h2 {
    font-size: 30px;
  }
}
.top-interna p {
  color: #fff;
  font-size: 32px;
  line-height: 115%;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .top-interna p {
    font-size: 18px;
  }
}
.top-interna .graph {
  position: absolute;
  right: 100px;
  top: 0;
  width: 380px;
}
.top-interna .graph img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .top-interna .graph {
    width: 150px;
    right: 0;
    top: -20px;
  }
.top-interna.planeta .graph {
  top: 10px;
}
}
.top-interna.planeta {
  background: url('../img/planeta/bg_planeta.jpg') center center no-repeat #669e66;
  background-size: cover;
}
@media (max-width: 1023px) {
  .top-interna {
    padding: 30px 0; margin-bottom: 20px
  }
}
.ods {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  margin: 30px 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .ods {
    font-size: 16px;
  }
}
.ods-img {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 767px) {
.ods-img {
  gap: 2px; max-width: 100%; display: block
}
  .ods-img img {
    max-width: 80px;
  }
}
p.refer {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 125%;
  margin: 20px 0;
  padding: 0;
}
.article h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 20px 0;
  padding: 0;
}
.article h3.planeta {
  color: #70bf5c;
}
.article h2 {
  color: #669e66;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
}
.article h2.left-align {
  text-align: left;
}
.article p {
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 125%;
  margin: 0 0 20px 0;
  padding: 0;
}
.article p strong {
  font-weight: 700;
}
.article p .resalt {
  font-size: 22px;
  font-weight: 500;
}
.article p .sub {
  text-decoration: underline;
}
.article p a {
  text-decoration: underline;
  color: #000;
}
.article p.red {
  color: #cc334d;
}
.article p .lids {
  color: #e0690f;
}
.article ul {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.article ul li {
  list-style: none;
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 20px;
  position: relative;
  padding: 0 0 0 30px;
}
.article ul.planeta li::before {
  content: " ";
  display: block;
  background: url('../img/planeta/bullet.svg') center center no-repeat;
  background-size: 20px;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 3px;
}
.article ul.acerca li {
  padding-left: 20px;
}
.article ul.acerca li::before {
  content: " ";
  display: block;
  background: #56bded;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}
.article.center {
  text-align: center;
}
.article.bordered-red {
  border: solid 1px #cc334d;
  border-radius: 20px;
  padding: 30px 30px 10px 30px;
}
.article.bordered-red p {
  color: #cc334d;
}
.article.light h2 {
  color: #fff;
}
.article.light h3 {
  color: #fff;
}
.article.light p {
  color: #fff;
}
.article.light p a {
  color: #fff;
}
.article.doscol {
  column-count: 2;
  column-gap: 40px;
}
@media (max-width: 640px) {
  .article.doscol {
    display: block;
    column-count: 1;
    column-gap: 0px;
  }
	.dosacord .column{ margin-bottom: 0px}
}
.article.mbot100 {
  margin-bottom: 100px;
}
.article.mbot60 {
  margin-bottom: 60px;
}

.col-2.ptop30 {
  padding-top: 30px;
}
@media (max-width: 480px) {	
.article.mbot60 {
  margin-bottom: 20px;
}
	
.col-2.ptop30 {
  padding-top: 0px;
}
}
.article.ptop30 {
  padding-top: 30px;
}
@media (max-width: 1500px) {
  .article h3 {
    font-size: 20px;
  }
  .article h2 {
    font-size: 28px;
  }
  .article p {
    font-size: 16px;
  }
  .article p .resalt {
    font-size: 18px;
  }
  .article ul li {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .article h3 {
    font-size: 18px;
  }
  .article h2 {
    font-size: 24px;
  }
  .article p {
    font-size: 16px;
  }
  .article ul li {
    font-size: 16px;
  }
  .article.p20mob {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .article h3 {
    font-size: 16px;
  }
  .article h2 {
    font-size: 20px;
  }
  .article p {
    font-size: 14px;
  }
  .article ul li {
    font-size: 14px;
  }
}
.figure {
  border-radius: 45px;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.figure img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .figure {
    margin-bottom: 20px;
  }
}
.info-objt {
  background: #669e66;
  padding: 90px 0;
  color: #fff;
}
.info-objt h2 {
  margin: 0 0 50px 0;
}
.info-objt .ojt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
}
.info-objt .ojt span {
  font-weight: 700;
  font-size: 34px;
}
.info-objt .ojt .ico img {
  width: 100px;
  display: block;
}
.info-objt .ojt .num {
  display: none;
}
@media (max-width: 767px) {
  .info-objt .ojt {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    font-size: 14px;
  }
  .info-objt .ojt span {
    font-size: 20px;
  }
  .info-objt .ojt .ico {
    margin: 20px auto;
  }
  .info-objt .ojt .num {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #fff;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 0 auto 10px auto;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .info-objt {
    padding: 60px 0;
  }
}
.graph-circle {
  background: #efefef;
  padding: 90px 0;
  display: block;
}
@media (max-width: 767px) {
  .graph-circle {
    padding: 60px 0;
  }
}
.madeinarg {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: 300;
  font-size: 24px;
}
.madeinarg img {
  width: 30px;
}
@media (max-width: 767px) {
  .madeinarg {
    font-size: 14px;
    text-align: center;
    padding: 0px 0;
  }
}
.mod-section {
  position: relative;
  padding: 100px 0;
}
.mod-section.emisiones {
  background: url('../img/planeta/bg_emisiones.jpg') center center no-repeat;
  background-size: cover;
}
.mod-section.gray {
  background: #efefef;
}
@media (max-width: 767px) {
  .mod-section {
    padding: 40px 0 20px 0;
  }
}
.gotop {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gotop img {
  display: block;
  width: 100%;
}
.gotop:hover {
  opacity: 0.8;
}
.btarea-gotop {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.acordeons {
  display: block;
  margin: 60px 0 0 0;
}
.acordeons .tit-acordeon {
  background: #efefef;
  height: 90px;
  display: flex;
  align-items: center;
  border-radius: 45px;
  padding: 0 20px;
  gap: 20px;
  position: relative;
  cursor: pointer;
  margin: 30px 0 0 0;
}
.acordeons .tit-acordeon .tit {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.acordeons .tit-acordeon .tit .ico {
  width: 70px;
  height: 70px;
}
.acordeons .tit-acordeon .tit .ico img {
  width: 100%;
  display: block;
}
@media (max-width: 1023px) {
  .acordeons .tit-acordeon .tit {
    font-size: 14px;
  }
  .acordeons .tit-acordeon .tit .ico {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
  }
}
.acordeons .tit-acordeon:after {
  content: ' ';
  display: block;
  width: 70px;
  height: 70px;
  background: url('../img/planeta/icon_abrir.svg') center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 1023px) {
  .acordeons .tit-acordeon:after {
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -15px;
    right: 10px;
  }
}
.acordeons .tit-acordeon:hover:after {
  background: url('../img/planeta/icon_abrir_over_1.svg') center center no-repeat;
  background-size: 100%;
}
.acordeons .tit-acordeon.open:after {
  background: url('../img/planeta/icon_cerrar.svg') center center no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .acordeons .tit-acordeon {
    border-radius: 0;
    padding: 10px 30px 10px 10px;
    display: block;
    height: auto;
    background: none;
    border-bottom: solid 1px #e7e7e7;
  }
  .acordeons .tit-acordeon .tit {
    margin-bottom: 10px; width: 90%
  }
}
.acordeons .info-acordeon {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.acordeons .info-acordeon p {
  font-size: 15px;
  color: #000;
  line-height: 125%;
  padding: 20px 110px;
}
@media (max-width: 1023px) {
  .acordeons .info-acordeon p {
    padding: 20px;
    font-size: 14px;
  }
}
.tit-acordeon.open + .info-acordeon {
  max-height: 2000px;
  /* suficientemente alto para el contenido */

}
.info-energi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
}
.info-energi .info {
  height: 300px;
  width: 350px;
  min-width: 350px;
  border: 1px solid #a5eb8c;
  border-radius: 45px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.info-energi .info .ico {
  width: 90px;
  height: 90px;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-energi .info .ico img {
  width: auto;
  max-height: 80px;
}
.info-energi .info h4 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 0px 0;
  padding: 0;
}
.info-energi .info p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .info-energi {
    display: block;
  }
  .info-energi .info {
    height: auto;
    width: 100%;
    min-width: 1px;
    margin-bottom: 30px;
    text-align: center;
  }
  .info-energi .info h4 {
    font-size: 30px;
  }
  .info-energi .info p {
    font-size: 16px;
  }
}
.boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 40px 0 0 0;
}
.boxes .box {
  border-radius: 45px;
  background: #a6eb8c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}
.boxes .box p {
  color: #000;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (max-width: 650px) {
  .boxes .box p {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .boxes {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .boxes {
    grid-template-columns: 1fr;
  }
}
.info-recid {
  border-radius: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 40px 60px;
  background: url('../img/planeta/bg_desktop_residuos-80.jpg') center center no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}
.info-recid .info {
  padding: 0 0 0 20px;
  border-left: solid 2px #282a32;
}
.info-recid .info h4 {
  color: #282a32;
  font-size: 35px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 10px 0;
}
.info-recid .info p {
  color: #282a32;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .info-recid {
    grid-template-columns: 1fr;
    background: url('../img/planeta/bg_mobile_residuos-80.jpg') center center no-repeat;
    background-size: cover;
  }
  .info-recid .info {
    margin-bottom: 20px;
  }
  .info-recid .info h4 {
    font-size: 30px;
  }
  .info-recid .info p {
    font-size: 16px;
  }
}
.video-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 1.7777777777777777;
  /* mantiene vertical */

  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/**** modal imgs ***/
.thumbnail {
  cursor: pointer;
  transition: 0.3s;
}
.modal {
  display: none;
  /* oculto por defecto */

  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}
.modal .close {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
.modal-content {
  max-width: 90%;
  max-height: 90%;
  border-radius: 4px;
  transition: transform 0.3s ease;
  transform-origin: center center;
  cursor: grab;
  user-select: none;
  touch-action: none;
  /* previene el scroll al hacer drag en mobile */

}
.section-interna.acerca {
  background: #282a32;
}
.nav-interna.acerca li a:hover {
  color: #67696f;
}
.nav-interna.acerca li a.active {
  color: #67696f;
  font-weight: 700;
}
.top-interna.acerca {
  background: #67696f;
}
.top-interna.lideres {
  background: #e0690f;
}
.article h3.acerca {
  color: #282a32;
}
.article h2.acerca {
  color: #282a32;
}
.logos-acerca {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 70px 0 0 0;
}
.logos-acerca img {
  max-width: 250px;
  max-height: 45px;
}
@media (max-width: 700px) {
  .logos-acerca {
    flex-direction: column;
    gap: 40px;
  }
}
.doble-col {
  border-radius: 45px;
  overflow: hidden;
  margin: -190px 0 100px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.doble-col div {
  padding: 40px 50px;
}
.doble-col div p {
  color: #fff;
  font-size: 24px;
  line-height: 115%;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.doble-col div p strong {
  font-weight: 700;
}
@media (max-width: 750px) {
  .doble-col div p {
    font-size: 18px;
  }
}
.doble-col .col1 {
  background: #56bded;
}
.doble-col .col2 {
  background: #386097;
}
@media (max-width: 750px) {
  .doble-col {
    display: block;
    margin: -130px 0 50px 0;
  }
}
.mod-section.presencia {
  background: #386097;
}
.mod-section.organizacion {
  background: linear-gradient(to bottom, #eeeeee 400px, transparent 400px);
  background-repeat: no-repeat;
  background-size: 100% 400px;
  background-position: top center;
}
.modulo-presencia .butons-pres {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 0 40px 0;
}
.modulo-presencia .butons-pres .btp {
  text-transform: uppercase;
  color: #939498;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 25px;
  background-color: #efefef;
  padding: 0 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modulo-presencia .butons-pres .btp.active {
  color: #fff;
  background: #56bded;
}
.modulo-presencia .butons-pres .btp:hover {
  color: #fff;
  background: #56bded;
}
@media (max-width: 900px) {
  .modulo-presencia .butons-pres .btp {
    font-size: 16px;
    height: auto;
    line-height: 18px;
    padding: 10px 20px;
    text-transform: none;
  }
}
.area-pres .mundo {
  max-width: 1000px;
  margin: 0 auto;
}
.area-pres .mundo .mapamundi {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
  border-radius: 45px;
}
.area-pres .mundo .mapamundi img {
  display: block;
  width: 100%;
}
@media (max-width: 900px) {
  .area-pres .mundo .mapamundi {
    margin-bottom: 30px;
  }
}
.area-pres .bullets-pres {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.area-pres .bullets-pres li {
  list-style: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 10px;
  position: relative;
  padding: 0 0 0 30px;
}
.area-pres .bullets-pres li::before {
  content: " ";
  display: block;
  background: url('../img/acerca/bullet.svg') center center no-repeat;
  background-size: 20px;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 3px;
}
.area-pres .bullets-pres li sup {
  font-size: 12px;
}
@media (max-width: 900px) {
  .area-pres .bullets-pres li {
    font-size: 18px;
  }
}
.area-pres .bullets-pres.inline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
@media (max-width: 900px) {
  .area-pres .bullets-pres.inline {
    display: block;
  }
}
.area-map-arg {
  max-width: 900px;
  margin: 0 auto;
}
.area-map-arg .ecnolumn {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 50px;
}
@media (max-width: 900px) {
  .area-map-arg .ecnolumn {
    display: block;
  }
}
.area-map-arg .legal-arg {
  color: #fff;
  font-size: 12px;
  margin: 30px 0 0 0;
}
.area-map-arg .datos-arg {
  border-radius: 45px;
  border: solid 1px #fff;
  padding: 20px 40px;
}
.area-map-arg .datos-arg .zona {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.area-map-arg .datos-arg .zona .info {
  padding: 40px;
}
.area-map-arg .datos-arg .zona .info h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.area-map-arg .datos-arg .zona .info ul li {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 15px;
}
.area-map-arg .datos-arg .zona .info ul li::before {
  content: " ";
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 900px) {
  .area-map-arg .datos-arg .zona .info {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 900px) {
  .area-map-arg .datos-arg .zona {
    flex-direction: row;
  }
}
.area-map-arg .datos-arg .mapa-arg img {
  display: block;
  width: 200px;
}
@media (max-width: 900px) {
  .area-map-arg .datos-arg {
    padding: 20px;
  }
}
.area-map-arg .area-list .bt-arg {
  display: block;
  color: #939498;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 20px;
  background-color: #efefef;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 0 15px 0;
  background-position: 90% center;
}
.area-map-arg .area-list .bt-arg.active {
  color: #fff;
  background: url('../img/acerca/arrow.svg') 90% center no-repeat #56bded;
  background-size: 15px;
}
.area-map-arg .area-list .bt-arg:hover {
  color: #fff;
  background: url('../img/acerca/arrow.svg') 90% center no-repeat #56bded;
  background-size: 15px;
}
@media (max-width: 900px) {
  .area-map-arg .area-list .bt-arg {
    font-size: 16px;
    padding: 0 15px;
    white-space: nowrap;
    /* evita el salto de línea */
  
    flex: 0 0 auto;
    /* evita que el botón se reduzca o crezca */
  
  }
  .area-map-arg .area-list .bt-arg.active {
    background: #56bded;
  }
  .area-map-arg .area-list .bt-arg:hover {
    background: #56bded;
  }
}
@media (max-width: 900px) {
  .area-map-arg .area-list {
    display: flex;
    align-items: center;
    overflow-x: auto;
    gap: 10px;
  }
}
.logos-nav {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
  margin: 70px 0 0 0;
}
.logos-nav .logos {
  position: relative;
  background: #efefef;
  border-radius: 45px;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos-nav .logos .base {
  max-width: 200px;
}
@media (max-width: 750px) {
  .logos-nav .logos .base {
    display: none;
  }
}
.logos-nav .logos .btov {
  position: absolute;
  width: 100px;
  height: auto;
  z-index: 2;
  cursor: pointer;
}
.logos-nav .logos .btov img {
  display: block;
  width: 100%;
}
.logos-nav .logos .btov.mp {
  top: 40px;
}
@media (max-width: 750px) {
  .logos-nav .logos .btov.mp {
    top: auto;
  }
}
.logos-nav .logos .btov.ex {
  left: 60px;
  bottom: 60px;
}
@media (max-width: 750px) {
  .logos-nav .logos .btov.ex {
    left: auto;
    bottom: auto;
  }
}
.logos-nav .logos .btov.ta {
  right: 60px;
  bottom: 60px;
}
@media (max-width: 750px) {
  .logos-nav .logos .btov.ta {
    right: auto;
    bottom: auto;
  }
}
@media (max-width: 750px) {
  .logos-nav .logos .btov {
    position: relative;
  }
}
@media (max-width: 750px) {
  .logos-nav .logos {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
  }
}
.logos-nav .info .data {
  display: none;
}
@media (max-width: 750px) {
  .logos-nav {
    display: block;
  }
}
.logos-nav .data {
  padding: 30px;
}
.logos-nav .data p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 20px 0;
}
@media (max-width: 700px) {
  .logos-nav .data p {
    font-size: 14px;
  }
}
.logos-nav .data h4 {
  color: #386097;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  position: relative;
}
.logos-nav .data h4:before {
  content: ' ';
  position: absolute;
  left: -30px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url('../img/acerca/bullet2.svg') center no-repeat;
  background-size: 20px;
  display: block;
}
.logos-nav .data h5 {
  color: #000;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.logos-nav .data ul {
  list-style: disc;
  list-style-type: disc;
  padding-left: 20px;
}
.logos-nav .data ul li {
  list-style: disc;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.logos-nav .data ul li.subitem {
  list-style: none;
  padding-left: 20px;
}
@media (max-width: 700px) {
  .logos-nav .data ul li {
    font-size: 14px;
    line-height: 18px;
  }
}
.graf-logs {
  display: block;
  max-width: 350px;
  margin: 0 auto;
}
.graf-logs img {
  display: block;
  width: 100%;
}
.logos-nav-v2 {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 40px;
  margin: 70px 0 0 0;
}
.logos-nav-v2 .logos {
  position: relative;
}
.logos-nav-v2 .logos .btov {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  height: auto;
  background: #eee;
  border: solid 1px #eee;
  cursor: pointer;
  border-radius: 45px;
  margin: 0 0 20px 0;
}
.logos-nav-v2 .logos .btov img {
  display: block;
  max-width: 100%;
  height: 30px;
}
.logos-nav-v2 .logos .btov.active {
  border: solid 1px #386097;
  background: #fff;
}
@media (max-width: 750px) {
  .logos-nav-v2 .logos .btov {
    position: relative;
  }
}
.logos-nav-v2 .logos.desk {
  display: block;
}
.logos-nav-v2 .logos.mob {
  display: none;
}
@media (max-width: 750px) {
  .logos-nav-v2 .logos.desk {
    display: none;
  }
  .logos-nav-v2 .logos.mob {
    display: block;
  }
}
.logos-nav-v2 .info .data {
  display: none;
}
@media (max-width: 750px) {
  .logos-nav-v2 {
    display: block;
  }
}
.logos-nav-v2 .data {
  padding: 30px 30px 30px 60px;
  border: solid 1px #386097;
  border-radius: 45px;
  margin-bottom: 20px;
}
.logos-nav-v2 .data p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 20px 0;
}
@media (max-width: 700px) {
  .logos-nav-v2 .data p {
    font-size: 14px;
  }
}
.logos-nav-v2 .data h4 {
  color: #386097;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  position: relative;
}
.logos-nav-v2 .data h4:before {
  content: ' ';
  position: absolute;
  left: -30px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url('../img/acerca/bullet2.svg') center no-repeat;
  background-size: 20px;
  display: block;
}
.logos-nav-v2 .data h5 {
  color: #000;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.logos-nav-v2 .data ul {
  list-style: disc;
  list-style-type: disc;
  padding-left: 20px;
}
.logos-nav-v2 .data ul li {
  list-style: disc;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.logos-nav-v2 .data ul li.subitem {
  list-style: none;
  padding-left: 20px;
}
@media (max-width: 700px) {
  .logos-nav-v2 .data ul li {
    font-size: 14px;
    line-height: 18px;
  }
}
.cardes {
  margin: 60px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .cardes {
    gap: 15px;
    overflow-x: auto;
  }
}
.org-card {
  width: 200px;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  border-radius: 30px 30px;
  position: relative;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 0);*/

  cursor: pointer;
}
.org-card.vision {
  /*background-color: #386097;*/

  background: url('../img/acerca/bg_solapa_azul.svg') top center no-repeat;
}
.org-card.valores {
  /*background-color: #70bf5c;*/

  background: url('../img/acerca/bg_solapa_verde.svg') top center no-repeat;
}
.org-card.estandares {
  /*background-color: #5b4bb8;*/

  background: url('../img/acerca/bg_solapa_violeta.svg') top center no-repeat;
}
.org-card.ddi {
  /*background-color: #e0690f;*/

  background: url('../img/acerca/bg_solapa_naranja.svg') top center no-repeat;
}
.org-card .icono img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.org-card .titulo {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  margin: 10px 0 40px 0;
}
@media (max-width: 750px) {
  .org-card .titulo {
    margin: 10px 0 20px 0;
  }
}
.org-card .flecha {
  border-radius: 50%;
  background: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.org-card .flecha img {
  width: 18px;
  height: auto;
}
.org-card:hover .flecha {
  transform: translateY(10px);
}
@media (max-width: 750px) {
  .org-card {
    min-width: 150px;
  }
}
.org-boxes {
  margin: 50px 0;
}
.org-boxes .org-box {
  color: #fff;
  border-radius: 45px;
  padding: 40px;
}
@media (max-width: 700px) {
  .org-boxes .org-box {
    padding: 40px 20px;
  }
}
.org-boxes .org-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 5px 0;
  padding: 0;
}
@media (max-width: 700px) {
  .org-boxes .org-box h3 {
    font-size: 20px;
  }
}
.org-boxes .org-box p {
  font-size: 18px;
  line-height: 126%;
  margin: 0 0 24px 0;
}
.org-boxes .org-box p.nmarg {
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  .org-boxes .org-box p {
    font-size: 14px;
  }
}
.org-boxes .org-box ul {
  list-style: disc;
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 24px;
}
.org-boxes .org-box ul li {
  list-style: disc;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 700px) {
  .org-boxes .org-box ul li {
    font-size: 14px;
    line-height: 18px;
  }
}
.org-boxes .org-box.box-vision {
  background-color: #386097;
}
.org-boxes .org-box.box-valores {
  background-color: #70bf5c;
}
.org-boxes .org-box.box-estandares {
  background-color: #5b4bb8;
}
.org-boxes .org-box.box-ddi {
  background-color: #e0690f;
}
.org-boxes .org-tabla {
  border-radius: 30px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  margin: 0 0 30px 0;
}
.org-boxes .org-tabla .ttb {
  background: #efefef;
  padding: 20px;
}
.org-boxes .org-tabla .ttb p {
  color: #000;
  margin-bottom: 7px;
}
.org-boxes .org-tabla .ttb p span {
  color: #5b4bb8;
  font-weight: 600;
}
@media (max-width: 700px) {
  .org-boxes .org-tabla {
    display: block;
  }
  .org-boxes .org-tabla .ttb p {
    font-size: 14px;
  }
}
.section-interna.estrategia {
  background: #3893cd;
}
.nav-interna.estrategia li a:hover {
  color: #3893cd;
}
.nav-interna.estrategia li a.active {
  color: #3893cd;
  font-weight: 700;
}
.top-interna.estrategia {
  background: url('../img/estrategia/bg_intro_estrategia-80.jpg') center center no-repeat #282a32;
  background-size: cover;
}
.top-interna.estrategia .graph {
  position: absolute;
  right: 100px;
  top: 0;
  width: 250px;
}
.top-interna.estrategia .graph img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1500px) {
  .top-interna.estrategia .graph {
    width: 200px;
    right: 0;
    top: -20px;
  }
}
@media (max-width: 1000px) {
  .top-interna.estrategia .graph {
    display: none;
  }
}
.top-interna.estrategia h2 {
  color: #282a32;
}
@media (max-width: 440px) {
  .top-interna.estrategia h2 br {
    display: none;
  }
}
.top-interna.estrategia p {
  color: #282a32;
}
@media (max-width: 680px) {
  .top-interna.estrategia p br {
    display: none;
  }
}
.article h3.estrategia {
  color: #56bded;
}
.article h2.estrategia {
  color: #56bded;
}
.article h2.estrategia-dark {
  color: #282a32;
}
.mod-section.presencia {
  background: #386097;
}
.circ-tabs-area {
  max-width: 1170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
}
.circ-tabs-area .circ {
  max-width: 390px;
  min-width: 390px;
  position: relative;
  cursor: pointer;
}
.circ-tabs-area .circ .image {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.circ-tabs-area .circ .icono {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: -30px;
  left: 50%;
  margin: 0 0 0 -30px;
  z-index: 2;
}
.circ-tabs-area .circ .icono svg {
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media (max-width: 625px) {
  .circ-tabs-area .circ .icono {
    width: 26px;
    height: 26px;
    bottom: -13px;
    margin-left: -13px;
  }
  .circ-tabs-area .circ .icono svg {
    width: 26px;
    height: 26px;
  }
}
.circ-tabs-area .circ.pla .icono .fondo {
  fill: #fff;
  stroke: #4a7635;
  stroke-width: 2px;
  transition: fill 0.3s, stroke 0.3s;
}
.circ-tabs-area .circ.pla .icono .flecha {
  fill: none;
  stroke: #4a7635;
  stroke-width: 2px;
  transition: stroke 0.3s;
}
.circ-tabs-area .circ.pla:hover .icono .fondo,
.circ-tabs-area .circ.pla.active .icono .fondo {
  fill: #4a7635;
}
.circ-tabs-area .circ.pla:hover .icono .flecha,
.circ-tabs-area .circ.pla.active .icono .flecha {
  stroke: #fff;
}
.circ-tabs-area .circ.per .icono .fondo {
  fill: #fff;
  stroke: #1f3262;
  stroke-width: 2px;
  transition: fill 0.3s, stroke 0.3s;
}
.circ-tabs-area .circ.per .icono .flecha {
  fill: none;
  stroke: #1f3262;
  stroke-width: 2px;
  transition: stroke 0.3s;
}
.circ-tabs-area .circ.per:hover .icono .fondo,
.circ-tabs-area .circ.per.active .icono .fondo {
  fill: #1f3262;
}
.circ-tabs-area .circ.per:hover .icono .flecha,
.circ-tabs-area .circ.per.active .icono .flecha {
  stroke: #fff;
}
.circ-tabs-area .circ.pri .icono .fondo {
  fill: #fff;
  stroke: #e6341d;
  stroke-width: 2px;
  transition: fill 0.3s, stroke 0.3s;
}
.circ-tabs-area .circ.pri .icono .flecha {
  fill: none;
  stroke: #e6341d;
  stroke-width: 2px;
  transition: stroke 0.3s;
}
.circ-tabs-area .circ.pri:hover .icono .fondo,
.circ-tabs-area .circ.pri.active .icono .fondo {
  fill: #e6341d;
}
.circ-tabs-area .circ.pri:hover .icono .flecha,
.circ-tabs-area .circ.pri.active .icono .flecha {
  stroke: #fff;
}
@media (max-width: 1450px) {
  .circ-tabs-area .circ {
    max-width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 1023px) {
  .circ-tabs-area .circ {
    max-width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 625px) {
  .circ-tabs-area .circ {
    max-width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 480px) {
  .circ-tabs-area .circ {
    max-width: 100px;
    min-width: 100px;
  }
}
.circ-tabs-content {
  margin: 70px auto;
}
.circ-tabs-content .circ-info {
  display: none;
}
.circ-tabs-content .circ-info.show {
  display: block;
}
.circ-tabs-content .circ-info .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 30px;
  height: 60px;
  position: relative;
  margin: 0 auto 10px auto;
}
.circ-tabs-content .circ-info .tit .ic {
  width: 40px;
}
.circ-tabs-content .circ-info .tit h2 {
  color: #fff;
  font-weight: 500;
  font-size: 34px;
  margin: 0;
  padding: 0;
}
.circ-tabs-content .circ-info .tit .circ-close {
  position: absolute;
  width: 40px;
  top: 10px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
}
.circ-tabs-content .circ-info .tit .circ-close img {
  display: block;
  width: 100%;
}
@media (max-width: 625px) {
  .circ-tabs-content .circ-info .tit .circ-close {
    display: none;
  }
}
@media (max-width: 625px) {
  .circ-tabs-content .circ-info .tit {
    justify-content: flex-start;
    padding-left: 20px;
  }
  .circ-tabs-content .circ-info .tit h2 {
    font-size: 16px;
  }
}
.circ-tabs-content .circ-info .circ-box {
  background: #fff;
  border-radius: 30px;
  padding: 20px 60px;
  text-align: center;
}
.circ-tabs-content .circ-info .circ-box h3 {
  font-weight: 500;
  font-size: 25px;
  margin: 0 0 20px 0;
  padding: 0 40px;
  border-radius: 20px;
  line-height: 40px;
  color: #fff;
  display: inline-block;
}
.circ-tabs-content .circ-info .circ-box p {
  font-size: 20px;
  color: #67696f;
  line-height: 125%;
  margin: 0 0 30px 0;
  padding: 0;
}
.circ-tabs-content .circ-info .circ-box p strong {
  font-weight: 600;
}
.circ-tabs-content .circ-info .circ-box .img-text {
  display: block;
}
.circ-tabs-content .circ-info .circ-box .img-text img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.circ-tabs-content .circ-info.planeta .tit {
  background: #669e66;
}
.circ-tabs-content .circ-info.planeta .circ-box h3 {
  background: #669e66;
}
.circ-tabs-content .circ-info.planeta .circ-box p span {
  color: #669e66;
}
.circ-tabs-content .circ-info.personas .tit {
  background: #5c4bb9;
}
.circ-tabs-content .circ-info.personas .circ-box h3 {
  background: #5c4bb9;
}
.circ-tabs-content .circ-info.personas .circ-box p span {
  color: #5c4bb9;
}
.circ-tabs-content .circ-info.principios .tit {
  background: #d14e00;
}
.circ-tabs-content .circ-info.principios .circ-box h3 {
  background: #ff7a12;
}
.circ-tabs-content .circ-info.principios .circ-box p span {
  color: #ff7a12;
}
.order-list {
  list-style: none;
  counter-reset: customCount;
  padding-left: 0;
  columns: 2;
  column-gap: 50px;
}
@media (max-width: 767px) {
  .order-list {
    columns: 1;
  }
  .circ-tabs-content .circ-info .circ-box {
    padding: 20px;
  }
}
.order-list li {
  counter-increment: customCount;
  position: relative;
  padding-left: 0;
  break-inside: avoid;
  margin: 0 0 40px 0;
  min-height: 154px;
}
.order-list li .info {
  border-left: solid 3px #929398;
  padding: 0 0 0 20px;
  color: #000;
  font-weight: 300;
  font-size: 20px;
  line-height: 125%;
}
@media (max-width: 1500px) {
  .order-list li .info {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .order-list li {
    min-height: 20px;
    margin-bottom: 20px;
  }
  .order-list li .info {
    font-size: 14px;
  }
}
.order-list li::before {
  content: counter(customCount, decimal-leading-zero);
  position: relative;
  display: block;
  margin-bottom: 10px;
  color: #56bded;
  font-weight: 300;
  font-size: 60px;
}
@media (max-width: 767px) {
  .order-list li::before {
    font-size: 40px;
  }
}
.ods-tabs {
  display: block;
  margin: 50px auto 0;
  width: 100%;
}
.ods-tabs .ods-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ods-tabs .ods-items .item {
  position: relative;
  max-width: 140px;
  min-width: 140px;
  cursor: pointer;
}
.ods-tabs .ods-items .item .ods-img {
  display: block;
  width: 100%;
  position: relative;
}
.ods-tabs .ods-items .item .icono {
  width: 40px;
  height: 40px;
  margin: 20px auto 40px;
  display: block;
}
.ods-tabs .ods-items .item .icono .fondo {
  fill: transparent;
  stroke-width: 2px;
  transition: fill 0.3s, stroke 0.3s;
  stroke: #515151;
}
.item.active .fondo {
  stroke-width: 3px!important;
}
.ods-tabs .ods-items .item .icono .flecha {
  fill: none;
  stroke-width: 2px;
  transition: stroke 0.3s;
  stroke: #515151;
}
.ods-tabs .ods-items .item .icono svg {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.ods-tabs .ods-items .item.ods4:hover .icono .fondo,
.ods-tabs .ods-items .item.ods4.active .icono .fondo {
  stroke: #c01727;
}
.ods-tabs .ods-items .item.ods4:hover .icono .flecha,
.ods-tabs .ods-items .item.ods4.active .icono .flecha {
  stroke: #c01727;
}
.ods-tabs .ods-items .item.ods5:hover .icono .fondo,
.ods-tabs .ods-items .item.ods5.active .icono .fondo {
  stroke: #e6341c;
}
.ods-tabs .ods-items .item.ods5:hover .icono .flecha,
.ods-tabs .ods-items .item.ods5.active .icono .flecha {
  stroke: #e6341c;
}
.ods-tabs .ods-items .item.ods8:hover .icono .fondo,
.ods-tabs .ods-items .item.ods8.active .icono .fondo {
  stroke: #921830;
}
.ods-tabs .ods-items .item.ods8:hover .icono .flecha,
.ods-tabs .ods-items .item.ods8.active .icono .flecha {
  stroke: #921830;
}
.ods-tabs .ods-items .item.ods10:hover .icono .fondo,
.ods-tabs .ods-items .item.ods10.active .icono .fondo {
  stroke: #dd0879;
}
.ods-tabs .ods-items .item.ods10:hover .icono .flecha,
.ods-tabs .ods-items .item.ods10.active .icono .flecha {
  stroke: #dd0879;
}
.ods-tabs .ods-items .item.ods13:hover .icono .fondo,
.ods-tabs .ods-items .item.ods13.active .icono .fondo {
  stroke: #4a7635;
}
.ods-tabs .ods-items .item.ods13:hover .icono .flecha,
.ods-tabs .ods-items .item.ods13.active .icono .flecha {
  stroke: #4a7635;
}
.ods-tabs .ods-items .item.ods17:hover .icono .fondo,
.ods-tabs .ods-items .item.ods17.active .icono .fondo {
  stroke: #1e3161;
}
.ods-tabs .ods-items .item.ods17:hover .icono .flecha,
.ods-tabs .ods-items .item.ods17.active .icono .flecha {
  stroke: #1e3161;
}
@media (max-width: 767px) {
  .ods-tabs .ods-items .item {
    max-width: 110px;
    min-width: 110px;
  }
}
@media (max-width: 767px) {
  .ods-tabs .ods-items {
    gap: 10px;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  
}
.infod {
  display: none;
  gap: 20px;
  padding: 10px;
  background: #fff;
  border-radius: 45px;
}
.infod.show {
  display: flex;
  align-items: center;
}
.infod .num {
  max-width: 80px;
  min-width: 80px;
}
.infod .num img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .infod .num {
    max-width: 40px;
    min-width: 40px;
  }
}
.infod .txt p {
  color: #000;
  font-size: 16px;
  line-height: 125%;
  font-weight: 300;
}
@media (max-width: 767px) {
  .infod .txt p {
    font-size: 18px;
  }
}
.infod.ods4 {
  border: solid 2px #c01727;
}
.infod.ods5 {
  border: solid 2px #e6341c;
}
.infod.ods8 {
  border: solid 2px #921830;
}
.infod.ods10 {
  border: solid 2px #dd0879;
}
.infod.ods13 {
  border: solid 2px #4a7635;
}
.infod.ods17 {
  border: solid 2px #1e3161;
}
.grup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 20px;
  margin: 60px 0 0 0;
}
.grup-grid .grup-item {
  border-radius: 30px;
  background: #efefef;
  padding: 30px;
  text-align: center;
}
.grup-grid .grup-item .tit {
  display: block;
  border-radius: 20px;
  line-height: 20px;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  margin: -50px 0 20px 0;
}
.grup-grid .grup-item .tit.vio {
  background: #9e94fa;
}
.grup-grid .grup-item .tit.cel {
  background: #56bded;
}
.grup-grid .grup-item .tit.nar {
  background: #ff7a12;
}
.grup-grid .grup-item .tit.ver {
  background: #70bf5c;
}
.grup-grid .grup-item .ico {
  display: block;
  margin: 0 auto 20px;
}
.grup-grid .grup-item .ico img {
  height: 50px;
  max-width: 100%;
}
.grup-grid .grup-item p {
  color: #282a32;
  font-size: 18px;
  line-height: 125%;
}
@media (max-width: 1500px) {
  .grup-grid .grup-item p {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .grup-grid .grup-item p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .grup-grid .grup-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .grup-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .grup-grid {
    display: block;
  }
}
.mod-section.recorrido {
  background: url('../img/estrategia/bg_timeline-80.jpg') center center no-repeat;
  background-size: cover;
}
.timeline {
  display: block;
  overflow: hidden;
  padding: 40px;
}
@media (max-width: 700px) {
  .timeline {
    padding: 30px 0;
  }
}
.swiper-timeline {
  position: relative;
  background: linear-gradient(to bottom, #9e94fa 3px, transparent 3px);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: center 249px;
}
.swiper-timeline .time-button-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('../img/estrategia/prev.svg') center center no-repeat;
  background-size: cover;
  display: block;
  top: 249px;
  left: 0;
  margin: -20px 0 0 0;
  z-index: 8;
  cursor: pointer;
}
.swiper-timeline .time-button-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('../img/estrategia/next.svg') center center no-repeat;
  background-size: cover;
  display: block;
  top: 249px;
  right: 0;
  margin: -20px 0 0 0;
  z-index: 8;
  cursor: pointer;
}
.time-item {
  height: auto;
  text-align: center;
  position: relative;
}
.time-item .deco .image {
  border-radius: 50%;
  border: solid 3px #9e94fa;
  width: 180px;
  height: 180px;
  overflow: hidden;
  margin: 0 auto;
}
.time-item .deco .image img {
  display: block;
  width: 100%;
}
.time-item .deco .tline {
  width: 3px;
  height: 71px;
  background: #9e94fa;
  margin: 0 auto;
  position: relative;
}
.time-item .deco .tline:after {
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9e94fa;
  border: solid 3px #5c4bb9;
  position: absolute;
  bottom: -6px;
  left: -6.5px;
}
.time-item .info {
  padding: 20px;
  position: relative;
}
.time-item .info .yy {
  background: #5c4bb9;
  border-radius: 20px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 0 30px;
  display: inline-block;
}
.time-item .info p {
  background: #fff;
  border-radius: 30px;
  margin: 20px 0 0 0;
  font-size: 14px;
  color: #282a32;
  line-height: 125%;
  padding: 20px;
}
.time-item .info p .ver-refe {
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 700px) {
  .time-item .info p {
    font-size: 14px;
  }
}

.modal-timeline {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;                /* oculto por defecto */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-timeline.active {
  display: flex;
}
.modal-timeline .modal-content {
  background: #fff;
  padding: 20px;
  max-width: 600px;
  border-radius: 8px;
  position: relative;
}
.modal-timeline .modal-content p {
  margin: 0;
  font-size: 14px;
  color: #282a32;
  line-height: 125%;
  padding: 20px;
}
.modal-timeline .modal-content p.refer {
  font-size: 12px;
}
.modal-timeline .close-modal {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
/**********/
.bt-table {
  background: url('../img/estrategia/arrow3.svg') 98% center no-repeat #56bded;
  background-size: 40px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  border-radius: 30px;
  padding: 10px 70px 10px 30px;
}
.bt-table:hover {
  background: url('../img/estrategia/arrow3.svg') 98% center no-repeat #5582c1;
  background-size: 40px;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
}
.table-responsive table {
  border-collapse: collapse;
  width: 100%;
  min-width: 800px;
  /* para permitir scroll en pantallas chicas */

}
.table-responsive th,
.table-responsive td {
  border: 1px solid #e7e7e7;
  padding: 8px;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
}
.table-responsive th {
  background-color: #fff;
}
.pendiente {
  background-color: #d4f0ff;
  color: #0077aa;
  font-weight: bold;
}
/* Fondo oscuro del modal */
.oversite {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  /* evita clics cuando está oculto */

}
.oversite.show {
  display: flex;
  opacity: 1;
  pointer-events: all;
}
/* Caja del modal */
.oversite-box {
  background: #fff;
  padding: 20px;
  width: 90%;
  max-width: 900px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.oversite.show .oversite-box {
  transform: scale(1);
}
/* Botón cerrar */
.oversite-box .close-table {
  background: url('../img/estrategia/circ-close.svg') 98% center no-repeat #56bded;
  background-size: 30px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  border-radius: 30px;
  padding: 10px 70px 10px 30px;
  margin-bottom: 20px;
  cursor: pointer;
}
.oversite-box .close-table:hover {
  background: url('../img/estrategia/circ-close.svg') 98% center no-repeat #56bded;
  background-size: 30px;
}
.oversite-box .close:hover {
  color: #000;
}
.oversite-box .legales {
  color: #444;
  font-size: 12px;
  line-height: 16px;
  padding: 20px 0;
}
.acordeons.v2 .tit-acordeon {
  padding: 0 30px;
}
.acordeons.v2 .tit-acordeon .tit {
  font-size: 18px;
  font-weight: 600;
  text-transform: none; width: 90%
}
.acordeons.v2 .tit-acordeon:after {
  background: url('../img/estrategia/+off.svg') center center no-repeat;
  background-size: 100%;
}
.acordeons.v2 .tit-acordeon:hover:after {
  background: url('../img/estrategia/+over.svg') center center no-repeat;
  background-size: 100%;
}
.acordeons.v2 .tit-acordeon.open:after {
  background: url('../img/estrategia/-over.svg') center center no-repeat;
  background-size: 100%;
}
.acordeons.v2 .info-acordeon {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.acordeons.v2 .info-acordeon p {
  font-size: 15px;
  color: #000;
  line-height: 125%;
  padding: 20px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .acordeons.v2 .info-acordeon p {
    padding: 20px;
    font-size: 14px;
  }
}
.acordeons.v2 .info-acordeon p.dos-cols {
  column-count: 2;
  column-gap: 40px;
}
@media (max-width: 700px) {
  .acordeons.v2 .info-acordeon p.dos-cols {
    column-count: 1;
    padding: 0;
  }
}
.acordeons.v2 .info-acordeon p.bigg {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .acordeons.v2 .info-acordeon p.bigg {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .acordeons.v2 .info-acordeon p.bigg {
    padding: 0 0 20px 0;
  }
}
.apro-bg {
  background: url('../img/estrategia/bg_aprobacion-80.jpg') center center no-repeat;
  background-size: cover;
  margin: 30px 0 0 0;
  padding: 30px;
  border-radius: 45px;
}
.apro-img {
  display: block;
  text-align: right;
}
.apro-img img {
  max-width: 50%;
}
@media (max-width: 480px) {
.apro-img img {
  max-width: 100%; margin-bottom: 20px
}
}
.list-pipo {
  background: #55bcec;
  border-radius: 30px;
  padding: 30px 20px;
}
.list-pipo ul {
  padding-left: 0;
  columns: 3;
  column-gap: 40px;
}
.list-pipo ul li {
  break-inside: avoid;
  position: relative;
  padding: 0 0 10px 30px;
  background: url('../img/estrategia/arrow4.svg') top left no-repeat;
  background-size: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 125%;
  margin: 0 0 10px 0; overflow: visible
}
.list-pipo ul li strong {
  font-weight: 700;
}
@media (max-width: 700px) {
  .list-pipo ul {
    columns: 1;
  }
}
.list-pipo.one-col ul {
  columns: 1;
  column-gap: 0;
}
.list-pipo.red {
  background: #cc334d;
}
.list-pipo.red ul li {
  background: url('../img/gobierno/bullet_ppios_gob.svg') top left no-repeat;
  background-size: 16px;
}
.list-pipo.redv2 {
  background: transparent;
}
.list-pipo.redv2 ul li {
  background: url('../img/gobierno/bullet_ppios_gob_rojo.svg') top left no-repeat;
  background-size: 16px;
}
.list-pipo.green {
  background: transparent;
}
.list-pipo.green ul li {
  background: url('../img/gobierno/bullet_ppios_gob_green.svg') top left no-repeat;
  background-size: 16px;
}
.list-pipo.violet {
  background: transparent;
}
.list-pipo.violet ul li {
  background: url('../img/gobierno/bullet_ppios_gob_violet.svg') top left no-repeat;
  background-size: 16px;
}
.list-pipo.naran {
  background: transparent;
}
.list-pipo.naran ul li {
  background: url('../img/gobierno/bullet_ppios_gob_naranja.svg') top left no-repeat;
  background-size: 16px;
}
.list-pipo.redv3 {
  background: transparent;
}
.list-pipo.redv3 ul li {
  background: url('../img/gobierno/bullet_rojov3.svg') top left no-repeat;
  background-size: 16px;
  color: #cc334d;
  text-transform: uppercase;
}
.list-pipo.gray {
  background: transparent;
}
.list-pipo.gray ul li {
  background: url('../img/gobierno/bullet_negro.svg') top left no-repeat;
  background-size: 16px;
}
.list-pipo.dark {
  background: #cc334d;
}
.list-pipo.dark ul li {
  color: #000;
}
.list-pipo.big ul li {
  font-size: 20px;
  font-weight: 300;
  background-position: 0 3px;
}
@media (max-width: 1500px) {
  .list-pipo.big ul li {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .list-pipo.big ul li {
    font-size: 14px;
  }
}

}
.list-pipo.mbot60 {
  margin-bottom: 60px;
}
.list-pipo.no-bg {
  background: transparent;
  border-radius: 0;
}
.list-pipo.pad30 {
  padding: 30px;
}
.section-interna.gobierno {
  background: #c25700;
}
.nav-interna.gobierno li a:hover {
  color: #c25700;
}
.nav-interna.gobierno li a.active {
  color: #c25700;
  font-weight: 700;
}
.top-interna.gobierno {
  background: url('../img/gobierno/ppios_gob_bg_intro-80.jpg') center center no-repeat #c25700;
  background-size: cover;
}
.top-interna.gobierno .graph {
  position: absolute;
  right: 100px;
  top: auto;
  bottom: 20px;
  width: 450px;
}
.top-interna.gobierno .graph img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1500px) {
  .top-interna.gobierno .graph {
    width: 400px;
    right: 0;
    top: 0px;
  }
}
@media (max-width: 1024px) {
  .top-interna.gobierno .graph {
   width: 200px;
   top: -50px;
  }
}
@media (max-width: 400px) {
  .top-interna.gobierno .graph {
   width: 150px;
   top: 0px;
  }
}
.top-interna.gobierno h2 {
  color: #fff;
}
@media (max-width: 440px) {
  .top-interna.gobierno h2 br {
    display: none;
  }
}
.top-interna.gobierno p {
  color: #fff;
}
@media (max-width: 680px) {
  .top-interna.gobierno p br {
    display: none;
  }
}
.article h3.gobierno {
  color: #ff7a12;
}
.article h2.gobierno {
  color: #ff7a12;
}
.article h2.gobierno-dark {
  color: #c25700;
}
.article ul.gobierno {
  margin: 30px 0;
  column-count: 2;
  column-gap: 40px;
}
.article ul.gobierno li {
  text-align: left;
}
.article ul.gobierno li::before {
  content: " ";
  display: block;
  background: url('../img/gobierno/bullet_negro.svg') center center no-repeat;
  background-size: 20px;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 640px) {
  .article ul.gobierno {
    display: block;
    column-count: 1;
    column-gap: 0px;
  }
}
.article .columns-2 {
  column-count: 2;
  column-gap: 60px;
}
@media (max-width: 640px) {
  .article .columns-2 {
    column-count: 1;
    column-gap: 0px;
  }
}
.mod-section.presencia {
  background: #386097;
}
.mod-section.pad40 {
  padding: 40px 0;
}
.mod-section.red {
  background: #cc334d;
}
.mod-section.crem {
  background: #fff0e5;
}
.integrantes {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  max-width: 1100px;
  margin: 50px auto 0;
}
.integrantes.nomar {
  margin-top: 0;
}
.integrantes .item-integr {
  width: 200px;
  background: #efefef;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.integrantes .item-integr .foto img {
  display: block;
  width: 100%;
}
.integrantes .item-integr .info {
  padding: 25px;
  text-align: center;
}
.integrantes .item-integr .info h4 {
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 0 3px 0;
}
.integrantes .item-integr .info p {
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.integrantes .item-integr.dire {
  background: #386097;
}
.integrantes .item-integr.dire .info h4 {
  color: #fff;
}
.integrantes .item-integr.dire .info p {
  color: #fff;
}
@media (max-width: 880px) {
  .integrantes {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: unset;
  }
  .integrantes .item-integr {
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 480px) {
  .integrantes .item-integr {
    width: 140px;
  }
}
.datos-num {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.datos-num.trescol {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 800px) {
  .datos-num.trescol {
    grid-template-columns: 1fr 1fr;
  }
	
	.doble-col-gob .col1{padding: 20px 0px 10px 0px!important}
}
@media (max-width: 400px) {
  .datos-num.trescol {
    grid-template-columns: 1fr 1fr;
  }
}
.datos-num.doscol {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 800px) {
  .datos-num.doscol {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 400px) {
  .datos-num.doscol {
    grid-template-columns: 1fr;
  }
}
.datos-num.onecol {
  display: block;
}
.datos-num.onecol .item-num {
  margin-bottom: 30px;
}
.datos-num .item-num {
  border-left: solid 4px #ff7a12;
  padding: 0 0 0 20px;
}
.datos-num .item-num .nn {
  color: #ff7a12;
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 2px 0;
}
.datos-num .item-num .nn .regular {
  font-weight: 400;
}
.datos-num .item-num .tt {
  color: #282a32;
  font-size: 14px;
  margin-bottom: 5px;
}
.datos-num .item-num.light {
  border-left: solid 4px #fff;
}
.datos-num .item-num.light .nn {
  color: #fff;
}
.datos-num .item-num.light .tt {
  color: #fff;
}
@media (max-width: 800px) {
  .datos-num {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 400px) {
  .datos-num {
    grid-template-columns:1fr 1fr;
  }
}
.tit-round {
  text-align: center;
  border-radius: 45px;
  height: 90px;
  padding: 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tit-round h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
  text-align: center;
}
@media (max-width: 1500px) {
  .tit-round h2 {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .tit-round h2 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .tit-round h2 {
    font-size: 18px; font-weight: 600
  }
  .tit-round h2 br {
    display: none;
  }
}
.tit-round.nar {
  border: solid 1px #b43700;
}
.tit-round.nar h2 {
  color: #b43700;
}
.tit-round.red {
  border: solid 1px #cc334d;
}
.tit-round.red h2 {
  color: #cc334d;
}
.tit-round.mbot60 {
  margin-bottom: 60px;
}
.acordeons.v3 .tit-acordeon {
  padding: 0 30px;
  background: #c25700;
  z-index: 5;
}
.acordeons.v3 .tit-acordeon.nar {
  background: #ff7a12;
  padding-right: 94px;
}
.acordeons.v3 .tit-acordeon.red {
  background: #cc334d;
}
.acordeons.v3 .tit-acordeon.violet {
  background: #5C4BB9;
}
.acordeons.v3 .tit-acordeon .tit {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  color: #fff;
}
.acordeons.v3 .tit-acordeon:after {
  background: url('../img/gobierno/+off.svg') center center no-repeat;
  background-size: 100%;
}
.acordeons.v3 .tit-acordeon:hover:after {
  background: url('../img/gobierno/+over.svg') center center no-repeat;
  background-size: 100%;
}
.acordeons.v3 .tit-acordeon.open:after {
  background: url('../img/gobierno/-over.svg') center center no-repeat;
  background-size: 100%;
}
.acordeons.v3 .info-acordeon {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  /*transform: translateY(-45px);*/

}
.acordeons.v3 .info-acordeon .bgacrd {
  padding: 45px 20px;
  background: #ffe4d0;
  border-radius: 45px;
}
.acordeons.v3 .info-acordeon p {
  font-size: 15px;
  padding: 0 0 10px 0;
  color: #282a32;
  line-height: 125%;
}
.acordeons.v3 .info-acordeon p .sub {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .acordeons.v3 .info-acordeon p {
    padding: 20px;
    font-size: 14px;
  }
}
.acordeons.v3 .info-acordeon p.dos-cols {
  column-count: 2;
  column-gap: 40px;
}
@media (max-width: 700px) {
  .acordeons.v3 .info-acordeon p.dos-cols {
    column-count: 1;
    padding: 0;
  }
}
.acordeons.v3 .info-acordeon p.bigg {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .acordeons.v3 .info-acordeon p.bigg {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .acordeons.v3 .info-acordeon p.bigg {
    padding: 0 0 20px 0;
  }
}
.acordeons.v3 .info-acordeon ul {
  list-style: disc;
  margin: 0 0 0 20px;
}
.acordeons.v3 .info-acordeon ul li {
  font-size: 14px;
  padding: 0 0 10px 0;
  color: #282a32;
  list-style: disc;
}
@media (max-width: 1023px) {
  .acordeons.v3 .tit-acordeon {
    padding: 20px!important;
    display: block;
    height: auto;
    background: #c25700;
    border-bottom: none;
    border-radius: 30px; margin-top: 10px!important
  }
  .acordeons.v3 .tit-acordeon .tit {
    color: #fff;
    margin: 0;
    font-size: 16px;
  }
  .acordeons.v3 .tit-acordeon::after {
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    right: 10px;
  }
  .acordeons.v3 .info-acordeon .bgacrd {
    padding: 20px 20px;
    border-radius: 30px;
  }
}
.tri-graf {
  display: block;
  background: url('../img/gobierno/bg_triangulo.svg') left top no-repeat;
  background-size: 42%;
  margin: 40px auto;
  padding: 40px 0 20px 0;
  max-width: 1100px;
}
@media (max-width: 980px) {
  .tri-graf {
    background: url('../img/gobierno/bg_triangulo.svg') center top no-repeat;
    background-size: 100%;
  }
}
.tri-graf .fila {
  display: flex;
  align-items: center;
  border-radius: 60px;
  height: 120px;
  margin-bottom: 20px;

}
.tri-graf .fila .info {
  display: flex;
  align-items: center;
  padding: 0 40px;
  border-bottom: none;
}
.tri-graf .fila .info p {
  color: #000;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

.tri-graf .fila .pira {
  border-radius: 60px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  padding: 0;
}
.tri-graf .fila .pira h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1023px) {
  .tri-graf .fila .pira h3 {
    font-size: 14px;
  }
}
.tri-graf .fila.gb1 {
  background: #eac7ab;
  margin-left: 12%;
}
.tri-graf .fila.gb1 .pira {
  background: #e0690f;
  min-width: 18%;
}
@media (max-width: 980px) {
  .tri-graf .fila.gb1 .pira {
    min-width: 100%;
  }
}
@media (max-width: 980px) {
  .tri-graf .fila.gb1 {
    margin-right: 12%;
  }
}
.tri-graf .fila.gb2 {
  background: #e4b6be;
  margin-left: 8%;
}
.tri-graf .fila.gb2 .pira {
  background: #cc334d;
  min-width: 26%;
}
@media (max-width: 980px) {
  .tri-graf .fila.gb2 .pira {
    min-width: 100%;
  }
}
@media (max-width: 980px) {
  .tri-graf .fila.gb2 {
    margin-right: 8%;
  }
}
.tri-graf .fila.gb3 {
  background: #ddb7a7;
  margin-left: 4%;
}
.tri-graf .fila.gb3 .pira {
  background: #b43700;
  min-width: 34%;
}
@media (max-width: 980px) {
  .tri-graf .fila.gb3 .pira {
    min-width: 100%;
  }
}
@media (max-width: 980px) {
  .tri-graf .fila.gb3 {
    margin-right: 4%;
  }
}
.tri-graf .fila.gb4 {
  background: #d6b6b9;
}
.tri-graf .fila.gb4 .pira {
  background: #9d323d;
  min-width: 42%;
}
@media (max-width: 980px) {
  .tri-graf .fila.gb4 .pira {
    min-width: 100%;
  }
  .tri-graf .fila {
    display: block;
  }
  .tri-graf .fila .info {
    display: none;
  }
}
@media (max-width: 680px) {
  .tri-graf .fila,
  .tri-graf .fila .pira {
    height: 60px;
    border-radius: 30px;
  }
}

.modal-pira {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  display: flex;
    align-items: center;
    padding: 20px;
  /* estados iniciales */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity .35s ease, visibility .35s ease;
}

.modal-pira.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-content-pira {
  background: #fff;
  margin: 0 auto;
  max-width: 600px;
  padding: 20px 30px;
  border-radius: 40px;
  position: relative;

  /* animación vertical */
  transform: translateY(-20px);
  transition: transform .35s ease;
}
.modal-content-pira p {
  color: #fff;
  font-size: 15px;
  line-height: 120%;
  margin-bottom: 30px;
}
.modal-pira.show .modal-content-pira {
  transform: translateY(0);
}

/* Botón cerrar */
.modal-content-pira .close {
  position: relative;
  font-size: 28px;
  cursor: pointer;
  display: block !important;
  font-weight: 300;
  top: auto;
  right: auto;
  z-index: 4;
  color: #fff;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
}
.modal-content-pira .close:hover {
  color: #fff;
}

/* Colores */
.modal-content-pira.gb1 { background:#e0690f; }
.modal-content-pira.gb2 { background:#cc334d; }
.modal-content-pira.gb3 { background:#b43700; }
.modal-content-pira.gb4 { background:#9d323d; }

.illus {
  max-width: 200px;
  display: block;
}
.info-canales {
  background: #efefef;
  border-radius: 30px;
  padding: 20px;
  margin: 0 0 60px 0;
}
.info-canales .item-canal {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.info-canales .item-canal .icon {
  max-width: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
}
.info-canales .item-canal .icon img {
  display: block;
  max-width: 35px;
  max-height: 40px;
}
.info-canales .item-canal .txx p {
  color: #282a32;
  line-height: 125%;
  font-size: 14px;
  margin-bottom: 0;
}
.info-canales .item-canal .txx p span {
  text-decoration: underline;
  display: block;
}
.info-canales .item-canal .txx p a {
  color: #282a32;
}
.bg-gray-cols {
  background: #e7e7e7;
  border-radius: 30px;
  padding: 0px;
  overflow: hidden;
}
.doble-col-gob {
  border-radius: 45px;
  overflow: hidden;
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.doble-col-gob .col1 {
  background: #e7e7e7;
  padding: 40px 50px;
}
.doble-col-gob .col2 {
  background: #cc334d;
  padding: 40px 50px;
}
@media (max-width: 750px) {
  .doble-col-gob {
    display: block;
  }
}
.doble-col-cultura {
  border-radius: 45px;
  overflow: hidden;
  margin: 60px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.doble-col-cultura .col1 {
  background: #fae9db;
  padding: 0;
}
.doble-col-cultura .col2 {
  background: #f7e1e4;
  padding: 0;
}
.doble-col-cultura .info {
  padding: 30px;
}
.doble-col-cultura .image {
  display: block;
}
.doble-col-cultura .image img {
  display: block;
  width: 100%;
}
@media (max-width: 750px) {
  .doble-col-cultura {
    display: block;
  }
}
.area-red {
  background: #cc334d;
  padding: 40px;
  border-radius: 45px;
  display: block;
}
.dest-mini {
  border-left: solid 2px #cc334d;
  padding: 0 0 0 10px;
  margin-top: 20px;
}
.dest-mini .ti {
  color: #cc334d;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 2px 0;
}
.dest-mini .tx {
  color: #cc334d;
  font-size: 12px;
  margin-bottom: 5px;
}
.acordeons.v4 {
  display: block;
  margin: 60px 0 0 0;
}
.acordeons.v4 .tit-acordeon {
  background: #fff;
  border: solid 1px #909090;
}
.acordeons.v4 .tit-acordeon .tit {
  color: #cc334d;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.acordeons.v4 .tit-acordeon .tit .ico {
  width: 50px;
  height: 50px;
}
.acordeons.v4 .tit-acordeon:after {
  background: url('../img/gobierno/+off2.svg') center center no-repeat;
  background-size: 100%;
}
.acordeons.v4 .tit-acordeon:hover:after {
  background: url('../img/gobierno/+over2.svg') center center no-repeat;
  background-size: 100%;
}
.acordeons.v4 .tit-acordeon.open:after {
  background: url('../img/gobierno/-over2.svg') center center no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .acordeons.v4 .tit-acordeon {
    border-radius: 0;
    padding: 10px 30px 10px 10px;
    display: block;
    height: auto;
    background: none;
    border: none;
    border-bottom: solid 1px #e7e7e7;
  }
  .acordeons.v4 .tit-acordeon .tit {
    margin-bottom: 10px;
  }
}
.acordeons.v4 .info-acordeon p {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .acordeons.v4 .info-acordeon p {
    font-size: 14px;
  }
}
.acordeons.v4 .info-acordeon p a {
  color: #cc334d;
  display: flex;
}
.acordeons.v4 .info-acordeon p a img {
  max-width: 20px;
  margin-right: 5px;
}
.acordeons.v4 .info-acordeon p a:hover {
  text-decoration: underline;
}
.dest-big {
  border-left: solid 4px #cc334d;
  padding: 0 0 0 30px;
  margin: 40px 0 0 40px;
  max-width: 400px;
}
.dest-big .ti {
  color: #cc334d;
  font-weight: 600;
  font-size: 30px;
  margin: 0 0 2px 0;
}
.dest-big .tx {
  color: #cc334d;
  font-size: 20px;
  margin-bottom: 5px;
}
.dest-big.mauto {
  margin-left: auto;
  margin-right: auto;
}
.dest-big.light {
  border-left: solid 4px #fff;
}
.dest-big.light .ti {
  color: #fff;
}
.dest-big.light .tx {
  color: #fff;
}
.doble-col-calida {
  border-radius: 45px;
  overflow: hidden;
  margin: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.doble-col-calida div {
  padding: 40px 50px;
}
.doble-col-calida div p {
  color: #fff;
  font-size: 20px;
  line-height: 125%;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

.doble-col-calida div p strong {
  font-weight: 700;
}
@media (max-width: 1500px) {
  .doble-col-calida div p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .doble-col-calida div p {
    font-size: 14px;
  }
}
.doble-col-calida .col1 {
  background: #ff7a12;
}
.doble-col-calida .col2 {
  background: #cc334d;
}
@media (max-width: 750px) {
  .doble-col-calida {
    display: block;
  }
}
.bt-mas {
  background: #efa065;
  color: #282a32;
  border-radius: 20px;
  padding: 5px 20px;
  display: inline-block;
  margin: 5px 0 0 0;
}
.bt-mas:hover {
  background: #cc334d;
  color: #fff;
}
.logo-t {
  display: flex;
  align-items: center;
}
.logo-t img {
  max-width: 150px;
  margin-right: 20px;
  border-radius: 20px;
}
ul.zebra {
  column-count: 2;
  column-gap: 40px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}
ul.zebra li {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 125%;
  margin: 4px 0;
  break-inside: avoid;
  /* estándar */

  -webkit-column-break-inside: avoid;
  /* Safari / Chrome */

  -moz-column-break-inside: avoid;
  /* Firefox */

}
@media (max-width: 800px) {
  .logo-t {
    display: block;
  }
  .acordeons.v3 .info-acordeon .logo-t p {
    padding: 0;
  }
  ul.zebra {
    column-count: 1;
    column-gap: 0px;
  }
  ul.zebra li {
    font-size: 14px;
  }
}
ul.zebra li:nth-child(odd) {
  background-color: #ede0d6;
}
.bd50 {
  border-radius: 50%;
  display: inline-block;
}
.flx {
  display: flex;
  align-items: center;
  gap: 20px;
}
.premios-tabs {
  margin: 60px 0;
}
.premios-tabs .pr-area-tabs {
  display: flex;
  align-items: center;
  border-radius: 30px;
  height: 60px;
  border: solid 1px #e7e7e7;
  overflow: hidden;
  margin: 0 0 50px 0;
}
.premios-tabs .pr-area-tabs .pr-btn-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50%;
  max-width: 50%;
  font-size: 20px;
  text-transform: uppercase;
  color: #282a32;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  height: 60px;
}
.premios-tabs .pr-area-tabs .pr-btn-tab.ar:hover {
  background: #cc334d;
  color: #fff;
}
.premios-tabs .pr-area-tabs .pr-btn-tab.ar.active {
  background: #cc334d;
  color: #fff;
}
.premios-tabs .pr-area-tabs .pr-btn-tab.gl:hover {
  background: #e0690f;
  color: #fff;
}
.premios-tabs .pr-area-tabs .pr-btn-tab.gl.active {
  background: #e0690f;
  color: #fff;
}
.btn-home.v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 70px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-home.v2::after {
  display: none;
}
.btn-home.v2:hover {
  opacity: 1;
}
.section-interna.social {
  background: #4e4294;
}
.nav-interna.social li a:hover {
  color: #4e4294;
}
.nav-interna.social li a.active {
  color: #4e4294;
  font-weight: 700;
}
.top-interna.social {
  background: url('../img/social/05_bg_intro-80.jpg') center center no-repeat #4e4294;
  background-size: cover;
}
.top-interna.social .graph {
  position: absolute;
  right: 50px;
  top: auto;
  bottom: -20px;
  width: 400px;
}
.top-interna.social .graph img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1500px) {
  .top-interna.social .graph {
    right: 0;
    top: -20px;
  }
}
@media (max-width: 1000px) {
	.top-interna.social .graph { width: 190px; display: flex}
	.top-interna h2 { width: 70%}
  }

.top-interna.social h2 {
  color: #282a32;
}
.top-interna.social p {
  color: #282a32;
}
@media (max-width: 680px) {
  
}
.article h3.social {
  color: #4f4295;
}
.article h2.social {
  color: #4f4295;
}
.article h2.social-dark {
  color: #4f4295;
}
.article h2.mini {
  font-size: 24px;
  line-height: 26px;
}
@media (max-width: 1500px) {
  .article h2.mini {
    font-size: 20px;
  }
}
.article ul.social {
  margin: 30px 0;
  column-count: 2;
  column-gap: 40px;
}
.article ul.social li {
  text-align: left;
}
.article ul.social li::before {
  content: " ";
  display: block;
  background: url('../img/social/bullet_negro.svg') center center no-repeat;
  background-size: 20px;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 640px) {
  .article ul.social {
    display: block;
    column-count: 1;
    column-gap: 0px;
  }
}
.article .columns-2 {
  column-count: 2;
  column-gap: 60px;
}
@media (max-width: 640px) {
  .article .columns-2 {
    column-count: 1;
    column-gap: 0px;
  }
}
.mod-section.presencia {
  background: #386097;
}
.graph-pincipios {
  display: block;
  margin: 0 auto;
}
.graph-pincipios img {
  display: block;
  width: 100%;
}
.dest-big.soc {
  border-left: solid 4px #4f4295;
  padding: 0 0 0 30px;
  margin: 40px 0 0 40px;
  max-width: 400px;
}
.dest-big.soc .ti {
  color: #4f4295;
}
.dest-big.soc .tx {
  color: #282a32;
}
.datos-num.social .item-num {
  border-left: solid 4px #4f4295;
}
.datos-num.social .item-num .nn {
  color: #4f4295;
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 2px 0;
}
.datos-num.social .item-num.nobd {
  border-left: none;
}
@media (max-width: 800px) {
  .datos-num.social {
    grid-template-columns: 1fr 1fr; gap:10px!important
  }
}
@media (max-width: 400px) {
}
.grafiqueros {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px ;
}
.grafiqueros .item-gq {
  display: block;
}
.grafiqueros .item-gq .gq-tx {
  color: #282a32;
  font-size: 14px;
  margin-bottom: 5px;
}
.grafiqueros .item-gq .gq-line {
  display: flex;
  align-items: center;
  gap: 10px;
}
.grafiqueros .item-gq .gq-line .gq-gq {
  background: #9e94fa;
  height: 14px;
  border-radius: 7px;
}
.grafiqueros .item-gq .gq-line .gq-num {
  color: #9e94fa;
  font-size: 14px;
}
.tit-round.violet {
  border: solid 1px #5c4bb9;
}
.tit-round.violet h2 {
  color: #5c4bb9;
}
.bord-text {
  border: solid 1px #5c4bb9;
  border-radius: 45px;
  padding: 35px; margin-bottom: 20px
}
.info-objetivos {
  display: block;
  border-radius: 45px;
  padding: 35px;
  background: url('../img/social/05_bg_objetivos-80.jpg') center center no-repeat;
  background-size: cover;
}
.info-objetivos .item-objt {
  display: grid;
  margin: 30px 0 0 0;
  gap: 0px; grid-template-columns: 1fr 5fr ;
}
.info-objetivos .item-objt .icon img {
  display: block;
  width: 70px;
}
.info-objetivos p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 5px!important;
}
@media (max-width: 1500px) {
  .info-objetivos p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .info-objetivos p {
    font-size: 14px;
  }
}
/**** fliper cards ***/
.flip-cards {
  display: block;
  overflow: hidden;
  padding: 40px;
  background: linear-gradient(to bottom, #736bde 100%, transparent 115px);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 132px;
}
@media (max-width: 700px) {
  .flip-cards {
    padding: 30px 0;
  }
	.info-objetivos .item-objt {
  gap: 10px; ;
}
}
.swiper-flipcards {
  position: relative;
  margin-bottom: 60px;
  padding: 15px 45px;
}
.swiper-flipcards .flip-button-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('../img/estrategia/prev.svg') center center no-repeat;
  background-size: cover;
  display: none;
  top: 50%;
  left: 0;
  margin: -20px 0 0 0;
  z-index: 8;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .swiper-flipcards .flip-button-prev {
    display: block;
  }
}
.swiper-flipcards .flip-button-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('../img/estrategia/next.svg') center center no-repeat;
  background-size: cover;
  display: none;
  top: 50%;
  right: 0;
  margin: -20px 0 0 0;
  z-index: 8;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .swiper-flipcards .flip-button-next {
    display: block;
  }
}
.card-flip {
  width: 100%;
  height: 300px;
  perspective: 1000px;
  /* da el efecto 3D */
}
@media (max-width: 1500px) {
  .card-flip {
    height: 360px;
  }
}
@media (max-width: 1190px) {
  .card-flip {
    height: 390px;
  }
}
@media (max-width: 1150px) {
  .card-flip {
    height: 390px;
  }
}
@media (max-width: 1090px) {
  .card-flip {
    height: 470px;
  }
}
@media (max-width: 600px) {
.swiper-flipcards {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 350px) {
  
    .card-flip {
        height: 470px;
    }
}
.card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s;
}
.card-flip:hover .card-inner {
  transform: rotateY(180deg);
}
.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backface-visibility: hidden;
  /* oculta la cara posterior al girar */

  text-align: center;
}
/* Frente (oscuro) */
.card-front {
  background: #4e4294;
}
.card-front p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .card-front p {
    font-size: 14px;
  }
}
/* Dorso (violeta claro) */
.card-back {
  background: #9e94fa;
  transform: rotateY(180deg);
}
.card-back p {
  color: #000;
  font-weight: 300;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .card-back p {
    font-size: 14px;
  }
}
.inic-slider {
  display: block;
  margin: 60px 0 0 0;
  position: relative;
}
.card-inic {
  background: #efefef;
  border-radius: 45px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.card-inic .image {
  border-radius: 45px;
  overflow: hidden;
  max-width: 350px;
  min-width: 350px;
}
.card-inic .image img {
  display: block;
  width: 100%;
}
.brec {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0 0;
}
.brec .inic-button-prev {
  position: relative;
  width: 40px;
  height: 40px;
  background: url('../img/social/prev.svg') center center no-repeat;
  background-size: cover;
  display: block;
  top: auto;
  left: auto;
  margin: 0;
  z-index: 8;
  cursor: pointer;
}
.brec .inic-button-prev.swiper-button-disabled {
  opacity: 0.4;
}
.brec .inic-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  background: url('../img/social/next.svg') center center no-repeat;
  background-size: cover;
  display: block;
  top: auto;
  right: auto;
  margin: 0;
  z-index: 8;
  cursor: pointer;
}
.brec .inic-button-next.swiper-button-disabled {
  opacity: 0.4;
}
.brec .swiper-pagination {
  position: relative;
  width: auto;
  top: auto;
  left: auto;
  bottom: auto;
}

/********** ajustes y agregados 20-09-2025**************/
.sellos {
  background: #cc334d;
  border-radius: 20px;
  padding: 20px 30px;
}
.sellos ul {
  list-style: disc;
  margin: 0 0 0 20px;
}
.sellos ul li {
  font-size: 20px;
  padding: 0 0 10px 0;
  line-height: 125%;
  color: #fff;
  list-style: disc;
}
.sellos ul li .sub {
  text-decoration: underline;
}

.sellos .sello-row {
  display: flex;
  gap:  20px;
}
@media (min-width: 768px) {
.sellos .sello-row .sll {
  min-width: 100px;
  max-width: 100px;
}
}
.sellos .sello-row .sll img {
  border-radius: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .sellos ul li {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .sellos ul li {
    font-size: 14px;
  }
  .sellos .sello-row {
    display: block;
  }
  .sellos .sello-row .sll img {
    border-radius: 50%;
    margin: 0px 5px 10px 0;
    max-width: 65px;
  }
}

.msje-tip {
  display: block;
}
.msje-tip .foto {
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0;
}
.msje-tip .foto img {
  display: block;
  max-width: 100%;
  border-radius: 40px;
  margin: 0;
  padding: 0;
}
.msje-tip .info {

}

.nets {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nets img {
  width: 30px;
}
.nets a:hover {
  opacity: 0.7;
}



.lista-iniciativas {
  display: none;
}
@media (max-width: 980px) {
  .lista-iniciativas {
    display: block;
    margin-top: 20px;
  }
  .item-lista-inicia {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .item-lista-inicia .grafi {
    max-width: 60px;
    min-width: 60px;
  }
  .item-lista-inicia .grafi img {
    display: block;
    width: 100%;
  }
  .lista-info-inicia p {
    font-size: 14px;
    color: #67696f;
    line-height: 120%;
    font-weight: 300;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .lista-info-inicia p strong {
    font-weight: 700;
  }
  .lista-iniciativas.gob .lista-info-inicia p strong {
    color: #cc334d;
  }
  .lista-iniciativas.perso .lista-info-inicia p strong {
    color: #386097;
  }
}