@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');
@font-face {
  font-family: NeoSan;
  src: url('../webfonts/NeoSan.woff') format('woff'),
       url('../webfonts/NeoSan.ttf') format('truetype')
}

@font-face {
  font-family: NeoSanMed;
  src: url('../webfonts/NeoSanMed.woff') format('woff'),
       url('../webfonts/NeoSanMed.ttf') format('truetype')
}
html {
    background: #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
}
/*
@-webkit-keyframes changeBg
{
   0%,100% {background-image: url('../img/slides/01.jpg');background-size: cover;}
   25% {background-image: url('../img/slides/02.jpg');background-size: cover;} 
   50% {background-image: url('../img/slides/03.jpg');background-size: cover;} 
}*/
::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(0.2) sepia(1) hue-rotate(-25deg) saturate(18);
}
body
{
  /* -webkit-animation: changeBg 30s infinite;*/
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'NeoSan', sans serif; 
}


p {
  font-family: 'NeoSan', sans serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.btn-primary{
  background-color: #D9272E;
}
.btn-primary:hover{
  background-color: #c0161c;
}
.logo-size{
  width: 200px;
  margin: 15px 40px;
}
.navbar{
  background-color: #D9272E;
}
.ppal{
  background-image: url(../img/bg.jpg), url(../img/foot.gif);
  background-position: 0 0, bottom center;
  background-repeat: repeat-x, repeat-x;
  background-size: contain, auto;
  min-height: 85vh;
  padding-bottom: 100px;
}
h1.titulo{
  color: white;
  position: absolute;
  top: 40px;
  left: 35px;
  font-size: 3rem;
  line-height: 3.3rem;
  font-weight: 800;
  text-shadow: 4px 6px 5px rgba(0,0,0,0.5);
}
h1.titulo span{
  font-size: 3rem;
}
#select-desc{
  background: #d9272e;
  font-size: 1.3rem;
  color: white;
  padding: 20px;
  border-radius: 0 30px;
  position: absolute;
  top: 170px;
  width: 80%;
  left: 35px;
}
#select-desc span{
  font-size: 1.5rem;
}
.mt-custom{
  margin-top: 50vh;
  color: #D9272E;
}
.mt-custom h1{
  font-size: 2rem;
}
.mt-custom b{
  font-size: 1.2rem;
}
.mt-custom a{
  font-size: 1.4rem;
}
.alert-warning {
  color: #bd131f;
  background-color: #f3f3f3;
  border: none;
  border-left: 5px solid #d9272e;
}
.alert-success {
  color: #ffffff;
  background-color: #d9272e;
  border-color: #d9272e;
}
.dform{
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  padding: 30px;
  margin-top: -35px;
  margin-bottom: 30px;
  min-height:400px;
}
.dform h3{
  color: #6f6f6f;
  font-size: 1.4rem; 
}
.dform .bubble{
  background-color: #D9272E;
  color: white;
  padding: 7px 12px;
  border-radius: 15px;
  font-size: 14px;
  display: inline-block;
}

.dform h2, .dform h4{
  color: #D9272E;
  font-weight: bold;
}
.dform label{
  color: #78777a;
  font-weight: bold;
  width: 100%;
}
.dform label i{
    background: #929292;
    padding: 5px;
    font-size: .5rem;
    color: white;
    border-radius: 20px;
    width: 17px;
    margin: 4px 0 0 10px;
    display: inline-block;
    position: absolute;
    text-align: center;
    cursor: pointer;
}
.dform small.validation{
  color: red;
  margin:0;
  padding:0 0 0 10px;
  display: none;
}
.dform input.form-control, .dform select.form-control{
  border: 2px solid #cfcfcf;
  border-radius: 10px;
}
.dform .btn-primary{
  background-color: #D9272E;
  border: 0px;
}
.dform .inputfile{
  display:none;
}
.dform label.upbtn{
  border: 2px solid #cfcfcf;
  border-radius: 15px;
  font-weight: 100;
  padding-left: 35px;
  overflow: hidden;
}
.dform label.upbtn i{
  background: none;
  font-size: 1rem;
  color: #929292;
  margin: 3px 0 0 -25px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
}
.dform button{
  border-radius: 20px;
  box-shadow: 2px 2px 12px #c9c9c9;
  display: block;
  color: #adb5bd;
  text-align: center;
  padding: 6px;
  font-weight: bold;
  border: none;
}
.dform button:hover{
  background-color: #bdbdbd;
  color: white;
  box-shadow: 0px 0px 0px #c9c9c9;
}
.dform a.agregar{
  border-radius: 20px;
  height: 35px;
  width: 35px;
  box-shadow: 2px 2px 12px #c9c9c9;
  display: block;
  color: #adb5bd;
  text-align: center;
  padding: 6px;
  margin-top: 32px;
}
.dform a.agregar:hover{
  background-color: #bdbdbd;
  color: white;
  box-shadow: 0px 0px 0px #c9c9c9;
}
.dform a.kill{  
  border-radius: 20px;
  height: 35px;
  width: 35px;
  box-shadow: 2px 2px 12px #c9c9c9;
  display: block;
  color: #adb5bd;
  text-align: center;
  padding: 6px;
  margin-top: 2px;
}
.dform a.kill:hover{
  background-color: #D9272E;
  color: white;
  box-shadow: 0px 0px 0px #c9c9c9;
}
.dform .money{ 
  background-image: url('../img/lempiras.gif');
  background-repeat: no-repeat;
  background-position: 15px 9px;
  padding-left: 55px;
}
input::placeholder{
    color: #3d3d3d;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.ft-custom{
  background-color: #D9272E;
  color: white;
  display: none;
}
.ft-custom h1{
  font-size: 2rem;
}
.ft-custom a{
  font-size: 1.4rem;
}
/* TOOLTIP */
.tooltip-inner {
    background-color: #333333;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #333333;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #333333;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #333333;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #333333;
}
/* FIN TOOLTIP */

/* CHECKBOX */
.checkcont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkcont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 16px;
  border-radius: 4px;
  background-color: #ccc;
}
.checkcont:hover input ~ .checkmark {
  background-color: #ccc;
} 
.checkcont input:checked ~ .checkmark {
  background-color: #D9272E;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkcont input:checked ~ .checkmark:after {
  display: block;
}
.checkcont .checkmark:after {
  left: 5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* FIN CHECKBOX */

#loading-nroid{
  position:absolute;
  right:20px;
  top:47px;
  color:#D9272E;
}
#submit {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1px;
  background-color: #D9272E;
  border: 0px;
  border-radius: 10px;
}
/*/   MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  .logo-size{
    width: 170px;
    margin: 15px 40px;
  }
  .ppal {
    background-position: 0 0, bottom center;
    background-size: 200%, auto;
  }
  h1.titulo{
    top: 25px;
    left: 40px;
    font-size: 2rem;
    line-height: 2rem;
  }
  h1.titulo span{
    font-size: 2rem;
  }
  .mt-custom{
    display: none;
  }
  .dform{
    margin-top: 170px;
  }
  .ft-custom{
    display: block;
  }
}
