.main-color {
    color: #89101e;
}

.main-color-contact {
    font-family: 'Nunito', sans-serif;
    color: #000000;
    font-size: 16px;
}

/* Checar si se usa en home*/
.title{ 
    color: #901A1D;
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.text-font{
    font-family:'Inter', sans-serif;
    font-size: medium;
    
}

.contact-background {
    background-color: #901A1D;
    border-radius: 5px;
}

.icon-background {
    background-color: #901A1D;
    width: 80px;
    height: 85px;
}


.contact-button {
    background-color: white;
    color: #901A1D;
    border-radius: 5px;
    border: 1px solid #901A1D;
    width: 167px;
    padding: 8px 40px;
    justify-content: center;
    align-items: center;
}


textarea {
    resize: none;
}


.text-over-img {
  
    color: #FFF;
    font-family:'Nunito', sans-serif;
    font-size: 48px;
    

    }

.description-over-img {
   
    color: #FFF;
    font-family:'Inter', sans-serif;
    font-size: 18px;
   

}

.main-img{
    position: relative;
}

.dark-image{
    filter: brightness(50%);
}

.card .img-wrapper {
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: left;
  }

.card .img-wrapper img{
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}


.img-wrapper {
    display: flex;
    justify-content: center;
    margin: auto; 

  }
  
  .img-wrapper img {
    max-width: 100%;
  }

  .col-sm-12-ch{
    text-align: center;
  }

 .my-carousel{
    width: 1300px !important;
 }
 
 .card-description{
    text-align: justify;
}



.btn-center {
    text-align: center;
    justify-content: center;
}

.btn-collapse {
    text-align: center;
    width: auto;
    height: auto;
    background-color: #ffffff;
    border: 1px solid #901A1D;
    border-radius: 5px;
    transition: margin 0.3s ease-in-out;
}

.btn-padding {
    padding-bottom: 10%;
}

.btn-collapse:active, .btn-collapse:focus {
    border-width: 0;
    outline: none;
}

.btn-collapse:hover {
    border-width: 1px;
}

.rotative-text .carousel-indicators button {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    margin: 0 6px;
    padding: 0;
    transition: background-color 0.3s ease;
  }
  
  .rotative-text .carousel-indicators button.active {
    background-color: #901a1d;
  }