@charset "UTF-8";




body {
    font-family: ArialMT, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #222
}

strong {
    font-weight: 700
}


::-moz-selection {
    color: #fff;
    background: #bababa
}

::selection {
    color: #fff;
    background: #bababa
}

.white {
    color: #fff
}

a.white:hover{
    color: #8e8e8e;
}

.bg-white {
    background-color: #fff
}

.bg-black{
    background-color: #333333;
}
.color-nebrija {
    color: #c2002f
}

.bg-color-nebrija {
    background-color: #c2002f
}

.color-nebrija:hover {
    color: #212121;
}

button.bg-color-nebrija:hover, a.bg-color-nebrija:hover {
    background-color: #212121;
}

.bg-grey-opacity {
    background-color: #f0f0f0;
}

.color-fluor {
    color: #FF425E;
}

.bg-color-fluor {
    background-color: #FF425E
}

.bg-color-fluor-opacity{
    background-color: rgba(255, 66, 94, 0.1);
}

a.color-fluor:hover, button.color-fluor:hover {
    color: #120c64;
}

a.bg-color-fluor:hover, button.bg-color-fluor:hover {
    background-color: #120c64
}

.color-darkblue {
    color: #120c64;
}

.bg-color-darkblue {
    background-color: #120c64;
}

.color-educacion {
    color: #73b4df
}

.bg-educacion {
    background-color: #73b4df
}

.bg-educacion-opacity {
    background-color: rgba(115, 180, 223, 0.2)
}

.color-comunicacion {
    color: #4e748b
}

.bg-comunicacion {
    background-color: #4e748b
}

.bg-comunicacion-opacity {
    background-color: rgba(78, 116, 139, 0.2)
}

.color-sociales {
    color: #da8830
}

.bg-sociales {
    background-color: #da8830
}

.bg-sociales-opacity {
    background-color: rgba(218, 136, 48, 0.1)
}

.color-politecnica {
    color: #95492e
}

.bg-politecnica {
    background-color: #95492e
}

.bg-politecnica-opacity {
    background-color: rgba(149, 73, 46, 0.1)
}

.color-salud {
    color: #5db6b1
}

.bg-salud {
    background-color: #5db6b1
}

.bg-salud-opacity {
    background-color: rgba(93, 182, 177, 0.2)
}


.bg-white1 {
    background-color: #fff;
    color: #212121 !important;
}

.bg-white1:hover {
    background-color: #c2002f;
    color: #212121 !important;
}

.bg-white2 {
    background-color: #fff;
    color: #212121 !important;
}

.bg-white2:hover {
    background-color: #FF425E;
    color: #fff;
}

.border-salud{
    border: 1px solid #5db6b1;
}


h2 {
    font-size: 24px;
    line-height: 27px;
    margin-top:20px;
    margin-bottom: 20px;
    font-family: ArialMTProBoldCondensed, sans-serif;
    text-transform: uppercase;
}

h2.titu-section {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
}

h3 {
    font-size: 23px;
    line-height: 27px;
    font-weight: 600
}

p {
    font-size: 16px;
    line-height: 1.4em
}

a {
    transition: all ease .5s;
    color:#ffffff;
}

p.asterisco{
    font-size: 13px;
    padding-top: 10px;
}

.tag {
    border-radius: 20px;
    padding: 5px 15px;
    text-transform: uppercase;
    line-height: 0;
    font-size: 13px;

}

span.bg-color-nebrija:hover{
        background-color: #c2002f;
} 

.nebrija-tag {
    background-color: #C2002F;
    border-radius: 20px;
    padding: 7px 15px 6px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 10px;
    line-height: 35px;
    white-space: nowrap;
    border:3px solid #C2002F;
}

.nebrija-tag:hover {
    text-decoration: none;
    color: #C2002F;
    background-color: #ffffff;
    border:3px solid #C2002F;
}

.nebrija-tag-marca {
    background-color: #120C64;
    color: #FFFFFF;
    border:3px solid #120C64;
}

.nebrija-tag-marca:hover {
    text-decoration: none;
    color: #120C64;
    background-color: #FFFFFF;
    border:3px solid #120C64;
}

section {
    margin-bottom: 120px;
    margin-top: 100px
}

.logo-abogacia{
	max-width: 290px; 
	width: 100%;
}

.content-logo{
    margin-left: 15px;
    margin-right: 30px;
}

header {
    padding: 0px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    transition: height .3s;
    height: auto;
}

header .cta img {
    float: left;
    margin-right: 13px;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s
}

.tel-header{
    background: #C2002F;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 10px 30px;
    -webkit-box-shadow: 15px 15px 0 0px #ededed;
    box-shadow: 15px 15px 0 0px #ededed;
}

.tel-header a {
    font-family: ArialMTProBoldCondensed;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
}

.tel-header .tel{
    font-size: 25px;
    line-height: 23px;    

}

.phoneDivClick.tel:hover {
    color: #afafaf;
    text-decoration: none;
}

nav.navbar {
    padding: 0 30px 0 0;
}

nav .container-fluid{
    padding: 10px;
    border-bottom-right-radius: 10px;
}

nav .navbar-collapse{
    justify-content: flex-end;
    padding-right: 15px;
}

nav ul li a{
    text-transform: uppercase;
    margin-left: 15px;
    font-size: 13px;
    color:#ffffff;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.content-button-header{
    order:1;
}
nav ul li a:hover{
    color: #8e8e8e;
}

nav ul li{
    position: relative;
    display: flex;
    align-items: center;
}

nav ul li:not(:first-child):after{
    content:'|';
    position: absolute;
    left: 5px;
    top: 6px;
}

.header-lines-titulacion {
    margin-top: -250px;
}

.header-lines-titulacion img {
    width: 100%;
}

.header-lines img {
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 2;
}

.btn-mobile-form {
    display: none
}

.btn-mobile-tlf {
    display: none
}

a.button-default:hover {
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
    transition: all ease .5s
}

a.boton-jpa {
    background: transparent ;
    border: 3px solid #C2002F;
    color:#C2002F;
}

a.boton-jpa img{
    margin-right: 10px;
}

a.boton-jpa:hover {
    text-decoration: none;
    color: #ffffff !important;
    background-color: #333 ;
    border: 3px solid #333;
}

.boton-jpa-bgneon{
    background: transparent;
    border: 3px solid #fff;
}

.boton-jpa-bgneon:hover{
    text-decoration: none;
    color: #fff;
    background-color: #212121;
    border: 3px solid #212121;
}

.formulario.nebrija-shadow::before{
    background-color: #c2002f;
}

.tel-form {
    padding: 25px 15px 20px 15px;
    text-align: center;
    font-size: 30px;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    font-family: ArialMTProBoldCondensed, sans-serif;
    text-transform: uppercase;
    background-color: #c2002f;
}

.tel-form a:hover {
    text-decoration: none;
}

.tel-form a, .tel-form a:focus, .tel-form a:hover, .tel-form a:visited, .tel-form a:active {
color: #ffffff !important;
}

a[href^="tel"] { color: inherit;  text-decoration: none; }

form {
        padding: 25px;
    background-color: #fff;
    border-radius: 10px;
}

input {
    outline: 0;
    width: 49%;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #535353;
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 16px;
    color: #535353 !important;
    font-size: 16px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

input:focus {
    background-color: #fafafa;
    border-bottom: 1px solid #535353
}

::-webkit-input-placeholder {
    color: #535353
}

:-moz-placeholder {
    color: #535353;
    opacity: .8
}

::-moz-placeholder {
    color: #535353;
    opacity: .8
}

:-ms-input-placeholder {
    color: #535353;
    opacity: .8
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    outline: 0;
    width: 49% !important;
    margin-bottom: 16px
}

.checkbox {
    display: block;
    width: 100%
}

.obligatorios {
    color:#ACACAC;
    font-size: 11px;
}
/**/


input[type="checkbox"] {
    visibility:hidden;
    position:relative;
    font:inherit;
    color:inherit;
    cursor:pointer;
    width: inherit !important;
    margin: 0 17px 0 6px;
}
  
input[type="checkbox"]:before,
input[type="checkbox"]:after {
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    visibility:visible;
    width:25px;
    height:25px;
    box-sizing:border-box;
}

input[type="checkbox"]:before {
    border:4px solid #f0f0f0;
    transition:border 0.1s ease-out;
}
      
input[type="checkbox"].ckeckboxForm:before {border-color:#c2002f;}
  
  
input[type="checkbox"]:checked:before {border-width:0.75em;}
     

input[type="checkbox"]:after {
      content:url(../img/check.svg);
      text-align:center;
      line-height:0.9em;
      font-weight:bolder;
      overflow:hidden;
      opacity:0;
      transition:opacity 0.1s ease-in;
      padding: 5px;
}

input[type="checkbox"]:checked:after {opacity:1;}
      

/**/
button.boton_form {
    border-radius: 50px;
    padding: 10px 35px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    margin: 20px auto;
    border: none;
    outline: 0;
    border: 3px solid #c2002f;
    transition: all ease .5s;
}

button.boton_form:hover {
    cursor: pointer;
    text-decoration: none;
    color: #c2002f !important;
    border: 3px solid #c2002f;
    background-color: #fff;

}


/* inicio */

.first-section-full-width{
    max-width: 1600px;
    padding-left: 40px;
    padding-right: 40px;
}

.inicio {
    padding: 30px 0;
}

.inicio-marca h1{
    color: #222222;
}

.content-header{
    max-width: 460px;
}

.content-form{
    display: flex;
    justify-content:center;
}

/* SKEW EFFECT */

.img-destacada{
    background: url(../img/img-destacado.jpg) no-repeat center/cover;
}
.img-ven-conocernos{
    background: url(../img/ven-conocernos.jpg) no-repeat center/cover;
}

.skew-img {
    width: 100%;
    height: 100%;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 32px) 100%, 0% 100%);
    position: absolute;
    left: 0;
    top: -50px;
}

.skew-gradient{
    margin: 190px 0 120px 0;
        
    background: rgb(255,255,255);
background: linear-gradient(96deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 23%, rgba(238,238,238,1) 23%, rgba(238,238,238,1) 100%);
}

.skew-text{
    padding-top: 70px;
    padding-bottom: 70px;
}


/* RANKINGS - NEBRIJA EN NÚMEROS */

sup {
    top: -15px;
}

.nebrija-numeros{
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/bg-ranking.jpg);
    padding-top:40px;
    padding-bottom: 35px;
   
}

.nebrija-numeros .dato-nebrija{
    font-size: 60px;
    position: relative;
    display: flex;
    justify-content: center;
}

.nebrija-numeros .dato-ranking::before{
    position:absolute;
    content:'';
    background-color: #fff;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    width: 190px;
    padding: 10px;
    height: 110px;
    left: -10px;
    top: 2px;
}
.ranking h2{
    margin-bottom: 90px;
}
.ranking h4{
    font-family: ArialMTProBoldCondensed;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 20px;
}
.ranking .dato-ranking{
    font-size: 70px;
    line-height: 24px;
    margin-left: 10px;
    position: relative;
    font-family: ArialMTProBoldCondensed;
    display: block;
    margin-bottom: 35px;
}

.animacion-ranking{
    opacity:0;
   animation: fadeInTop ease-out 1s;
   animation-fill-mode: forwards;
}

@keyframes fadeInTop{
    0%{
        opacity: 0;
        top: 140px;
    }
    100%{
        opacity: 1;
        top:0;
    }
}

.animacion-ranking-delay-1{
    animation-delay:500ms;
}

.animacion-ranking-delay-2{
    animation-delay:1000ms;
}

.animacion-ranking-delay-3{
    animation-delay:1500ms;
}


/* FACULTADES */

.todas-facultades .col-md-6{
    margin-bottom: 30px;
}

.todas-facultades{
    margin-top:30px;
}

.content-facultad {
    height: 100%;
    padding: 25px;
    border-radius: 5px;
    position: relative;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-facultad p {
    margin-bottom: 30px;
}

.content-facultad h3, .content-oferta h3, .dobles-grados h3 {
    font-family: ArialMTProBoldCondensed, sans-serif;
    text-transform: uppercase;
    margin-top: 30px;
}

.no-link a{
    pointer-events: none;
    cursor: default;
}

.content-oferta h3{
    font-size: 18px;
}

.content-facultad .accordion-content a:hover{
	color: #222;
	text-decoration: none;
}

.card-button-content a {
    text-decoration: none;
    font-family: ArialMTProBoldCondensed, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.color-educacion a span {
    position: relative
}

.color-educacion a {
    color: #73b4df;
}

.color-educacion a span::before {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #73b4df;
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform .3s ease-in-out
}

.color-educacion a span:hover::before {
    transform: scaleX(0);
    transform-origin: bottom right
}


.color-comunicacion a {
    color: #4e748b;
}

.color-comunicacion a span {
    position: relative
}

.color-comunicacion a span::before {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4e748b;
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform .3s ease-in-out
}

.color-comunicacion a span:hover::before {
    transform: scaleX(0);
    transform-origin: bottom right
}


.color-sociales a {
    color: #da8830;
}

.color-sociales a span {
    position: relative
}

.color-sociales a span::before {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #da8830;
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform .3s ease-in-out
}

.color-sociales a span:hover::before {
    transform: scaleX(0);
    transform-origin: bottom right
}

.color-politecnica a {
    color: #95492e;
}


.color-politecnica a span {
    position: relative
}

.color-politecnica a span::before {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #95492e;
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform .3s ease-in-out
}

.color-politecnica a span:hover::before {
    transform: scaleX(0);
    transform-origin: bottom right
}

.color-salud a {
    color: #5db6b1;
}


.color-salud a span {
    position: relative
}

.color-salud a span::before {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #5db6b1;
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform .3s ease-in-out
}

.color-salud a span:hover::before {
    transform: scaleX(0);
    transform-origin: bottom right
}


.color-nebrija a {
    color: #c2002f
}

.color-nebrija a span {
    position: relative
}


.color-nebrija a span::before {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #c2002f;
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform .3s ease-in-out
}

.color-nebrija a span:hover::before {
    transform: scaleX(0);
    transform-origin: bottom right
}

.color-fluor a{
    color: #FF425E;
}

.color-fluor a span {
    position: relative
}

.color-fluor a span::before {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FF425E;
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform .3s ease-in-out
}

.color-fluor a span:hover::before {
    transform: scaleX(0);
    transform-origin: bottom right
}

.color-fluor a span {
    position: relative
}

.color-fluor a span::before {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FF425E;
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform .3s ease-in-out
}

.color-fluor a span:hover::before {
    transform: scaleX(0);
    transform-origin: bottom right
}


.color-darkblue{
    color:#0C0466;
}
.no-hover-blue:hover {
    color: #FF425E;
}



/* POP UP OFERTA ACADÉMICA */


.content-oferta{
    max-width: 1000px !important;
    width: 100%;
    padding: 30px;
}

.content-oferta h2{
    margin: 20px 0 0 0;
}

.content-oferta .lista-objetivos a{
    font-family: ArialMTProBoldCondensed, sans-serif;
    font-size: 18px;
    line-height: 23px;
} 

.content-oferta .lista-objetivos a:hover{
    text-decoration: none;
    color:#333333;
}

.content-oferta .fancybox-button{
    background-color: white !important;
}

.content-oferta .lista-objetivos li:before{
    border-width: 0 3px 3px 0;
    width: 8px;
    height: 13px;
}

.content-oferta .lista-objetivos li {
    padding-bottom: 5px;
    display: flex;
}



/* OBJETIVOS */

.lista-objetivos li {
    padding-bottom: 15px;
    list-style-type: none;
    position: relative;
    display: inline-block;
}

.lista-objetivos li:before {
    border: solid;
    border-width: 0 2px 2px 0;
    width: 10px;
    height: 20px;
    position: absolute;
    left: -25px;
    content: "";
    transform: rotate(45deg);
}

li.check-educacion:before {
    border-color: #73b4df;

}

li.check-nebrija:before {
    border-color: #c2002f;

}

li.check-sociales:before {
    border-color: #da8830;

}

li.check-fluor:before {
    border-color: #FF425E;

}

li.check-comunicacion:before {
    border-color: #4e748b;

}

li.check-politecnica:before {
    border-color: #95492e;

}

li.check-salud:before {
    border-color: #5db6b1;

}

/* PLAN ESTUDIOS */

.plan-estudios h2 {
    margin-bottom: 20px;
}

.panel-group {
    margin-top: 25px;
}

.panel-title > a,
.plan-estudios h2 .panel-title > a:active {
    display: block;
    padding: 20px 15px 15px 15px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-family: ArialMTProBoldCondensed, sans-serif;
}

.panel-heading a:before {
    border: solid;
    border-width: 0 2px 2px 0;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 40px;
    margin-top: 0px;
    content: "";
    transform: rotate(45deg);

}

.panel-heading.active a:before {
    transform: rotate(225deg);
    margin-top: 5px;
}

.snj-panel .panel {
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.snj-panel .panel-heading {
    background: none;
    border: none;
    border-radius: 0;
}

.snj-panel .panel + .panel {
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.snj-panel .panel-title a {
    display: block;
    text-decoration: none;
        margin-right: 20px;
}

.panel-body {
    padding: 0px 15px 15px 15px;
}

.panel-body p {
    font-family: ArialMTProBoldCondensed, sans-serif;
    font-size: 18px;
    border-bottom: 1px solid;
    padding-top: 15px;
}

.panel-body ul {
    padding-left: 0;
    margin-left: 0;
    padding-top: 15px;
}

.panel-body ul li {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
    margin-left: 25px;
}

.panel-body span {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    display: block;

}

.panel-heading-small{
        font-size: 15px;
    color: #5d5d5d;
}

/* Ficha técnica */

.row-tag{
    margin-top: 50px;
}
.secondary-tag{
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}

.fichas{
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.fichas img{
    margin-right: 10px;
}

.fichas p{
    margin-bottom:0;
}

/* DOBLES */

.dobles-grados{
    margin-top:25px;
}

.dobles-grados h3{
    margin-top: 0;
    font-size: 18px;
}

.dobles-grados li{
    padding-bottom: 0;
    display: flex;
}
/* RELACIONADAS */

.relacionadas{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    border-radius: 5px;
}

.relacionadas p{
    margin-bottom: 5px;
}

.relacionadas .card-button-content{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.relacionadas h3{
    font-family: ArialMTProBoldCondensed, sans-serif;
    text-transform: uppercase;
    margin-bottom: 12px;
}
/* EVENTOS */

.content-eventos {
    padding:15px ;
    border-radius: 5px;
}

.content-eventos p {
    margin-bottom: 10px;
}

.content-eventos h3 {
    font-family: ArialMTProBoldCondensed, sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index:2;
    display: flex;
    justify-content: center;
}

.content-eventos h3::before{
    content: '';
    position: absolute;
    width: 50%;
    height: 16px;
    z-index: -1;
    bottom: -1px;
    left: 30px;
    background: #ffffff;
    border-radius: 25px;
}

.box-eventos{
    margin-bottom: 15px;
}

.box-eventos img {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.box-eventos .bg-grey-opacity{
    height: 100%;
    border-radius: 5px;
}

.accordion-content {
    display: none;
    margin-top: 0px;
    padding-bottom: 0px;
}


.accordion-content p {
    font-family: ArialMTProBoldCondensed, sans-serif;
    font-size: 18px;
    border-bottom: 1px solid;
    padding-top: 15px;
    margin-bottom: 13px;
}

.accordion-content ul {
    padding: 0px 0px 0px 0px;
}

.accordion-content ul li {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
    margin-left: 25px;
}

.video .row {
    align-items: center;
}

.video .embed-responsive {
        position: relative;
    display: block;
    width: 100%;
    padding: 0;
    box-shadow: -50px 50px 0px 0px #C2002F;
    overflow: hidden;
    border-radius: 5px;
        margin-top: 30px;
    margin-bottom: 70px;
}
.video-vimeo{cursor:pointer; background-size:cover}
.video-content.content-eventos{
    background: transparent;
}
.video-content.content-eventos::before{
    background-color: rgba(115, 115, 115, 0.3);
    height: 90%;
    top: 24px;
    left: 20px;
}

.video-content.content-eventos.video-estrecho::before{
    height: 80%;
}

.embed-responsive iframe {
    background-color: #000000;
}

.respuesta {
    margin-top: 80px;

}

.respuesta .row {
    display: flex;
    align-items: center;
}

.respuesta p {
    padding-left: 20px
}

.respuesta p {
    align-self: center;
}

.razones {
    counter-reset: section;
    margin-top: 50px;
}

.razones h2 {
    margin-bottom: 50px;
}

.razones h3 {
    line-height: 27px;
    font-size: 20px;
}

.pill {
    position: relative;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    margin-bottom: 25px;

}

.pill:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    font-family: ArialMTProBoldCondensed, sans-serif;
    color: #f0f0f0;
    font-size: 150px;
    z-index: -1;
    top: -40px;
}

.pill-destacada {
    background-color: #c2002f;
    border-radius: 5px;
    padding: 30px;
    position: relative;
}

.pill-destacada h3 {
    font-size: 26px;
    line-height: 32px;
}

.pill-destacada p {
    font-size: 20px;
    line-height: 26px;
}



.pill-destacada a:hover {
    color: #fff;
    text-decoration: none;
}



.pill-destacada a {
    position: relative;
    display: table;
    color: #fff;
    text-decoration: none;
    font-family: ArialMTProBoldCondensed, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 15px;
}

.pill-destacada a::before {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 2px;
    left: 0;
    right: 0;
    background-color: #fff;
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform 0.3s ease-in-out;
}

.pill-destacada a:hover::before {
    transform: scaleX(0);
    transform-origin: bottom right;
}


.pill-destacada:before {
    z-index: -1;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 15px;
    border-radius: 5px;
    background-color: #f0f0f0;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.pill-destacada-maestra {
    background-color: #FF425E;
}

.pill-destacada-maestra:before {
    background-color: #120c64;
}

.img-estudiarEnNebrija{
    background: url(../img/img-estudiarEnNebrija.jpg) no-repeat center/cover;
    height: 100%;
    right:-40px;
    top: 50px;
    left:initial;
    clip-path: polygon(32px 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
}

.img-estudiarEnNebrija-colombia{
    background: url(../img/img-estudiarEnNebrija-colombia.jpg) no-repeat center/cover;
}

.estudiarEnNebrija::before{
    position: absolute;
    content: '';
    left: 39px;
    top: 7px;
    width: 230px;
    height: 270px;
    clip-path: polygon(10px 0, 100% 0, 219px 100%, 0% 100%);
}

.before-nebrija::before{
    background-color: #c2002f;
}

.before-sociales::before{
    background-color: #da8830;
}

.before-politecnica::before{
    background-color: #95492e;
}

.before-salud::before{
    background-color: #5db6b1;
}

.before-educacion::before{
    background-color: #73b4df;
}

.before-comunicacion::before{
    background-color: #4e748b;
}

/*** áreas ***/

.card-area{    
    padding-top: 25px;
    padding-bottom: 25px;
}
.card-area h3{
    text-transform: none;
    justify-content: flex-start;
}
.card-area h3::before{
    content:none;
}
.card-ficha{
    column-count: 2;
    margin-top: 25px;
    margin-bottom: 15px;
    
}
.card-ficha div{
   margin-bottom: 10px;
   display: inline;
}

.card-ficha div img{
    float:left;
}
.card-ficha div p {
    margin-bottom: 20px;
}

/* POSTGRADO */

.inicio-postgrado h1{
    color:#c2002f;
}

/**/

footer {
    background-color: #212121;
    padding-top: 25px;

}

footer .container {
    padding-bottom: 25px;
}

footer .tel-footer {
    font-size: 25px;
}

footer h3 {
    font-size: 16px;
    text-transform: uppercase;
}

footer p {
    margin-bottom: 0;
    line-height: 22px;
    font-size: 15px;
}

footer a:hover {
    text-decoration: none
}

footer .button-white {
    display: block;
    margin: 0 auto;
    align-self: center
}

footer .button-white:hover {
    background-color: #FF425E
}


.dire-footer img {
    padding-right: 15px;
    float: left;
}

.phone-footer img {
    margin-top: -3px;
}

.phone-footer h6 {
    float: right;
    padding-left: 10px;
    margin-bottom: 0;

}

.phone-footer a {
    color: #fff;

}

.dire-footer p {
    padding-right: 15px;
    display: flex;

}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom .container {
    border-top: 1px solid #363636;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-bottom p {
    display: block;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
}

.button-order {
    justify-content: center;
}

.small-text{
    font-size:13px;
}


a.button-fixed {
    font-size: 18px;
    padding: 8px 20px;
    margin-left: 8px;
}

.head1 {
    padding: 15px 0;
    position: relative;
}

.logo_nebrija {
    max-width: 200px;
    width: 100%;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s
}

.sticky-top .logo_nebrija{
    max-width: 200px;
}

.auto_header_fixed {
    color: #000;
    font-size: 35px;
    line-height: 38px;
    text-align: center
}

#pop-up {
    text-align: center
}


.header-text {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boton_popup {
    margin-top: 20px;
    font-size: 19px;
    padding: 10px 25px 5px 25px;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: ArialMTPro, Arial, sans-serif;
    border: 2px solid #FF425E;
    background-color: #fff;
    color: #FF425E !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.boton_popup:hover {
    background-color: #FF425E;
    color: #fff !important;
    border: 2px solid #fff
}

.img-bg .container:last-child {
    height: 100%;
    display: flex
}

.bg-dark {
    background-color: #000;
    opacity: .6
}


/* tematicas */


.tematica-container{
    padding-top: 150px;
}

.tematica-form{
     background: url(../img/bg-formulario-tematicas.jpg) no-repeat #ff0b49 100%;
    padding-top: 50px ;
    background-position: left bottom;
}

.tematica-form form{
    padding: 0px;
    background-color: transparent;
}

.tematica-form input, .tematica-form textarea{
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
    color: #ffffff !important;
    margin-bottom: 30px;
}

.tematica-form textarea{
       width: 100%;
    height: 68%;
    padding: 10px;
    border: 1px solid #ffffff;
    outline: 0px !important;
}

.tematica-form .bootstrap-select > .dropdown-toggle {
    background-color: transparent !important;
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
    outline: 0px !important;
}

.tematica-form .select2-container--default .select2-selection--single {
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
}

.tematica-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff !important;
}
.tematica-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    margin-bottom: 30px;
    }

.tematica-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.tematica-form .bootstrap-select > .dropdown-toggle{
    opacity: 1;
}

.tematica-form .input_style::-webkit-input-placeholder {
    color: #ffffff;
}

.tematica-form .input_style:-moz-placeholder {
    color: #ffffff;
    opacity: .8
}

.tematica-form .input_style::-moz-placeholder {
    color: #ffffff;
    opacity: .8
}

.tematica-form .input_style:-ms-input-placeholder {
    color: #ffffff;
    opacity: .8
}

.tematica-form .boton_form{
    color: #fff;
    align-self: center;
    display: inline-block;
    background: transparent;
    border: 3px solid white;
}

.tematica-form .boton_form:hover {
    text-decoration: none;
    color: #ffffff !important;
    background-color: #212121 !important;
    border: 3px solid #212121;
}

.tematica-form .div-boton{
    text-align: left;
}

.tematica-form .error_msg{
    color: #04ff00;
    background: white;
    color: red;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.tematica-form select{
    background-color: transparent;
    width: 100%;
    border: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.tematica-form select:focus-visible{outline:0px !important;}


/* LATAM */ 

.form-colombia input{
width: 100%;    
}

.form-colombia .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100% !important;
}

.colombia-radio{
    background: url(../img/bg-formulario-colombia.jpg) no-repeat #ff0b49 100%;
    background-position: center;
}

.vuelve-ala-uni-container{
      padding-top: 120px;
    padding-bottom: 60px;
}

.vuelve-ala-uni-container .destacado{
    background-color: #FFFFFF;
    padding: 15px;
    text-align: left;
    color: #120c64;
}

.tooltip-url {
    background: url(../img/info-icon.png) no-repeat;
    background-position: right center;
}



/* fancybox */

.fancybox-slide--iframe  {
    width: 1000px !important;
    height: 600px;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
}

.fancybox-content{
    border-radius: 5px;
}

.politica-content {
    padding: 0 15px 15px 15px;
}

.politica-content p {
    font-size: 15px;
    line-height: 1.2em;
}

.politica-content ol li,
.politica-content ul li {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.2em;

}

.politica-content h2 {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.politica-content a {
    color: #FF425E;
}

.politica-content a:hover {
    color: #000;
}

.fancybox-button {
    background-color: #000 !important;
}


/* fancybox */

.aviso_legalText {
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    width: 100%;
    vertical-align: top;
    color:#ACACAC;
}

.aviso_legalText a {
    text-decoration: underline
}




.error_msg {
    display: none;
    width: 100%;
    margin-top: 10px;
    color: red
}


.pc1 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.pc1 svg:before {
    content: #d2e0e0;
    display: block;
}

.pc1 svg {
    width: 200px;
    height: 200px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.pc1 svg .percent-circle-inner {
    fill: #d2e0e0;
    stroke: #01b2aa;
    stroke-width: 100px;
    stroke-dasharray: 0 628.318px;
    transition: stroke-dasharray 0.6s ease-out;

}

.pc1:after {
    content: attr(data-percent) "%";
    display: block;
    width: 100px;
    height: 100px;
    background: #ffffff;
    position: absolute;
    top: 50px;
    left: 50px;
    border-radius: 50%;
    color: #000;
    text-align: center;
    line-height: 110px;
    font-size: 40px;
    font-family: ArialMTProBoldCondensed, sans-serif;
}

.oferta-maestrias ul{
   column-count: 2;
    padding: 0 25px;
    column-gap: 40px;
}

.oferta-maestrias a{
    color: #333333;
    margin-bottom: 13px;
    margin-left: 12px;
    display: inline-flex;
    font-size: 20px;
    line-height: 28px;
    position: relative;
}

.oferta-maestrias a:hover{
    color: #ff425e;
    text-decoration: none;
}

.oferta-maestrias li{
    list-style-type: none;
}

.oferta-maestrias li:before {
    content: "\2022";
    color: #ff425e;
    font-weight: bold;
    width: 1em;
    margin-left: -1em;
    font-size: 24px;
}

.oferta-maestrias li a::before {
    content: '';
    position: absolute;
    height: 1px;
    bottom: -9px;
    left: 0;
    right: 0;
    background-color: #d2e0e0;
}

/********* formulario  ************/

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    z-index: 999;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding: 6px 10px;
    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: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 99995;
}

.select2-dropdown .select2-results {
    display: block;
    border-bottom: 1px solid #aaa
}

.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;
    z-index: 1;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
    border-top: 1px solid #aaa;
}

.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;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    outline: none;
    border-bottom: 1px solid #535353;
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 16px;
    outline: none;
}



.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #535353 !important;
    font-family: 'ArialMTProLight', Arial, sans-serif;
    line-height: 31px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}



.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    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 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    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: bold;
    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: bold;
    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 {
    border: solid black 1px;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.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: 0px solid #fff !important;
    background-color: #cacaca !important;
}

.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 .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: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .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--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}


.formulario_horizontal .select2-selection {
    height: 44px !important;
}

.select2-selection {
    height: 44px !important;
}


.bootstrap-select > .dropdown-toggle {
    background-color: #ffffff !important;
    color: #535353 !important;
    font-family: 'ArialMTProLight', Arial, sans-serif;


    border-radius: 0;
    border-radius: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #535353 !important;


}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #a9a9a9 !important;
    background-color: #ffffff !important;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;

}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0px !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option,
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    line-height: 21px;
}



.bootstrap-select.btn-group .dropdown-menu.inner {
    overflow-x: hidden;
}

.dropdown-menu{
    max-height: 250px !important;
}


.dropdown-menu > li > a {
    white-space: inherit;
    z-index: 1;
}

.open > .dropdown-menu {
    display: block;
    max-height: 250px !important;
}

.dropdown-menu {
    min-width: 100% !important;
}

.custom-select{
    padding: 0;
    border:0;
}

.custom-select:focus {
    border-color: transparent;
    box-shadow: none;
}

.btn-light.focus, .btn-light:focus {
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0!important;
}

/********* formulario  ************/


.content-gracias {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.content-gracias .logo {
    padding-bottom: 50px;
    max-width: 250px;
}

#simracing{
    padding: 20px 0;
}

/***********************************/
/*********** portatil ******************/
/***********************************/

@media screen and (max-width:1200px) {

    .header-text {
        margin-left: 0;
        margin-right: 0;
    }

    .content-facultad {
        padding-bottom: 35px;
        padding-left: 18px;
        padding-right: 18px;

    }
    .content-header {
    max-width: 390px;
    }
    
    .header-lines-titulacion {
        margin-top: -170px;
    }

    .head1 {
        position: relative;
    }

    .tematica-container {
    padding-top: 80px;
    }

    .vuelve-ala-uni-container {
    padding-top: 70px;
    padding-bottom: 50px;
    }
   .card-ficha div img {
    float: inherit;
    }
}

/***********************************/
/*********** ipad ******************/
/***********************************/

@media screen and (max-width:992px) {
    h1 {
        font-size: 40px;
        line-height: 42px;
    }

    h2 {
        font-size: 27px;
        margin-bottom: 10px;
    }

    a.button-default {
        font-size: 16px;
    }
    
    .navbar-dark .navbar-toggler {
        color: transparent;
        border-color: transparent;
    }
    
    button:focus{
        outline: 0;
    }
    
    .content-button-header{
        flex-direction:row-reverse;
        order:0;
    }
    
    .navbar-collapse{
        margin-top:20px;
    }
    
    nav ul li::after{
        content: '|';
        position: absolute;
        left: 5px;
        top: 6px;
    }

    .tel-form {
        padding: 20px 15px 15px 15px;
        font-size: 25px;
    }
    
    .tel-header{
        box-shadow:none;
    }

    .formulario p {
        margin-bottom:1rem;
    }
    
    input, .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
        width: 100% !important;
    }
    
    input[type="checkbox"] {
        width: inherit !important;
    }

    button.boton_form {
        margin-bottom: 0;
        font-size: 16px;
    }

    footer .button-white {
        font-size: 19px;
    }
    
    .skew-gradient {
        margin: 150px 0 100px 0;
    }

    .header-text {
        justify-content: flex-end;
    }

    .video-content {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .header-lines-titulacion {
        margin-top: -90px;
    }
    
    .bg-img{
        background-attachment: inherit;
    }
    
    .inicio {
        padding: 20px 0;
    }

    .video-content.content-eventos.video-estrecho::before{
    display: none;
    }

    .ranking{
        margin-top: 0;
        margin-bottom: 70px;
    }
    
    .ranking h2 {
        margin-bottom: 20px;
    }
    
    .ranking .dato-ranking{
        margin-top: 60px;
    }
    
    .salidas-profesionales .lista-objetivos {
        column-count: 2;
    }
    
    .card-ficha div{
        display: inline-flex;
    }
    .card-ficha {
        column-count: 1;
        display: flex;
        flex-direction: column;
    }
}



/***********************************/
/*************** mobile ******************/
/***********************************/

@media screen and (max-width:767px) {
    
    h1 {
        margin-top: 40px;
    }
    
    .first-section-full-width {
        max-width: 540px;
        padding-left: 15px;
        padding-right: 15px;
    }        

    .content-header {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .formulario {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }
    
    nav.navbar {
        padding: 0;
    }
    
    nav .container-fluid{
        border-bottom-right-radius: 0px;
    }
    
    a.button-nav{
        margin-left: 0px;
        border:0;
        padding: 7px 15px;
    }
    .content-header {
        max-width: 100%;
    }

    .content-header a.button-default{
        padding: 10px 20px;
        margin-bottom: 50px;
    }
    
    .btn-mobile-tlf {
        position: fixed;
        left: 10px;
        bottom: 10px;
        display: block !important;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.27);
        -moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.27);
        box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.27);
        z-index:9999;
        transition: all 200ms ease;
    }
    
    footer .button-order {
        order: 3;
    }

    footer .col-md-4 {
        text-align: center !important;
        margin-bottom: 15px;
    }

    .dire-footer img,
    .phone-footer img {
        display: none;
    }

    .phone-footer h6 {
        float: none;
        padding-left: 0;
    }

    footer h3 {
        margin-bottom: 0;
    }

    footer .container {
        padding-bottom: 10px;
    }

    .respuesta img {
        margin-bottom: 25px;
    }

    .respuesta p {
        padding-left: 0;
    }

    section {
        margin-bottom: 40px;
        margin-top: 50px;
    }

    .respuesta {
        margin-top: 40px;
    }

    .destacado .container {
        padding: 40px 0 0 0;
    }

    .pill-destacada:before {
        left: 0;
    }

    h2.titu-section {
        font-size: 30px;
        line-height: 34px;
    }
    
    /* skew section */
    .skew-img{
        clip-path: initial;
        position: relative;
        height: 340px;
    }
    .skew-gradient{
        background: #eeeeee;
        margin: 140px 0 70px 0;
    }
    .skew-text {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .img-estudiarEnNebrija{
        height: 250px;
        left: inherit;
        right:inherit;
        top: inherit;
        margin-top: 30px;
        margin-bottom: 30px;
        clip-path: inherit;
    }
    /* estudiar en nebri*/
    .razones{
        margin-top: 0;
        flex-direction:column-reverse;
    }
    .estudiarEnNebrija::before{
        content:none;
    }
    
    .video-content {
        margin-top: 0px;
    }

    .video-content iframe {
        margin-bottom: 0px;
    }

    .content-oferta{
        padding: 17px !important;
    }
    
    .content-oferta .lista-objetivos a{
        font-size: 16px;
        line-height: 20px;
    }

    .rankings {
        background-repeat: no-repeat;
        background: url(../img/bg-rankings-mov.jpg);
        background-position: center;
        background-size: cover;
        text-align: center;
    }

    .bg-ranking-nebrija {
        background-image: url(../img/bg-rankings-nebrija-mov.jpg);
    }
    
    .bg-marca-nebrija{
        background: url(../img/bg-marca-nebrija-img-mov.jpg)
    }

    .pill-destacada p {
        font-size: 18px;
        line-height: 24px;
    }

    .dire-footer p {
        justify-content: center;
    }

    .head1 {
        position: relative;
    }

    .fancybox-slide--iframe .fancybox-content {
        max-width: 100%;
    }

    .objetivos {
        margin-top: 40px;
    }
    
    .ficha-tecnica{
        margin-top: 20px;
    }

    .salidas-profesionales img {
        margin-bottom: 30px;
    }

    .header-lines-titulacion {
        display: none;
    }

    .tematica-container {
    padding-top: 20px;
    }
    
    .video-content.content-eventos {
    margin-top: -20px;
    }

    .vuelve-ala-uni-container {
    padding-top: 40px;
    padding-bottom: 10px;
    }   

    .tematica-form textarea{
        height: auto;
    }
    
    .oferta-maestrias ul{
       column-count: 1;
    }
    
    .dobles-grados .row {
        margin-bottom: 0;
    }
    
    .dobles-grados p{
        margin-bottom: 25px;
    }
    
    .modulo-texto{
        flex-direction:column-reverse;
        margin-top: 70px;
        margin-bottom: 70px;
    }
    
}


/***********************************/
/*********** mobile small ******************/
/***********************************/

@media screen and (max-width:576px) {
    h2 {
        font-size: 22px;
    }
    
    .content-logo{
        margin-right: 20px;
    }

    .logo {
        max-width: 130px;
    }
    
    .tel-header{
        padding: 9px 10px 5px 10px;
    }
    
    a.boton-jpa{
        display: flex;
        line-height: 18px;
        align-items: center;
    }
    .video-estrecho{
        height: 100% !important;
    }
    
    .tel-header{
        display: flex;
        flex-direction: column;
    }
    
    .tel-header a{
        font-size: 17px;
        line-height: 22px;
    }
    
    .tel-header .tel {
        font-size: 24px;
    }
    
    .salidas-profesionales .lista-objetivos {
        column-count: 1;
        padding-left: 45px;
    }
    
    .lista-objetivos li{
        display:block;
    }
}

@media screen and (max-width:390px) {
    .sticky-top .logo_nebrija {
        max-width: 90px;
    }
}

.sticky-top .logo_nebrija{
    visibility: hidden;
    opacity:0;
    transition: all 0.3s ease-in-out;
    
}

.sticky-top .logo_nebrija.fadein, .fadein {
    visibility: visible;
  opacity:1;
  animation: fadeIn ease 200ms;
  -webkit-animation: fadeIn ease 200ms;
  -moz-animation: fadeIn ease 200ms;
  -o-animation: fadeIn ease 200ms;
  -ms-animation: fadeIn ease 200ms;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}


.sticky-top .logo_nebrija.fadeout, .fadeout {
  animation: fadeOut ease 200ms;
  -webkit-animation: fadeOut ease 200ms;
  -moz-animation: fadeOut ease 200ms;
  -o-animation: fadeOut ease 200ms;
  -ms-animation: fadeOut ease 200ms;
}
@keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-ms-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
}

@media screen and (max-width:1200px) {
    .sticky-top .logo_nebrija{
        visibility: visible !important;
        opacity:1 !important;
        display:block !important;
    }
    
}