body,
.ug_container p,
.ug_container h1,
.ug_container h2,
.ug_container h3,
.ug_container h4,
.ug_container h5,
.ug_container h6,
.ug_container ul,
.ug_container ul li,
.ug_container ol,
.ug_container ol li {
    padding: 0;
    margin: 0;
}
* {
    box-sizing: border-box;
}

.c_comparer {
    position: relative;
    min-height: 150px;
    background-color: rgba(0,0,0,.03);
}
.wide_comparer {
    margin: 30px auto;
}
.wide_comparer {
    max-width: 840px;
    overflow: hidden;
    background-color:  #eee;
    min-height:200px;
    position: relative;
}
.c_comparer:after {
    position: absolute;
    left:50%;
    top:50%;
    z-index:1000;
    width: 48px;
    height: 48px;
    content:'';
    margin-left:-24px;
    margin-top: -24px;
    background: url(https://cdn4.uvnimg.com/e9/8d/954c566942c6be7787ce50bda9fb/spinner.svg) no-repeat center center / 24px auto;
    animation: 1s gira linear infinite;
}
@keyframes gira {
  from { transform: rotate(0); }
  to   { transform: rotate(360deg); }
}
.header_comparer {
    background-color: #eee;
    padding: 15px 0;
}
.title_comparer {
    margin: 0 10px;
    line-height: 1.2;
    padding-bottom: 5px;
    font: normal 18px Roboto,sans-serif;
}
.author_comparer {
    color: #555;
    margin: 0 10px;
    line-height: 1.3;
    font: normal 14px 'Roboto Slab',sans-serif;
}
.comparer_img2 {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 100;
    border-right: 2px solid #fff;
}
.comparer_img1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    border-right: 2px solid #fff;
}
.c_comparer,
.c_comparer div,
.c_comparer img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}
.c_comparer img {
    width: 100%;
    height: auto;
    opacity: 0;
}
.comparer_loaded.c_comparer img {
    opacity: 1;
}
.comparer_loaded.c_comparer:after {
    display: none;
}
.tip_comparer {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    padding: 5px 6px;
    color: #333;
    text-transform: uppercase;
    width: 58px;
    font: bold 12px Roboto, sans-serif;
    text-align: center;
    margin-left: -26px;
    animation-name: flash;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1000;
    margin-top: -10px;
    display: none;
}
@keyframes flash {
    0% {
        opacity: 1;
        transform: translate(0, 0);
    }
    25% {
        opacity: .5;
        transform: translate(-10px, 0);
    }
    50% {
        opacity: 1;
        transform: translate(0, 0);
    }
    75% {
        opacity: .5;
        transform: translate(10px, 0px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

.fech {
    position: absolute;
    bottom: 0;
    z-index: 222222;
    background-color: #FFA600;
    padding: 7px 10px;
    width: 125px;
    color: #fff;
}

.fech.fech1 {
    right: 0;
    width: 114px;
}

.fech.fecha2 {
    right: calc(100% - 125px);
}