﻿/* Move down content because we have a fixed navbar that is 50px tall */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat'), local('Montserrat-Regular'), 
        url('../fonts/montserrat.woff') format('woff'), 
        url('../fonts/montserrat.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat Light';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Light'), local('Montserrat-Light'), 
        url('../fonts/montserrat-light.woff') format('woff'), 
        url('../fonts/montserrat-light.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), 
        url('../fonts/montserrat-bold.woff') format('woff'), 
        url('../fonts/montserrat-bold.ttf') format('truetype');
}

body {
    /*padding-top: 50px;
    padding-bottom: 20px;
    background: url('../images/papelacuarela.jpg') repeat;*/
    width: 100%;
    overflow-x: hidden;
    background-color: white;
    /*background-color: #dddddd;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    width: 100%;
    background-color: white;
    /* background-color: #dddddd;*/
    /*background: url('../images/papelacuarela.jpg') repeat;*/
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {

    #nombreUDEP {
        margin-left: 15px;
    }

    .jumbotron {
        margin-top: 20px;
    }

    .colophon .logo {
        float: left;
        width: 25%;
    }

    .colophon .social {
        float: left;
        width: 16.66667%;
    }

    .videoyoutube {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #myTabs li {
        height: 45px;
        width: 25%;
        margin: 0px -4px;
        padding: 15px 5px 10px 5px;
        font-size: 14px;
    }
    #tabsResultado li {
        height: 45px;
        width: 33%;
        margin: 0px -4px;
        padding: 15px 5px 10px 5px;
        font-size: 14px;
    }
    .table{
        font-size: 13px;
    }
}
@media (min-width: 496px) and (max-width: 768px) {
    #myTabs li {
        height: 45px;
        width: 25%;
        margin: 0px -4px;
        padding: 15px 5px 10px 5px;
        font-size: 14px;
    }
    #tabsResultado li {
        height: 45px;
        width: 33%;
        margin: 0px -4px;
        padding: 15px 5px 10px 5px;
        font-size: 13px;
    }
    #navbar li {
        margin-left: 15px;
    }

    #nombreUDEP {
        margin-left: 0px;
    }
    .table {
        font-size: 12px;
    }
}
@media screen and (max-width:496px){
    #navbar li {
        margin-left: 15px;
    }

    #nombreUDEP {
        margin-left: 0px;
    }

    #myTabs li {
        height: 45px;
        margin: 0px -4px;
        padding: 15px 5px 10px 5px;
        font-size: 14px;
    }
    #tabsResultado li {
        height: 45px;
        margin: 0px -4px;
        padding: 15px 5px 10px 5px;
        font-size: 12px;
    }
    .table {
        font-size: 11px;
    }
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Montserrat Bold';
    font-size: large;
    color: lightslategray;
    cursor:pointer;
}
.navbar-default .navbar-nav > li.activa > a {
    font-family: 'Montserrat Bold';
    font-size: large;
    color: white;
    cursor:pointer;
}

#menuBasico {
    background-color: white;
    border: 0px hidden #45818e;
    width: 100%;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}

.contenedor {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
}

.subtitulo1 {
    /*font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;height: 2em;background-color:#45818e;*/
    font-family: 'Montserrat';
    color: white;
    font-size: large;
    background-color: #28a7de;
    width: 100%;
    padding: 5px 10px 5px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.subtitulo2 {
    /* font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;color: #61c7c7;*/
    font-family: 'Montserrat';
    
    color: lightslategray;
    font-size: large;
}

.subtitulo4 {
    color: white;
    font-size: medium;
    background-color: #28a7de;
    width: 100%;
    padding: 5px 10px 5px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}
.contenido2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center top;
    /*background-color: #dddddd;margin: auto;*/
    overflow: hidden;
}

#destacado {
    /*cuadrado del lado derecho*/
    width: 270px;
    margin-top: 12px;
    background-color: #45818e; /*#425776; cf8a15; #006fb5;*/
    /*background-image: url('degrade_0731.JPG');*/
    background-repeat: repeat-x;
    height: 74px;
}

.margenesaviso {
    margin: 10px;
}

/*.texto_destacado {
    font-family: "Tw Cen MT";
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 22px;
    padding-bottom: 15px;
    padding-left: 22px;
    padding-top: 10px;
    text-align: center;
    width: 222px;
    height: 26px;
}*/

.textoaviso {
    font-size: 17px;
    color: white;
    text-align: center;
    font-family: Tw Cen MT,Arial, Helvetica, sans-serif;
    height: 40px;
}

.textoAlineado {
    text-align: justify;
    font-family:'Montserrat Light';
    font-size: medium;
}

.mensajeInfo2 {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    font-family: 'Montserrat Bold';
    font-size: medium;
    color: #00aabe;
    text-align: center;
    /*-webkit-box-shadow: 9px 9px 15px -2px rgba(0,0,0,0.71);
    -moz-box-shadow: 9px 9px 15px -2px rgba(0,0,0,0.71);
    box-shadow: 9px 9px 15px -2px rgba(0,0,0,0.71);*/
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 2px solid #00aabe;
}

.videoyoutube {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*Banner*/
.responsive-banner {
    width: 100%;
    min-width: 20%;
    max-width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    background-image: linear-gradient(to bottom right, #D45BA1, #A784E0);
}

.container-envelope {
    padding: 35px 15px;
    color: #fff;
}

div.item img {
    /*max-width: 100%;
    width: 100%;*/
    max-height: 350px;
    position: relative;
}

/*footer*/
.colophon {
    padding: 10px 0;
}

.site-footer {
    color: #5eafed;
    font-size: 13px;
    line-height: 1.2;
}

.site-footer a {
    color: #b3b3b3;
}

.colophon .social {
    display: inline-flex;
    margin: 15px 0 10px;
    height: 50px;
    list-style: none
}

.colophon .social li a {
    display: inline-flex;
    width: 50px;
    height:45px;
    margin: 0px 2px 0px 2px;
    /*border:1px solid white;*/
}

.colophon address {
    margin: 0;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

.numeroCirculo {
    background-color: white;
    color: black;
    font-weight: bold;
    font-size: 13px;
}

/*Ir al inicio de la pagina*/
#btnSubir {
    display: inline-block;
    background-color: black;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 5px;
    right: 15px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#btnSubir::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#btnSubir:hover {
    cursor: pointer;
    background-color: #333;
}

#btnSubir:active {
    background-color: #555;
}

#btnSubir.show {
    opacity: 1;
    visibility: visible;
}

.activa {
    background-color: #28a7de;
}
.activa2 {
    /*background-color: #597eaa;*/
    background-color: #3372b8;
}

#myTabs .activa2 a span {
    /*background-color: #597eaa;*/
    background-color: #3372b8;
    color: white;
    border: 1px solid #fff;
}
#myTabs .activa2 a, 
#tabsResultado .activa2 a {
    color: white;
}

#myTabs, #tabsResultado {
    /*background-color: #cccccc;*/
    background-color: #efeaea;
    color: black;
    margin: 10px 0px 0px 5px;
    font-weight: bold;
}

    #myTabs a, #tabsResultado a {
        border-radius: 0;
        color: black;
        /*height:25px;*/
    }

        #myTabs a:link, #tabsResultado a:link {
            text-decoration: none;
        } 

/*#myTabs a:focus {
    outline: none;
}*/
#tabsResultado .activa2 a:focus {
    outline-style: none;
}

/*#myTabs .activa2 a {
    color: white;
}*/

.lblCheck {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    display: inline;
}

#chTerminos {
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}
.checkboxtext {
    /* Checkbox text */
    font-size: 110%;
    display: inline;
    padding-left: 10px;
}

#save-terms {
    box-sizing: border-box;
    padding: 0;
}

.obligatorio {
    color: #6c757d !important;
}

/*Efectos de checkbox*/

div.alert-danger p {
    text-align: center;
}

.carreras {
    width: 155px;
    height: 145px;
    font-family: 'Montserrat Bold';
    background-color: #efeaea ;
    float: left;
    margin: 4px;
    position: relative;
    display: table-cell;
    padding: 10px 5px;
    text-align: center !important;
    color: black;
    line-height: 20px;
    font-size: 15px;
    cursor: pointer;
}
.carreras > img {
    width: 80px;
    height: 72px;
}

#divCarreras > a:hover, a:focus {
    text-decoration: none;
    background-color: #28a7de;
    /* color: inherit; */
}

a.left:hover, a.left:focus{
    background-color: transparent;
}
a.right:hover, a.right:focus {
    background-color: transparent;
}

.panel-titulo {
    font-family: 'Arial';
    color: white;
    font-size: medium;
    background-color: #28a7de;
}

.panel-titulo2 {
    font-family: Montserrat;
    color: black;
    font-size: large;
    background-color: #efeaea;
}

.resumen {
    border-bottom: 1px dashed #818181;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    display: inline-flex;
    max-height:80px;
}

div.resumen img {
    width: 48px;
    height: 40px;
}

.textoAlineado2 {
    text-align: justify;
    font-family: 'Montserrat Light';
    font-size: small;
}

label.error {
    color: #a94442;
    background: url(../images/unchecked.gif) no-repeat;
    padding-left: 16px;
    margin-left: .3em;
    /*background-color: #f2dede;*/
    border-color: #ebccd1;
}

label.valido {
    color: #3c763d;
    background: url(../images/checked.gif) no-repeat;
    padding-left: 16px;
    margin-left: .3em;
    /*background-color: #dff0d8;*/
    border-color: #d6e9c6;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: left;
    width: 33.3%;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loading-gear-6.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.body-content2 {
    margin: 0px 5% 0px 5%;
    background-color: white;
    min-height:590px;
    /* background-color: #dddddd;*/
    /*background: url('../images/papelacuarela.jpg') repeat;*/
}

.footer-fixed-bottom {
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#guardarInscripcion:hover, #guardarInscripcion:focus {
    color: #23527c;
    text-decoration: underline;
}

.textoAlineado2 {
    text-align: justify;
    margin-left:10px;
}

.cabecera-tabla {
    background-color: #28a7de;
    color: white;
}