
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.card-image {
    margin-top: 20px;
    text-align: center;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1450px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
@media (min-width: 576px) {
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
/********************************************************n*/

/* separador de contenido*/  
section.section1, .fondo {
	/*background-color: #F8F3E6;
	background-image: url('../../assets/img/fondo32.jpg');
    background-repeat: repeat; 
    /*background-size: cover;*/
    background-image: radial-gradient( circle farthest-corner at 22.4% 21.7%,  rgba(4,189,228,1) 0%, rgba(2,83,185,1) 100.2% );
            
    width: 100%;
    height: 100%;
    z-index: 0;
	
}

section.section2 {
  background-color: #fff;
}

section.section3 {
	background-color: #F8F3E6;
}

section.section4 {
  background-color: #34495e;
}


.section1, .section2, .section3, .section4{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}



/* estuctura del cuerpo*/

.title {
	padding: 50px 0 50px 0;
	color: #333;
	font-weight: 700;
}

.container2 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 5px;
	grid-auto-flow: row dense;
	grid-gap: 23px;
	padding-bottom: 70px;
}
 .card2 {
	/*font-family: 'Maitree', serif;*/
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
	width: 100%;
	grid-column: auto / span 1;
	box-shadow: 0px 5px 7px 1px rgba(0, 10, 20, 0.14);
	background-color: #fff;
	border-radius: 10px;
}
 .large {
	 grid-row: auto / span 16;
	 grid-column: auto / span 2;
}
 .medium16 {
	 grid-row: auto / span 16;
	 grid-column: auto / span 2;
}
 .medium17 {
	 grid-row: auto / span 17;
	 grid-column: auto / span 2;
}
 .medium18 {
	 grid-row: auto / span 18;
	 grid-column: auto / span 2;
}
 .medium20 {
	 grid-row: auto / span 20;
	 grid-column: auto / span 2;
}
 .small {
	 grid-row: auto / span 14;
}


.card-image img, .organigrama-img,
.imgModal img,
.img_manual img,
.img_capa img {
	height: auto;
	/*object-fit: cover;*/
}

.card-image img{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/*object-fit: cover;*/
}
@supports(object-fit: cover){
	
    .card-image img, .organigrama-img,
	.imgModal img,
	.img_manual	img,
	.img_capa img {
		height: 100%;
		object-fit: cover;
		object-position: center center;
    }
	
	.card-image img {
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
    }
}

 .card-body {
	flex: 1;
	padding: 23px;
	display: flex;
	flex-flow: column nowrap;
	background-color: #fff;
	color: #333;
	border-radius: 10px;
}
 .card-body .btnLink  {
	 color: #345;
	 cursor: pointer;
	 min-width: 8.3em;
	 flex: none;
	 align-self: flex-start;
	 margin-top: auto;
	 padding: 0.6em 1.2em;
	 font-size: 0.92em;
	 background: none;
	 border: 0.5px solid #777;
	 border-radius: 4px;
}
.btnLink:hover {
    color: #333;
    text-decoration: none;
}
 .card-body .btnLink:hover {
	 border-color: #d099a0;
}
 .card-text p {
	 margin: 0 0 0.7em 0;
	 line-height: 1.3em;
	 color: #345;
}
.card-text .subtitle {
	 margin: 0 0 0.7em 0;
	 color: #820000;
	 font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}


.items-body {
    padding: 10px;
    margin: 10px;
    display: grid;
    grid-gap: 10px;
}

.items-body-content {
    padding: 10px;
    padding-right: 0px;
    display: grid;
    grid-template-columns: 1fr 10fr;
    font-size: 15px;
    grid-gap: 10px;
    border: 1px solid transparent;
    cursor: pointer;
	color: #fff;
}

.items-body-content:hover {
    border-radius: 15px;
    border: 1px solid #fff;
}

.items-body-content i {
    align-self: center;
	text-align: center;
    font-size: 20px;
    color: #fff;
    /*font-weight: bold;*/
    /*animation: icon 1.5s infinite forwards;*/
}

@keyframes icon {
    0%, 100% {
        transform: translate(0px);
    }
    50% {
        transform: translate(3px);
    }
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

/* estructura del body (noticias)*/


.grid-layout1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 10px;
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    padding: 10px;
}

.grid-layout2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 10px;
    grid-auto-rows: minmax(160px, auto);
    grid-auto-flow: dense;
    /*padding: 3px;*/
}

.grid-item {
    font-size: 14px;
    font-weight: bold;
	/*font-family: 'Maitree', serif;
    /*text-transform: uppercase;*/
    color: #fff;
	background-color: rgba(51, 51, 51, 0.5);
    border-radius: 10px;
}

.span-1x1 {
    grid-row-end: span 1;
    grid-column-end: span 1;
}

.span-1x2 {
    grid-row-end: span 1;
    grid-column-end: span 2;
}

.span-1x3 {
    grid-row-end: span 1;
    grid-column-end: span 3;
}

.span-1x4 {
    grid-row-end: span 1;
    grid-column-end: span 4;
}

@media only screen and (max-width: 767px) {
    .span-1x3, .span-1x4, .span-3x3, .span-1x2,
    .span-2x2, .span-2x3, 
	.span-3x4, .span-2x4, .span-4x4, .span-1x6 {
		grid-column-end: span 2 !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .span-1x1, .span-1x2, 
	.span-2x2, .span-3x2, 
	.span-3x4, .span-2x4,
	.span-4x4, .span-1x4,
    .span-1x5, .span-1x6{
		grid-column-end: span 3 !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .span-1x5, .span-1x6 {
		grid-column-end: span 4 !important;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1286px) {
    .span-1x5, .span-1x6{
		grid-column-end: span 5 !important;
	}
}

.span-1x5 {
    grid-row-end: span 1;
    grid-column-end: span 5;
}

.span-2x2 {
    grid-row-end: span 2;
    grid-column-end: span 2;
}

.span-2x3 {
    grid-row-end: span 2;
    grid-column-end: span 3;
}

.span-2x4 {
    grid-row-end: span 2;
    grid-column-end: span 4;
}

.span-3x2 {
    grid-row-end: span 3;
    grid-column-end: span 2;
}

.span-3x3 {
    grid-row-end: span 3;
    grid-column-end: span 3;
}

.span-3x4 {
    grid-row-end: span 3;
    grid-column-end: span 4;
}

.span-4x3 {
    grid-row-end: span 4;
    grid-column-end: span 3;
}
.span-4x4 {
    grid-row-end: span 4;
    grid-column-end: span 4;
}
.span-1x6 {
    grid-row-end: span 1;
    grid-column-end: span 6;
}
/* noticias destacas*/
* {
    box-sizing: border-box;
}

.container-titulo {
	border-radius: 20px;
	padding: 10px;
	font-weight: 600;
	color: #ECF0F1;
	text-align: center;
	font-size: 30px;	
	background-color: rgba(52, 73, 94, 0.8);
}

.container-titulo h2 {
	font-weight: 600;
}