﻿/* 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;
  text-decoration: underline;
}

a.btn{
    text-decoration: none;
}

.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;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background: #008578;
    color: #FFF;
}
.form-control::-webkit-input-placeholder { /* Edge */
  color: #0FAD9E;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #0FAD9E;
}

.form-control::placeholder {
  color: #0FAD9E;
}
input.form-control.big{
  font-size: 2em;
  /*text-align: center;*/
}
input.form-control{
  font-size: 1.5em;
  text-transform: uppercase;
  background-color: #008578;
  color:#FFF;
}
.form-control:focus{
  background-color: #008578;
  color:#FFF;
}
.form-check-inline .form-check-input
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  /*padding: 1.5em;*/
  margin-right: 1em;
}
.header {
    background-color: #70c7bf82;
    padding: 2.5em 1em;
    text-align: center;
    color: #FFF;
}
.sub-header p{
  font-size: 2em;
  padding: 0;
  margin: 0;
}
.container{
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.link-inner, .link-inner:visited{
  color: #fff;
  text-decoration: underline;
}
.link, .link:visited{
  font-size: 1.5em;
  color: #fff;
  padding: 1em;
  display: block;
}
.modal-content{
  background: #008578;
  color: #FFF;
}
.modal-header, .modal-footer{
  background-color: #70c7bf82;
  padding: 1em 0.5em;
  text-align: center;
  color: #FFF;
}
.btn-primary{
  background-color: #fff;
  border-color: #F3F0F0;
  color: #008578;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1em !important;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle,
.btn-primary.focus, .btn-primary:focus,
.btn-primary:hover{
  box-shadow: 0 0 0 0.2rem rgba(0,133,120,.5);
  background-color: #F3F0F0;
  border-color: #ECE5E5;
  color: #008578;
}
hr{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.5);
  width: 70%;
}
 @media screen and  ( max-width: 768px)   {
  .form-group label{
    font-size: 2em;
  }    
}  

.f1{ font-size: 1em;}
.f1-5{ font-size: 1.5em;}
.f2{ font-size: 2em;}
.f2-5{ font-size: 2.5em;}
.f3{ font-size: 3em;}
.f4{ font-size: 4em;}
.condiciones{
  height: 10em;
  display: block;
  overflow-y: scroll;
  border: solid 1px #ccc;
  padding: 1em;
}
.condiciones p{
  font-size: 0.7em;
}

.condiciones::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}
.condiciones::-webkit-scrollbar {
  width: 0.6em;               /* width of the entire scrollbar */
}
.condiciones::-webkit-scrollbar-track {
  background: #DDDAD4;        /* color of the tracking area */
  background: #70c7bf82;        /* color of the tracking area */
}
.condiciones::-webkit-scrollbar-thumb {
  background-color: #008578;    /* color of the scroll thumb */
  /*border-radius: 10px;*/       /* roundness of the scroll thumb */
  border: 1px solid #026C62;  /* creates padding around scroll thumb */
}
* {
  scrollbar-width: thin;
  scrollbar-color: #008578 #DDDAD4;
}