  @charset "utf-8";
  /* CSS Document */
  /*FONTS*/
  body {
    font-family: 'Recursive', sans-serif;
  }
  .h4, .h5, .h6, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
  }
  h4 {
    font-family: 'Recursive', sans-serif;
  }
  h1 {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
  }
  /*SUBTITLES FONT SIZES*/
  .secciones-font-size {
    font-size: 1.5rem;
  }
  #containervtc h1 {
    font-size: 50px;
    text-align: center;
  }
  #containervtc h1 small {
    display: block;
    margin: 5px 0 10px;
  }
  #containervtc p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 100;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  #containervtc h2 {
    padding-top: 0px;
    line-height: 90%;
    padding-bottom: 10px;
  }
  p, li {
    line-height: 1.5;
    letter-spacing: .5px;
  }
  .pad-10px {
    padding: .8em;
  }
  .box-m-bot {
    margin-bottom: 15px;
  }
  .caja-tip p {
    margin-bottom: 10px;
  }
  .yell-box-styles {
    color: #333;
    background-color: #FBD600;
    padding: .5rem;
  }
  .min-height-p {
    min-height: 72px;
  }
  /* Portrait tablets and small desktops */
  @media (min-width: 838px) and (max-width: 991px) {
    .secciones-font-size {
      font-size: 1.3rem;
    }
    .min-height-p {
      min-height: 90px;
    }
  }
  @media (min-width: 768px) and (max-width: 837px) {
    .secciones-font-size {
      font-size: 1.1rem;
    }
    .min-height-p {
      min-height: 108px;
    }
  }
  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {
    .secciones-font-size {
      font-size: 1.3rem;
    }
  }
  .typnew {
    text-align: center;
    font-size: 2vh;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 0 10px;
  }
  .lines {
    margin-bottom: 20px;
  }
  .lines .row .col-md-2 {
    text-align: center;
    background-color: #000;
    margin-bottom: 2px;
    padding: 10px 20px;
    height: 48px;
    border: 1px solid #FFF;
    color: #fff;
  }

 .lines .row .col-md-2:hover {
    background-color: #FBD600;
    color: #000;
  }

.lefg {
	text-align: center;
	font-size: 1vh;
	font-family: 'Recursive', sans-serif;
	font-weight: 400;
}