body {
    background-color: #000;
}

html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: black;
    background: white;
}
body * {
    box-sizing: border-box;
}   
:focus {
    outline: 0;
}

.language {
    padding: 20px 0 20px 0;
}

.language a {
    display: inline-block;
    text-decoration: none;
    font: normal 12px Orbitron, sans-serif;
    text-transform: uppercase;
    border: 1px solid #05d8ff;
    padding: 7px 10px 5px 10px;
}


a {
    color:#05d8ff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th,td {
    text-align: left;
    font-weight: normal;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

ol,ul {
    list-style: none;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
}

blockquote,q {
    quotes: "" "";
}

abbr,acronym {
    border: 0;
}

body {
    background-color: #000;
    color: #fff !important;
}

article a, .uvs-text-link {
    color: #fff !important;
}

.container_eclipse {
    max-width: 860px;
    margin: 0 auto;
    padding: 20px;
}
.midPar {
    margin-top: 50px;
}
.container_eclipse h3 {
    font: bold 21px/1.2 'Orbitron',sans-serif;
    color: #05d8ff;
    margin-bottom: 5px;
}

.container_eclipse p {
    font: normal 17px/1.5 'Roboto Slab',sans-serif;
    margin: 10px 0 20px 0;
}

.modulo_eclipse {
    height: 570px;
    font-family: Orbitron, sans-serif;
    margin-top: 30px;
    max-width: 460px !important;
    margin: 30px auto;
    border: 1px dashed #05d8ff;
    border-radius: 20px;
    position: relative;
}

.modulo_eclipse .ciudad {
    color: #05d8ff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 20px auto 5px auto;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.modulo_eclipse .tipo_eclipse {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 1000;
    display: none;
}

.input_zipcode {
    position: relative;
    width: 220px;
    margin: 0 auto;
    /* outline: 1px solid red; */
}

.input_zipcode .clear_zip {
    position: absolute;
    width: 50px;
    height: 58px;
    display: block;
    right: 0;
    top: 0;
    background: url(../assets/clear.svg) no-repeat center center / 14px auto;
    display: none;
}

.zipcode {
    padding-top: 30px;
    text-align: center;
    position: relative;
}

.zipcode input {
    width: 100%;
    outline: none !important;
    border: 1px solid #05d8ff;
    background-color: #000;
    padding: 12px 30px 4px 2px;
    font: normal 40px Orbitron, sans-serif;
    text-align: center;
    color: #05d8ff;
    border: 1px solid #05d8ff;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border-radius: 0;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
}

.zipcode input::-webkit-outer-spin-button, .zipcode input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

.zipcode .mensaje, .zipcode .tip {
    background-color: #ccc;
    padding: 10px;
    position: absolute;
    top: 92px;
    box-sizing: border-box;
    font: normal 11px 'Roboto', sans-serif;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transform: scale(1, 0) translate(0, 0px);
    transform-origin: top center;
    text-transform: uppercase;
    color: #000;
}

.zipcode .tip {
    top: -6px;
    bottom: auto;
    transform: scale(1, 1);
    opacity: 1;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    animation-name: flash;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1000;
    color: #000;
    font: normal 12px 'Roboto',sans-serif;
}


@keyframes flash {
    0% {
        opacity: .5;
        transform: translate(0, -7px);
    }

    50% {
        opacity: 1;
        transform: translate(0, 0px);
    }

    100% {
        opacity: .5;
        transform: translate(0, -7px);
    }
}



.zipcode .mensaje:before, .zipcode .tip:before {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ccc transparent;
    content: " ";
}

.zipcode .tip:before {
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 50%;
    border-width: 10px 10px 0 10px;
    border-color: #ccc transparent transparent transparent;
}

.zipcode input:focus {
    outline: none !important;
    box-shadow: rgba(0, 232, 255, 0.9) 0 0 50px;
}
.c_c_eclipse {
    height: 250px;
    position: relative;
}


.prevision {
    width: 100%;
    text-align: center;
    position: absolute;
    left:0;
    top: 312px;
    opacity: 0;
    transition: all 1s ease-out;
    transform: translateY(-10px);
    font: normal 13px/1 'Barlow Semi Condensed',sans-serif;
    text-transform: uppercase;
}
.prevision .forecast {color: #999;font-size:10px;/* display: block; */margin-bottom: 4px;display: inline-block;margin-right: -5px;}
.prevision.visible {
    opacity:1;
    transform: translateY(0);
    opacity: 1;
}

.prevision .forecast_text span {
    display: inline-block;
    padding: 10px 0px 10px 32px;
    /* margin-right: 20px; */
    margin-top: -10px;
    background: url(img/forecast/0.png) no-repeat left center/36px auto;
}
.prevision .forecast_text  {
    display: inline-block;
}
.prevision .forecast_text.forecast_icon0 span {
    background-image:url(img/forecast/0.png);
}
.prevision .forecast_text.forecast_icon1 span {
    background-image:url(img/forecast/1.png);
}

.prevision .forecast_text.forecast_icon2 span {
    background-image:url(img/forecast/2.png);
}

.prevision .forecast_text.forecast_icon3 span {
    background-image:url(img/forecast/3.png);
}

.prevision .forecast_text.forecast_icon4 span {
    background-image:url(img/forecast/4.png);
}



.c_eclipse,
.c_eclipse2,
.c_eclipse3 {
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    margin-top: -45px;
    transform: scale(-1, 1);
    width: 100%;
}
.layer_top  {
    z-index: 75;
}
.layer_middle {
    z-index: 50;
}
.layer_bottom {
    z-index: 20;
}
.eclipse {
    margin: 0 auto;
    position: relative;
    width: 150px;
    height: 150px;
    /* background-color: #333333; */
    margin-top: 56px;
    transform: rotate(0);
}

.eclipse .earth, .eclipse .earth {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    /* background: yellow; */
}

.eclipse .earth {
    left: -290px;
    top: 0px;
    background: #000;
    opacity: 0;
    margin-top: -11px;
}


.eclipse .moon:after {
    content: " ";
    display: block;
    width: 180px;
    height: 180px;
    top: 0;
    left: 0;
    /* filter: blur(12px); */
    background: url(../assets/moon.png) no-repeat center center / 150px auto;
    left: -15px;
    top: -15px;
    position: absolute;
}

.eclipse .moon_red:after {
    background-image: url(../assets/red_moon.png);
}



.modulo_eclipse.ani .eclipse .earth, .modulo_eclipse.ani .c_tiempos .linea_progreso .momento, .modulo_eclipse.ani .eclipse, .modulo_eclipse.ani .eclipse .earth:after,
.modulo_eclipse.ani .c_eclipse2 .eclipse .earth,
.modulo_eclipse.ani .c_eclipse3 .eclipse .earth,
.modulo_eclipse.ani .c_eclipse3 .eclipse .moon.moon_red,
.modulo_eclipse.ani .c_eclipse2 .eclipse .moon   {
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.modulo_eclipse.ani .eclipse .earth {
    -webkit-animation-name: earth_ani;
    animation-name: earth_ani;
}



.modulo_eclipse.ani .c_eclipse2 .eclipse .moon {
    -webkit-animation-name: moon_ani_darker;
    animation-name: moon_ani_darker;
}


.modulo_eclipse .c_eclipse3 .eclipse .moon.moon_red {
    opacity: 0;
}
.modulo_eclipse.ani .c_eclipse3 .eclipse .moon.moon_red {
    -webkit-animation-name: moon_ani_red;
    animation-name: moon_ani_red;
}



@keyframes moon_ani_red {
    0% {
        opacity: 0;
    }

    35% {
        opacity: 0
    }
    50% {
        opacity: .6;
    }
    65% {
        opacity: 0
    }
    100% {
        opacity: 0
    }    
}

@keyframes moon_ani_darker {
    0% {
        opacity: 1;
    }

    30% {
        opacity: .3
    }
    70% {
        opacity: .3
    }
    100% {
        opacity: 1
    }    
}

.modulo_eclipse.ani .c_tiempos .linea_progreso .momento {
    -webkit-animation-name: dial_ani;
    animation-name: dial_ani;
}

.modulo_eclipse.ani .eclipse_rota {
    -webkit-animation-name: rotacion;
    animation-name: rotacion;
}


.c_tiempos .tiempos * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c_tiempos .c_linea_progreso {
    margin: 6px 30px 0 30px;
    height: 70px;
    padding-top: 20px;
}

.c_tiempos .linea_progreso {
    border-top: 1px solid #05d8ff;
    position: relative;
}

.c_tiempos .linea_progreso .labels .label {
    font: normal 9px/1 'Barlow Semi Condensed',sans-serif;
    text-transform: uppercase;
    transform: rotate(-45deg);
    transform-origin: left bottom;
    opacity: .5;
    position: absolute;
    top: -18px;
    /* outline: 1px solid red; */
    width: 70px;
}
.c_tiempos .linea_progreso .labels .label1 {
    left: 10%;
    /* top: -20px; */
}
.c_tiempos .linea_progreso .labels .label2 {
    left: 26%;
}
.c_tiempos .linea_progreso .labels .label3 {
    left: 51%;
    top: -21px;
    margin-left: -2px;
}
.c_tiempos .linea_progreso .labels .label4 {
    left: 76%;
}
.c_tiempos .linea_progreso .labels .label5 {
    left: 92%;
    /* top: -21px; */
}

.c_tiempos .linea_progreso .momento, .c_tiempos .linea_progreso .m {
    position: absolute;
    left: 0;
    top: -5px;
    width: 9px;
    height: 9px;
    background-color: #05d8ff;
    background-color: #333;
    border: 1px solid #05d8ff;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 50;
}

.c_tiempos .linea_progreso .m.m_ini2,
.c_tiempos .linea_progreso .m.m_ini3,
.c_tiempos .linea_progreso .m.m_med2,
.c_tiempos .linea_progreso .m.m_med3 {
    width: 5px;
    height: 5px;
    top: -3px;
    margin-left: -3px
}

.c_tiempos .linea_progreso .momento {
    background-color: #05d8ff;
    z-index: 100;
    opacity: 0;
    box-shadow: #05d8ff 0 0 10px;
}



.c_tiempos .linea_progreso .m.m_ini2 {
    left: 16.5%;
}

.c_tiempos .linea_progreso .m.m_ini3 {
    left: 33%;
}

.c_tiempos .linea_progreso .m.m_med {
    left: 50%;
}
.c_tiempos .linea_progreso .m.m_med2 {
    left: 66%;
}
.c_tiempos .linea_progreso .m.m_med3 {
    left: 82.5%;
}

.c_tiempos .linea_progreso .m.m_fin {
    left: 100%;
}

.c_tiempos .tiempos {
    margin-top: -40px;
    color: #05d8ff;
    position: relative;
    margin: -40px 30px 0 30px;
}
.c_tiempos {position: relative}
.c_tiempos  .tip {
    position: absolute;
    top: 96px;
    left: 50%;
    /* width: 100%; */
    text-align: center;
    color: #fff;
    padding: 0;
    font: normal 9px 'Roboto', sans-serif;
    opacity: 1;
    width: 200px;
    margin-left: -100px;
    color: #5f5f5f;
    font-style: italic;
    text-transform: uppercase;
}
.c_tiempos .tiempos>div {
    width: 80px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0;
    font: normal 12px 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    color: #999;
    /* white-space: nowrap; */
    text-align: center;
    margin-left: -40px;
    /* opacity: 0; */
}

.c_tiempos .tiempos>div.inicio {
    opacity: 1;
}
.c_tiempos .tiempos>div.fin {
    opacity: 1;
}
.c_tiempos .tiempos>div.medio {
    opacity: 1;
}


.c_tiempos .tiempos .hora {
    font: normal 19px 'Barlow Semi Condensed', sans-serif;
    letter-spacing: -.8px;
    color: #05d8ff;
    margin-bottom: 4px;
}
.c_tiempos .tiempos .hora .date {
    display: block;
    font-size: 10px;
}
.c_tiempos .tiempos .hora .ampm {
    
    font-size: 10px;
    margin-left: 2px;
}
.c_tiempos .tiempos .hora span {
    /* font-size: 62%; */
    /* letter-spacing: 2px; */
    /* margin-left: 2px; */
}
.c_tiempos .tiempos>.inicio2 {
    left: 16.5%;
    /* margin-left: -20px; */
}
.c_tiempos .tiempos>.inicio3 {
    left: 33%;
    /* margin-left: -30px; */
}
.c_tiempos .tiempos>.medio {
    left: 50%;
    /* margin-left: -30px; */
}
.c_tiempos .tiempos>.medio2 {
    left: 66%;
    /* margin-left: -30px; */
}
.c_tiempos .tiempos>.medio3 {
    left: 82.5%;
    /* margin-left: -30px; */
}

.c_tiempos .tiempos .fin {
    left: 100%;
    right: 0;
}
.c_tiempos .tiempos>.inicio2 .date,
.c_tiempos .tiempos>.inicio3 .date,
.c_tiempos .tiempos>.medio2 .date,
.c_tiempos .tiempos>.medio3 .date {
    display: none;
}

.c_tiempos .tiempos>.inicio2 .time,
.c_tiempos .tiempos>.inicio3 .time,
.c_tiempos .tiempos>.medio2 .time,
.c_tiempos .tiempos>.medio3 .time {
    font-size: 11px;
    margin-top: -1px;
    display: block;
    opacity: .5;
}


.spinner {
    width: 32px;
    height: 32px;
    background: url(https://cdn3.uvnimg.com/94/20/abbc41ae44429adcae93ed680ce3/spinner.svg);
    background-size: 32px auto;
    position: absolute;
    left: 50%;
    top: 110px;
    margin-left: -16px;
    margin-top: -16px;
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: none;
}

.cuenta_atras_numeros {
    max-width: 270px;
    margin: 0 auto;
}

.cuenta_atras {
    color: #999;
    margin-top: 92px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    pointer-events: none;
    display: none;
}

.cuenta_atras p {
    font-size: 12px;
    margin: 0 0 -15px 0;
    font-family: Orbitron, sans-serif;
}

.cuenta_atras .p {
    padding-top: 6px;
    display: inline-block;
    width: 60px;
    font-size: 12px;
    color: #999;
    margin: 0;
}

.cuenta_atras_numeros {
    font: normal 12px 'Barlow Semi Condensed',sans-serif;
}

.cuenta_atras .p .n {
    font-family: Orbitron, sans-serif;
    font-size: 16px;
    color: #05d8ff;
    margin-bottom: 5px;
    /* border: 0.5px solid #e0e0e0; */
    width: 60px;
    margin: 0 auto 0px auto;
    padding: 12px 0 0px 0;
}
.explicacion img,
.tipos_luna img {
    width: 100%;
    height: auto;
}
.tipos_luna  {
    max-width: 460px;
    margin: 0 auto;
}
@-webkit-keyframes rotate {
    0% {
    }

    100% {
        transform: rotate(360deg)
    }
}


@keyframes rotacion {
    0% {
        transform: rotate(-25deg);
    }

    100% {
        transform: rotate(50deg);
    }
}

.explicacion .nota {
    font: normal 13px 'Roboto',sans-serif;
    color: #999;
    margin-bottom: 20px;
    position: relative;
    font-style: italic;
}

.explicacion .nota:before {
    content:'';
    top: -10px;
    width: 100px;
    left: 0;
    border-bottom: 1px solid #ccc;
}