/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


.px-carousel {
	position: relative;
	padding: 0;
}

.px-carousel-nav .px-prev,
.px-carousel-nav .px-next {
	height: 100%;
	position: absolute;
	top: 0;
	left: 10px;
	height: 100%;
	vertical-align: middle;
	font-size: 30px;
	cursor: pointer;
	background: transparent;
	padding: 0;
	text-align: left;
	z-index:9;
}
.px-carousel-nav .px-next {
	left: initial;
	right: 10px;
}
.px-carousel-nav .px-prev i, .px-carousel-nav .px-next i {
	color: #707070;
}
.px-carousel-nav .px-prev i:hover, .px-carousel-nav .px-next i:hover {
	color: #444;
}
.px-carousel-nav .px-prev i::before, 
.px-carousel-nav .px-next i::before {
	position: relative;
	top: -1px;
	left: -1px;
	line-height: 0;
}
.px-carousel-nav .px-next i::before {
	left: initial;
	right: -1px;
}
.px-carousel-wrapper {
	overflow: hidden;
}
.px-carousel-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
	height: 100%;
    scrollbar-width: none;
    font-size: 0;
}
.px-carousel-item {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.px-carousel-item:nth-last-child(1) {
	margin-right: 0;
}

#slidehome {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}
#slidehome.pxcn {
	padding-left: 35px;
	padding-right: 35px;
}
#slidehome .px-carousel-item {
	width: 33.333333%;
}
#slideimages .px-carousel-item {
	margin-right: 5px;
	margin-left: 0;
}
#slideimages .px-carousel-item img {
 	max-height: 260px;
 	cursor: pointer;
 	display: block;
	width: auto;
	height: auto;
}
#slideimages .px-prev {
	left: -25px;
	z-index:9;
}
#slideimages .px-next {
	right: -25px;
	z-index: 9;
}
#slideimages .px-prev i, 
#slideimages .px-next i {
	background: #1bbc9b;
	border-radius: 50%;
	color: #FFF;
	border: 5px solid #FFF;
	width: 45px;
	height: 45px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#slideimages .px-prev i::before, 
#slideimages .px-next i::before {
	position: relative;
	top: -1px;
	left: -1px;
	line-height: 0;
}
#slideimages .px-next i::before {
	left: initial;
	right: -1px;
}
#slideimages .px-prev:hover i, 
#slideimages .px-next:hover i {
	/* background: #1D222E; */
	/* color: #FFF; */
}
@media (max-width: 950px){
	.section .bloque-app-second {
		max-width: 100%;
	}
	.aplication-single, .aplication-page, .page-woocommerce {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		float: none;
	}
	#sidebar {
		float: none;
		margin: auto;
		width: 100%;
	}
	#footer .widget {
		width: 49%;	
		margin-right: 0;
	}
	#footer .widget:nth-of-type(1) {
		margin-right: 2%;
	}
	#footer .widget:nth-of-type(3) {
		clear: both;
		margin: auto;
		float: none;
		margin-bottom: 20px;
		overflow: hidden;
	}
}

@media (max-width: 900px){
	#slideimages .px-next {
		right: -10px;
	}
	#slideimages .px-prev {
		left: -10px;
	}

}

@media (max-width: 500px){
	.si-prev, .si-next {
		font-size: 20px;
	}
	#slideimages .si-prev i, #slideimages .si-next i {
		border-width: 3px;
		width: 30px;
		height: 30px;
	}
	#slideimages .si-next {
		right: -9px;
		width: 30px;
	}
	#slideimages .si-prev {
		left: -9px;
		width: 30px;
	}
	#slideimages .px-prev i, #slideimages .px-next i {
		width: 35px;
		height: 35px;
		border-width: 3px;
	}
	#slideimages .px-prev i::before, 
	#slideimages .px-next i::before {
		font-size: 20px;
	}
}

.imageBox {
	position: fixed;
	top: 0;
	background: rgba(0,0,0,0.85);
	z-index: 999999;
	width: 100%;
	height: 100%;
}
.imageBox .close {
	color: #afafaf;
	background: #363636;
	position: absolute;
	right: 0;
	padding: 7px;
	font-size: 23px;
	line-height: 12px;
	top: 0;
	cursor: pointer;
	z-index: 99;
}
.imageBox .close:hover {
	color: #FFF;
}
.imageBox .bn {
    color: rgba(255,255,255,0.6);
    position: absolute;
    right: 55px;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    font-size: 70px;
    cursor: pointer;
    text-shadow: 0 0px 3px #000;
    width: 25px;
    z-index: 9;
}
.imageBox .bn.before {
	left: 10px;
	right: initial;
}
.imageBox .bn.disabled {
	color: rgba(255,255,255,0.3) !important;
	cursor: no-drop;
}
.imageBox .bn:hover {
	color: #FFF;
}
.imageBox .item {
    max-width: 100%;
    margin: auto;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    width: 800px;
    color: #FFF;
    text-align: center;
    background: url(images/loading.svg) center no-repeat;
    background-size: 50px;
}
.imageBox .item span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0px;
    font-size: 13px;
}
.imageBox .item img {
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    max-height: 90%;
    left: 0;
    right: 0;
    padding: 0 15px;
    width: auto;
    height: auto;
}

#slideimages .px-prev i, #slideimages .px-next i {
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, width 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, width 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, width 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, width 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, width 0.2s ease-in-out, opacity 0.2s ease-in-out;
}



.apk-post-button{
    width: 100%;
}
.apk-post-image{
    width: 240px;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1.125rem ;
}
.apk-post-element{
    width: 9rem;
}
@media only screen and (max-width: 600px) {
.apk-post-image{
    width: 160px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1.125rem ;
}
}
.apk-post-element-value{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apk-post-element-value:hover {
  overflow: visible;
}

@media (min-width: 768px) {
  .detail h2 {
    font-size: 2rem; 
  }
  .detail h3 {
    font-size: 1.75rem; 
  }
  .detail h4 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .detail h2 {
    font-size: 1.5rem; 
  }
  .detail h3 {
    font-size: 1.25rem;
  }
  .detail h4 {
    font-size: 1rem;
  }
}

.s-green{
 background-color: #277cea;

}

.us-btn-style_26{
	  display: flex;
		flex-wrap: wrap;
		margin-bottom: 5px;
		align-items: center;
}
a.us-btn-style_26{
		border-style: solid;
		border-color: var(--color-alt-content-bg);
		border-width: 2px;
}


.download-line-size {
		font-weight: 400;
    padding: 0.25rem 0.75rem;
    background-color: rgba(0,0,0,0.2);
    border-radius: 0.3em;
}

.download-line-title {
    flex: 1 1 auto;
		padding: 0 0 .25rem 0;
}

.download-line-title>i {
    margin-right: .5rem;

}

.uppercase {
    text-transform: uppercase;
}
@media (max-width:568px){
	.download-line-size{
		font-size:11px;
	}
}
.vc_video-bg.vc_hidden-xs {
	display: block !important;
}

/*Box hightlight*/

.highlights {
    display: block;
    overflow: hidden;
    padding: 10px 20px;
    border: 1px solid #f89406;
    margin: 20px;
    box-sizing: border-box
}

    .highlights strong {
        display: block;
        overflow: hidden;
        font-size: 22px;
        line-height: 155%;
        color: #f89406
    }

    .highlights img {
        display: block;
        margin: auto;
        max-width: 100%;
        height: auto;
        max-height: 600px;
        width: auto
    }

    .highlights ul {
        display: block;
        overflow: hidden
    }

        .highlights ul li {
            display: block;
            overflow: hidden;
            font-size: 18px;
            padding: 2px 0;
            line-height: 155%
        }

            .highlights ul li:before {
                content: "●";
                color: #f89406;
                display: inline-block;
                vertical-align: middle;
                padding-right: 10px
            }
    overflow: hidden;
    font-size: 22px;
    line-height: 155%;
    color: #f89406;
}

.highlights ul {
    display: block;
    overflow: hidden;
}

.infobox {
    border: 1px solid #c3e5f8;
    background-color: #dbedf9;
    display: block;
    overflow: hidden;
    margin: 15px 0px;
    border-radius: 4px;
    padding: 10px 0;
    width: 100%;
}

.infobox p {
		margin: 10px 20px;
}

.shorcodeGA {
    display: block;
    overflow: hidden;
    padding: 5px 10px 5px 5px;
    background: #f8f8f8;
    border: 1px solid #f89406;
    border-radius: 8px;
    margin: 15px auto;
    width: 750px;
    box-sizing: border-box;
    box-shadow: 0 2px 6px #0000001a;
    position: relative;
}

.shorcodeGA:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #f89406;
    border-right: 1px solid #f89406;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.shorcodeGA a {
    display: block;
    overflow: hidden;
}

.shorcodeGA img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    float: left;
    width: 100px;
    border-radius: 8px;
    margin: 0 30px 0 0;
}

.shorcodeGA .infor {
    display: block;
    overflow: hidden;
}

.shorcodeGA .infor strong {
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 155%;
    margin-bottom: 5px;
}

.shorcodeGA .infor span {
    display: block;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    padding: 5px 0;
}

.shorcodeGA .infor span.hasfee {
    color: #fff;
    background: #07a358;
    border-radius: 4px;
    padding: 1px 5px;
    font-size: 13px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}

.shorcodeGA .infor span.catename {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 155%;
    padding: 0;
}

.shorcodeGA .infor span.publisher {
    margin: 5px 0;
    padding: 0;
}

.shorcodeGA .infor span.publisher b {
    color: #288ad6;
}

.shorcodeGA .infor span.commentcount, .shorcodeGA .infor span.viewcount {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    padding: 0;
    margin-bottom: 2px;
}

.shorcodeGA .infor span.commentcount i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px -1px 0;
}

.shorcodeGA .infor span.viewcount i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}

.shorcodeGA .ratingresult {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 5px;
    align-items: center;
    line-height: 14px;
}

.shorcodeGA .ratingresult p {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #666;
    padding: 0;
    width: unset;
    margin-right: 5px;
    margin-top: 3px;
}

.shorcodeGA .ratingresult span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.shorcodeGA .ratingresult span i {
    display: block;
}

.shorcodeGA .ratingresult span:last-child {
    margin-right: 3px;
    padding: 0;
    margin-top: 2px;
}
