* {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
section {
  padding: 0 20px;
  margin: 40px 0;
}
.max-width {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.txt-b {
  color: #263c75;
}
.txt-r {
  color: #ca082c;
}
.txt-g {
  color: #484d45;
}
.section-top .frst-chld h1 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
}
.section-top .frst-chld h2 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 400;
}
.section-top .frst-chld .brdr-left {
  position: relative;
  padding-left: 20px;
}
.section-top .frst-chld .brdr-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #263c75;
}
.section-top .frst-chld p {
  font-size: 16px;
  margin: 0;
}
.section-top .frst-chld p:not(:last-child) {
  margin-bottom: 10px;
}
.section-top .scnd-chld {
  margin: 20px 0 0;
}
.section-top .scnd-chld img {
  width: 100%;
  border-radius: 5px;
}
.section-objetivos .so > h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px;
}
.grafica-linea-timeline {
  display: block;
  margin-bottom: 30px;
}
.grafica-linea-timeline img {
  display: block;
  width: 100%;
}
.section-objetivos .carrusel-objetivos {
  margin-bottom: 30px;
}
.section-objetivos .carrusel-objetivos .owl-stage-outer {
  overflow: visible;
}
.section-objetivos .carrusel-objetivos .owl-stage-outer .owl-stage,
.section-objetivos .carrusel-objetivos .owl-stage-outer .owl-stage .owl-item,
.section-objetivos .carrusel-objetivos .owl-dots {
  display: flex;
}
.section-objetivos .carrusel-objetivos .owl-stage-outer .owl-stage .owl-item,
.section-objetivos .carrusel-objetivos .card-obj {
  flex-grow: 1;
}
.section-objetivos .carrusel-objetivos .owl-dots {
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}
.section-objetivos .carrusel-objetivos .owl-dot {
  width: 8px;
  height: 8px;
  border: 1px solid #263c75;
  background-color: transparent;
  border-radius: 20px;
}
.section-objetivos .carrusel-objetivos .owl-dot.active {
  background-color: #263c75;
}
.section-objetivos .carrusel-objetivos .card-obj {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 10px;
  margin-top: 49px;
  box-shadow: 0px 4px 9.6px 0px #00000040;
}
.section-objetivos .carrusel-objetivos .card-obj,
.section-objetivos .carrusel-objetivos .card-obj .icon {
  background-color: #fff;
}
.section-objetivos .carrusel-objetivos .card-obj .icon {
  position: absolute;
  z-index: -1;
  top: -45px;
  display: flex;
  justify-content: center;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  margin-bottom: -30px;
  padding-top: 10px;
  box-shadow: 10px 0 0 0 transparent, -10px 0 0 0 transparent, 0 10px 0 0 #fff,
    0 -1px 1px 0 rgba(0, 0, 0, 0.2509803922);
}
.section-objetivos .carrusel-objetivos .card-obj .icon img {
  width: 52px;
  height: 52px;
}
.section-objetivos .carrusel-objetivos .card-obj p {
  margin: 0;
}
.tabs-conceptos,
.tabs-conceptos-content,
.preguntas-frecuentes-container {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs-conceptos {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}

.tabs-conceptos .tab-concepto {
  background-color: transparent;
  color: #263c75;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 15px;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #d2d2d2;
}
.tabs-conceptos .tab-concepto.active {
  background-color: #001f56;
  color: #fff;
  cursor: default;
  box-shadow: 0px 6px 4px 0px #cccccc;
}
.tabs-conceptos .tab-concepto p {
  margin: 0;
}
.tabs-conceptos .tab-concepto img {
  height: 32px;
}
.tabs-conceptos .tab-concepto.active .img-inactive,
.tabs-conceptos .tab-concepto .img-active,
.tabs-conceptos-content .tab-concepto-content,
.tabs-conceptos-content .tabs-conceptos-content_title,
.tabs-conceptos-content .tabs-conceptos-content_text img {
  display: none;
}
.tabs-conceptos .tab-concepto.active .img-active,
.tabs-conceptos-content .tab-concepto-content.active {
  display: block;
}
.tabs-conceptos-content {
  background-color: #c4c9d4;
  padding: 20px 10px;
}
.tabs-conceptos-content .tab-concepto-content {
  color: #263c75;
  background-color: #fff;
  padding: 8px 5px;
  position: relative;
}
.tabs-conceptos-content .tab-concepto-content::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 10px;
  background: url("../img/triangle.svg") no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
}
.tabs-conceptos-content .tabs-conceptos-content_text {
  background-color: #e8ebf2;
  padding: 5px;
}
.tabs-conceptos-content .tabs-conceptos-content_text img {
  float: right;
  /* width: 200px; */
}
.tabs-conceptos-content .tabs-conceptos-content_text p {
  margin: 10px 0;
}
.tabs-conceptos-content .tabs-conceptos-content_text ul {
  margin: 10px 0;
  padding-left: 20px;
}
.tabs-conceptos-content .tabs-conceptos-content_text ul li,
.preguntas-frecuentes-container li .res ul li {
  list-style: disc;
}
.preguntas-frecuentes-container {
  margin-top: 10px;
}
.preguntas-frecuentes-container > li {
  background-color: #c4c9d4;
  padding: 10px 5px;
}
.preguntas-frecuentes-container > li:not(:last-child) {
  margin-bottom: 10px;
}
.preguntas-frecuentes-container li .preg {
  font-size: 16px;
  font-weight: 700;
  padding-right: 20px;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}
.preguntas-frecuentes-container li .preg::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  background: url("../img/arrow-down.svg") no-repeat;
  background-size: contain;
  width: 19px;
  height: 10px;
  transition: 0.3s ease;
}
.preguntas-frecuentes-container li .preg.active::after {
  transform: rotate(180deg);
}
.preguntas-frecuentes-container li .res {
  font-size: 15px;
  font-weight: 400;
  max-height: 0;
  transition: 0.5s ease;
  overflow: hidden;
}
.preguntas-frecuentes-container li .res.expanded {
  max-height: 500px;
  padding-bottom: 10px;
}
.preguntas-frecuentes-container li .res p {
  margin: 0 0 10px;
}
.preguntas-frecuentes-container li .res ul {
  margin: 10px 0;
  padding-left: 20px;
}
.banner-blog {
  height: 550px;
  padding: 20px 20px 0;
  position: relative;
}
.banner-blog .blog-bg,
.banner-blog .blog-bg::before {
  position: absolute;
  right: 0;
  width: 100%;
}
.banner-blog .blog-bg {
  top: 0;
  z-index: 0;
  height: 100%;
  background: #124678;
  clip-path: polygon(0 0, 100% 0, 100% 490px, 0% 520px);
}
.banner-blog .blog-bg::before {
  content: "";
  bottom: 0;
  z-index: 1;
  background: url("../img/bg-red-mob.svg") no-repeat;
  background-size: contain;
  background-position: center;
  height: 62%;
}
.banner-blog .banner-blog-container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.banner-blog .banner-blog-text {
  color: #fff;
  height: 40%;
}
.banner-blog .banner-blog-text .banner-blog-text-title-top {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 30px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.banner-blog .banner-blog-text .banner-blog-text-title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 300;
}
.banner-blog .banner-blog-text .banner-blog-text-description {
  font-size: 16px;
  margin: 0 0 20px;
  line-height: 150%;
  font-weight: 500;
}
.banner-blog .banner-blog-text .btn-blog-primary {
  width: 100%;
}
.banner-blog .banner-blog-img {
  width: 100%;
  max-width: 100%;
  height: 60%;
  object-fit: contain;
}
.btn-blog-primary {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 11px 22px;
  font-size: 16px;
  font-weight: 700;
  background-color: #ca082c;
  color: #fff;
  border: none;
  border-radius: 5px;
  width: fit-content;
}
@media (min-width: 576px) {
  .banner-blog .banner-blog-text .banner-blog-text-title {
    font-size: 34px;
  }
  .banner-blog .banner-blog-text .btn-blog-primary {
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .max-width {
    max-width: 740px;
  }
  .section-top .frst-chld h1 {
    font-size: 26px;
  }
  .section-top .frst-chld h2 {
    font-size: 20px;
  }
  .tabs-conceptos-content .tab-concepto-content {
    padding: 15px 10px;
  }
  .tabs-conceptos-content .tabs-conceptos-content_text,
  .preguntas-frecuentes-container > li {
    padding: 10px;
  }
  .banner-blog .banner-blog-text .banner-blog-text-title-top,
  .banner-blog .banner-blog-text .banner-blog-text-description {
    font-size: 18px;
  }
  .banner-blog .banner-blog-text .banner-blog-text-title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .max-width {
    max-width: 960px;
  }
  .section-top .st {
    display: flex;
  }
  .section-top .frst-chld {
    width: 58%;
    padding-right: 20px;
  }
  .section-top .scnd-chld {
    width: 42%;
    margin: 0;
  }
  .section-top .frst-chld h1 {
    font-size: 28px;
  }
  .section-top .frst-chld h2 {
    font-size: 22px;
  }
  .tabs-conceptos-content .tabs-conceptos-content_text img {
    display: block;
    margin: 0 0 10px 30px;
  }
  .banner-blog {
    height: 450px;
  }
  .banner-blog .blog-bg {
    clip-path: polygon(0 0, 100% 0, 100% 335px, 0% 430px);
  }
  .banner-blog .blog-bg::before {
    background: url("../img/bg-red.svg") no-repeat;
    background-size: cover;
    height: 100%;
    width: 60%;
  }
  .banner-blog .banner-blog-container {
    display: flex;
    align-items: center;
  }
  .banner-blog .banner-blog-text {
    width: 58%;
    height: auto;
  }
  .banner-blog .banner-blog-text .banner-blog-text-title {
    font-size: 46px;
  }
  .banner-blog .banner-blog-img {
    width: 42%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .max-width {
    max-width: 1160px;
  }
  .section-top .frst-chld h1 {
    font-size: 30px;
  }
  .section-top .frst-chld h2 {
    font-size: 24px;
  }
  .section-objetivos .so {
    background-color: #c4c9d4;
    border-radius: 10px;
    padding: 40px 20px;
  }
  .carrusel-objetivos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
  }
  .tabs-container {
    display: flex;
    align-items: start;
    gap: 10px;
  }
  .tabs-conceptos,
  .tabs-conceptos-content {
    background-color: #fff;
  }
  .tabs-conceptos {
    width: 23%;
    flex-direction: column;
    flex-wrap: initial;
    padding: 10px;
    gap: 5px;
  }
  .tabs-conceptos .tab-concepto,
  .tabs-conceptos-content,
  .tabs-conceptos-content .tbc,
  .preguntas-frecuentes-container > li {
    border-radius: 5px;
  }
  .tabs-conceptos .tab-concepto {
    white-space: initial;
    background-color: #f8f8f8;
    border: none;
    padding: 10px;
  }
  .tabs-conceptos .tab-concepto.active {
    box-shadow: none;
  }
  .tabs-conceptos-content {
    padding: 10px;
    width: 77%;
  }
  .tabs-conceptos-content .tab-concepto-content {
    padding: 0;
  }
  .tabs-conceptos-content .tbc {
    background-color: #e8ebf2;
    padding: 40px 20px;
  }
  .tabs-conceptos-content .tabs-conceptos-content_title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 25px;
  }
  .tabs-conceptos-content .tab-concepto-content::before {
    content: none;
  }
  .tabs-conceptos-content .tabs-conceptos-content_text {
    padding: 0;
  }
  .preguntas-frecuentes-container {
    margin-top: 20px;
  }
  .preguntas-frecuentes-container > li {
    padding: 10px 20px;
  }
  .banner-blog {
    height: 500px;
  }
  .banner-blog .blog-bg {
    clip-path: polygon(0 0, 100% 0, 100% 380px, 0% 475px);
  }
  .banner-blog .banner-blog-text .banner-blog-text-title-top,
  .banner-blog .banner-blog-text .banner-blog-text-description {
    font-size: 20px;
  }
  .banner-blog .banner-blog-text .banner-blog-text-title {
    font-size: 54px;
  }
}
@media (min-width: 1400px) {
  .max-width {
    max-width: 1200px;
  }
  .banner-blog .banner-blog-text .banner-blog-text-title {
    font-size: 64px;
  }
}
