﻿/* 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: #0366d6;
}

.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%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.title.col-md-3 h4 label {
    /*   text-decoration: underline !important;*/
    color: gray !important;
}

.field-validation-error{
    color: red;
    font-size:smaller;
}

.seccion-gris {
    background: #F7F7F7;
}

.espacio {
    margin-top: 50px;
 }

.btn-square-md {
    width: 100px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 100px !important;
    text-align: center;
    padding: 0px;
    font-size: 12px;
}

.btn-secondary.active {
    /*border-bottom: inset !important;
    border-bottom-color: black !important;
    border-bottom-width: thick !important;*/
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
    font-weight: bold !important;
}



.display-large {
    font-size: xx-large;
}

@media screen and (max-width:575px) {
    .title-principal {
        margin-top: 10%;
        width: 200px;
        height: auto;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 133.69%;
        /* or 64px */
        color: #1F2E35;
    }

    .title-secundary {
        width: 200px;
        height: auto;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 133.69%;
        /* or 64px */
        color: #FFBC25;
    }

    .image-principal {
        width: 70%;
        height: 80%;
        margin: auto;
        display: block;
    }

    .btn-buscar {
        width: 270px;
        height: 45px;
        background: #FFFFFF;
        border: 1px solid #1F2E35;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 31px;
        margin: auto;
    }

    .btn-buscar-click {
        width: 270px;
        height: 50px;
        background: #FECB42;
        border-color: #FECB42;
        border-radius: 50px;
        margin: 5% auto;
        display: block;
    }
}

@media screen and (min-width: 576px) {
    .title-principal {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 48px;
        line-height: 133.69%;
        /* or 64px */
        color: #1F2E35;
        display: inline;
    }

    .title-secundary {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 48px;
        line-height: 133.69%;
        /* or 64px */
        color: #FFBC25;
        display: inline;
    }

    .image-principal {
        width: 26vw;
        height: 40vh;
        margin: auto;
        display: block;
    }

    .btn-buscar {
        width: calc(100% + 105px);
        height: 45px;
        background: #FFFFFF;
        border: 1px solid #1F2E35;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 31px;
    }

    .btn-buscar-click {
        background: #FECB42;
        border-radius: 50px;
        margin-top: 5%;
    }

    .display-count {
        font-size: xxx-large;
        text-align: center;
    }
}



