/* ===================================
    Cover
====================================== */

.cover{
  width: 100%;
  min-height: 600px;
  background: linear-gradient(270deg, rgba(5, 5, 5, 0) 0%, rgba(0, 0, 0, 0.8) 100%),url('../../assets/img/inicio/cover.jpg');
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 10px solid #D53837;
}


.cover-section{
  background-image:url('../../assets/img/inicio/empresa.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
}




/* ===================================
    Global
====================================== */


/*testimoneos*/

.img-testimoneo{
  width: 100%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
display: none;
}

.img-testimoneo img{
  width: 100%;
  object-fit: contain;
}

.inf-testimoneo .text{
  padding-left: 15px;
  padding-right: 15px;
}


.inf-testimoneo .text .ind{
  font-size: 140px;
  font-family: 'Libre Baskerville'!important;
  color: #D53837;
  line-height: 0px;
  margin-top: 50px;
}

.inf-testimoneo .text p {
  font-size: 16px;
  color: #231F20;
  margin: 0;
}

.inf-testimoneo .name{
  margin-top: 30px;
}

.inf-testimoneo .name h5{
  color: #202322;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 0;
  font-weight: 600;
}

.inf-testimoneo .name P{
  color: #A9A9A9;
  font-weight: 500;
  margin-bottom: 0;
}

.grid-testimoneo{
  display: grid;
  grid-template-columns: 1fr;
  gap:20px;
}

.img-inf-testimoneo{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.img-inf-testimoneo img{
  width: 65%;
  border-radius: 50%;
  border: 4px solid #D22F2C;
}

/*Slider testimoneo*/

.select-testimoneo {
  margin-top: 50px;
  position: relative;
}

.select-testimoneo .swiper{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



.select-testimoneo .nav-link{
  padding:0px;
}

.select-testimoneo .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.select-testimoneo .nav-link.active{
    border: 4px solid #E51C21!important;
}

.select-testimoneo .nav-link {
    margin-bottom: 2px;
    background: transparent;
    width: 90px;
    height: 90px;
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.select-testimoneo .nav-link img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.select-testimoneo .swiper-slide {
  width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;

   }

.select-testimoneo li{
  width: auto;
}

.select-testimoneo .nav {
    flex-wrap: nowrap;
  }



.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 30px;
  color: #E51C21;
}


/* ===================================
    Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {

}
/* xs  */ @media (min-width: 431px) {







} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

.grid-testimoneo{grid-template-columns: 40% auto;gap:0px;}
.img-inf-testimoneo img{width: 85%;}
.img-inf-testimoneo{justify-content: flex-start;}

.inf-testimoneo .text{
  padding-left: 0px;
  padding-right: 0px;
}


}
/* md  */ @media (min-width: 768px) {

.inf-testimoneo .text p {font-size: 20px;}
.inf-testimoneo .text .ind{margin-top: 80px;}




} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

.img-testimoneo{
  display: inline;
}




  .cover-section{min-height: 800px;}

} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {




}
/* xxl */ @media (min-width: 1400px) {}
