/* You can add global styles to this file, and also import other style files */
@font-face {
    font-family: Avant Garde;
    src: url("../fonts/ITCAvantGardeStd-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: Raleway;
    src: url("../fonts/Raleway-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: Raleway;
    src: url("../fonts/Raleway-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: Raleway;
    src: url("../fonts/Raleway-Regular.ttf");
    font-weight: normal;
}
@font-face {
    font-family: "Rawline";
    src: url("../fonts/rawline-700.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Rawline";
    src: url("../fonts/rawline-400.ttf");
    font-weight: normal;
}
@font-face {
    font-family: Raleway;
    src: url("../fonts/Raleway-Black.ttf");
    font-weight: 900;
}
@font-face {
    font-family: Raleway;
    src: url("../fonts/Raleway-ExtraBold.ttf");
    font-weight: 800;
}
@font-face {
    font-family: Raleway;
    src: url("../fonts/Raleway-Italic.ttf");
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-ExtraBold.ttf");
    font-weight: 800;
}
@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Regular.ttf");
    font-weight: normal;
}
@font-face {
    font-family: Garamond;
    src: url("../fonts/Garamond-Italic.ttf");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: Ubuntu;
    src: url("../fonts/Ubuntu-Regular.ttf");
    font-weight: normal;
}
@font-face {
    font-family: Ubuntu;
    src: url("../fonts/Ubuntu-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: Ubuntu;
    src: url("../fonts/Ubuntu-Italic.ttf");
    font-weight: normal;
    font-style: italic;
}
* {
    padding: 0;
    margin: 0;
}
a {
    cursor: pointer;
    display: block;
    color: #383838;
    outline: transparent;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}
.wrap .form-control {
    outline: transparent;
    box-shadow: none;
}
body {
    color: #383838;
    font-weight: normal;
}
.container {
    width: 100%;
    max-width: 1198px;
    padding: 0px;
}
.container-fluid {
    padding: 0px;
}
.row {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
/***** PAGINACION *****/

.wrap ul.pagination {
    min-height: 90px;
    padding-top: 40px;
    padding-bottom: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0px;
    padding-left: 0;
    border-radius: 4px;
}
.wrap .pagination .disabled,
.wrap .pagination .active,
.wrap .pagination li {
    padding: 0px;
    background-color: transparent;
    margin-right: 10px;
}
.wrap .pagination li.disabled:first-child a,
.wrap .pagination li.disabled:last-child a {
    opacity: 0;
}
.wrap .pagination > li:first-child > a,
.wrap .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.wrap .pagination li.disabled a {
    cursor: initial;
}
.wrap .pagination > li > a,
.wrap .pagination > li > span {
    color: #999;
    background-color: initial;
    border: none;
    border-radius: 50%;
    color: #999;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.02em;
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wrap .pagination > li.active > a {
    font-weight: bold;
}
.wrap .pagination li:not(.disabled) a:hover,
.wrap .pagination li:not(.disabled) button:hover {
    background: initial;
}
.wrap .pagination a:hover,
.wrap .pagination button:hover {
    background: initial !important;
}

/***** FIN PAGINACION *****/

/***** MENU *****/
.navbar {
    width: 100%;
    min-height: 138px;
    padding: 0px;
}
.conResultados .navbar {
    min-height: 146px;
}
.navbar-brand.logo_blanco,
.conResultados .navbar-brand.logo_negro {
    display: block;
}
.navbar-brand.logo_negro,
.conResultados .navbar-brand.logo_blanco {
    display: none;
}
.navbar-brand {
    z-index: 999;
    padding: 0;
    margin: 0;
    margin-right: 0px;
    margin-top: 10px;
}
.navbar-brand img {
    width: 217px;

    margin-left: 40px;
}

.navbar ul.navbar-nav {
    width: calc(100% - 217px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar ul.navbar-nav li.nav-item {
    padding: 0 30px;
}
.navbar ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
    padding: 0;
    padding-bottom: 3px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.04em;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    text-align: center;
}

.conResultados .navbar ul.navbar-nav li.nav-item a.nav-link {
    color: #383838;
}

/***** FIN MENU *****/

/***** BUSCADOR HEADER *****/
.header {
    position: relative;
}

.form-inline {
    position: relative;
    z-index: 999;
    height: 94px;
    margin-right: 20px;
    /*transition: all 0.5s ease-in-out;*/
}
.form-inline #search_header {
    font-size: 34px;
    padding: 0 84px 0 30px;
    letter-spacing: 0.03em;
    border: none;
    border-radius: 0px;
}
.mr-sm-2,
.mx-sm-2 {
    margin-right: 0 !important;
}
.icono_search {
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 26px;
}

.input0 .icono_search.gris,
.conResultados .header .icono_search.blanco,
.conResultados .header .resultados .icono_search.gris {
    display: none;
}
.input0 .icono_search.blanco,
.conResultados .header .icono_search.gris {
    display: block;
}
.header .icono_search img {
    width: 42px;
}
.input100 #search_header {
    width: 100%;
    height: 100%;
}
.input0 #search_header {
    width: 0px;
    padding: 0px;
}

/***** FIN BUSCADOR HEADER *****/

/***** Boton ENCUESTA *******/
.btn_flotante_movil {
    display: none;
}
.btn_flotante {
    float: right;
}
.btn_flotante a {
    display: flex;
    align-items: center;
    color: #fff;
}
.btn_flotante a img {
    width: 111px;
}
.conResultados .btn_flotante a {
    color: #383838;
}
.btn_flotante a span {
    display: block;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0.05em;
    text-align: right;
    margin-right: 25px;
}

/***** Fin Boton ENCUESTA *******/

/***** CABECERAS *******/

.wrap .header {
    height: 795px;
}
.wrap.conResultados .header {
    height: auto !important;
}
#alumni_home .header {
    height: 1047px;
}
#alumni_home .header {
    background: #1a1a16 url("../img/cabeceras/home.jpg") center center / cover no-repeat scroll;
}
#alumni_habilidades .header {
    background: #1a1a16 url("../img/cabeceras/cursos.jpg") center center / cover no-repeat scroll;
}
#alumni_eventos .header {
    background: #1a1a16 url("../img/cabeceras/eventos.jpg") center center / cover no-repeat scroll;
}
#alumni_sofaAsturias .header {
    background: #1a1a16 url("../img/cabeceras/sofa.jpg") center center / cover no-repeat scroll;
}
#alumni_centroExtension .header {
    background: #1a1a16 url("../img/cabeceras/centro_extension.jpg") center center / cover no-repeat scroll;
}
#alumni_idiomas .header {
    background: #1a1a16 url("../img/cabeceras/idiomas.jpg") center center / cover no-repeat scroll;
}
#alumni_certificaciones .header {
    background: #1a1a16 url("../img/cabeceras/certificaciones.jpg") center center / cover no-repeat scroll;
}
.conResultados .header {
    background: initial !important;
}
.header .container {
    height: calc(100% - 146px);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: safe center;
    clear: both;
}
.header .resultados {
    height: 207px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .texto_header {
    margin-top: -146px; /*Resto el alto del menu para que se centre en el header incluido el menu*/
}
.texto_header h2 {
    margin: 0 auto 27px;
    text-align: center;
    font-size: 72px;
    letter-spacing: 0.02em;
    line-height: 81px;
    font-weight: 800;
    text-transform: uppercase;
}
.texto_header p {
    width: 64%;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 35px;
}

/***** FIN CABECERAS *******/

/**** SECCIONES ****/
.seccion {
    width: 100%;
    justify-content: center;
    padding-top: 133px;
    padding-bottom: 190px;
}
.conResultados .seccion {
    padding-top: 95px;
}

.tit_seccion {
    width: 100%;
    line-height: 50px;
    margin-bottom: 27px;
    font-size: 46px;
    letter-spacing: 0;
    font-weight: 800;
    margin-top: 3px;
}

.subtit_seccion {
    font-size: 27px;
    line-height: 32px;
    align-self: center;
    font-weight: normal;
}

.wrapper_flex {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #bfbfbf;
}

.help-msg {
    margin: 50px auto 0;
    text-align: center;
}
.help-msg span .fa-question-circle {
    font-size: 74px;
    clear: both;
    line-height: 0.9;
    margin-bottom: 2px;
}
/**** FIN SECCIONES ****/

/**** BUSCADOR ****/
.buscador {
    margin: 0px;
    border-bottom: none;
    width: 100%;
}
.buscador .form-group {
    width: 100%;
    height: 81px;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.buscador .form-control {
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 0px;
    height: 100%;
    font-size: 34px;
    letter-spacing: 0.03em;
    color: #383838;
    padding: 0 30px;
}

/**** FIN BUSCADOR ****/

/**** ITEMS *****/

.item {
    margin: 0 20px;
    border-bottom: 1px solid #bfbfbf;
    margin-top: 40px;
    width: calc(33.3% - 27px);
    position: relative;
}

.item:nth-child(3n + 1) {
    margin-left: 0px;
}
.item:nth-child(3n + 3) {
    margin-right: 0px;
}

.item .thumbnail {
    display: table;
    max-height: 100%;
    background-color: initial;
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    font-weight: 400;
    position: relative;
    border-radius: 0px;
    margin: 0 auto;
}
.thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.item .caption {
    padding-top: 25px;
    padding-bottom: 37px;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
}
.item .titulo {
    font-size: 27px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 0.02em;
}
.item .caption .titulo {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    font-weight: bold;
}
.item .caption .titulo .icono-info {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 5px;
    overflow: hidden;
    flex: 0 0 auto;
}
.item .caption .titulo .icono-info img {
    width: 35px;
    height: auto;
}
.item .caption .titulo .icono-info:hover img {
    position: relative;
    left: 0px;
    top: -40px;
}

.item .descripcion {
    opacity: 1;
    background-color: initial;
    padding: 0;
    margin: 0;
    height: auto;
    position: relative;
    margin-top: 15px;
    color: #808080;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.03em;
}
.item.curso .descripcion {
    transition: all 0.4s ease-in;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 0 20px;
    display: flex;
    align-items: safe center;
    overflow: auto;
    color: #fff;
    margin-top: 0px;
    font-size: initial;
}
.item.curso a:hover .descripcion {
    opacity: 0.75;
}
.item .subtitulo {
    color: #808080;
    font-size: 19px;
    line-height: 20px;
    letter-spacing: 0.03em;
    margin-top: 20px;
    margin-bottom: 5px;
}
.item.curso .franja {
    position: absolute;
    bottom: 17px;
    left: 0px;
    max-height: 50px;
    height: 25%;
    padding: 0px 24px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item.curso .franja .logo {
    width: auto;
    height: 28px;
}
/**** FIN ITEMS *****/

/***** FOOTER ****/

#footer {
    border-top: none;
    min-height: 100px;
    width: 100%;
    position: relative;
    z-index: 100;
}
#logos {
    min-height: 96px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
#footer img {
    height: 30px;
    margin: 0;
}
#footer img.linea {
    margin: 0 5px;
}
#derechos {
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#derechos p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
}
/***** FIN FOOTER ****/

/***** PÁGINA HOME *****/
#alumni_home .texto_header {
    margin-top: -63px;
}
#alumni_home .texto_header h1 {
    font-size: 27px;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
#alumni_home .texto_header h2 {
    text-transform: initial;
    margin-bottom: 42px;
    letter-spacing: 0.019em;
}
#texts_icons {
    display: flex;
    justify-content: center;
}
#texts_icons > div {
    display: flex;
}
#texts_icons > div:first-child {
    margin-right: 60px;
}
#texts_icons > div img {
    width: 80px;
    margin-right: 23px;
}
#texts_icons > div p {
    font-size: 27px;
    line-height: 40px;
    letter-spacing: 0.02em;
    font-weight: bold;
    text-align: left;
}
#info {
    color: #fff;
    padding-top: 98px;
    padding-bottom: 115px;
}
#info .columnas {
    width: calc(33.3% - 30px);
    margin-right: 40px;
}
#info .columnas:last-child {
    margin-right: 0px;
}
#info .columnas img {
    margin-bottom: 15px;
    width: 100px;
}
#info .columnas p {
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}
#info .columnas .flecha {
    width: 18px;
    height: 18px;
    margin-bottom: 0px;
}
#info .columnas .link {
    font-size: 19px;
    letter-spacing: 0.03em;
}
#rrss {
    padding: 71px 0 77px;
}
#rrss h3 {
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}
#rrss p {
    font-size: 27px;
    line-height: 40px;
    letter-spacing: 0.03em;
    font-weight: bold;
    text-align: center;
    max-width: 68%;
    margin: 0 auto;
    margin-bottom: 12px;
}
.iconos_rrss {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.iconos_rrss a img {
    width: 90px;
    margin-right: 28px;
}
.iconos_rrss a:last-child img {
    margin-right: 0px;
}
/***** FIN PÁGINA HOME *****/

/***** PÁGINA EVENTOS *****/
.btn_certificado {
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    bottom: 45px;
    left: 0;
    font-size: 17px;
    text-align: center;
    white-space: normal;
    border-radius: 0px;
    padding: 15px 35px;
    min-height: 58px;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
}
.btn_certificado a {
    width: 100%;
    height: 100%;
    outline: transparent;
}
#proximamente.seccion {
    padding-bottom: 0px;
}

#proximamente .wrapper_flex {
    border-top: none;
}
#proximamente .item {
    width: 100%;
    margin: 0px;
    border-bottom: none;
}
#proximamente .item .thumbnail {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
#proximamente .item .thumbnail > img {
    width: 50%;
}
#proximamente .item .caption {
    width: 50%;
    margin-left: 40px;
    border-top: 1px solid #bfbfbf;
}
#proximamente .btn_certificado {
    position: static;
    margin-top: 27px;
}
#eventos_anteriores.seccion {
    padding-top: 113px;
}
#eventos_anteriores .item .thumbnail {
    padding-bottom: 103px;
}
/***** FIN PÁGINA EVENTOS *****/

/***** PÁGINA CENTRO EXTENSIÓN *****/
/* #alumni_centroExtension .seccion{
  padding-top: 180px;
}
#alumni_centroExtension .wrapper_flex{
  justify-content: center;
  border-top: none;
}
#alumni_centroExtension .item{
  width: calc(50% - 20px);
  margin-top: 0px;
}
#alumni_centroExtension .item:nth-child(2n+2) {
    margin-right: 0px;
}
#alumni_centroExtension .item:nth-child(2n+1) {
    margin-left: 0px;
}
#alumni_centroExtension .item .caption{
  padding-top: 54px;
  padding-bottom: 47px;
}
#alumni_centroExtension .item .titulo{
  text-transform: uppercase;
  font-size: 46px;
  line-height: 50px;
  font-weight: 800;
  letter-spacing: 0em;
}
#alumni_centroExtension .item .caption .descripcion{
  font-size: 27px;
  letter-spacing: 0.02em;
  line-height: 35px;
  margin-top: 30px;
} */
/***** FIN PÁGINA CENTRO EXTENSIÓN *****/

/***** PÁGINA CENTRO IDIOMAS *****/
#alumni_idiomas .texto_header p {
    width: 100%;
}
.texto_intro {
    padding-top: 144px;
    padding-bottom: 85px;
}
.texto_intro p {
    font-size: 36px;
    letter-spacing: 0.03em;
    line-height: 46px;
    margin-bottom: 0px;
}

#alumni_idiomas .izda {
    width: calc(66.6% - 20px);
    border: 1px solid #bfbfbf;
    border-radius: 5px;
}

#alumni_idiomas .dcha {
    width: calc(33.3% - 20px);
    border-top: 1px solid #bfbfbf;
    margin-left: 40px;
    padding-top: 30px;
}
#recursos .izda {
    border: none;
}
#alumni_idiomas .wrapper_flex {
    border-top: none;
}
#alumni_idiomas section ul {
    list-style-type: none;
    padding: 27px 20px 7px;
    margin: 0px;
}
#alumni_idiomas section ul {
    display: flex;
    flex-wrap: wrap;
}
#alumni_idiomas #recursos ul {
    flex-direction: column;
    padding-left: 0px;
    padding-top: 10px;
}
#alumni_idiomas section ul li {
    width: 50%;
    margin-bottom: 20px;
}
#alumni_idiomas #recursos ul li {
    width: 100%;
}
#alumni_idiomas #convenios ul li {
    width: 50%;
}
#alumni_idiomas section ul li a {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 19px;
    letter-spacing: 0.03em;
    line-height: 30px;
}
#alumni_idiomas .wrapper_flex h2,
#alumni_idiomas #recursos h2 {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 27px;
    letter-spacing: 0.03em;
    line-height: 46px;
}
#alumni_idiomas #recursos h2 {
    padding-left: 0px;
    border-bottom: none;
    padding-bottom: 15px;
}
#alumni_idiomas #recursos .izda {
    border-top: 1px solid #bfbfbf;
    padding-top: 30px;
}
#alumni_idiomas .wrapper_flex img {
    width: 60px;
    height: auto;
    border-radius: 50%;
    margin-right: 20px;
    flex: 0 0 auto;
}
#alumni_idiomas .wrapper_flex img.logo_horizontal {
    height: 60px;
    width: auto;
    border-radius: 0;
}
#apps {
    margin-bottom: 60px;
}
#recursos {
    padding-top: 70px;
    padding-bottom: 165px;
}
#alumni_idiomas .izda p,
#alumni_idiomas .dcha p {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 35px;
}
/***** FIN PÁGINA CENTRO IDIOMAS *****/

/***** MODAL y POPOVER *****/
#modal {
    color: #333;
}
#modal .fa-check-circle {
    font-size: 64px;
}
#modal h4 {
    font-size: 18px;
}

#modal .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
#modal .btn-default:hover,
#modal .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.popover {
    border-radius: 0px;
    padding: 30px;
}
.popover.bs-popover-top .arrow {
    left: 15px !important;
}
.popover.bs-popover-bottom .arrow {
    left: 15px !important;
}
.popover-header {
    border: none;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
}
.popover-body {
    padding: 0px;
}
/***** FIN MODAL y POPOVER *****/

/***** PÁGINA CERTIFICACIONES *****/
#alumni_certificaciones .texto_intro {
    padding-bottom: 0px;
}
#alumni_certificaciones .texto_intro p {
    margin-bottom: 38px;
    text-align: center;
}

#alumni_certificaciones .texto_intro ul {
    border-bottom: 1px solid #bfbfbf;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
#alumni_certificaciones .texto_intro li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 192px;
}
#alumni_certificaciones .texto_intro li span {
    font-size: 21px;
    letter-spacing: 0.03em;
    line-height: 29px;
    font-weight: bold;
    text-align: center;
}
#alumni_certificaciones .texto_intro img {
    width: 102px;
    height: 102px;
    margin-bottom: 15px;
}
.texto_columna .container {
    column-count: 2;
    column-gap: 40px;
    column-width: 50%;
}
.texto_columna .container p {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 35px;
}
#certificaciones {
    padding-top: 113px;
}
#certificaciones .tit_seccion {
    line-height: 52px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 21px;
    margin-bottom: 0px;
}
#listado {
    margin-bottom: 0px;
}
#listado li.item {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0px;
    padding: 38px 0;
}
#listado li > div {
    flex: 1;
    margin-right: 15px;
    display: flex;
    align-items: flex-start;
}
#listado .titulo {
    margin-bottom: 3px;
}
#listado .subtitulo {
    margin: 0px;
    letter-spacing: 0.02em;
    line-height: 28px;
    font-style: italic;
}
#listado img {
    width: 26px;
    margin-right: 20px;
    flex: 0 0 26px;
}
#listado .btn_certificado {
    position: static;
    padding: 20px 44px;
}
.volver {
    border-bottom: 1px solid #bfbfbf;
    padding-top: 58px;
    padding-bottom: 32px;
}
.volver button.return {
    font-weight: normal;
    font-size: 19px;
    letter-spacing: 0.03em;
    background-color: inherit;
    border: none;
    padding: 0;
    text-align: left;
    display: flex;
    color: #383838;
    outline: transparent;
    cursor: pointer;
}
.volver button.return img {
    width: 11px;
    margin-right: 14px;
}
#vista_detalle .seccion {
    padding-top: 44px;
}
#vista_detalle .wrapper_flex {
    padding-top: 51px;
    border-top: none;
}
#vista_detalle .tit_seccion {
    line-height: 52px;
    margin-bottom: 0px;
}
#vista_detalle #videos {
    width: calc(70% - 40px);
    margin-left: 40px;
    height: 100%;
}
.botones {
    display: flex;
    list-style-type: none;
}

.botones li a {
    padding-bottom: 3px;
    font-weight: bold;
    margin-right: 30px;
}
.info_modulo {
    width: 30%;
    display: flex;
    flex-direction: column;
    font-size: 19px;
    letter-spacing: 0.03em;
    line-height: 28px;
    flex: 1;
}
.info_modulo p {
    margin-bottom: 0px;
}
#condiciones {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: 23px 0 33px;
    margin-bottom: 40px;
    margin-top: 33px;
}
#condiciones a {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    font-weight: bold;
    margin-bottom: 6px;
}
#condiciones a::after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 5px;
}
#condiciones a:hover::after {
    background-position: 0px -22px;
}
#vista_detalle .btn_certificado {
    width: 100%;
    padding: 0px;
    position: static;
    max-width: 360px;
}
#vista_detalle .btn_certificado a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
#vista_detalle .btn_certificado a img {
    width: 74px;
    height: 68px;
}
#vista_detalle .btn_certificado a span {
    width: 100%;
}
.modal-dialog {
    max-width: 700px;
}
.modal-content {
    border-radius: 5px;
    border: none;
}
.modal-header {
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 15px 17px 23px;
}
.close {
    opacity: 1;
}
.close img {
    width: 26px;
    height: 26px;
}
.modal-title {
    font-size: 19px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 800;
}
.modal-body {
    padding: 50px 50px 60px;
}
.modal-body p {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 22px;
    margin-bottom: 17px;
}
.txt_condiciones p:first-child {
    font-size: 19px;
    line-height: 28px;
}
.txt_condiciones p:last-child {
    margin-bottom: 35px;
}
.txt_condiciones p a {
    display: inline-block;
}
.frase_destacada {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    padding: 24px;
}
.frase_destacada p {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 0px;
}
.frase_destacada img {
    width: 65px;
    height: 65px;
    margin-right: 20px;
}
/***** FIN PÁGINA CERTIFICACIONES *****/

/***** MEDIA QUERIES *****/

@media screen and (max-width: 1300px) {
    .navbar {
        min-height: 110px;
    }
    .navbar-brand img {
        width: 174px;
        margin-left: 32px;
    }
    .navbar ul.navbar-nav {
        width: calc(100% - 174px);
    }
    .navbar ul.navbar-nav li.nav-item {
        padding: 0 25px;
    }
    .navbar ul.navbar-nav li.nav-item a.nav-link {
        font-size: 15px;
        line-height: 23px;
    }
    .wrap .header {
        height: 564px;
    }
    .header .container {
        height: calc(100% - 110px);
    }

    .form-inline {
        height: 61px;
    }
    .form-inline #search_header {
        font-size: 19px;
        font-weight: 500px;
    }
    .header .input100.form-inline #search_header {
        padding-left: 20px;
    }
    .icono_search {
        right: 10px;
        top: 12px;
    }
    .header .icono_search img {
        width: 33px;
    }
    .header .input100 .icono_search img {
        width: 23px;
    }
    .header .input100 .icono_search {
        top: 18px;
        right: 12px;
    }

    .header .texto_header {
        margin-top: -120px;
    }
    .texto_header h2 {
        font-size: 57px;
        line-height: 64px;
        margin-bottom: 23px;
    }
    .texto_header p {
        font-size: 19px;
        line-height: 28px;
    }
    .btn_flotante a img {
        width: 89px;
    }
    .btn_flotante a span {
        margin-right: 21px;
    }
    #alumni_home .header {
        height: 766px;
    }
    #alumni_home .texto_header {
        margin-top: 0px;
    }
    #alumni_home .texto_header h1 {
        font-size: 21px;
        margin-bottom: 15px;
    }
    #alumni_home .texto_header h2 {
        margin-bottom: 36px;
    }
    #texts_icons > div img {
        width: 64px;
        margin-right: 17px;
    }
    #texts_icons > div p {
        font-size: 21px;
        line-height: 32px;
    }
    .container {
        max-width: 958px;
    }
    #info {
        padding-top: 77px;
        padding-bottom: 94px;
    }
    #info .columnas p {
        line-height: 32px;
        letter-spacing: 0.03em;
        margin-bottom: 20px;
    }
    #info .columnas img {
        width: 81px;
    }
    #info .columnas .link {
        font-size: 15px;
    }
    #rrss h3 {
        font-size: 40px;
        margin-bottom: 6px;
    }
    #rrss p {
        font-size: 21px;
        line-height: 32px;
    }
    .iconos_rrss a img {
        width: 72px;
        margin-right: 24px;
    }
    #rrss {
        padding: 55px 0 62px;
    }

    .buscador .form-group {
        height: 65px;
    }
    .header .resultados {
        height: 165px;
    }
    .buscador .form-control {
        font-size: 27px;
        padding: 0 23px;
    }
    .tit_seccion {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 22px;
    }
    .conResultados .tit_seccion {
        margin-bottom: 18px;
    }
    .seccion {
        padding-top: 90px;
        padding-bottom: 112px;
    }
    .item {
        margin: 30px 16px 0px;
    }
    .item .thumbnail .descripcion {
        font-size: 15px;
        line-height: 20px;
    }
    .item.curso .franja {
        max-height: 40px;
        height: 20%;
        padding: 0 15px;
    }
    .item.curso .franja .logo {
        width: auto;
        height: 23px;
    }
    .item .titulo {
        font-size: 21px;
        line-height: 30px;
    }
    .item .caption .titulo .icono-info {
        width: 30px;
        height: 30px;
    }
    .item .caption .titulo .icono-info img {
        width: 27px;
    }
    .item .caption .titulo .icono-info:hover img {
        top: -30px;
    }
    .item .subtitulo {
        font-size: 15px;
        line-height: 23px;
        margin-top: 12px;
    }
    .item .caption {
        padding-top: 18px;
        padding-bottom: 28px;
    }
    .conResultados .seccion {
        padding-top: 75px;
    }

    .wrap ul.pagination {
        padding-top: 0px;
        min-height: 52px;
    }
    .wrap .pagination > li > a,
    .wrap .pagination > li > span {
        width: 52px;
        height: 52px;
        font-size: 15px;
    }
    .wrap .pagination > li.disabled {
        display: none;
    }
    #proximamente.seccion {
        padding-top: 108px;
    }
    #proximamente .item .caption {
        margin-left: 33px;
    }
    .btn_certificado {
        font-size: 13px;
        min-height: 46px;
        padding: 12px 27px;
        bottom: 37px;
    }
    #proximamente .btn_certificado {
        margin-top: 20px;
    }
    #eventos_anteriores.seccion {
        padding-top: 90px;
    }
    .wrapper_flex {
        margin-bottom: 35px;
    }
    #alumni_centroExtension .seccion {
        padding-top: 124px;
    }
    #alumni_centroExtension .item .titulo {
        font-size: 36px;
        line-height: 40px;
    }
    #alumni_centroExtension .item .caption .descripcion {
        font-size: 21px;
        line-height: 28px;
        margin-top: 22px;
    }
    #alumni_centroExtension .item .caption {
        padding-top: 38px;
        padding-bottom: 35px;
    }
    .texto_intro p {
        font-size: 29px;
        line-height: 37px;
    }
    #alumni_idiomas section ul {
        padding: 21px 16px 5px;
    }
    #alumni_idiomas section ul li a {
        font-size: 15px;
        line-height: 24px;
    }
    #alumni_idiomas section ul li {
        margin-bottom: 16px;
    }

    #alumni_idiomas .dcha {
        padding-top: 23px;
    }
    #alumni_idiomas .izda p,
    #alumni_idiomas .dcha p {
        font-size: 19px;
        line-height: 28px;
    }
    #alumni_idiomas .wrapper_flex img {
        width: 48px;
    }
    #alumni_idiomas .wrapper_flex img.logo_horizontal {
        width: auto;
        height: 48px;
    }
    #alumni_idiomas .wrapper_flex h2,
    #alumni_idiomas #recursos h2 {
        font-size: 21px;
        line-height: 28px;
        padding: 10px 16px;
    }
    #alumni_idiomas .wrapper_flex img {
        margin-right: 16px;
    }
    .texto_intro {
        padding-top: 94px;
        padding-bottom: 67px;
    }
    #apps {
        margin-bottom: 49px;
    }
    #recursos {
        padding-bottom: 74px;
        padding-top: 22px;
    }
    #alumni_idiomas #recursos .izda {
        padding-top: 23px;
    }

    #alumni_idiomas #recursos ul {
        padding-top: 8px;
    }
    #alumni_idiomas #recursos h2 {
        padding-left: 0px;
        padding-bottom: 17px;
    }
    #alumni_certificaciones .texto_intro p {
        margin-bottom: 30px;
    }
    #alumni_certificaciones .texto_intro ul {
        padding-bottom: 40px;
        margin-bottom: 23px;
    }
    #alumni_certificaciones .texto_intro li {
        width: 155px;
    }
    #alumni_certificaciones .texto_intro img {
        width: 82px;
        height: 82px;
        margin-bottom: 10px;
    }
    #alumni_certificaciones .texto_intro li span {
        font-size: 17px;
        line-height: 26px;
    }
    .texto_columna .container {
        column-gap: 33px;
    }
    .texto_columna .container p {
        font-size: 19px;
        line-height: 28px;
    }
    #certificaciones {
        padding-top: 93px;
        padding-bottom: 190px;
    }
    #certificaciones .tit_seccion {
        line-height: 41px;
        padding-bottom: 18px;
    }
    #listado .titulo {
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 0px;
    }
    #listado .subtitulo {
        font-size: 19px;
        line-height: 28px;
    }
    #listado li.item {
        padding: 27px 0;
        margin: 0px !important;
    }
    #listado img {
        width: 22px;
        margin-right: 15px;
        flex-basis: 22px;
    }
    #listado .btn_certificado {
        padding: 16px 34px;
    }
    .volver {
        padding-top: 32px;
        padding-bottom: 25px;
    }
    .volver button.return {
        font-size: 15px;
    }
    #vista_detalle .seccion {
        padding-top: 28px;
        padding-bottom: 97px;
    }
    #vista_detalle .wrapper_flex {
        padding-top: 34px;
    }
    .info_modulo {
        font-size: 15px;
        line-height: 22px;
    }
    #condiciones {
        margin-top: 30px;
        margin-bottom: 32px;
        padding: 20px 0 25px;
    }
    #condiciones a {
        margin-bottom: 4px;
    }
    #vista_detalle .btn_certificado a img {
        width: 60px;
        height: 55px;
    }
    .modal-dialog {
        max-width: 600px;
    }
    .modal-body p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 13px;
    }
    .txt_condiciones p:first-child {
        font-size: 15px;
        line-height: 22px;
    }
    .frase_destacada p {
        font-size: 15px;
        line-height: 22px;
    }
    .txt_condiciones p:last-child {
        margin-bottom: 29px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 690px;
    }
    .btn_flotante a span {
        font-size: 15px;
        line-height: 22px;
    }
    .btn_flotante a img {
        width: 66px;
    }
    .header .container {
        height: calc(100% - 110px);
    }
    .wrap .header {
        height: 464px;
    }
    #alumni_centroExtension.wrap .header {
        height: 564px;
    }
    .texto_header p {
        width: calc(100% - 40px);
    }
    .texto_header h2 {
        font-size: 52px;
        line-height: 60px;
    }
    #info {
        padding-top: 68px;
    }
    #info .columnas img {
        width: 72px;
    }
    #info .columnas {
        margin-right: 32px;
        display: flex;
        flex-direction: column;
    }
    #info .columnas > div {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .item {
        width: calc(50% - 16px);
        margin-right: 16px !important;
        margin-left: 16px !important;
    }
    .item:nth-child(2n + 1) {
        margin-left: 0px !important;
    }
    .item:nth-child(2n + 2) {
        margin-right: 0px !important;
    }
    .seccion,
    #proximamente.seccion,
    #eventos_anteriores.seccion {
        padding-top: 75px;
        padding-bottom: 105px;
    }
    #alumni_centroExtension .seccion {
        padding-top: 98px;
    }
    #proximamente.seccion {
        padding-bottom: 0px;
    }
    /*** INVENTADOS por CRIS ***/
    #alumni_centroExtension .item .titulo {
        font-size: 27px;
        line-height: 40px;
    }
    #alumni_centroExtension .item .caption .descripcion {
        margin-top: 12px;
        font-size: 19px;
        line-height: 28px;
    }
    /*** INVENTADOS por CRIS ***/
    .texto_intro {
        padding-top: 75px;
    }
    #apps .wrapper_flex,
    #convenios .wrapper_flex {
        flex-direction: column-reverse;
    }
    #recursos .wrapper_flex {
        flex-direction: column;
    }
    #alumni_idiomas .izda,
    #alumni_idiomas .dcha {
        width: 100%;
        margin: 0px;
    }
    #alumni_idiomas .izda p,
    #alumni_idiomas .dcha p {
        margin-bottom: 32px;
    }
    #alumni_idiomas #recursos .izda p,
    #alumni_idiomas #recursos .dcha p {
        margin-bottom: 1rem;
    }
    #apps {
        margin-bottom: 75px;
    }
    #alumni_idiomas #recursos .dcha {
        border-top: none;
        padding-top: 12px;
    }
    #alumni_idiomas #recursos ul li:last-child {
        margin-bottom: 0px;
    }
    #recursos {
        padding-bottom: 52px;
    }
    #logos {
        flex-wrap: wrap;
    }
    #footer img {
        margin: 25px 20px;
    }
    #alumni_certificaciones .texto_intro p {
        text-align: left;
    }

    #alumni_certificaciones .texto_intro ul {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 12px;
    }
    #alumni_certificaciones .texto_intro li {
        margin-bottom: 28px;
    }
    .texto_columna .container {
        column-count: 1;
        column-gap: 0px;
    }
    #listado .titulo {
        font-size: 21px;
        line-height: 29px;
    }
    #listado .subtitulo {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.03em;
        margin-top: 5px;
    }
    #listado li.item {
        padding: 30px 0;
    }
    #certificaciones {
        padding-bottom: 105px;
    }
    .wrap ul.pagination {
        padding-top: 35px;
    }
    #vista_detalle .wrapper_flex {
        flex-direction: column;
    }
    .info_modulo {
        width: 100%;
        flex-direction: row;
        margin-bottom: 41px;
    }
    .info_modulo > div {
        width: 50%;
    }
    .info_modulo > div:first-child {
        margin-right: 15px;
    }
    .info_modulo > div:last-child {
        margin-left: 15px;
    }
    #condiciones {
        margin-top: 0;
    }

    #vista_detalle #videos {
        width: 100%;
        margin-left: 0;
    }
    #vista_detalle .seccion {
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 991px) {
    /*Break point Para el menu hamburguesa */
    .header {
        padding-top: 110px; /* Lo que mide el menu cuando no está en position absolute*/
    }
    .header .container {
        height: calc(100% - 0px);
    }
    .conResultados .header {
        padding-top: 117px; /* Lo que mide el menu cuando no está en position absolute*/
    }
    .conResultados .navbar {
        min-height: 117px;
    }
    .navbar {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .navbar-toggler {
        outline: transparent !important;
        position: absolute;
        right: 32px;
        top: 39px;
        padding: 0px;
    }
    .navbar-toggler.collapsed .navbar-toggler-icon {
        background-image: url("../img/iconos/menu_hamburguesa.png");
        background-size: 33px 28px;
    }
    .conResultados .navbar-toggler.collapsed .navbar-toggler-icon {
        filter: invert(75%);
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        background-image: url("../img/iconos/menu_cerrar.png");
        background-size: 33px 28px;
    }
    .conResultados .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        filter: invert(75%);
    }
    .navbar.desplegado > .container-fluid {
        width: 20%;
        min-width: 240px;
        margin: 0;
        padding: 21px 32px;
        background-color: #000;
        z-index: 999;
    }

    .navbar.desplegado .navbar-brand img {
        margin-left: 0px;
    }
    .navbar-collapse {
        width: 100%;
    }
    .navbar ul.navbar-nav {
        width: 100%;
        align-items: flex-start;
        border-top: 1px solid #4e4e4e;
        margin-top: 28px !important;
    }
    .navbar ul.navbar-nav li.nav-item a.nav-link {
        text-align: left;
        padding-bottom: 0px;
    }
    .conResultados .navbar.desplegado ul.navbar-nav li.nav-item a.nav-link {
        color: #fff;
    }
    .navbar ul.navbar-nav li.nav-item {
        padding: 0px;
        padding-bottom: 23px;
    }
    .navbar ul.navbar-nav li.nav-item:first-child {
        padding-top: 28px;
    }
    .navbar ul.navbar-nav li.nav-item:last-child {
        padding-bottom: 23px;
    }
    .form-inline {
        margin: 0px;
    }
    .input0 #search_header,
    .input100 #search_header {
        width: 100%;
        padding: 6px 14px;
    }
    .conResultados .header .resultados .icono_search.gris {
        display: block;
    }
    .icono_search {
        right: 11px;
        top: 17px;
    }
    .header .icono_search img {
        width: 20px;
    }
    .header .resultados .icono_search img {
        width: 26px;
    }
    .header .resultados .icono_search {
        right: 15px;
        top: 19px;
    }

    .desplegado .navbar-brand.logo_blanco,
    .conResultados .desplegado .navbar-brand.logo_blanco {
        display: block;
    }
    .desplegado .navbar-brand.logo_negro,
    .conResultados .desplegado .navbar-brand.logo_negro {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #alumni_home .header {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-position: -300px center;
    }
    #alumni_habilidades .header,
    #alumni_eventos .header,
    #alumni_idiomas .header {
        background-position: right center;
    }
    .seccion,
    .seccion,
    #proximamente.seccion,
    #eventos_anteriores.seccion {
        padding-top: 55px;
        padding-bottom: 90px;
    }
    #alumni_centroExtension .seccion {
        padding-top: 78px;
    }
    #proximamente.seccion {
        padding-bottom: 0px;
    }
    .container {
        max-width: calc(100% - 50px);
    }
    #alumni_home .header .container {
        height: calc(100% - 0px) !important;
    }
    .btn_flotante {
        display: none;
    }
    .btn_flotante_movil {
        display: block;
        margin-top: auto;
        margin-bottom: 43px;
    }
    .btn_flotante_movil a {
        display: inline-flex;
        font-size: 15px;
        background-color: #ede709;
        height: 47px;
        padding: 0 25px;
        align-items: center;
    }
    #alumni_home .texto_header h1 {
        font-size: 17px;
        line-height: 26px;
    }
    #alumni_home .texto_header h2 {
        font-size: 36px;
        line-height: 42px;
    }

    #texts_icons > div {
        flex-direction: column;
        align-items: center;
    }
    #texts_icons > div p {
        text-align: center;
    }
    .texto_header p {
        width: 100%;
    }
    #texts_icons > div img {
        margin-right: 0px;
        margin-bottom: 7px;
    }
    #info {
        padding-bottom: 82px;
    }
    #info > .container > .row {
        flex-direction: column;
    }
    #info .columnas {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
    }
    #info .columnas > div {
        margin-bottom: 50px;
    }
    #info .columnas:last-child > div {
        margin-bottom: 0px;
    }
    #info .columnas img {
        width: 80px;
        flex: 1 0 auto;
        margin-bottom: 0px;
        margin-right: 16px;
    }
    .iconos_rrss {
        margin-top: 35px;
    }
    .iconos_rrss a img {
        width: 55px;
        margin-right: 16px;
    }
    #rrss {
        padding-top: 47px;
    }
    #rrss p {
        max-width: 100%;
    }
    .conResultados .navbar {
        min-height: 102px;
    }
    .conResultados .header {
        padding-top: 102px;
    }
    .conResultados .seccion {
        padding-top: 60px;
    }
    .texto_header h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    .texto_header p {
        font-size: 17px;
        line-height: 26px;
    }
    .texto_intro p {
        font-size: 23px;
        line-height: 32px;
    }
    .texto_intro {
        padding-top: 50px;
    }
    #alumni_idiomas .izda p,
    #alumni_idiomas .dcha p {
        font-size: 18px;
        line-height: 28px;
    }
    #alumni_idiomas section ul li {
        width: 100%;
    }
    #alumni_certificaciones .texto_intro p {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 26px;
    }
    #alumni_certificaciones .texto_intro ul {
        padding-bottom: 34px;
    }
    #alumni_certificaciones .texto_intro img {
        width: 69px;
        height: 69px;
        margin-bottom: 14px;
    }
    #alumni_certificaciones .texto_intro li span {
        font-size: 15px;
        line-height: 22px;
    }
    #alumni_certificaciones .texto_intro li {
        margin-bottom: 20px;
    }
    #certificaciones .tit_seccion {
        font-size: 29px;
        line-height: 37px;
    }
    #certificaciones {
        padding-top: 65px;
        padding-bottom: 90px;
    }
    #listado li.item {
        flex-direction: column;
    }

    #listado li > div {
        margin-right: 0px;
    }
    #listado .btn_certificado {
        margin: 25px auto 0;
    }
    .volver {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    #vista_detalle .seccion {
        padding-top: 23px;
        padding-bottom: 55px;
    }
    #vista_detalle .wrapper_flex {
        padding-top: 25px;
    }
    #vista_detalle .tit_seccion {
        font-size: 28px;
        line-height: 35px;
    }
    .info_modulo {
        flex-direction: column;
        margin-bottom: 35px;
    }
    .wrapper_flex .info_modulo > div {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    #condiciones {
        margin-top: 22px;
    }
    #vista_detalle .btn_certificado {
        max-width: 280px;
    }
    .modal-dialog {
        margin: 25px;
    }
    .modal-body {
        padding: 30px 25px 35px;
    }
    .frase_destacada {
        flex-direction: column;
        padding: 21px 24px 10px;
    }
    .frase_destacada img {
        width: 60px;
        height: 60px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .frase_destacada p {
        text-align: center;
    }
}
@media screen and (max-width: 576px) {
    .navbar-brand {
        margin-top: 0px;
    }
    .navbar-brand img {
        width: 152px;
        margin-left: 25px;
    }
    .navbar-toggler {
        right: 25px;
        top: 32px;
    }
    .navbar.desplegado > .container-fluid {
        padding: 27px 25px;
    }

    .wrapper_flex {
        flex-direction: column;
        align-items: center;
        border-top: none;
    }
    .wrapper_flex .item:first-child {
        border-top: 1px solid #bfbfbf;
        padding-top: 31px;
        margin-top: 0px;
    }
    .item,
    #alumni_centroExtension .item {
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
        max-width: 370px;
    }
    .item,
    #alumni_centroExtension .item {
        margin-bottom: 31px;
    }
    .item,
    #alumni_centroExtension .item:last-child {
        margin-bottom: 0px;
    }

    #proximamente .item .thumbnail {
        flex-direction: column;
    }
    #proximamente .item .thumbnail > img {
        width: 100%;
    }
    #proximamente .item .caption {
        width: 100%;
        margin-left: 0px;
    }
    #listado .titulo {
        font-size: 18px;
        line-height: 28px;
    }
    #alumni_idiomas #convenios ul li {
        width: 100%;
    }
}

/***** FIN MEDIA QUERIES ****/
