.ball-circle {
    background-color: #9C0E1C;
    color: white;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 50px;
    padding: 7px 0px;
    border-radius: 30px;
    font-family: 'exo2regular';
    font-size: 2rem;
    margin-top: 20px;
}

.logo-gestion {
    background: url(https://especiales.diariocorreo.pe/elementos-comunes/img/logo-gestion.png) no-repeat 0 0;
    background-size: 100%;
    display: block;
    height: 24px;
    width: 102px;
    float: left;
}
.boton-especiales {
    text-decoration: none;
    position: absolute;
    display: inline-block;
    text-indent: 0 !important;
    margin: 0 0 0 9px;
    color: #fff;
    font: 700 13px/13px Arial;
    padding-top: 16px;
}

/** fonts **/
@font-face {
    font-family: 'helveticaneue';
    src:         url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/HelveticaNeueLTPro-Cn.woff2') format('woff2'), /* Super Modern Browsers */
url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/HelveticaNeueLTPro-Cn.woff') format('woff'), /* Pretty Modern Browsers */
url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/HelveticaNeueLTPro-Cn.ttf')  format('truetype'); /* Safari, Android, iOS */
}

/** fonts **/
@font-face {
    font-family: 'cheddar';
    src:         url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/cheddar-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/cheddar-regular.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/cheddar-regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: "BarlowCBold";
	src: url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/BarlowCondensed-Bold.woff') format('woff'),
        url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/BarlowCondensed-Bold.woff2') format('woff2');	
}
@font-face {
	font-family: "Acto-Bold";
	src: url('../fonts/Acto-Bold.otf') format("opentype"),
    url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/Acto-Bold.woff') format('woff'),
url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/Acto-Bold.woff2') format('woff2');	
}
@font-face {
	font-family: "Acto-Medium";
	src: url('../fonts/Acto-Medium.otf') format("opentype"),
    url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/Acto-Medium.woff') format('woff'),
    url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/Acto-Medium.woff2') format('woff2');	
}
.ajuste-video{
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 26px;
  
}
.ajuste-foto {
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
}
.ajuste-video a{
    position: relative;
}
/*.ajuste-video a img:last-child{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.9s ease-in-out;
}
.ajuste-video a img:hover:last-child{
    opacity: 1;
    cursor: pointer
}*/

.ajuste-video img{
    display: block;
    width: 100%;
}

.flexy{
    display: flex;
    justify-content: space-between;
}
.flexy a{
    margin-bottom: 26px
}
.cont-title-body h1 {
    font-size: 21px;
    max-width: 590px;
    line-height: 24px;
    padding: 0px;
    margin: 0px auto;
}
h1 {
    font: 2rem/2.2rem 'Exo-Medium';
    text-align: center;
    font-weight: bold;
    color: #000000;
    padding: 0px 30px;
    margin: 30px auto 15px auto;
    max-width: 468px;
}
h1 span{
    color: #AB1919;
    font: 2rem/2.2rem 'Exo-Black';
}

.cont-title-body h1 span{
    color: #9C0E1C;
}

.cont-title-body h2 {
    font-size: 1.0rem;
    line-height: 1.2rem;
    font-family: 'exo2regular';
    color: #000;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
}
    .cont-title-body h2 span{
        font-family: 'exo2semibold';
        color: #9C0E1C;
    }

h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: 'Exo2-SemiBoldCondensed';
    color: #000;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}
    h3 span{
        font-family: 'Exo2-SemiBoldCondensed';
        color: #9C0E1C;
    }

h4 {
    font-size: 1.0rem;
    line-height: 1.2rem;
    font-family: 'exo2regular';
    color: #000;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.p {
    font-size: 1.5rem;
    font-family: 'exo2regular';
    color: white;
    text-align: center;
    max-width: 255px;
    margin: 0 auto;
}
p span {
    color: #000;
    font-weight: bold;
    /* font-family: 'exo2regular'; */
}
p span.red {
    color: #C52222;
    font-weight: bold;
    /* font-family: 'exo2regular'; */
}
#AB1919

span.bloqe {
    font-size: 1.5rem;
    font-family: 'Exo2-SemiBoldCondensed';
    color: white;
    background-color: #9C0E1C;
    text-align: center;
    max-width: 255px;
    margin: 0 auto 40px auto;
    padding: 0px 5px 2px 5px;
}
h1.my-signo {
    color: #7E1507;
    font-family: 'bentonsansregular';
    line-height: 3.20rem;
    margin: 30px 0px 0px 0px;
    font-size: 2rem;
    padding: 0px 0px 0px 20px;
    max-width: 86%;
}
        h1.my-signo-amarillo {
            color: #FCC716;
            font-family: 'bentonsansregular';
            line-height: 2.10rem;
            margin: 20px 0px 0px 0px;
            font-size: 1.80rem;
            padding: 20px;
            max-width: 86%;
        } 
        h1.my-signo-rojo {
            color: #7E1507;
            font-family: 'bentonsansregular';
            line-height: 2.10rem;
            margin: 20px 0px 0px 0px;
            font-size: 1.80rem;
            padding: 20px;
            max-width: 86%;
        } 
h1.my-apellido {
    color: white;
    font-family: 'morganiteextrabold';
    line-height: 3.20rem;
    font-size: 2.90rem;
    padding: 0px 20px;
    max-width: 86%;
}
h2.my-signo {
    color: #000000;
    margin-left: 18px;
    background-color: #FC6100;
    padding: 15px 20px 5px 25px;
    font-family: 'morganiteextrabold';
    line-height: 2.5rem;
    font-weight: bold;
    max-width: 60px;
    border-radius: 7rem;
    font-size: 2.9rem;
    vertical-align: middle;
}
p.total {
    color: #FC6100;
    font-family: 'morganiteextrabold';
    line-height: 3.20rem;
    margin: 0px;
    font-size: 4rem;
    padding: 0px 20px;
    max-width: 80%;
}
img.bole {
    width: 100%;
    max-width: 380px;
}
.color-orange {color: #FC6100;}

p.numeros-grandes {
    color: white;
    font-family: 'morganiteextrabold';
    line-height: 3.20rem;
    font-size: 4rem;
    padding: 0px 20px;
    max-width: 70%;
}
p.numeros-medianos {
    color: #FC6100;
    font-family: 'morganiteextrabold';
    line-height: 1.20rem;
    font-size: 2.70rem;
    padding: 0px 20px;
}

p.my-signo {
    color: #0B2065;
    line-height: 2rem;
    font-size: 1.2rem;
    margin-top: 4px;
    padding: 0px 20px;
    font-family: 'bentonsansregular';
}

p.my-signo img {
    width: 40px;
    vertical-align: middle;
    padding-right: 10px;
}
.margen {
    margin: 10px 10px 10px 0px;
    padding-top: 10px !important;
}
p.my-total {
    color: #0B2065;
    font-weight: bold;
    line-height: 1rem;
    font-size: 1.2rem;
    margin-top: 0px;
    padding: 12px 20px;
    font-family: 'bentonsansbold';
}
p {
    color: #000;
    line-height: 1.4rem;
    font-size: 1.1rem;
    margin-top: 0px;
    padding: 0px 20px 0px 20px;
    max-width: 390px;
    text-align: center;
    display: block;
    font-family: 'Acto-Medium';
    margin: 0 auto;
}
/*p span {
    font-family: 'Acto-Black';
}*/
p.negro {
    font-family: 'bentonsansbold';
}
video {
    width: 100%;
    margin: 15px auto;
}
hr {
    padding: 0;
    margin: 30px auto;
    border-top: 1px solid #a0a0a0;
    max-width: 559px;
    opacity: 0.5;
}
hr.linered {
    padding: 0;
    margin: 10px auto 17px auto;
    border-top: 2px solid #B3332C;
    font-weight: bold;
    max-width: 165px;
    opacity: 1;
}
a.btn-dorado {
    color: #fff;
    font-family: 'exo2semibold';
    background-color: #ab1a1a;
    padding: 12px 30px;
    font-size: 0.9rem;
    border-radius: 20px;
    margin: 20px auto 0px auto;
}
a.btn-siguiente {
    color: #fff;
    font-family: 'exo2semibold';
    background-color: #a0191c;
    padding: 12px 17px;
    font-size: 0.9rem;
    border-radius: 20px;
    margin: 0px 0px 0px 5px;
}
a.btn-siguiente-blanco {
    color: #7E1507;
    font-family: 'bentonsansbold';
    background-color: white;
    padding: 9px 14px;
    font-size: 0.9rem;
    border-radius: 20px;
    margin: 0px 0px 0px 5px;
}

a.btn-empezar {
    color: #ffffff;
    font-weight: bold;
    font-family: 'exo2semibold';
    background-color: #000;
    padding: 8px 27px;
    font-size: 0.9rem;
    border-radius: 17px;
    margin: 12px auto 0px auto !important;
    box-shadow: 2px 2px 2px #00000021;
}
.educacionlogo {
    margin: 0 auto;
    display: block;
    max-width: 300px;
}
@media only screen and (max-width: 600px) {
    .flexy{
        flex-direction: column;
        width: 270px;
        margin: 0 auto;
    }
    .educacionlogo{
        width: 180px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 380px) {
    body.bg-rojo {
        background-position: top center;
    }
}
