@import url('root.css');
@import url('font.css');

/*-- Generales --*/
*{
    -webkit-box-sizing : border-box;
    -moz-box-sizing : border-box;
    box-sizing : border-box;
    outline: none;
}

body{
    font-family: "Montserrat", sans-serif;
    font-weight : 400;
    font-size : 13px;
    margin : 0;
	color : var(--text-color-general);
	margin : 0; padding:0;
	background-color : #EEE;
    transition: 0.3s;
    overflow: hidden;
}

html{
    width : 100%;
    height : 100%;
    overflow-x : hidden;
}

a{
    text-decoration : none;
    color : #FFFFFF;
}

a:active, a:hover{
    color : #F7ADAF;
    outline : 0;
    cursor : pointer;
}

ul, li{
    margin : 0;
    padding : 0;
    -webkit-padding-start : 0;
    -webkit-margin-before : 0;
    -webkit-margin-after : 0;
}

h1{font-size : 3.2em; margin : .67em 0; font-weight: 500;}
h2{font-size : 2.5em; margin : .75em 0; font-weight: 500;}
h3{font-size : 2.17em; margin : .83em 0;}
h4{font-size : 2.05em; margin : .95em 0;}
h5{font-size : 1.83em; margin : 1.5em 0;}
h6{font-size : 1.75em; margin : 1.67em 0;}

h1, h2, h3, h4, h5, h6{
    margin : .5em 0;
    font-weight : 300;
    font-style : normal;
    line-height : 1.25   ;
}


p{
    font-size: 1.25em;
    margin : 0 0 20px;
    line-height : 1.25;
}

.font-bold{font-weight : 700;}
.font-normal{font-weight : 500;}
.font-thin{font-weight : 300;}

.tal{text-align : left;}
.tac{text-align : center;}
.tar{text-align : right;}

.ttc{text-transform : capitalize;}
.ttl{text-transform : lowercase;}
.ttu{text-transform : uppercase;}

img{
    border : 0;
    vertical-align : middle;
}
.img-circle{
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.img-responsive{
    display : block;
    max-width : 100%;
    height : auto;
}

.fl{float : left;}
.fr{float : right;}
.fn{float : none;}
.fltclr{clear : both;}

.mt-05{margin-top : 5px;}
.mt-10{margin-top : 10px;}
.mt-20{margin-top : 20px;}
.mt-30{margin-top : 30px;}
.mt-40{margin-top : 40px;}
.mt-50{margin-top : 50px;}
.mr-05{margin-right : 5px;}
.mr-10{margin-right : 10px;}
.mr-20{margin-right : 20px;}
.mr-30{margin-right : 30px;}
.mr-40{margin-right : 40px;}
.mr-50{margin-right : 50px;}
.mb-05{margin-bottom : 5px;}
.mb-10{margin-bottom : 10px;}
.mb-20{margin-bottom : 20px;}
.mb-30{margin-bottom : 30px;}
.mb-40{margin-bottom : 40px;}
.mb-50{margin-bottom : 50px;}
.ml-05{margin-left : 5px;}
.ml-10{margin-left : 10px;}
.ml-20{margin-left : 20px;}
.ml-30{margin-left : 30px;}
.ml-40{margin-left : 40px;}
.ml-50{margin-left : 50px;}

.pt-05{padding-top : 5px;}
.pt-10{padding-top : 10px;}
.pt-20{padding-top : 20px;}
.pt-30{padding-top : 30px;}
.pt-40{padding-top : 40px;}
.pt-50{padding-top : 50px;}
.pr-05{padding-right : 5px;}
.pr-10{padding-right : 10px;}
.pr-20{padding-right : 20px;}
.pr-30{padding-right : 30px;}
.pr-40{padding-right : 40px;}
.pr-50{padding-right : 50px;}
.pb-05{padding-bottom : 5px;}
.pb-10{padding-bottom : 10px;}
.pb-20{padding-bottom : 20px;}
.pb-30{padding-bottom : 30px;}
.pb-40{padding-bottom : 40px;}
.pb-50{padding-bottom : 50px;}
.pl-05{padding-left : 5px;}
.pl-10{padding-left : 10px;}
.pl-20{padding-left : 20px;}
.pl-30{padding-left : 30px;}
.pl-40{padding-left : 40px;}
.pl-50{padding-left : 50px;}

.prlt{position : relative;}
.pasl{position : absolute;}
.pfx{position : fixed;}

.dblock{display : block;}
.dinline{display : inline;}
.dinlblo{display : inline-block;}
.dtable{display : table;}
.dtabcel{display : table-cell;}

.br10{-webkit-border-radius : 10px; -moz-border-radius : 10px; border-radius : 10px !important;}
.br20{-webkit-border-radius : 20px; -moz-border-radius : 20px; border-radius : 20px !important;}
.br30{-webkit-border-radius : 30px; -moz-border-radius : 30px; border-radius : 30px !important;}
.br40{-webkit-border-radius : 40px; -moz-border-radius : 40px; border-radius : 40px !important;}
.br50{-webkit-border-radius : 50px; -moz-border-radius : 50px; border-radius : 50px !important;}
.br10_0{-webkit-border-radius : 10px 0; -moz-border-radius : 10px 0; border-radius : 10px 0 !important;}
.br20_0{-webkit-border-radius : 20px 0; -moz-border-radius : 20px 0; border-radius : 20px 0 !important;}
.br30_0{-webkit-border-radius : 30px 0; -moz-border-radius : 30px 0; border-radius : 30px 0 !important;}
.br40_0{-webkit-border-radius : 40px 0; -moz-border-radius : 40px 0; border-radius : 40px 0 !important;}
.br50_0{-webkit-border-radius : 50px 0; -moz-border-radius : 50px 0; border-radius : 50px 0 !important;}


.separador-solid-doble{height : 4px; border-bottom : 4px double rgba(221,221,221,.5); margin : 38px 0;}
.separador-solid{height : 2px; border-bottom : 2px solid rgba(221,221,221,.5); margin : 38px 0;}
.separador-dashed{height : 2px; border-bottom : 2px dashed rgba(221,221,221,.5); margin : 38px 0;}
.separador-dotted{height : 7px; border-bottom : 2px dotted rgba(221,221,221,.5); margin : 38px 0;}
.separador-franja{height : 6px; background-color : rgba(0,0,0,.05 ); margin : 38px 0; position : relative;}

.separadores-contenido{width: 80%; display: block; margin: 0 auto;}
hr.hr-1 {border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));}

.transparent25{ filter : alpha(opacity=25); opacity: 0.25;}
.transparent50{ filter : alpha(opacity=50); opacity: 0.5;}
.transparent75{ filter : alpha(opacity=75); opacity: 0.75;}
.transparent100{filter : alpha(opacity=100); opacity: 1;}

.noneAbsolute{display : none !important;}

.not-select-text{
-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Versión sin prefijo, actualmente compatible con Chrome y Opera */
}


/* Form */
input, select, textarea{
    height: 3.5em;
    font-family: 'PT Sans', sans-serif;
    font-size: 1em;
    font-weight : 500;
    background-color : transparent;
    color : #FFF;
}

input::placeholder,
select::placeholder,
textarea::placeholder{
    color : #777;
    text-transform: uppercase;
}

input:focus {
    border-color: #f29100;
    padding: 0 10px;
}

.form-input-margin{
    float: left;
    width: 25%;
    position: relative;
}
.form-input-margin:last-child{
    /* por el momento nada */
}
.form-input-style{
    border: none;
    border-radius: 5px;
    margin: 0;
    width: 100%;
    background-color: #FFF;
    color: #1D1400;
    padding: 0 10px;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:focus {
    border-color: #f29100;
    color : #1D1400;
    outline: none;
}
.select-css option {
    font-weight:normal;
    padding : 20px 12px;
}


/*-- Errores validación --*/
label.error{
    font-size : .8em;
    position : absolute;
    top: 18px;
    right: 25px;
    color : rgba(220, 53, 69,.85) !important;
    font-weight: 700;
}

input.error,
select.error,
textarea.error{
    border: 0;
    border-bottom: 1px solid rgba(220, 53, 69,.5);
}

input.error::placeholder,
select.error::placeholder,
textarea.error::placeholder,
input.error,
select.error,
textarea.error{
    color : rgba(220, 53, 69,.85) !important;
}

/*-- Scroll Arrows --*/
header{position: relative;}
.mouse_scroll {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 100px;
    margin-top: 125px;
}
.m_scroll_arrows{
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid var(--text-color-secondary);
    border-bottom: 2px solid var(--text-color-secondary);
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
}
.unu{
    margin-top: 1px;
}
.unu, .doi, .trei{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}
.unu{
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
}
.doi{
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;

    animation-delay: .2s;
    animation-direction: alternate;

    margin-top: -6px;
}
.trei{
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;

    animation-delay: .3s;
    animation-direction: alternate;

    margin-top: -6px;
}
@-webkit-keyframes mouse-scroll {
    0%   { opacity: 0;}
    50%  { opacity: .5;}
    100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@keyframes mouse-scroll {
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}


/*-- Scrollbar --*/
#onTop::-webkit-scrollbar{
    width : 5px;
    background-color : #333;
}
#onTop::-webkit-scrollbar-thumb{
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow : inset 0 0 6px rgba(0,0,0,.3);
    background-color : #F29100;
}
#onTop::-webkit-scrollbar-track{
    -webkit-box-shadow : inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background-color : #333;
}


/*-- Load Page --*/
#load-page{
    width: 100%;
    height: 100%;
    background: #1B1B1B;
    position: fixed;
    z-index: 99999999!important;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.load-container{
    width: 25px;
    height: 25px;
    position: fixed;
    top: 50%;
    left: calc(50% - 25px);
    margin-left: -50px;
    margin-top: -50px;
}
.custom-loader {
    width: 10em;
    height: 10em;
    display: grid;
    border: 2px solid #0000;
    border-radius: 50%;
    border-color: var(--primary-color) #0000;
    animation: loaderSmartCityPy 1.75s infinite linear;
}
.custom-loader::before,
.custom-loader::after {    
    content:"";
    grid-area: 1/1;
    border:inherit;
    border-radius: 50%;
}
.custom-loader::before {
    border-color: var(--secondary-color) #0000;
    animation:inherit; 
    animation-duration: 1s;
    animation-direction: reverse;
}
.custom-loader::after{
    margin: 35px;
}
.custom-loader::before{
    margin: 15px;
}

@keyframes loaderSmartCityPy { 
    100%{transform: rotate(1turn)}
}


/*-- Buttons Footer Fixed --*/
.buttons-fixed{
    position: fixed;
    z-index: 1001;
    border: 2px solid #FFF;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    text-align:center;    
}
.contact-wsp{
    background-color: #25D366;
    bottom: 20px; right: 1%;
}
.onTopScroll{
    background-color: #f29100;
    bottom: 90px; right: 1%;
}
.contact-wsp a,
.onTopScroll a{
    display: block;
    padding: 12px;
}
.onTopScroll a{
    color: #FFF;
}
.contact-wsp a:hover,
.onTopScroll a:hover{
    text-decoration: none;
    color: #FFF;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.contact-wsp a:hover{
    background-color: #21B759;
}
.onTopScroll a:hover{
    color: #1D1400;
}
.contact-wsp .icomoon,
.onTopScroll .icomoon{
    font-size: 2em;
    margin-right: 0;
}

/*-- Botones --*/
.btn-default{
    display: inline-block;
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
    padding: 1em;
    border-radius: 5px;
    font-size: 1em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: rgb(38, 57, 77) 0px 20px 50px -10px;
}
.btn-default:hover{
    background-color: #333;
    color: #FFF;
    box-shadow: none;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.btn-white{
	border: 1px solid #FFF;
    color: #FFF;
}
.btn-white:hover{
    background-color: #FFF;
    color: #333;
    font-weight: 700;
    box-shadow: none;
}
.btn-blue{
    color: var(--text-color-secondary);
    background-color: var(--primary-color);
    border: 0;
}
.btn-blue:hover{
    background-color: #1d1400;
    color: #f29100;
    box-shadow: none;
}
.btn-gold{
    color: var(--text-color-secondary);
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}
.btn-gold:hover{
    background-color: var(--text-color-general);
    color: var(--secondary-color);
    box-shadow: none;
}
/*.btn-black-orange{
    color: #1D1400;
    background-color: #f29100;
	border: 0;
}
.btn-black-orange:hover{
    background-color: #1d1400;
    color: #f29100;
    box-shadow: none;
}*/
.btn-buy{
    color: var(--text-color-secondary) !important;
    background-color: var(--secondary-color);
    border-radius: 5px;
    /*box-shadow: rgb(38, 57, 77) 0px 10px 25px -10px;*/
    box-shadow: rgba(38, 57, 77, .65) 0px 10px 25px -10px;
    padding: .5em 1em;
    border: 1px solid var(--secondary-color);

}
.btn-buy:hover{
    border: 1px solid var(--secondary-color);
    background-color:transparent;
    color: var(--secondary-color) !important;
}
.mnumobiletop .mnumobile-items li a.btn-buy {
    text-align: center;
    padding: .6em;
    border-radius: 1em;
    margin-top: 1em;
}

/*-- Galería Fotos --*/
.items-imagenes .img-test{
    overflow: hidden;
    border-radius: 50%;
}
.items-imagenes .img-test img{
    transition: transform .5s ease;
}
.items-imagenes:hover > .img-test img{
    transform: scale(1.1);
    transition: transform .5s, visibility .5s ease-in;
}


/*-- Secciones --*/
/*-- Generales --*/
.section{
/*    display: flex;
    justify-content: center;
    width: 100%;
    color: #282829;*/
    color: var(--text-color-general)
}
.section-default {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container-section{
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    width: 100%;
    max-width: 1200px;
}
.padding-section{
    padding-top: 9em;
    padding-bottom: 9em;
}
.padding-section-top{
    padding-top: 4.5em;
}
.padding-section-bottom{
    padding-bottom: 4.5em;
}
.underlineSpan-center-5em-white,
.underlineSpan-center-5em-black,
.underlineSpan-left-3em-white,
.underlineSpan-left-3em-black{
    display: block;
    margin: 20px auto;
    width: 5em;
    height: 2px;
    background-color: rgba(255,255,255,.8);
}
.underlineSpan-left-3em-black{
    margin: 10px 0 30px;
    width: 3em;
    background-color: rgba(51,51,51,.8);
}
.underlineSpan-center-5em-black{
    background-color: rgba(51,51,51,.8);
}
.separadores-img{
    height: 75vh;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-separador{
    background-image: url(../img/img-back-llaves.webp);
}


/*-- Header --*/
header{
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
header nav {
    display: flex;
    justify-content: flex-start;
    background-color: rgba(246,246,246,1);
    /*backdrop-filter: blur(.5em);*/
    font-size: 1.05em;
    font-weight: 600;
    height: 6.5em;
    transition: all .3s ease-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}
header nav .nav-logo img{
    max-width: 30%;
    margin: 0;
    margin-right: 5em;
    display: inline-block;
}
header nav.small{
    height: 7em;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 10px rgba(0,0,0,.25);
}
header nav.small .nav-logo img{
    max-width: 30%;
    margin: 0;
    margin-right: 5em;
    transition: all .3s ease-out;
}
header .container-header{
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 0 5em;
    justify-content: space-between;
}
header .container-header .nav-menu-content{
    margin-left: 2em;
}
header nav .logo-menu img,
header nav.small .logo-menu img{
    max-width: 200px;
}
ul.menu-links{
    display: flex;
    align-items: center;
}
.menu-links li{
    padding-left: 3em;
    padding-right: 3em;
    list-style: none;
}
.menu-links li:first-child{
    padding-left: 5em;
}
.menu-links li:last-child{
    padding-right: 5em;
    border-right: 0;
}
.menu-links li a,
nav.small .menu-links li a{
    color: var(--text-color-general);
    font-weight: 400;
    text-transform: uppercase;
}
.menu-links li a:hover{
    color: #444;
}
header .social-networks-content{
}
header .social-networks-content a{
    color: var(--text-color-general);
    font-size: 1.4rem;
}
header .social-networks-content a:hover{
    color: var(--hover-color-general);
    transition: color .2s ease-out;
}


/*-- Intro --*/
.intro, .intro-2{
    height: 450px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-image: url('../img/fondo-head.webp');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.menu-logo img{
    max-width: 70%;
    margin: 0 auto;
}
.txt-date-evento h4{
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .125em;
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 1.75em;
}
.txt-date-evento h4{
    color: var(--secondary-color);
}
.txt-date-evento p{
    color: var(--text-color-secondary);
}


/*-- Fundamentación + organizan --*/
.content-fundamentacion{
    max-width: 75%;
    margin: 0 auto;
}
.content-fundamentacion p{
    line-height: 2;
}
.content-logos{
/*    max-width: 75%;
    display: flex;
    align-items: center;
    gap: 1em 0;*/
    max-width: 80%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.content-logos .item-logos img{
    max-width: 50%;
    margin: 0 auto;
    transition: all 150ms ease-in-out;
}
.content-logos.logos-apoyan {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em 2em;
}
.content-logos.logos-apoyan .item-logos{
    flex-basis: 200px;
}
.content-logos.logos-apoyan .item-logos img{
    max-width: 100%;
    margin: 0 auto;
    transition: all 150ms ease-in-out;
}
.content-logos .item-logos img:hover,
.content-logos.logos-apoyan .item-logos img:hover{
    cursor: pointer;
    transform: scale(1.25);
    transition: all 150ms ease-in-out;
}


/*-- Imagenes --*/
.section-default.imagenes{
	background-color: #FFFFFF; 
}
.section-default.imagenes .padding-section{
	padding: 3em 0 10em;
}

/*-- honorbkg --*/
.honorbkg{
    height: 100vh;
    background-image: url('../img/fondo-honor.webp');
	background-attachment: fixed;
	background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.honorbkg .padding-section{
    padding-top: 15em;
    padding-bottom: 15em; 
}
.honorbkg .content-honor{
    margin: 0 auto;
    background: rgba(255,255,255,.85);
    border-radius: 3em;
    padding: 3em 5em;
}
.honorbkg .content-honor h1{
    font-size: 2.25em;
    color: var(--text-color-general);
}
.honorbkg .item-honor{
    flex-basis: 200px;
}
.honorbkg .diser-foto{
    position: relative;
}
.honorbkg .honor-persona-foto img{
    max-width: 200px;
    margin: 0 auto;
}
.honorbkg .honor-persona-foto img{
    border-radius: 50% 25% 50% 35%;
    box-shadow: rgb(38, 57, 77) 0px 15px 25px -10px;
}
.honorbkg .honor-persona-name{
    margin: 1.5em 0 0;
}
.honorbkg .honor-persona-name p{
    margin: 0;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.5em;
}
.honorbkg .honor-persona-info{
    margin: 1em 0 0;
}
.honorbkg .honor-persona-info p{
    margin: 0;
    font-size: 1em;
}


/*-- Autoridades --*/
.autoridades .container-section{
    display: flex;
}
.autoridades .item-autoridades{
    width: 50%;
    padding: 0 3em;
    margin: 0 3em;
}
.autoridades .item-autoridades h4{
    margin-bottom: 1em;
}
.autoridades .item-autoridades span{
    display: block;
    margin: 1.5em auto 2.5em;
    width: 10em;
    height: .15em;
    border-radius: 2em;
    background-color: var(--secondary-color);
}
.autoridades .item-autoridades ul{
    list-style: none;
    padding: 0;
    margin: 0; 
}
.autoridades .item-autoridades ul li{
    margin: 1.5em 0;
}
/*.autoridades .item-autoridades ul li i{
    margin-right: .5em;
    font-size: 1.25em;
    line-height: 0;
}*/

.autoridades .item-autoridades ul li:first-child{
    margin-top: 0;
}
.autoridades .item-autoridades ul li:last-child{
    margin-bottom: 0;
}
.autoridades .item-autoridades ul li strong{
    display: block;
    margin-bottom: .25em;
}


/*-- Disertantes --*/
.disertantes{
    background-image: url('../img/img-back-conference.webp');
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.disertantes.padding-section{
    padding-top: 10em;
    padding-bottom: 10em; 
}
.disertantes .section{color: #FFF;}
.disertantes .content-disertantes{

}
.disertantes .disertantes-info{
    padding: 5em 0; 
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 5em 8em;
}
.disertantes .item-disertantes{
    flex-basis: 200px;
}
.disertantes .diser-foto{
    position: relative;
}
.disertantes .diser-foto img.img-disertante{
    max-width: 200px;
    margin: 0 auto;
}
.disertantes .diser-foto img.img-disertante.img-circle{
    border-radius: 50% 25% 50% 35%;
    box-shadow: rgb(38, 57, 77) 0px 15px 25px -10px;
}
.disertantes .diser-bandera{
    position: absolute;
    top: 1em;
    left: 1em;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.disertantes .img-flag-icon{
    width: 100%;
    aspect-ratio: 4 / 4;
    border: 0;
    border-radius: 50%;
    overflow: hidden;
}
.disertantes .diser-name,
.disertantes .diser-cargo{
    min-height: 1.5em;
}
.disertantes .diser-name p{
    margin: 1.5em 0 .5em;
    color: #FFF;
    font-weight: 700;
}
.disertantes .diser-cargo p{
    margin: .5em 0 1em;
    color: var(--secondary-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1em;
}
.disertantes .diser-info{
    margin: 1.5em 0 1em;
    background-color: var(--primary-color);
    padding: .75em;
    color: var(--text-color-secondary);
    border-radius: .5em;
}
.disertantes .diser-info p{
    margin-bottom: 0;
    font-size: 1em;
}
.disertantes .content-disertantes h6.zoom-in-out-txt{
    color: #FFF;
    animation: zoom-in-zoom-out 3s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 75%
  }
  50% {
    scale: 110%;
  }
  100% {
    scale: 75%;
  }
}


/*-- Cronograma --*/
.cronograma .intro-txt{
    color: #282829;
}
h3.fecha_charla{
    background-color: var(--primary-color);
    display: inline-block;
    padding: .25em 1em;
    font-weight: 700;
    color: #FFF;
    border-radius: 1em;
}
.container-cronograma{
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
}
.container-column-cronog{
    display: inline-grid;
    flex-basis: 50%;
    padding: 1.5em;
    gap: .5em;
}
.item-charla{
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #E6E6E6;
    padding: 1.5em;
    border-radius: 1em;
}
.hora-charla{
    width: 10%;
    margin-right: 5%;
}
.hora-charla strong{
    font-size: 115%;
}
.contenido-charla{
    width: 85%;
}
.contenido-charla strong{
    font-size: 115%;
    display: block;
    margin-bottom: .25em;
}
.contenido-charla strong.title-charla{
    font-size: 100%;
    color: #555;
}


/*-- Comisiones --*/
.comisiones{
    background: rgb(11,134,181);
    background: radial-gradient(circle, rgba(11,134,181,1) 0%, rgba(9,90,154,1) 75%);
}
.txt-comisiones h1{
    color: var(--text-color-secondary);
}
.container-comisiones{
/*    display: flex;
    flex-wrap: wrap;
    justify-content: center;*/
    padding: 5em 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 5em;
}
.item-comisiones{
    flex-basis: 300px;
    color: var(--primary-color);
    background-color: #FFF;
    padding: 1em;
    border-radius: .5em;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    transition: all .2s ease-in-out;
}
.item-comisiones:hover{
    box-shadow: rgba(255,255,255,.25) 0px 10px 40px;
    transition: all .3s ease-in-out;
}
.nombre-comision{
    margin: 0 0 .5em;
}
.integrantes-comision{
    margin: .5em 0 0;
}
.nombre-comision p{
    font-size: 1.5em;
}
.integrantes-comision p{
    font-size: 1em;
}
.integrantes-comision p:first-child{
    margin-top: 0;
}
.integrantes-comision p:last-child{
    margin-bottom: 0;
}


/*-- Contacto --*/
.contacto{
	/*background-color: #FFFFFF; 
    background-image: url('../img/fondo-contact.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}
.contacto .intro-txt{
    color: #282829;
}
.contacto .container-section{
    padding-top: 50px;
    display: block;
    align-items: unset;
}
.section-default.contacto .intro-txt h1{
    font-size: 4.5em;
    margin: 0 0 20px;
    line-height: 1;
    color: #1F2425;
}
.section-default.contacto .intro-txt p{
    color: #1F2425;
}
.section-default.contacto .form-input-margin{ 
    float: left;
    width: 28%;
    position: relative;
    margin: 0px 1.5em;
}
.section-default.contacto form .btn-default{
    font-size: 1em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    background-color: #FFF;
    border: none;
    color: #1D1400;
	background-color: #f29100;
    text-decoration: none;
    padding: 1em;
    border-radius: 5px;
    margin-top: 10px;
}
.section-default.contacto form .btn-default:hover{
    background-color: #1d1400;
    color: #f29100;
    box-shadow: none;
}
.section-default.contacto .input:focus{
    border-color: none;
    color: #000 !important;
}


/*-- Footer --*/
#footer{
    background-color: #1F2425;	
    padding: 5em 0;
}
#footer p{
    font-size: 1.15em;
    color: #FFF;
    margin-bottom: 0;
}
#footer a{
    color: #f29100;
}
#footer a:hover{
    text-decoration: underline;
}