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



@font-face {
    font-family: "Carmen-Heavy";
    src: url("../fonts/fontCarmen/CarmenSans-Heavy.ttf") format("truetype");
}
@font-face {
    font-family: "Carmen-Light";
    src: url("../fonts/fontCarmen/CarmenSans-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Carmen-Medium";
    src: url("../fonts/fontCarmen/CarmenSans-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Carmen-Bold";
    src: url("../fonts/fontCarmen/CarmenSans-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Carmen-Regular";
    src: url("../fonts/fontCarmen/CarmenSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Carmen-Thin";
    src: url("../fonts/fontCarmen/CarmenSans-Thin.ttf") format("truetype");
}
@font-face {
    font-family: "Carmen-UltraLight";
    src: url("../fonts/fontCarmen/CarmenSans-UltraLight.ttf") format("truetype");
}
@font-face {
    font-family: "Carmen-SemiBold";
    src: url("../fonts/fontCarmen/CarmenSans-SemiBold.ttf") format("truetype");
}

body{
    font-family: 'Carmen-Bold' !important;
    overflow-x: hidden;
    background-image: url(".././imgs/Town Hall Cop_marca de agua.png");
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
}.cardContenido{
background-color: #fff;
border-radius: 5px;
box-shadow: 10px 8px 17px -11px rgba(0,0,0,1);
-webkit-box-shadow: 10px 8px 17px -11px rgba(0,0,0,1);
-moz-box-shadow: 10px 8px 17px -11px rgba(0,0,0,1);
}

.colorRojo {
    color: #e1333a !important;
}
.colorAzul {
    color: #01369d;
}
.colorAzul0 {
    color: #223863;
}
.colorNegro {
    color: black;
}
.colorVerde {
    color: rgb(36, 167, 32);
}
.colorBlanco {
    color: #fff !important;
}

.colorbgbeige {
    background-color: #ededed;
}
.colorbgbeige2 {
    background-color: #dadada;
}

.colorPrincipal1 {
    color: #f7f6e9;
}

.colorRosa {
    color: #e81f76 !important;
}
.colorTurquesa {
    color: #4b9eae !important;
}
.colorAmrillo {
    color: #eeb45a !important;
}
.tituloDeescipcion {
    color: #1a254b !important;
    font-weight: 900 !important;
}

.descripcionJuegos {
    color: #1a254b !important;
    font-weight: 700 !important;
    font-size: large;
}

.mensajePresidente {
    color: #1a254b;
    font-weight: 600;
}
.modalHeader {
    background-color: #e81f76;
    color: #ffffff;
}

.tituloActCulturales {
    font-weight: 900;
    color: #e81f76;
    text-align: center;
    font-size: 22px;
}

.borderRigth {
    border-right: 2px solid #fff;
}

.linkJL {
    color: #fff;
}
.linkJL:hover {
    color: #fff;
    text-decoration: underline;
}
.mouse {
    cursor: pointer;
}

@media (max-width: 767px) {
    .tituloDeescipcion {
        color: #ffffff;
        font-size: medium;
    }
    .borderRigth {
        border-right: 0px solid #fff;
    }

    .descripcionJuegos {
        color: #ffffff;
        font-size: 13px;
    }
}

.horarioBack {
    height: 45vh;
    background-image: url(".././imgs/horario.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.capitalSiBack {
    height: 45vh;
    background-image: url(".././imgs/disfrutaSLP.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.galeriaBack {
    height: 45vh;
    background-image: url(".././imgs/galeriaImg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.comedorBack {
    height: 45vh;
    background-image: url(".././imgs/comedor.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .horarioBack {
        height: 45vh;
        background-image: url(".././imgs/horario.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .capitalSiBack {
        width: 100%;
        background-image: url(".././imgs/disfrutaSLP.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .galeriaBack {
        width: 100%;
        background-image: url(".././imgs/galeriaImg.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .comedorBack {
        width: 100%;
        background-image: url(".././imgs/comedor.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.enconstruccion {
    width: 100% !important;
    height: 100vh !important;
}

@media (max-width: 767px) {
    .enconstruccion {
        width: 100% !important;
    }
}

.tituloEtiqueta {
    color: #1a254b;
    font-size: 16px;
    font-weight: 900;
    font-family: "TitilliumWebBold";
}

.tituloEtiquetaDescripcion {
    color: black;
    font-size: 15px;
    font-weight: 500;
    font-family: "TitilliumWebRegular";
}

.mostrar {
    display: block;
}
.ocultar {
    display: none;
}

.btnLink {
    padding: 10px;
    cursor: pointer;
    font-weight: 900;
    color: #eeb45a;
}

.btnLink:hover {
    padding: 10px;
    cursor: pointer;
    font-weight: 900;
    color: #01369d;
}

.backgroundAhoraSi {
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 0px;
    background-image: url(".././imgs/Bgahorasi.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.divisorEncabezado {
    border-bottom: 10px solid #fff;
    -webkit-box-shadow: 0 8px 6px -6px rgba(186, 186, 186, 0.75);
    -moz-box-shadow: 0 8px 6px -6px rgba(186, 186, 186, 0.75);
    box-shadow: 0 8px 6px -6px rgba(186, 186, 186, 0.75);
}
.tituloEncabezadoVP {
    color: #1a254b;
    font-weight: 900;
    font-family: "TitilliumWebBlack";
    font-size: 65px;
}

.tituloSubEncabezadoVP {
    color: #1a254b;
    font-weight: 900;
    font-family: "TitilliumWebRegular";
    font-size: 55px;
}

.videoVP {
    width: 100%;
    height: 500px;
}

.mobil {
    display: block;
}

@media (max-width: 767px) {
    .backgroundAhoraSi {
        height: 70vh;
        width: 100%;
        border-bottom-right-radius: 0px;
        background-image: url(".././imgs/Bgahorasi.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .divisorEncabezado {
        border-bottom: 0px solid #fff !important;
        -webkit-box-shadow: 0 0px 0px 0px rgba(186, 186, 186, 0.75);
        -moz-box-shadow: 0 0px 0px 0px rgba(186, 186, 186, 0.75);
        box-shadow: 0 0px 0px 0px rgba(186, 186, 186, 0.75);
    }
    .tituloEncabezadoVP {
        color: #1a254b;
        font-weight: 900;
        font-family: "TitilliumWebBlack";
        font-size: 45px;
    }
    .tituloSubEncabezadoVP {
        color: #1a254b;
        font-weight: 900;
        font-family: "TitilliumWebRegular";
        font-size: 45px;
    }
    .videoVP {
        width: 100%;
    }
    .eventosmobil {
        margin-top: 15vh;
    }
    .mobil {
        display: none;
    }
}

.showCard {
    box-shadow: 4px 7px 14px -5px rgb(0, 0, 0);
    -webkit-box-shadow: 4px 7px 14px -5px rgb(0, 0, 0);
    -moz-box-shadow: 4px 7px 14px -5px rgb(0, 0, 0);
}

.showCard:hover .tituloObra {
    background-color: #002f87;
    border-bottom: 10px solid #ff0000c2;
}

.showCard img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}

.zoomSimple {
    transition: transform 0.3s; /* Animation */
}
.zoomSimple:hover {
    transform: scale(1.1);
}

.tituloObra {
    height: 75px;
    align-items: center;
    cursor: pointer;

    left: 15px;
    bottom: 0;
    background-color: #ff0000c2;
    border-bottom: 10px solid #002f87;
}

.tituloObra label {
    font-family: "TitilliumWebBlack";
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}
.tituloObra span {
    font-family: "TitilliumWebRegular";
    font-size: 14px;
}

.tituloObra:hover {
    background-color: #1a254b;
    border-bottom: 10px solid #ff0000c2;
}

/*DEPORTES*/
.td {
    font-family: "Carmen-Bold";
}

.th {
    font-family: "Carmen-Bold";
}

.loginBackground {
    background-color: #e2e2e2b4;
    padding: 1.5em;
    box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 1);
}
.tituloPrincipal {
    font-family: "Carmen-Bold";
    line-height: 30px;
    font-size: 35px;
}

.subtituloPrincipal {
    font-size: 25px;
}

.logosImg {
    width: 300px;
}

.cardDeportes {
    height: 55vh;
}

.cardDeportesBody {
    background: hsla(0, 0%, 85%, 0.322);
    height: 55vh;
    width: 100%;
    padding: 0;
    margin: 0;
    display: table;
}

.cardDeportesBodyContenido {
    display: table-cell;
    vertical-align: middle;
}

.botonRegistro {
    background-color: #1a254bb4;
    padding: 1.5em;
    cursor: pointer;
    box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 1);
}
.botonRegistro:hover {
    background-color: #1a254bb4;
    padding: 1.5em;
    border-radius: 10px;
    border: 5px solid #dadada;
    cursor: pointer;
}

.tituloDeporte {
    font-family: "TitilliumWebBlack";
    font-size: 45px;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}
.subtituloDeporte {
    font-family: "TitilliumWebRegular";
    font-size: 35px;
    padding: 0;
    margin: 0;
    line-height: 1.1em;
}
.changeFuente {
    font-family: "TitilliumWebBlack";
}

.btnPersonalizado {
    background-color: #1a254b;
    color: #fff !important;
    border-radius: 15px;
}
.btnMenuAdmin {
    align-items: center;
}
.btnMenuAdmin a {
    font-family: "TitilliumWebBold";
    font-size: 18px;
    display: block;
    background-color: #d7dbdd;
    color: #01369d !important;
    border-radius: 5px;
    width: 100%;
    margin-top: 5px;

    text-align: center;
}

.btnMenuAdmin .activo {
    font-family: "TitilliumWebBold";
    font-size: 18px;
    display: block;
    background-color: #1a254b;
    color: #fff !important;
    border-radius: 5px;
    width: 100%;
    margin-top: 5px;

    text-align: center;
}

.principalHeaderTitulo {
    border: 1px solid black;
    height: 0.5em;
}

.headerTitulo {
    border-bottom: 12px solid rgb(241, 241, 241);
}

.headerTitulo label {
    font-family: "Carmen-Bold";
    font-size: 25px;
}

.headerTitulo::before {
    position: absolute;
    background: currentColor;
    height: 12px;
    content: "";
    width: 350px;
    bottom: -12px;
    left: 0;
    box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 1);
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 30px solid currentColor;
    position: absolute;
    bottom: -32px;
    left: 25px;
}

.ancho500 {
    font-weight: 500;
}

.colorBackground1 {
    color: #1a254b !important;
}
.colorBackground2 {
    color: #00aad4 !important;
}
.colorBackground3 {
    color: rgb(252, 113, 32) !important;
}
.colorBackground4 {
    color: rgb(132, 27, 192);
}

.colorBackground5 {
    color: rgb(236, 233, 19);
}

.labelInput {
    font-size: 15px !important;
    font-family: "Carmen-UltraLight" !important;
    font-weight: 800 !important;
}
.inputStyle {
    font-size: 15px;
    height: 45px;
    font-family: "Carmen-Light";
    border-radius: 6px;
    border: 1px solid #01369d;
    color: #01369d;
}
.inputStyle:focus {
    font-family: "Carmen-Light";
    border-radius: 10px;
    border: 2px solid #01369d;
    color: #01369d;
}

.form-check-input {
    background-color: #000;
}
.mayusculas {
    text-transform: uppercase;
}

.btnGeneral {
    background-color: #1a254b;
    color: #fff !important;
    border-radius: 15px;
    padding: 10px;
}

.btnGeneral:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.rowGeneral {
    border: 2px solid #dadada;
    border-radius: 8px;
}
.rowGeneral span {
    font-family: "TitilliumWebRegular";
    color: #01369d;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.rowGris {
    background-color: #dadada;
    border: 2px solid #dadada;
}
.rowGrisBorder {
    background-color: #fff;
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Examinar";
}

.custom-file-label:after {
    background-color: #fff !important;
    color: #1a254b;
    font-family: "TitilliumWebRegular";
    font-weight: 600;
}

.custom-file-label:after {
    background-color: rgb(241, 241, 241) !important;
    color: #1a254b;
    font-family: "TitilliumWebRegular";
    border-left: 1px solid #1a254b;
    font-weight: 600;
}

.custom-file-label {
    border: 1px solid #1a254b;
    color: #1a254b;
    font-family: "TitilliumWebRegular";
    font-weight: 500;
}
.btnGeneralIndiferente {
    background-color: #d7dbdd;
    border: 2px solid #050505;
    color: #050505 !important;
    font-weight: 900;
    border-radius: 6px;
    padding: 10px;
}
.btnGeneralAceptacion {
    background-color: #52be80;
    border: 2px solid #050505;
    color: #050505 !important;
    font-weight: 900;
    border-radius: 6px;
    padding: 10px;
}

.btnGeneralNegacion {
    background-color: #ec7063;
    border: 2px solid #050505;
    color: #050505 !important;
    font-weight: 900;
    border-radius: 6px;
    padding: 10px;
}

.cardFiltros {
    box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 1);
}

.cardItem {
    border: 2px solid #1a254b;
}
.cardBodyItem {
    background-color: #1a254b;
    color: #fff;
    border-radius: 0 0 8px 8px;
}

.headModalDetallePersona {
    background-color: #d7dbdd;
    color: #01369d;
    font-family: "TitilliumWebBlack";
    font-size: 22px;
}
.imgenDeportista img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.tituloDetallePersona {
    font-family: "TitilliumWebBlack";
    font-size: 22px;
    font-weight: 700;
}

.encabezadoDetallePersona {
    font-family: "TitilliumWebBlack";
    font-size: 15px;
    border-bottom: 5px solid currentColor;
    font-weight: 800;
}

.etiquetaTitulo {
    font-family: "TitilliumWebBold";
    font-size: 15px;
    font-weight: 700;
    color: #01369d;
}
.etiquetaValor {
    font-family: "TitilliumWebBold";
    font-size: 15px;
    font-weight: 700;
    color: rgb(63, 63, 63);
}

.itemDisciplina {
    box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 1px 2px 13px -1px rgba(0, 0, 0, 1);
}

.itemDocumento a {
    color: #01369d !important;
    font-family: "TitilliumWebRegular";
    font-weight: 600;
}

.itemDocumento a:hover {
    text-decoration: underline;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    background-color: #f0f0f0;
    border: 0.5px solid #1a254b;
    font-weight: 700;
    font-family: "TitilliumWebBold";
    margin-top: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1a254b;
    border-bottom: 8px solid #52be80;
}

.dataTables_filter input {
    color: #002f87;
    font-size: 15px;
    padding: 5px;
    background-color: #f5f5f5;
    border-radius: 7px;
    border: 2px solid #144364;
}
.table thead {
    color: #1a254b;
    font-family: "TitilliumWebBold";
    font-size: 15px;
}

.table tbody {
    color: #01369d;
    font-family: "Carmen-Bold";
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: transparent;
    border: none;
    color: #000;
    padding: 3px;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: transparent;
    background-color: transparent;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.disable:hover {
    background: transparent;
    background-color: transparent;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent;
    background-color: #0d4c80;
    color: #dadada;
    border: transparent;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
    background: transparent;
    background-color: #f1f1f1;
    border: transparent;
    font-weight: 600;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
    background: transparent;
    background-color: #f1f1f1;
    border: transparent;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
    background: transparent;
    border: none;
    color: #0d4c80;
    border-bottom: 2px solid #050505;
    padding: 3px;
    font-weight: 900;
}

.unidad_h1 {
    font-family: "TitilliumWebBlack";
    font-size: 55px;
    color: #002f87;
    padding: 0;
    border-bottom: 5px solid red;
}

.unidad_h2 {
    font-family: "TitilliumWebBold";
    font-size: 35px;
    color: #1a254b;
}

.unidad_h3 {
    font-family: "TitilliumWebBold";
    font-size: 25px;
    color: #1a254b;
}
@media (max-width: 767px) {
    .unidad_h1 {
        font-family: "TitilliumWebBlack";
        font-size: 35px;
        color: #002f87;
        padding: 0;
        border-bottom: 5px solid red;
    }

    .unidad_h2 {
        font-family: "TitilliumWebBold";
        font-size: 18px;
        color: #1a254b;
    }
    .unidad_h3 {
        font-family: "TitilliumWebBold";
        font-size: 18px;
        color: #1a254b;
    }
}

.strong {
    font-family: "TitilliumWebBlack";
    font-weight: 900;
}

.rayas {
    background: repeating-linear-gradient(
        50deg,
        #002f87,
        #002f87 5px,
        #ededed 5px,
        #ededed 12px
    );
    border-right: 7px solid red;
}

.modalSubtitulo {
    font-family: "TitilliumWebRegular";
    font-weight: 900;
    font-size: 18px;
    color: #1a254b;
    line-height: 0.5em;
}

.modalTitulo {
    font-family: "TitilliumWebBlack";
    font-weight: 900;
    font-size: 35px;
    color: #002f87;
    line-height: 0.8em;
}

.subtituloDos {
    font-family: "TitilliumWebBlack";
    font-weight: 900;
    font-size: 35px;
    color: #bfb091;
}

.disciplinaHorario {
    color: #0d4c80;
    font-size: 16px;
    font-family: "TitilliumWebBold";
    border-radius: 8px;
    border: 1px solid #01369d;
    background-color: #e0dfdf;
    line-height: 1.5em;
}

.text1 {
    font-family: "TitilliumWebBlack";
}

.tituloMapa {
    font-family: "TitilliumWebBold";
    font-size: 25px;
    color: #01369d;
}
.numeroText {
    font-family: "TitilliumWebBlack";
    font-size: 45px;
    color: #bfb091;
    text-decoration: underline;
}

.imgIcon {
    width: 55px;
}

.imgIcon2 {
    width: 35px;
}
@media (max-width: 767px) {
    .imgIcon {
        width: 45px;
    }
}


/*ASISTENCIA CENTROS DEPORTIVOS*/

.btnMenuCD p{
    background-color: #002f87;
    color: #ffffff;
    font-family: 'TitilliumWebRegular';
    font-size: 25px;
    padding: 10px;
    box-shadow: 9px 7px 5px -3px rgba(156,156,156,1);
-webkit-box-shadow: 9px 7px 5px -3px rgba(156,156,156,1);
-moz-box-shadow: 9px 7px 5px -3px rgba(156,156,156,1);

}

.btnMenuCD .activo{
    background-color: #ffffff;
    border:0px;
    border-bottom: 2px solid #002f87;
    color: #002f87;
    font-family: 'TitilliumWebBold';
    font-size: 25px;
    padding: 10px;
}
.rowCampoHead{
    background-color: #002163;
    color: #fff !important;
}
.rowCampo{
   background-color: rgb(231, 229, 229);
}

.rowCampoTitulo{

    color: #002163;
    font-size: 18px;
    font-family: 'TitilliumWebBold';
    padding: 2px;
    border-bottom: 1px solid rgb(231, 229, 229);
    border-left: 1px solid rgb(231, 229, 229);
    border-right: 1px solid rgb(231, 229, 229);
    border-top: 1px solid rgb(231, 229, 229);


}

.rowCampoCampo{
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid rgb(231, 229, 229);
    border-left: 1px solid rgb(231, 229, 229);
    border-right:1px solid rgb(231, 229, 229);
    border-top: 1px solid rgb(231, 229, 229);
}

.btnCD{
    background-color: #2fa793;
    border-color: #2fa793;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-family: 'TitilliumWebRegular';
    width: 100%;
    font-weight: 600;
    border-radius: 9px;
    margin: 5px;
}
.btnCD:hover {
    background-color: #2fa793;
    border-color: #154139;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-family: 'TitilliumWebRegular';
    width: 100%;
    font-weight: 600;
    border-radius: 9px;
    margin: 5px;
}

.selectDC option{
    color: #000;
    font-weight: 900;

}
.selectDC{
    font-size: 15px !important;
    font-family: "TitilliumWebRegular" !important;
    font-weight: 800 !important;
    color: #01369d;

}

.movil{
    display: block;
}

@media (max-width: 767px) {
    .movil{
        display: none;
    }
}





.cardOpcion{
    height: 175px;
    background: #002163;
    border-radius: 15px;
    color: white;
    box-shadow: 6px 4px 21px -3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 6px 4px 21px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 4px 21px -3px rgba(0,0,0,0.75);
    cursor: pointer;

}
.cardOpcion label{
    font-family: 'TitilliumWebBold';
    font-size: 35px;
    line-height: 35px;
    cursor: pointer;
}

.cardOpcion:hover{
    background: #002f87;
}

.tituloPaginaOficio{
    font-family: 'TitilliumWebBold';
    font-size: 35px;
    line-height: 35px;
    color: #002163;
}
