body {
  font-family: system-ui, "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}
/* Fonts */
@font-face{
    font-family: 'Jakarta';
    src:  url('fonts/PlusJakartaSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: sans-serif; 
}

@font-face{
    font-family: 'Jakarta';
    src:  url('fonts/PlusJakartaSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: sans-serif; 
}

@font-face{
    font-family: 'Jakarta';
    src:  url('fonts/PlusJakartaSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: sans-serif; 
}

@font-face{
    font-family: 'Oswald';
    src:  url('fonts/Oswald-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: sans-serif; 
}

@font-face{
    font-family: 'Oswald';
    src:  url('fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: sans-serif; 
}

@font-face{
    font-family: 'Oswald';
    src:  url('fonts/Oswald-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: sans-serif; 
}

@font-face{
    font-family: 'Lato';
    src:  url('fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: sans-serif; 
}

@font-face{
    font-family: 'Lato';
    src:  url('fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: sans-serif; 
}

@font-face{
    font-family: 'Lato';
    src:  url('fonts/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: sans-serif; 
}

@font-face{
    font-family: 'Lato';
    src:  url('fonts/Lato-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic; 
}

@font-face{
    font-family: 'Lato';
    src:  url('fonts/Lato-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic; 
}

@font-face{
    font-family: 'Lato';
    src:  url('fonts/Lato-BlackItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic; 
}

@font-face{
    font-family: 'Roboto';
    src:  url('fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: sans-serif; 
}

@font-face{
    font-family: 'Roboto';
    src:  url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: sans-serif; 
}

@font-face{
    font-family: 'Roboto';
    src:  url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: sans-serif; 
}

/* Main Colors */
:root {
  --primary-color: #000000;
  --secondary-color: #000000;
  --third-color: #0f0f0f;
}
/* main classes */


a:link, a:visited, a:hover, a:focus, a:active
{
  color:none;
  text-decoration: none;
}

table
{
  border: none;
  border-top: none !important;
  border-left: none !important;
}

.site 
{
   margin: 0 auto;
}
body 
{
    overflow-x:hidden;
    height: 100%;
  	font-weight: 400;
  	font-size: 18px;
  	color: #303030;
    background-color: var(--body-color);
    margin: 0px;
}

body.correct
{
    background-color: #ebf0f3;
}

ul.menu 
{
	list-style-type: none;
	display: inline-flex;
    padding: 0px;
    margin-left: 10px;
    margin-top: 15px;
}

picture
{
    width: 100%;
}

.menu li, .menu li a, .menu li span
{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
	font-size: 16px;
    color: white;
    margin: 0px 10px;
    margin-top: 12px;
    cursor: pointer;
    
}

ul.lower_menu 
{
    list-style-type: none;
    display: inline-flex;
    padding: 0px;
    margin-left: 10px;
    margin-top: 15px;
}

.lower_menu li, .lower_menu li a, .lower_menu li span
{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0px 10px;
    cursor: pointer;
}

.lower_menu li:hover, .lower_menu li a:hover, .lower_menu li span:hover
{
    color: rgba(255, 255, 255, 1.0);
}

ul.menu_more 
{
    list-style-type: none;
    position: absolute;
    z-index: 500;
    top: 98px;
    right: 0;
    background: var(--primary-color);
    padding: 1em;
}

.menu_more li, .menu_more li a, .menu_more li span
{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: white;
    margin: 10px;
    cursor: pointer;
    
}

ul.submenu 
{
    list-style-type: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.submenu li, .submenu li a, .submenu li span
{
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: white;
    cursor: pointer;
    margin-top: 12px;
    
}

ul.menu_mobile
{
    list-style-type: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.menu_mobile li, .menu_mobile li a, .menu_mobile li div
{
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: white;
    cursor: pointer;
    
}

ul.submenu_mobile
{
    list-style-type: none;
    display: inline-block;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s;
    height: 0px;
    display: block;
}

.submenu_mobile li, .submenu_mobile li a, .submenu_mobile li div
{
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: white;
    cursor: pointer;
}

.mobile_extendable_icon
{
    font-size: 29px !important;
    margin-top: -32px;
    position: absolute;
    right: 22px;
}

.mobile_extendable
{
    width: 100%;
}

.menu_mobile li
{
    margin-top: 20px;
}


ul.footer_menu 
{
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 6px;
}

.footer_menu li, .footer_menu li a, .footer_menu li span
{
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: white;
    padding: 0 .7142857143em;;
    margin-top: 5px;
    cursor: pointer;
    text-align: center;
}

.footer_copy
{
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: white;
    text-align: center;
    margin-top: 30px;
}

/* Estilos definidos */
p, li, a
{
	font-size: 18px;
	font-family: 'Lato', sans-serif;
  	font-weight: 400;
    color: var(--primary-color);
}

h1
{
	font-size: 20px;
	color: var(--secondary-color);
	font-family: "Roboto", sans-serif;
    font-weight: 700;
}

h2
{
	font-size: 25px;
    color: var(--secondary-color);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.heavyp, a.heavyp
{
	font-weight: 700;
}

.centerme
{
	margin: auto;
}

.float_left
{
    float: left;
}

.float_right
{
    float: right;
}

.lightf
{
    font-weight: 300;
}

.lightfo
{
    font-weight: 300;
    opacity: 0.5;
}

/* general classes */
.header_ornament_top
{
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.header_top_container
{
    background-color: var(--secondary-color);
    width: calc(100% - 4em);
    padding: 0px 2em;
    min-height: 40px;
}

.header_lower_container
{
    background-color: var(--third-color);
    background-image: url('../img/pattern_back.jpg');
    background-position: center;
    background-repeat: repeat;
    width: calc(100% - 2em);
    padding: 0px 0em 0px 2em;
    min-height: 70px;
}


.header_lower_menu_container
{
    background-color: var(--secondary-color);
    width: calc(100% - 2em);
    padding: 0px 0em 0px 2em;
    min-height: 40px;
}

.header_link
{
    font-size: 10px;
    color: white;
    font-family: "Jakarta", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 13px;
}

h2.promotional_title_page_black
{
    font-family: "Jakarta", sans-serif;
    font-size: 25px;
    text-align: left;
    font-weight: 700;
    color: white;
    margin:0px;
    width: 100%;
}

.vertical_line_space
{
    height: 20px;
    background-color: white;
    width: 1px;
    margin: 0px 20px;
    margin-top: 10px;
    opacity: 0.5;
}

.social_logos
{
    width: 12px;
    margin: 0px 10px;
    cursor: pointer;
}

.social_logos_footer
{
    width: 20px;
    margin: 0px 10px;
    cursor: pointer;
}

.social_logos:hover .social_logos_color
{
    fill: rgba(255, 255, 255, 1.0);
}

.facebook_logo
{
    width: 16px;
    margin-top: 5px;
}

.x_logo
{
    width: 16px;
    margin-top: 10px;
}

.youtube_logo
{
    width: 20px;
    margin-top: 10px;
}

.instagram_logo
{
    width: 18px;
    margin-top: 5px;
}

.tiktok_logo
{
    width: 17px;
    margin-top: 4px;
}

.facebook_logo_footer
{
    width: 24px;
    margin-top: 5px;
}

.x_logo_footer
{
    width: 24px;
    margin-top: 10px;
}

.youtube_logo_footer
{
    width: 30px;
    margin-top: 12px;
}

.instagram_logo_footer
{
    width: 24px;
    margin-top: 6px;
}

.tiktok_logo_footer
{
    width: 24px;
    margin-top: 4px;
}

.social_logos_color_footer
{
    fill: rgba(255, 255, 255, 1.0);
}

.header_main_logo_desktop
{
    width: 100%;
    max-width: 165px;
    margin-top: -15px;
}

.line_select_menu
{
    width: 0%;
    height: 2px;
    transition: all 0.3s;
    background-color: white;
}

.link_menu_button:hover + .line_select_menu
{
    width: 100%;
    transition: all 0.3s;
}

.menu_mobile_container
{
    background-color: var(--primary-color);
    width: 100%;
    max-width: 100px;
    min-height: 73px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
}


.menu_x_btn {
    position: relative;
    width: 50px;
    height: 33px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menu_x_btn div {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: white;
    transition: all 0.3s ease;
}

.menu_x_btn div:nth-child(1) {
    top: 0;
}

.menu_x_btn div:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.menu_x_btn div:nth-child(3) {
    bottom: 0;
}

.menu_x_btn.active div:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.menu_x_btn.active div:nth-child(2) {
    opacity: 0;
}

.menu_x_btn.active div:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

.menu_desktop_open
{
    background-color: var(--primary-color);
    width: 100%;
    min-height: 20px;
    position: absolute;
    top: 115px;
    padding: 1em 2em 3em 2em;
    z-index: 400;
}

h2.submenu_header
{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: white;
}

h2.submenu_header a
{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: white;
}

.submenu_separator
{
    width: 60%;
    height: 1px;
    background-color: white;
}

.close_block_menu
{
    height:73px;
    width: 40px;
}

.lateral_left_menu_wrapper
{
    width: 100%;
    position: fixed;
    left: 0;
    top: 116px;
    z-index: 400;
    transition: all 0.5s ease;
    opacity: 1;
    overflow-y: auto;
    visibility: hidden;
}

.lateral_left_menu_container
{
    background: var(--primary-color);
    min-height: 100%;
    width: calc(100% - 4em);
    transform: translateX(-4000px);
    transition: all 0.5s ease;
    padding: 1em 2em 2em 2em;
}


.fixed_mobile_menu
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.no-scroll {
    overflow-y: hidden;
}

.plus-toggle-button {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.plus-toggle-button .line {
    position: absolute;
    background-color: white;
    transition: transform 0.3s ease;
}

.plus-toggle-button .line.horizontal {
    width: 60%;
    height: 4px;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
}

.plus-toggle-button .line.vertical {
    width: 4px;
    height: 60%;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.plus-toggle-button.active .line.horizontal {
    transform: translateY(-50%) scaleX(0);
}

.plus-toggle-button.active .line.vertical {
    transform: translateX(-50%) rotate(90deg);
}

.footer_main_container
{
    background-color: var(--third-color);
    background-image: url('../img/pattern_back.jpg');
    background-position: center;
    background-repeat: repeat;
    width: calc(100% - 4em);
    min-height: 70px;
    padding: 1em 2em;
}

.footer_logo
{
    width: 100%;
    max-width: 180px;
}

.body_limit_container
{
    margin: auto;
    width: 100%;
    max-width: 1200px;
}

.big_article_image_container
{
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-radius: 10px;
    flex: 40%;
}

.big_article_image
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.big_article_description_container
{
    width: calc(100% - 2em);
    padding: 1em;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-radius: 10px;
    flex: 9%;
}

.big_article_description_promotional_container
{
    width: calc(100% - 2em);
    background-color: var(--third-color);
    padding: 1em;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tag_container
{
    display: flex;
    flex-wrap: wrap;
}

.tag_article
{
    border: 1px solid white;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    color: white;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.article_lead_container .tag_article, #contentEditor .tag_article, .containerflex_article_general .tag_article
{
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    color: black;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.article_correction_preview
{
    background-color: black;
}



h3.big_article_title
{
    font-family: "Jakarta", sans-serif;
    font-weight: 700;
    color: white;
    font-size: 25px;
    margin-top: 20px;
}

.big_article_description
{
    color: white;
    font-size: 20px;
    font-weight: 300;
}

.big_article_time
{
    color: white;
    font-size: 20px;
    font-weight: 400;
}

.clock_icon
{
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.clock_icon_color
{
    fill: white;
}


.article_image_container
{
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-radius: 10px;
}

.flex_link
{
    flex: 30%;
}

.article_promotional_image
{
    width: 105%;
    display: flex;
    justify-content: space-between;
}

.article_description_container
{
    width: calc(100% - 2em);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex: 40%;
}

.article_description_promotional_container
{
    width: calc(100% - 4em);
    background-color: var(--third-color);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex: 40%
}

h3.article_title
{
    font-family: "Jakarta", sans-serif;
    font-weight: 700;
    color: white;
    margin-bottom: 0px;
}

 h3.big_article_promotional_title
{
    font-family: "Jakarta", sans-serif;
    font-weight: 700;
    color: white;
    font-size: 25px;
    margin-top: 20px;
}

.big_article_description
{
    color: white;
    font-size: 20px;
    font-weight: 300;
}

.article_time
{
    color: white;
    margin-top: 3px;
    font-size: 17px;
    font-weight: 400;
}

.pop_container 
{
    margin: 0px 0px;
    padding: 30px 0px;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 25px;
    z-index: 999;
}

.up_boton_scroll
{
    background-color: var(--primary-color);
    width:60px;
    height: 60px;
    border-radius: 40px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor: pointer;
}

.arrow_scroll_icon
{
    width: 30px;
    margin-top: -3px;
}

.article-video 
{
    width: 100%;
}

.promotional-article-video 
{
    width: 100%;
}

.promotional-carrusel-video 
{
    width: 100%;
}

.promotional-big-article-video 
{
    width: 100%;
}

.article_lead_main_media
{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 30px;
}

.iframe_lead_main_media
{
    width: 100%;
    border-radius: 10px;
    margin-top: 30px;
}

.article_main_iframe
{
    height: 500px;
    border: none; 
    overflow: hidden;
}

.article_lead_media
{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 20px;
}

.article_lead_container
{
    background-color: white;
    width: calc(100% - 4em);
    padding: 1em 2em;
    margin-top: -10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 2px 10px 16px 4px rgba(0,0,0,0.22);
    -webkit-box-shadow: 2px 10px 16px 4px rgba(0,0,0,0.22);
    -moz-box-shadow: 2px 10px 16px 4px rgba(0,0,0,0.22);
}

.article_lead_information
{
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.article_lead_title
{
    color: black;
    font-size: 32px;
    font-weight: 700;
    margin-top: 40px;
}

.article_lead_description a
{
    color: #fa7034;
    font-size: 32px;
    font-weight: 700;
    margin-top: 40px;
}

.article_lead_subtitle
{
    color: white;
    font-size: 32px;
    font-weight: 700;
}

.article_lead_subtitle a
{
    color: #fa7034;
    font-size: 32px;
    font-weight: 700;
}

.article_lead_description
{
    color: black;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}

.article_lead_container h5, .article_lead_container h4
{
    font-family: "Lato", sans-serif;
    color: black;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}

.article_lead_container p, .article_lead_container ul li
{
    font-family: "Lato", sans-serif;
    color: black;
    font-size: 18px;
    font-weight: 400;
}

.article_lead_description a
{
    color: #fa7034;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}

.article_lead_text
{
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.article_lead_text a
{
    color: #fa7034;
    font-size: 18px;
    font-weight: 400;
}

.back_third_color
{
    background-color: var(--third-color);
}

.background_pattern
{
    background-image: url('../img/pattern_back.jpg');
    background-position: center;
    background-repeat: repeat;
}

.login_text_header, .login_text_base
{
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 45px;
    color: white;
}

.text_header_error
{
    font-size: 45px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 45px;
    font-weight: 700;
    color: white;
}

input.input_login
{
    width: calc(100% - 2em);
    max-width: 500px;
    height: 50px;
    background-color: white;
    border: 3px solid var(--secondary-color);
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    border-radius: 10px;
    padding-left: 20px;
    outline: none;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

input.input_login::placeholder
{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    color: var(--secondary-color)!important;
}

.login_button, .alert_button
{
    background-color: #ff4200;
    border-radius: 10px;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin: auto;
    width: 200px;
    padding: 15px;
    cursor: pointer;
    margin-top: 36px;
    color: white;
}

.divider_line_login
{
    background-color: white;
    width: 100%;
    max-width: 500px;
    height: 3px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 20px;
}

.pass_register_login_text
{
    font-family: "lato", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: white;
}

.submenu_container
{
    display: none;
}

.containerflex-carrucel
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dotsc 
{
    margin: 0px;
    cursor: pointer;
    height: 10px;
    line-height: 0px;
    font-size: 80px;
    user-select: none;
    color: #3b3b3b;
    text-shadow: 
        -1px -1px 0 white,  
         1px -1px 0 white,
        -1px  1px 0 white,
         1px  1px 0 white;
}

.carrucel-desaparecer 
{
    z-index: 0!important;
    opacity: 0;
    transition: all ease 2s;
}

.carrucel-aparecer {
    z-index: 9 !important;
    opacity: 1 !important;
    transition: all ease 2s;
}

.carrucel-container 
{
    z-index: 9;
    position: absolute;
    width: 100%;
    max-width: 1200px;
}

.special-relative-container 
{
    display: block;
    position: relative;
    width: 100%;
}

.main-noticia-text-container 
{
    width: calc(100% - 4em);
    position: absolute;
    bottom: 0px;
    z-index: 14;
    padding: 2em;
}

.promotional-block
{  
    background-color: #c52f29;
}

.promotional-container
{
    flex: 100%;
}

.promotional_title
{
    font-family: "Jakarta", sans-serif;
    font-size: 25px;
    text-align: left;
    font-weight: 700;
    color: white;
}

.promotional_title_page
{
    font-family: "Jakarta", sans-serif;
    font-size: 25px;
    text-align: left;
    font-weight: 700;
    color: white;
    margin-top: 0px;
    margin-left: 0px;
}

.promotional_description
{
    font-size: 20px;
    text-align: left;
    font-weight: 300;
    color: white;
}

.general_button
{
    background-color: var(--primary-color);
    width: fit-content;
    border-radius: 10px;
    margin: auto;
    font-family: "lato", sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    border: 2px solid var(--primary-color);
    margin-bottom: 20px;
}

.general_button:hover
{
    border: 2px solid var(--primary-color);
    background-color: rgba(0, 0, 0, 0);
    color: var(--primary-color);
}

.datafactory-object-container
{
    width:100%;
    display:inline-block;
}

.article_writer_image
{
    width: 100%;
    max-width: 35px;
    border-radius: 50px;
    margin-top: 15px;
}

.article_writer_title
{
    font-family: "Jakarta", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: white;
    margin-top: 20px;
}

.promotional_title_container
{
    width: calc(100% - 2em);
    padding: 1em;
    margin-top: 10px;
    border-radius: 10px;
}

h3.promotional_main_title
{
    font-family: "Jakarta", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: white;
    margin: 0px;
}

.containerflex_special_in_article
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
}

.promotional-caroucel-container
{
    margin-top: 10px;
    position: relative;
}

.input_password
{
    width: calc(100% - 50px);
    height: 48px;
    color: var(--secondary-color);
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    background-color: white;
    border: none;
    float: left;
    margin-top: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 20px;
    outline: none;
}

.input_password::placeholder
{
    color: var(--secondary-color);
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
} 

.passwer_icon
{
    background-color: var(--primary-color);
    height: 51px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 50px;
    float: left;
    margin-top: -1;
} 

.password_icon
{
    width: 42px;
    margin-top: 6px;
    margin-left: 2px;
} 

.password_container
{
    width: calc(100% - 40px);
    max-width: 500px;
    height: 50px;
    border: 3px solid var(--primary-color);
    border-radius: 10px;
    margin: auto;
    margin-bottom: 20px;
}  

.registration.container-tc-pp 
{
    margin: auto;
    display: block;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 12px;
     cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: calc(100% - 95px);
    max-width: 445px;
}

.containerflex_article_general .containerflex_in_article .article_description_container
{
    background-color: black;
    padding: 1em 1em 2em 1em;
}

.containerflex_article_general .containerflex_in_article .article_image_container
{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* Hide the browser's default checkbox */
.container-tc-pp input 
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.registration.checkmark-tc-pp 
{
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 3px solid white;
    border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.container-tc-pp:hover input ~ .checkmark-tc-pp {
  
}

/* When the checkbox is checked, add a blue background */
.container-tc-pp input:checked ~ .checkmark-tc-pp {
  
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-tc-pp:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-tc-pp input:checked ~ .checkmark-tc-pp:after {
    display: block;
}

/* Style the checkmark/indicator */
.registration.container-tc-pp .checkmark-tc-pp:after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: 1px solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark_text
{
    text-align: left;
    color: white;
}

.checkmark_text a
{
    color:#ff4200;
}


.maxwidht_page
{
    max-width: 500px;
    width: calc(100% - 40px);
    margin: 0px auto;
}

.pwhite
{
    color: white;
}

.invisible_input
{
    width: 0px;
    height: 0px;
    position: absolute;
    top:-5000px;
}

.warning_sign
{
    border: 3px solid #ff4200!important;
}

.category_title_container
{
    margin: auto;
    background-color: #000;
    width: calc(100% - 2em);
    padding: 1px 1em;
    border-radius: 10px;
}

.category_title_container h1
{
    color: white;
}

.text-general
{
    color: white;
    max-width: 800px;
    margin: auto;
}

.error404_img
{
    width: 100%;
    max-width: 350px;
}

.twitter-tweet.twitter-tweet-rendered
{
    margin: auto;
    margin-top: 40px!important;
}

.twitter-tweet.twitter-tweet-rendered iframe
{
    width: 100%!important;
}

section
{
    width: 100%;
}

h3.promo_article_title
{
    font-family: "Jakarta", sans-serif;
    font-weight: 700;
    color: white;
    width: 100%;
    font-size: 14px;
    text-shadow: 4px 4px 4px rgba(0,0,0,0.6);
    margin-bottom: 0px;
}

.promotional_image
{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.promo-noticia-text-container 
{
    width: calc(100% - 2em);
    position: absolute;
    bottom: 0px;
    z-index: 14;
    padding: 1em;
    background: linear-gradient(0deg, rgba(15, 15, 15, 1) 50%, rgba(255, 255, 255, 0) 93%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Manager >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.password_container_manager
{
    width: calc(100% - 40px);
    max-width: 517px;
    height: 50px;
    border: 3px solid var(--primary-color);
    border-radius: 10px;
    margin-bottom: 20px;
} 

.input_password_manager
{
    width: calc(100% - 72px);
    height: 48px;
    color: var(--secondary-color);
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    background-color: white;
    border: none;
    float: left;
    margin-top: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 20px;
    outline: none;
}

.input_password_manager::placeholder
{
    color: var(--secondary-color);
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
} 

.manager_login_title
{
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    text-align: center;
    font-family: "Jakarta", sans-serif;
    margin-bottom: 40px;
}

.manager_login_subtitle
{
    font-size: 20px;
    font-weight: 300;
    color: #222222;
    text-align: left;
    font-family: "lato", sans-serif;
    margin-bottom: 9px;
}

.manager_login_container
{
    width: calc(100% - 2em);
    max-width: 300px;
    margin: auto;
    padding: 1em;
}

.manager_login_input
{
    width: calc(100% - 20px);
    height: 50px;
    border: 3px solid #222222;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    border-radius: 10px;
    padding-left: 20px;
    outline: none;
    display: block;
    margin-bottom: 20px;
    color: #222222;
}

.manager_login_input::placeholder
{
    color: #222222;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
} 

.manager_login_button
{
    width: 200px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #222222;
    background-color: #222222;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
}

.manager_login_button_text
{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: white;
    text-align: center;
}

.manager_general_container
{
    display: flex;
    flex-wrap: wrap;
}

.manager_login_top
{
    width: 100%;
    height: 50px;
    background-color: #222222;
}

.manager_menu_container
{
    background-color: #f7ebeb;
    width: calc(300px - 2em);
    padding: 1em 1em 1em 1em;
    position: fixed;
    left: 0;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 99;
    border-right: 1px solid #eeeeed;
    height: 100vh;
}

.manager_menu_container:hover
{
    overflow-y: auto;
}

.manager_menu_container.on
{
    width: calc(100% - 2em);
    background-color: #f7ebeb;
    height: 100vh;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    display: block;
    overflow-y: auto;
}

.manager_menu_container_sheet
{
    background-color: #c4c4c4;
    width: calc(300px - 2em);
    padding: 1em 1em 1em 1em;
    position: fixed;
    left: 0;
    top: 210px;
    overflow-y: auto;
    z-index: 99;
    border-right: 1px solid #eeeeed;
    height: calc(100vh - 325px);
}

.manager_menu_container_sheet:hover
{
    overflow-y: auto;
}

.manager_menu_container_sheet.on
{
    width: calc(100% - 2em);
    background-color: #f7ebeb;
    height: 100vh;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    display: block;
    overflow-y: auto;
}

.manager_logo
{
    width: 150px;
}

.manager_menu
{
    list-style-type: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.manager_menu li
{
    margin-bottom: 10px;
}

.manager_menu_button_container
{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.manager_menu_button_container.on
{
    background-color: #222222;
    border-radius: 10px;
    padding: 10px;
    width: 240px
}

.manager_menu_button_container.on .manager_icon_fill
{
    fill: white;
}

.manager_menu_button_container.on .manager_menu_text
{
    color: white;
}

.manager_submenu_text
{
    font-size: 13px;
    font-weight: 700;
    color: #848484;
    text-align: left;
    font-family: "Jakarta", sans-serif;
    width: 100%;
    margin: 0;
}

.manager_menu_text
{
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    text-align: left;
    font-family: "Jakarta", sans-serif;
    margin: 0;
    margin-left: 10px;
}

.manager_menu_text.on
{
    color: #222222;
}

.manager_user_name
{
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    text-align: left;
    font-family: "Jakarta", sans-serif;
    margin: 0;
}

.manager_icon_menu
{
    width: 24px;
    height: 24px;
}

.manager_icon_fill
{
    fill: #222222;
}

.manager_icon_fill_closesession
{
    fill: #222222;
}

.manager_icon_closesession
{
    width: 32px;
    height: 32px;
}

.manager_user_image
{
    width: 100%;
    max-width: 32px;
    border-radius: 50px;
    margin-top: -7px;
    border: 4px solid #222222;
}

.manager_users_image
{
    width: 32px;
    height: 32px;
    border-radius: 50px;
    margin-left: 10px;
    margin-top: 6px;
    border: 4px solid #222222;
}

.manager_menu_logo_title
{
    font-size: 25px;
    font-weight: 700;
    color: #222222;
    text-align: left;
    font-family: "Jakarta", sans-serif;
    margin: 0;
}

.manager_mobile_menu_button
{
    background-color: #222222; 
    height: 60px;
    width: 60px;
    border-radius: 50px;
    margin: 0px 0px;
    position: fixed;
    bottom: 20px;
    left: 25px;
    z-index: 4;
}

.manager_close_menu_icon
{
    position: fixed;
    top: 19px;
    right: 22px;
    background-color: #222222;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    padding: 10px;
}

.manager_icon_fill_menumobil, .manager_icon_x_fill
{
    fill: white;
}

.manager_icon_menumobil
{
    width: 40px;
    height: 40px;
    margin-top: 11px;
    margin-left: 10px;
}

.manager_title_container
{
    width: calc(100% - 2em);
    padding: 1px 1em;
    background-color: #f7ebeb;
    border-radius: 10px;
}

.manager_title_container h1, .manager_modalbox_container h1
{
    font-size: 22px;
    font-weight: 700;
    color: #222222;
    text-align: left;
    font-family: "Jakarta", sans-serif;
}

.manager_title_container h2
{
    font-size: 18px;
    font-weight: 700;
    color: #848484;
    text-align: left;
    font-family: "Jakarta", sans-serif;
}

.manager_modalbox_container h2
{
    font-size: 18px;
    font-weight: 400;
    color: #848484;
    text-align: left;
    font-family: "Jakarta", sans-serif;
    margin-bottom: 7px;
}

.manager_menu_main_section
{
    border: 1px dashed #848484;
    border-radius: 10px;
    width: calc(100%);
    padding: 0;
    margin-top: 5px;
    position: relative;
    user-select: none;
}

.manager_menu_main_section p
{
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    text-align: left;
    font-family: "Jakarta", sans-serif;
    width: 40%;
}

.manager_editor_block_icon
{
    font-size: 25px;
    font-weight: 700;
    color: #222222;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.manager_editor_icon
{
    width: 25px;
    height: 25px;
    padding: 5px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #222222;
    border-radius: 5px;
}

.manager_editor_icon path, .manager_editor_icon polygon, .manager_editor_icon_promotional path, .manager_editor_icon_promotional circle, .manager_editor_icon_promotional rect
{
    fill: white;
}

.manager_tool_icon
{
    width: 25px;
    height: 25px;
    padding: 5px;
    cursor: pointer;
    margin-left: 2px;
    margin-top: 2px;
}

.manager_tool_icon path, .manager_tool_icon polygon, .manager_tool_icon path, .manager_tool_icon circle, .manager_tool_icon rect
{
    fill: white;
}

.manager_editor_icon.noblocked
{
    background-color: #8c8c8c;
}

.manager_editor_icon_promotional
{
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-left: 10px;
    margin-top: 8px;
    background-color: #222222;
    border-radius: 5px;
    margin-right: 10px;
}

.manager_editor_icon_blog
{
    width: 25px;
    height: 25px;
    padding: 5px;
    cursor: pointer;
    margin-right: 5px;
    background-color: #000000;
    border-radius: 5px;
}

.manager_editor_icon_element
{
    width: 25px;
    height: 25px;
    padding: 5px;
    cursor: pointer;
    background-color: #000000;
    border-radius: 5px;
}

.manager_editor_icon_element path
{
    fill: white;
}

.manager_editor_icon_save_blog
{
    width: 50px;
    height: 50px;
    padding: 10px;
    cursor: pointer;
    background-color: #fa7034;
    border-radius: 50px;
}

.manager_editor_icon_blog.on
{
    background-color: #000000;
}

.manager_editor_icon_blog.off
{
    background-color: #848484;
}

.manager_editor_icon_blog path, .manager_editor_icon_blog polygon, .manager_editor_icon_blog circle, .manager_editor_icon_save_blog path
{
    fill: white;
}

.manager_modalbox_container
{
    position: fixed;
    width: calc(100% - 335px);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1em;
    margin-left: -1em;
    margin-top: -1em;
    height: 100vh;
    z-index: 5;
    overflow: auto;
}

.manager_modalbox
{
    background-color: #f7ebeb;
    width: calc(100% - 2em);
    padding: 1em;
    border-radius: 10px;
}

.manager_modalbox_element
{
    position: relative;
    background-color: #f7ebeb;
    width: calc(100% - 2em);
    padding: 2em 1em;
    margin: auto;
    margin-top: 40px;
    border-radius: 10px;
    max-width: 600px;
}

.manager_input_text
{
    border: 2px solid #f7ebeb;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    text-align: left;
    font-family: "Lato", sans-serif;
    padding: 11px 10px;
    width: calc(100% - 20px);
    max-width: 500px;
    background-color: #d8d8d8;

}

.manager_input_text::placeholder
{
    font-weight: 700;
    color: #adadad;
}

.manager_button_system_normal
{
    min-width: fit-content;
    padding: 12px 1em;
    width: calc(100px - 2em);
    background-color: #222222;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    font-family: "Jakarta", sans-serif;
    cursor: pointer;
    margin: 10px;
    user-select: none;
}

.manager_menu_list, .manager_submenu_list, .manager_ubermenu_list 
{
    list-style: none;
    padding-left: 0;
}

.menu_title, .category_title, .user_title
{
    margin-left: 1em;
}

.submenu_button
{
    display: none;
}

.out_button
{
    display: none;
}

.manager_menu_item.draggable_list .manager_editor_block_icon .containerflex:not(.hassub) .submenu_button
{
    display: block;
}

.manager_submenu_item.draggable_list .manager_editor_block_icon .containerflex:not(.hassub) .submenu_button
{
    display: block;
}

.manager_menu_item.draggable_list .manager_submenu_item .submenu_button
{
    display: none!important;
}

.manager_ubermenu_item .submenu_button
{
   display: none!important;
}

.draggable_list
{
    background-color: #cfd3d6;
}

.manager_select_button p
{
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    font-family: "Jakarta", sans-serif;
    cursor: pointer;
    margin: 0.5em 1em;
}

.manager_select_button.selected 
{
    border-radius: 10px;
    background-color: #222222;
    border: 1px solid #848484;
}

.manager_select_button.selected p
{
    color: white;
}

.manager_input_select
{
    width: 100%;
    max-width: 200px;
    border-radius: 10px;
    padding: 0.5em;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    font-family: "Jakarta", sans-serif;
    margin-top: 20px;
}

.manager_editor_block_blog
{
    display: flex;
    flex-grow: 1;
    align-items: flex-end;
}

.manager_blog_title
{
    color: #000000!important;
    font-size: 16px;
    font-weight: 700;
    font-family: "Jakarta", sans-serif;
    margin-top: 20px;
}

.manager_blog_description
{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    font-family: "Jakarta", sans-serif;
    margin-top: 0px;
}

.manager_blog_author
{
    color: #848484!important;
    font-size: 14px;
    font-weight: 700;
    font-family: "Jakarta", sans-serif;
    margin-top: 0px;
    margin-bottom: 30px;
}

.manager_blog_image
{
    width: 100%;
    border-radius: 10px;
}

.manager_block_container_blog
{
    background-color: #ebf0f3;
    padding: 1em;
    width: calc(100% - 2em);
}

.blog_input_longtext
{
    width: calc(100% - 1em);
    padding: 0.5em;
    border-radius: 5px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #f7ebeb;
    border: 1px solid #848484;
    resize: none;
    min-height: 25px;
}

.blog_input_longtext_url
{
    width: calc(100%);
    border-radius: 5px;
    color: #c8c8c8;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #f7ebeb;
    border: 1px solid white;
    resize: none;
    min-height: 25px;
}

input.blog_input_longtext::placeholder
{
  color: #848484; 
}

.manager_input_select_blog
{
    width: calc(100%);
    border-radius: 5px;
    padding: 0.5em;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    font-family: "Jakarta", sans-serif;
    background-color: #f7ebeb;
    max-width: 520px;
}

.manager_image_cover
{
    width: calc(100%);
    border-radius: 10px;
}

.blog_input_date
{
    width: calc(33.333% - 2.5em);
    padding: 0.5em;
    border-radius: 5px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background-color: #f7ebeb;
    border: 1px solid #848484;
    min-height: 25px;
    margin-right: 1em;
}

.blog_input_date.final
{
    width: calc(33.333% - 0.5em);
    margin-right: 0px;
}

.blog_button_menus
{
    padding: 12px 1em;
    width: calc(100% - 2em);
    background-color: #222222;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    font-family: "Jakarta", sans-serif;
    cursor: pointer;
    user-select: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog_button_sheet
{
    position: absolute;
    top: calc(100vh - 70px);
    padding: 12px 1em;
    width: calc(100% - 5em);
    background-color: #222222;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    font-family: "Jakarta", sans-serif;
    cursor: pointer;
    user-select: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog_sign_published
{
    padding: 12px 1em;
    width: calc(100% - 2EM);
    background-color: #222222;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    font-family: "Jakarta", sans-serif;
    cursor: pointer;
    user-select: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog_sign_published.nopublished
{
    background-color: #7a7a7a;
}

.manager-tag-container-blog
{
    background-color: #222222;
    height: 20px;
    border-radius: 25px;
    padding: 3px;
    margin:2px;
    cursor: pointer;
}

.manager-text-tag
{
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    margin: 2px 10px;
    text-align: center;
}

.manager_tag_container_blog
{
    display: block;
}

.blog_input_text
{
    width: calc(100% - 2em);
    padding: 0.5em;
    border-radius: 5px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    background-color: #f7ebeb;
    border: 1px solid #848484;
    min-height: 25px;
    margin-right: 1em;
}

.blog_input_text::placeholder
{
    border-radius: 5px;
    color: #848484;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}

.article_hiperlink
{
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: block;
    width: calc(100% - 2em);
    padding: 1em;
}

.allround
{
    border-radius: 10px;
    margin-top: 20px;
    display: block;
    background-color: #fa7034;
    border:1px solid #fa7034;
    padding: 0px;
    width: calc(100%);
}

.plus_menu_tools_blog
{
    border-top: 1px dashed white;
}

.plus_container_tools_blog
{
    width: 100%;
}

.plus_tool_icon_container
{
    margin: 1em auto;
    width: fit-content;
}

.manager_all_tools_blog
{
    width: 100%;
}

.manager_tool_button_container
{
    flex: 4%;
    max-width: 50px;
}

.manager_tool_button_container.correction
{
    margin-left: auto;
}

#contentEditor
{
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.manager_text_tools_container
{
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 1;
    background-color: white;
    border-radius: 10px;
    padding: 10px 6px 6px 11px;
    box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.23);

}

.manager_folder_icon
{
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
}

.manager_folder_icon path, .manager_folder_icon polygon
{
    fill: #848484;
}

.folder_button:hover .manager_folder_icon path, .folder_button:hover .manager_folder_icon polygon
{
    fill: #000000;
}

.manager_folder_base p
{
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin-top: -10px;
}
.image_button
{
    width: 100%;
    height: 150px;
    border-radius: 10px;
}

.media_name_text
{
    margin-top: 15px;
    font-weight: 700;
    flex-grow: 1;
    word-break: break-all;
}

.toolbox
{
}

.manager_video_background {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
}

.manager_video_background video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}


.article_iframe
{   
    width: 100%;
    height: 175px;
    margin-bottom: -6px;
}

.savebutton_container
{
    position: fixed;
    bottom: -100px;
    right: 20px;
}

.manager-text
{
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin: 0px;
    margin-top: 5px;
}

.manager-divider
{
    background-color: #848484;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.manager_sheet_page
{
    width: calc(100% - 80px);
    margin: 20px;
    min-height: 50px;
    background-color: black;
    padding: 20px;
    cursor: pointer;
    position: relative;
}

.manager_sheet_page_number
{
    color: black;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    z-index: 4;
    position: relative;
    text-shadow: 0 0 3px white;
    width: 40px;
    background-color: white;
    margin: auto;
    margin-top: 3px;
    padding: 10px;
    border-radius: 5px;
}

.manager_main_page_container
{
    width: 100%;
    max-width: 620px;
    height: 877px;
    margin: auto;
    margin-top: 20px;
    background-color: white;
}

.manager_page_tool_container
{
    position: fixed;
    left: 320px;
    top: 20px
}

.manager_page_indicator
{
    width: 100px;
    height: 40px;
    background-color: #3d8bbb;
    border-radius: 8px;
    padding-top: 1px;
}

.manager_page_indicator_count
{
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-top: 8px;
}

.manager_page_button
{
    background-color: #f05150;
    height: 40px;
    width: 40px;
    margin-top: 20px;
    border-radius: 8px;
}

.manager_page_button_del
{
    position: absolute;
    top: 100px;
    right: 20px;
    background-color: #f05150;
    height: 40px;
    width: 40px;
    margin-top: 20px;
    border-radius: 8px;
}

.manager_page_button_change
{
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #f05150;
    height: 40px;
    width: 40px;
    margin-top: 20px;
    border-radius: 8px;
}

.manager_main_sheet_page
{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.manager_main_sheet_page_cover
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
}

.manager_sheet_page_cover
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    object-fit: cover;
}

.manager_element_media
{
    background-color: #f05150;
    opacity: 0.5;
    position: absolute;
    cursor: pointer;
}

.element_image_container, .element_carrosel_container
{
    width: 100%;
    position: relative;
}

.element_video_container, .element_audio_container
{
    width: 100%;
    position: relative;
}

.element_audio_container
{
    height: 80px;
}

.element_image_container_image
{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
}

.element_audio_container video
{
    width: 100%;
    height: 93px;
}

.element_video_container video
{
    width: 100%;
}

.manager_element_media_size
{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: blueviolet;
    width: 20px;
    height: 20px;
}

.manager_block_media.choosed
{
    border: 1px solid #009688;  
    scale:0.9;
}

/*CarruSel*/
.carrusel_main-container
{
    width: 100%;
    margin: auto;
    height: 450px;
    position:relative;
    overflow: hidden;
}

@keyframes slideIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

.carousel-inner
{
    width: 100%;
    margin: auto;
}

.carousel-indicators {
    bottom: 38px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 10px;
    margin-left: 10px;
    list-style: none;
}

.carousel-indicators div {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.carousel-item.active {
    display: block;
    animation: slideIn 0.6s ease-in-out forwards;
    position: absolute;
}

.carousel-item {
    display: block;
    animation: slideOut 0.6s ease-in-out forwards;
    position: absolute;
    width: 100%;
}

.carousel-indicators div {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #2d2d2d;
    border-radius: 10px;
    cursor: pointer;
}
.carousel-indicators .active {
    background-color: rgba(255, 255, 255, 1);
}

.carrucel-backimage
{
    position: absolute;
    max-width: 600px;
    z-index: 0;
    object-fit: cover;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
}

/* FLEX generales -----------------------------------------------------------------------*/
.containerflex 
{
	display: flex;
 	flex-wrap: wrap;
}

.block01 
{
    flex: 8.333%;
}
.block02 
{
    flex: 16.666%;
}
.block03 
{
    flex: 25%;
}
.block04 
{
    flex: 33.333%;
}
.block05 
{
    flex: 41.666%;
}
.block06 
{
    flex: 50%;
}
.block07
{
    flex: 58.333%;
}
.block08 
{
    flex: 66.666%;
}
.block09 
{
    flex: 75%;
}
.block10 
{
    flex: 83.333%;
}
.block11
{
    flex: 91.666%;
}
.block12 
{
    flex: 100%;
}
.blockauto 
{
    flex: 1 1 auto;
}

.block09c 
{
    flex: 75%;
}

.block08c 
{
    flex: 66.666%;
}

.block06c
{
    flex: 50%;
}

.block04c 
{
    flex: 33.333%;
}

.block03c 
{
    flex: 25%;
}

.block02c
{
    flex: 16.666%;
}

.block01c
{
    flex: 8.333%;
}

.block06p
{
    flex: calc(50% - 4em);
    padding: 1em 2em;
}

@media (max-width: 768px) 
{
  .block01, .block02, .block03, .block04, .block05, .block06, .block07, .block08, .block09, .block10, .block11, .block12, .blockauto
  {
  	flex: 100%;
  }
}

.containerflex_articles
{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    align-items: stretch;
    padding: 1em;
    background-color: var(--secondary-color);
    border-radius: 15px;
    margin-top: 10px;
}

.block03a
{
    flex: calc(25% - 2em);
    max-width: 25%;
}

.block04a
{
    flex: calc(33.333% - 2em);
    max-width: 33.333%;
}

.block06a
{
    flex: calc(50% - 2em);
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.block08a 
{
    flex: calc(67% - 2em);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.block04am
{
    flex: calc(33.333% - 1em);
    margin-left: 1em;
}

.block02a
{
    flex: 16.666%;
    max-width: 150px;
}

.manager_media_image
{
    width: 100%;
    border-radius: 10px;
}

@media (max-width: 768px) 
{
    .block03a, .block04a, .block08a,  .block06a
    {
        flex: calc(100% - 2em);
        max-width: 100%;
    }

    .block02a
    {
        flex: calc(100%);
        max-width: 100%;
    }


    .block04am
    {
        flex: 100%;
        margin-left: 0em;
    }

    .block06p
    {
        flex: calc(100% - 4em);
        padding: 1em 2em;
    }

}

@media only screen and (min-width: 0px) 
{
    .visibledesk{display: none;}
    .visibledevice{display: block;}
    .visibledeviceflex{display: flex;}
    .float_right_left
    {
        float: left;
    }

    .social_logos_color
    {
        fill: rgba(255, 255, 255, 1);
    }

    .body_main_container
    {
        margin-top: 115px;
        padding-bottom: 2em;
        padding-top: 0em;
    }

    .body_login_main_container
    {
        margin-top: 115px;
    }

    .footer_menu li
    {
        flex: 100%;
    }

    .footer_menu li:not(:last-child)
    {
        border-inline-end: 0px solid white;
    }

    .article_description_container
    {
        width: calc(100% - 2em);
        padding: 1em;
    }

    .article_description_promotional_container
    {
        width: calc(100% - 2em);
        padding: 1em;
    }


    .article_image_container
    {
        max-width: 100%;
    }

    h3.article_title
    {
        font-size: 15px;
    }

    h3.article_promotional_title
    {
        font-size: 15px;
    }

    h3.big_article_promotional_title
    {
        font-size: 15px;
    }

    .containerflex_in_article
    {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: auto;
    }

    .big_article_image
    {
        width: 100%;
    }

    .article-video 
    {
        min-height: 320px;
        border-top-left-radius: 10px;
        margin-bottom: -10px;
    }

    .promotional-article-video 
    {
        min-height: 250px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-radius: 10px;
        height: auto;
    }

    .promotional-carrusel-video 
    {
        min-height: 250px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-radius: 10px;
        height: auto;
    }

    .promotional-big-article-video 
    {
        min-height: 250px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-radius: 10px;
        height: auto;
    }

    .containerflex-carrucel
    {
        height: 380px;
        background-color: var(--primary-color);
    }

    .noticia-container-index
    {
        max-width: 1200px;
        margin:auto;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

    .main-noticia-img-carrucel 
    {
        width: 100%;
        height: 275px;
        object-fit: cover;
        object-position: top;
    }

    h3.carucel_article_title
    {
        font-family: "Jakarta", sans-serif;
        font-weight: 700;
        color: white;
        width: 100%;
        font-size: 25px;
        margin-bottom: 25px;
        margin-top: 5px;
        text-shadow: 4px 4px 4px rgba(0,0,0,0.6);
    }

    .carrucel-container-dots
    {
        position: absolute;
        bottom: 50px;
    }

    .promotional_logo
    {
        width: 100%;
        max-width: 200px;
        display: none;
    }

    .article_image
    {
        width: 100%;
        display: flex;
        justify-content: space-between;
        object-fit: cover;
    }

    .manager_block_container
    {
        background-color: #ebf0f3;
        padding: 1em;
        width: calc(100% - 2em);
        margin-left: 0;
        position: relative;
    }

    .manager_button_system
    {
        min-width: fit-content;
        padding: 12px 1em;
        width: calc(100% - 2em);
        background-color: #222222;
        border-radius: 10px;
        color: white;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        font-family: "Jakarta", sans-serif;
        cursor: pointer;
        user-select: none;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .manager_select_button
    {
        flex: 100%;
        border-radius: 10px;
        border: 1px dashed #848484;
        user-select: none;
        cursor: pointer;
    }

    .manager_menu_blog
    {
        border: 1px dashed #848484;
        border-radius: 10px;
        padding: 1em;
        margin-top: 5px;
        max-width: 100%;
        flex: calc(100% - 1em);
        max-width: calc(100% - 1em);
        display: flex;
        flex-direction: column;
    }

    .manager_block_media
    {
        border: 1px dashed #848484;
        border-radius: 10px;
        padding: 1em;
        margin-top: 5px;
        max-width: 100%;
        flex: calc(100% - 1em);
        max-width: calc(100% - 1em);
        display: flex;
        flex-direction: column;
    }

    .category_title_container
    {
        margin-top: 127px;
    }

    .datafactory_horizontal_soccer
    {
        width: 1px; 
        min-width: 100%; 
        *width: 100%;
        border:none;
        height: 130px;
    }

    .containerflex_article_general
    {
        display: flex;
        gap: 1em;
        flex-wrap: wrap;
    }

    iframe.article_lead_main_media
    {
        height: 300px;
        border: none;
        overflow: hidden;
    }

    .carrucel-container 
    {
       height: 380px;
    }

    .main-noticia-text-container 
    {
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 93%);
    }

    .promotional_article_container
    {
        position: relative;
        height: 250px;
    }
}

@media only screen and (min-width: 768px) 
{
    .visibledesk{display: block;}
    .visibledevice{display: none;}
    .visibledeviceflex{display: none;}
    .float_right_left
    {
        float: right;
    }

    .social_logos_color
    {
        fill: rgba(255, 255, 255, 0.5);
    }

    .body_main_container
    {
        margin-top: 0px;
        padding-bottom: 2em;
        padding-top: 0em;
    }

    .body_login_main_container
    {
        margin-top: 0px;
    }

    .footer_menu li
    {
        flex: none;
    }

    .footer_menu li:not(:last-child)
    {
        border-inline-end: 1px solid white;
    }

    .article_description_container
    {
        flex: 20%;
        width: calc(100% - 2em);
        padding: 1em;
    }

    .article_description_promotional_container
    {
        width: calc(100% - 2em);
        padding: 1em;
    }

    .article_image_container
    {
        max-width: 400px;
        max-height: 200px;
    }

    h3.article_title
    {
        font-size: 15px;
    }

    h3.article_promotional_title
    {
        font-size: 15px;
    }

    h3.big_article_promotional_title
    {
        font-size: 25px;
    }

    .containerflex_in_article
    {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 100%;
    }

    .big_article_image
    {
        width: 117%;
    }

    .article-video 
    {
        min-height: 200px;
    }

    .promotional-article-video 
    {
        min-height: 181px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-radius: 10px;
        height: auto;
    }

    .promotional-carrusel-video 
    {
        min-height: 181px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-radius: 10px;
        height: auto;
    }

    .promotional-big-article-video 
    {
        min-height: 375px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-radius: 10px;
        height: auto;
    }

    .containerflex-carrucel
    {
        height: 500px;
    }

    .noticia-container-index
    {
        max-width: 1200px;
        margin:auto;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

    .main-noticia-img-carrucel 
    {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: 0px 10%;
    }

    h3.carucel_article_title
    {
        font-family: "Jakarta", sans-serif;
        font-weight: 700;
        color: white;
        width: 50%;
        font-size: 35px;
        margin-top: 5px;
        margin-bottom: 25px;
        text-shadow: 4px 4px 4px rgba(0,0,0,0.6);
    }

    .carrucel-container-dots
    {
        position: absolute;
        bottom: 50px;
    }

    .promotional_logo
    {
        width: 100%;
        max-width: 160px;
        display: block;
    }

    .article_image
    {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .manager_block_container
    {
        background-color: #ebf0f3;
        padding: 1em;
        width: calc(100% - 300px - 2em);
        margin-left: 300px;
    }

    .manager_button_system
    {
        min-width: fit-content;
        width: calc(20% - 2em);
        padding: 12px 1em;
        background-color: #222222;
        border-radius: 10px;
        color: white;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        font-family: "Jakarta", sans-serif;
        cursor: pointer;
        user-select: none;
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .manager_select_button
    {
        flex: 20%;
        border-radius: 10px;
        border: 1px dashed #848484;
        user-select: none;
        cursor: pointer;
    }

    .manager_menu_blog
    {
        border: 1px dashed #848484;
        border-radius: 10px;
        padding: 1em;
        margin-top: 5px;
        flex: calc(30% - 1em);
        max-width: calc(30% - 1em);
        display: flex;
        flex-direction: column;
    }

    .manager_block_media
    {
        border: 1px dashed #848484;
        border-radius: 10px;
        padding: 1em;
        margin-top: 5px;
        flex: calc(20% - 1em);
        max-width: calc(20% - 1em);
        display: flex;
        flex-direction: column;
    }

    .category_title_container
    {
        margin-top: 20px;
    }

    .datafactory_horizontal_soccer
    {
        width: 1px; 
        min-width: 100%; 
        *width: 100%;
        border:none;
        height: 170px;
    }
    
    .containerflex_article_general
    {
        display: flex;
        gap: 1em;
        flex-wrap: nowrap;
    }

    iframe.article_lead_main_media
    {
        height: 500px;
        border: none;
        overflow: hidden;
    }

    .carrucel-container 
    {
       height: 500px;
    }

    .main-noticia-text-container 
    {
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 92%);
    }

    .promotional_article_container
    {
        position: relative;
        height: 180px;
    }

   

}

@media only screen and (min-width: 900px) 
{
    
}

@media only screen and (min-width: 1000px) 
{
    .article_description_container
    {
        flex: 10%;
    }

     .article_description_promotional_container
    {
        flex: 10%;
    }

    .big_article_image
    {
        width: 100%;
    }
}

@media only screen and (min-width: 1400px) 
{
    .manager_menu_blog
    {
        border: 1px dashed #848484;
        border-radius: 10px;
        padding: 1em;
        margin-top: 5px;
        flex: calc(20% - 1em);
        max-width: calc(20% - 1em);
        display: flex;
        flex-direction: column;
    }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Apply the animation to the element */
.rotate-animation {
  animation: rotate 2s linear infinite;
}

.center_text
{
    text-align: center!important;
}

.margintop0
{
    margin-top: 0px!important;
}

.margintop5
{
    margin-top: 5px!important;
}

.margintop10
{
    margin-top: 10px!important;
}

.margintop20
{
    margin-top: 20px!important;
}

.margintop30
{
    margin-top: 30px!important;
}

.margintop40
{
    margin-top: 40px!important;
}

.margintop80
{
    margin-top: 80px!important;
}

.marginbottom10
{
    margin-bottom: 10px!important;
}

.marginbottom20
{
    margin-bottom: 20px!important;
}

.marginbottom40
{
    margin-bottom: 40px!important;
}

.marginbottom80
{
    margin-bottom: 80px!important;
}

.marginbottom120
{
    margin-bottom: 120px!important;
}

.marginbottom200
{
    margin-bottom: 200px!important;
}

.paddingtop40
{
    padding-top: 40px!important;
}

.heightauto
{
   height: auto!important;
}

.article_correction_preview
{
    width: calc(100% - 2em)!important;
    padding: 1em 1em 0em 1em!important;
}

.big_article_description_correction
{
    font-size: 13px!important;
}

.fit_width
{
   width: fit-content;
   display: flex;
}

.text_center
{
    text-align: center;
}

.position_right
{
    position: absolute;
    right: 30px;
    z-index: 5;
}

.position_right_modal
{
    position: absolute;
    right: 14px;
    top: 16px;
    z-index: 5;
    border: 3px solid white;
    border-radius: 10px;
    height: 35px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: url('../img/youtube_icon_video.svg') no-repeat center center;
    background-size: cover;
    cursor: pointer;
}


@media screen and (min-width: 600px) {
    .carousel-promotional-item {
        max-width: 50%;
        min-width: 50%;
    }
}

@media screen and (min-width: 900px) {
    .carousel-promotional-item {
        max-width: 33.33%;
        min-width: 33.33%;
    }
}

@media screen and (min-width: 1200px) {
    .carousel-promotional-item {
        max-width: 25%;
        min-width: 25%;
    }
}

@media screen and (min-width: 1600px) {
    .carousel-promotional-item {
        max-width: 25%;
        min-width: 25%;
    }
}

/* CHECKBOX SPECIAL*/
.container-tc-pp {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-tc-pp input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-tc-pp {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 2px solid #0e0e0e;
  border-radius: 6px;
}

.container-tc-pp:hover input ~ .checkmark-tc-pp {
  
}

/* When the checkbox is checked, add a blue background */
.container-tc-pp input:checked ~ .checkmark-tc-pp {
  
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-tc-pp:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-tc-pp input:checked ~ .checkmark-tc-pp:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-tc-pp .checkmark-tc-pp:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #0e0e0e;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.up_animation
{
    animation: slide-up 1s forwards;
}

@keyframes slide-up {
    from {
        bottom: -100px;
    }
    to {
        bottom: 20px;
    }
}

.noheight
{
    height: 20px!important;
}

