/* ===================================
    Cover
====================================== */

/* ===================================
    Global
====================================== */


/*section SOLSTI*/

.circulo-top{
  position: absolute;
  top:0px;
  right: 0px;
  width: 200px;
  opacity:0.5;
}

.circulo-bottom{
  position: absolute;
  bottom:0px;
  left: 0px;
  width: 200px;
  opacity:0.5;
}

.logo-main{
  width: 250px;
  margin-bottom: 50px;
}

/*Section Servicios*/


#galery-servicios .swiper {
  width: 100%;
}

#galery-servicios .swiper-slide {
  width: 310px;
  height: 250px;
  background: linear-gradient(287.16deg, #030D27 5.15%, #001E6B 98.38%);
  border-radius: 12px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

#galery-servicios .swiper-slide img{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 130px;
}



 .swiper-button-next-servicios::after {
   height: 100%;
  content: "\F285";
  font-family: bootstrap-icons !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

 .swiper-button-prev-servicios::after {
   height: 100%;
content: "\F284";
font-family: bootstrap-icons !important;
display: flex;
justify-content: center;
align-items: center;
font-weight: 600;
}

 .swiper-button-next-servicios {
   width: 35px;
   height: 35px;
    position: relative;
    margin-left: 5px;
    display: inline-table !important;
    top:0px;
    font-size: 18px;
    font-weight: 600;
    color: #10223B;
    transition:all .7s ease;
    cursor: pointer;
    border: 2px solid #10223B;
    border-radius: 50%;
}

 .swiper-button-next-servicios:hover{
   color: #FF5C35;
 }

 .swiper-button-prev-servicios {
   width: 35px;
   height: 35px;
    position: relative;
    margin-right: 5px;
    display: inline-table !important;
    top:0px;
    font-size: 18px;
    font-weight: 600;
    color: #10223B;
      transition:all .7s ease;
      border: 2px solid #10223B;
      border-radius: 50%;
}

 .swiper-button-prev-servicios:hover {
   color: #FF5C35;
 }

.swiper-button-next-servicios.swiper-button-disabled, .swiper-button-prev-servicios.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

/*Section valores*/

.grid-valores{
  display: grid;
  grid-template-columns: 1fr;
  gap:20px;
}

.card-valor{
  width: 100%;
  height: 300px;
  aspect-ratio: auto;
  border-radius: 13px;
  overflow:hidden;
  position: relative;
}

.card-valor img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-valor .text-card{
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(33, 57, 91, 0) 0%, #001E6B 73.56%);
  padding: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}


/*Section Colaboraciones*/

.card-colaboracion{
  background: #EBF1F6;
  border-radius: 12px;
}

.card-colaboracion .tittle-card{
  background: #001E6B;
  border-bottom: 6px solid #FF5C35;
  padding: 15px 30px;
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card-colaboracion .inf-card{
  padding:30px;
}

.card-colaboracion .inf-card .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap:10px;
}

.card-colaboracion .inf-card .icon img{
  width: 45px;
  height: 45px;
}

/*Section Testimonios*/
.icon-comillas{width: 55px;margin-bottom: 30px;}

.description-testimoneo{
  min-height: auto;
  margin-bottom: 20px;
}

/* ===================================
    Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

/*Section Testimonios*/
.description-testimoneo{min-height: 300px;margin-bottom: 0px;}

/*Section servicios*/
#galery-servicios .swiper-slide {width: 310px;height: 330px;}
#galery-servicios .swiper-slide img{width: 180px;}

}
/* md  */ @media (min-width: 768px) {


/*section SOLSTI*/
.circulo-top{opacity:1;}
.circulo-bottom{opacity:1;}



/*Section valores*/
.grid-valores{grid-template-columns: repeat(2,1fr);gap:15px;}
.card-valor{height: auto;aspect-ratio: 1 / 1;}
.card-valor .text-card{padding: 30px;}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

/*Section valores*/
.grid-valores{grid-template-columns: repeat(3,1fr);gap:15px;}

} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {}
/* xxl */ @media (min-width: 1400px) {}
