
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
  body {
    background-color: #fff;
  }

  .content ul {
    list-style: none;
    padding: 0;
  }

  .content ul li {
    padding-bottom: 10px;
  }

  .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #912131;
  }


/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/
  .section-bg-bienvenida {
    background-color: #912131;
  }
  .btn-get-more {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #912131;
    border: 0 solid #912131;
  }

  .btn-get-more:hover {
    color: #fff;
    background: #a74d5a;
  }

  .titulo-info{
  	font-size: 20px;
      font-weight: 700;
  }


  .contact .info {
    text-align: center;
    background: #fff;
    padding: 40px 30px;
    width: 100%;
    border: 1px solid #eef0ef;
  }


/*--------------------------------------------------------------
# Preguntas
--------------------------------------------------------------*/
  .card-header .title {
      font-size: 17px;
      color: #000;
  }
  .card-header .accicon {
    float: right;
    font-size: 20px;  
    width: 1.2em;
  }
  .card-header{
    cursor: pointer;
    border-bottom: none;
  }
  .card{
    border: 1px solid #ddd;
  }
  .card-body{
    border-top: 1px solid #ddd;
  }
  .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
  }


