@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@400&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

.header {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background: linear-gradient(90deg, rgba(72,12,168,1) 0%, rgba(72,12,168,1) 23%, rgba(181,23,158,1) 100%);;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
}


.verpr {
  width: 40vw;
  margin: auto;
    margin-top: auto;
  padding: 40px;
  border-bottom: #a29b9b;
    border-bottom-style: none;
  border-bottom-style: none;
  border-bottom-style: double;
  color: #404040;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 17px -4px rgba(179,179,179,1);
  -moz-box-shadow: 10px 10px 17px -4px rgba(179,179,179,1);
  box-shadow: 10px 10px 17px -4px rgba(179,179,179,1);
  border-radius: 20px;
  margin-top: 30px;
  border-style: solid;
  border-color: #dbd0c6;
  margin-bottom: 50px;
}

.vertit {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.verof {
  color: #000;
  font-size: 1.1em;
}

.btcont {
  max-width: 300px;
  text-align: center;
  margin: auto;
}

.poptit {
  font-weight: bold;
}
.verres {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 20px;
  font-weight: 500;
}

.versub {
  color: #480ca8;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
}

.versub i {
  color: #8b13a2;
}

.verprog {
  font-size: 1.1em;
  padding-left: 35px;
  margin-bottom: 20px;
}

.verfech {
  font-size: 1.2em;
  padding-left: 35px;
  margin-bottom: 20px;
  font-weight: 700;
}

.verval {
  font-size: 1.1em;
  padding-left: 35px;
  margin-bottom: 20px;
}

.verinsc {
  font-size: 1.1em;
  padding-left: 35px;
  margin-bottom: 20px;
}

.verinsc {
  font-size: 1.4em;
  text-decoration: none;
}

.verinsc a {
  color: #315729;
  text-decoration: none;
}


.foot {
  width: 100%;
  background-color: #000;
  padding-left: 10%;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;

}

.datosfot {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 1.1em;
}



html, body {
    overflow-x: hidden;
    height: 100%;
}

body {
display: inline;
font-family: "PT Sans", sans-serif;
color: #10182f;
background: #fff;
padding: 0;
margin: 0;
}

/* MENU */

.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: 100%;
    margin-top: 60px;
    position: fixed;
    left: 0;
    width: 250px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(180deg, #480CA8 0%, #B4179E 100%);
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

/* FIN MENU */

.vivo {
  color: #5f0ea6;
}

.hd {
  background-image: url("bg.jpg");
  background-position: right;
  background-position-y: top;
  filter: drop-shadow(6px 6px 5px #bdbdbd);
  z-index: -2;
position: relative;
}

.fechas {
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
}

.resumen {
  font-family: 'Noto Sans Mono';
  color: #666;
  text-align: justify;
}

.valores {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.datos {
  color: #d56400;
}


#popNombre {
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
  margin-top: 20;
}

#popResumen {
  color: #666;
  text-align: justify;
}

#popPrograma {
  color: #666;
}


.programa {
font-family: "PT Sans", sans-serif;
font-weight: 700;
text-align: center;
width: 300px;
display: table-cell;
vertical-align: middle;
height: 200;
font-size: 1.3em;
color: #000;
padding-left: 10px;
padding-right: 10px;
}

.card-header {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.logo{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-top: 50px;
}

.footerofer {
  background-color: black;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #f38c06;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  color: #fff;
}

.bd {
  background-color: #a2a2a2;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top-style: solid;
  border-top-width: 5px;
}


.logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
max-width: 300px;
}

.subti{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-top: 50px;
padding-bottom: 50px;
}

.subti img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
filter: drop-shadow(6px 6px 5px #bdbdbd);
max-width: 380px;
}




.logo p {
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: auto;
font-size: 24px;
color: #424046;
margin-top: 44px;
font-family: 'Poppins';
text-shadow: 3px 3px 16px #aeaeae;
font-weight: bolder;
text-decoration-color: #a2a2a2;
}



.container {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-left: 10%;
padding-right: 10%;

}

.titu {
  text-align: center;
  font-size: 2.5em;
  font-weight: bolder;
  color: #fff;
  background-color: #3b3b3b;
  padding: 10px;
  border-top: black;
    border-top-style: none;
  border-top-style: solid;
}



.card {
  margin: 10px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 300px;
  border-style: solid;
  border-color: #6e6e6e;
  border-width: 2px;
}
.card-header img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  min-height: 166px;

}

.btcont {
  display: block;
  background-color: #020202;
  padding-left: 10;
  padding-right: 10;
  border-radius: 20px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.btcont:hover {
  background-color: #d56400;
}

.btwp {
  display: block;
  background-color: #509716;
  padding-left: 10;
  padding-right: 10;
  border-radius: 20px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.btwp:hover {
  background-color: #315b0e;;
}

.opcion {
  display: table;
  width:100%;
  margin-bottom: 10px;
  margin-top: 20px;
}

.opciontd {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.opciontr {
  display: table-row;
}

.tag {
  background: #cccccc;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 3;
margin-bottom: 3;
}
.tag-teal {
  background-color: #47bcd4;
}
.tag-purple {
  background-color: #5e76bf;
}
.tag-pink {
  background-color: #cd5b9f;
}
.tag-green {
  background-color: #509716;
}

.card-body p {
  font-size: 13px;
  margin: 0 0 10px;
}
.user {
  display: flex;
  margin-top: auto;
}

.user img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.user-info h5 {
  margin: 0;
}
.user-info small {
  color: #545d7a;
}










p{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: #1f2029;
}

.section{
  position: relative;
  width: 100%;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.full-height{
  min-height: 100vh;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
}
.modal-btn:checked + label,
.modal-btn:not(:checked) + label{
  background: #cccccc;
  background-color: #000;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.1em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.modal-btn:not(:checked) + label:hover{
  background-color: #d2bbdf;
  color: #36494f;
}
.modal-btn:checked + label .uil,
.modal-btn:not(:checked) + label .uil{
	margin-left: 10px;
	font-size: 18px;
}
.modal-btn:checked + label:after,
.modal-btn:not(:checked) + label:after{
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 110;
  width: 40px;
  border-radius: 3px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  background-color: #ffeba7;
  color: #102770;
  font-family: 'unicons';
  content: '\eac6';
  box-shadow: 0 12px 25px 0 rgba(16,39,112,.25);
  transition: all 200ms linear;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
.modal-btn:checked + label:hover:after,
.modal-btn:not(:checked) + label:hover:after{
  background-color: #102770;
  color: #ffeba7;
}
.modal-btn:checked + label:after{
  transition: opacity 300ms 300ms ease, transform 300ms 300ms ease, background-color 250ms linear, color 250ms linear;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  margin-right: calc(50% + 200px);
  display: none;
}
.modal{
  position: fixed;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-x: hidden;
  background-color: rgba(31,32,41,.75);
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms 700ms ease;
}
.modal-btn:checked ~ .modal{
  pointer-events: auto;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.modal-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 20px;
  background-color: #fff;
    -ms-flex-item-align: center;
    align-self: center;
    box-shadow: 0 12px 25px 0 rgba(199,175,189,.25);
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 250ms 250ms ease, transform 300ms 250ms ease;
}
.modal-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.modal-wrap p {
  padding: 20px 30px 0 30px;
}

.modal-btn:checked ~ .modal .modal-wrap{
  opacity: 1;
  transform: scale(1);
  transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;
  padding: 20px;
}

@media screen and (max-width: 500px) {
	.modal-wrap {
		width: calc(100% - 40px);
		padding-bottom: 15px;
	}

	.modal-wrap p {
	  padding: 15px 20px 0 20px;
	}
}
