.buttonConsulta {
display: inline-block;
padding: 15px 25px;
font-size: 19px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #241c49;
border: none;
border-radius: 15px;
}



.buttonConsulta:hover {background-color: #423870}



.buttonConsulta:active {
background-color:#241c49;
}



.cortarTitulo {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.card-footer{
border-top: 0;
}

.card-body{
height: 190px;
}
.cortarTxt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.buttonVer {
  background-color: #c61727;
  border-radius: 12px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;

}


.buttonVer:hover {
  background-color: white;
  border: 2px solid;
  border-color: #c61727;
  color: #241c49;
}
 .caja {
      float: left;
      margin-left: 5px;
    }
 .pruebaColor{
  background-color: red;
  margin: 0
}
.img-caja{
  max-width: 100%;
  max-width: 100%;
  width: 100%;
  height:300px;
  object-fit:cover;
  border: 1px solid #241c49;
  padding: 5px;
  background-color: #241c49;
}

.espacio{
  margin-left:100 px;
}

p {
  color: #241c49;
  font-weight: 300;
  line-height: normal;
  font-size: 1rem;
}

p span {
font-weight: bold;
}


h3 {
color: #241c49;
font-weight: 700;
font-size: 1.5rem;
}

h4 {
  color: #241c49;
  font-weight: 700;
  font-size: 1.25rem;
}

h5 {
  color: #0b489d;
  font-weight: 700;
}



i {
  color: #0b489d;
}

.color1 {
background-color: #0b489d;
}

.color2 {
background-color: #c61727;
}

.bordeTitulo {
border: 2px solid;
border-color: #c61727;
padding: 4px 10px 4px 10px;
border-radius: 25px;
}

.bordefoto {
    border-width:5px;
    border-right-style:solid;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #041c3f;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color:#c61727;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 16px/1 'Roboto', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}


/* top right*/
.ribbon-top-right {
  top: -10px;
  right: 5px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}


/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}
