.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }
/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}


/*ESTILOS HIRIS PERSONALIZADOS*/
.bg-hiris{
  background: url("../images/hiris-bg.png") center center #3B7395;
  background-size: cover;
}

.bg-azul{
  background: #3B7395;
}
.bg-gris{
  background: #F5F5F5;
}
.border-color-azul{
  border: 1px solid #86B3CF;
}
.border-azul{
  background: linear-gradient(#3B7395, #3B7395) padding-box,
              linear-gradient(to top, #66B3E2, #3B7395 3%) border-box!important;
  
  border: 2px solid transparent!important;
}
.border-azul:hover{
  background: linear-gradient(#3B7395, #3B7395) padding-box,
              linear-gradient(to top, #66B3E2, #66B3E2 3%) border-box!important;
  border: 2px solid transparent!important;
}
/*FONTS*/
.IBM-fontEEL{
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-weight:  100;
  letter-spacing: 0px;
}
.IBM-fontEL{
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-weight:  200;
  letter-spacing: 0px;
}
.IBM-fontL{
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-weight:  300;
  letter-spacing: 0px;
}
.IBM-fontB{
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-weight:  700;
  letter-spacing: 0px;
}

.IBM-fontM{
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-weight:  400;
  letter-spacing: 0px;
}

.pt-sans{
  font-family: 'PT Sans', sans-serif;
}

.t46{
  font-size: 46px;
}
.t36{
  font-size: 36px;
}
.t30{
  font-size: 30px;
}
.t20{
  font-size: 20px;
}
.t10{
  font-size: 12px;
}
.menu-color{
  color: #0C191D!important;
}

.menu-color:hover, .active{
  color: #366782!important;
  -webkit-text-stroke-width: 1.1px;
  -webkit-text-stroke-color: #366782;
}

p{
  color: #0C0C1C;
}

.text-azul{
  color: #3B7395;
}
.border-acordeon-azul{
  border: 1px solid;
  border-color:#3B7395;
}
.text-left{
  text-align: left;
}
/*/FONTS*/

.sombra{
  text-shadow: 0 2px 4px #0000006e;
}

h1{
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 86px;
  letter-spacing: 4px;
}

/*POSICION*/
.b5{
  bottom: 5%;
}

.pl-5{
  padding-left: 5px;
}
.pa-0{
  padding: 0;
}
.text-gray{
  color:#B3B3B3;
}


.mb-15{
  margin-bottom: 15%;
}
.mt-15{
  margin-top: 15%;
}

#tooltip {
  background: #fafafa;
  border: 0px solid #eee;
  border-radius: 5px;
  padding: 5px;
}
.zona_resaltada{
/*  fill: #8fb9d3;*/
  box-shadow: 2px 2px 2px #000;
}
.zona_resaltada:hover{
  opacity: .5;
  stroke: white;
}

/*ACRODEON Y ESTADOS DEL MISMO AL INICIO DE PAGINA*/
.expandir_cerrado{
  height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s; 
  -moz-transition: max-height 1s; 
  -ms-transition: max-height 1s; 
  -o-transition: max-height 1s; 
  transition: max-height 1s; 

}
.expandir_abierto{
  height: auto;
  -webkit-transition: max-height 1s; 
  -moz-transition: max-height 1s; 
  -ms-transition: max-height 1s; 
  -o-transition: max-height 1s; 
  transition: max-height 1s; 
/*  transition: 2s cubic-bezier(0, 0, 0.4, 1.05) height;*/
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -2;
}
.capa_fondo{
  background: #3b7aa0;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  mix-blend-mode: plus-lighter;
}

.espaciado_alrededor{
  justify-content: space-around;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}
.overlay_box {
    display: none;    
    position: fixed;
    top: 25%;
    left: 27%;
    width: 46%;
    padding:60px 50px;
    background-color: #3B7395;
    z-index: 10001;
    box-shadow: 5px 5px 5px #00000066;
    border: 1px solid #66B3E2;
}
.t5{
  top: 5%;
}
.r5{
  right: 5%;
}
#tecnologia{
  overflow: hidden!important;
}

.bg-stake-1{
  background: #62929D;
}
.bg-stake-2{
  background: #34827F;
}
.bg-stake-3{
  background: #87D2D3;
}
.bg-stake-4{
  background: #C4EEC3;
}
.bg-stake-5{
  background: #ADE6EA;
}
.bg-stake-6{
  background: #64E8D6;
}
.bg-stake-7{
  background: #ECF8DE;
}
.bg-stake-8{
  background: #E8EBBE;
}

/*ANIMACIONES*/
.flecha_abajo{
  animation: zoom-in-zoom-out 1s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}