:root {
  --main-red: #b51918;
  --main-blue: linear-gradient(90deg, rgba(182,16,13,1) 0%, rgba(234,139,125,1) 23%, rgba(133,121,183,1) 42%, rgba(0,164,170,1) 71%, rgba(225,36,34,1) 100%);
  --main-orange: #f49d00;
}

h5, h6 {
  font-weight: 800 !important;
}
h6 {
  color: #666 !important;
}

.display-5 {
  font-size: 2rem !important;
  color: #000;
}

.owl-item .display-5 {
  color: #fff;
  font-size: 2.5rem !important;
} 

.owl-item .lead {
  color: #fff;
  font-size: 1rem;
}

body {
  font-family: "Poppins", sans-serif !important;
}

main a {
  color: var(--main-blue) !important;
}


.head-ingreso a {
  color: #ffffff !important;
}

main a:hover {
  text-decoration: underline;
}

.container-page h2,
.sesion-horario {
  font-family: "Montserrat", sans-serif;
}

.auspicio h6 {
  padding-top: 10px;
  text-align: center;
}

.flex_container {
  display: flex;
  width: 100%;
}
.flex_item_left {
  flex: 1;
  background: #efefef;
}
.flex_item_right {
  width: 320px;
  background: #efefef;
}
.layout-container {
}

.fecha {
  vertical-align: middle;
}

.fecha img {
  max-height: 80px;
}

.shadow {
  box-shadow: 0px 2px 4px -1px rgba(150, 150, 150, 0.1),
    0px 4px 5px 0px rgba(150, 150, 150, 0.1),
    0px 1px 10px 0px rgba(150, 150, 150, 0.1);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.shadow:hover {
  box-shadow: 0px 11px 15px -7px rgba(50, 50, 50, 0.1),
    0px 24px 38px 3px rgba(50, 50, 50, 0.1),
    0px 9px 46px 8px rgba(50, 50, 50, 0.1);
}

.shadow-nohover {
  box-shadow: 0px 2px 4px -1px rgba(150, 150, 150, 0.1),
    0px 4px 5px 0px rgba(150, 150, 150, 0.1),
    0px 1px 10px 0px rgba(150, 150, 150, 0.1);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.box {
  border-radius: 0.3rem;
}

.view-content {
}

.placeholder {
    background-color: #ccc !important;
}

/* nav */

.nav-redes {
  background: #ccc;

}

.navbar {
  padding: 5px 5px 0px 5px !important;
}

.head-logo {
  background-color: var(--main-blue);
}

#logo {
  width: 100%;
  background-color: #ffffff;
}

#logoA {
  width: 100%;
}

.head-ingreso {
  border-bottom: 1px solid #e9e9e9;
}

.head-ingreso .nav-link a {
  font-size: 0.8rem;
  color: #666 !important;
  text-decoration: none;
}

li#Cerrar\ sesión:before {
}

.menu-usuario {
  flex-direction: row !important;
  padding-top: 5px;
}

li#Iniciar\ sesión {
  background-color: #E4005B;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-bottom: 5px;

}
li#Iniciar\ sesión a {
  color:#fff !important;
  font-weight: 600;
}

li#Iniciar\ sesión:hover{
  background-color: #a3144d;
}

.menu-usuario .nav-link a {
  padding: 5px 10px 5px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 300;
}

.row-titulo {
  background-color: #fff;
  background-image: url("../img/bk-titulo.jpg");
  background-position: center;
  background-size: cover;
}

/* nav */

.row-homelogged {
  margin: 0 !important;
}

.row-homelogged .image-full {
  padding: 0 !important;
}

.row-hometodos{
  padding: 10px;
}

.bg-blue {
  background-color: var(--main-blue) !important;
  color: #fff;
}

.bg-white {
  background-color: #ffffff;
}

.titulo-usuario {
  float: left;
  padding: 0.8rem 0.6rem;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-size: 0.8rem;
  color: #666 !important;
  font-weight: 200;
  background-color: #f7f7f7;
  border-radius: 6px;
  margin: 0;
}

/* EDITAR */
.region-edit{position: fixed;
    background: rgba(0,0,0,.8);
    width: 100%;
    bottom: 0;
    z-index: 2000;
    height: 50px;
}

.region-edit nav ul li a{
  color: #fff !important;
  font-weight: 600;
  padding-top: 10px;
}

.region-edit nav ul li a:hover{
  color: #ccc !important;
  background: none;
}

.region-edit nav ul li.is-active{
  border-top: 3px solid var(--naranja);
}
.region-edit nav ul li a.is-active{
  background: none;
}

.region-edit nav ul li{
      display: inline-block;
    margin-right: 0.3em;
}

.region-muro{
  display: contents;
}
.col-muro{
  padding: 5px;
}

.region-stands {
  padding-bottom: 20px;
}

.region-footer .texto-pagina {
  padding: 0;
  background-color: #efefef;
}

.row-stands-contenido p {
  margin-top: 20px;
  padding: 20px;
  font-size: 1rem;
}
.region-mainmenu {
   
}

.region-mainmenu .navbar-nav {

}
.region-mainmenu a {
  font-weight: 300;
  text-transform: uppercase;
  font-size: .9rem !important;
}

.region-mainmenu a.is-active{
  font-weight: 600;
  border-bottom: 2px solid #E4005B;
}

.region-notlogged {
  text-align: center;
}

.bg-light {
  background: rgba(255,255,255,1) !important;
}


/* stand */
#tvModal .modal-header,
#izqModal .modal-header,
#derModal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

#tvModal .modal-content,
#izqModal .modal-content,
#derModal .modal-content {
  border: 0 !important;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.node--type-stand h1,
.node--type-stand h2,
.node--type-stand h3 {
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
}

.node--type-stand p {
  margin: 0;
}

section.stand {
}

section.stand a {
}

section.white {
padding: 20px 0px 20px;}

section.stand rect {
  cursor: pointer;
  fill: white;
  fill-opacity: 0;
  stroke: black;
  stroke-opacity: 0;

  transition: stroke-opacity 1s ease-out;
  -moz-transition: stroke-opacity 1s ease-out;
  -webkit-transition: stroke-opacity 1s ease-out;
  -o-transition: stroke-opacity 1s ease-out;
}
section.stand rect:hover {
  stroke-opacity: 100;
  fill-opacity: 0.2;
}

.row-stand-volver {
  background-color: var(--main-blue);
  color: #fff;
}

.stand-volver a {
  font-size: 15px;
  color: white !important;
}
/* /stand */

.region-noticias {
}

h1,
p,
h2,
h3,
h4 {
}
h1 {
  font-size: 1.8rem !important;
}

h2 {
  font-size: 1.3rem !important;
}

h1.titulo-seccion {
  padding-left: 25px;
  background-image: url("../img/bullet_h1.jpg");
  background-repeat: no-repeat;
  background-position: 0 center;
  display: inline;
  font-weight: 300;
}

h1.titulo-seccion.titulo-blanco {
  color: #fff;
  font-weight: 300;
}

h1.titulo-pagina {
  margin: 40px 20px;
  color:#fff;
  background-repeat: no-repeat;
  background-position: 0 center;
  font-weight: 600;
  text-align: center;
}

h1.titulo-invitado {
  margin: 40px 20px;
  color:#000;
  background-repeat: no-repeat;
  background-position: 0 center;
  font-weight: 600;
  text-align: center;
}




p.subtitulo {
  padding: 30px;
}

h1.volver {
  padding-left: 35px;
}

.node--type-pagina-vivo-privada .texto-pagina {
    padding: 0;
}

#block-simposios .texto-pagina {
    background: none;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.2;
      padding: 15px 10px 1px 10px;
}

#block-trabajoslibreshome .texto-pagina, #block-hoteleriahome2 .texto-pagina {
  background: none;
}

#block-hoteleriahome2 .imagencard{
  padding: 0;
}

hr.simposios {
  border: 3px solid;
  opacity: 1;
}


.texto-pagina {
  padding: 0px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.texto-pagina img.full {
  width: 100%;
  margin-bottom: 20px;
}

.texto-pagina table {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  background-color: #efefef;
}
.texto-pagina table td {
  padding: 10px;
}

.texto-pagina table th {
  background-color: var(--main-blue);
  color: white;
  padding: 15px;
}

.texto-pagina table h2 {
  margin: 0;
}

.sponsors-platino {
  background: #385e74 !important;
}

.texto-pagina h3 {
  font-family: "Montserrat", sans-serif;
}

blockquote.blockstyle {
  position: relative;
}
blockquote.blockstyle,
blockquote.style2 {
  font-style: italic;
}
blockquote {
  font-size: 1.1em;
  line-height: 1.6em;
  padding: 20px 20px 20px 40px;
  border-left: none;
  position: relative;
  text-indent: -19px;
  color: #666;
  border-top: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

blockquote {
  margin: 0 0 1rem;
}
blockquote.blockstyle:before,
blockquote.blockstyle:after {
  color: #f0715f;
}
blockquote:before {
  content: open-quote;
  margin-right: 4px;
}
blockquote:before,
blockquote:after {
  font-size: 2.5em;
  vertical-align: middle;
  line-height: 0;
}
blockquote:after {
  content: close-quote;
  margin-left: 3px;
}
blockquote:before,
blockquote:after {
  font-size: 2.5em;
  vertical-align: middle;
  line-height: 0;
}

.quote-autor {
  font-weight: bold;
  margin-top: -30px;
  padding-left: 40px;
}

.nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--main-blue) !important;
}

.seccion {
  padding-top: 20px;
}

.home-cover {
}

section.gris {
  background-color: #e6e7e8;
}

section.full {
background: #000;
}

section.logo {
/*   background-image: url('../img/fondo.jpg');
  background-attachment: fixed; */
}

section.corazon {
  background-color: var(--main-red);
  padding: 20px;
}

section.page {
  background-color: var(--main-blue);
  background-attachment: fixed;
}

.container-page {
  background-color: #fff;
  padding-bottom: 20px;
  overflow: hidden;
}

section.solaci {
  background-color: #b9d3e9;
}

.container-solaci {
  padding: 0px !important;
  overflow: hidden;
}

section.claro {
  /* background-image: url("../img/bk-page-claro.jpg"); */
}


section.section-home-todos.muro {
  color: #000;
  background: #F7C1C7;
background: linear-gradient(90deg,rgba(247, 193, 199, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(239, 239, 239, 1) 72%, rgba(138, 212, 246, 1) 100%);
  background-image: url("../img/bk-rojo.jpg");
  background-size: cover;
}

section.section-home-logged {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

footer {
}

footer h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

footer p {
  font-size: 0.8rem;
}

#tabla-insc td, #tabla-insc-v td{
  border: 1px solid rgba(100,100,100,.2);
}

#block-footer .texto-pagina {
  padding: 0;
}

#list-temas {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

#list-temas li {
    margin: 10px 0px 0px 0px;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-left: 5px solid #E4005B;
}

#list-temas li strong{
   font-size: 1.3rem;
}

#list-temas li:before {

}

.btn-danger {
  color: #fff !important;
}

.btn-square {
  border-radius: 0px !important;
  padding: 10px !important;

}

.btn-square:hover {
  background-color: #E4005B!important;
  color: #fff !important;
  text-decoration: none;

}

.container-home-stream {
  background-color: rgba(255, 255, 255, 0.9);
}

.bk-corazon {
  background-image: url("../img/bk_home_2.jpg");
}

.card-invitados a, .card-invitados a:hover {
  text-decoration: none;
}

p.invitado-pais {
    text-align: center;
  }


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

ul {
  margin: 0;
  padding: 0;
  /* list-style: none;*/
}

.row-muro .texto-pagina {
  background: none;
  border: 0;
}

.row-muro .card {
border: 0;}


.banner-icono {
  max-width: 85px;
}

.banner-central {
  line-height: 1.5rem;
  padding: 0px 10px 0px 10px;
  max-width: 35%;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: left;
}

.banner-boton {
  text-align: left;
}

.btn-banner {
font-weight: 600 !important;
width: 100%;
color: #E4005B !important;
border: 1px solid #E4005B !important;
}

.btn-banner:hover {
background-color: #E4005B !important;
color: #fff !important;
}

.texto-pagina ul {
  margin-left: 30px;
}

.heading.heading-icon {
  display: block;
}
.padding-lg {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}
.practice-area.padding-lg {
  padding-bottom: 55px;
  padding-top: 55px;
}
.practice-area .inner {
  border: 1px solid #999999;
  text-align: center;
  margin-bottom: 28px;
  padding: 40px 25px;
}
.our-webcoderskull .cnt-block:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border: 0;
}
.practice-area .inner h3 {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 10px 0;
}
.practice-area .inner p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.practice-area .inner img {
  display: inline-block;
}

/* sidebar */
.sidebar {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
}

.row-invitado {
  padding: 20px;
}

.card.card-socios {
  border: 0 !important;
  box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05),
    2px 4px 10px 0 rgba(0, 34, 51, 0.05);
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  padding: 10px;
  border-radius: 3px !important;
}

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

.img-card {
  padding: 20px;
}

.card.card-home {
  overflow: hidden;
  border-radius: 5px !important;
  text-align: center;
  border-bottom: 0 !important;
  margin-bottom: 20px;
  border: 1px solid #ccc !important;
}

.card.card-home-tw {
  border-radius: 10px !important;
  background: none;
  overflow: hidden;
  text-align: center;
  border-bottom: 0 !important;
  padding: 0 !important;

}

.card-home-tw .paragraph__column {
  padding: 0;
}

.card-home-tw .paragraph__column .texto-pagina {
  padding: 0;
}

.card.card-home h1 {
  font-size: 2rem !important;
  margin-bottom: 5px !important;
}
.card.card-home hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0px 50px 20px 50px;
}

.card.card-home hr.card-imagen {
  margin: 0px;
  margin-bottom: 20px;
}

.btn-outline-white {
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.card.card-temas-oficiales {
  background-color: #ffffff;
  border: 0 !important;
  border: 1px solid rgba(0, 34, 51, 0.1) !important;
  box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05),
    2px 4px 10px 0 rgba(0, 34, 51, 0.05);
  border-radius: 0.15rem;
  margin: 5px 0px 5px 0px;
  padding: 10px 20px 10px 20px;
  border-bottom: 3px solid var(--main-red) !important;
}

.card.card-temas-oficiales h3 {
  font-weight: 600;
  padding-top: 15px;
  font-size: 1.3rem;
}

.card.card-temas-oficiales h4 {
  padding-top: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0px;
}

.card.card-temas-oficiales p {
  font-size: 0.8rem;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.card.card-temas-oficiales hr {
  margin: 0;
  padding: 0;
}

.card.card-temas-oficiales ul li {
  margin-left: 0;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-title a{
  text-decoration: none;
}

.card-acceso-directo {
  border: 1px solid rgba(255,255,255, .2) !important;
  border-radius: 0px !important;
  max-width: 200px !important;
}

.card-acceso-directo:hover {
transition: .25s, transform .25s ease;
background: rgba(255,255,255,.1) !important; }

.card-title-invitados {
  font-size: 1.5rem;
  font-weight: 300;
  color: #666;
}

.card-title-invitados a:link{
text-decoration: none !important;}

.card-vivo {
  text-align: center;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
}

.btn-primary {
  color: #fff !important;
  background-color: var(--main-red) !important;
  border-color: #d91a5d !important;
}

.btn-primary:hover {
  background-color: #8d0a20 !important;
}

/* team */

.team-boxed {
  color: #313437;
}

.team-boxed p {
  color: #7d8285;
}

.team-boxed h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

.team-boxed .intro {
  font-size: 16px;
  max-width: 300px;
  margin: 0 auto;
}

.team-boxed .intro p {
  margin-bottom: 0;
}

.team-boxed .people {
  padding: 50px 0;
}

.team-boxed .item {
  text-align: center;
}

.team-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.team-boxed .item .name {
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 28px;
  color: inherit;
}

.team-boxed .item .description {
  font-size: 1rem;
  padding: 0;
}

.team-boxed .item img {
  max-width: 160px;
}

.team-boxed .social {
  font-size: 18px;
  color: #a2a8ae;
}

.team-boxed .social:hover {
  font-size: 18px;
  color: #f80808;
}

.team-boxed .social a {
  color: inherit;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.7;
  padding: 6px;
}

.team-boxed .social a:hover {
  opacity: 1;
}

.fa {
  font-size: 28px;
}

.intro h1 {
  color: #fff;
}

.intro {
  margin-top: 23px;
}

.box img {
  cursor: pointer;
  width: 9em;
}

/* card temas */
.temas-oficiales .card {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  border: none;
}

.temas-oficiales ul {
  margin: 0;
}
.card-1 {
  width: 100%;
}

.info {
  font-size: 15px;
  color: #000;
}

.one {
  font-size: 12px;
  color: #ede7f6;
}

.card-2 {
  border-radius: 10px;
}



.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card .card-text {
  font-size: 0.9rem;
  color: #666;
}

.card .card-title {
  position: relative;
  font-weight: 600;
  margin-bottom: 10px;

}

.card-noticia{
  border-bottom: 3px solid !important;
}

ul.list-style-none li {
  list-style: none;
}

ul.list-style-none li a {
  color: #673ab7;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
}

.m-t-5 {
  margin-top: 5px;
}

.w-30px {
  width: 30px;
}

#owl-stand .owl-stage-outer {
  border: 10px solid #fff;
}

.container-vivo, .container-app {
  padding-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
}

.container-app .node__content .texto-pagina {
  background: none;
  border: 0;
}

#block-accesosdirectos .texto-pagina {
  background: none;
  border: 0;
}

#block-accesosdirectos .card-acceso-directo {
background: none;
border: 0;
}


#block-accesosdirectos-2 .texto-pagina {
  background: none;
  border: 0;
}

/* HOME SLIDER */

.hero-slider {
  position: relative;
  margin-top: 10px;
}

.hero-img {
  max-width: 40%;
}

.hero-text {
  color: #666;
 padding: 0px 0px 0px 30px !important;
}

.hero-text p {
  padding-top: 20px;
}

.hero-text h1 {
  color: #000;
  font-size: 2rem !important;
  font-weight: 600;
  margin: 0;
}

.hero-slider .owl-item.active .owltitle {
  -webkit-animation: 1s 0.3s fadeInDown both;
  animation: 1s 0.3s fadeInDown both;
}
.hero-slider .owl-item.active p {
  -webkit-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
}
.hero-slider .owl-item.active .slider-btn {
  -webkit-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
}

.owl-carousel .owl-stage-outer {
  border-radius: 10px !important;
}

.single-hs-item {

}

.single-hs-item .row{
--bs-gutter-x: 0rem;
min-height: 400px;
padding: 0px 30px 0px 30px;
background-color: rgba(255, 255, 255, .9);

}
.single-hs-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.slider-btn{
  color: #666;
  margin-bottom: 20px;
}

.slider-btn .btn-square {
  border: 1px solid !important;
  border-color: #666 !important;
}


.owl-carousel .owl-nav button.owl-prev {
  background-color: #ff3547;
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  font-size: 30px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 50px;
  width: 50px;
}
.owl-carousel .owl-nav button.owl-next {
  background-color: #ff3547;
  position: absolute;
  right: 0;
  top: 50%;
  color: #fff;
  font-size: 30px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 50px;
  width: 50px;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 20px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff3547;
}

.owl-carousel .fluid-container {
  height: 100%;
}

.owl-carousel .flexbox-container {
  height: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ccc;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.pigeonhole-iframe {
  width: 100%;
}

.pigeonhole-iframe .iframe-wrap {
  border: 0 !important;
}

.embed-container iframe {
  border: 1px solid #ccc;
}

footer.node__meta {
  display: none;
}

.banner-home {
  margin-top: 10px;
  height: 120px;
  overflow: hidden;
  background: rgba(255,255,255,.95);
  color: #000;
}

.banner {
  background-color: #fff;
  text-align: center;
  width: 960px;
  height: 120px;
  margin: 20px;
  margin-top: 0;
  border: 1px solid #ccc;
}

.banner-item {
}

.grid-vivo {
  margin-top: 20px;
}

.mailing {
  padding: 50px;
  background-color: #d91a5d;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videocontainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

/*
schedule
*/
#schedule .nav-pills {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 10px;
}

#schedule .nav-pills .nav-link.active {
  background-color: #e93842;
  color: #ffffff !important;
  border: 1px solid #e59397;
}

#schedule .dias-pills .nav-pills .nav-link.active {
  padding: 10px;
}

.card-col .card{
border-radius: 0 !important;}

.texto-equilibrio-home {
font-size: 2rem;
text-align: left;
line-height: 2.5rem;}

.card-programa {
  border: 0 !important;
  border-left: 3px solid var(--main-blue) !important;
  border-bottom: 1px solid #ccc !important;
}

.tabs-schedule.nav-tabs {
  border: 0px;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 40px;
  margin-left: 0px;
  text-align: center;
}

.tabs-schedule.nav-tabs > li {
  padding: 0px;
}

.tabs-schedule.nav-tabs > li > a {
  font-size: 20px;
  display: block;
  padding: 4px 20px;
  color: #333;
  font-weight: 700;
  margin-bottom: -2px;
  position: relative;
  border: 0px;
}

.tabs-schedule.nav-tabs > li > a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--main-blue);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.tabs-schedule.nav-tabs > li > a span {
  font-size: 12px;
  display: block;
  color: #999;
  font-weight: 400;
}

.tabs-schedule.nav-tabs > li > a.active,
.tabs-schedule.nav-tabs > li > a:hover {
  color: #8bcb26;
}

.tabs-schedule.nav-tabs > li > a.active:after,
.tabs-schedule.nav-tabs > li > a:hover:after {
  width: 100%;
}

.card-programa .item-list li {
  margin-left: 0;
  /* border-bottom: 1px solid #efefef; */
  padding-bottom: 5px;
}

.card-programa .item-list li:last-child {
  border-bottom: 0;
}

.card-programa .item-list p {
  margin-bottom: 0;
}

.event-info {
  padding-right: 30px;
  text-align: right;
  text-transform: uppercase;
}

.event-info span {
  display: block;
  font-size: 16px;
  margin-top: 6px;
}

.event-info .event-hall {
  margin-top: 10px;
  font-style: normal;
  font-size: 12px;
  padding: 3px 10px;
  border-right: 3px solid var(--main-red);
  background: #f5f5f5;
  font-weight: 400;
}

.event-detail {
  border-left: 2px solid !important;
  padding-left: 30px;
  position: relative;
}

.p-personas ul {
 list-style-type:none;
}

.event-detail:before {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #fff;
  position: absolute;
  left: -7px;
  top: 10px;
  content: "";
}

.event-detail:after {
  content: "\f0a9";
  font-family: "FontAwesome";
  position: absolute;
  left: -10px;
  top: 0px;
  color: var(--main-blue);
  font-size: 23px;
  font-weight: 600;
}

.tab-pane p {
  font-size: 14px !important;
}

.event-detail h3 {
  font-size: 1.2rem;
  margin-top: 6px;
  margin-bottom: 10px;
  font-weight: 600;
}

.event-detail p {
  margin-top: 5px;
  margin-bottom: 0;
}

.p-personas {
  margin-bottom: 10px;
}

.event-detail h3 a {
  color: #555;
}

.event-detail .img-fluid {
  border-radius: 5px;
}

.event-detail h4 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 14px;
  color: #666;
}

.sesion-horario {
  padding: 10px;
  background-color: rgb(224, 224, 224);
  margin-bottom: 20px;
}

.wathsapp-preguntas {
  margin-left: 10px;
  padding: 5px;
  color: #fff;
  font-weight: 600;
}

.user-register-form label {
  font-weight: 600;
  width: 100%;
}

.form-checkbox {
  width: 25px !important;
  height: 25px !important;
  float: left;
  margin-right: 10px;
}

.user-register-form .button--primary,
.user-login-form .button,
.user-pass .button {
  border-radius: 6px;
  background-color: #E4005B;
  color: white !important;
  padding: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  width: 100%;
}

.user-login-form .button:hover {
  background-color: #971448;
}
.user-register-form .button--primary:focus,
.user-login-form .button:focus {
  background-color: #b1222a;
}

.userdata .field {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0px 0px 10px 0px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #efefef;
}

.userdata .field__label {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.userdata .field__item {
  padding-top: 5px;
}

.profile .field__item img {
  width: 100%;
  height: auto;
}

.row-btn-vivo {
  background-color: var(--main-blue);
  padding: 10px;
}

.btn-idioma {
  color: #fff !important;
}

.btn-idioma.active {
  background-color: #272461;
}

.row-btn-vivo .btn {
  border-radius: 0 !important;
  font-weight: 600;
}

.row-btn-vivo a {
  padding: 10px !important;
}

.paragraph--type--bp-simple {
padding-top: 20px;
}

.paragraph--type--simple .texto-pagina {
  padding: 0;
}

/* webform trabajos */

.form-actions input {
  width: auto;
}

.form-actions input.webform-button--submit {
  width: 100%;
  margin: 0;
  margin-top: 10px;
  padding: 10px;
  font-style: 2rem;
  background-color: var(--main-blue);
  color: #666;
}

.form-actions input.webform-button--submit:hover {
  background-color: #13255c;
}

.js-form-managed-file input.form-submit {
  width: auto;
  margin-left: 0;
}

.progress-step:not(:last-child)::after {
  z-index: 10 !important;
}

/* webform trabajos */

/* user register */

.ajax-progress {
  width: 100%;
  height: 50px !important;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff !important;
  border: 1px solid #ced4da;
}

.description {
  padding-top: 10px;
}

/* user register */

/* social icons*/

.center {
  display: table;
  width: 100%;
}

ul.social li {
  margin: 0 !important;
}

.social {
  margin-bottom: 0px;
  margin-top: 15px;
}

.social a {
  color: rgba(0, 0, 0, 0.6) !important;
}

#social-test {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
}
#social-test h2 {
  color: #fff;
  font-weight: 100;
}
#social-test .social {
  padding-left: 0px;
}
#social-test li {
  color: rgba(0, 0, 0, 0.6);
  list-style-type: none;
  display: inline-block;
  width: 40px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 20px;
  transition: ease 0.3s;
  border-radius: 50px;
}
#social-test li:hover {
  color: #000000;
  border: 1px solid #000000;
}
.social:hover > li {
  opacity: 0.5;
}
.social:hover > li:hover {
  opacity: 1;
}

/* social icons*/
/* cuenta regresiva*/

.counterhome {
  padding-bottom: 20px;
}
.countdown .h1 {
font-size: 4rem;
font-weight: 100;
}

#clock-c {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 10px 30px 10px 30px;
  margin-top: 20px;

}

/* cuenta regresiva*/


@media (max-width: 1600px) {
  .container-vivo {
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 20px;
  }
}

 @media (max-width: 1405px) {
  .logof {
    max-width: 300px;
  }

  .logos {
    max-width: 100px;
  }

  .logof img {
    width: 100%;
  }
 }

@media (max-width: 827px) {
  h1.titulo-pagina {
    font-size: 1.5rem !important;
  }

  .video-live {
    height: 400px;
  }
  .flex_item_left {
    position: relative;
    width: 100%;
  }

  .flex_item_left.pr-3 {
    padding-right: 1px !important;
  }
  .flex_item_right {
    width: 100%;
  }
  .pigeonhole-iframe .iframe-wrap {
    width: 100% !important;
    border: 0 !important;
  }
  .container-vivo .row {
    margin-right: 0px !important;
  }
  .container-vivo .col {
    padding-right: 0px !important;
  }
}


@media (max-width: 768px) {
    .team-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;}

    .section-home-todos .container {
    width: 100% !important;
    margin: 0;
    padding: 0;
    }

    .section-home-todos .container .col-muro{
    padding: 0 !important;
    }

    .container-vivo {
    margin-left: 0px;
    margin-right: 0px;
    }

    .navbar {
    padding: 5px 5px 5px 5px !important;
    }
    .texto-equilibrio-home {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .row {
      margin: 0 !important;
      padding: 0 !important;
    --bs-gutter-x: 0rem;
    }

    .card.card-home-tw {
    padding: 0;
    margin: 0 !important;
    border-radius: 0px !important;
    }

.owl-carousel .owl-stage-outer {
    border-radius: 0px !important;
}

    .banner-home {
    margin: 0px 0px 2px 0px;
    }


    .banner-central {
    font-size: 1rem;
    line-height: 1.2;}

    .btn-banner {
    font-size: 1rem !important;
    line-height: 1.1 !important;}

}


@media (max-width: 375px) {
  .container-vivo {
    margin-left: 0px;
    margin-right: 0px;
  }

  .container-app {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }


}

@media (max-width: 575px) {

  .container-app {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }


  .card-body ul {
    margin-left: 0 ;
  }
  .card-body ul li {
    text-align: left;
  }

  .card-body p.text-align-center {
    text-align: center;
  }
  .pie p, .pie h4 {
    text-align: left;
  }

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

  #clock-c {
    border-radius: 10px;
  }

  .view-home-slider{
  margin-bottom: 10px;
  }
  .block-views-blockhome-slider-block-1{
  padding: 0 !important;
}

  .hero-text {
  padding: 0px 10px 0px 10px !important;
  margin-bottom: 40px;
  }

  .hero-text p{
    font-size: .8rem;
  }

  .hero-text h1{
    font-size: 1.4rem !important;
  }

  .single-hs-item{
    background-position: center !important;
    text-align: center;
  }

  .countdown .h1 {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .logoap {
  text-align: center;

  }
  .logoapimg{
    max-width: 225px;
    margin-top: 15px;
  }

  .texto-pagina {
    padding: 0;
    /* text-align: center; */
  }

  .texto-pagina table {
  font-size: .8rem;}

  .texto-pagina ul {
  margin-left: 5px;
  padding-inline-start: 5px;}

  .nav-item {
  padding-left: 10px;}

  .img-busqueda {
  padding: 15px;}

  .row-btn-vivo {
    align-items: center;
    justify-content: center;
  }

  .wathsapp-preguntas {
    font-size: 1rem;
    font-weight:normal;
  }
  .ondemand {
    text-align: center !important;
  }

  .head-ingreso .nav-link a {

    color: #fff;
  }

  .titulo-usuario {
    padding: 1.05rem 0.8rem;
    font-size: 0.6rem;
  }

  .content-invitado p, .content-invitado li{
    text-align: left;
  }

  .node__content p {
    text-align: left;
  }

}
