/* fuentes */
@font-face {
  font-family: "gilroy-bold";
  src: url("https://mktposgrado.ucontinental.edu.pe/hubfs/web/fonts/gilroy/Gilroy-Bold.woff");
}
@font-face {
  font-family: "austin-bold";
  src: url("https://mktposgrado.ucontinental.edu.pe/hubfs/web/fonts/160720114859austin.woff");
}
@font-face {
  font-family: "gilroy-regular";
  src: url("https://mktposgrado.ucontinental.edu.pe/hubfs/web/fonts/gilroy/Gilroy-Regular.woff");
}
@font-face {
  font-family: "gilroy-medium";
  src: url("https://mktposgrado.ucontinental.edu.pe/hubfs/web/fonts/gilroy/Gilroy-Medium.woff");
}
@font-face {
    font-family: "neue-plak-regular";
    src: url(https://mktposgrado.ucontinental.edu.pe/hubfs/font/neue-plak-regular.ttf);
}
@font-face {
    font-family: "neue-plak-bold";
    src: url(https://mktposgrado.ucontinental.edu.pe/hubfs/font/neue-plak-bold.ttf);
}
@font-face {
    font-family: "neue-plak-condensed-bold";
    src: url(https://mktposgrado.ucontinental.edu.pe/hubfs/font/neue-plak-condensed-bold.ttf);
}
@font-face {
    font-family: "neue-plak-narrow-bold";
    src: url(https://mktposgrado.ucontinental.edu.pe/hubfs/font/neue-plak-narrow-bold.ttf);
}
/* fin fuentes */
.a-bold{
  font-family: "neue-plak-bold";
}
.bold{
  font-family:"neue-plak-bold";
}
.regular{
  font-family:"neue-plak-regular";
}
.medium{
  font-family:"neue-plak-regular";
}
.small {
  font-size: 1.40vw;
  font-family:"neue-plak-regular";
}
body{
  font-family:"neue-plak-regular";
}

/* color de fondo botones */
.btn-b{
  background-color:#85734a;
}
/* fin color de fondo botones */
.flex{
  display:flex;
}
.item-center{
  align-items:center;
}
.text-center{
  text-align:center;
}
.text-left{
  text-align:left;
}
.text-right{
  text-align:right;
}
#header-cont{   
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header{
  width:100%;
  padding:26px 0 20px;  
  background-color: white;
  border-bottom: solid 1px #FF521D;
  z-index:9999;
  position: absolute;
  color:#212322;
}
#header .logo img{
  max-width:340px;
}
#header .logo_2 img{
  max-width:270px;
}
#header p{ 
  font-family: "neue-plak-regular";
  font-size: 1.3vw;
  line-height: 1.25;
  margin: auto;
 /* color: white;*/
  letter-spacing: 1.5px;
  text-align: center;
}
#timer{
  /*margin-left:1vw;*/
}
.border-header{
   border-top: 2px solid #ffffff!important;
   border-bottom: 2px solid #ffffff!important;
   padding: 0.5vw 0 1vw;
   max-width: 40%;  
   margin: auto;
}
#home{
  padding-top:7vw;
  padding-bottom:5vw;
}
#home:before{
    background:#460c00;
    opacity:.4;
    z-index:1;
  }
#home:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;  
  z-index:1;
}
#home *{
  position:relative;
  z-index:3;
}
#home h1{
  font-family: "neue-plak-bold";
  font-size: 4.9vw;
  font-style: normal;
  font-stretch: normal;
  color: white;
  line-height: 1.2;
  letter-spacing: 0.8px;
  /*-spacing: 0.5px;  */
  margin-top: 0px;
  margin-bottom: 0px;
}
#home h2{
  font-size: 3vw;
  font-weight: 500;  
  border: solid 2px white;
  display: inline-block;
  color: white;
  line-height: 1;
  letter-spacing: 0.8px;
  padding: 0 15px 15px;
  margin-bottom: 0px;
}
/*#home h2 span{
  border: 2px solid white;
  padding: 0px 12px 8px;
}*/
#home h4{
  font-size: 1.7vw!important;
  font-weight: 500;  
  color: white;
  line-height: 1.25!important;
  letter-spacing: 0.8px;
}
#home .fecha{
  display: flex!important;
  align-items: center;
  line-height: 1.25;
}
#home .btn-b{
  background-color: #FF521D;  
  color:#fff;
  font-size: 1.25vw;
  line-height: 1vw;
  padding:14px 20px 22px;
  border: 2px solid white;
  display:inline-block; 
  transition:all 0.5s;
}
#home .btn-b:hover{  
  background-color: #460c00;
  border: 2px solid #FF521D;
}
#carousel{
  padding-top:1.7vw;
  padding-bottom:1.7vw;
  background-color: white;
  border-top: 4px solid #6802c1;
}
#carousel h3{
  font-family: "neue-plak-regular";
  font-size: 1.3vw;  
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
}
#presentacion{  
  font-family: "neue-plak-regular";
  padding-top:4.5vw;
  padding-bottom:3.5vw;
  background-color: #460c00;
  margin: auto;  
  border-top: 1px solid #FF521D!important;
}
#presentacion h3{
  font-family: "neue-plak-bold";
  font-size: 2.25vw;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 1.25px;  
  margin-top: 0;
  color: #ff8773;
}
.mb-presentacion{  
  margin-bottom: 45px;
}
#presentacion p{
  font-family: "neue-plak-regular";
  font-size: 0.45em;
  line-height: 1.25;
  text-align: center;
  color: white;
}
#presentacion a{
  text-decoration: underline;
  color: white;
}
#expositores{
  font-family: "neue-plak-regular";
  padding-top:4.5vw;
  padding-bottom:4.5vw;
  background-color: #ededed;
  margin: auto;
}
.inline{
  display:inline-block;
}
.mt-30{
  margin-top:1.56vw;
}
a,a:hover{
  text-decoration:none;
}
.space-letter-2{
  letter-spacing: 2.0px
}
.mb-100{
  margin-bottom: 5.20vw;
}
.ml-auto{
  margin-left:auto;
}
.item{
  /*min-height: 308px;*/
  text-align:center;
  max-width:13vw;
  height: auto;
  background-color: #ffffff!important;
  /*border: solid 2px #212322;*/
  /*padding: 2vw 1vw;*/
  /*margin:.5vw .5vw 2vw;*/
  /*transition: transform 0.6s;*/
  }
.item.active{
  background-color: #212322!important;
  transition: all 0.6s;
  transform: rotateY(180deg);
}
*{
  outline:none !important;
}
.item .front{
  display:block;  
}
.item img{
  margin: auto;
  max-width:13vw;
}
.avatar_box img{
  float: left;
  margin-bottom: 25px;
}
.slider{
  display:flex;
  flex-wrap:wrap; 
  justify-content:center;
}
.slider>div{
  width:100%;
  margin: 0 .5vw .8vw;
  max-width:22%;
}
#expositores h4 {
  font-family: "neue-plak-regular"; 
  font-size: 1.1vw;
  line-height: 1.25;
  color: #ff521d;
  text-align: center;
}
#expositores h3, #form h3{
  font-family: "neue-plak-bold";
  font-size: 2.25vw;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 1.25px;  
  margin-top: 0;
  margin-bottom: 45px;
  color: #212322;
}
#expositores .cola{
  position:relative;
  margin-bottom: 35px;
}
#expositores .cola:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 38%;
  background-color: #460c00!important;
  height: 4px;
}
#expositores .dates img{
  display: inline-block!important;
  margin-top: 12px;
}
#expositores .dates{
  height: 100%;
  padding: 15px;
  margin: auto;
  background-color: #ffffff!important;
  border-bottom: solid 10px #FF521D;
}
.slick-dots{  
  display:flex;
  justify-content:center;
  margin: 0 0 15px;
  padding:0;
}
.slick-dots li{
  list-style:none;
  margin:12px;
}
.slick-dots li button{  
  font-size: 0px;
  border: 0;
  background-color: #f7f7f7;
  border: 1px solid #212322;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li button:hover{  
  transform: scale(1.2);
  transition: transform 0.2s;
}
.slick-dots li.slick-active button {
  background-color: #212322;
}
#agenda{
  background-color: #460c00;
}
#agenda h5{
  font-family: "neue-plak-regular";
  font-size: 1.3vw;  
  font-style: normal;
  font-stretch: normal;
  color: white;
  line-height: 1;  
  letter-spacing: 0.8px;
  text-align: left; 
}
#agenda h3{
  font-family: "neue-plak-bold";
  font-size: 2.25vw;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.9px;  
  margin-top: 0;
  margin-bottom: 45px;
  color: white;
}
#agenda .blanco{
  display: inline-block;
  background-color: white;
  padding: 6px 14px 8px;
  letter-spacing: 1px;
  color: #212322;
  margin-bottom: 0;
  text-align: left!important;
}
#footer{
  padding:1.5vw;
  background-color:#212322;
  color: white;
}
#footer a{  
  color: white;
}

.mt-25{
  margin-top:1vw;
}
.mt-50{
  margin-top:1.5vw;
}
.mt-panelistas, .mt-agenda{
  margin-top:3.5vw;
}

.text-left{
  text-align:left;
}
*{
  outline:none !important;
}

/* form */
#form{
  font-family: "neue-plak-regular";
  background-color: #ededed;
  padding: 5vw 0;  
}
#form .form{
  font-size: 0.8em;
}
#form ul li{
  list-style-type: none; 
}
.inputs-list {
	margin:0;
  padding:0;
  text-align: left;
}
input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 0px;
  position: relative;
  top: 1px;
  box-sizing: border-box;
  padding: 0;
  text-align: left;
}
/*.inputs-list li label span {
  text-align: left;
}*/
.hs-form fieldset{
  max-width:100%!important;
}
.hs-form-required{
  display:none;
}
/*.hs-input[type="checkbox"]{  
  width:100% !important;
  max-width:100% !important;
}*/
/*.hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){*/
.hs-input:not([type="submit"]){
  font-family: "neue-plak-regular";
  font-size: 1.25em;
  padding: 10px;
  width:100% !important;
  max-width:100% !important;
  margin-top: 0px;
  margin-bottom: 10px;
  box-sizing: border-box;
  height:50px;
}
.hs-fieldtype-intl-phone.hs-input .hs-input {
  color: -internal-light-dark(black, white);
  font-size: 1em;
}
/*.hs-input[type="checkbox"], .hs-input[type="radio"]{
  padding-top: 25px;
  padding-left: 0;
  margin-left: 0;
}*/
select{
  /*  -webkit-appearance: listitem !important; */
  -webkit-appearance: none;
  font-family: "neue-plak-regular";
  background-color: white;
  background-image: url("https://3814320.fs1.hubspotusercontent-na1.net/hubfs/3814320/drop-down-arrow.png") !important;
  background-position: 97% center !important;
  background-repeat: no-repeat !important;
    /* padding-right: 1.5em; */
  background-size: 12px !important;
  display: block;
  margin-top: 0px;
   /* border: 0;*/
  border-radius: 0px;
  width: 100%;
  padding: 0px 10px;
  height: 50px;
}
select:focus {
  font-family: "neue-plak-regular";
}
form .hs-button{
  font-family: "neue-plak-regular";
  font-size: 1vw;
  margin-top:15px; 
  background-color: #ff521d;
  color: #fff;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 20px 15px;
  display: inline-block;
  border:2px solid #460c00;
  letter-spacing:1.5px;
  cursor: pointer;
  transition:all 0.5s;
  text-transform:uppercase;
  -webkit-appearance: none;
}
form .hs-button:hover{
  background-color: #460c00;
  border:2px solid #ff521d;
}
form .hs-error-msg{
  color: #FF521D;
}
.text-left{
  text-align:left;
}
#form h3.a-bold.f50{
  text-align:left;
  line-height: normal;
  letter-spacing: normal;
}
.flex.center{
  justify-content:center;
}
.gris{
  color: #000;
}
#timer_seccion .flex>div {
    margin: 0 1.5vw;
}
#timer_seccion h3{
  margin:0;
  margin-top: 25px;
}
.timer_box > p{
  margin:1vw 0 2vw;
}
#timer_seccion .flex span{
 display:block; 
}

.row-fluid [class*="span"]{
    min-height:0 !important;
}
/* home */

.f16{
  font-size: 0.83vw;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
}
.mt-80{
  margin-top:4.16vw;
}




/* acerca */

.cont{
  max-width:70vw;
  margin:auto;
}
.f50{
  font-size: 2.60vw;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.5;
  letter-spacing: 1px;
  text-align: center;
}
.mw50{
  max-width:50%;
}
.mw60{
  max-width:60%;
}
.mw65{
  max-width:65%;
}
.m-auto{
  margin:auto;
}
.mb-50{
  margin-bottom:2.60vw;
}
.mb-60{
  margin-bottom:3.60vw;
}
.mb-70{
  margin-bottom:4.60vw;
}

.inline{
  display:inline-block;
}
.mt-30{
  margin-top:1.56vw;
}
*.bold{
  font-weight:bold;
}
a,a:hover{
  text-decoration:none;
}
.mb-100{
  margin-bottom: 5.20vw;
}
.ml-auto{
  margin-left:auto;
}


/* egenda */

body{
  margin:0;
}
#agenda{  
  padding-top:4.5vw;
  padding-bottom:4.5vw;
}
.cont-agenda{
  max-width:70vw;
  margin:auto;
}
#content {
  max-width: 1500px!important;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Timeline */
.timeline {
   /* border-left: 4px solid #fff;*/
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin: 50px auto;
  position: relative;
  line-height: 1.6em;
  font-size: 1.22em;
  padding: 50px;
  list-style: none;
  text-align: left;
  /*font-weight: 100;*/
  max-width: 65%;
  width: 100%;
  padding-top: 0;

}
.timeline .event {
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.timeline .event:last-of-type {
  /*padding-bottom: 25;*/
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
/*.timeline .event:before {
  left: -217.5px;
  color: rgba(255, 255, 255, 0.4);
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
  font-family: 'Saira', sans-serif;
}*/
.event h2{
  margin:0;  
}
.timeline .event:after {
  content:'';
  top: 0 !important;
  box-shadow: 0 0 0 4px #fff;
  left: -74.85px;
  /*border-radius: 50%;*/
  height: 55px;
  width: 55px;
  /*background-image: url(https://mktposgrado.ucontinental.edu.pe/hubfs/faq.png);*/
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #343434;
}
.box{
    max-width: 82%;
    margin: auto;
    background: #fff;
    padding: 1.5vw 3vw;
    box-sizing: border-box;
}
.hs-error-msgs{
  margin:0;
  padding:0;
}
.hs-error-msgs li{
  font-size:11px;
  list-style:none;
}


@media (max-width:1024px) and (min-width:600px){
  .slider>div{
    max-width:100%;
  } 
  .item img {
    margin: auto;
    max-width: auto;
  }
  .item {
    padding: 0;
  }  
}
@media (max-width:765px){
  .cont{
    max-width:90vw;
    margin:auto;
  }
  .cont-agenda{
    max-width:90vw;
  }
  #header{    
    padding:25px 0 15px;
  } 
  #header-cont{   
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .contador-mobile-t{ 
    display: block;
  }
  #header .header-contador{   
    display: none;
    /*max-width: 250px;*/
  }
  #header p{ 
    font-size: 2.6vw;
    text-align: right;
  }
  #header .logo img{     
    max-width: 48vw;
  }
  #header .logo_2 img{     
    max-width: 36vw;
  }
  #home{
    padding-top: 20vw!important;
    padding-bottom: 10vw!important;
  }
  #home:before{
    background:#460c00;
    opacity:.5;
    z-index:1;
  }
  #home h1{
    font-size: 12vw;
    margin-top: 0px;
    text-align: center;
  }
  #home h2{
    font-size: 5.3vw;
    text-align: center;
    display: block;
    margin: 50px auto 5px;
    padding-top: 10px;
    width: 80%;
  }
  #home h4{
    font-size: 5.5vw!important;
    color: white!important;
    width: 90%;
    text-align: center!important;
    margin: 35px auto auto;
    line-height: 1.25;
  } 
  #home .fecha-mob{    
    display: none;
  }
  #home .btn-b{
    font-size: 5vw;
    line-height: 1;
    padding:14px 20px 22px;
    text-align: center!important;
    margin-top: 35px;
  }
  #home .boton_mobile{
    text-align: center!important;
  }
  #carousel{
    padding-top:6vw;
    padding-bottom:5.5vw;
  }
  #presentacion{
    padding:12vw 0 10vw;
  }
  .mb-presentacion{  
    margin-bottom: 30px;
  } 
  .hs-logo-carousel .slick-slide img {
    max-width: 65%;
    margin: auto;
    text-align: center;
  }
  #expositores{
    padding:12vw 0 6vw;
  }
  #expositores .item{
    margin: auto;
  }
  #presentacion h3, #expositores h3, #form h3{
    font-size: 7vw;   
    text-align: center;
  } 
  #presentacion p {   
    font-size: 0.7em;
  }  
  #expositores h4 {   
    margin-top: 0;
    font-size: 6.5vw;
  }
  .slider>div{
    margin: 0;  
  }
  .slider>div{
    width:100%;
    max-width:100%;
  }
  .item img {
    max-width: 70vw;
  }
  .item {
    /*min-height: 278px;*/
    max-width: 70vw;
    text-align: center;
    border: solid 1px #212322;
  }  
  .slick-prev {
    left: -2px;
  } 
  .slick-next {
    right: -2px;
  } 
  .avatar_box img{
    float: none;
    margin-bottom: 0px;
  }  
  #carousel h3{
    font-size: 4vw; 
  }
  #agenda h5{    
    font-size: 4.5vw; 
    width: 90%;
    line-height: 1.25;
    text-align: left;
  }
  #agenda{
    padding:12vw 0 6vw;
  } 
  #agenda h3{
    font-size: 7vw;    
  }
  #form{
    padding:12vw 0 12vw;
    text-align:center;
  }
  .form .hs-button{
    width: 98%;
    font-size: 3.5vw;
    margin-top:15px; 
    border:0;
    border-radius: 0!important;
  }
  /*.hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){
    margin-left: 4px!important;
    border-radius: 0!important;
  }*/
  .hs-input{
    margin-left: 0px!important;
    border-radius: 0!important;
  }*/
  #footer {
    padding: 9vw !important;
    background-color: #212322;
  }    
}