
/* borradores */

.fondorojo {
    background-color: red;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.ml20 {
    margin-left: 20px;
}


/* home header */

.ic-tiktok {
    width: 1.1em;
    height: auto;
    margin-top: -2px;
}

.ic-footer {
    width: 30px;
    height: auto;
    margin-top: 0;
}

.transparent {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.4);
}

.transparentinteriores {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.8);
}





/* home video */

.video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -1000;
    visibility: visible;
}

#background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -100;
}





/* home bloques */

.homebox {
    margin-top: 20px;
}

.homebox-titulo {
    width: 100%;
    border-top: 2px #FFFFFF solid;
    background-color: rgba(0, 51, 102, 0.8);
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
}

.homebloque1 h1, .homebloque1 h2 {
    padding-top: 5px;
    color: white !important;
    text-align: center;
    text-shadow: 2px 2px 2px black;
}

.homebox-titulo p {
    color: white;
    text-align: center;
    padding-bottom: 10px;
}

.homebloque1 h1 a, .homebloque1 h2 a, .homebox-titulo p a, .homebloque1 h1 a:active, .homebloque1 h2 a:active, .homebox-titulo p a:active {
    color: white !important;
}

.homebloque1 h1 a:hover, .homebloque1 h2 a:hover, .homebloque1 p a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

.homebloque2 {
    margin-top: 50px;
}

.homebloque2 h3 {
    color: white;
    font-size: 1.8em;
    text-align: left;
    padding-left: 20px;
}

.homebloque2 p {
    color: black;
    font-size: 0.8em;
    text-align: left;
    padding: 5px;
}

.home-subtitulos {
    font-size: 1em;
}

.home-subtitulos a, .home-subtitulos a:active, .home-subtitulos a:hover {
    color: white;
    text-decoration: underline !important;
}

.homecampus {
    width: 100%;
    background-color: rgba(0, 51, 102, 0.9);
    border: 0;
    margin-top: 10px;
}

.homecampus:hover {
    background-color: rgba(51, 102, 153, 0.9);
}

.homecampus .extra-titulo {
    color: #FFFFFF;
    font-size: 1.2em;
    text-align: center;
    margin-top: 10px;
}

.homecampus .extra-titulo a, .homecampus .extra-titulo a:active {
    color: #FFFFFF;
}

.homecampus .extra-texto {
    color: #FFFFFF;
    font-size: 0.8em;
    text-align: center;
    margin-top: -20px;
}

.homecampus-bordecampus {
    border-left: 3px #f3ea9c solid;
}

.homecampus-bordesiu {
    border-left: 3px #3399ff solid;
}

.homecampus-bordebiblio {
    border-left: 3px #eb5055 solid;
}

.ic-campus {
    width: 1.2em;
    height: auto;
    margin-top: -2px;
    margin-right: 5px;
}

.homenoticias {
    width: 100%;
    max-height: 100vw;
    margin: 5px 1%;
    background-color: white;
}

.img-noticias {
    width: 100%;
    height: auto;
}

.img-100 {
    width: 100px;
    height: auto;
}

.img-marca {
    width: 50%;
    height: auto;
    margin: 20px 25%;
}

.extrabox {
    width: 100%;
    background-color: rgba(0, 51, 102, 0.8);
    margin-top: 20px;
    border: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.extrabox-destacado {
    background-color: rgba(51, 153, 255, 0.8) !important;
}

.extrabox .extra-titulo {
    color: #FFFFFF;
    font-size: 1.2em;
    text-align: center;
    margin-top: 10px;
}

.extrabox .extra-titulo a, .extrabox .extra-titulo a:active {
    color: #FFFFFF;
}

.extrabox .extra-texto {
    color: #FFFFFF;
    font-size: 0.8em;
    text-align: center;
    margin-top: -20px;
}

.eventobox {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
    border: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.eventobox .evento-mes {
    color: #336699;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 1.6em;
    text-align: center;
    font-weight: bold;
}

.eventobox .evento-dia  {
    color: #336699;
    font-size: 3em;
    margin-top: -40px;
    text-align: center;
    font-weight: bold;
}

.eventobox .evento-titulo {
    color: #336699;
    margin-top: -35px;
    font-size: 0.85em;
    text-align: center;
    font-weight: bold;
}

.sombra {
    text-shadow: 2px 2px 2px black;
}



/* home modal */

.modal-content-home {
    border: 0;
    background-color: rgba(255, 255, 255, 0);
}

.modal-content-home img {
    margin: 0 !important;
    padding: 0 !important;
}

.modal-content-materias {
    background-color: rgba(0, 51, 102, 1);
}








.texto {
    font-size: 1.5em;
}

.achica {
    font-size: 0.75em !important;
}

.achica9 {
    font-size: 0.9em !important;
}

.agranda {
    font-size: 1.2em !important;
}
















.separador {
    width: 100%;
    height: 50px;
    clear: both;
}

.clear {
    width: 100%;
    height: 1px;
    clear: both;
}

.descarga {
    width: 100%;
    min-height: 15px;
    background-color: #000;
    background-color: rgba(0, 51, 102, 0.85);
    border:1px solid #003366;
    margin: 10px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.descarga-rojo {
    width: auto;
    min-height: 15px;
    background-color: #880000;
    background-color: rgba(136, 0, 0, 0.5);
    border:1px solid #880000;
    margin: 10px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.descarga-verde {
    width: auto;
    min-height: 15px;
    background-color: #3E5630;
    background-color: rgba(62, 86, 48, 0.5);
    border:1px solid #3E5630;
    margin: 10px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.descarga p:first-child, .descarga-rojo p:first-child, .descarga-verde p:first-child {
    padding-top: 15px;
}

.descarga p, .descarga-rojo p, .descarga-verde p {
    padding: 2px 10px;
}

.boxmarca {
    width: auto;
    min-height: 15px;
    background-color: #000;
    background-color: rgba(0, 51, 102, 0.85);
    border:1px solid #003366;
    margin: 10px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.boxmarca p {
    padding: 2px 10px;
    text-align: center !important;
}

.boxmarca p a, .boxmarca p a:active {
    color: white;
    text-decoration: underline gray !important;
}

.boxmarca p a:hover {
    color: white;
    text-decoration: inherit !important;
}

.icono {
    width: 30px;
    height: auto;
    padding-right: 10px;
}

.icono2 {
    width: 40px;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.mapa {
    width: 100%;
    height: 300px;
    border: #003366 1px solid;
}

/* argentina */
.bandera {
    position: fixed;
    width: 50px;
    top: 5px;
    right: 0;
    z-index: 2000;
}


/* redes derecha */

.rrss {
    background-color: rgba(0, 51, 102, 0.7);
    border: 0;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    position: fixed;
    width: 50px;
    top: 25%;
    right: 0;
}

.rss-ic {
    width: 40px;
    height: auto;
    margin: 1px 5px;
}

.column {
    margin: 0;
    padding: 0;
}

.column:last-child {
    padding-bottom: 0;
}

.column::after {
    content: '';
    clear: both;
    display: block;
}

.column div {
    position: relative;
    float: right;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.column div:first-child {
    margin-left: 0;
}

.column div span {
    position: absolute;
    bottom: 200px;
    right: 60px;
    z-index: -1;
    display: block;
    width: 80px;
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}

figure {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    /*background: #fff;*/
    overflow: hidden;
}

figure:hover+span {
    bottom: 13px;
    opacity: 1;
}

.hover13 figure:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}



/* graduados */

.cursobox {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
    border: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.cursobox2 {
    background-color: rgba(51, 153, 255, 0.8) !important;
}

.cursobox3 {
    background-color: rgba(194, 225, 255, 0.8) !important;
}

.curso-separa {
    padding-top: 20px !important;
}

.cursobox .curso-texto1  {
    color: #336699;
    font-size: 1em;
    margin-top: -5px;
    text-align: center;
    font-weight: bold;
}

.cursobox .curso-texto2 {
    color: #336699;
    text-transform: uppercase;
    margin: -10px 10px 0 10px;
    font-size: 1.6em;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
}

.cursobox .curso-texto2b {
    color: #336699;
    text-transform: uppercase;
    margin: -10px 10px 0 10px;
    font-size: 1.46em;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
}

.cursobox .curso-texto3 {
    color: #336699;
    margin-top: 5px;
    font-size: 0.85em;
    text-align: center;
    font-weight: bold;
}

.cursobox .curso-texto3 a {
    color: #336699;
}

.cursobox .curso-texto3 a:hover {
    color: #003366;
}

.cursobox .curso-texto4 {
    color: #000000;
    margin: 8px 15px;
    font-size: 0.85em;
    text-align: left;
}

.cursobox .curso-texto4 a {
    color: #336699;
}

.cursobox .curso-texto4 a:hover {
    color: #003366;
}

.cursobox .curso-titulos {
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 10px 10px;
    font-size: 1.46em;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
}

.cursobox .curso-titulos a {
    color: #336699;
    text-decoration: #336699 !important;
}

.cursobox .curso-titulos a:hover {
    color: #003366;
    text-decoration: none;
}

.cursobox .curso-logo {
    width: 16%;
    height: auto;
    margin: 10px 42% 0 42%;
}

.cursobox .curso-flyer {
    width: 90%;
    height: auto;
    margin: 8px 5%;
}


@-webkit-keyframes flash {
    0% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}

.homecadetes img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.homecadetes img:hover {
    opacity: .8;
}










/* incorporacion */

.incorporacion-divide {
    width: 100%;
    height: 50px;
    /*background-color: #006699;
    background-color: rgba(0, 102, 153, 0.2);*/
}


/* footer */

.bgtransparente {
    background: white;
    background: rgba(0, 51, 102, 0.7);
}

.pie {
    margin-bottom: -16px;
}

.pie p:first-child {
    padding-top: 20px;
}

.pie p:last-child {
    padding-bottom: 10px;
}

.pie p {
    font-size: 0.8em;
    color: white;
    text-align: center;
}

.pie-isologos {
    height: 54px;
    margin: 10px 10px;
}

.pie-isologos2 {
    height: 40px;
    margin: 10px 20px;
}


/* interiores */

.bloquebienvenida {
    margin-top: 150px;
}

.bloquebienvenida h1 {
    color: white;
    font-size: 1.8em;
    text-align: left;
    padding-left: 12px;
}

.bloquebienvenida, .bloquetexto, .bloquenoticias {
    padding: 12px;
}

.vinietas, .vinietas2, .vinietas3 {
    padding: 0 10px 0 20px;
}

.vinietas li, .vinietas2 li, .vinietas3 li {
    font-size: 0.88em;
    color: #000;
    padding-top: 5px;
}

.vinietas li {
    list-style-image: url(/imagenes/vinieta.png);
}

.vinietas2 li {
    list-style-image: url(/imagenes/vinieta2.png);
}

.vinietas3 li {
    list-style-image: url(/imagenes/vinieta3.png);
}

.bloquebienvenida p {
    color: white;
    font-size: 1em;
    text-align: left;
}

.bloquetexto p, .bloquetexto ul li {
    font-size: 0.9em;
    color:#FFFFFF;
    line-height: 1.5em;
}

.bloquetexto p a, .vinietas li a, .vinietas li a:active, .vinietas2 li a, .vinietas2 li a:active {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline !important;
    text-decoration-color: #666 !important;
}

.bloquetexto p a:hover, .vinietas li a:hover, .vinietas2 li a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline !important;
    text-decoration-color: #666 !important;
}

.bloquetexto h2 {
    font-size: 1.5em;
    color:#FFFFFF;
    line-height: auto;
}

.bloquenoticias p {
    font-size: 1.2em;
    line-height: 1.4em;
    color:#FFFFFF;
    text-shadow: 2px 2px 2px black;
    background-color: rgba(0, 0, 0, 0.7);
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
}

.img-chicas-alto {
    height: 35px;
    width: auto;
}



/* tablas */

.modal-content {
    /*background-color: #003366;*/
}

.tablamodelo {
    width: 98%;
    font-size: 0.85em;
}

.tablamodelo th {
    color: #fff;
    background-color: #000;
}

.tablamodelo td {
    color: #fff;
    background-color: #161616;
}

.tablamodelo a {
    color: #FFFFFF !important;
    text-decoration: underline;
}

.tablamodelo a:hover {
    color: #003366 !important;
    text-decoration: underline;
}

.tabla-calificaciones {
    width: 100% !important;
    font-size: 0.8em;
}

.tabla-calificaciones th {
    color: #FFFFFF;
    background-color: #003366;
    font-weight: 100;
}

.tabla-calificaciones td {
    color: #FFFFFF;
    background-color: #161616;
}

.tabla-calificaciones a {
    color: #FFFFFF !important;
    text-decoration: underline;
}

.tabla-calificaciones a:hover {
    color: #003366 !important;
    text-decoration: underline;
}

.texto-rojo, .texto-rojo a, .texto-rojo a:hover, .texto-rojo a:hover {
    color: #fff076 !important;
}

.texto-blanco, .texto-blanco a, .texto-blanco a:hover, .texto-blanco a:hover {
    color: #ffffff !important;
}



/* galeria */

h3 {
    font-size: 1em !important;
    color:#FFFFFF;
}

.galeriatexto {
    font-size: 0.75em !important;
    color:#FFFFFF;
}

.zoomin {
    cursor: zoom-in;
}

.videosint {
    width: 100%;
    height: auto;
    min-height: 300px;
}

.videosint2 {
    width: 100%;
    height: auto;
    min-height: 500px;
}

.containervideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.videook {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* logoteca */

.logoteca {
    height: auto;
    max-height: 200px;
    max-width: 80%;
}

.bgpunteado {
    background-image: url("/logos/transparente.png");
}



/* oferta academica */

.navbar-oferta-subtitulo {
    font-size: 0.75em;
    font-weight: bold;
    color: rgba(51, 102, 153, 1);
    padding: 10px 5px 5px 10px !important;
    text-transform: uppercase;
}

.navbar-oferta-subtitulo:hover {
    cursor: default !important;
}

@media (max-width: 320px) {
    .carrera-ic-info {
        width: 70%;
        height: auto;
        margin: 0 15%;
    }
    .nav-tabs2 .nav-item {
        width: 25%;
    }
}

@media (min-width: 321px) and (max-width: 991px) {
    .carrera-ic-info {
        width: 50%;
        height: auto;
        margin: 0 25%;
    }
    .nav-tabs2 .nav-item {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .carrera-ic-info {
        width: 50%;
        height: auto;
        margin: 0 25%;
    }
    .nav-tabs2 .nav-item {
        width: 12.5%;
    }
}

.nav-tabs2 {
    border-bottom:1px solid #3399ff;
}

.nav-tabs2 .nav-link, .nav-tabs2 .nav-link a {
    color:white !important;
    text-align: center;
}

.nav-tabs2 .nav-link:hover {
    border:1px solid transparent;
}

.nav-tabs2 .nav-link:hover {
    border-color:transparent;
}

.nav-tabs2 .nav-link.active {
    color:#3399ff;
    background-color:#3399ff;
    border-color:#3399ff;
}

.carrera-ic-texto {
    font-size: 0.7em;
    text-transform: uppercase;
    text-align: center;
}


/* breakpoints */

@media (max-width: 320px) {
    .logo {
        padding-top: 10px;
        width: 150px;
    }
    #background-video {
        display: none;
    }
    body {
        background: url("/imagenes/big2.jpg") no-repeat;
        background-size: cover;
    }
    .homebloque1 {
        margin-top: 120px;
    }
    .homebloque1 h1, .homebloque1 h2 {
        font-size: 1.4em;
    }
    .img-50pc, .img-25pc {
        width: 100%;
        height: auto;
        padding: 0 0 15px 0;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 321px) and (max-width: 575px) {
    .logo {
        padding-top: 10px;
        width: 180px;
    }
    .homebloque1 {
        margin-top: 120px;
    }
    .homebloque1 h1, .homebloque1 h2 {
        font-size: 1.4em;
    }
    .img-50pc, .img-25pc {
        width: 100%;
        height: auto;
        padding: 0 0 15px 0;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .logo {
        padding-top: 10px;
        width: 200px;
    }
    .homebloque1 {
        margin-top: 140px;
    }
    .homebloque1 h1, .homebloque1 h2 {
        font-size: 1.4em;
    }
    .img-50pc {
        width: 100%;
        height: auto;
        padding: 0 0 15px 0;
    }
    .img-25pc {
        float: right;
        width: 50%;
        height: auto;
        padding: 0 0 15px 15px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        padding-top: 10px;
        width: 240px;
    }
    .homebloque1 {
        margin-top: 150px;
    }
    .homebloque1 h1, .homebloque1 h2 {
        font-size: 1.2em;
    }
    .img-50pc {
        width: 100%;
        height: auto;
        padding: 0 0 15px 0;
    }
    .img-25pc {
        float: right;
        width: 50%;
        height: auto;
        padding: 0 0 15px 15px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .logo {
        padding-top: 10px;
        width: 240px;
    }
    .homebloque1 {
        margin-top: 130px;
    }
    .homebloque1 h1, .homebloque1 h2 {
        font-size: 1.4em;
    }
    .img-50pc {
        float: right;
        width: 50%;
        height: auto;
        padding: 0 0 15px 15px;
    }
    .img-25pc {
        float: right;
        width: 25%;
        height: auto;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .logo {
        padding-top: 10px;
        width: 220px;
    }
    .homebloque1 {
        margin-top: 180px;
    }
    .homebloque1 h1, .homebloque1 h2 {
        font-size: 1.4em;
    }
    .img-50pc {
        float: right;
        width: 50%;
        height: auto;
        padding: 0 0 15px 15px;
    }
    .img-25pc {
        float: right;
        width: 25%;
        height: auto;
    }
}






