.exit-intent-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    max-height: 100%;
    background: rgba(33, 33, 33, 0.8);
    transform: translateY(60%) scale(0);
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.exit-intent-popup.visible {
    transform: translateY(0) scale(1);
}

.extra-offer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Popup-specific styles */
.extra-offer {
    background: #FFF;
    padding: 30px;
    border-radius: 3px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 10px;
    height: 10px;
}

.exit-intent-popup.visible.fixed-to-edge {
    transition: max-height 0.15s linear;
    max-height: 160px;
}

#clockdiv{
    font-family: sans-serif;
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    margin: 10px auto 20px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: pink;
	display: inline-block;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: mediumvioletred;
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
    color: black;
}

.exit-intent-popup h3 {
    font-size: 40px;
    font-weight: bold;
    color: #00816A;
    text-align: center;
    line-height: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
}

.exit-intent-popup h4 {
    font-size: 30px;
    color: #00816A;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    background: pink;
    border-radius: 5px;
}

.exit-intent-popup h5 {
    font-size: 40px;
    color: #00816A;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}

.exit-intent-popup p {
    font-size: 20px;
    text-indent: 10px;
    line-height: 28px;
    text-align: justify;
}

.exit-intent-popup h4 span.highlight {
    color: mediumvioletred;
    font-weight: bold;
    font-size: larger;
}

.exit-intent-popup h5 span.highlight {
    color: mediumvioletred;
    font-weight: bold;
    font-size: larger;
    padding: 0 10px;
    background: pink;
    border-radius: 5px;
}

.exit-intent-popup p span.highlight {
    color: mediumvioletred;
    font-weight: bold;
}


.exit-intent-popup p.center {
    text-align: center;
    line-height: unset;
    margin: 0;
}

.exit-intent-popup p.observation {
    font-size: 16px;
}

div#btn-fecha-oferta-relampago {
    background-color: limegreen;
    color: white;
    width: 200px;
    margin: 0 auto 20px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    border: 1px solid darkolivegreen;
}

div#btn-dispensa-oferta-relampago {
    display: block;
    position: absolute;
    color: #ddd;
    font-size: 15px;
    margin-left: 10px;
    bottom: 0;
    right: 0;
}

div#btn-dispensa-oferta-relampago:hover {
    text-decoration: underline;
}