.headerMegatiempo {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0;
    background-color: #cbcbcb;
}
.headerMegatiempo .box {
    display: block;
    position: relative;
    width: 1290px;
    height: 250px;
    margin: 0 auto;
}
.headerMegatiempo .box .left {
    display: block;
    position: relative;
    width: 50%;
    height: 250px;
    float: left;
}
.headerMegatiempo .box .right {
    display: block;
    position: relative;
    width: 50%;
    height: 250px;
    float: left;
}
.headerMegatiempo .box .left svg {
    width: 180px;
    height: 180px;
    margin: 40px 0 0 0;
}
.headerMegatiempo .box .left svg circle.cls-2 {
    fill: var(--color-yellow);
}
.headerMegatiempo .box .left svg circle.cls-4 {
    fill: var(--color-blue-sky);
}
.headerMegatiempo .box .left svg .cls-1,
.headerMegatiempo .box .left svg .cls-3 {
    fill: var(--color-white) !important;
}
.headerMegatiempo .box .right img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.headerMegatiempo img.background,
.headerMegatiempo video.background {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.headerMegatiempo ::-webkit-media-controls {
    display: none !important;
}
.headerMegatiempo img.background.desktop,
.headerMegatiempo video.background.desktop {
    display: block;
}
.headerMegatiempo img.background.mobile,
.headerMegatiempo video.background.mobile {
    display: none;
}
@media (min-width: 0) and (max-width: 767px) {
    .headerMegatiempo .box {
        width: 100%;
        height: 80px;
    }
    .headerMegatiempo .box .left,
    .headerMegatiempo .box .right {
        height: 80px;
    }
    .headerMegatiempo .box .left svg {
        width: 50px;
        height: 50px;
        margin: 16px 0 0 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .headerMegatiempo .box {
        width: 720px;
        height: 150px;
    }
    .headerMegatiempo .box .left,
    .headerMegatiempo .box .right {
        height: 150px;
    }
    .headerMegatiempo .box .left svg {
        width: 100px;
        height: 100px;
        margin: 30px 0 0 0;
    }
}
@media (min-width: 1024px) and (max-width: 1160px) {
    .headerMegatiempo .box {
        width: 1000px;
        height: 200px;
    }
    .headerMegatiempo .box .left,
    .headerMegatiempo .box .right {
        height: 200px;
    }
    .headerMegatiempo .box .left svg {
        width: 120px;
        height: 120px;
        margin: 40px 0 0 0;
    }
}
@media (min-width: 1161px) and (max-width: 1289px) {
    .headerMegatiempo .box {
        width: 1160px;
    }
}
