/*Tipografia*/
@font-face {
    font-family: "avenir";
    src: url('../fonts/avenir_regular/avenir_regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/avenir_regular/avenir_regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/avenir_regular/avenir_regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/avenir_regular/avenir_regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/avenir_regular/avenir_regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/avenir_regular/avenir_regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: "avenir-light";
    src: url('../fonts/avenir_light/avenir_light.eot');
    src: url('../fonts/avenir_light/avenir_light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/avenir_light/avenir_light.woff2') format('woff2'),
    url('../fonts/avenir_light/avenir_light.woff') format('woff'),
    url('../fonts/avenir_light/avenir_light.ttf') format('truetype'),
    url('../fonts/avenir_regular/avenir_light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: "avenir-book";
    src: url('../fonts/avenir_book/avenir_book.eot');
    src: url('../fonts/avenir_book/avenir_book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/avenir_book/avenir_book.woff2') format('woff2'),
    url('../fonts/avenir_book/avenir_book.woff') format('woff'),
    url('../fonts/avenir_book/avenir_book.ttf') format('truetype'),
    url('../fonts/avenir_regular/avenir_book.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: "avenir-black";
    src: url('../fonts/avenir_black/avenir_black.eot');
    src: url('../fonts/avenir_black/avenir_black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/avenir_black/avenir_black.woff2') format('woff2'),
    url('../fonts/avenir_black/avenir_black.woff') format('woff'),
    url('../fonts/avenir_black/avenir_black.ttf') format('truetype'),
    url('../fonts/avenir_regular/avenir_black.svg#svgFontName') format('svg'); /* Legacy iOS */
}


/*Body*/
body {
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;

    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: avenir;
    font-size: 19px;
    font-family: avenir-light;
}

a{
    text-decoration: none;
}

body.registro-abierto{
    overflow-y: hidden;
	background-color: #FFFFFF;
}
/* Navigation */
.navigation{
   /* background-color: #FFFFF;*/
	
	background-color: #FFFFFF;
    padding: 25px 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 96;
}

/* Navigation - Logo */
.navigation .logo-container{
    display: inline-block;
}

.navigation .logo {
    /*display: inline-block;*/
	display: flex;
}

.navigation .holder .container-fluid{
    position: relative;
    /*height: 70px;*/
    text-align: center;
}

.navigation .row{
    align-items: center;
}

.navigation .logo img{
    width: 100%;
    max-width: 210px;
}

/* Navigation - List */
.navigation .list {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.navigation .list li {
    display: inline-block;
    margin-left: 20px;
}

.navigation .list li .phones{
    display: inline-block;
    margin-left: 25px;
    font-weight: bold;
}

.navigation .list a, .navigation .list a:hover {

    color: #58ABD5;
    font-family: avenir;
    font-size: 16px;
    text-decoration: none;
}

.navigation .list a:after{
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    transition: all 350ms;
}
.navigation .list .selected a{
    font-family: avenir-black;
}
.navigation .list a:hover:after, .navigation .list .selected a:after {
    width: 100%;
   /* background: #2a68b4;*/
	 background: #2a68b4;
}

.hidden{
    display: none;
    opacity: 0;
}

.navigation .registro-btn{
    max-width: 100%;
}

.navigation .phone-container{
    position: absolute;
    right: 15px;
    top: 0;
}

.navigation .phone-container, .navigation .phone-container a{

    color: #333;
    font-weight: bold;
}

.navigation .toggle-btn {
    background-color: transparent;
    border: none;
    float: right;
    outline: none;
    padding: 10px;
    width: 50px;
}

.navigation .toggle-btn .bar {
    background-color: #2a68b4;
    display: block;
    height: 3px;
    margin-bottom: 4px;
    width: 100%;
}

.navigation .toggle-btn .bar:last-child { margin-bottom: 0; }

.navigation .holder{
    max-width: 1400px;
}

/*menu desplegable*/

.navigation .list li.sub{
    position: relative;
}

.navigation .list li.sub ul{
    position: absolute;
    padding: 0;
    height: 0;
    overflow: hidden;
    right: 0;
    top: 33px;
    transition: height 400ms;
}

.navigation .list li.sub:hover ul, li.sub ul:hover{
    height: 150px;
}


.navigation .list li.sub ul li{
    display: block;
    margin: 0;
    padding: 0 10px;
    background-color: #2a68b4;
    border-bottom: 1px solid #c7c7c7;
    border-top: 1px solid #c7c7c7;
    transition: background-color 350ms;
}
.navigation .list li.sub ul li:hover{
    background-color: #2a68b4;
}

.navigation .list li.sub ul li a{
    color: #000;
    transition: color 350ms;
    font-size: 14px;
}
/*---*/
.holder {
    margin: 0 auto;
    width: 100%;
}
/* Block */
.block {
    padding: 75px 0;
    position: relative;
}
/*container-fluid*/
.container-fluid{
    position: relative;
    width: 100%;
}
/*outer-wrapper*/
.outer-wrapper{
    position: relative;
    margin-bottom: 50px;
}

.content{
    width: 85%;
    margin: 0 auto;
    padding-top: 35px;
}

/*Barra de navegacion*/
.nav-bar{
    width: 100%;
    position: absolute;
    top: 20px;
    margin-left: 0;
}

.nav-bar img{
    width: 100%;
    padding-left: 20px;
}

.nav-container{
    width: 100%;
    text-align: right;
}

.nav-text {
    color: #58ABD5;
    font-family: avenir-light;
    display: inline-block;
    padding-top: 2%;
    margin-left: 30px;
    cursor: pointer;
}

.nav-text:after{
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    transition: all 350ms;
}
.nav-text.active{
    font-family: avenir;
}
.nav-text:hover:after, .nav-text.active:after {
    width: 100%;
    background: #2a68b4;
}

.idioma a img{
    display: inline-block;
    border-radius: 50%;
    width: 40%;
    height: 40%;
    min-width: 20px;
    min-height: 20px;
    margin: 0 2%;
}

/*registro y acceso*/
.registro, .acceso{
    background-color: #FFFFFF;
    height: 100vh;
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    overflow-y:scroll;
    overflow-x:hidden;
    width: 100%;
    z-index: 98;
    -webkit-transition: right 1s;
    -moz-transition: right 1s;
    -ms-transition: right 1s;
    -o-transition: right 1s;
    transition: right 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.97);
}

.mostrar-registro, .mostrar-acceso{
    right: 0;background-color: #FFF;
}

.registro img, .acceso img{
    width: 100%;
}

.menu-registro img, .menu-acceso img{
    max-width: 100px;
    margin: 10px;
    margin-bottom: 0;
}

.cerrar-registro, .cerrar-acceso{
    cursor: pointer;
    display: inline-block;
}
.cerrar-btn{
    color: #58ABD5;
    font-size: 20px;
    font-family: avenir-black;
    float: right;
    margin: 10px;
    cursor: pointer;
    /*subrayado*/
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.cerrar-btn:after{
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    transition: all 350ms;
}

.cerrar-btn:hover:after {
    width: 100%;
    background: #2a68b4;
}

.form-title{
    font-size: 27px;
    color: #00a5ac;
    text-align: left;
    width: 100%;
    margin-bottom: 3%;
    font-family: avenir-black;
    width: 50%;
    margin: 0 auto;
}

.form-title .sub{
    font-family: avenir-book;
    font-size: 19px;
    width: 100%;
    letter-spacing: initial;
}

.form-container .contact-container{
    color: #C7C7C7;
    font-family: avenir-book;
}

.form-container .contact-container, .form-container .contact-container a, .form-container .contact-container a:hover{
    text-decoration: none;
    color: #C7C7C7;
    margin-bottom: 20px;
    font-size: 23px;
}


.form-container .contact-container img{
    max-width: 35px;
    margin-right: 20px;
}

/*Formulario*/
.form-container form{
    width: 50%;
    margin: 0 auto;
    padding-bottom: 5px;
}

input[type="text"] {
    width: 100%;
    background-color: #51555c61;
    color: #000;
    border: none;
    margin-bottom: 4px;
    padding: 6px;
    font-size: 17px;
}


.unidad {
    width: 100%;
    background-color: #51555c61;
    color: #000;
    border: none;
    margin-bottom: 4px;
    padding: 6px;
    font-size: 17px;
}

label{
	/* color: #C7C7C7;*/
    color: #646464;
    font-size: 17px;
    font-family: avenir;
}

::placeholder {
    color: #C7C7C7;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C7C7C7;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #C7C7C7;
}

.form-check{
    color: #C7C7C7;
    margin-bottom: 20px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.form-check-input[type=checkbox]{
    background-color: #747474;
    border: none;
    border-radius: 0;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.form-check-label{
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled), .btn:first-child:hover, :not(.btn-check)+.btn:hover{
    width: 50%;
    /*background-color: #2a68b4;*/   
	background-color: #00a5ac;
    color: #FFFFF;
    font-size: 17px;
    border: none;
    border-radius: 40px;
    padding: 8px;
    margin: 0 auto;
    display: block;
}
/*.registro-btn{*/
    /*background-color: black;*/
    /*color: yellow;*/
    /*border-radius: 15px;*/
    /*padding: 15px;*/
    /*display: inline-block;*/
    /*cursor: pointer;*/
/*}*/


/*landing*/
h1{
    margin: 0;
    padding: 0;
    font-family: avenir-black;
    font-size: 15px;
    display: inline-block;
    color: #2a68b4;
}

.landing{
    width: 100%;
    height: 100vh;
    padding: 4%;
    background-color: #FFFFF;
    background-image: url("../images/fondo.jpg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 100%;
   /* background-position-y: center;*/
}

.landing-container{
    margin: 6% auto 0;
    align-items: flex-start;
}

.element-container{
    width: 100%;
    margin-top: 20px;
}

.element-container img{
    width: 100%;
}

.press-container {
    border-radius: 15px;
    width: 100%;
    margin: 0;
    margin-bottom: 15%;
    font-size: 15px;
    text-align: left;
    color: #58ABD5;
   /* margin-top: 5px;*/
}

.registro-container{
	font-size: 14px;
    border-radius: 15px;
    padding: 0px;
    padding-top: 2%;
	 /*padding-top: 0;*/
    width: 170%;
    margin: 0;
    margin-bottom: 10%;
}

.registro-container .title{
    color: #58ABD5;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 20px;
    font-size: 19px;
}

.registro-container .fecha{
    font-family: avenir-black;
    font-size: 24px;
    margin-bottom: 15px;
    text-align: left;
    color: #58ABD5;
}

.registro-container .fecha .text{
    display: inline-block;
}

.registro-container .fecha img{
    width: 15%;
    max-width: 40px;
    margin-right:0;
}

.registro-btn{
    /*background-color: #2a68b4;*/
	 background-color: #00a5ac;
    color: #FFF;
    border-radius: 30px;
    text-align: center;
    padding: 7px;
    max-width: 46%;
	margin: 4%;
}

.toggle-registro, .toggle-acceso{
    cursor: pointer;
}

.logo-landing-container img{
    width: 100%;
    margin-top: -10%;
}

.flecha-btn img{
    width: 100%;
    max-width: 55px;
    float: right;
    margin-top: 180%;
}

/*cuenta regresiva*/
.timer{
	
	padding-top: 60px;
	
	
    font-family: avenir-black;
  /*  font-size: 40px;*/
    text-align: left;
    /*color: #2a68b4;*/
	color: #58ABD5;
   /* -webkit-text-stroke: 1px gray;*/
}

.timer .t-container{
    display: inline-block;
    text-align: center;
}

.timer .number{
    display: inline-block;
    padding: 5px;
}

.timer .dots{
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

.timer span{
    display: block;
    font-size: 12px;
    font-family: avenir;
}
/*./*/

/*speakers*/
/*.speakers{*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
/*}*/

.ponentes{
    background-color: #FFFFF;
    background-image: url("../images/fondo.png");
    /*background-repeat: no-repeat;*/
    background-position-x: right;
    background-size: 180%;
    background-position-y: top;
    background-repeat: repeat-y;
    padding-top: 0;
}

.speakers .subtitle{
    color: #00a5ac;
    font-family: avenir-black;
    font-size: 30px;
    margin: 30px 0 5px;
}

.speaker-element{
    margin-top: 20px;
}

.speaker-container{
    /*background-color: #F3F2EE;*/
	/*background-color: #ececec;*/
    width: 100%;
    border-radius: 30px;
    padding: 35px;
    height: 100%;
	background-image: url(../../design/images/fotos/back-agend_v3.jpg);
    background-size: cover;
}

.speaker-image{
    position: relative;
}

.speaker-image img{
    /*width: 100%;*/
    /*border-radius: 50%;*/
    margin-bottom: 5px;
}

.speaker-image .flag{
    position: absolute;
    width: 25%;
    height: 25%;
    min-width: 20px;
    min-height: 20px;
    right: 0;
    bottom: 0;
}

.speaker-image .flag.flag-2{
    bottom: 25%;
    right: -10%;
}


.speaker-container .logo img{
    width: 30%;
    margin-bottom: 10px;
}

.speaker-container .title{
    font-family: avenir-black;
    font-size: 19px;
    margin-bottom: 10px;
}

.speaker-container .sub{
    font-family: avenir-light;
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
}

.speaker-container .text{
    font-size: 10px;
}

.full-logo-image{
    margin: 15% 0;
}

.full-logo-image img{
    width: 80%;
    display: block;
    margin: 0 auto;
}

.master-title{
    text-align: center;
    width: 100%;
}
/*agenda*/

#agenda{
    background-color: #FFFFF;
    background-image: url("../images/fondo.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 180%;
    background-position-y: center;
}

#agenda .header{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.fecha-agenda{
    border-bottom: #58ABD5 solid 2px;
    color: #58ABD5;
    font-size: 25px;
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
    margin: -3px;
    cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    vertical-align: bottom;
}

.fecha-agenda.select{
    border-bottom: #2a68b4 solid 2px;
    color: #00a5ac;
    /*font-family: avenir-black;*/
}

.agenda-container{                                      
    /*color: #2a68b4;*/
	color: #51555c;
    font-size: 16px;
    display: none;
}

.agenda-container.select{
    display: block;
    animation: opacity-agenda 1s;
}

@keyframes opacity-agenda{
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.agenda-item{
    border-bottom: #51555c solid 1px;
	
    padding: 12px;
    display: flex;
    align-items: center;
}

.agenda-item .hora{
    /*font-family: avenir-black;*/
    /*font-size: 34px;*/
	font-size: 16px;
}

.agenda-item .foto img{
    width: 100%;
}

.agenda-item .speaker-image .flag{
    width: 10%;
    height: 10%;
    min-width: 15px;
    min-height: 15px;
}


.agenda-item .agenda-break{
    font-size: 16px;
	color: #2f2f2f;
	/*font-size: 23px;*/
   /* font-family: avenir-black;*/
}

.agenda-item .talks{
    font-family: avenir-black;
     font-size: 20px;
	/*font-size: 23px;*/
}

h2{
    display: inline-block;
    color: #2a68b4;
    font-family: avenir-black;
    font-size: 23px;
    margin-right: 5px;
}

.box-success{
    width: 100%;
    height: 100vh;
   /* background-color: #58ABD5;*/
	 background-color: #F1CAA3;
    position: fixed;
    z-index: 99;
    transition: all 350ms;
}

.box-success .box-container{
    width: 45%;
    margin: 0 auto;
    position: absolute;
    top: 30%;
    transform: translate(0, -30%);
    right: 0;
    left: 0;
    text-align: center;
}

.box-success .box-container img{
   /* width: 100%;*/
}

.box-success .box-container .sub{
    font-size: 19px;
    font-family: avenir-black;
}


.footer{
    z-index: 97;
    position: fixed;
    bottom: 0;
    padding: 15px;
    color: #58ABD5;
    background-color: #FFFFF;
    font-size: 12px;
}

.footer .row{
    align-items: center;

}

.footer .text{
    font-family: avenir;
}

.footer .sub{
    font-family: avenir-black;
}

.footer img{
    width: 30%;
    float: right;
}

.sub a, .sub a:hover{
    color: #FFF;
    text-decoration: none;
}