@font-face {
  font-family: 'Awesome-Pro-Regular-400';
  src: local('Awesome-Pro-Regular-400'),
       local('Awesome-Pro-Regular-400'),
       local('Awesome-Pro-Regular-400'),
       url(../fonts/Awesome-Pro-Regular-400.otf);
}
@font-face {
  font-family: 'Awesome-Brands-Regular-400';
  src: local('Awesome-Brands-Regular-400'),
       local('Awesome-Brands-Regular-400'),
       local('Awesome-Brands-Regular-400'),
       url(../fonts/Awesome-Brands-Regular-400.otf);
}
@font-face {
  font-family: 'Awesome-Duotone-Solid-900';
  src: local('Awesome-Duotone-Solid-900'),
       local('Awesome-Duotone-Solid-900'),
       local('Awesome-Duotone-Solid-900'),
       url(../fonts/Awesome-Duotone-Solid-900.otf);
}
@font-face {
  font-family: 'Awesome-Pro-Light-300';
  src: local('Awesome-Pro-Light-300'),
       local('Awesome-Pro-Light-300'),
       local('Awesome-Pro-Light-300'),
       url(../fonts/Awesome-Pro-Light-300.otf);
}
@font-face {
  font-family: 'Awesome-Pro-Solid-900';
  src: local('Awesome-Pro-Solid-900'),
       local('Awesome-Pro-Solid-900'),
       local('Awesome-Pro-Solid-900'),
       url(../fonts/Awesome-Pro-Solid-900.otf);
}
@font-face {
  font-family: 'Awesome-Pro-Thin-100';
  src: local('Awesome-Pro-Thin-100'),
       local('Awesome-Pro-Thin-100'),
       local('Awesome-Pro-Thin-100'),
       url(../fonts/Awesome-Pro-Thin-100.otf);
}
@font-face {
  font-family: 'gobCL_Bold';
  src: local('gobCL_Bold'),
       local('gobCL_Bold'),
       local('gobCL_Bold'),
       url(../fonts/gobCL_Bold.otf);
}
@font-face {
  font-family: 'gobCL_Regular';
  src: local('gobCL_Regular'),
       local('gobCL_Regular'),
       local('gobCL_Regular'),
       url(../fonts/gobCL_Regular.otf);
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: local('MyriadPro-Regular'),
       local('MyriadPro-Regular'),
       local('MyriadPro-Regular'),
       url(../fonts/MyriadPro-Regular.otf);
}
@font-face {
  font-family: 'Roboto-Bold';
  src: local('Roboto-Bold'),
       local('Roboto-Bold'),
       local('Roboto-Bold'),
       url(../fonts/Roboto-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'RobotoCondensed-Bold';
  src: local('RobotoCondensed-Bold'),
       local('RobotoCondensed-Bold'),
       local('Roboto-Bold'),
       url(../fonts/RobotoCondensed-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'RobotoCondensed-Regular';
  src: local('RobotoCondensed-Regular'),
       local('RobotoCondensed-Regular'),
       local('RobotoCondensed-Regular'),
       url(../fonts/RobotoCondensed-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: local('Roboto-Regular'),
       local('Roboto-Regular'),
       local('Roboto-Regular'),
       url(../fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'RobotoSlab-Regular';
  src: local('RobotoSlab-Regular'),
       local('RobotoSlab-Regular'),
       local('RobotoSlab-Regular'),
       url(../fonts/RobotoSlab-Regular.ttf) format('truetype');
}
.disc {
  font-size: 12px;
  text-align: center;
}
.red{
	color:red;
}
.img-post-list {
    width: 100%;
}
.circledays {
  width: 250px;
  padding-top: 250px;
  margin-left: auto;
  margin-right: auto;
  position:relative;
}
.progressbar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 35px solid;
  border-radius: 100%;
	display:flex;
	justify-content:center;
	align-items:center
}
.numdays {
	font-family: 'Roboto-Bold';
	font-size: 80px;
}
.txtdays{
	text-align:center;
}
.allinf {
  width: 100% !important;
  max-width: 200px;
  display: flex;
  padding: 0 !important;
}
.allinf a{
  width: 100% !important;
  display: flex;
  text-decoration: none;
  color: #375E80;
  padding: 10px;
}
.allinf a:hover{
	color: #fff;
}
.allinf span {
  width: 80%;
}
.allinf i {
  width: 20%;
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 30px;
}
.box-gallery .gallery{
	  grid-template-columns: repeat(3, 1fr);
	  grid-gap: 10px;
	  margin: 0;
}
.tt-inte{
	color: #fff;
  font-family: 'RobotoSlab-Regular';
  line-height: 1;
  font-weight: normal;
  text-align: center;
  font-size: 50px;
}
.st-inte{
	color: #fff;
  font-family: 'RobotoSlab-Regular';
  line-height: 1;
  font-weight: normal;
  text-align: center;
  font-size: 25px;
  margin-top: 30px;
}
.bg-wh{
	background: #fff;
}
.btns-hnvg {
  display: flex;
}
.btn-cua:not(:first-child) {
  margin-left: 10px;
}

.btn-cua{
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 50px;
	height: 50px;
	font-size: 25px;
	transition: .5s ease all;
}
.btn-cua a{
	width: 100%;
	height: 100%;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #375E80;
	transition: .5s ease all;
}
.btn-cua:hover{
	background: #375E80;
	transition: .5s ease all;
	color: #fff;
}
.btn-cua:hover a{
	color: #fff ;
	transition: .5s ease all;
}
.btn-rect {
  padding: 10px;
  width: 120px;
  font-size: 15px;
  color: #375E80;
  transition: .5s ease all;
  font-family: 'RobotoSlab-Regular';
  cursor: pointer;
}
.btn-rect:hover{
	background: #375E80;
	color: #fff;
	transition: .5s ease all;
}
.btn-cerrar{
	margin-left: 0 !important;
	cursor: pointer;
}
.d-none{
	display: none;
}
.cicon {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 15px;
  left: 15px;
  opacity: 0;
  transition: .5s ease all;
}
.post-item-list:hover .cicon{
	opacity: 1;
	transition: .5s ease all;
}
.vline {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.hline {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.box-bar{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bgprgb{
	width: 100%;
	height: 20px;
	display: flex;
	align-items: center;
	padding: 3px;
}
.box-progress {
  font-size: 12px;
  margin-top: 20px;
  font-family: 'MyriadPro-Regular';
}
.rprogb{
	height: 100%;
}
.rpross{
	height: 100%;
}
.bdl{
	border-left: 1px solid ;
}
.bdr{
	border-right: 1px solid;
}
.prgn{
	font-family: 'RobotoSlab-Regular';
	font-size: 17px;
	padding-left: 2px !important;
padding-right: 2px !important;

}
.post-item-list a{
	text-decoration: none;
}
.tthome {
  font-family: 'RobotoSlab-Regular';
  font-size: 40px;
  color: #2D4459;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
  
}
.tt-post-ent{
	font-family: 'RobotoSlab-Regular';
	font-size: 20px;
	line-height: 1.5;
}
.overgrid {
	padding: 15px;
	font-family: 'Roboto-Bold';
	font-size: 13px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .5s ease all;
}
.post-item-list{
	cursor: pointer;
}
.post-item-list:hover .overgrid{
	opacity: 1;
	transition: .5s ease all;
}
.ttbg{
	padding-left: 5px;
	padding-right: 5px;
}
.tt-post-ent a{
	text-decoration: none;
}
.bcontlis.float-start:before{
	left: 0;
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	z-index: -1;
}
.bcontlis.float-end:before{
	right: 0;
	top: 50%;
	transform: translate(50%,-50%) rotate(45deg);
	z-index: -1;
}
.hdab {
	position: absolute;
	width: 100%;
	z-index: 99;
}
.bkhei{
	position: absolute;
	top: 0;
	height: 45vh;
	width: 100%;
	background: linear-gradient(180deg, rgba(45,68,89,.9) 60%, rgba(45,68,89,0) 100%);
	z-index: -1;
}
.box-btn-files {
  width: auto;
  margin-right: -50px;
  margin-left: -10px;
  cursor: pointer;
  padding: 10px;
  font-size: 15px;
  transition: .5s ease all;
  position: relative;
}

.box-btn-files:hover {
  background: #375E80;
  color: #fff;
  transition: .5s ease all;
}
.box-btn-files:hover .box-files{
	display: grid;
	transition: .5s ease all;
}
.box-files:hover{
	display: grid;
}
.desc-file{
	font-size: 12px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	padding: 3px;
	text-transform: uppercase;
	opacity: 0
}
.item-file:hover .desc-file{
	opacity: 1;
}
.item-file:hover a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.box-files{
	position: absolute;
	display: none;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	width: 250px;
	background: #375E80;
	color: #fff;
	font-size: 30px;
	padding: 20px;
	padding-bottom: 60px;
	right: -250px;
	bottom: -50px;
	transition: .5s ease all;
}
.box-files a{
	color: #fff !important;
}
.bgintsed.active{
	height: 100vh;
	transition: .5s ease all;
}
.bgintsed{
	position: absolute;
	top: 0;
	min-height: 100vh;
	height: 100%;
	display: none;
	width: 100%;
	z-index: 2;
	transition: .5s ease all;
}
.box-desc{
	padding: 50px !important;
}
.circle-progress{
	width: 80%;
	height: auto;
}
.circle-progress-text {
	font-family: 'RobotoSlab-Regular';
	fill: #375E80;
	font-size: 20px;
}
.circle-progress-value {
	stroke-width: 10%;
	stroke: #ffffff;
	stroke-dasharray: .8 3;
}
.circle-progress-circle {
	stroke-width: 20%;
}

.ttdesc{
	color: #375E80;
  font-family: 'RobotoSlab-Regular';
	font-size: 30px;
	line-height: 1;
}
.contn-des{
	font-family: 'Roboto-Regular';
	color: #375E80;
	font-size: 13px;
	margin-top: 30px;
	text-align: justify;
}
.br{
	border-right: 1px solid #375E80;
}
.bb:not(:last-child) {
	border-bottom: 1px solid #375E80;
}
.box-det{
  font-family: 'RobotoSlab-Regular';
	color: #375E80;
	font-size: 16px;
	width: 100%;
}
.box-prgs{
	font-family: 'RobotoSlab-Regular';
	color: #375E80;
	font-size: 16px;	
	width: 100%;
	position: relative;
}
.box-prgs p{
	margin: 0;
}
.progresscir{
	text-align: center;
}
.cont-det{
	margin-top: 40px;
}
.post-item-list{
	position: relative;
}
.box-txtgrid {
  height: 100%;
  width: 100%;
  z-index: 5;
  position: relative;
  padding: 15px;
}
.bcontlis {
	height: 100%;
	position: relative;
	z-index: 2;
}
.bimglis{
	height: 100%;
	position: relative;
}

.bimglis a{
	width: 100%;
	height: 100%;
	display: flex;
}
.bimglis img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.box-cont-sede, .box-gallery{
	display: none;
}
.content-sede{
	position: relative;
	z-index: 200;
}
.sedesinte {
	background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: inline-block;
  width: 100%;
  position: relative;
}
.cont-int-sedes {
  margin-top: 150px;
  margin-bottom: 100px;
  z-index: 999;
  position: relative;
}

.cont-int-prin {
  margin-top: 150px;
  margin-bottom: 100px;
  z-index: 999;
  position: relative;
}

.logosec {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.logosec img, .logosecfooter img{
	width: 100%;
	max-width: 330px;
}
.custom-logo-link img, .logofooter img{
	max-width: 300px;
	padding-bottom: 40px;
}
.logosecfooter{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.rrssfooter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.rrss {
  display: flex;
}
.irs:not(:first-child) {
  margin-left: 15px;
}
.irs{
	border: 1px solid;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	text-decoration: none;
	font-size: 25px;
}
.grid-home {
	display:  grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows:  repeat(4,240px);
}
.site-footer {
  margin-top: 150px;
}


@media screen and (max-width: 1024px) {
		.bdr, .bdl{
		border: none;
	}
	.box-progress{
		font-size: 14px;
	}
	.overgrid{
		font-size: 12px;
	}
	.tthome{
		font-size: 35px;
		margin-right: 20%;
	}
	.cicon{
		display: none;
	}
	.tt-post-ent{
		font-size: 17px;
	}

}
@media screen and (max-width: 990px) {
	.tt-post-ent {
  	font-size: 14px;
	}
	.overgrid {
  font-size: 11px;
}
}
@media screen and (max-width: 767px) {
	.cont-int-prin{
		margin-top: 200px;
	}
	.box-gallery .gallery{
	  grid-template-columns: repeat(2, 1fr);
	}
	.tthome{
		margin: 0;
		margin-top: 25px;
		margin-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 25px;
	}
		.overgrid {
  	font-size: 14px;
	}
	.tt-post-ent {
  	font-size: 18px;
	}

	.box-progress {
 	 text-align: center;
	}
	.bimglis, .bcontlis{
		height: 50%;
	}
	.col-md-6{
		width: 100%;
	}
	.rpross{
		margin-top: 10px;
	}
	.grestlic{
		margin-top: 15px;
	}
.grid-home {
	grid-template-columns: 1fr;
	grid-template-rows: auto;
}
.cicon{
	display: none;
}
.bcontlis.float-start::before {
	display: none;
}	
.bcontlis.float-end::before {
	display: none;
}
.logosec, .rrssfooter{
	justify-content: center;
}
.logosecfooter{
	margin-top: 20px;
	margin-bottom: 20px;
}
.tt-inte{
	font-size: 35px;
	margin-top: 20px;
}
.bkhei{
	height: 65vh;
}
.box-desc{
	padding: 25px !important;
}
.ttdesc {
  font-size: 22px;
}
.box-det {
  font-size: 14px;
}
.br{
	border: none;
}
.box-btn-files{
	width: 100%;
	margin: 0;
}
.box-files {
  display: grid;
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  right: auto;
}
.box-btn-files {
  background: #375E80;
  color: #fff;
  transition: .5s ease all;
}
.overgrid{
	opacity: 1
}
.post-item-list {
  cursor: pointer;
  margin-bottom: 20px;
  box-shadow: 0px 2px 8px #0000007a;
}
}