:root {
    --corp-color: #8f3237;
    --text-color: #353536;
    --bg-color: #fff;
    --bg-light: #f2f2f3;

    --prl:#8bc34a;
    --tec:#4dd0e1;
    --mkt:#ba68c8;
    --rrhh:#ff5252;
    --mba:#ff9100;
    --salud:#ffd600;

    --hero-color: var(--bg-light);
    --hero-bg-color: var(--corp-color);
    --text-soft: #5f5f5e;
    --text: 15px;

    --sombra-hover: 0 24px 24px -16px rgba(40,0,0,.3);
    --fundido: all .2s ease-in-out;
}

.--tec, .area-tecnica {
    color: var(--tec) !important; }
.--mba, .area-empresariales {
    color: var(--mba) !important; }
.--prl, .area-calidad, .area-prevencion {
    color: var(--prl) !important; }
.--rrhh, .area-sociales {
    color: var(--rrhh) !important; }
.--mkt, .area-comercial {
    color: var(--mkt) !important; }
.--salud, .area-salud {
    color: var(--salud) !important; }

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family:'Roboto', sans-serif;
    outline-color: #d89497
}

* strong, * b {
    font-family: inherit;
}

/* quitar apariencia de píxeles generados por scripts */
ins.dcmads,
body > iframe,
body > img {
    position: absolute !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    overflow: hidden !important;
    z-index: -999999 !important;
}

body {
    max-width: 1920px;
    margin: 0 auto;
    color: #353536;
    font-weight:400;
    line-height:1.3;
    font-family: 'Roboto',-apple-system,BlinkMacSystemFont,sans-serif;
}

@keyframes fadeIn {
    from{
        opacity:0
    }
    to{
        opacity: 1;
    }
}
.fade-in {
    opacity:0;
    will-change:opacity;
    animation:fadeIn ease-in 1;
    animation-fill-mode:forwards;
    animation-duration:.2s;
}
img[data-lazy="lazy"],
img[loading="lazy"] {
    opacity:0;
    background: transparent;
    color: transparent;
    will-change:opacity, width, height;
    animation:fadeIn ease-in 1;
    animation-fill-mode:forwards;
    animation-duration:.2s;
}

p {
    font-weight:400;
}
.p {
    font-size: 1em !important;
    font-weight: 400 !important;
}

p strong {
    letter-spacing:.15px
}

strong {
    /*
    mejora legibilidad tipografías en Mac en negritas y textos negativos
    */
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

a.no-decoration {
    text-decoration: none !important;
}

input, select {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    background: #fff;
}

i.material-icons {
    font-size: inherit;
    vertical-align: inherit;
}

.oculta-desktop {
    display: none !important;
}
.small {
    font-size: 80%;
}

.w-100 {
    width:100% !important;
}

.w-30{
    width:30% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width:50% !important;
}

.w-100px {
    max-width:100px !important;
}


.w-200px {
    max-width:200px !important;
}

.width-300 {
    width:300px !important;
}

.w-300px {
    max-width:300px !important;
}

.w-100-300px {
    max-width:calc(100% - 300px) !important;
}

.mw-480 {
    max-width: 480px !important;
}

.mw-640 {
    max-width: 640px !important;
}

.mw-720 {
    max-width: 720px !important;
}

.mw-800 {
    max-width: 800px !important;
}

.mw-900 {
    max-width: 900px !important;
}


/* —————————————————————————————————————— */
/* LG y XL */
.w-lg-300px {
    max-width:300px !important;
}
.w-lg-100-300px {
    max-width:calc(100% - 300px) !important;
}
/*  SM y MD  */
@media screen and (max-width:990px){
    .w-lg-300px, .w-lg-100-300px {
        max-width:unset !important;
    }
}
/* Fin de  SM y MD  */
/* —————————————————————————————————————— */



.w-400px {
    max-width:400px !important;
}

.w-500px {
    max-width:500px !important;
}

.w-600px {
    max-width:600px !important;
}

.w-700px {
    max-width:700px !important;
}

.w-800px {
    max-width:800px !important;
}

.w-900px {
    max-width:900px !important;
}

.h-100 {
    height:100% !important;
}

.h-50 {
    height:50% !important;
}

.h-40px {
    height: 40px !important;
    width: auto !important;
}

.col-33{
    width:33% !important;
    display: inline-block;
}
.col-66{
    width:66% !important;
    display: inline-block;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 1em !important;
}

.m-2 {
    margin: 2em !important;
}

.m-3 {
    margin: 3em !important;
}

.mx-auto {
    margin-left:auto !important;
    margin-right: auto !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1em !important;
}

.mt-2 {
    margin-top: 2em !important;
}
.mt-3 {
    margin-top: 3em !important;
}
.mt-4 {
    margin-top: 4em !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1em !important;
}

.mb-2 {
    margin-bottom: 2em !important;
}
.mb-3 {
    margin-bottom: 3em !important;
}
.mb-4 {
    margin-bottom: 4em !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 1em !important;
}

.ml-2 {
    margin-left: 2em !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 1em !important;
}

.mr-2 {
    margin-right: 2em !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.my-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}

.my-3 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
}

.my-4 {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
}

.b-0 {
    border: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 1em !important;
}

.p-2 {
    padding: 2em !important;
}


.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.py-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.px-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 1em !important;
}

.pt-2 {
    padding-top: 2em !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 1em !important;
}

.pb-2 {
    padding-bottom: 2em !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 1em !important;
}

.pl-2 {
    padding-left: 2em !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 1em !important;
}

.pr-2 {
    padding-right: 2em !important;
}


.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.contenedor-flex, .d-flex {
    display: flex !important;
    flex-wrap: wrap;
}
.b-radius {
    border-radius: 5px;
}
.bg-white {
    background:#fff;
}

.bg-off-white {
    background:#f8f8f9;
}

.bg-light {
    background: #f2f2f3;
}

.bg-semilight {
    background: #fafafb;
}

.bg-shade-1 {
    background: #e2e2e3;
}

.text-1 {
    font-size: 1em !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.font-condensed {
    font-family: 'Roboto Condensed', sans-serif;
}

.font-weight-light, .font-light {
    font-weight: lighter !important;
}

.font-weight-normal, .font-normal {
    font-weight: normal !important;
}

.font-weight-500, .font-500 {
    font-weight: 500 !important;
}

.font-weight-bold, .font-bold {
    font-weight: bold !important;
}

.font-1 {
    font-size: 1em !important;
}
.font-11 {
    font-size: 1.1em !important;
}
.font-12 {
    font-size: 1.2em !important;
}
.font-14 {
    font-size: 1.4em !important;
}
.font-15 {
    font-size: 1.5em !important;
}
.font-16 {
    font-size: 1.6em !important;
}
.font-17 {
    font-size: 1.7em !important;
}
.font-18 {
    font-size: 1.8em !important;
}
.font-19 {
    font-size: 1.9em !important;
}
.font-2 {
    font-size: 2em !important;
}

.nolist {
    padding-left: 0 !important;
    list-style: none !important;
}

.nowrap {
    white-space: nowrap !important;
}

.letter-spacing-01 {
    letter-spacing: .166px;
}

.letter-spacing-03 {
    letter-spacing: .333px;
}

.letter-spacing-06 {
    letter-spacing: .666px;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}


.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.size-inherit {
    font-size: inherit !important;
}

.mix-multiply {
    mix-blend-mode: multiply !important;
}

.mix-darken {
    mix-blend-mode: darken !important;
}

.text-link {
    color: #8f3237;
    padding: 0 !important;
    width: fit-content;
    width: -moz-fit-content;
    text-decoration: none;
    border-style:solid;
    border-width: 0 0 1px 0;
    border-color: transparent;
    transition: var(--fundido);
    will-change: color, border;
}

.text-link:hover {
    color: #8f3237;
    text-decoration: none;
    border-color: #8f3237;
}

.text-link::after,
.chveron-right::after {
    font-family: 'Material Icons';
    content:"chevron_right";
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

.text-col-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    column-gap: 1.5em;
    -moz-column-gap: 1.5em;
}

.text-col-2 ul {
    margin-bottom: 0 !important;
}

.text-col-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    column-gap: 1.5em;
    -moz-column-gap: 1.5em;
}

.col-child-no-break {
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;
}

.font-1 {
    font-size: 16px !important;
}
.font-09 {
    font-size: 14.4px !important;
}

.small-caps {
    font-variant: small-caps;
}

.all-small-caps {
    font-variant: all-small-caps;
}

.text-white, .fff {
    color: #fff;
}

.nopadding-left {
    padding-left: 0 !important;
}

.hide {
    display: none !important;
}

.wrapper {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
}

.clear {
    clear: both !important;
}

.espacio-horizontal {
    width: 100%;
    padding: 0.5em;
}
.espacio-horizontal-2 {
    width: 100%;
    padding: 1em;
}
.espacio-horizontal-3 {
    width: 100%;
    padding: 1.5em;
}

.nodesktop {
    display: none
}

.text-red {
    color: #CB0000 !important;
}

.bg-red {
    background-color: #CB0000 !important;
}

.img-real-size{
    width: auto!important;
    height: auto!important;
}

.img-100{
    width: 100%;
    height: auto!important;
}

.btn-normal {
    display: inline-block;
    margin: .5em 0;
    height: 2em;
    max-width: 320px;
    padding: .628em 1.382em;
    background: #8f3237;
    color: #fff;
    font-size: 1.2em;
    line-height: 1;
    text-align: center;
    letter-spacing: .333px;
    border-radius:2em;
    transition: all .1s ease-in-out;
    will-change: filter;
    cursor: pointer;
}

.btn-normal:hover {
    filter: brightness(120%);
}

.bg-rosa {
    background: #d89497;
    color: rgba(0,0,0,.8)
}

.btn-normal.bg-red-bright:hover {
    filter: brightness(120%);
}

.btn-ghost {
    display: inline-block;
    margin: .5em 0;
    max-width: 320px;
    padding: .6em 1.3em;
    background: none;
    border: thin solid rgba(255,255,255,.618) !important;
    color: #fff;
    font-size: 1.2em;
    line-height: 1;
    text-align: center;
    letter-spacing: .333px;
    border-radius:2em;
    transition: all .1s ease-in-out;
    will-change: box-shadow, background;
    cursor: pointer;
}

.btn-ghost:hover {
    background: #8f3237;
    border: 0;
}

#shadow_loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .6);
    z-index: 20000000
}

#black-friday {
    margin-left: 99px;
    margin-top: 30px
}

.texto-med {
    font-size: 15px
}

#div_loader {
    position: fixed;
    width: 75px;
    height: 75px;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px
}

#filtro {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: .7;
    background-color: #666;
    z-index: 800;
    visibility: visible;
    width: 100%;
    display: none
}



#mensaje {
    position: fixed;
    top: 65px;
    z-index: 999;
    display: none;
    padding-bottom: 10px
}

#aviso-cookies{
    position: fixed;
    bottom: 0;
    color: #353536;
    background: #f2f2f3;
    text-align: left;
    font-size: 12px;
    letter-spacing:.333px;
    width: 100%;
    cursor: pointer;
    padding: 24px 324px 24px 24px;
    z-index: 999999;
}

#aviso-cookies a{
    font-family:inherit;
}

.container_popup {
    background: #fff;
    padding: 15px;
    color: #353536
}

.container_popup h1 {
    color: #8f3237
}

.mov-menu {
    height: 0;
    overflow: hidden;
    margin: 0
}

.nuevo {
    font-size: 14px;
    color: #C10A12;
    font-weight: 500;
    margin-left: 10px
}

.unacolumna {
    width: 100%;
    margin: 0 auto
}

.doscolumnas {
    overflow: hidden;
    width: 100%;
    margin:0 auto;
}

.trescolumnas {
    width: 100%;
    margin: 0 auto;
    max-width: 1160px;
    margin-top: 21px
}

.columnaderecha {
    float: right
}

.columnaizquierda {
    float: left
}

.titulo-apartado {
    width: 100%;
    overflow: hidden;
    margin: 15px auto;
    text-align: center;
    margin-top: 45px
}

.titulo-apartado.claim {
    margin-top: 15px
}

.titulo-apartado.poco_margen {
    margin-top: 0;
    margin-bottom: 0;
}

.titulo-apartado .tachado {
    position: relative;
    vertical-align: middle;
    height: 0;
    border-top: 1px solid #ddd;
    display: block;
    top: 15px;
    float: left;
    width: 30%
}

.titulo-rojo {
    float: left;
    width: 40%;
    font-weight: 400;
    color: #616161;
    text-align: center;
    font-size: 26px !important;
    margin: 0 auto 1em;
    padding: 0 12px;
    font-family: 'Roboto Condensed', sans-serif;
}

.titulo-rojo .enlaceboton{
    font-family: 'Roboto Condensed', sans-serif;
    color: var(--text-soft);
}
.claim h3.titulo-rojo {
    margin-bottom: 0;
    color: #8f3237;
    font-size: 22px !important;
    cursor: pointer
}

a.mini-boton {
    margin: .5em 0;
    position: relative;
    text-align: center;
    display: table;
    color: #fff;
    text-decoration: none;
    letter-spacing: .166px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #497fff;
    padding: 1em 1.5em;
    border-radius: 3em;
    box-shadow: 0 0.5em 2em -1em rgba(0,0,0,.5);
    transition: var(--fundido);
    will-change: background, box-shadow, letter-spacing;
}

a.mini-boton:hover {
    background-color: #3176ff;
    letter-spacing:.33px;
    box-shadow: 0 0.5em 2em -1em rgba(0,0,0,1);
}

a.mini-boton-ghost {
    position: relative;
    margin: .5em 0;
    display: table;
    padding: .78em 1.5em;
    text-align: center;
    background-color: transparent;
    color: #8f3237;
    letter-spacing: .166px;
    text-decoration: none;
    border: 1px solid #8f3237;
    border-radius: 3em;
    transition: var(--fundido);
    will-change: background, box-shadow, letter-spacing, border, font-weight;
}

a.mini-boton-ghost:hover,
a.mini-boton-ghost:active {
    background-color: unset;
    letter-spacing:.33px;
    color: #353536;
    border-color: #353536;
    font-weight: 500;
}


a.mini-boton i.material-icons,
a.mini-boton-ghost i.material-icons{
    font-size: inherit;
    margin-right: .2em;
    position: relative;
    top: 1px
}

.texto-subtitulo {
    font-size: 17px;
    margin-bottom: 9px
}

.enlace-invisible {
    text-decoration: none;
    color: inherit
}

.popup-baremable-oposiciones {
    cursor: pointer
}

.titular-ventajas .tachado {
    border-color: transparent;
}

.fade-scroll {
    border-radius: 5px;
}

.fade-scroll:after {
    content: '';
    position: absolute;
    bottom: 4px;
    width: calc(100% - 13px);
    height: 2em;
    background: linear-gradient(0deg, rgba(242,242,243,1) 0%, rgba(242,242,243,0) 100%);
}

.wrapper.contenedorColumnasBlogs {
    margin-bottom: 150px;
}

.apartado-blog {
    margin: 0 .625em .625em 0;
    padding: 1em 1em 1.625em;
    border-bottom: thin solid rgba(0,0,0,0.05);
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
    transition: var(--fundido)
}

.apartado-blog a {
    text-decoration: none
}

.apartado-blog .texto-subtitulo {
    font-size: 14px;
    text-decoration: none;
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
}

.apartado-blog .texto-subtitulo:hover {
    text-decoration: underline
}

.iconos-blogs {
    background: url(/img/accesos-blogs.svg) no-repeat center;
    height: 69px;
    float: left;
    width: 70px;
    background-size: 351px;
}

.apartado-blog {
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
    transition: var(--fundido);
    will-change: background, box-shadow, border, border-radius;
}

.apartado-blog:hover {
    background-color: #fafafb;
    border-bottom: thin solid transparent;
    border-radius: 5px;
    box-shadow: 0 32px 32px -24px rgba(80,0,0,.25);
    z-index: 99;
}

.apartado-blog .blog-info {
    margin-left: 1em;
    color: var(--text-color)
}

.blog-info {
    padding-right: 1em;
}

.apartado-blog .izquierda  {
    float: left;
    width: 15%;
    transition: var(--fundido);
    will-change: color, filter, box-shadow, letter-spacing;
}

.apartado-blog .texto-subtitulo {
    color: var(--text-color);
}

.apartado-blog .izquierda:hover .texto-subtitulo {
    color: var(--corp-color)
}

.apartado-blog .iconos-blogs {
    filter: saturate(0);
}

.apartado-blog .izquierda:hover .iconos-blogs {
    filter: saturate(1);
}

.apartado-blog .derecha {
    float: right;
    width: 82%
}

.blog_fecha {
    font-family: 'Roboto Mono', monospace;
    font-size: 13px;
    white-space: nowrap;
    color: #626262;
    margin-top: .6128em;
    width: 84px;
    overflow: hidden;
}

.blog_button {
    font-size: .8em;
    margin-top: .2em;
}

.apartado-blog :not(.izquierda):hover .blog_button {
    text-decoration: underline;
}

.blog_text {
    font-size: 13px;
    margin: 8px 0;
}

.blog_title {
    display: inline;
    font-size: 1.2em;
    font-weight: 500;
    opacity:.9
}

.iconos-blogs.blog-corporativo {
    background-position: 0 0
}

.iconos-blogs.blog-corporativo {
    background-position: 0 0
}

.iconos-blogs.blog-prl {
    background-position: -140px 0
}

.iconos-blogs.blog-eerr {
    background-position: -71px 0
}

.iconos-blogs.blog-ds {
    background-position: -140px -68px
}

.iconos-blogs.blog-log {
    background-position: -209px 0
}

.iconos-blogs.blog-mba {
    background-position: -210px -68px
}

.iconos-blogs.blog-tec {
    background-position: -278px 0
}

.iconos-blogs.blog-mkt {
    background-position: -71px -68px
}

.iconos-blogs.blog-rrhh {
    background-position: 0 -69px
}

.wrapper h5 {
    margin-bottom: .5em;
    font-size: 20px;
    font-weight: 400;
}

.novisible {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important
}

.fijotop {
    position: fixed !important;
    top: 0 !important;
    z-index: 5;
    margin-top: 0 !important
}

.fijotop-resultado {
    position: absolute !important;
    top: 207px !important
}

.leermas {
    display: none;
    cursor: pointer;
    color: #8f3237;
    margin-top: 6px
}

.campus-virtual {
    color: #fff;
    margin-left: 0;
    font-size: 14px;
    line-height: 0;
    font-weight: 500
}

.contenido-secundaria .campus-virtual {
    color: #fff;
    margin-left: -2px;
    font-weight: 800
}

.texto-centrado {
    text-align: center
}

.campus-virtual.c-rojo {
    color: #8f3237
}

h1 .campus-virtual {
    color: #8f3237;
    font-size: 20px
}

.boton {
    width: calc(100% - 4em);
    max-width: 420px;
    height: unset;
    margin: 1em auto;
    background: var(--text-soft);
    padding: .9em 1em;
    text-align: center;
    color: #fff;
    font-size: .9em !important;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-decoration: none;
    border-radius: 64px;
    box-shadow: 0 11px 8px -8px rgba(0,0,0,.3);
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: var(--fundido);
    will-change: background, box-shadow, filter;
}

.boton.alargado {
    width: 97%;
    padding: 19px !important
}

.boton:hover,
.boton:focus {
    background: var(--corp-color);
    box-shadow: 0 10px 10px -5px rgba(40,0,0,.3)
}

.enlaceboton {
    text-decoration: none !important;
    color: inherit
}

.boton-home:hover {
    background: #545252 !important
}

.boton-home {
    background: #D21E1E !important;
    font-size: 21px;
    padding: 5px !important
}

.boton-home .campus-virtual {
    font-size: 29px
}

.logo-whatsapp {
    background: url(/img/iconos/css-sprite-rrss-telef.svg) no-repeat center;
    background-position: -256px 0;
    margin: 0 auto;
    height: 40px;
    width: 40px;
    background-size: 832px;
}

.contenido-ficha .logo-whatsapp {
    background-size: 624px 33px;
    background-position: -197px 0;
    width: 25px;
    height: 28px;
    float: left;
}

.caja-whatsapp .whatsapp-datos-ficha-prod:last-child {
    font-size: .8em;
}

.whatsapp-datos {
    line-height: 1;
    height: auto;
    position: relative;
    margin-top: 16px;
}

.logo-telefono {
    background: url(/img/iconos/css-sprite-rrss-telef.svg) no-repeat center;
    background-position: -448px 0;
    margin: 0 auto;
    height: 40px;
    width: 40px;
    background-size: 832px;
}

.modal {
    cursor: pointer !important;
    text-decoration: underline !important
}

.datos-cabec {
    overflow: hidden;
    border: 0;
    padding: 0;
    margin-top: 7px;
    width: 69%;
    float: right
}

.contacto-cab {
    overflow: hidden;
    float: left;
    margin-right: 4px;
    margin-top: 0;
    margin-left: 4px
}

nav a, .buscador-resultados a {
    text-decoration: none;
    color: inherit
}

.principal .buscad-header {
    display: none
}

.principal li {
    cursor: pointer
}

.buscador-resultados .nuevo {
    font-size: 12px;
    color: #C18689
}

.despbuscadorcont {
    position: absolute;
    padding: 0;
    z-index: 999
}

.resultadosBuscar {
    background: #353536;
    width: 303px;
    overflow: auto;
    padding: 10px 27px;
    z-index: 11;
    max-height: 500px
}

.resultadosBuscarAdicional {
    border-top: 2px dotted #fff;
    background: #353536;
    margin-top: 25px;
    width: 238px;
    overflow: auto;
    padding: 10px 0;
    z-index: 12
}

.despbuscadorcont a {
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .166px;
    line-height: 1.5;
}

.despbuscadorcont a:hover {
    text-decoration: underline
}

.despbuscadorcont ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0
}

.despbuscadorcont li {
    padding: 9px 0;
    margin: 0;
    color: #fff;
    list-style: none;
    border-bottom: 1px solid #555;
}

.secundaria {
    width: 100%;
    margin: 0 auto;
    background: #8f3237;
    position: absolute;
    top: 0;
    left:0;
}

.contenido-secundaria {
    max-width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    letter-spacing: .166px;
}

.secundaria ul {
    float: left;
    width: 690px;
    margin: 0 auto;
    overflow: hidden;
    height: 26px;
    padding-left: 0
}

.secundaria h1, .secundaria div.h-uno {
    float: right;
    text-align: right;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
    margin-right: 7px
}

.secundaria ul li {
    list-style: none;
    float: left;
    width: auto;
    margin-right: 20px;
    text-align: left;
    font-size: 12px;
    color: #fff;
    padding: 5px 5px;
    cursor: pointer;
    padding-left: 0
}

.cabecera {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 28px;
    overflow: hidden;
    height: 79px
}

.logos-cabecera {
    float: left;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 11px
}

.logos-cabecera a {
    display: inline-block;
    vertical-align: bottom
}

.logos-cabecera > a {
    margin-right: 10px
}

.logos-cabecera img {
    float: left
}

.buscad-header {
    position: relative;
    float: none;
    clear: both;
    margin-bottom: 0
}

.buscad-header input {
    float: right;
    margin-top: 0;
    width: 303px;
    height: 33px;
    padding: 6px;
    font-size: 15px;
    background: #F3F3F3;
    font-weight: 400;
    border: 1px solid #8f3237;
    color: #8f3237
}

.buscad-header ::-webkit-input-placeholder {
    color: #8f3237 !important;
    font-weight: 400 !important;
    font-size: 15px !important
}

.colaboradora {
    float: left;
    margin-left: 30px;
    margin-top: 10px
}

.colaboradora p {
    font-size: 10px;
    margin-bottom: 4px;
    color: #6D6D6D
}

.colaboradora img {
    margin-left: 10px
}

#entorno {
    background: #000;
    color: #fff;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    position: absolute;
    top: 30px;
    left: 5px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px
}

.principal {
    width: 100%;
    margin: 0 auto;
    background: #8f3237;
    overflow: hidden;
    position: relative;
    z-index: 10
}

.principal ul {
    max-width: 1160px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0
}

.principal ul li {
    list-style: none;
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    line-height: 43px;
    margin-right: 5.5%;
    margin-left: 0;
    margin-bottom: 0
}

.principal ul li:last-child {
    margin-right: 0
}

.principal ul li:hover, .secundaria ul li:hover {
    text-decoration: underline
}

.buscar {
    width: 37px;
    float: left;
    margin-right: 0
}

.encuentra {
    display: inline-block;
    vertical-align: bottom
}

.boton-lupa {
    cursor: pointer;
    float: none;
    display: inline-block;
    vertical-align: bottom;
    height: 56px;
    width: 50px;
    margin-left: 5px;
    position: relative;
    top: 4px
}

.boton-lupa .avanzado {
    font-size: 10px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    width: 50px;
    display: inline-block;
    color: #5d5d5c;
    font-weight: 400
}

.boton-lupa .lupa {
    float: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    vertical-align: bottom;
    background: #8f3237;
    padding: 2px 3px;
    height: 33px;
    width: 50px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
}

.boton-lupa .lupa:hover {
    background: #d0343b
}

.boton-lupa .cristal {
    border-color: #fff;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    width: 17px;
    height: 17px;
    top: 3px;
    left: 10px
}

.boton-lupa .mango {
    background: #fff;
    top: 13px;
    margin-left: 23px;
    margin-top: -11px;
    width: 11px
}

.lupa {
    float: left
}

.buscad-header .lupa {
    cursor: pointer
}

.cristal {
    background: none;
    border: 2px solid #8f3237;
    height: 20px;
    top: 2px;
    width: 20px;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0;
    z-index: 2
}

.mango {
    height: 2px;
    width: 13px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-left: 14px;
    margin-top: -8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #8f3237;
    top: 11px;
    position: relative
}

.frases {
    float: right;
    width: 370px;
    margin-top: 1px;
    margin-bottom: 5px
}

.frases p {
    font-size: 16px;
    margin-bottom: 4px;
    color: #5d5d5c
}

.contacto-cab > p {
    overflow: hidden;
    font-size: 20px;
    margin-bottom: 6px;
    color: #5d5d5c
}

.buscador-texto form {
    width: 100%;
    margin-bottom: 12px
}

.buscador-texto form input {
    height: 30px;
    width: 100%;
    font-size: 17px;
    padding: 3px 5px
}

.seo_home {
    font-size: 14px;
    clear: both;
    padding-top: 3px;
    color: #8f3237
}

.telefono {
    float: left;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
    color: #5d5d5c;
    padding-left: 0;
}

.nograt {
    margin-right: 15px
}

.fijo-btn .telef-fijo .nograt {
    margin-left: 32px
}

.telef {
    font-size: 16px !important;
    font-weight: 500;
}

.telefono p {
    font-size: 13px;
    margin-bottom: 0
}

.contacto-home .whatsapp-datos{
    margin-top: 0;
}

.contacto-home .whatsapp-datos .telef{
    font-weight: 400;
}

.contacto-home .telefono p{
    margin: .5em 0 0;
    font-size: .9em;
    color: var(--text-color);
    letter-spacing: 0.01em;
}

.contacto-home .telef {
    margin: 6px 0;
    font-weight: 400;
}

.telefono .bandera {
    margin: 0 5px 0 0;
    width: initial !important
}

.apartado .bandera {
    height: 15px;
    width: 25px;
    margin-right: .2em;
}

.boton-flota {
    background: #fff !important;
    left: 50%;
    margin-left: -45%;
    position: relative;
    width: 90% !important;
    padding: 18px !important;
    margin-bottom: 30px !important;
    margin-top: 28px !important;
    cursor: pointer !important;
    display: block;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px
}

.boton-flota:hover {
    background: #dedede !important
}

.boton-flota p {
    color: #D0343B !important;
    font-size: 21px !important;
    text-align: center !important;
    font-weight: 400;
    padding-left: 0 !important
}

header p, header ul li, header ol li {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.buscador-resultados {
    position: absolute;
    overflow: hidden;
    background: #f1f1f1;
    width: 100%;
    padding: 16px;
    max-width: 1160px;
    color: #000;
    left: 50%;
    margin-left: -580px;
    display: none;
    max-height: 60%;
    overflow-y: scroll;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
    z-index: 17 !important;
}

.tablaresultado {
    overflow: hidden;
    width: auto;
    margin-bottom: 10px
}

.tablaresultado > div, .tablamp {
    float: left;
    width: 46%;
    margin: 0 2%
}

.buscador-texto form {
    width: 100%
}

.buscador-texto form input {
    width: 100%
}

.buscador-resultados .tabla .pretit {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    line-height: normal;
    cursor: default;
    margin-bottom: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 2px;
    text-align: center
}

.buscador-resultados li {
    font-size: 13px;
    font-weight: 400;
    line-height: initial;
    border-bottom: 1px solid #bfbfbf;
    padding: 7px 0;
    list-style: none;
    margin-top: 0
}

.buscador-resultados li[data-id-area]:hover, .buscador-resultados a:hover {
    color: #8f3237;
    font-weight: 500;
    text-decoration: none
}

.buscador-resultados .tabla.tablaarea, .buscador-resultados .tabla.tablacualificacion {
    border-right: 1px solid #cacaca;
    padding-right: 14px;
    margin-right: 17px;
    width: 219px;
    margin-bottom: 20px;
    float: left
}

.buscador-resultados .tabla.tablaarea li, .buscador-resultados .tabla.tablacualificacion li {
    cursor: pointer;
    font-size: 13px;
    border: 1px solid #353536;
    padding: 5px;
    margin-bottom: 5px
}

.buscador-resultados .tabla.tablaarea li:hover, .buscador-resultados .tabla.tablacualificacion li:hover {
    background: #353536;
    border: 1px solid #353536;
    color: #fff
}

.buscador-resultados .cuadrito {
    width: 4px;
    height: 4px;
    float: left;
    margin: 5px 6px;
    position: relative
}

.buscador-resultados .cuadro {
    width: 7px;
    height: 7px;
    float: left;
    margin: 4px 5px 3px 0;
    position: relative
}

.tabla ul {
    padding: 0
}

.buscador-masterpropio .columnado ul {
    width: 32%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 10px 0;
    position: relative
}

.columnado ul.vermas {
    padding-left: 0;
    display: none
}

.columnado.doscol {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2
}

.columnado li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-left: 20px;
    margin-bottom: 0
}

.columnado li.tit_grupo {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    line-height: normal;
    cursor: default;
    margin-bottom: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #757575;
    padding-bottom: 2px
}

.columnado li.tit_grupo.primero {
    margin-top: 0
}

.columnado li.sangria {
    margin-top: 3px
}

.columnado li.sangria.primero {
    margin-top: 15px
}

.columnado li.vermas {
    border-top: 6px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: none;
    width: 0;
    position: relative;
    left: 50%;
    margin-left: -10px
}

.columnado li.vermas.texto {
    text-align: center;
    width: 40px;
    left: 50%;
    position: relative;
    height: 10px;
    line-height: 0;
    color: #fff;
    font-weight: bold;
    border: 0;
    margin-left: -10px
}

.columnado a.flecha_vermas {
    cursor: pointer
}

.columnado a.vermas {
    display: none
}

.tablaarea .selected, .tablacualificacion .selected {
    color: #fff;
    font-weight: 500 !important;
    background: #353536
}

.tablaarea .boton, .tablacualificacion .boton {
    background-color: #525252;
    text-align: center;
    text-decoration: none;
    font-size: 13px !important;
    margin-top: 10px;
    color: #fff;
    width: 100%;
    padding: 12px
}

.tablaarea .boton:hover, .tablacualificacion .boton:hover {
    background-color: #8f3237;
    color: #fff
}

.tablaarea .boton a:hover {
    color: #fff !important
}

.nav-up {
    top: -50px
}

.localizacion {
    background: url(/img/iconos/css-sprite-rrss-telef.svg);
    width: 14px;
    height: 20px;
    float: right;
    margin-left: 4px;
    margin-top: -2px;
    cursor: pointer;
    background-position: -431px -16px;
    background-size: 832px;
}

.flota-cont div {
    margin-top: 3px
}

.texto-contact {
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 6px;
    color: #5d5d5c
}

.resto-datos {
    display: none
}

.pop-contacto .telephone {
    background: url(/img/iconos/css-sprite-rrss-telef.svg) no-repeat center;
    background-position: -342px -7px;
    height: 31px;
    width: 33px;
    float: left;
    display: none;
    background-size: 832px;
}

.pop-contacto a {
    text-decoration: none;
    overflow: hidden;
    color: #5d5d5c;
    width: auto;
    font-weight: 500
}

.contacto-home .telefono a {
    color: var(--text-color);
    font-weight:400;
    text-decoration: none;
}

.cabecera .logo-skype{
    background-position: -228px -2px;
    height: 26px;
    width: 36px;
    background-size: 630px;
}


.contacto-home .logo-skype {
    height: 40px;
    width: 40px;
    float: none;
    margin-left: auto;
    background-position: -320px -2px;
    background-size: 880px !important;
}

.logo-skype {
    background: url(/img/iconos/css-sprite-rrss-telef.svg) no-repeat center;
    margin: 0 auto;
    float: left;
    position: relative;
    top: -3px;
    margin-left: 7px;
    background-position: -171px -1px;
    height: 25px;
    width: 23px;
    background-size: 832px;
}

.horario-skype {
    float: right;
    top: -8px;
    position: relative
}

.contacto-home .horario-skype {
    float: none;
    top: 0;
    position: relative
}

.telef-fijo .horario-skype {
    top: 2px
}

.flota-cont .logo-skype {
    background-position: -300px -3px;
    height: 40px;
    width: 40px;
    margin-right: 0;
    margin-left: 4px;
    top: 0
}

.flota-cont .horario-skype {
    top: 5px
}

.flota-cont .logo-phone {
    background: url(/img/iconos/css-sprite-rrss-telef.svg) no-repeat center;
    background-position: -341px 0;
    margin: 0 auto;
    height: 40px;
    width: 40px;
    float: left;
    margin-right: 10px;
    background-size: 832px;
}

.pop-contacto.flota-cont .telephone {
    display: block
}

.pop-contacto.flota-cont .telefonos .telefono {
    overflow: hidden;
    width: 165px;
    text-align: right;
    float: right;
    padding-right: 11px
}

.pop-contacto.flota-cont p {
    font-size: 22px;
    padding-left: 16px;
    color: #fff;
    float: left;
    line-height: initial;
    display: block
}
.pop-contacto.flota-cont .texto-contact {
    padding-left: 32px!important;
}
.pop-contacto.flota-cont .telefonos .telefono p {
    text-align: right;
    float: right;
    font-size: 13px
}

.pop-contacto.flota-cont .telefonos .telefono .telef {
    font-size: 13px;
    color: #fff
}

.pop-contacto.flota-cont .telefonos .logo-whatsapp {
    float: left
}

.pop-contacto.flota-cont .telefonos .logo-skype {
    float: left;
    background-position-x: -300px;
    background-size: 824px;
}

.pop-contacto.flota-cont {
    background: rgba(204, 0, 0, .88);
    padding: 14px 8px 0;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    position: fixed;
    right: 0;
    height: auto;
    z-index: 999999999;
    line-height: 26px;
    top: 60px;
    width: 224px;
    margin: 0;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.5);
    transition: ease;
}

.pop-contacto.flota-cont div {
    margin-top: 0
}

.pop-contacto.flota-cont .telefonos {
    position: relative;
    float: left
}

.pop-contacto.flota-cont .telefonos .telefono {
    margin-top: 18px;
    width: 100%;
    float: none
}
.pop-contacto.flota-cont .telefonos .telefono p {
    float: none
}

.pop-contacto.flota-cont .telefonos .telef {
    font-size: 19px !important
}
section.masthead {
    position:relative;
}
.slick-dots {
    position: relative !important;
    bottom: unset !important;
}
.colombia .slick-slider .slick-track,
.colombia .slick-slider .slick-list {
    border-radius: 0;
}
.slider-slick .slider-fondo {
    width: 100%;
    background-size: cover;
    height: 300px
}
.slider-slick .slider-video {
    padding: 20px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto
}
.slider-video iframe {
    height: 245px;
    width: 436px;
    border: 0
}
.fondo-slider-home {
    width: 100%
}
.fondo-graduacion.webp{
    background-image: linear-gradient(rgba(68,55,41,0) 66%, rgba(68,55,41,.4) 90%), url(/img/slider/madre-estudia-online-v3.jpg.webp);
    background-blend-mode: darken;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 28%;
}

.fondo-graduacion.nowebp {
    background-image: linear-gradient(rgba(68,55,41,0) 66%, rgba(68,55,41,.4) 90%), url(/img/slider/madre-estudia-online-v3.jpg);
    background-blend-mode: darken;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 28%;
}


.caja-texto-home-buscador {
    position: relative;
    top: 170px !important;
    margin: 0 0 0 -2px !important;
    max-width: 70%;
    padding: 10px 100px 0;
}

.caja-texto-home-buscador h2 {
    margin: 0 0 0 -2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.masthead-tit {
    width: auto!important;
    float: none!important;
    padding: .1em .2em;
    font-size: 33px!important;
    font-weight: 500;
    color: rgba(255,255,255,.95);
    letter-spacing: .333px;
    border-radius: 3px;
}

.masthead-tit .--dest {
    text-transform: uppercase;
    font-style: italic;
}

.caja-texto-home-buscador form {
    position: relative;
    display: block;

    width: calc(100% - 7.5em);
    max-width: 720px;
    background: rgba(160,160,160,.4);
    background: linear-gradient(rgba(160,160,160,.4),rgba(220,220,220,.4));
    backdrop-filter: saturate(2) blur(24px);
    -webkit-backdrop-filter: saturate(2) blur(24px);
    padding: 4px;
    border-radius: 8px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#form-wrap {
    position: relative;
    display: block;
    margin: 0;
    height: 2.5em;
    padding: 0;
    border-radius: 5px;
}

.buscador-label {
    z-index: 1;
    position: absolute;
    top: -23px;
    margin-left: -3px;
    background: rgba(160,160,160,.382);
    padding: 0 3px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    white-space: nowrap;
    color: #fff;
    border-radius: 3px 3px 0 0;
    backdrop-filter: saturate(2) blur(24px);
    -webkit-backdrop-filter: saturate(2) blur(24px);
}
.form-col:first-of-type .buscador-label {
    margin-left: 2px;
}

.caja-texto-home-buscador form span.form-col {
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    top:0;
    left: 0;
    margin: 0;
    padding: 0;
}

.caja-texto-home-buscador form .form-col input,
.caja-texto-home-buscador form .form-col select {
    position: relative;
    top: 0;
    margin: 0 1px 0 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    height: 100%;
    background: rgba(255,255,255,.9);
    padding: .8em 1em;
    font-size: .8em;
    font-weight: 500;
    line-height: 1.2;
    color: var(--text-soft)!important;
    vertical-align: middle;
    border: 0;
    border-radius: 0;
    mix-blend-mode: luminosity;
    cursor: pointer;
}
.caja-texto-home-buscador form .form-col input:hover,
.caja-texto-home-buscador form .form-col select:hover,
.caja-texto-home-buscador form .form-col input:focus,
.caja-texto-home-buscador form .form-col select:focus {
    filter: contrast(1.2);
    height: 100%
}
.caja-texto-home-buscador form .form-col input {
    width: calc(40% - 50px);
    left: 0;
    background: rgba(255,255,255,.9);
    cursor: text;
    border-radius: 4px 0 0 4px;
}

.caja-texto-home-buscador form .form-col input::placeholder {
    color: var(--text-soft)!important;
}

.caja-texto-home-buscador form .form-col select {
    left: 0;
    margin-left: -3px;
    padding-right: 3em;
    background: rgba(255,255,255,.9) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 32 32'%3e%3cpath fill='%235f5f5e' d='M29.724 7.724c0.521-0.521 1.365-0.521 1.886 0s0.521 1.365 0 1.886l-14.667 14.667c-0.521 0.521-1.365 0.521-1.886 0l-14.667-14.667c-0.521-0.521-0.521-1.365 0-1.886s1.365-0.521 1.886 0l13.724 13.724 13.724-13.724z'/%3e%3c/svg%3e") no-repeat right 12px center/12px 12px;
    background-position: calc(100% - 1rem);
}

.caja-texto-home-buscador form .form-col select[name="url_area"]{
    width: calc(32% - 30px);
}
.caja-texto-home-buscador form .form-col select[name="url_modalidad"] {
    width: calc(28% - 30px);
}

.caja-texto-home-buscador .boton-buscar {
    position: relative;
    display: inline-block;
    width: 106px;
    height: 100%;
    margin: 0 0 0 -5px;
    background: rgba(0,90,143,.8);
    padding: .8em 1em;
    text-align: center;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1;
    color: #f2f2f3;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: all .15s ease-in-out;
}
.caja-texto-home-buscador .boton-buscar:hover,
.caja-texto-home-buscador .boton-buscar:focus {
    filter: brightness(1.2);
}
.slider-home .texto-buscar {
    display: inline-block;
    width: unset;
}
.caja-texto-home-buscador .boton-buscar i {
    vertical-align: bottom !important;
}


.despbuscadorcont.resultados-dinamicos-home {
    position: absolute;
    width: 581px;
    margin-left: 0;
    top: 39px;
    margin-top: 0
}

/* contenedor del SLIDER */
#marquesina {

    --sl-height: 57px;

    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: calc(100% - (50% - 270px));
    mask-image: linear-gradient(to right, transparent 1%, black 3%, black 97%, transparent 99%);
    -webkit-mask-image: linear-gradient(to right, transparent 1%, black 3%, black 97%, transparent 99%);
}

/* .slider-banda-home = SLIDER */
.slider-banda-home .slick-prev {
    left: -5% !important;
    top: 38% !important;
    border-right: 3px solid #fff !important;
    border-top: 3px solid #fff !important
}
.slider-banda-home .slick-next {
    right: -5% !important;
    top: 38% !important;
    border-right: 3px solid #fff !important;
    border-top: 3px solid #fff !important
}

/* .banner-banda = SLIDE */
.banner-banda {
    position: relative;
    width: 100% !important;
    height: var(--sl-height) !important;
    padding: .5em .5em 0 0;
    border-left: 3px solid transparent;
    cursor: pointer;
    transition: all .1s ease-in-out;
    will-change: backdrop-filter, -webkit-backdrop-filter, background, border-left;

}
.slider-banda-home .banner-banda:hover,
.slider-banda-home .banner-banda:focus {
    border-left: 3px solid currentColor;
    background: rgba(20,20,20,.3)!important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.slider-banda-home .banner-banda:active {
    background: currentColor !important;
}

.banda-tit {
    position: absolute;
    margin: 0;
    height: 100%;
    padding: 0 1em .5em 0.8em;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .444px;
    color: rgba(255,255,255,.85);
    border-left: 1px solid rgba(180,180,180,.4);
    transition: border-left .1s ease-in-out;
    will-change: border-left;
}
.slider-banda-home:hover .banda-tit,
.slider-banda-home:focus .banda-tit {
    color:#fff;
    border-left-color: rgba(180,180,180,0);
}

/* fin del slider cabecera home desktop */
.fondo-slider-home, .contededor-caja-texto {
    height: 477px
}

.contededor-caja-texto {
    list-style: none;
    padding-left: 0;
    width: 100%;
    background: url(/img/slider/banners/RECURSOS-018.jpg) no-repeat center;
    background-size: cover
}

.contededor-caja-texto > div {
    width: 50%;
    padding-top: 22px;
    padding-left: 54px;
    margin: 0
}

.contededor-caja-texto a:hover {
    background: rgba(128, 128, 128, .2)
}

.contededor-caja-texto a {
    background: rgba(72, 71, 71, .41);
    padding: 18px;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    -webkit-box-shadow: 1px 2px 4px 2px rgba(58, 57, 57, .32);
    -moz-box-shadow: 1px 2px 4px 2px rgba(58, 57, 57, .32);
    box-shadow: 1px 2px 4px 2px rgba(58, 57, 57, .32)
}

.contededor-caja-texto > div > div {
    position: relative;
    bottom: 0;
    top: 0;
    margin-bottom: 9px;
    display: inline-block;
    width: 32%;
    vertical-align: top;
    height: 209px
}

.contededor-caja-texto > div > iframe {
    height: 427px;
    width: 75%
}

.contededor-caja-texto h2 {
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
    padding: 0
}

.contededor-caja-texto img {
    height: 24px;
    margin-right: 10px;
    display: inline-block
}

.contenedor-caja-rojo {
    background: rgba(153, 50, 55, .9);
    margin-right: 5px
}

.contenedor-caja-rojo a {
    background: none
}

.cabecera-portada {
    position: relative
}

#m-prl {
    background: url(/img/slider/banners/m-mba.jpg) no-repeat top right;
    background-size: cover
}

#m-cib {
    background: url(/img/slider/banners/m-ciber.jpg) no-repeat top right;
    background-size: cover
}

#m-alim {
    background: url(/img/slider/banners/m-mod.jpg) no-repeat top right;
    background-size: cover
}

#m-rrhh {
    background: url(/img/slider/banners/m-rrhh.jpg) no-repeat top right;
    background-size: cover
}

#m-gi {
    background: url(/img/slider/banners/m-gest.jpg) no-repeat top right;
    background-size: cover
}

#m-mba {
    background: url(/img/slider/banners/m-prl.jpg) no-repeat top right;
    background-size: cover
}

#m-mkt {
    background: url(/img/slider/banners/m-mkt.jpg) no-repeat top right;
    background-size: cover
}

.clickvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 90
}

.cabecera-portada a {
    text-decoration: none
}

.elemento-slider {
    margin: 0 auto;
    width: 100%;
    height: auto
}
.caja-texto {
    display: none;
    position: absolute;
    bottom: 20px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 12px 12px;
    width: auto !important;
    margin: 0 !important
}
.caja-texto h2 {
    font-size: 25px;
    padding: 0
}
.caja-texto h2 span {
    font-size: 42px
}
.fotograma {
    position: relative;
    display: none
}
.rating.centrado{
    unicode-bidi: bidi-override;
    direction: rtl;
    color: rgb(255, 214, 0);
    font-size: 34px;
    width: 171px;
    padding: 0;
    height: 46px;
    display: inline-flex !important;
    position: relative;
    left: 48%;
    margin-left: -62px;
    max-width: 100%!important;
    top: 23px;
}
.home-ranking {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 16%;
    padding: 5px 20px !important
}
.home-ranking p, .home-ranking h2 {
    margin-bottom: 9px !important;
    margin-top: 2px;
    font-size: 14px !important;
    text-align: center;
    font-weight: 400;
    color: #5d5c5c;
}
.home-ranking .logo-acred {
    float: none !important;
    margin: 0 auto
}
.home-ranking a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenido-home a {
    color: #8f3237
}

.ventajas {
    overflow: hidden;
    margin-top: -1.2em;
    margin-bottom: 4em;
    filter: saturate(0);
}

.ventajas ul {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.ventajas ul li {
    float: left;
    width: 16.6666%;
    text-align: center;
    list-style: none;
    padding: 0 .33em;
    cursor: pointer
}

.ventajas ul li div {
    background: url(/img/css-sprite-ventajas-redondas.svg) no-repeat center;
    height: 113px;
    width: 113px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-size: 712px;
}

#ventajas-home .ventajas div {
    width: 80px;
    height: 80px;
    background-size: 550px;
}

.ventajas ul li div:hover {
    background-color: #E4E2E2
}

#ventajas-home .ventajas ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.ventajas p {
    margin-top: .625em;
    font-size: 14px;
    line-height: 1.3;
    color: #5d5d5c
}

.ventajas .icr-titulacion {
    background-position:-366px -3px
}

.ventajas .icr-online {
    background-position: -124px -3px
}

.ventajas .icr-directo {
    background-position: -246px -3px
}

.ventajas .icr-tutorias {
    background-position: -4px -4px
}

.ventajas .icr-financiacion {
    background-position: -488px -4px
}

.ventajas .icr-docentes {
    background-position: -240px -243px;
}

.ventajas .icr-mapa-europa {
    background-position: -359px -243px
}

.ventajas .icr-tasa-empleabilidad {
    background-position: -479px -243px
}


#ventajas-home .icr-tasa-empleabilidad {
    background-position: -374px -192px
}

#ventajas-home .icr-titulacion {
    background-position:-287px -7px
}

#ventajas-home .icr-financiacion {
    background-position: -381px -7px;
}

#ventajas-home .icr-online {
    background-position: -100px -7px
}

#ventajas-home .icr-directo {
    background-position: -195px -7px;
}

#ventajas-home .icr-tutorias {
    background-position: -7px -7px
}


#ventajas-home .icr-docentes {
    background-position: -190px -193px
}

#ventajas-home .icr-mapa-europa {
    background-position: -362px -246px
}

#ventajas-home .icr-proyectos {
    background-position: -465px -193px;
}



.exit {
    display: none;
    color: white;
    text-align: right;
    cursor: pointer;
    font-weight: 300;
    top: -31px;
    left: -22px;
    position: relative;
    float: right;
    margin: 0;
    height: 0;
    font-size: 36px;
}

.negro {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.negro .popup-video {
    position: fixed;
    top: 124px;
    left: 50%;
    margin-left: -287px
}

.para-negro .popup-video iframe {
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.negro .popup-video iframe {
    width: 570px;
    height: 320px
}

.ficha-producto input#telefono {
    position: relative;
    top: -1px!important;
}
a.enlace-privacidad {
    color: var(--corp-color);
    font-weight:500;
    text-decoration:none;
}
a.enlace-privacidad:hover,
a.enlace-privacidad:focus {
    text-decoration:underline;
}

.cabecera-formulario {
    background: rgba(255, 255, 255, .85);
    width: 323px;
    position: absolute;
    top: 0;
    right: 60px;
    height: auto
}

.contenido-home .hidden-home {
    display: none;
}

#form_contactar_principal {
    margin: .5em auto;
    max-width: 640px
}

.formulario-home .form-horiz-text {
    width: 50%;
    float: left;
    margin: 0 auto;
    color: #000;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: 11px;
    text-align: left
}

.formulario-home {
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 23px;
    overflow: visible
}

.formulario-home .cab p {
    font-weight: 500;
    padding: 15px;
    color: #353536;
    font-size: 28px
}

.boton-sombreado {
    background: #cc0000 !important;
    box-shadow:0 11px 8px -8px rgba(0,0,0,.3);
    cursor: pointer;
    transition:all .2s ease-in-out;
    will-change: background, box-shadow;
}

.boton-sombreado:hover {
    background: #8f3237 !important
}

.boton-sombreado a:hover {
    color: #fff !important
}

.formulario .boton-sombreado {
    margin: 4px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .23);
}

.sombreado {
    cursor: pointer;
    transition: var(--fundido);
    will-change: filter, box-shadow;
}

.sombreado:hover {
    box-shadow: 0 32px 32px -24px rgba(80,0,0,.25);
    filter:brightness(1.01);
    z-index: 9;
}

.formulario-home .contenido-formulario {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 0;
    padding: 0 5px 5px;
}

.formulario-home {
    box-shadow: 1px 1px 4px 2px rgba(117, 113, 113, .59);
}

.formulario-home .contenido-formulario .centrado {
    font-size: 15px;
    padding-top: 0;
    color: #060606;
    margin: -4px auto 0;
    width: 95%;
}
.formulario-home .contenido-formulario .centrado strong {
    font-weight: 500
}
.formulario-home form {
    width: 100%;
    height: auto;
    padding-top: 0;
    float: none;
}
.formulario-home .form-horiz-boxes {
    width: calc(100% - 1em);
    margin: 0 auto;
    overflow: visible
}
.form-horiz-boxes {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.form-horiz-izq {
    display:inline-block;
    width: calc(50% - 4px);
    list-style: none;
}
.form-horiz-dch {
    display:inline-block;
    width: calc(50% - 4px);
    list-style: none;
}
.form-horiz-row {
    position: relative;
    display: block;
    width: 100%;
}
input, select {
    float: none;
    width: 100%;
    margin: 0 -1px 0 0;
    height: 2.2em;
    padding: .4em .7em;
    color: var(--text-soft) !important;
    font-size: 12px;
}
input::placeholder, input::-moz-placeholder, input:placeholder-shown, input:-moz-placeholder-shown,
select::placeholder, select::-moz-placeholder, select:placeholder-shown {
    color: var(--text-soft)!important;
    font-size: 12px;
}
.contenido-formulario label[for] {
    display: block;
    position: relative;
    text-align: left;
    color: var(--text-color);
    font-size: 12px;
    margin: .5em 0;
    padding: 0;
}
.contenido-formulario label[for="prefijo"],
.contenido-formulario label[for="telefono"] {
    display:inline-block;
    text-align: left;
}

.contenido-formulario label[for="prefijo"] {
    width: calc(30% - 4px) !important;
}
.contenido-formulario label[for="telefono"] {
    width: 70% !important;
}
.contenido-formulario label[for="prefijo"]>input {
    border-radius: 5px 0 0 5px !important;
}
.contenido-formulario label[for="telefono"]>input {
    border-radius: 0 5px 5px 0 !important;
}

.contenido-formulario label[for="comentarios"] {
    margin: 4px 0 0;
}
.contenido-formulario label[for="condiciones"] {
    position: unset;
}
.contenido-formulario .buscador-label {
    display:block!important;
    font-size: 11px;
}
.contenido-formulario input, .contenido-formulario select {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px -4px rgba(30,0,0,.2);
}

.contenido-formulario textarea[name="comentarios"] {
    width: 100%;
    height: 27px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 8px -4px rgba(30,0,0,.2);
}
.contenido-formulario .form-text-check {
    display: inline-block;
    width: calc(100% - 2.5em);
    font-size: 11px;
}

#form_nurturing input, #form_nurturing select {
    width:auto;
}
.formulario-home .clear {
    clear: none
}

.formulario-home input[type="radio"] {
    width: 22px !important;
    height: 16px !important
}

.formulario-home #condiciones, #publicidad {
    height: 16px;
    display: block;
    width: 16px;
    margin-right: 10px;
    margin-top: 5px;
    float: left
}

.formulario-home form a {
    width: 100%;
    margin: 0 auto;
    color: #353536;
    margin-left: 0;
    text-decoration: none;
    display: block;
    text-align: left
}

.formulario-home #div_por_empresa {
    margin: 0;
}

.formulario-home #div_por_empresa .form-horiz-izq, .formulario-home #div_por_empresa .form-horiz-dch {
    width: 100%;
    float: none;
    margin-bottom: 8px;
}

.formulario-home .heleido {
    width: 97% !important
}

.formulario-home .campo {
    height: auto
}
.formulario-home .empresa-sino {
    width: 100%;
    overflow: hidden;
    float: left;
    padding: 4px 0 4px 1px;
}
button.submit {
    position: relative;
    width: 100%;
    background: 0;
    padding: 0;
    border: 0;
}
.form-hoirz-boton {
    margin: 12px auto 8px;
    width: 85%;
    padding: .5em;
    background: #c00;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .333px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 64px;
    box-shadow: 0 4px 4px -4px rgba(0,0,0,.8);
    transition: all .12s ease-in;
    will-change: filter, box-shadow;
}
.form-hoirz-boton:hover {
    filter: brightness(1.2);
    box-shadow: 0 8px 8px -8px rgba(40,0,0,.8);
}
.formulario-home .enviar {
    color: #fff;
    text-align: center;
    font-size: 24px;
    height: 100%;
    width: 100%;
    display: block;
    line-height: 53px;
    margin: 0 auto
}
.enviar .form-hoirz-boton {
    white-space: nowrap
}
.enviar .form-hoirz-boton:after {
    content: 'chevron_right';
    position: relative;
    font-family: 'Material Icons';
    font-size: inherit;
    color: inherit;
    vertical-align: text-bottom;
}
.calltoactionform {
    display: none
}
.form-popup {
    width: 100% !important;
    position: fixed;
    height: 100%;
    margin-top: 0 !important;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    margin: 0 auto;
    float: none;
    z-index: 128
}

.form-popup .cab {
    width: 800px;
    margin: 90px auto 0;
    overflow: hidden
}

.form-popup .cab div {
    font-size: 22px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.form-popup .contenido-formulario {
    width: 800px !important;
    margin: 0 auto;
    float: none !important;
    overflow: visible;
    overflow-y: auto!important;
    position: relative;
    top: -6px
}

.form-popup ul li {
    width: 50% !important;
    float: left !important
}

.formulario-home.form-popup .cab {
    background: #8f3237
}

.formulario-home.form-popup .cab p {
    color: #fff;
    margin-top: 0;
    padding: 26px
}

.formulario-home.form-popup .contenido-formulario {
    background: #f2f2f3;
    top: -6px;
    position: relative;
    padding-top: 3px
}

.formulario-home.form-popup .contenido-formulario .centrado {
    margin-top: 6px
}

.form-popup .heleido {
    margin-bottom: 27px
}

.form-popup .form-hoirz-boton {
    top: -12px
}

.boton.cab p {
    padding: 0
}

.cab p strong {
    color: #fff;
}

.boton.cab {
    background: none;
    margin: 0 auto 10px
}

.boton-home.cab p {
    font-size: 24px !important
}

/* afecta a todos los formularios del sitio imf */
div#div_empresa {
    margin-bottom: 4px;
}
div#div_empresa input{
    margin-top: 0;
}
#div_por_empresa p {
    margin: 6px 0;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
}

.priv-cond strong {
    font-weight: 500
}

.priv-cond .include-privacidad {
    width: 100%;
    margin: 0 0 7px -1px;
    height: 66px;
    background: rgba(255, 255, 255, 0.5);
    border-radius:5px;
}
.include-privacidad h3 {
    background: transparent;
    text-align: left;
    padding: 0;
    font-size: 12px;
}
.include-privacidad h3 strong {
    color: #454545;
}
.include-privacidad .ui-link {
    color: #8f3237;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    font-size: 11px;
    letter-spacing: 0.333px;
}
.include-privacidad strong {
    letter-spacing: 0.333px;
    color: #404040;
}
.include-privacidad p {
    color: #404040;
    line-height: 1!important;
    font-size: 10px!important;
}
form .condiciones-comunicaciones input[type="checkbox"], form .condiciones-comunicaciones #condicion {
    width: 13px !important;
    height: 13px !important;
    margin: 0 6px 0 0 !important;
    float: left;
}
.condiciones-comunicaciones{
    margin: 1em 0 0;
}
.linea-condicion p {
    margin-bottom: .5em;
    width: calc(100% - 1em);
    padding-left: 19px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 400;
}
.texto-privacidad{
    padding: 1px 0!important;
}
input#por_empresa {
    width: 13px!important;
    height: 13px!important;
    vertical-align: text-top;
}
input#radio_validator {
    width: 13px !important;
    vertical-align: text-top;
}
/* fin de afecta a todos los formularios del sitio */

/* sólo formularios Home DESKTOP */

.principal ul li {
    font-size: 13px;
    margin-right: 1.6%;
    letter-spacing: .08px;
}

.formulariodepaseo.cabecera-formulario {
    margin-top: -46px;
    z-index: 16;
    padding-bottom: 18px;
    padding-top: 11px;
}

.formulario-home {
    box-shadow: none;
}

.formulario-home input, .formulario-home select {
    float: none;
    width: 100%;
    margin: 0 auto;
    height: 23px;
    padding: 2px 4px !important;
    color: #848484;
    font-size: 11px;
    margin-top: 12px;
}
.formulario-home .form-horiz-text {
    width: 95%;
    margin-left: 3%;
}
.formulario-home .cab p {
    padding: 4px;
    font-size: 26px;
    color: #000;
}
#div_por_empresa p {
    margin: 2px 0;
    font-size: 11.333px;
    font-weight: 400;
}

.formulario-home .priv-cond .include-privacidad {
    width: 100%;
    margin: 0 0 10px -1px;
    height: 56px;
    box-shadow: inset 0 1px 2px 1px rgba(0,0,0,.15);
    border-radius:5px;
    padding: 4px;
}
.formulario-home .texto-privacidad {
    padding: 0;
    clear: none;
}
.formulario-home .include-privacidad h3 strong, .formulario-home .include-privacidad strong {
    color: #454545;
    font-size: 11px;
}

.formulario-home.form-popup .contenido-formulario {
    background: #f2f2f3;
    top: -6px;
    position: relative;
    padding-top: 3px;
    width: 800px!important;
    margin: 0 auto;
    float: none!important;
    overflow: visible;
    height: 450px;
}
.contenido-home .form-popup .form-hoirz-boton {
    top: 0 !important;
}



/*AVISO DE ERROR EN FORM*/
.witherror{


}
.witherror input, .witherror select, .witherror .chosen-container-single {
    outline: solid 1px #dc3545;
}
.witherror .error{
    color: #360a0e;
    font-size: 9px;
    font-weight: lighter;
    line-height: 10px;
    display: block;
    padding-top: 0.5px;
    text-align: left;
    position: absolute;
}
.condiciones-comunicaciones .witherror .error{
    position: relative;
}
/*fin de formularios home desktop */


.titulo-negativo {
    font-size: 26px;
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
    color: #e1e1e1;
    font-weight: 300;
    margin: 20px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.destacados {
    max-width: none;
    background: #f2f2f3;
    padding: 40px 20px 48px;
    margin-top: 40px
}

.subtitulo-destacados {
    color: var(--text-color);
    text-align: center;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 2em;
    padding: 0 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.subtitulo-destacados strong {
    font-weight: 400;
}

.destacados > div {
    max-width: 1160px;
    margin: 0 auto;
}


.datos p {
    display: inline-block
}

.resaltado-oficial {
    background: #353535;
    padding: 3px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;

}

.datos {
    height:29px!important;
    position: relative;
    margin-bottom: 0;
    mix-blend-mode: multiply;
}

.acreditacion {
    position: relative;
    text-align: right;
    right: 0;
    margin-left: .5em;
}

.listado-masters {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #353536;
    padding: 32px 3%;
}

.listado-masters h3 {
    font-size: 27px;
    color: #fff;
    font-weight: 300;
    margin-top: 26px;
    border-bottom: 1px solid #8f3237;
    cursor: pointer;
    padding-bottom: 10px
}

.listado-masters h3:after {
    content: "+";
    margin-left: 10px;
    font-size: 35px
}

.listado-masters li {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    list-style: none;
    border-top: 1px solid #CCC;
    padding-top: 10px;
    width: 97%
}

.listado-masters li:first-child {
    border: 0
}

.listado-masters li a:hover {
    font-weight: 500
}

.listado-masters li a {
    color: inherit;
    text-decoration: none;
    font-weight: 300
}


.foto-oferta-formativa {
    width: 100%;
    text-align: center;
    margin: 0 auto
}

#oferta-formativa .wrapper {
    max-width: 1500px;
    margin-top: -7em;
    padding: 0 1em;
}

.lista-oferta-formativa {
    margin: 3em 0 5em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: space-between;
}

.lista-oferta-formativa li {
    margin: 0 .5em;
    padding: 1.5em 2em;
    flex: 1 1 0;
    list-style-type: none;
    background: #f2f2f3;
    border-radius: 5px;
    cursor: pointer !important;
    transition: var(--fundido);
    will-change: background;
}

.lista-oferta-formativa li:hover {
    background: #f8f8f9;
}

.lista-oferta-formativa h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.628em;
    margin: 0 0 .5em;
    font-weight: normal;
    color: #3c3c3e;
}

.lista-oferta-formativa p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: .628em;
}

.lista-oferta-formativa a {
    text-decoration: none;
    color: inherit
}

.listado-masters .m-oficiales, .listado-masters .grados, .listado-masters .m-propios {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto
}

.listado-secundario li {
    font-size: 17px
}

#noticias-eventos {
    padding: 32px 0;
    max-width: 1120px;
    margin:0 auto;
}



.eventos-banners {
    margin: 32px 0
}

.eventos {
    position: relative;
    float: left;
    width: 48%;
    margin: 0 1%
}


#noticias-eventos .eventos:after {
    content: '';
    position: absolute;
    bottom: 4px;
    width: calc(100% - 13px);
    height: 2em;
    background: linear-gradient(0deg, rgba(242,242,243,1) 0%, rgba(242,242,243,0) 100%);
}


.eventos p {
    text-align: center;
    font-size: 20px;

    margin: 0
}

.eventos a {
    text-decoration: none;
    color: inherit
}

.titul {
    text-align: center;
    padding: 19px;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    background: #494949;
}

.titul:hover {
    background: #545252
}

.sem_tit {
    margin-top: 0
}

.sem_fecha p {
    margin-bottom: 1px;
    font-size: 15px;
    margin-top: 4px
}

.eventos p, .sem_fecha, .sem_txt {
    font-size: 14px;
    text-align: left;
    line-height:1.5;
    margin: .25em 0;
}

.sem_fecha p {
    font-size: 15px
}

.scroll-y {
    overflow-y: auto;
    height: 480px;
    padding: 24px;
    border: 5px solid #f2f2f3;
    background: #f2f2f3;
}

.scroll-y ul {
    padding-left: 0
}

.eventos li {
    list-style: none
}

.listado-proximos-eventos {
    text-align: left;
    width: auto;
    float: none;
    overflow: hidden;
    padding: 20px;
    background: #f2f2f3;
}

.scroll-y .pad3{
    width: 95%;
}

.pad3 {
    width: 45%;
    margin: 20px 2%;
    padding: 15px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    border-bottom: thin solid rgba(0,0,0,0.06);
    border-radius: 0;
    transition: var(--fundido);
    z-index: auto;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    will-change: background, border, border-radius, box-shadow;
}

.pad3:first-of-type, .listado-proximos-eventos:first-child {
    margin-top: 0 !important
}

.pad3:last-of-type {
    border-bottom: thin solid transparent;
}

.pad3:hover {
    background: #fafafb !important;
    border-bottom: thin solid transparent;
    border-radius: 5px;
    box-shadow: 0 32px 32px -24px rgba(80,0,0,.25);
    z-index: 20;
}

.pad3 a {
    text-decoration: none;
    color: inherit
}

.event-datos, .event-imagen {
    display: inline-block;
    vertical-align: top
}

.event-imagen img {
    width: 218px !important;
    margin: .5em .5em .5em 0 !important;
    border-radius: 2px;
}

.event-datos div {
    display: block
}

p.titul {
    margin-bottom: 0;
    font-size: 1.3em;
    font-family: 'Roboto Condensed','Roboto',sans-serif;
    padding: .7em 2em;
    text-transform: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p.titul strong {
    color: #fff;
}

.crm-titular, .sem_tit, p.title_new {
    font-size: 1.2em !important;
    color: #353536;
    text-indent: -2px;
    font-weight: 500;
    margin-top: 1px;
    padding-bottom: 0;
}
section.video {
    width: 100%;
    background-color: #353536;
    text-align: center;
    padding: 2em
}

.video-testim a img{
    background: none !important;
    min-width: 100%;
    padding: 0 !important;
    height: auto !important;
    max-height: 216px !important;
    object-fit: contain;
}

.slick-dots li button:before {
    width: calc(100% + 6px)!important;
    margin-left: -3px;
    max-height: 4px;
    background: #777!important;
    content: ''!important;
}

div#player {
    position: relative;
    display: block;
    max-width: 100%;
}

#player span {
    position: relative;
    display: inline-block;
    margin: 2em;
    max-width: 100% !important;
}

.video .titulo-apartado {
    margin: 16px auto 32px;
}

.video .titulo-rojo {
    color: #B9B9B9;
    margin-bottom: 0;
}

.marco-video .video {
    display: block;
    background-color: transparent;
    padding: 0;
    height: 250px;
}

.marco-video a.youtube-corporativo {
    width:100%
}
a.youtube-corporativo img {
    display: block;
    height: auto;
    margin: 0;
    width: auto;
    max-width: 100%;
    object-fit: cover;

}

.video.home iframe {
    width: 517px;
    height: 289px
}

.video.home img {
    z-index: 0;
    position: relative;
    display: block;
    width: 517px;
    height: auto;
    padding: 0;
    object-fit: cover;
    border-radius: 2px;
}

a.youtube-corporativo {
    position: relative;
    display: block;
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
    max-width: 100%;
    border-radius: 3px;
    overflow: hidden;
    transition: all .18s ease-out;
    will-change: box-shadow, border-radius;
}

a.youtube-corporativo:before {
    content: '';
    z-index: 1;
    position: absolute;
    display: block;

    left: 50%;
    top: 50%;

    margin: -28.5px 0 0 -26.5px;

    height: 53px;
    width: 57px;

    background: url(/img/play.svg);
    background-repeat: no-repeat;
    border-radius: 2px;
    opacity: .82;
    backdrop-filter: blur(4px) saturate(1.2);
    -webkit-backdrop-filter: blur(4px) saturate(1.2);
    box-shadow: 0 0 80px 80px rgba(180,180,180,.16);
    transition: all .18s ease-out;
    will-change: opacity, box-shadow, filter, backdrop-filter, -webkit-backdrop-filter;
}

a.youtube-corporativo:hover,
a.youtube-corporativo:focus {
    border-radius: 5px;
    box-shadow: var(--sombra-hover);
}
a.youtube-corporativo:focus {
    outline-offset: -2px;
    outline-width: 2px;
    outline-style: solid;
}

a.youtube-corporativo:hover:before,
a.youtube-corporativo:focus:before {
    opacity: 1;
    box-shadow: 0 0 250px 250px rgba(255,255,255,.13);
    filter: brightness(1.2) contrast(1.4) saturate(0.7);
    backdrop-filter: blur(4px) saturate(1.2);
    -webkit-backdrop-filter: blur(4px) saturate(1.2);
}



.areas {
    overflow: hidden;
    padding: 14px 20px;
    margin-top: 18px;
    max-width: 1160px
}

.areas ul {
    width: 100%;
    margin: 0 auto
}

.areas ul li {
    float: left;
    width: 16.5%;
    text-align: center;
    list-style: none;
    padding: 0 6px;
    cursor: pointer;
    border: 0
}

.areas p {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.666px;
}

.areas ul li img {
    margin: 0 auto;
    margin-bottom: 6px;
    opacity: .9
}

.areas ul li img:hover {
    opacity: 1
}

.areas li a {
    text-decoration: none;
    color: inherit
}

#texto-presentacion p {
    margin-bottom: 1.25em;
}

.text-presen {
    padding: 1.2em;
    font-size: .9em;
    line-height: 1.625;
}
.text-presen a,
.text-presen strong {
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
}
.text-presen a:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.boton-home p {
    padding: 10px;
    font-size: 15px !important;
    margin-bottom: 0 !important
}

.banner-metodologias {
    width: 100%;
    background: url(/img/baner-metodologia.jpg) no-repeat right;
    background-size: cover;
    margin: 0;
    padding: 2em 1em 3em;
    overflow: hidden;
}
.banner-metodologias ul {
    max-width: 1160px;
    margin: 1em auto;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 0;
    justify-content: space-between;
}
.banner-metodologias ul li {
    float: left;
    margin: 1em auto;
    padding: 1em 1em 5em;
    flex-basis: 31%;
    width: 31%;
    background: rgba(255,255,255,.9);
    list-style: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    transition: all .12s ease;
    will-change: background, box-shadow;
}
.banner-metodologias ul li:hover {
    background: #fff;
}
.banner-metodologias a {
    text-decoration: none;
    position: relative;
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
}
.banner-metodologias h4 {
    font-family: 'Roboto Condensed','Roboto',sans-serif !important;
    text-align: center;
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: #3c3c3e;
}
.metod-icons {
    width: 100%;
    margin: 1em auto 0;
    min-height: 160px;
    display: flex;
    justify-content: space-between;
}

.metod-icons > div {
    text-align: center;
    flex-basis: 40%;
    flex: 1 1 0;
}
.metod-icons > div div {
    background: url(/img/css-sprite-ventajas-redondas.svg) no-repeat center;
    background-size: 500px;
    height: 80px;
    width: 80px;
    margin: 0 auto
}
.metod-icons p {
    margin: .7em 0 2em;
    font-size: 12px;
    font-weight: 400
}
.banner-metodologias p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 1em;
}
.metod-boton {
    position: absolute;
    bottom: -3em;
}


.agencia_colocacion {
    background: url(/img/banner/banner-agencia-colocacion.gif) no-repeat center;
    width: 100%;
    height: 112px;
    margin-top: 25px;
    background-size: contain
}

.icr-horario-compatible {
    background-position: 0 -87px !important
}

.icr-top-10 {
    background-position: -83px -88px !important
}

.icr-ventajas-online {
    background-position: -87px -3px !important
}

.icr-ventajas-semipresencial {
    background-position: -164px -87px !important
}

.icr-ventajas-presencial {
    background-position: -173px -3px !important
}

.icr-24h {
    background-position: -247px -85px !important
}

.icr-siempre-accesible {
    background-position: -329px -85px !important
}

.icr-networking {
    background-position: -415px -85px !important
}

.icr-ventajas-satisfaccion {
    background-position: -415px -85px !important
}

.banner-metodologias .titulo-rojo {
    float: left;
    width: 50%;
    color: #424242;
    text-align: center;
    font-size: 26px !important;
    margin: 0 auto
}

.banner-metodologias .titulo-apartado .tachado {
    border-top: 1px solid #AFAFAF;
    width: 25%
}

.banner-metodologias a {
    text-decoration: none;
    color: inherit
}

.internacional {
    background: url(/img/fondo-internacional.jpg) no-repeat center;
    width: 100%;
    margin: 40px 0;
    background-size: cover
}

.internacional ul {
    list-style: none;
    overflow: hidden;
    padding: 87px 0;
    max-width: 1160px;
    margin: 0 auto;
    width: 100%
}

.internacional ul li {
    font-size: 22px;
    padding: 12px 36px;
    background: rgba(105, 105, 105, .7);
    cursor: pointer;
    font-weight: 300;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 8px;
    width: 23.9%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
    max-width: 1160px;
    overflow: hidden
}

.internacional ul li:last-child {
    margin-right: 0
}

.texto-inter {
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
    text-align: left
}

.internacional ul li:hover {
    background: rgba(85, 85, 85, 1)
}

.buscador {
    margin-top: 58px;
    background: #EBB5BB url(/img/buscador.jpg) no-repeat top;
    background-size: 100%;
    padding: 10px;
    padding-bottom: 35px;
    color: #fff;
    text-align: center
}

.buscador p {
    font-size: 25px;
    font-weight: 400;
    margin-top: 33px
}

.buscador form input {
    width: 534px;
    margin: 33px 0;
    height: 38px;
    padding: 5px;
    font-size: 20px
}

.buscador .resultadosBuscar {
    background: none;
    width: 100%;
    overflow: hidden;
    float: right;
    padding: 0 27px
}

.resultados-dinamicos-centro {
    overflow: hidden;
    width: 534px;
    margin: 0 auto;
    text-align: left;
    margin-top: -13px;
    max-height: 370px;
    overflow-y: scroll;
    padding-bottom: 20px
}

.resultados-dinamicos-centro li {
    font-size: 15px;
    line-height: initial;
    padding: 6px 0;
    color: #353536
}

.resultados-dinamicos-centro li:hover {
    text-decoration: underline;
    color: #000
}

.resultados-dinamicos-centro li a {
    text-decoration: none;
    color: inherit
}

.alumnos-realidad {
    font-size: 17px;
    font-weight: 300;
    text-align: left
}

.alumnos-realidad p {
    margin-bottom: 10px
}

.alumnos-realidad .videos {
    width: 1160px;
    margin: 0 auto;
    margin-top: 31px
}

.alumnos-realidad .youtube-vide {
    width: 558px;
    height: 313px
}

.alumnos-realidad .videos .prim {
    margin-right: 36px
}

.contacto-home {
    width: 100%;
    overflow: hidden;
    margin-top:0
}

.contacto-home .telefono {
    float: left;
    width: 31%;
    margin: 1%;
    font-size: 15px;
    text-align: center;
    border: 1px solid #E2E2E2;
    height: 127px;
    background: #f2f2f3
}

.contacto-home .telef {
    font-size: 19px;
    margin-bottom: 7px;
    font-weight: 500
}

.comunidadimf {
    margin-top: 46px;
    margin-bottom: 20px
}

.blogs {
    list-style: none;
    font-size: 13px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    width: 720px;
    padding-left: 0
}
.blogs li {
    float: left;
    width: 70px;
    text-align: center;
    height: 128px;
    margin: 0 10px;
    cursor: pointer;
    color: #8f3237;
    opacity: .8
}
.blogs li div {
    background: url(/img/accesos-blogs.svg) no-repeat center;
    height: 69px;
    background-size:  351px;
}
.blogs li:hover {
    opacity: 1
}
.blogs li a {
    text-decoration: none;
    color: inherit
}
.blogs li p {
    position: relative;
    top: 73px
}
.blogs .blog-corporativo {
    background-position: 0 0
}
.blogs .blog-prl {
    background-position: -140px 0
}
.blogs .blog-eerr {
    background-position: -71px 0
}
.blogs .blog-ds {
    background-position: -140px -68px
}
.blogs .blog-log {
    background-position: -209px 0
}
.blogs .blog-mba {
    background-position: -210px -68px
}
.blogs .blog-tec {
    background-position: -278px 0
}
.blogs .blog-mkt {
    background-position: -71px -68px
}
.blogs .blog-rrhh {
    background-position: 0 -69px
}

.destacados-opiniones {
    max-width: none;
    background: #fff;
    padding: 1em 0;
    margin: 3em auto;
    text-align: center
}
.destacados-opiniones video {
    width: 100%
}

.carrusel-testimonios {
    margin: 0 auto;
}
.carrusel-testimonios ul.slick-dots li {
    top: 1em;
    margin: 0 1.5px 0;
    width: 38px;
    height: 4px;
    opacity: .3;
    overflow-y: hidden;
}
.carrusel-testimonios ul.slick-dots li.slick-active {
    opacity: .5;
}
.carrusel-testimonios ul.slick-dots li:hover,
.carrusel-testimonios ul.slick-dots li:focus {
    opacity: .8 !important;
}
.carrusel-testimonios ul.slick-dots li:active{
    opacity: 1 !important;
}
.carrusel-testimonios ul.slick-dots button {
    background: var(--text-soft);
    width: 100%;
    height: 100%;
}
.destacados-opiniones p {
    margin-bottom: 16px;
}
.testimonio p {
    padding: 0 16px;
    width: 100%;
    margin: 0 auto
}
.cita-alumno {
    font-style: italic;
    font-size: 17px;
    max-width: 820px;
    margin: 0 auto 24px !important;
}
.testimonio .nombre {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px
}
.testimonio .cargo {
    margin-bottom: 4px;
    font-size: 14px
}
.caras-testimonios {
    margin: 4em auto 2em
}


#texto-presentacion {
    margin: 3em auto;
}

/* ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈
    sección contactanos
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ */
#contactanos {
    margin: 3em auto;
    padding: 1em 0 1.5em;
    background: #fafafb;
}
#cajas-contacto {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
#contactanos #cajas-contacto {
    justify-content: center;
    padding-bottom: 2em;
}
#sedes-imf #cajas-contacto {
    padding-bottom: 2em;
    z-index: 16;
}
.link-caja-contacto {
    text-decoration: none!important;
    color: var(--text-color);
    font-weight: 400;
}
.caja-contacto {
    z-index: 1;
    position: relative;
    margin: 0 2px 0 0;
    min-width: 15em;
    height: 6em;
    padding: 1em;
    background: #f7e5e7;
    border-radius: 2px;
    border-bottom: thin solid rgba(0,0,0,0.1);
    transition: var(--fundido);
    will-change: filter, box-shadow, border-radius;
}
#contactanos .caja-contacto {
    margin: 0 1em 1em;
    min-width: 16em;
    max-width: unset;
}
.caja-contacto:hover {
    z-index: 4;
    filter: contrast(1.15);
    border-bottom: thin solid rgba(0,0,0,0);
    border-radius: 5px;
    box-shadow: 0 12px 12px -12px rgba(0,0,0,.2);
}
.caja-contacto:hover .esquina-caja i {
    color: var(--corp-color);
    opacity: 1;
}
.caja-contacto-cabecera {
    position: relative;
    display: block;
    width: 100%;
    min-height: 2.5em;
}
.caja-contacto p {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: unset
}
.footer-caja {
    position: relative;
    float: left;
    bottom: 0;
    left: 0;
    width: calc(100% - 2em);
    display: inline-block;
    text-align: left;
}

span.normalize img, span.normalize {
    position: relative;
    display: inline;
    max-width: 1.5em;
    max-height: 1.5em;
    vertical-align: bottom;
}
span.normalize .logo-whatsapp {
    transform: scale(.7);
    transform-origin: left;
    margin: -0.4em 0 0 0;
    display: inline-block;
}

.esquina-caja {
    position: relative;
    float: right;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 2em;
    text-align: right;
}

.footer-caja i, .esquina-caja i {
    font-size: 1.4em;
    color: #353536;
}

.esquina-caja i {
    opacity: .8;
}


/* ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈
    fin de contactanos
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ */


.alum div {
    background: url(/img/css-sprite-ventajas-redondas.png) no-repeat center;
    height: 113px;
    width: 112px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.alum div:hover {
    background-color: #E4E2E2
}

.alum .icr-ventajas-satisfaccion {
    background-position: -4px -244px !important;
    margin-bottom: 28px
}

#share {
    padding: 150px 1em 20px;
    display: flex;
    justify-content: center;
    clear: both;
}

#share > div:not(#fb-root) {
    margin: 0 8px;
}

#share div a {
    text-decoration: none
}

.share_whatsapp {
    width: 76px;
    background: url(/imagenes/css-sprite-home.png) -24px 1px no-repeat;
    background-size: 122%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-align: left;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 1px;
    height: 21px;
    overflow: hidden;
    background-color: #fff;
    display: none
}

.share_whatsapp a {
    float: right;
    background: #fff;
    height: 100%;
    width: 73%;
    line-height: 11px;
    color: #353536;
    margin-top: 3px;
    padding-left: 4px
}

.imf-footer {
    width: 100%;
    margin: 0 auto;
    margin-top: 53px;
    text-align: center
}

.imf-footer p {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    width: 95%;
    margin: 0 auto
}

.imf-footer img {
    margin-top: 40px;
    text-align: center;
    width: 100%
}

.acreditaciones {
    position: relative;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 1215px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.acreditaciones p {
    margin-bottom: 30px;
    font-size: 14px
}

.logo-acred {
    display: inline-block;
    margin: 8px 0;
    width: 165px;
    height: 73px;
    background: url(/img/logos/acreditaciones-footer.svg);
    background-repeat: no-repeat;
    background-size: 990px;
    transition: all .2s ease;
}

.logo-acred:hover {
    transform: scale(1.5);
    cursor: all-scroll;
    will-change: unset;
}
.home-ranking .logo-acred:hover {
    transform: unset;
    cursor: unset;
}

.acreditaciones div.anced {
    background-position: 0 -4px
}

.acreditaciones div.c {
    background-position: -173px 1px
}

.acreditaciones div.efqm {
    background-position: -334px 0
}

.acreditaciones div.oca {
    background-position: -498px 0
}

.acreditaciones div.alares {
    background-position: -659px 1px
}

.acreditaciones div.oxford {
    background-position: -659px 0
}

.acreditaciones div.charter {
    background-position: -828px 0
}

.acreditaciones div.aacsb {
    background-position: 0 -70px
}

.acreditaciones div.pactomundial {
    background-position: -165px -73px
}

.acreditaciones div.aeen {
    background-position: -327px -76px
}

.acreditaciones div.cambridge {
    background-position: -495px -73px
}

.acreditaciones div.amacfor {
    background-position: -665px -73px
}

.acreditaciones div.madrid {
    background-position: -7px -145px
}

.acreditaciones div.tuv {
    background-position: -168px -145px
}

.acreditaciones div.asociacion-marketing {
    background-position: -333px -148px
}

.acreditaciones div.cel {
    background-position: -493px -145px
}

.acreditaciones div.eeej {
    background-position: -665px -148px
}

.acreditaciones div.educaweb {
    background-position: -831px -146px
}

.acreditaciones div.aedipe {
    background-position: 0 -219px
}

.acreditaciones div.unesco {
    background-position: -166px -219px
}

.acreditaciones div.agatha {
    background-position: -332px -219px
}

.acreditaciones div.colegioabogados {
    background-position: -498px -219px
}

.acreditaciones div.deloitte {
    background-position: -659px -220px
}

.acreditaciones div.aepsad {
    background-position: -830px -219px
}

.acreditaciones div.fenicia {
    background-position: 0 -292px
}

.acreditaciones div.club-excelencia {
    background-position: -166px -294px
}

.acreditaciones div.unwto {
    background-position: -493px -289px
}

.acreditaciones div.modaespana {
    background-position: -664px -291px
}

.acreditaciones div.ale {
    background-position: -813px -291px
}

.acreditaciones div.cehat {
    background-position: -332px -291px
}

.acreditaciones div.ith {
    background-position: -490px -368px
}

.acreditaciones div.ela {
    background-position: -664px -363px
}

.acreditaciones div.amba {
    background-position: -826px -361px
}

.acreditaciones div.mundoposgrado {
    background-position: -1px -437px
}

.acreditaciones div.prever {
    background-position: -173px -438px
}

.acreditaciones div.rank-wanabis {
    background-position: -332px -437px
}

.acreditaciones div.portalMBA {
    background-position: -496px -437px
}

.acreditaciones div.cum-laude-emagister {
    background-position: -659px -432px
}

.acreditaciones div.sage {
    background-position: -828px -435px
}

.acreditaciones div.fso {
    background-position: 0 -508px
}

.acreditaciones div.marketalia {
    background-position: -165px -511px
}

.acreditaciones div.charter-pmi {
    background-position: -334px -509px
}

.acreditaciones div.aneca {
    background-position: -488px -508px
}

.acreditaciones div.dbs {
    background-position: -665px -507px
}

.acreditaciones div.camara-comercio-colombiana {
    background-position: -830px -505px
}

.acreditaciones div.ey {
    background-position: 0 -558px;
    background-size: 950px;
}

.acreditaciones div.salud-digital {
    background-position: -165px -584px
}

.acreditaciones div.indra {
    background-position: -329px -582px
}

.acreditaciones div.alcyta {
    background-position: -496px -584px
}

.acreditaciones div.logistop {
    background-position: -659px -581px
}

.acreditaciones div.cruz-honor {
    background-position: -828px -585px
}

.acreditaciones div.expansion {
    background-position: -832px -73px
}
.acreditaciones div.youth {
    background-position: 0 -656px
}
.acreditaciones div.ametic {
    background-position: -162px -662px
}
.acreditaciones div.efqm-index {
    background-position: -329px -656px
}
.acreditaciones div.csic {
    background-position: -494px -653px
}

.acreditaciones div.umultirank {
    background-position: -494px -73px
}


footer {
    width: 100%
}

footer .aviso-legal {
    text-align: center !important;
    width: 100%;
}

footer * a, .aviso-legal a {
    text-decoration-color: #8c8c8c !important;
}

.color-areas-footer{
    width: 8px;
    height: 7px;
    border-radius: 0;
    vertical-align: top;
    display: inline-block;
    margin: 10px 8px 10px 0;
    float: left;
}
.areas-footer{
    display: inline-block;
    width: 89%;
}

.legal {
    font-size: 12px;
    padding: 3em 1em 2em;
    overflow: hidden;
    background: #353536;
    color: #fff;
    position: relative;
    z-index: 8;
}

.boton-legal-form {
    background: #D21E1E;
    cursor: pointer;
    color: #fff;
    font-size: 23px;
    padding: 18px;
    text-align: center;
    margin-top: 10px;
    border-radius: 200px;
    margin-bottom: 10px
}

.boton-legal-form:hover {
    background: #8f3237
}

.prefijo {
    opacity: .618;
}

.legal .columna-datos {
    width: 25%
}

.legal img {
    top: 4px;
    position: relative
}

.tit-legal {
    font-size: 1.3em !important;
    margin-bottom: .628em !important;
    line-height: 1.3 !important;
    opacity:.9;
}

.legal p {
    margin: 0;
    padding: .5em 0;
    font-size: 12px;
    line-height: 1.625;
}

.aviso-legal {
    list-style: none;
    padding-left: 0;
}

.legal a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #707070 !important;
    transition: color .03s linear;
    will-change: color;
}
.legal a:hover {
    color: #ffb3b6 !important;
}

.aviso-legal li {
    font-size: 1em;
}

.aviso-legal li:hover {
    text-decoration: underline
}

.contacto {
    display: block;
    background: url(/img/iconos/css-sprite-rrss-telef.svg) -495px -20px no-repeat;
    width: 100%;
    max-width: 170px;
    height: 2em;
    background-size: 500%;
    background-position: 74.4% 79%;
}

.rrss {
    margin-left: -3px;
    display: flex;
    flex-wrap: wrap;
}
.rrss__icon {
    margin: 0 .4em 0.6em 0;
    font-size: 3em;
    opacity: .7
}


/* implementación antigua */
.rrss div {
    background: url(/img/iconos/css-sprite-rrss-telef.svg);
    width: 2em;
    height: 1.9em;
    margin: 0 1em .5em 0;
    opacity: .628;
    cursor: pointer;
    background-size: 40em !important;
    font-size: 1.5em;
}
.rrss div:hover {
    opacity: 1
}
.rrss .icon-twitter   { background-position: .6% 0
}
.rrss .icon-facebook  { background-position: 6.3% 0
}
.rrss .icon-linkedin  { background-position: 11.6% 0
}
.rrss .icon-youtube   { background-position: 18.2% 22%
}
.rrss .icon-instagram { background-position: -21.1% 15%
}
.rrss .icon-telegram  { background-position: 99.83% 0
}

footer p.copyright {
    text-align: center;
    margin: 4.5em auto 2em;
    color: #d5d5da;
    line-height: 1.5;
    letter-spacing: 0.333px;
}

.arrow {
    display: none;
    position: fixed;
    z-index: 99999999;
    left: 0;
    padding: .8em 1em .5em .8em;
    bottom: 5vh;
    background: #fff;
    font-size: 1em;
    opacity: .628;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    transition: opacity;
}

.arrow:hover {
    opacity: 1;
}

.suscripcion {
    margin-top: 2em;
    padding: 1.5em 1em 2em;
    background: #dcdcdc;
}
.form-suscripcion__label {
    display: block;
}
.suscripcion .email {
    width: 50%;
    background: #fff;
    padding: 1.6em !important;
    color: #555;
    font-size: 12px;
    border: 0;
    border-radius: 3px 0 0 3px;
}
.suscripcion .email::placeholder {
    color: #555 !important;
}

.boton-suscripcion {
    margin-left: -4px;
    background: #8f3237;
    padding: 1.02em;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-decoration: none!important;
    letter-spacing: .333px;
    border-radius: 0 3px 3px 0;
    transition: filter .12s ease;
    will-change:filter
}
.boton-suscripcion:hover,
.boton-suscripcion:focus {
    filter: brightness(1.2);
}

.form-suscripcion {
    width: 40%
}

.form-suscripcion p {
    font-size: 12px;
    margin-top: 6px
}
.form-suscripcion p a {
    color: var(--corp-color);
    font-weight: 500;
}
.form-suscripcion p a:hover,
.form-suscripcion p a:focus {
    text-decoration: underline;
}
.texto-suscripcion h2 {
    font-size: 18px;
    margin-top: 22px
}

.texto-suscripcion p {
    font-size: 13px;
    line-height: 1.35;
    margin-top: .5em;
    letter-spacing: .166px;
}

.boton-suscripcion:hover {
    background: #8f3237 !important
}

.texto-suscripcion h2 {
    font-weight: 500;
    letter-spacing: .166px;
}

.legal {
    border-top: 0 !important
}

.legal p {
    letter-spacing:.1666px;
    font-weight: 400;
}
.legal * {
    line-height: 1.5;
    font-weight: 400 !important;
    letter-spacing: .166px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;
}

.legal .btn-normal, .legal .btn-ghost {
    min-width: 150px;
    width: 100%;
    max-width: 250px;
    margin-left: 0;
}

.columnas-footer {
    display: flex;
    flex-flow: row wrap;
    padding: 2em 0;
}

.columna-footer {
    padding: 0 1.2% 0 1.5%;
    flex-shrink: 1;
    flex-basis: 25%;
    margin-bottom: 2em;
}

.columna-footer:nth-child(n+5) {
    margin-top: 1.5em;
}

.columna-footer.col-botones {
    max-width: 220px;
    padding-right: unset;
    margin-left:-3px;
}

.columna-footer img {
    width: 100%;
}



#ministerio-industria img {
    max-width: 250px;
    margin-left:-4px;
}

.suscripcion .texto-suscripcion, .suscripcion .form-suscripcion {
    display: inline-block;
}
.suscripcion .texto-suscripcion {
    width: 50%;
}
.suscripcion .form-suscripcion {
    width: 49%;
}

.colombia .defin-met {
    margin-top: 25px
}

.colombia .defin-met p {
    font-size: 17px !important
}

#estudiar-espana {
    min-height: 610px;
    background: url(/img/baner-estudiar-en-espana.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    padding-top: 3em;
}

.colombia .estudiar-en-espana {
    background-color: rgba(255,255,255,.7);
    width: 100%;
}

.colombia .estudiar-en-espana .marco-video {
    background: rgba(255, 255, 255, .48);
    padding: 20px;
    border: 1px solid #D8D8D8;
    overflow: hidden;
    text-align: center;
    margin: 20px auto
}

.colombia .boton h2 {
    font-weight: 400;
    font-size: 20px;
    margin: 0 auto
}

.colombia .titulaciones-col {
    display: inline-block;
    vertical-align: top;
    width: 49%
}

.colombia .titulaciones-col .centrar {
    padding: 0 30px
}

.colombia .titulaciones-col img {
    height: 200px;
    margin: 0 auto;
    display: block;
    margin-top: 15px
}

.colombia a {
    color: inherit
}

.colombia .youtube-corporativo {
    position: relative;
    display: block;
    width: 570px;
    max-width: 100%;
    height: 320px;
    padding: 0;
    border: 0;
    margin: 0 auto
}

.youtube-responsive-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.colombia .estudiar-en-espana .video {
    background: none
}

.slider-testimonios-1, .slider-testimonios-1, .slider-testimonios-3 {
    margin-top: 50px
}

.slider-testimonios-2 .testimnio-alumno {
    width: 50%
}

.slider-testimonios-3 .testimnio-alumno {
    width: 32%;
    padding: 0 25px
}

.slider-testimonios-2 .testimnio-alumno, .slider-testimonios-3 .testimnio-alumno {
    padding: 0 29px
}

.slider-slick .izq-testim {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    margin-top: .5em
}

.testimnio-alumno p {
    line-height: 1.6;
}

.testimnio-alumno img {
    display: initial;
    width: auto !important
}

.slider-slick .derech-testim {
    display: inline-block;
    vertical-align: top;
    width: 78%;
    max-width: 360px;
}

.video-testim .derech-testim {
    width: 100%;
}

.slider-slick div.texto-testim {
    font-size: 14px;
    font-style: italic;
    margin-top: 13px
}

.slider-slick div.texto-testim p {
    display: initial
}

.texto-testim img {
    opacity: .9
}

.texto-testim img:hover {
    opacity: 1
}

.video-testim p {
}

.foto-testim {
    margin: 0 auto !important;
    border-radius: 300px;
    height: 90px !important;
    width: 90px !important;
}

.video-testim {
    max-width: 380px;
}
.video-testim iframe {
    height: 199px;
    width: 354px;
}

.slider-slick .datos-testim {
    overflow: hidden;
    margin-top: 18px
}

.datos-testim a {
    display: block
}

.datos-testim div {
    text-align: left;
    display: inline-block;
    vertical-align: top
}

.slogan-testim {
    font-size: 18px;
    margin-bottom: 22px;
    margin-top: 9px
}

.datos-testim img {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6px
}

.nombre-testim {
    margin-bottom: .5em;
    font-size: 1.2em
}

.cargo-testim {
    font-size: 15px
}

.programa-testim {
    font-size: .7em;
    display: block;
}

.chosen-container {
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100% !important;
    margin-top: 4px !important
}

.chosen-container .chosen-drop {
    position: absolute;
    left: -9999px;
    z-index: 1010;
    margin-top: 4px !important;
    width: 96%;
    background: #fff;
    border: none;
    border-radius: 5px !important;
    box-shadow: 0 4px 16px -8px #000;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    width: 100%
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 6px 0 6px 8px;
    border-radius: 5px;
    background-color: #fff;
    color: var(--text-soft);
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 0 8px -4px rgba(30,0,0,.2);
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #575859;
    font-size: 12px;
    font-weight: 400 !important
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/img/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/img/chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    padding: 3px 4px
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url(/img/chosen-sprite.png) no-repeat 100% -20px;
    background: url(/img/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
    padding-left: 0
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    font-size: 12px !important;
    color: #000000 !important;
    text-align: left !important
}

.chosen-container .chosen-results li:nth-child(odd) {
    background: rgba(0,0,0,.03);
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
    width: 100% !important;
    float: none !important
}

.chosen-container .chosen-results .group-result {
    width: 100% !important;
    float: none !important
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff !important
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    cursor: text
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url(/img/chosen-sprite.png) no-repeat -30px -20px;
    background: url(/img/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.campo-curso {
    width: 100% !important;
    margin: 0 auto 1em !important
}

#contenedor {
    text-align: left;
    width: 100%;
    margin: auto
}

#columnaLateral {
    width: 50%;
    float: left
}

.nombreBlog {
    display: none
}

#columnaPrincipal {
    width: 50%;
    float: right
}

#columnaLateral, #columnaPrincipal {
    padding-right: 1em;
}


/* barra suscripcion */
.suscripcion {
    display: block;
}
.texto-suscripcion {
    vertical-align: top;
}

.form-suscripcion {
    width: 49%;
}
.suscripcion .email {
    margin-top: 20px;
}
.condiciones-suscripcion {
    padding: 0;
    text-align: left;
    width: 100%;
    max-width: 403px;
    margin: 1em 0;
}

.linea-suscripcion {
    max-width: 100%;
    text-align: left;
    width: 100%;
    margin-top: 8px;
    padding-left: 0;
}

.condiciones-suscripcion .linea-suscripcion p {
    text-align: left;
}

.linea-suscripcion input.checkbox {
    float: left;
    margin: -5px 0 0;
    width: 28px;
    height: 28px;
}

div#sus-1, div#sus-2 {
    line-height: 1.5;
}

/* pagina streaming graduacion - home */

.contededor-caja-texto>div {
    width: 72%;
}

.contededor-caja-texto>div>iframe {
    height: 427px;
    width: 75%;
    margin: 0 auto;
    display: inherit;
    max-width: 560px;
}

.contededor-caja-texto>div {
    width: 70%;
}
a.envol-streaming {
    box-shadow: none;
    max-width: 630px;
    margin: -94px auto 0;
    padding: 0;
    background: none;
}
a.envol-streaming:hover {
    background: none;
}
p.slogan-streaming {
    font-size: 24px;
    color: white;
    background: #353536;
    padding: 5px 15px;
    width: fit-content;
    width: -moz-fit-content;
    text-align: center !important;
    margin: 0 auto;
}
.boton.boton-streaming {
    max-width: 296px;
    background: #8f3237;
    box-shadow: none;
    margin: 10px auto 0;
}
.boton.boton-streaming:hover {
    background: #cf3a3f;
}

/* ocultar marquesina */
.videohome {
    display: none !important;
}
/* fin de pagina streaming graduacion - home */

.porcentaje-fondo {
    width: 60px;
    height: 60px;
}


.caja-texto {
    position: absolute;
    display: block;
    bottom: 0;
    margin: 0;
    max-width: 80%;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(16px) saturate(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
    padding: 1em;
    border-radius: 0 5px 0 0;
}

@media screen and (max-width: 1640px) {
    .pop-contacto.flota-cont {
        right: -161px;
        height: 57px
    }
}

@media screen and (max-width: 1533px) {
    .cabecera-formulario {
        height: auto
    }

    .formulario-home .cab p {
        margin-top: 0
    }

    .contededor-caja-texto > div > iframe {
        width: 80%
    }
}

@media screen and (max-width: 1400px) {
    .contededor-caja-texto h2 {
        font-size: 23px
    }

    .contededor-caja-texto > div > iframe {
        width: 85%
    }
}

@media screen and (max-width: 1300px) {
    .contededor-caja-texto > div > iframe {
        width: 95%
    }

    .caja-texto-home-buscador {
        padding: 30px 3% 30px 58px;
    }

    .bandas-masters-home {
        max-width: unset!important;
    }
}

@media screen and (min-width: 1240px) {
    .carrusel-testimonios button.slick-prev.slick-arrow {
        margin-left: 32px;
    }
    .carrusel-testimonios button.slick-next.slick-arrow {
        margin-right: 32px;
    }
}

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

    .contenido-secundaria {
        max-width: 1145px;
        margin: 0 13px 0 0
    }

    .cabecera, .principal {
        padding: 0 10px;
        width: 100%;
        max-width: none
    }

    .principal ul {
        padding: 0;
        width: 100%;
        max-width: none;
        height: auto
    }

    .secundaria {
        padding-left: 10px
    }

    .buscador-resultados {
        max-width: none;
        right: 0;
        width: 100%;
        margin: 0;
        left: 0
    }

    .contededor-caja-texto > div > iframe {
        width: 100%
    }

    .formulario {
        width: 85%
    }

    .listado-masters {
        padding: 5px 10px 70px
    }

    .listado-masters .m-oficiales, .listado-masters .grados, .listado-masters .m-propios {
        width: 92%
    }

    .ventajas {
        margin-top: 39px;
        margin-bottom: 40px
    }

    .banner-metodologias ul {
        margin: 0 auto;
        float: none
    }

    #share {
        width: 100%
    }
}

@media screen and (max-width: 1211px) {
    .contenido-web.contenido-ficha {
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 1208px) {

    form#form_contactar_principal {
        max-width: 640px;
        margin: 1em auto .5em;
    }
    .m-contenido div#div_por_empresa {
        width: 100%;
    }
    :not(.ficha-producto) .m-contenido .linea-condicion p {
        margin-bottom: 1em;
    }
}

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

    .hueco--form {
        margin-top: 700px;
    }

    .datos-cabec {
        width: 65%;
    }


    .home-ranking {
        width: 32%
    }

    .principal ul li {
        margin-right: 4.3%
    }

    .caja-texto {
        padding-left: 10px
    }

    .caja-texto h2 {
        font-size: 18px
    }

    .caja-texto h2 span {
        font-size: 30px
    }

    .caja-texto-home-buscador {
        max-width: 88%;
        margin: 0 auto !important;
        padding: 0;
        text-align: center;
        top: 38%;
    }

    .masthead-tit {
        padding-bottom: .4em;
        font-size: 36px;
        font-weight: 500;
        color: #fff;
        text-shadow: 0 0 13px #90846f50;
    }

    .caja-texto-home-buscador form {
        width: 100%;
        margin: 0 auto;
    }

    .despbuscadorcont.resultados-dinamicos-home {
        left: 50%;
        margin-left: -373px;
        top: 46px
    }

    .buscador-resultados .tabla.tablaarea, .buscador-resultados .tabla.tablacualificacion {
        margin-left: 0
    }

    .buscador-resultados .tabla p {
        line-height: 15px;
        margin-bottom: 12px
    }
    #marquesina {
        --sl-height: 54px;
    }

    .slider-banda-home .slick-prev {
        left:-4% !important;
    }
    .slider-banda-home .slick-next {
        right:-4% !important;
    }

    .elemento-slider {
        width: 130%
    }

    .contededor-caja-texto > div > iframe {
        height: 100%;
        width: 56%;
    }

    .caja-texto {
        width: 100%
    }

    .cabecera-formulario {
        background: none;
        width: 100%;
        position: relative;
        right: auto;
        height: auto
    }

    .form-horiz-boxes {
        width: 90%;
        margin: 0 auto;
        list-style: none
    }

    .form-horiz-text p {
        font-size: 12px;
        text-align: left;
        overflow: hidden;
        margin-bottom: 0;
        color: #000;
        padding: 0 6px
    }

    .formulario-home .form-horiz-text {
        width: 50%;
        float: left;
        margin: 0 auto;
        margin-top: 10px;
        color: #000;
        overflow: hidden;
        margin-bottom: 18px
    }

    .formulario-home {
        width: 100%;
        color: #fff;
        text-align: center;
        font-weight: 300;
        font-size: 26px;
        cursor: pointer
    }

    .formulario-home .cab {
        background: #8f3237
    }

    .formulario-home .cab p {
        font-weight: 300;
        padding: 20px;
        color: #fff
    }

    .acelerador {
        font-size: 20px;
        padding-top: 16px;
        color: #353536;
        width: 62%;
        float: right;
        text-align: left
    }

    .calltoactionform {
        float: none;
        width: 39%;
        margin-top: 24px;
        color: #e0585b;
        font-size: 40px;
        text-align: right;
        font-weight: 400;
        display: inline-block;
        vertical-align: top
    }

    .calltoactionform > div span {
        font-size: 60px
    }

    .calltoactionform > div {
        float: left
    }

    .formulario-home .mascallto {
        font-size: 24px;
        float: none;
        clear: both;
        text-align: left;
        width: 91%;
        padding-top: 25px
    }

    .flec {
        position: relative;
        padding: 30px
    }

    .flec:before {
        content: '';
        position: absolute;
        top: 0;
        left: 21px;
        height: 100%;
        width: 3px;
        background: #e0585b;
        transform: skew(18deg, 0deg)
    }

    .flec:after {
        content: '';
        position: absolute;
        top: 100%;
        right: 36px;
        height: 100%;
        width: 3px;
        background: #e0585b;
        transform: skew(-18deg, 0deg)
    }

    .form-extendido {
        margin: 0 auto
    }

    .form-extendido h3 {
        background: #8f3237 !important
    }

    .formulario-home {
        box-shadow: none
    }

    .formulario-home .contenido-formulario {
        width: 100%;
        height: auto;
        background: #E2E2E2;
        float: none;
        margin-bottom: 33px;
        padding: 13px 25px;
        display: none
    }

    .formulario .contenido-formulario {
        overflow: visible
    }

    .formulario-home .contenido-formulario .centrado {
        font-size: 18px;
        padding-top: 0;
        color: #060606;
        margin: 0 auto;
        width: 91%;
        margin-bottom: 2px;
        margin-top: 14px
    }

    .formulario-home .contenido-formulario .centrado strong {
        font-weight: 500
    }

    .formulario-home form {
        width: 59%;
        height: auto;
        padding-top: 16px;
        float: none;
        display: inline-block
    }

    .form-horiz-boxes {
        width: 100%
    }

    .form-horiz-izq {
        float: left;
        width: 49%;
        list-style: none
    }

    .form-horiz-dch {
        float: right;
        width: 49%;
        list-style: none
    }

    .formulario-home input, .formulario-home select {
        float: none;
        width: 100%;
        margin: 0 auto;
        height: 27px;
        padding: 3px 5px;
        color: #A5A5A5;
        font-size: 14px
    }

    .formulario-home .clear {
        clear: none
    }

    .formulario-home input[type="radio"] {
        width: 22px !important;
        height: 16px !important
    }

    .formulario-home #condiciones, #publicidad {
        height: 20px;
        float: left;
        width: 20px;
        margin-right: 10px;
        margin-top: 0
    }

    .formulario-home form a {
        width: 100%;
        margin: 0 auto;
        font-size: 13px;
        color: #353536;
        margin-left: 0;
        text-decoration: none;
        text-align: left
    }

    .formulario-home .form-horiz-text .form-horiz-izq, .formulario-home .form-horiz-text .form-horiz-dch {
        width: 100%
    }

    .formulario-home .empresa-sino {
        width: 100%;
        overflow: hidden;
        float: left;
        padding-top: 10px
    }

    .form-popup .calltoactionform {
        display: none
    }

    .form-popup.formulario-home form {
        width: 100%;
        float: none
    }

    .formulario-home.form-popup .contenido-formulario {
        display: block !important
    }

    .formulario-home .boton.cab p {
        padding: 0
    }

    .text-presen, .alumnos-realidad {
        width: 90%;
        margin: 0 auto;
        margin-top: 37px
    }

    .alumnos-realidad .videos {
        width: 900px
    }

    .alumnos-realidad .youtube-vide {
        width: 429px;
        height: 240px
    }

    .alumnos-realidad .videos .prim {
        margin-right: 36px
    }

    .formulario-home {
        width: 98%;
        margin: 0 auto
    }

    .fondo-slider-home, .contededor-caja-texto {
        height: 460px
    }

    .contededor-caja-texto > div {
        width: 100%;
        padding: 20px 30px;
        height: 100%
    }

    .contededor-caja-texto > div > div {
        width: 33%
    }

    .contededor-caja-texto h2 {
        font-size: 24px
    }

    .slider-slick .derech-testim {
        width: 70%
    }

    .legal .columnaizquierda {
        margin-left: 38px
    }

    /* fomularios home 1200w por fuera del form */

    .formulariodepaseo.cabecera-formulario {
        margin-top: unset;
        z-index: unset;
    }

    .formulario-home.form-popup .cab p {
        color: #fff;
        margin-top: 0;
        padding: 26px;
    }


    /* fomularios home 1200w */

    .formulario-home .cab p {
        padding: 5px;
        color: white;
    }
    .formulario-home input, .formulario-home select {
        border: solid 1px #a4a4a4 !important;
    }
    .formulario-home .form-horiz-text {
        width: 100%;
        margin-left: 0;
    }
    .fomulario-home .linea-condicion p {
        font-size: 12px;
        padding-left: 1px !important;
    }
    /* fin de fomularios home 1200w */

}

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

    /* fomularios gprd 1180w*/
    .condiciones-comunicaciones {
        margin: 0 0 14px 0;
    }

    .linea-condicion p {
        padding-left: 0;
    }
    /* fin de fomularios gprd 1180w */
}

@media screen and (max-width: 1150px) {
    .oculta-tablet {
        display: none;
    }
    .datos {
        top: inherit;
        margin-bottom: 0
    }

    .alumnos-realidad .videos {
        width: 800px
    }

    .alumnos-realidad .youtube-vide {
        width: 379px;
        height: 212px
    }

    .internacional ul {
        width: 95%;
        margin: 0 auto
    }

    .internacional ul li, .internacional ul li:last-child {
        width: 46%;
        margin: 10px 1.5%;
        font-size: 20px
    }

    .texto-inter {
        font-size: 13px
    }

}

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

    .wrapper.ensancha-mobile-home{
        padding: 0 0
    }

    #estudiar-espana .columna-estudiar-espana {
        width: 100% !important
    }
}

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


    .datos-cabec {
        overflow: hidden;
        float: right;
        border: 0;
        padding: 0;
        margin-top: 0;
        width: auto
    }

    .contacto-cab {
        overflow: visible;
        width: auto;
        margin: 0;
        float: none
    }

    .buscad-header {
        position: relative;
        float: none;
        clear: both;
        padding-bottom: 20px;
        margin-right: 0
    }

    .frases {
        float: none;
        width: 370px;
        margin-top: 4px;
        margin-bottom: 1px
    }

    .cont .texto-contact {
        display: none
    }

    .frases p, .contacto-cab > p {
        display: none
    }

    .telefono {
        padding-left: 20px;
        text-align: right
    }

    .telefono p {
        font-size: 11px;
        margin-bottom: 0;
        top: 0
    }

    .telef {
        font-size: 15px !important;
        font-weight: bold
    }

    .nograt {
        margin-right: 3px
    }

    .fijo-btn .telef-fijo .nograt {
        margin-left: 12px !important
    }

    .fijo-btn .telef-fijo .telefono {
        padding-left: 2px
    }

    .cabecera {
        height: auto
    }

    .despbuscadorcont {
        top: 95px;
        padding-right: 11px
    }

    .principal ul li {
        margin-right: 4%;
        font-size: 14px
    }

    .secundaria ul {
        width: auto
    }

    .secundaria ul li {
        margin-right: 9px;
        font-size: 12px
    }

    .secundaria h1, .secundaria div.h-uno {
        font-size: 11px;
        padding-right: 0;
        line-height: inherit;
        padding-top: 10px
    }

    .cabecera {
        margin-top: 35px
    }

    .pop-contacto a {
        display: initial
    }

    .pop-contacto.flota-cont a {
        display: block
    }

    .pop-contacto.flota-cont .telefono {
        padding-left: 0
    }

    .logos-cabecera {
        margin-top: 15px
    }

    .boton-lupa {
        height: 40px;
        top: -14px
    }

    .buscad-header {
        padding-bottom: 11px
    }

    .cabecera {
        margin-top: 30px
    }

    .listado-masters h2 {
        font-size: 30px
    }

    .listado-masters h3 {
        margin-top: 29px
    }

    .areas {
        margin-top: 62px
    }

    .listado-masters li {
        margin-bottom: 16px;
        font-size: 16px
    }

    .formulario-home form {
        width: 53%
    }

    .formulario-home .calltoactionform {
        width: 46%;
        font-size: 34px
    }
}

@media screen and (max-width: 1020px) {
    .contededor-caja-texto > div > iframe {
        margin-left: 17%;
        width: 65%;
    }
}

@media screen and (max-width: 986px) {
    .principal ul li {
        margin-right: 2.2%
    }

    .titulo-rojo {
        font-size: 26px !important;
        width: 64%
    }

    .titulo-apartado .tachado {
        width: 18%
    }

    .video .titulo-apartado {
        width: 100%
    }

    .telef-fijo .horario-skype {
        top: -8px
    }
    .pad3 {
        width: 95%;
    }
}

@media screen and (max-width: 971px) {
    .contededor-caja-texto h2 {
        font-size: 22px
    }
}

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

}

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

}

@media screen and (max-width: 917px) {
    .buscador-resultados li {
        font-size: 12px
    }

    .slider-slick .derech-testim {
        width: 68%
    }
}

@media screen and (max-width: 890px) {
    .principal ul li {
        margin-right: 2%;
        font-size: 13px
    }

    .buscar {
        width: 25px
    }

    .secundaria ul li {
        margin-right: 6px;
        font-size: 11px
    }

    .telef {
        font-size: 18px
    }

    .telefono {
        font-size: 12px;
        line-height: 19px
    }

    .contededor-caja-texto > div > iframe {
        width: 79%;
        margin: auto;
    }

    .contededor-caja-texto > div > div {
        width: 32%
    }

    .ventajas {
        margin-top: 42px;
        padding: 0;
        margin-bottom: 38px
    }

    .ventajas ul li p, .areas ul li p {
        font-size: 13px
    }

    .ventajas ul li div {
        background-size: 563px;
        height: 91px;
        width: 91px
    }
    .ventajas ul li img{
        width: 91px;
        height: 91px;
    }
    .areas ul li img {
        height: 81px;
        width: 81px
    }

    .ventajas .icr-titulacion {
        background-position: -290px -3px
    }

    .ventajas .icr-online {
        background-position: -99px -2px
    }

    .ventajas .icr-directo {
        background-position: -195px -3px
    }

    .ventajas .icr-tutorias {
        background-position: -3px -3px
    }

    .ventajas .icr-financiacion {
        background-position: -386px -3px
    }

    .ventajas .icr-docentes {
        background-position: -190px -192px
    }

    .ventajas .icr-mapa-europa {
        background-position: -283px -191px
    }

    .ventajas .icr-tasa-empleabilidad {
        background-position: -380px -192px
    }

    .areas {
        padding: 14px 3px
    }

    .formulario {
        width: 100%
    }

    .alumnos-realidad .videos {
        width: 610px
    }

    .alumnos-realidad .youtube-vide {
        width: 284px;
        height: 159px
    }

    .eventos {
        float: none;
        width: 545px;
        margin: 38px auto;
        height: auto
    }

    .slider-slick .derech-testim {
        width: 100%
    }

    .acreditaciones {
        padding: 0 1em;
        margin-bottom: 43px
    }
    .legal .btn-normal, .legal .btn-ghost {
        white-space: nowrap;
    }
}

.apartado-blog, .apartado-blog #columnaLateral, .apartado-blog #columnaPrincipal {
    width: 100% !important
}

.blog_text {
    line-height: 1.5
}

@media screen and (max-width: 830px) {
    .texto-suscripcion {
    }

    .form-suscripcion {
        width: 100%
    }

    .suscripcion {
        margin-bottom: 0 !important
    }

    .texto-suscripcion h2 {
        margin-bottom: 5px !important
    }

    .texto-suscripcion p {
        margin-bottom: 10px !important
    }

}

@media screen and (max-width: 818px) {
    header {
        position: absolute;
        top: 0;
        height: auto
    }
    .oculta-mobile {
        display: none
    }
    .oculta-desktop {
        display: block !important;
    }
    .fondo-graduacion {
        background-position: 28%;
        height: unset !important;
        min-height: calc(50vh + 20vw);
        max-height:65vh;
    }
    .exit {
        left: -23px
    }
    .caja-texto h2 {
        font-size: 15px
    }
    .caja-texto h2 span {
        font-size: 28px
    }
    .contededor-caja-texto > div > iframe {
        height: 100%;
        width: 85%;
        margin:0 auto;
    }
    .despbuscadorcont {
        top: 61px
    }
    .portada {
        height: unset !important;
    }
    .colombia .portada {
        min-height: unset;
    }
    #form-wrap #busca-modalidad {
        display: none;
    }
    #form-wrap input {
        width: calc(55% - 54px);
    }
    #form-wrap select {
        width: calc(45% - 54px);
    }
    .logos-cabecera {
        margin-top: 9px
    }
    .cabecera {
        padding-bottom: 6px;
        border-bottom: 1px solid #E6E6E6;
        position: fixed;
        z-index: 999999;
        background: #fff;
        top: 0;
        left: 0;
        margin-top: 0
    }
    .principal ul li, .secundaria ul li {
        font-weight: 300;
        margin-right: 0
    }
    .principal ul li:hover, .secundaria ul li:hover {
        text-decoration: none;
        font-weight: 400
    }
    .buscador-texto form {
        width: 100%;
        margin-bottom: 12px
    }
    .buscador-texto form input {
        height: 36px;
        width: 100%
    }
    .datos-cabec {
        position: relative;
        left: -61px;
        top: 14px
    }
    .frases {
        display: none
    }
    .pop-contacto {
        width: 100%
    }
    .cabecera .telef {
        font-size: 23px !important
    }
    .cabecera {
        height: 59px
    }
    .texto-contact {
        display: block;
    }
    .datos-cabec .telefono.nograt {
        display: none
    }
    .telefono {
        width: 100%
    }
    .buscador-resultados {
        height: 100%;
        position: absolute;
        top: 118px;
        left: 0;
        z-index: 9999
    }
    .tabla .tablaarea, .tabla .tablacualificacion {
        width: 100%;
        height: auto
    }
    .tablaarea .boton, .tablacualificacion .boton {
        width: 139px
    }
    .menuses {
        overflow: auto;
        width: 100%;
        position: fixed;
        height: 0;
        left: 0;
        top: -3px
    }
    .menuses-desplegado {
        height: 75%
    }
    .buscador-resultados .tabla.tablaarea, .buscador-resultados .tabla.tablacualificacion {
        width: 100%;
        float: none;
        border: 0;
        position: relative
    }
    .buscador-resultados .tablaresultado {
        height: 0;
        overflow: hidden;
        border: 0;
        margin: 0;
        padding: 0
    }
    .menuses-desplegado .principal ul li, .menuses-desplegado .secundaria ul li {
        float: none;
        border-bottom: 1px solid #777;
        font-size: 16px
    }
    .menuses-desplegado .secundaria ul {
        height: auto;
        padding: 0 10px;
        width: 100%;
        margin-left: 0
    }
    .menuses-desplegado .secundaria ul :last-child {
        border: 0
    }
    .menuses-desplegado .secundaria ul li {
        color: #fff;
        line-height: 43px;
        padding: 0;
        font-size: 16px;
        float: none
    }
    .campus-virtual {
        color: #fff;
        font-size: 20px
    }
    .menuses-desplegado .principal {
        margin-top: 61px !important;
        z-index: 99999998;
        background: #353536;
        width: 100%;
        padding: 0;
        padding-top: 15px;
        height: auto;
        position: relative !important
    }
    .menuses-desplegado .principal ul {
        height: 100%;
        position: relative;
        padding: 10px
    }
    .tablaresultado.resultante {
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #171717;
        padding: 15px
    }
    nav.secundaria {
        position: relative;
        background: #353536;
        color: #fff;
        width: 100%
    }
    .secundaria h1, .secundaria div.h-uno {
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0
    }
    .logos-cabecera img {
        height: auto;
        width: 106px
    }
    .principal .buscad-header {
        display: block;
        padding: 3px 14px
    }
    .buscad-header input {
        position: relative;
        margin: 0 auto;
        width: 86%;
        float: left;
        padding: 20px 16px;
        font-size: 15px;
        margin-right: 2%;
        font-weight: 400
    }
    .mov-menu {
        height: 44px;
        width: 44px;
        color: #353536;
        text-align: center;
        position: absolute;
        top: 4px;
        line-height: 29px;
        left: 100%;
        margin-left: -53px;
        z-index: 9055;
        display: inline-block;
        font-size: 10px;
        font-weight: 300;
        cursor: pointer
    }
    .mov-menu .lin {
        width: 71%;
        margin: 0 auto 5px;
        height: 3px;
        background: #353536;
        position: relative;
        top: 17%
    }
    section.video {
        padding: 2em 0 !important;
        margin: 1em auto 0;
    }

    a.youtube-corporativo:before {
        transform: scale(.85);
    }

    #aviso-cookies {
        padding: 16px;
        font-size: 8px;
    }

    .tablaresultado {
        overflow: hidden
    }

    .logo-negativo {
        display: none
    }

    .banner-metodologias {
        padding: 1em 0 3em
    }
    .banner-metodologias ul {
        padding-bottom: 2em;
    }
    .banner-metodologias ul li {
        margin: 0 auto;
        width: 100%;
        flex-basis: 100%;
        max-width: 520px;
    }
    .banner-metodologias ul li:hover {
        background: unset;
    }
    .banner-metodologias .metod-icons .oculta-tablet {
        display: block;
    }
    .metod-icons-mob {
        margin: 2em 1em 1em;
        background: rgba(255,255,255,.7);
        padding: 1em 1em 1em;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        flex: 1 1 0;
        align-content: center;
        text-align: center;
        border-radius: 5px;
    }
    .metod-icons-mob__a {
        display: inline-block;
        margin: 0;
        width: 33.3333%;
        flex-basis: 33.3333%;
        padding: 1em 1%;
        font-size: 2.7vw;
        line-height: 1.2;
        border-radius: 5px;
        transition: background .12s ease;
    }
    .metod-icons-mob__a:hover {
        background: #fff;
        color: var(--corp-color)
    }
    .metod-icons-mob__tit {
        font-size: 3.7vw !important;
        line-height: 1.2;
        margin: .8em 0 0 !important;
    }

    .include-acreditaciones {
        padding: 1em 0 0;
    }

    #noticias-eventos {
        padding: unset;
        max-width: 1120px;
        margin: 0 auto;
    }


    section#oferta-formativa {
        position: relative;
        width: 100%;
        overflow-x: hidden;
    }

    .foto-oferta-formativa {
        width: 300%;
        height: auto;
        position: relative;
        left: -100%;
    }

    #contactanos {
        display: none;
    }
    .cristal {
        border-color: #fff
    }

    .mango {
        background: #fff
    }

    .localizacion {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px
    }

    .text-presen {
        font-size: 15px
    }

    .formulario-home .calltoactionform {
        height: 0;
        overflow: hidden;
        width: 0;
        padding: 0;
        margin: 0
    }

    .formulario-home form, .formulario-home .acelerador {
        width: 100%;
        float: none
    }

    .formulario-home .calltoactionform {
        display: none
    }
    .form-popup .contenido-formulario,  .form-popup .cab, .formulario-home.form-popup .contenido-formulario{
        width: 90%!important;
    }

    .share_whatsapp {
        display: block
    }

    .legal .columnaizquierda {
        margin-left: 2%;
        width: 25%
    }

    .legal .columna-datos {
        width: 43%
    }

    .icono-inf {
        margin: 0 auto;
        height: 32px;
        width: 20px;
        background: url(/img/iconos/css-sprite-rrss-telef.svg);
        cursor: pointer;
        background-position: -764px -7px;
        background-size: 832px;
    }

    .icono-telef {
        margin: 0 auto;
        height: 32px;
        width: 32px;
        background: url(/img/iconos/css-sprite-rrss-telef.svg);
        cursor: pointer;
        background-position: -718px -10px;
        background-size: 832px;
    }

    .nolegal .columnaderecha {
        display: none
    }

    .arrow {
        display: none;
        left: -8em;
        bottom: 3.9em;
        opacity: .628;
    }

    .foto-oferta-formativa {
        display: none
    }

    .banda-tit {
        font-size: 12px;
    }

    .chosen-container.chosen-container-active ul li {
        float: none;
        width: 100%
    }


    .masthead-tit {
        padding: 0;
        line-height: 1.2;

    }
    .masthead-tit {
        font-size: 2em;
        line-height: unset;
        padding: 0;
    }

    .despbuscadorcont.resultados-dinamicos-home {
        top: 97px;
        width: 100%;
        left: 0;
        margin-left: 0;
        padding-right: 0
    }

    #oferta-formativa .wrapper {
        margin-top: unset;
    }

    .lista-oferta-formativa {
        text-align: center;
        margin: 0 2em;
    }

    .lista-oferta-formativa li {
        background: #353536;
        margin: .6em .3em;
        padding: .3em .6em;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    }

    .lista-oferta-formativa li:hover {
        background: #353536;
    }

    .lista-oferta-formativa h2 {
        font-size: 1.2em;
        margin: .5em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .lista-oferta-formativa li h2, .lista-oferta-formativa p {
        color: #fafafb
    }

    .col-botones { display:none!important; }

    .colombia .portada {
        margin: 0;
    }

    .colombia .caja-texto {
        right: 0;
        max-width: 60%;
        border-radius: 5px 0 0 0;
    }

    .colombia .caja-texto h1 {
        color: #fff !important;
        border:0 !important;
        font-size: 90%;
    }
}


@media screen and (max-width: 804px) {
    .areas p {
        font-size: 14px
    }

    #columnaLateral, #columnaPrincipal {
        padding-right: unset;
    }


    .blogs {
        width: 450px
    }

    .blogs li {
        margin: 14px 21px
    }

    .formulario h3 {
        padding: 38px 20px
    }

    .agencia_colocacion {
        height: 76px;
        margin-top: 18px
    }

    .colombia .titulaciones-col {
        display: block;
        vertical-align: top;
        width: 100%;
        margin-top: 45px
    }


    footer .legal {
        padding: 4em 0 7em
    }
    /* flex container */
    .columnas-footer {
        padding: 0;
        justify-content: space-evenly;
    }
    /* flexbox */
    .columna-footer {
        flex-basis: 45%;
        margin-bottom: 3em;
    }

    .col-rrss {
        order: -4;
    }


    .col-politicas {
        order:-2
    }
    .col-ministerio {
    }
    .col-botones {
        order:-3;
        max-width: unset !important;
    }
    .col-areas {
        order: -1;
    }

    .columnas-footer .aviso-legal {
        order:2;
    }

}

@media screen and (max-width: 768px) {
    #columnaLateral {
        width: 100% !important
    }

    #columnaPrincipal .apartado-blog .izquierda, #columnaLateral .apartado-blog .izquierda {
        display: none !important
    }

    #columnaPrincipal .apartado-blog .derecha, #columnaLateral .apartado-blog .derecha {
        width: 100%
    }

    .nombreBlog {
        display: block !important
    }

    .contenedorColumnasBlogs {
        width: 83% !important;
        margin: auto !important;
        padding: 0 !important;
    }

    .apartado-blog .blog-info {
        margin-left: 0 !important
    }

    #columnaPrincipal {
        width: 100%
    }

    .blog_text {
        display: none !important
    }

    .apartado-blog .texto-subtitulo, .apartado-blog {
        margin-bottom: 0 !important
    }

    .apartado-blog {
        padding: 1em
    }
}

@media screen and (max-width: 780px) {
    .contededor-caja-texto > div {
        padding: 10px
    }

    .contededor-caja-texto {
        height: initial
    }

    .contededor-caja-texto h2 {
        font-size: 21px
    }

    .contededor-caja-texto a {
        padding: 10px
    }

    .contededor-caja-texto > div > iframe {
        height: 315px;
        width: 439px;
        left: 50%;
        position: relative;
        margin-left: -213px;
    }

    p.slogan-streaming {
        font-size: 19px;
        padding: 6px 7px;
        margin: 25px auto 0;
    }
}

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

    .contacto-home .telefono {
        font-size: 13px
    }

    .contacto-home .telef {
        font-size: 16px;
        margin-bottom: 2px
    }

    .ventajas ul li {
        width: 33%;
        margin: 0;
        height: 158px
    }
}

@media screen and (max-width: 769px) {
    .apartado-blog .texto-subtitulo {
        font-family: 'Roboto', sans-serif;
        color: var(--text-soft);
        font-size: .75em;
        letter-spacing: .444px;
    }
    p.texto-subtitulo.blog_button.nombreBlog {
        margin: 0;
        padding: 1.7em 0 .8em;
        width: fit-content;
        width: -moz-fit-content;
    }

    .blog_title, .blog_fecha, .blog_button {
        display: inline-block !important;
    }
    .blog_button {
        position: relative;
        top: -3px;
    }

    .text-col-3 {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }
}

@media screen and (max-width: 700px) {
    .titulo-rojo {
        width: 70%;
        font-size: 23px
    }

    .ventajas ul li {
        padding: 0 10px;
        margin-bottom: 18px;
    }

    .areas p {
        font-size: 13px
    }

    .areas {
        margin-top: 36px;
        margin-bottom: 0
    }

    .ventajas {
        margin-top: 42px;
        margin-bottom: 38px
    }

    .datos {
        height: auto !important
    }

    .buscador form input {
        width: 404px
    }
    #player span {
        display: block;
    }


    .video {
        padding-top: 15px
    }

    .video .titulo-apartado {
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0
    }

    .titulo-apartado .tachado {
        width: 15%
    }

    .acreditaciones-rankings .lista-acreditacion {
        width: 69%
    }

    .legal p {
        padding: .7em 0;
    }

    .tit-legal {
        font-size: 16px
    }

    .legal .columna-datos {
        width: 43%
    }

    .aviso-legal {
        width: 100%;
        padding-left: 10px
    }

    .aviso-legal li {
        margin-left: 0;
        margin-right: 20px
    }


    .footer-acreditaciones .logo-acred {
        width: 99px;
        height: 43px;
        background-size: 600px
    }
    .acreditaciones div.c {
        background-position: -105px 0
    }
    .acreditaciones div.efqm {
        background-position: -202px -1px
    }
    .acreditaciones div.oca {
        background-position: -302px 0
    }
    .acreditaciones div.alares {
        background-position: -401px 1px
    }
    .acreditaciones div.oxford {
        background-position: -400px 0
    }
    .acreditaciones div.charter {
        background-position: -502px -1px
    }
    .acreditaciones div.aacsb {
        background-position: 0 -45px
    }
    .acreditaciones div.pactomundial {
        background-position: -101px -44px
    }
    .acreditaciones div.aeen {
        background-position: -201px -47px
    }
    .acreditaciones div.cambridge {
        background-position: -300px -43px
    }
    .acreditaciones div.amacfor {
        background-position: -402px -45px
    }
    .acreditaciones div.madrid {
        background-position: -5px -88px
    }
    .acreditaciones div.tuv {
        background-position: -103px -90px
    }
    .acreditaciones div.asociacion-marketing {
        background-position: -202px -91px
    }
    .acreditaciones div.cel {
        background-position: -300px -89px
    }
    .acreditaciones div.eeej {
        background-position: -400px -90px
    }
    .acreditaciones div.educaweb {
        background-position: -502px -87px
    }
    .acreditaciones div.aedipe {
        background-position: 0 -134px
    }
    .acreditaciones div.unesco {
        background-position: -99px -129px
    }
    .acreditaciones div.agatha {
        background-position: -201px -134px
    }
    .acreditaciones div.colegioabogados {
        background-position: -300px -134px
    }
    .acreditaciones div.deloitte {
        background-position: -399px -134px
    }
    .acreditaciones div.aepsad {
        background-position: -500px -133px
    }
    .acreditaciones div.fenicia {
        background-position: 1px -177px
    }
    .acreditaciones div.club-excelencia {
        background-position: -99px -179px
    }
    .acreditaciones div.unwto {
        background-position: -299px -175px
    }
    .acreditaciones div.modaespana {
        background-position: -400px -177px
    }
    .acreditaciones div.ale {
        background-position: -498px -176px
    }
    .acreditaciones div.cehat {
        background-position: -199px -177px
    }
    .acreditaciones div.ith {
        background-position: -298px -224px
    }
    .acreditaciones div.ela {
        background-position: -403px -221px
    }
    .acreditaciones div.amba {
        background-position: -501px -219px
    }
    .acreditaciones div.mundoposgrado {
        background-position: 0 -264px
    }
    .acreditaciones div.prever {
        background-position: -102px -266px
    }
    .acreditaciones div.rank-wanabis {
        background-position: -204px -266px
    }
    .acreditaciones div.portalMBA {
        background-position: -295px -266px
    }
    .acreditaciones div.cum-laude-emagister {
        background-position: -399px -263px
    }
    .acreditaciones div.sage {
        background-position: -499px -264px
    }
    .acreditaciones div.fso {
        background-position: -2px -308px
    }
    .acreditaciones div.marketalia {
        background-position: -102px -310px
    }
    .acreditaciones div.charter-pmi {
        background-position: -203px -309px
    }
    .acreditaciones div.aneca {
        background-position: -298px -309px
    }
    .acreditaciones div.dbs {
        background-position: -403px -308px
    }
    .acreditaciones div.camara-comercio-colombiana {
        background-position: -501px -305px
    }
    .acreditaciones div.ey {
        background-position: 0 -293px;
        background-size: 500px;
    }
    .acreditaciones div.salud-digital {
        background-position: -100px -354px
    }
    .home-ranking .logo-acred {
        width: 106px !important
    }
    .home-ranking p, .home-ranking h2 {
        font-size: 12px !important
    }
    .acreditaciones div.indra {
        background-position: -200px -354px
    }
    .acreditaciones div.alcyta {
        background-position: -298px -354px
    }
    .acreditaciones div.logistop {
        background-position: -399px -354px
    }
    .acreditaciones div.cruz-honor {
        background-position: -502px -356px
    }
    .acreditaciones div.expansion {
        background-position: -501px -45px
    }
    .acreditaciones div.youth {
        background-position: 0 -398px
    }
    .acreditaciones div.ametic {
        background-position: -98px -400px
    }
    .acreditaciones div.efqm-index {
        background-position: -200px -400px
    }
    .acreditaciones div.csic {
        background-position: -300px -396px
    }
    .acreditaciones div.umultirank {
        background-position: -299px -45px
    }
}

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

    .caja-texto-home-buscador {
        max-width: 88%;
    }
    .masthead-tit {
        font-size:22px!important;
    }

    .caja-texto-home-buscador form {
        width: 100%;
        height: 2.5em;
        padding: 0;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;

    }
    .caja-texto-home-buscador input {
        width: 100%;
    }
    #form-wrap input {
        width: calc(55% - 24px);
        padding-right: 1em;
    }
    #form-wrap select {
        margin-left: -4px;
        width: calc(45% - 25px);
    }
    .caja-texto-home-buscador .boton-buscar {
        width: 48px;
    }
    .slider-home .texto-buscar {
        display: none;
    }
    .caja-texto-home-buscador .boton-buscar i {
        vertical-align: bottom !important;
        display: inline-block;
    }

    .despbuscadorcont.resultados-dinamicos-home {
        width: 100%
    }

    .contededor-caja-texto h2 {
        font-size: 21px
    }

    ul.lista-oferta-formativa {
        flex-direction: column;
        padding-top: 1em;
    }

    .lista-oferta-formativa li {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .text-col-2, .text-col-3 {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    #black-friday {
        width: 130px;
        height: auto;
        margin: 20px 0 0 20px
    }

    .areas ul li {
        width: 33%;
        height: 150px
    }

    .areas ul .segunda-linea {
        margin-top: 19px
    }

    .areas ul .abajo-ancho {
        width: 48%;
        margin-top: 15px
    }

    .areas {
        width: 100%
    }

    .titulo-rojo, .listado-masters h2 {
        font-size: 25px
    }

    .listado-masters h3 {
        font-size: 23px;
        margin-top: 13px
    }

    .alumnos-realidad .videos {
        width: 302px
    }

    .titulo-rojo {
        width: 78% !important
    }

    .tachado {
        width: 11% !important
    }

    .eventos {
        width: 90%
    }

    .texto-suscripcion, .form-suscripcion {
        width:100% !important;
    }

    .aviso-legal {
        font-size: 11px;
        padding-left: 0
    }

    .aviso-legal li {
        margin-bottom: 15px;
        margin-right: 16px
    }

    .legal .columnaizquierda {
        float: none;
        margin-left: 0;
        overflow: hidden;
        width: 100%;
        margin-bottom: 10px
    }

    .legal .columna-datos {
        float: none;
        width: auto;
        margin: 0 auto 10px;
    }

    .legal .columnaizquierda p {
        float: left;
        margin-right: 17px;
        margin-bottom: 0
    }

    .legal .columna-datos p {
        float: none;
        margin-bottom: 6px
    }


    .imf-footer p {
        font-size: 13px
    }

    footer .legal, footer .legal p {
        text-align: center;
    }

    footer .tit-legal {
        font-size: 1.4em !important;
    }

    footer span.contacto {
        margin: 0 auto;
    }
    /* flex container */
    .columnas-footer {
        padding: 0;
        justify-content: space-evenly;
    }
    /* flexbox */
    .columna-footer {
        flex-basis: 90%;
    }

    .color-areas-footer {
        display: none;
    }

    footer .rrss {
        margin: 0 auto 1.5em;
        max-width: 280px;
        justify-content: center;
    }

    footer .rrss a div {
        margin: 0;
    }

    .legal .btn-normal, .legal .btn-ghost {
        max-width: 350px;
    }
}

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

    .fondo-graduacion {
        background-position-y: top !important;
        background-position-x: 40% !important;
        background-size: cover !important;

        background-position-y: -5vh !important;
        background-position-x: 40% !important;
        background-size: 117vw !important;
    }

    .fondo-graduacion.webp {
        background: url(/img/slider/madre-estudia-online-mobile-v2.jpg.webp) no-repeat;
    }
    .fondo-graduacion.nowebp {
        background: url(/img/slider/madre-estudia-online-mobile-v2.jpg) no-repeat;
    }

    .caja-texto-home-buscador {
        max-width: 100%;
        padding: 20vh 6vw 10vh !important;
    }
    .buscador-label {
        top: -22px;
    }
    .caja-texto-home-buscador input,
    .caja-texto-home-buscador select {
        height: 40px;
        font-size: .56em !important;
    }

    #marquesina {
        display: none;
    }

    .siverslider {
        display: block
    }

    .caja-slider {
        overflow: hidden;
        padding: 0 !important;
        margin: 0 !important;
        height: 100%;
        width: 100%
    }

    .caja-slider iframe {
        width: 79%;
        margin-left: 52px;
        max-height: 272px;
    }

    .elemento-slider {
        width: 100%;
        height: 168px;
        object-fit: cover;
        position: relative
    }

    .opinionesde-alumnos .elemento-slider {
        width: auto;
        height: 168px;
        position: relative
    }

    .img-slider-mv {
        background: url(/img/slider/portada-movil.jpg) no-repeat top;
        background-size: cover;
        right: 0
    }

    #marquesina {
        display: none;
    }



    .nodesktop {
        display: block
    }

    .caja-texto {
        display: block
    }

    .nomovil {
        display: none
    }

    .titulo-apartado {
        margin: 1.5em 0 1em;
    }

    .video.home iframe {
        width: 350px;
        height: 197px
    }

    .contededor-caja-texto {
        background: #fff
    }

    .contededor-caja-texto > div > div {
        width: 100%;
        height: inherit
    }

    .negro .popup-video {
        width: 95%;
        position: relative;
        left: 0;
        margin: 0 auto;
        padding: 0
    }

    .negro .popup-video iframe {
        width: 100%
    }

    p.slogan-streaming {
        font-size: 17px;
        padding: 6px 7px;
        margin: 0 auto;
    }

    .listado-masters h2 {
        font-size: 24px
    }

    p.titul {
        font-size: 1em;
        text-align: center;
    }

    .doscolumnas.eventos-banners {
        margin: 0;
    }

    .contacto-home .telefono {
        width: 48%;
        height: auto
    }

    .contacto-home .whatsapp {
        width: 48%
    }

    .lista-oferta-formativa h4 {
        font-size: 21px
    }

    .lista-oferta-formativa li {
        padding: 12px
    }

    .leermas {
        display: block
    }

    #attr-leermas-uno {
        display: none
    }

    .listado-masters {
        padding-bottom: 0
    }

    .ventajas {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .titulo-apartado {
        margin-bottom: 0;
    }

    .ventajas ul li p,
    .areas ul li p {
        font-size: 12px;
        margin-top: 4px;
    }

    .ventajas ul li {
        margin-bottom: 15px;
    }

    .home-ranking {
        width: 32%;
    }

    .carrusel-avales .slick-slide .logo-acred {
        transform: scale(1.4);
        margin: .5em 0;
    }

    .pagina-home .carrusel-avales {
        padding: 0;
    }

    .carrusel-avales .slick-slide p {
        display: block;
        font-size: .8em !important;
        margin: 1.6em .2em;
    }

    .banner-metodologias h4 {
        margin: 24px 0 24px;
    }

    .metod-icons p {
        font-size: 14px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .banner-metodologias p {
        text-align: center;
        margin: 16px 0;
        font-size:14px;
    }

    .internacional {
        background: none;
        margin: 0 auto
    }

    .internacional ul {
        padding: 0;
        width: 71%
    }

    .internacional ul li, .internacional ul li:last-child {
        width: 100%;
        margin: 5px auto;
        font-size: 18px
    }

    .texto-inter {
        display: none
    }

    .titul {
        padding: 7px;
        font-size: 15px
    }

    .crm-titular, .sem_tit, p.title_new {
        font-size: 14px
    }

    .eventos p, .sem_fecha, .sem_txt {
        font-size: 14px
    }

    #share > div:not(#fb-root) {
        margin: 0 4px
    }

    .legal .columnaizquierda:not(.columna-datos) {
        height: 0;
        padding: 0;
        margin: 0;
        overflow: hidden
    }

    .aviso-legal {
        padding-left: 10px;
        margin-top: 0
    }

    .aviso-legal li {
        font-size: 11px
    }

    .legal .columna-datos {
        border: 0
    }

    .legal {
        box-shadow: 0 32px 0 32px #353536
    }

    .zopim {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        overflow: hidden !important;
        position: fixed !important;
        z-index: 16000001 !important;
        height: 46px !important;
        bottom: 0 !important;
        background: transparent !important
    }

    .home-ranking {
        padding: 5px 7px !important;
        width: 49%
    }

    .slider-video iframe {
        width: 346px;
        height: 193px
    }

    .slider-slick .slider-video {
        padding: 0
    }

    .slider-slick .slider-fondo {
        padding: 0;
        height: 193px
    }

    .cita-alumno {
        font-size: .9em;
        line-height: 1.4
    }

    .caras-testimonios {
        margin-top: 0;
    }

    .cargo {
        font-size: 12px
    }

    .suscripcion{
    }
}

@media screen and (max-width: 550px) {
    .ventajas, .areas {
        width: 100%;
        padding: 0
    }

    .areas ul li {
        width: 33%;
        margin: 0;
        height: 158px
    }

    .areas ul li {
        height: 152px;
        padding: 0 10px
    }

    .ventajas ul li div, .areas ul li img {
        margin: 0 auto
    }

    .buscador {
        height: 151px;
        background-position: left
    }

    .buscador form input {
        width: 90%
    }
    .imf-footer {
        margin-bottom: 30px
    }
    .formulario-home{
        z-index: 30;
        position: relative;
    }
}
@media screen and (max-width: 530px) {
    .cabecera .telef {
        font-size: 20px !important
    }
    .telef {
        font-size: 17px !important
    }
    .imf-footer {
        margin-bottom: 30px
    }
}
@media screen and (max-width: 518px) {
    #share {
        background: none
    }
}
@media screen and (max-width: 500px) {
    .fondo-graduacion {
        background-position-x: 28%;
    }
    .fondo-slider-home, .contededor-caja-texto {
        height: 380px;
    }
    .caja-texto-home-buscador{
        background: unset;
        padding: 6vh 6vw !important;
    }
    .caja-texto-home-buscador h2 {
        margin:0;
        padding:0;
    }
    .caja-texto-home-buscador h2 span {
        display: inline !important;
    }
    .masthead-tit {
        font-size: 9vw !important;
        font-weight: 500;
        line-height: 1.2;
        text-shadow: 0 0 13px #6a514250;
    }
    .masthead-tit:last-of-type {
        font-size: 4.5vw !important;
        line-height: 1.4;
    }
    .titulo-rojo {
        margin-bottom: 15px;
    }
    .colaboradora {
        height: 0;
        overflow: hidden;
        padding: 0;
        margin: 0
    }
    .datos-cabec {
        left: -49px;
        top: 8px
    }
    .cabecera .telef {
        font-size: 18px !important
    }
    .btn {
        font-size: 26px
    }
    .formulario .contenido-formulario {
        padding: 0 2px
    }
    .listado-masters h2 {
        font-size: 22px
    }
    .listado-masters h3 {
        margin-top: 16px;
        font-size: 22px
    }
    .listado-masters .m-oficiales, .listado-masters .grados, .listado-masters .m-propios {
        width: 95%
    }
    .titulo-rojo {
        font-size: 22px !important;
        width: 80% !important
    }
    .titulo-apartado .tachado {
        width: 10% !important
    }
    .agencia_colocacion {
        height: 38px;
        margin-top: 8px
    }
}
@media screen and (max-width: 470px) {
    .boton {
        font-family: 'Roboto Condensed', 'Roboto', sans-serif;
    }
    .cabecera .telef {
        font-size: 15px !important
    }
    .video .titulo-rojo {
        font-size: 0;
        overflow: hidden;
        margin: 0;
        border: 0
    }
    .video {
        padding: 25px
    }
    .listado-masters .listado li {
        list-style: none;
        font-size: 14px
    }
    section#contactanos {
        display: none;
    }
    .blogs {
        width: 352px
    }
    .blogs li {
        margin: 8px 9px
    }
    .apartado-blog .texto-subtitulo {
    }
    .apartado-blog .blog_title {
        font-size: 1em;
    }
    .blogs li p {
        font-size: 12px
    }
    .blog_fecha {
        display: none;
    }
    .blog_button {
        font-size: .628em;
        margin: .628em 0;
        color: var(--text-soft);
        letter-spacing: .333px;
        text-transform: uppercase;
    }
    .acreditaciones-rankings .lista-acreditacion {
        display: block !important;
        width: 100% !important;
        clear: both;
        padding-top: 7px
    }
    .imf-footer {
        margin-top: 43px
    }
    form a {
        width: 70%
    }
}
@media screen and (max-width: 450px) {

    .video.home iframe {
        height: 159px;
        width: 285px
    }
    .titulo-negativo {
        -webkit-font-smoothing: unset;
        -moz-osx-font-smoothing: unset;
    }
    .telefono .bandera {
        display: none
    }
    .caja-slider iframe {
        width: 100%;
        /* height: 250px; */
        margin-left: 0;
    }
}
@media screen and (max-width: 420px) {
    .datos-cabec {
        display: none
    }
    .caja-texto h2 {
        font-size: 12px
    }
    .caja-texto h2 span {
        font-size: 21px
    }
    .caja-slider iframe {
        width: 100%;
        height: 250px
    }
    .slider-video iframe {
        width: 280px;
        height: 156px
    }
    .slider-slick .slider-fondo {
        height: 156px
    }
    .suscripcion {
    }
    .suscripcion .email {
        width: 57%
    }
}
@media screen and (max-width: 380px) {
    .titulo-rojo {
        font-size: 19px !important;
    }
    .lista-oferta-formativa h4 {
        font-size: 20px
    }
    .text-presen, .lista-oferta-formativa p, .banner-metodologias p, .acreditaciones p, .alumnos-realidad p {
        font-size: 13px
    }
    .ventajas ul li p, .areas ul li p {
        font-size: 12px
    }
    .listado-masters h2 {
        font-size: 19px
    }
    .blogs {
        width: 253px
    }
    .blogs li {
        margin: 5px 6px
    }
    .ventajas ul li div {
        background-size: 520px;
        height: 82px;
        width: 82px
    }
    .ventajas ul li img{
        width: 80px;
        height: 80px;
    }
    .ventajas .icr-titulacion {
        background-position: -269px -3px
    }
    .ventajas .icr-online {
        background-position: -92px -3px
    }
    .ventajas .icr-directo {
        background-position: -181px -3px
    }
    .ventajas .icr-financiacion {
        background-position: -357px -3px
    }
    .ventajas .icr-docentes {
        background-position: -177px -179px
    }
    .ventajas .icr-mapa-europa {
        background-position: -262px -178px
    }
    .ventajas .icr-tasa-empleabilidad {
        background-position: -351px -179px
    }
    .legal {
        margin-top: 2px
    }
    .suscripcion {
        margin-bottom: 0 !important;
    }
    .hueco--form {
        margin-top: 900px;
    }
    .banner-metodologias .metod-icons .oculta-tablet {
        display: none;
    }
}

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

    .caja-texto-home-buscador {
        top: 15vh !important;
    }
    .masthead-tit {
        font-size: 18px !important;
    }
    .banner-metodologias h4 {
        padding-bottom: 0;
        border-bottom: 0;
        border-top: 1px solid #d3d3d3;
        padding-top: 5px
    }
}
@media screen and (max-width: 350px) {
    .mv-footer-wa p {
        display: none;
    }
}