#hero {
    width: 100%;
    height: 40vh;
    background-size: cover;
    position: relative;
    /* background: url(../img/img2.jpg) top center; */
    background: url(../img/fondo/nosotros.jpg) top center;
}
.about .container {
    box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.product_description_area {
    padding-bottom: 20px;
    margin-top: 60px;
}

.product_description_area .nav.nav-tabs {
    background: #e8f0f2;
    text-align: center;
    display: block;
    border: none;
    padding: 10px 0px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.product_description_area .nav.nav-tabs li {
    display: inline-block;
    margin-right: 7px;
}
.product_description_area .nav.nav-tabs li a.active {
    background: #19557E !important;
    color: #fff;
    border-color: #19557E !important;
    border-radius: 10px !important;
    font-weight: bold !important;
}

.product_description_area .nav.nav-tabs li a.active {
    background: #0C2E4C;
    color: #fff;
    border-color: #0C2E4C;
}
.product_description_area .nav.nav-tabs li a {
    padding: 0px;
    border: none;
    line-height: 38px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding: 0px 30px;
    color: #222222;
    font-size: 13px;
    font-weight: normal;
}

.product_description_area .tab-content {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px;
}

.div_v {
    background: #19557E;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
}


/*********/
/* Estilos del contenedor principal */
.card-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    background-color: #f0f0f0;
}

/* Estilo del fondo azul detrás de la tarjeta */
.card-background2 {
    position: relative;
    width: 250px;
    padding: 20px;
    background-color: #00a0d1;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Estilo de la tarjeta blanca 
.card2 {
    position: absolute;
    width: 200px;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.card2 img {
    width: 50px;
    height: auto;
    margin-bottom: 15px;
}

.card2 h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.card2 p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}*/

/***********************************/
/* Contenedor principal para centrar la tarjeta
 .card-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55vh;
    background-color: #E8F0F2;
}

.card2 {
    position: relative;
    width: 250px;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);

    text-align: center;
}

.card2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #001F5C;
    border-top-left-radius: 15px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.icon2 {
    font-size: 40px;
    color: #00a0d1;
    margin-bottom: 10px;
}

.title2 {
    font-size: 20px;
    color: #001F5C;
    font-weight: bold;
    margin: 10px 0;
}

.description2 {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

.step2 {
    font-size: 16px;
    color: #00a0d1;
    font-weight: bold;
} 
.dv_1{
    justify-content: end;
}
.dv_2{
    justify-content: left;
}
@media (max-width: 850px) {
    .dv_1{
        justify-content: center;
    }
    .dv_2{
        justify-content: center;
    }
} */

/*********************************************************/
/*********************************************************/

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services {
    padding-bottom: 20px;
  }
  .services .icon-box p {
    text-align: justify;
    }

  .services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0  0 40px 0;
    background: #fff;
    /* box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14); */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    border: 1px solid #fff;
  }
  
  .services .icon {
    margin: 0 auto 20px auto;
    padding-top: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 72px;
    height: 72px;
  }
  
  .services .icon i {
    font-size: 36px;
    line-height: 1;
  }
  
  .services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  .services .title a {
    color: #111;
  }
  
  .services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
  }
  
  .services .icon-box-pink .icon {
    background: #fceef3;
  }
  
  .services .icon-box-pink .icon i {
    color: #ff689b;
  }
  
  .services .icon-box-pink:hover {
    border-color: #ff689b !important;
  }
  
  .services .icon-box-cyan .icon {
    background: #e6fdfc;
  }
  
  .services .icon-box-cyan .icon i {
    color: #3fcdc7;
  }
  
  .services .icon-box-cyan:hover {
    border-color: #3fcdc7;
  }
  
  .services .icon-box-green .icon {
    background: #eafde7;
  }
  
  .services .icon-box-green .icon i {
    color: #41cf2e;
  }
  
  .services .icon-box-green:hover {
    border-color: #41cf2e;
  }
  
  .services .icon-box-blue .icon {
    background: #e1eeff;
  }
  
  .services .icon-box-blue .icon i {
    color: #2282ff;
  }
  
  .services .icon-box-blue:hover {
    border-color: #2282ff;
  }