@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, body {
    background: #efefef;
    width: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'NeoSan', sans serif;
}
::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(0.2) sepia(1) hue-rotate(-25deg) saturate(10);
  /*background-image: url('../img/Icon019.svg');*/
}
/*
select{
  -moz-appearance:none; 
  -webkit-appearance:none; 
  appearance:none;
  background-image: url('../img/Icon019.svg');
  background-size: 15px;
  background-position: 95% 15px;  
  background-repeat: no-repeat;
}*/

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;
}
.logo-size{
  width: 230px;
  margin: 15px 40px;
}
.navbar{
  background-color: #D9272E;
}
.ppal{
  background-color: white;
  background-image: url(../img/bg.png), url(../img/foot.gif);
  background-position: -270px 0, bottom center;
  background-repeat: repeat-x, repeat-x;
  background-size: auto 350px, auto;
  min-height: 85vh;
}
h1.titulo{
  color: white;
  font-family: 'NeoSanMed', sans serif;
  position: absolute;
  top: 90px;
  left: 45px;
  font-size: 4rem;
  line-height: 3.5rem;
  font-weight: 500;
  text-shadow: 4px 6px 5px rgba(0,0,0,0.5);
}
h1.titulo span{
  font-size: 3rem;
}
h4.titulo{
  color: white;
  font-family: 'NeoSanMed', sans serif;
  position: absolute;
  top: 220px;
  left: 70px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 500;
  text-shadow: 4px 6px 5px rgba(0,0,0,0.5);
}
h4.titulo a{
  text-decoration: underline;
}
.mt-custom{
  margin-top: 360px;
  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: 10px;
  -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: -65px;
  margin-bottom: 30px;
}

.dform .bubble{
  background-color: #D9272E;
  color: white;
  padding: 7px 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.dform h3{
  color: #6f6f6f;
  font-size: 1.5rem; 
}
.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: 10px;
    width: 17px;
    margin: 4px 0 0 10px;
    display: inline-block;
    position: absolute;
    text-align: center;
    cursor: pointer;
}
.dform input.form-control, .dform select.form-control{
  border: 2px solid #cfcfcf;
  border-radius: 10px;
  font-size: 1rem;
}
.dform .btn-primary, .btn-primary{
  background-color: #D9272E;
  border: 0px;
}
.dform .btn-primary:focus, .btn-primary:focus{
  background-color: #7d181e;
  color: white;
  border: 0px;
}
.dform .btn-primary:hover, .btn-primary:hover{
  background-color: #D9272E;
  color: white;
  border: 0px;
}
.dform input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -4px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.dform input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -4px;
  left: -1px;
  position: relative;
  background-color: #D9272E;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle{
  background-color: #B42820;
  color: white;
  border: 0px;
}
button.btn-disabled.form-control:focus {
  color: white;
  background-color: #565656;
}
button.btn-primary.form-control:focus {
  color: white;
  background-color: #b3282d;
}
.btn-disabled{
  background-color: rgb(120, 119, 122);
  border-color: rgb(120, 119, 122);
}
.dform .inputfile{
  display:none;
}
.dform label.upbtn{
  border: 2px solid #cfcfcf;
  border-radius: 10px;
  font-weight: 100;
  padding-left: 10px;
  padding-right: 10px;
  padding: 4px 10px;
  overflow: hidden;
  height: 36px;
}
.dform label.disabled{
  background:#e9ecef;
}
.dform label.upbtn img{
  margin-top: -8px;
}
.dform label.upbtn i{
  background: none;
  font-size: 1rem;
  color: #929292;
  margin: 3px 0 0 -25px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
}
.dform label.upbtn span{
  font-size: 1rem;
  margin-left: 6px;
}
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: #ffffff;
  color: #d9272e;
  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 */

#loading-nroid{
  position:absolute;
  right:20px;
  top:47px;
  color:#D9272E;
}

#submit {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1px;
}
/*/   MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  .logo-size{
    width: 170px;
    margin: 15px 40px;
  }
  .ppal {
    background-position: -230px 0, bottom center;
    background-size: 250%, auto;
  }
  h1.titulo{
    top: 48px;
    left: 40px;
    font-size: 2rem;
    line-height: 3rem;
  }
  h1.titulo span{
    font-size: 2rem;
  }
  .mt-custom{
    display: none;
  }
  .dform{
    margin-top: 200px;
  }
  .ft-custom{
    display: block;
  }

}
.br-2 {
    border-right-width: 0px !important;
}

@media (min-width: 992px) {
    .br-2 {
        border-right-width: 2px !important;
    }
}

.banner {
    display: inline-block;
    background-image: url(../img/banner-tutorial.jpg);
    background-position: top center;
    width: 100%;
    height: 236px;
}
.play-store {
    display: inline-block;
    background-image: url(../img/banner-tutorial.jpg);
    background-position: 392px 52px;
    width: 120px;
    height: 37px;
}
.app-store {
    display: inline-block;
    background-image: url(../img/banner-tutorial.jpg);
    background-position: 514px 52px;
    width: 120px;
    height: 37px;
}
.app-gallery {
    display: inline-block;
    background-image: url(../img/banner-tutorial.jpg);
    background-position: 270px 52px;
    width: 120px;
    height: 37px;
}