body,
button,
input,
select,
optgroup,
textarea {
  color: #0D0D0D;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.site-main, .container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto !important;
}
@media only screen and (min-width: 768px) {
  .site-main, .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Ubuntu", sans-serif;
}

h1 {
  font-size: 49px;
  margin: 0;
  line-height: 45px;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #0166AF;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
h2 strong {
  font-weight: 600;
}

h3 {
  color: #0166AF;
}

/* Links
--------------------------------------------- */
a {
  color: #0166AF;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
a:visited {
  color: #0166AF;
}
a:hover, a:focus, a:active {
  color: #179dfe;
  outline: 0;
}

.btn-agua a {
  background-color: #08BDA7;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-size: 16px;	
}
.btn-agua a:hover {
  background-color: #0166AF;
  color: #FFFFFF;
}

.btn-blanco a {
  background-color: #FFFFFF;
  color: #0166AF;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.btn-blanco a:hover {
  background-color: #0166AF;
  color: #FFFFFF;
}

/* Forms
--------------------------------------------- */
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #08BDA7;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #FFFFFF;
  background: #0166AF;
}
input[type=button]:active, input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  background: #0166AF;
  color: #FFFFFF;
  outline: 0;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  color: #666;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  padding: 3px;
  width: 100%;
  height: 40px;
  padding: 10px;
  background-color: #FAFAFA;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  color: #0D0D0D;
}

textarea {
  height: 100px;
}

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-form .mid {
  width: 49%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .wpcf7-form .mid {
    width: 100%;
  }
}
.wpcf7-form .full {
  width: 100%;
  margin-bottom: 10px;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  accent-color: #08BDA7;
}
.wpcf7-acceptance .wpcf7-list-item a {
  color: #08BDA7;
}

.site-footer .footer-cont-form .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-cont-form .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer .footer-cont-form .container > div {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-cont-form .container > div {
    width: 100%;
  }
}
.site-footer .footer-cont-form .container .wpcf7 {
  background-color: #FFFFFF;
  padding: 30px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  z-index: 99;
}
.site-footer .footer-content {
  background: rgb(8, 189, 167);
  background: linear-gradient(304deg, rgb(8, 189, 167) 0%, rgb(1, 102, 175) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08bda7",endColorstr="#0166af",GradientType=1);
  padding-top: 50px;
  color: #FFFFFF;
  margin-top: -180px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-content {
    margin-top: -20px;
  }
}
.site-footer .footer-content a {
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer .footer-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.site-footer .footer-content .container .widget_media_image {
  width: 100%;
}
.site-footer .footer-content .container .menu-footer {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-content .container .menu-footer {
    width: 100%;
  }
}
.site-footer .footer-content .container .menu-footer ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.site-footer .footer-content .container #text-6 {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-content .container #text-6 {
    width: 100%;
  }
}
.site-footer .footer-content .container #text-7 {
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-content .container #text-7 {
    width: 100%;
  }
}
.site-footer .footer-content .container h3 {
  font-size: 21px;
  border-bottom: 2px solid #FFFFFF;
  display: inline-block;
  color: #FFFFFF;
}
.site-footer .footer-content .container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-footer .footer-content .container ul li {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .footer-content .container ul li img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 99999;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.site-header .left {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .site-header .left {
    width: 100%;
  }
  .site-header .left .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .site-header .left .site-branding img {
    width: 200px;
  }
}
.site-header .left img {
  padding: 20px 0;
}
.site-header .right {
  width: 60%;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .site-header .right {
    width: 100%;
    display: none;
  }
}
.site-header .right.activo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .right .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
}
@media only screen and (max-width: 768px) {
  .site-header .right .top-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 15px;
  }
	.logo-onac{
		width: 100%;
		text-align: center;
	}
}
.site-header .right .top-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.site-header .right .top-menu .widget {
  margin-bottom: 0;
  border-right: 1px solid #DEDEDE;
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .site-header .right .top-menu .widget {
    border-right: 0;
  }
}
.site-header .right .top-menu .widget:last-child {
  border-right: none;
  padding-right: 0;
}
.site-header .right .top-menu a {
  color: #0D0D0D;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
}
.site-header .right .top-menu a:hover {
  color: #0166AF;
}
.site-header .right nav {
  padding: 20px 0;
  border-top: 1px solid #DEDEDE;
}
@media only screen and (max-width: 768px) {
  .site-header .right nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-header .right nav ul li.menu-item-has-children {
  padding-right: 15px;
}
.site-header .right nav ul li.menu-item-has-children:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  background-image: url(https://site.marketeros.com.co/echeverry/site/wp-content/uploads/2024/01/Icon-ionic-ios-arrow-down.svg);
  width: 10px;
  height: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .site-header .right nav ul li.menu-item-has-children:focus ul, .site-header .right nav ul li.menu-item-has-children:hover ul {
    position: relative;
  }
}
.site-header .right nav ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .site-header .right nav ul ul {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}
.site-header .right nav ul ul a {
  width: 300px;
  padding: 5px;
  border-bottom: 1px solid #ededed;
}
.site-header .right nav ul ul a:last-child {
  border-bottom: 0;
}
.site-header .right nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.site-header .right nav .menu a {
  color: #0D0D0D;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.site-header .right nav .menu a:hover {
  color: #0166AF;
}
.site-header .right nav .menu .contacto-menu a {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #0166AF;
  border-radius: 5px;
  padding: 5px 20px;
}

.burger {
  display: block;
  height: 26px;
  width: 32px;
  top: 17px;
  left: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFFFFF;
  margin-left: 15px;
}
@media only screen and (min-width: 1024px) {
  .burger {
    display: none;
  }
}
.burger span {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #0166AF;
}
.burger span:first-child {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.burger span:nth-child(2) {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.burger span:nth-child(3) {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.burger.activo span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.burger.activo span:nth-child(2) {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}
.burger.activo span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.vc_tta-container .vc_tta-title-text {
  color: #0D0D0D;
}
.vc_tta-container .vc_tta-panel {
  border-bottom: 1px solid #08BDA7;
  padding: 10px 0;
}
.vc_tta-container .vc_tta-panel .vc_tta-panel-heading {
  background-color: #FFFFFF !important;
}

.homeHero {
  display: block !important;
}
.homeHero h3 {
  font-size: 40px;
  color: #FFFFFF;
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  .homeHero h3 {
    font-size: 30px;
    padding: 0 30px !important;
  }
}
.homeHero .btn-agua a {
  display: inline-block;
  margin: 0 auto;
}
.homeHero .vc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
  position: relative;
}
.homeHero .vc_row:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 13, 13, 0.4);
}
.homeHero .owl-dots {
  margin-top: -30px !important;
  z-index: 9;
  position: relative;
}
.homeHero .owl-dots button span {
  background: rgba(255, 255, 255, 0.5);
}
.homeHero .owl-dots button.active span {
  background: #FFFFFF;
}

.carousel-logos {
  padding: 40px 0;
}
.carousel-logos.owl-carousel {
  display: block !important;
}
.carousel-logos img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.carousel-logos img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.carousel-logos .wpb_single_image {
  margin-bottom: 0;
}

.quienes-somos-home {
  background: rgb(8, 189, 167);
  background: linear-gradient(304deg, rgb(8, 189, 167) 0%, rgb(1, 102, 175) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08bda7",endColorstr="#0166af",GradientType=1);
  color: #FFFFFF;
  overflow: visible !important;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .quienes-somos-home {
    padding-top: 80px;
  }
}
.quienes-somos-home__cifras strong {
  font-size: 38px;
  line-height: 40px;
}
.quienes-somos-home h2 {
  margin-top: 0;
  color: #FFFFFF;
}
.quienes-somos-home .wpb_single_image {
  margin-bottom: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.quienes-somos-home .wpb_single_image img {
  border-radius: 10px;
}

.box-servicio {
  padding: 20px !important;
  
}
.box-servicio .vc_column-inner {
  border-radius: 15px;
  transition: all 0.6s ease;
  transition: all 0.6s ease;
	border: 1px solid #0000002e;
	padding: 30px !important;
}
.box-servicio .wpb_single_image {
  margin-bottom: 10px;
}
.box-servicio .vc_column-inner:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(13, 13, 13, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(13, 13, 13, 0.3);
}
.box-servicio h4 {
  font-size: 22px;
  color: #0166AF;
  margin: 0;
}
.box-servicio .wpb_text_column {
  margin-bottom: 0;
}
.box-servicio a {
  color: #0D0D0D;
  font-weight: bold;
  text-decoration: underline;
}
.box-servicio a:after {
  content: url(https://site.marketeros.com.co/echeverry/site/wp-content/uploads/2023/12/Icon-feather-arrow-right.svg);
  display: inline-block;
  padding-left: 10px;
}

.cta {
  border-radius: 15px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cta.cta-garantiza {
  margin-top: 100px;
}
.cta.cta-garantiza .wpb_text_column {
  padding: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .cta .wpb_single_image {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cta.cta-escuela .wpb_text_column {
  padding: 30px;
  margin-bottom: 0;
}
.cta .vc_column-inner {
  padding-top: 0 !important;
}
.cta:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(8, 189, 167);
  background: linear-gradient(147deg, rgb(8, 189, 167) 0%, rgb(1, 102, 175) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08bda7",endColorstr="#0166af",GradientType=1);
  display: block !important;
  border-radius: 15px;
  opacity: 0.9;
}
.cta img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .cta img {
    position: relative;
  }
}
.cta h3 {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
  margin-bottom: 15px;
}
.cta h3 strong {
  font-weight: 600;
}

.escuela-home {
  padding-top: 150px;
  padding-bottom: 50px;
  margin-top: -100px;
}

.nuestros-clientes {
  padding: 80px 0;
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
}
.nuestros-clientes:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background-color: #FAFAFA;
  border-radius: 0 20px 20px 0;
  display: block !important;
}
.nuestros-clientes:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgb(8, 189, 167);
  background: linear-gradient(147deg, rgb(8, 189, 167) 0%, rgb(1, 102, 175) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08bda7",endColorstr="#0166af",GradientType=1);
  width: 50%;
  height: 80%;
  border-radius: 20px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .nuestros-clientes:after {
    opacity: 0;
  }
}
.nuestros-clientes__titulo {
  padding-left: 20%;
}
.nuestros-clientes .clientes-home .wpb_text_column {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 40px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.nuestros-clientes .clientes-home .wpb_text_column h4 {
  font-size: 16px;
  font-weight: 300;
  color: #686868;
}
.nuestros-clientes .clientes-home .wpb_text_column h4 strong {
  color: #0D0D0D;
  font-size: 20px;
  font-weight: 600;
}

.items-final-home {
  margin-top: 70px;
  margin-bottom: 70px;
}
.items-final-home .wpb_text_column {
  margin-bottom: 10px;
}

.lista-check ul, .lista-check-blanco ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.lista-check ul li, .lista-check-blanco ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.lista-check ul li:before, .lista-check-blanco ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url(https://site.marketeros.com.co/echeverry/site/wp-content/uploads/2023/12/Icon-awesome-check-circle.svg);
}

.lista-check-blanco ul li:before {
  background-image: url(https://site.marketeros.com.co/echeverry/site/wp-content/uploads/2024/01/check-blanco.svg);
}

.header-interna {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.header-interna:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7959558824)), color-stop(13%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7959558824) 0%, rgba(0, 0, 0, 0.6) 13%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.header-interna h1 {
  color: #FFFFFF;
	text-transform: capitalize;
}
.header-interna p {
  color: #FFFFFF;
  font-size: 20px;
}

.datos-interna {
  background: rgb(8, 189, 167);
  background: linear-gradient(147deg, rgb(8, 189, 167) 0%, rgb(1, 102, 175) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08bda7",endColorstr="#0166af",GradientType=1);
  margin-bottom: 60px;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .datos-interna .wpb_text_column {
    margin-bottom: 0;
  }
  .datos-interna .wpb_column {
    padding: 10px 0 !important;
  }
  .datos-interna .vc_column-inner {
    padding-top: 0 !important;
  }
}
.datos-interna .num-grande p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left !important;
  gap: 10px;
}
.datos-interna .num-grande p strong {
  font-size: 50px;
}

.beneficios {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.beneficios .wpb_text_column {
  margin-bottom: 0;
}
.beneficios .wpb_column .vc_column-inner {
  -webkit-box-shadow: 0 5px 10px #ccc;
          box-shadow: 0 5px 10px #ccc;
  padding: 20px;
  border-radius: 10px;
}
.beneficios .wpb_single_image {
  margin-bottom: 15px;
}

.metro .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.metro .wpb_wrapper .wpb_single_image {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.metro .wpb_wrapper p {
  margin-top: 0;
}

.lista-resultados ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.lista-resultados ol li {
  border-bottom: 1px solid #08BDA7;
  padding: 30px 0;
  counter-increment: item;
  position: relative;
  padding-left: 60px;
}
.lista-resultados ol li:before {
  content: counter(item) ".";
  color: #08BDA7;
  position: absolute;
  left: 0;
  top: 11px;
  font-size: 50px;
  font-weight: bold;
}

.header-blog {
  background-image: url(https://site.marketeros.com.co/echeverry/site/wp-content/uploads/2024/01/blog-header.jpg);
  background-size: cover;
  position: relative;
  padding: 80px 0;
}
.header-blog:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(8, 189, 167);
  background: linear-gradient(304deg, rgb(8, 189, 167) 0%, rgb(1, 102, 175) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08bda7",endColorstr="#0166af",GradientType=1);
  opacity: 0.8;
}
.header-blog .container {
  position: relative;
  text-align: center;
}
.header-blog h1 {
  color: #FFFFFF;
}

.single-post h1 {
  font-size: 35px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .single-post h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
.single-post main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .single-post main {
    padding-top: 30px;
  }
}
.single-post main .cont-single {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .single-post main .cont-single {
    width: 100%;
  }
}
.single-post main .cont-single .post-thumbnail img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.single-post main .cont-single .entry-content p, .single-post main .cont-single .entry-content ul, .single-post main .cont-single .entry-content ol, .single-post main .cont-single .entry-content li, .single-post main .cont-single .entry-content span {
  line-height: 30px;
}
.single-post main .cont-single .entry-content ul, .single-post main .cont-single .entry-content ol {
  margin-left: 0;
}
.single-post main .cont-single .entry-content h2 {
  font-size: 24px;
  color: #0D0D0D;
  font-weight: bold;
}
.single-post main .cont-single .entry-content h3 {
  font-size: 18px;
  color: #0D0D0D;
  font-weight: bold;
}
.single-post main aside {
  width: 28%;
}
@media only screen and (max-width: 768px) {
  .single-post main aside {
    width: 100%;
  }
}
.single-post main aside .aside-content {
  background-color: #FFFFFF;
  padding: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(13, 13, 13, 0.16);
          box-shadow: 0 5px 10px rgba(13, 13, 13, 0.16);
  border-radius: 10px;
}
.single-post main aside .aside-content h2 {
  text-align: center;
  color: #0166AF;
  font-size: 24px;
  font-weight: bold;
}
.single-post main aside .aside-content h3 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #0D0D0D;
}
.single-post main aside .aside-content ul {
  margin: 0;
  padding: 0;
}
.single-post main aside .aside-content ul li {
  margin-bottom: 15px;
  list-style-type: none;
  padding-left: 15px;
  position: relative;
}
.single-post main aside .aside-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url(https://site.marketeros.com.co/echeverry/site/wp-content/uploads/2024/01/Icon-ionic-ios-arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 5px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.single-post main aside .aside-content ul li a {
  color: #0D0D0D;
  text-decoration: none;
  font-size: 14px;
}

.ultimos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px 20px;
  grid-template-areas: "Art1 Art2" "Art1 Art3" "Art1 Art4";
}
@media only screen and (max-width: 768px) {
  .ultimos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ultimos .post-item img {
  width: 40%;
  height: 150px;
}
.ultimos .post-item__content {
  width: 55%;
}
.ultimos .post-item:first-child {
  grid-area: Art1;
}
.ultimos .post-item:first-child img {
  width: 100%;
  height: 360px;
}
.ultimos .post-item:first-child .post-item__content {
  width: 100% !important;
}
.ultimos .post-item:first-child p {
  display: block;
}
.ultimos .post-item:nth-child(2) {
  grid-area: Art2;
}
.ultimos .post-item:nth-child(3) {
  grid-area: Art3;
}
.ultimos .post-item:nth-child(4) {
  grid-area: Art4;
}

.section-title {
  text-align: center;
}

.post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-item__content {
  margin-top: 20px;
}
.post-item img {
  border-radius: 10px;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item .meta-post {
  font-size: 12px;
  color: #686868;
}
.post-item h3 {
  color: #0D0D0D;
  font-size: 16px;
  margin: 0;
}
.post-item .leer-mas {
  color: #08BDA7;
  font-weight: bold;
}
.post-item p {
  color: #0D0D0D;
  font-size: 16px;
  margin-top: 5px;
  display: none;
  margin-bottom: 10px;
}

.todos-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.todos-post .post-item {
  width: 32%;
}
@media only screen and (max-width: 768px) {
  .todos-post .post-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

nav.navigation.posts-navigation {
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 30px;
}
nav.navigation.posts-navigation a {
  color: #0166AF;
  text-decoration: none;
}/*# sourceMappingURL=echeverry.css.map */

.block-ensayos h3{
	font-size: 20px;
}

.logo-onac img{
	width:80px;
}
.logo-onac .widget_media_image{
	padding-left: 20px !important;
}