/*General*/
html:not([lang="es-MX"]) [lang="es-MX"]{
display: none!important; 
}
html:not([lang="en-US"]) [lang="en-US"]{
display: none!important; 
}
.container{
    max-width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}
img {
    max-width: 100%;
    height: auto;
}
.centro {
  text-align:center;
}
.left{
  text-align:left;
}
.right{
  text-align:right;
}

.orange {
  color: #ea953f  !important;
}
.white {
  color: #fafafa  !important;
}
.red {
  color: #eb636b !important;
}
.purple {
  color: #4643c9 !important;
}
.mayus {
  text-transform: uppercase;
}
.b-orange {
  background: #f76950;
}
.b-green {
  background: #00ba80;
}
.b-purple {
  background: #4643c9;
}
.b-purple-2 {
  background: #DFE3F9;
}
.b-purple-3 {
  background: #e3e9ff;
}
.b-blue {
  background: #001e80;
}
.b-black {
  background: #212121;
}
.b-grey {
    background: #323232;
}
.b-grey2 {
    background: #eeeeee;
}
.b-grey3 {
    background: #484848;
}

a {
    color: #4643c9;
}

a:hover {
    color: #000;
}
a.btn-01 {
    background-color: #ffc545;
    border-color: #ffc545;
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 35px;
    margin: 9px 50px;
    border-radius: 10px;
}

a.btn-01:hover {
    color: #000000;
}

ol {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.33;
    padding-bottom: 20px;
}

ul {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.33;
    padding-bottom: 20px;
}

.cuadrado li {
    list-style: square;
}

li.cuadrado {
    list-style: square;
}

.letra li{
    list-style: lower-alpha;
}
/* SETUP */
.underline {
    text-decoration: underline!important;
}

.no-underline {
    text-decoration: none!important;
}

.txt24 {
    font-size: 24px!important;
    line-height: 29px!important;
}

.txt48 {
font-size: 48px!important;
line-height: 48px!important;
}
@media (max-width: 991px) {
.txt48 {
    font-size: 24px!important;
    line-height: 29px!important;
}
}

.txt64{
font-size: 64px!important;
    line-height: 64px!important;
}

@media (max-width: 1280px) {
    .txt64 {
        font-size: 36px!important;
        line-height: 43px!important;
    }
}
@media (max-width: 991px) {
    .txt64 {
        font-size: 24px!important;
        line-height: 29px!important;
    }
}
/* SETTINGS */
li {
    list-style: initial;
}
.list-style-decimal li{ 
    list-style-type: decimal!important;
}

.cursor-pointer {
    cursor: pointer!important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #4643C9!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #4643C9!important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #4643C9!important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #4643C9!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #4643C9!important;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #4643C9!important;
}


.has-input-search {
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.469);
    color: #ffffff !important;
    padding: 10px 0px!important;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.has-input-search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #6e6e6e!important;
}
.has-input-search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #6e6e6e!important;
   opacity:  1;
}
.has-input-search::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #6e6e6e!important;
   opacity:  1;
}
.has-input-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #6e6e6e!important;
}
.has-input-search::-ms-input-placeholder { /* Microsoft Edge */
   color:    #6e6e6e!important;
}

.has-input-search::placeholder { /* Most modern browsers support this now. */
   color:    #6e6e6e!important;
}

.has-input {
    font-size: 13px!important;
    color: #4643C9 !important;
    padding: 11px 20px!important;
    border-radius: 0 !important;
    border: none !important;
    font-weight: bold;
}

.has-submit{
    font-size: 13px!important;
    background: rgb(0, 0, 0) !important;
    color: #ffffff !important;
    padding: 13px 20px;
    width: 100%;
    max-width: 240px;
    border: 0 !important;
    border-radius: 0 !important;
}

.has-content p,
.has-content h2 {
    margin-bottom: 20px;
}

.h-md-60 {
    height: 60px!important;
}

@media(max-width: 768px) {
    .h-md-60 {
        height: 40px!important;
    }   
}

.max-w-400 {
    max-width: 400px;
}

.max-w-600 {
    max-width: 700px;
}

.max-w-770 {
    max-width: 770px;
}

.max-w-900 {
    max-width: 900px;
}

.h-550 {
    min-height: 500px;
}

@media(max-width: 768px) {
    .h-550 {
        min-height: auto;
    }
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-opacity:hover {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    opacity: 0.7;
}

/* COLOR */
.c-black {
    color: #000!important;
}

.c-373737 {
    color: #373737!important;
}

.bg-gray-9A9A9A{
    background-color: #9A9A9A!important;
}

.bg-F2F2F2 {
    background-color: #F2F2F2!important;
}

.bg-ultraviolet {
    background-color:#4643C9!important;
}

.bg-ultraviolet-to-white {
    background: linear-gradient(0deg, #ffffff 30%, #4643C9 30%);
}

@media (max-width: 768px) {
    .bg-ultraviolet-to-white {
        background: #4643C9!important;
        padding-bottom: 40px;
    }
}



.c-utraviolet {
    color:#4643C9!important;
}

.bg-light-gray {
    background-color: #F2F2F2;
}

/* RESET PADDING */
.p4 {
    padding: 1.5rem !important;
}

.p-md-5 {
    padding: 3rem !important;
}

@media (min-width: 768px) {
    .p4 {
        padding: 1rem !important;
    }

    .pmd5 {
        padding: 3rem !important;
    }
}

@media (max-width: 768px){
    .p-md-5 {
        padding: 1rem !important;
    }
}

.pt-100 {
    padding-top: 100px;
  }
  @media (max-width: 768px) {
    .pt-100 {
      padding-top: 40px;
    }
  }
  
.pb-100 {
    padding-bottom: 100px;
}
@media (max-width: 768px) {
    .pb-100 {
      padding-bottom: 40px;
    }
}

.mb3 {
    margin-bottom: 1rem !important;
}

@media (min-width: 768px) {
    .mbmd4 {
        margin-bottom: 1.5rem !important;
    }
}

/* OVERWRITE */

ul.dropdown-menu li::marker {
    list-style: inherit !important;
    display: none;
    color: transparent !important;
}

.siteforceStarterBody {
    top: inherit!important;
}

.slds .p-3 {
    padding: 1rem !important;
}
/* LANG */

.LTEEventWrapper {
    overflow-y: inherit;
    overflow-x: hidden!important;
}

.headerEvent.cEVE_SwitchLenguage {
    position: absolute!important;
    height: 0;
    padding: 0!important;
    width: 50px;
    right: 30px!important;
}

td.headerColSelectIdioma {
    position: relative!important;
    text-align: right;
    top: 55px!important;
    right: inherit!important;
    padding-right: 0;
}

@media(max-width: 1220px){
    .headerEvent.cEVE_SwitchLenguage {
        right: 17px !important;
        top: 0px;
    }
    button.animated-icon {
        right: 52px;
    }
}


@media(min-width: 992px){
    .st-menu.fw-bold {
        position: relative;
        right: 30px
    }
}

/* .cEVE_SwitchLenguage .headerColSelectIdioma a {
display: none;
} */

.fr-view img.fr-dib.fr-fil {
    margin: inherit;
    margin-bottom: 0;
}

.pfm *.slds-text-body--regular, .pfm *.slds-text-body_regular, .pfm *.slds-text-body--small, .pfm p, .pfm .fonteva-slds-text, .pfm .fonteva-slds-text p, .pfm .fonteva-slds-text span, .pfm .uiOutputRichText, .pfm .lookup-attendee, .pfm .selectize-dropdown, .pfm .selectize-input, .pfm .slds-form-element__label, .pfm .selectize-input input, .pfm .slds-select, .pfm .slds-input, .pfm .slds-button-picklist.slds-picklist__label {
    -webkit-color: #000000;
    -moz-color: #000000;
    -ms-color: #000000;
    -o-color: #000000;
    color: #000000;
}


/* COLUMNS */
.grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px;
}

.col-2dot4, .col-sm-2dot4, .col-md-2dot4, .col-lg-2dot4, .col-xl-2dot4 {
    position: relative;
    /* width: 100%; */
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* .col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
} */

@media (min-width: 540px) {
.col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
@media (min-width: 768px) {
.col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
@media (min-width: 960px) {
.col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
@media (min-width: 1140px) {
.col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}

/*Header*/
header{
    font-size: 13px;
}

header .logo{
    max-width: 166px;
}


/*Footer*/
#footer .row.white.centro {
    padding-top: 30px;
}
#footer p {
    font-size: 11px;
    letter-spacing: .8px;
    color:#fafafa;
}
#footer a {
    color: #fafafa;
}
#footer img {
    max-height: 59px;
}
.to-top {
    background-color: #373737;
    color: #9f9197;
    z-index: 9999;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    position: sticky;
    bottom: -100px;
    left: 50%;
    margin-left: -20px;
    padding-top: 10px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.to-top:hover {
    background-color: #da4980;
    color: #fff;
}
/*Home*/
.btn-home {
    background-color: #ffc545 !important;
    border-color: #ffc545 !important;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 35px;
    margin: 0px;
    border-radius: 10px;
    width: 350px !important;
}
.home-01 {
    background-image: url(https://s3.us-east-1.amazonaws.com/fonteva-customer-media/00DU700000042hZMAQ/RexzXYTV_banner_fondo_mar2024_webp);
    background-size: cover;
    width: 100%;
    max-width: 150%;
}
img.home-02{
    width: 50%;
}
img.home-03{
    width: 700px;
    margin-bottom: 10px;
}
img.home-lineas {
    width: 70%;
}
a.home-lineas {
    margin: 10px;
    padding: 15px 40px;
}
h2.home-lineas {
    font-size: 40px !important;
}

.home-eventos p {
    margin: 20px 0px !important;
}

/*Conferencistas*/
.bg-sponsor {
    background-size: cover;
    background-image: url(https://s3.us-east-1.amazonaws.com/fonteva-customer-media/00D41000001NkaUEAS/bglKPKli_fondo_patrocinadores2_scaled_webp);
}
#conferencistas {
    padding-top: 70px;
}
#conferencistas h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 0px;
}
[data-name="event-speakers"] {
    background: #001e80;
}
[data-name="Event_Speakers"] {
    display: none;
}
[data-name="event-speakers"] .slds-grid.slds-wrap.slds-grid--vertical-stretch.slds-grid--pull-padded {
    max-width: 1200px;
    margin: 0 auto;
}
[data-name="event-speakers"] .slds-size--1-of-1.slds-medium-size--1-of-2.slds-large-size--1-of-4.slds-p-around--small.slds-is-relative {
    width: 16.6%;
}
[data-name="speaker-name"].slds-text-heading--small.slds-font-weight--semi-bold {
    color: #fafafa;
    padding-bottom: 0px;
}
[data-name="speaker-companyName"].slds-text-body--regular {
    color: #fafafa;
}
[data-name="event-speakers"] .slds-is-relative.slds-m-bottom--small {
    height: 200px;
}
.LTEEventSpeakers .fonteva-img_speaker {
    background-size: cover;
}

/* Eventos Especiales */
#eventosesp h1 {
    font-size: 40px;
    padding: 10px;
    font-weight: 300;
}

#eventosesp h2{
    font-weight: 300;
    font-size: 30px !important;
    padding-top: 20px;
    margin-bottom: 20;
}

#eventosesp img{
    width: 100%;
}

/* IFE Conference Talks */
div.talks {
    margin: auto;
    width: 65%;
    background-color: #e3e9ff;
    border-color: #4643c9;
    border-radius: 10px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

/*Noticias*/
.noticias p {
    border-radius: 10px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    width: 80%;
    margin: auto;
}

.noticias h4 {
    font-size: 24px !important;
    font-weight: 500;
}

/* Encabezado */
.encabezado img{
    height: auto;
    width: 100%;
    max-width:150% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.encabezado h2 {
    font-size: 40px !important;
    padding: 45px;
}

/* Registro */
.registro a{
    margin: 10px;
    width: 230px;
}
.registro h1{
    font-size: 40px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
}

.registro h2{
    font-size: 30px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 0;
}

.registro h3{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

/* Objetivos y lineas temÃ¡ticas  */
.txt2 p, .txt2 li{
    font-size: 15px;
}

/* Tipos de contribuciones*/
.contribuciones h2 {
    font-size: 35px !important;
    font-weight: 600;
}
.contribuciones h3 {
    font-size: 30px !important;
    font-weight: 400;
}
.contribuciones img{
    margin-top: 15px;
    width: 300px;
    height: 194px;
}

.contribuciones a{
    display: inline;
    background-color: #f3c756;
    border-color: #F3C756;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    color: #000000;
    font-size: 15px;
    letter-spacing: 3px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    padding: 15px 35px;
}
.contribuciones a:hover{
    color: #000;
}
.contribuciones p, .contribuciones li{
    font-size: 15px;
}

/* PolÃ­ticas de envÃ­o y  */
h2.sub{
    font-size: 21px !important;
    margin-bottom: 20px; 
}

h3.sub {
    font-size: 30px !important;
}

/* PolÃ­ticas de envÃ­os  y revisiÃ³n editorial y acadÃ©mica*/
.pre {
    margin-left: 70px;
}

/* Centro de autores IFE Conference */
.pre-2 {
    margin-left: 35px;
}

.tabla-01 table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

.tabla-01 td, .tabla-01 th {
    text-align: left;
    padding: 10px;
    border: 2px solid #4643c9 !important; 
}

.tabla-01 a {
    color: #4643c9;
    text-decoration: underline;
    text-decoration-color: #4643c9;
    text-decoration-thickness: 2px;
    font-size: 30px;
    padding: 10px;
}

.tabla-01 a:hover {
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.tabla-01 td:nth-child(2) {
    font-size: 14px; 
}

/* Memorias */
#memorias h5{
    font-size: 36px;
    margin-bottom: 10px;
}

#memorias p, #memorias ul{
    font-size: 18px;
}

a.btn-02 {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 35px;
    border-radius: 10px;
    margin-top: 10px;      
    margin-right: 100px;   
    margin-bottom: 50px;   
    margin-left: 20px; 
}

a.btn-02:hover {
    background-color: #000;
    border-color: #000;
    color: #CCC;
}

.pre-03 {
    margin-left: 20px;
    margin-right: 0px;
}

#hospedaje p {
    font-size: 18px;
}

.tabla-02 table {
    width: 80%;
    margin: auto;
    border-collapse: collapse;
}

.tabla-02 td, .tabla-02 th {
  font-size: 14px;
  border: 1px solid #000000 !important;
  padding: 5px 15px 30px 15px;
  vertical-align: top;
  text-align: center;
}

.tabla-03 table {
    max-width: 100%;
    margin: auto;
    border-collapse: collapse;
}

.tabla-03 td {
  font-size: 14px;
  border: 1px solid #000000 !important;
  padding: 10px 10px 10px 10px;
  margin: 0;
  line-height: 2;
}

td.centro {
    text-align: center;
}

/* Programa general*/
.tabs-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
}

.tabs label {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    justify-content: center;
    width: 33.33% !important;
    display: block;
    padding: 10px;
    margin: 0px;
    cursor: pointer;
    background-color: #dad3ea;
    transition: all 0.2s ease-in-out;
    border-color: #000000;
    border-style: solid; 
    order: 1;
}

.day1 {
    border-width: 1px 0px 0px 1px;
    border-radius: 30px 0px 0px 0px;
}

.day2 {
    border-width: 1px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

.day3 {
    border-width: 1px 1px 0px 0px;
    border-radius: 0px 30px 0px 0px;
}

label.day1-01 {
    border-width: 1px 0px 0px 1px;
    border-radius: 30px 0px 0px 0px;
    width: 50% !important;
}

label.day2-01 {
    border-width: 1px 1px 0px 1px;
    border-radius: 0px 30px 0px 0px;
    width: 50% !important;
}

label.day1-02 {
    border-width: 1px 1px 0px 1px;
    border-radius: 30px 30px 0px 0px;
    width: 100% !important;
}

#tab1:checked + label {
    border-width: 1px 0px 0px 1px;
    border-radius: 30px 0px 0px 0px;
}

#tab2:checked + label {
    border-width: 1px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

#tab3:checked + label {
    border-width: 1px 1px 0px 0px;
    border-radius: 0px 30px 0px 0px;
}

#tab2:checked + label.day2-01 {
    border-radius: 0px 30px 0px 0px;
}

#tab1:checked + label.day1-02 {
    border-radius: 30px 30px 0px 0px;
}

.tabs [type=radio] {
    display: none;
}

.tabs [type=radio]:checked + label {
    background-color: #000000;
    color: #ffffff;
}

.tabs [type=radio]:checked + label + .tab {
    display: block;
}

.tabs .tab {
    flex-grow: 1;
    width: 100%;
    height: auto;
    display: none;
    padding: 0px;
    margin: 0px;
    border-color: #030303;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-radius: 0px 0px 10px 10px;
    order: 9;
}

.tab hr {
    border: 0;
    height: 2px;
    background: #4643c9; 
    margin: 0px 0px 0px 0px;
}
.tab p{
    padding: 15px;
    margin: 0px;
    font-size: 18px;
    font-weight: 300;
}

.pre-04 {
    border: 0;
    padding: 40px 80px;
    margin: 0px 0px;
}
.pre-04 a {
    font-size: 30px;
    font-weight: 600;
    padding: 0px 0px 12px 0px;
    margin: 0px;
    color: #000000;
    text-decoration: none;
}
.pre-04 h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 0px 0px 12px 0px;
    margin: 0px;
}
.pre-04 h4 {
    font-size: 24px;
    font-weight: 300;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    letter-spacing: 1.5px;
    color: #4643c9 !important;
}
.pre-04 p{
    font-weight: 400;
    padding-bottom: 0px;
    margin: 0px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.pre-04 hr{
    border: 0;
    height: 1px;
    background: #000000; 
    margin: 0px 0px 10px 0px;
}
.pre-04 article {
    padding: 30px 0px;
}
.pre-04 article {
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
}

/* Programa general */
a.programa-gen {
    background-color: #ffc545;
    border-color: #ffc545;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 35px;
    margin: 10px 0px;
    border-radius: 10px;
}

a.programa-gen:hover {
    color: #000000;
}

/* fuentes para los eventos */
.txt-01 h4{
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 50px;
}

.txt-01 p{
    font-size: 18px;
    font-weight: 300;
}

.txt-02 p{
    font-size: 15px;
    font-weight: 300; 
}
.txt-02 li {
    font-size: 15px;
    font-weight: 300;
}

/* Eventos de patrocinadores */
.patrocinadores-01 img{
    max-width: 80%;
}
.patrocinadores-01 h1{
    font-size: 35px !important;
    font-weight: 300;
    padding-bottom: 40px;
}
.patrocinadores-01 h2{
    font-size: 30px !important;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.patrocinadores-01 h3{
    font-size: 30px !important;
    font-weight: 600;
    margin: 10px;
}
.patrocinadores-01 i{
    font-size: 24px !important;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.patrocinadores-01 p{
    font-size: 18px;
}

img.logo{
    border-right: 1px solid #000000 !important;
    max-width: 80% !important;
}
img.persona {
    max-width: 75% !important;
}

/* Inteligencia artificial */
.ia p{
    padding: 20px 15px 0px 15px;
    margin: 0px;
}
.ia .container .row .col-sm p.b-purple-2:nth-child(2) {
    padding: 0px;
    font-size: 16px;
    margin: 0px;
}
.ia img {
    width: 20%;
    margin: 0px !important;
}
.ia h4 {
    font-size: 24px;
    font-weight: 500;
}

h1.experiencia {
    font-size: 40px !important;
    font-weight: 300 !important;
}

h2.experiencia {
    font-size: 30px !important;
    font-weight: 300 !important;
    padding-bottom: 20px;
}

div#event-navbar {
    display: none;
}

/*Lenguage*/
.cEVE_SwitchLenguage {
    background: transparent;
    position: fixed !important;
    text-transform: uppercase;
    z-index: 4;
    right: 3%;
    padding-top: 15px;
}
.cEVE_SwitchLenguage .tableLogin td.headerColSelectIdioma p {
    display: inline;
    padding: 0;
}
.cEVE_SwitchLenguage .idiomasCss {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
}
.cEVE_SwitchLenguage a:hover {
    color: #fdc93f;
    text-decoration: none;
    font-size: 13px;
}
.cEVE_SwitchLenguage .headerColSelectIdioma a {
    font-size: 14px;
    font-weight: 700;
}
.cEVE_SwitchLenguage .headerColSelectIdioma {
    position: fixed;
    right: -1%;
    top: 61px;
}
.cEVE_SwitchLenguage .headerColSelectIdioma .idiomasSelCss {
    display: none;
}
html:not([lang="en-US"]) .cEVE_SwitchLenguage .headerColSelectIdioma .idiomasCss a {
    visibility: hidden;
}
html:not([lang="en-US"]) .cEVE_SwitchLenguage .headerColSelectIdioma .idiomasCss a::before {
    visibility: visible;
    content: 'ENG';
}
html:not([lang="es-MX"]) .cEVE_SwitchLenguage .headerColSelectIdioma .idiomasCss a {
    visibility: hidden;
}
html:not([lang="es-MX"]) .cEVE_SwitchLenguage .headerColSelectIdioma .idiomasCss a::before {
    visibility: visible;
    content: 'ESP';
}
.cEVE_SwitchLenguage .headerColLogin a {
    text-transform: none;
    font-weight: 700;
}
.cEVE_SwitchLenguage td.headerColLogin {
    display: none;
}

/*Popup*/

#video .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
#video .overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

#video .popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  position: relative;
  transition: all 3s ease-in-out;
}

#video .popup h2 {
  margin-top: 0;
  color: #000;
}
#video .popup p {
    color: #000;
}
#video .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
#video .popup .close:hover {
   color: #000;
}
#video .popup .content {
  max-height: 30%;
  overflow: auto;
}

#video img {
    width: 100%;
}

.speakers-02 {
    background: #001e80;
    color: #ffffff;
    padding: 10%;
}

@media screen and (max-width: 700px){
  #video .box{
    width: 70%;
  }
  #video .popup{
    width: 70%;
  }
}

/* 2024 */
body > img:first-of-type {
    display: none!important;
}

body{
    font-family: "Nunito Sans"!important;
}

header a {
    font-family: "Nunito Sans"!important;
}

.pfm ul {
    font-family: "Nunito Sans"!important;
    font-size: 16px!important;
    color: #000!important;
}

/* FONT */
.nunito-sans-regular {
    font-family: "Nunito Sans", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .nunito-sans-bold {
    font-family: "Nunito Sans", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  
.pt-serif-regular {
    font-family: "PT Serif", serif!important;
    font-weight: 400;
    font-style: normal;
  }
  
  .pt-serif-bold {
    font-family: "PT Serif", serif!important;
    font-weight: 700;
    font-style: normal;
  }
  
  .pt-serif-regular-italic {
    font-family: "PT Serif", serif!important;
    font-weight: 400;
    font-style: italic;
  }
  
  .pt-serif-bold-italic {
    font-family: "PT Serif", serif!important;
    font-weight: 700;
    font-style: italic;
  }
/* COMPONENTS */
#carouselConferencistasMobile button.carousel-control-prev {
    left: -19px;
    height: 69%;
    opacity: 1 !important;
    width: 50px;
}

#carouselConferencistasMobile button.carousel-control-next {
    right: -19px;
    height: 69%;
    opacity: 1 !important;
    width: 50px;
}

button.carousel-control-prev {
    left: -30px;
    height: 69%;
    opacity: 1 !important;
    width: 50px;
}

button.carousel-control-next {
    right: -30px;
    height: 69%;
    opacity: 1 !important;
    width: 50px;
}

.slider-social-media {
    position: absolute;
    right: 10px;
    top: 0;
    max-width: 40px;
}

.slider-social-media img {
    height: 30px!important;
}

@media(max-width: 768px) {
    .slider-social-media {
        position: relative;
        right: 0;
        top: 0;
        max-width: 100%;
    } 
    .slider-social-media > div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    } 
}

.slider-img {
    margin: 0!important;
    object-fit: cover;
    width: 100%;
    height: 100%!important;
}

.carousel-indicators [data-bs-target] {
    height: 5px;
    background-color: #A890FF;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: white;
}

.mask-blue {
    background: #0b06d1;
    background: linear-gradient(0deg, rgb(168 144 255 / 0%) 0%, #0b06d1 84%);
    height: 100%;
    width: 100%;
    opacity: 0.75;
}

.cta-white {
    padding: 20px 30px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    min-width: 280px;
    text-align: center;
}

.cta-white:hover {
    text-decoration: none!important;
}

@media(max-width: 768px) {
    .cta-white {
        min-width: auto;
        width: 100%;
    }   
}


.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    margin: 0 auto;
}
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1280px) {
    .video-wrap {
        padding-bottom: 56.25%;
    }
}
/* FORM */
.form-component-input-wrap {
    background-color: transparent !important;
    padding: 0 !important;
    border: none!important;
}

.form-component > div:nth-child(3) {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
}

button.slds-button.slds-button_brand.btnRegistrar {
    background-color: black !important;
    border-radius: 0px !important;
    border: none !important;
    padding: 10px 60px !important;
    color: transparent !important;
}

label.slds-form-element__label.slds-no-flex {
    color: white !important;
}

.slds-size_6-of-12 {
    width: 100%!important;
}

.slds-size_6-of-12:nth-child(2) > div:nth-child(1) {
    display: none;
}

input{
    border-radius: 0!important
}

.slds-rich-text-editor__toolbar.slds-shrink-none {
    display: none !important;
}
.slds-rich-text-editor__textarea.slds-grid.ql-container{
    background-color: white!important;
}
.slds-rich-text-editor.slds-grid.slds-grid_vertical.slds-nowrap {
    border-radius: 0 !important;
}

span.slds-form-element__label {
    color: white !important;
}
/*Contacto*/
#contacto {
    max-width: 700px;
}
.info {
    display: grid;
    padding-bottom: 10px;
}
.info input {
    height: 40px;
    border: 0;
    padding: 10px 20px;
    color: rgb(70, 67, 201);
}
.info textarea {
    height: 100px;
    border: 0;
    padding: 10px 20px;
    color: rgb(70, 67, 201);
}
.btn-enviar {
    text-align: center;
}
.btn-enviar input[type="submit"] {
    border: 0;
    background: #000;
    padding: 10px 60px;
    text-transform: uppercase;
}
.info b {
    padding-right: 5px;
    font-weight: 200;
    color: red;
}