/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #a50916;
}


.box-light {
    background-color: #f5ede7
}

.box-full {
    background-color: #a49494;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

a{
color: #F2CB05;
}


.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #222;
    color: #f8c724 !important;
    height: 14em;
    position: relative;
    padding-top: 2em;
    text-align: center;
}

.loading {
   position:absolute;
   z-index:5000;

}


.box {
    background-color: #F2CB05;
    color: #A60540
}

.banner {
    height: 10em;
}

section {
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 1em;
   
}

.btnAction {
    background-color: #f8c724 ;
    border-color: #a50916;
    color:#a50916 ;
    
}

.btnAction2 {
  background-color: #a50916 ;
  border-color: #f8c724;
  
}

.titulo
{
  padding-top:2.5em;margin-left: 30%;
}

@media (max-width: 768px)
{
    .titulo
    {
      padding-top:1.5em;margin-left: 33%;
    }  
}

@media (min-width: 768px) {
     .imagen{padding-left:1em;padding-top:1.3em;}
}

@media (max-width: 768px) {
  .imagen{padding-left:1em;padding-top:.7em;}
}

.logo{
  height:120px;
  border-radius: 10%;
  margin-right: 1em;;
}

  @media (max-width: 768px) {
    .logo{
      height:80px;
      border-radius: 10%;
      margin-right: 1em;
      margin-top: 1em;
    }
  }
  
  .navbarCustom
{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  padding: 1rem 1rem;
  margin-left: 0!important;
  background-color:#A60540;
  width: 100%!important;
}


html {
    height: 100%;
}


body {
    min-height: 100%;
    background-color: #F2F2F2;
}

p,
span
h1,
h2,
h3,
h4
{
    font-family: "Swis721 BlkCn BT",sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
}

h1
{
  font-size: 4em;
  font-weight: bold;
}


@media (max-width: 768px) {
  .title
  { 
    font-size: 1.8em;
    font-weight: bold;
  }
}


h5,h6,p,span {
  font-family:Arial, Helvetica, sans-serif;
}

.wrap{
    min-height:calc(100vh - 160px)
}

.Contenido {
    padding-top: 2em;
    padding-bottom: 2em;
}


.inputForm {
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */
    behavior: url("border-radius.htc");
}

.RightColumn {
    background-color: White;
}