html {
    font-family: 'Open Sans' !important;
}

body {
    /*background-image: url("../Images/DXC_Logo.png");*/
    background-color: #cccccc;
    font-family: 'Open Sans' !important;
}

.body-container {
    margin-top: 60px;
    padding-bottom: 40px;
    font-family: 'Open Sans' !important;
}

.welcome-page li {
  list-style: none;
  padding: 4px; }

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold; }
    .grants-page .card .card-title img {
      width: 100px;
      height: 100px; }
  .grants-page .card label {
    font-weight: bold; }



@media (prefers-reduced-motion: reduce) {
    .boton {
        transition: none;
    }
}

.boton:hover {
    color: #5F249F;
    text-decoration: none;
}

.boton:focus, .boton.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(95, 36, 259, 0.25);
}

.boton.disabled, .boton:disabled {
    opacity: 0.65;
}

a.boton.disabled,
fieldset:disabled a.boton_dxc {
    pointer-events: none;
}


.boton_dxc {
    width: 120px;
    height: 40px;
    padding: 3px;
    border: 1px solid;
    border-radius: 4px;
    font-size: 11px;
    line-height: 24px;
    text-transform: none;
    font-weight: inherit;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    outline: none;
    border-color: #5F249F;
    background-color: #5F249F;
    color: white;
    -webkit-appearance: button;
}

    .boton_dxc:hover {
        color: white;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .boton_dxc:focus, .boton_dxc.focus {
        color: white;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .boton_dxc.disabled, .boton_dxc:disabled {
        color: white;
        background-color: #5F249F;
        border-color: #5F249F;
    }

    .boton_dxc:not(:disabled):not(.disabled):active, .boton_dxc:not(:disabled):not(.disabled).active,
    .show > .boton_dxc.dropdown-toggle {
        color: white;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .boton_dxc:not(:disabled):not(.disabled):active:focus, .boton_dxc:not(:disabled):not(.disabled).active:focus,
        .show > .boton_dxc.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }


body {
    background-color: #f8f9fa !important;
}

.intro {
    background-image: url("../Images/Fondo_portal.jpeg") ;
    background-size: cover;
 }


.intro2 {
    background-color: #f8f9fa !important;
}

.text_portall {
    color: #007bff !important;
    text-decoration: none !important;
    background-color: transparent !important;
    text-align: left;
}

.text_portalc {
    color: #007bff !important;
    text-decoration: none !important;
    background-color: transparent !important;
    text-align: center;
}


.targeta {
    border:none;
}
    .targeta:hover {
        transform: scale(1.1);
        box-shadow: 10px 10px 20px lightgray;
    }

