h1 {
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
  font-size: 60px;
  margin: 10px 0;
}
@media only screen and (max-width: 769px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-weight: 400;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 40px;
  line-height: 48px;
}
h2 strong {
  font-weight: 600;
}
h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FF0000;
  width: 180px;
  height: 3px;
}

h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
  font-size: 30px;
}

h4 {
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
}

.tit-centro h2:before {
  right: 0;
  margin: 0 auto;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #565656;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
}

.container, .site-main {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 769px) {
  .container, .site-main {
    width: 95%;
  }
}

.padding-section {
  padding: 127px 0;
}

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

.owl-nav button {
  background: #FFFFFF !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  margin: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.owl-nav button:before, .owl-nav button:after {
  display: none;
}
.owl-nav button.owl-prev span::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.owl-nav button span {
  color: transparent;
  position: relative;
  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;
  line-height: 0;
}
.owl-nav button span::after {
  content: url(https://ascconsultores.co/wp-content/uploads/2022/08/arrow-right.svg);
  position: absolute;
}

.btn a {
  background-color: #FF0000;
  color: #FFFFFF;
  padding: 10px 34px;
  border-radius: 40px;
  text-decoration: none;
  position: relative;
  padding-right: 50px;
  font-weight: 600;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.btn a:hover {
  content: "";
  color: #FF0000 !important;
  background-color: #FFFFFF;
}
.btn a:hover:before, .btn a:hover:after {
  border-color: #FF0000;
}
.btn a:visited {
  color: #FFFFFF;
}
.btn a:before, .btn a:after {
  border-right: 2px solid;
  content: "";
  display: block;
  height: 8px;
  margin-top: -6px;
  position: absolute;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 31px;
  top: 21px;
  width: 0;
  border-color: #FFFFFF;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.btn a:after {
  -webkit-transform: rotate(45deg) !important;
      -ms-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
  margin-top: -1px !important;
}

input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #FF0000;
  color: #FFFFFF;
  padding: 10px 34px;
  border-radius: 40px;
  text-decoration: none;
  position: relative;
  padding-right: 50px;
  font-weight: 600;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  content: "";
  color: #FF0000 !important;
  background-color: #FFFFFF;
}
input[type=button]:hover:before, input[type=button]:hover:after,
input[type=reset]:hover:before,
input[type=reset]:hover:after,
input[type=submit]:hover:before,
input[type=submit]:hover:after {
  border-color: #FF0000;
}
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #FFFFFF;
}
input[type=button]:before, input[type=button]:after,
input[type=reset]:before,
input[type=reset]:after,
input[type=submit]:before,
input[type=submit]:after {
  border-right: 2px solid;
  content: "";
  display: block;
  height: 8px;
  margin-top: -6px;
  position: absolute;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 31px;
  top: 21px;
  width: 0;
  border-color: #FFFFFF;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
input[type=button]:after,
input[type=reset]:after,
input[type=submit]:after {
  -webkit-transform: rotate(45deg) !important;
      -ms-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
  margin-top: -1px !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],
select,
textarea {
  color: #000000;
  border: 0;
  border-bottom: 1px solid #000000;
  padding: 8px 0;
  width: 100%;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=range]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000000;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #000000;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=range]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000000;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=range]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=color]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #000000;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #000000;
}

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: #111;
  border: 0;
  border-bottom: 1px solid #FF0000;
  outline: none;
}

textarea {
  width: 100%;
}

.wpcf7-form {
  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;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.wpcf7-form .mitad {
  width: 48%;
  margin-bottom: 30px;
}
.wpcf7-form .completo {
  width: 100%;
  margin-bottom: 30px;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item a {
  text-decoration: none;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 999;
  padding: 8px 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.site-header.fade-in {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}
.site-header.fade-in .container .logo a:before {
  opacity: 1;
}
.site-header.fade-in .container .burguer span {
  background-color: #000000;
}
.site-header.fade-in .container nav ul li {
  border-left: 1px solid #000000;
}
@media only screen and (max-width: 769px) {
  .site-header.fade-in .container nav ul li {
    border-bottom: 1px solid #000000 !important;
  }
}
.site-header.fade-in .container nav ul li a {
  color: #000000;
}
.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;
}
@media only screen and (max-width: 769px) {
  .site-header .container {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.site-header .container .logo a {
  position: relative;
}
.site-header .container .logo a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/logo-rojo.svg);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-size: contain;
  background-repeat: no-repeat;
}
.site-header .container nav ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .container nav ul.activo {
  display: block;
}
@media only screen and (max-width: 769px) {
  .site-header .container nav ul {
    margin-top: 10px;
  }
}
.site-header .container nav ul li {
  padding: 0 24px;
  border-left: 1px solid #FFFFFF;
}
@media only screen and (max-width: 769px) {
  .site-header .container nav ul li {
    border-left: 0 !important;
    border-bottom: 1px solid #FFFFFF;
  }
}
.site-header .container nav ul li:first-child {
  border-left: 0;
}
.site-header .container nav ul li.current-menu-item a {
  font-weight: bold;
}
.site-header .container nav ul li.current-menu-item a:before {
  opacity: 1;
}
.site-header .container nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 769px) {
  .site-header .container nav ul li a {
    padding: 10px 0;
  }
}
.site-header .container nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FF0000;
  width: 20px;
  height: 1px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.site-header .container nav ul li a:hover:before {
  opacity: 1;
}

.burguer {
  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;
}
@media only screen and (min-width: 769px) {
  .burguer {
    display: none;
  }
}
.burguer.activo span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burguer.activo span:nth-child(2) {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.burguer.activo span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burguer span {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #FFFFFF;
}
.burguer 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;
  -o-transition: 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;
}
.burguer span:nth-child(2) {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: 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;
}
.burguer 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;
  -o-transition: 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;
}

.site-footer {
  background-color: #565656;
  color: #FFFFFF;
}
.site-footer .footer-content {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 769px) {
  .site-footer .footer-content {
    width: 95%;
  }
}
.site-footer .footer-content .Footer1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0;
}
@media only screen and (max-width: 769px) {
  .site-footer .footer-content .Footer1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer .footer-content .Footer1 .col {
  width: 25%;
}
@media only screen and (max-width: 769px) {
  .site-footer .footer-content .Footer1 .col {
    width: 100%;
  }
}
.site-footer .footer-content .Footer1 .col.footer-logo {
  width: 15%;
}
@media only screen and (max-width: 769px) {
  .site-footer .footer-content .Footer1 .col.footer-logo {
    width: 50%;
  }
}
.site-footer .footer-content .Footer1 .col.footer-logo img {
  margin: 30px auto;
  width: 60% !important;
  display: block;
}
.site-footer .footer-content .Footer1 .col.redes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100px;
}
.site-footer .footer-content .Footer1 .col.redes .equipo {
  background-color: #404040;
  border-radius: 5px;
  padding: 15px;
}
.site-footer .footer-content .Footer1 .col.redes .equipo h4 {
  margin-top: 0;
}
.site-footer .footer-content .Footer1 .col.redes .equipo p {
  margin-bottom: 0;
}
.site-footer .footer-content .Footer1 .col.redes .equipo .widget {
  margin-bottom: 0;
}
.site-footer .footer-content .Footer1 h4 {
  font-size: 1.2rem;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.site-footer .footer-content .Footer1 h4::after {
  content: "";
  font-weight: bold;
  background-color: #FFFFFF;
  position: absolute;
  width: 10%;
  height: 3px;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.site-footer .footer-content .Footer1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer .footer-content .Footer1 ul li {
  margin-bottom: 15px;
}
.site-footer .footer-content .Footer1 a {
  text-decoration: none;
  color: #FFFFFF;
}
.site-footer .footer-content .copymk {
  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;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 10px;
}
@media only screen and (max-width: 769px) {
  .site-footer .footer-content .copymk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.site-footer .footer-content .copymk a {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
}

.bannerHome__item {
  margin: 0 !important;
  height: 100vh !important;
}
.bannerHome__item .vc_col-sm-12 {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 769px) {
  .bannerHome__item .vc_col-sm-12 {
    width: 95%;
  }
}
.bannerHome__item .vc_col-sm-12 > div > div {
  width: 50%;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (max-width: 769px) {
  .bannerHome__item .vc_col-sm-12 > div > div {
    width: 100%;
  }
}
.bannerHome__item .vc_col-sm-12 .widget_text h4 {
  display: none;
}
.bannerHome__item .vc_col-sm-12 .widget_text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bannerHome__item .vc_col-sm-12 .widget_text ul li {
  margin-right: 20px;
}
.bannerHome__item .vc_col-sm-12 h1 {
  color: #FFFFFF;
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 400;
}
@media only screen and (max-width: 769px) {
  .bannerHome__item .vc_col-sm-12 h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.bannerHome__item .vc_col-sm-12 h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: #FF0000;
}
.bannerHome__item .vc_col-sm-12 h1 strong {
  text-transform: uppercase;
  font-size: 36px;
  display: block;
  font-weight: 700;
}
@media only screen and (max-width: 769px) {
  .bannerHome__item .vc_col-sm-12 h1 strong {
    font-size: 30px;
  }
}
.bannerHome .owl-nav {
  position: absolute;
  bottom: 182px;
  right: 23%;
}
@media only screen and (max-width: 769px) {
  .bannerHome .owl-nav {
    bottom: 39px;
    right: 33%;
  }
}
.bannerHome .owl-nav:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 200px;
  left: -40px;
  bottom: -120px;
}

.servicios-section {
  background-color: rgba(86, 86, 86, 0.05);
  padding: 60px 0;
  position: relative;
  overflow: visible !important;
  z-index: 9;
}
.servicios-section:before, .servicios-section:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 800px;
  pointer-events: none;
}
.servicios-section:before {
  right: 0;
  top: -50%;
  background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/forma-11.svg);
	display: block !important;
}
.servicios-section:after {
  left: 0;
  bottom: -50%;
  background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/forma-22.svg);
	display: block !important;
}

.servicios_carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  left: 0;
	pointer-events: none;
}

.servicios_carousel .owl-nav button {
	pointer-events: all;
}
.servicios_carousel__item {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.servicios_carousel__item:hover > .wpb_wrapper p {
  display: block;
}
.servicios_carousel__item > .wpb_wrapper {
  min-height: 450px;
  text-align: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding: 40px;
}
.servicios_carousel__item > .wpb_wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(16, 16, 16, 0)));
  background: -o-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(16, 16, 16, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(16, 16, 16, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#101010",GradientType=1);
}
.servicios_carousel__item > .wpb_wrapper h3 {
  color: #FFFFFF;
  text-align: center;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 15px;
  font-size: 25px;
}
.servicios_carousel__item > .wpb_wrapper h3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: #FF0000;
}
.servicios_carousel__item > .wpb_wrapper p {
  color: #FFFFFF;
  position: relative;
  display: none;
}
.servicios_carousel__item > .wpb_wrapper a {
  text-decoration: none;
  color: #FFFFFF;
}

.form-home {
  background-color: #FFFFFF;
  padding: 0 40px 40px 40px !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  z-index: 5;
  margin-top: 40px;
}
.form-home > .vc_column-inner {
  padding-top: 0 !important;
}
.form-home__titulo {
  background-color: #565656;
  width: 80%;
  margin: 0 auto;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  color: #FFFFFF;
  padding: 17px 30px;
  margin-top: -40px;
}
.form-home__titulo p {
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.form-home__titulo p strong {
  font-size: 20px;
}

.form-home-container {
  margin: 80px 0;
  margin-bottom: 0;
}
.form-home-container__info {
  padding-bottom: 100px;
  padding-top: 220px;
  color: #FFFFFF;
}
@media only screen and (max-width: 769px) {
  .form-home-container__info {
    padding-bottom: 0;
    padding-top: 69px;
  }
}
.form-home-container__info h2 {
  color: #FFFFFF;
  padding-top: 20px;
}
.form-home-container__info h2 strong {
  color: #FFFFFF;
}
.form-home-container__info h2:before {
  bottom: inherit;
  top: 0;
}
.form-home-container:before, .form-home-container:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
}
.form-home-container:before {
  top: 0;
}
.form-home-container:after {
  bottom: 0;
}

.bloque-nosotros {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 10px !important;
}
.bloque-nosotros h3 {
  font-family: "Poppins", sans-serif;
  color: #000000;
  position: relative;
  padding-bottom: 10px;
  margin-top: 0;
}
.bloque-nosotros h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FF0000;
  width: 60px;
  height: 3px;
}

.nosotros-home {
  position: relative;
  background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/fondo-nosotros-home.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -81px;
  padding-top: 98px;
}
.nosotros-home::before {
  content: "";
  display: block !important;
  position: absolute;
  right: 0;
  top: 29%;
  width: 70%;
  height: 80%;
  background-color: rgba(86, 86, 86, 0.08);
}

.clientes-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
  position: relative;
}
.clientes-container:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/clientes-before.svg);
  width: 800px;
  height: 200px;
  background-size: contain;
  background-position: bottom;
  display: block !important;
  background-repeat: no-repeat;
}

.slider-asesorias .owl-nav {
  text-align: center;
}
.slider-asesorias__item > div > div > div {
  position: relative;
}
.slider-asesorias__item:hover .portada {
  opacity: 0;
  visibility: hidden;
}
.slider-asesorias__item:hover .info {
  opacity: 1;
  visibility: visible;
}
.slider-asesorias__item .portada {
  min-height: 400px;
  background-color: #565656;
  border-radius: 5px;
  text-align: center;
  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;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
  visibility: visible;
}
.slider-asesorias__item .portada img {
  width: auto !important;
  margin: 0 auto;
}
.slider-asesorias__item .portada h3 {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}
.slider-asesorias__item .portada h4 {
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 300;
}
.slider-asesorias__item .info {
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  visibility: hidden;
  overflow: hidden;
}
.slider-asesorias__item .info img {
  width: auto !important;
  margin: 0 auto;
}
.slider-asesorias__item .info > .wpb_wrapper {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
}
.slider-asesorias__item .info > .wpb_wrapper h3 {
  width: 100%;
  background-color: #565656;
  color: #FFFFFF;
  padding: 20px;
  margin: 0;
}

@media only screen and (max-width: 769px) {
  .bannerHome2 {
    display: none !important;
  }
}
.bannerHome2__item {
  border-radius: 10px;
  padding: 20px;
  border-radius: 10px;
  min-height: 180px;
  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;
  text-align: center;
  background-size: cover;
}
.bannerHome2__item h3 {
  margin: 0;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
}

.subir-banner-home {
  margin-top: -170px;
}
@media only screen and (max-width: 769px) {
  .subir-banner-home {
    margin-top: 0;
  }
}

.asc-before {
  position: relative;
}
.asc-before:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/asc-bg.svg);
  width: 800px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-interna {
  padding: 200px 0;
}
@media only screen and (max-width: 769px) {
  .header-interna {
    padding-top: 76px;
    padding-bottom: 16px;
  }
}
.header-interna h1 {
  color: #FFFFFF;
}
.header-interna p {
  color: #FFFFFF;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .header-interna p {
    width: 100%;
  }
}

.menu-servicios {
  position: absolute !important;
  height: 100%;
  left: 15%;
  width: 16% !important;
  z-index: 99;
  margin-top: 70px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.menu-servicios.activo {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 1200px) {
  .menu-servicios {
    left: 8%;
    width: 20% !important;
  }
}
@media only screen and (max-width: 769px) {
  .menu-servicios {
    position: fixed !important;
    bottom: 38px;
    top: auto;
    width: 100% !important;
    left: 0;
    background-color: #FFFFFF;
    overflow-y: scroll;
    height: 70%;
    padding-bottom: 10px !important;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.menu-servicios > .vc_column-inner {
  height: 100%;
}
.menu-servicios > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
.menu-servicios__lista {
  position: sticky;
  top: 100%;
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  padding: 20px;
  top: 150px;
  height: 70vh;
  overflow-y: scroll;
}
@media only screen and (max-width: 769px) {
  .menu-servicios__lista {
    position: relative;
    top: auto;
    width: 100%;
    height: 100%;
    overflow-y: visible;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.menu-servicios h3 {
  margin: 0;
  position: relative;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.menu-servicios h3:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #FF0000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.menu-servicios .wpb_content_element {
  margin-bottom: 0;
}
.menu-servicios ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu-servicios ul li {
  margin-bottom: 10px;
}
.menu-servicios ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #565656;
  font-weight: bold;
  font-size: 13px;
}
.menu-servicios ul li a img {
  margin-right: 5px;
}

.img-servicios img {
  border-radius: 10px;
}

.servicios-sec-general {
  overflow: visible !important;
}
.servicios-sec-general > .vc_row-fluid {
  overflow: visible !important;
}
.servicios-sec-general__info {
  width: 100% !important;
}
.servicios-sec-general__info .serv-gris, .servicios-sec-general__info .serv {
  padding-right: calc((100% - 1200px) / 2);
  padding-left: 32%;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 769px) {
  .servicios-sec-general__info .serv-gris, .servicios-sec-general__info .serv {
    padding-right: 0;
    padding-left: 0;
  }
}
.servicios-sec-general__info .serv-gris h3, .servicios-sec-general__info .serv h3 {
  margin-top: 0;
  font-weight: 300;
  position: relative;
  padding-bottom: 20px;
}
.servicios-sec-general__info .serv-gris h3 strong, .servicios-sec-general__info .serv h3 strong {
  font-weight: 700;
}
.servicios-sec-general__info .serv-gris h3:before, .servicios-sec-general__info .serv h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FF0000;
  width: 80px;
  height: 3px;
}
.servicios-sec-general__info .serv-gris {
  background-color: rgba(86, 86, 86, 0.05);
}
.servicios-sec-general__info .fondo-color {
  color: #FFFFFF;
}
.servicios-sec-general__info .fondo-color h3 {
  color: #FFFFFF !important;
}
.servicios-sec-general__info .fondo-color .toma-decisiones__cont {
  color: #565656;
}
.servicios-sec-general__info .fondo-color .toma-decisiones__cont .wpb_text_column:before {
  display: none !important;
}
.servicios-sec-general__info .fondo-color .toma-decisiones__cont .deciciones-full {
  width: 100%;
  background-color: transparent;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: auto !important;
}
.servicios-sec-general__info .vc_column_container {
  padding: 0 20px;
}

.toma-decisiones p {
  font-size: 25px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
}
.toma-decisiones__cont.epidemiologica-items > div > div .wpb_text_column {
  min-height: 270px;
  padding: 0 20px;
}
.toma-decisiones__cont > div > div {
  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;
  counter-reset: toma-decisiones;
}
.toma-decisiones__cont > div > div .wpb_text_column {
  background-color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  width: 30%;
  min-height: 168px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  counter-increment: toma-decisiones;
  position: relative;
  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;
}
@media only screen and (max-width: 769px) {
  .toma-decisiones__cont > div > div .wpb_text_column {
    width: 48%;
  }
}
.toma-decisiones__cont > div > div .wpb_text_column:before {
  content: counter(toma-decisiones);
  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;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  position: absolute;
  left: -17px;
  top: -23px;
  width: 50px;
  height: 50px;
  font-size: 25px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.lista-capacitaciones ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
.lista-capacitaciones ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.lista-capacitaciones ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #FF0000;
  border-radius: 8px;
}

.menu-servicios-act {
  background-color: #FF0000;
  padding: 10px;
  position: fixed !important;
  bottom: 0;
  left: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  z-index: 999;
}
.menu-servicios-act .wpb_content_element {
  margin-bottom: 0;
}
.menu-servicios-act p {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

@media only screen and (max-width: 769px) {
  .girar-movil {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.formulario-contacto {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
  margin-top: -79px;
}
@media only screen and (max-width: 769px) {
  .formulario-contacto {
    margin-top: 0;
  }
}
.formulario-contacto > .vc_column-inner {
  padding: 0 !important;
}
.formulario-contacto__titulo {
  background-color: #565656;
  color: #FFFFFF;
  padding: 20px;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.formulario-contacto__titulo p {
  margin-top: 0;
}
.formulario-contacto .wpcf7-form {
  padding: 30px;
}

.info-contacto .wpb_text_column {
  margin-bottom: 0;
}
.info-contacto .wpb_text_column.telefono, .info-contacto .wpb_text_column.celular, .info-contacto .wpb_text_column.email {
  padding-left: 25px;
  position: relative;
}
.info-contacto .wpb_text_column.telefono:before, .info-contacto .wpb_text_column.celular:before, .info-contacto .wpb_text_column.email:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.info-contacto .wpb_text_column.telefono.telefono:before, .info-contacto .wpb_text_column.celular.telefono:before, .info-contacto .wpb_text_column.email.telefono:before {
  background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/telefono.svg);
}
.info-contacto .wpb_text_column.telefono.celular:before, .info-contacto .wpb_text_column.celular.celular:before, .info-contacto .wpb_text_column.email.celular:before {
  background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/celular.svg);
}
.info-contacto .wpb_text_column.telefono.email:before, .info-contacto .wpb_text_column.celular.email:before, .info-contacto .wpb_text_column.email.email:before {
  background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/email.svg);
}

.container-contacto {
  background: rgb(234, 234, 234);
  background: -webkit-gradient(linear, left top, right top, from(rgb(234, 234, 234)), to(rgb(255, 255, 255)));
  background: -o-linear-gradient(left, rgb(234, 234, 234) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(90deg, rgb(234, 234, 234) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaeaea",endColorstr="#ffffff",GradientType=1);
  overflow: visible !important;
  padding-bottom: 50px;
}

.header-blog {
  background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/header-blog.jpg);
  background-size: cover;
  color: #FFFFFF;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 200px 0;
}
@media only screen and (max-width: 769px) {
  .header-blog {
    padding-top: 76px;
    padding-bottom: 16px;
  }
}
.header-blog h1 {
  color: #FFFFFF;
  position: relative;
}
.header-blog h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-color: #FF0000;
  width: 180px;
  height: 3px;
}
.header-blog .widget_text {
  width: 30%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .header-blog .widget_text {
    width: 100%;
  }
}

.blog .site-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .blog .site-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog .site-main .cont-post {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .blog .site-main .cont-post {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog .site-main .cont-post__item {
  width: 48%;
  background-size: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 769px) {
  .blog .site-main .cont-post__item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.blog .site-main .cont-post__item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding: 15px;
  text-decoration: none;
  padding-top: 100px;
}
.blog .site-main .cont-post__item a h3 {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.blog .site-main .cont-post__item a .fecha {
  color: #FFFFFF;
}
.blog .site-main .cont-post__item a .btn {
  background-color: #FF0000;
  color: #FFFFFF;
  padding: 3px 10px;
  border-radius: 15px;
  margin-top: 13px;
  display: inline-block;
}

aside {
  width: 25%;
}
@media only screen and (max-width: 769px) {
  aside {
    width: 100%;
  }
}
aside .widget_categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
aside .widget_categories ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
aside .widget_categories ul li:last-child {
  border-bottom: 0;
}
aside .widget_categories ul li a {
  color: #000000;
  text-decoration: none;
}

.single-post .site-main {
  max-width: 100%;
  width: 100%;
}
.single-post .site-main .entry-header {
  height: 550px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF;
}
@media only screen and (max-width: 769px) {
  .single-post .site-main .entry-header {
    height: auto;
    padding-top: 76px;
    padding-bottom: 16px;
  }
}
.single-post .site-main .entry-header h1 {
  width: 60%;
  text-align: center;
  color: #FFFFFF;
}
.single-post .site-main .entry-header .fecha {
  text-transform: capitalize;
}
.single-post .site-main .entry-content {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .single-post .site-main .entry-content {
    width: 95%;
  }
}
@media only screen and (max-width: 769px) {
  .single-post .site-main .entry-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-post .site-main .entry-content .contenido {
  width: 70%;
}
@media only screen and (max-width: 769px) {
  .single-post .site-main .entry-content .contenido {
    width: 100%;
  }
}
.single-post .site-main .entry-content .contenido p, .single-post .site-main .entry-content .contenido ol, .single-post .site-main .entry-content .contenido li, .single-post .site-main .entry-content .contenido ul {
  line-height: 28px;
}
.single-post .site-main .entry-content .contenido ul, .single-post .site-main .entry-content .contenido ol {
  margin: 0;
}
.single-post .site-main .entry-content aside {
  width: 25%;
}
@media only screen and (max-width: 769px) {
  .single-post .site-main .entry-content aside {
    width: 100%;
  }
}/*# sourceMappingURL=estilos-asc.css.map */

.slider-asesorias__item .wpb_text_column {
	margin-bottom: 0;
}



.treb-izq .portada:before, .treb-izq .info:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 66%;
	height: 100%;
	background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/trebol-izq.png);
	background-repeat: no-repeat;
	background-position:left;
}

.treb-der .portada:before, .treb-der .info:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 66%;
	height: 100%;
	background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/trebol-der.png);
	background-repeat: no-repeat;
	background-position:right;
}

.slider-asesorias__item {
	margin-bottom: 40px;
}

.slider-asesorias__item .info p{
	font-size: 13px;
}

@media only screen and (max-width: 768px) {
	.main-navigation ul {
		display: none !important;
	}
	
	.site-header .container nav ul.activo {
		display: block !important;
	}
}

@media only screen and (min-width: 768px) {
	.menu-servicios-act {
		display: none;
	}
}

.trebol-izquierda {
    position: relative;
}
.trebol-izquierda::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/trebol-ser-izquierda.png);
    width: 400px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.forma-izquierda {
	position: relative;
}

.forma-before:after {
    left: 0;
    bottom: -50%;
    background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/forma-22.svg);
	display: block;
}

div#iso-22000 {
    min-height: 500px;
	background-color: #ffffff;
}

.sbefore::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/s-before.png);
    width: 50%;
    height: 150%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

#capacitaciones {
    position: relative;
}
#capacitaciones::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/forma-left.png);
    width: 600px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

#ley1581 {
    position: relative;
}
#ley1581::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(https://ascconsultores.co/wp-content/uploads/2022/09/trebol-ser-der.png);
    width: 600px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
	display: block !important;
	background-position: right;
}

.suscripcion-blog h3:before {
    display: none !important;
}
.suscripcion-blog h3 {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.suscripcion-blog {
    background-color: #565656;
    color: #ffffff;
    padding: 20px 50px;
    border-radius: 10px;
}

.suscripcion-blog input[type="email"]::placeholder {
    color: #ffffff;
}
.suscripcion-blog input[type="email"] {
    background-color: transparent;
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block !important;
    width: 32%;
    text-align: center;
	    bottom: 19px;
}

.suscripcion-blog p {
    margin-bottom: 0;
}
aside .widget_categories ul li a{
	pointer-events:none;
}
.blog .site-main .cont-post {
    flex-wrap: wrap;
}
.blog .site-main .cont-post__item {
    margin: 20px 0;
}