@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: 'Chalet NewYorkNineteenEighty';
  src: local('Chalet NewYorkNineteenEighty'),
       local('Chalet NewYorkNineteenEighty'),
       local('Chalet NewYorkNineteenEighty'),
       url(../fonts/Chalet_New_York_Nineteen_Eighty.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: 'MyriadPro-BoldIt';
  src: local('MyriadPro-BoldIt'),
       local('MyriadPro-BoldIt'),
       local('MyriadPro-BoldIt'),
       url(../fonts/MyriadPro-BoldIt.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: 'Roboto-Light';
  src: local('Roboto-Light'),
       local('Roboto-Light'),
       local('Roboto-Light'),
       url(../fonts/Roboto-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: local('Roboto-Medium'),
       local('Roboto-Medium'),
       local('Roboto-Medium'),
       url(../fonts/Roboto-Medium.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');
}
html{
	overflow-x: hidden;
	font-family: 'Roboto-Light';
}
#masthead{
	position: sticky !important;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;	
}
.navbar-toggler-icon {
  background-image: url('../img/main.svg');
}

.post-sing{
  margin-top: 30px;
}
.nav-foo{
  margin-top: 50px;
  margin-bottom: 120px;
}
.postdoc{
  background-color: #F3E7CB;
  position: relative;
  transition: .5s ease;
  color: #202A33;
  border: 1px solid;
  font-size: 15px;
  margin-bottom: 20px;
}
.postdoc:hover{
  color: #fff;
  background: #202A33;
  transition: .5s ease;
  border: 1px solid #202A33;
}
.postdoc a{
  color: #202A33;
  transition: .5s ease;
  width: 100%;
  display: block;
  font-family: 'Roboto-Regular';
  font-size: 13px;
  padding: 10px;
}
.tt-doc{
  font-family: 'Roboto-Bold';
  height: 130px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  padding-bottom: 20px;
}
.ins-doc {
  padding-top: 5px;
  padding-bottom: 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  height: 78px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.anio {
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-down{
  position: relative;
  transition: .5s ease;
  border-top: 1px solid;
}
.postdoc:hover .btn-down{
  color: #202A33;
  background: #00C9D1;
  transition: .5s ease;
}
.postact:hover .btn-down{
  color: #202A33;
  background: #00C9D1;
  transition: .5s ease;
}
.btn-down i {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  aspect-ratio: 1;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid;
}
.postdoc:hover a{
  color: #202A33;
  transition: .5s ease;
}
.postdoc:hover .overlay{
  opacity: 1;
  transition: .5s ease;
}
.postdoc:hover .img-doc{
  opacity: 0;
  transition: .5s ease;
}
.info-doc {
  height: 280px;
  padding: 15px;
}
.overlay {
  position: absolute;
  top: 0;
  color: #fff;
  background: #202A33;
  opacity: 0;
  transition: .5s ease;
}
.img-doc {
  height: 280px;
  transition: .5s ease;
}
.img-doc img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.postact{
  background-color: #F3E7CB;
  position: relative;
  transition: .5s ease;
  color: #202A33;
  border: 1px solid;
  font-size: 15px;
  margin-bottom: 20px;
}
.postact:hover{
  color: #fff;
  background: #202A33;
  transition: .5s ease;
  border: 1px solid #202A33;
}
.info-act {
  
  padding: 15px;
}
.postact a{
  color: #202A33;
  transition: .5s ease;
  width: 100%;
  display: block;
  font-family: 'Roboto-Regular';
  font-size: 13px;
  padding: 10px;
}

.tt-act{
  font-family: 'Roboto-Bold';
  height: 100px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  padding-bottom: 20px;
}

.postact:hover a{
  color: #202A33;
  transition: .5s ease;
}

.btn-volver {
  text-align: right;
}
.btn-volver a{
  color: #202A33;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  text-decoration: none;
}

.datesp{
  color: #202A33;
  font-family: 'Roboto-Regular';
  font-size: 14px;
}
.btn-post a{
 text-decoration: none;
  color: #202A33;
  font-family: 'Roboto-Regular';
  font-size: 14px; 
}
.btn-volver i {
  aspect-ratio: 1;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border: 1px solid;
  margin-left: 10px;
}
.cont-post-sing{
  margin-top: 30px ;
}

.cont-post-sing p{
  margin-bottom: 1.2em !important;
}
.tt-post-sing{
	margin-top: 30px;
}
.img-post-sing {
  margin-top: 30px;
}
.img-post-sing img {
  max-height: 60vh;
  object-fit: cover;
  width: 100%;
}
.tt-post-sing h1{
	font-family: 'Chalet NewYorkNineteenEighty';
	font-size: 23px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .6em;
}
.site-footer:after{
	content: '';
	background: url(../img/after-footer.png);
	height: 200px;
	width: 100%;
	display: flex;
	position: absolute;
  top: -150px;
  right: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: -1;
}
#navbarNavDropdown {
  position: absolute;
  top: 80px;
  right: 0;
  width: 100%;
  background: #fff;
}
.st0{
	transition: .5s ease all;
	cursor: pointer;
}
.st0:hover{
	fill:#96D9D4;
	transition: .5s ease all;
}
.st0.active{
	fill:#96D9D4;
	transition: .5s ease all;
}
.btn-icon .elementor-button-icon {
  width: 5%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-left: 1px solid;
  aspect-ratio: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-icon .elementor-button-content-wrapper{
	align-items: center;
}
.btn-icon .elementor-button-text {
  text-align: left;
  width: 95%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.txtbody{
	font-size: 17px;
}
.chalet-n{
  font-family: 'Chalet NewYorkNineteenEighty' !important;
}
.roboto-r{
	  font-family: 'Roboto-Regular' !important;
}
.roboto-l{
	  font-family: 'Roboto-Light' !important;
}
.roboto-b{
	font-family: 'Roboto-Bold' !important;
}
.roboto-m{
	font-family: 'Roboto-Medium' !important;
}
.box-item {
  margin-bottom: 30px;
}
.coldir{
	border-right: 1px solid ;
}
.box-dir{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 15px;
	
}
.box-img-dir {
  position: relative;
  padding-top: 100%;
}
.ttdir{
	font-size: 16px;
	text-transform: uppercase;
}
.ttrep{
	font-size: 16px;
}
.txtfun{
	font-size: 16px;
}
.txtfun p{
	margin: 0
}
.txtcargo{
	margin-bottom: 0;
	font-size: 16px;
}
.colrep {
  align-content: flex-end;
  display: grid;
}
.box-desc{
	grid-column: 2/4;
	display: grid;
	align-content: flex-end;
}

.img-dir {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
#myVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.bannersvg{
	min-height: 55vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
  overflow: hidden;

}
.bannervacio{
	min-height: 35vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
  overflow: hidden;	
}
.bannercentral {
  max-width: 60%;
  z-index: 2;
}
.afterb {
  position: absolute;
  height: 20px;
  bottom: 0;
}
.afterb::after {
  content: '';
  width: 150px;
  background: #fff;
  position: absolute;
  left: 0;
  height: 20px;
  border: 1px solid #202A33;
}
.bgbody{
	background-position: center 60%;
	background-repeat: no-repeat;
	background-size: contain;
}
.titulov {
  border-width: 1px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.titulo {
  border-width: 1px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.txttt {
  font-family: 'Chalet NewYorkNineteenEighty';
  letter-spacing: 10pt;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 23px;
}
.txtttg {
  font-family: 'Chalet NewYorkNineteenEighty';
  letter-spacing: 10pt;
  font-size: 23px;
}
.box-tt {
  display: flex;
  align-items: center;
  width: fit-content;
  position: relative;
}
.vtt {
  content: '';
  width: 50px;
  height: 100%;
  display: flex;
  border-left: 1px solid;
  border-right: 1px solid;
  margin-left: 50px;
  min-height: 50px;
}
.bl {
  border-left: 1px solid;
}
.br {
  border-right: 1px solid;
}
.bb {
  border-bottom: 1px solid;
}
.not-item{
	padding:0;
	border: 1px solid;
	color: #202A33;
	background: #fff;
}
.not-dest{
	margin-top: 50px;
}
.not-dest a{
	text-decoration: none;
	
}


.wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  
}
.notfull{
	grid-column: 1 / 4;
  grid-row: 1;
}
.not-img{
	position: relative;
}
.wrapper-not-full{
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}

.wrapper-not-full .not-cont{
	grid-column: 2 / 4;
	padding: 30px;
	padding-left: 0;
}
.notcol{
	padding-top: 100%;
	position: relative;
}
.not-img {
padding-top: 60%;	
}
.wrapper-not-full .not-img{
	padding-top: 100%;
}

.not-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.not-cont {
	position: relative;
  padding: 10px;
}
.bar-not {
  display: flex;
  position: absolute;
  bottom: 0;
  border-top: 1px solid;
  width: 100%;
  left: 0;
}

.wrapper-not-full .bar-not::after {
  content: '';
  border-top: 1px solid;
  left: -30px;
  position: absolute;
  top: -1px;
  width: 100%;
}

.box-not-col {
  position: absolute;
  top: 0;
  height: 100%;
}

.bcont {
  padding: 15px;
}
.bcont .tnoti{
	font-family: 'Roboto-Regular';
	font-size: 18px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.btn-des {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.btn-post {
  padding: 0;
  margin-left: auto;
  border-left: 1px solid;
  transition: .5s ease;
}
.date {
  margin-left: 15px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.txt-btnvm{
		font-family: 'Roboto-Regular';
		padding: 5px 15px;
		font-size: 15px;
}
.desc-dest {
  margin-top: 20px;
}
.notfull .tnoti{
	font-family: 'Roboto-Bold';
	color: #202A33;
	font-size: 23px;
}
.btn-post:hover {
  background: #202A33;
  color: #fff;
  transition: .5s ease;
}
.btn-post:hover a{
  color: #fff;
  transition: .5s ease;
}
.btn-post i{
  border-left: 1px solid;
  padding: 5px 15px;
  margin-left: auto;
  font-size: 18px;
}
.site-footer {
	border-top: 1px solid;
	margin-top: 80px;
	border-color: #202A33;
	position: relative;
}
.stt{
	height: 25px;
}
.bg-bo{
	background: #2A3C47;
}
.footer-top{
	padding-top: 20px;
	padding-bottom: 50px;
}
.footer-bottom{
	padding-bottom: 20px;
}
.ttcarr{
	color: #fff;
	font-family: 'Chalet NewYorkNineteenEighty';
  font-size: 23px;
  letter-spacing: 5.2pt;
  margin-bottom: 50px;
}
.img-footer-top {
  display: flex;
}
.img-footer-top div, .img-footer-bt div {
  padding: 5px;
}
.sqvsb {
  width: 6.66%;
}
.rectvsb {
  width: 20%;
}
.txt-img-footer {
  font-family: 'Chalet NewYorkNineteenEighty';
  font-size: 20px;
  width: 20%;
  color: #00C2CA;
  text-align: center;
  border: 1px solid #fff;
}
.img-footer-bt {
  display: flex;
}
.sqv {
  width: 6.66%;
  border: 1px solid #fff;
}
.sqa {
  width: 6.66%;
  border: 1px solid #fff;
  background: #00C2CA;
}
.rectv {
  width: 20%;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
}
.sqvl {
  width: 6.66%;
  border: 1px solid #fff;
}
.img-footer {
  width: 100%;
}
.box-img-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.txt-min{
	font-family: 'Roboto-Regular';	
	font-size: 13px;
}

.swiper-slide{
	text-align: center !important;
}
.slidefca {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
.swiper-slide img {
  width: 100%;
}
.swiper-button-next, .swiper-button-prev{
	color: #fff !important;
}
.site-header{
	margin-bottom: 20px;
	position: relative;
}
.mainhead{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.logosechead{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.col-menu .elementor-shortcode {
  height: 100%;
}
.col-menu .elementor-widget.elementor-widget-shortcode {
  position: initial;
  height: 100%;
}
.col-menu {
  position: unset;
}
.nav-menu	a{
	font-family: 'Chalet NewYorkNineteenEighty';	
	font-size: 14px;
	color: #202A33;
}
.sub-menu {
  width: 100%;
  align-items: center;
}
.itemsup {
  width: 20%;
  text-transform: uppercase;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  max-width: 160px;
}
.itemsup a {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  letter-spacing: .3pt;
  word-spacing: 100vw;
}

.item:hover .sub-menu{
	left: ;
}
.item:not(:first-child){
	margin-left: 30px;
}
.sub-menu .item {
  margin: 0;
  text-transform: none;
  text-align: left;
}
.main-navigation{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemsup:hover .sub-menu {
	left: 0;
	opacity: 1;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: 1s ease;
	transition-property: opacity;
	min-height: 140px;

}
.main-nav.nav-menu {
  height: 100%;
  align-items: center;
}
.fitemsup {
  display: flex;
  align-items: center;
}
.sub-menu a{
	font-family: 'Roboto-Regular';
	font-size: 14px;
	word-spacing: unset;

}
.fitemsup {
	font-family: 'Chalet NewYorkNineteenEighty';	
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	word-spacing: 100vw;
}

.sub-menu .item{
	margin-top: 10px;
	margin-bottom: 10px;
}

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

.icon-f {
  margin-bottom: 20px;
}

.itemf:nth-child(1) {
	border-right: 1px solid;
}
.itemf:nth-child(2) {
	padding-left: 30px !important;
}
.itemf:nth-child(3) {
	border-right: 1px solid;
	border-top: 1px solid;
}
.itemf:nth-child(4) {
	border-top: 1px solid;
	padding-left: 30px !important;
}
.itemf:nth-child(5) {
	border-right: 1px solid;
	border-top: 1px solid;
}
.itemf:nth-child(6) {
	border-top: 1px solid;
	padding-left: 30px !important;
}
.itemf:nth-child(7) {
	border-right: 1px solid;
	border-top: 1px solid;
}
.itemf:nth-child(8) {
	border-top: 1px solid;
	padding-left: 30px !important;
}
.btnicon {
  display: flex;
  position: relative;
  border: 1px solid;
}
.txtbtn {
  width: 95%;
  display: flex;
  align-items: center;
  padding: 10px;
}
.iconbtn {
  width: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  border-left: 1px solid;
  font-size: 20px;
}
.btnicone {
  display: block;
  position: relative;
  text-decoration: none;
  color: #202A33;
  background: #fff;
}
.btnicone:hover {
  color: #fff;
  background: #202A33;
  transition: .5s ease;
}
.box-itemsttdesc{
position: relative;
margin-bottom: 250px;
}

.itemttdesc{
	border: 1px solid;
}
.itemttdesc:not(:first-child){
	margin-top: 20px;
}
.box-ttcol, .box-descol{
	padding: 20px;
}
.box-ttcol{
	border-right: 1px solid;
	letter-spacing: 6pt;
}
.accor.periodos{
margin-bottom: 450px;
}
.accor .accordion-item{
	border-top: 1px solid !important;
	background: #fff !important;
}
.accor .accordion-button:not(.collapsed){
	background: #fff;
}
.accor .accordion-header button{
	font-family: 'Chalet NewYorkNineteenEighty';
	color: #202A33;
	letter-spacing: 7pt;
}
.accordion-button:focus{
	border: none !important;
	box-shadow: none !important;
}
.pagination-pages{
	display: flex;
	font-family: 'Roboto-Regular';
	font-size: 16px;
}
.pagination-pages a{
	color: #202A33;
}
.pagination-pages a:hover{
	font-family: 'Roboto-Bold';
	transition: .5s ease;
}
.pagination-pages i{
	font-size: 25px;
	text-transform: uppercase;
}
.pag-ant a{
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: left;
	text-transform: uppercase;
}
.pag-sig a{
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-transform: uppercase;
}
.pag-ant i{
	margin-right: 15px;	
}
.pag-sig i{
	margin-left: 15px;
}

.page-numbers-container{
	text-align: center;
}
.page-numbers.current {
  background: #202A33;
  color: #fff;
  transition: .5s ease;
}
.page-numbers {
  aspect-ratio: 1;
  border: 1px solid #202A33;
  width: 30px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: .5s ease;
}
.page-numbers:hover{
  background: #202A33;
  color: #fff;
  transition: .5s ease;
}
.navigation{
	margin-top: 80px;
	margin-bottom: 140px;
}
.bar-search {
  
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #202A33;
}
.bform{
	display: flex;
  justify-content: flex-end;
}
#searchforms {
  width: 50%;
  text-align: right;
}
.search-home {
  width: 90%;
  border: 1px solid #202A33 !important;
  border-radius: 0 !important;
}

@media (max-width: 992px) {
	#navbarNavDropdown li {
  	padding-left: 10%;
  	padding-right: 10%;
  	padding-top: 10px;
  	padding-bottom: 10px;
	}
	#navbarNavDropdown .dropdown-toggle::after {
		position: absolute;
		top: 25px;
		right: 8%;

	}
	#navbarNavDropdown li .nav-link{
		font-family: 'Chalet NewYorkNineteenEighty';
		letter-spacing: .3em;
		font-size: 16px;
		white-space: normal;

	}
	#navbarNavDropdown .dropdown-menu {
  	border: none;
	}
	.dropdown-item:focus, .dropdown-item:hover{
		background: transparent;
	}
	#navbarNavDropdown .dropdown-item a{
		font-family: 'Roboto-Regular';
		font-size: 16px;
	}
	.navbar-toggler{
  	border: none;
  	box-shadow: none;
	}
	.navbar-toggler:focus {
	  border: none;
	  box-shadow: none;
	}
	.box-itemsttdesc{
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 150px;
	}
	.box-not-col{
		position: relative;
	}
	.bcont{
		padding-bottom: 50px;
	}
	.notcol{
		padding-top: 0;
	}
		.navbar {
 		 position: inherit;
	}
}
@media (max-width: 768px) {

	.itemf:nth-child(n){
		border: 1px solid;
		padding: 15px 20px !important;
		margin-bottom: 10px;
	}
	.txtbtn {
	  width: 85%;
	}
	.iconbtn {
  	width: 15%;
	}
	.btn-icon .elementor-button-icon {
			width: 15%;
	}
	.btn-icon .elementor-button-text{
	width: 85%;	
	}
	.txtbody{
		font-size: 14px;
	}
	.box-ttcol{
		border-right: none;
		border-bottom: 1px solid;
	}
	.swiper-button-next::after, .swiper-button-prev::after {
		font-size: 18px !important;
	}
	.vtt{
		display: none;
	}
	.txttt, .txtttg, .ttcarr{
		font-size: 18px;
	}
	.wrapper-not-full .not-img{
		grid-column: 1/4;
	}
	.wrapper-not-full .not-cont{
		grid-column: 1/4;
		  padding: 0;
		  padding-bottom: 30px;
	}
	.wrapper{
		grid-template-columns: repeat(1, 1fr);
	}
	.not-item{
		grid-column: 1/4;
	}
	.notfull .tnoti, .bcont .tnoti{
		font-size: 16px;
	}
	.wrapper-not-full .bar-not::after {
		display: none;
	}
	.bannercentral{
		max-width: 95%;
	}
	.box-dir{
		grid-template-columns: repeat(4, 1fr);
	}
	.box-img-dir {
    	grid-column: 2/4;
	}
	.box-desc {
  	grid-column: 1/5;
  	margin-top: 20px;
  	text-align: center;
	}
	.colrep{
		margin-top: 20px;
		text-align: center;
	}
	.coldir{
		border-right: none;
	}
	.box-item:not(:last-child) {
  	border-bottom: 1px solid;
  	padding-bottom: 30px;
	}
	
	.pagination-pages{
		font-size: 12px;
	}
	.pag-ant i{
		margin-right: 10px;	
	}
	.pag-sig i{
		margin-left: 10px;
	}
	.page-numbers {
  	width: 25px;
  	margin-bottom: 5px;
	}
	#searchforms{
		width: 100%;
	}
	.tt-post-sing h1{
		font-size: 18px;
		letter-spacing: normal;
	}
}
