/* CSS Document Creado por David Sol 2017 */

@font-face {
  font-family: "ArialMTPro";
  src: url("/themes/actual/fonts/ArialMTPro-Italic.woff2") format("woff2"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-Italic.woff") format("woff"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}


@font-face {
  font-family: "ArialMTPro";
  font-weight: 300;
  font-style: normal;
  src:   url("/themes/actual/fonts/ArialMTPro-Light.woff2") format("woff2"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-Light.woff") format("woff"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}


@font-face {
  font-family: "ArialMTPro";
  font-weight: 300;
  font-style: italic;
 src: url("/themes/actual/fonts/ArialMTPro-LightItalic.woff2") format("woff2"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-LightItalic.woff") format("woff"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-LightItalic.otf") format("opentype");
  font-display: fallback;
}


@font-face {
  font-family: "ArialMTPro";
  font-weight: 700;
  font-style: normal;
  src: url("/themes/actual/fonts/ArialMTPro-Bold.woff2") format("woff2"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-Bold.woff") format("woff"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-Bold.otf") format("opentype");
  font-display: fallback;
}

@font-face {
  font-family: "ArialMTPro";
  font-weight: 700;
  font-style: italic;
 src: url("/themes/actual/fonts/ArialMTPro-BoldItalic.woff2") format("woff2"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-BoldItalic.woff") format("woff"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-BoldItalic.otf") format("opentype");
  font-display: fallback;
}

@font-face {
  font-family: "ArialMTPro";
   src: url("/themes/actual/fonts/ArialMTPro-Regular.woff2") format("woff2"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-Regular.woff") format("woff"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-Regular.otf") format("opentype"); 
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "ArialMTPro-Cond";
 src: url("/themes/actual/fonts/ArialMTPro-Cond.woff2") format("woff2"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-Cond.woff") format("woff"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-Cond.otf") format("opentype"); 
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ArialMTPro-Cond";
   src:  url("/themes/actual/fonts/ArialMTPro-LightCond.woff2") format("woff2"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-LightCond.woff") format("woff"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-LightCond.otf") format("opentype");
     font-display: fallback;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "ArialMTPro-Cond";
  src:  url("/themes/actual/fonts/ArialMTPro-BoldCond.woff2") format("woff2"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-BoldCond.woff") format("woff"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-BoldCond.otf") format("opentype");
     font-display: fallback;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "ArialMTPro-Black";
  src:  url("/themes/actual/fonts/ArialMTPro-Black.woff2") format("woff2"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-Black.woff") format("woff"), /* Modern Browsers */
    url("/themes/actual/fonts/ArialMTPro-Black.otf") format("opentype");
     font-display: fallback;
  font-weight: 700;
  font-style: normal;
}

html {
  overflow-x: hidden;
}

html, body {
  font-size: 22px;
  min-width: 269px;
  width: 100%;
}

body {
  background: #fff;
  font-weight: 300;
  font-family: 'ArialMTPro', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #212121;
  line-height: 1.4;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.font80{font-size: 80%}
.font90{font-size: 90%}
.font120{font-size: 120%}
.font150{font-size: 150%}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-weight: 700;
  font-family: 'ArialMTPro-Black', sans-serif;
  margin: 50px 0 25px 0;
}

h2, h3, .h2, .h3{
  margin: 2rem 0 1.4rem 0;
}

.h1, h1{
      font-size: 2.7rem;
    color: #c10534;
}

.h2, h2{font-size: 2rem;color:#000;}
.h3, h3{font-size: 1.7rem;color:#444}
.h4, h4{font-size: 1.2rem;color:#666;}
.h5, h5{font-size: 1.2rem}

.h2 strong, h2 strong{ color:#c2002f;}
.h3 strong, h3 strong{ color:#888;}
.h4 strong, h4 strong{ color:#000;}
.h5 strong, h5 strong{ color:#c2002faa;}

.h4, h4{
  
}

a {
  color: #c10534;
}

.rojo{ color: #c10534!important;}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

a.icono{
  padding:10px;
  display:block;
  width:100%;
  border-bottom:3px solid #c2002f42;
  clear:both;

}
a.icono::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-size:1.3em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'LineIcons' !important; 
    font-weight: 900; 
    content: "\e900";
    width:30px;
  }

p {
  font-weight: 400;
  font-family: 'ArialMTPro', sans-serif;
  margin: 2vh 2vw 3vh 0;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

.list-group-flush>.list-group-item{
  border-bottom-width:3px; 
}

hr{
  margin-bottom: 4rem;
  height: 6px;
  margin-top: 3rem;
  background: linear-gradient(45deg, transparent, #0000003d, transparent);
  border: 0;
}
.list-group-item{
  border: 1px solid #c2002f6e;
  border: 3px solid #0e0e0eb8;
  background: transparent;
}

section.main .tab-content ul{
  list-style: square;
}
section.main .tab-content ul li{
  list-style: square;
}
section.main .tab-content ul li::marker {
  color: #c2002f;
  font-size: 1.5em;
}

.displayNone{display:none}

.black{color:#000;}

button{
  border: 2px solid #00000066;
  padding: 7px 18px;
}

button:hover{
  border-color:#000;
  background: #0000000f;
}

.embed-responsive {
    border: 5px solid #fff;
}

  i.buscar,i.cerrar{
    background: #333;
    color: #fff;
    padding: 13px;
    font-size: 30px;
   
  }
  i.buscar{
    content: "\e9eb";
  }
  i.cerrar{
    content: "\e954";
    background: #c2002f;
  }
  

.hero-heading {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: 0.1rem;
}

.hero-sub-heading {
  font-size: 20px;
  font-weight: 400;
  color: #e6e6e6;
  line-height: 45px;
  letter-spacing: 0.1rem;
}

.section-titile-bg {
  display: inline;
  font-size: 115px;
  font-weight: 700;
  height: 100%;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  width: 100%;
  text-align: center;
}

.section-title-header p {
  text: center;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 15px;
  font-size: 1.15em;
}

.section-title {
  color: #212121;
  line-height: 1;
  padding-bottom: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}

.section-title:before {
  position: absolute;
  content: '';
  left: 15px;
  bottom: 8px;
  width: 48px;
  height: 1px;
  background-color: #c10534;
}

.section-title:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 2px;
  width: 48px;
  height: 1px;
  background-color: #c10534;
}

.section-title:before, .section-title:after {
  left: 50%;
  margin-left: -45px;
}

.section-title:after {
  margin-left: -30px;
}

.section-subcontent {
  font-size: 16px;
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-sub {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 52px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.section-sub:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 45px;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c10534;
}

.subtitle {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inner-title {
  font-size: 24px;
  font-weight: 700;
  text-tranform: capitalize;
}

.page-tagline {
  font-size: 24px;
  font-weight: 400;
  color: #ddd;
}

.page-title {
  font-size: 62px;
  font-weight: 700;
  color: #fff;
}

.btn {
  padding: 12px 1rem;
  border-radius: 0;
  cursor: pointer;
    font-family: 'ArialMTPro-Black', sans-serif;
    background: #c31632;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    display: inline-block;
    font-size: 86%;
    margin: 15px;
}

.btn.becas{
  box-shadow: -2px 3px #000, -2px -2px #000, 10px -5px #fff, -5px 6px #fff, -14px -13px #00000055;
  margin-top: -951px;
  border-radius: 0;
  background: #26495f;
  font-size: 80%;
}

.miniForm #miniForm{padding-left:2rem!important;padding-right:2rem!important} 
.miniForm .btn.becas{
  margin-top: 0!important;
  position: absolute;
  z-index: 999999999999999999999999999999999;
  top: 0;
}

.select2, div.datos.titulacion.pocas, div.datos.provincia, div.datos.convocatoriainteres, div.datos.procedencia, form .tooltip {
    display: none;
}


#select2-Emerge_provincia-results > .select2-results__option,#select2-provincia-results > .select2-results__option {
    display: none!important
}

#select2-Emerge_provincia-results.EC > .select2-results__option.EC,#select2-provincia-results.EC > .select2-results__option.EC,#select2-Emerge_provincia-results.PE > .select2-results__option.PE,#select2-provincia-results.PE > .select2-results__option.PE,#select2-Emerge_provincia-results.CO > .select2-results__option.CO,#select2-provincia-results.CO > .select2-results__option.CO,#select2-Emerge_provincia-results.ES > .select2-results__option.ES,#select2-provincia-results.ES > .select2-results__option.ES,.soloEspana #select2-provincia-results > .select2-results__option {
    display: block!important
}

#select2-Emerge_procedencia-results > .select2-results__option,#select2-procedencia-results > .select2-results__option {
    display: none!important
}

#select2-Emerge_procedencia-results.ES > .select2-results__option.ES,#select2-procedencia-results.ES > .select2-results__option.ES {
    display: block!important
}

#select2-Emerge_convocatoriainteres-results > .select2-results__option,#select2-convocatoriainteres-results > .select2-results__option {
    display: none!important
}

#select2-Emerge_convocatoriainteres-results.EC > .select2-results__option.EC,#select2-convocatoriainteres-results.EC > .select2-results__option.EC,#select2-Emerge_convocatoriainteres-results.PE > .select2-results__option.PE,#select2-convocatoriainteres-results.PE > .select2-results__option.PE,#select2-Emerge_convocatoriainteres-results.CO > .select2-results__option.CO,#select2-convocatoriainteres-results.CO > .select2-results__option.CO {
    display: block!important
}

.btn-primary:hover{
  background-color: #333;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 20%);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  background-color: #666;
}

.desplegable.collapsed:before{content:'+';}
.desplegable:before{
  display:inline-block;
  content:'-';
  font-size:150%;
  line-height: 25px;
  color:#000;
  border-right: 1px solid #00000047;
  margin-right:10px;
  padding-right: 10px;
}

.slicknav_nav {border-radius: 0}
.slicknav_nav a.btn{color:#fff;}

.btn i {
  margin-right: 5px;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
    background-color: #c10534;
    position: relative;
    z-index: 0;
    color: #fff;
    border: 0;
    padding: 6px 14px;
    font-family: 'ArialMTPro-Black', sans-serif;
}

.btn-common:hover {
  color: #fff;
  background: #F50057;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-border:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
  padding: 12px 34px;
  text-transform: uppercase;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}


.linkBig, a.linkBig {
    font-weight: 700;
    background-color: #ffffffaa;
    background-color: #c2002f0a;
    border: 3px solid #c2002f;
    color: #000;
    display: block;
    letter-spacing: .8px;
    text-align: center;
    padding: 12px 50px 11px 3%;
    box-sizing: border-box;
    float: left;
    font-size: 120%;
    text-transform: uppercase;
    position: relative;
    word-break: break-word;
    hyphens: auto;
    margin: 5px 0;
    font-family: 'ArialMTPro-Cond', sans-serif;
    font-weight: bold;
}

a.linkBig *{
  float:left;
  display:block
}

a.listImagen:after, .listImagen a:after, 
a.listTexto:after, .listTexto a:after, 
.linkBig:after {
    border-right: 4px solid;
    border-top: 4px solid;
    color:#00000066;
    content: '';
    display: block;
    height: 12px;
    width: 12px;
    background:transparent;
    margin-top: -9px;
    position: absolute;
    transform: rotate(45deg);
    right: 15px;
    top: 50%;
    margin-right: 4%;
}

.linkBig:hover, 
a.linkBig.icono:hover,
a.linkBig:hover{
  background-color: #ffffff;
  color:        #c2002f;
  border-color: #000;
}
.linkBig:hover:after{color: #00000085}


.listTexto.con-partner a:after,
.linkBig:after {
    margin-right: 0
}

.partner{
  text-transform: uppercase;
    color: #888;
    letter-spacing: 2px;
}

.icon-close, .icon-check {
  color: #c10534;
}

.bg-drack {
  background: #f1f1f1;
}

.bg-white {
  background: #fff;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

img.w-100{height: auto;}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
  z-index: 999999;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #c10534;
  border-radius: 0px;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

#preloader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

.sk-circle {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #c10534;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.section-padding {
  padding: 80px 0;
}
header+.section-padding {padding-top: 30px;}

.section-padding h1 {margin-top: 40px}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.padding-left-none {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}

#page-banner-area {
  background: url(../img/background/banner.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.page-banner {
  position: relative;
  min-height: 250px;
  color: #fff;
}

.page-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.page-banner .page-banner-title {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}

.page-banner .page-banner-title h2 {
  color: #fff;
  font-size: 40px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#white-bg {
  background: #fff;
}

#roof {
  background: #ddd;
  padding: 15px 0;
}

#roof .quick-contacts span {
  margin-right: 10px;
}

#roof .quick-contacts span a {
  color: #212121;
}

#roof .quick-contacts span a:hover {
  color: #c10534;
}

#roof .quick-contacts span i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 15px;
}

.navbar-brand {
  position: relative;
  padding: 0px;
  margin-right: 0;
  margin-left: 1rem;
  margin-right: 1.3rem;
  max-width: 150px;
}

.navbar-brand img {
  width: 100%;
  height: auto;
  min-width: 100px;
}

.navbar-brand img.logoBig {display: block;}
.navbar-brand img.logoMini {display: none}

.navbar.top-nav-collapse .navbar-collapse{margin-top:0px;}
.navbar .navbar-collapse{margin-top:-33px;}

.navbar.top-nav-collapse .navbar-brand img.logoBig{display: none;}
.navbar.top-nav-collapse .navbar-brand img.logoMini{
  display: block;
  width: 100%;
  min-width: 100%;
}

.navbar-brand img:hover {
  box-shadow: -3px 3px #ffffff,-3px -3px #ffffff, 3px 3px #ffffff, 3px -3px #ffffff;
}

.top-nav-collapse {
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.top-nav-collapse.scrolling-navbar{
  height: 58px;
}

.top-nav-collapse .navbar-brand {
  width: 75px;
  margin-top: -1px;
  margin-bottom: -33px;
  margin-right: 0;
  border: 4px solid #FFF;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #fff !important;
  font-size: 79%;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #c10534 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #c10534 !important;
}

.top-nav-collapse.navbar::before {
    display: block;
    content: '';
    width: 100%;
    left: 0;
    height: 163px;
    position: absolute;
    background: #333;
    background: #000000e0;
    /* transform: rotate(-2.3deg) skew(-111deg, 181.5deg); */
    top: -106px;
}

.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding: 8px 1.2rem;
  font-weight: 700;
  margin-top: 7px;
  margin-bottom: 6px;
  line-height: 1.5;
  text-transform: uppercase;
  background: transparent;
  position: relative;
  letter-spacing: 1px;
  font-family: 'ArialMTPro-Black', sans-serif;
}

.navbar-expand-lg .navbar-nav li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 2px;
  background: #c10534;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}

.navbar-expand-lg .navbar-nav .active a:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #c10534;
  outline: none;
}

.navbar-expand-lg .navbar-nav li .active .dropdown-item {
  color: #fff;
  /* background: transparent; */
}


.navbar-expand-lg .navbar-nav li .active .dropdown-item.active {
  color: #ffffff8a;
}


#left-navbar,
.navbar-header-left,
.navbar-header-left .slicknav_nav
{width: 100%}

.slicknav_menu+.slicknav_menu{display: none!important;}
.navbar-header-left .slicknav_menu{max-width: 100%}

.menuLeft .h4{
    padding: .5vh .5vw !important;
    color: #838383;
    border-bottom: 2px solid;
    display: flex;
    min-height: 60px;
    min-width: calc(100% - 44px);
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;

} 
#left-navbar a{
  padding: 1vh .5vw;
    white-space: normal;
    color: #fff;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    line-height: 1.1;
}
#left-navbar a.active{
  color: #ba133d;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #c10534 !important;
  
}

.navbar-expand-lg .navbar-nav .nav-link.btn:focus,
.navbar-expand-lg .navbar-nav .nav-link.btn:hover {
  background: #fff;
  border-color: #fff!important;
  border-radius: 10px;
}

.navbar {
  padding: 0 9% 0 6%;
  box-shadow: inset 0px 49px 40px #00000069;
}

.navbar li.active a.nav-link {
  opacity: 0.5;
  cursor:default;
}

.prenav.navbar li a.nav-link.active,
.prenav.navbar li.active a.nav-link {
  opacity: 0.5;
  color: #aaa!important;
  cursor: text;
  font-weight: 100;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 20px;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 350px;
  background-color: #000;
  white-space: nowrap;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  max-width: 450px;
  /* font-size: 90%; */
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 10%;
  margin-left: -5px;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 13px solid #000;
}

/*.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
  background: #f5f5f5;
}*/

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  color: #fff;
  border-bottom: 1px solid #c2002f78;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  max-width: 100%;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: column;
  line-height: 1.1;
  font-size: 88%;
  letter-spacing: 1px;
}

.dropdown .dropdown-menu .dropdown-item span {
  white-space: normal;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #c10534;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: #c2002f6e;
  color:#000;
}
.dropdown .dropdown-item.active{
 color:#fff;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  border-color: #ffffff;
  border-width: 3px;
  float: left;
}

.slicknav_menu .slicknav_icon-bar {
  background: #c10534;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    width: 100px;
    float: right;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
    float: left;
  }
  .slicknav_nav .active {
    background: #c10534;
    color: #fff;
  }
  .slicknav_nav a:hover, .slicknav_nav .active {
    color: #c10534;
    background: #f5f5f5;
  }
  .slicknav_nav .dropdown .active.dropdown-item {
    background: #f5f5f5;
    color: #c10534;
  }
  .slicknav_nav .dropdown .active .dropdown-item { color: #333}

  .top-nav-collapse .slicknav_btn.slicknav_collapsed{margin-left: 50px;margin-top: 10px;}

}

.about-item {
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
}

.about-item .about-text {
  padding: 20px;
  background: #fff;
}

.about-item .about-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.about-item .about-text h3 a {
  color: #212121;
}

.about-item .about-text h3 a:hover {
  color: #c10534;
}

.about-item .about-text .btn {
  margin-top: 10px;
}

.about-item:hover {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1);
}

#event-slides .video img {
  border-radius: 4px;
}

#event-slides .intro-desc {
  line-height: 26px;
  margin-bottom: 30px;
}

#event-slides .intro-title {
  color: #212121;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

#event-slides .list-specification li {
  margin-bottom: 10px;
  font-size: 15px;
}

#event-slides .list-specification li i {
  margin-right: 5px;
}

.counter-section {
  background: #c10534;
  overflow: hidden;
  position: relative;
  /* 
    &:before{
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
    } */
}

.counter-section .counter {
  padding: 30px 0;
}

.counter-section .counter .icon {
  margin-bottom: 15px;
}

.counter-section .counter .icon i {
  font-size: 60px;
  color: #fff;
}

.counter-section .counter p {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.counter-section .counter span {
  color: #fefefe;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

/* Sponsors Area */
#sponsors {
  background: #f3f4f3;
}

#sponsors .spnsors-logo {
  text-align: center;
  border-radius: 4px;
  padding: 50px;
  margin-bottom: 30px;
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
}

#sponsors .spnsors-logo:hover {
  border-color: transparent;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
}

/* Schedule Area */
#schedules {
  background: #f3f4f3;
}

#schedules h3.title{
  font-size: 1.6em;
    letter-spacing: 5px;
    text-align: center;
    margin: 14px;
    font-family: arialMtPro;
    font-weight: 300;
}
#schedules .nav-link.active h3.title{
  color: #fff}

#schedule-tab {
  position: relative;
}


.schedule .schedule-tab-title .nav-tabs {
  background: #ffffff;
  border-bottom: 10px solid #dee2e6;
  margin-top: 45px;
  display: flex;
  justify-content: center;
}

.schedule .schedule-tab-title .nav-tabs .nav-link {
  border-radius: 0px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 20px;
  border-bottom: 2px solid;
  margin: 26px;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link, .schedule .schedule-tab-title .nav-tabs .nav-link.active,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover {
  background: #c10534;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h4, .schedule .schedule-tab-title .nav-tabs .nav-link.active h4,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h4 {
  color: #fff;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h5, .schedule .schedule-tab-title .nav-tabs .nav-link.active h5,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h5 {
  color: #fff;
}

.schedule .schedule-tab-title .item-text h4 {
  font-size: 15px;
  color: #2f323c;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 8px;
}

.schedule .schedule-tab-title .item-text h5 {
  color: #848484;
  line-height: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 8px;
}

.card{
border-width: 3px;
}

.card-header{
  border-radius: 0!important;
  background: #333;
  color: #fff;
}
.card-header h2,
.card-header .h2,
.card-header h3,
.card-header .h3,
.card-header h4,
.card-header .h4
{color: #fff;}


.accordion .card-header h2,
.accordion .card-header .h2,
.accordion .card-header h3,
.accordion .card-header .h3,
.accordion .card-header h4,
.accordion .card-header .h4
{color: #222;}


.schedule .schedule-tab-content .card {
  border: none;
}

.schedule .show .card-body {
  background: #f9f9f9;
}

.schedule .card-header {
  border: none;
  cursor: pointer;
  background: #fff;
  border-bottom: 2px solid #c10534;
}

.schedule .card-header .images-box {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}

.schedule .card-header .images-box img {
  border-radius: 50%;
}

.schedule .card-header .images-box i {
  font-size: 4em
}

.schedule .card-header .time {
  color: #777777;
  font-size: 13px;
  margin-bottom: 5px;
}

.schedule .card-header h4 {
  font-weight: 700;
  font-size: 18px;
  color: #212121;
  margin-bottom: 8px;
}

.schedule .card-header .name {
  position: relative;
  color: #777777;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.schedule .card-body {
  padding: 60px;
  background: #fff;
}

.schedule .card-body ul li {
    margin-bottom: 0px;
    display: inline-block;
    width: 45%;
    margin: 1%;
    border: 0;
    box-sizing: border-box;
}
.schedule .card-body ul li a {
    padding: 30px;
    min-height: 110px;
    font-size: 20px;
    border-radius: 20px;
    border: 10px solid #fff;
    box-sizing: border-box;
    text-align: center;
}

.schedule .card-body ul li a:hover {
  border-color:#c10534; 
}

.schedule .card-body ul li a:hover{background: #fff}

.schedule .card-body .location {
  font-size: 13px;
  color: #777777;
}

.schedule .card-body .location span {
  color: #c10534;
  margin-right: 5px;
}

.accordion .card {
  border-radius: 0px;
  margin-bottom: -2px;
}

.accordion .header-title {
  position: relative;
}

.accordion .header-title:after {
  font-family: "LineIcons";
  content: "\e93a";
  position: absolute;
  right: 10px;
  color: #999;
  top: 50%;
  line-height: 1;
  padding: 0px 5px;
  margin-top: -7px;
}

.accordion [data-toggle="collapse"]:after{
  content: '>';
    transform: rotate(270deg);
    display: inline-block;
    font-weight: 100;
    float: right;
    font-size: 120%;
    font-family: monospace;
}
.accordion ::not(.collapsed)[aria-expanded="true"]:after{
  
}
.accordion .collapsed[data-toggle="collapse"]:after {
  transform: rotate(90deg);
}

.accordion .card-header {
  background: transparent;
  cursor: pointer;
  padding: 0;
  border-bottom-width:3px; 
}
.accordion .card-header:hover {border-color: #c2002fdd;}

.accordion .card-header i {
  color: #c10534;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  border-right: 1px solid #ddd;
}

.accordion .card-body {
  padding-left: 56px;
}

/* Services Item */
.services {
  background: #fff;
}

.padding-none {
  padding: 0;
  border-left: 1px solid #ddd;
}

.padding-none:nth-child(1),
.padding-none:nth-child(4) {
  border-left: none;
}

.padding-none:nth-child(6) {
  border-bottom: none;
  border-left: none;
}

.padding-none:nth-child(1),
.padding-none:nth-child(2),
.padding-none:nth-child(3),
.padding-none:nth-child(5),
.padding-none:nth-child(6) {
  border-bottom: none;
}

.services-wrapper {
  margin-top: 30px;
}

.services-item {
  padding: 40px 20px;
  text-align: center;
}

.services-item .icon i {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  font-size: 48px;
  text-align: center;
  margin-bottom: 15px;
  color: #212121;
  border-radius: 0;
}

.services-item .services-content h3 {
  margin-bottom: 10px;
  line-height: 26px;
  
  font-size: 1.8em;

}

.services-item .services-content h3 a {
  line-height: 1.3;
  font-weight: 400;
  color: #c10534;
}

.services-item:hover {
  background: #f3f3f3;
}

.services-item:hover .icon i {
  background: transparent;
  color: #c10534;
}


/* NEWS PRESS */

#press .press-item {
  background: #fff;
  float: left;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  min-height: 400px;
}

#homeNBS #press {background-color: #f1f1f1}
#press .carousel-control-prev-icon,
#press .carousel-control-next-icon{
filter:brightness(0.5);
height: 50px;
width: 70px;
}

/* buscador */
  i.buscar,i.cerrar{
    background: #333;
    color: #fff;
    padding: 13px;
    font-size: 30px;
   
  }
  i.buscar{
    content: "\e9eb";
  }
  i.cerrar{
    content: "\e954";
    background: #c2002f;
  }

@media screen and (max-width: 768px) {
   #profesor .iniciales img{max-width: 300px;}
}

@media screen and (max-width: 480px) {
  #press .press-item {
    display: block !important;
  }
}


@media screen and (max-width: 480px) {
  #press .press-item .press-text,
  #press .press-item .press-img {
    height: inherit;
    float: none !important;
    width: 100%;
    display: block !important;
  }
}

#press .press-item .press-text {
  float: left;
  padding: 9vh 3vw 5vh;
  z-index: 0;
  background: #000000bd;
  background:linear-gradient(0deg, black, 80%, transparent);
  color: #fff !important;
  width: 53%;
  margin: 0 3%;
  font-size: 90%;
}
#press .press-item .press-text .press-title {
  margin: 10px 0 20px 0;
  padding: 0 0 10px 0;
  font-weight: 700;
  font-size: 1.5em;
  position: relative;
}
#press .press-item .press-text h2.press-title, 
#press .press-item .press-text .h2.press-title {
  color: #fff;
}

#press .press-item .press-text .press-title .fh5co-border {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
    width: 70px;
    background: #c2002f;
}
#press .press-item .press-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
}
#press .press-item a{
  font-size: 127%;
  border-bottom: 2px solid;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  #press .press-item .press-img {
    height: 200px;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
  }
  #press .press-item .press-text{width: 100%}
}



/* Gallery Section */
#gallery {
  background: #f3f4f3;
  position: relative;
}

#gallery .gallery-box {
  position: relative;
  margin-bottom: 30px;
}

#gallery .gallery-box .overlay-box {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 35%;
}

#gallery .gallery-box .overlay-box i {
  background: #ffffff;
  color: #c10534;
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  border-radius: 50%;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transition: transform 500ms ease;
}

#gallery .gallery-box:hover .overlay-box {
  background: rgba(233, 30, 99, 0.7);
  transform: scale(1, 1);
  transition: transform 500ms ease;
}

#gallery .gallery-box:hover .overlay-box i {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

/* Team Item */
.team-item:hover {
  box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.35);
}

.team-item {
  margin: 15px 0;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
}

.team-item .team-img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.team-item .team-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(47, 47, 47, 0.7);
  opacity: 0;
  width: 100%;
  padding: 60px;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.3;
}

.team-item .overlay-social-icon {
  color: #fff;
  top: 15px;
  position: absolute;
  right: 15px;
}

.team-item .overlay-social-icon .social-icons {
  padding-left: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
}

.team-item .overlay-social-icon .social-icons li {
  display: inline-block;
  margin: 0 4px;
}

.team-item .overlay-social-icon .social-icons li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

.team-item .overlay-social-icon .social-icons li a i {
  font-size: 20px;
  color: #fff;
  width: 36px;
  height: 36px;
  background: #c10534;
  display: block;
  border-radius: 4px;
  line-height: 36px;
}

.team-item .overlay-social-icon .social-icons li a:hover .fa-facebook {
  background: #3B5998;
}

.team-item .overlay-social-icon .social-icons li a:hover .fa-twitter {
  background: #00aced;
}

.team-item .overlay-social-icon .social-icons li a:hover .fa-instagram {
  background: #fb3958;
}

.team-item .info-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 15px 20px;
  background: #f3f4f3;
  text-align: left;
}

.team-item .info-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-item .info-text h3 a {
  color: #212121;
}

.team-item .info-text h3 a:hover {
  color: #c10534;
}

.team-item .info-text p {
  margin: 0;
  color: #888;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

.team-item:hover .social-icons {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.blog-item {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.blog-item .blog-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-item .blog-image img {
  background: #000;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.blog-item .tag {
  position: absolute;
  text-transform: uppercase;
  top: -18px;
  left: 20px;
  padding: 4px 27px;
  background-color: white;
  color: #c10534;
  border-radius: 4px;
  display: block;
  font-weight: 500;
  box-shadow: 0px 3px 16px rgba(35, 31, 32, 0.15);
}

.blog-item .descr {
  padding: 30px 15px;
  color: #212121;
  position: relative;
      min-height: 320px;
}

.blog-item .descr h3.title {
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.8em;
  color: #212121;
  margin: 15px 0;
}

.blog-item .descr h3 a:hover {
  color: #c10534;
}

.blog-item .descr .meta-tags {
  margin-bottom: 10px;
}

.blog-item .descr .meta-tags span {
  color: #666;
  margin-right: 8px;
}

.blog-item .descr .meta-tags span.date {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  background: #e8e8e8;
  padding: 3px 10px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 12px;
}

.blog-item .descr .meta-tags span.autor {
    font-size: 15px;
    line-height: 1.4;
    display: block;
}

.blog-item .descr .meta-tags span.autor strong {
  color: #c10534;
  display: block;
}

.blog-item .descr .meta-tags span a {
  color: #999;
  margin-left: 8px;
}

.blog-item .descr .meta-tags span a:hover {
  color: #c10534;
}

.blog-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.blog-item:hover .blog-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Conact Home Page Section */
.contact {
  background: #111111;
}

#conatiner-map:after,#conatiner-map:before{
  content: '';
  width: 100%;
  height: 62px;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  z-index: 8;
}

#conatiner-map:after{
  top: auto;
  bottom: 0;
  height: 20px;
}
#conatiner-map .overlay{
  position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
}
#conatiner-map iframe{
      position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}
#conatiner-map iframe, #conatiner-map {
  width: 100%;
  height: 580px;
}
#conatiner-map {
  position: relative;
      z-index: 0;
    margin-top: -50px;
    min-height: 300px;
}

.title-forme {
  font-size: 28px;
  margin-bottom: 20px;
}

.contact-item {
  position: relative;
  text-align: center;
}

.contact-item i {
  width: 70px;
  height: 70px;
  display: inline-block;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  background: #2d2d2d;
  color: #fff;
  border-radius: 4px;
}

.contact-item .contact-info h3 {
  color: #c10534;
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-item .contact-info p {
  color: #fff;
}

/* Subscribe Form */
#subscribe {
  background: #f2f2f2;
}

.subscribe-inner {
  padding: 50px 0;
  text-align: center;
}

.subscribe-inner .subscribe-title {
  font-size: 36px;
  margin-bottom: 30px;
}

.subscribe-inner p {
  color: #888;
  margin-bottom: 30px;
}

.subscribe-inner .sub-btn {
  margin: 0;
  width: 12rem;
  padding: 18px 40px;
  min-width: 12rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.subscribe-inner .sub-btn i {
  margin-right: 5px;
}

.subscribe-inner .form-control {
  position: relative;
  background: #fff;
  border: 1px solid #c10534;
  border-radius: 0px;
  box-shadow: none;
  color: #888999;
  height: 55px;
  margin-right: -1px;
  width: 90%;
}

.subscribe-inner .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: #c10534;
  outline: 0;
}

.subscribe-inner .form-inline {
  position: relative;
  margin-bottom: 30px;
  margin: 0 auto;
  width: 100%;
}

/* Contact Forme */
#google-map-area {
  position: relative;
}

#google-map-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.container-form {
  left: 0%;
  padding: 40px 15px;
  margin-left: -15px;
  z-index: 99;
}

.container-form .form-wrapper {
  background-color: white;
  padding: 56px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.container-form .form-wrapper .form-group {
  margin-bottom: 30px;
}

.container-form .form-wrapper .form-control {
  display: block;
  width: 100%;
  line-height: 26px;
  box-shadow: none;
  color: #848484;
  text-transform: capitalize;
  background: #f7f7f7;
  border: 1px solid transparent;
  padding: 7px 19px;
  border-radius: 0px;
  background-image: none;
  background-clip: padding-box;
}

.container-form .form-wrapper .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: #c10534;
  box-shadow: none;
  outline: 0;
}

.form-submit .btn-common {
  width: 100%;
}

.list-unstyled li {
  margin-top: 10px;
  color: #dc3545 !important;
}

.text-danger {
  margin-top: 20px;
  font-size: 18px;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 27px;
  box-shadow: none;
  color: #848484;
  text-transform: capitalize;
  background: #f7f7f7;
  padding: 7px 19px;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
}

.form-control:focus {
  border-color: #c10534;
  box-shadow: none;
  outline: 0;
}

/* Footer Area Start */
.footer-area {
  background: #222222;
}

.footer-area img.logoFoot {
max-width: 150px
}

.footer-area h3,
.footer-area .h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
 
}
.footer-area h3, 
.footer-area h4, 
.footer-area h5,
.footer-area .h3, 
.footer-area .h4, 
.footer-area .h5 { margin: 0 0 0.5rem}

.footer-area p {
  color: #fff;
  line-height: 20px;
  margin: 0 0 30px;
}

.footer-area ul {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-area ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 11px 5px;
  border-bottom: 2px solid #c1053475;
  /* border-radius: 4px; */
  margin: 4px 10px;
}

.footer-area ul li a:hover {
  color: #c10534;
}

.footer-area .footer-social li {
  display: inline-block;
}

.footer-area .footer-social li a {
  color: #000;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  margin-right: 5px;
  border: 0;
}

.footer-area .footer-social li a:hover {
  color: #fff;
}

.footer-area .footer-social li .facebook:hover {
  background: #3B5998;
}

.footer-area .footer-social li .twitter:hover {
  background: #00aced;
}

.footer-area .footer-social li .linkedin:hover {
  background: #0073b1;
}

.footer-area .footer-social li .foursqare:hover {
  background: #25a0ca;
}

.footer-area .footer-social li .google-plus:hover {
  background: #d34836;
}

.footer-area .footer-text p {
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
}

.footer-area .footer-text p a {
  color: #c10534;
}

.footer-area .footer-text .nav-inline .nav-link {
  padding: 11px 7px;
  color: #888;
}

.footer-area .footer-text .nav-inline .nav-link:hover {
  color: #c10534;
}

.image-list {
  padding: 0;
  margin: 0;
}

.footer-area ul.image-list{
  display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.footer-area ul.image-list li {
    margin-bottom: 1px;
    flex-grow: 1;
    max-width: 50%;
}

.image-list li {
  margin-bottom: 15px;
  display: inline-block;
}

.image-list li .overlay {
  float: left;
  width: 70px;
  height: 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0;
}

.image-list li .overlay:hover figcaption {
  opacity: 1;
}

 ul.image-list li i{
    font-size: 22px;
    float: left;
    height: 20px;
    opacity: 77%;
    margin: -4px 9px 0 -2px;
}

.image-list .post-content {
  margin-left: 5px;
}

.image-list .post-content .post-title {
  font-weight: 500;
  font-size: 15px;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.image-list .post-content .post-title a {
  color: #fff;
}

.image-list .post-content .post-title a:hover {
  color: #c10534;
}

.image-list .post-content .meta {
  color: #999;
line-height: 1;margin: 5px 0;}

.image-list .post-content .meta span {
  text-transform: uppercase;
  font-size: 12px;
  word-break: break-word;line-height: 18px;
  margin-bottom: 10px;
line-height: 1;}

.newsletter-wrapper .form-group {
  margin-bottom: 20px;
  position: relative;
}

.newsletter-wrapper .form-group input {
  display: inline-block;
  color: #333;
  position: relative;
}

.newsletter-wrapper .sub-btn {
  position: absolute;
  top: 0;
  right: 0px;
  border-radius: 0;
  padding: 10px 20px;
}

.widget {
  margin-top: 10px;
}

.widget .widget-title {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}

#copyright {
  background: #0b0b0b;
  text-align: center;
}

#copyright p {
  line-height: 42px;
  color: #fff;
  margin: 0;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #c10534;
}

/* ==========================================================================
   Countdown Style Start
   ========================================================================== */
.countdown-timer .heading-count {
  padding: 10px 68px;
}

.countdown-timer .heading-count h2 {
  font-size: 40px;
  color: #212121;
  text-transform: uppercase;
  line-height: 48px;
}

.countdown-timer .heading-count h4 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  margin-top: 30px;
}

.countdown-timer .heading-count h4 span {
  background: #212121;
  padding: 7px 15px;
  border-radius: 4px;
}

.countdown-timer .heading-count p {
  font-size: 14px;
  color: #212121;
  line-height: 30px;
}

.time-count div {
  text-align: center;
}

.time-entry {
  display: inline-block;
  min-width: 120px;
  margin: 15px;
  height: 110px;
  padding: 20px;
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
  text-align: center;
  font-weight: 400;
  color: #212121;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
}

.time-entry span {
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  display: block;
  color: #212121;
  margin-bottom: 10px;
}

.time-entry:first-child {
  border-left: none;
}

.time-countdown {
  margin: 15px 0px 50px 0;
}

/* Pricing Ticket */
#ranking {
  background: url(../img/background/bg-pricing.jpg);
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
   z-index: 1;
   margin-top: -19px;
}

#ranking .section-title-header .section-title {
  color: #fff;
}

#ranking .section-title-header p {
  color: #fff;
}

#ranking .price-block-wrapper {
  text-align: center;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 30px;
}

#ranking .price-block-wrapper .icon {
  padding: 20px;
}

#ranking .price-block-wrapper .icon i {
  font-size: 60px;
  color: #c10534;
}

#ranking .price-block-wrapper .colmun-title {
  margin-top: 15px;
}

#ranking .price-block-wrapper .colmun-title .h5,
#ranking .price-block-wrapper .colmun-title h5 {
  font-size: 18px;
  line-height: 30px;
  color: #212121;
  margin-bottom: 5px;
  font-weight: 700;
  background: #ffffff;
  text-transform: uppercase;
}

#ranking .price-block-wrapper .price {
  padding-bottom: 10px;
}

#ranking .price-block-wrapper .price .h2,
#ranking .price-block-wrapper .price h2 {
  font-size: 55px;
  color: #5c5c5c;
  line-height: 42px;
  margin: 21px 0 0 0;
}

#ranking .price-block-wrapper .price p {
  font-size: 17px;
    color: #444;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: 'ARIALMTPRO-COND';
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #ccc;
    padding: 2vh 0;
}

#ranking .price-block-wrapper .pricing-list {
  padding: 10px;
  text-align: center;
}

#ranking .price-block-wrapper .pricing-list ul {
  padding-bottom: 15px;
}

#ranking .price-block-wrapper .pricing-list ul li {
  font-size: 15px;
  color: #212121;
  font-weight: 400;
  padding: 2px 0px;
}

#ranking .price-block-wrapper .pricing-list ul li i {
  margin-right: 7px;
  font-size: 12px;
  color: #c10534;
}

#ranking .price-block-wrapper .btn i {
  font-size: 12px;
  margin-right: 5px;
}

/*about id section*/

#about {
  background: url(../img/background/campus.webp);
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  padding: 100px 0;
  z-index: 1;
}

#ranking h2,
#about h2,
#ranking .h2,
#about .h2
{color: #fff}


/*

#main-slide .carousel-control {
  display: none;
}

#main-slide .carousel-indicators {
  cursor: pointer;
  bottom: 90px;
}

#main-slide:hover .carousel-control {
  display: block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#main-slide .carousel-item img {
  position: relative;
  width: 100%;
}

#main-slide .carousel-inner .carousel-item::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#main-slide .carousel-item .carousel-caption {
  opacity: 0;
  transition: opacity 100ms ease 0s;
  z-index: 0;
  text-align: right;
}

#main-slide .carousel-item .carousel-caption .heading {
  font-size: 3em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-top: 30px;
  line-height: 1.2;
  font-family: 'ArialMTPro-Cond', sans-serif;
}

#main-slide .carousel-item .carousel-caption p {
  font-size: 20px;
}

#main-slide .carousel-item.active .carousel-caption {
  opacity: 1;
  transition: opacity 100ms ease 0s;
  z-index: 1;
}

#main-slide .carousel-caption {
  color: #fff;
  position: absolute;
  top: 35%;
}

#main-slide .carousel-caption .btn {
  margin: 25px 25px 0px 0px;
}

#main-slide .carousel-control-next,
#main-slide .carousel-control-prev {
  opacity: 1;
  box-shadow: none;
}

#main-slide .carousel-control-prev span {
  padding: 15px;
}

#main-slide .carousel-control-next span {
  padding: 15px;
}

#main-slide .carousel-control {
  top: 45%;
}

#main-slide .carousel-control .lni-chevron-left,
#main-slide .carousel-control .lni-chevron-right {
  position: absolute;
  z-index: 5;
}

#main-slide .carousel-control .lni-chevron-left {
  left: 15px;
}

#main-slide .carousel-control .lni-chevron-right {
  right: 15px;
}


#main-slide .carousel-control i {
  line-height: 40px;
  font-size: 18px;
  width: 45px;
  border: 2px solid #fff;
  height: 45px;
  display: block;
  border-radius: 2px;
  background: transparent;
  color: #fff;
}

#main-slide .carousel-control i:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: #fff;
}

.carousel-item:before{
  display: block;
  content: '';
  background: #f5ab00;
  box-shadow: -120px 0 0 #009fa9, 0 -120px 0 #c10534;
  width: 80px;
  height:80px;
  position: absolute;
  z-index: 9999999999999999999999;
  bottom: -240px;
  left: -240px;
}
.carousel-item.active:before{
  width: 100px;
  height:100px;
  bottom: 0;
  left: 0;
  box-shadow: 100px 0 0 #009fa9, 0 -100px 0 #c10534;
}
*/

.carousel{z-index: 0}
.carousel-indicators li {
  width: 16px;
    height: 16px;
    border-radius: 4px;
}

#carouselTestimonio{
      border: 4px solid #aaaaaa8c;
      transition:  0.5s ease;
      padding-bottom: 30px!important;
}
#carouselTestimonio:hover{

      border-color: #c2002f;
}

#carouselTestimonio .carousel-indicators{ margin-bottom: -16px}
#carouselTestimonio .carousel-indicators button{ 
  border-color: #c2002f;
      height: 20px;
    width: 20px;
    border-width: 3px;
}
#carouselTestimonio .carousel-indicators button.active{border-color: #aaaaaa8c;} 

.carousel-control-next, .carousel-control-prev{
  width: 5%;
}

#carouselTestimonio img{
  border:0;
  padding-bottom: 20px;
  border-bottom: 3px solid #c2002f;
}
#carouselTestimonio .carousel-item{
  width: 80%;
  margin-left: 10%;
  max-height: none;
  overflow: hidden;
  display: flex;
  height: 100%;
  transition: transform .5s ease, opacity .8s ease-out;
}

#carouselTestimonio .carousel-control-prev-icon, 
#carouselTestimonio .carousel-control-next-icon { filter: invert(100%);background-color: #000000;
    padding: 20px;
    background-size: 30px;}

#carouselTestimonio p:not(.card-title) {
  padding: 55px 20px;
}

#carouselTestimonio p:not(.card-title)::first-letter {
    font-size: 80px;
    font-weight: bold;
    color: #c2002f;
    margin: 4px;
    line-height: 80px;
    font-family: 'ArialMTPro-Black', sans-serif;
}



ul.greyLink li{
    margin-bottom: 0px;
    background-position: 0px 4px;
    display: inline-block;
    margin: 0.5%;
    box-sizing: border-box;
}

#schedules .greyLink li strong{
  display: block;
    color: #c10534;
    font-size: 126%;
    margin: 9px;
}
.greyLink li span{
  color:#888;
  font-family:'ArialMTPro', sans-serif;
  font-weight:300;
  font-size:88%;
}

ul.greyLink a{
  color:        #333;
  display:      block;
  border:       0;
  padding:      5px;
  /*width:        90%;*/
  
}
#schedules ul{text-align: center;}
#schedules h3.area{display: none!important;}

#schedules .masterRelacionados h3,
#schedules .masterRelacionados ul li

{display: none;}


#schedules .empresa .masterRelacionados .area-empresa .NBS,
#schedules .derecho .masterRelacionados .area-derecho .NBS,
#schedules .turismo .masterRelacionados .area-turismo .NBS,
#schedules .RRII .masterRelacionados .area-RRII .NBS
{
  display: block;
}

#schedules .empresa .masterRelacionados .area-empresa li.NBS,
#schedules .derecho .masterRelacionados .area-derecho li.NBS,
#schedules .turismo .masterRelacionados .area-turismo li.NBS,
#schedules .RRII .masterRelacionados .area-RRII li.NBS
{
  display: inline-block;
}

#schedules .card-body .masterRelacionados .listadoSociales .NBS .contenidoEng{display: none;}
.contenedorEng #schedules .card-body .masterRelacionados .listadoSociales .NBS .contenidoEng{display: inline-block;}


#listadoProgamas ul li{
  border-bottom: 1px solid;
}

#listadoProgamas ul li:hover{
  background: #C5E0EF;
}

#listadoProgamas h3.area,
#listadoProgamas ul li{
  display: none;
}

#listadoProgamas h3.area.NBS,
#listadoProgamas ul li.NBS{
  display: block;
}

#listadoProgamas .area-RRII{display: none!important;}


.contenidoEng,
.contenedorEng .contenidoEsp{display: none!important;}

.contenedorEng .contenidoEng{display: inline-block!important;}



/* LINEA TIEMPO */

.lineaTiempo{
  display: flex;
  justify-content: space-around;
  align-content: flex-end;
  align-items: stretch;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  /* flex-wrap: wrap; */
}

.lineaTiempo .periodo{
  display: flex;
  background: #f1f1f1;
  padding: 10px;
  margin: 10px;
  position: relative;
  flex-wrap: wrap;
  max-width: 46%;
  justify-content: space-around;
  border-radius: 3px;
  border-bottom: 4px solid #666;
  align-items: center;
  text-align: left;
}

.periodo::after{
  content: '';
  display: block;
  position: absolute;
  right: -14px;
  top: calc(50% - 50px);
  width: 1px;
  height: 100px;
  border: 0;
  border-left: 15px solid #f1f1f1;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
}
.periodo:last-child::after{display: none;}

.periodo i{
  background: #fff;
  color: #c2002f;
  border-radius: 30px;
  font-size: 10px;
  line-height: 1.1;
  width: 55px;
  height: 55px;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-content: space-around;
  justify-content: center;
  font-style: normal;
}

.periodo i b{
  font-size: 25px;
  font-weight: bold;
}

.periodo p{
  display: block;
  width: 100%;
  margin: 9px 5px;
  line-height: 1;
  font-family: 'ArialMTPro-Cond', sans-serif;
  /* text-align: center; */
  font-weight: bold;
}


.leyenda strong{font-size: 120%}

.seccionAncla{
  margin-top: 10px;
  padding-top: 20px;
}

#profesor p,
#profesor .section-padding ul li{
  font-size: 1.4em;
  line-height: 1.4;
}

#profesor .section-padding ul li{
  list-style: square;

}
#profesor p b{
  font-weight: 700;
}
#profesor h2{
  font-size: 2.1em;
}

#profesor .iniciales {font-size: 115px; margin-top: -200px}

  #profesor .imgTop{
    margin-top: -200px;
  }

.noticias .carousel:after{
    content: '';
    display:block;
    height:10px;
    width:70%;
    background:#c2002f;
    margin-top:10px;
    float:right;
    
}

#profesor .iniciales span {
    font-size: 150px;
}
.noticias p.h4{margin-top: 0;font-size: 1.55rem}


/*RESPONSIVE*/


/* only small desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #main-slide .carousel-caption {
    top: 32%;
  }
  .carousel-indicators {
    font-size: 14px;
  }
  #main-slide .carousel-item .carousel-caption .heading {
    font-size: 2.5em;
    margin-top: 10px;
  }
  #main-slide .carousel-item .carousel-caption p {
    font-size: 1.6em;
  }
  #hero-area .contents .head-title {
    font-size: 40px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px;
    font-size: 1.3vw;
  }
  .counter-section .counter p {
    font-size: 14px;
  }

  #schedules h3.title{
    font-size: 1.5em;
    letter-spacing: 2px;
  }
  #ranking .price-block-wrapper .pricing-list {
    padding: 10px 35px 10px 45px;
  }
  #sponsors .spnsors-logo img {
    width: 80%;
  }
  .lineaTiempo{
    flex-wrap: wrap;
  }

}

/* tablets */
@media (max-width: 991px) {
  #main-slide .carousel-caption {
    top: 32%;
  }
  #main-slide .carousel-item .carousel-caption .heading {
    font-size: 2em;
  }
  #main-slide .carousel-item .carousel-caption p {
    font-size: 1.4em;
  }
  .page-title-section {
    padding: 40px 0;
  }
  .section-titile-bg {
    display: none;
  }
  .section-title {
    position: relative;
    margin-bottom: 10px;
  }
  .about-item {
    margin-bottom: 30px;
  }
  .accordion .header-title {
    font-size: 12px;
  }
  .schedule .card-header h4 {
    font-size: 14px;
  }
  #schedules h3.title{
    font-size: 1em;
    letter-spacing: 2px;
  }

  #ranking .price-block-wrapper .pricing-list {
    padding: 10px 35px 10px 45px;
  }
  #sponsors .spnsors-logo img {
    width: 80%;
  }
  .padding-none:nth-child(1) {
    border-left: none;
  }

  .padding-none:nth-child(6) {
    border-bottom: none;
    border-left: 1px solid #ddd;
  }

  .padding-none:nth-child(6) {
    border-top: 1px solid #ddd;
    border-bottom: none;
  }
  .footer-area h3 {
    margin-top: 30px;
  }

  .lineaTiempo{
    flex-wrap: wrap;
  }

  .periodo::after{
    top: calc(50% - 30px);
    border-top-width: 30px ;
    border-bottom-width: 30px;
    height: 60px;
  }

}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #main-slide .carousel-caption {
    top: 32%;
  }
  #main-slide .carousel-item .carousel-caption .heading {
    font-size: 2em;
  }
  #main-slide .carousel-item .carousel-caption p {
    font-size: 1.4em;
  }
  .countdown-timer .heading-count h2 {
    font-size: 25px;
  }
  .schedule .card-header h4 {
    font-size: 14px;
  }
  #ranking .price-block-wrapper .pricing-list {
    padding: 10px 35px 10px 60px;
  }
  .about-item {
    margin-bottom: 30px;
  }
  .accordion .header-title {
    font-size: 12px;
  }
  #ranking .price-block-wrapper .pricing-list {
    padding: 10px 60px 10px 45px;
  }
  #sponsors .spnsors-logo {
    padding: 30px;
  }
  .padding-none:nth-child(1) {
    border-left: none;
  }
  .padding-none:nth-child(4) {
    border-bottom: none;
    border-left: none;
  }
  .footer-area h3 {
    margin-top: 30px;
  }
}

/* mobile or only mobile */
@media (max-width: 767px) {

  .section-sub {
    font-size: 16px;
  }
  #main-slide .carousel-caption {
    top: 22%;
  }
  #main-slide .carousel-item .carousel-caption .heading {
    font-size: 14px;
    margin-top: 5px;
  }
  #main-slide .carousel-item .carousel-caption p {
    font-size: 13px;
  }
  #main-slide .carousel-indicators {
    display: none;
  }
  #hero-area .contents {
    padding: 100px 0;
  }
  #hero-area .contents .head-title {
    font-size: 15px;
  }
  #hero-area .contents .btn {
    margin: 25px 3px 0 0;
  }
  .countdown-timer .heading-count {
    padding: 10px;
  }
  .countdown-timer .heading-count h2 {
    font-size: 24px;
  }
  .countdown-timer .heading-count h4 {
    font-size: 12px;
  }
  .schedule .card-body {
    padding: 15px;
  }
  #schedules h3.title{
    font-size: 0.8em;
  }
  .schedule .schedule-tab-title .nav-tabs li{
    width: 100%;
  }
  .schedule .schedule-tab-title .nav-tabs .nav-link{
    padding: 10px;
  }
  .schedule .card-body ul li a{
    padding: 20px;
    font-size: 16px;
    border-width: 5px;
  }
  .accordion .header-title {
    font-size: 11px;
  }
  #ranking .price-block-wrapper .pricing-list {
    padding: 10px 30px 10px 40px;
  }
  #sponsors .spnsors-logo {
    margin-bottom: 15px;
  }
  .blog-item .descr h3 a {
    font-size: 18px;
  }
  .subscribe-inner {
    padding: 30px 15px;
  }
  .subscribe-inner .subscribe-title {
    font-size: 18px;
  }
  .subscribe-inner .form-inline {
    width: 100%;
  }
  .subscribe-inner .form-control {
    width: 100%;
  }
  .subscribe-inner .sub-btn {
    margin: 20px auto;
    text-align: center;
    position: inherit;
  }
  .container-form .form-wrapper {
    padding: 20px;
  }
  .contact-item {
    margin-bottom: 40px;
  }
  .thumb-left img {
    width: 60%;
  }
  #sponsors .spnsors-logo img {
    width: 80%;
  }
  .footer-area h3 {
    margin-top: 30px;
  }

  .padding-none{
    border-left: 0!important;
  }
  .padding-none:nth-child(1),
  .padding-none:nth-child(2),
  .padding-none:nth-child(3),
  .padding-none:nth-child(4),
  .padding-none:nth-child(5),
  .padding-none:nth-child(6){ 
    border-bottom: 1px solid #ddd;
  }

  .padding-none:nth-child(3) {
    border-left: none;
  }

  .carousel-item:before{
  width: 50px;
  height:50px;
  bottom: -100px;
  right: -100px;
}
.carousel-item.active:before{
  width: 60px;
  height:60px;
  bottom: 0;
  right: 0;
  box-shadow: -60px 0 0 #009fa9, 0 -60px 0 #c10534;
}
}

@media (min-width: 320px) and (max-width: 480px) {
  #main-slide .carousel-item .carousel-caption .heading {
    letter-spacing: 0;
  }
  #main-slide .carousel-item .carousel-caption p {
    font-size: 14px;
  }
  #main-slide .carousel-caption .btn {
    margin: 0;
  }
  #main-slide .carousel-indicators {
    display: none;
  }
  #about .title-sub {
    font-size: 24px;
  }
  .contact-map .container-form {
    width: 350px;
  }
  .newsletter-wrapper .sub-btn {
    padding: 11px 20px;
  }
  .btn {
    padding: 5px 7px;
    font-size: 13px;
  }
}

/**/

a:hover {
    color: #eac357;
}

.fixed-top{
  top: 37px;
  /* top: 0; */
  /* padding-top: 37px; */
}

#header-wrap{
min-width: 269px;
/* background: #333; */}

.prenav{
  line-height: 21px;
  letter-spacing: 0.1vw;
  margin-bottom: -40px;
  width: 100%;
  float: right;
}

.prenav::before {
    display: block;
    content: '';
    z-index:1;
    width: 100%;
    left: 0;
    /* border-radius: 0 0 0 30px; */
    height: 55px;
    position: fixed;
    background: #000000b5;
    /* transform: rotate(1.5deg) skew(39deg, -0.5deg); */
    top: -18px;
    /* box-shadow: -12px 8px 0 rgba(0,0,0,0.1); */
}

.prenav .telefono{ font-size: 90%} 
.prenav .telefono span{ 
    font-size: 60%;
    font-weight: 100;
    letter-spacing: normal;
}

.prenav .telefono svg path{fill:#bbb;} 

@media screen and (max-width:992px) {
  .prenav .telefono span{ display: none!important;}
} 

@media screen and (max-width:480px) {
  .prenav .nav+.nav{margin-right:80px;}
  .prenav .telefono { font-size: 0;}
} 

@media screen and (max-width:350px) {
  .prenav .nav+.nav{margin-right:19px;}
} 

@media screen and (min-width:0\0) {  
    /* IE9 and IE10 rule sets go here */ 
    .prenav::before {display: none;}
    .prenav{ background: rgba(0,0,0,0.6);} 
}

.prenav a{
    color: #c9c9c9;
    z-index: 1;
    font-weight: bold;
    padding: .4rem 1rem;
}

.prenav a:hover{color: #fff}

.prenav ul{z-index: 1;}


@media (max-width: 320px) {
  .prenav{
    letter-spacing: 1px;
    line-height: 12px;
    padding-bottom: 6px;
  }
}

/*NAV*/
.navbar-expand-lg .navbar-nav  .nav-link.btn-outline-secondary{
  margin-left: 10px;
  margin-top: 5px;
  border: 3px solid #c2002f;
}
.navbar .navbar-collapse ul{
    margin: auto;
    width: auto!important;
}

.navbar .navbar-collapse ul li{text-align: center;}


/*CABECERA*/

#cabecera{
  width: 100%;
  position: relative;
  overflow-x:hidden; 
}

.titulacion #cabecera{
  min-height: 744px;
  background: #333;
}

#cabecera img{
  width: 100%;
  height: auto;
  overflow-x:hidden; 

}

.titulacion #cabecera img{
  width: auto;
  min-height: 744px;
  min-width: 100%;
}

#cabecera .textos{
  /* transform: skew(-3deg, -3deg); */
}
#cabecera .textos, #cabecera iframe{
  position: absolute;
  bottom: 40px;
  left: 10%;
  width: 54%;
  color: #fff;
}

#cabecera .textos .titulo{
  font-size: 5em;
  font-size: 4vw;
  line-height: 1;
  font-weight: 700;
  color:#fff;
  margin: 0;
}
#cabecera .textos .titulo.mini{font-size: 3.8em;}
#cabecera .textos .subtitulo{
      font-size: 1.9vw;
    background-color: #c31632e3;
    line-height: 1.1;
    color: #fff;
    padding: 28px;
    /* border-radius: 5px; */
    display: inline-block;
}
#cabecera .textos .subtitulo.mini{font-size: 1.5em;}
#cabecera .textos a{ color:#fff}
#cabecera .textos p{
  background: #ffffffd9;
    color: #000;
    display: inline-block;
    padding: 5px 15px;
}
#cabecera .form{
    background: rgba(0,0,0,0.5);
    position: fixed;
    position: absolute;
    z-index: 0;
    top: 235px;
    right: 0;
    width: 350px;
    height: 448px;
    border-radius: 0;
}

#cabecera .form .fondo{
    width: 100%;
    height: 100%;
    background: #c2002f;
    /* transform: skewY(6deg); */
    border-radius: 3px;
    z-index: -1;
    position: relative;
    /* box-shadow: 0 -5px 0 rgba(255,255,255,0.6), 0 5px 0 rgba(255,255,255,0.6); */
}

#cabecera iframe{
  left: auto;
  top: 0;
  right: 0%;
  width: 350px;
  border: 0;
  height: 430px;
  /*filter: grayscale(90%) hue-rotate(167deg) contrast(3) brightness(100%);*/
}










.titulacion #cabecera .miniForm{
    position: absolute;
    background: #F8F8F8;
    right: 0;
    width: 35%;
    font-family: "ArialMTPro", sans-serif;
    font-weight: 300;
    top: auto;
    bottom: 0;
    height: auto;
    padding-bottom: 30px;
}


#miniGracias h2 span{
      font-size: 82%;
    line-height: 1.1;
    display: inline-block;
    opacity: 0.7;
}

.titulacion #cabecera .miniForm.pantalla{
    min-width: 335px;
}
.titulacion #cabecera .miniForm iframe{
    margin-left: -10px;
    margin-top: -10px;
    width: 401px;
    height: 559px;
}

.titulacion .miniForm .titulo{
    font-size: 19px;
    padding: 8px;
    background: #f1f1f1;
    margin: 0 0 10px 0;
    text-align: center;
    font-family: 'ArialMTPro-Cond', sans-serif;
    font-weight: 700;
}

.titulacion .miniForm .titulo.becoso{ 
  background: #c2002f;
  color: #fff;
}

.titulacion .miniForm .titulo.becoso a { 
  position:relative;
  z-index:999999;
  background:#f1f1f1;
  padding:4px;
  margin: 1px;
  display:inline-block;
}

.miniForm .telefono.datos{display: none}


/* FORMULARIOS */

/*generales*/

input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="phone"],input[type="time"],input[type="url"],textarea,#tooltips input,#tooltips select,#tooltips textarea,.zelect,body div .select2-container--default .select2-selection--single{
    -webkit-appearance:none;
    background-color:#fff;
    font-family:inherit;
    border:0;
    color:rgba(0,0,0,0.75);
    margin:0 0 1rem;
    padding:.5rem;
    height:2.3125rem;
    max-width:100%;
    box-sizing:border-box;
    border-bottom:2px solid #999;
    height:50px;
    margin-bottom:0;
    box-shadow:none;
    background-color:transparent;
    padding:8px 12px 8px 5px;
    width:100%;
    position:relative;
    top:0;
    left:0;
    z-index:1;
    outline:0;
}



input[type="checkbox"],input[type="radio"]{
    width:1.3125rem;
    max-width:1.3125rem;
    height:1.3125rem
}
input[type="checkbox"] + label,input[type="radio"] + label{
    display:inline-block;
    margin-left:.5rem;
    margin-right: 0.5rem;
    margin-bottom:0;
    vertical-align:baseline
}

#tooltips{
    width:100%
}
#tooltips input,#tooltips select,#tooltips textarea,.zelect,body div .select2-container--default .select2-selection--single{
    border-bottom:2px solid #ccc;
    height: 38px;
    margin-bottom:0;
    box-shadow:none;
    background-color:transparent;
    padding: 8px 12px 8px 0px;
    width:100%;
    position:relative;
    top:0;
    left:0;
    z-index:1;
    outline:0;
    font-size: 0.9em;
    border-radius:0
}
#tooltips .select2-selection__rendered,
#tooltips select,
#tooltips input,
#tooltips label,
#tooltips div.datos[data-prefijo]:before{
  font-family: 'ArialMTPro-Cond', sans-serif;
  text-transform: uppercase;  
  font-weight: 700;
}

#tooltips select{padding-left: 12px}

label strong{
    color:#000;
    opacity:1
}

form div.datos{
    position:relative;
    overflow:hidden;
    font-size:18px
}
.miniForm div.datos{font-size: 16px}
.miniForm #tooltips input{height: 38px;}
form div.datos.select{
    overflow:visible
}


#tooltips select,#tooltips label{
    color:#666
}
#tooltips select.valid{
    color:rgba(0,0,0,0.75);
    padding-left:10px
}
#tooltips .pruebasAdmision select{
    padding-left:45px
}
#tooltips label{
    font-weight:700;
    transition:background 0.2s,color 0.2s,top 0.2s,bottom 0.2s,right 0.2s,left .2s;
    position:absolute;
    bottom:5px;
    font-size: .9em;
    padding: 7px 6px 3px 12px;
    left:0;
    margin-bottom: 1px;
}

#tooltips.label-abajo input,#tooltips.label-abajo textarea{
    padding: 12px 12px 11px 12px;
    z-index:1
}

#tooltips .label-abajo label{
    top:0;
    bottom:0;
    left:0;
    width:100%
}





form div.datos.telefono{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}


.legal{
    margin: 11px 0;
    color: #777;
    font-family: 'ArialMTPro-Cond', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 11px;
    line-height: 1.1;
}

.legal a{
    font-size: 90%; opacity: .5;border-width: 2px
}
.miniForm button.enviar{
  font-size: 0.95em;
  width: 100%;
  font-family: 'ArialMTPro-Black', sans-serif;
  background-color: transparent;
}

div.datos.condiciones{display: flex;    letter-spacing: 0;
    font-size: 120%;
    margin-top: 10px;
    color: #333;}

div.datos.condiciones label .noaceptada.error,
div.datos.condiciones label .aceptada{display: none;}
div.datos.condiciones input.error + label + label.error .noaceptada,
div.datos.condiciones input:checked + label .noaceptada,
div.datos.condiciones input:checked + label + label .noaceptada
{display: none;}
div.datos.condiciones input:checked + label .aceptada,
div.datos.condiciones input:checked + label + label .aceptada
{display: inline;}

.select2,div.datos.titulacion.pocas, div.datos.provincia, div.datos.procedencia,.tooltip{display: none;}

#divProvincia .select2.select2-container.select2-container--default{width: 100%!important}






@media only screen and (max-width: 68.6875em) {
 .titulacion .cabecera .miniForm{
        position: relative;
        width: 100%;
        max-width: 44%;
        min-height: 0;
        margin-top: 250px;
        z-index: 2;
    }

    .titulacion .miniForm .titulo{
        font-size: 17px;
    }
    
    .miniForm .legal{font-size: 11px}
}


@media only screen and (max-width: 34.375em) {
    .titulacion .cabecera .miniForm{
        margin-top: 0;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen  and (min-width: 34.4375em) and (max-width: 50em) {




    .miniForm div.datos{
        font-size: 16px;
    }
    .miniForm #tooltips input,  .miniForm #tooltips select,body.titulacion div .select2-container--default .select2-selection--single{
        height: 40px;
    }
    html body div .select2-container .select2-selection--single .select2-selection__rendered{
        padding-top: 4px;
    }
    .miniForm #tooltips.label-abajo input:focus + label,.miniForm #tooltips.label-abajo input:focus + label + label{
        margin-top: -42px;
    }
    


}


@media only screen and (min-width: 1300px) {
  .titulacion #cabecera .miniForm{max-width: 460px;padding-bottom: 35px;}

}


/*CSS NEbrija*/

/* FORMULARIOS */
/* FORMULARIOS */
/* FORMULARIOS */


input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="phone"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{
    -webkit-box-shadow:0 0 5px #fff;
    -moz-box-shadow:0 0 5px #fff;
    box-shadow:0 0 5px #fff;
    border-color:#fff;
    background:#fafafa;
    border-color:#999;
    outline:none
}

input[type="file"]{
    width:100%
}

input[type="button"]{
    cursor:pointer
}
input[type="submit"],input[type="reset"],input[type="button"].submit{
    transition:opacity .5s ease
}
input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
    background:#444;
    box-shadow:inset 0 -12px rgba(0,0,0,0.1)
}
input[type="reset"]{
    background:none repeat scroll 0 0 #f1f1f1;
    color:#999
}

#tooltips.label-abajo input:focus,#tooltips.label-abajo textarea:focus{
    padding:20px 6px 1px 24px
}


form input.error,form label.error,form select.error,.select2-selection.select2-selection--single.error{
    color:#c2002f!important;
    border-color:#c2002f
}



#tooltips input.valid,#tooltips select.valid,#tooltips textarea.valid,#tooltips span.valid{
    box-shadow:none;
    color:#000;
    font-weight:700
}


.zelect.valid{
    box-shadow:none
}

#tooltips input.error,#tooltips textarea.error,#tooltips select.error{
    background:none
}
body div .select2-container--focus .select2-selection,form #tooltips input:focus,form #tooltips textarea:focus,form #tooltips select:focus{
    border-color:#000;
    box-shadow:none
}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1000px #fff inset!important
}
form #tooltips input:focus + label,form #tooltips textarea:focus + label,form #tooltips input:focus + label + label,form #tooltips textarea:focus + label + label{
    color:#666;
    padding:0 6px;
    z-index:2;
    text-align:right;
    border-left:1px solid #ddd
}
form #tooltips div input + label.error + label{
    display:none
}
form #tooltips div input:focus + label.error + label{
    display:block
}
form #tooltips div input.error + label.error,form #tooltips div select.error + label.error{
    display:block;
    font-size:70%;
    right:1px;
    left:auto;
    padding-left:18px;
    padding-right:18px;
    border-left:1px solid;
    background:#fff;
    z-index:2;
}

#tooltips .valid+label,#tooltips .valid + label.error + label{
    display:none
}
#tooltips textarea{
    display:block;
    resize:vertical
}

#tooltips.label-abajo .prefijado input:focus,
#tooltips.label-abajo .prefijado input,
#tooltips.label-abajo .prefijado label{padding-left: 27px;}

#tooltips.label-abajo input:focus + label,#tooltips.label-abajo textarea:focus + label,#tooltips.label-abajo input:focus + label + label,#tooltips.label-abajo textarea:focus + label + label{
    top:100%;
    margin-top: -38px;
    margin-left:11px;
    background:transparent;
    padding:0 6px 0 2px;
    border:0;
    font-size: 9px;
    line-height:1.7;
    text-align:left
}

/*

#tooltips.label-derecha label{
    top:1px;
    right:100%;
    width:70%;
    margin-right:-100%;
    bottom:6px;
    padding-top:8px;
    background:#eee;
    padding-left:10px;
    padding-right:10px
}
#tooltips.label-derecha input:focus + label,#tooltips.label-derecha textarea:focus + label,#tooltips.label-derecha textarea:focus + label + label,#tooltips.label-derecha input:focus + label + label{
    right:0;
    margin-right:0;
    width:auto;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    line-height:1.2;
    text-align:center
}
#tooltips.label-derecha input[type="number"]:focus + label,#tooltips.label-derecha textarea:focus + label,#tooltips.label-derecha textarea:focus + label + label,#tooltips.label-derecha input[type="number"]:focus + label + label{
    right:36px
}
*/

form div.datos[data-prefijo]:before{
    content:attr(data-prefijo);
    font-weight:700;
    color:#000!important;
    transition:.4s;
    -webkit-transition:.45s;
    -moz-transition:.45s;
    float:left;
    display: block;
    position:absolute;
    height: 40px;
    font-size: 12px;
    top: 8px;
    left: 0;
    z-index:9
}
form div.datos[data-prefijo].focus:before{
    top: 12px;
}
form div.datos.telefono.error:before{
    color:#4e748b!important;
    font-weight:400
}

.datos select:focus + .tooltip,.datos input:focus + label + .tooltip{
    display:inline-block
}
.datos.paisprovincia select:focus + .tooltip,.datos select.valid:focus + .tooltip,.datos input.valid:focus + label + .tooltip{
    display:none
}

input.valid,.select2-selection__rendered.valid{
    font-weight:700
}


.tooltip{
    background-color:#ddd;
    padding: 5px 11px;
    width:auto;
    display:none;
    border-bottom:2px solid #666;
    color:#666;
    text-align:left;
    font-size:12px;
    position:absolute;
    z-index:9;
    /* border-radius:10px 13px 2px 3px; */
    right:0;
    bottom:0
}
.tooltip:before{
    background: #ddd;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    bottom: 6px;
}




#titulacion-error{
    position:relative;
    z-index:6;
    margin-top:-23px!important
}





/* select 2 */

body div .select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 5px;
    height: 38px;
    width:100%;
    margin-top:-8px;
    color:#666
}
body .select2-container--default .select2-results>.select2-results__options{
    max-height:300px
}
body .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered.error{
    color:#c2002f
}

body .select2-dropdown{
    margin-top:0
}
.select2.select2-container.select2-container--default{
    min-width:100%;
    max-width:100%
}

body .select2-container--default .select2-selection--single .select2-selection__arrow{
    right:0
}
body .select2-dropdown{
    z-index:999999
}

body .select2-search--dropdown .select2-search__field{
    margin-bottom:0
}
.select2-results__option.modalidad-presencial:first-child:before,.select2-results__option.modalidad-blended:before,.select2-results__option.modalidad-online:before{
    text-transform:uppercase;
    font-size:80%;
    letter-spacing:2px;
    background:#bbb;
    background:linear-gradient(93deg,rgba(187,187,187,0.5) 47%,rgba(255,255,255,0) 100%);
    color:#fff;
    content:'presencial';
    width:100%;
    display:block;
    margin:-10px 0 10px;
    padding:5px 10px;
    clear:both;
    float:right
}
.select2-results__option.modalidad-blended:before{
    content:'semipresencial'
}
.select2-results__option.modalidad-online:before{
    content:'a distancia'
}
.select2-results__option.modalidad-presencial.en:first-child:before{
    content:'classroom attendance'
}
.select2-results__option.modalidad-blended.en:before{
    content:'blended'
}
.select2-results__option.modalidad-online.en:before{
    content:'online'
}
.select2-results__option.modalidad-online ~ .select2-results__option.modalidad-online:before{
    display:none
}
.select2-results__option.modalidad-blended ~ .select2-results__option.modalidad-blended:before{
    display:none
}
#contact-container label.error#condiciones-error{
    margin-top:-5px
}
body .select2-container--default .select2-selection--single,#contact-container .contact-input{
    width:100%
}


input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1000px #fff inset!important
}
.contenidoPrincipal ol li.subopt,.select2-results li{
    margin:0;
    padding:10px 6px;
    ;font-size: 14px;
    box-sizing:border-box
}
.contenidoPrincipal ol li.subopt:nth-child(even),.select2-results ul li ul li:nth-child(even){
    background:#f9f9f9
}
.contenidoPrincipal .optgroups-true ol li.current{
    background:transparent
}
.contenidoPrincipal .optgroups-true ol li.subopt.current,.select2-results li.highlighted,body .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background:#e8e8e8
}
body .select2-container--default .select2-results__option--highlighted[aria-selected]{
    color:#c2002f
}
body .select2-container--default .select2-results__option--highlighted[aria-selected]:after{
    color:#000
}
strong.select2-results__group,.optgroups-true .subopt.first span{
    border-bottom:1px solid;
    display:block;
    content:'title';
    margin:-2px 0 16px -6px;
    padding:5px;
    background-color:#fff;
    padding-left:10px;
    color:#c2002f;
    cursor:text;
    font-style:italic;
    box-shadow:30px 8px 0 #fff,-30px 8px 0 #fff,30px -8px 0 #fff,-30px -8px 0 #fff
}
strong.select2-results__group{
    margin: 0 0 7px;
}
#ngc .online:after,#ngc .semipresencial:after,.select2-results__option.presencial:after,.select2-results__option.online:after,.select2-results__option.semipresencial:after,.select2-results__option.blended:after,.optgroups-true ol li.presencial:after,.optgroups-true ol li.online:after,.optgroups-true ol li.semipresencial:after,.optgroups-true ol li.blended:after{
    content:'Online';
    display:inline-block;
    font-size:82%;
    opacity:.9;
    border:1px solid #eee;
    border-radius:5px;
    padding:2px 5px;
    margin-left:8px
}
#ngc .online:after,#ngc .semipresencial:after{
    float:right;
    margin-top:-10px;
    background:#fff
}
.select2-results__option.presencial:after,.optgroups-true ol li.presencial:after{
    content:'Presencial'
}
#ngc .semipresencial:after,.select2-results__option.semipresencial:after,.select2-results__option.blended:after,.optgroups-true ol li.semipresencial:after,.optgroups-true ol li.blended:after{
    content:'Semipresencial'
}
#ngc .semipresencial.online:after{
    content:'Semipresencial - Online'
}
body.NBS .select2-results__group.en{
    display:none
}
body.contenedorEng .select2-results__option.es,body.contenedorEng .select2-results__group.es,body.en .select2-results__option.es,body.en .select2-results__group.es,body.en.NBS .select2-results__group.es,body.en .zelect ol li.es,body .select2-results__option.en,body .select2-results__group.en,.zelect ol li.en{
    display:none
}
body.contenedorEng .select2-results__option.en,body.contenedorEng .select2-results__group.en,body.en .select2-results__option.en,body.en .select2-results__group.en,body.en.NBS .select2-results__group.en,body.en .zelect ol li.en{
    display:block
}
.select2-results__option.en.presencial:after,.optgroups-true ol li.en.presencial:after{
    content:'On-Campus'
}
.select2-results__option.en.blended:after,.select2-results__option.en.semipresencial:after,.optgroups-true ol li.en.semipresencial:after,.optgroups-true ol li.en.blended:after{
    content:'Blended'
}


#select2-Emerge_provincia-results > .select2-results__option,
#select2-provincia-results > .select2-results__option{display: none!important;}

#select2-Emerge_provincia-results.EC > .select2-results__option.EC,
#select2-provincia-results.EC > .select2-results__option.EC,
#select2-Emerge_provincia-results.PE > .select2-results__option.PE,
#select2-provincia-results.PE > .select2-results__option.PE,
#select2-Emerge_provincia-results.CO > .select2-results__option.CO,
#select2-provincia-results.CO > .select2-results__option.CO,
#select2-Emerge_provincia-results.ES > .select2-results__option.ES,
#select2-provincia-results.ES > .select2-results__option.ES,
.soloEspana #select2-provincia-results > .select2-results__option
{display: block!important;}

#select2-Emerge_procedencia-results > .select2-results__option,
#select2-procedencia-results > .select2-results__option{display: none!important;}

#select2-Emerge_procedencia-results.ES > .select2-results__option.ES,
#select2-procedencia-results.ES > .select2-results__option.ES
{display: block!important;}

#select2-Emerge_convocatoriainteres-results > .select2-results__option,
#select2-convocatoriainteres-results > .select2-results__option{display: none!important;}

#select2-Emerge_convocatoriainteres-results.EC > .select2-results__option.EC,
#select2-convocatoriainteres-results.EC > .select2-results__option.EC,
#select2-Emerge_convocatoriainteres-results.PE > .select2-results__option.PE,
#select2-convocatoriainteres-results.PE > .select2-results__option.PE,
#select2-Emerge_convocatoriainteres-results.CO > .select2-results__option.CO,
#select2-convocatoriainteres-results.CO > .select2-results__option.CO
{display: block!important;}




.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}
.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}
.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.select2-container .select2-selection--single .select2-selection__clear{position:relative}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}
.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}
.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}
.select2-container .select2-search--inline{float:left}
.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}
.select2-dropdown{background-color:#fff;border:1px solid #ccc;border-radius:10px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}
.select2-results{display:block}
.select2-results__options{list-style:none;margin:0;padding:0}
.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}
.select2-results__option[aria-selected]{cursor:pointer}
.select2-container--open .select2-dropdown{left:0}
.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}
.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}
.select2-search--dropdown{display:block;padding:4px}
.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}
.select2-search--dropdown.select2-search--hide{display:none}
.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}
.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;position:absolute!important;width:1px!important;white-space:nowrap!important}
.select2-container--default .select2-selection--single{background-color:transparent;border:1px solid #ccc;border-radius:13px;height:45px}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}
.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:18%;right:11px;width:20px}
.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}
.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}
.select2-container--default .select2-selection--multiple{background-color:#fff;background-color:transparent;border:1px solid #aaa;border-radius:4px;cursor:text}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}
.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}
.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}
.select2-container--default.select2-container--focus .select2-selection--multiple{outline:0}
.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}
.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}
.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}
.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}
.select2-container--default .select2-results__option[role=group]{padding:0}
.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}
.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}
.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}













/*BREADCRUMB*/
.breadcrumb{
  background: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.breadcrumb a{/* color: #fff; */}

.breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before,.breadcrumb-item.active{color: #aaa}

/*TITULACIONES*/

.clear{clear: both;}

body.titulacion #ranking,
body.titulacion #team,
body.titulacion .cifras{
  z-index: 9999;
  box-shadow: 10px -35px 67px #fff;
}

section.main{
  background: #fff;
  position: relative;
  z-index: 8;
}

/*MENU*/
.nav.nav-pills#menuMaster{
  background: #eac357;
  background: #e6e4e4eb;
  z-index: 1;
}
.nav.nav-pills#menuSeccion{
    background: #ebe8e8e0;
    /* border-radius: 20px; */
}

.nav.nav-pills#menuMaster .nav-link{
  color: #2a2a2a;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 15px;
  font-size: 1.2em;
  font-size: 1.52vw;
  letter-spacing: 1px;
  font-family: 'ArialMTPro-Black', sans-serif;

}
.nav.nav-pills#menuSeccion .nav-link.active,
.nav.nav-pills#menuMaster .nav-link.active{
  color: #000;
  background: transparent;
  position: relative;
}

.nav.nav-pills#menuSeccion .nav-link.active:before,
.nav.nav-pills#menuMaster .nav-link.active:before{
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  border-right: 14px solid transparent;
  border-top: 14px solid transparent;
  border-left: 14px solid transparent;
  border-bottom: 14px solid #fff;
  left: 50%;
  margin-left: -19px;
}

#menuMasterContent{
  margin-right: 40px;
  padding-left: 40px;
}

#menuSeccion,#menuMaster{display: flex;position: sticky;top: 0;top: 56px;z-index: 999;}
#menuMaster{
  padding-right: 200px;

}

#menuSeccion li,
#menuMaster li{
  flex-grow:1;
  text-align: center;
}

#menuMaster li a{
  border-radius: 0
}

#menuMaster li a:hover{
  background: #fff;
}

.aligncenter,.alignCenter{text-align: center;}

.menuFlexible{display: flex;flex-wrap: wrap;align-content: center;justify-content: space-evenly;align-items: stretch;}
.menuFlexible .flex{
    flex-grow: 1;
    border-right: 4px solid #c2002f2e;
    color: #666;
    font-size: 0.85em;
    line-height: 1.4;
    /* max-width: 20%; */
}

a.flecha{
  text-align: left;
    border-bottom: 2px solid #ddd;
    border-top: 0;
    display: block;
    line-height: 1.25;
    margin: 0 11px;
    padding: 10px 15px;
}

.menuFlexible .flex a.flecha strong{border: 0}

.wCien{max-width: 100%}

.cuadroResumen .menuFlexible {justify-content: center;}
.cuadroResumen .menuFlexible .flex{padding: 1vh 2vw; max-width: 16vw;}

.menuFlexible .flex:first-child{border-left: 4px solid #c2002f2e;}

.menuFlexible .flex strong{
  font-size: 1.1em;
  color:#eac357;
  color:#cb9600;
  color: #555;
  border-bottom: 3px solid #31313126;
  padding: 10px 5px;
  margin: 10px 0;
  font-family: 'ArialMTPro-Black', sans-serif;
}

.menuFlexible .flex a{color: #666;}

div.cuadroResumen  { 
  width: 100%;
  float: left;

}

div.cuadroResumen strong {
    color: #000;
    display: block;
    font-weight: 700;
}

div.cuadroResumen .menuFlexible strong {
    letter-spacing: 1px;
    /* padding: 7px 31px; */
}

div.cuadroResumen h2,div.cuadroResumen .title{
  font-weight: 700;
  font-size: 2.3em;
  line-height: 1.2;
  margin: 40px 0;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

div.cuadroResumen .grid_7,
div.cuadroResumen .grid_6,
div.cuadroResumen .grid_8{
  width: 29%;
  margin: 0 1%;
  padding: 0 1%;
  float: left;
}

div.cuadroResumen p a, div.cuadroResumen a.icono{
    display: block;
    border-bottom: 1px solid #ddd;
    margin: 5px 0;
    line-height: 1.05;
    padding: 5px 0;
}

div.menuPrograma.menuFlexible a {
  font-size: 1.1em;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* CONTENIDO DESPLEGABLE*/
.botonAbrirDesplegable{cursor: pointer;}
.contenidoDesplegable{display: none;}

/* LEER MAS */


a.leer_mas,a.leer_menos{
  color: transparent;
  border-bottom: 3px solid #eac357;
  width: 100%;
  display: block;
  margin-bottom: 60px;
}

.botonAbrirDesplegable:after,a.leer_mas:before,a.leer_menos:before{
  content:'+';
  right: 0;
  font-size: 2em;
  color: #919191;
  font-weight: 700;
  margin-top: 11px;
  background: #fff;
  position: absolute;
  padding: 5px 13px;
}

.cajaGrey .botonAbrirDesplegable:after,.cajaGrey a.leer_mas:before,.cajaGrey a.leer_menos:before{ background: #f1f1f1}


.cuadroResumen .botonAbrirDesplegable:after{
  font-size:1em;
  margin-top:7px;
}

.diferenciales .diferencial a.botonCerrar:after,
.botonAbrirDesplegable.botonCerrar:after,a.leer_menos:before{
  content:'-';
  line-height: 0;
  color: #c2002f;
}

div.mas{display:  none;}

div.cuadroResumen a.leer_mas{
  border-bottom: 0;
  margin-top: -36px;
}

div.cuadroResumen a.leer_mas:before{
  right: 374px;
    padding-top: 15px;
}

body.titulacion .grid_11.text-right{
  text-align: left!important;
}


/*DIFERENCIALES E ICONOS */

.diferenciales {
  display: flex;
  margin: 4rem 0;
}

.diferenciales .diferencial{
  display: flex;
  flex-grow:1;
  max-width: 33%;
  position: relative;
flex-direction: column;}

.diferenciales .diferencial a{
  text-align: center;
  border-bottom: 5px solid #c2002f4f;
  position: relative;
  width: 100%;
  font-size: 1.5em;
  padding: 120px 15px 30px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 246px;
  font-family: 'ArialMTPro-Cond', sans-serif;
  font-weight: 700;
}
.diferenciales .diferencial a h3{
  color:#c10534;
  margin: 0;
}
.diferenciales .diferencial a.botonCerrar h3,
.diferenciales .diferencial a h3:hover{color:black;}

.diferenciales .diferencial a:after{
   font-size: 3.3em;
    height: 20px;
    line-height: 26px;
    bottom: -7px;
    left: 50%;
    margin-left: -27px;
    color: #a2a2a2;
}

.diferenciales .diferencial a:before{
      left: 50%;
    position: absolute;
    margin-left: -50px;
    top: 0;
    filter: grayscale(1);
}
.diferenciales .diferencial a:hover:before{
  filter: hue-rotate(-52deg) grayscale(0.4);
}

.diferenciales .diferencial a.botonCerrar{
  /* padding-bottom: 350px; */
}

.diferenciales .diferencial div.contenidoDesplegable{
  background: rgb(221, 221, 221);
    padding: 10px 25px;
    margin: 16px 0;
    font-size: 0.8em;
    width: 100%;
    min-width: 100%;
    position: relative;
    top: 0px;
    margin-bottom: 110px;/* left: -57%; */
    text-align: center;
}

.diferenciales .diferencial p{
  line-height: 1.5}

.diferencial .practicas:before,
.diferencial .online:before,
.diferencial .empleo:before,
.diferencial .internacional:before,
.diferencial .titulado:before,
.diferencial .profesora:before{
  content: url(/business-school/assets/img/icons/profesora.png);
  width: 100px;
  height: 100px;
  display: block;
}

.diferencial .internacional:before{ content: url(/business-school/assets/img/icons/internacional.png);}
.diferencial .titulado:before{ content: url(/business-school/assets/img/icons/titulado.png);}
.diferencial .practicas:before{ content: url(/business-school/assets/img/icons/practicas.png);}
.diferencial .online:before{ content: url(/business-school/assets/img/icons/online.png);}
.diferencial .empleo:before{ content: url(/business-school/assets/img/icons/empleo.png);}
.diferencial .cifra:before{content:'98%';font-size: 80px;margin-left: -60px}

#programa p.aligncenter {
  text-align: left;
    font-family: 'ArialMTPro-cond', sans-serif;
    color: #666;
}
#programa p.aligncenter strong{
  color: #000;
    font-size: 110%;
    margin: 6px 0;
    display: block;
}

#programa .grid_11{
  width: 45%;
      margin: 0 2%;
  float: left;
}

#programa .botonAbrirDesplegable {
    font-size: 170%;
    border-bottom: 2px solid;
    position: relative;
    margin-bottom: 30px;
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 15px;
}
#programa .botonAbrirDesplegable.mini {
  font-size: 120%;
  margin-bottom: 5px;
  margin-top: 0px;
  border-color:#ccc;
  padding-bottom: 5px;
  padding-top: 0px;
}

#programa .botonAbrirDesplegable.mini+.contenidoDesplegable{
font-size: 85%;
padding-bottom: 20px;
}


#programa .botonAbrirDesplegable:after{
      right: 0px;
      bottom: -23px;
      font-size: 2em;
}
#programa .botonAbrirDesplegable.botonCerrar:after{
bottom: 15px;
}
#programa .botonAbrirDesplegable.mini:after{
      bottom: -5px;
      font-size: 1.4em;
}


#programa .botonAbrirDesplegable span,
#programa .botonAbrirDesplegable .floatright {
  font-size: 73%;
  opacity: 0.5;
  display: block;
  margin-top: 8px;
}

#programa ul li{
  display: block;
  padding: 12px  22px;
  border-left: 4px solid #c2002f6b;
  margin: 17px 10px;
}
#programa ul li ul li{border-left-color: #33333333}
#programa ul li ul li ul li{border: 0}

#programa ul li.titulo{border-color:transparent;font-size: 1em}
#programa ul li.azul{border-color:#587fa3;}
#programa ul li.verde{border-color:#76a572;}
#programa ul li.amarillo{border-color:#eac357;}
#programa ul li.marron{border-color:#89443d;}
#programa ul li.negro{border-color:#333333;}
#programa ul li.gris{border-color:#a8a8a8;}


#programa #calidad .botonAbrirDesplegable {
    font-size: 100%;
    margin-bottom: 0;
}

#empleabilidad ul li{
  background: #f9f9f9;
  font-size: 1.1em;
}


body.seccion .no-seccion{display: none;}

.cajaGrey{
  padding: 30px 40px;
  background: #f1f1f1;
}

.cajaGrey h2, .cajaGrey h3{
  margin: 20px 0;
}

.lineaDerecha{border-right: 1px solid #ddd }

.floatleft{float: left;}

img.floatleft{margin: 0 15px 15px 0;}


.miniInfo{
position: relative;
z-index: 2;
width: auto;
float: right;
margin-right: 30px;
margin-top: 3px;
}

.miniInformate{
  border-radius: 0;
  background: #0000005e;
  border: 3px solid #c2002f;
  color: #fff;
}



@media (max-width: 991px) {
  .slicknav_menu .nav-item{font-family: 'ArialMTPro-Black', sans-serif}
  .slicknav_nav li.miniListInfo{display: none;}
  .miniInfo{margin-top: -3px}
  .miniInformate{padding: 5px 18px}
}

@media (max-width: 480px) {
.miniInformate {font-size: 13px;
        padding: 5px 7px;
  }
}

#profesores .secundarios a{
  width: 25%;
  transition:0.3s 0.3s ease color;
}
#profesores .secundarios img{
  width:60px;
  transition:0.5s ease filter;
}
#profesores .secundarios img.fotografiado{
  filter: saturate(0)  brightness(0.5);
}
#profesores .secundarios :hover img.fotografiado{
  filter: saturate(1)  brightness(1);
}

/*MEDIAQUERIES */
@media (max-width: 1700px) {
  html, body {
    font-size: 20px;
  }  
}


@media (max-width: 1300px) {

  html, body {
    font-size: 18px;
  }
  #cabecera .textos .titulo.mini{font-size:4vw;}
  #cabecera img{
      width: auto;
      height: 638px;
      margin-left: -6%;
  }

}

@media (min-width: 1199px) {

  .titulacion #cabecera .miniForm{
    padding-bottom: 20px;
  }

  .nav.nav-pills#menuMaster .nav-link{
    font-size: 1.32vw;
    letter-spacing: 2px;
  }


  #menuMaster{
    /* padding-right: 440px; */
    padding-left: 5%;
  }


  #profesor .iniciales {font-size: 155px;}


}

@media (min-width: 1499px) {

  div.container{
    max-width: 1450px;
    margin: 0 auto;
  }
  
  
  
  body .breadcrumb{
    padding-left: 15%;
    margin-bottom: 0;
  }

  body #menuMaster{
    padding-left: 12%;
  }
  
  body #menuMasterContent{
    /* margin-left: 12%; */
    max-width: 1450px;
    margin: 0 auto;
  }

  .diferenciales .diferencial a.botonCerrar {
      /* padding-bottom: 250px; */
  }

  .nav.nav-pills#menuMaster .nav-link {
      font-size: 1.1vw;
      letter-spacing: 2px;
  }


}

@media (min-width: 1699px) {

  div.container{
    max-width: 1650px;
    margin: 0 auto;
  }
  
  body .breadcrumb{
    padding-left: 17%;
  }

  body #menuMaster{
    padding-left: 15%;
  }
  
  body #menuMasterContent{
    /* margin-left: 15%; */
    max-width: 1650px;
    margin: 0 auto;
  }



}

@media (min-width: 1899px) {

  div.container{
    max-width: 1850px;
    margin: 0 auto;
  }
}




@media (max-width: 999px) {

  #cabecera .textos{
    left: 5%;
  }
  #cabecera iframe {
    width: 315px;
    height: 408px;
  }
  #cabecera .form{
    width: 300px;
    height: 400px;
  }
  .titulacion #cabecera .miniForm{
    width: 330px;
  }
  .miniForm .btn.becas {
      margin-top: -926px;
  }
  #menuMaster{
    /* padding-right: 300px; */
  }
  #menuMasterContent {
    /* margin-right: 320px; */
    padding-left: 20px;
  }
  .menuFlexible .flex{
    /* max-width: 200px; */
    font-size: 85%;
    line-height: 1.4;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .cuadroResumen .menuFlexible .flex{
    min-width: 28vw;
  }

  div.cuadroResumen a.leer_mas:before {
    right: 294px;
  }

  #profesores .secundarios a{width: 33%;}
}


@media (max-width: 991px) {
  .top-nav-collapse.navbar::before {
    width: 105%;
    left: 0%;
    height: 198px;
    /*transform: rotate(-8deg) skew(26deg, 181.5deg);*/
    top: -137px;
  }
  #cabecera img{
      margin-left: -38%;
  }
}

@media (max-width: 799px) {

      html, body {
        font-size: 16px;
    }

  #cabecera .form {
    height: 530px;
    position: relative;
    top: -80px;
    width: 100%;
    background: transparent;
  }
  .titulacion #cabecera .miniForm{
    height: auto;
    position: relative;
    width: 100%;
  }
  .miniForm .btn.becas {
    margin-top: -762px;
  }
  #cabecera iframe {
    width: 100%;
    height: 530px;
    margin-top: 0;
    position: relative;
  }
  #cabecera .form .fondo {
        top: -90%;
    height: 450px;
  }
  .btn.becas {margin-top: -905px;}

  #cabecera .textos {
    width: 92%;
    /* top: 150px; */
  }
  
  .titulacion #cabecera img{
    min-height: 0;
  }
  .titulacion #cabecera .textos{
    top: 200px;
  }
  #cabecera .textos .titulo {       font-size: 6.2vw;}
  #cabecera .textos .titulo.mini {       font-size: 5.2vw;}
  #cabecera .textos .subtitulo {     font-size: 3vw;}
  #cabecera .textos .subtitulo.mini {     font-size: 2.5vw;}

  
  .titulacion #cabecera + nav{position: relative;z-index: 2}

  .titulacion .breadcrumb .breadcrumb-item{    max-width: 86%;}
  #menuMaster {
    padding-right: 0;
  }
  #menuMasterContent {
    margin-right: 0px;
  }
  div.cuadroResumen a.leer_mas:before {
    right: -9px;
  }
  .nav.nav-pills#menuMaster .nav-link{
    font-size: 2.3vw;
    padding: 30px 0;
  }

  #profesor .iniciales{
    margin-top: -100px
  }

}



@media (max-width: 599px) {

  html, body {
        font-size: 14px;
    }
  
  .navbar {
     padding: 0 0.4rem 0 1rem;
     min-width: 269px;
  }

  .navbar-brand img.logoBig {display: none}
  .navbar-brand img.logoMini {display: block}

  .navbar-brand {
    width: 75px;
    position: absolute;
    right: 15px;
  }
  .miniInfo{
    margin-right: 120px;
  }

  .prenav {
    line-height: 21px;
    letter-spacing: 2px;
    margin-bottom: 0px;
    width: 100%;
        background: #333;
  }

  .prenav::before {
    width: 122%;
    left: -47px;
    height: 62px;
  }

  .navbar.prenav.container{
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0px;
  }

  .navbar.prenav.container ul.nav{
    float: right;
    display: block;
  }
  .navbar.prenav.container ul.nav:first-child{float: left;}

  .navbar.prenav.container ul.nav li{
      display: block;
      float: right;
  }

  .navbar.prenav.container ul.nav:first-child li{
      display: block;
      float: left;
      width: 49%;
  }
  .prenav .nav-link {
      display: block;
      padding: 0.58rem 0.6rem;
  }

  /*TITULACION*/
  
  #cabecera .textos {
    width: 90%;
    bottom: 30px;
  }
  .titulacion #cabecera .textos{
    top: 115px;
  }
  #cabecera .textos .titulo {
      font-size: 7vw;
  }
  #cabecera .textos .titulo.mini {
      font-size: 6vw;
  }
  #cabecera .textos .subtitulo {
      font-size: 18px;
      padding: 5px 10px;
  }
  #cabecera .textos p {
      font-size: 16px;
      line-height: 1.1;
  }
  #cabecera .textos .subtitulo.mini {
      font-size: 4vw;
  }
  #cabecera img {
    height: 400px;
    width: auto;
    margin-left: -35%;
    }
  .titulacion #home>section{padding-top: 35px;}
  .nav.nav-pills#menuMaster .nav-link {
    font-size: 3vw;
    letter-spacing: inherit;
  }
    #menuMasterContent {
      margin-right: 20px;
  }
  .menuFlexible {
    display: block;
  }
  .menuFlexible .flex{
    max-width: 100%;
    display: flex;
    border: 0!important;
    border-bottom: 2px solid #c2002f2e!important;
    justify-content: center;
    }
   .menuFlexible .flex strong{border:0;margin: 0;}
  .titulacion .cuadroResumen .mas div{
    width: 100%;
  }

  .cuadroResumen .menuFlexible{
    display: flex;
  }

  .cuadroResumen .menuFlexible .flex{
    min-width: 40vw;
  }

  .diferenciales{display: block;}

  .diferenciales .diferencial{
    display: block;
    max-width: 100%;
        padding: 20px 0px;
  }
  .diferenciales .diferencial div.contenidoDesplegable{
        /* top: 190px; */
  }
  .diferenciales .diferencial a.botonCerrar {
    /* padding-bottom: 220px; */
  }

  .lineaTiempo .periodo{
    max-width: 100%;
        width: 100%;
        margin: 0;
        flex-direction: row;
            flex-wrap: nowrap;
            padding: 0;
  }

  .periodo p{
    margin-left: 15px;
  }
  .periodo i{
    border-radius: 0;
    background: #ffffffaa;
  }

  #profesores .secundarios a{width: 50%;}
}
@media (max-width: 455px) {
  #cabecera .form{height: 530px;}
  #cabecera iframe {
    height: 530px;
    }
}

@media (max-width: 416px) {
  #cabecera .form{height: 480px;}
  #cabecera iframe {
    height: 430px;
    }
}

@media (max-width: 350px) {
  .top-nav-collapse .slicknav_btn.slicknav_collapsed{
    margin-left: 5px;
  }
}

@media (max-width: 249px) {
  body{overflow-x:visible }
}


.card{
  border: 0;
  border-radius: 0;
  box-shadow: -3px 0 #ccc, inset 0 3px 0 #ccc;
}

.card, .card-body, .iniciales{
  padding: 0.6rem;
}

.card-img{border-radius: 0}

.card-title{
  margin: 0.9rem 0;
  font-weight: 700;
  line-height: 1.1;
}

.card-title:hover{color:#c2002f}

.card-text{
    font-weight: 300;
    font-family: 'ArialMTPro', sans-serif;
    margin: 0 0 5px 0px;
    padding: 5px;
    font-size: 0.95em;
    line-height: 1.2;
    border-bottom: 1px solid #eee;
}

.iniciales {
   color: #fff;
   text-align: center;
   font-size: 76px;
   font-weight: bold;
   position: relative;
}
.iniciales img{
  background-color: #ac002a;
  background: linear-gradient(to right,rgba(138,8,41,1) 0%,rgba(194,0,49,1) 100%);
}
.iniciales span{
      position: absolute;
      width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    font-size: 15vw;
    opacity: 0.3;
    cursor: none;
}
.iniciales span:hover{opacity: 0.6}

@media (max-width: 480px) {
  .iniciales {
    font-size: 58px;
  }
}

@media (max-width: 350px) {
  .iniciales {
    font-size: 22px;
  }
  .navbar-brand {width: 40px}

  .navbar-brand img.logoMini{
    min-width: 0;
    width: 50px;
  }
  .miniInfo {margin-right: 95px;}

}

@media (max-height: 550px) and (min-width: 800px) {
  .navbar .navbar-brand img.logoBig{display: none}
  .navbar .navbar-brand img.logoMini{display: block;max-width: 90px;min-width: 0;}
}


.infografia{
  justify-content: space-evenly;
}
.infografia>div{
  display: flex;
  flex-grow:1;
}
.infografia>div:before{
    content: '';
    width: 3px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: -3px;
    top: calc(50% - 25px);

}
.infografia>div:after{
  border-right: 3px solid;
  border-top: 3px solid;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background: transparent;
  margin-top: -9px;
  position: absolute;
  transform: rotate(45deg);
  left: -15px;
  top: 50%;
  border-color: #c2002f7d;
}


@media (min-width: 576px){
.container, .container-sm {
    max-width: none;
}
}






/*
.tab-content>.tab-pane,
.tab-pane.fade{
  opacity:1!important;
  display:block!important;
}*/