

.box {
    display:inline-block;
    position: absolute;
	/* letter-spacing: 2px; */
}

.box_content {
    position: relative;
    top: 0;
    left: 0;
	overflow: hidden;
	width:100%;
	height: 100%;
}

.inner_img:hover{
    

        transition: all .3s ease-in-out;
}

.inner_img:not( :hover ){
    
    transition: all .4s ease-in-out;
    
}
.box a:hover,
.s13-box a:hover {
	color: #6d6f72;
}
.titleP {
	font-family: Palanquin;
	text-align:center !important;
	vertical-align: center;
    font-size: 28px;
	margin-bottom: 10px !important;
	/* letter-spacing: 2px; */
}
.titlePT:empty {
    display: none;
}
.titlePT sup {
    font-size: 17px;
    top: -20px;
}
.subtitleP {
	font-family: OldStandard;
	text-align:center !important;
	vertical-align: center;
	margin-bottom: 20px !important;
	
    font-size: 18px;
	font-style: italic;
    margin-top: 20px !important;
    line-height: 26px;
	/* letter-spacing: 2px; */
}
.titlePT {
	text-align:left !important;
    font-size: 50px;
	margin-bottom: 10px;
    text-transform: uppercase;
	line-height: 58px;
	/* letter-spacing: 2px; */
}
.subtitlePT {
	text-align:left !important;
    font-size: 25px;
	margin-bottom: 10px;
	font-style: italic;
    margin-top: 40px !important;
	line-height: 29px;
	/* letter-spacing: 2px; */
}
.subtitlePQ {
	text-align:center !important;
    font-size: 15px;
	margin-bottom: 10px;
	font-style: italic;
	line-height: 24px;
	/* letter-spacing: 2px; */
}
.titleLine{
	width:40px;
	height: 1px;
	background-color: #4d1d57;
	margin-left: auto;
	margin-right: auto;
}
.textP {
	text-align:left !important;
	vertical-align: center;
    font-size: 12px;
	margin: 25px !important;
	line-height: 16px;
	/* letter-spacing: 2px; */
}
.textPT {
	text-align: justify;
    font-size: 15px;
    margin-top: 30px !important;
	line-height: 24px;
	/* letter-spacing: 2px; */
}
.textPQ {
	text-align: center !important;
    /* font-size: 25px; */
    line-height: 29px;
	margin-bottom: 10px !important;
	/* text-transform: uppercase; */
	
    font-style: italic;
    font-size: 25px;
	/* letter-spacing: 2px; */
}
.textPQ::after,.textPQ::before {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #7c8693;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
}
.textPQ::after {
    margin-top: 15px;
}
.textPQ::before {
    margin-bottom: 15px;
}

.titleText {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity:1;
    font-family: inherit;
    transition: all .3s ease-in-out;
	transition-duration: all .3s ease-in-out;
	-webkit-transition-duration: all .3s ease-in-out;
	-o-transition-duration: all .3s ease-in-out;
	-moz-transition-duration: all .3s ease-in-out;
	/* display:grid; */
	/* align-content: center; */
	padding: 60px;
}
.titleImage {
    position: absolute;
    top: 0; 
	right:100%;
    width: 100%;
    height: 100%;
    opacity:0;
	background-color: rgba(255,255,255,0.6) !important;
    font-family: 'Poppins', sans-serif;
    transition: all .3s ease-in-out;
	transition-duration: all .3s ease-in-out;
	-webkit-transition-duration: all .3s ease-in-out;
	-o-transition-duration: all .3s ease-in-out;
	-moz-transition-duration: all .3s ease-in-out;
	display:grid;
	align-content: flex-end;
}

.box:hover .titleImage,
.box:hover .titleText {
    opacity:1;
	right:0px;
}

.epg-desktop {
	display: block;
}

.epg-mobile {
	display: none;
}



@media (max-width: 1200px){
	.epg-desktop {
		display: none;
	}
	
	.epg-mobile {
		display: block;
	}
	
	
	.titlePT {
		font-size: 43px;
	}
	.subtitlePT {
		margin-top: 10px !important;
		font-size: 21px;
	}

	.textPT {
		font-size: 13px;
		line-height: 20px;
	}
	.titleText {
		padding: 50px;
	}
	
	.textPQ {
		font-size: 22px;
	}
	.textPQ::before {
		margin-top: 0px;
	}
	.subtitlePQ {
		font-size: 13px;
	}
}
@media (max-width: 992px){
	
	.titlePT {
		font-size: 38px;
	}
	.subtitlePT {
		font-size: 19px;
	}

	.textPT {
		font-size: 11px;
		margin-top: 15px !important;
	}
	.titleText {
		padding: 30px;
	}
	
	.textPQ {
		font-size: 17px;
	}
	.textPQ::before {
		margin-bottom: 10px;
	}
	.textPQ::after {
		margin-top: 10px;
	}
	.subtitlePQ {
		font-size: 10px;
	}
}