.left_heading_cover span.digit_text::after {
  content: "";
  display: block;
  position: absolute;
  background: none !important;
  width: 57px;
  height: 8px;
}


/*
.mk_top_navigations > ul > li {
margin-left: 20px !important;

}

!*.dropdown{
height: 45px !important;
}*!
mk_top_navigations{
height: 85px !important;
}

*/
.contenedor_body_post{
  padding-right: 20px;
}
@media (max-width: 991px){
  .header_top_main .mk_top_navigations ul.menu li a {
    color: #fff;

  }
  .contenedor_body_post{
    padding-right: 0px!important;
  }
  .mk_top_navigations{
    display:none;
  }
  .mk_logo{
    width: 55%!important;
  }
  .navbar_toogle_right{
    margin-top: 30px !important;
  }

}


.pagination {
  display: inline-block;
  padding-left: 7px;
  margin: 20px 0;
  border-radius: 41px;
}
.pagination > li {
  display: inline;
  padding: 5px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 40%;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: red;
  margin:5px;
  background-color: #fff;
  border: 2px solid grey;
  border-radius: 40%;
  margin-left: -1px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  margin:5px;
  background-color: grey;
  border: 2px solid grey;
  cursor: default;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 40%;
}
.mk_top_navigations > ul > li > a {
  text-decoration: none;
  line-height: 22px;
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0px;
  position: relative;
  padding-bottom: 10px;
  color: #fff;
  border-bottom: 3px solid transparent;
  font-weight: bold;
}

#rev_slider_4_1 .slotholder{
  /* opacity: 0.4 !important; */
}
.mt_blog, .mt_blog_thumb, .blog_desc_bottom {
  float: left;
  width: 100%;
}
.mt_blog .mt_blog_thumb {
  background-color: #1e1e1e;
}
.blog_desc_bottom .blog_title {
  display: inline-block;
}
.blog_desc_bottom .link_box {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -18px;
}




.blog_desc_bottom span {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.blog_desc_bottom {
  background-color: #1e1e1e;
  padding: 30px;
  position: relative;
}
.mt_blog, .mt_blog_thumb, .blog_desc_bottom {
  float: left;
  width: 100%;
  height: 230px;
}
.blog_desc_bottom .link_box a {
  display: block;
  z-index: 11;
  position: relative;
}

.blog_title a {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
}
.blog_title a:hover {
  color: #ee4852;
}
.mt_blog_crousel{
  -moz-box-ordinal-group: 0;
  order: 0;

  visibility: visible;
  animation-name: zoom_middle;
  margin-top:50px !important;
  margin-bottom:230px;
}
.mk_top_navigations > ul > li {
  float: left;
  position: relative;
  margin-left: 30px;
  padding-bottom: 15px;
}
.blog_section_main {
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 150px;
  background-color: #ee4852;
}
.link_box::before {
  position: absolute;
  right: 17px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  content: "";
  top: 50%;
  margin-top: -4px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
}
.link_box::after {
  position: absolute;
  content: "";
  left: 17px;
  margin-top: -1px;
  top: 50%;
  width: 25px;
  border-bottom: 2px solid #ffffff;
  z-index: 0;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
}
@media (max-width: 1200px){
  .blog_desc_bottom .link_box {
	position: absolute;
	top: 50%;
	right: 29px;
	margin-top: -18px;
}
  .link_box::before {
    position: absolute;
    right: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #fff;
    content: "";
    top: 50%;
    margin-top: -4px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
  }
  .link_box::after {
    position: absolute;
    content: "";
    left: 10px;
margin-top: -1px;
top: 50%;
width: 16px;
    border-bottom: 2px solid #ffffff;
    z-index: 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
  }
}
@media (max-width: 991px){

  .blog_section_main {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .mk_top_navigations > ul > li {
    float: left;
    position: relative;
    margin-left: 0px;
    padding-bottom: 15px;
  }
  .mk_top_navigations > ul > li > ul {
    position: relative;
    float: right;
    width: 100%;
    min-width: 100% !important;
    opacity: 1;
    visibility: visible;
    background-color: transparent !important;
    border: none;
    text-align: left;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    box-shadow: none;
  }
  .mk_top_navigations ul.menu li  {
    border-bottom: 0px solid !important;
  }
  .mk_top_navigations ul.menu li >a {

    border-bottom: 1px solid !important;

  }
  .mk_top_navigations > ul > li > ul > li > a {
    border-bottom: 1px solid !important;
  }

}
.blog_single_inner p,h1,h2,h3,span,li{
  color:black;
}
@media (max-width:798px){
  .imgs_app{
    text-align: center!important;
    display: block ruby;
    margin: auto;
  }
  .campo_busqueda_empresa{
    width: 100%!important;
  }
}
.campo_busqueda_empresa{
  width: 25%;
}
.boton_buscar::before {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -99;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.boton_buscar {
  cursor: pointer;
  color: #fff;
  background-color: #363636;
  border: none;
  height: 34px;
  font-size: 14px;
  padding: 0 13px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  line-height: 34px;
  position: relative;
  z-index: 9;
  display: inline-block;
  text-decoration: none;
  border-radius: 12%;
  margin-left:5px;
}
.boton_buscar:hover{
  color: #363636;
  background-color:white;
  transition: all ease-in-out 0.3s;
  font-size: 14px;
  padding: 0 13px;
  letter-spacing: 0.05em;
}
.blog_thumb>img{
  width:300px;
}
.imagenes_listado{
  width: 100% !important;
  height:265px !important
}
@media (max-width:798px){
  .blog_thumb>img{
    width:100%;
  }
  .imagenes_listado{
    width: 365px !important;
    height:235px !important
  }
}
.blog_desc_bottom .link_box {
	position: absolute;
	top: 55%;
	right: 30px;
	margin-top: -18px;
}
.link_box::before {
	position: absolute;
	right: 13px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #fff;
	content: "";
	top: 50%;
	margin-top: -4px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.link_box::after {
	position: absolute;
	content: "";
	left: -7px;
	margin-top: -1px;
	top: 50%;
	width: 25px;
	border-bottom: 2px solid #ffffff;
	z-index: 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.contenedor_icono_empresa{
   text-align: end;
}
.contenedor_titulo_empresa{
    text-align: start;
}
@media (max-width:790px){
    .caret_down{
        top:18px;
    }
    .contenedor_titulo_empresa{
        text-align: center;
    }
    .contenedor_icono_empresa{
        text-align: center;
    }
  .mt_blog_crousel {
	-moz-box-ordinal-group: 0;
	order: 0;
	visibility: visible;
	animation-name: zoom_middle;
	margin-top: 50px !important;
	margin-bottom: 230px;
}
}
