<!-- Custom styles for this template -->
    /*
 * Globals
 */

    /* Links */

    a,
    a:focus,
    a:hover {
      color: #fff;
    }

    /* Custom default button */

    .btn-secondary,
    .btn-secondary:hover,
    .btn-secondary:focus {
      color: #333;
      text-shadow: none;
      /* Prevent inheritance from `body` */
      background-color: #fff;
      border: .05rem solid #fff;
    }

    /*
 * Base structure
 */

    html,
    body {
      height: 100%;
      background-color: #333;
    }

    body .hero-header {
      color: #000;
      text-align: center;
      text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    }

    /* Extra markup and styles for table-esque vertical and horizontal centering */

    .site-wrapper {
      display: table;
      width: 100%;
      height: 100%;
      /* For at least Firefox */
      min-height: 100%;
      box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    }

    .site-wrapper-inner {
      display: table-cell;
      vertical-align: top;
    }

    .cover-container {
      margin-right: auto;
      margin-left: auto;
    }

    /* Padding for spacing */

    .inner {
      padding: 2rem;
    }

    /*
 * Header
 */

    .masthead {
      margin-bottom: 2rem;
    }

    .masthead-brand {
      margin-bottom: 0;
    }

    .nav-masthead .nav-link {
      padding: .25rem 0;
      font-weight: 700;
      color: rgba(255, 255, 255, .8);
      background-color: transparent;
      border-bottom: .25rem solid transparent;
    }

    .nav-masthead .nav-link:hover,
    .nav-masthead .nav-link:focus {
      border-bottom-color: rgba(255, 255, 255, .25);
    }

    .nav-masthead .nav-link+.nav-link {
      margin-left: 1rem;
    }

    .nav-masthead .active {
      color: #fff;
      border-bottom-color: #fff;
    }

    @media (min-width: 48em) {
      .masthead-brand {
        float: left;
      }
      .nav-masthead {
        float: right;
      }
    }

    /*
 * Cover
 */

    .cover {
      padding: 0 1.5rem;
    }

    .cover .btn-lg {
      padding: .75rem 1.25rem;
      font-weight: 700;
    }

    /*
 * Footer
 */

    .mastfoot {
      color: rgba(255, 255, 255, .5);
    }

    /*
 * Affix and center
 */

    @media (min-width: 40em) {
      /* Pull out the header and footer */
      .masthead {
        position: fixed;
        top: 0;
      }
      .mastfoot {
        position: fixed;
        bottom: 0;
      }
      /* Start the vertical centering */
      .site-wrapper-inner {
        vertical-align: middle;
      }
      /* Handle the widths */
      .masthead,
      .mastfoot,
      .cover-container {
        width: 100%;
        /* Must be percentage or pixels for horizontal alignment */
      }
    }

    @media (min-width: 62em) {
      .masthead,
      .mastfoot,
      .cover-container {
        width: 42rem;
      }
    }

    .btn-rojo {
  color: #FFFFFF;
  background-color: #C1193A;
  border-color: #eb3a26; }
  .btn-rojo:hover {
    color: #FFFFFF;
    background-color: #d72814;
    border-color: #cb2513; }
  .btn-rojo:focus, .btn-rojo.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 58, 38, 0.5); }
  .btn-rojo.disabled, .btn-rojo:disabled {
    color: #FFFFFF;
    background-color: #C1193A;
    border-color: #eb3a26; }
  .btn-rojo:not(:disabled):not(.disabled):active, .btn-rojo:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #cb2513;
    border-color: #c02312; }
    .btn-rojo:not(:disabled):not(.disabled):active:focus, .btn-rojo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-rojo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(235, 58, 38, 0.5); }
.bg-azul {
  background-color: #3062A6 !important;
  color: #fff !important;
}

.letritas {
  font-size: 0.5em;
}
    @media (min-width: 40em) {
      .letritas {
        font-size: 0.625em;
        text-align: center;
      }
     
    }
  @media (min-width: 576px) {
    .letritas {
      font-size: 0.625em;
      text-align: center; } }
  @media (min-width: 768px) {
    .letritas {
      font-size: 0.75em;
      text-align: center; } }
  @media (min-width: 992px) {
    .letritas {
      font-size: 0.875em;
      text-align: center; } }
  @media (min-width: 1200px) {
    .letritas {
      font-size: 1em;
      text-align: center; } }

.letramodal {
    font-size: 1.0rem;
    font-weight: 300;
    color:#000;
}
.boton_share_contain {
    position: fixed;
    top: 20px;
    left: 10px;
    z-index: 99999;
}

.boton_whatsapp_contain {
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 99999;
}

.boton_share{
      
  width: 50px;
  height: 50px;
  
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #BF0710;
  box-shadow: 2px 2px 2px #000;
          color: #fff;
            font-size: 23px;
  outline-color: transparent;
    outline-style: none;
    top: 30px;
    position: fixed;
}

.boton_share:hover{
  background-color: #c30;
}
.boton_share:active{
  background-color: #c30;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #fff
}
.img_share {
    width: 55px;
    height: 55px;
}
.what-share {
    position: absolute;
    margin-top: -30px;
    z-index: 99999;
}
.img_what {
  width: 50px;
  height: 50px;
}

.input-group .form-control:not(:first-child) {
background-color:  white;
}

textarea.form-control, select.form-control {
background-color: white;
}
