.especialMegatiempo {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 60px 0;
    background-color: #f3f5f6;
    background-image: url('https://images2-mega.cdn.mdstrm.com/mega/2024/04/12/0_3_66199e900b791.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e6e9ed
}
.especialMegatiempo .box {
    padding: 20px;
}
.especialMegatiempo .box .top {
    display: flex;
    position: relative;
    width: 100%;
    height: 190px;
}
.especialMegatiempo .box .top .left {
    display: block;
    position: relative;
    width: 320px;
    float: left;
}
.especialMegatiempo .box .top .left svg {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 40px;
    left: 90px;
}
.especialMegatiempo .box .top .left svg:hover {
    opacity: 0.75;
}
.especialMegatiempo .box .top .left svg circle.cls-2 {
    fill: #ffc200;
}
.especialMegatiempo .box .top .left svg circle.cls-4 {
    fill: #00c9ff;
}
.especialMegatiempo .box .top .left svg #Capa_1-2 .cls-1 {
    fill: #748187 !important;
}
.especialMegatiempo .box .top .left svg #Capa_1-2 .cls-1 + .cls-1 {
    fill: #2d27b6 !important;
}
.especialMegatiempo .box .top .left svg #Capa_1-2 .cls-4 + .cls-1 {
    fill: #2d27b6 !important;
}
.especialMegatiempo .box .top .left svg #Capa_1-2 .cls-3 {
    fill: #748187 !important;
}
.especialMegatiempo .box .top .right {
    display: block;
    position: relative;
    width: 628px;
    float: left;
}
.especialMegatiempo .box .top .right .box {
    padding: 0;
}
.especialMegatiempo .box .top .right .contenido {
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    margin: 20px 0 0 0;
}
.especialMegatiempo .box .top .right .contenido .box {
    display: block;
    position: relative;
    width: 100%;
    height: 140px;
    padding: 20px;
}
.especialMegatiempo .box .top .right .contenido .box .zona {
    display: block;
    position: relative;
    width: 100%;
}
.especialMegatiempo .box .top .right .contenido .box .zona h3 {
    font-weight: 900;
    font-size: 2.2em;
    color: #25262A;
    border-bottom: 1px solid #f3f3f3;
    margin: 0 0 10px 0;
    padding: 0 0 4px 0;
}
.especialMegatiempo .box .top .right .contenido .box .datos {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.especialMegatiempo .box .top .right .contenido .box .datos .left {
    display: block;
    position: relative;
    width: 50%;
    height: 70px;
    float: left;
}
.especialMegatiempo .box .top .right .contenido .box .datos .right {
    display: block;
    position: relative;
    width: 50%;
    height: 70px;
    float: left;
}
.especialMegatiempo .box .top .right .contenido .box .datos .left .item {
    display: block;
    position: relative;
    width: 50%;
    float: left;
    text-align: left;
}
.especialMegatiempo .box .top .right .contenido .box .datos .left .item + .item {
    padding: 18px 0 0 10px;
}
.especialMegatiempo .box .top .right .contenido .box .datos .left .item .icono {
    display: block;
    position: relative;
    width: 50%;
    float: left;
    text-align: center;
}
.especialMegatiempo .box .top .right .contenido .box .datos .left .item .icono img {
    width: 40px;
}
.especialMegatiempo .box .top .right .contenido .box .datos .left .item .cifra {
    display: block;
    position: relative;
    width: 50%;
    float: left;
    text-align: left;
}
.especialMegatiempo .box .top .right .contenido .box .datos .left .item .cifra p {
    font-weight: 700;
    font-size: 3em;
    color: #25262A;
}
.especialMegatiempo .box .top .right .contenido .box .datos .left .item .leyenda {
    display: flex;
    justify-content: center;
    color: #25262A;
    padding: 4px 0 0 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    margin: -2px 0 0 0;
    border-top: 1px solid #f3f3f3;
}
.especialMegatiempo .box .top .right .contenido .box .datos .left .item .clima {
    font-weight: 700;
    font-size: 1.4em;
    color: #25262A;
    padding: 0 0 3px 0;
    text-transform: capitalize;
}
.especialMegatiempo .box .top .right .contenido .box .datos .left .item ul.temperaturas {
    display: inline;
    font-size: 1.4em;
}
.especialMegatiempo .box .top .right .contenido .box .datos .left .item ul.temperaturas li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.especialMegatiempo .box .top .right .contenido .box .datos .left .item ul.temperaturas li.max {
    font-weight: 700;
    color: #E39B10;
}
.especialMegatiempo .box .top .right .contenido .box .datos .left .item ul.temperaturas li.min {
    font-weight: 700;
    color: #069CC0;
}
.especialMegatiempo .box .top .right .contenido .box .datos .left .item ul.temperaturas li span {
    color: #25262A;
    padding: 0 0 0 3px;
}
.especialMegatiempo .box .top .right .contenido .box .datos .left .separador {
    display: block;
    position: absolute;
    width: 4px;
    height: 30px;
    background-color: #d6d7d9;
    right: -2px;
    top: 20px;
    border-radius: 10px;
}
.especialMegatiempo .box .top .right .contenido .box .datos .right .item {
    display: block;
    position: relative;
    width: 45%;
    float: left;
    padding: 18px 0 0 30px;
}
.especialMegatiempo .box .top .right .contenido .box .datos .right .item + .item {
    display: block;
    position: relative;
    width: 55%;
    float: left;
    padding: 0;
}
.especialMegatiempo .box .top .right .contenido .box .datos .right .item .calidadAire {
    font-weight: 400;
    font-size: 1.4em;
    color: #25262A;
    padding: 0 0 3px 0;
}
.especialMegatiempo .box .top .right .contenido .box .datos .right .item .aire {
    font-weight: 700;
    font-size: 1.4em;
    color: #25262A;
    padding: 0 0 3px 0;
    text-transform: capitalize;
}
.especialMegatiempo .box .top .right .contenido .box .datos .right .item .aire span {
    font-weight: 700;
}
.especialMegatiempo .box .top .right .contenido .box .datos .right .item .barra {
    display: block;
    position: relative;
    width: 100%;
    height: 14px;
    margin: 24px 0 0 0;
}
.especialMegatiempo .box .top .right .contenido .box .datos .right .item .barra .color {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 14px;
    background: rgb(44,211,181);
    background: linear-gradient(90deg, rgba(44,211,181,1) 0%, rgba(46,211,102,1) 35%, rgba(230,179,16,1) 65%, rgba(234,121,16,1) 100%);
    border-radius: 20px;
}
.especialMegatiempo .box .top .right .contenido .box .datos .right .item .barra .dinamica {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 14px;
    background:#D6D7D9;
    z-index: 9;
    border-radius: 0 20px 20px 0;
}
.especialMegatiempo .box .top .right .contenido .box .datos .right .item .barra .dinamica.bueno {
    width: 80%;
}
.especialMegatiempo .box .top .right .contenido .box .datos .right .item .barra .dinamica.regular {
    width: 60%;
}
.especialMegatiempo .box .top .right .contenido .box .datos .right .item .barra .dinamica.alerta {
    width: 40%;
}
.especialMegatiempo .box .top .right .contenido .box .datos .right .item .barra .dinamica.pre-emergencia {
    width: 20%;
}
.especialMegatiempo .box .top .right .contenido .box .datos .right .item .barra .dinamica.emergencia {
    width: 0%;
}
.especialMegatiempo .box .top .right .contenido .zona {
    width: 100% !important;
}

/* Notas */
.especialMegatiempo .box .contenido {
    display: inline-block;
    position: relative;
    width: 100%;
}
.especialMegatiempo .box .contenido .notas {
    display: inline-block;
    position: relative;
    width: 100%;
}
.especialMegatiempo .box .contenido .notas article {
    display: block;
    position: relative;
    width: 32%;
    height: 320px;
    float: left;
    margin: 0 2% 20px 0;
}
.especialMegatiempo .box .contenido .notas article:nth-child(3n) {
    display: block;
    position: relative;
    width: 32%;
    height: 320px;
    float: left;
    margin: 0 0 20px 0;
}
.especialMegatiempo .box .contenido .notas article figure {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    width: 297px;
    height: 167px;
    background-color: #e8e8ee;
}
.especialMegatiempo .box .contenido .notas article figure img {
    width: 297px;
    height: 167px;
}
.especialMegatiempo .box .contenido .notas article figure img[alt]:after {
    display: block;
    position: absolute;
    border-radius: 10px 10px 0 0;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    content: attr(alt);
    background-color: #e8e8ee;
    color: transparent;
    z-index: 9;
}
.especialMegatiempo .box .contenido .notas article figure img:hover {
    opacity: 0.75;
}
.especialMegatiempo .box .contenido .notas article .titular {
    display: block;
    width: 100%;
    height: 150px;
    background-color: #fff;
    padding: 10px 20px 20px 20px;
    border-radius: 0 0 10px 10px;
    margin: -2px 0 0 0;
}
.especialMegatiempo .box .contenido .notas article .titular h2 {
    color: #484a55;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.3em;
}
.especialMegatiempo .box .contenido .notas article .titular h2:hover {
    opacity: 0.75;
}

/* elementos epeciales */
.especialMegatiempo .box .contenido h3 {
    font-weight: 900;
    font-size: 2.4em;
    padding: 0 0 10px 0;
    color: #151f2c;
}

@media (min-width: 0px) and (max-width: 767px) {
  
    .especialMegatiempo .box {
        padding: 10px;
    }
    .especialMegatiempo .box .top {
        display: block;
        height: auto;
    }
    .especialMegatiempo .box .top .left {
        text-align: center;
        padding: 0 0 10px 0;
    }
    .especialMegatiempo .box .top .left,
    .especialMegatiempo .box .top .right {
        width: 100%;
    }
    .especialMegatiempo .box .top .left svg {
        width: 90px;
        height: 90px;
        position: relative;
        bottom: unset;
        left: unset;
    }
    .especialMegatiempo .box .top .right img {
        position: relative;
        padding: 0 0 0 100px;
    }
    .especialMegatiempo .box .top .right .widget {
        position: relative;
        margin: 0;
    }
    .especialMegatiempo .box .top .right .contenido {
        padding: 10px;
        margin: 0 0 10px 0;
    }
    .especialMegatiempo .box .top .right .contenido .box {
        padding: 14px;
    }
    .especialMegatiempo .box .contenido .notas article,
    .especialMegatiempo .box .contenido .notas article:nth-child(3n) {
        width: 100%;
        height: auto;
    }
    .especialMegatiempo .box .contenido .notas article .titular {
        height: auto;
    }
    .especialMegatiempo .box .contenido .notas article .titular h2 {
        font-size: 2.2em;
    }
    .especialMegatiempo .box .contenido .notas article figure {
        width: 100%;
        height: 0;
        padding: 0;
        margin: 0;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        padding-bottom: 55.5%;
        overflow: hidden;
    }
    .especialMegatiempo .box .contenido .notas article figure img {
        display: block;
        width: 500px;
        height: auto;
        min-height: 1px;
        min-width: 1px;
    }
    .especialMegatiempo .box .top .right .contenido .box .zona h3 {
        font-size: 2em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos {
        display: block;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left {
        width: 100%;
        height: 70px;
        padding: 0;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right {
        width: 100%;
        height: auto;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item .leyenda {
        font-size: 1.4em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item .clima {
        font-size: 1.4em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item ul.temperaturas {
        font-size: 1.4em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item .calidadAire {
        font-size: 1.4em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item .aire {
        font-size: 1.4em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item .icono img {
        width: 40px;
        height: 40px;
        padding: 0;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item {
        padding: 18px 0 0 0px;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item .barra {
        margin: 28px 0 0 0;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .separador {
        display: flex;
        position: relative;
        width: 30px;
        height: 4px;
        background-color: #d6d7d9;
        right: unset;
        top: 40px;
        border-radius: 10px;
        margin: 16px 0 0 0;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item {
        width: 40%;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item + .item {
        width: 60%;
        padding: 0 0 0 20px;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item .cifra p {
        padding: 6px 0 0 0;
    }

}

@media (min-width: 768px) and (max-width: 1023px){
  
    .especialMegatiempo .box .top .left svg {
        left: 60px;
    }
    .especialMegatiempo .box .contenido .notas article figure {
        width: 216px;
        height: 122px;
    }
    .especialMegatiempo .box .contenido .notas article figure img {
        width: 216px;
        height: 122px;
    }
    .especialMegatiempo .box .contenido .notas article .titular h2 {
        font-size: 1.6em;
    }
    .especialMegatiempo .box .contenido .notas article,
    .especialMegatiempo .box .contenido .notas article:nth-child(3n) {
        height: 280px;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item .icono img {
        width: 24px;
    } 
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item .cifra p {
        font-size: 2em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item ul.temperaturas,
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item .clima,
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item .calidadAire {
        font-size: 1.2em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item {
        width: 50%;
        padding: 8px 0 0 10px;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item + .item {
        width: 50%;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item + .item {
        padding: 8px 0 0 8px;
        width: 60%;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item {
        width: 40%;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item .aire {
        font-size: 1.2em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item .barra {
        margin: 16px 0 0 0;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .separador {
        top: 8px;
    }


}

@media (min-width: 1024px) and (max-width: 1160px) {

    .especialMegatiempo .box .top .left svg {
        left: 50px;
    }
    .especialMegatiempo .box .contenido .notas article figure {
        width: 204px;
        height: 115px;
    }
    .especialMegatiempo .box .contenido .notas article figure img {
        width: 204px;
        height: 115px;
    }
    .especialMegatiempo .box .contenido .notas article .titular h2 {
        font-size: 1.6em;
    }
    .especialMegatiempo .box .contenido .notas article,
    .especialMegatiempo .box .contenido .notas article:nth-child(3n) {
        height: 270px;
    }
    .especialMegatiempo .box .top .right .contenido {
        margin: 30px 0 0 0;
    }
    .especialMegatiempo .box .top .right .contenido .box {
        height: 120px;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item .icono img {
        width: 30px;
    }
    .especialMegatiempo .box .top .right .contenido .box .zona h3 {
        font-size: 1.8em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item {
        padding: 12px 0 0 14px;
        width: 60%;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item + .item {
        width: 40%;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item .leyenda {
        font-size: 1.2em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item .clima {
        font-size: 1.2em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item ul.temperaturas {
        font-size: 1.2em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item .calidadAire {
        font-size: 1.2em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item .aire {
        font-size: 1.2em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item .barra {
        margin: 18px 0 0 0;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item {
        width: 40%;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item .cifra p {
        padding: 4px 0 0 0;
        font-size: 2.2em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item + .item {
        padding: 12px 0 0 8px;
        width: 60%;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item ul.temperaturas li.min {
        margin: 0;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .separador {
        top: 10px;
    }
    
    .especialMegatiempo .box .top .right .contenido .box .datos .left,
    .especialMegatiempo .box .top .right .contenido .box .datos .right {
        height: 50px;
    }


}

@media (min-width: 1161px) and (max-width: 1699px) {
     
    .especialMegatiempo .box .top .left svg {
        left: 70px;
    }
    .especialMegatiempo .box .contenido .notas article figure {
        width: 252px;
        height: 142px;
    }
    .especialMegatiempo .box .contenido .notas article figure img {
        width: 252px;
        height: 142px;
    }
    .especialMegatiempo .box .contenido .notas article,
    .especialMegatiempo .box .contenido .notas article:nth-child(3n) {
        height: 300px;
    }
    .especialMegatiempo .box .contenido .notas article .titular h2 {
        font-size: 1.7em;
    }
    .especialMegatiempo .box .top .right .contenido .box .zona h3 {
        font-size: 1.8em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item {
        padding: 22px 0 0 14px;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item .leyenda {
        font-size: 1.2em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item .clima {
        font-size: 1.2em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item ul.temperaturas {
        font-size: 1.2em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item .calidadAire {
        font-size: 1.2em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item .aire {
        font-size: 1.2em;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .right .item .barra {
        margin: 28px 0 0 0;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item .cifra p {
        padding: 6px 0 0 0;
    }
    .especialMegatiempo .box .top .right .contenido .box .datos .left .item + .item {
        padding: 22px 0 0 8px;
    }


}


