.fondo_beacon {
    background: url(../img/v2/fondo-social-media-11072022.png) no-repeat top;
    background-size: cover;
    position: relative;
    cursor: default;
    margin: 5em 0;
}

.fondo_beacon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.link_logo_web{
    width: fit-content;
    display: block;
    margin: 0 auto;
}
.logo_center img {
    margin: 0 auto;
    display: block;
    width: 250px;
}
.center_h3_title{
    text-align: center;
    padding: 2em 2.3em 0;
    color: #FFFFFF;
    font-size: 45px;
}
.center_links {
    text-align: center;
    padding: 1em 0;
    font-size: 47px;
}

.center_links a {
    padding: 0 0.3em;
    color: #FFFFFF;
}

.container {
    position: relative;
}

.center_links2 {
    margin: 4em 0 9em;
}

.center_links_v2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4em;
}

.content-links-square {
    margin: 0 2em;
}

.content-links-square a {
    color: #FFFFFF;
    text-align: center;
    background: #ffffff57;
    border-radius: 13px;
    display: block;
    width: 200px;
}

.content-links-square i {
    font-size: 4.5em;
    margin: 0.7em 0.4em;
}

.links_rectangle {
    margin: 3em 0;
}

.links_rectangle .btn {
    display: block;
    margin: 2em auto;
    font-size: 30px;
    width: 600px;
    border: 2px solid #FFFFFF;
    border-radius: 0.6em;
    background-color: #00416b7a;
    color: #FFFFFF;
}
.sec_vivo a {
    text-decoration: none;
}

.rectangle_vivo {
    width: fit-content;
    display: block;
    margin: 0 auto 4.5em;
}

.rectangle_vivo a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em 0;
}

.content_text_left,
.content_text_right {
    background-color: #00416B;
    width: 300px;
    padding: 1.2em 1em;
}

.content_text_left .cat_cur,
.content_text_right .cat_cur {
    color: #FFD040;
    font-size: 19px;
    margin-bottom: 0.7em;
    font-weight: 500;
}

.content_text_left span,
.content_text_right span {
    background-color: #BF1111;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 0.1em 0.5em;
}
.title_developing{
    font-size: 21px!important;
}

.content_text_left h3,
.content_text_right h3 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 0.4em;
}

.sec_fecha {
    display: flex;
}

.sec_fecha img {
    width: 33%;
    padding: 0.3em 0.5em;
}

.content_img_left img,
.content_img_right img {
    width: 300px;
    height: 100%;
}

.content_text_left,
.content_img_left img{
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
}
.content_text_right,
.content_img_right img{
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
}
.sec_fecha_text {
    color: #FFFFFF;
}

.sec_fecha_text p {
    padding: 0.1em 0;
    margin: 0;
    font-size: 17px;
}

.prox_inicio {
    color: #FFD040;
}

.content_text_right,
.content_img_left,
.content_text_left,
.content_img_right {
    height: 278px;
}
@media(max-width: 992px){
    .center_h3_title{
        padding: 2em 0 0em;
    }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
    .center_links {
        padding: 1em 0;
        font-size: 24px;
    }
    .content-links-square {
        margin: 0 0.4em;
    }
    .content-links-square a {
        width: 92px;
    }
    .content-links-square i {
        font-size: 2.5em;
        margin: 0.7em 0.4em;
    }
    .logo_center img {
        width: 55%;
    }
    .links_rectangle .btn {
        font-size: 15px;
        width: 289px;
    }
    .content_text_right,
    .content_img_left,
    .content_text_left,
    .content_img_right {
        height: 149px;
    }
    .content_text_left,
    .content_text_right {
        width: 150px;
    }
    .content_text_left .cat_cur,
    .content_text_right .cat_cur {
        font-size: 10px;
    }
    .content_text_left h3,
    .content_text_right h3 {
        font-size: 15px;
    }
    .sec_fecha_text p {
        font-size: 10px;
    }
    .content_text_right .sec_fecha_text p {
        font-size: 8px;
    }
    .content_img_left img,
    .content_img_right img {
        width: 150px;
        height: 100%;
    }
    .modal-body {
        padding: 0;
    }
    .check-click {
        font-size: 10px;
    }
    .title_developing {
        font-size: 11px!important;
    }
    .center_h3_title {
        font-size: 19px;
    }
}