/* styles inline: puesto como tailwind para encontra la clase facil */
.text-1-5-vh {
    font-size: 1.5vh !important;
}

.text-4-vh {
    font-size: 3.75vh !important;
}

.text-xs {
    font-size: 12px !important;
}

.text-md {
    font-size: 18px !important;
}

.tex-lg {
    font-size: 20px !important;
}

.text-xl {
    font-size: 35px !important;
}

.text-2xl {
    font-size: 40px !important;
}

.text-4xl {
    font-size: 60px !important;
}

.text-70 {
    font-size: 70% !important;
}

.text-75 {
    font-size: 75% !important;
}

.text-80 {
    font-size: 80% !important;
}

.text-85 {
    font-size: 85% !important;
}

.text-90 {
    font-size: 90% !important;
}

.text-110 {
    font-size: 110% !important;
}

.text-120 {
    font-size: 120% !important;
}

.text-125 {
    font-size: 125% !important;
}

.text-135 {
    font-size: 135% !important;
}

.text-200 {
    font-size: 200% !important;
}

.text-350 {
    font-size: 350% !important;
}

.text-400 {
    font-size: 400% !important;
}

.text-500 {
    font-size: 500% !important;
}

.text-revert {
    text-decoration: revert !important;
}
.text-decoration-none {
    text-decoration: none !important;
}

.line-height-15 {
    line-height: 15px !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 800 !important;
}

.font-light {
    font-weight: 200 !important;
}
.w-0{
    width: 0 !important;
}
.w-12 {
    width: 12px !important;
}

.w-25 {
    width: 25px !important;
}

.w-45 {
    width: 45px !important;
}

.w-5-percent {
    width: 5% !important;
}

.w-8-percent {
    width: 8% !important;
}

.w-30-percent {
    width: 30% !important;
}

.w-full {
    width: 100% !important;
}

.max-w-350 {
    max-width: 350px !important;
}

.max-w-500 {
    max-width: 500px !important;
}

.max-w-full {
    max-width: 100% !important;
}

.h-85vh {
    height: 85vh !important;
}

.h-30 {
    height: 30px !important;
}

.h-45 {
    height: 45px !important;
}

.h-125 {
    height: 125px !important;
}

.h-full {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.min-h-full {
    min-height: 100% !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.mb-2-percent {
    margin-bottom: 2% !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.my-2-percent {
    margin-top: 2% !important;
    margin-bottom: 2% !important;
}

.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.p-20 {
    padding: 20px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-7 {
    padding-top: 7px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}
.pt-85{
    padding-top: 85px !important;
}
.pl-10 {
    padding-left: 10px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-1-vh {
    padding-left: 1vh !important;
}

.pl-2-percent {
    padding-left: 2% !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}
.bg-white {
    background-color: #FFFFFF !important;
}
.bg-secondary {
    background-color: #31708F !important;
}

.bg-secondary-light {
    background-color: #1DA1F2 !important;
}

.bg-secondary-medium {
    background-color: #4267B2 !important;
}

.bg-secondary-dark {
    background-color: #154d80 !important;
}

.bg-red-soft {
    background-color: #E35958 !important;
}

.bg-green-soft {
    background-color: #7eb942 !important;
}

.bg-aquamarina-medium {
    background-color: #007E67 !important;
}

.bg-aquamarina-dark {
    background-color: #005A4B !important;
}

.bg-grey-soft {
    background-color: #ededed !important;
}
.bg-cabecera-assist-tec{
    background-image: url(/assets/images/home/Cabecera_asis_tec.webp);
}
.bg-cabecera-protec-repu-web{
    background-image: url(/assets/images/home/Cabecera_Protec_repu_web.webp);
}
.bg-cabecera-menores{
    background-image: url(/assets/images/home/Cabecera_menores.webp);
}

.text-white {
    color: #FFFFFF !important;
}

.text-secondary {
    color: #31708F !important;
}

.text-secondary-dark {
    color: #6E7894 !important;
}

.text-grey-dark {
    color: #263238 !important;
}

.text-red {
    color: red !important;
}

.text-black {
    color: black !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-justify {
    text-align: justify !important;
}

.underline {
    text-decoration: underline !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.border-red-dark {
    border: 1px solid #8b0000 !important;
}

.border-green-dark {
    border: 1px solid #496829 !important;
}

.border-aquamarina-medium {
    border: 1px solid #007E67 !important;
}

.border-aquamarina-dark {
    border: 1px solid #005A4B !important;
}

.border-grey-medium {
    border: 1px solid #9e9e9e !important;
}

.border-neutral-800 {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.border-r-neutral-800 {
    border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.border-t-neutral-800 {
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.border-b-neutral-800 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.border-b-secondary-dark-0-5 {
    border-bottom: 0.5px solid #1569AE !important;
}

.rounded {
    border-radius: 5px !important;
}

.rounded-b-l-none {
    border-bottom-left-radius: 0 !important;
}

.rounded-t-l-none {
    border-top-left-radius: 0 !important;
}

.rounded-b-r-5 {
    border-bottom-right-radius: 5px !important;
}

.rounded-t-r-5 {
    border-top-right-radius: 5px !important;
}

.justify-center {
    justify-content: center !important;
}

.items-center {
    align-items: center !important;
}

.content-center {
    align-items: center !important;
}

.flex {
    display: flex !important;
}
.hidden {
    display: none !important;
}
.w-fill-available {
  width: -webkit-fill-available;
  width: fill-available;
}

.block{
    display: block !important;
}
.opacity-0{
    opacity: 0 !important;
}
.opacity-100{
    opacity: 1 !important;
}
.opacity-transition{
    transition: opacity 0.3s ease !important;
}
.bar-animation{
    animation: barAnimation 40s forwards !important;
}
@keyframes barAnimation {
    0% { width: 0; }
    100% { width: 100%; }
}