﻿html, body {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white !important;
}

body {
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #000;
    margin: 0;
    padding: 0;
}

#loadingOverlay {
    z-index: 1050; /* Asegura que esté por encima de todo */
}

.Etiqueta {
    /*  margin-top: 0;*/
    padding-top: 2px;
}

.Banda {
    height: 6px;
    width: 100%;
}
.derecha
{
    text-align:right
}

.ui-datepicker-calendar {
    display: none;
}
.ui-widget-header {
    border:none !important;
    background-color:white !important;
       
}

.Logocliente {
    max-width: 260px;
    padding-right:5px;
    max-height: 75px;
}



#ContPoliticas {
    text-align: center;
    align-content: center;
    align-items: center;
    max-width: 882px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-align:left;
}


#Politicas{
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px;
    padding-top: 25px;
    max-width: 882px;
    width: 100%;
}


#Politicas a {
    color: #00a6d6;
 }

#Politicas table, th, td {
    border: 1px solid black;
}


    #Politicas .titulo {
        color: #004379;
        font-size: 16px
    }


    #Politicas .subtitulo {
        color: #00a6d6;
        font-size: 15px
    }

.BandaPoliticas {
    background: linear-gradient(90deg, #00a6d6, #004379);
    height: 6px
}


@media (min-width: 600px) {
    .Logocliente {
            max-width: 360px;
            max-height: 75px;
/* border:solid blue;*/
        }
    }

    @media (min-width: 700px) {
        /*.Logocliente {
        max-width: 380px;
        border: solid red;
    }*/
    }


    @media (min-width: 992px) {
        .Logocliente {
            max-width: 400px;
            padding-right: 0px;
            max-height: 75px;
            /* border: solid green;*/
        }
    }

