﻿body {
    position: relative;
}

/*form styles*/
#msform {
    width: 98%;
    background: white;	
	border-radius: 3px;	
	padding: 0px 5px;
	box-sizing: border-box;
	margin: 25px auto;
    border: 0 none;
}

fieldset {
    display: inline-block;
    width: 100%;
}

.lblTituloPromocion {
    margin-top: 0px !important;
}

.col-promocion {
    padding-right: 0 !important;
}

.img-promocion {
    width: 60%;
    float: left;
    display: inline-block;
    padding-right: 10px;
}

.foto-promocion {
    height: 269px;
    width: 100%; /* ~581 */
}

.content-promocion {
    top: 0;
    left: 20%;
    display: block;
    float: left;
    width: 40%;
    height: 269px;
    max-height: 100%;
    border: 2px solid #5bc0de;
}

.lblDescripcionPromo {
    padding-right: 0px;
}

.lblDescripcionPromo > p {
    margin: 8px 10px;
}

/* Scrollbars */
.content-promocion::-webkit-scrollbar {
  width: 5px;
}
 
.content-promocion::-webkit-scrollbar-thumb:vertical {
  margin: 5px;
  background-color: #999;
  -webkit-border-radius: 5px;
}

.ribbon-container {
    margin-top: 100px;
    margin-bottom: 50px;
}

.lblDuracionPromo {
    position: absolute;
    top: -105px;
    width: 100%;
    margin-left: 10px;
    text-align: center;
}

.count-down {
    width: 270px; 
    height:200px; 
    margin: 0 auto;
}

.ribbon {
	position: absolute;
    right: 0;
    margin-left: 1em;    
    color: #fff;
    background-color: #5bc0de;	
    font-size: 24px;
    white-space: nowrap;
	text-shadow: 0 -.062em 0 rgba(0,0,0,.2);	
	transition: background-color .2s ease-in-out;
    padding: 5px 7px;
    border-radius: 0px !important;
    width: 180px;
}

.ribbon:focus,
.ribbon:hover {
    color: #fff !important;
}

.ribbon:before,
.ribbon:after {
	position: absolute;
	background-color: inherit;
	content: '';
}

.ribbon:before {
	bottom: 0;
    right: -.5em;
	width: .5em;
	height: 2em;
    border-radius: 0 0 .5em 0;
}

.ribbon:after {
	top: -27px;
    right: -.5em;
	width: .5em;
	height: 1.2em;
    border-radius: 0 .5em .5em 0;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 100%);
}

.bookmark-ribbon {  
  outline: none;
  outline-color: transparent;
}

.bookmark-ribbon:before {
    top: -1px;
    left: -25px;
    height: 104%;
    border-width: 21px;
    border-color: #5bc0de #5bc0de #5bc0de transparent;
    z-index: 1;
}

.bookmark-ribbon:before:active {
    outline: none;
}

var:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
  outline: none;
}

.compartir-promocion {
    margin-top: 5px;
    margin-bottom: 10px;
}

.lblCompartirPromocion {
    /*margin-bottom: 0 !important;*/
    float: left;
    margin-top: 12px;

    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    /*margin-top: 20px;*/
}

/* Reducimos el tamaño de los botones de compartir
.social-network.social-circle {
    float: left;
}

.social-circle li a.btn-share {
    width: 30px !important;
    height: 30px !important;
    font-size: 150% !important;
}

.social-circle li i {
	line-height: 30px !important;
}

.divider {
    top: 9px !important;
    height: 30px !important;
}*/

#btnSolicitarPromoHidden {
    display: none;
}

.col-derecha {
    padding-right: 0 !important;
}

.tituloPanel {
    margin: 0!important;
}

#divBotonAceptar {
    display:none;
}

@media (max-width: 715px) {
    .img-promocion {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .foto-promocion {
        width: 100%; /* ~686 */
        height: 255px;
    }

    .content-promocion {
        float: left;
        width: 100%;
        height: 190px;
    }

    .ribbon-container {
        margin-top: 30px;
    }

    .lblDuracionPromo {
        top: -35px;
        text-align: left;
    }

    .count-down {
        margin: 0;
    }

    #divBotonAceptar {
        display:block;
    }
}

@media (min-width: 700px) {
    .col-sm-8-custom {
        float: left !important;
        width: 66.66666667% !important;        
    }

    .col-sm-4-custom {
        float: left !important;
        width: 33.33333333% !important;
    }

    
}

@media (max-width: 700px) {
    #btnSolicitarPromoHidden {
        display: block;
    }
}

@media (max-width: 600px) {
    .foto-promocion {
        width: 100%; /* ~574 */
        height: 213px;
    }
}

@media (max-width: 515px) {
    .content-promocion {
        height: 100%;
    }

    .ribbon-container {
        margin-top: 100px;
    }

    .lblDuracionPromo {
        top: -105px;
        text-align: center;
    }

    .count-down {
        margin: 0 auto;
    }

    .social-network.social-circle {
        float: left;
    }

}

@media (max-width: 500px) {
    .foto-promocion {
        width: 100%; /* ~476 */
        height: 176px;
    }

    .lblTituloPromocion {
        font-size: 24px !important;
    }

}

@media (max-width: 400px) {
    .foto-promocion {
        width: 100%; /* ~379 */
        height: 140px;
    }
}