/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/




@font-face {
  font-family: 'Seravek'; 
  src: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/Seravek.woff2') format('woff2'), 
    url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/Seravek.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Seravek-Light';
  src: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/Seravek-Light.woff2') format('woff2'), url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/Seravek-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Seravek-Medium';
  src: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/Seravek-Medium.woff2') format('woff2'), url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/Seravek-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Laurentian Std SemiBold';
  src: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/LaurentianStd-SemiBold.woff2') format('woff2'), url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/LaurentianStd-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Laurentian Std';
  src: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/LaurentianStd.woff2') format('woff2'), url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/LaurentianStd.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT America';
  src: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/GTAmerica-Regular.woff2') format('woff2'),
    url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/GTAmerica-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT America';
  src: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/GTAmerica-Bold.woff2') format('woff2'),
    url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/GTAmerica-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT America';
  src: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/GTAmerica-BoldItalic.woff2') format('woff2'),
    url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/GTAmerica-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'GT America';
  src: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/GTAmerica-Bold.woff2') format('woff2'),
    url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/GTAmerica-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT America';
  src: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/GTAmerica-Regular.woff2') format('woff2'),
    url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/fonts/GTAmerica-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


html, body {
  height: 100%;
}

body {
  background: #ffffff;
  display: flex;
  flex-flow: column;
  color:#1B1B1B;
  font-family: 'GT America';
  font-size: 15px;
  line-height: 21px;
}

main {
  display: flex;
  flex: 1;
  flex-flow: column;
}

p {
  margin-top: 10px;
  font-family: 'GT America';
}

h1, h2, h3 {
  font-family: 'Laurentian Std';
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 43px;
}

h3 {
  font-size: 18px;
}

.fs-24 {
  font-size: 24px;
}

nav {
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  height: 60px;
  position: fixed;
  -webkit-box-shadow: 0px 10px 5px -6px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 10px 5px -6px rgba(0,0,0,0.27);
  box-shadow: 0px 10px 5px -6px rgba(0,0,0,0.27);
}

.shadowNav {
  background: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/shadow.png') repeat bottom;
  background-size: contain;
  height: 6px;
}

nav ul li {
  padding: 0 20px;
}

nav ul li a {
  color: #1B1B1B;
}

.navbar-brand {
  position: relative;
  top: 0px;
}

.navbar-brand img {
  max-width: 145px;
}

.cta-exam{
  background-color: #12695E;
  height: 36px;
  border-radius: 4px;
  color: #FFFFFF;
  padding:8px 40px;
  transition: 1s;
}

.cta-exam:hover {
  background-color: #B8C5C2;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 8px 40px;
  transition: 1s;
}

.ctaDownload {
  background-color: #FFFFFF;
  color: #12695E;
}

.ctaDownload:hover, .brochure .cta:hover, .whatsApp .cta:hover, a.cta:hover {
  background-color: #B8C5C2;
  color: #FFFFFF;
  transition: 1s;
}

.herobanner .textHero {
  color: #FFFFFF;
  font-family: 'Seravek';
  font-size: 20px;
  line-height: 23px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 30px;
}

a.linkItem:hover, a.linkItem.active {
  color: #12695E;
  transition: 1s;
}

a.linkItem {
  transition: 1s;
}

.ui-datepicker-header {
  background: #12695E;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Laurentian Std';
  font-weight:normal;
  font-size: 24px;
  line-height: 28px;
  height: 60px;
  padding:30px 0;
}
.ui-datepicker th {
  font-weight: normal;
}
.ui-datepicker-calendar{
  font-family: 'Seravek';
  font-size: 15px!important;
  line-height: 21px;
}

.ui-widget-content {
  border: 0;
  background: #FFFFFF;
  color: #222222;
  padding: 0;
  width: 100%;
}


.admissionDate a.ui-state-default {
  background: #5C6062 !important;
  color: #FFFFFF !important;
  border-radius: 100%;
}

a.ui-state-default {
  background: 0 !important;
  border: 0 !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center !important;
  margin: 0 auto !important;
}

a.ui-state-active,
td.admissionDate-active {
  background-color: #14695E !important;
  color: #FFFFFF !important;
  border-radius: 100%;
}

.ui-widget-header .ui-icon {
  height: 25px;
  width: 25px;
  background-size: contain;
}
..ui-widget-header{
  font-weight:normal!important;
}

.ui-datepicker td span, .ui-datepicker td a {
  padding: 0;
}

.ui-datepicker td {
  padding-bottom: 10px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-title {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  left: initial;
  margin-left: initial;
  top: initial;
  margin-top: initial;
}

.ui-datepicker .ui-datepicker-next {
  left: 40px;
}

.ui-datepicker .ui-datepicker-next span {
  background: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/nextcalendari.svg') bottom no-repeat;
}

.ui-datepicker .ui-datepicker-prev span {
  background: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/nextcalendari.svg') no-repeat;
  transform: rotate(180deg);
}
.ui-datepicker-header a{
  z-index:2;
}
.ui-datepicker table {
  color: #5C6062;
  border: solid 1px #D1D1D1;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
  background:none;
  border:0;
  opacity:0.6;
  transition:1s;
  cursor:pointer;
}
.descriptionHome img {
  object-fit: contain;
}

.boxPosgrado {
  background: #F4F4F4;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  transition:1s;
}
.boxPosgrado:hover, .highlight{
  background: #D1D1D1;
  transition:1s;
}

.boxPosgrado a.cta:hover {
  background:#67847D;
}

p.dateExam, p.costExam {
  font-family: 'Seravek';
  font-size: 16px;
  margin: 2px 0;
}

p.dateExam {
  color: #12695E;
}

p.costExam {
  color: #5C6062;
}

a.cta,button.cta  {
  background: #12695E;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-flex;
  font-family: 'Seravek';
  font-size: 15px;
  height: 36px;
  width: 165px;
  justify-content: space-around;
  align-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  transition:1s;
}

a.cta:hover {
  text-decoration: none;
  transform: scale(1.05);
  transition: 1s;
}

button.cta {
  background-color: #FFFFFF;
  border: 0;
  color: #12695E;
  transition: 1s;
}

button.cta:hover {
  background-color: #B8C5C2;
  transition: 1s;
}

button.cta:disabled,
button.cta[disabled], button.cta.disabled {
  border: 0;
  background-color: #A0A0A0;
  color: #FFFFFF;
}

.containerInfo {
  justify-content: space-between;
  align-items: center;
}

.overflow-scroll-gradient {
  position: relative;
}

.overflow-scroll-gradient:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 98%;
  height: 140px;
  background: linear-gradient(transparent, white);
  bottom: -3px;
}
.overflow-scroll-gradient-scroller {
  overflow-y: scroll;
  background: white;
  width: 100%;
  max-height: 460px;
  padding: 15px;
  padding-top: 0;
  padding-bottom: 80px;
}
.PosgradoCards ::-webkit-scrollbar {
  width: 10px;
}

.PosgradoCards ::-webkit-scrollbar-track {
  background: #F4F4F4;
  border-radius: 100px;
}

.PosgradoCards ::-webkit-scrollbar-thumb {
  background: #14695E;
  border-radius: 100px;
}

.PosgradoCards ::-webkit-scrollbar-thumb:hover {
  background: #14695E;
}

.owl-stage {
  padding-left: 15px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #12695E;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.26);
}

.owl-theme .owl-dots .owl-dot span {
  background: #FFFFFF;
  box-shadow: inset 0 1px 3px 0 rgba(1,1,1,0.28);
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 14px;
  height: 14px;
}

.programs {
  background: #FFF;
  padding: 30px 0;
}

ul.filter {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 90%;
  font-family: 'GT America';
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px #D1D1D1;
}

ul.filter li {
  padding: 5px 10px;
  border: solid 1px #D1D1D1;
  border-radius: 20px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  margin:5px 10px;
  cursor: pointer;
  font-size: 15px;
}

ul.filter li.active, ul.filter li:hover {
  background: #14695E;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
  transition: 0.5s;
}
ul.filter li:hover {
  opacity:0.6;
}

ul.filterCampus {
  border-bottom: 0;
}

.schoolName{
  background: #12695E;
  color:#FFFFFF;
  font-family: 'Laurentian Std';
  font-size: 24px;
  line-height: 28px;
  padding:10px;
}

.descPosg {
  margin: 20px 0;
  border-left: solid 3px #2A786E;
  padding-left: 20px;
  margin-left: 20px;
}

.descPosg p, .descPosg small{
  font-family: 'Seravek';
  font-size: 15px;
  line-height: 21px;
  margin:0;
  margin-bottom: 10px;
}
.descPosg a{
  color: #1B1B1B;
  text-decoration:none;
}

.descPosg small{
  color:#767676;
}
#loadMore {
  color: #355B52;
  cursor: pointer;
  font-family: 'Seravek';
  font-size: 16px;
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

.moreicn {
  background: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/moreicn.svg') center;
  width: 14px;
  height: 14px;
  display: inline-flex;
  padding-left: 10px;
  vertical-align: middle;
}

.collapseMobile .collapsible {
  background-color: #D1D1D1;
  color: #12695E;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-family: 'Laurentian Std';
  margin-bottom: 4px;
  height:56px;
}

.collapseMobile .collapsible:after {
  content: '\002B';
  color: #12695E;
  font-size: 18px;
  float: right;
  margin-left: 5px;
}

.collapseMobile .active:after {
  content: "\2212";
}

.collapseMobile .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: transparent;
}

.closeFilter {
  display: none;
}

.form {
  background: #2A786E url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/tree.png') right bottom no-repeat;
  background-size: 325px 327px;
}
input, select {
  display: block;
  width: 100%;
  height: 50px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.titleForms{
  color: #FFFFFF;
  font-family: 'Laurentian Std';
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: auto;
}
ul.steps {
  margin: 20px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  list-style: none;
}
.field{
  position:relative;
}
.field label {
  color: #FFFFFF;
  font-family: 'Seravek';
  left: 40px;

}
.field label.hs-error-msg {
  color: #fff;
  font-family: 'Seravek';
  left: 10px;
  pointer-events: none;
  top: 5px;
}
.field label.active {
  color: #12695e;
  font-size: 12px;
  top: 12px;
  opacity: 1;
  transition: .5s;
  left: 10px;
}
.legal-consent-container p{
  margin:0;
  color:#D1D1D1;
}
.legal-consent-container a{
  color:#FFFFFF;
}
.legal-consent-container a:hover{
  text-decoration:none;
  opacity:0.8;
}
.hs-button {
  color: #12695e;
  font-family: 'Seravek';
  font-size: 15px;
  height: 36px;
  width: 165px;
  margin: auto;
  margin-top: 20px;
  padding: 0;
}
.grecaptcha-badge {
  margin: auto;
}
.form-control {
  border: 1px solid #D1D1D1;
}

.step {
  color: #FFFFFF;
  font-family: 'Seravek';
  font-size: 15px;
  line-height: 21px;
  border: solid 1px #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
}

.step.active {
  background: #FFFFFF;
  color: #12695E;
}


form .terms{
  color:#D1D1D1;
  font-family: 'Seravek';
  font-size: 15px;
  line-height: 21px;
}

form .terms a {
  color: #FFFFFF;
}

.form-control {
  height: 47px;
  padding-top: 20px;
}

.form-control.active {
  padding-top: 18px;
}

.select-style select {
  width: 100%;
  border: none;
  box-shadow: none;
  background: #FFFFFF url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/triangle.svg') right no-repeat;
  background-position: right 10px center;
  background-size: 24px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-style select:focus {
  outline: none;
}

.herobanner {
  margin-top: 60px;
}
.herobanner img{
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
  -moz-filter:brightness(0.9);
  -ms-filter: brightness(0.9);
  -o-filter: brightness(0.9);
}

.filterscontainer p{
  font-family: 'Laurentian Std';
  font-size: 24px;
  line-height: 28px;
}

.dont-break {
  white-space: nowrap;
}

footer {
  background: #F4F4F4;
  font-family: 'Seravek';
}

a.anchor {
  color: #1B1B1B;
  text-decoration: none;
}

.socialNetwork a {
  width: 36px;
  height: 36px;
  background-color: #C8A568;
  border-radius: 36px;
  cursor: pointer;
  margin: 0 5px;
  transition: 0.6s;
}

.socialNetwork a:first-child {
  margin-left: 0;
}

.socialNetwork a:hover {
  opacity: 0.7;
  transition: 0.6s;
}

.facebook {
  width: 16px;
  height: 16px;
  background: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/facebook.svg') no-repeat center;
  display: inline-block;
}

.instagram {
  width: 16px;
  height: 16px;
  background: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/instagram.svg') no-repeat center;
  display: inline-block;
}

.linkedin {
  width: 16px;
  height: 16px;
  background: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/linkedin.svg') no-repeat center;
  display: inline-block;
}
.campusAdress{
  color:#C8A568;
  font-family: 'Seravek';
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
}

.campusMap {
  display: block;
  font-family: 'Seravek-Light';
}

.infoCampus p {
  margin-top: 5px;
  margin-bottom: 5px;
}

footer .logo {
  max-width: 334px;
  width: 100%;
}

.adressBox {
  display: block;
}

#herodetalle h1 {
  font-size: 44px;
  line-height: 43px;
}

#herodetalle .herobanner .textHero {
  bottom: 30px;
}

.detailCampus {
  background:#2A786E;
  color:#FFFFFF;
  font-family: 'GT America';
  font-size: 15px;
  line-height: 21px;
  padding:10px 0;
}


.infoPosgrado h2{
  color:#12695E;
  font-family: 'Laurentian Std';
  font-size: 24px;
  line-height: 28px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.moreInfo {
  max-width: 456px;
  height: 90px;
  padding: 20px;
  border-radius: 4px;
  background: #D1D1D1 url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/infoBg.svg') no-repeat;
  background-position: bottom left 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.moreInfo p {
  font-family: 'GT America';
  font-size: 15px;
  line-height: 21px;
  padding-right: 20px;
}

.moreInfo a.cta {
  margin-top: 0;
}

.border-0 {
  border: 0;
}

.brochure .cta, .whatsApp .cta {
  cursor:pointer;
  width: 220px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top:0;
}

.downloadIcn {
  width: 24px;
  height: 24px;
  padding: 0 20px;
  background: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/download.svg') no-repeat;
  background-size: contain;
  display: inline-block;
}

.whatsappIcn {
  width: 24px;
  height: 24px;
  padding: 0 20px;
  background: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/whatsapp.svg') no-repeat;
  background-size: contain;
  display: inline-block;
}

.campusContact p, .campusContact p.contactName, .campusContact a{
  margin: 0;
  font-family: 'GT America';
  font-size: 15px;
  line-height: 21px;
}

.campusContact p.contactTitle{
  color:#12695E;
}

.separator {
  max-width: 2px;
  height: 100%;
  background: #D1D1D1;
  margin: auto;
}
.separatorSection{
  height:30px;
}
.modal-content {
  background: #4e8f87 url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/modalbg.svg') no-repeat;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
  border-radius: 22px;
  overflow: hidden;

}

.modal-dialog {
  max-width: 687px;
  width: auto;
}

.closeModal {
  background: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/closemodal.svg');
  background-size: contain;
  width: 36px;
  height: 36px;
  display: inline-block;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 9;
}

.close {
  opacity: 1;
  position:relative;
  z-index:9;
}
.modal-content .modal-body form fieldset { margin: 0 auto !important; }
.modal-content .modal-body form fieldset.form-columns-1 .hs-form-field input { width:100%; }
.modal-body{
  margin:auto;
  font-family: 'Laurentian Std';
}

.titleModal{
  font-family: 'Laurentian Std';
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}

.modalPosgrado {
  font-size: 24px;
  line-height: 28px;
}
.modal label {
  left: 10px;
  text-align: left;
  width: 100%;
}
.modal-body {
  padding: 2em;
}
ul.hs-error-msgs{
  margin:0;
  list-style:none;
  padding:0;
}
fieldset{
  margin-bottom:20px!important;
}

.requestInfo .cta {
  margin-top: 0;
}

.modal h2 {
  color: #FFFFFF;
  font-size: 43px;
}
#programscontainer{
  width:100%;
}
ul.stepsForm{
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.register form .actions{
  display:none;
}
.register .hs_cos_wrapper_type_form{
  width:50%;
  margin:auto;
}

.nextStepTwo, .nextStepThree {
  width: 300px;
  height: 40px;
  bottom: 0;
  position: absolute;
  bottom: 30px;
}
.hs-main-font-element{
  font-family: 'Seravek';
  margin-top:20px;
  text-align:center!important;
}
select {
  width: 100%!important;
  font-family: 'Seravek';
}
.submitted-message {
  overflow: visible!important;
}

.register .submitted-message p:nth-child(3) {
  font-size: 15px;
  color: #fff;
}
.register .submitted-message p:nth-child(2) {
  font-family: 'Laurentian Std';
  font-size: 44px;
  line-height: 43px;
  color: #fff;
  margin-bottom: 50px;
  font-family: 'Laurentian Std';
}
.nextStepTwo, .nextStepThree {
  width: 300px;
  height: 40px;
  bottom: 0;
  position: absolute;
  bottom: 20px;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}

.register .form {
  padding: 40px 0px 80px;
}
.separatorSteps {
  max-width: 90px;
  width:100%;
  height: 1px;
  margin: 20px 20px 19px;
  border: solid 2px #12695e;
}
.register .hs_firstname, .register .hs_apellido_paterno, .register .hs_apellido_materno,.register .hs-email, .register .hs_nmero_de_telfono, .register .hs_phone, .register .hs_city, .register .hs-ciclo_de_interes_2021, .register .hs-fecha_de_examen{
  display:none; 
}
.register fieldset {
  margin-bottom: 0!important;
  margin: auto!important;
}
.register .hs-form-field{
  margin-bottom:20px;
}
.legal-consent-container{
  text-align:center;
}
.register .hs-main-font-element, label.hs-main-font-element{
  color:#FFFFFF!important;
  text-align:center!important;
}
.hs_error_rollup{
  text-align:center;
}
.step{
  cursor:pointer;
}
.submitted-message{
  overflow:visible;
}
.submitted-message .cta{
  width:auto;
  padding:0 20px;
}
.separatorScroll{
  height:40px;
}

/* new styles */
.display,  .h1, .h2{
  font-family: 'Laurentian Std';
  font-size: 44px;
  line-height: 44px;
}
.h1{
  font-size: 44px;
  line-height: 43px;
}
.h2{
  font-size: 24px;
  line-height: 28px;
}
.breadcrumbs, .body{
  font-family: 'GT America';
  font-size: 12px;
  line-height: 18px;
}
.body{
  font-size: 15px;
  line-height: 21px;
}
.links{
  font-family: 'Seravek';
  font-size: 15px;
  line-height: 21px;
}
.herobanner .textHero p {
  font-family: 'Laurentian Std';
  font-size: 24px;
  line-height: 28px;
}
.herobanner .textHero h1{
  font-family: 'Laurentian Std';
  font-size: 60px;
  line-height: 70px;
  
} 
.navbar a{
  font-family: 'Seravek';
  font-size: 15px;
  line-height: 21px;
}
h2{
  font-size: 44px;
  line-height: 43px;
}
.boxPosgrado h3, p.dateExam, p.costExam{
  font-family: 'Seravek';
  font-size: 15px;
  line-height: 21px;
}
footer p{
  font-family: 'Seravek';
  font-size: 15px;
  line-height: 21px;
}
.input{
  height:55px;
}
.legal-consent-container p{
  font-family: 'Seravek';
  font-size: 15px;
  line-height: 21px;
}

select{
  height:47px;
}

.ingenieria-main .schoolName { background: #921832; }
.ingenieria-main .descPosg { border-left: solid 3px #921832; }
.ingenieria-main .cta-exam { background-color: #921832; }
.ingenieria-main .cta-exam:hover { background-color: #9218328c; }
.ingenieria-main ul.filter li.active, .ingenieria-main ul.filter li:hover { background: #921832; }
.ingenieria-main .form { background-color: #921832;background-image:url(https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Assets_2021/Group%209.png);background-repeat: no-repeat;background-size: contain; }
.ingenieria-main .separatorSteps { border: solid 2px #5e0a1cb0; }
.ingenieria-main button.cta { color: #921832; }
.ingenieria-main button.cta:hover { background-color: #c3a1a8; }
.ingenieria-main a.linkItem:hover, .ingenieria-main a.linkItem.active { color: #921832; }
.moreicn {
  background: url(https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Assets_2021/plusicon.svg) center;
  background-size: contain;
}
/* 06-07-2022 Updates */




.itemCampusParent {
  width: calc(50% - 27px);
}
.itemCampusParentContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 44px 20px;
  
}
.adressBox p {
  font-family: 'Seravek';
  line-height: 1.4;
  color: #333232;
  font-size: 15px;
  font-weight: 400;
}
.leftColImage {
    padding-top: 0px !important;
}
.leftColItems {
     font-family: 'Seravek';
    font-size: 15px;
    color: #333232;
    line-height: 1.4;
    font-weight: 400;
}
.leftColItems p a{
     font-family: 'Seravek';
    font-size: 15px;
    color: #333232;
    line-height: 1.4;
    font-weight: 400;
}
.leftColItems p{
     font-family: 'Seravek';
    font-size: 15px;
    color: #333232;
    line-height: 1.4;
    font-weight: 400;
}
/* * * * * * */

@media (max-width: 1199.98px) {
  .test-media {
    background: red;
  }
  .herobanner .textHero  {
    /* color: #1B1B1B;
    position: relative; */ 
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #herodetalle h1 {
    font-size: 30px;
    line-height: 32px;
  }

}

@media (max-width: 991.98px) {
  .test-media {
    background: blue;
  }

  .nav-100 {
    max-width: 100%;
  }

  .navbar {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    z-index: 11111111;
  }

  .navbar-brand {
    padding-left: 15px;
  }

  .herobanner {
    margin-top: 60px;
  }

  .navbar-nav .nav-link {
    text-align: center;
    margin: 20px 0;
  }

  .navbar-toggler-icon {
    background: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/hamicn.svg') no-repeat;
    background-size: contain;
    width: 30px;
    height: 21px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .navbar-toggler-icon.open {
    background: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/closemenu.svg') no-repeat;
 g.svg') no-repeat right;
    position: relative;
    top: -7px;
  }

  .adressBox {
    display: none;
  }

  #herodetalle .herobanner .textHero {
    color: #1B1B1B;
    font-size: 26px;
    position: relative;
    bottom: initial;
    margin-top: 20px;
  }

  .border-0 {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .moreInfo {
    width: 100%;
    height: 177px;
    background: #D1D1D1 url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/infoBgMobile.svg') no-repeat;
    background-position: bottom right -3px;
    flex-direction: column;
    align-items: start;
  }

  .brochure .cta, .whatsApp .cta {
    display: flex;
  }
  .boxPosgrado {
    min-height:220px;
  }

}

@media (max-width: 575.98px) {
  .test-media {
    background: pink;
  }

  .descPosg {
    margin-left: 0px;
  }

  .filterscontainer {
    display: none;
  }
  
  .herobanner .textHero p {
  font-family: 'Laurentian Std';
  font-size: 17px;
  line-height: 19px;
}
.herobanner .textHero h1{
  font-family: 'Laurentian Std';
  font-size: 30px;
  line-height: 35px;
  
} 

  /*  Updates 12-1-22  */
  .ingenieriaBody .filterscontainer { display: block !important; padding-bottom: 50px;}
  .ingenieriaBody .filMobile { position: initial; transform: initial;}
  .ingenieriaBody .filterMobile{ top: -100%; display: none;}
  .filterscontainer .cta.filterCta { display: none;}
  /*  inner close btn none  */
  .ingenieriaBody .closeFilter { display: none;}
  /*    */
  /* end of Updates 12-1-22  */


  .filterMobile {
    background: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/filterMobile.svg');
    background-size: contain;
    width: 45px;
    height: 45px;
    position: sticky;
    right: 0;
    z-index: 999999;
    top: 50%;
    float: right;
  }

  body.bodyOverflow {
    overflow: hidden;
  }

  .filterscontainer {
    display: none;
  }

  .filterscontainer.showFilter {
    position: fixed;
    display: block;
    background: #FFFFFF;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 99999999;
  }

  .filMobile {
    position: fixed;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

  .closeFilter {
    background: url('https://1621751.fs1.hubspotusercontent-na1.net/hubfs/1621751/Posgrados2021/img/close.svg') no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    float: right;
    top: -50px;
    position: absolute;
    right: 0;
  }

  .form {
    border-radius: 30px;
  }
  .separatorSteps {
    max-width: 10px;
    margin: 20px 10px 19px;
  }
  .register .hs_cos_wrapper_type_form {
    width: 90%;
  }
  .register .input{
    width: 100%;
  }
  .nextStepTwo, .nextStepThree{
    position:relative;
  }
  .register input {
    width: 90%;
    margin:auto;
  }
  .register label{
    padding-left:15px;
  }
  .register .hs-button{
    width: 165px;
    height: 35px;
  }

}

@media (max-width: 320px) {
  .test-media {
    background: gray;
  }

  ul.filter li {
    margin: 5px;
  }

  .filMobile {
    overflow: auto;
    height: 100%;
  }
}

/* Updates */
.ingenieriaBody .navbar ul.navbar-nav li:nth-child(1), .ingenieriaBody .navbar ul.navbar-nav li:nth-child(2) { display: none;}
.ingenieriaBody .ProBox1 { display: none;}
.ingenieriaBody .collapseMobile .collapsible:after { position: relative; top: -5px; font-size: 40px;}

/* .ingenieriaBody .collapseMobile .content{ max-height: initial; overflow: visible; }
.ingenieriaBody .collapseMobile .programsTabsnew.DisableActive .content{  overflow: hidden;  } */