  .slide-container{
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
  }
  .slide-content{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
  }
  .card{
    border-radius: 25px;
    background-color: white;
    transition: all ease-out 0.2s;
  }

  .card:hover{
    transform: scale(1.05);
  }
  
  .image-content,
  .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
  }
  .image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
  }
  .overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #263D65;
    border-radius: 25px 25px 0 25px;
  }
  .overlay::before,
  .overlay::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #263D65;
  }
  .overlay::after{
    border-radius: 0 25px 0 0;
    background-color: white;
  }
  .card-image{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: white;
    padding: 3px;
  }
  .card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #263D65;
  }
  .name{
    font-size: 24px;
    font-weight: 500;
    color: #263D65;
  }

  .espe{
    font-size: 18px;
    color: #263D65;
  }

  .description{
    font-size: 14px;
    color: #263D65;
    text-align: center;
  }
  .button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #263D65;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .button:hover{
    background: #263D65;
  }
  
  .swiper-navBtn{
    color: #263D65;
    transition: color 0.3s ease;
  }
  .swiper-navBtn:hover{
    color: #263D65;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 35px;
  }
  .swiper-button-next{
    right: 0;
  }
  .swiper-button-prev{
    left: 0;
  }
  .swiper-pagination-bullet{
    background-color: #263D65;
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    background-color: #263D65;
  }
  
  @media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }
    .swiper-navBtn{
      display: none;
    }
  }

  .btn{

    background-color: #263D65;
    font-family: quicksand;
    color: #FFFF;
    border-color: white;
}

.btn-border{
    transition: all ease-out 0.2s;
}

.btn-border:hover{
    transform: scale(1.5);
}
.bg-form{

    background-color: #263D65;
    color: white;
    
}


.bg-catarpsi{

    background: #263D65;
    font-family: quicksand;

}
.bg-citas{
    background-color: white;
}

body{
    background:url(../img/BGMAIN.png);
    
}


@font-face {
    font-family: quicksand;
    src: url(../fonts/static/Quicksand-Light.ttf);
}


h1{
    font-family: quicksand;
}


h2 {

font-family: quicksand;
color: white;

}
h3 {

    font-family: quicksand;
    color: #263D65;
}
h4{
    font-family: quicksand;
    color: #263D65;
}

h5{

    font-family: quicksand;
    color: #263D65;
    text-align: center;
}


h6{

    font-family: quicksand;
    color: #263D65;
}

p {
    font-family: quicksand;
    color: #FFFF;
}

hr{

    color: #263D65;

}
