.texto-rojo{
    color: #ff0000;
}
.texto-azul{
    color: #0066ff;
}
.hbg{
    /* background-image: url('../../assets/img/hbg.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    overflow-x: hidden;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -15px;
    padding-top: 0px;
    height: 300px;
}
@media (max-width: 600px) {
    .small{
        padding-top: 50px !important;
    }
    img {
        width: 100%;
    }
    .ti {
        padding-top: 34% !important;
    }
    .made-with-mk {
        display: none !important;
    }
}

/* #avi1, #avio1, #avi1_acom, #avio1_acom, #par1, #acom1, #trans, #transA, #transB, #trans2, #trans_acom, #transA_acom, #transB_acom, #trans2_acom, #promotoria, #alergico-detail, #discapacidad-detail, #alergico-detail_acom, #discapacidad-detail_acom {
    display: none;
}
#acepto, #acepto_acom, #check-sig, #check-sig2 {
    display: none;
} */
.mar {
    margin-left: 15px !important;
}
.ti{
     padding-top:18%;
 }

 input[type="date"] {
    border: 0;
    background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
}


 /* // */
 select {
    appearance: none;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: inherit;
    line-height: 1.2;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
  }

  select::-ms-value-text {
    color: #777;
    padding: 5px;
  }

  select::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #ccc;
  }

  select:focus {
    border-color: #007bff;
    outline: none;
  }

  select:disabled {
    cursor: not-allowed;
    opacity: 0.7;
  }