

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 300;
    line-height: 1.2;
    font-family: Arial, sans-serif;
}

/* -------------------------------------------------------
                   Core
-------------------------------------------------------- */
html {
  font-size: 20px;
  scroll-behavior: initial;
  font-weight: 300;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
  transition: 100ms;
  transition-property: background-color, color;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  font-weight: 300;
  font-size: 20px;
  padding-top: 110px;
 
 
}

body.header-fixed {
  padding-top: 90px; /* se aplica solo cuando hay scroll */
}

.bold_text{
  font-weight:bold!important;
}


.italic_text{
  font-style: italic;
}

 .site-header {
    z-index: 1;
}
.site-header {
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.site-header-top {
    background-color: #000000ff;
    font-size: .88rem;
    color: #ffffffff;
    line-height: 1.5;
    font-weight: 500;
    position: absolute;
    top: -110px;
    width: 100%;
    z-index: 9999;
}
.site-header-top {
    padding-top: 0rem;
}

.container {
        max-width: 1140px;
    }

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
/*@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}*/
#container_hr.container {
        max-width: 95%;
    }

#container_entradas.container {
        max-width: 90%;
    }

 #container_login.container {
        max-width: 26%;
    }

.site-header-top .row>div:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-header-top .widget.widget_text {
    opacity: 0.9;
}
.site-header-top .widget {
    margin-bottom: 0.3rem;
}
.site-header-top .widget {
    margin-bottom: 0.25rem;
}
.widget, .berocket_single_filter_widget {
    margin-bottom: 2rem;
}

.site-header-top p {
    margin: 0;
}

p {
    margin: 0 0 1rem;
}
p {
    line-height: 1.57;
}

.site-footer-main .custom-html-widget, .site-header-top .custom-html-widget {
    display: flex;
}

.site-header-top .widget.widget_custom_html a {
    opacity: 0.9;
    margin-left: 1rem;
    transition: all 0.3s ease;
    font-size: 0.875rem;
}
.social.twitter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-header-top a {
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
}

.site-header-main {
    background: #fff;
    position: relative;
}

.site-header-main>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.site-header .site-branding a {
    padding: 0.5rem 0;
}
.site-header .site-branding a {
    display: block;
    padding: 0.9375rem 0;
}
a {
    color: #e60000;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #e60000;
    text-decoration: underline!important;
    background-color: transparent;
}

.site-header .site-branding a img {
    width: 263px;
}
.site-header .site-branding a img {
    display: block;
    height: auto;
    transition: all 0.3s ease;
    width: 110px;
}
img.lazy {
    min-height: 1px;
}
img {
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}

.main-navigation {
    margin-left: auto;
    display: none;
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}


.main-navigation .menu {
     font-family: Arial, sans-serif;
}
.main-navigation .menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
   font-family: Arial, sans-serif;
}

.main-navigation .menu>li {
    font-size: 0.875rem;
    padding-right: 2px;
}
.main-navigation .menu>li {
    font-size: 0.9rem;
}
.main-navigation .menu>li {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
    position: relative;
    transition: background-color 0.3s ease-out;
}

.main-navigation .menu>li>a {
    
}
.main-navigation .menu>li>a {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 30px 0;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease-out;
    font-size: 15px;
}


.main-navigation .menu>li>a>.link-outer {
    padding-left: 6px;
    padding-right: 6px;
}


/*.main-navigation .menu>li>a>.link-outer:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: '';
    background-color: red;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    opacity: 0;
    transform: scaleX(.2);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    z-index: 101;
}*/

.main-navigation .menu>li>a>.link-outer>.link-inner {
    z-index: 102;
    position: relative;
}

.main-navigation .menu>li.current-menu-item>a, .main-navigation .menu>li.current-menu-ancestor>a {
    color: #e60000;
}


.main-navigation .menu>li>a>.link-outer {
    padding: 5px 6px;
    display: inline-block;
    position: relative;
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
}




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


button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
.menu-toggle-btn {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: transparent;
    padding: 0;
    border: 0;
    margin: 0;
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}

.menu-toggle-btn .icon-bar {
    background: #1d1d1b;
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.menu-toggle-btn .icon-bar:nth-child(3) {
    margin-bottom: 0;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.site-header .site-branding a {
    display: block;
    padding: 0.5rem 0;
}

.site-header .site-branding a img {
    display: block;
    height: auto;
    transition: all 0.3s ease;
    width: 263px;
}

.search-opener {
    font-size: 1rem;
}
.search-opener {
    background: transparent;
    border: 0;
    color: #666;
}

.main-navigation .menu>li.current-menu-item>a:hover, .main-navigation .menu>li.current-menu-ancestor>a:hover {
    color: #fff;
   
}

.main-navigation .menu>li:hover>a {
    color: #fff;
   
    opacity: 1;
    transform: scaleX(1)
}


.mobile-menu {
    background: #000
}

.mobile-menu-footer a {
    color: #e60000;
    border-color: #e60000
}

/*li a:before {
    background-color: red
}*/

/*.main-navigation .menu>li:last-child>a>.link-outer:before {
    opacity: 1;
    transform: scaleX(1)
}*/

/*.main-navigation .menu>li>a>.link-outer:before {
    background-color: red
}*/

.main-navigation .menu>li.current-menu-item>a, .main-navigation .menu>li.current-menu-ancestor>a {
    color: #e60000
}

.main-navigation .menu>li.current-menu-item>a:hover, .main-navigation .menu>li.current-menu-ancestor>a:hover {
    color: #fff
}

.main-navigation .menu>li:hover>a {
    color: #fff
}

.link-inner {
  position: relative;
  display: inline-block;
  padding: 14px 10px;
  color: black;
  z-index: 1;
  transition: color 0.3s ease;
  overflow: hidden;
}

.link-inner.active {
    position: relative;
    display: inline-block;
    padding: 14px 10px;
    color: #e60000;
    z-index: 1;
    transition: color 0.3s ease;
    overflow: hidden;
}

.link-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 100%;
  background-color: #e60000;
  z-index: -1;
  transition: transform 0.4s ease;
}


.nav-link.active{
  color: #e60000;
}

a:hover .link-inner::before {
  transform: translateX(-50%) scaleX(1);
}

a:hover .link-inner {
  color: white;
}

.fa-cart-shopping:before, .fa-shopping-cart:before {
    content: "\f07a";
    color: #666;
}

.page-header-custom {
    position: relative;
    overflow: hidden;
}
.page-header-custom-parallax {
    background-image: url(../img/cabecera-mkt-premios-nacionales-de-marketing.jpg);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center center;
    background-size: cover;
}

.page-header-custom-inner {
    padding: 2rem 0;
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
}

.text-center {
        text-align: center 
    }

.page-header-custom-breadcrumb {
    padding: 0.35rem 1.75rem;
    max-width: 50%;
    background: #000;
    color: #fff;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
    margin: 0;
}

.page-header-custom-breadcrumb a {
    color: #fff;
}

.page-header-custom-back {
    background: red;
    padding: 1.5rem 1.75rem;
    max-width: 50%;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}


.page-header-custom.claro .page-title, .page-header-custom.claro h2 {
    color: #fff;
}
.page-header-custom .page-title {
    text-transform: uppercase;
    font-weight: 400;
}
.page-header-custom .page-title, h1.page-title {
    margin-bottom: 1.1rem;
    font-size: 2rem;
    font-weight: 400;
}

p.page-subtitle{
  color: #fff;
  font-size: 21px;
    font-weight: 300;
}

.separator50 {
    height: 50px;
}

.separator30 {
    height: 30px;
}

.separator20{
    height: 20px;
}

.separator10{
    height: 10px;
}
.bloque_texto.aligncenter {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}


.aligncenter {
    text-align: center;
   
    margin: 0 auto;
}
.bloque_texto .title {
    line-height: 1.2;
    margin: 0 0 1rem 0;
    color: #000;
}

.color_blanco{
  color:#ffffff!important;
}

p.text-h1,  p.text-h2 {
    font-size: 20px;
    font-weight: 300;
}

.color_red{
  color: #e60000;
}

.hr_entradas{
  background-color: #e60000;
    color: #e60000;
    width: 100%;
    height: 2px !important;
    opacity: 1;
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.7rem;
    }
      .brxe-container {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      margin-left: auto;
      margin-right: auto;
      width: 1100px!important;
  }
    #brxe-vesfnd {
      width: 100px;
      position: absolute;
      top: 0px;
      background-color: #e60000;
      left: 0px;
      bottom: 0px;
      overflow: hidden;
  }
}


#inscripcion form{
  margin-left: 18px;
}
.brxe-container {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      margin-left: auto;
      margin-right: auto;
      width: 90%;

  }
.btn_detalles.aligncenter {
    text-align: center;
}

.btn_detalles a:not([href]):not([tabindex]), .wp-block-vsf-dce-button .link {
    font-size: .9rem;
    border-width: 1px;
    color: #fff;
    border-color: red;
    background-color: red;
}

.btn_detalles .link .text {
    padding: .6rem 2rem .5rem;
    background: #e60000;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #e60000;
}

.btn_detalles .link .text:hover {
    padding: .6rem 2rem .5rem;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #000000;
}


.btn_ver_mas{
  padding: .6rem 2rem .5rem;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    border: 1px solid #ffffff;
}

.btn_ver_mas:hover{
  padding: .6rem 2rem .5rem;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #ffffff;
}


@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap;
    }
}
.wp-block-columns {
    display: flex;
     margin-bottom: 0;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap;
}
@media (min-width: 782px) {
    .wp-block-column[style*=flex-basis] {
        flex-grow: 0;
    }
}
.wp-block-vsf-dce-box {
    padding: 1.75rem 1.75rem 0.75rem 1.75rem;
    background: #fff;
    border-top-left-radius: 1.75rem;
    border-bottom-right-radius: 1.75rem;
}

.wp-block-vsf-dce-icon-title-text {
    text-align: center;
    padding: 1rem 1rem 0 1rem;
    border-radius: 5px;
}

@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 2em;
    }
}
.font_size_18{
  font-size: 18px!important;
}

.font_size_15{
  font-size: 15px!important;
}

.font_size_14{
  font-size: 14px!important;
}

.fa-check-circle:before, .fa-circle-check:before {
    content: "\f058";
    font-size: 30px;
    color: #e60000;
}

.fa-award:before {
    content: "\f559";
    font-size: 30px;
    color: #e60000;
}

.btn_acceder {
    padding: .6rem 2rem .5rem;
    background: #e60000;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #e60000;
}

.btn_acceder:hover {
    padding: .6rem 2rem .5rem;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #000000;
}

.btn_acceder2 {
    padding: .6rem 2rem .5rem;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #000000;
}

.btn_acceder2:hover {
     padding: .6rem 2rem .5rem;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #000000;
}

.site-header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  transition: top 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Opcional */
}




/* Para ocultar la parte superior del header */
.site-header-top.hidden {
  display: none;
}
@media (max-width: 991.98px) {
  .main-navigation {
    display: none;
  }
  .site-header-top{
    display: none;
  }

  .page-header-custom-breadcrumb {
     
      max-width: 100%;
     
  }

  .page-header-custom-back {
     
      max-width: 100%;
      
  }

  #bloque_2_items{
    flex-basis:100%!important;
  }

    .site-footer-main .custom-html-widget {
      display: block!important;
  }

    #brxe-buwwkn {
      
      display: none;
  }

  #brxe-vesfnd{
      
      display: none;
  }
      #brxe-gxhhif {
        background-color: #ff305a;
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
        align-items: center;
    }
    #brxe-rcgoye {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }

    .text_inscribete{
      background: #e61300;
      padding: 7px;
      color: #ffffff;
      visibility: visible!important;
  }

  #inscripcion form {
      margin-left: 0px;
  }
}

.text_inscribete{
      visibility: hidden;
  }

#bloque_2_items{
  flex-basis:40%
}

.navbar-toggler-icon {
        color: black; /* O el color negro que prefieras */
    }




.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
    background: #000000;
}

.offcanvas-body a{
    color: #ffffff;
}

.p-6 {
    padding: 6rem !important;
}


.form-check-input:checked {
    background-color: #e60000;
    border-color: #e60000;
}
.background_left{
  padding-left: 0px;
    background: #f2f2f2;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.background_right{
  border-right: 1px solid #f2f2f2;
  border-left: 0px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
    padding-left: 5px;
    background: #f2f2f2;
}

.recordar_pass{
  color:#888888;
  font-size:10px;
}

.margin_top_7{
  margin-top: 7px;
}

.font_size_16{
  font-size: 16px;
}

@media (max-width: 767px){
  #container_login.container {
      max-width: 100%;
  }

  .page-header-custom .page-title, h1.page-title {
   
    font-size: 1.5rem

    }
    .p-6 {
    padding: .25rem !important;
}


}

.text_login{
  color:#888888;
  font-size:16px;
  margin-top: 1rem;
}

.border_login{
  border: 1px solid #888888;
    padding: 0px 16px 16px 16px;
    border-radius: 5px;
}
.text_right{
  text-align: right!important;

}

.background_login{
  background: #f5f5f5 url(../img/background_login.png) repeat;
    border-bottom: 1px solid #eee;
}

.text_area_privada{
  font-size: 26px;
  color:#000000;
}

.text_area_privada:hover{
  font-size: 26px;
  color:#e60000;
}


.blog-one__date {
    display: inline-block;
    vertical-align: middle;
    color: #252930;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    position: absolute;
    top: 40px;
    left: 40px;
    text-transform: uppercase;
}

.blog-one__image {
    overflow: hidden;
    background-color: #000000;
}

.blog-one__single {
    margin-bottom: 30px;
}

.blog-one__content {
    position: relative;
    padding-top: 40px;
    padding-bottom: 45px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
}

.blog-one__content h3{
  line-height: 30px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 14px;
}

.blog-one__link {
    padding: .6rem 2rem .5rem;
    background: #e60000;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #e60000;
    text-transform: uppercase;
}

.blog-one__link:hover {
    padding: .6rem 2rem .5rem;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #000000;
    text-transform: uppercase;
}


.post-pagination {
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.post-pagination a {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e9ec;
    padding-left: 18.5px;
    padding-right: 18.5px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.site-footer-main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #ffffffff;
    line-height: 1.1;
    font-weight: 400;
}

.site-footer-main .col-12:first-child {
    font-size: 0.75rem;
    color: #fff;
}

.site-footer-main-inner {
    padding: 3.3rem 0 1.3rem;
    background-color: #000000ff;
}

.widget {
    margin-bottom: 2rem;
}


.site-footer-main .widget .widget-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffffff;
    line-height: 1.5;
    font-weight: 400;
}
footer .widget .widget-title {
    font-size: 1.125rem;
    margin-top: 0.1375rem;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.7rem;
}

.site-footer-main .btn {
    opacity: 1;
    color: red;
    border-color: red;
    background-color: #fff;
}

.site-footer-main .btn:hover {
    opacity: 1;
    color: #ffffff;
    border-color: #ffffff;
    background-color: #e60000;
}

.widget ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget ul li {
    margin-bottom: 0.6rem;
}

.site-footer-main a {
    color: #ffffffff;
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
    opacity: 0.7;
}

.site-footer-main .social{
    line-height: 45px;
    margin-right: 0.9rem;
    width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    margin: 0.4rem 1rem 0 0;
    font-size: 1.25rem;
}

.site-footer-bottom {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
    color: #ffffffff;
    line-height: 1.5;
    font-weight: 400;
    background: #e60000;
}

.site-footer-bottom-inner {
    padding: .9rem 0 0;
    background-color: #ff0000ff;
}

.site-footer-bottom a {
    color: #ffffff;
    font-weight: 400;
    text-decoration: underline;
    font-size: 13px;
}

.site-footer-bottom .widget.widget_nav_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer-bottom .widget.widget_nav_menu ul li {
    display: inline-block;
    margin: 0;
}

.site-footer-bottom .widget.widget_nav_menu ul li:after {
    font-family: sans-serif;
    content: "·";
    display: inline-block;
    padding-left: 0.375rem;
}


#brxe-rcgoye {
    padding-right: 20px;
    padding-left: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    flex-direction: row;
    justify-content: center;
    position: relative;
    border: 1px solid #e60000;
}
.brx-animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
[class*=brxe-] {
    max-width: 100%;
}
/*.brxe-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}*/
#brxe-obqaup {
    -moz-transform-origin: 0 50%;
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -webkit-transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 42%);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100px;
    margin: auto;
    font-weight: bold;
    font-size: 52px;
    line-height: 100px;
    max-width: unset !important;
    color: #ffffff;
}
#brxe-vesfnd {
    white-space: nowrap;
}
#brxe-vesfnd {
    width: 80px;
    position: absolute;
    top: 0px;
    background-color: #e60000;
    left: -52px !important;
    bottom: 0px;
    overflow: hidden
}
#inscripcion {
    padding-top: 90px;
    padding-bottom: 90px;
}

#brxe-buwwkn {
    transform: rotate(-45deg);
    border-radius: 360px;
    border-left: #e60000;
    border-top: #e60000;
    border-right: #ffffff;
    border-bottom: #ffffff;
    border-width: 1px;
    border-style: solid;
}
#brxe-buwwkn {
    position: absolute;
    width: 150px;
    right: -75px;
    top: calc(50% - 75px);
    background-color: #ffffff;
    height: 150px;
}

#inscripcion .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #0047e4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#inscripcion .form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: linear-gradient(45deg, transparent 50%, #0047e4 50%), linear-gradient(135deg, #0047e4 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 10px) calc(1em + 0px), calc(100% - .5em) .5em;
    background-size: 10px 10px, 10px 11px, 1.5em 1.5em;
    background-repeat: no-repeat;
    border: 1px solid #0047e4;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sidebar {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 63px;
    padding-bottom: 70px;
}

@media screen and (max-width: 600px) {
  #table_financiera table {
    border: 0;
  }

  #table_financiera table caption {
    font-size: 1.3em;
  }
  
  #table_financiera table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  #table_financiera table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    padding: 9px;
        margin: 3px;
  }
  
  #table_financiera table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  #table_financiera table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  #table_financiera table td:last-child {
    border-bottom: 0;
  }
  .mt-13{margin-top:2rem!important}
}

.mt-13{margin-top:3rem}

#table_financiera caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #e60000;
    text-align: left;
    caption-side: top;
}

.title_financiero{
    font-size: 1.3em;
    margin: .5em 0 .75em;
    color: #e60000;
    text-align: left;
    font-weight: 500;
    padding: 4px;
   
 }
thead {
    
    background: #f1f1f1;
}

::placeholder {
  color: #000000!important;
  font-size: 15px!important;
}

.cart {
      padding-bottom: 40px;
    }
    .total {
      font-size: 1.2em;
      margin-top: 10px;
    }
    .coupon-section {
     
      margin-top: 20px;
    font-size: 18px;
    }
    .success {
      color: green;
      font-weight: bold;
    }
    .error {
      color: red;
    }

  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 15px;
}
  .input_cupon{
    border: 1px solid #e70000;
    padding: 4px;
}


.icono-nuevo .icon {
   min-height: 34px;
    min-width: 34px;
    background: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0 .75rem 0 0;
    padding-top: 1px;
}

.wp-block-vsf-dce-bullet-icon {
    display: flex;
    text-align: left;
}
.wp-block-vsf-dce-bullet-icon.icono-nuevo {
    margin-bottom: 1rem;
    align-items: flex-start;
}


.img_encuesta{
    vertical-align: baseline;
}

.encuesta_style{
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 14px;
}

#table_encuesta td{
    border-bottom: none;
    padding: 10px 0;
}
#table_encuesta th{
   padding: 8px;
}

.input_encuesta{
    border: 1px solid #e61300;
    width: 30%;
}



@media (max-width: 767px){

    .input_encuesta {
        border: 1px solid #e61300;
        width: 90%;
    }
}

.table-responsive{
    margin-left:0px!important;
    margin-bottom: 35px;
}
.section label {
    display: inline-block;
    width: 100%;
    background: #f1f1f1;
    padding: 6px;
    font-weight: bold;
    color:#000000!important;
}

@media screen and (max-width: 768px) {
  #table_encuesta th.pregunta_encuesta {
    display: block;
    width: 100%;
    text-align: left;
  }

  #table_encuesta th.text-center,
  #table_encuesta td.text-center {
    display: inline-block;
    width: auto;
    padding: 17px;
  }

  #table_encuesta tr {
    display: block;
  }

  #table_encuesta td {
    display: inline-block;
    width: 97%;
  }
  #table_encuesta td{
    border-bottom: none;
    padding: 10px 0;
}
}