
*{
    box-sizing: border-box;
}

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

/***************** Colores ******************************/

:root{
  --blanco: #fff;
  --blancorgb: 255,255,255;
  --negro: #000000;
  --negrorgb: 0,0,0;
  --verde: #0B9DA7;
  --azul: #2f4c8d;
  --azul2: #002B4C;
  --azul3: #005596;
  --naranja: #ED844C;
  --naranja2: #FF0000;
  --gris: #F4F4F4;
  --gris1: #0000007B;
  --gris2: #00000053;
  --gris3: #5D6771;
  --gris4: #1C1C1C;
  --gris5: #636363;
  --grisc: #F2F2F2;
  --modulo: #eef1f6;
  --primario: #000000;
  --font: "Roboto", sans-serif;
  --font2: "Montserrat", sans-serif;
}

/***************** Colores textos ******************************/
.blanco, .btn.blanco:hover, .btn.blanco:active{color:var(--blanco); }
.negro{color:var(--negro); }
.verde{color:var(--verde); }
.azul{color:var(--azul); }
.azul2{color:var(--azul2); }
.azul3{color:var(--azul3); }
.naranja{color:var(--naranja); }
.naranja2{color:var(--naranjac); }
.azulc{ color:var(--azulc); }
.gris{ color:var(--gris); }
.gris2{ color:var(--gris2); }
.gris3{ color:var(--gris3); }
.gris4{ color:var(--gris4); }
.gris5{ color:var(--gris5); }
.primario { color:var(--primario); }

/***************** Fondos de color ******************************/
.bgblanco{ background: var(--blanco); }
.bgprimario{ background: var(--primario); }
.bgnegro{ background: var(--negro); }
.bgverde, .btn.bgverde:hover, .btn.bgverde:active{ background: var(--verde); }
.bgnaranja, .btn.bgnaranja:hover, .btn.bgnaranja:active{ background: var(--naranja); }
.bgnaranja2{ background: var(--naranja2); }
.bgazul{ background: var(--azul); }
.bgazul2, .btn.bgazul2:hover, .btn.bgazul2:active{ background: var(--azul2); }
.bgazul3, .btn.bgazul3:hover, .btn.bgazul3:active{ background: var(--azul3); }
.bgazulc{ background: var(--azulc); }
.bggris{ background: var(--gris); }
.bgmodulo{ background: var(--modulo); }

.bgdeg-negro:after{
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  content: ' ';
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}


/************Reset css*********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}


/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
  color: var(--primario);
  line-height: 130%;
  font-family: var(--font);
  font-size: 18px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    /*-moz-appearance: none;*/
}

input[type=search] {
    /*-webkit-appearance: none;
    -moz-appearance: none;*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none !important;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a {
  color: var(--primario);
  outline: none;
}
a:hover {
  color: var(--primario);
}
a:focus {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpoion-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    /*-webkit-appearance: button;*/ /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    /*-webkit-appearance: textfield;*/ /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: var(--negro);
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: var(--negro);
    padding: 0.2em 0;
}

a {
    text-decoration: none;
}

em, i {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/******************** lazy *******************************/
img.lazy{
  font-size: 10px;
  color: transparent;
  text-align: center;
}
.lazy{
  background-image: none !important;
  position: relative;
}
/*Estos estilos pintan un background animado tipo load*/
.lazy:before, .lazy:after {
  content: '';
  position: absolute;
  top: 45%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background:var(--primario); /*Cambiar al color que se necesite*/
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lazy:before {
  left: 45%;
  animation: lds-ellipsis1 0.6s infinite;
}
.lazy:after {
  left: 45%;
  animation: lds-ellipsis2 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: transe(0, 0);
  }
  100% {
    transform: transe(24px, 0);
  }
}
/******************** wistia *******************************/
.getscript{
  cursor: pointer;
  position:relative;
}
.wistia_click_to_play{
  width: 100%;
}
/*.play-button{
  cursor: pointer;
  position: relative;
}
.play-button:before{
  border-radius: 50%;
  content: '';
  height: 81px;
  position: absolute;
  width: 81px;
  z-index: 1;
  background-color: rgba(204,5,38, 0.76);
  left: 41.5%;
  top: 38%;
  transition: all 80ms ease-out 0s;
  mix-blend-mode: normal;
}
.play-button:after{
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAABRCAYAAAD7G3lVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATFJREFUeNrs22FtwkAYx+F2QcAkMAfgYBKQwBxMQh1MwiRQB+CgEoaDzkG5S1a+E5IF+n+e5D4ve3+7N0s4mgYAAAAAAAAAAAAA7jFN06cp5MavjuWsTSMzfjWWszORzPizQzmvJpMZ3xYIj28LiG8LpMeffdsCufGrn3LeTS0z/uzLFsiNbwuEx7cFxL9ugY1pZsafdSaaG78abIHc+LaA+MvbAi/+XG5Sww9L2QLtEm/+P/2oUzkfbduexc+LX51L/DdrP09fzvaZf4GVhjf7/Vv3vVFk/bfvMUhg/PoAZG+6efE9Aw+MP/oCSGZ8tz0wvtseGn9w2zPjdyaXF99n9aHx3fbA+G57aHy3PTC+N/mh8b3DD4zvtofGd9tD47vtAAAAAAAAAAAAADymiwADAOSj1JBfF8xMAAAAAElFTkSuQmCC) 0px 0px / 127px 81px no-repeat transparent;
  display: block;
  height: 81px;
  outline: none;
  position: absolute;
  width: 127px;
  z-index: 1;
  left: 38%;
  top: 38%;
}*/
/*.play-button:hover:before{
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: rgba(204,5,38, 0.8);
  left: 0px;
  top: 0px;
  transition: all 80ms ease-out 0s;
  mix-blend-mode: multiply;
}*/
.loader {
  position:relative;
}
.loader:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://23860413.fs1.hubspotusercontent-na1.net/hubfs/23860413/sitio2023/home/loading-circles.gif');
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
  //background-color: rgba(0,0,0,0.5);
}



/******************** hojas ************************************/

.hoja-1920 { position: relative; display:block; margin:auto; max-width:1920px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1400, .container { position: relative; display:block; margin:auto; max-width:1400px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1300 { position: relative; display:block; margin:auto; max-width:1300px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1200, .container-wrapper {position: relative;display:block;margin:auto;max-width:1200px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1100 { position: relative; display:block; margin:auto; max-width:1100px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1024 { position: relative; display:block; margin:auto; max-width:1024px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-1000 { position: relative; display:block; margin:auto; max-width:1000px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-900 { position: relative; display:block; margin:auto; max-width:900px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-800 { position: relative; display:block; margin:auto; max-width:800px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.hoja-700 { position: relative; display:block; margin:auto; max-width:800px; width:100%; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-50 { width: 50%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-80, .w-80-m { width: 80%; }
.w-90, .w-90-m { width: 90%;}
.w-95, .w-95-m { width: 95%;}
.w-100 { width: 100%; }

.height-auto { height: auto!important; }  

.zindex{
  z-index: 1;
}


/*********************************  Fuentes ****************************************************/

.fs10 { font-size:10px; }
.fs12 { font-size:12px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
.fs22 { font-size:22px; }
.fs23 { font-size:23px; }
.fs24 { font-size:24px; }
.fs25 { font-size:25px; }
.fs26 { font-size:26px; }
.fs28 { font-size:28px; }
.fs30 { font-size:30px; }
.fs32 { font-size:32px; }
.fs34 { font-size:34px; }
.fs35 { font-size:35px; }
.fs36 { font-size:36px; }
.fs38 { font-size:38px; }
.fs40 { font-size:40px; }
.fs42 { font-size:42px; }
.fs44 { font-size:44px; }
.fs45 { font-size:45px; }
.fs50 { font-size:50px; }

.fw100 { font-weight: 100; }
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw900 { font-weight: 900; }

.under { text-decoration: underline; }
.upper { text-transform: uppercase; }

.line-normal { line-height:normal; }
.line-130 { line-height: 130%; }
.line-120 { line-height: 120%; }
.line-100 { line-height: 100%; }

.font{
  font-family: var(--font);
}
.font2{
  font-family: var(--font2);
}

h1, h2, h3, h4, h5, h6{
  font-family: var(--font2);
  font-weight: 400;
}
h1{
  font-size: 50px;
}
h2{
  font-size: 26px;
}
h3{
  font-size: 22px;
}
p{
  font-size: 18px;
}

/******************** Posiciones *********************************/
 
/*.absolute, .absolute-m { position:absolute; }
.relative { position: relative; }
.fixed { position: fixed; }

.top { top: 0; }
.bottom { bottom: 0; }
.right { right: 0; }
.left { left: 0; }*/

.fixed {
  position: fixed;
  width: 100%;
  z-index: 3;
  background: var(--blanco);
  max-width: 100% !important;
  top: 0;
}
.fixed .container-wrapper {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.fixed .logo img {
  max-width: 200px !important;
}

/******************** display **********************************/

/*.block, .salto { display: block; }
.inline { display: inline; } 
.auto { margin-left: auto !important; margin-right:auto !important; }*/
.nofloat{
  float: none !important;
}

/*.inline-top { display:inline-block; vertical-align:top }
.inline-middle { display:inline-block !important; vertical-align:middle; }
.inline-bottom { display:inline-block; vertical-align:bottom; }*/

.border-box { 
   box-sizing: border-box;   
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
}

.content-box { 
    box-sizing: content-box; 
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;  
}


/******************** Text Align **********************************/

/*.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }*/


/***************** estilos sitio ******************************/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 999999999;
}
.loading-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f9f9f9;
  z-index: 9999999999999;
}
.loading-mask img{
  min-width:300px;
  transform-origin: 50% 50% 0px;
  animation: 1s linear 0s infinite normal forwards running ld-breath;
}
@media(max-width: 700px){
  .loading-mask img {
    min-width: 200px;
  }
}
@keyframes ld-breath{0%{animation-timing-function:cubic-bezier(0.9647,0.2413,-0.0705,0.7911);transform:scale(0.9099999999999999)}80%{animation-timing-function:cubic-bezier(0.9226,0.2631,-0.0308,0.7628);transform:scale(1.02994)}100%{transform:scale(0.9099999999999999)}}.ld.ld-breath{animation:ld-breath 1s infinite linear}
.loading-mask .middle {
  position: absolute;
  top: 50%;
  width: 100%;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 180px;
}

.breadcrumb{
  font-size: 14px;
  margin:auto;
  max-width: 1200px;
  width: 100%;
}
.breadcrumb li{
  margin-right: 5px;
}
.breadcrumb .active {
  color: var(--primario);
  font-weight: bold;
  padding-left: 2px;
}
.breadcrumb-item+.breadcrumb-item::before{
  font-size: 16px;
  font-weight: 600;
  content: ">";
}
.breadcrumb {
  padding: 10px 0 0 !important;
}
.sombra{
  box-shadow: rgba(var(--negrorgb), 0.2) 0 0 10px;
}
.btn{
  border-radius: 0;
  /*color: var(--primario);*/
  display: inline-block;
  font-weight: bold;
  padding: 7px 15px;
  text-align: center;
  /*transition: all ease-in-out .3s;*/
}
/*.btn:hover{
  color: var(--primario);
}*/

.radio10{
  border-radius: 10px;
}

/* bullets */
.bullet-check{
    list-style-image: url(../../../images/licenciatura/licenciatura-medico-cirujano-cdmx-bullet.svg);
    padding-left: 40px;
    box-sizing: border-box;
}

.bullet-ico{
  list-style-image: url(../../../images/general/ico-bullet.png);
  padding-left: 40px;
  box-sizing: border-box;
}
.bullet-ico li{
  margin-bottom: 10px;
}
.bullet-color, .bullet-azul1, .bullet-azul2, .bullet-blanco, .bullet-naranja, .bullet-verde {
  list-style: none;
  padding-left: 30px;
}
.bullet-color li, .bullet-azul1 li, .bullet-azul2 li, .bullet-blanco li, .bullet-naranja li, .bullet-verde li{
  margin-bottom: 15px;
  text-indent: -15px;
}
.bullet-color li:before, .bullet-azul1 li:before, .bullet-azul2 li:before, .bullet-blanco li:before, .bullet-naranja li:before, .bullet-verde li:before{
  background: var(--verde);
  border-radius: 100%;
  content: ' ';
  display: inline-block;
  height: 6px;
  margin-right: 10px;
  position: relative;
  top: -2px;
  width: 6px;
}
.bullet-azul1 li:before{
  background: var(--azul3);
}
.bullet-azul2 li:before{
  background: var(--azul2);
}
.bullet-blanco li:before{
  background: var(--blanco);
}
.bullet-naranja li:before{
  background: var(--naranja);
}
.bullet-verde li:before{
  background: var(--verde);
}

/*formularios*/
::-webkit-input-placeholder{
    font-size: 14px;
}
:-moz-placeholder{ /* Firefox 18- */
    font-size: 14px;
}
::-moz-placeholder{ /* Firefox 19+ */
    font-size: 14px;
}
:-ms-input-placeholder{
    font-size: 14px;
}
.form-columns-1, .form-columns-2{
  max-width: 100% !important;
}
.form-columns-1 .hs-form-field .input, .form-columns-2 .hs-form-field:last-child .input {
  margin-right: 0 !important;
}
.hs-form-field {
  margin-bottom: 15px;
}
.hs-form-field label{
  color: var(--primario);
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.hs-form-field input, .hs-form-field select, .hs-form-field textarea {
  border: var(--grisc) 1px solid;
  border-radius: 10px;
  box-sizing: border-box;
  font-family: var(--font);
  font-size: 16px;
  padding: 7px 15px !important;
  width: 100%;
}
.hs-form-field textarea {
  min-height: 150px;
}
.hs-error-msgs .hs-error-msg, .hs_error_rollup {
  color: red;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  line-height: 130%;
}
.hs_error_rollup{
  display: none;
}
.hs-main-font-element {
  font-weight: bold;
}
.hs-submit .actions input {
  background: var(--rojo);
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  color: var(--blanco);
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  padding: 7px 15px;
  text-align: center;
  transition: all ease-in-out .3s;
  max-width: 180px;
  width: 100%;
}
.hs-submit .actions {
  text-align: center;
}
.hs-submit .actions input:hover {
  background: var(--rojo);
}

/****************Modal***********************/
.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4);z-index:10}
.modal-content{background-color:#f2f2f2;margin:auto;padding:20px;border:1px solid #888;width:740px;padding:10px 10px 5px;box-sizing:border-box;position:relative;max-width:90%;top:50%;transform:translateY(-50%)}
.close{background:var(--azul);font-size:25px;font-weight:500;position:absolute;right:-1px;top:-9px;color:#fff;padding:6px 12px;right:-17px;z-index:1}
.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}
.video-yt{cursor:pointer}
@media(max-width:780px){
.modal-content{max-width:90%!important;padding-top:49%}
.modal iframe#playerId{width:100%;height:100%;position:absolute;top:0;left:0}
}


/***************** header ******************************/

/* header-movil */
.logo-movil{
    max-width: 200px;
}
.logo-movil a{
  display: block;
  height: 100%;
  width: 100%;
}
/*.bandera-m {
  float: right;
  position: relative;
  top: 20px;
  right: 80px;
}*/

.header-movil .btn {
  padding: 10px 15px !important;
}

/*menu-movil*/
.btn-hamb{
  display: block;
  width: 50px;
  height: 42px;
  padding: 10px;
  margin: 40px 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.btn-hamb:before, .btn-hamb:after {
  content: '';
  display: block;
  background: var(--naranja);
  height: 4px;
}
.btn-hamb span {
  background: var(--naranja);
  display: block;
  height: 4px;
  margin: 5px 0;
}
nav .nav-link {
  padding: 15px var(--bs-nav-link-padding-x);
}
nav .nav-item {
  border-bottom: #ccc 1px solid;
  border-right: 0;
}
nav ul li:last-child a{
  color: var(--primario) !important;
  padding: 15px 0;
}
nav .dropdown-menu {
  background: #f2f2f2;
  border-radius: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}
nav .dropdown-menu li {
  border-bottom: #ccc 1px solid;
}
nav .dropdown-menu li:last-child{
  border-bottom: 0;
}
nav .dropdown-menu .dropdown-item{
  /*padding: 10px var(--bs-dropdown-item-padding-x);*/
  padding: 10px 0;
  font-weight: normal;
  white-space: normal;
}

/*.mm-menu--offcanvas{
    z-index: 2 !important;
    transition: visibility 0s linear .1s !important;
}
.mm-page{
    min-height: auto !important;
}
.btn-hamb{
  display: block;
  width: 50px;
  height: 20px;
  padding: 10px;
  margin: 10px 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.btn-hamb:before, .btn-hamb:after {
  content: '';
  display: block;
  background: var(--rojo);
  height: 3px;
}
.btn-hamb span {
  background: var(--rojo);
  display: block;
  height: 3px;
  margin: 5px 0;
}
.mm-menu_offcanvas{
  max-width: 295px !important;
}
.mm-menu a {
  font-size: 16px;
}
.mm-wrapper__blocker{
  background: rgba(3,2,1,.8) !important;
}
.mm-menu--opened:before {
  color: rgba(0,0,0,.5);
  content: 'x';
  cursor: pointer;
  display: block;
  font-size: 30px;
  font-weight: 900;
  position: absolute;
  right: -50px;
  top: 10px;
  z-index: 2;
}*/

/*top-header*/
.top-header{
  background: var(--gris)
}
.top-header a{
  color: var(--primario);
  font-size: 16px;
}
.top-header a:last-child{
    margin-right: 0;
}

/* menu desktop */
nav{
  font-weight: 500;
}
nav ul li {
  text-align: center !important;
  padding: 0 20px !important;
}
nav ul li a, nav ul li span{
  color: var(--primario) !important;
  cursor: pointer;
  font-family: var(--font2);
  font-weight: 500;
}
nav ul li a:hover{
  color: var(--primario);
}
nav ul li:last-child{
  border-right: 0 !important;
  padding-right: 0 !important;
}
nav ul .active a{
  color: var(--verde) !important;
}
/*nav ul li:last-child a{
  background: var(--rojo);
  border-radius: 10px;
  color: var(--blanco) !important;
  font-weight: 700;
  max-width: 155px;
  padding: 7px 30px;
  display: inline-block;
}*/
nav .parent{
  position: relative;
  padding-right: 30px !important;
}
nav .parent::after{
  content: url(../../../images/general/escuela-de-medicina-en-cdmx-drop.png);
  position: absolute;
  bottom: 2px;
  right: 10px;
}
nav .mod-menu__sub{
  background: var(--blanco);
  border: var(--gris) 1px solid;
  box-shadow: rgba(var(--negrorgb), 0.2) 0 0 10px;
  display: none;
  width: 270px;
  padding-top: 15px;
  position: absolute;
  transition: all ease-in-out .3s;
  z-index: 2;
  list-style: none;
  padding: 0 10px;
  margin: 0;
  left: 0;
}
nav .mod-menu__sub li {
  background: var(--blanco);
  border-right: 0 !important;
  border-bottom: var(--verde) 1px solid !important;
  max-width: 100% !important;
  width: 100%;
  padding: 0 !important;
  text-align: left !important;
}
nav .mod-menu__sub li:last-child{
  border-bottom: 0 !important;
}
nav .mod-menu__sub li a, nav .mod-menu__sub li span{
  background: var(--blanco);
  color: var(--negro) !important;
  display: block;
  font-weight: 500;
  padding: 10px;
  position: relative;
}
nav .mod-menu__sub .active a {
  color: var(--verde) !important;
}

nav .mod-menu__sub li:last-child a{
    background: var(--blanco);
    border-radius: 0;
    font-weight: 500;
    max-width: 100%;
    padding: 10px;
    width: 100%;
}
nav .parent:hover .mod-menu__sub{
  display: block;
}


/***************** feedblog ******************************/
.item-cont .item-blog:first-child .cat{
  background: var(--gris);
  pointer-events: none;
}
.item-cont .item-blog:nth-child(2) .cat{
  background: var(--gris);
  pointer-events: none;
}
.item-cont .item-blog:last-child .cat{
  background: var(--gris);
  pointer-events: none;
}
.item-blog img{
  height: auto;
  max-width: 390px;
  width: 100%;
}
.item-blog{
  box-shadow: rgba(var(--negrorgb), 0.2) 0 0 10px;
  max-width: 390px;
}
.tit-feedblog{
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  min-height: 75px;
}
.txt-feedblog{
  font-size: 17px;
  line-height: 120%;
  min-height: 85px;
}
.txt-feedblog a{
  color: var(--negro);
}
.leermas-feedblog{
  color: var(--negro) !important;
  font-size: 20px;
  font-weight: 700;
}
.leermas-feedblog:hover{
  color: var(--negro) !important;
}
.fecha-feedblog{
  border-top: var(--negro) 1px solid;
  color: var(--negro);
  font-size: 16px;
  padding: 10px;
}

/***************** footer ******************************/

footer{
  background: var(--azul2);
}
footer, footer p, footer a{
  color: var(--blanco);
}
footer a:hover{
  color: var(--blanco);
}
footer li{
  margin-bottom: 15px;
}
footer li:last-child{
  margin-bottom: 0;
}
.social .ico {
  background: url(../../../images/general/iconos-redes-sociales.svg) no-repeat;
  background-size: 210px;
  display: block;
  height: 28px;
  margin: auto;
  width: 28px;
}
.social .face {
  background-position: -3px center;
}
.social .insta {
  background-position: -58px center;
}
.social .youtube {
  background-position: -113px center;
  width: 35px;
}
.social .twitter {
  background-position: -176px center;
  width: 32px;
}

.copyright a{
  color: var(--blanco);
}


/***************** paginas ******************************/

.banner{
  min-height: 581px;
}
.banner-in, .banner-in2{
  min-height: 349px;
}
.banner-home{
  background: url(../../../images/home/escuela-de-medicina-en-cdmx-banner.webp) no-repeat center;
  background-size: cover;
}
.banner-licenciatura{
  background: url(../../../images/licenciatura/licenciatura-medico-cirujano-cdmx-banner.png) no-repeat center;
  background-size: cover;
}
.banner-diplomado{
  background: url(../../../images/diplomado-bariatria/diplomado-bariaria-en-cdmx-banner.jpg) no-repeat center;
  background-size: cover;
}
.banner-diplomado2{
  background: url(../../../images/diplomado-salud-mental/diplomado-salud-mental-en-cdmx-banner.jpg) no-repeat center;
  background-size: cover;
}
.banner-curso{
  background: url(../../../images/curso-dieta/curso-de-nutricion-en-cdmx-banner.png) no-repeat center;
  background-size: cover;
}
.banner-sobre{
  background: url(../../../images/sobre-saint-luke/acerca-de-saint-luke-banner.jpg) no-repeat center;
  background-size: cover;
}
.banner-becas{
  background: url(../../../images/becas/becas-saint-luke-banner.png) no-repeat center;
  background-size: cover;
}

.marca-agua{
  background-image: url(../../../images/general/escuela-de-medicina-en-cdmx-escudo-marca-agua.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.bgmision{
  background: url(../../../images/sobre-saint-luke/acerca-de-saint-luke-fondo-mision-vision.jpg) no-repeat center;
  background-size: cover;
}

.bgperfil {
  background: url(../../../images/becas/becas-saint-luke-fondo-mision-vision.png) no-repeat center;
  background-size: cover;
}

.borde-v-b-2{
  border-bottom: var(--verde) 2px solid;
}
.borde-nrj-r-2{
  border-right: var(--naranja) 2px solid;
}
.borde-nrj-b-2{
  border-bottom: var(--naranja) 2px solid;
}

/* form */

.form-site fieldset label {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.form-site input, .form-site select {
  border: #fff;
  border-radius: 0;
  padding: 10px;
  width: 100%;
}
.form-site select {
  background: var(--blanco);
  color: #ADADAD;
  font-size: 14px;
  -webkit-appearance: none;
}

.form-site .hs-button {
  border: 0 !important;
  border-radius: 25px !important;
  width: auto !important;
}

label.error {
  font-size: 12px !important;
  font-style: italic;
  font-weight: 400 !important;
  color: var(--naranja);
}
#form-hs-desc label.error {
  color: var(--blanco);
}
#form-hs label.error {
  color: var(--naranja);
}

.bgmodvideo-lic{
  background: url(../../../images/licenciatura/licenciatura-medico-cirujano-cdmx-thumbnail-1.jpg) no-repeat right bottom;
  background-size: cover;
}

.pad5porc {
    padding:4% 0;
}

form#form-hs-desc,
form#form-hs-becas{
    max-width: 630px;
}

.image-negative {
    margin: -75px 0;
}


.banner-open {
    background: url(/images/open-house/header.png) no-repeat center;
    background-size: cover;
    min-height: 470px;
}

/***************** MedíaQuerys ******************************/


@media (max-width: 768px) { 
.pad5porc {
    padding:0;
}
  

  h1, .fs45, .fs40, .fs36{
    font-size: 30px;
  }
  h2{
    font-size: 25px;
  }
  h3, .fs34, .fs32, .fs30, .fs22m{
    font-size: 20px;
  }
  .fs28, .fs24{
    font-size: 18px;
  }
  
    .fs26 {
        font-size: 22px;
    }
    
  .fs22{
    font-size: 17px;
  }
  body, p, .fs20, .fs18{
    font-size: 14px;
  }
  .fs14, .fs12{
    font-size: 12px;
  }
  nav ul li {
    border-right: 0 !important;
    max-width: 100% !important;
    text-align: left !important;
  }
  nav ul li:last-child a{
    background: none;
    font-weight: 500;
    border-radius: 0;
    padding: 15px 20px;
    max-width: 100%;
  }

  .banner {
    min-height: 150px;
    background-size: cover;
  }
  .banner-in {
    min-height: 100px;
    background-size: cover;
  }
  
}

@media (max-width: 767px) { 
    .image-negative {
        margin: -75px 0 30px;
    }
}

@media (max-width: 700px) { 

  nav ul li:last-child a{
    color: var(--primario) !important;
    padding: 15px 0;
  }

  .w-10, .w-20,  .w-30,  .w-35, .w-40,  .w-50,  .w-60,  .w-65, .w-70, .w-80, .w-90, .w-95, .w-100 { width: 100% !important; max-width: 100% !important; }
  
  .hs-form-field {
    margin-bottom: 15px;
    max-width: 100% !important;
  }

  button.btn.bgnaranja.blanco.rounded-end-pill {
    border-radius: 0 !important;
  }

  .item-blog:nth-child(2), .item-blog:last-child{
    display: none;
  }
  
  .cont-posteos div:nth-child(3) {
  	display: none !important;
  }

  .banner, .banner-in, .banner-in2{
    min-height: 379px;
    background-size: cover !important;
  }
  .banner-in{
    min-height: 248px;
  }
  .banner-in2{
    min-height: 290px;
  }
  .banner-home{
    background: url(../../../images/home/movil/escuela-de-medicina-en-cdmx-banner-movil-v3.webp) no-repeat center;
  }
  .banner-licenciatura{
    background: url(../../../images/licenciatura/movil/licenciatura-medico-cirujano-cdmx-banner-movil.webp) no-repeat center;
  }
  .banner-diplomado{
    background: url(../../../images/diplomado-bariatria/movil/diplomado-bariaria-en-cdmx-banner-movil.jpg) no-repeat center;
  }
  .banner-diplomado2{
    background: url(../../../images/diplomado-salud-mental/movil/diplomado-salud-mental-en-cdmx-banner-movil.png) no-repeat center;
  }
  .banner-curso{
    background: url(../../../images/curso-dieta/movil/curso-de-nutricion-en-cdmx-banner-movil.png) no-repeat center;
  }
  .banner-sobre{
    background: url(../../../images/sobre-saint-luke/movil/acerca-de-saint-luke-banner-movil.jpg) no-repeat center;
  }
  .banner-becas{
    background: url(../../../images/becas/becas-saint-luke-banner-mobile.png) no-repeat center;
  }

  .bgmodvideo-lic{
    background: url(../../../images/licenciatura/movil/licenciatura-medico-cirujano-cdmx-thumbnail-1-movil.webp) no-repeat center;
    min-height: 237px;
  }
  
  .bgmision{
    background: url(../../../images/sobre-saint-luke/movil/acerca-de-saint-luke-fondo-mision-vision-movil.jpg) no-repeat center;
    background-size: cover;
  }
  
  .bgperfil{
    background: url(../../../images/becas/becas-saint-luke-perfiles-mobile.png) no-repeat center;
    background-size: cover;
  }
  
  .borde-nrj-r-2{
    border: 0;
  }
  .borde-nrj-b-2-m{
    border-bottom: var(--naranja) 2px solid;
  }
  
  .video iframe {
    width: 100%;
  }
      
  .position-absolute.w-100.h-100.text-center {
        margin-top: -41px !important;
  }  
    
}


@media (max-width: 600px) { 
  
  .formulario .hs-form-field{
    margin-right: 0;
  }

}
