@charset "UTF-8";
/*COLORS*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #231F20;
  font-family: "Quicksand", serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  font-family: "Quicksand", serif;
  font-weight: 400;
  font-weight: bold;
}

p {
  margin: 0;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 580px) {
  p br {
    display: none;
  }
}

* {
  transition: all 0.3s ease-in-out;
}

li > ul,
li > ol {
  margin-bottom: 0 !important;
  margin-left: 1.5em;
}

.contenedor {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .site-main {
    width: 1200px;
    margin: 0 auto;
  }
}
.entry-content {
  margin: 0 !important;
}

html.activo,
body.activo {
  overflow: hidden !important;
}

.owl-stage {
  display: flex;
}

a {
  text-decoration: none;
}

body {
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
}

.owl-carousel {
  display: block !important;
}

.wpb_text_column, .widget, .wpb_single_image {
  margin-bottom: 0 !important;
}

#wpadminbar {
  z-index: 100000000000000000000 !important;
}

html {
  scroll-behavior: smooth;
}

.vc_section {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1024px) {
  .vc_section {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

header.site-header {
  background-color: #FFFFFF;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1019607843);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
header.site-header .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.site-header ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
header.site-header ul li, header.site-header ul li a {
  color: #E9E9E9;
  font-size: 14px;
  display: flex;
  gap: 15px;
  align-items: center;
}
header.site-header .header-top {
  background-color: #133F6D;
  padding: 17px 0;
}
@media (max-width: 580px) {
  header.site-header .header-top {
    padding: 5px 0;
  }
}
@media (max-width: 900px) {
  header.site-header .header-top .container {
    flex-direction: column;
    gap: 5px;
  }
}
header.site-header .header-top .contact ul {
  gap: 25px;
}
header.site-header .header-top .contact ul li:first-child {
  padding-right: 60px;
}
@media (max-width: 900px) {
  header.site-header .header-top .contact ul li:first-child {
    border-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  header.site-header .header-top .redes {
    display: none;
  }
}
header.site-header .header-top .redes .widget-title {
  display: none;
}
header.site-header .header-top .redes ul {
  gap: 36px;
}
header.site-header .header-bot {
  padding: 4px 0;
}
header.site-header .header-bot .container {
  padding: 5px 10px;
}
header.site-header .header-bot .logo {
  width: 30%;
}
@media (max-width: 900px) {
  header.site-header .header-bot .logo {
    width: 15%;
  }
}
header.site-header .header-bot #menuToggle {
  display: none;
  gap: 5px;
  flex-direction: column;
  z-index: 999999;
}
@media (max-width: 900px) {
  header.site-header .header-bot #menuToggle {
    display: flex;
  }
}
header.site-header .header-bot #menuToggle span {
  width: 40px;
  height: 3px;
  background-color: #133F6D;
  border-radius: 2px;
  display: block;
}
header.site-header .header-bot #menuToggle.toggled span:first-child {
  transform: rotate(45deg) translateY(2px);
}
header.site-header .header-bot #menuToggle.toggled span:nth-child(3) {
  opacity: 0;
}
header.site-header .header-bot #menuToggle.toggled span:nth-child(2) {
  transform: rotate(-45deg) translateX(5px) translateY(-5px);
}
header.site-header .header-bot .main-navigation {
  width: 100%;
}
@media (max-width: 900px) {
  header.site-header .header-bot .main-navigation {
    position: fixed;
    right: 0;
    padding: 2rem 0;
    box-shadow: 0px 45px 60px rgba(0, 0, 0, 0.1019607843);
    top: 145px;
    background-color: #FFFFFF;
    transform: translateX(-100%);
  }
}
@media (max-width: 900px) and (max-width: 580px) {
  header.site-header .header-bot .main-navigation {
    top: 106px !important;
  }
}
header.site-header .header-bot .main-navigation ul {
  gap: 30px;
  justify-content: end;
}
@media (min-width: 1200px) {
  header.site-header .header-bot .main-navigation ul {
    gap: 45px;
  }
}
@media (max-width: 900px) {
  header.site-header .header-bot .main-navigation ul {
    flex-direction: column;
  }
}
header.site-header .header-bot .main-navigation ul li {
  position: relative;
}
header.site-header .header-bot .main-navigation ul li::before {
  content: "";
  background-color: #0CBFDE;
  height: 1px;
  width: 0%;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
header.site-header .header-bot .main-navigation ul li a {
  color: #565656;
  font-size: 17px;
  font-weight: 500;
}
header.site-header .header-bot .main-navigation ul li.contacto::before {
  display: none;
}
header.site-header .header-bot .main-navigation ul li.contacto a {
  border: 1px solid #4585C2;
  padding: 10px 25px;
  color: #4585C2;
  border-radius: 3px;
}
header.site-header .header-bot .main-navigation ul li.contacto a:hover {
  background-color: #4585C2;
  color: #FFFFFF;
}
header.site-header .header-bot .main-navigation ul li:hover::before, header.site-header .header-bot .main-navigation ul li.current-menu-item::before {
  width: 100%;
}
header.site-header.menuToggle .main-navigation {
  transform: translateX(0);
}

main.site-main {
  padding-top: 153px;
}
@media (max-width: 580px) {
  main.site-main {
    padding-top: 115px;
  }
}

footer.site-footer {
  background-image: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-de-desplazamiento-4.jpg);
  background-size: cover;
  padding: 75px 0 35px 0;
}
@media (max-width: 900px) {
  footer.site-footer {
    padding: 2rem;
  }
}
footer.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
}
footer.site-footer .container .flex {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
@media (max-width: 900px) {
  footer.site-footer .container .flex {
    flex-direction: column;
    gap: 30px;
  }
}
footer.site-footer .container .flex .col {
  width: 100%;
}
footer.site-footer .container .flex .widget-title {
  color: #d3d3d3;
  font-size: 16px;
  margin-bottom: 25px;
}
footer.site-footer .container .flex ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.site-footer .container .flex ul li {
  color: #e9e9e9;
  font-size: 16px;
  margin-bottom: 18px;
}
footer.site-footer .container .flex ul li a {
  color: #e9e9e9;
  font-size: 16px;
}
footer.site-footer .container .flex .menu ul li {
  position: relative;
}
footer.site-footer .container .flex .menu ul li::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4467.svg);
  position: absolute;
  left: -20px;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
footer.site-footer .container .flex .menu ul li:hover::before, footer.site-footer .container .flex .menu ul li.current-menu-item::before {
  opacity: 1;
}
footer.site-footer .container .flex .posts .ultimos-posts .post-item-footer {
  display: flex;
  gap: 10px;
  align-items: center;
}
footer.site-footer .container .flex .posts .ultimos-posts .post-item-footer:first-child {
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
footer.site-footer .container .flex .posts .ultimos-posts .post-item-footer .post-imagen {
  height: 57px;
  width: 40%;
}
footer.site-footer .container .flex .posts .ultimos-posts .post-item-footer .post-imagen img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer.site-footer .container .flex .posts .ultimos-posts .post-item-footer .post-titulo,
footer.site-footer .container .flex .posts .ultimos-posts .post-item-footer .post-titulo a {
  color: #e9e9e9;
  font-size: 13px;
  line-height: 18px;
  width: 100%;
  font-weight: 400;
}
footer.site-footer .container .flex .enlaces .widget:first-child {
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 28px;
  margin-bottom: 28px !important;
}
footer.site-footer .container .flex .enlaces .widget:last-child ul {
  display: flex;
  gap: 15px;
  align-items: center;
}
footer.site-footer .container .flex .enlaces .widget:last-child ul img {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  width: 34px;
  padding: 7px;
  height: 34px;
}
footer.site-footer .container .flex .contacto {
  width: 110%;
}
@media (max-width: 900px) {
  footer.site-footer .container .flex .contacto {
    width: 100%;
  }
}
footer.site-footer .container .flex .contacto ul li {
  display: flex;
  gap: 18px;
  align-items: center;
}
footer.site-footer .container .flex .contacto ul li:first-child {
  align-items: self-start;
}
footer.site-footer .container .flex .contacto ul li img {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  min-width: 34px;
  padding: 7px;
  height: 34px;
}
footer.site-footer .container .flex .contacto ul li a {
  width: 100%;
}
footer.site-footer .container .copy {
  padding-top: 25px;
  border-top: 0.5px solid #D3D3D3;
  margin-top: 60px;
}
footer.site-footer .container .copy p {
  text-align: center;
  font-size: 14px;
  color: #D3D3D3;
}

.hero-home .vc_column-inner {
  padding: 0 !important;
}
.hero-home .owl-home .owl-item {
  min-height: 625px;
}
@media (max-width: 900px) {
  .hero-home .owl-home .owl-item {
    text-align: center;
    min-height: 500px;
  }
}
.hero-home .owl-home .owl-item .vc_row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  height: 100%;
  background-size: cover;
  background-position: top left;
  position: relative;
}
@media (max-width: 900px) {
  .hero-home .owl-home .owl-item .vc_row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero-home .owl-home .owl-item .vc_row .col-img {
    display: none;
  }
}
.hero-home .owl-home .owl-item .vc_row .col-img {
  pointer-events: none;
}
@media (max-width: 900px) {
  .hero-home .owl-home .owl-item .vc_row.ba-none {
    background-position-x: center;
  }
}
.hero-home .owl-home .owl-item .vc_row.ba-none::before {
  display: none !important;
}
.hero-home .owl-home .owl-item .vc_row::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.83) 30%);
  pointer-events: none;
  display: block !important;
}
@media (max-width: 900px) {
  .hero-home .owl-home .owl-item .vc_row::before {
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.83) 71%);
    opacity: 0.9;
  }
}
.hero-home .owl-home .owl-item .vc_row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none; /* Para que no afecte la interacción */
  display: block !important;
  z-index: 9;
}
@media (max-width: 900px) {
  .hero-home .owl-home .owl-item .vc_row::after {
    display: none !important;
  }
}
.hero-home .owl-home .owl-item .vc_row h1 {
  font-size: 80px;
  color: #133F6D;
}
@media (max-width: 900px) {
  .hero-home .owl-home .owl-item .vc_row h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
.hero-home .owl-home .owl-item .vc_row h2 {
  color: #000000;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
  margin-top: -10px;
}
@media (max-width: 900px) {
  .hero-home .owl-home .owl-item .vc_row h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.hero-home .owl-home .owl-item .vc_row a {
  background-color: #133F6D;
  font-size: 16px;
  font-weight: bold;
  color: #e9e9e9;
  border-radius: 3px;
  padding: 13px 47px;
}
.hero-home .owl-home .owl-item .vc_row a:hover {
  color: #FFFFFF;
}
.hero-home .owl-home .owl-dots {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: absolute;
  right: 10%;
  top: 50%;
}
.hero-home .owl-home .owl-dots .owl-dot {
  opacity: 0.5;
}
.hero-home .owl-home .owl-dots .owl-dot span {
  background-color: #133F6D;
  border-radius: 50%;
  border: 1px solid #133F6D;
  width: 13px;
  position: relative;
  display: block;
  height: 13px;
}
.hero-home .owl-home .owl-dots .owl-dot span::before {
  content: "";
  width: 23px;
  position: relative;
  border: 1px solid #133F6D;
  border-radius: 50%;
  top: -6px;
  left: -6px;
  display: block;
  height: 23px;
  opacity: 0;
}
.hero-home .owl-home .owl-dots .owl-dot.active, .hero-home .owl-home .owl-dots .owl-dot:hover {
  opacity: 1;
}
.hero-home .owl-home .owl-dots .owl-dot.active span::before, .hero-home .owl-home .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}
@media (max-width: 900px) {
  .hero-home .owl-home .owl-dots {
    top: 85%;
    flex-direction: row;
    right: 40%;
  }
}

.aliado-sect {
  margin-top: -60px;
}
@media (max-width: 900px) {
  .aliado-sect {
    margin-top: 30px;
  }
}
.aliado-sect .vc_row {
  padding-left: 0 !important;
}
.aliado-sect .vc_row .wpb_column:first-child .vc_column-inner {
  padding-left: 0 !important;
}
.aliado-sect .vc_row .wpb_column:first-child .vc_column-inner img {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 580px) {
  .aliado-sect .vc_row .wpb_column:first-child .vc_column-inner img {
    margin-bottom: 30px;
  }
}
.aliado-sect .vc_row .wpb_column:nth-child(2) {
  padding-left: 3rem;
}
.aliado-sect .vc_row .wpb_column:nth-child(2) img {
  border-radius: 0;
}
.aliado-sect .vc_row img {
  border-radius: 15px;
  margin-top: 30px;
}
.aliado-sect .vc_row .info .wpb_wrapper p {
  color: #000000;
  font-size: 20px;
  line-height: 33px;
  position: relative;
  padding-bottom: 20px;
}
.aliado-sect .vc_row .info .wpb_wrapper p strong {
  color: #133F6D;
}
.aliado-sect .vc_row .info .wpb_wrapper p:last-child::after {
  content: "";
  background-color: #133F6D;
  height: 2px;
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sect-promesa {
  position: relative;
  padding-top: 115px;
  padding-bottom: 170px;
  margin-top: 100px;
}
@media (max-width: 900px) {
  .sect-promesa {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sect-promesa::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-de-desplazamiento-7.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 240px;
}
.sect-promesa::after {
  content: "";
  position: absolute;
  background-image: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-de-desplazamiento-6.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  width: 250px;
  z-index: -1;
  height: 100%;
}
.sect-promesa .info-top h2 {
  color: #133F6D;
  font-size: 55px;
  line-height: 60px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sect-promesa .info-top h2::after {
  content: "";
  background-color: #133F6D;
  height: 2px;
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  .sect-promesa .info-top h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.sect-promesa .info-top p {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
}
.sect-promesa .row-items {
  z-index: 3;
  margin-top: 30px;
}
@media (max-width: 580px) {
  .sect-promesa .row-items {
    justify-content: center;
    gap: 10px;
  }
}
.sect-promesa .row-items .wpb_column {
  border-radius: 15px;
  border: 1px solid #133F6D;
  padding: 38px 20px;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1019607843);
  background-color: #FFFFFF;
  max-width: 300px;
  margin-right: 15px;
}
@media (max-width: 900px) {
  .sect-promesa .row-items .wpb_column {
    margin-bottom: 15px;
  }
}
.sect-promesa .row-items .wpb_column:hover {
  transform: translateY(-20px);
}
.sect-promesa .row-items .wpb_column p {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}

.sect-valores {
  background-size: 100% 70%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .sect-valores {
    background-size: cover;
    padding-bottom: 40px !important;
  }
}
.sect-valores img {
  border-radius: 15px;
}
.sect-valores .vc_row .wpb_column:last-child {
  padding-top: 10%;
}
.sect-valores h2 {
  color: #e9e9e9;
  font-size: 55px;
  line-height: 65px;
}
@media (max-width: 900px) {
  .sect-valores h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.sect-valores .info-bot {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 32px 25px;
  margin-top: 25px;
}
.sect-valores .info-bot p {
  color: #000000;
  font-size: 18px;
  line-height: 33px;
}

.sect-beneficios .owl-beneficios .vc_column-inner {
  padding: 0 !important;
}
.sect-beneficios .owl-beneficios .owl-stage-outer {
  padding: 3rem 0;
}
.sect-beneficios .owl-beneficios .item {
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  max-width: 380px;
  border-bottom: 2px solid #133F6D;
  padding: 44px 23px;
  height: 100%;
  text-align: center;
}
@media (max-width: 900px) {
  .sect-beneficios .owl-beneficios .item {
    max-width: none;
  }
}
.sect-beneficios .owl-beneficios .item img {
  width: 87px !important;
  height: 83px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.sect-beneficios .owl-beneficios .item p {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
}
.sect-beneficios .owl-beneficios .item p strong {
  font-size: 20px;
}
.sect-beneficios .owl-beneficios .item p:has(strong) {
  margin-bottom: 20px;
}
.sect-beneficios .owl-beneficios .owl-dots {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.sect-beneficios .owl-beneficios .owl-dots .owl-dot {
  opacity: 0.5;
}
.sect-beneficios .owl-beneficios .owl-dots .owl-dot span {
  background-color: #133F6D;
  border-radius: 50%;
  border: 1px solid #133F6D;
  width: 13px;
  position: relative;
  display: block;
  height: 13px;
}
.sect-beneficios .owl-beneficios .owl-dots .owl-dot span::before {
  content: "";
  width: 23px;
  position: relative;
  border: 1px solid #133F6D;
  border-radius: 50%;
  top: -6px;
  left: -6px;
  display: block;
  height: 23px;
  opacity: 0;
}
.sect-beneficios .owl-beneficios .owl-dots .owl-dot.active, .sect-beneficios .owl-beneficios .owl-dots .owl-dot:hover {
  opacity: 1;
}
.sect-beneficios .owl-beneficios .owl-dots .owl-dot.active span::before, .sect-beneficios .owl-beneficios .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}
.sect-beneficios .info-bot {
  margin-top: 115px;
}
.sect-beneficios .info-bot p {
  color: #133F6D;
  font-size: 18px;
  line-height: 33px;
  font-weight: bold;
  border-left: 2px solid #133F6D;
  padding-left: 20px;
}

.sect-funciones {
  padding-bottom: 55px;
  background-size: 100% 60%;
  background-position-y: bottom;
  background-repeat: no-repeat;
  margin-top: 90px;
}
@media (max-width: 900px) {
  .sect-funciones {
    background-size: cover;
  }
}
.sect-funciones .row-top {
  background-color: #FFFFFF;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1019607843);
  border-radius: 15px;
}
.sect-funciones .row-top .wpb_column:first-child .vc_column-inner {
  padding: 0 !important;
}
.sect-funciones .row-top .wpb_column:first-child .vc_column-inner img {
  border-radius: 15px 0 0 15px;
}
.sect-funciones .row-top .info {
  padding: 50px 70px 50px 20px;
}
@media (max-width: 900px) {
  .sect-funciones .row-top .info {
    padding: 1rem;
  }
}
.sect-funciones .row-top .info h3 {
  color: #133F6D;
  font-size: 35px;
}
.sect-funciones .row-top .info ul {
  list-style: none;
  margin: 33px 0 0 0;
  padding: 0 0 0 0;
}
.sect-funciones .row-top .info ul li {
  display: flex;
  margin-bottom: 40px;
  gap: 35px;
  align-items: self-start;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 900px) {
  .sect-funciones .row-top .info ul li {
    flex-direction: column;
  }
}
.sect-funciones .row-top .info ul li strong {
  font-size: 20px;
  display: contents;
}
.sect-funciones .info-bot {
  margin-top: 70px;
}
.sect-funciones .info-bot h3 {
  color: #e9e9e9;
  font-size: 35px;
  margin-bottom: 50px;
}
.sect-funciones .info-bot ul {
  display: flex;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  .sect-funciones .info-bot ul {
    flex-direction: column;
    gap: 15px;
  }
}
.sect-funciones .info-bot ul li {
  color: #e9e9e9;
  font-size: 16px;
  line-height: 26px;
  border-right: 0.5px solid #d3d3d3;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 900px) {
  .sect-funciones .info-bot ul li {
    border-right: none;
  }
}
.sect-funciones .info-bot ul li:last-child {
  border: none;
}
.sect-funciones .info-bot ul li strong {
  font-size: 20px;
}
.sect-funciones .info-bot ul li img {
  margin-bottom: 40px;
  width: 40px;
  height: 40px;
}
@media (max-width: 580px) {
  .sect-funciones .info-bot ul li img {
    margin-bottom: 10px;
  }
}

.sect-capacitaciones {
  padding-top: 100px !important;
  background-size: 100% 95%;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .sect-capacitaciones {
    background-size: cover;
    padding-bottom: 40px !important;
  }
}
.sect-capacitaciones .info h2 {
  color: #133F6D;
  font-size: 55px;
  line-height: 60px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sect-capacitaciones .info h2::after {
  content: "";
  background-color: #133F6D;
  height: 2px;
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  .sect-capacitaciones .info h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.sect-capacitaciones .info p {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 900px) {
  .sect-capacitaciones .info p br {
    display: none;
  }
}
.sect-capacitaciones .top-box .wpb_column:first-child {
  margin-top: 3.5rem;
}
.sect-capacitaciones .top-box .wpb_column:first-child > div {
  border-radius: 15px;
  border: 1px solid #0CBFDE;
  background-color: rgba(1, 115, 255, 0.45);
  padding: 30px 30px 30px 45px;
}
.sect-capacitaciones .top-box .wpb_column:first-child > div .wpb_single_image {
  position: absolute;
  top: 4%;
  left: 10px;
}
.sect-capacitaciones .top-box .wpb_column:first-child > div p {
  color: #133F6D;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 900px) {
  .sect-capacitaciones .top-box,
  .sect-capacitaciones .bot-box {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .sect-capacitaciones .top-box .wpb_column,
  .sect-capacitaciones .bot-box .wpb_column {
    width: 100%;
  }
}
.sect-capacitaciones .top-box .wpb_column:nth-child(2) > div, .sect-capacitaciones .top-box .wpb_column:last-child > div,
.sect-capacitaciones .bot-box .wpb_column:nth-child(2) > div,
.sect-capacitaciones .bot-box .wpb_column:last-child > div {
  position: relative;
  border: 1px solid #0CBFDE;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 40px 30px 15px 30px;
}
.sect-capacitaciones .top-box .wpb_column:nth-child(2) > div .wpb_single_image, .sect-capacitaciones .top-box .wpb_column:last-child > div .wpb_single_image,
.sect-capacitaciones .bot-box .wpb_column:nth-child(2) > div .wpb_single_image,
.sect-capacitaciones .bot-box .wpb_column:last-child > div .wpb_single_image {
  position: absolute;
  top: -15%;
  right: 30px;
  background-color: #0CBFDE;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
}
.sect-capacitaciones .top-box .wpb_column:nth-child(2) > div .wpb_single_image img, .sect-capacitaciones .top-box .wpb_column:last-child > div .wpb_single_image img,
.sect-capacitaciones .bot-box .wpb_column:nth-child(2) > div .wpb_single_image img,
.sect-capacitaciones .bot-box .wpb_column:last-child > div .wpb_single_image img {
  filter: drop-shadow(0px 25px 60px rgba(0, 0, 0, 0.1607843137));
}
.sect-capacitaciones .top-box .wpb_column:nth-child(2) > div h4, .sect-capacitaciones .top-box .wpb_column:last-child > div h4,
.sect-capacitaciones .bot-box .wpb_column:nth-child(2) > div h4,
.sect-capacitaciones .bot-box .wpb_column:last-child > div h4 {
  color: #133F6D;
  font-size: 20px;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 8px;
}
.sect-capacitaciones .top-box .wpb_column:nth-child(2) > div h4::after, .sect-capacitaciones .top-box .wpb_column:last-child > div h4::after,
.sect-capacitaciones .bot-box .wpb_column:nth-child(2) > div h4::after,
.sect-capacitaciones .bot-box .wpb_column:last-child > div h4::after {
  content: "";
  background-color: #133F6D;
  height: 2px;
  width: 39px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sect-capacitaciones .top-box .wpb_column:nth-child(2) > div p, .sect-capacitaciones .top-box .wpb_column:last-child > div p,
.sect-capacitaciones .bot-box .wpb_column:nth-child(2) > div p,
.sect-capacitaciones .bot-box .wpb_column:last-child > div p {
  color: #565656;
  font-size: 16px;
  line-height: 26px;
}
.sect-capacitaciones .top-box .wpb_column:nth-child(2) > div:hover, .sect-capacitaciones .top-box .wpb_column:last-child > div:hover,
.sect-capacitaciones .bot-box .wpb_column:nth-child(2) > div:hover,
.sect-capacitaciones .bot-box .wpb_column:last-child > div:hover {
  border-color: #133F6D;
}
.sect-capacitaciones .top-box .wpb_column:nth-child(2) > div:hover .wpb_single_image, .sect-capacitaciones .top-box .wpb_column:last-child > div:hover .wpb_single_image,
.sect-capacitaciones .bot-box .wpb_column:nth-child(2) > div:hover .wpb_single_image,
.sect-capacitaciones .bot-box .wpb_column:last-child > div:hover .wpb_single_image {
  top: -10%;
  background-color: #133F6D;
}
.sect-capacitaciones .top-box .wpb_column:nth-child(2),
.sect-capacitaciones .bot-box .wpb_column:nth-child(2) {
  margin-top: 3rem;
}
@media (max-width: 900px) {
  .sect-capacitaciones .top-box .wpb_column:nth-child(2),
  .sect-capacitaciones .bot-box .wpb_column:nth-child(2) {
    margin-top: 0;
  }
}

.sect-especialidad .info h2 {
  color: #133F6D;
  font-size: 55px;
  line-height: 60px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sect-especialidad .info h2::after {
  content: "";
  background-color: #133F6D;
  height: 2px;
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  .sect-especialidad .info h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.sect-especialidad .info p {
  color: #000000;
  font-size: 18px;
  line-height: 35px;
}
.sect-especialidad img {
  border-radius: 15px;
}
.sect-especialidad .info-esp {
  position: relative;
  padding-right: 70px;
  margin-bottom: 50px !important;
}
.sect-especialidad .info-esp::after {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4670.svg);
  position: absolute;
  right: 0;
  top: 0;
}
.sect-especialidad .info-esp h4 {
  color: #0CBFDE;
  font-size: 20px;
}
.sect-especialidad .info-esp p {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
}
.sect-especialidad .row-bot {
  margin-top: 50px;
}
.sect-especialidad .row-bot .info-esp {
  padding-left: 70px;
  padding-right: 0;
}
.sect-especialidad .row-bot .info-esp::after {
  transform: rotate(180deg);
  left: 0;
  right: auto;
}
.sect-especialidad .row-bot .info-esp.mb {
  margin-bottom: 0 !important;
}

.cta-contacto {
  background-color: rgba(1, 114, 255, 0.15);
  border-radius: 15px;
  border: 1px solid #133F6D;
  margin-top: 100px;
  padding: 38px 55px;
}
@media (max-width: 580px) {
  .cta-contacto {
    padding: 2rem;
  }
}
.cta-contacto .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 580px) {
  .cta-contacto .wpb_wrapper {
    flex-direction: column;
  }
}
.cta-contacto .wpb_wrapper p:first-child {
  color: #133F6D;
  font-size: 23px;
  line-height: 40px;
  font-weight: bold;
  width: 65%;
}
@media (max-width: 580px) {
  .cta-contacto .wpb_wrapper p:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cta-contacto .wpb_wrapper p a {
  background-color: #133F6D;
  font-size: 16px;
  font-weight: bold;
  color: #e9e9e9;
  border-radius: 3px;
  padding: 13px 47px;
}
.cta-contacto .wpb_wrapper p a:hover {
  color: #FFFFFF;
}

.alianza-box {
  margin-top: 70px;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 50px 45px 65px 60px;
}
@media (max-width: 580px) {
  .alianza-box {
    padding: 1.5rem;
    gap: 20px;
  }
}
.alianza-box h2 {
  color: #133F6D;
  font-size: 55px;
  line-height: 60px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.alianza-box h2::after {
  content: "";
  background-color: #133F6D;
  height: 2px;
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  .alianza-box h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.alianza-box p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.sect-casos {
  margin-top: 100px;
}
.sect-casos .info h2 {
  color: #133F6D;
  font-size: 55px;
  line-height: 60px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-bottom: 23px;
  padding-bottom: 0;
}
.sect-casos .info h2::after {
  content: "";
  background-color: #133F6D;
  height: 2px;
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  .sect-casos .info h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.sect-casos .info h2::after {
  display: none;
}
.sect-casos .info p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.sect-casos .row-casos {
  margin-top: 45px;
}
.sect-casos .row-casos .wpb_column > div {
  border: 1px solid #0CBFDE;
  border-radius: 15px;
  padding: 70px 40px 30px 40px;
  height: 506px;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 900px) {
  .sect-casos .row-casos .wpb_column > div {
    padding: 1.5rem;
    height: auto;
  }
}
.sect-casos .row-casos .wpb_column > div > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 25px;
}
.sect-casos .row-casos .wpb_column > div > div .wpb_text_column {
  height: 85%;
}
.sect-casos .row-casos .wpb_column > div > div .wpb_text_column .wpb_wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.sect-casos .row-casos .wpb_column > div > div .wpb_text_column .wpb_wrapper p {
  font-size: 14px;
  line-height: 23px;
}
.sect-casos .row-casos .wpb_column > div > div .wpb_text_column .wpb_wrapper p:first-child {
  font-weight: bold;
}
.sect-casos .row-casos .wpb_column > div > div .wpb_text_column .wpb_wrapper p:first-child strong {
  color: #133F6D;
}
.sect-casos .row-casos .wpb_column > div > div .wpb_text_column .wpb_wrapper a {
  color: #133F6D;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  text-decoration: underline;
}
.sect-casos .row-casos .wpb_column > div > div .wpb_text_column .wpb_wrapper a::after {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4783.svg);
  right: -25px;
  top: -1px;
  position: absolute;
}
.sect-casos .row-casos .wpb_column > div:hover {
  transform: translateY(-20px);
}
.sect-casos .row-casos .wpb_column:nth-child(2) > div {
  padding-top: 40px;
}

.btn-azul a {
  background-color: #133F6D;
  font-size: 16px;
  font-weight: bold;
  color: #e9e9e9;
  border-radius: 3px;
  padding: 13px 47px;
}
.btn-azul a:hover {
  color: #FFFFFF;
}

.sect-blog {
  position: relative;
  padding-top: 95px;
  margin-bottom: 130px;
  margin-top: 130px;
}
@media (max-width: 900px) {
  .sect-blog {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.sect-blog::before {
  content: "";
  background-color: #aaaaa9;
  opacity: 0.15;
  width: 100%;
  height: 98%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 580px) {
  .sect-blog::before {
    height: 100%;
  }
}
.sect-blog .info h2 {
  color: #133F6D;
  font-size: 55px;
  line-height: 60px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 50px;
}
.sect-blog .info h2::after {
  content: "";
  background-color: #133F6D;
  height: 2px;
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  .sect-blog .info h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.sect-blog .info h2::after {
  left: 45%;
}
@media (max-width: 580px) {
  .sect-blog .info h2::after {
    left: 30%;
  }
}
.sect-blog .info p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 10px;
}
.sect-blog .latest-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 30px;
}
@media (max-width: 900px) {
  .sect-blog .latest-posts {
    grid-template-columns: 1fr;
  }
}
.sect-blog .latest-posts .post-item {
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  min-height: 506px;
}
.sect-blog .latest-posts .post-item .post-image {
  height: 50%;
}
.sect-blog .latest-posts .post-item .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.sect-blog .latest-posts .post-item .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 50%;
  position: relative;
}
.sect-blog .latest-posts .post-item .content .post-meta {
  color: #707070;
  font-size: 13px;
  padding-left: 26px;
  position: relative;
}
.sect-blog .latest-posts .post-item .content .post-meta::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-6425.svg);
  left: 0;
  top: 0;
  position: absolute;
}
.sect-blog .latest-posts .post-item .content .post-meta span {
  color: #133F6D;
}
.sect-blog .latest-posts .post-item .content .post-title,
.sect-blog .latest-posts .post-item .content .post-title a {
  margin-top: 15px;
  color: #000000;
  font-size: 19px;
  font-weight: bold;
  line-height: 29px;
}
@media (max-width: 580px) {
  .sect-blog .latest-posts .post-item .content .post-title,
  .sect-blog .latest-posts .post-item .content .post-title a {
    font-size: 16px;
    line-height: 26px;
  }
}
.sect-blog .latest-posts .post-item .content .read-more {
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-top: 1px solid #133F6D;
  width: 89%;
  padding-top: 12px;
}
.sect-blog .latest-posts .post-item .content .read-more a {
  color: #133F6D;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  text-decoration: underline;
  text-decoration: none;
}
.sect-blog .latest-posts .post-item .content .read-more a::after {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4783.svg);
  right: -25px;
  top: -1px;
  position: absolute;
}
.sect-blog .latest-posts .post-item:hover {
  transform: translateY(-10px);
}
.sect-blog .btn-azul {
  margin-top: 130px;
}
@media (max-width: 580px) {
  .sect-blog .btn-azul {
    margin-top: 70px;
  }
}
.sect-blog .btn-azul a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 13px 20px;
}

@media (max-width: 900px) {
  .row-quote {
    margin-bottom: 30px;
  }
}
.row-quote .text {
  position: relative;
}
.row-quote .text::before {
  content: "";
  background-image: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4902.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -70px;
  width: 67px;
  height: 47px;
}
@media (max-width: 900px) {
  .row-quote .text::before {
    display: none;
  }
}
.row-quote .text p {
  font-size: 25px;
  line-height: 35px;
  color: #133F6D;
  font-weight: bold;
  position: relative;
}
@media (max-width: 900px) {
  .row-quote .text p br {
    display: none;
  }
}
.row-quote .text p::after {
  content: "";
  background-image: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4902.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 45%;
  width: 36px;
  height: 28px;
  transform: rotate(180deg);
}
@media (max-width: 900px) {
  .row-quote .text p::after {
    display: none;
  }
}

.cta-bot {
  background-color: rgba(1, 115, 255, 0.2196078431);
  padding-top: 50px;
  padding-bottom: 50px;
}
.cta-bot .info p {
  font-size: 25px;
  line-height: 35px;
  color: #133F6D;
}
@media (max-width: 900px) {
  .cta-bot .info p {
    font-size: 18px;
    line-height: 28px;
  }
}
.cta-bot .info p strong {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 580px) {
  .cta-bot .btn-azul {
    margin-top: 30px;
  }
}

.hero-interna {
  min-height: 460px;
  background-size: cover;
  position: relative;
  padding-top: 0 !important;
}
@media (max-width: 580px) {
  .hero-interna {
    min-height: 260px;
  }
}
.hero-interna h2 {
  font-size: 20px;
  color: #e9e9e9;
  font-weight: 400;
  text-align: center;
}
.hero-interna h1 {
  color: #e9e9e9;
  text-align: center;
  font-size: 77px;
  position: relative;
  margin-top: -15px;
}
@media (max-width: 900px) {
  .hero-interna h1 {
    font-size: 40px;
    line-height: 48px;
    margin-top: -10px;
  }
}
.hero-interna .bg-title {
  position: absolute !important;
  left: 0 !important;
  top: 30% !important;
  width: 100% !important;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 580px) {
  .hero-interna .bg-title {
    top: 35% !important;
  }
}

/**********************INTERNA CAPACITACIONES**************************************/
.sect-lideres {
  position: relative;
}
.sect-lideres::after {
  content: "";
  position: absolute;
  background-image: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-de-desplazamiento-6.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 10%;
  width: 250px;
  z-index: -1;
  height: 100%;
}
.sect-lideres h2 {
  color: #133F6D;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  max-width: 70%;
  text-align: center;
  margin: 50px auto !important;
}
@media (max-width: 900px) {
  .sect-lideres h2 {
    font-size: 25px;
    line-height: 35px;
    max-width: none;
  }
}
.sect-lideres .row-box {
  margin-top: 20px;
}
.sect-lideres .row-box .wpb_column:nth-child(2) > div, .sect-lideres .row-box .wpb_column:nth-child(3) > div {
  position: relative;
  border: 1px solid #0CBFDE;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 30px 20px 30px 30px;
}
.sect-lideres .row-box .wpb_column:nth-child(2) > div .wpb_single_image, .sect-lideres .row-box .wpb_column:nth-child(3) > div .wpb_single_image {
  position: absolute;
  top: -8%;
  right: 30px;
  background-color: #0CBFDE;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
}
.sect-lideres .row-box .wpb_column:nth-child(2) > div .wpb_single_image img, .sect-lideres .row-box .wpb_column:nth-child(3) > div .wpb_single_image img {
  filter: drop-shadow(0px 25px 60px rgba(0, 0, 0, 0.1607843137));
}
.sect-lideres .row-box .wpb_column:nth-child(2) > div h3, .sect-lideres .row-box .wpb_column:nth-child(3) > div h3 {
  color: #133F6D;
  font-size: 25px;
  position: relative;
  margin-bottom: 8px;
}
.sect-lideres .row-box .wpb_column:nth-child(2) > div p, .sect-lideres .row-box .wpb_column:nth-child(3) > div p {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
}
.sect-lideres .row-box .wpb_column:nth-child(2) > div p:has(a), .sect-lideres .row-box .wpb_column:nth-child(3) > div p:has(a) {
  margin-top: 5px;
}
.sect-lideres .row-box .wpb_column:nth-child(2) > div a, .sect-lideres .row-box .wpb_column:nth-child(3) > div a {
  color: #133F6D;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  text-decoration: underline;
}
.sect-lideres .row-box .wpb_column:nth-child(2) > div a::after, .sect-lideres .row-box .wpb_column:nth-child(3) > div a::after {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4783.svg);
  right: -25px;
  top: -1px;
  position: absolute;
}
.sect-lideres .row-box .wpb_column:nth-child(2) > div:hover, .sect-lideres .row-box .wpb_column:nth-child(3) > div:hover {
  border-color: #133F6D;
}
.sect-lideres .row-box .wpb_column:nth-child(2) > div:hover .wpb_single_image, .sect-lideres .row-box .wpb_column:nth-child(3) > div:hover .wpb_single_image {
  top: -4%;
  background-color: #133F6D;
}

.sect-talks {
  padding-top: 64px !important;
  background-size: 100% 80%;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  margin-top: 100px;
}
.sect-talks .info-top h2 {
  color: #e9e9e9;
  font-size: 50px;
  line-height: 60px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .sect-talks .info-top h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.sect-talks .info-top h2::after {
  content: "";
  background-color: #e9e9e9;
  height: 2px;
  width: 90px;
  position: absolute;
  bottom: 0;
  left: 45%;
}
@media (max-width: 900px) {
  .sect-talks .info-top h2::after {
    left: 38%;
  }
}
.sect-talks .info-top p {
  color: #e9e9e9;
  font-size: 16px;
  line-height: 26px;
}
.sect-talks .row-bot {
  background-color: #FFFFFF;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1019607843);
  border-radius: 15px;
  margin-top: 35px;
}
.sect-talks .row-bot .wpb_column:first-child .vc_column-inner {
  padding: 0 !important;
}
.sect-talks .row-bot .wpb_column:first-child .vc_column-inner img {
  border-radius: 15px 0 0 15px;
}
.sect-talks .row-bot .info-right {
  padding: 50px 70px 70px 20px;
}
@media (max-width: 900px) {
  .sect-talks .row-bot .info-right {
    padding: 2rem;
  }
}
.sect-talks .row-bot .info-right h3 {
  color: #133F6D;
  font-size: 35px;
  position: relative;
  margin-bottom: 5px;
}
.sect-talks .row-bot .info-right h3::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4840.svg);
  position: absolute;
  left: -35px;
  top: 0px;
}
@media (max-width: 580px) {
  .sect-talks .row-bot .info-right h3 {
    padding-left: 35px;
    font-size: 28px;
    line-height: 35px;
  }
  .sect-talks .row-bot .info-right h3::before {
    left: 0;
  }
}
.sect-talks .row-bot .info-right p {
  color: #000000;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
}
.sect-talks .row-bot .info-right .wpb_wrapper p:nth-child(5) {
  color: #133F6D;
}

.cta-contacto-intern {
  border-radius: 15px;
  border: 1px solid #133F6D;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1019607843);
  padding: 38px 55px;
}
@media (max-width: 900px) {
  .cta-contacto-intern {
    padding: 2rem;
  }
}
.cta-contacto-intern .wpb_text_column {
  width: 100%;
}
.cta-contacto-intern .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 580px) {
  .cta-contacto-intern .wpb_wrapper {
    flex-direction: column;
  }
}
.cta-contacto-intern .wpb_wrapper p:first-child {
  color: #133F6D;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  width: 75%;
}
@media (max-width: 580px) {
  .cta-contacto-intern .wpb_wrapper p:first-child {
    font-size: 24px;
    line-height: 34px;
    width: 100%;
    margin-bottom: 30px;
  }
  .cta-contacto-intern .wpb_wrapper p:first-child br {
    display: none;
  }
}
.cta-contacto-intern .wpb_wrapper p a {
  background-color: #133F6D;
  font-size: 16px;
  font-weight: bold;
  color: #e9e9e9;
  border-radius: 3px;
  padding: 13px 47px;
}
.cta-contacto-intern .wpb_wrapper p a:hover {
  color: #FFFFFF;
}
.cta-contacto-intern.width {
  max-width: 80%;
  margin: 0px auto 100px auto !important;
}

.sect-executive .vc_row .wpb_column:last-child img {
  border-radius: 15px;
}
.sect-executive .info-left {
  padding-right: 5rem;
}
@media (max-width: 900px) {
  .sect-executive .info-left {
    padding-right: 0;
  }
}
.sect-executive .info-left h3 {
  color: #133F6D;
  font-size: 35px;
  position: relative;
  margin-bottom: 5px;
}
.sect-executive .info-left h3::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4840.svg);
  position: absolute;
  left: -35px;
  top: 0px;
}
@media (max-width: 580px) {
  .sect-executive .info-left h3 {
    padding-left: 35px;
    font-size: 28px;
    line-height: 35px;
  }
  .sect-executive .info-left h3::before {
    left: 0;
  }
}
.sect-executive .info-left p {
  color: #282828;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
}
.sect-executive .info-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sect-executive .info-left ul li {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 16px;
  color: #282828;
  margin-bottom: 30px;
}
.sect-executive .cta-contacto-intern {
  margin: 100px 0;
}
.sect-executive .cta-contacto-intern .wpb_wrapper p:first-child {
  font-size: 26px;
  line-height: 36px;
}

.sect-workshop {
  position: relative;
  padding-top: 57px;
}
.sect-workshop::before {
  content: "";
  background-color: #0172ff;
  opacity: 0.15;
  width: 95%;
  height: 95%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 15px 15px 0;
}
@media (max-width: 580px) {
  .sect-workshop::before {
    width: 100%;
  }
}
.sect-workshop .info-top h2 {
  color: #133F6D;
  font-size: 55px;
  line-height: 60px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 50px;
}
.sect-workshop .info-top h2::after {
  content: "";
  background-color: #133F6D;
  height: 2px;
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  .sect-workshop .info-top h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.sect-workshop .info-top h2::after {
  left: 45%;
  width: 90px;
}
@media (max-width: 580px) {
  .sect-workshop .info-top h2::after {
    left: 37%;
  }
}
.sect-workshop .info-top p {
  color: #000000;
}
.sect-workshop .row-bot {
  margin-top: 80px;
  padding-right: 0 !important;
}
.sect-workshop .row-bot .wpb_column:last-child .vc_column-inner {
  padding: 0 !important;
}
.sect-workshop .row-bot .wpb_column:last-child .vc_column-inner .wpb_single_image .wpb_wrapper.vc_figure,
.sect-workshop .row-bot .wpb_column:last-child .vc_column-inner .wpb_single_image .vc_single_image-wrapper {
  width: 100%;
}
.sect-workshop .row-bot .wpb_column:last-child .vc_column-inner .wpb_single_image img {
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 0 0 15px;
}
@media (max-width: 580px) {
  .sect-workshop .row-bot .wpb_column:last-child .vc_column-inner .wpb_single_image img {
    margin-top: 30px;
  }
}
.sect-workshop .row-bot .info-left h3 {
  color: #133F6D;
  font-size: 35px;
  position: relative;
  margin-bottom: 5px;
}
.sect-workshop .row-bot .info-left h3::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4840.svg);
  position: absolute;
  left: -35px;
  top: 0px;
}
@media (max-width: 580px) {
  .sect-workshop .row-bot .info-left h3 {
    padding-left: 35px;
    font-size: 28px;
    line-height: 35px;
  }
  .sect-workshop .row-bot .info-left h3::before {
    left: 0;
  }
}
.sect-workshop .row-bot .info-left .wpb_wrapper p {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.sect-workshop .row-bot .info-left .wpb_wrapper p:nth-child(3) {
  color: #133F6D;
  margin-bottom: 13px;
}
.sect-workshop .row-bot .bg-azul {
  background-color: #133F6D;
  border-radius: 15px;
  padding: 35px 30px 42px 30px;
  margin-top: 15px;
}
.sect-workshop .row-bot .bg-azul .wpb_wrapper p {
  color: #e9e9e9;
}
.sect-workshop .row-bot .bg-azul .wpb_wrapper p:last-child {
  position: relative;
  font-size: 18px;
  padding-left: 20px;
  margin-top: 40px;
}
.sect-workshop .row-bot .bg-azul .wpb_wrapper p:last-child::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Union-27.svg);
  position: absolute;
  left: 0;
  top: 0px;
}
.sect-workshop .row-bot .bg-azul .wpb_wrapper p:last-child strong {
  font-size: 20px;
  margin-top: 13px;
  display: block;
}
.sect-workshop .cta {
  border-radius: 15px;
  border: 1px solid #133F6D;
  background-color: #FFFFFF;
  padding: 37px 55px;
  margin-top: 60px;
}
@media (max-width: 900px) {
  .sect-workshop .cta {
    padding: 2rem;
  }
}
.sect-workshop .cta .wpb_wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .sect-workshop .cta .wpb_wrapper {
    flex-direction: column;
  }
}
.sect-workshop .cta .wpb_wrapper p:first-child {
  color: #133F6D;
  font-size: 23px;
  line-height: 40px;
  width: 60%;
  font-weight: bold;
}
@media (max-width: 900px) {
  .sect-workshop .cta .wpb_wrapper p:first-child {
    width: 100%;
    line-height: 33px;
    margin-bottom: 30px;
  }
}
.sect-workshop .cta a {
  background-color: #133F6D;
  font-size: 16px;
  font-weight: bold;
  color: #e9e9e9;
  border-radius: 3px;
  padding: 13px 47px;
}
.sect-workshop .cta a:hover {
  color: #FFFFFF;
}

.sect-strategy {
  margin-top: 100px;
}
.sect-strategy .row-top {
  padding-left: 0 !important;
}
.sect-strategy .row-top .wpb_column:first-child .vc_column-inner {
  padding: 0 !important;
}
.sect-strategy .row-top .wpb_column:first-child .vc_column-inner .wpb_single_image .wpb_wrapper.vc_figure,
.sect-strategy .row-top .wpb_column:first-child .vc_column-inner .wpb_single_image .vc_single_image-wrapper {
  width: 100%;
}
.sect-strategy .row-top .wpb_column:first-child .vc_column-inner .wpb_single_image .wpb_wrapper.vc_figure img,
.sect-strategy .row-top .wpb_column:first-child .vc_column-inner .wpb_single_image .vc_single_image-wrapper img {
  width: 95%;
  border-radius: 0 15px 15px 0;
  margin-bottom: 30px;
}
.sect-strategy .row-top .info-right {
  padding-left: 2rem;
}
.sect-strategy .row-top .info-right h3 {
  color: #133F6D;
  font-size: 35px;
  position: relative;
  margin-bottom: 5px;
}
.sect-strategy .row-top .info-right h3::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4840.svg);
  position: absolute;
  left: -35px;
  top: 0px;
}
@media (max-width: 580px) {
  .sect-strategy .row-top .info-right h3 {
    padding-left: 35px;
    font-size: 28px;
    line-height: 35px;
  }
  .sect-strategy .row-top .info-right h3::before {
    left: 0;
  }
}
.sect-strategy .row-top .info-right .wpb_wrapper p {
  color: #282828;
  margin-bottom: 20px;
}
.sect-strategy .row-top .info-right .wpb_wrapper p:nth-child(2) {
  font-size: 18px;
  line-height: 28px;
}
.sect-strategy .row-top .info-right .wpb_wrapper p:last-child {
  color: #133F6D;
  font-size: 18px;
}
.sect-strategy .cta-contacto-intern {
  margin-top: 85px;
  margin-bottom: 100px;
}
.sect-strategy .cta-contacto-intern .wpb_wrapper p:first-child {
  width: 78%;
}
@media (max-width: 580px) {
  .sect-strategy .cta-contacto-intern .wpb_wrapper p:first-child {
    width: 100%;
  }
}

.sect-certificacion {
  padding-top: 70px !important;
  background-size: 100% 65%;
  background-repeat: no-repeat;
  margin-bottom: 130px;
}
.sect-certificacion .vc_row .wpb_column:last-child {
  padding-left: 3rem;
}
@media (max-width: 900px) {
  .sect-certificacion .vc_row .wpb_column:last-child {
    padding-left: 0;
  }
}
.sect-certificacion .info-left h2 {
  color: #133F6D;
  font-size: 55px;
  line-height: 60px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #FFFFFF;
}
.sect-certificacion .info-left h2::after {
  content: "";
  background-color: #133F6D;
  height: 2px;
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  .sect-certificacion .info-left h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.sect-certificacion .info-left h2::after {
  background-color: #FFFFFF;
}
.sect-certificacion .info-left p {
  color: #e9e9e9;
}
.sect-certificacion .bg-blanco {
  background-color: #FFFFFF;
  padding: 40px;
  margin-top: 45px;
  border-radius: 5px;
}
@media (max-width: 900px) {
  .sect-certificacion .bg-blanco {
    padding: 2rem;
  }
}
.sect-certificacion .bg-blanco p {
  color: #000000;
  margin-bottom: 20px;
}
.sect-certificacion .bg-blanco p strong {
  color: #133F6D;
  font-size: 18px;
  line-height: 26px;
}
.sect-certificacion img {
  border-radius: 15px;
}
@media (max-width: 580px) {
  .sect-certificacion img {
    margin-top: 30px;
  }
}
.sect-certificacion .info-right {
  margin-top: 75px;
}
.sect-certificacion .info-right .wpb_wrapper p:first-child {
  color: #133F6D;
  font-size: 35px;
  position: relative;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: bold;
}
.sect-certificacion .info-right .wpb_wrapper p:first-child::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4840.svg);
  position: absolute;
  left: -35px;
  top: 0px;
}
@media (max-width: 580px) {
  .sect-certificacion .info-right .wpb_wrapper p:first-child {
    padding-left: 35px;
    font-size: 28px;
    line-height: 35px;
  }
  .sect-certificacion .info-right .wpb_wrapper p:first-child::before {
    left: 0;
  }
}
@media (max-width: 580px) {
  .sect-certificacion .info-right .wpb_wrapper p:first-child {
    font-size: 24px;
    line-height: 34px;
  }
}
.sect-certificacion .info-right a {
  background-color: #133F6D;
  font-size: 16px;
  font-weight: bold;
  color: #e9e9e9;
  border-radius: 3px;
  padding: 13px 47px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.sect-certificacion .info-right a:hover {
  color: #FFFFFF;
}

.sect-custom-program {
  position: relative;
  padding-top: 75px !important;
  margin-bottom: 90px;
}
.sect-custom-program::before {
  content: "";
  background-color: #0172ff;
  opacity: 0.15;
  width: 96%;
  height: 95%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 15px;
  z-index: -1;
}
.sect-custom-program .info-top {
  margin-bottom: 38px !important;
}
.sect-custom-program .info-top h2 {
  color: #133F6D;
  font-size: 55px;
  line-height: 60px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sect-custom-program .info-top h2::after {
  content: "";
  background-color: #133F6D;
  height: 2px;
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  .sect-custom-program .info-top h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.sect-custom-program .info-top p {
  color: #000000;
}
.sect-custom-program .wpb_single_image .wpb_wrapper.vc_figure,
.sect-custom-program .wpb_single_image .vc_single_image-wrapper {
  width: 100%;
}
.sect-custom-program .wpb_single_image .wpb_wrapper.vc_figure img,
.sect-custom-program .wpb_single_image .vc_single_image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.sect-custom-program .row-bot {
  border-bottom: 0.5px solid #4585c2;
  padding-bottom: 35px;
  margin-bottom: 40px;
  margin-top: 50px;
}
.sect-custom-program .row-bot .info-left {
  padding-left: 35px;
  position: relative;
}
@media (max-width: 580px) {
  .sect-custom-program .row-bot .info-left {
    padding-left: 0;
    margin-bottom: 10px !important;
  }
}
.sect-custom-program .row-bot .info-left::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4840.svg);
  position: absolute;
  left: 0;
  top: 0px;
}
@media (max-width: 580px) {
  .sect-custom-program .row-bot .info-left::before {
    display: none;
  }
}
.sect-custom-program .row-bot p {
  color: #282828;
}
.sect-custom-program .info-bot {
  padding-left: 35px;
}
.sect-custom-program .info-bot p {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.sect-custom-program .cta-contacto-intern {
  background-color: #133F6D;
  margin-top: 50px;
}
.sect-custom-program .cta-contacto-intern .wpb_wrapper p:first-child {
  color: #FFFFFF;
  font-size: 28px;
}
@media (max-width: 580px) {
  .sect-custom-program .cta-contacto-intern .wpb_wrapper p:first-child {
    font-size: 24px;
  }
}
.sect-custom-program .cta-contacto-intern .wpb_wrapper a {
  color: #133F6D;
  background-color: #FFFFFF;
}
.sect-custom-program .cta-contacto-intern .wpb_wrapper a:hover {
  color: #133F6D;
}

/************************FIN INTERNA CAPACITACIONES****************/
/************************ INTERNA CXI ONLINE****************/
.sect-aprendizaje {
  margin-top: 100px;
  margin-bottom: 150px;
}
@media (max-width: 900px) {
  .sect-aprendizaje {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.sect-aprendizaje .info-left {
  padding-right: 5rem;
}
@media (max-width: 900px) {
  .sect-aprendizaje .info-left {
    padding-right: 0;
  }
}
@media (max-width: 580px) {
  .sect-aprendizaje .info-left {
    margin-bottom: 30px !important;
  }
}
.sect-aprendizaje .info-left h2 {
  color: #133F6D;
  font-size: 55px;
  line-height: 60px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 50px;
}
.sect-aprendizaje .info-left h2::after {
  content: "";
  background-color: #133F6D;
  height: 2px;
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  .sect-aprendizaje .info-left h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.sect-aprendizaje .info-left h3 {
  color: #133F6D;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 6px;
}
@media (max-width: 900px) {
  .sect-aprendizaje .info-left h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

.sect-nuestras-capacitaciones {
  padding-top: 100px !important;
}
@media (max-width: 900px) {
  .sect-nuestras-capacitaciones {
    padding-top: 40px !important;
  }
}
.sect-nuestras-capacitaciones h2 {
  font-size: 40px;
  color: #133F6D;
}
@media (max-width: 900px) {
  .sect-nuestras-capacitaciones h2 {
    font-size: 30px;
  }
}
.sect-nuestras-capacitaciones .row-items {
  margin-top: 40px;
}
.sect-nuestras-capacitaciones .row-items .wpb_column {
  border-radius: 15px;
}
.sect-nuestras-capacitaciones .row-items .wpb_column .wpb_single_image {
  z-index: 1;
}
.sect-nuestras-capacitaciones .row-items .wpb_column .wpb_single_image img {
  border-radius: 15px 15px 0 0;
}
.sect-nuestras-capacitaciones .row-items .wpb_column .info {
  border: 1px solid #4585c2;
  background-color: #FFFFFF;
  transform: translateY(-10%);
  padding: 60px 20px 40px 30px;
  border-radius: 15px;
  z-index: 2;
  background-color: #FFFFFF;
  position: relative;
}
.sect-nuestras-capacitaciones .row-items .wpb_column .info .wpb_wrapper {
  position: relative;
}
.sect-nuestras-capacitaciones .row-items .wpb_column .info .wpb_wrapper p:first-child {
  font-size: 25px;
  background-color: #FFFFFF;
  padding: 6px 16px;
  border-radius: 5px;
  border: 1px solid #4585c2;
  color: #133F6D;
  font-weight: bold;
  position: absolute;
  top: -60%;
}
.sect-nuestras-capacitaciones .row-items .wpb_column .info .wpb_wrapper h4 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 6px;
}
@media (max-width: 900px) {
  .sect-nuestras-capacitaciones .row-items .wpb_column .info .wpb_wrapper h4 {
    font-size: 20px;
  }
}
.sect-nuestras-capacitaciones .row-items .wpb_column .info .wpb_wrapper h3 {
  color: #000000;
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .sect-nuestras-capacitaciones .row-items .wpb_column .info .wpb_wrapper h3 {
    font-size: 25px;
  }
}
.sect-nuestras-capacitaciones .row-items .wpb_column .info .wpb_wrapper a {
  color: #133F6D;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  text-decoration: underline;
  border: 1px solid #4585c2;
  border-radius: 3px;
  padding: 15px 60px 15px 15px;
}
.sect-nuestras-capacitaciones .row-items .wpb_column .info .wpb_wrapper a::after {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4783.svg);
  right: -25px;
  top: -1px;
  position: absolute;
}
.sect-nuestras-capacitaciones .row-items .wpb_column .info .wpb_wrapper a::after {
  right: 30px;
  top: 25%;
}
.sect-nuestras-capacitaciones .row-items .wpb_column .info:hover {
  border-color: #5ce1e6;
}
.sect-nuestras-capacitaciones .row-items .wpb_column .info:hover .wpb_wrapper p:first-child {
  background-color: #133F6D;
  color: #FFFFFF;
}
.sect-nuestras-capacitaciones .row-items .wpb_column .info:hover .wpb_wrapper a {
  background-color: #133F6D;
  color: #FFFFFF;
}
.sect-nuestras-capacitaciones .row-items .wpb_column .info:hover .wpb_wrapper a::after {
  filter: invert(1) brightness(4);
}

.sect-items-aprendizaje {
  position: relative;
  overflow: visible !important;
}
.sect-items-aprendizaje::before {
  content: "";
  background-color: #0172ff;
  opacity: 0.15;
  width: 100%;
  height: 83%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 900px) {
  .sect-items-aprendizaje::before {
    height: 100%;
  }
}
@media (max-width: 580px) {
  .sect-items-aprendizaje::before {
    height: 83% !important;
  }
}
.sect-items-aprendizaje::after {
  content: "";
  position: absolute;
  background-image: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-de-desplazamiento-6.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 20%;
  width: 250px;
  z-index: -1;
  height: 100%;
}
.sect-items-aprendizaje h2 {
  color: #133F6D;
  font-size: 55px;
  line-height: 60px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 45px;
  line-height: 55px;
}
.sect-items-aprendizaje h2::after {
  content: "";
  background-color: #133F6D;
  height: 2px;
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  .sect-items-aprendizaje h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.sect-items-aprendizaje .row-content .wpb_column:last-child {
  transform: translateY(10%);
}
@media (max-width: 900px) {
  .sect-items-aprendizaje .row-items-top,
  .sect-items-aprendizaje .row-items-bot {
    display: flex;
    flex-direction: column;
  }
}
.sect-items-aprendizaje .row-items-top .wpb_column,
.sect-items-aprendizaje .row-items-bot .wpb_column {
  border-radius: 10px;
  border: 1px solid #0cbfde;
  position: relative;
  padding: 53px 20px 30px 20px;
  background-color: #FFFFFF;
}
@media (max-width: 900px) {
  .sect-items-aprendizaje .row-items-top .wpb_column,
  .sect-items-aprendizaje .row-items-bot .wpb_column {
    margin: 20px 0 30px 0 !important;
    width: 100% !important;
    max-width: none !important;
  }
}
.sect-items-aprendizaje .row-items-top .wpb_column .wpb_single_image,
.sect-items-aprendizaje .row-items-bot .wpb_column .wpb_single_image {
  position: absolute;
  top: -25%;
  left: 20px;
  background-color: #0CBFDE;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
}
.sect-items-aprendizaje .row-items-top .wpb_column .wpb_single_image img,
.sect-items-aprendizaje .row-items-bot .wpb_column .wpb_single_image img {
  filter: drop-shadow(0px 25px 60px rgba(0, 0, 0, 0.1607843137));
}
.sect-items-aprendizaje .row-items-top .wpb_column p,
.sect-items-aprendizaje .row-items-bot .wpb_column p {
  color: #133F6D;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.sect-items-aprendizaje .row-items-top .wpb_column:hover,
.sect-items-aprendizaje .row-items-bot .wpb_column:hover {
  border-color: #133F6D;
}
.sect-items-aprendizaje .row-items-top .wpb_column:hover .wpb_single_image,
.sect-items-aprendizaje .row-items-bot .wpb_column:hover .wpb_single_image {
  top: -20%;
  background-color: #133F6D;
}
.sect-items-aprendizaje .row-items-top {
  margin-top: 40px;
}
.sect-items-aprendizaje .row-items-top .wpb_column:first-child {
  max-width: 280px;
  margin-right: 44px;
  margin-top: 40px;
}
@media (max-width: 580px) {
  .sect-items-aprendizaje .row-items-top .wpb_column:first-child {
    max-width: none;
    width: 100%;
  }
}
.sect-items-aprendizaje .row-items-top .wpb_column:last-child {
  max-width: 255px;
}
@media (max-width: 580px) {
  .sect-items-aprendizaje .row-items-top .wpb_column:last-child {
    max-width: none;
    width: 100%;
  }
}
.sect-items-aprendizaje .row-items-bot {
  margin-top: 60px;
}
.sect-items-aprendizaje .row-items-bot .wpb_column:first-child {
  max-width: 220px;
  margin-right: 44px;
  margin-top: 20px;
  margin-left: 60px;
}
@media (max-width: 580px) {
  .sect-items-aprendizaje .row-items-bot .wpb_column:first-child {
    max-width: none;
    width: 100%;
  }
}
.sect-items-aprendizaje .row-items-bot .wpb_column:last-child {
  max-width: 280px;
}
@media (max-width: 580px) {
  .sect-items-aprendizaje .row-items-bot .wpb_column:last-child {
    max-width: none;
    width: 100%;
  }
}

.sect-comenzar {
  margin-top: 180px;
  margin-bottom: 130px;
}
@media (max-width: 580px) {
  .sect-comenzar .info-left {
    margin-bottom: 30px !important;
  }
}
.sect-comenzar .info-left h2 {
  color: #133F6D;
  font-size: 55px;
  line-height: 60px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sect-comenzar .info-left h2::after {
  content: "";
  background-color: #133F6D;
  height: 2px;
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  .sect-comenzar .info-left h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.sect-comenzar .info-left p {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
.sect-comenzar .info-left a {
  background-color: #133F6D;
  font-size: 16px;
  font-weight: bold;
  color: #e9e9e9;
  border-radius: 3px;
  padding: 13px 47px;
}
.sect-comenzar .info-left a:hover {
  color: #FFFFFF;
}

/************************FIN INTERNA CXI ONLINE****************/
/************************INTERNA CASOS DE EXITO****************/
.container-tabs {
  margin-top: 70px;
  margin-bottom: 70px;
}
.container-tabs .tab_casos {
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  background-color: #FFFFFF;
  margin-bottom: 15px !important;
  text-align: center !important;
  padding: 15px 0;
}
.container-tabs .tab_casos.active, .container-tabs .tab_casos:hover {
  border-color: #133F6D;
}
.container-tabs .tab_contenido {
  position: relative;
}
@media (max-width: 580px) {
  .container-tabs .tab_contenido {
    padding: 0 2rem !important;
  }
}
.container-tabs .tab_contenido .content-tab {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.2s;
  padding-bottom: 65px;
  border-bottom: 1px solid #0CBFDE;
}
.container-tabs .tab_contenido .content-tab.active {
  opacity: 1;
  display: flex;
}
.container-tabs .tab_contenido .content-tab .wpb_column {
  padding-top: 0;
}
.container-tabs .tab_contenido .content-tab .wpb_column:last-child {
  padding-left: 0;
}
@media (max-width: 580px) {
  .container-tabs .tab_contenido .content-tab .wpb_column:last-child {
    padding-left: 1rem;
  }
}
.container-tabs .tab_contenido .content-tab .wpb_column:last-child .vc_column-inner {
  padding-left: 0;
}
@media (max-width: 580px) {
  .container-tabs .tab_contenido .content-tab .wpb_column:last-child .vc_column-inner {
    padding-left: 1rem;
  }
}
.container-tabs .tab_contenido .content-tab .logo-left {
  border: 1px solid #133F6D;
  border-radius: 15px;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.0509803922);
  min-height: 320px;
}
.container-tabs .tab_contenido .content-tab .logo-left .vc_column-inner {
  justify-content: center;
}
.container-tabs .tab_contenido .content-tab .logo-left .wpb_single_image {
  text-align: center;
}
.container-tabs .tab_contenido .content-tab .logo-left .wpb_single_image .vc_figure,
.container-tabs .tab_contenido .content-tab .logo-left .wpb_single_image .vc_single_image-wrapper {
  width: 100%;
}
.container-tabs .tab_contenido .content-tab .logo-left .wpb_single_image .vc_figure img,
.container-tabs .tab_contenido .content-tab .logo-left .wpb_single_image .vc_single_image-wrapper img {
  width: 80%;
}
.container-tabs .tab_contenido .content-tab .info-right {
  padding-top: 0 !important;
}
.container-tabs .tab_contenido .content-tab .info-right .wpb_wrapper h3 {
  font-size: 45px;
  color: #133F6D;
}
.container-tabs .tab_contenido .content-tab .info-right .wpb_wrapper p strong {
  color: #133F6D;
}
.container-tabs .tab_contenido .content-tab .info-right .wpb_wrapper p:nth-child(2) {
  line-height: 18px;
  margin-bottom: 20px;
}
.container-tabs .tab_contenido .content-tab .bg-azul {
  background-color: rgba(1, 115, 255, 0.1843137255);
  border-radius: 15px;
  padding: 35px 50px;
  margin-top: 80px;
  margin-bottom: 65px !important;
}
.container-tabs .tab_contenido .content-tab .text-azul p {
  color: #133F6D;
  font-weight: bold;
}
.container-tabs .tab_contenido .content-tab .grid-items {
  margin-top: 35px;
  margin-bottom: 80px !important;
}
.container-tabs .tab_contenido .content-tab .grid-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media (max-width: 580px) {
  .container-tabs .tab_contenido .content-tab .grid-items ul {
    flex-direction: column;
  }
}
.container-tabs .tab_contenido .content-tab .grid-items ul li {
  width: 100%;
  padding-right: 2rem;
}
.container-tabs .tab_contenido .content-tab .grid-items ul li img {
  filter: drop-shadow(0px 25px 60px rgba(0, 0, 0, 0.1607843137));
  margin-bottom: 30px;
}
.container-tabs .tab_contenido .content-tab .mb-30 {
  margin-bottom: 30px !important;
}
.container-tabs .tab_contenido .content-tab .vc_column-inner {
  padding: 0;
}
.container-tabs .tab_contenido .content-tab.hir .logo-left {
  border-color: #fe7600;
}
.container-tabs .tab_contenido .content-tab.hir .logo-left img {
  width: 40% !important;
}
.container-tabs .tab_contenido .content-tab.hir .temas-hir p {
  font-size: 20px;
  color: #133F6D;
  font-weight: bold;
  margin-bottom: 50px;
}
.container-tabs .tab_contenido .content-tab.hir .temas-hir ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 900px) {
  .container-tabs .tab_contenido .content-tab.hir .temas-hir ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.container-tabs .tab_contenido .content-tab.hir .temas-hir ul li {
  display: flex;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  gap: 28px;
}
.container-tabs .tab_contenido .content-tab.hir .temas-hir ul li > strong {
  background-color: #0CBFDE;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1607843137);
  height: 70px;
  font-size: 44px;
  min-width: 70px;
}
.container-tabs .tab_contenido .content-tab.hir .temas-hir ul li em {
  font-style: normal;
  width: 100%;
}
.container-tabs .tab_contenido .content-tab.hir .temas-hir ul li p {
  width: 100%;
}
.container-tabs .tab_contenido .content-tab.hir .temas-hir ul li:first-child, .container-tabs .tab_contenido .content-tab.hir .temas-hir ul li:nth-child(3), .container-tabs .tab_contenido .content-tab.hir .temas-hir ul li:nth-child(5) {
  border-right: 1px solid #0CBFDE;
  padding-right: 45px;
}
@media (max-width: 900px) {
  .container-tabs .tab_contenido .content-tab.hir .temas-hir ul li:first-child, .container-tabs .tab_contenido .content-tab.hir .temas-hir ul li:nth-child(3), .container-tabs .tab_contenido .content-tab.hir .temas-hir ul li:nth-child(5) {
    border-right: 0;
  }
}
.container-tabs .tab_contenido .content-tab .quote {
  margin: 90px 0;
}
.container-tabs .tab_contenido .content-tab .quote p {
  position: relative;
  padding-left: 75px;
  color: #133F6D;
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
}
.container-tabs .tab_contenido .content-tab .quote p::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4644.svg);
  top: -10px;
  left: 0;
  position: absolute;
}
.container-tabs .tab_contenido .content-tab.cxc .logo-left {
  border-color: #6bbf24;
}
.container-tabs .tab_contenido .content-tab.cxc .grid-items p {
  color: #133F6D;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}

/************************FIN INTERNA CASOS DE EXITO****************/
/************************ INTERNA NOSOTROS***************/
.quienes-somos {
  margin-bottom: 130px;
}
.quienes-somos h2 {
  font-size: 35px;
  color: #133F6D;
  line-height: 45px;
  margin-bottom: 60px !important;
}
@media (max-width: 900px) {
  .quienes-somos h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
.quienes-somos .info-right h3 {
  color: #133F6D;
  font-size: 50px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .quienes-somos .info-right h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
.quienes-somos .info-right h3::after {
  content: "";
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 37px;
  height: 2px;
  background-color: #133F6D;
}
.quienes-somos .info-right ul {
  list-style-image: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4794.svg);
  margin: 15px 0 30px 0;
  padding-left: 4%;
}
.quienes-somos .info-right ul li {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.quienes-somos .info-right a {
  background-color: #133F6D;
  font-size: 16px;
  font-weight: bold;
  color: #e9e9e9;
  border-radius: 3px;
  padding: 13px 47px;
}
.quienes-somos .info-right a:hover {
  color: #FFFFFF;
}

.sect-experiencia {
  position: relative;
  min-height: 670px;
  margin-bottom: 70px;
}
.sect-experiencia::after {
  content: "";
  position: absolute;
  background-image: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-de-desplazamiento-6.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 5%;
  overflow: visible;
  width: 250px !important;
  visibility: visible !important;
  z-index: -1;
  height: 100% !important;
  display: block !important;
}
.sect-experiencia::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-de-desplazamiento-6-1.png);
  position: absolute;
  left: 35%;
  bottom: -10px;
  display: block !important;
}
@media (max-width: 580px) {
  .sect-experiencia::before {
    display: none !important;
  }
}
@media (max-width: 580px) {
  .sect-experiencia .vc_row {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.sect-experiencia h2 {
  font-size: 55px;
  color: #133F6D;
  line-height: 71px;
}
@media (max-width: 900px) {
  .sect-experiencia h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.sect-experiencia .info-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sect-experiencia .info-left ul li {
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 20px;
  line-height: 30px;
  text-align: right;
  color: #000000;
  margin-bottom: 45px;
}
.sect-experiencia .info-left ul li strong {
  display: contents;
  font-size: 35px;
  color: #133F6D;
}
@media (max-width: 900px) {
  .sect-experiencia .info-left ul li strong {
    font-size: 28px;
  }
}
.sect-experiencia .info-left ul li img {
  filter: drop-shadow(0px 25px 60px rgba(0, 0, 0, 0.1607843137));
  width: 126px;
}

.sect-especialistas {
  overflow: visible !important;
}
.sect-especialistas .info-top h2 {
  color: #133F6D;
  font-size: 50px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px !important;
}
@media (max-width: 900px) {
  .sect-especialistas .info-top h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.sect-especialistas .info-top h2::after {
  content: "";
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 45%;
  border-radius: 37px;
  height: 2px;
  background-color: #133F6D;
}
@media (max-width: 900px) {
  .sect-especialistas .info-top h2::after {
    left: 30%;
  }
}
.sect-especialistas .info-top h3 {
  color: #133F6D;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  .sect-especialistas .info-top h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.sect-especialistas .menu-sticky {
  display: flex;
  gap: 10px;
  margin-bottom: 60px;
  padding: 20px 0;
  background-color: #FFFFFF;
  z-index: 999;
}
@media (min-width: 1000px) {
  .sect-especialistas .menu-sticky {
    position: sticky !important;
    top: 155px;
  }
}
.sect-especialistas .menu-sticky .wpb_column {
  border: 1px solid #4585c2;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFFFFF;
  padding: 16px 25px;
}
.sect-especialistas .menu-sticky .wpb_column .vc_column-inner {
  padding: 0;
}
.sect-especialistas .menu-sticky .wpb_column a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #133F6D;
  font-size: 18px;
  font-weight: bold;
}
.sect-especialistas .menu-sticky .wpb_column:hover {
  background-color: #133F6D;
}
.sect-especialistas .menu-sticky .wpb_column:hover a {
  color: #FFFFFF;
}
.sect-especialistas .menu-sticky .wpb_column:hover a img {
  filter: invert(1) brightness(4);
}
.sect-especialistas .flex-left {
  padding-left: 85px !important;
}
@media (max-width: 900px) {
  .sect-especialistas .flex-left {
    padding-left: 0 !important;
  }
}
.sect-especialistas .flex-left .wpb_single_image {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  .sect-especialistas .flex-left .wpb_single_image {
    position: relative;
  }
}
.sect-especialistas .flex-left .info-left h2 {
  color: #133F6D;
  font-size: 35px;
}
.sect-especialistas .flex-left .info-left p {
  margin-bottom: 20px;
}
.sect-especialistas .flex-left .info-left p strong {
  font-size: 20px;
  line-height: 30px;
}
.sect-especialistas .items-arrow p {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}
@media (max-width: 580px) {
  .sect-especialistas .items-arrow p {
    margin: 20px 0 !important;
  }
}
.sect-especialistas .items-arrow p::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4840.svg);
  position: absolute;
  left: 0px;
  top: 0px;
}
.sect-especialistas .row-extend {
  padding-right: 0 !important;
}
.sect-especialistas .row-extend .wpb_column:last-child {
  padding-right: 0 !important;
}
.sect-especialistas .row-extend .wpb_column:last-child .vc_column-inner {
  padding-right: 0 !important;
}
.sect-especialistas .row-extend .wpb_column:last-child .vc_column-inner .wpb_single_image .vc_figure,
.sect-especialistas .row-extend .wpb_column:last-child .vc_column-inner .wpb_single_image .vc_single_image-wrapper,
.sect-especialistas .row-extend .wpb_column:last-child .vc_column-inner .wpb_single_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sect-especialistas #educacion {
  margin-bottom: 20px;
}
.sect-especialistas #retail-ecommerce {
  margin-top: 170px;
}
@media (max-width: 900px) {
  .sect-especialistas #retail-ecommerce {
    margin-top: 60px;
  }
}
.sect-especialistas .items-dropdown .wpb_column > div {
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #4585c2;
  border-radius: 15px 15px 0px 0px;
  padding: 40px;
  transition: all 0.3s ease-in-out;
}
.sect-especialistas .items-dropdown .wpb_column > div .wpb_text_column .wpb_wrapper h3 {
  font-size: 20px;
}
.sect-especialistas .items-dropdown .wpb_column > div .wpb_text_column .wpb_wrapper p:last-child {
  height: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  interpolate-size: allow-keywords;
}
.sect-especialistas .items-dropdown .wpb_column > div:hover .wpb_wrapper p:last-child {
  height: auto;
  opacity: 1;
}

#transporte-logistica {
  background-size: 100% 90%;
  background-repeat: no-repeat;
  margin-top: 130px;
  padding-top: 70px;
}
@media (max-width: 900px) {
  #transporte-logistica {
    background-size: cover;
  }
}
#transporte-logistica .info-top {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px !important;
}
#transporte-logistica .info-top::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4869.svg);
  left: 0;
  top: 0;
  position: absolute;
}
#transporte-logistica .info-top h2 {
  color: #e9e9e9;
  font-size: 35px;
  padding-bottom: 0;
  margin-bottom: 10px !important;
}
@media (max-width: 900px) {
  #transporte-logistica .info-top h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
#transporte-logistica .info-top h2::after {
  display: none;
}
#transporte-logistica .info-top p {
  color: #e9e9e9;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}
#transporte-logistica img {
  border-radius: 15px;
}
#transporte-logistica .info-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#transporte-logistica .info-right ul li {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
#transporte-logistica .info-right ul li::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4837.svg);
  left: 0;
  top: 5;
  position: absolute;
}

#telco {
  margin-top: 80px;
}
#telco h2 {
  font-size: 40px;
  color: #133F6D;
  line-height: 50px;
  margin-bottom: 60px !important;
}
@media (max-width: 900px) {
  #telco h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

.mb-row {
  margin-bottom: 60px;
}

#salud {
  margin-top: 130px;
}
@media (max-width: 900px) {
  #salud {
    margin-top: 60px;
  }
}
#salud .wpb_column:last-child img {
  border-radius: 15px 0 0 15px;
}

.cta-nosotros {
  border-radius: 15px;
  max-width: 80%;
  margin: 85px auto 160px auto !important;
  position: relative;
}
@media (max-width: 900px) {
  .cta-nosotros {
    padding: 2rem;
    margin: 40px auto !important;
  }
}
.cta-nosotros::before {
  content: "" !important;
  background: transparent linear-gradient(108deg, #4585c2 0%, #4585c2 0%, #0a3f6e 100%) 0% 0% no-repeat padding-box;
  height: 85%;
  width: 100%;
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 15px;
}
@media (max-width: 900px) {
  .cta-nosotros::before {
    height: 100%;
  }
}
@media (max-width: 580px) {
  .cta-nosotros .wpb_single_image {
    display: none;
  }
}
.cta-nosotros .info p {
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 900px) {
  .cta-nosotros .info p {
    font-size: 18px;
    line-height: 26px;
  }
}
.cta-nosotros .info p strong {
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 900px) {
  .cta-nosotros .info p strong {
    font-size: 20px;
    line-height: 30px;
  }
}
.cta-nosotros .info a {
  background-color: #133F6D;
  font-size: 16px;
  font-weight: bold;
  color: #e9e9e9;
  border-radius: 3px;
  padding: 13px 47px;
  background-color: #e9e9e9;
  color: #133F6D;
}
.cta-nosotros .info a:hover {
  color: #FFFFFF;
}
.cta-nosotros .info a:hover {
  color: #133F6D;
}

.sect-alianzas {
  margin-bottom: 130px;
}
.sect-alianzas h2 {
  color: #133F6D;
  font-size: 50px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px !important;
}
.sect-alianzas h2::after {
  content: "";
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 37px;
  height: 2px;
  background-color: #133F6D;
}
.sect-alianzas .info-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sect-alianzas .info-right ul li {
  font-size: 18px;
  color: #000000;
  margin-bottom: 40px;
}
.sect-alianzas .info-right ul li img {
  margin-bottom: 7px;
}
.sect-alianzas .vc_row:last-child .wpb_column:last-child {
  max-height: 300px;
  overflow-y: scroll;
}
@media (max-width: 580px) {
  .sect-alianzas .vc_row:last-child .wpb_column:last-child {
    margin-top: 30px;
  }
}
.sect-alianzas .vc_row:last-child .wpb_column:last-child::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
  padding: 0 0.5px;
  background: #e0e0e0;
  border: 1px solid #133F6D;
}
.sect-alianzas .vc_row:last-child .wpb_column:last-child::-webkit-scrollbar-thumb {
  background: #0CBFDE; /* Color de la barra */
  border-radius: 5px 5px 0 0; /* Bordes redondeados */
}

/************************FIN INTERNA NOSOTROS****************/
/************************INTERNA CONTACTO****************/
.sect-contact {
  transform: translateY(-120px);
  z-index: 5;
}
@media (max-width: 580px) {
  .sect-contact {
    transform: translateY(-30px);
  }
}
.sect-contact form {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 25px 80px rgba(0, 0, 0, 0.3215686275);
  border-radius: 15px;
  padding: 45px 35px 55px 35px;
  margin-bottom: 100px;
}
.sect-contact form .flex {
  display: flex;
  gap: 20px;
}
@media (max-width: 900px) {
  .sect-contact form .flex {
    flex-direction: column;
  }
}
.sect-contact form input[type=text],
.sect-contact form input[type=email],
.sect-contact form input[type=tel],
.sect-contact form select,
.sect-contact form textarea {
  border: 1px solid rgba(47, 26, 69, 0.1215686275);
  height: 65px;
  padding: 10px;
  margin-bottom: 30px;
  width: 100%;
}
.sect-contact form label {
  width: 100%;
  position: relative;
}
.sect-contact form label span:first-child {
  position: absolute;
  top: -8px;
  left: 15px;
  background-color: #FFFFFF;
  color: #333333;
  font-size: 14px;
  z-index: 5;
}
.sect-contact form label span:last-child {
  width: 100%;
  display: block;
}
.sect-contact form textarea {
  height: 112px;
}
.sect-contact form .submit {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 580px) {
  .sect-contact form .submit {
    flex-direction: column;
  }
}
.sect-contact form .submit input[type=submit] {
  background-color: #133F6D;
  font-size: 16px;
  font-weight: bold;
  color: #e9e9e9;
  border-radius: 3px;
  padding: 13px 47px;
  height: 47px;
}
.sect-contact form .submit input[type=submit]:hover {
  color: #FFFFFF;
}
.sect-contact form .submit .wpcf7-list-item > label {
  margin-left: 0;
  display: flex;
  gap: 5px;
}
.sect-contact form .submit .wpcf7-list-item > label span {
  color: #333333;
  font-size: 12px;
}
.sect-contact form .submit .wpcf7-list-item > label span a {
  color: #133F6D;
  text-decoration: underline;
}
.sect-contact form .submit .wpcf7-spinner {
  position: absolute;
}
.sect-contact .info-top {
  padding-bottom: 45px;
  border-bottom: 0.5px solid #707070;
}
.sect-contact .info-top p {
  font-size: 18px;
}
.sect-contact .info-top ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  display: flex;
  gap: 21px;
}
.sect-contact .info-bot ul {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}
.sect-contact .info-bot ul li {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 16px;
  margin-bottom: 15px;
  color: #707070;
}

/************************FIN INTERNA CONTACTO****************/
body.blog .site-main, body.single .site-main, body.category .site-main {
  padding-top: 55px;
}
body.blog .hero-interna, body.single .hero-interna, body.category .hero-interna {
  margin-top: 153px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 580px) {
  body.blog .hero-interna, body.single .hero-interna, body.category .hero-interna {
    margin-top: 115px;
  }
}
body.blog .hero-interna .bg-title, body.single .hero-interna .bg-title, body.category .hero-interna .bg-title {
  text-align: center;
}
body.blog .hero-interna #breadcrumbs, body.single .hero-interna #breadcrumbs, body.category .hero-interna #breadcrumbs {
  color: #E9E9E9;
  font-size: 20px;
}
body.blog .hero-interna #breadcrumbs a, body.single .hero-interna #breadcrumbs a, body.category .hero-interna #breadcrumbs a {
  color: #E9E9E9;
  font-size: 20px;
}
body.blog .container-blog, body.single .container-blog, body.category .container-blog {
  display: flex;
  gap: 85px;
  margin-bottom: 75px;
}
@media (max-width: 580px) {
  body.blog .container-blog, body.single .container-blog, body.category .container-blog {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 900px) {
  body.blog .container-blog, body.single .container-blog, body.category .container-blog {
    padding: 0 2rem;
  }
}
body.blog .container-blog .left, body.single .container-blog .left, body.category .container-blog .left {
  width: 85%;
}
@media (max-width: 580px) {
  body.blog .container-blog .left, body.single .container-blog .left, body.category .container-blog .left {
    width: 100%;
  }
}
body.blog .container-blog .left .grid, body.single .container-blog .left .grid, body.category .container-blog .left .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 34px;
       column-gap: 34px;
  row-gap: 64px;
}
@media (max-width: 900px) {
  body.blog .container-blog .left .grid, body.single .container-blog .left .grid, body.category .container-blog .left .grid {
    grid-template-columns: 1fr;
  }
}
body.blog .container-blog .left .pagination, body.single .container-blog .left .pagination, body.category .container-blog .left .pagination {
  grid-column: span 2;
  display: flex;
  gap: 20px;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 80px;
}
body.blog .container-blog .left .pagination .page-numbers, body.single .container-blog .left .pagination .page-numbers, body.category .container-blog .left .pagination .page-numbers {
  border-radius: 50%;
  border: 1px solid #133F6D;
  width: 43px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #133F6D;
  font-size: 18px;
}
body.blog .container-blog .left .pagination .page-numbers:hover, body.blog .container-blog .left .pagination .page-numbers.current, body.single .container-blog .left .pagination .page-numbers:hover, body.single .container-blog .left .pagination .page-numbers.current, body.category .container-blog .left .pagination .page-numbers:hover, body.category .container-blog .left .pagination .page-numbers.current {
  background-color: #133F6D;
  color: #FFFFFF;
}
body.blog .container-blog .left .pagination .page-numbers.next, body.blog .container-blog .left .pagination .page-numbers.prev, body.single .container-blog .left .pagination .page-numbers.next, body.single .container-blog .left .pagination .page-numbers.prev, body.category .container-blog .left .pagination .page-numbers.next, body.category .container-blog .left .pagination .page-numbers.prev {
  border: none;
  border-radius: 0;
  color: transparent;
  font-size: 0;
}
body.blog .container-blog .left .pagination .page-numbers.next:hover, body.blog .container-blog .left .pagination .page-numbers.prev:hover, body.single .container-blog .left .pagination .page-numbers.next:hover, body.single .container-blog .left .pagination .page-numbers.prev:hover, body.category .container-blog .left .pagination .page-numbers.next:hover, body.category .container-blog .left .pagination .page-numbers.prev:hover {
  background-color: transparent;
  color: transparent;
}
body.blog .container-blog .left .pagination .page-numbers.prev img, body.single .container-blog .left .pagination .page-numbers.prev img, body.category .container-blog .left .pagination .page-numbers.prev img {
  transform: rotate(180deg);
}
body.blog .container-blog .right, body.single .container-blog .right, body.category .container-blog .right {
  width: 35%;
}
@media (max-width: 580px) {
  body.blog .container-blog .right, body.single .container-blog .right, body.category .container-blog .right {
    width: 100%;
  }
}
body.blog .container-blog .right .form, body.single .container-blog .right .form, body.category .container-blog .right .form {
  margin-bottom: 45px;
}
body.blog .container-blog .right .form form, body.single .container-blog .right .form form, body.category .container-blog .right .form form {
  box-shadow: 0px 15px 80px rgba(0, 0, 0, 0.1490196078);
  border-radius: 5px;
  padding: 22px;
  background-color: #FFFFFF;
}
body.blog .container-blog .right .form form h3, body.single .container-blog .right .form form h3, body.category .container-blog .right .form form h3 {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 15px;
}
body.blog .container-blog .right .form form input[type=email], body.single .container-blog .right .form form input[type=email], body.category .container-blog .right .form form input[type=email] {
  width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  margin-bottom: 6px;
}
body.blog .container-blog .right .form form input[type=email]::-moz-placeholder, body.single .container-blog .right .form form input[type=email]::-moz-placeholder, body.category .container-blog .right .form form input[type=email]::-moz-placeholder {
  color: #707070;
  font-size: 14px;
}
body.blog .container-blog .right .form form input[type=email]::placeholder, body.single .container-blog .right .form form input[type=email]::placeholder, body.category .container-blog .right .form form input[type=email]::placeholder {
  color: #707070;
  font-size: 14px;
}
body.blog .container-blog .right .form form input[type=submit], body.single .container-blog .right .form form input[type=submit], body.category .container-blog .right .form form input[type=submit] {
  background-color: #133F6D;
  font-size: 16px;
  font-weight: bold;
  color: #e9e9e9;
  border-radius: 3px;
  padding: 13px 47px;
  width: 100%;
}
body.blog .container-blog .right .form form input[type=submit]:hover, body.single .container-blog .right .form form input[type=submit]:hover, body.category .container-blog .right .form form input[type=submit]:hover {
  color: #FFFFFF;
}
body.blog .container-blog .right .categorias, body.single .container-blog .right .categorias, body.category .container-blog .right .categorias {
  margin-bottom: 120px;
}
body.blog .container-blog .right .categorias h3, body.single .container-blog .right .categorias h3, body.category .container-blog .right .categorias h3 {
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
}
body.blog .container-blog .right .categorias ul, body.single .container-blog .right .categorias ul, body.category .container-blog .right .categorias ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.blog .container-blog .right .categorias ul li, body.single .container-blog .right .categorias ul li, body.category .container-blog .right .categorias ul li {
  padding-bottom: 15px;
  border-bottom: 0.5px solid #133F6D;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
body.blog .container-blog .right .categorias ul li::after, body.single .container-blog .right .categorias ul li::after, body.category .container-blog .right .categorias ul li::after {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Trazado-11066.svg);
  right: 0;
  position: absolute;
}
body.blog .container-blog .right .categorias ul li a, body.single .container-blog .right .categorias ul li a, body.category .container-blog .right .categorias ul li a {
  color: #000000;
  font-size: 18px;
}
body.blog .container-blog .right .categorias ul li:last-child, body.single .container-blog .right .categorias ul li:last-child, body.category .container-blog .right .categorias ul li:last-child {
  border-bottom: none;
}
body.blog .container-blog .right .articulos-recientes h3, body.single .container-blog .right .articulos-recientes h3, body.category .container-blog .right .articulos-recientes h3 {
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
}
body.blog .container-blog .right .articulos-recientes ul, body.single .container-blog .right .articulos-recientes ul, body.category .container-blog .right .articulos-recientes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.blog .container-blog .right .articulos-recientes ul li, body.single .container-blog .right .articulos-recientes ul li, body.category .container-blog .right .articulos-recientes ul li {
  padding-bottom: 15px;
  border-bottom: 0.5px solid #133F6D;
  margin-bottom: 15px;
}
body.blog .container-blog .right .articulos-recientes ul li .date, body.single .container-blog .right .articulos-recientes ul li .date, body.category .container-blog .right .articulos-recientes ul li .date {
  font-size: 11px;
  color: #000000;
}
body.blog .container-blog .right .articulos-recientes ul li h4 a, body.single .container-blog .right .articulos-recientes ul li h4 a, body.category .container-blog .right .articulos-recientes ul li h4 a {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
body.blog .container-blog .right .articulos-recientes ul li .category, body.single .container-blog .right .articulos-recientes ul li .category, body.category .container-blog .right .articulos-recientes ul li .category {
  color: #133F6D;
  font-weight: bold;
  font-size: 11px;
}
body.blog .container-blog .right .articulos-recientes ul li:last-child, body.single .container-blog .right .articulos-recientes ul li:last-child, body.category .container-blog .right .articulos-recientes ul li:last-child {
  border-bottom: none;
}
body.blog .post-item, body.single .post-item, body.category .post-item {
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  height: 506px;
}
body.blog .post-item .post-image, body.single .post-item .post-image, body.category .post-item .post-image {
  height: 50%;
}
body.blog .post-item .post-image img, body.single .post-item .post-image img, body.category .post-item .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
}
body.blog .post-item .content, body.single .post-item .content, body.category .post-item .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 50%;
  position: relative;
  background-color: #FFFFFF;
}
body.blog .post-item .content .post-meta, body.single .post-item .content .post-meta, body.category .post-item .content .post-meta {
  color: #707070;
  font-size: 13px;
  padding-left: 26px;
  position: relative;
}
body.blog .post-item .content .post-meta::before, body.single .post-item .content .post-meta::before, body.category .post-item .content .post-meta::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-6425.svg);
  left: 0;
  top: 0;
  position: absolute;
}
body.blog .post-item .content .post-meta span, body.single .post-item .content .post-meta span, body.category .post-item .content .post-meta span {
  color: #133F6D;
}
body.blog .post-item .content .post-title,
body.blog .post-item .content .post-title a, body.single .post-item .content .post-title,
body.single .post-item .content .post-title a, body.category .post-item .content .post-title,
body.category .post-item .content .post-title a {
  margin-top: 15px;
  color: #000000;
  font-size: 19px;
  font-weight: bold;
  line-height: 29px;
}
body.blog .post-item .content .read-more, body.single .post-item .content .read-more, body.category .post-item .content .read-more {
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-top: 1px solid #133F6D;
  width: 89%;
  padding-top: 12px;
}
body.blog .post-item .content .read-more a, body.single .post-item .content .read-more a, body.category .post-item .content .read-more a {
  color: #133F6D;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  text-decoration: underline;
  text-decoration: none;
}
body.blog .post-item .content .read-more a::after, body.single .post-item .content .read-more a::after, body.category .post-item .content .read-more a::after {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-4783.svg);
  right: -25px;
  top: -1px;
  position: absolute;
}

body.single .header-single {
  margin-top: 153px;
  min-height: 460px;
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 120px;
}
@media (max-width: 580px) {
  body.single .header-single {
    margin-top: 110px;
    padding-top: 40px;
    min-height: auto;
    padding-bottom: 40px;
  }
}
body.single .header-single::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent linear-gradient(270deg, #589AD8 0%, #0A3F6E 100%) 0% 0% no-repeat padding-box;
  opacity: 0.85;
  z-index: 1;
}
body.single .header-single .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  body.single .header-single .container {
    padding: 0 2rem;
  }
}
body.single .header-single .container h2 {
  color: #E9E9E9;
  font-size: 20px;
  margin-bottom: 12px;
}
body.single .header-single .container h1 {
  color: #E9E9E9;
  font-size: 50px;
  line-height: 60px;
  max-width: 85%;
}
@media (max-width: 900px) {
  body.single .header-single .container h1 {
    font-size: 35px;
    line-height: 45px;
    max-width: none;
  }
}
body.single .site-main {
  padding-top: 0;
}
body.single .container-blog {
  transform: translateY(-60px);
  z-index: 4;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  body.single .container-blog {
    transform: none;
    margin-top: 40px;
  }
}
body.single .container-blog .left > img {
  border-radius: 15px;
  width: 100%;
  margin-bottom: 30px;
}
body.single .container-blog .left .post-meta {
  color: #707070;
  font-size: 13px;
  padding-left: 26px;
  position: relative;
}
body.single .container-blog .left .post-meta::before {
  content: url(https://cxinstitute.com/wp-content/uploads/2025/02/Grupo-6425.svg);
  left: 0;
  top: 0;
  position: absolute;
}
body.single .container-blog .left .post-meta span {
  color: #133F6D;
}
body.single .container-blog .left .post-content {
  margin-top: 50px;
}
body.single .container-blog .left .post-content h2 {
  font-size: 22px;
  color: #133F6D;
  margin-bottom: 20px;
}
body.single .container-blog .left .post-content h3, body.single .container-blog .left .post-content h4, body.single .container-blog .left .post-content h5, body.single .container-blog .left .post-content h6 {
  color: #133F6D;
}
body.single .container-blog .left .post-content p {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
body.single .container-blog .left .post-content img {
  border-radius: 15px;
  margin-bottom: 20px;
}
body.single .container-blog .left .post-content ul {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
body.single .container-blog .left .post-content ul li::marker {
  color: #133F6D;
}
body.single .container-blog .left .post-content a {
  color: #133F6D;
  font-weight: bold;
}
body.single .container-blog .left .post-content .btn a {
  background-color: #133F6D;
  font-size: 16px;
  font-weight: bold;
  color: #e9e9e9;
  border-radius: 3px;
  padding: 13px 47px;
}
body.single .container-blog .left .post-content .btn a:hover {
  color: #FFFFFF;
}
body.single .container-blog .left .post-content .conclusion {
  border: 1px solid #133F6D;
  border-radius: 15px;
  padding: 20px;
  margin-top: 40px;
}
body.single .container-blog .left .post-content .conclusion p {
  font-size: 16px;
  margin-bottom: 0;
}
body.single .container-blog .left .post-content .conclusion p strong {
  color: #133F6D;
  font-size: 22px;
}
body.single .related-posts {
  position: relative;
  padding: 65px 0 90px 0;
}
@media (max-width: 580px) {
  body.single .related-posts {
    margin-top: 40px;
    padding: 2rem 2rem 4rem 2rem;
  }
}
body.single .related-posts::before {
  content: "";
  background-color: #0172FF;
  opacity: 0.15;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body.single .related-posts .container {
  max-width: 1200px;
  margin: 0 auto;
}
body.single .related-posts .container h3 {
  color: #133F6D;
  font-size: 55px;
  line-height: 60px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
}
body.single .related-posts .container h3::after {
  content: "";
  background-color: #133F6D;
  height: 2px;
  width: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  body.single .related-posts .container h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
body.single .related-posts .container h3::after {
  left: 45%;
}
@media (max-width: 580px) {
  body.single .related-posts .container h3::after {
    left: 30%;
  }
}
body.single .related-posts .container .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 60px;
  display: grid;
}
@media (max-width: 900px) {
  body.single .related-posts .container .grid {
    grid-template-columns: 1fr !important;
  }
}/*# sourceMappingURL=cxi.css.map */