/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing h2 {
    font-weight: 400;
  }
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-headingg {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
  }
  
  /* card-cover 
  -------------------------------------------------- */
  .card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
  
  
  
  #ribbon{
      background-color: #D7D7D9;
  }
  
  .text-shadow{
      text-shadow: 0 3px 3px rgba(0,0,0,0.6);
  }
  
  #birthday{
      background-color: #002955;
      position: relative;
      margin-top: 20px;
      z-index: 10;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }
  
  #birthday-color-1{
      background-color: #ffffff;
      position: relative;
      margin-top: 20px;
      z-index: 10;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }
  
  #birthday-color-2{
      background-color: #184059;
      position: relative;
      margin-top: 20px;
      z-index: 10;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }
  
  #birthday-color-3{
      background-color: #5D8AA6;
      position: relative;
      margin-top: 20px;
      z-index: 10;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }
  
  #birthday-color-4{
      background-color: #F29F3D;
      position: relative;
      margin-top: 20px;
      z-index: 10;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }
  
  #birthday-color-5{
      background-color: #8C2F1B;
      position: relative;
      margin-top: 20px;
      z-index: 10;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }
  
  .txt-color-1{
      color: #ffffff;
  }
  
  .txt-color-2{
      color: #184059;
  }
  
  .txt-color-3{
      color: #5D8AA6;
  }
  
  .txt-color-4{
      color: #F29F3D; 
  }

  .txt-color-5{
      color: #8C2F1B; 
      
  }  









  .button{
    background: -webkit-linear-gradient(#ffbaba 0%, #ff2c2c 100%);
    color: #184059;
    display: inline-block;
    font-size: 1em;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 100%;
    text-decoration: none;
    padding: 9px ;
    box-shadow: 0px 3px 0px #67b0d8 ; 
    border-radius: 10px 10px 0px 0px ;
  }
  
  
  .button:hover { color: #185e8a;
          text-decoration: none; 
  }
  
  .button.blue { 	background: -webkit-linear-gradient(#71c6f3 0%, #97dbff 100%);				
  }					
  .button.green { 	background: -webkit-linear-gradient(#abf2a4 0%, #c9ffc4 100%);				
            box-shadow: 0px 3px 0px #9bda95 ;
  }					
  
  .button.yellow { 	background: -webkit-linear-gradient(#fff2a6 0%, #fff7c7 100%);
            box-shadow: 0px 3px 0px #e5d996 ; 				
  }
  
  .button.pink { 	background: -webkit-linear-gradient(#ff808e 0%, #ff919e 100%);
          box-shadow: 0px 3px 0px #df6e7c ; 				
  }

  .button.white { 	background: -webkit-linear-gradient(#eeeeee 0%, #eeeeee 100%);
    box-shadow: 0px 3px 0px #a8a8a8 ; 				
 }

  

  .servicios-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-top: 3px;
    max-width:  100%;
    max-height: 100%;
    padding-bottom: 10px;
    border-radius:0px 0px 40px 40px ;
  }