html {
    font-size: 18px !important;
}
body {    
    color: #000000 !important;
    font-family: 'PT Sans';
    font-size: 18px !important;
    font-style: normal;
    margin-top: 0;
}

/* ================
START ACCESIBILLITY
================ */
span#nota_apertura {
    display: block;
    text-indent: -9999px;
}  
span#nota_apertura_documento {
    display: block;
    text-indent: -9999px;
}
span#nota_pdf {
    display: block;
    text-indent: -9999px;
}
span#nota_excel {
    display: block;
    text-indent: -9999px;
} 
span#nota_word {
    display: block;
    text-indent: -9999px;
} 
span#nota_enlace {
    display: block;
    text-indent: -9999px;
}  
span#nota_audio {
    display: block;
    text-indent: -9999px;
} 
span#nota_zip {
    display: block;
    text-indent: -9999px;
}  
span#nota_video {
    display: block;
    text-indent: -9999px;
}  
span#nota_video_avi {
    display: block;
    text-indent: -9999px;
}
.ocultar {
    display: block;
    text-indent: -9999em;
    font-size: 0px;
    margin: 0;
}
.icono-grande {
	font-size: 4em !important;
}
.icono-medio {
	font-size: 3em !important;
}
.icono-chico {
	font-size: 2em !important;
}
.archivo {
	font-family: 'iconos-vdos' !important;
	display: table-cell;
	vertical-align: top;
}
.archivo a {
	float: left;
	width: auto;
}
.descripcion-archivo {
	display: table-cell;
	padding-top: 0.8em;
	padding-left: 0.5em;
}
.en-linea {
	display: inline !important;
}
.centrado-vertical {
	vertical-align: middle !important;
}
/* PDF */
.archivo a[href$=".pdf"]:before,
.archivo a[href$=".PDF"]:before {
	content: "\e93f";
	color: red;
}
/* Word o rtf */
.archivo a[href$=".doc"]:before,
.archivo a[href$=".docx"]:before,
.archivo a[href$=".DOC"]:before,
.archivo a[href$=".DOCX"]:before,
.archivo a[href$=".rtf"]:before,
.archivo a[href$=".RTF"]:before {
	content: "\e92d";
	color: blue;
}
/* Excel */
.archivo a[href$=".xls"]:before,
.archivo a[href$=".xlsx"]:before,
.archivo a[href$=".XLS"]:before,
.archivo a[href$=".XLSX"]:before {
	content: "\e959";
	color: green;
}
/* Comprimido */
.archivo a[href$=".zip"]:before,
.archivo a[href$=".ZIP"]:before,
.archivo a[href$=".rar"]:before,
.archivo a[href$=".RAR"]:before {
	content: "\e95a";
	color: orange;
}
/* PowerPoint */
.archivo a[href$=".ppt"]:before,
.archivo a[href$=".PPT"]:before,
.archivo a[href$=".pptx"]:before,
.archivo a[href$=".PPTX"]:before,
.archivo a[href$=".pps"]:before,
.archivo a[href$=".PPS"]:before,
.archivo a[href$=".ppsx"]:before,
.archivo a[href$=".PPSX"]:before {
	content: "\e92d";
	color: orangered;
}
/* Audio */
.archivo a[href$=".mp3"]:before,
.archivo a[href$=".MP3"]:before {
	content: "\e90e";
	color: skyblue;
}
/* Video */
.archivo a[href$=".mp4"]:before,
.archivo a[href$=".MP4"]:before {
	content: "\e956";
	color: darkred;
}
/* Imágenes */
.archivo a[href$=".gif"]:before,
.archivo a[href$=".GIF"]:before,
.archivo a[href$=".jpg"]:before,
.archivo a[href$=".JPG"]:before,
.archivo a[href$=".png"]:before,
.archivo a[href$=".PNG"]:before {
	content: "\e975";
	color: forestgreen;
}
/* ==============
END ACCESIBILLITY
============== */

/* ==========
START ANCHORS
========== */
a {
    color: #000000;
}
a:focus,
a:active,
a:hover {
    color: #24135F;
    outline-offset: 2px !important;
    outline: 2px solid #24135F !important;
    text-decoration: none !important;
}
/* ========
END ANCHORS
======== */

/* =============
START BLOCKQUOTE
============= */
blockquote {
    border-left: 5px solid #24135F;
    margin: 20px;
}
blockquote > small {
    color: #000;
    font-size: 90% !important;
}
/* ===========
END BLOCKQUOTE
=========== */

/* ==========
START BUTTONS
========== */
button.btn {
    background-color: #24135F;
    border-color: #24135F;
    border-radius: 0;
}
a.btn-primary {
    background-color: #24135F;
    border-color: #24135F;
    border-radius: 0;
    color: #fff;
}
input.form-control {
    border-radius: 0;
}
/* ========
END BUTTONS
======== */

/* =============
START BREADCRUMB
============= */
.breadcrumb > .active {
    color: #000000;
} 
.breadcrumb > li > a {
    color: #24135F;
} 
.breadcrumb > li+li:before {
    padding: 0 5px;
    color: #000000;
    content: '\203A';
} 
.region.region-breadcrumb > ol.breadcrumb {
    background: none;
    float: right;
    font-size: 0.9em;
    margin: 20px 0;
    clear: both;
}
/* ===========
END BREADCRUMB
=========== */

/* ==========
START CAPTCHA
========== */
.captcha {
    margin: 15px 0;
}
/* ========
END CAPTCHA
======== */

/* ===========
START CAROUSEL
=========== */
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 5px;
    left: 0;
    right: 0;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 50px;
}
.carousel-caption > p {
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}
.carousel-caption a,
.carousel-caption a:hover {
    color: #FFF;
    text-decoration: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}
/* =========
END CAROUSEL
========= */

/* ========
START CARDS
======== */
.card {
    border: 2px solid #E6E6E6;
}
.card-header {
    background-color: #E6E6E6;
    border-bottom: 2px solid #4D4D4D;
    padding: 15px;
}
.card-body {
    padding: 15px;
}
.card-footer {
    background-color: #F2F2F2;
    border-top: 2px solid #E6E6E6;
    padding: 15px;
}
.card-footer > .row > .col-xs-6 {
    border-right: 2px solid #E6E6E6;
}
/* ======
END CARDS
====== */

/* ======================
START CAROUSEL MULTI-ITEM
====================== */
.multi-item-carousel .carousel-inner > .item {
    transition: 300ms ease-in-out left;
}  
.multi-item-carousel .carousel-inner .active.left {
    left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
    left: 33%;
}
.multi-item-carousel .carousel-inner .item.next.left {
    display: none;
} 
.multi-item-carousel .carousel-inner .item.next.right {
    display: none;
}  
.multi-item-carousel .carousel-inner .item.prev.left {
    display: none;
}  
.multi-item-carousel .carousel-inner .item.prev.right {
    display: none;
}  
.multi-item-carousel .carousel-inner .next {
    left: 33%;
}  
.multi-item-carousel .carousel-inner .prev {
    left: -33%;
}   
.multi-item-carousel .carousel-inner > .item {
    transition: 300ms ease-in-out left;
    transition: 300ms ease-in-out all;
    backface-visibility: visible;
    transform: none !important;
}
/* ====================
END CAROUSEL MULTI-ITEM
==================== */

/* ===========
START DROPDOWN
=========== */
.dropdown > button {
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: left !important;
}
.dropdown > button:hover,
.dropdown > button:focus {
    outline-offset: 2px !important;
    outline: 2px solid #24135F !important;
    text-decoration: none !important;
}
.dropdown {
    text-align: left;
}
.dropdown .caret {
    border: none;
    color: #24135F;
    line-height: 0;
    width: auto;
    height: auto;
    vertical-align: unset;
}
.dropdown .caret > em {
    font-size: 1.5em;
    line-height: 0;
}
.dropdown-menu {
    background-color: #E6E6E6;
    font-size: 1em;
}
.dropdown-menu > li > a {
    color: #000000;
    white-space: unset;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #a99fc9;
}
/* =========
END DROPDOWN
========= */

/* ==============
START FONT FAMILY
============== */
.font-martel {
    font-family: 'Martel' !important;
}
.font-pt-sans {
    font-family: "PT Sans" !important;
}
/* ============
END FONT FAMILY
============ */

/* =============
START FONT COLOR
============= */
.font-scjn-color {
    color: #24135F;
}
.font-a99fc9-color {
    color: #a99fc9;
}
/* =============
START FONT COLOR
============= */

/* ============
START FONT SIZE
============ */
.font-1-size {
    font-size: 1em;
}
.font-1-5-size {
    font-size: 1.5em;
}
.font-2-size {
    font-size: 2em;
}
.font-2-5-size {
    font-size: 2.5em;
}
.font-3-size {
    font-size: 3em;
}
.font-3-5-size {
    font-size: 3.5em;
}
.font-4-size {
    font-size: 4em;
}
.font-4-5-size {
    font-size: 4.5em;
}
.font-5-size {
    font-size: 5em;
}
.font-5-5-size {
    font-size: 5.5em;
}
.font-6-size {
    font-size: 6em;
}
.font-6-5-size {
    font-size: 6.5em;
}
.font-7-size {
    font-size: 7em;
}
/* ==========
END FONT SIZE
========== */

/* ========
START FORMS
======== */
button.btn {
    font-size: 1em;
}
button.btn-default {
    color: #FFFFFF;
}
.form-control,
.form-select {
    background-color: #E6E6E6;
    border-color: #E6E6E6;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    font-size: 1em;
    min-height: 2.3em;
}
.select-wrapper:after {
    color: #24135F;
}
/* ======
END FORMS
====== */

/* =====
START HR
===== */
hr {
    border-top: 1px solid #4D4D4D; 
}
/* ===
END HR
=== */

/* ==========
START HEADERS
========== */
h1 {
    color: #24135F;
    font-family: 'Martel';
    font-size: 2em;;
    font-style: normal;
    font-weight: 600;
}
h2 {
    color: #24135F;
    font-family: 'Martel';
    font-size: 1.5em;
    font-style: normal;
    font-weight: 600;
}
h3 {
    color: #24135F;
    font-family: 'Martel';
    font-size: 1.3em;
    font-style: normal;
    font-weight: 600;
}
h4 {
    color: #24135F;
    font-family: 'Martel';
    font-size: 1.1em;
    font-style: normal;
    font-weight: 600;
}
h5 {
    color: #24135F;
    font-family: 'Martel';
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
}
h6 {
    color: #24135F;
    font-family: 'Martel';
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
}
/* ========
END HEADERS
======== */

/* ========
START ICONS
======== */
em.icons-vdos {
    color: #24135F;
}
em.icons-vdos-circulo {
    color: #24135F;
}
em.icons-vdos-cuadro {
    color: #24135F;
}
em.icons-vdos-rectangulo {
    color: #24135F;
}
em.fas.fa-circle {
    color: #24135F;
}
em.fas.fa-inverse {
    color: #FFFFFF;
}
em.fas {
    color: #24135F;
}
/* grid icons */
.icon-grid {
    margin-bottom: 20px;
}
.icon-grid > a {
    display: block !important;
}
.icon-grid span {
    display: block;
}
.icon-grid span.icon {
    font-size: 60px;
    text-indent: 0.5em;
}
.icon-grid span.description {
    min-height: 80px;
}
.icon-grid span.icon.scjn em {
    color: #24135F;
}
.icon-element {
    display: block;
    padding: 2.5px;
}
.icon-element span.icon i {
    font-size: 40px;
}
.icon-element > a {
    display: inline-block !important;
}
/* list icons */
.list-icons a,
.list-icons a:hover {
    text-decoration: none;
    cursor: pointer;
}
.list-icons {
    font-size: 40px;
    color: #ff0000;
}

.list-blue-icons a,
.list-blue-icons a:hover {
    text-decoration: none;
    cursor: pointer;
}
.list-blue-icons {
    font-size: 40px;
    color: #24135F;
}
.pdf-icons a,
.pdf-icons a:hover {
    text-decoration: none;
    cursor: pointer;
}
.pdf-icons > em, .pdf-icons > i {
    font-size: 40px;
    color: #ff0000;
}
.word-icons a,
.word-icons a:hover {
    text-decoration: none;
    cursor: pointer;
}
.word-icons > em, .word-icons > i {
    font-size: 40px;
    color: #3B5998;
}
.excel-icons a,
.excel-icons a:hover {
    text-decoration: none;
    cursor: pointer;
}
.excel-icons > em, .excel-icons > i {
    font-size: 40px;
    color: #207347;
}
/* ======
END ICONS
====== */

/* =========
START RIBBON
========= */
.ribbon span {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: -webkit-linear-gradient(#f70505, #8f0808);
    background: linear-gradient(#f70505, #8f0808);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 19px;
    left: -21px;
}
/* =======
END RIBBON
======= */

/* ================
START SCROLL TO TOP
================ */
#scroll-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30%;
    right: 10%;
    display: none;
    background: #24135F;
    padding: 0;
    z-index: 9999;
}
#scroll-to-top:hover {
    text-decoration: none;
}
  
#scroll-to-top > em {
    color: #FFF;
    font-size: 40px;
    line-height: unset;
}
/* ==============
END SCROLL TO TOP
=============== */

/* =========
START TABLES
========= */
/* table responsive */
@media screen and (max-width: 767px) {
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: normal;
    }
}
/* caption */
caption {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
/* =======
END TABLES
======= */

/* ==========
START TOOLTIP
========== */
.tooltip {
    font-size: 0.8em;
}
.tooltip.in {
    opacity: 1 !important;
}
.tooltip-inner {
    background-color: #5C5374;
    border-radius: 15px;
    color: #FFFFFF;
    max-width: 300px;
    padding: 15px;
    text-align: left;
}
.tooltip-arrow {
    color: #5C5374;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #5C5374 !important;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #5C5374 !important;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #5C5374 !important;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #5C5374 !important;
}
  
/* ========
END TOOLTIP
======== */

/* =========
START TITLES
========= */
.title,
.block-title {
    border-bottom: 1px solid #4D4D4D;
    margin: 0 0 2rem 0;
    padding-bottom: 10px;
}
.page-subtitle {
    border-bottom: 2px solid gray;
    font-weight: 700;
    padding: 10px 0;
}
h2.page-subheader {
    font-weight: 700;
    font-size: 28px;
    padding-top: 15px;
}
.page-subheader {
    font-size: 18px;
    border-bottom: 2px solid #24135F;
    padding-bottom: 5px;
} 
/* =======
END TITLES
======= */

/* ========
START VIEWS
======== */
/* tables */
.view-content .table thead {
    background-color: #24135F;
    color: #FFF;
}
.view-content .table thead th {
    border: 2px solid #FFF;
    padding: 12px 10px 12px 10px;
    vertical-align: middle;
}
.view-content .table > thead > tr > th,
.view-content .table > tbody > tr > th,
.view-content .table > tfoot > tr > th,
.view-content .table > thead > tr >td,
.view-content .table > tbody > tr > td,
.view-content .table > tfoot > tr > td {
    border-top: 1px solid #24135F;
}
/* edit button */
.views-field.views-field-edit-node a {
    display: inline-block;
    padding: 3px 9px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
/* exposed filters */
.view-filters .views-exposed-form .form-item {
    padding: 10px;
} 
.view-filters .views-exposed-form .button {
    margin: 10px;
}
.views-exposed-form button {
    background-color: #24135F;
    color: white;
    border: none;
}
/* pagination */
.view .pagination > .active > a,
.view .pagination > .active > span,
.view .pagination > .active > a:hover,
.view .pagination > .active > span:hover,
.view .pagination > .active > a:focus,
.view .pagination > .active > span:focus {
    color: #fff;
    background-color: #24135F;
    border-color: #24135F;
}
.view .pagination > li > a,
.view .pagination > li > span {
    color: #24135F;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: 4px;
}
/* icons */
.views-field .media {
    display: block;
    margin-top: 0;
    padding: 4.5px;
}  
.views-field .media a {
    display: inline-block;
}
.views-field .media .media-body {
    width: auto;
}
/* ======
END VIEWS
====== */

/* ==============
PROPOSITO GENERAL
============== */
.see-more:after {
    content: '\203A';
    padding: 5px;
}
/* listado de elementos */
.tema-menu {
    min-height: 45px;
}
.tema-menu a {
    padding: 10px;
    display: inline-block;
}
.tema-menu span {
    padding: 10px;
    display: inline-block;
}
/* Padding (reemplazar por clases de B4) */
.padt5 {
    padding-top: 5px;
}
.padt10 {
    padding-top: 10px;
}
.padt15 {
    padding-top: 15px;
}
#carousel-banners > ol > li {
    margin: 0.5px;
}
.separador {
    border-right: 1px solid #777;
    line-height: 2.5;
}
.informative {
    padding: 1em;
    margin: 1em !important;
}
.gris {
    background: #C6C6C6;
    min-height: 190px;
    padding: 2em;
    border: 2px solid #EEE;
}
.margen-0auto{ margin: 0 auto !important; }
.cabecera-tabla-oficial {
	background-color: #24135F;
	color: white;
	font-size: 1.2em;
	padding: 1em;
}
.fondo-oficial {
	background-color: #24135F;
	color: white;
}
.color-oficial {
	color: #24135F;
}
.letra-chica {
	font-size: 0.8em;
}
.borde {
	border: 1px solid gray;
	margin: 1px;
}
.doble-linea {
	height: 3.5em;
}
.ocultar-caption caption {
	height: 1px;
	text-indent: -9999px;
}
/* Corrige el formato en las tablas de listado de archivos*/
.tabla-listado-archivos .file {
	border: 0px;
}
.tabla-listado-archivos th {
	background-color: #24135F;
	color: #FFF;
}
.scjn-icon-file{
	display: inline-block;
}
.bg-e6e6e6 {
    background-color: #E6E6E6;
}
.bg-f2f2f2 {
    background-color: #F2F2F2;
}

/* Iconos */
.horizontal-card .text {
    background-color: #F2F2F2;
}
.horizontal-card .icon {
    background-color: #24135F;
}
.horizontal-card .icon > em {
    color: #FFFFFF;
}
.horizontal-icon .text {
    height: 130px;
}
.horizontal-icon .text.medium {
    height: 90px;
}
.horizontal-icon .text.big {
    height: 170px;
}
.horizontal-icon.border {
    border-bottom: 10px solid #E6E6E6;
}
.icon-see-more .icon {
    font-size: 25px;
}
.icon-see-more .text {
    font-style: italic;
}

/*Galeria Fotografica*/
.gallery_photo {
    margin-bottom: 30px;
}

input.btn.btn-primary{
   color: #FFFFFF;
   background-color: #24135F  ;
   border-color: #24135F;
   border-radius: 0;
   font: 18px "PT Sans";
   margin: 0px 10px 0px 0px;
   padding: 6px 12px;
}

input.btn.btn-primary:hover, input.btn.btn-primary.active{
	background-color: #e6e6e6  ;
      color: #000000   !important;
      border-color: #c9c9c9  ;
}
