/*GENERALES*/
h1{
  font-size: 1.7em;
  color:#01A1BE;
  font-family: cursive;
  font-weight: bold;
  }
  h2{
    font-size: 2em;
    color:#01A1BE;
  font-family: cursive;
  font-weight: bold;
}
  
  h3{
      font-size: 1.2em;
      font-family: cursive;
  font-weight: bold;
  color:#E8456B;
  }
  h4{
    font-size: 1em;
    color: #ab54a0;
    font-family: cursive;
    font-weight: bold;
  }
  .doctor{
    font-size: 1.5em;
    color: #E8456B;
    font-family: cursive;
    font-weight: bold;
  }
  p{
    text-align: justify;
    font-family: cursive;
  }
  .descripcion{
font-size: 0.7em;
font-family: cursive;
  }
.colorguinda{
  color: #E8456B;
}
.colormorado{
  color:#ab54a0;
}
.colorblanco{
  color: #ffff;
}
.fondoguinda{
    background-color:rgb(170, 84, 160,75%)
}
/*footer*/
.fondofooter{
  width: 100%;
  height: 18vw;
  
}
.fondofooter img{
 width: 100%;
}
.fondofootercolor{
  background-color: #E8456B;
}
/*portada*/
.portada{
  width: 100%;
  height: 26vw ;
}

.portada img{
  width: 100%;
}
.portadatexto{
  position:absolute;
  right:15vw;
  top: 28vw;
}
@media (max-width:500px) {
  .portadatexto{
    position:relative;
    text-align: center;
    margin-left: 20%;
  }
  .portada{
    width: 100%;
    height: 3vw ;
  }
}
.portadaiconos{
  position:absolute;
  right:15vw;
  top: 35vw;
}

/*Carta enfermedades*/
.carta{
  overflow: hidden;
  width: 220px !important;
  height: 270px !important;
  border-radius: 20px;
}
.carta-body{
  width: 100%;
  height: 100%;
  top:0;
  right: -100%;
  position: absolute;
  background: #1f3d4738;
  backdrop-filter: blur(5px);
  border-radius: 15px;
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 1.5s;
}
.carta:hover .carta-body{
  right: 0;
}

/*icono de especialidades*/
.contenedor-icono{
  position: relative;
  width: 100px;
  height: 120px;
  padding: 2px;
}
.contenedor-icono img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: 0.5s;
}
.contenedor-icono #icono2:hover{
  opacity: 0;
  cursor: pointer;
}
/*AREA DE DOCTORES*/
/*lista scroll*/
.listascrollable{
max-height: 200px; 
overflow-y:scroll; 
border: 1px solid #dee2e6; 
border-radius: 5px;
}
/*IMAGEN*/
.imgareadr{
  border-radius: 50px 0 50px 0 ;
  border-style: solid;
  border-color: #ab54a0;
  border-width: 8px;
}
/*doctores*/
.btn-doctor{
  background-color: #ffff;
  color :#E8456B;
  border-radius: 10px ;
  border-style: solid;
  border-color: #E8456B;
  border-width: 2px;

}

/*borde de mapa*/
.bordemapa{
  border: 4px #E8456B solid;

}
/*borde de blog*/
.bordeblog{
  border: 2px #E8456B solid;
  border-radius: 10px;

}

/*valores*/
/*
.containerv{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px;
}*/
.cardv{
  position: relative;
  width: 200px;
  height: 350px;
  /*background: rgba(255,255, 255,0.5);*/
  background: rgba(1,161,190,0);
  margin: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: #E8456B solid 2px;
 

}
.cardv .contentv{
  position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 transition: 0.5s;
}
.cardv:hover {
  background: rgba(232,69,107,0.06);
 /* background: rgba(1, 162, 190, 0.089);*/
}
.cardv:hover .contentv{
  transform: translateY(-40px);
}
.cardv .contentv .imgbx{
  position: relative;
  width: 100px;
  height: 120px;
  overflow: hidden;
}

.cardv .contentv .imgbx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.cardv .contentv .contentbx h3{
  /*color: #3f09e3;*/
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 10px;
  line-height: 1.1em;

}
.cardv .sci{
  position: absolute;
  bottom: 10px;
  padding: 0;
  display: flex;
}
.cardv .sci li{
  list-style: none;
  margin: 0 10px;
  transform: translateY(20px);
  transition: 0.5s;
  opacity: 0;
}
.cardv:hover .sci li{
  transform: translateY(0px);
  opacity: 1;
}

/*carruser automatico*/
.slider{
  width: 40vw;
  height: auto;
  overflow: hidden;
}
.slider .slide-track{
  display: flex;
  animation: scroll 40s linear infinite;
  -webkit-animation: scroll 20s linear infinite;
  width: calc(300px*14);
}
.slider.slide{
  width: 100px;
}
.slider .slide img {
  width: 80%;
}
@keyframes scroll{
  0% {
      -webkit-transform:translateX(0);
      transform:translateX(0);
  }
  100% {
      -webkit-transform:translateX(calc(-200px *7));
      transform:translateX(calc(-200px*7));
  }
}
 /*acordion*/
 .accordion{
  max-width: 600px !important;
  margin: 50px auto;
  box-shadow: 0 20px 25px 0 rgba(110,130,208,18)!important;
 }
 .accordion-button{
  background-color: #ab54a0 !important;
  color: #fff !important;
  position: relative;
  box-shadow: none !important;
 }

 .accordion-button:active, .accordion-button:focus{
  border: none !important;
 }

 .accordion-button:hover{
  background: #E8456B !important;
 }