.texto_como_h1 {
  font-size: 70px;
  line-height: 70px;
}
.texto_como_h2 {
  font-size: 55px;
  line-height: 60px;
}
.texto_como_h3 {
  font-size: 48px;
  line-height: 54px;
}
.texto_como_h4 {
  font-size: 40px;
  line-height: 46px;
}
.texto_como_h5 {
  font-size: 32px;
  line-height: 40px;
}
.texto_como_h6 {
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 320px) {
  .texto_como_h4 {
    font-size: 36px;
    line-height: 46px;
  }
}

header.header-appear nav.header-dark,
header.sticky nav.navbar-fixed-top.header-dark,
header.sticky nav.navbar-scroll-fixed-top.header-dark {
  background-color: #003f72;
}

header a.logo img {
  max-height: 48px;
}

.cabeceras_imagen_fondo {
  background-size: cover;
  background-position: center;
  background-attachment: inherit;
  background-repeat: no-repeat;
  position: relative;
  filter: grayscale(100%);
}

.cabeceras_imagen_fondo:after{
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.footer-logo {
  max-height: 60px;
}

@media (min-width: 992px) {
  .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .col-md-6:nth-child(odd) {
    clear: none;
  }
}

.cont_datos_contacto a {
  color: white;
}
.cont_datos_contacto a:hover {
  text-decoration: underline;
}

.cont_equipo .team-image {
  position: relative;
}
.cont_equipo .team-image .img_hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.cont_equipo .team-image:hover .img_hover {
  opacity: 1;
}
.cont_mapa {
  position: relative;
}
.cont_mapa iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.aviso-legal h2 {
  font-size: 40px;
}
#privacy {
  width: 30px;
}
.privacy-wrapper label {
  margin-top: 7px;
}

/*.clientes{*/
/*display: flex;*/
/*align-items: center;*/
/*justify-content: center;*/
/*}*/

.clientes .text-center {
  margin: 20px 0;
  height: 4em;
  line-height: 4em;
}
/*.clientes .text-center *{} */
.clientes img {
  /*
	position: relative;
	top: 50%;
	transform: translateY(-50%);
*/
  width: auto;
  max-height: 4em;
}

.igape {
  text-align: center;
  margin: 20px 0;
}

.with-caption {
  position: relative;
}

.with-caption figcaption {
  line-height: normal;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-style: italic;
  width: 100%;
  padding: 5px;
  position: absolute;
  bottom: 0;
}

/*.box {*/
/*position: relative;*/
/*border: 1px solid #BBB;*/
/*background: #EEE;*/
/*}*/
/*.ribbon {*/
/*position: absolute;*/
/*right: -5px; top: -5px;*/
/*z-index: 1;*/
/*overflow: hidden;*/
/*width: 120px; height: 120px;*/
/*text-align: right;*/
/*}*/
/*.ribbon span {*/
/*font-size: 10px;*/
/*font-weight: bold;*/
/*color: #FFF;*/
/*text-transform: uppercase;*/
/*text-align: center;*/
/*line-height: 20px;*/
/*transform: rotate(45deg);*/
/*-webkit-transform: rotate(45deg);*/
/*width: 100px;*/
/*display: block;*/
/*background: #79A70A;*/
/*background: linear-gradient(#05EFF7 0%, #087F8F 100%);*/
/*box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);*/
/*position: absolute;*/
/*top: 19px; right: -21px;*/
/*}*/
/*.ribbon span::before {*/
/*content: "";*/
/*position: absolute; left: 0px; top: 100%;*/
/*z-index: -1;*/
/*border-left: 3px solid #087F8F;*/
/*border-right: 3px solid transparent;*/
/*border-bottom: 3px solid transparent;*/
/*border-top: 3px solid #087F8F;*/
/*}*/
/*.ribbon span::after {*/
/*content: "";*/
/*position: absolute; right: 0px; top: 100%;*/
/*z-index: -1;*/
/*border-left: 3px solid transparent;*/
/*border-right: 3px solid #087F8F;*/
/*border-bottom: 3px solid transparent;*/
/*border-top: 3px solid #087F8F;*/
/*}*/

/*.box {*/
/*position: relative;*/
/*border: 1px solid #BBB;*/
/*background: #EEE;*/
/*margin: 60px*/
/*}*/
.ribbon {
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 110px;
  height: 120px;
  text-align: right;
  /*background: #5555555d;*/
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 150px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 28px;
  right: -32px;
}
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border: 3px solid #1e5799;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border: 3px solid #1e5799;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
#home-hero {
  background-image: url("/images/home_imagen_principal.webp");
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #home-hero {
    background-image: url("/images/home_imagen_principal.jpg");
  }
}

.row.clientes img {
  filter: grayscale(100%);
}

.row.clientes img:hover {
  filter: grayscale(0%);
}

.banner-home img {
  filter: grayscale(100%);
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.services img {
  width: 150px;
  filter: grayscale(60%);
}

.banner-services img {
  border-radius: 5px;
}

.hacheuno h1 {
  font-size: 40px !important;
}

/*
.imagenWeb img {
  filter: grayscale(80%);
} 

*/

.tienda-container {
  height: 90%;
}

.imagen-tienda {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.imagen-tienda img {
  width: 350px;
  filter: grayscale(80%);
}

.container-blog {
  width: 100%;
  display: flex;
  justify-content: center;
}

.container-blog img {
  border-radius: 5px;
}

.wrapper-blog {
  display: flex;
  width: 70%;
  flex-direction: column;
  align-items: center;
}

.blog-item {
  /*height: 100%;*/
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
  /*align-items: center;*/
}

.blog-item a {
  max-width: 200px;
}

.container-article {
  width: 100%;
  display: flex;
  justify-content: center;
}

.wrapper-article {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.wrapper-article .container-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper-article h1 {
  font-size: 50px;
}

.wrapper-article h2 {
  font-size: 30px;
}

.wrapper-article h3 {
  font-size: 25px;
}

.wrapper-article h4 {
  font-size: 20px;
}

.wrapper-article a {
  color: #1e5799;
}

.wrapper-article p {
  font-size: 17px;
}

.wrapper-article img {
  width: 70%;
  border-radius: 5px;
  margin: 20px;
}

#about a:hover{
  color: #a8a8a8;
  opacity: 0.8;
}

.consolida {
  max-width: 400px;
  width: 100%;
  height: inherit;
  display: block;
  margin: 0 auto;
  padding: 10px
;
}

.strong { 
  font-weight: 600
  ;
}

.marginTop {
  margin-top: 50px
  ;
}

#kit_consulting {
  padding-top: 70px;
}
