/* variables */
:root{
  --color1: #00b0b9;
  --color2: #985fa3;
  --color2light: #A86fB3;
  --color3: #f7910e;
  --grey: #ababab;
  --lightgrey: #ededed;
  --pale-grey: #f8f8f8;
  --white: #ffffff;
  --red: #dc3545;

  --shadow-large: 0 .5rem 2rem 0 rgba(0, 0, 0, 0.5);
  --button-height: 2.25rem;

  --border-radius: .5rem;
}
.white{
  color:#fff;
}
.color1{
  color:var(--color1);
}
.color2{
  color:var(--color2);
}
.color2light{
  color:var(--color2light);
}
.color3{
  color:var(--color3);
}
.bgwhite{
  background-color:#fff;
}
.bggrey{
  background-color: var(--grey) !important;
}
.bglightgrey{
  background-color: var(--lightgrey) !important;
}
.bgcolor1{
  background-color:var(--color1) !important;
}
.bgcolor2{
  background-color:var(--color2) !important;
}
.bgcolor2light{
  background-color:var(--color2light) !important;
}
.bgcolor3{
  background-color:var(--color3) !important;
}

/* cambios globales */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-weight: 400;
}

.vet-grid{
  display: grid;
  padding: 22px 25px 38px !important;
}

.vet-card{
  border: 1px solid #ddd;
  margin-bottom: 24px;
  transition-duration: .5s;
}

.vet-card a{
  text-decoration: none;
  color: #111;
}

.vet-card:hover{
  background-color: #fafafa;
  transition-duration: .5s;
}

.vet-card__foto{
  padding: 0;
}

.vet-card__foto img{
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 200px;
}

.vet-card__title{
  padding-top: 10px;
}

.vet-card__text{
  font-weight: 300;
}

.vet-card__button{
  color:#fff;
  background-color: var(--color2);
  float: right;
  font-size: .9rem;
  margin-top: 10px;
}
.vet-card__button:hover{
  color:#ffff;
  background-color: var(--color2light);
}

.vet-card__badge{
  display: inline-block;
  font-size: .9rem;
  text-align: center;
  padding: 2px 10px;
}

.vet-card__vertical{
  height: 95.5%;
  position: relative;
}

.vet-card__vertical img{
  max-height: 97px;
  object-fit: cover;
}

.vet-card__author{
  display: flex;
  position: absolute;
  text-align:right;
  font-size: .9rem;
  align-items: flex-end;
  justify-content: center;
  right: 16px;
  bottom: 9px;
  z-index:999;
}
.vet-card__author a{
  z-index: 999;
  color:var(--color1);
}

.vet-stared{
  background: url("../images/stared.e6e58fee697a.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 70px;
  background-color: #fbf9fb;
}

/* SELECTORES DE FILTRO */
.vet-dropdown{
  border: 1px solid #ccc !important;
  font-size: .9rem;
  color:#555;
  padding: 7px 15px 5px;
  width: auto;
  padding-right: 36px;
}
.vet-dropdown:focus{
  border: 1px solid #ccc !important;
}

@media (max-width:768px){
  .vet-filters{
    width:100%;
  }

  .vet-filters > *{
    display:block;
    width: 100%;
    float: left;
    padding: 12px !important;
    margin: 3px 0;
  }

  .vet-filters form{
    padding: 0 !important;
  }

  .vet-dropdown{
    display: block;
    width: 100%;
    margin: 5px 0;
  }

  .vet-filters__button{
    display: block;
    width: 100%;
    margin: 3px 0;
  }
}

.vet-filters__button{
  padding: 7px 16px;
  border: 0px;
  font-size: .9rem;
}

.vet-wrapper{
  background-color: var(--lightgrey);
  width: 100%;
}

.vet-heading__button{
  color:#fff;
  background-color: var(--color2);
  font-size: .9rem;
  padding: 10px 18px;
  margin: 5px;
  border: 0;
  border-radius: var(--border-radius);
}
.vet-heading__button:hover{
  color: #ffff;
  background-color: var(--color2light);
}
.vet-heading__button2{
  color:#fff;
  background-color: #797979;
  font-size: .9rem;
  padding: 10px 18px;
  margin: 5px;
  border: 0;
  border-radius: var(--border-radius);
}
.vet-heading__button2:hover{
  color: #ffff;
  background-color: #888;
}

.vet-icons{
  color: #fff;
  font-size: .9rem;
}
.vet-icons div{
  padding: 25px 10px;
  text-align: center;
  font-weight: 300;
  line-height: 115%;
  min-width: 150px;
  flex-shrink: 3;
  margin: auto;
}
.vet-icons span {
  font-size: 1.75rem;
  display: block;
  margin-bottom: 8px;
}

.vet-tabs{
  display: flex !important;
  align-items: stretch!important;
  align-content: stretch!important;
}

.video-play-icon{
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.9rem;
  text-shadow: 3px 3px 5px #000;
  background-color: rgba(0,0,0,0.2);
  transition-duration: .5s;
}
.video-play-icon:hover{
  background-color: rgba(0,0,0,0);
  transition-duration: .5s;
}

/* Typography styles */
.title__small {
  font-size: 1.25rem;
  font-weight: 600
}

.title__main {
  font-size: 2.25rem;
  font-weight: 600
}

.text__main {
  font-size: .9rem;
  font-weight: 400;
  line-height: 150%;
}

.text__semi-bold {
  font-weight: 600;
}

.border-bottom {
  border-bottom: 1px solid var(--grey);
}
