/* 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 .cont{ 
  max-width:85vw;
}
#header{
  position:fixed;  
  width:100%;
  padding:22px 0 22px;  
  background-color: rgba(53, 2, 7, 0.4);
  z-index:9999;
  color: white;
}
#header p{ 
  font-family: "neue-plak-regular";
  font-size: 1.1vw;
  line-height: 1;
  margin: auto;
  font-weight: 600;
 /* color: white;*/
  letter-spacing: 1.2px;
  text-align: center;
}
#header .btn-b{
  background-color: #640005;  
  color:#fff;
  font-size: 0.9vw;
  line-height: 1vw;
  padding:10px 25px 14px;
  border: 2px solid #f97373;
  display:inline-block; 
  transition:all 0.5s;  
  border-radius: 30px;
}
#header .btn-b:hover{  
  background-color: #f97373;
  border: 2px solid #640005;
}
#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:8vw;
  padding-bottom:6vw;
}
#home:before{
    background:#212322;
    opacity:.4;
    z-index:1;
  }
#home:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  /*background:#212322;*/
  /*opacity:.5;*/
  z-index:1;
}
#home *{
  position:relative;
  z-index:3;
}
#home .cont{ 
  max-width:85vw;
}
#home h1{
  font-family: "neue-plak-bold";
  font-size: 4.2vw;
  font-style: normal;
  font-stretch: normal;
  color: white;
  line-height: 1.2;
  letter-spacing: 1px;
  /*-spacing: 0.5px;  */
  margin-top: 0px;
  margin-bottom: 0;
}
#home h2{
  font-size: 1.8vw;
  font-family: "neue-plak-regular";
  font-weight: 700;
  color: white;
  line-height: 1;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
}
#home h2 span{
  border: 3px solid #f97373;
  padding: 0px 30px 8px;
  letter-spacing: 0.8px;
  border-radius: 30px;
}
#home h4{
  font-size: 1.1vw!important;
  font-weight: 500;  
  /*background-color: #f97373;
  display: inline-block;
  padding: 0.6vw 1.6vw 0.9vw;*/
  color: white;
  line-height: 1.25!important;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  margin-top: 0;
  /*border-radius: 30px*/;
}
#home h4 a{
  color: white;
  text-decoration: underline;
}
#home h5{
  font-size: 1.1vw!important;
  font-weight: 500;  
  color: white;
  line-height: 1.25!important;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  margin-top: 0;
}
#home h5 span{
  font-size: 1.65vw!important;
  color: #f97373;
  font-weight: 700; 
}
#home .fecha{
  margin-top: 0.8vw;
  display: flex!important;
  align-items: center!important;
}
#home .boton-descarga{
  margin-top: 1.5vw;
  display: flex!important;
  align-items: center!important;
}
#home .constancia{
  margin-top: 1.5vw;
}
/*#home .fecha p{
  color: white;
  font-size: 1.1vw!important;
  margin-top: 5px;
}*/
#carousel{
  padding-top:2.4vw;
  padding-bottom:0;
  background-color: white;
  border-top: 4px solid #f97373;
}
#carousel-2{
  padding-top:1vw;
  padding-bottom:2vw;
  background-color: white;
}
#carousel-2 h3{
  font-family: "neue-plak-regular";
  font-size: 1.4vw;  
  margin-bottom: 4px;
  margin-top: 0;
  text-align: center;
  color: #640005;
}
#carousel h3{
  font-family: "neue-plak-regular";
  font-size: 1.4vw;  
  margin-bottom: 4px;
  margin-top: 0;
  text-align: center;
  color: #640005;
}
#presentacion{  
  font-family: "neue-plak-regular";
  padding-top:4.5vw;
  padding-bottom:3.5vw;
  background-color: #640005;
  margin: auto;
}
#presentacion .cont{ 
  max-width:85vw;
}
#presentacion h3{
  font-family: "neue-plak-bold";
  font-size: 2.1vw;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1.25px;  
  margin-top: 0;
  color: white;
}
.mb-presentacion{  
  margin-bottom: 2vw;
}
#presentacion p{
  font-family: "neue-plak-regular";
  font-size: 0.5em;
  line-height: 1.25;
  text-align: center;
}
#presentacion span{
  font-family: "neue-plak-bold";
  font-size: 1.1em;
  line-height: 1.25;
  text-align: center;
  color: #f97373;
  margin-bottom: 1.2vw; 
}

/* expositores */

#expositores-bottom{
  padding-top:2.75vw;
  padding-bottom:0.1vw;
  background-color: #ededed;
}
#expositores-bottom h2{
  font-family: "neue-plak-bold";
  font-size: 2.35vw;  
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 1.0px;
  text-align: center;
  }
#expositores-bottom .f23{
  font-family: "neue-plak-regular";
  font-size: 1.15vw;
  line-height: 1.25;
  text-align: center;
}
#expositores-bottom .f20{
  font-family: "neue-plak-regular";
  font-size: 1vw;
  line-height: 1.25;
  text-align: center;
}
#expositores-bottom .dates img{
  margin-top: 10px;
  display: block;
  border-radius: 0;
  border: none;
}
#expositores{
  padding-top:0.1vw;
  padding-bottom:2.75vw;
  background-color: #ededed;
}
#expositores h2{
  font-family: "neue-plak-bold";
  font-size: 2.35vw;  
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 1.0px;
  text-align: center;
  }
#expositores .f23{
  font-family: "neue-plak-regular";
  font-size: 1.15vw;
  line-height: 1.25;
  text-align: center;
}
#expositores .f20{
  font-family: "neue-plak-regular";
  font-size: 1vw;
  line-height: 1.25;
  text-align: center;
}
.item{
  text-align:center;
  background-color: #ffffff;  
  padding: 2vw 1vw;
  margin:.5vw .8vw 2vw;
  transition: transform 0.6s;
  /*border-radius: 12px;*/
}
.item.active .front{
  display:none;
}
.item .front{
  display:block;
}
.item img{
  margin:auto;
  max-width:9vw;
  border: solid 2px #ea0303;
  border-radius: 100%;
}
.cola{
  position:relative;
}
.cola:before{
  content:'';
  position:absolute;
  bottom:-0.8vw;
  left:0;
  right:0;
  margin:auto;
  width:20%;
  background-color:#f97373;
  height:3px;
}
.slider{
  display:flex;
  flex-wrap:wrap; 
  justify-content:space-around!important;
}
.slider>div{
  width:80%;
  height: auto;
  margin: auto!important;
  max-width:100%;
}
#expositores .dates img{
  margin-top: 10px;
  display: block;
  border-radius: 0;
  border: none;
}
.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;
  border-radius: 12px;
}


#agenda{
  background-color: #2a184c;
}
#agenda h5{
  font-family: "neue-plak-regular";
  font-size: 1.1vw;  
  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.3vw;
  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;*/
  background-color: #f5f5f5;
  padding: 3.6vw 0 5vw;  
}
#form .form{
  font-size: 0.85vw;
  line-height: 1.25;
}
#form ul li{
  list-style-type: none; 
}
#form p{
  font-family: "neue-plak-regular";
  font-size: 1vw;
  line-height: 1.25;
}
#form h4{
  font-family: "neue-plak-regular"!important;
  font-size: 0.9vw;  
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
  font-weight: normal;
  line-height: 1.25!important;
}
.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:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){
  font-family: "neue-plak-regular";
  font-size: 0.85vw;
  padding: 10px;
  width:100% !important;
  max-width:100% !important;
  margin-top: 0.3vw;
  margin-bottom: 10px;
  box-sizing: border-box;
  /*border-radius: 10px;*/
  height:3vw;
  border:1px solid #f97373;
}
/*.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;
  background-size: 12px !important;
  display: block;
  margin-top: 0.3vw;
  width: 100%;
  padding: 0px 10px;
  /*border-radius: 10px;*/
  height: 3vw;
}
select:focus {
  font-family: "neue-plak-regular";
}
#form .hs-button{
  font-family: "neue-plak-bold";
  background-color: #ea0303;  
  color:#ffffff;
  font-size: 1.1vw;
  margin-top: 1vw; 
  line-height: 1vw;
  padding: 12px 30px 17px;
  border: 2px solid #640005;
  display:inline-block; 
  cursor: pointer;
  transition:all 0.5s;
  border-radius: 30px;
}
#form .hs-button:hover{  
  transition: 0.5s;
  box-shadow: 0 20px 38px rgba(0,0,0,.16)!important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
/*form .hs-button:hover{
  background-color: #2a184c;
  border:2px solid #b17df4;*/
}
#form .hs-error-msg{
  font-size: 0.7vw;
  color: #ea0303;
}
.hs-error-msgs li {
  font-size: 0.7vw!important;
  color: #ea0303!important;
  margin-bottom: 0.5vw!important;
}
.text-left{
  text-align:left;
}
#form h3{
  font-size: 1.8vw; 
  color: #212322;
  text-align: center;
  margin-bottom: 2.3vw; 
  line-height: normal;
  margin-top: 0;
  line-height: 1.2;
  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;*/
  max-width:50vw;
  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;
}
#footer .cont{ 
  max-width:85vw;
}

@media (max-width:1400px) and (min-width:1200px){
  #header{
    padding:18px 0 18px;  
  }
  #home{
    padding-top:9vw;
    padding-bottom:2.5vw;
  }
  #home .fecha img{
    width: 40px!important;
  }
}

@media (max-width:1199px) and (min-width:1000px){
  #header{
    padding:15px 0 15px;  
  }
  #home{
    padding-top:8vw;
    padding-bottom:2.5vw;
  }
  #home .fecha img{
    width: 32px!important;
  }
}
@media (max-width:999px) and (min-width:800px){
  #header{
    padding:12px 0 12px;  
  }
  #home{
    padding-top:8.5vw;
    padding-bottom:2.5vw;
  }
  #home .fecha img{
    width: 28px!important;
  }
  .slider>div{
    max-width:100%;
  } 
  .item img {
    margin: auto;
    max-width: auto;
  }
  .item {
    padding: 0;
  }  
}
@media (max-width:799px) and (min-width:600px){
  #header{
    padding:10px 0 10px;  
  }
  #home{
    padding-top:11vw;
    padding-bottom:2.5vw;
  }
  #home .fecha img{
    width: 24px!important;
  }
  .slider>div{
    max-width:100%;
  } 
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){
    font-size: 1.5vw!important;
    height:5.5vw;
  }
  select{
    height: 5.5vw;
  }
}
@media (max-width:599px){
  .cont{
    max-width:90vw;
    margin:auto;
  }
  .cont-agenda{
    max-width:90vw;
  }
  #header{    
    padding:15px 0 15px;
  } 
  #header .contador-mobile-t{ 
    display: block;
  }
  #header .contador-mobile{ 
    /*padding-right: 20px;*/
  }
  #header p{ 
    font-size: 3.3vw;
    text-align: left;
    line-height: 1.25;
  }
  #header .btn-b{    
    font-size: 3.4vw;
    line-height: 1.1;
    padding:8px 12px 12px;  
    text-align: center;
    margin-left: 20px;
  }
  #home{
    padding-top: 30vw!important;
    padding-bottom: 12vw!important;
  }
  #home:before{
    background:#212322;
    opacity:.5;
    z-index:1;
  }
  #home h1{
    font-size: 11vw;
    margin-top: 4px;
    text-align: center;
    margin-bottom: 40px;
  }
  #home h2{
    font-size: 5.5vw;
    text-align: center;
  }
 /* #home h4{
    font-size: 6.5vw!important;
    color: #f97373!important;
    width: 90%;
    text-align: center!important;
    margin: 20px auto auto;
    line-height: 1.25;
  } */
  
   #home h4{
    font-size: 5vw!important;
   /* background-color: #f97373;*/
    font-weight: 500;
    display:block;
    /*padding: 1vw 1vw 1.8vw;*/
    margin-bottom: 0;
    margin-top: 0;
    color: white;
    text-align: center;
    /*padding-bottom: 8px;*/
  }
  #home h5{
    font-size: 5vw!important;
    color: white;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
  }
  #home h5 span{
    font-size: 7vw!important;
  }
  #home .fecha{
    margin: auto;
    display: block!important;
  }
  #home .fecha img{
    margin: auto;
    display: block!important;
  }
  #home .fecha p{
    color: white;
    font-size: 4vw!important;
    margin-top: 5px;
    text-align: center;
  }
  #home .boton-descarga{
    margin: 5vw auto auto!important;
    display: block!important;
  }
  #home .boton-descarga img{
    margin: auto;
    display: block!important;
  }
  #home .constancia{
    margin: 5vw auto auto!important;
  }
  #home .fecha-mob{    
    display: none;
  }
  #carousel{
    padding-top:6vw;
    padding-bottom:0;
  }
  #carousel-2{
    padding-top:1vw;
    padding-bottom:5.5vw;
  }
  #presentacion{
    padding:12vw 0 10vw;
  }
  #presentacion p{
    font-size: 0.65em;
  }
  .mb-presentacion{  
    margin-bottom: 30px;
  } 
  .hs-logo-carousel .slick-slide img {
    max-width: 65%;
    margin: auto;
    text-align: center;
  }
  #expositores{
    padding:1vw 0 6vw;
  }
  #expositores .item{
    margin: auto;
  }
  #presentacion h3, #form h3{
    font-size: 7vw;   
    text-align: center;
  }
  #expositores h2{
    font-size: 7vw;   
    text-align: center;
    margin-bottom: 40px;
  }
  #expositores .f23{
    font-size: 4.8vw;
  }
  #expositores .f20{
    font-size: 4.2vw;
  }
  #expositores h6 {    
    font-size: 5.5vw;
  }
  #expositores .dates img{
  }
  
  #expositores-bottom{
    padding:7vw 0 1vw;
  }
  #expositores-bottom .item{
    margin: auto;
  }
  #expositores-bottom h2{
    font-size: 7vw;   
    text-align: center;
    margin-bottom: 40px;
  }
  #expositores-bottom .f23{
    font-size: 4.8vw;
  }
  #expositores-bottom .f20{
    font-size: 4.2vw;
  }
  #expositores-bottom h6 {    
    font-size: 5.5vw;
  }
  #expositores-bottom .dates img{
  }
  
  
  .slider>div{
    margin: 0;  
  }
  .slider>div{
    width:100%;
    max-width:100%;
  }
  .item img {
    margin: auto;
    max-width:34vw;
  }
  .item {
    min-height: 278px;
    text-align: center;
    border: solid 1px #212322;
    padding: 5vw 3vw;
  }
  .cola:before{    
    bottom:-3vw;
  }
  .slick-prev {
    left: -2px;
  } 
  .slick-next {
    right: -2px;
  } 
  #carousel h3{
    font-size: 4vw; 
  }
  #carousel-2 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 14vw;
    text-align:center;
  }
  #form .form{
    font-size: 3.3vw;
  }
  #form h4{
    font-size: 3.5vw;  
    margin-top:7vw; 
    margin-bottom:9vw; 
  }
  #form p{
    font-size: 3.9vw;
  }
  #form .hs-button{
    width: 98%;
    font-size: 3.9vw!important;
    margin-top:5vw; 
    padding: 18px 24px 22px;
  }
  #form .hs-error-msg{
    font-size: 3vw!important;
  }
  .hs-error-msgs li {
    font-size: 3vw!important;
  }
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){
    font-size: 3.2vw;
    color: #212322;
    margin-left: 4px!important;
    border-radius: 0!important;
  }
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){
    height:12vw;
  }
  select{
    height: 12vw;
  }
  #footer {
    padding: 9vw !important;
    background-color: #212322;
  }    
}