/* 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;
}
.space-b{
  justify-content:space-between;
}
.f35{
  font-size: 1.82vw;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}
.item-center{
  align-items:center;
}
.logo img{ /*derecha*/
  /*max-width:140px; incae*/
  max-width:240px;
  height: auto;
  width:100%;
  padding-left: 95px;
}
.logo_4 img{ /*izquierda*/
  max-width:350px;
  width:100%;
}
.text-center{
  text-align:center;
}
.text-left{
  text-align:left;
}
.text-right{
  text-align:right;
}
.btn-b{
  /*background-color: #85734a;*/
  color:#fff;
  font-weight: bold;
  color: #ffffff;
  padding:12px 25px 16px;
  display:inline-block;  
}
#header{
  position:fixed;
  width:100%;
  padding:12px 0 11px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff;
  z-index:9999;
}
#header-sincontador{
  position:fixed;
  width:100%;
  padding:31px 0;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff;
  z-index:9999;
}
#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;
}
.f20{
  font-size: 0.85vw;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
.f21{
  font-size: 1.0vw;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.f23{
  font-size: 1.35vw;
  /*font-weight: 500;*/
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
}

.f25{
  font-size: 2.45vw;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0;
  letter-spacing: 1.25;
  margin-bottom: 0;
}

.f27{
  font-size: 2.25vw;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0;
  letter-spacing: normal;

}
.f28{
  font-size: 2.25vw;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0;
  letter-spacing: normal;

}
.f100{
  font-size: 4.4vw;
  /*font-weight: 800;*/
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 1.75px;  
  padding-left: 65px;
  padding-right: 65px;
  margin-top: 0;
}
.f80{
  font-size: 2.5vw;  
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 2px;
}
.n-programa{
  font-size: 1.3vw;  
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 1.3px;
}
.n-titulo{
  font-size: 4.6vw;
  /*font-weight: 800;*/
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 1.75px;  
  padding-left: 65px;
  padding-right: 65px;
}
.n-bajada{
  font-size: 1.9vw;  
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 1.3px;
  width: 60%;
  margin: auto; 
}
.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; 
}
.white{
    color:#fff;
}
.row-fluid [class*="span"]{
    min-height:0 !important;
}
.rb{
    display:none;
}
.rd{
    display:block;
}


/* 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;
}
.mb-50{
  margin-bottom:2.60vw;
}
.mb-0{
  margin-bottom:0;
}
#home{
  padding-top:10.15vw;
  padding-bottom:2vw;
}
#home:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#212322;
  opacity:.6;
  z-index:1;
}
#home *{
  position:relative;
  z-index:3;
}
.bh{
  display: block;
  text-align: center;  
  color: #fff;
}
.bh-lv{  
  display: block;  
  text-align: center;
  line-height: 1.15;
  margin-bottom: 0;
  color: #fff;
}
#home h1{
margin-top: 2.5vw;
}
#home ul{
    display: flex;
    margin: 0;
    padding: 0;
    color: #fff;
    justify-content: center;
    width: 100%;
}
#home ul.m{
  font-size: 1.25vw;
  margin-top:4.25vw;
  margin-bottom:1.5vw;
  letter-spacing: 1px;
}
#home ul.nn{
  margin-top:1vw;
  margin-bottom:2.5vw;
}
#home ul.m2{
  margin-top:5vw;
  margin-bottom:1.5vw;
}
#home ul li{
  display:flex;
  align-items:center;
}
#home ul li img{
  padding-top: 5px;
  margin-right:10px;
}
#home ul.m li:nth-child(1){
  margin-right:3.80vw;
}
#home ul.nn li:nth-child(1){
  margin-right:1.80vw;
}
#home ul.m2 li:nth-child(1){
  margin-right:3.80vw;
}
#home ul li{
  list-style:none;
}
#home ul.m3a{
  font-size: 1.1vw;
  margin-top:2vw;
  margin-bottom:1.5vw;
}
#home ul.m3a li:nth-child(1){
  margin-right:0vw;
}
#home ul.m3b{
  font-size: 1.1vw;
  margin-top:2vw;
  margin-bottom:1.5vw;
}
#home ul.m3b li:nth-child(1){
  margin-right:0vw;
}
.mt-80{
  margin-top:4.16vw;
}
.mt-65{
  margin-top:3.55vw;
}

/* contador */
#timer_seccion{
   background-color: #7c92af;
   padding:1.12vw 0;
}
#timer_seccion .f100 {
   font-size: 3.2vw;
}

/* acerca */

.cont{
  max-width:90.05vw;
  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;
}
.marron{
  color:#000;
}
.cola{
  position:relative;
}
.cola:before{
  content:'';
  position:absolute;
  bottom:-15px;
  left:0;
  right:0;
  margin:auto;
  width:38%;
  background-color:#343434;
  height:5px;
}
.inline{
  display:inline-block;
}
.mt-30{
  margin-top:1.56vw;
}
*.bold{
  font-weight:bold;
}
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;
  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);
}
.item .back img{
    margin: 0;
    margin-right: 10px;
    max-width: 20px;
}
.item .back a{
  margin-top:10px;
}
.item .back .ml-auto{
  margin-left:auto;
  margin-right:0;
  cursor:pointer;
}
.text-left{
  text-align:left;
}
*{
  outline:none !important;
}
.item.active .front{
  display:none;
}
.item.active .back{
  display:block;
}
.item .front{
  display:block;
}
.item .back{
  display:none;
  transform: rotateY(180deg);
}
.item img{
  margin:auto;
  max-width:10vw;
  }
#acerca{
  padding-top:7vw;
  padding-bottom:7vw;
}
.slider{
  display:flex;
  flex-wrap:wrap; 
  justify-content:center;
}
.slider>div{
  width:100%;
  margin: 0 0.8vw;
  max-width:20%;
}

/* egenda */

body{
  margin:0;
}
#agenda{  
  padding-top:7.50vw;
  padding-bottom:0.5vw;
}
#content {
  max-width: 1500px!important;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cont-agenda{
  max-width: 1300px!important;
  padding-bottom:4.0vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#agenda h5{
  font-family: "neue-plak-regular";
  font-size: 1.3vw;  
  font-style: normal;
  font-stretch: normal;
  color: white;
  line-height: 1.2;  
  letter-spacing: 0.8px;
  margin-top: 20px;
  margin-bottom: 20px;
  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: 60px;
  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;
}

/* 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:10px;
  list-style:none;
}
.box ul{
  padding:0;
  margin:0;
}
.box ul li{
  list-style:none;
  display: flex;
  align-items: end;
}
.box ul li img{
  margin-right:20px;  
}
.box ul li p{
margin:0 0 20px;
}

.timeline .event.e1:after {
    box-shadow: 0 0 0 3px #fff;
    left: -74.85px;
    /* background: #313534; */
    /*border-radius: 50%;*/
    height: 50px;
    width: 50px;
    content: "";
    top: 57px;
    /*background-color: #7c92af;*/
    background-image: url(https://mktposgrado.ucontinental.edu.pe/hubfs/registro.png);
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 11px;
    box-sizing: border-box;
}
.timeline .event.e2:after {
    box-shadow: 0 0 0 3px #fff;
    left: -74.85px;
    /* background: #313534; */
    /*border-radius: 50%;*/
    height: 50px;
    width: 50px;
    content: "";
    top: 57px;
    /*background-color: #7c92af;*/
    background-image: url(https://mktposgrado.ucontinental.edu.pe/hubfs/tema.png);
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 11px;
    box-sizing: border-box;
}
.timeline .event.e3:after {
    box-shadow: 0 0 0 3px #fff;
    left: -74.85px;
    /* background: #313534; */
    /*border-radius: 50%;*/
    height: 50px;
    width: 50px;
    content: "";
    top: 57px;
    /*background-color: #7c92af;*/
    background-image: url(https://mktposgrado.ucontinental.edu.pe/hubfs/break-time.png);
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 11px;
    box-sizing: border-box;
}
.timeline .event.e4:after {
    box-shadow: 0 0 0 3px #fff;
    left: -74.85px;
    /* background: #313534; */
    /*border-radius: 50%;*/
    height: 50px;
    width: 50px;
    content: "";
    top: 57px;
    /*background-color: #7c92af;*/
    background-image: url(https://mktposgrado.ucontinental.edu.pe/hubfs/faq.png);
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 11px;
    box-sizing: border-box;
}
.timeline .event.e5:after {
    box-shadow: 0 0 0 3px #fff;
    left: -74.85px;
    /* background: #313534; */
    /*border-radius: 50%;*/
    height: 50px;
    width: 50px;
    content: "";
    top: 57px;
    /*background-color: #7c92af;*/
    background-image: url(https://mktposgrado.ucontinental.edu.pe/hubfs/faq.png);
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 11px;
    box-sizing: border-box;
}
.timeline .event.e6:after {
    box-shadow: 0 0 0 3px #fff;
    left: -74.85px;
    /* background: #313534; */
    /*border-radius: 50%;*/
    height: 50px;
    width: 50px;
    content: "";
    top: 57px;
    /*background-color: #7c92af;*/
    background-image: url(https://mktposgrado.ucontinental.edu.pe/hubfs/faq.png);
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 11px;
    box-sizing: border-box;
}
.timeline .event.e7:after {
    box-shadow: 0 0 0 3px #fff;
    left: -74.85px;
    /* background: #313534; */
    /*border-radius: 50%;*/
    height: 50px;
    width: 50px;
    content: "";
    top: 57px;
    /*background-color: #7c92af;*/
    background-image: url(https://mktposgrado.ucontinental.edu.pe/hubfs/faq.png);
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 11px;
    box-sizing: border-box;
}
.timeline .event.e8:after {
    box-shadow: 0 0 0 3px #fff;
    left: -74.85px;
    /* background: #313534; */
    /*border-radius: 50%;*/
    height: 50px;
    width: 50px;
    content: "";
    top: 57px;
    /*background-color: #7c92af;*/
    background-image: url(https://mktposgrado.ucontinental.edu.pe/hubfs/faq.png);
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 11px;
    box-sizing: border-box;
}
.timeline .event.e9:after {
    box-shadow: 0 0 0 3px #fff;
    left: -74.85px;
    /* background: #313534; */
    /*border-radius: 50%;*/
    height: 50px;
    width: 50px;
    content: "";
    top: 57px;
    /*background-color: #7c92af;*/
    background-image: url(https://mktposgrado.ucontinental.edu.pe/hubfs/faq.png);
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 11px;
    box-sizing: border-box;
}
.timeline .event.e10:after {
    box-shadow: 0 0 0 3px #fff;
    left: -74.85px;
    /* background: #313534; */
    /*border-radius: 50%;*/
    height: 50px;
    width: 50px;
    content: "";
    top: 57px;
    /*background-color: #7c92af;*/
    background-image: url(https://mktposgrado.ucontinental.edu.pe/hubfs/faq.png);
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 11px;
    box-sizing: border-box;
}
/*ul.timeline:before {
    content: '';
    background: #fff;
    width: 3px;
    height: 76%;
    position: absolute;
    left: 0.5px;
    top: 0;
    bottom: inherit;
    margin: auto;
}*/
#agenda{
background-color: #7c92af;
}

/* form */
#form{
  font-family: "neue-plak-regular";
  background-color: #ededed;
  padding:5vw 0;
}
#form ul li{
  list-style-type: none; 
}
input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 0px;
  position: relative;
  /*top: 1px;*/
  box-sizing: border-box;
  padding: 0;
  text-align: left;
}
#form .hs-form-booleancheckbox{
  margin-top: 10px;
  font-size: 13px;
}
.inputs-list {
	margin:0;
  padding:0;
  text-align: left;
}
#form .box_1{
  width:100%;
  margin-right:2vw;
}
#form .box_2{
  width:100%;
}
#form .box_2 img{
  max-width: 35.10vw;
}
.hs-form-required{
  display:none;
}
.slick-dots{  
  display:flex;
  justify-content:center;
  margin: 15px 0;
  padding:0;
}
.slick-dots li{
  list-style:none;
  margin:10px;
}
.slick-dots li button{  
  font-size: 0px;
  border: 0;
  background-color: #00000063;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background-color: #000;
}
.hs-input:not([type="submit"]){
  font-family: "neue-plak-regular";
  padding: 10px;
  width:100% !important;
  max-width:100% !important;
  margin-top: 0px;
  box-sizing: border-box;
  height:50px;
}
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";
}
.hs-button{
  font-family: "neue-plak-regular";
  font-size: 0.9vw;
  margin-top:15px;
  background-color: #85734a;
  color: #fff;
  font-weight: bold;
  color: #ffffff;
  padding: 14px 22px 18px;
  display: inline-block;
  border:0;
  cursor:pointer;
  letter-spacing:1.5px;
  text-transform:uppercase;
  -webkit-appearance: none;
}

/* organizar */
#organiza{
  background-color: #fff;
 /* padding-top:7.00vw ;*/
  padding-bottom:7.00vw ;
}
.text-left{
  text-align:left;
}
#form h3.a-bold.f50{
  text-align:left;
  line-height: normal;
    letter-spacing: normal;
}
.slider_logo img{
  /*max-width:20vw;*/
  max-width: 400px;
  margin:auto;
  margin-top: 20px;
  /*opacity:.9;*/
}
.slider_logo img:hover{
  opacity:1;
}
.mb-100{
  margin-bottom:5.20vw;
}

/* mapa */

.card{
  background-color:#fff;
}
#map{
  position:relative;
  padding:3vw;
}
#map:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#000;
  opacity:.7;
  z-index:1;
}
#map *{
  position:relative;
  z-index:3;
}
.card{
  max-width:28vw;
  padding:3vw;
}
.card img{
  max-width:11.45vw;
}
p.flex.end img{
  margin-right:10px;
}
.black{
  color:#000;
}
#footer{
  padding:1.5vw;
  background-color:#212322;
}
.mt-50{
  margin-top:1.65vw;
}
.end{
  align-items:end;
}
@media (max-width:1024px) and (min-width:600px){
  .f25 {
    font-size: 2.3vw;}
  .slider>div{
    max-width:100%;
  }
  .f20 {
    font-size: 2.04vw;}
  .back .f20, .front .f20 {
    font-size:2vw;
  }
  .item img {
    margin: auto;
    max-width: 17.41vw;
  }
  .box .f25{
    font-size:3vw;
  }
  #acerca .f20,.box .f20{
    font-size:2vw;
  }
  .f16 {
    font-size: 1.83vw;}
}
@media (max-width:765px){
  .rd{
  display:none;
  }
  .rb{
  display:block;
  margin:auto;
  }
  .f20{
    font-size:5.33vw;
  }
  .f21{
    font-size:4.85vw;
  }
  .f23{
    font-size:7vw;
    margin-top: 20px!important;
  }
  .f23 img{
    margin-top: 10px!important;
    width: 100%;
  }
  .f25{
    margin-top: 15px!important;
    font-size:8.1vw!important;
  }
  .f27{
    font-size:7.1vw;
    margin-bottom: 20px;
  }
  .f28{
    font-size:7.1vw;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .f50{
    font-size:7.66vw;
    line-height: 1.25!important;
  }
  .f80{
    font-size:8.75vw;!important;
    line-height: 1.25!important;
  }    
  .n-programa{
    font-size:4.8vw;!important;
  }
  .n-titulo{
    font-size:11vw!important;
    margin-top: 20px!important;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 3px; 
    line-height: 1.15!important;
  }
  .n-bajada{
    font-size: 5vw;  
    margin-top: 20px!important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 1.3px;
    width: 100%;
    margin: auto; 
  }
  .f100{
    font-size:10vw!important;
    margin-top: 20px!important;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 1px; 
    line-height: 1.2!important;
  }
  .mb-70{
    margin-bottom: 0;
  }
  .border-header{   
   margin-top: 30px!important;
   padding: 1.5vw 0 3.5vw;
   min-width: 100%!important;
  }
  #header{
    background:#212322 !important;
    padding-top: 22px;
    padding-bottom: 18px;
  }
  #header-sincontador{
    background:#212322 !important;
    padding-top: 22px;
    padding-bottom: 18px;
  }
  #header .box_1{
    width:100%;
    max-width:100%;
    text-align:center;
  }
  #header-sincontador .box_1{
    width:100%;
    max-width:100%;
    text-align:center;
  }
  #header .box_3,#header .box_2{
    display:none;
  }
  #header-sincontador .box_3,#header .box_2{
    display:none;
  }
  .logo img {
    max-width: 88vw; 
    width: 100%;
  }
  #home ul.m{
    margin-top: 7.5vw!important;
    margin-bottom:2.5vw!important;
    padding-left: 10vw!important;
    padding-right: 10vw!important;   
  }
  #home ul.m3a{
    margin-top: 7.5vw!important;
    margin-bottom:1vw!important;
    padding-left: 5vw!important;
    padding-right:5vw!important;
  }
  #home ul.m3b{
    margin-top: 1vw!important;
    margin-bottom:2.5vw!important;
    padding-left: 5vw!important;
    padding-right: 5vw!important;
  }
  #home ul{
    display:block !important;
    margin:0 !important;
  }
  #home ul li{
    margin:1vw 0;
  }
  #home {
    padding-top: 30.45vw !important;
    padding-bottom: 3vw;
  }
  #header .box_3 a{
    font-size: 4.0vw;
    letter-spacing: normal;
  }
  #header-sincontador .box_3 a{
    font-size: 4.0vw;
    letter-spacing: normal;
  }
  #form .flex{
    display:block;
  }
  #home .f25{
    font-size:5.6vw;
  }
  #header{
    position:absolute;
  }
  /*#home h1{
     font-size: 11vw;
  }*/
    #home ul li {
    list-style: none;
    font-size: 4vw;
    text-align: left;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .f16 {
    font-size: 3.83vw;}
  #timer_seccion {
      background-color: #7c92af;
      padding: 8.12vw 0;
  }
  #timer_seccion .f100 {
    font-size: 10.2vw;
  }
  #timer_seccion h3{
  margin:0;
  }
  .small {
    font-size: 5.04vw;}

  .slider>div{
  width:100%;
  max-width:100%;
  }
  .mw60 {
    max-width:100% !important;
  }
  #acerca{
  padding-top:12vw;
  padding-bottom:12vw;
  }
  .cont-acerca{
  max-width:90.05vw;
  margin:auto;
}
  #acerca .f100 {
    font-size: 12.2vw;}
  
  #acerca .f50{
    font-size: 5.6vw;
    letter-spacing:normal;
    margin: 12vw 0;
  }
  #acerca2 {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .slider>div{
    margin: 0;  
  }
  .item img {
    margin: auto;
    max-width: 40.41vw;
  }
  .item {
    min-height: 278px;
    text-align: center;
    border: solid 1px #212322;
    padding: 6vw 3vw;
  }
  #acerca .mt-30 {
    margin-top: 5.56vw;
  }  
  .nacionalidad{
  padding-top:2.75vw;  
  }
  .nacionalidad img{  
  /*width: 90%;*/
  }
  ul.timeline:before{
    display:none;
  }
  .timeline .event:after {
    box-shadow: 0 0 0 4px #004ffc;
    left: -62.85px !important;
    background: #313534;
    border-radius: 0%;
    height: 10px;
    width: 10px;
    content: "";
    top: 0px !important;
  }
  #agenda{
    padding:12vw 0 1vw;
  }
  #agenda .f100 {
    font-size: 11.2vw;    
  }
  #agenda h2 {    
    line-height: 1.12em;
    margin-bottom: 4px; 
  }
  #agenda h5{    
    font-size: 6vw; 
    width: 91%;
    line-height: 1.25;
    text-align: left;
  } 
  #agenda h3{
    font-size: 8vw;    
    margin-bottom: 40px;
  }
  .cont-agenda{
  width: 92%;
  padding-bottom:4.0vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }
  #agenda .timeline {
    /* border-left: 4px solid #fff; */
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin: 35px auto 5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    /*padding: 53px;*/ 
    list-style: none;
    text-align: left;
    font-weight: 100;
    max-width: 82%;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }  
  .timeline .event {
    padding-bottom: 0px;
    margin-bottom: 30px;
    position: relative;
  }
  .box {
      max-width: 100%;
      margin: auto;
      background: #fff;
      padding: 7.5vw 3vw;
      box-sizing: border-box;
  }
  .mw50 {
    max-width: 100%;
  }
  .mw65 {
    max-width: 100%;
  }
  #content {
    margin-top: 0px;
  }
  #form{
    text-align:center;
  }
  #form h3{
    text-align:center;
  }
  #form .box_2{
    display:none;
  }
  #organiza h2{
    letter-spacing: normal;
    font-size: 7vw;
    font-weight: 300;
    margin-bottom:5vw !important;
  }
  .slider_logo img {
    max-width: 75vw !important;
    margin-top: 0px!important;
  }

  #map .card {
    max-width: 100%;
    padding: 3vw 10vw;
    margin-top: 10vw;
    margin-bottom: 13vw;
  }
  #footer {
    padding: 9.5vw !important;
    background-color: #212322;
  }
  #form h3.a-bold.f50 {
    text-align: left;
    font-size: 9vw;
    line-height: normal;
    letter-spacing: normal;
  }
 #form .hs-button{   
    width: 100%!important;
    font-size: 4vw;
    margin-bottom:12vw;
    border-radius: 0;
  }  
  /*.hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){
    margin-left: 4px!important;
  }*/
  .hs-input{
    margin-left: 0px!important;
    border-radius: 0!important;
  }
  .box ul li {
    list-style: none;
    display: block;
    align-items: end;
    text-align: center;
  }
  .card >img{
    display:none;
  }
  .slick-dots li button {
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
}