/* ===================================
       Cover
====================================== */

.content-div-cover{
  background: linear-gradient(180deg, rgba(98, 93, 166, 0.2) 0%, rgba(73, 66, 122, 0.6) 50%, #2F254D 100%),url("../../assets/img/nosotros/cover.jpg");
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 30px;
  padding: 30px;
}

.animated-cover {
  background: #2F254D;
  height: 100px;
  clip-path: ellipse(60% 100% at 50% 0%);
  -webkit-clip-path: ellipse(60% 100% at 50% 0%);
  transition: clip-path 0.7s ease;
}

.back-color{
  width: 100%;
  height: 100%;
  background: #EFEFF6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}


.icono-cover{
  width: 50px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%, -0%);
  z-index:100;
}


/* ===================================
       General
====================================== */

.section-title{
  background: #EFEFF6;
  clip-path: ellipse(60% 100% at 50% 0%);
  -webkit-clip-path: ellipse(60% 100% at 50% 0%);
  transition: clip-path 0.7s ease;
  height: 100px;
  z-index: 100;
    position: relative;
}

.logo-main{
  width: 200px;
}


#galery-logros .swiper {
  padding: 40px 0;
  width: 100%;
}

#galery-logros .swiper-slide {
  width: 100% !important;
  text-align: center;
}

#galery-logros .gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#galery-logros .gallery-item img {
  height: 500px; /* altura fija */
  width: 100%;
  object-fit: cover;
}


 .swiper-button-next-logros::after {
   height: 100%;
  content: "\F138";
  font-family: bootstrap-icons !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

 .swiper-button-prev-logros::after {
   height: 100%;
content: "\F12F";
font-family: bootstrap-icons !important;
display: flex;
justify-content: center;
align-items: center;
}

 .swiper-button-next-logros {
   width: 45px;
   height: 45px;
    position: relative;
    margin-left: 5px;
    display: inline-table !important;
    top:0px;
    font-size: 20px;
    color: #0D1820;
    border: 1px solid #0D1820;
    border-radius: 50%;
      transition:all .7s ease;
}

 .swiper-button-next-logros:hover{
   background: blue;
   background: #625DA6;
   border: 1px solid #625DA6;
   color: #fff;
 }

 .swiper-button-prev-logros {
   width: 45px;
   height: 45px;
    position: relative;
    margin-right: 5px;
    display: inline-table !important;
    top:0px;
    font-size: 20px;
    color: #0D1820;
    border: 1px solid #0D1820;
    border-radius: 50%;
      transition:all .7s ease;
}

 .swiper-button-prev-logros:hover {
   background: blue;
   background: #625DA6;
   border: 1px solid #625DA6;
   color: #fff;
 }

.swiper-button-next-logros.swiper-button-disabled, .swiper-button-prev-logros.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

/*Como lo hacemos section*/

.grid-cards{
  display: grid;
  grid-template-columns: 1fr;
  gap:20px;
}

.card-simple {
  background-color: white;
  min-height: 150px;
  display: flex;
  justify-content:space-between;
  flex-direction: column;
  border-radius: 8px;
  padding: 20px;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  border: 1px solid #4D2542;
  box-shadow: 6px 6px 0 #4D2542;
}

/**/

.seguro-btn{
  border: 0;
      background: #fff;
      padding-top: 10px;
      padding-bottom: 10px;

      background: transparent;
      padding-left: 0;
padding-right: 0;
}

.list-group-item{
  border: 0;
  border-top: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  position: relative;
  background: transparent;
  padding-left: 0px;
    padding-right: 0px;
}

.enlace-seg{
  position: absolute;
  right: 10px;
  top:25px;
}

.icono-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.list-group-item:has(.collapse.show) {
  background-color:#EFEFF6; /* color cuando está expandido */
}


/*section numeralia*/

.content-numeralia{
    position: relative;
    top: -40px;
}

.grid-numeralia{
  display: grid;
  grid-template-columns: 1fr;
  gap:20px;
}

.img-lg{
  width: auto;
  height: 400px;
  overflow: hidden;
}

.img-lg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-md{
  width: auto;
  height:300px;
  overflow: hidden;
}

.img-md img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-numeralia .content-inf{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  flex-direction: column;
  text-align: center;
}

.grid-numeralia .inf-top{
  padding-top: 60px!important;
}

/*Cards*/

.card-hover {
  margin-bottom: 15px;
  background-color: white;
  cursor: pointer;
  position: relative;
  transition:all .5s ease;
}

.card-hover:hover {
  background-color: #EFEFF6; /* morado claro */
  transition:all .5s ease;
}

.card-hover:hover .btn-next-alt{
  background: #625DA6;
  border: 1px solid #625DA6;
  color: #fff;
  transition:all .5s ease;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}

.card-header img {
  width: 60px;
  height: auto;
}





.card-content {
  padding-bottom: 20px;
  display: none;
  padding-top: 10px;
  width: 90%;
}

.card-hover:hover .card-content {
  display: block;
}

/* ===================================
      Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {
.card-simple {min-height: 250px;}
.grid-cards{grid-template-columns: repeat(2,1fr);gap:20px;}
.grid-numeralia{grid-template-columns: repeat(2,1fr);gap:20px;}
}
/* md  */ @media (min-width: 768px) {

.card-content{width: 50%;}

#galery-logros .gallery-item img {
  height: 500px; /* altura fija */
  width: auto;
  object-fit: cover;
}
#galery-logros .swiper-slide {
  width: auto !important;
  text-align: center;
}
.grid-cards{grid-template-columns: repeat(3,1fr);gap:20px;}
.grid-numeralia{grid-template-columns: repeat(3,1fr);gap:20px;}
} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

.grid-numeralia{grid-template-columns: repeat(4,1fr);gap:20px;}

} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {




}
/* xxl */ @media (min-width: 1400px) {}
