
.body2 {
  overflow-x: hidden;
  overflow-y: auto;
  background-image: url("../../medios/bg4.jpg");
  height: 110%;
  width: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body {
  font-family: "Montserrat", sans-serif;

  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #eeeeee;
  height: 100%;
  width: 100%;
}

a {
  color: rgb(180, 180, 180);
  text-decoration: none;
  font-size: 14px;
}

.padding-top {
  padding-top: 20px;
}

.login-page {
  width: 470px;
  height: 380px;
  margin: 7% auto;
  padding: 0 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 7px;
}

.login-page2 {
  width: 350px;
  height: 465px;
  margin: 7% auto;
  padding: 0 20px;
  background-color: #FFFFFF;
  border-radius: 7px;
  margin-top: 30px;
}

.login-page2 .text-center {
  margin-bottom: 10px;
}

.page {
  position: relative;
  display: block;
  top: 50px;
  left: 0;
  padding: 35px 15px 20px 270px;
}

h1 {
  font-family: "Montserrat", sans-serif;
  color: black;
}

p {
  font-size: 15px;
  font-family: "Montserrat", sans-serif; 
}

 .newtx{
	 padding: 10px;
	text-align: justify;
	margin-top: 2%; 
	margin-left: 30px; 
	margin-right: 30px; 
	line-height: 3em;
}
.panel {
  background: #ffffff;
  color: black;
  border: 0px solid #fff;
  border-radius: 7px 7px 7px 7px;
}

.panel-default > .panel-heading {
  background-color: #ffffff;
  /* border-bottom: 2.5px solid #091d5d; */
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 15px;
  font-family: "Montserrat", sans-serif;
  color: black;
  border-radius: 10px 10px 10px 10px;
}

.panel-body {
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  margin-top: -8px;
}

dataTables_wrapper form-inline dt-bootstrap no-footer {
  border-top: -35px;
}

#header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 65px;
  line-height: 65px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 15.5px;
  font-family: "Montserrat", sans-serif;
}
header > .logo {
  font-family: 'Jost', sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  width: 260px;
  height: 100%;
  background: white;
  line-height: 20px;
}

.info-menu {
  height: 60px;
  margin: 0;
  line-height: 60px;
  padding: 0 15px;
  font-size: 12px;
}
.info-menu li.profile {
  position: relative;
}

.profile a.toggle {
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  color: black;
  position: relative;
  padding: 10px 30px 10px 10px;
  margin: 0;
  background: #e3e3e3;
  border-radius:5px;
}
.info-menu li.profile a img {
  width: 30px;
  height: 30px;
}
.dropdown-menu {
  margin-top: 4px;
  border-color: #fefefe;
  background: #fefefe;
  border-radius: 5px;
}
.dropdown-menu li {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 35px;
}
.dropdown-menu li a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  position: relative;
  line-height: 30px;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.dropdown-menu li a i {
  margin-right: 5px;
}
.dropdown-menu li.last a {
  border-bottom: 0;
}

.datepicker {
  text-align: center;
}

.sidebar {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  padding: 60px 0 0;
  height: 100%;
  width: 260px;
  background: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.sidebar ul li:hover,
.submenu ul li:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar ul li {
  display: block;
}
.sidebar ul li a:hover {
  color: #1573bf;
}
.sidebar ul li a,
ul.submenu li a {
  color: rgb(58, 61, 68);
  font-size: 12px;
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  text-align: left;
  margin-left: 0px;
}
.sidebar ul li a span,
.sidebar ul li i {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  text-shadow: 0 0.45px rgba(58, 61, 68, 1);
}
.sidebar ul li a i {
  /*Separacion entre cada elemento del sidebar*/
  color: #f3f3f3;
  padding: 12px 22px;
  text-align: center;
}

ul.submenu {
  display: none;
  position: relative;
}
ul.submenu li a:hover {
  background-color: #dee5e7;
  color: #1573bf;
}
ul.submenu li a {
  padding-left: 30px;
  padding: 1px 40px; /*Para que esten mas pegados los submodulos*/
}
ul.submenu li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 0;
  bottom: 0;
  border: 1px dotted #091d5d;
  border-width: 0 0 0 1px;
}
ul.submenu li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  left: 20px;
  top: 10px;
  border-top: 1px dotted #091d5d;
}

table td h6 {
  margin: 0 0 0.2em 0;
}
table tfoot tr td:first-child {
  border: 0;
}
table tfoot tr td:last-child {
  border-top: 1px solid #ccc;
}
table td h6,
table tfoot tr td:last-child {
  color: rgba(0, 0, 0, 0.753);
  _font-size: 1.2em;
  font-weight: normal;
}

a.btn.btn-info {
  font-size: 14px;
  color: rgb(255, 255, 255);
  background: #0e3c7a;
  border-color: #0e3c7a;
}
a.btn.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #fff;
  background-color: #134c96;
  border-color: #134c96;
}
a.btn.btn-warning {
  font-size: 14px;
  background-color: #F2BB13;
}
a.btn.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: black;
  background-color: #ffc71e;
  border-color: #F2BB13;
}
a.btn.btn-success {
  font-size: 14px;
}
a.btn.btn-primary {
  font-size: 14px;
}
a.btn.btn-danger {
  font-size: 14px;
}
button.btn.btn-primary {
  font-size: 14px;
}
button.btn.btn-info {
  font-size: 14px;
  color: rgb(255, 255, 255);
  background: #0e3970;
  border-color: #0e3970;
}
button.btn.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #fff;
  background-color: #0e3970;
  border-color: #0e3970;
}
button.btn.btn-warning {
  font-size: 14px;
}
a.btn.btn-secondary {
  font-size: 14px;
}
a.btn.btn-md.btn-delete {
  font-size: 14px;
  background-color: rgb(26, 25, 25);
}

select {
  color: black;
}
option {
  color: #000000;
}

label {
  font-size: 14.5px;
  font-family: "Montserrat", sans-serif;
  color: black;
}

.label-success {
  background-color: #2aa152;
}

.label-danger {
  background-color: #d84b4b;
}

label.control-label {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

input.form-control {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  background: #e3e3e3;
  color: black;
}

input.form-control:focus {
  background: #e3e3e3;
  color: black;
}

input.form-control:read-only {
  background: rgb(207, 207, 207);
}

textarea.form-control:read-only {
  background: rgb(207, 207, 207);
}

input.placeholder {
  color: red;
}

input.btn.btn-default.btn-file {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

select.form-control {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  background: #e3e3e3;
  color: black;
}

select.form-control:focus {
  background: #e3e3e3;
  color: black;
}
option {
  background: #ffffff;
  color: black;
}

textarea.form-control:focus {
  background: #e3e3e3;
  color: black;
}
textarea.form-control {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  background: #e3e3e3;
  color: black;
}

div.panel-body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

a.btn {
  border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 12px;
}
a.btn.btn-primary {
  color: #fff;
  background-color: #091d5d;
  border-color: #091d5d;
}
a.btn.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #134c96;
  border-color: #134c96;
}
a.btn.btn-success {
  background-color: #30BF62;
}
a.btn.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  background-color: #289b50;
}

.btn-excel {
  background-color: #1f6f43;
  color: #fff;
}
.btn-excel:hover,
.btn-excel:focus,
.btn-excel.focus,
.btn-excel:active,
.btn-excel.active {
  background-color: #1f6f43;
  color: #fff;
}

.btn-warning {
  background-color: #eeba00;
  border-color: #eeba00;
  color: white;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #d07b2c;
  border-color: #f38f32;
  color: white;
}

a.btn-danger {
  background-color: #f12435;
}
a.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #ff3546;
}

a.btn-delete {
  background-color: #363636;
  color: #fff;
}
a.btn-delete:hover,
.btn-delete:focus,
.btn-delete.focus,
.btn-delete:active,
.btn-delete.active {
  background-color: #272727;
  color: #fff;
}


input[type="file"] {
  text-indent: 0px;
}

td img.img-thumbnail {
  width: 125px;
  height: 125px;
  vertical-align: top;
}

.jumbotron {
  margin-bottom: 0;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}

.profile .jumbotron {
  border-radius: 10px 10px 0 0;
}
.profile .jumbotron h3 {
  color: white;
}
img.img-size-2 {
  width: 150px;
  height: 150px;
}
.profile-block {
  display: flex;
  justify-content: center;
}

.datatable tfoot {
  display: table-header-group;
}

.datatable tfoot .filter-column {
  width: 100% !important;
}

span.green {
  background: #18db3d;
  border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  color: #18db3d;
  display: inline-block;
  line-height: 0.8em;
  text-align: center;
  width: 0.8em;
}

span.yellow {
  background: #ffd400;
  border-radius: 0.4em;
  border-color: #000000;
  -webkit-border-radius: 0.4em;
  color: #ffd400;
  display: inline-block;
  font-weight: bold;
  line-height: 0.8em;
  text-align: center;
  width: 0.8em;
}

span.red {
  background: red;
  border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  color: red;
  display: inline-block;
  font-weight: bold;
  line-height: 0.8em;
  text-align: center;
  width: 0.8em;
}

div.alert.alert-success {
  font-size: 20px;
  background: #091d5d9a;
  color: white;
  border: 0px;
}
div.alert.alert-warning {
  font-size: 14px;
}
div.alert.alert-danger {
  font-size: 14px;
}

span.glyphicon.glyphicon-edit {
  color: rgb(0, 0, 0);
}

.siguiente {
  color: black;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #eef7fd;
}
.thead-purple {
  background-color: #1573ac;
  color: white;
}

.tile {
  height: 200px;
  width: 300px;
  margin: 10px;
  display: inline-block;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  user-select: none;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  text-align: center;
}

.tile-tittle {
  margin: 0;
  width: 100%;
  padding: 0;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
  font-weight: 600;
}
.tile:hover .tile-tittle {
  color: #1573bf;
}
.material-symbols-outlined {
  color: #455a64;
}
.material-symbols-rounded {
  color: #455a64;
}
.tile-icon {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  padding-top: 22px;
}
.tile-icon:hover > span {
  color: #1573bf;
}
.tile-icon:hover > svg {
  fill: #1573bf;
}

.tile:hover .tile-icon > i,
.tile:hover .tile-icon > p {
  color: #1573bf;
}

/*En tu hoja de estilos */
a:link,
a:visited,
a:active {
  text-decoration: none;
}

.tile-container {
  text-align: center;
  padding: 20px 25px;
}

.full-box {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}

.tileA {
  height: 140px;
  width: 150px;
  margin: 10px;
  display: inline-block;
  text-decoration: none;
  color: #000;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  user-select: none;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  text-align: center;
}

.tileA-tittle {
  margin: 0;
  width: 100%;
  padding: 0;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  transition: all 0.2s ease-in-out;
  font-size: 11.5px;
  font-weight: 500;
}
.tileA:hover .tileA-tittle {
  color: #091d5d;
}
.material-symbols-outlined {
  color: #455a64;
}
.material-symbols-rounded {
  color: #455a64;
}
.tileA-icon {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  padding-top: 22px;
}
.tileA-icon:hover > span {
  color: #091d5d;
}
.tileA-icon:hover > svg {
  fill: #091d5d;
}

.tileO {
  height: 200px;
  width: 230px;
  margin: 10px;
  display: inline-block;
  text-decoration: none;
  color: #000;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  user-select: none;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  text-align: center;
}
.tileO-tittle {
  margin: 0;
  width: 100%;
  padding: 0;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
  font-weight: 600;
}
.tileO:hover .tileO-tittle {
  color: #091d5d;
}
.material-symbols-outlined {
  color: #455a64;
}
.material-symbols-rounded {
  color: #455a64;
}
.tileO-icon {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  padding-top: 22px;
}
.tileO-icon:hover > span {
  color: #091d5d;
}
.tileO-icon:hover > svg {
  fill: #091d5d;
}

.tileO:hover .tileO-icon > i,
.tileO:hover .tileO-icon > p {
  color: #091d5d;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

.tileO-container {
  text-align: center;
  padding: 20px 25px;
}

.full-box {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@font-face {
  font-family: 'My Font';
  src: url('MyFont-Regular.otf') format('opentype');
  font-style: normal;
  font-weight: normal;
}

.limited-text {
  max-width: 100px; /* Ajusta el ancho máximo según tus necesidades */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /* Agrega puntos suspensivos (...) para indicar que se cortó el texto */
}

.calendario {
  /*border: 1px solid #ddd;*/
  width: 300px;
  padding: 10px;
  box-sizing: border-box;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.dias-semana {
  display: flex;
  justify-content: space-around;
  background-color: #eee;
  font-weight: bold;
  margin-bottom: 10px;
}

.dias-mes {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.dias-mes span {
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
}

.mes {
  font-size: 18px;
  font-weight: bold;
}


.flexbox {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: center;
  width: 200px;

  background: #ffff99;
  color: #333;
}

.derechos{
	
	padding: 20px; 
	font-size: 14px; 
	color: #FFF;	
	width: 100%;
    height: 81px;
	text-align:center
}


.body {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        background-image: url("../../medios/bg4.png");
        background-size: contain;
    }

    .header {
        font-size: 15px;
    }

    .titulo {
        font-size: 72px;
        width: 115%;
        background: -webkit-linear-gradient(left, #081859, #1a95cb);
        background: linear-gradient(to right, #081859, #1a95cb);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "Montserrat", sans-serif;
    }

   /* .container {
        max-width: 800px;
        margin: auto;
    }
*/
    .carousel-inner img {
        max-height: 450px;
        object-fit: cover;
        vertical-align: middle;
    }

    .popup-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .popup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 20px;
        color: #333;
        cursor: pointer;
    }

    .img-round {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        /*border: 2px solid #00164d;*/
        box-shadow: rgba(99, 99, 99, 0.5) 0px 10px 8px 5px;
        /* box-shadow: -1px -1px 6px 0 rgb(122, 221, 102), 4px 4px 16px 2px rgb(92, 162, 235);*/
        cursor: pointer;
        object-fit: contain;
        vertical-align: middle;
        background-color: white;
    }

    .image-container {
        /* display: flex; */
        justify-content: space-around;
        width: 100%;
        flex-wrap: wrap;
        overflow: hidden;
        display: flex;
        /* align-items: center; */
        justify-content: center;
        margin-left: -4.3%;
        padding-bottom: 20px;
    }

    .footer {
        background-color: #091d5d;	

bottom: 0;

width: 100%;

padding-bottom: 16px;
    }

    a {
        color: white;
        font-size: 16px;
        text-decoration: none;
    }

    a:hover {
        color: #43DBE0;
    }

	.menu-collapse{
		z-index: 10;
	}
	
	/* Estilos para móviles */
@media (max-width: 768px) {
    .nav-list {
        display: none;
        flex-direction: column;
        position: absolute;
        background-color: #13619c;
		text-align:right;
		padding-right:10px;
        top: 70px;
        right: 0;
        width: 50%;
        z-index: 1;
    } 
	
	.nav-list a:hover {
        color:#fff;
    }

    .nav-list.active {
        display: flex;
    }

    .menu-toggle {
        display: flex;
    }
}
	
    .calendario {
        width: 80%;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 10%;
        margin-left: 10%;
    }

    .headerC {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 3px;
    }

    .dias-semana {
        border-radius: 3px;
        display: flex;
        justify-content: space-around;
        background-color: #1573ac;
        color: white;
        font-weight: bold;
        margin-bottom: 0px;
        height: 30px;
        /* border: 2px solid #506883; */
    }

    .dias-mes {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
       /* height: 35px;*/
        font-size: 13px;
    }

    .dias-mes span {
        text-align: center;
        padding: 5px;
        cursor: pointer;
        height: 70px;
        text-align: right;

        border-right-color: rgba(82, 104, 131, 0.15);
        border-left-color: rgba(82, 104, 131, 0.15);
        border-top-color: rgba(82, 104, 131, 0.15);
        border-bottom-color: rgba(82, 104, 131, 0.15);
        /*
        border-right-width: 0.1px;
        border-left-width: 0.5px;
        border-top-width: 0.1px;
        border-bottom-width: 0.5px;
*/
        border-width: 1px;
        border-style: solid;
        background-color: rgba(21, 115, 172, 0.05);
    }

    .mes {
        font-size: 18px;
        font-weight: bold;
    }

    .prev,
    .next {
        cursor: pointer;
        border-radius: 5px;
        background-color: #091d5d;
        line-height: inherit;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: none;
    }

    .evento {
        background-color: #4CAF50;
        /* Color de fondo para los eventos */
        color: #fff;
        /* Color de texto para los eventos */
        padding: 2px;
        border-radius: 4px;
        text-align: center;
    }

    .btn-cerrar {
        font-size: 25px;
        /* Tamaño del texto */
        padding: 0px 8px;
        /* Espacio interno (arriba y abajo, izquierda y derecha) */
        background-color: #091d5d;
        /* Color de fondo */
        color: white;
        /* Color del texto */
        border: none;
        /* Elimina el borde */
        border-radius: 2px;
        /* Bordes redondeados */
        cursor: pointer;
        /* Cambia el cursor al pasar el ratón */
        margin-top: -3.5%;
    }
    .titulo {
        font-size: 72px;
        width: 115%;
        background: -webkit-linear-gradient(left, #081859, #1a95cb);
        background: linear-gradient(to right, #081859, #1a95cb);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "Montserrat", sans-serif;
    }

    .container2 {
        max-width: 800px;
        margin: auto;
    }

    .close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 20px;
        color: #333;
        cursor: pointer;
    }

    .image-container {
        /* display: flex; */
        justify-content: space-around;
        width: 100%;
        flex-wrap: wrap;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    a {
        color: white;
        font-size: 16px;
        text-decoration: none;
    }

    a:hover {
        color: #43DBE0;
    }

    .container {
        /*max-width: 700px;*/
        margin: 20px auto;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        border-radius: 10px;
    }

    .imgNoticia {
        max-width: 50%;
        height: auto;
        margin-bottom: 5%;
        display: block;
        margin: 0 auto;
    }

.footer a{
	color:#fff;
}
.footer a:hover{
	color:#fff;
	text-decoration:none;
}

.divfooter {
	text-align: center; 
	margin-bottom: 1%;
	color:#fff;
}
.titlefooter {
	text-align: center; 
	margin-bottom: 1%;
	color:#fff;
	font-size: 28px;
	margin: 0 auto;
}
