.container-slider {
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  /* max-width: 800px;
  min-width: 600px; */
  margin-top: 10px;
  
  /* max-width: 500px; */
  /* height: 400px; */
  /* margin-left: auto;
  margin-right: auto; */
  overflow: hidden;
  position: relative;
  /* background-color: yellow; */
  height: 300px;
  /* background-color: yellow; */
  border: 1px solid #48bafc88;
  border-radius: 7px;
   

}

.sliderimg {

  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  background-color: black;

}


.slider {

  display: flex;
  width: 700px;
  height: 330px;
  margin-left: -100%;

}




.slider__section {
  /* background-color: red; */
  /* padding-left: 40px;
  padding-right: 40px; */
  /* width: 3000px; */
  height: 300px;
}




/* botones */


.section-btn {
  margin-top: -130px;
}


.slider__btn {
  /* background-color: blue; */
}


.content-card {
  width: 720px;
  /* background-color: aquamarine; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  /* overflow-y: hidden; */
}




.slider__btn--right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 68px;
  right:-5px;
  width: 40px;
  height: 200px;
  /* background-color: red; */
  /* margin-bottom: 200px; */
}



.slider__btn--left {

  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 68px;
  left: 0px;
  width: 40px;
  height: 200px;
  
  /* background-color: red; */
  /* margin-bottom: 200px; */


}


/* estilos card */

.card {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;  
  width: 205px;
  height: 200px;
  background-color: #D9D9D9;
  margin: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  border-radius: 7px;
}



.numero-wsp {
  
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: red;     */
  text-align: center;
}


.numero-wsp p {
  padding: 0px !important;
}

.title-wsp {
  color: #0065FB !important;
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important; 
  text-decoration: none; 

}


.title-wsp:hover{
    
    text-decoration: none;
    color : #468ffc !important;

}


.content-email{

  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
  background-color: #0065FB;
  color: black;
  font-weight: 100;
  /* border-radius: 4px; */
  
}


.content-email p {

   color: white !important;
   padding-left:8px !important;
   padding-right:8px !important;
   padding-top: 7px !important;
   padding-bottom: 7px !important;
   font-weight: 500; 

}




.horario{
   font-weight: bolder;
   color: black;
}


.svg{
  margin-left: 30px !important;
  /* background-color: red !important; */

}

.tranfe{
  width: 190px !important;
  text-align: center;
}



.title-slide{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top:20px;
  left: 285px;
  color:#0065FB;
  /* background-color: red; */
}



.nombre-seccion {

  font-weight:bolder !important;
  font-size: 13px !important;
  margin-bottom: 17px !important;
  text-align: center !important;

  

}