/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap'); */
:root {


     
  --blueligth: #F2F2F2;
  --bluebackground: #E1F4E9;
  --blueregular: #57BEC4;
  --bluestrong: #115167;
  --orange: #FB5E65;

  --white: #FFFFFF;


  --text-blueintense: #0ecbd7;
  --text-bluemedium: #00b9d3;
  --number-bluelement: #55b8d1;
  --text-white: #FFFFFF;

  --header-card: #3e3e3e;

  --bg-footer: #0d1119;
  --bg-hover-rojo: #c1272d;
  --black: #212121;
  --bg-blue-strong: #3e3e3e;
  --bg-blue-strong-alfa: rgba(13, 26, 58, .8);


  --titles--color: #FFF;

  /* VOD */
  --vod--border--video: #ed1c24;
  --vod--title--section: #FFF;
  --vod--text--principal--carvideo: #212121 ;
  --vod--text--secondary--carvideo: #ed1c24;
  --vod--text--terciary--carvideo: #212121;
  --vod--text: #FFF;
  --vod--bg: rgba(0,0,0,.5);
  --vod--border: #c1272d;
  --vod--bottom--video: #005162 ; 
  --vod--bottom--title: #ed1c24;
  --vod--bottom--des: #9db3ba;
  --vod--download--pdf: #ff1b48;
  --vod--download--text: #FFF ;


  /* Header */
  --header--init: #003746;

  /* CLOCK */
  --counter: transparent;
  --counter--days:#FFF;
  --counter--hours: #FFF;
  --counter--minute: #FFF;
  --counter--text: #FFF;
  --counter--border: #005162;

  /* ACCESOBOX */
  --button--acceso: #ff1b48;
  --button--acceso-border: #ff1b48;
  --button--acceso--hover: #005162;
  --button--acceso--hover-border: #005162;
  --border-accesobox: transparent;
  --bg-accesobox: rgba(0, 55, 70, .8) ;
  --title-boxacceso-bg: #005162;
  --title-boxacceso-txt: #FFF;
  --titlecapacitate: #c1272d;
  --inputs--bg: #fff;
  --label--text--input: #FFF;
  --accent--checkbox: #c1272d;
  --text--link--accesobox: #FFF;
  --button--bg--secondary: #005162;
  --button--border--secondary: #005162;
  --button--text--secondary: #FFF;
  --button--bg--secondary--hover: #ff1b48;
  --button--border--secondary--hover: #ff1b48;
  --button--text--secondary--hover: #FFF;
  --link--forgot--pass:#FFF;
  --link--fotgot--pass--hover:#ff1b48;;
  --link--txt--register:#FFF;
  --link--txt--register--hover:#ff1b48;
  --text--forgot--pass:#FFF;

  /* AGENDA */
  --border--container--agenda: #c1272d;
  --bg--agenda: rgba(0, 55, 70, .8) ;
  --border--agenda: #edf7f7;
  --bg--agenda--time: #003746;
  --text--agenda--time: #1654ff;
  --title--agenda--conferencia: #ff1b48;
    --text--agenda--conferencia:#FFF;
    --text--agenda--conferencia--strong:#FFF;
  --bg--btn--agenda: #ff1b48 ;
  --content--agenda--conferencia: #1a2e52;

  /* LIVE */
  --btn--idioma1: #ed1c24;
  --btn--idioma2: #9db3ba;
  --borderlive--iframe: #ff1b48;
  --bg--alertnow: #071d23;
  --btn--vivo: #FFF;
  --alernow--i: #ff1b48;
  --superboxlive--bg: rgba(0, 55, 70, .8) ;

  /* SPEAKERS */
  --bg--ponentes--speakers: rgba(0, 55, 70, .8) ;
  --border--ponentes--speakers: #edf7f7;

  --border--card : transparent;
  --text--nombre--speaker: #FFF;
  --text--desc--speaker: #FFF;
  --bg--card--speaker: transparent;

  /* PERFIL */
  --bg-perfil--left: #070A29;
  --bg-perfil--right: #222A49;

  /* MODAL SPEAKERS */
  --border--modal--speaker: #003746;
  --border--modal--radious: 30px;
  --bg--close--button: #FFF;
  --text--close--button: #003746;
  --bg--modal: #003746;
  --border--modal--photo--ponente: transparent;
  --speaker--title--modal: #c1272d;
  --speaker--cargo--modal: #FFF;
  --speaker--desc--modal: #FFF;
  --header--bg--modal: #003746;


  --divisor--register--rojo: #c1272d;


  --footer: #003746;


  /* Thank you  */
  --text--thanyou: #c1272d;

  /* btn */
  --btn--checkbox: #c1272d; 




}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.checkbox {
  display: block;
  pointer-events: none;
}
button{
  cursor: pointer;
}

html {
  /* font-size: 100%; */
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  /* scroll-padding-top: 1500px;  */
}

body {
  font-family: 'Banamex Text', sans-serif;
  /* font-size: clamp(1rem, 2vw, 1.125rem); */
  font-weight: 400;
  line-height: 1.5;
  height: -webkit-fill-available;
  /* color: var(--color-white-100); */
  /* background-color: var(--color-black-500); */
  background: #004f60;
  color: #000;

}

input {
  border: 0;
  padding: 0;
  line-height: normal;
  border: none;
}
select{
  border: none;
}



section.hero {
  /* overflow: hidden; */
  /* background: #000; */
  /* background: transparent;
  position: relative;
  height: auto;
  width: 100%;
  background-image: url('img/background_bnmx2025_w3.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 100% 100%; */
  box-sizing: border-box;
    position: relative;
    width: 100%;
    /* background: url(img/background_bnmx2025_w3.jpg) left center / 60% no-repeat transparent;
    background-position: left center;
    background-attachment: fixed; */
    background: #004f60;
    overflow: hidden;
}
section.hero.ponentes {
  /* background-image: url('img/background_bnmx2025_w3.jpg'); */
  box-sizing: border-box;
    position: relative;
    width: 100%;
    /* background: url(img/background_bnmx2025_w3.jpg) left center / 60% no-repeat transparent;
    background-position: left center;
    background-attachment: fixed; */
    background: #004f60;
    overflow: hidden;
}
section.hero.agenda {
  /* box-sizing: border-box;
    position: relative;
    width: 100%;
    background: url(img/background_bnmx2025_w3.jpg) left center / 60% no-repeat transparent;
    background-position: left center;
    background-attachment: fixed; */
    background: #004f60;
}
section.marquesina {
  /* box-sizing: border-box;
    position: relative;
    width: 100%;
    background: url(img/background_bnmx2025_w3.jpg) left center / 60% no-repeat transparent;
    background-position: left center;
    background-attachment: fixed; */
    background: #004f60;
}
section.welcome {
  overflow: hidden;
  /* background: #000; */
  background: transparent;
  position: relative;
  height: calc(100% - 71px);
  width: 100%;
  background: #004f60;
}

section.hero::before {
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  top: calc(50% - 250px);
  right: calc(0% - 250px);
  /* right: -50%; */
  /* transform: translate(-50%, -50%); */
  background-image: url('img/flower-banamex.png');
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  animation: spin 6s linear infinite;
  z-index: 1;
}

a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
  color: white;
  /* text-decoration: underline; */
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.clear {
  clear: both;
}

.supercontent{
  width: 100%;
  height: 100%;
}

.section {
  margin: 0 auto;
  padding: 162px 0 1rem;
  width: 100%;
  max-width: 90%;
  position: relative;
  z-index: 2;
}
/* .section.banner{
  background: #e6e6e6;
} */

/* section.hero.agenda .section{
  padding: 1rem 0;
  width: 1000px !important;
} */
.section.photo {
  margin: 0 auto;
  padding: 120px 0 0;
  width: 100%;
  max-width: 100%;
}

.container {
  max-width: 1500px;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.heading-xl {
  font-family: 'Banamex Text', sans-serif;
  font-size: clamp(2.650rem, 6vw, 4.241rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #fff;
}
.heading-lg {
  font-family: 'Banamex Text', sans-serif;
  font-size: clamp(2.179rem, 5vw, 3.176rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
}
.heading-md {
  font-family: 'Banamex Text', sans-serif;
  font-size: clamp(1.794rem, 4vw, 2.379rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
}
.heading-sm {
  font-family: 'Banamex Text', sans-serif;
  font-size: clamp(1.476rem, 3vw, 1.782rem);
  font-weight: 600;
  line-height: 1.5;
}
.heading-xs {
  font-family: 'Banamex Text', sans-serif;
  font-size: clamp(1.215rem, 2vw, 1.335rem);
  font-weight: 500;
  line-height: 1.5;
}

.paragraph {
  font-family: 'Banamex Text', sans-serif;
  font-size: clamp(1.75rem, 2vw, 1.125rem);
  line-height: inherit;
  max-width: 95%;
  height: auto;
  text-transform: unset;
  color: var(--white);
}

.btn {
  display: inline-block;
  font-family: 'Banamex Text', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  user-select: none;
  outline: none;
  border: none;
  border-radius: 0.25rem;
  text-transform: unset;
  transition: all 0.3s ease-in-out;
}
.btn-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}
.btn-darken {
  padding: 0.75rem 2rem;
  color: #fff;
  /* background-color: var(--color-black-200); */
  background-color: var(--blueregular);
  box-shadow: var(--shadow-medium);
}
.btn-darken a{
  color: #fff;
  text-decoration: underline;
} 
.btn-neutral {
  padding: 0.75rem 2rem;
  color: var(--bluestrong);
  background-color: var(--white);
  box-shadow: var(--shadow-medium);
}

/* Los links cambian de color al pasar el mouse */
/* a:hover {
  color: var(--text-blueintense);
} */



.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: var(--header--init);
  /* background: rgba( 25, 42, 77, 0.75 ); */
  /* background: #056dae; */
  /* background: transparent; */
  /* backdrop-filter: none; 
  -webkit-backdrop-filter: none; */



  transition: all 0.35s ease;
  /* border-bottom: 2px solid #fff; */
}



.header.on-scroll {
  /* background: var(--color-black-300); */
 

  backdrop-filter: unset;
  -webkit-backdrop-filter: unset;

  border-bottom: 1px solid rgba( 255, 255, 255, 0.18 );
  

  background: var(--header--init) ;
}

/* .header.on-scroll .brand img {
  background: #0d1a3a ;
  border-bottom: 1px solid rgba( 255, 255, 255, 0.18 );
} */


.header.on-scroll .menu-link {
  color: #fff;
}
.header.on-scroll .menu-link:hover {
  border-bottom: 1px solid #fff;
}


.header.on-scroll .burger-line{
  background-color: var(--white);
}

.header.on-scroll .menu.is-active {
  background: #0d1a3a ;
}




.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
  width: 90%;
  height: 80px;
  margin: 0 auto;
}

.brand {
  font-family: 'Banamex Text', sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -1px;
  color: var(--color-white-100);
  text-transform: uppercase;
}
/* .brand img{
  height: 60px;
  width: auto;

} */

.containervideohero{
 
  height: 100%;
  width: 100%;
  z-index: -1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}



.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4rem 0 3rem;
  overflow: hidden;
  background-color: var(--bg--agenda--time);
  box-shadow: var(--shadow-medium);
  transition: all 0.4s ease-in-out;
}
.menu.is-active {
  top: 0;
  width: 100%;
  height: auto;
}
.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.25rem;
}
.menu-link {
  font-family: 'Banamex Text', sans-serif;
  /* font-size: 1.2rem; */
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-white);
  text-transform: none;

  padding: 5px;
  transition: all 0.3s ease;
}

.menu-link:hover {
  /* border-bottom: 1px solid #fff; */
  /* background: var(--bg-hover-rojo); */

  transition: all .3s ease;
}

.menu-link.active {
  color: var(--text-white);
  background: var(--bg-hover-rojo);
}


.menu ul li{
  border-bottom: 2px solid transparent;
  transition: all .3s ease;
  padding: 5px;
  
}
.menu ul li:hover{
  border-bottom: 2px solid var(--accent--checkbox);
  transition: all .3s ease;
}


.menu-block {
  display: inline-block;
  font-family: 'Banamex Text', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 0.65rem 1.5rem;
  border-radius: 3rem;
  text-transform: capitalize;
  color: var(--color-white);
  background-color: var(--blueregular);
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out;
  background: transparent;
}

.menu-block img{
  height: 30px;
  width: auto;
}
.brand img {
  height: 70px;
  width: auto;
  position: relative;
  /* margin-top: 90px; */
  /* position: absolute;
  margin-top: -8px; */
  
}



.brand.newbrand img {
  /* height: 60px; */
  width: auto;
  position: relative;
  margin-top: 0px;
}

/***********************  Seccion Welcome ***********************/

.herowelcome{
  width: 100%;
  /* height: calc(100% - 71px); */
  /* padding-top: 80px; */
  box-sizing: border-box;
  /* overflow: hidden; */
  /* background: #000; */
  background: transparent;
  position: relative;
  /* height: auto; */
  width: 100%;
  background-image: url('img/bg_banamex_2025v3.jpg');
  background-repeat: no-repeat;

  background-position: center;
  background-position: left;
  background-size: 110% auto;
  /* background: #1f505f; */
  overflow: hidden;

}



@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* .herowelcome.sihidden{
  overflow: initial;
  background-image: url('img/bg_banamex_2025v2.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 100% 100%;
} */


.herowelcome.register{
  /* width: 100%; */
  /* height: calc(100% - 71px); */
  /* padding-top: 80px; */
  /* box-sizing: border-box;

  overflow: hidden; */
  /* background: #000; */
  /* background: transparent;
  position: relative; */
  /* height: auto; */
  /* width: 100%; */
  /* background-image: url('img/bg_claro_red.png'); */
  /* background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 120% 120%; */

  /* background: #e6e6e6; */
  background-image: url('img/bg_banamex_2025v3.jpg');
  background-repeat: no-repeat;

  background-position: center;
  background-position: left;
  background-size: 110% auto;
  /* background: #1f505f; */
  overflow: hidden;
}


.herowelcome.novohome .welcomerigth {
  padding: 20px 40px 120px 40px;
  justify-content: center;
  /* padding: 120px; */
}

.herowelcome.novohome .welcomerigth button {  
  margin-top: 1.2em;
  display: flex
;
    width: fit-content;
    min-width: 300px;
    padding: 15px 30px;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #FFF;
    background: transparent;
    color:#FFF;
    border-radius: 8px;
    font-size: 1em;
    transition: all .3s ease-in;
    text-transform: uppercase;
}

.herowelcome.novohome .welcomerigth button:hover {  
  border: 1px solid var(--button--acceso);
    background: var(--button--acceso);
    color: #FFF;
    transition: all .3s ease-in;
}

.welcomesuperbox{
  display: flex;
  /* width: 100%; */
  width: 90%;
  /* height: 100% ; */
  min-height: calc(100vh - 71px);
  padding-top: 120px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.welcomesuperbox.reducepad{
  padding-top: 0px;
}
.herowelcome.sihidden .welcomesuperbox{
  height: auto;
}

.herowelcome.sihidden .welcometitle{
  display: none;
}

.herowelcome::before{
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  top: calc(50% - 250px);
  right: calc(0% - 250px);
  /* right:  -50%; */
  /* transform: translate(-50%, -50%); */


  background-image: url('img/flower-banamex.png');

  background-size: cover;
  background-position: center;
  border-radius: 50%; /* Opcional si quieres forma circular */
  animation: spin 6s linear infinite;
  z-index: 1;
 
}

div{
  box-sizing: border-box;
}
.welcomeleft{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  height: 100%;
  min-height: calc(100vh - 71px);
  width: 50%;
  /* padding: 120px; */
  padding: 20px 120px 120px 120px;
}

.welcomeleft .welbox{
  width: 100%;
}

.welcomeleft.lleft{
  align-items: flex-start;
}

.welcomerigth{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  
  height: 100%;
  min-height: calc(100vh - 71px);
  width: 50%;
  padding: 40px;
  /* background: rgb(0,0,0);
  background: -moz-linear-gradient(45deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
  background: linear-gradient(45deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); */
}
.welcomerigth.list{
  height: auto;
  padding: 100px 80px 80px;
 
}

.welcomerigth.list ul{
  background: rgba(5, 109, 174,.8);
  /* padding: 25px 15px; */
  border-radius: 25px;

 
}
.welcomerigth.center{
  width: 100%;
}

.logowelcome{
  display:flex;
  width: 100%;
  justify-content: center;
}
.logowelcome img{
  width: 80%;
  
  height: auto;
}

.logowelcome2{
  display:flex;
  width: 100%;
  justify-content: center;
}

.logowelcome2 img{
  width: 95%;
  max-width: 400px;
  height: auto;
  margin-bottom: 2em;
}

.imghour{
  display:flex;
  width: 100%;
  justify-content: center;
  margin: 1em 0;
}

.imghour img{
  width: 90%;
  max-width: 700px;
  height: auto;
}

.timer{
  display: flex;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.counter{
  display: flex;
  /* background: var(--bg-hover-rojo); */
  padding: 5px;
  color: var(--counter);
  width: 100%;
  justify-content: space-evenly;
  font-family: 'Banamex Text', sans-serif;
  font-weight: 300;
  font-size: 3em;
}
.counter .dotnumber{
  font-size: .9em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  color: var(--counter);
}
.counter .days{
  color: var(--counter--days);
}
.counter .hours{
  color: var(--counter--hours);
}
.counter .minute{
  color: var(--counter--minute);
}


.countertext{
  display: flex;
  padding: 5px;
  color: var(--counter--text);
  width: 100%;
  justify-content: space-around;
  font-size: 1.5em;
 font-family: 'Banamex Text', sans-serif;
  font-weight: 300;
  /* background-color: rgba( 255, 255, 255, 0.8 ) ; */
  /* text-shadow: #7d7d7d 1px 0 10px; */
}

.counter.square{
  display: flex;

  align-items: center;
}

.counter.square .square-number{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 20px;
  border: 2px solid var(--counter--border);
  border-radius: 15px;
  color: #FFF;
  margin-right: 12px;
  background: rgb(7,29,35);
background: -moz-linear-gradient(0deg, rgba(7,29,35,1) 0%, rgba(0,81,98,1) 70%);
background: -webkit-linear-gradient(0deg, rgba(7,29,35,1) 0%, rgba(0,81,98,1) 70%);
background: linear-gradient(0deg, rgba(7,29,35,1) 0%, rgba(0,81,98,1) 70%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#071d23",endColorstr="#005162",GradientType=1);
/*   background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0.72875087535014) 45%, rgba(75,122,185,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.72875087535014) 45%, rgba(75,122,185,1) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0.72875087535014) 45%, rgba(75,122,185,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#4b7ab9",GradientType=1); */
}

.counter.square .square-number:last-child{
  margin-right: initial;
}

.counter.square .square-number .text-clock{
  font-size: 12px;
}

.counter.square .days{
  color: var(--counter--days);
}



.welcometitle{
  display: flex;
  justify-content: center;
  text-align: center;
 font-family: 'Banamex Text', sans-serif;
  font-weight: 300;
  font-size: 4em;
  color: var(--bg-blue-strong);
}

.minuhours{
  display:flex;
  width: 100%;
  justify-content: center;
  padding-top: 40px;
}

.minuhours img{
  width: 50%;
  height: auto;
}
.btnwelcome{
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.btnwelcome a{
  display: flex;
  padding: 5px 25px;
  justify-content: center;
  text-align: center;
  background:rgba( 96, 104, 120, 0.6 );
  color: var(--text-white);
  font-family: 'Banamex Text', sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btnwelcome a i{
  padding-left: 10px;
}

.btnwelcome a:hover{
  transition: all 0.3s ease-in-out;
  background:rgba(79, 85, 96, 1);
}

/* Fin Secciones Welcome */


/***********************  Seccion Acceso ***********************/

.heroacceso{
  width: 100%;
  height: calc(100% - 71px);
  /* padding-top: 80px; */
  box-sizing: border-box;

  overflow: hidden;
  /* background: #000; */
  background: transparent;
  position: relative;
  /* height: auto;
  width: 100%; */
  background-image: url('img/background_2024_v2.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 100% 100%;
}
.accesosuperbox{
  display: flex;
  width: 100%;
  height: 100% ;
  flex-direction: column;
  /* justify-content: center; */
  justify-content: flex-start;
  /* padding-top: 50px; */
}
.logoprincipalacceso{
  display: flex;
  justify-content: center;
  width: 100%;
}
.logoprincipalacceso img{
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}
.accesobox{
  margin: 30px auto;
  /* background: rgba(5, 8, 65, .8); */
  padding: 0 0 25px 0;
  width: 90%;
  max-width: 700px;
  height: 100%;
  /* background: rgb(26, 109, 184); */
  /* background: rgb(0,0,0);
  background: -moz-linear-gradient(45deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
  background: linear-gradient(45deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);  */
  background-color: var(--bg-accesobox);
  /* background: #056dae; */
  border: 2px solid var(--border-accesobox);
  border-radius: 25px;
}

.accesobox.transp{
  background: transparent;
}

.titleboxacceso{
  /* padding-top: 0px;
  padding-bottom: 30px; */
  padding: 15px 0;
  text-align: center;
 font-family: 'Banamex Text', sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  color: var(--title-boxacceso-txt);
  background: var(--title-boxacceso-bg);
  border-radius: 25px 25px 0 0;
}




.inputacceso label{
 font-family: 'Banamex Text', sans-serif;
  font-weight: 300;
  color: var(--label--text--input);
  padding-right: 10px;
  /* text-transform: uppercase; */
  /* font-size: 13px; */
  padding-bottom: 10px;
  padding-top: 5px;
  font-size: 1.2em;
}
.inputacceso input{
  width: 100%;
  max-width: 300px;
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
  text-align: center;
}



.terminosacceso{
  display: flex;
  width: 100%;
  max-width: 400px;
  color: var(--white);
  padding: 7px 25px 3px;
  justify-content: center;
  margin: 0 auto;
}
.inputacceso.terminosacceso{
  max-width: 100%;
}

.terminosacceso label {
 font-family: 'Banamex Text', sans-serif;
  font-weight: 300;
  display: block;
  display: -webkit-inline-box;
}
.terminosacceso input{
  display: flex;
  margin-left: 5px;
  /* height: 100%; */
  margin-top: 4px;
  margin-right: 5px;
}

.terminosacceso label a{
 font-family: 'Banamex Text', sans-serif;
  font-weight: 400;
  color: var(--text--link--accesobox);
  text-decoration: underline;
 }


 .inputacceso{
  display: flex;
  width: 100%;
  justify-content: center;
}

.inputacceso.gridregistro{
  /* display: grid; */
  width: 100%;
  /* grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px; */
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.inputacceso.gridregistro div.orden{
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.inputacceso.gridregistro div.orden.alingcenter{
  flex-direction: initial;
  align-items: center;
}

.inputacceso.gridregistro div.orden.alingcenter .optionsradio{
  display: flex;
  width: 240px;
  max-width: 30%;
  align-items: center;
}

.inputacceso.gridregistro div.orden .ordena, .inputacceso.gridregistro div.orden .ordenb{
 display: flex;
 width: 48%;
 flex-direction: column;
}

.inputacceso.gridregistro div.ordena {
  display: flex;
  width: 100%;
  /* grid-area: 1 / 1 / 2 / 3; */
  flex-direction: column;
}
.inputacceso.gridregistro div.ordenb {
  display: flex;
  width: 100%;
  /* grid-area: 1 / 1 / 2 / 3; */
  flex-direction: column;
}

.inputacceso.gridregistro div.orden1 {
  display: flex;
  width: 100%;
  /* grid-area: 1 / 1 / 2 / 3; */
  flex-direction: column;
}
.inputacceso.gridregistro div.orden2 {
  display: flex;
  width: 100%;
  /* grid-area: 2 / 1 / 3 / 3;  */
  flex-direction: column;
}
.inputacceso.gridregistro div.orden3 {
  display: flex;
  width: 100%;
  /* grid-area: 3 / 1 / 4 / 2; */
  /* flex-direction: column; */
}
.inputacceso.gridregistro div.orden4 {
  display: flex;
  width: 100%;
  /* grid-area: 3 / 2 / 4 / 3; */
  flex-direction: column;
}

.inputacceso.gridregistro div.orden4 label{
  display: flex;
 align-items: center;
}
.inputacceso.gridregistro div.orden4 input{
  max-width: initial;
    width: fit-content;
}
.asesorias{
  display: flex;
}


.inputacceso.gridregistro div.orden5 {
  display: flex;
  width: 100%;
  /* grid-area: 4 / 1 / 5 / 3; */
  flex-direction: column;
}
.inputacceso.gridregistro div.orden5 {
  display: flex;
  flex-direction: column;
}
.inputacceso.gridregistro div.orden6 {
  display: flex;
  width: 100%;
  flex-direction: column;
  /* grid-area: 5 / 1 / 6 / 3; */
}

.inputacceso.gridregistro div.orden6 .terminosacceso label {
  text-transform: initial;
  font-size: .9em;
}

.inputacceso.gridacceso div.orden6 p strong{
  font-weight: bold;
  color: var(--accent--checkbox);
}

.inputacceso.gridacceso div.orden6 p strong{
  font-weight: bold;
  color: var(--accent--checkbox);
}

.inputacceso.gridacceso div.orden9{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.inputacceso.gridacceso div.orden9 .ordena{
  display: flex;
  width: 48%;
  flex-direction: column;
}
.inputacceso.gridacceso div.orden9 .ordenb{
  display: flex;
  width: 48%;
  flex-direction: column;
}
.inputacceso.gridacceso div.orden9 .ordena a{
  width: 100%;
}

.inputacceso.gridacceso div.orden9 .ordena a button{
  display: flex;
    width: fit-content;
    padding: 9px 15px;
    justify-content: center;
    margin: 0 auto;
    background: var(--button--bg--secondary);
    border: 1px solid var(--button--border--secondary);
    color: var(--button--text--secondary);
    border-radius: 8px;
    font-size: 1em;
    cursor: pointer;
    transition: all .3s ease-in;
    opacity: 1;
    text-transform: uppercase;
    width: 100%;
  }

  .inputacceso.gridacceso div.orden9 .ordena a button:hover {
    background: var(--button--bg--secondary--hover);
    border: 1px solid var(--button--border--secondary--hover);
    color: var(--button--text--secondary--hover);
    transition: all .3s ease-in;
}



.inputacceso.gridacceso div.orden9 .ordenb a{
  width: 100%;
}

.inputacceso.gridacceso div.orden9 .ordenb a button{
  display: flex;
    width: fit-content;
    padding: 9px 15px;
    justify-content: center;
    margin: 0 auto;
    background: var(--button--bg--secondary);
    border: 1px solid var(--button--border--secondary);
    color: var(--button--text--secondary);
    border-radius: 8px;
    font-size: 1em;
    cursor: pointer;
    transition: all .3s ease-in;
    opacity: 1;
    text-transform: uppercase;
    width: 100%;
  }

  .inputacceso.gridacceso div.orden9 .ordenb a button:hover {
    background: var(--button--bg--secondary--hover);
    border: 1px solid var(--button--border--secondary--hover);
    color: var(--button--text--secondary--hover);
    transition: all .3s ease-in;
}

/* .drop-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
} */

input[type=file] {
  /* width: 350px; */
  max-width: 100%;
  color: #444;
  /* padding: 5px; */
  background: #fff;
  /* border-radius: 25px !important; */
  border: 1px solid #555;
  padding-left: 0px !important;
}

input[type=file]::file-selector-button {
  height: 40px;
  margin-right: 20px;
  border: none;
  background: var(--bg-blue-strong);
  padding: 10px 20px;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
  /* margin-top: 10px; */
}

input[type=file]::file-selector-button:hover {
  opacity: .7;
}

/* 
.inputacceso.gridregistro .optionsradio input{
  accent-color: #1b00f0;
 }


 .inputacceso.gridregistro .optionsradio input[type=radio]::after {
  background:green;

 }

 .inputacceso .optionsradio input:checked + span {
  color: orange;
  border-color: orange;
}
.inputacceso .optionsradio input:checked + span:before {
  background-color: orange;
}

 .inputacceso.gridregistro .optionsradio input[type="radio"] {
  accent-color: transparent;
}

 .inputacceso.gridregistro .optionsradio input[type="radio"] {
  width: 30px;
  height: 30px;
  border: 2px solid #787878;
  border-radius: 50%;
  appearance: none;
  padding: initial;
  border: 6px solid #FFF;
  border: 1px solid #1b00f0;
}

 .inputacceso.gridregistro .optionsradio input[type="radio"]:checked {
  background-color: #1b00f0; 
  padding: 3px;
}

.inputacceso.gridregistro .optionsradio input[type="radio"]:focus {
  background-color: #1b00f0;
  border: 6px solid #FFF;
} */
.inputacceso.gridregistro .optionsradio input.un_preserve_radio {
    opacity: 1;
  position: fixed;
  width: 100%;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -O-appearance: radio;
  appearance: radio;
  
  all: initial;
}



/* label container */
.radio-button-container {
  color: rgba(0,0,0,0.75);
  display: block;
  position: relative;
  padding-left: 45px;
  line-height: 25px;
  margin-bottom: 12px;
  margin-left: 30px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: rgba(0,0,0,0);
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.25);
  transition: all 0.3s;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input ~ .checkmark {
  border-color: rgba(0,0,0,0.5);
}




/* When the radio button is checked */
.radio-button-container input:checked ~ .checkmark {
  background-color: rgba(0,0,0,0);
  border-color: #005162;
}

.radio-button-container input:checked .checkmark{
  background-color: rgba(0,0,0,0);
  border-color: #005162;
}

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

/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-button-container .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #005162;
}






.inputacceso.gridregistro div.orden7 a button.log{
  background: #00bdf2;
   /* background: #68cee7; */
  transition: all .3s ease-in;
}
.inputacceso.gridregistro div.orden7 a button.pass{
  background: #0ca8d3;
  transition: all .3s ease-in;
}



.inputacceso.gridregistro div.orden7 {
  display: flex;
  justify-content: center;
  grid-area: 6 / 1 / 7 / 3; 
}

.inputacceso.gridregistro div.orden8 {
  display: flex;
  width: 100%;
  grid-area: 7 / 1 / 8 / 3;
}
/* .inputacceso.gridregistro div {
  flex-direction: column;
} */
.inputacceso.gridregistro div.orden8 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.inputacceso.gridregistro div.orden8 button{
  display: flex;
  /* width: fit-content; */
  width: 100%;
  padding: 15px 30px;
  justify-content: center;
  margin: 0 auto;
  background: var(--button--acceso);
  color: #FFF;
  border-radius: 8px;
  font-size: 1em;
  transition: all .3s ease-in;
  text-transform: uppercase;
}

.inputacceso.gridregistro div.orden8 button:hover{
  background: var(--button--acceso--hover) ;
  transition: all .3s ease-in;
}

.inputacceso.gridregistro div.orden8 button:disabled,
.inputacceso.gridregistro div.orden8 button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  
}






.inputacceso.gridregistro div.orden9 {
  display: flex;
  width: 100%;
  grid-area: 8 / 1 / 9 / 3;
}
/* .inputacceso.gridregistro div {
  flex-direction: column;
} */
.inputacceso.gridregistro div.orden9 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.inputacceso.gridregistro div.orden9 a {
  display: flex;
  width: fit-content;
}

.inputacceso.gridregistro div.orden9 a button{
  display: flex;
  width: fit-content;
  padding: 9px 15px;
  justify-content: center;
  margin: 0 auto;
  background: var(--button--bg--secondary);
  border: 1px solid var(--button--border--secondary);
  color: var(--button--text--secondary);
  border-radius: 8px;
  font-size: 1em;
  cursor: pointer;

  transition: all .3s ease-in;
  opacity: 1;
  text-transform: uppercase;
}

.inputacceso.gridregistro div.orden9 a button:hover{
  background: var(--button--bg--secondary--hover);
  border: 1px solid var(--button--border--secondary--hover);
  color: var(--button--text--secondary--hover);
  transition: all .3s ease-in;
}
.inputacceso.gridregistro div.orden9 a {
  width: 100%;
}
.inputacceso.gridregistro div.orden9 a button {
  width: 100%;
}


.inputacceso.gridregistro div.terminos {
  display: flex;
  flex-direction: column;
  align-items: center; 
}
.inputacceso.gridregistro div.terminos div {
  display: flex;
  /* flex-direction: column; */
  align-items: center; 
}



.inputacceso.gridregistro div.terminosacceso {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  width: 100%;
  justify-content: flex-start;
  padding: initial;
  align-items: center; 
}
.inputacceso.gridregistro input,select {
  max-width: 100%;
  height: 40px;
  border-radius: 8px;
  background: var(--inputs--bg);
  color: #808080;
  font-weight: 300;
  text-align: left;
  padding-left: 15px;
  box-sizing: border-box;
}
.inputacceso.gridregistro label {
  margin-left: 0px;
}
.inputacceso.gridregistro input[type="checkbox"] {
  max-width: 100%;
  height: 40px;
  border-radius: 50%;
  background: var(--blueligth);
  accent-color: var(--accent--checkbox);
}



.inputacceso.gridforgot{
  display: grid;
  width: 100%;
  grid-template-columns:  1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.inputacceso.gridforgot div.orden1 {
  display: flex;
  width: 100%;
  /* grid-area: 1 / 1 / 2 / 3; */
  flex-direction: column;
  padding: 25px 25px 5px;
  grid-area: 1 / 1 / 2 / 2; 
}


.inputacceso.gridforgot div.orden1 p{
  color: var(--text--forgot--pass);
  margin-bottom: 10px;
}

.inputacceso.gridforgot input {
  max-width: 100%;
  height: 40px;
  border-radius: 8px;
  background: var(--blueligth);
  text-align: left;
  padding-left: 15px;
  box-sizing: border-box;
  border: 1px solid #005162;
}
.inputacceso.gridforgot label {
  margin-left: 0px;
}
.inputacceso.gridforgot input[type="checkbox"] {
  max-width: 100%;
  height: 40px;
  border-radius: 8px;
  background: var(--blueligth);
}


.inputacceso.gridforgot div.orden2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  grid-area: 2 / 1 / 3 / 2; 
  padding: 5px 25px;
  color: var(--text-white);
}

.inputacceso.gridforgot div.orden2 p {
  margin-top: 0px
}



.inputacceso.gridforgot div.orden2 a {
  color: var(--text-white);
  text-decoration: underline;
}

.inputacceso.gridforgot div.orden3 {
  display: flex;
  justify-content: center;
  padding: 5px 25px;
  grid-area: 3 / 1 / 4 / 2;
}

.inputacceso.gridforgot div.orden3 button{
  display: flex;
  width: fit-content;
  padding: 15px 30px;
  justify-content: center;
  margin: 0 auto;
  background: var(--button--acceso);
  color: #FFF;
  border-radius: 8px;
  font-size: 1em;
  transition: all .3s ease-in;
  text-transform: uppercase;
}

.inputacceso.gridforgot div.orden3 button:hover{
  background: var(--button--acceso--hover);
  transition: all .3s ease-in;
}


.inputacceso.gridforgot div.orden4 {
  display: flex;
  justify-content: center;
  padding: 25px;
  grid-area: 4 / 1 / 5 / 2; 
  flex-direction: column;
}

.inputacceso.gridforgot div.orden4 p{
 color: var(--text--forgot--pass);
}

.inputacceso.gridforgot div.orden4 p a{
  text-decoration: underline;
  color: var(--link--forgot--pass);
  transition: all .3s ease;
 }

 .inputacceso.gridforgot div.orden4 p a:hover{
  text-decoration: underline;
  color: var(--link--fotgot--pass--hover);
  transition: all .3s ease;
 }









.inputacceso.gridacceso{
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 25px;
}
.inputacceso.gridacceso div.orden1 {
  display: flex;
  width: 100%;
  /* grid-area: 1 / 1 / 2 / 3;  */
  flex-direction: column;
  color: green;
}


.inputacceso.gridacceso input {
  max-width: 100%;
  height: 40px;
  border-radius: 8px;
  background: var(--blueligth);
  text-align: left;
  padding-left: 15px;
  box-sizing: border-box;
}
.inputacceso.gridacceso label {
  margin-left: 0px;
}
.inputacceso.gridacceso label.folio {
  /* margin: auto; */
  font-size: 1em;
  margin-bottom: 5px;
}
.inputacceso.gridacceso input[type="checkbox"] {
  max-width: 100%;
  height: 40px;
  border-radius: 50%;
  background: var(--blueligth);
  accent-color: var(--btn--checkbox);
}



.inputacceso.gridacceso div.orden2 {
  display: flex;
  width: 100%;
  /* grid-area: 2 / 1 / 3 / 3; */
  flex-direction: column;
  position: relative;
}

.inputacceso.gridacceso div.orden3 {
  display: flex;
  width: 100%;
  /* grid-area: 3 / 1 / 4 / 2; */
  justify-content: flex-start;
  align-items: center;
  text-transform: initial !important;
}

.inputacceso.gridregistro div.orden3 .terminosacceso {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  width: 100%;
  justify-content: flex-start;
  padding: initial;
  align-items: center;
}

.inputacceso.gridacceso div.orden3 label{
  text-transform: initial !important;
  font-size: .9em;
}

.inputacceso.gridacceso div.orden3 label a{
  text-decoration: underline;
  color: var(--button--acceso) !important;
}

/* .inputacceso.gridacceso div.orden3 button{
  display: flex;

  width: 100%;
  padding: 15px 30px;
  justify-content: center;
  margin: 0 auto;
  background: var(--bg-hover-rojo);
  color: #FFF;
  border-radius: 25px;
  font-size: 1em;
  transition: all .3s ease-in;
  text-transform: uppercase;
}
.inputacceso.gridacceso div.orden3 button:hover{
  background: rgb(152, 3, 3);
  transition: all .3s ease-in;
} */

.inputacceso.gridacceso div.orden4 {
  display: flex;
  width: 100%;
  /* grid-area: 4 / 1 / 5 / 2; */
  flex-direction: column;
}








/* .inputacceso.gridacceso div.orden5 p{
  color: #fff;
  font-weight: 100;
}

.inputacceso.gridacceso div.orden5 p a{
  color: #fff;
  font-weight: bolder;
  text-decoration: underline;
} */

.inputacceso.gridacceso div.orden5 {
  display: flex;
  width: 100%;
  /* grid-area: 5 / 1 / 6 / 2; */
  flex-direction: column;
}

.inputacceso.gridacceso div.orden5 button{
  display: flex;
  /* width: fit-content; */
  width: 100%;
  padding: 15px 30px;
  justify-content: center;
  margin: 0 auto;
  background: var(--button--acceso);
  color: #FFF;
  border-radius: 8px;
  font-size: 1em;
  transition: all .3s ease-in;
  text-transform: uppercase;
}
.inputacceso.gridacceso div.orden5 button:hover{
  background: var(--button--acceso--hover);
  transition: all .3s ease-in;
}


.inputacceso.gridacceso div.orden6{
  display: flex;
  width: 100%;
  flex-direction: column;
  /* grid-area: 6 / 1 / 7 / 2; */
}


.inputacceso.gridacceso div.orden6 p{
  color: #fff;
  font-weight: 300;
}

.inputacceso.gridacceso div.orden6 p a{
  color: var(--link--txt--register);
  font-weight: bolder;
  text-decoration: underline;
  transition: all .3s ease;
}

.inputacceso.gridacceso div.orden6 p a:hover{
  color: var(--link--txt--register--hover);
  font-weight: bolder;
  text-decoration: underline;
}


.inputacceso.gridacceso div.orden7{
  display: flex;
  width: 100%;
  justify-content: space-between;
  /* grid-area: 6 / 1 / 7 / 2; */
}

.inputacceso.gridacceso div.orden7 p{
  color: #fff;
  font-weight: 300;
}

.inputacceso.gridacceso div.orden7 p a{
  color: var(--button--acceso);
  font-weight: bolder;
  text-decoration: underline;
}

.inputacceso.gridacceso div.orden7 div a{
  color: var(--link--forgot--pass);
  text-decoration: none;
  transition: all .3s ease;
}

.inputacceso.gridacceso div.orden7 div a:hover{
  color: var(--link--fotgot--pass--hover);
  transition: all .3s ease;
}




.inputacceso.gridsend{
  display: flex;
  width: 100%;
  /* grid-area: 1 / 1 / 2 / 3; */
  flex-direction: column;
  height: 85%;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 3em 25px 2em ;
}

.inputacceso.gridsend div.orden1{
  /*background: var(--bg-blue-strong) ;*/
  /* text-transform: uppercase; */
  font-size: 1.8em;
  text-align: center;
  padding: 15px 0;
  color: var(--text-white);
 /* border-radius: 25px;
  border: 1px solid var(--bg-blue-strong);*/
  font-weight: 300;

}

.inputacceso.gridsend div.orden1 .tydiscl{
  margin-top: 15px;
 margin-bottom: 15px;
  font-size: 16px;
}

.thankregistro{
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.thankregistro span:first-child{
  color: #FFF;
  font-size: 1.6em;
}
.thankregistro span:nth-child(2){
  color: var(--text--thanyou) ;
  font-weight: 600;
  font-size: 1.4em;
  margin-top: -14px;
}

.btnthank{
  margin: 10px 0;
  background: var(--accent--checkbox);
}
.btnthank button{
  display: flex;
    width: 100%;
    padding: 15px 30px;
    justify-content: center;
    margin: 0 auto;
    background: var(--button--acceso);
    color: var(--button--text--secondary);
    border-radius: 8px;
    font-size: 1em;
    transition: all .3s ease-in;
    text-transform: uppercase;
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {

  .inputacceso.gridregistro div.terminos {
    align-items: initial;
  }
}}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {

  .inputacceso.gridregistro div.terminos {
    align-items: initial;
  }
}}

@supports (-webkit-hyphens:none){ @content {
  .inputacceso.gridregistro div.terminos {
    align-items: initial;
  }
} }

/* @media screen and (-webkit-min-device-pixel-ratio:0) { 
  .inputacceso.gridregistro div.terminos {
    align-items: initial;
  }
  .inputacceso.gridregistro div.terminos div {
    display: inline-block;
    align-items: center; 
  }

  ::i-block-chrome,.flex-direction-nav-featured a{
      margin-top: 5%;
  } 
} */


 .recuperaacceso{
  display: flex;
  flex-direction: column;
  align-items: center;
 }
 .recuperaacceso p {
 font-family: 'Banamex Text', sans-serif;
  font-weight: 200;
  color: var(--white);
  display: block;
  text-align: center;
 }

 .recuperaacceso p img{
  margin-left: 5px;
  border-radius: 50%;
 }

 .recuperaacceso p a {
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
  color: var(--white);
 }
 .btnacceso a{
  display: flex;
  padding: 5px 25px;
  justify-content: center;
  text-align: center;
  color: var(--text-white);
 font-family: 'Banamex Text', sans-serif;
  background: var(--bg-hover-rojo);
  font-weight: 200;
  font-size: 1.2em;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.btnacceso a i{
  padding-left: 10px;
}
.btnacceso a:hover{
  transition: all 0.3s ease-in-out;
  background:rgb(142, 5, 17);
}
.recuperaacceso p{
  color: var(--text-white);
  margin-top: 10px;
}

.recuperaacceso p strong{
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
}

.for-error.terms-error{
  text-align: center;
  margin-top: 15px;
  color: red !important;
}

/*********************** Seccion Agenda ***********************/
.subminisector{
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.subminisector h2{
  color: var(--text-blueintense);
  font-size: 1.4em;
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
}
.subminisector h3{
  color: var(--text-white);
  font-size: 1.1em;
 font-family: 'Banamex Text', sans-serif;
    font-weight: normal;
}
.subminisector p{
  color: var(--text-white);
  font-size: 1em;
 font-family: 'Banamex Text', sans-serif;
  font-weight: 200;
}
.subminisector p.bajada{
  font-size: 1em;
  margin-top: 1.5rem;
}
.subminisector p.bajada strong{
  font-size: 1em;
  margin-top: 1.5rem;
 font-family: 'Banamex Text', sans-serif;
    font-weight: bold;
}
.agendatext{
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
  color: var(--titles--color);
  display: flex;
  align-items: center;
  font-size: 2.4em;
  /* width: 100%; */
  margin-right: 10px;
  text-align: left;
  /* justify-content: center; */
  text-transform: uppercase;
}

.textoparrafoagenda{
  color: var(--titles--color);
  margin-top: 1em;
  padding: 0 4rem;
  width: calc(100% - 150px);
}


.superboxagenda{
  display: flex;
  width: 100%;
  margin-top: 2em;
}

.superboxagenda.newagenda{
  display: flex;
  width: 100%;
  margin-top: 0em;
}



.arrowsvertical{
  position: relative;
  display: flex;
  width: 30px;
  flex-direction: column;
  justify-content: space-between;
  color: var(--text-white);

}
.boxgridagenda{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.boxgridagenda .titleevents{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.boxgridagenda .titleevents{
  margin-top: 2em;
}
.boxgridagenda .titleevents h3{
  color: var(--text-blueintense);
  text-transform: uppercase;
  font-size: 1.2em !important;
}

.boxgridagenda .titleevents2 h3{
  color: var(--text-blueintense);
  text-transform: uppercase;
  font-size: 1.4em !important;
  margin-top: 10px;
}



/* .boxgridagenda .titleevents h3{
  color: var(--text-blueintense);
  text-transform: uppercase;
  font-size: 1.2em;
  transition: all .4s ease-in;
  text-decoration: underline;
  cursor: pointer;
}

.boxgridagenda .titleevents h3:hover{
  color: #aeecf1;
  transition: all .4s ease-in;
} */


.boxgridagenda .titleevents h3 a{
  color: var(--text-blueintense);
  text-transform: uppercase;
  font-size: 1.2em !important;
  transition: all .4s ease-in;
  text-decoration: underline;
  cursor: pointer;
}

.boxgridagenda .titleevents h3 a:hover{
  color: #aeecf1;
  transition: all .4s ease-in;
}
.boxgridagenda .titleevents p{
  color: var(--white);
  font-size: 1em;
 font-family: 'Banamex Text', sans-serif;
    font-weight: 200;
}
.boxgridagenda .titleevents p strong{
  color: var(--white);
  font-size: 1em;
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
}

.boxgridagenda .titleevents2 p{
  color: var(--white);
  font-size: 1em;
 font-family: 'Banamex Text', sans-serif;
    font-weight: 200;
}
.boxgridagenda .titleevents2 p strong{
  color: var(--white);
  font-size: 1em;
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
}
.gridagenda{
  margin-top: 1.5em;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  
}
.superboxagenda.newagenda .gridagenda{
  margin-top: 0;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}


.item{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.item .dateevent{
  text-align: center;
}
.item .dateevent p{
  text-align: center;
 font-family: 'Banamex Text', sans-serif;
  font-weight: 200;
  color: var(--text-white);
}
.item .dateevent p strong{
  text-align: center;
 font-family: 'Banamex Text', sans-serif;
  font-weight: 200;
  color: var(--text-blueintense);
  font-size: 2em;
}
.item .card{
  border: 1px solid var(--white);
  margin-top: 10px;
  height: 100%;
  box-shadow: rgb(6, 14, 23) 0px 20px 30px -10px;
  background: rgba(13, 26, 58, .8);

}
.item .card .topcard{
  background: var(--text-bluemedium);
  padding: 5px;
  color: var(--text-white);
  font-size: 14px;
 font-family: 'Banamex Text', sans-serif;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  min-height: 90px;
}
.item .card .topcard .horarioevent{
  display: flex;
  align-items: center;
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
  text-align: center;
}
.item .card .topcard .deschorarioevent{
  display: flex;
  align-items: center;
 font-family: 'Banamex Text', sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  color: var(--bg-blue-strong);
}

.item .card .topcard .deschorarioevent strong{
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
  color: var(--bg-blue-strong);
}


.item .card .bottomcard{
  
  padding: 5px;
  color: var(--text-white);
  font-size: 14px;
 font-family: 'Banamex Text', sans-serif;
  font-weight: normal;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* min-height: 320px; */
  min-height: calc(100% - 90px);
}

.item .card .bottomcard .datecardconference{
  display: flex;
  flex-direction: column;
}

.item .card .bottomcard ol{
 margin-top: 10px;
 margin-bottom: 20px;
}
.item .card .bottomcard ol li{
  color: var(--text-white);
 }
.item .card .bottomcard ol li strong{
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
  color: var(--text-blueintense);
 }

 .item .card .bottomcard .nameconference{
 font-family: 'Banamex Text', sans-serif;
  font-weight: 200;
  font-size: 1.3em;
 }

 .item .card .bottomcard .nameconference strong{
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
  font-size: 1.1em;
 }


.item .card .bottomcard .botoneraslive{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 10px;
}

.btnsactionlive{
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: end;
}

.botoneraschangelive{
  display: flex;
  width: 40%;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.botoneraschangelive .btnliveesp a{
  display: flex; 
  width: fit-content; 
  padding: 5px 8px; 
  background: var(--btn--idioma1); 
  color: #FFF; 
  align-items: center; 
  justify-content: center;
  border-radius: 3px;
  border-radius: 15px;
  cursor: pointer;
  border: 1px solid var(--btn--idioma1);
}
.botoneraschangelive .btnliveesp a:hover{
  opacity: .7;
  transition: all .4s ease-in;
}
/* .botoneraschangelive .btnliveeng{
  margin-left: 10px;
} */

.botoneraschangelive .btnliveesp.inactive a{
  background: none; 
  color: #000; 
  border: 1px solid #9CB1B9;
  border-radius: 3px;
  border-radius: 15px 0px 0px 15px;
  cursor: pointer;
  transition: all .4s ease-in;
}



.botoneraschangelive .btnliveeng a{
  display: flex; 
  width: fit-content; 
  padding: 5px 8px; 
  /* background: #FFF;  */
  /* color: #1a2e52;  *//* height: 30px; */ 
  align-items: center; 
  justify-content: center; 
  border: 1px solid #9CB1B9;
  border-radius:  3px; 
  border-radius:  0 15px 15px 0;
  cursor: pointer;
  transition: all .4s ease-in;
  color: #FFF;
}
.botoneraschangelive .btnliveeng a:hover{
  opacity: .7;
  transition: all .4s ease-in;
}

.botoneraschangelive .btnliveeng.active a{
  /* display: flex; 
  width: fit-content; 
  padding: 5px 8px;  */
  background:var(--bg-hover-rojo);
  color: #FFF;
  border: 1px solid #c1272d;
}


.botonerasaccess{
  display: flex;
  width: 60%;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}

.botonerasaccess p{
  margin-right: 5px;
  color: var(--black);
}
.botonerasaccess p.accessp{
  color: #FFF;
  display: flex;
  align-items: center;
}
.botonerasaccess p#p1{
 color: var(--white);
}

.botonerasaccess.top{
  flex-direction: column;
  align-items: end;
  margin-bottom: 10px;
}

.templateup{
  display: flex;
    /* flex-direction: column; */
    align-items: end;
    max-width: 400px;
}

.templateup p strong{
  font-weight: 800;
}

.templatemiddle{
  display: flex;
  flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 5px solid var(--borderlive--iframe);
    border-left: 5px solid var(--borderlive--iframe);
    width: 100%;
    padding: 1em 0;
    display: none;
}

.botonerasaccess.bottom{
  display: none;
}
.textbajolive{
  color: #000;
  width: 70%;
  margin: 8px auto;
  font-size: 1.1em;
  /* margin-top: 8px; */
  background: rgb(252 252 252 / 80%);;
  margin-top: 15px;
  background: rgb(252 252 252 / 80%);
  border-radius: 15px;
  padding: 20px 5px;
  text-align: center;
}

.textbajolive strong{
  color: var(--btn--idioma1);
 
}



.accesscode{
  display: flex;
    width: fit-content;
    padding: 5px 8px;
    background: var(--bg--agenda--time);
    color: var(--text-white) !important;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
    transition: all .4s ease-in;
}


.accesscode:hover{
  opacity: .7;
  transition: all .4s ease-in;
}

.accesscode div{
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 5px;
  border-radius: 50%;
}

.accesscode div i{
  font-size: 12px;
}


.accesscode2{
  display: flex;
    width: fit-content;
    padding: 5px 8px;
    background: var(--bg--agenda--time);
    color: var(--text-white) !important;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
    transition: all .4s ease-in;
    margin-right: 10px;
}
/* 
background: #00bdf2;
background: #68cee7; */
.accesscode2:hover{
  opacity: .7;
  transition: all .4s ease-in;
}

.accesscode2 div{
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 5px;
  border-radius: 50%;
}

.accesscode2 div i{
  font-size: 12px;
}


.item .card .bottomcard .botoneraslive .enter{
  display: flex;
  width: fit-content;
  padding: 5px 8px;
  background: var(--bg-hover-rojo);
  color: var(--text-white);
  /* height: 30px; */
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
}

.item .card .bottomcard .botoneraslive .enter:hover{
  opacity: .9;
}

.item .card .bottomcard .botoneraslive .addcalendar{
  display: flex;
  width: fit-content;
  padding: 5px 8px;
  background: #25b3e5;
  color: var(--text-white);
  /* height: 30px; */
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 3px;
  cursor: pointer;
}

.item .card .bottomcard .botoneraslive .addcalendar:hover{
  opacity: .9;
}

.livecard{
  margin: 5px 0;
}



/* PONENTES */
.superboxponentes {
  display: flex;
  height: auto;
  width: 100%;
  min-height: 81vh;
  padding: 0rem 0 4rem;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
.sectponentes{
  display: flex;
  height: auto;
  width: 100%;
  justify-content: center;
  z-index: 1;
  background: var(--bg--ponentes--speakers);
  background-blend-mode: multiply;
  border-radius: 30px;
  border: 1px solid var(--border--ponentes--speakers);
}
.ponentestext{
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
  color: var(--titles--color);
  display: flex;
  /* text-align: left; */
  font-size: 2.4em;
  justify-content: center;
  width: 100%;
  /* text-align: left; */
  justify-content: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.card.itemext .content .listaamenidades{
  display: flex;
  font-size: 14px;
}
.boxponentes{
  display: flex;
  width: 90%;
  max-width: 1500px;
  flex-direction: column;
}
.titlesection{
  font-size: 1em;
}
.carouselponentes{
  margin: 20px 0;
}
.carouselponentes span {
  font-weight: 300;
}
/* Slider */
.slider{
  width: 100%;
  display: flex;
}
.slider .card{
  flex: 1;
  margin: 0 10px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  border: 1px solid #fff;
  padding: 10px;
  background: var(--bg-blue-strong-alfa);
}
.slider .card .img{
  height: 300px;
  width: 100%;
}
.slider .card .img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider .card .content{
  padding: 10px 0px;
}
.slider .card .content .ponentedate{
  color: var(--text-white);
 font-family: 'Banamex Text', sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
}
.slider .card .content .ponentedate p strong{
  color: var(--text-blueintense);
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
}
.slider .card .content .ponenciabajada{
  color: var(--text-white);
 font-family: 'Banamex Text', sans-serif;
  font-weight: 200;
  font-size: 14px;
  margin-bottom: 10px;
}
.slider .card .content .ponenciahorario{
  color: var(--text-white);
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.slider.owl-carousel .owl-dots.disabled, .slider.owl-carousel .owl-nav.disabled {
  display: block;
  display: flex;
  justify-content: space-between;
  top: 34%;
  position: absolute;
  width: 100%;
}
.slider.owl-carousel .owl-dots, .slider.owl-carousel .owl-nav {
  display: block;
  display: flex;
  justify-content: space-between;
  top: 34%;
  position: absolute;
  width: 100%;
}
.slider.owl-carousel .owl-nav .owl-next, .slider.owl-carousel .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    top: calc(50% - 25px);
    color: #fff;
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 50%;
}
.slider .owl-next {
  right: -45px;
  color: #fff;
}
.slider .owl-prev {
  left: -45px;
  color: #fff;
}
.slider .owl-next i{
  font-size: 50px;
  font-weight: 100;
}
.slider .owl-prev i{
  font-size: 50px;
  font-weight: 100;
}
.card .content .ponentedate{
  font-size: 1.1em;
  color: var(--text-blueintense);
}
.card .content .sub-title{
  font-size: .9em;
  font-weight: 200;
  color: var(--bluestrong);
  line-height: 20px;
}
.card .content .btn button:hover{
  transform: scale(0.9);
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  position: relative;
}



.gridspeakerstm{
  margin-top: 1.5em;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.gridspeakerstm .card{
  flex: 1;
  margin: 0px;
  /* box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; */
  border: none;
  padding: 0px;
  background: var(--bg--card--speaker);
  cursor: pointer;
  flex-direction: column;
    align-items: center;
}
.gridspeakerstm .card .img{
  /* height: 300px; */
  /* height: auto;
  width: 100%; */

  height: 260px;
    width: 260px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.gridspeakerstm .card .img img{
  position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* filter: sepia(100%) hue-rotate(185deg) saturate(200%); */
    /* border-radius: 50%; */
    border: 4px solid #FFF;
    transition: all .2s ease-out;
    border-radius: 25px;
}
.gridspeakerstm .card:hover .img img{
  filter: initial;
  transition: all .2s ease-in;
}


.gridspeakerstm .card .content{
  padding: 10px;
}
.gridspeakerstm .card .content .ponentedate{
  color: #FFF;
 font-family: 'Banamex Text', sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.gridspeakerstm .card .content .ponentedate p strong{
  color: var(--text--nombre--speaker);
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
  text-decoration: none;
  transition: all .3s ease-in;
  font-size: 1.3em;
}

.gridspeakerstm .card .content .ponentedate p strong:hover{
  color: #ccf8f6;
  transition: all .3s ease-in;
}

.gridspeakerstm .card .content .ponentedate p {
  color: var(--text--desc--speaker);
}

.gridspeakerstm .card .content .ponenciabajada{
  color: var(--text--desc--speaker);
 font-family: 'Banamex Text', sans-serif;
  font-weight: 200;
  font-size: 14px;
  margin-bottom: 10px;
}
.gridspeakerstm .card .content .ponenciahorario{
  color: var(--text-white);
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.gridspeakerstm.owl-carousel .owl-dots.disabled, .gridspeakerstm.owl-carousel .owl-nav.disabled {
  display: block;
  display: flex;
  justify-content: space-between;
  top: 34%;
  position: absolute;
  width: 100%;
}
.gridspeakerstm.owl-carousel .owl-dots, .gridspeakerstm.owl-carousel .owl-nav {
  display: block;
  display: flex;
  justify-content: space-between;
  top: 34%;
  position: absolute;
  width: 100%;
}
.gridspeakerstm.owl-carousel .owl-nav .owl-next, .gridspeakerstm.owl-carousel .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    top: calc(50% - 25px);
    color: #fff;
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 50%;
}
.gridspeakerstm .owl-next {
  right: -45px;
  color: #fff;
}
.gridspeakerstm .owl-prev {
  left: -45px;
  color: #fff;
}
.gridspeakerstm .owl-next i{
  font-size: 50px;
  font-weight: 100;
}
.gridspeakerstm .owl-prev i{
  font-size: 50px;
  font-weight: 100;
}

/*********************** Seccion Live ***********************/

.superboxlive {
  display: flex;
  height: auto;
  width: 100%;
  min-height: 81vh;
  padding: 0rem 0 4rem;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

.section.photo .superboxlive {
  display: flex;
  height: auto;
  width: 100%;
  min-height: 100vh;
  padding: 0rem 0 ;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

.suberboxblue{
  display: flex;
  width: 100%;
  flex-direction: column;
  background: var(--superboxlive--bg);
  padding: 3em ;
  align-items: center;
  border-radius: 25px;
}

.sectlive{
  display: flex;
  height: auto;
  width: 100%;
  justify-content: center;
  z-index: 1;
}

.livetext{
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
  color: var(--titles--color);
  display: flex;
  text-align: left;
  font-size: 2.4em;
  width: 100%;
  text-align: left;
  justify-content: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.boxvideolive{
  display: flex;
  width: 70%;

}

.boxvideochat{
  display: flex;
  width: 30%;
  /* height: 100%; */
}

/* .boxvideochat minnit-chat{
  width: 100%;
  border: 5px solid var(--borderlive--iframe);
    border-left: none;

} */

/* .boxvideochat minnit-chat iframe{
  height: 500px !important;

} */


.videolive{
  display: flex;
  width: 100%;
  position: relative;
}

.videolive iframe{
  border: 5px solid var(--borderlive--iframe);
  border-right: none;
}

/* Modal */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
 /*background-color: rgb(0,0,0); */ /* Fallback color */
  background-color: rgba(22,30,40,0.8); /* Black w/ opacity */
  
}

/* Content Perfil */
.perfil{
  margin: 30px auto;
  width: 100%;
  max-width: 900px;
  height: 100%;
  background-color: var(--bg-accesobox);
  border: 1px solid var(--border-accesobox);
  border-radius: 30px;
}
.content_perfil{
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
  position: relative;
}

.header_perfil{
  display: flex;
  width: 100%;
  height: 110px;
  /* background-image: url(img/header-modalv2.png); */
  text-transform: uppercase;
  top: -1px;
  left: 0;
  border-radius: 30px 30px 0 0;
  border-bottom: 5px solid white;
  align-items: center;
  justify-content: right;
}

.boxheader{
  display: flex;
  width: 50%;
  justify-content: center;
}

.header_perfil span{
  font-size: 24px;
  font-weight: bold;
}

.columnas_perfil{
  display: flex;
  flex-direction: row;
}

.perfil_left{
  display: flex;
  width: 50%;
  background-color: var(--bg-perfil--left);
  border-radius: 0px 0px 0px 30px;
  justify-content: center;
}

.boxperfil_left{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.boxperfil_left label{
color: #7366FF;
font-size: 2.3em;
text-align: center;
}

.photoperfil{
  display: flex;
  width: 220px;
  height: 220px;
  border: 1px solid var(--border--modal--photo--ponente);
  flex-direction: column;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.perfil_right{
  display: flex;
  width: 50%;
  background-color: var(--bg-perfil--right);
  border-radius: 0px 0px 30px 0px;
}

.boxperfil{
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 25px;
}

.info_boxperfil{
margin-bottom: 20px;
}

.info_perfil{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  margin-bottom: 25px;
}

.input_perfil{
  display: flex;
  flex-direction: column;
  color: #3FA9F5;
  width: 100%;
  margin-right: 25px;
}

.input_perfil label{
  margin-bottom: 10px;
  font-size: 1em;
}

.info_perfil input{
  background-color: transparent;
  border-bottom: 2px solid white;
  height: 20px;
  color: #fff;
}

.info_perfil input::placeholder{
  color: white;
  font-size: 1.5em;
}

.inputname{
  background-color: transparent;
  border-bottom: 2px solid white;
  font-size: 1.4em;
  color: #3FA9F5;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.inputname::placeholder{
  color: #3FA9F5;
  font-size: 1.4em;
}

.toggle_perfil{
  width: 100px;
}

.switch_perfil {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch_perfil input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderperfil {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #707475;
  -webkit-transition: .4s;
  transition: .4s;
}
.sliderperfil:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .sliderperfil {
  background-color: #F7B521;
}

input:focus + .sliderperfil {
  box-shadow: 0 0 1px #F7B521;
}

input:checked + .sliderperfil:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #222A49;;
}

.sliderperfil.round {
  border-radius: 34px;
}

.sliderperfil.round:before {
  border-radius: 50%;
}


/* Modal Content/Box */
.modal-content {
   display: flex;
   flex-direction: column;
   background-color: var(--bg--modal);
   border-radius: var(--border--modal--radious);
   margin: 15% auto;
   padding: 30px;
   width: 80%;
   color: #fff;
   border: 2px solid var(--border--modal--speaker);
   max-width: 800px;
   position: relative;
}

.modal-content .headermodal {
  position: absolute;
  width: 100%;
  height: 110px;
  /* background-image: url("img/header-modalv2.png"); */
  background: var(--header--bg--modal);
  /* top: -1px; */
  left: 0;
  border-radius: 30px 30px 0 0;
  /* border-bottom: 5px solid white; */
}


.modal-content .boxclosemodal {
  z-index: 1;
}
/* The Close Button */

.modal-content .boxclosemodal .close{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  width: fit-content;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  
}

.modal-content .boxclosemodal .close {
  color: var(--text--close--button);
  float: right;
  font-size: 28px;
  font-weight: bold;
  transition: all .3s ease-in;
  justify-content: center;
  align-items: center;
  background: var(--bg--close--button);
}

.modal-content .boxclosemodal .close i{
  font-weight: 100;
}

.modal-content .boxclosemodal .close:hover,
.modal-content .boxclosemodal .close:focus {
  color: var(--text-white);
  text-decoration: none;
  cursor: pointer;
}
.infomodalponente{
  display: flex;
  justify-content: space-between;
}

.infomodalponente .namemodal{
 font-family: 'Banamex Text', sans-serif;
  /* letter-spacing: 2px; */
  /* font-size: 1.4em; */
  color: var(--speaker--title--modal);
  font-size: 20pt;
  position: relative;
  z-index: 2;
 
}

.infomodalponente .ponenciamodal{
 font-family: 'Banamex Text', sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  color: var(--speaker--cargo--modal);
  margin-top: 10px;
}

.infomodalponente .horariomodal{
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: var(--text-white);
  margin-top: 10px;
}





.photomodalponente{
  display: flex;
  width: 220px;
  height: 220px;
  border: 1px solid var(--border--modal--photo--ponente);
}

.photomodalponente img{
 border-radius: 25px;
 z-index: 1;
 border: 3px solid #FFF;
}

.principalmodalponente{
  display: flex;
  width: 60%;
  height: auto;
  flex-direction: column;
  justify-content: center;
}

.descmodalponente{
  display: flex;
  margin-top: 15px;
  color: var(--speaker--desc--modal);
  font-size: .9em;
  text-align: justify;
}


@media only screen and (min-width: 64rem) {
  .menu {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    margin-left: auto;
    background: none;
    box-shadow: none;
  }
  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 1.25rem;
    margin: 0 auto;
  }
  .menu-link {
    text-transform: none;
  }
  .menu-block {
    margin-left: 2rem;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  order: -1;
  z-index: 10;
  width: 1.75rem;
  height: 1rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}
@media only screen and (min-width: 64rem) {
  .burger {
    display: none;
    visibility: hidden;
  }

  .header{
    /* background: rgba( 25, 42, 77, 1 ); */
    /* background: #056dae; */
    /* background: transparent; */
    background: var(--header--init);
/*     box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    /* backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px ); */
  
    /* border-bottom: 2px solid rgba( 255, 255, 255, 1 ); */
  }
}
.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background-color: var(--white);
  transition: 0.25s ease-in-out;
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}
.burger.is-active .burger-line:nth-child(2) {
  right: -1.5rem;
  opacity: 0;
  visibility: hidden;
}
.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

.banner-column {
  position: relative;
  display: grid;
  align-items: center;
  row-gap: 3rem;
}

#video-bg{
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

.bgfixedfijo{
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* object-fit: cover; */
  position: absolute;
  top: 0;
  z-index: -1;
  background-image: url('img/background_2024_v2.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

/* .bgfixedfijo img{
  height: 100%;
  width: 100%;
} */

/* SECCIONES */



/* ************************* */

/* LIVE */

/* EN VIVO */
.alertnow{
  display: flex;
  background: var(--bg--alertnow);
  justify-content: center;
  padding: 6px 0;
  /* border-bottom: 1px solid var(--bg-hover-rojo); */
 }
  
 .alertnow .inner{
   /* justify-content: initial; */
   align-items: center;
   margin: 0 auto;
    width: 90%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    max-width: 1500px;
    max-width: inherit;
    flex-wrap: nowrap;
        /* justify-content: initial; */
        align-items: center;
  }
 
  .alertnow .alertnowleft{
   display: flex;
   align-items: center;
   width: calc(100% - 150px);
  }
 
  .alertnow .alertnowrigth{
   display: flex;
   align-items: center;
 
   justify-content: right;
   width: fit-content;
  }
 
  .alertnow .alertnowrigth .imgcontainer{
   display: flex;
   width: 100%;
   max-width: 150px;
  }
 
  .alertnow .alertnowrigth .imgcontainer img{
   height: 30px;
   width: auto;
  }
 
  .alertnow .alertnowrigth .btnir{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 30px;
   height: 30px;
   /* border-radius: 50%; */
   color: #fff;
   background: var(--bg-hover-rojo);
   /* border-radius: 5px; */
   margin-left: 10px;
   transition: all .3s ease;
   z-index: 2;
  }
 
 
 
 .buttonred{
   background: var(--bg-hover-rojo);
   color: #ffffff;
   padding: 5px 10px;
   /* border-radius: 5px; */
   font-weight: bold;
 }
 
 .alertnow h2{
   color: #e2e2e2;
   font-weight: bold;
   /* letter-spacing: 2px; */
   cursor: pointer;
   margin-bottom: initial;
   font-size: 14px;
   margin-left: 1em;
   display: flex;
   align-items: center;
  }
 
  .alertnow h2 span{
   transition: all .3s ease;
  }
 
  .alertnow h2:hover span{
   color: #fff;
   text-shadow: 0 0 10px #fff,
                0 0 20px #fff, 
                0 0 40px #fff;
   transition: all .3s ease;
  }
 
  .alertnow h2 p{
   color: #e2e2e2;
   font-size: 12px;
   text-overflow: ellipsis;
   overflow: hidden; 
   white-space: nowrap;
  }
 
 
 /* Create the animation */
 @keyframes move {
   to { transform: translateX(-100%); }
 }
 
 .btnnow {
   display: block;
   position: relative;
   padding: 4px 10px;
   background-color: var(--btn--vivo);
   text-decoration: none;
   text-transform: uppercase;
   color: #005162;
   border-radius: 50px;
   border: 1px solid var(--btn--vivo);
   transition: all 0.2s;
   z-index: 1;
   outline: none;
   font-size: 12px;
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
 }
 .btnnow:hover > span:before {
   -webkit-animation: none;
           animation: none;
 }
 
 .btnnow i{
   color: var(--alernow--i);
   margin-right: 5px;
 }
 
 .alertnow:hover > .inner .alertnowrigth .btnir{
   /* opacity: .8; */
   transition: all .3s ease;
   filter: contrast(200%);
  }
 
 
 .btnnow:active {
   transform: translateY(0px);
   /* padding: calc(13px * 0.95) calc(25px * 0.95); */
   box-shadow: inset 0px 2px 1px #373737;
 }
 
 /* .btn_live {
   padding-right: 22px;
 } */
 
 span.live-icon {
   display: inline-block;
   position: relative;
   top: calc(50% - 5px);
   top: 2px;
   background-color: white;
   width: 10px;
   height: 10px;
   margin-right: 10px;
   border: 1px solid rgba(0, 0, 0, 0.1);
   border-radius: 50%;
   z-index: 1;
 }
 span.live-icon:before {
   content: "";
   display: block;
   position: absolute;
   background-color: rgba(255, 0, 0, 0.6);
   width: 100%;
   height: 100%;
   border-radius: 50%;
   -webkit-animation: live 2s ease-in-out infinite;
           animation: live 2s ease-in-out infinite;
   z-index: -1;
 }
 
 @-webkit-keyframes live {
   0% {
     transform: scale(1, 1);
   }
   100% {
     transform: scale(3.5, 3.5);
     background-color: rgba(255, 0, 0, 0);
   }
 }
 
 @keyframes live {
   0% {
     transform: scale(1, 1);
   }
   100% {
     transform: scale(3.5, 3.5);
     background-color: rgba(255, 0, 0, 0);
   }
 }
 

 section.hero.ponentes {
  /* background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),  url('img/bg_bnx_12_lateral.jpg') ; */
  /* background-image: url('img/background_bnmx2025_w3.jpg');  */
} 

section.hero.ponentes::before{
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  top: calc(50% - 250px);
  right: calc(0% - 250px);
  /* right:  -50%; */
  /* transform: translate(-50%, -50%); */


  background-image: url('img/flower-banamex.png');

  background-size: cover;
  background-position: center;
  border-radius: 50%; /* Opcional si quieres forma circular */
  animation: spin 6s linear infinite;
  z-index: 1;
 
}


/* FIN SECCIONES */

/******************** FOOTER ********************/
.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  color: #fff;
  background: var(--footer);
 font-family: 'Banamex Text', sans-serif;
  letter-spacing: 2px;
  /* position: fixed;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  z-index: 10; */
}

.footer > * {
  flex: 1 100%;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  color: var(--text-white);
  /* padding-top: 1rem; */
  /* border-top: 1px solid var(--blueligth); */
  /* font-weight: 200; */
  font-size: .8rem;
  max-width: 1500px;
  height: auto;
  margin: 0 auto;
  letter-spacing: 2px;
  justify-content: flex-start;
}

.legal a{
  color: var(--text-white);
 font-family: 'Banamex Text', sans-serif;
    font-weight: 200;
    font-size: 14px;
    transition: all .3s ease-in;
}

.legal a:hover{
  text-decoration: underline;
  transition: all .3s ease-in;
}

.legal__links {
  display: flex;
  align-items: center;
  color: var(--text-white);
}
.legal__links a {
  color: var(--text-white);
}

.legal__links a:hover {
  text-decoration: underline;
  transition: all .3s ease-in;
}




.minisector{
  display: flex;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  flex-direction: column;
}

/* VOD */
.vodtext{
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
  color: var(--welcome--title);
  display: flex;
  align-items: center;
  font-size: 2.2em;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.boxvod{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 1em 0;
  flex-direction: column ;
  padding: 2em;
  background: var(--bg--agenda);
  border: 3px solid var(--border--agenda);
  border-radius: 25px;

  
}
.vodgrid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  max-width: 1500px;
  margin: 0 auto;
  /* border-bottom: 1px solid #FFF; */
  padding-bottom: 20px;
  /*min-height: 80vh;*/
}
.boxgridvod {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  max-width: 1500px;
  margin-bottom: 1em;
  border-bottom: 3px solid #9CB1B9;
}
.boxgridvod .titleevents h3{
  color: var(--vod--title--section);
  text-transform: uppercase;
  font-size: 1.4em !important;
  margin-top: 1em;
  margin-bottom: .2em;
}
.itemvideo{
  width: 100%;
  /* display: inline; */
  display: flex;
  flex-direction: column;

}





.itmvideo{
  border-radius: 15px 15px 0 0 ;
}
/*
.itmvideo p strong{
  color: var(--vod--text--principal--carvideo);
 font-family: 'Banamex Text', sans-serif;
  font-weight: 800;
} */


.itmvideo iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*box-shadow: rgba(104, 204, 231, 0.65) 0px 5px 15px;*/
  /* color: rgb(104, 204, 231); */
  /* border: 3px solid var(--vod--border--video);
  border-radius: 25px; */
}

.itmvideo .containeervideo{
  padding: 57% 0 0 0; 
  position: relative;
  border-radius: 25px;
}

.itmvideo .containeervideo.mdl{
  padding: initial; 
  position: relative;
  border-radius: 25px;
  cursor: pointer;

}

.itmvideo .containeervideo.mdl img{
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 15px 15px 0 0 ;
}



.itmvideo .containeervideo.mdl .iconplay{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .5);
  color: #FFF;
  position: absolute;
  top: 0;
  z-index: 2;
  font-size: 1em;
  border-radius: 15px 15px 0 0 ;
 }

 .itmvideo .containeervideo.mdl .iconplay i{
  font-size: 3.5em;
 }

 .itmvideo .containeervideo #iframe{
  height: fit-content;
 }

.itmvideo .videobottom{
  display: flex;
  padding: 1em;
  background: var(--vod--bottom--video);
  border-radius: 0 0 15px 15px;
  
}

.itmvideo .videobottom .profilevideo{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 15px;
}

.itmvideo .videobottom .profilevideo img{
  width: 100%;
  border-radius: 50%;
  
}



.md-generic .header_modal, .md-info .header_modal, .md-error .header_modal, .md-warning .header_modal, .md-sucess .header_modal {
    width: 75%;
    margin: auto;
}


.itmvideo .videobottom .ponentvideo{
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 100%;
}

.itmvideo .videobottom .ponentvideo h1{
  color: white;
 font-family: 'Banamex Text', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
}

.itmvideo .videobottom .ponentvideo h2{
  color: #FFF;
 font-family: 'Banamex Text', sans-serif;
  font-weight: 200;
  font-size: 1em;
  /* margin-top: 1em; */
}

.itmvideo .videobottom .ponentvideo p{
  color: var(--vod--text--terciary--carvideo);
 font-family: 'Banamex Text', sans-serif;
  font-weight: 300;
  /* margin-top: 1em; */
}

.itmvideo .videobottom .ponentvideo .containdownload{
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.itmvideo .videobottom .ponentvideo .btndwonloadvid{
  background: var(--vod--text--secondary--carvideo);
  color: #FFF;
  text-decoration: none;
  width: fit-content;
  padding: 5px 10px ;
  border-radius: 5px;
  margin-top: 5px;
}


.itmvideo:hover .videobottom{
  background: var(--bg--agenda--time);
  color: #000;
}

.itmvideo:hover .videobottom .ponentvideo h1{
  color: #FFF;
}

.itmvideo:hover .videobottom .ponentvideo h2{
  color: #FFF;
}



.gridhouses{
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
  grid-gap: 20px;
  width: 80%;
  color: #fff;
  /* margin-top: 24%; */
  /* margin-top: 15%;
  margin-bottom: 10em; */
  margin: 15% auto 10em;
}

.gridhouses a{
  display: flex;
  align-items: flex-end;
  width: 100%;
}




.gridhouses a img{
  width: 100%;
}


.gridlist{
  /* display: grid; */
  /* grid-template-columns: 100px 2fr; */
  /* grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px; */
  display: flex;
  /* margin-bottom: 15px; */
  align-items: center;
  flex-direction: column;

}

.gridlist .iconboxpackage{
  width: 130px !important;
}


.gridlist .btnnow{
  width: fit-content;
}



.gridlist a{
  display: grid;
  width: 100%;
  margin-left: 10px;
  grid-template-columns: 60px 1fr;
}

.gridlist .packageday{
  display: flex;
  width: 100%;
  color:  var(--text-white);
  background: var(--bg-blue-strong);
  padding: 10px 0;
  padding-left: 105px;
  font-size: 1.5em;
  margin: 15px 0px;
  border-radius: 20px 20px 0 0 ;
}

.gridlist .packageday:first-of-type{
  margin-bottom: 15px;
  margin-top: 0px;
}

.gridlist .packagetexto{
  display: flex;
  width: 100%;
  padding: 12px 10px;
}




.datetextlist{
  color: #fff;
 font-family: 'Banamex Text', sans-serif;
  font-weight: 200;
}

.datetextlist strong{
  color: #fff;
  text-shadow: 0 0 5px var(--bg-blue-strong);
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
  margin-right: 5px;
  border-radius: 15px;
}

.welcomerigth ul{
  margin: auto;
}



.tabs-container {
  margin-top: 1em;
	padding: 2rem 0em ;
  background: var(--bg--agenda);
  border-radius: 25px;
  border: 3px solid var(--border--agenda);

}

/**
 * Tabs Block
 */
.tabs-block {
	display: flex;
	align-items: center;
	justify-content: center;
  width: 100%;
}

/**
 * Tabs
 */
.tabs {
	display: flex;
  width: 100%;
  flex-direction: column;
}

.tabs > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 15%;
}

.tabs > ul li {
	display: block;
}

.tabs > ul li:not(:last-child) {
	border-bottom: 1px solid #262626;
}

.tabs > ul li a,
.tabs > ul li a:visited {
	display: flex;
	border-bottom: none;
	text-decoration: none;
	background-color: var(--bg-blue-strong);
	color: #fff;
	padding: 10px 5px;
	transition: all 0.2s ease-in-out;
	word-wrap: break-word;
  justify-content: center;
  text-align: center;
}
.tabs > ul li:nth-child(1) a{
  border-radius: 15px 0 0 15px;
}
.tabs > ul li:nth-child(2) a{
  border-radius: 0 15px 15px 0;
}
/* .tabs > ul li.unico a{
border-radius: 15px;
} */

.tabs > ul li a:hover,
.tabs > ul li a:focus,
.tabs > ul li a:active {
	border-bottom: none;
	outline: 0;
}

.tabs > ul li a.active {
	background-color: var(--bg-hover-rojo);
	color: #000;
}

.tabs > ul li a:hover:not(.active) {
	color: #000;
  background-color: #F7B521;
}

.tabs > ul li a > span {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tabs > ul li a > span.tab-label {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.tabs > ul li a > span.tab-label div::after {
	content: '/';
}
.tabs > ul li a > span.tab-label div:last-child::after {
	content: '';
}

.tabs section {
	/* width: 85%; */
	/* background-color: var(--bg-blue-strong-alfa);  */
	padding: 1rem;
	/* display: none; */
	/* word-wrap: break-word; */
	/* border-bottom: 3px solid #9CB1B9; */
  /* border-top: 3px solid #9CB1B9; */
  margin: auto;
  box-sizing: border-box;
}

.tabs section > * {
	/* opacity: 0; */
	transform: translateY(20px);
	transition: opacity 0.2s, transform 0.2s;
}

.tabs section > *:nth-child(1) {
	transition-delay: 0.2s;
}

.tabs section > *:nth-child(2) {
	transition-delay: 0.3s;
}

.tabs section > *:nth-child(3) {
	transition-delay: 0.4s;
}

.tabs section > *:nth-child(4) {
	transition-delay: 0.5s;
}

.tabs section > *:nth-child(5) {
	transition-delay: 0.6s;
}

.tabs section > *:nth-child(6) {
	transition-delay: 0.7s;
}

.tabs section > *:nth-child(7) {
	transition-delay: 0.8s;
}

.tabs section > *:nth-child(8) {
	transition-delay: 0.9s;
}

.tabs section > *:nth-child(9) {
	transition-delay: 1s;
}

.tabs section > *:nth-child(10) {
	transition-delay: 1.1s;
}

.tabs section > *:nth-child(11) {
	transition-delay: 1.2s;
}

.tabs section > *:nth-child(12) {
	transition-delay: 1.3s;
}

.tabs section > *:nth-child(13) {
	transition-delay: 1.4s;
}

.tabs section > *:nth-child(14) {
	transition-delay: 1.5s;
}

.tabs section > *:nth-child(15) {
	transition-delay: 1.6s;
}

.tabs section > *:nth-child(16) {
	transition-delay: 1.7s;
}

.tabs section > *:nth-child(17) {
	transition-delay: 1.8s;
}

.tabs section > *:nth-child(18) {
	transition-delay: 1.9s;
}

.tabs section > *:nth-child(19) {
	transition-delay: 2s;
}

.tabs section > *:nth-child(20) {
	transition-delay: 2.1s;
}

.tabs section.active {
	display: block;
}

.tabs section.active-content > * {
	opacity: 1;
	transform: translateY(0);
}

.tab-head{
 display: block;
}

.tab-head .tab-link{
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }


.tab-body{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 15px;
}

.tab-body .itemagend{
  display: flex;
  width: 100%;
  color: white;
  border-bottom: 3px solid #9CB1B9;
  margin-top: 1em;
}
.tab-body .itemagend:first-child{
  margin-top: 0;
}
.tab-body .itemagend:last-child{
  border-bottom: none;
  margin-bottom: 1rem;
}


.tab-body .itemagend .profilephoto{
  max-width: 110px;
  margin-right: 1rem;
  margin-top: 2rem;
}

.tab-body .itemagend .profilephoto img{
  border-radius: 25px;
  margin-bottom: 0.4rem;
  /* border: 2px solid white; */
  width: 110px;
  height: 110px;
  max-width: initial;
}

.tab-body .itemagend .itemagendinfo{
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 1em 2em 0em 2em;
}

.tab-body .itemagend .itemagendinfo h4.time{
  background: var(--bg--agenda--time);
  color: #fff;
  font-size: 1.5rem;
  /* line-height: 2.4000000000000004rem; */
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  width: fit-content;
  margin: 0 0 5px;
  padding: 10px 12px;
  border-radius: 25px;
}

.tab-body .itemagend .itemagendinfo h3.title{
  font-size: 1.8em;
  font-weight: 600;
  line-height: 3.4rem;
  margin: 0;
  /* padding: 0rem .5rem; */
  color: var(--title--agenda--conferencia);
}

.tab-body .itemagend .itemagendinfo h4.sub-title{
  font-size: .9em;
  line-height: 2.4000000000000004rem;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0.2rem .5rem;
  /* color: var(--content--agenda--conferencia); */
  color: #f3f3f3;
}

.tab-body .itemagend .itemagendinfo .itemagendlive{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-body .itemagend .itemagendinfo .itemagendlive .livecard .btnnow{
  padding: 10px 12px;
  font-size: 1em ;
}

.tab-body .itemagend .itemagendinfo .itemagendabajo{
  display: flex;
  width: 100%;
  padding: 0 10px 10px;
  flex-direction: column;
}

.tab-body .itemagend .itemagendinfo .itemagendabajo span{
 font-weight: 300;
 color: var(--text--agenda--conferencia);
}
.tab-body .itemagend .itemagendinfo .itemagendabajo span strong{
  font-weight: 900;
  color: var(--text--agenda--conferencia--strong);

 }

.tabs > ul li a > span.tab-icon {
  font-weight: bold;
  font-size: 1em;
}

.lineaddcalendar{
  display: flex;
  width: 100%;
  padding: 5px 0;
  justify-content: flex-end;
}

.lineaddcalendar a{
  display: flex;
  width: fit-content;
  padding: 8px 10px;
  background: var(--bg--btn--agenda);
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  color: var(--text-white);
  /* border: 1px solid #FFF; */
  transition: all .3s ease-in;
}

.lineaddcalendar a:last-child{
  margin-left: 10px;
}

.lineaddcalendar a img{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.lineaddcalendar a:hover{
  background: var(--bg-hover-rojo);
  /* border: 1px solid var(--blueregular); */
  color: #FFF;
  transition: all .3s ease-in;

}


/* FAQS */


.boxcontentfaq{
  max-width: 800px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-direction: column;
  padding: 25px;
  background: var(--bg-blue-strong);
  color: var(--white);
  border-radius: 20px;
}

.boxcontenttitle{
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-direction: column;
  padding: 25px;
  background: var(--bg-blue-strong);
  color: var(--white);
  border-radius: 20px;
}


.boxtitlefaq{
  display: flex;
  width: 100%;
  margin: 2rem auto;
  text-align: center;
  justify-content: center;
}

.titlefaq{
  font-size: 2rem;
  /* font-family: "Basis Grotesque Pro Mono"; */
  font-weight: 100;
}


.boxtitlevr{
  display: flex;
  width: 100%;
  margin: 2rem auto;
  text-align: center;
  justify-content: center;
}

.titlevr{
  font-size: 2rem;
  /* font-family: "Basis Grotesque Pro Mono"; */
  font-weight: 100;
}


.faq-content {
  margin: 0 auto;
  width: 100%;
}

.faq-question {
  padding: 0px 0;
  border-top: 1px solid #000;
}
.faq-question:last-child {
  border-bottom: 1px solid #000;
}

.panel-title {
  font-size: 1em;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 20px 10px 20px 55px;
  display: block;
  cursor: pointer;
  font-size: 1.1em;
  /* font-family: "Basis Grotesque Pro Mono"; */
  font-weight: 600;
  /* text-align: center; */
  text-transform: uppercase;
  box-sizing: border-box;
}

.panel-title a{
  /* font-family: "Basis Grotesque Pro"; */
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.panel-content {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 200;
  padding: 0px 50px;
  margin: 0 ;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  background: var(--bg-blue-strong) ; 
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.panel-content p{
  margin-bottom: 10px;
}

.panel-content p strong{
  font-weight: 800;
}

.panel-content p a{
  color: var(--header-card);
  font-weight: 400;
}

.panel-content h3{
  color: var(--blueregular);
  font-weight: 400;
}



.panel-content a {
  cursor: pointer;
  color: #000;
  text-decoration: underline;
  z-index: 1;
}


.panel:checked ~ .panel-content{
  height: auto;
  opacity: 1;
  z-index: 1;
  padding: 14px 50px;
}
.panel:checked ~ .panel-title {
  background: var(--bg-footer) ; 
}

.plus {
  position: absolute;
  color: var(--bg-hover-rojo);
  margin-left: 10px;
  margin-top: 11px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}


#hubspot-messages-iframe-container.widget-align-right {
  right: 0!important;
  bottom: 0px !important;
}

.fixedline{
  display: flex;
  /* background: green; */
  width: 100%;
  height: 130px;
  position: fixed;
  z-index: 2;
  top: 125px;
  background-image: url(img/line_fixed_bg.jpg);
  background-repeat: no-repeat;
    background-size: inherit;
    justify-content: center;
}

.fixedline.noactivelive{
  top: 82px;
}

.fixedline .boxfixedline{
  margin: 0 auto;
    /* padding: 162px 0 1rem; */
    width: 100%;
    max-width: 90%;
    display: flex;
    align-items: center;
}


.fixedline .fixedtitle{
  display: flex;
  align-items: center;
  justify-content: flex-start;
 font-family: 'Banamex Text', sans-serif;
  font-weight: bold;
  color: var(--var-titles);
  display: flex;
  align-items: center;
  font-size: 3.4em;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  text-transform: uppercase;
  /* width: 50%; */
  /* padding-right: 5%; */
}

/* .fixedline .fixedimg{
  display: flex;
  justify-content: flex-end;
  width: 60%;
  position: relative;
}
.fixedline .fixedimg img{
  height: 100%;
  position: absolute;
} */

/***** VR ******/

.vr{
  display: flex;
  width: 100%;
  justify-content: center;
  height: calc(90vh - 110px);
  margin-top: 1em;
    padding: 2rem 0em;
    background: rgba(34, 42, 73, .85);
    border-radius: 25px;
    border: 3px solid var(--border--agenda);
}

.boxvr{
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 1300px;
}
.vrselector{
  display: flex;
  justify-content: center;
  width: 100%;
}

.vrselector div{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  /* margin: 0 10px; */
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 0px;
  cursor: pointer;
  background: var(--bg--agenda);
}
.vrselector div.active{
  background: var(--bg-hover-rojo);
  color: var(--bg--agenda);
}

.vrselector div:nth-child(1){
  border-radius: 15px 0 0 15px;
}
.vrselector div:nth-child(3){
  border-radius: 0 15px 15px 0;
}

.contenedorvr{
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 2em;
}

.contenedorvr div{
  display: flex;
  width: 100%;
  justify-content: center;
}

.contenedorvr div iframe{
  display: flex;
  width: 100%;
  justify-content: center;
}

.boxcontentvr{
  display: flex;
  width: 100%;
}

.titlecapacitate{
  color: var(--titlecapacitate);
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 1em;
}

.subtitlecapacitate{
  color: #000000;
  font-size: 1.8em;
  margin-bottom: 1em;
}

.listcapacitate{
  color: #000000;
  font-size: 1.4em;


}


.listcapacitate ul {position:relative;width:400px;height:auto; padding: 15px;}
.listcapacitate ul:before, .listcapacitate ul>:first-child:before{
    position:absolute;
    width:80px; height: 80px;
    border-color:red; /* or whatever colour */
    border-style:solid; /* or whatever style */
    content: ' ';
}
.listcapacitate ul:before {top:0;left:0;border-width: 1px 0 0 1px}
.listcapacitate ul>:first-child:before {bottom:0;right:0;border-width: 0 1px 1px 0}




.listcapacitate ul li{
  display: block;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.listcapacitate ul li i{
  
  font-size: .5em;
  margin: auto;
  margin-right: 5px;
}

.divisorregister{
  display: flex;
  padding: 10px;
  justify-content: center;
}

.divisorregister.amarillo{
 background: #FBB03B;
}
.divisorregister.azul{
  background: #005162;
 }

 .divisorregister.rojo{
  background: var(--divisor--register--rojo);
 }

 .divisorregister.circles{
  background: transparent;
  padding: 0;
 }

 

 .divisorregister div{
  display: flex;
  flex: 1;
  justify-content: center;
}

.divisorregister div img{
  height: 75px;
  width: auto;
}

.divisorregister.circles div img{
  height: initial;
  width: 100%;
 }

.herowelcome.register .welcomesuperbox {
  padding: 20px;
  min-height: auto;
}

.herowelcome.register .welcomesuperbox .welcomeleft{
  min-height: auto;
  padding: 120px;
  height: auto;
}

.herowelcome.register .welcomesuperbox .welcomerigth{
  min-height: auto;
}

.donwloadpdf{
  display: flex;
  padding: 10px;
  border-radius: 0 0 15px 15px;
  background: var(--vod--download--pdf);
}
.donwloadpdf div:nth-child(1){
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
 color: var(--vod--download--text);
}
.donwloadpdf div:nth-child(2){
  width: 20%;
  color: var(--vod--download--text);
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.toggle-password {
  /* float: right; */
  cursor: pointer;
  margin-right: 10px;
  margin-top: -27px;
  /* width: 100%; */
  right: 0;
  display: flex
;
  justify-content: flex-end;
  margin-left: -10px;
  /* padding-right: 14px; */
  position: absolute;
  bottom: 10px;
}

.encuest{
  padding-top: 80px;
  height: 100vh;
  display: flex
;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.encuest iframe{
  max-width: 1500px;
  height: 100vh;
}

.textagendaheader{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.textagendaheader p{
  font-size: 1.8em;
}

.encuentro_logo{
  width: 90%;
  max-width: 520px;
}

.horarios_home{
  
    width: 100%;
    max-width:360px;

}

.yapensaste{
  
    width: 100%;
    max-width: 360px;
}

.aqui{
  
    width: 100%;
    max-width: 360px;
}



@media (min-width: 576px) {

	.tabs > ul {
		/* width: 150px; */
    display: flex;
    width: fit-content;
    width: calc(100% - 150px);
    padding: 0 2rem;
    margin: 0 auto;
	}

	.tabs > ul li a {
		flex-wrap: wrap;
	}

	.tabs > ul li a > span {
		width: 100%;
	}

	.tabs > ul li a > span.tab-label {
		width: 100%;
    display: flex;
    margin-top: 0.2rem;
    width: 100%;
	}

	.tabs section {
		width: calc(100% - 150px);
		padding: 0 2rem;
	}
}
/* @media (min-width: 768px) {


	.tabs-container {
		padding: 4rem 4rem;
	}
} */
/* @media (min-width: 992px) {

	.tabs {
		width: 800px;
	}
} */





@media only screen and (min-width: 3360px) {
  .gridhouses {
    margin: 21% auto 10em;
  }
}


@media only screen and (max-width: 3000px) {
  .gridhouses {
    width: 100%;
    margin: 15% auto 10em;
  }
}

@media only screen and (max-width: 2830px) {
    .gridhouses {
      width: 100%;
      margin: 26% auto 10em;
    }
}

@media only screen and (max-width: 2560px) {
  .gridhouses {
    width: 100%;
    margin: 20% auto 10em;
  }
}


@media only screen and (max-width: 1920px) {
  .gridhouses {
    width: 80%;
    margin: 21% auto 10em;
  }
}


@media only screen and (min-width: 1921px) {
  .fixedline {
    background-size: cover;
  }
  .section {
    width: 100%;
    max-width: 1600px;
  }
}




@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    /* margin-left: auto; */
  }
}
@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }

  .nav__item--extra {
    flex-grow: 2;
  }

  .footer__addr {
    flex: 1 0px;
  }

  .footer__nav {
    flex: 2 0px;
  }
}

@media only screen and (max-width: 1366px) {
  
  .gridagenda{
    grid-template-columns: repeat(4, 1fr);
    
  }
  .superboxagenda.newagenda .gridagenda{
    grid-template-columns: repeat(3, 1fr);
  }
  .subminisector {
    flex-direction: column-reverse;
  } 
  .agendatext, .ponentestext {
    font-size: 1.4em;
    /* justify-content: center; */
  }
  .subminisector h2 {
    font-size: 1.2em;
  }
  .subminisector h3 {
    font-size: 1em;
    
  }
  .subminisector p.bajada {
    font-size: 1em;
    margin-top: 12px;
  }
  .boxgridagenda .titleevents:nth-child(2n+1) {
    margin-top: 1em;
  }
  .vodgrid{
    grid-template-columns: repeat(3, 1fr);
  }
  .gridhouses {
    width: 90%;
    margin: 15% auto 10em;
  }
  .herowelcome {
    /* background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),  url('img/bg_bnx_12.jpg') ; */
    /* background-image: url('img/background_bnmx2025_w3.jpg');

    background-attachment: fixed;
    background-position: center left;
    background-size: cover; */
  }

.herowelcome.register{
  /* background-image: url('img/background_siigo_blanco.jpg'); */
}
  section.hero {
    /* background-position: right;
    background-size: cover;
    background-image: url('img/background_bnmx2025_w3.jpg');
    background: none; */
  }
  section.hero.agenda {
    /* background-position: right;
    background-size: cover;
    background-image: url('img/background_bnmx2025_w3.jpg');
    background: none; */
    background: #004f60;
  }
  .herowelcome.sihidden {
    /* background-position: right;
    background-size: cover;
    background-image: url('img/background_bnmx2025_w3.jpg');
    background: none; */
    background: #004f60;
  }
  section.marquesina {
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top right;
    /* background-image: url('img/background_bnmx2025_w3.jpg');
    background: none;
    min-height: 100vh;
    object-fit: cover; */
    /* position: absolute; */
    background: #004f60;
  }
  section.hero.ponentes {
    background: none;
  } 


  .welcomerigth.list ul {
    background: rgba(5, 109, 174,.8);
  }
  .welcomeleft.list{
    width: 100%;
    /* min-height: auto; */
    margin-top: 0px;
    padding: 0px;
  }
  .logowelcome img {
    width: 60%;
    height: auto;
  }

  .inputacceso.gridregistro div.orden {
    flex-direction: column;
  }
  .inputacceso.gridregistro div.orden .ordena, .inputacceso.gridregistro div.orden .ordenb {
    width: 100%;
  }
  .inputacceso.gridregistro div.orden .ordena{
    margin-bottom: 15px;
  }
  .menu-link { 
    font-size: 12px;
  }
  .gridspeakerstm .card .img {
    /* height: 300px; */
    height: 200px;
    width: 200px;
    /* position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; */
  }
  .livetext{
    text-align: center;
    justify-content: center;
    font-size: 1.4em;
  }
  .fixedline .fixedtitle {
    /* text-align: center;
    justify-content: center; */
    font-size: 1.4em;
  }

  .titlecapacitate {
    font-size: 1.8em;
  }
  .subtitlecapacitate {
    font-size: 1.4em;
  }
  .listcapacitate {
    font-size: 1.2em;
  }
  .suberboxblue {
    padding: 2em;
  }
  /* .herowelcome {
    box-sizing: border-box;
    background: url("img/background_bnmx2025_w3.jpg") left center / 40% no-repeat transparent;
    position: relative;
    width: 100%;
  } */

}


@media only screen and (max-width: 1280px) {
  .menu-link {
    font-size: 1.3em;
  }
  .menu-inner {
    column-gap: initial;
  }
}


@media only screen and (max-width: 1025px) {

  .welcometitle {
    font-size: 3em;
  }
  .welcomerigth {
    padding: 40px;
  }
  .welcomeleft {
    padding: 40px;
  }
  .gridagenda{
    grid-template-columns: repeat(3, 1fr);
    
  }
  .gridspeakerstm{
    grid-template-columns: repeat(3, 1fr);
  }
  .superboxagenda.newagenda .gridagenda{
    grid-template-columns: repeat(2, 1fr);
  }
  .lineaddcalendar{
    flex-direction: column;
  }
  .lineaddcalendar a{
    width: 100%;
    box-sizing: border-box;
  }
  .lineaddcalendar a:last-child {
    margin-left: 0px;
    margin-top: 1em;
  }
  .brand img {
    height: 40px;
  }
  .welcomesuperbox {
    flex-direction: column;
    /* min-height: auto; */
  }
  .welcomeleft {
    width: 100%;
    min-height: auto;
  }
  .welcomerigth {
    width: 100%;
    min-height: auto;
  }
  .btnsactionlive {
    width: 100%;
    flex-direction: column-reverse;
  }
  .botoneraschangelive {
    display: flex;
    width: 100%;
    /* justify-content: center; */
  }
  .botonerasaccess {
    display: flex;
    width: 100%;
    margin-top: 10px;
    justify-content: center;
  }
  .menu-inner {
    column-gap: 0.25rem;
  }
  .boxheader {
    width: 100%;
  }
  .columnas_perfil {
    flex-direction: column;
  }
  .perfil_left {
    width: 100%;
    border-radius: 0;
  }
  .perfil_right {
    width: 100%;
    border-radius: 0 0 30px 30px;
  }
  .divisorregister div img {
    height: 55px;
    width: auto;
  }

  section.hero.agenda .section{
    padding: 120px 0 1rem;
  }
  .herowelcome {
   
    /* background-position: left top;
    background-size: 60% auto; */
    background-size: cover;
  }
  .welcomeleft img {
    margin-bottom: 2em;
}

  /* .videolive iframe {
    height: 98% !important;
} */
 
 
}

@media (max-width: 767px) {

}

@media only screen and (max-width: 800px) {
  .navbar {
    height: 55px;
  }
  .brand img {
    /* height: 90px; */
    width: auto;
    position: absolute;
    margin-top: -22px;
  }
  
  .timer {
    padding-top: 40px;
    width: 100%;
  }
  .herowelcome {
    /* height: 100%; */
    height: auto;
    min-height: auto;
    background-size: cover;
  }
  
  /* .welcomeleft {
    height: auto;
  }
  .welcomerigth {
    height: auto;
  } */

  .welcomerigth.list{
    min-height: 70vh;
    padding: 1em;
  } 
  .welcomeleft.list .logowelcome{
    /* display: none; */
  }
  .welcomeleft.list .timer{
    display: none;
  }

  .accesosuperbox{
    width: 90%;
    margin: 0 auto;
    align-items: center;
    min-height: auto;
  }
  .gridagenda{
    grid-template-columns: repeat(2, 1fr);
    
  }
  .gridspeakerstm{
    margin-top: 1.5em;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .arrowsvertical {
    display: none;
  }
  .brand.newbrand img {
    /* height: 35px; */
    width: auto;
  }


  .sectlive{
    flex-direction: column;
  }
  
 
  
  .boxvideolive{
    width: 100%;
  
  }
  
  .boxvideochat{
    margin-top: 2em;
    display: flex;
    min-height: 30em;
    width: 100%;
  }
  .boxvideochat iframe{
    min-height: 30em;
    height: 100%;
    width: 100%;
  }
  .boxvideochat minnit-chat{
    width: 100%;
  } 
  .btnnow {
    display: flex;
    font-size: 12px;
  }
  .alertnow .alertnowrigth .imgcontainer img{
    display: none;
  }
  .alertnow .alertnowrigth {
    width: fit-content;
  }
  .alertnow .alertnowrigth .btnir {
    margin-left: 0px;
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .alertnow .alertnowleft {
    display: -webkit-inline-box;
    width: calc(100% - 110px);
  }
  .alertnow .alertnowrigth .imgcontainer {
    display: none;
  }
  .alertnow h2 {
    font-size: .9em;
    margin-left: .5em;
    width: 100%;
  }
  .alertnow h2 span {
    transition: all .3s ease;
    text-overflow: ellipsis;
    overflow: hidden;  
    white-space: nowrap;
  }
  span.live-icon {
    margin-left: 5px;
  }
  .vodgrid{
    grid-template-columns: repeat(2, 1fr);
  }

  .botoneraschangelive {
    /* display: flex; */
    width: 100%;
    /* justify-content: flex-start; */
    /* margin-bottom: 20px; */
  }

 .botonerasaccess.top{
    display: none;
  } 
  
  .botonerasaccess.bottom{
    display: flex;
    width: 100%;
    margin-top: 2em;
    flex-direction: column;
  }
  .templatemiddle{
      display: flex;
  }
  /* .herowelcome.sihidden .welcometitle{
    display: flex;
  } */

  .gridlist a {
    grid-template-columns: 45px 1fr;
    font-size: .8em;
  }
  .inputacceso.gridregistro{
    display: flex;
    flex-direction: column;
  }
  .welcomerigth {
    padding: 20px;
  }
  .welcomeleft {
    padding: 20px;
    align-items: flex-start;
  }
  .welcomeleft img{
    margin-bottom: 2em;
  }
  .encuentro_logo {
    width: 100%;
  }
  .yapensaste {
    max-width: 260px;
  }
  .horarios_home {
    width: 100%;
    max-width: 230px;
  }
  .aqui {
    max-width: 210px;
  }

  .herowelcome.novohome .welcomerigth {
    padding: 20px;
  }
  .logowelcome{
    margin-bottom: 2em;
  }
  .inputacceso.gridforgot {
    grid-column-gap: 0px;
  }
  .inputacceso.gridsend div.orden1 {
    font-size: 1.4em;
  }

  /* .tab-body .itemagend .itemagendinfo .itemagendlive {
    flex-direction: column-reverse;
    align-items: flex-start;
  } */
  .tab-body .itemagend .itemagendinfo h4.time {
    font-size: 16px;
    padding: 6px 12px;
  }
  .tab-body .itemagend .itemagendinfo .itemagendlive .livecard .btnnow {
    font-size: 12px;
    padding: 6px 12px;
    margin-bottom: 0px;
    /* background: #f2f2f2; */
    display: flex;
    align-items: center;
  }
  .tab-body .itemagend .itemagendinfo .itemagendlive .livecard .btnnow i{
    margin-left: 5px;
    
  }
  .tab-body .itemagend {
    flex-direction: column;
  }
  .tab-body .itemagend .itemagendinfo {
    padding: 0em;
  }
  .tab-body .itemagend .profilephoto {
    display: flex;
    justify-content: center;
   margin: 0 auto 1em;
  }
  .tab-body .itemagend .itemagendinfo h3.title {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0rem;
  }

  /* section.marquesina {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),  url('img/bg_bnx_12_lateral.jpg') ;

  }

  .herowelcome {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),  url('img/bg_bnx_12_lateral.jpg') ;
    background-attachment: fixed;
    background-position: center right;
    background-size: cover;
  } */
  #hubspot-messages-iframe-container.widget-align-right {
    right: initial !important;
    bottom: 0px !important;
    position: fixed !important;
  }
  .principalmodalponente{
    justify-content: flex-end;
  }
  .section {
    padding: 211px 0 1rem;
  }

  .boxperfil_left label{
    font-size: 2em;
    text-align: center;
  }

  .herowelcome.register .welcomesuperbox .welcomeleft{
    padding: 20px;
  }

}
 




@media only screen and (max-height : 1366px) {
  .superboxponentes {
    min-height: 85vh;
  }
}

@media only screen and (max-height : 1024px) {
  .superboxponentes {
    min-height: 80vh;
  }
 

}

@media only screen and (max-height: 799px) {
  .heroacceso {
    height: auto;
  }
  .accesosuperbox{
    /* min-height: 100vh; */
  }
  .superboxponentes {
    min-height: 90vh;
  }
  .vodgrid{
    min-height: 90vh;
  }
  .herowelcome {
    height: auto;
  }
  .welcomeleft {
    height: 100%;
    /* min-height: auto; */
  }
  .welcomesuperbox {
    display: flex;
    width: auto;
    height: 100%;
    min-height: auto;
  }

 




}

@media only screen and (max-width: 768px) {
  .fixedline {
    /* display: flex; */
    /* background: green; */
    /* width: 100%;
    height: 130px;
    position: fixed;
    z-index: 2; */
    top: 97px;
   background-image: url(img/line_fixed_bg_mobile.jpg);
   background-repeat: repeat-x;
   background-size: contain;
     /* justify-content: center; */
  }
  .fixedline .boxfixedline {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .fixedline .fixedtitle {
    font-size: 1.4em;
    text-align: center;
    justify-content: center;
    margin-top: 1.2em;
  }
  .fixedline.noactivelive{
    top: 57px;
  }
  .section.photo {
    padding: 95px 0 0;
  }
  .listcapacitate ul{
    width: auto;;
  }
  /* .boxvideochat minnit-chat{
    border: 5px solid var(--borderlive--iframe);
    max-height: 400px;
    height: 100%;
  } */
  .videolive iframe {
    border: 5px solid var(--borderlive--iframe);

  }
  /* .videolive {
    width: 98%;
  } */
  .inputacceso.gridregistro div.orden.alingcenter {
    flex-direction: initial;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .inputacceso.gridregistro div.orden.alingcenter .optionsradio {
    display: flex;
    width: 90%;
    max-width: 100%;
    align-items: center;
  }
  .inputacceso.gridacceso div.orden7{
    flex-direction: column;
  }
  .inputacceso.gridacceso div.orden7 div:nth-child(2){
    margin-top: 10px;
  }
  /* .herowelcome{
    background-size: contain;
    background-position: center top 10%;
    background-attachment: fixed;
    background: none;
  } */
  

}


@media only screen and (max-width: 576px) {
  .tabs > ul {
    display: flex;
    width: 100%;
  }
  .tabs > ul li {
    width: 100%;
  }
  .tabs > ul li a > span.tab-icon  {
    display: none;
  }
  .tabs > ul li a > span.tab-label {
   flex-direction: column;
  }
  .tabs > ul li a > span.tab-label div::after {
    content: '';
  }
  .tabs > ul li a > span.tab-label div:nth-child(1) {
    font-weight: bold;
    font-size: 1.2em;
  }
  .tabs > ul li a > span.tab-label div:nth-child(2) {
    font-weight: 600;
    font-size: 1em;
  }
  .tabs > ul li a > span.tab-label div:nth-child(2) {
    font-weight: 400;
    font-size: .8em;
  }
  .vrselector div {
    padding: 10px 15px;
  }
}


@media only screen and (max-width: 500px) {
  .legal a {
    width: 100%;
    text-align: center;
  }
  .legal__links {
    width: 100%;
  }
  .logowelcome img {
    width: 90%;
    height: auto;
  }
  .imghour img{
    width: 90%;
    height: auto;
  }
  
  .footer {
    padding: 20px 10px;
  }
  .inputacceso.gridregistro div.orden8 {
    display: flex;
    flex-direction: column;
  }

  .inputacceso.gridregistro div.orden8 a{
    margin-bottom: 10px;
  }
  .inputacceso.gridregistro div.orden9 {
    display: flex;
    flex-direction: column;
  }

  .inputacceso.gridregistro div.orden9 a{
    margin-bottom: 10px;
    width: 100%;
  }
  .inputacceso.gridregistro div.orden9 a button{
    padding: 10px 15px;
    font-size: 12px;
    width: 100%;
  }

  .agendatext, .ponentestext {
    /* text-align: center;
    justify-content: center; */
  }

  .fixedline {
    /* display: flex; */
    /* background: green; */
    /* top: 98px;
    background-image: url(img/line_fixed_bg_mobile.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
  }
  .fixedline .boxfixedline {
    justify-content: flex-start;
  }
  .boxvideochat iframe{
    max-height: 50em !important;
  }
  .boxvideochat {
    margin-top: 0;
    max-height: 500px !important;
    min-height: initial;
  }
  /* .boxvideochat minnit-chat iframe{
    min-height: 40em !important;
  } */
  /* .boxvideochat minnit-chat iframe {
    height: 400px !important;
    min-height: 400px !important;
} */

  .fixedline.noactivelive{
    top: 70px;
  }
  .section {
    padding: 140px 0 1rem;
  }
  .counter {
    font-size: 2em;
  }

}

@media only screen and (max-width: 480px) {
  .modal-content {
    margin: 15% auto;
    padding: 20px;
    width: 95%;
  }

  .infomodalponente {
    flex-direction: column;
  }
  .principalmodalponente {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .photomodalponente {
    width: 150px;
    height: 150px;
    max-width: initial;
    margin: 0 auto;
  }
  .boxponentes{
    width: 100%;
  }
  .gridspeakerstm {
    grid-template-columns: repeat(1, 1fr);
  }
  .item .card .bottomcard {
    min-height: auto;
  }
  .brand img {
    height: 55px;
    width: auto;
    position: absolute;
    margin-top: -30px;
  }

  .brand.newbrand img {
    /* height: 40px; */
    width: auto;
  }
  .vodgrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .boxperfil_left label{
    font-size: 1.8em;
  }
  .perfil_left {
    border-radius: 0px 0px 30px 30px;
  }
  .accesosuperbox {
    width: 100%; 
  }
  .info_perfil input {
    font-size: 12px;
  }
  .input_perfil {
    margin-right: 15px;
  }
  .toggle_perfil {
    width: 50px;
  }
  .switch_perfil {
    width: 50px;
    height: 28px;
  }
  .sliderperfil:before {
    height: 20px;
    width: 20px;
  }
  input:checked + .sliderperfil:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
  }

  .tabs > ul {
    width: 100%;
  }
  .tab-head {
    display: flex;
  }
  /* .tabs > ul li {
    width: 100%;
  } */
  .lineaddcalendar {
    flex-direction: row;
    justify-content: flex-end;
  }
  .lineaddcalendar a {
    width: 45%;
    box-sizing: border-box;
    width: 32%;
    padding: 5px;
    font-size: 14px;
  }
  .lineaddcalendar a:last-child {
    margin-left: 0px;
    margin-top: 0em;
    margin-left: 10px;
  }
  .tab-body .itemagend .itemagendinfo .itemagendabajo {
    
    padding: 0 0 10px;
  }

  minnit-chat iframe{
    min-height: 25em !important;
    height: 25em !important;
  }
  .videolive iframe {
    border-right: 5px solid var(--borderlive--iframe);
    border-bottom: none;
  }
  .boxvideochat iframe {
    border-top: none !important;
  }
  .divisorregister div img {
    height: 40px;
    width: auto;
  }
  /* .herowelcome.register .welcomesuperbox .welcomeleft {
    min-height: auto;
    padding: 20px;
  } */
  .welcomerigth {
    padding: 0px;
  }
  /* .videolive iframe {
    border-right: 5px solid var(--borderlive--iframe);
    border-bottom: none;
    width: 99% !important;
  } */
}

@media only screen and (max-width: 414px) {
  .navbar {
    height: 70px;
  }
  .inputname{
    font-size: 1em;
  }
  .superboxponentes {
    padding: 0rem 0;
  }
  .section {
    padding: 9rem 0 1rem;
  }
  .minisector {
    padding-top: 1em;
  }
  .superboxagenda {
    margin-top: 1em;
  }
  .slider .card .img {
    height: 220px;
    width: 100%;
  }
  .slider .card .content .ponentedate {
    font-size: 14px;
  }
  .slider .card .content .ponenciabajada {
    font-size: 12px;
  }
  .slider .card .content .ponenciahorario {
    font-size: 12px;
  }
  .slider .owl-next i {
    font-size: 30px;
  } 
  .slider .owl-prev i {
    font-size: 30px;
  } 
  .alertnow h2 {
    transform: translateX(100%); 
    animation: move 10s linear infinite;
    width: 100%;
  }
  .alertnow h2 span {
    text-overflow: initial;
    overflow: initial;  
    /* white-space: initial; */
  }
  .alertnow h2 p {
   overflow: initial;
  }
  /* .alertnow .alertnowrigth {
    display: none;
  } */
  .alertnow .alertnowleft {
    display: -webkit-inline-box;
    width: 100%;
  }

  .gridagenda {
    grid-template-columns: repeat(1, 1fr);
  }
  .gridspeakerstm{
    grid-template-columns: repeat(1, 1fr);
  }
  .alertnow .inner {
    width: 100%;
  }

  /* .botoneraschangelive{
    justify-content: space-between;
  } */
  .botoneraschangelive .btnliveeng{
    margin-left: 0px;
  }
  .botoneraschangelive .btnliveeng a {
    font-size: 12px;
  }
  .botoneraschangelive .btnliveesp a {
    font-size: 12px;
  }
  .vodgrid{
    grid-template-columns: repeat(1, 1fr);
  }

  .btnsactionlive {
    width: 100%;
  }
  .botonerasaccess.bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin:  0;
  }

  .templateup {
   margin-bottom: 1em;
  }
  .suberboxblue {
    padding: 1em .5em;
  }
    /* .videolive iframe {
    border-right: 5px solid var(--borderlive--iframe);
    border-bottom: none;
    width: 99% !important;
  } */
  .videolive iframe {
    width: 97% !important;
  }
  .textagendaheader p {
    font-size: 1em;
  }
  .textbajolive{
    width: 100%;
  }
  
}





@media only screen and (max-width: 600px) {
 
}
@media only screen and (min-width: 64rem) {
 
}

@media only screen and (min-width: 50rem) {
 
}
@media only screen and (min-width: 64rem) {
  
}

@media only screen and (min-width: 64rem) {

}

@media (max-width: 600px) {
 
}


.tab-head{
  display: none !important;
}

span.agenda_expositor {
  color: #FFF !important;
  font-weight: bold !important;
}

span.txt_tema {
  color: #FFF;
}