/*	improve_multimedia.css	*/

/* informes y guias */

#guides-reports {
	margin: 0 10px 0 10px;
}
#guides-reports h1{
	line-height: 15px;
	margin: 5px 0 30px 0;
}
#guides-reports #language-note{
	color: #474744;
	margin: 0 0 15px 40px;
}
#guides-reports #reports {
	float: left;
	width: 565px;
}
#guides-reports #reports ul{
	margin: 0 0 40px 20px;
}
#guides-reports #reports ul li {
	margin: 0 0 20px 0;
}
#guides-reports #reports ul li p{
	margin: 0 0 5px 79px;
}
#guides-reports #reports ul li div.item {
	margin: 15px 0 15px 60px;
}
#guides-reports #reports ul li p.previous {
	margin-left: 45px;
}
#guides-reports #reports ul ul {
	margin-left: 79px;
	margin-bottom: 35px;
}
#guides-reports #reports ul ul li {
	margin: 0 0 15px 0;
}
#guides-reports #reports ul li.titventa {
	margin: 0 0 10px 0;}
#guides-reports #reports ul li.titventa h5 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px dotted #ccc;
}
#guides-reports #reports ul li strong {
	float: left;
	width: 60px;
}
#guides-reports #reports ul li strong.new {
	font-weight: normal;
	color: red;
}
#guides-reports #reports .report-title {
	font-weight: bold;
}
#guides-reports #reports .current-report {
	font-weight: bold;
	font-size: 16px;
}
#guides-reports #reports .historical-report {
	margin-top: 15px;
	margin-bottom: 25px;
}
#guides-reports .infoblock{
	margin-left: 20px;
}

#guides-reports #guides {
	width: 325px;
	margin-left: 595px;
}
#guides-reports h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
	margin-bottom: 10px;
}
#guides-reports #guides .group-bg{
	background-color: #E7E7E4;
	padding: 5px 5px 1px 5px;
	margin: 0 0 50px 0;
}
#guides-reports #guides .infoblock{
	margin: 0 0 20px 0;
}
#guides-reports #guides .infoblock ul li,
#guides-reports #guides .infoblock .ico-small-pdf-left {
	line-height: 26px;
}
#guides-reports #guides .powered-by {
	text-align: right;
	margin: 5px 10px 0 0;
}
#guides-reports #guides .special img{
	display: block;
	float: left;
	margin: 0 12px 0 0;
}
#guides-reports #guides .special h4{
	margin: 0 0 12px 0;
}
#guides-reports #guides .special p{
	margin: 0 0 5px 0;
}



/* trucos fotos videos */

#how-to-guides {
	margin: 0 20px;
}

#how-to-guides h1 {
	margin-left: 0;
	margin-bottom: 8px;
}

#how-to-guides p, #how-to-guides h2, #how-to-guides object, #how-to-guides embed {
	margin-left: 15px;
}

#how-to-guides object, #how-to-guides embed {
	width: 638px;
	height: 383px;
	margin-top: 30px;
	margin-bottom: 30px;
}


#how-to-guides .pdfList {
	margin: 16px;
	margin-right:0;
}

#how-to-guides .pdfList li {
	background: transparent url('/static/common/img/icons/pdf16.gif') no-repeat 0 2px;
	line-height: 20px;
	padding-left: 22px;
}

/* TODO PLATFORM-16332 */
button {
    width: initial;
	margin: initial;
	padding: initial;
}





/* acuerdos internacionales */
#international-deals{
	padding: 0 10px;
}
#international-deals .vcard {
	width: 450px;
	margin: 0 0 50px 20px;
}
#international-deals .vcard img {
	float: right;
}
#international-deals .vcard h3 {
	padding-top: 5px;
	margin-bottom: 15px;
}
#international-deals .infoblock {
	margin-left: 20px;
}
#international-deals .infoblock ul{
	margin: 5px 0 40px 10px;
}
#international-deals .infoblock ul li {
	background: url(/static/common/img/icons/list-bullet_circle.gif) no-repeat 0 9px;
	padding: 2px 0 2px 8px;
}
#international-deals dl {
	float: left;
	width: 440px;
	margin-left: 20px;
}
#international-deals dl dt{
	font-weight: bold;
	margin-bottom: 15px;
}
#international-deals dl dd{
	margin-left: 20px;
	margin-bottom: 30px;
}
#international-deals dl p{
	margin-top: 5px;
}
#international-deals dl a.logo:hover{
	background-color: transparent !important;
}

#playerYt {
	padding: 30px 10px 10px 10px;
}

.listing-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 2rem;
}
@media screen and (min-width: 48rem) {
    .listing-items {
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 0;
    }
}
.listing-items.hidden {
    margin-top: 0;
}
.items-container {
    width: 100%;
}
.items-container .item_shared-flat {
    background-color: #fff;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(102, 102, 100, 0.24);
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
}
.items-container .item_shared-flat .item-multimedia {
    height: 6.938rem;
    width: 9.375rem;
}
.items-container .item_shared-flat .item-multimedia img {
    display: block;
}
.items-container .item_shared-flat .item-info-container {
    padding: 0.5rem;
    width: auto;
}
.items-container.items-list .item {
    border-radius: 0.25rem;
    margin-bottom: 1.5rem;
    position: relative;
}
@media screen and (min-width: 87.5rem) {
    .items-container.items-list
    .item_hightop:not(.item_featured)
    .item-description,
    .items-container.items-list
    .featured-hightop:not(.item_featured)
    .item-description {
        height: 4.75rem;
    }
    .items-container.items-list
    .item_hightop:not(.item_featured)
    .item-description
    .ellipsis,
    .items-container.items-list
    .featured-hightop:not(.item_featured)
    .item-description
    .ellipsis {
        -webkit-line-clamp: 3;
    }
}
@media screen and (min-width: 48rem) {
    .items-container.items-list
    .item_featured:not(.full-visibility)
    .item-description
    .ellipsis {
        -webkit-line-clamp: 1;
    }
}
@media screen and (min-width: 112.5rem) {
    .items-container.items-list
    .item_featured:not(.full-visibility)
    .item-description {
        height: 3rem;
    }
}
.items-container.items-list .item_featured:not(.full-visibility) .price-row {
    margin-bottom: 0;
}
@media screen and (min-width: 87.5rem) {
    .items-container.items-list .item_featured:not(.full-visibility) .price-row {
        margin-bottom: 0.5rem;
    }
}
@media screen and (min-width: 48rem) {
    .items-container.items-list
    .item_hightop.item_featured
    .item-description
    .ellipsis,
    .items-container.items-list
    .featured-hightop.item_featured
    .item-description
    .ellipsis {
        -webkit-line-clamp: 1;
    }
}
@media screen and (min-width: 87.5rem) {
    .items-container.items-list .item_hightop.item_featured .item-description,
    .items-container.items-list
    .featured-hightop.item_featured
    .item-description {
        height: 4.75rem;
    }
    .items-container.items-list
    .item_hightop.item_featured
    .item-description
    .ellipsis,
    .items-container.items-list
    .featured-hightop.item_featured
    .item-description
    .ellipsis {
        -webkit-line-clamp: 2;
    }
}
.items-container.items-list
.item_favorite
.item-toolbar
.favorite-btn:not(.icon-no-fav)::before {
    background: #ffc7c2;
    border-radius: 50%;
}
.item-info-container{background-color:#fff}
.vendorleads-ad.item-info-container {
    border-top-width: 0;
    border-radius: 0.25rem;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(102, 102, 100, 0.24);
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    cursor: pointer;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
}
.items-container .vendorleads-ad.item-info-container > div {
    padding: 1rem;
}
.items-container .vendorleads-ad.item-info-container h3 {
    padding-top: 0;
}
.items-container .vendorleads-ad.item-info-container p {
    margin-bottom: 0;
}
.items-container .vendorleads-ad.item-info-container a {
    font-weight: bold;
}
.items-container .vendorleads-ad.item-info-container:hover a {
    text-decoration: underline;
}
.vendorleads-ad_img {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1.25rem 1.5rem;
    text-align: left;
    width: 100%;
}
@media screen and (min-width: 48rem) {
    .items-container .vendorleads-ad.item-info-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .vendorleads-ad_img {
        width: 105px;
    }
}
@media screen and (min-width: 62rem) {
    .items-container .vendorleads-ad.item-info-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
* {
    box-sizing: border-box;
}