@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

* { box-sizing: border-box; }

    
body, input, textarea, button, select {
    font-family: 'Azo Sans', sans-serif;
}

body {
    margin:0;    
    font-size:10px;
    color:var(--oScriptsColor2);
    font-weight: 400;
}

* {
-webkit-tap-highlight-color: transparent;
}
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

input, textarea {
    /*box-shadow: none !important;*/
    outline: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #323031 inset !important;
  -webkit-text-fill-color: white !important;
}

a { text-decoration:none; transition: all 0.3s; }

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    margin: 0;
    font-size: 1.4em;
}

p, li {
    font-weight: 300;
    font-size: 1.8em;
    line-height: 1.7em;
    color: #4B4B4B;
}
p strong {
    font-weight: 600;
}

img {
    max-width:100%;
}

.table { display: table; width: 100%; height: 100%; }
.cell { display: table-cell; vertical-align: middle; }
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nmt { margin-top: 0 !important; }
.nmb { margin-bottom: 0 !important; }
.npt { padding-top: 0 !important; }
.npb { padding-bottom: 0 !important; }


.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.espacio1 { height: 1em; }
.espacio2 { height: 2em; }
.espacio3 { height: 3em; }
.espacio4 { height: 4em; }
.espacio5 { height: 5em; }
.espacio6 { height: 6em; }
.espacio7 { height: 7em; }
.espacio8 { height: 8em; }
.espacio9 { height: 9em; }
.espacio10 { height: 10em; }


.container {
    width: 100%;
    max-width: 143em;
    padding: 0 8em;
    margin: 0 auto;
    position: relative;
}

.container.full {
    max-width: none;
}

.columnas,
.items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5em;
}
.columnas .columnma,
.items .item {
    padding: 1.5em;
}

.boton {
    display: inline-block;
    font-weight: 500;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
    color: #FFFFFF;
    background: #FE4A49;
    border: 2px solid #FE4A49;
    padding: 1em 1.6em;
    transition: all 0.3s;
    cursor: pointer;
    min-width: 10em;
}

.boton:hover {
    background: #333132;
    border-color: #333132;
}
.boton.b2:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #FE4A49;
}

.boton img,
.boton svg {
    display: inline-block;
    margin-left: 0.3em;
    transform: translateY(0.1em);
    height: auto;
}
.boton svg path {
    stroke: #ffffff;
    transition: all 0.3s;
}
.boton.b2:hover svg path {
    stroke: #FE4A49;
}

.boton.outline {
    background: transparent;
    color: #FE4A49;
}
.boton.outline:hover {
    background: #FE4A49;
    color: #ffffff;
    border-color: #FE4A49;
}
.boton.outline svg path {
    stroke: #FE4A49;
}
.boton.outline:hover svg path {
    stroke: #ffffff;
}


#menuPrincipal {
    padding: 2em 0;
    background: #ffffff;
}

#menuPrincipal .columnas {
    margin: 0 -1.5em;
    justify-content: space-between;
    align-items: center;
}
#menuPrincipal .columna {
    padding: 1.5em;
    display: flex;
}
#menuPrincipal .columna.der {
    align-items: center;
}

#menuPrincipal .botonSeccion,
#menuPrincipal .botonSeccionLabel {
    margin: 0 1.0em;
    font-size: 1.6em;
    line-height: 1em;
    letter-spacing: 0.02em;
    color: #000000;
    position: relative;
}
#menuPrincipal .botonSeccion:hover {
    color: #FE4A49;
}
#menuPrincipal .botonSeccion.activo {
    color: #FE4A49;
}
#menuPrincipal .botonSeccion::before {
    content: "";
    position: absolute;
    left: 0em;
    right: 0em;
    bottom: 0;
    height: 1px;
    background: #E9343A;
    opacity: 0;
}
#menuPrincipal .botonSeccion.activo::before {
    opacity: 1;
}

#menuPrincipal .botonSeccion.destacado {
    background: rgba(0,0,0,0);
    border: #000000 solid 1px;
    color: #000000;
    padding: 1em 1.8em;
    font-size: 1.5em;
}
#menuPrincipal .botonSeccion.destacado:hover {
    background: rgba(0,0,0,1);
    color: #ffffff;
}

#menuPrincipal .botonSeccion.destacado2 {
    background: #E9343A;
    color: #ffffff;
    padding: 1em 1.8em;
    font-size: 1.5em;
}
#menuPrincipal .botonSeccion.destacado2:hover {
    background: #000000;
}

#menuPrincipal .red {
    margin-left: 2em;
}
#menuMobile nav .redes {
    padding: 1em 2em;
}
#menuMobile nav .red {
    display: inline-block;
    padding: 0.5em;
}
#menuPrincipal .red svg {
    width: 2.1em;
    height: auto;
}
#menuMobile nav .red svg {
    width: 1.4em;
    height: auto;
}
#menuPrincipal .red svg path,
#menuMobile nav .red svg path {
    fill: #000000;
    transition: all 0.3s;
}
#menuPrincipal .red:hover svg path,
#menuMobile nav .red:hover svg path {
    fill: #E9343A;
}


.headerGrande {
    height: 76em;
    background: url(images/home_header_img.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerGrande .container {
    padding-bottom: 6em;
}

.headerGrande h1 {
    font-weight: 600;
    font-size: 6em;
    line-height: 1em;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 0.5em;
}

.headerGrande p {
    font-weight: normal;
    font-size: 1.8em;
    line-height: 1.6em;
    color: #FFFFFF;
    max-width: 35em;
    margin-bottom: 2.5em;
}


#datos{
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}
#datos .columnas {
    margin: 0 -2em;
}
#datos .columnas .columna {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 2em;
}
#datos .columnas .columna .bloque {
    background: #FFFFFF;
    box-shadow: 0 0.4em 0.4em rgba(0, 0, 0, 0.25);
    padding: 3.5em;
    height: 100%;
}
#datos .columnas .columna .bloque .item {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}

.grafico {
    display: inline-block;
    position: relative;
    margin-bottom: 1em;
}
.grafico svg {
    width: 14em; height: auto;
}

.grafico svg .st0{fill:none;stroke:#B5B5B5;stroke-width:15;stroke-miterlimit:10;}
.grafico svg .st1 {
    fill:none;stroke:#FE4A49;stroke-width:15;stroke-miterlimit:10;
    stroke-dasharray: 433;
    stroke-dashoffset: 0;
    transform: rotate(180deg);
    transform-origin: 77px 77px;
}

.grafico span {
    font-style: normal;
    font-weight: 600;
    font-size: 3.4em;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #FE4A49;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
}
.grafico span.chico {
    font-size: 2.6em;
}
#datos .columnas .columna .bloque .item p {
    font-weight: 400;
    font-size: 1.7em;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    color: #262626;
}
#datos .columnas .columna .bloque .item p strong {
    font-weight: 600;
}


.grafico.g1 svg .st1 {
    stroke-dashoffset: -110;
}
.grafico.g2 svg .st1 {
    stroke-dashoffset: -340;
}
.grafico.g3 svg .st1 {
    stroke-dashoffset: -220;
}
.grafico.g4 svg .st1 {
    stroke-dashoffset: -380;
}

#datos .icono {
    width: 9.5em; height: 9.5em;
    background: #FE4A49;
    border-radius: 1em;
    position: relative;
    margin-bottom: 3em;
}
#datos .icono img {
    display: block;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
}


#home #why {
    /*background: url(images/home_fondo_misc.svg) center no-repeat #F4F4F4;
    background-size: 192em auto;*/
    background: #F4F4F4;
    padding: 25em 0 11em;
}

#home #why .columnas {
    margin: 0 -2em;
    align-items: center;
}
#home #why .columnas .columna {
    padding: 2em;
}
#home #why .columnas .columna.izq {
    flex: 0 0 50%;
}
#home #why .columnas .columna.der {
    flex: 0 0 50%;
}

.tituloSeccion {
    font-weight: 600;
    font-size: 5em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0.6em;
}
.tituloSeccion.blanco {
    color: #ffffff;
}
.tituloSeccion strong {
    color: #FE4A49;
    font-weight: 600;
}

#home #why .items {
    margin: 0 -0.8em;
}
#home #why .items .item {
    padding: 0.8em;
    flex: 0 0 50%;
    max-width: 50%;
}
#home #why .items .item.full {
    flex: 0 0 100%;
    max-width: 100%;
}
#home #why .items .item .bloque {
    padding: 4em 3em 3.3em;
    background: #FFFFFF;
    box-shadow: 0 0.3em 0.4em rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    height: 100%;
    transition: all 0.3s;
    cursor: pointer;
}
#home #why .items .item .bloque .icono {
    width: 6em; height: 6em;
    background: #FE4A49;
    border-radius: 1em;
    position: relative;
    margin-bottom: 1.5em;
    transition: all 0.3s;
}
#home #why .items .item .bloque .icono svg {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
}
#home #why .items .item .bloque .icono svg path {
    fill:  #ffffff;
    transition: all 0.3s;
}
#home #why .items .item p {
    font-weight: 400;
    font-size: 1.5em;
    letter-spacing: 0.03em;
    color: #262626;
    transition: all 0.3s;
}
#home #why .items .item .bloque:hover {
    background: #FE4A49;
}
#home #why .items .item .bloque:hover .icono {
    background: #ffffff;
}
#home #why .items .item .bloque:hover p {
    color: #ffffff;
}
#home #why .items .item .bloque:hover .icono svg path {
    fill: #FE4A49;
}


#explore {
    padding: 15em 0;
    background: url(images/home_explore_fondo.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}
#explore .logo {
    margin-bottom: 6em;
}
#explore .tituloSeccion {
    margin-bottom: 1.3em;
}

#sponsorship {
    padding: 8em 0;
    /*background: url(images/home_fondo_misc02.svg) center top no-repeat #F4F4F4;
    background-size: 192em auto;*/
    background: #F4F4F4;
}


#sponsorship .columnas {
    margin: 0 -3em;
}
#sponsorship .columnas .columna {
    padding: 3em;
    
}
#sponsorship .columnas .columna.izq {
    flex: 0 0 52%;
    max-width: 52%;
}
#sponsorship .columnas .columna.der {
    flex: 0 0 48%;
    max-width: 48%;
}
#sponsorship .columnas .columna.izq {
    display: flex;
    justify-content: flex-end;
}
#sponsorship .columnas .columna.izq img {
    width: 70em;
    height: 42.2em;
    max-width: none;
}
#sponsorship .columnas .columna .destacado {
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 1em;
    color: #262626;
}

#sponsorship .subtitulo {
    font-weight: 600;
    font-size: 3.5em;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: 0.05em;
    color: #828282;
    margin-bottom: 1em;
}

#sponsorship .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#sponsorship .logos img {
    margin: 2em 5em;
    height: auto;
}

#benefits {
    padding: 8em 0;
    /*background: url(images/home_fondo_misc03.svg) center top no-repeat #FFFFFF;
    background-size: 192em auto;*/
    background: #FFFFFF;
    overflow: hidden;
}
#benefits .columnas {
    margin: 0 -2.5em;
}
#benefits .columnas .columna {
    padding: 2.5em;
    flex: 0 0 50%;
    max-width: 50%;
}

#benefits .columnas .columna.izq {
    display: flex;
    justify-content: flex-end;
}
#benefits .columnas .columna.izq img {
    width: auto;
    max-width: none;
    height: 75.1em;
}

#benefits .tituloSeccion {
    margin-bottom: 0.2em;
}
#benefits .items {
    margin: 0 -1em;
    justify-content: center;
}
#benefits .items .item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 2.5em 1em 0 1em;
}
#benefits .items .item .bloque {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    box-shadow: 0 0.4em 0.4em rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 3em 2em;
    height: 100%;
}
#benefits .items .item .bloque .icono {
    width: 8em; height: 8em;
    position: relative;
    margin: 0 auto 2em;
}
#benefits .items .item .bloque .icono img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#benefits .items .item .bloque p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.2em;
    letter-spacing: 0.03em;
    color: #262626;
}

#getinvolved {
    padding: 8em 0 10em;
    /*background: url(images/home_fondo_misc04.svg) center top no-repeat #F4F4F4;
    background-size: 192em auto;*/
    background: #F4F4F4;
    overflow: hidden;
}

#getinvolved .tituloSeccion {
    font-size: 4.7em;
    letter-spacing: 0;
}
#getinvolved .items .item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
#getinvolved .items .item .bloque {
    background: #FFFFFF;
    border-bottom: 0.4em solid #FE4A49;
    box-shadow: 0 0.4em 0.4em rgba(0, 0, 0, 0.25);
    padding: 4em 3em 10.5em 4em;
    position: relative;
    height: 100%;
}
#getinvolved .items .item .bloque h3 {
    font-weight: 500;
    font-size: 3.5em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0.4em;
}
#getinvolved .items .item .bloque p {
    font-weight: 300;
    font-size: 1.7em;
    line-height: 1.7em;
    color: #262626;
    margin-bottom: 1em;
}
#getinvolved .items .item .bloque .boton {
    position: absolute;
    left: 2em;
    bottom: 2em;
}

#getinvolved .items .item .foto {
    height: 100%;
    width: auto;
    max-width: none;
}

#contact {
    background: url(images/home_contact_fondo.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}
#contact .bloque {
    width: 60em;
    max-width: 100%;
    padding: 5em 6em 8em;
    position: relative;
}
#contact .bloque::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 102%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0.7em 0.7em 1.5em 0.3em rgba(0, 0, 0, 0.25);
}
#contact .bloque .contenido {
    position: relative;
}


footer {
    padding: 3em 0;
    background: #262626;
}

footer .columnas {
    justify-content: space-between;
    align-items: center;
}
footer .columnas .columna {
    position: relative;
    padding: 1.5em;
}
footer .columnas .columna.c1 {
    flex: 0 0 25%;
    max-width: 25%;
}
footer .columnas .columna.c2 {
    flex: 0 0 55%;
    max-width: 55%;
}
footer .columnas .columna.c3 {
    flex: 0 0 20%;
    max-width: 20%;
}
footer .columnas .columna.c4::before {
    content: "";
    position: absolute;
    left: -5em;
    width: 1px;
    height: 100%;
    background: #616A75;
}

footer .botonSeccion {
    display: block;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1.1em;
    color: #FFFFFF;
    letter-spacing: 0;
    padding: 0.5em 0;
}
footer .botonSubseccion,
footer p {
    display: block;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.1em;
    color: #AEAEAE;
    padding: 0.4em 0;
}
footer p a {
    color: #FE4A49;
}
footer .botonSeccion:hover,
footer .botonSubseccion:hover {
    color: #FE4A49;
}

footer .columnas .linea {
    width: 1px;
    background: #616A75;
}
footer .redes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1em;
}
footer .redes a {
    display: block;
    background: rgba(255, 255, 255, 0.1);
    width: 5em; height: 5em;
    border-radius: 10000px;
    position: relative;
    margin: 1em;
}
footer .redes a svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 2.4em;
    height: auto;
}
footer .redes a svg path {
    fill: #ffffff;
    transition: all 0.3s;
}
footer .redes a:hover {
    background: rgba(255, 255, 255, 1);
}
footer .redes a:hover svg path {
    fill: #FE4A49;
}

.fondo {
    background: center no-repeat;
    background-size: cover;
    width: 100%;
    height: 140vh;
    z-index: 0 !important;
}


#programsAvailable {
    padding: 8em 0 10em;
    /*background: url(images/programs_fondo_misc.svg) center top no-repeat #ffffff;*/
    background: #ffffff;
}
#programsAvailable .items {
    justify-content: center;
}
#programsAvailable .items .item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

#programsAvailable .items .item .bloque {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    filter: grayscale(100%);
    box-shadow: 0.3em 0.3em 2em 0.3em rgba(0, 0, 0, 0.15);
    border-bottom: 0.3em solid #FE4A49;
    height: 100%;
    position: relative;
    transition: all 0.3s;
}
#programsAvailable .items .item .bloque .foto {
    background: url(images/programs_foto01.jpg) center no-repeat;
    background-size: cover;
    height: 32em;
    transition: all 0.3s;
}
#programsAvailable .items .item .bloque .info {
    padding: 4em 4em 9em;
}
#programsAvailable .items .item .bloque .info h3 {
    font-weight: 600;
    font-size: 2.2em;
    line-height: 1.1em;
    letter-spacing: 0.01em;
    color: #FE4A49;
    margin-bottom: 1em;
}
#programsAvailable .items .item .bloque .info p {
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    margin-bottom: 2em;
}
#programsAvailable .items .item .bloque:hover {
    filter: grayscale(0%);
}

#programsAvailable .items .item .bloque .info .cta {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4em;
}

#programsAvailable .items .item .bloque .info .cta .boton {
    padding: 0.7em 0.8em;
    min-width: 0 !important;
    vertical-align: middle;
}
#programsAvailable .items .item .bloque .info .cta .link {
    display: inline-block; vertical-align: middle;
    padding: 0.7em 0.8em;
    font-weight: 500;
    font-size: 2em;
    line-height: 1em;
    color: #FE4A49;
}
#programsAvailable .items .item .bloque .info .cta .link svg {
    display: inline-block; vertical-align: middle;
    margin: 0 -0.1em 0 0.5em;
    width: 1.4em; height: auto;
}
#programsAvailable .items .item .bloque .info .cta .link svg path {
    stroke: #FE4A49;
    transition: all 0.3s;
}
#programsAvailable .items .item .bloque .info .cta .link:hover {
    color: #000000;
}
#programsAvailable .items .item .bloque .info .cta .link:hover svg path {
    stroke: #000000;
}


.header {
    height: 32em;
    background: url(images/program01_header.jpg) center no-repeat;
    background-size: cover;
    padding: 18em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
}
.header h1 {
    font-weight: 600;
    font-size: 6em;
    line-height: 1.1em;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #FFFFFF;
}
.header p {
    font-size: 1.8em;
    line-height: 1.5em;
    color: #FFFFFF;
    max-width: 37em;
}

.header .barra {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1.5em 0;
    background: #0D0D0D;
}
.header .barra p {
    font-size: 1.6em;
    line-height: 1em;
    color: #AEAEAE;
}
.header .barra p a {
    color: #AEAEAE;
}
.header .barra p a:hover {
    color: #ffffff;
}
.header .barra p span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em;
}
.header .barra p strong {
    color: #ffffff;
    font-weight: 500;
}


#program {
    padding: 7em 0;
    background: #ffffff;
}

#program .columnas {
    justify-content: space-between;
}

#program aside {
    flex: 0 0 30%;
    max-width: 30em;
    padding: 1.5em;
    position: relative;
}
#program aside .sticky {
    position: sticky;
    left: 0;
    top: 0;
}
#program .info {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 1.5em;
}

#program aside .botonProgram {
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.3em;
    letter-spacing: 0.01em;
    color: #0D0D0D;
    display: block;
    padding: 1.2em 3em 1.2em 0;
    border-bottom: 1px solid #AEAEAE;
    position: relative;
}
#program aside .botonProgram:hover {
    color: #E9343A;
}
#program aside .botonProgram.activo {
    color: #E9343A;
    font-weight: 600;
}

#program aside .botonProgram svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5em;
    height: auto;
}
#program aside .botonProgram svg path {
    stroke: #AEAEAE;
    transition: all 0.3s;
}
#program aside .botonProgram:hover svg path,
#program aside .botonProgram.activo svg path {
    stroke: #E9343A;
}

#program .info .columnas {
    margin: 0 -1.5em;
    justify-content: flex-start;
    align-items: center;
}
#program .info .columna {
    padding: 1.5em;
}
#program .info .columna img {
    display: block;
}

#program .info .cols1 .columna.izq {
    flex: 0 0 62%;
    max-width: 62%;
}


#program .info .columna.c35 {
    flex: 0 0 35%;
    max-width: 35%;
}
#program .info .columna.c40 {
    flex: 0 0 40%;
    max-width: 40%;
}
#program .info .columna.c45 {
    flex: 0 0 45%;
    max-width: 45%;
}
#program .info .columna.c50 {
    flex: 0 0 50%;
    max-width: 50%;
}
#program .info .columna.c55 {
    flex: 0 0 55%;
    max-width: 55%;
}
#program .info .columna.c60 {
    flex: 0 0 60%;
    max-width: 60%;
}
#program .info .columna.c65 {
    flex: 0 0 65%;
    max-width: 65%;
}
#program .info .columna.c70 {
    flex: 0 0 70%;
    max-width: 70%;
}

#program .info .cols1 .columna.der {
    flex: 0 0 38%;
    max-width: 38%;
}
#program .info .cols1 .columna.der img {
    width: 100%;
}

#program .info h2 {
    font-weight: 600;
    font-size: 4em;
    line-height: 1.3em;
    color: #0D0D0D;
    margin-bottom: 0.5em;
}
#program .info h6 {
    font-weight: 300;
    font-size: 1.8em;
    line-height: 1.3em;
    color: #E9343A;
    margin-bottom: 0.6em;
}
#program .info p {
    font-size: 1.6em;
}
#program .info p strong {
    color: #262626;
}

#program .info .destacado {
    border: 0.2em solid #E9343A;
    padding: 2.5em 3.5em;
}
#program .info .destacado p {
    font-size: 1.8em;
}

#program .info .cols2 .columna.izq {
    flex: 0 0 50%;
    max-width: 50%;
}
#program .info .cols2 .columna.der {
    flex: 0 0 50%;
    max-width: 50%;
}
#program .info .cols2 .columna.izq img {
    width: 100%;
}

.grafico.g5 svg .st1 {
    stroke-dashoffset: -380;
}

#program .info h4 {
    text-align: left;
    font-weight: 600;
    font-size: 2.3em;
    line-height: 1.3em;
    color: #0D0D0D;
    margin-bottom: 2em;
    padding-left: 4.3em;
    position: relative;
}
#program .info h4 span {
    display: inline-block;
}
#program .info h4 .icono {
    width: 3.2em; height: 3.2em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto 2em;
    background: #FE4A49;
    border-radius: 0.45em;
}
#program .info h4 .icono img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


#program .apply {
    background: #262626;
    display: flex;
    flex-wrap: wrap;
}
#program .apply .izq {
    padding: 4em 5em 5em;
    flex: 0 0 65%;
    max-width: 65%;
}
#program .apply .der {
    padding: 4em 5em;
    background: #141414;
    flex: 0 0 35%;
    max-width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#program .apply .izq h2,
#program .apply .izq p,
#program .apply .izq p strong,
#program .apply .izq p a {
    color: #ffffff;
}
#program .apply .izq h2 {
    font-size: 5em;
    margin-bottom: 0.1em;
}

#philosophy #principal {
    padding: 8em 0 8em;
    background: #ffffff;
}

#philosophy #principal .items .item {
    flex: 0 0 100%;
    max-width: 100%;
}
#philosophy #principal .items .item .bloque {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    box-shadow: 0 0.4em 0.4em rgba(0, 0, 0, 0.25);
    display: flex;
    flex-wrap: wrap;
}
#philosophy #principal .items .item .bloque .info {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5em 5em 4em;
}
#philosophy #principal .items .item .bloque .foto {
    flex: 0 0 50%;
    max-width: 50%;
    background: center no-repeat;
    background-size: cover;
}

#philosophy #principal  h4 {
    font-weight: 600;
    font-size: 4em;
    line-height: 1.3em;
    color: #0D0D0D;
}
#philosophy #principal h4 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
    margin-top: -0.3em;
}
#philosophy #principal .items .item .bloque p {
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    margin: 1em 0;
}
#philosophy #principal .items .item .bloque p.destacado {
    color: #262626;
    font-size: 1.7em;
    font-weight: 500;
}

#philosophy #principal .bloqueDestacado {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0.5em 0.5em 2em 0.3em rgba(0, 0, 0, 0.15);
    padding: 4em 5em;
}
#philosophy #principal .bloqueDestacado p {
    font-size: 2.2em;
}

#philosophy #principal .apprentices {
    align-items: center;
}
#philosophy #principal .apprentices .columnas {
    margin: 0 -2.5em;
}
#philosophy #principal .apprentices .columna {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 1.5em 2.5em;
}

#philosophy #principal .staff {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#philosophy #principal .staff .items {
    margin: 0 -1em;
}
#philosophy #principal .staff .item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 1em;
}
#philosophy #principal .staff .item .bloque {
    background: #FFFFFF;
    box-shadow: 4px 4px 6px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    cursor: pointer;
    height: 100%;
}
#philosophy #principal .staff .item .bloque:hover {
    background: #E9343A;
}
#philosophy #principal .staff .item .bloque .foto {
    height: 36em;
    background: center no-repeat;
    background-size: cover;
    position: relative;
}
#philosophy #principal .staff .item .bloque .foto::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    transition: all 0.3s;
}
#philosophy #principal .staff .item .bloque:hover .foto::before {
    opacity: 0.25;
}
#philosophy #principal .staff .item .bloque .foto .icono {
    position: absolute;
    right: 3em;
    width: 6em;
    height: 6em;
    bottom: -3em;
    background: #E9343A;
    border-radius: 10000px;
    transition: all 0.3s;
}
#philosophy #principal .staff .item .bloque .foto .icono svg {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    width: 2.4em; height: auto;
    transition: all 0.3s;
}
#philosophy #principal .staff .item .bloque .foto .icono svg path {
    stroke: #ffffff;
    transform-origin: center;
    transition: all 0.3s;
}
#philosophy #principal .staff .item .bloque:hover .foto .icono svg path {
    stroke: #000000;
    transform: rotate(90deg);
}
#philosophy #principal .staff .item .bloque .info {
    padding: 4.5em 3em 3em;
}
#philosophy #principal .staff .item .bloque .info h6 {
    font-size: 1.5em;
    line-height: 1.3em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #E9343A;
    transition: all 0.3s;
    margin-bottom: 0.3em;
}
#philosophy #principal .staff .item .bloque .info h5 {
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.1em;
    color: #000000;
    transition: all 0.3s;
}
#philosophy #principal .staff .item .bloque:hover .info h5,
#philosophy #principal .staff .item .bloque:hover .info h6 {
    color: #ffffff;
}
#philosophy #principal .staff .item .bloque:hover .foto .icono {
    background: #ffffff;
}

#philosophy #principal .staff .item .bloque .bio {
    display: none;
}


.popupContainer .popup.popupstaff {
    max-width: 125em;
    padding: 0;
}
.popupContainer .popup.popupstaff .columnas {
    margin: 0;
    background: #F3F3F3;
}
.popupContainer .popup.popupstaff .foto {
    flex: 0 0 35%;
    max-width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F3F3F3;
}
.popupContainer .popup.popupstaff .foto img {
    display: block;
    width: 100%;
}
.popupContainer .popup.popupstaff .info {
    flex: 0 0 53%;
    max-width: 53%;
    padding: 5em 5em;
    display: flex;
    align-items: center;
}
.popupContainer .popup.popupstaff .info .middle {
}
.popupContainer .popup.popupstaff .botones {
    flex: 0 0 12%;
    max-width: 12%;
    background: #262626;
    display: flex;
    flex-wrap: wrap;
}
.popupContainer .popup.popupstaff .info h6 {
    font-size: 1.5em;
    line-height: 1.3em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #E9343A;
}
.popupContainer .popup.popupstaff .info h5 {
    font-weight: 600;
    font-size: 4em;
    line-height: 1.3em;
    color: #000000;
    margin-bottom: 0.5em;
}
.popupContainer .popup.popupstaff .info p {
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    color: #000000;
    margin: 1em 0;
}
.popupContainer .popup.popupstaff .info p:last-of-type {
    margin-bottom: 0;
}
.popupContainer .popup.popupstaff .botones .botonCerrar {
    flex: 0 0 100%;
    max-width: 100%;
    height: 45%;
    background: #E9343A;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}
.popupContainer .popup.popupstaff .botones .botonCerrar div {
    border: 2px solid #FFFFFF;
    width: 6em;
    height: 6em;
    border-radius: 10000px;
    position: relative;
    transition: all 0.3s;
}
.popupContainer .popup.popupstaff .botones .botonCerrar div svg {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    width: 3.5em;
}
.popupContainer .popup.popupstaff .botones .botonCerrar div svg path {
    stroke: #ffffff;
    transition: all 0.3s;
}
.popupContainer .popup.popupstaff .botones .botonCerrar:hover {
    background: #ffffff;
}
.popupContainer .popup.popupstaff .botones .botonCerrar:hover div {
    border-color: #E9343A;
}
.popupContainer .popup.popupstaff .botones .botonCerrar:hover div svg path {
    stroke: #E9343A;
}

.popupContainer .popup.popupstaff .botones .flechas {
    flex: 0 0 100%;
    max-width: 100%;
    height: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.popupContainer .popup.popupstaff .botones .flechas .flecha {
    padding: 1.3em;
}
.popupContainer .popup.popupstaff .botones .flechas .flecha div {
    border: 2px solid #FFFFFF;
    width: 6em;
    height: 6em;
    border-radius: 10000px;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}
.popupContainer .popup.popupstaff .botones .flechas .flecha div svg {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    width: 2.4em;
}
.popupContainer .popup.popupstaff .botones .flechas .flecha div path {
    stroke: #ffffff;
    transition: all 0.3s;
}
.popupContainer .popup.popupstaff .botones .flechas .flecha div:hover {
    background: #ffffff;
}
.popupContainer .popup.popupstaff .botones .flechas .flecha div:hover path {
    stroke: #262626;
}


#botonApply {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 10em;
    height: 28em;
    background: #E9343A;
    transition: all 0.3s;
}
#botonApply span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center;
    transform: translate(-50%,-50%) rotate(-90deg);
    text-align: center;
    width: 30em;
    font-weight: 600;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s;
}
#botonApply span svg {
    display: inline-block; vertical-align: middle;
    width: 2.5em;
    height: auto;
    margin-left: 1em;
    transform: rotate(90deg);
}
#botonApply:hover {
    background: #000000;
    width: 12em;
}

#programselect {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(images/products_header_img.jpg) center no-repeat;
    background-size: cover;
    padding: 4em 0;
    min-height: 70vh;
}


#programselect .columnas {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -3em;
}
#programselect .columnas .columna {
    padding: 3em;
    flex: 0 0 50%;
    max-width: 50%;
}
#programselect .columnas .columna a {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 5em 4em;
    width: 100%;
    max-width: 52.5em;
    margin: 0 auto;
    transition: all 0.3s;
}
#programselect .columnas .columna a .icono {
    width: 14em;
    height: 14em;
    background: #E9333A;
    border-radius: 2em;
    margin: 0 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
#programselect .columnas .columna a .icono img {
    display: block;
}
#programselect .columnas .columna a span {
    margin: 0.3em;
    font-size: 6.5em;
    font-weight: 500;
    color: #000000;
    transition: all 0.3s;
}
#programselect .columnas .columna a:hover {
    background: #1F1F23 ;
}
#programselect .columnas .columna a:hover span {
    color: #ffffff;
}


.ctaExplore {
    text-align: right;
}
.botonExplore {
    display: inline-flex;
    align-items: center;
}
.botonExplore .icono {
    width: 6.3em; height: 6.3em;
    border: 1px solid #2F2E2E;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2em;
    transition: all 0.3s;
    /*transform: translateY(-0.3em);*/
}
.botonExplore .icono svg {
    width: 3.3em;
    height: auto;
    display: block;
    margin: 0;
}
.botonExplore .icono svg path {
    fill: #000000;
    transition: all 0.3s;
}
.botonExplore span {
    font-size: 3.8em;
    font-weight: 400;
    line-height: 1em;
    transition: all 0.3s;
    color: #000000;
}

.botonExplore:hover span {
    color: #FE4A49;
}
.botonExplore:hover .icono {
    background: #FE4A49;
    border-color: #FE4A49;
}
.botonExplore:hover .icono svg path {
    fill: #ffffff;
}


#news #principal {
    padding: 10em 0;
}

#news #principal .items {
    display: flex;
}
#news #principal .items .item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 1.8em;
}
#news #principal .items .item .post {
    display: block;
    background: #FFFFFF;
    box-shadow: 0.1em 0.3em 0.9em #00000029;
    opacity: 1;
    border-bottom: 0.3em solid #707070;
    height: 100%;
    transition: all 0.3s;
}
#news #principal .items .item .post .foto img {
    display: block;
    width: 100%;
    filter: grayscale(100%);
    transition: all 0.3s;
}
#news #principal .items .item .post .info {
    padding: 0 4em 7em;
}
#news #principal .items .item .post .info .fecha {
    display: inline-block;
    padding: 1.5em 6em  1em 2em;
    border: 1px solid #D8D8D8;
    border-top: 0;
    margin-bottom: 3em;
}
#news #principal .items .item .post .info h4 {
    color: #4B4B4B;
    font-size: 2em;
    font-weight: 500;
    transition: all 0.3s;
}
#news #principal .items .item .post .info h3 {
    color: #4B4B4B;
    font-size: 3em;
    transition: all 0.3s;
}

#news #principal .items .item .post:hover .foto img {
    filter: grayscale(0%);
}
#news #principal .items .item .post:hover .info h3 {
    color: #FE4A49;
}
#news #principal .items .item .post:hover {
    border-color: #FE4A49;
}


#post #principal {
    padding: 10em 0;
}

#post .content p {
    font-size: 3em;
    margin: 1em 0;
}
#post .content {
    margin: 8em 0;
}
#post .foto {
    margin: 6em 0;
}


/* ---------------------- Media Queries ------------------ */

@media (max-width: 1850px) {
    body {
        font-size: 9.5px;
    }
}
@media (max-width: 1800px) {
    body {
        font-size: 9px;
    }    
}

@media (max-width: 1700px) {
    body {
        font-size: 8.5px;
    }
}

@media (max-width: 1650px) {    
}

@media (max-width: 1600px) {
    body {
        font-size: 8px;
    }
}

@media (max-width: 1500px) {
    
}

@media (max-width: 1400px) {
    
}

@media (max-width: 1300px) { 
}

@media (max-width: 1250px) {
}

@media (max-width: 1200px) {
    footer .columnas .columna.c4::before {
        display: none;
    }
    #botonApply {
        display: none;
    }
}

@media (max-width: 1150px) {
    #programsAvailable .items .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    footer .columnas .columna.c1 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    footer .columnas .columna.c2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1100px) {
    #philosophy #principal .staff .item {
        flex: 0 0 33.33%;
        max-width: 33.333%;
    }
    #news #principal .items .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1050px) {
    #menuPrincipal .botonSeccion, #menuPrincipal .botonSeccionLabel {
        margin: 0 1.5em;
    }
    #program aside {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 8em;
    }
    #program .info {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 1050px) {
    #benefits .columnas .columna.izq,
    #benefits .columnas .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #benefits .columnas .columna.izq {
        display: block;
    }
    #benefits .columnas .columna.izq img {
        display: block;
        margin: 0 auto;
        width: 50em;
        height: auto;
        max-width: 100%;
    }
    #benefits .tituloSeccion {
        text-align: center;
    }
}

@media (max-width: 1000px) {
    .headerGrande {
        height: auto;
        padding: 11em  0;
    }
    .headerGrande .container {
        padding-bottom: 0;
    }
    #datos {
        position: static;
        transform: none;
        padding: 4em 0;
    }
    #datos .columnas .columna .bloque {
        box-shadow: none;
        padding: 0;
    }
    #home #why {
        padding: 8em 0;
    }
    #programsAvailable {
        padding: 4em 0 8em;
    }

    footer .columnas .columna.c1 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    footer .columnas .columna.c2 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    footer .columnas .columna.c3 {
        flex: 0 0 100%;
        max-width: 100%;
    }


    #programselect .columnas .columna a {
        font-size: 0.9em;
    }

}

@media (max-width: 950px) {
    #philosophy #principal .items .item .bloque .info {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }
    #philosophy #principal .items .item .bloque .foto {
        flex: 0 0 100%;
        max-width: 100%;
        height: 25em;
        order: 1;
    }
    #philosophy #principal .items .item {
        flex: 0 0 100%;
        max-width: 80em;
    }
    #philosophy #principal .items .item .bloque {
        height: 100%;
    }
    #philosophy #principal .apprentices .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #philosophy #principal .bloqueDestacado {
        padding: 3em 4em;
    }
    #philosophy #principal .bloqueDestacado p {
        font-size: 1.8em;
    }
    .popupContainer .popup.popupstaff .botones {
        display: none;
    }
    .popupContainer .popup.popupstaff .foto {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .popupContainer .popup.popupstaff .info {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .popupContainer .popup .cerrar, #jAlert .alert .botonCerrar {
        display: block;
    }
}

@media (max-width: 900px) {
    #home #why .columnas .columna.izq,
    #home #why .columnas .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #home #why .tituloSeccion br {
        display: none;
    }
    #sponsorship {
        padding: 5em 0;
    }
    #sponsorship .columnas .columna.izq,
    #sponsorship .columnas .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    #sponsorship .columnas .columna.izq {
        display: block;

    }
    #sponsorship .columnas .columna.izq img {
        width: 60em;
        height: auto;
        max-width: 100%;
    }
    #getinvolved .items .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #getinvolved .items .item:nth-of-type(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #getinvolved .items .item .foto {
        width: 100%;
        max-width: 100%;
    }

    #programselect .columnas .columna a {
        font-size: 0.8em;
    }

    #programselect .columnas .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #post .content p {
        font-size: 2em;
    }
    

}

@media (max-width: 850px) {
}


@media (max-width: 800px) {
    .botonMenuMobile,
    #menuMobile {
        display: block;
    }
    #menuPrincipal .columna.der {
        display: none;
    }
    #menuPrincipal .columna.izq {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 12em;
    }
    #datos .columnas .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .headerGrande h1 {
        font-size: 5em;
    }
    .tituloSeccion {
        font-size: 4em;
    }
    #sponsorship .subtitulo {
        font-size: 3em;
    }
    #programsAvailable .tituloSeccion {
        text-align: center;
    }
    #programsAvailable .items {
        justify-content: center;
    }
    #programsAvailable .items .item {
        flex: 0 0 100%;
        max-width: 60em;
    }
    #programsAvailable .items .item .bloque .info .cta {
        position: static;
        padding: 0;
    }
    #programsAvailable .items .item .bloque .info {
        padding: 4em;
    }
    #program .info .columna {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    #program .info .columna img {
        max-width: 40em;
    }
    #program .apply .izq,
    #program .apply .der {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding: 3em 4em;
    }
    #program .apply .izq h2 {
        font-size: 4em;
    }
    #program {
        padding: 4em 0;
    }
    .header h1 {
        font-size: 5em;
    }
    #philosophy #principal .staff .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ctaExplore {
        text-align: center;
    }
}

@media (max-width: 750px) {
}


@media (max-width: 700px) {
    .popupContainer .popup.popupstaff .foto {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5em 5em 0 5em;
        justify-content: flex-start;

    }
    .popupContainer .popup.popupstaff .foto img {
        width: 25em;
        max-width: 100%;
    }
    .popupContainer .popup.popupstaff .info {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .columnas .columna.c1,
    footer .columnas .columna.c2 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    #news #principal .items .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}



@media (max-width: 650px) {
    #getinvolved .items .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #getinvolved .tituloSeccion {
        text-align: center;
        font-size: 3.5em;
    }
}

@media (max-width: 600px) {
    .container {
        padding: 0 4em;
    }
    #explore {
        padding: 11em 0;
    }
    #benefits .items .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #contact .container {
        padding: 0 !important;
    }
    #contact .bloque {
        padding: 5em 4em;
        width: 100%;
    }
    #contact {
        overflow: hidden;
    }
}

@media (max-width: 550px) {
    #philosophy #principal .staff .item {
        flex: 0 0 100%;
        max-width: 35em;
    }
}

@media (max-width: 500px) {
}

@media (max-width: 450px) {
    #home #why .items .item .bloque {
        padding: 3em 2.3em 2.3em;
    }
    #home #why .items .item p {
        line-height: 1.3em;
    }
    #philosophy #principal .items .item .bloque .info {
        padding: 4em 3em 3em;
    }
    .popupContainer .popup.popupstaff .foto {
        padding: 4em 3em 0;
    }
    .popupContainer .popup.popupstaff .info {
        padding: 4em 3em 5em;
    }
    #programselect .columnas .columna a {
        font-size: 0.7em;
    }
}

@media (max-width: 400px) {
    .container {
        padding: 0 3em;
    }
    #contact .container {
        padding: 0 !important;
    }
    #contact .bloque {
        padding: 5em 3em;
    }
}

@media (max-width: 350px) {
}

