body {
    margin:0;
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background: url(../img/fondo8.png);
    background-attachment: scroll;
    background-attachment: fixed;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

.navbar-toggle{
    font-size: 16px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.intro .logoPrincipal{
    margin: 0 auto;
}

@media(min-width:1224px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

.intro {
    display: table;
    height: 100%;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}
.intro{
        height: 100%;
    }

.intro .intro-body {
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
}

@media(min-width:1224px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .logoPrincipal{
        padding: 50px 0 80px 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 40px;
    }

    .intro .intro-body .intro-text {
        font-size: 18px;
        margin-top: 20px;
    }
}

.btn-circle {
    width: 50px;
    height: 50px;
    margin:0;
    margin-bottom: 40px;
    padding: 7px 15px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 25px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@media(min-width: 768px) and (max-width: 1223px){
     .intro .logoPrincipal{
        width: 40%;
        padding: 30px 0 80px 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 40px;
    }

    .intro .intro-body .intro-text {
        font-size: 15px;
    }
}



@media(max-width: 767px){
    .intro .logoPrincipal{
        width: 30%;
        padding: 10px 0 45px 0;
    }

    .intro .intro-body .intro-text {
        font-size: 11px;
    }

    .btn-circle {
        width: 30px;
        height: 30px;
        margin:0;
        margin-bottom: 20px;
        padding: 4px 6px;
        border: 2px solid #fff;
        border-radius: 35px;
        font-size: 16px;
        color: #fff;
        background: 0 0;
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }
}


@media (max-width : 320px){
    .intro .logoPrincipal{
        width: 65%;
        padding: 50px 0 85px 0;
    }

    .intro .intro-body .intro-text {
        font-size: 18px;
    }

    .btn-circle {
        width: 30px;
        height: 30px;
        margin:0;
        margin-bottom: 20px;
        padding: 4px 6px;
        border: 2px solid #fff;
        border-radius: 35px;
        font-size: 16px;
        color: #fff;
        background: 0 0;
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }
}

@media(orientation: portrait) and (max-height: 360px){
    .intro{
        height: 100%;
    }
    .intro .logoPrincipal{
        width: 55%;
        padding: 0 0 45px 0;
    }
    .intro .intro-body .intro-text {
        font-size: 9px;
    }

     .btn-circle {
        width: 25px;
        height: 25px;
        margin:0;
        margin-bottom: 20px;
        padding: 4px 3px;
        border: 2px solid #fff;
        border-radius: 35px;
        font-size: 11px;
        color: #fff;
        background: 0 0;
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }
        .intro{
            padding-bottom: 0;
        }
        #acerca{
            padding-top: 0;
        }
}

@media(min-height: 361px) and (orientation: portrait){
    .intro .logoPrincipal{
        width: 55%;
        padding: 50px 0 90px 0;
    }

    .intro .intro-body .intro-text {
        font-size: 14px;
    }
}


/*****************          ACERCA         **********************/

#acerca{
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 50px 0;
    border-top: 1px solid #868585;
    border-bottom: 1px solid #868585;
    width: 100%;
    background-image: url(../img/acerca.png);
    background-size: 100% 100%;
    background-attachment: scroll;
    background-attachment: fixed;
}

#acerca #row1{
    width: 100%;
    padding-left: 20px;
    padding-top: 100px;
    padding-bottom: 70px;
}

    #row1 h3{
        padding-bottom: 30px;
    }
    #row1 h4{
        line-height: 30px;
    }
    #row1 #redes{
        line-height: 50px;
    }


@media(min-height: 361px) and (orientation: portrait){
    #row1 h3{
        font-size: 17px;
        padding-bottom: 15px;
    }
    #row1 h4{
        font-size: 12px;
    }
    #redes a{
        font-size: 12px;
    }
}

@media(orientation: portrait) and (max-height: 360px){
    #row1 h3{
        padding-bottom: 5px;
    }
     #row1 h3{
        font-size: 12px;
    }
    #row1 h4{
        font-size: 9px;
    }
    #redes a{
        font-size: 12px;
        padding: 7px;
    }
    #row1 h4{
        line-height: 20px;
    }
    #row1 #redes{
        line-height: 35px;
    }
}
/**********************             NOTICIAS                ********************/

.content-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-header{
    font-size: 24px;
    margin-bottom: 60px;
}
.noticias-section {
    width: 100%;
    padding: 0;
    color: #fff;
}

.noticias-section .panel{
    background-color: #BDBDBD;
}
    .noticias-section .panel .panel-heading, .panel .panel-footer{
        /*background-color: #2E2E2E;*/
        background-image: url(../img/bgTop.png);
        color: #fff;
    }

.noticias-section .panel .thumbnail:hover{
    opacity: 0.8;
}

.noticias-section .panel-footer p{
    font-size: 14px;
}

@media(min-height: 361px) and (orientation: portrait){
    .page-header{
        font-size: 18px;
    }

    .noticias-section .page-heading{
        font-size: 15px;
    }

    .noticias-section .panel-footer p{
        font-size: 12px;
    }
}

@media(orientation: portrait) and (max-height: 360px){
    .noticias-section .page-header{
        font-size: 14px;
    }
    .noticias-section .panel-heading{
        font-size: 12px;
    }

}


/***********************************        INDICADORES          **********************************/
.indicadores{
    margin-top: 30px;
}

.indicador{
    background-color: rgba(255, 255, 255, 0.95);
    color: #000;
    border-radius: 10px;
}

.indicadores h6{
    margin-bottom: 0;
    font-size: 14px;
}

.header-indicador{
    padding: 10px 6px 0 6px;
}
.body-indicador{
    padding: 10px 6px;
    border-radius: 10px;
    letter-spacing: 0.5px;
}

.indicador p{
    font-size: 12px;
}

@media(orientation: portrait) and (max-height: 360px){
    .indicador p{
        font-size: 11px;
    }
    .indicadores h6{
        font-size: 13px;
    }
}


/*************************         POSTULACIONES           ***********************/
#listado a:hover{
    cursor: pointer;
}

.list-group{
    margin:2px 0;
}

.list-group a:hover{
    background-color: #D8D8D8;
}

a.activo{
    background-color: #585858;
    color: #FFF;
}

.sublinks{
    background-color: #F2F2F2;
    color: #000;
}

.postulaciones .panel-body{
    padding-left: 20px;
}
.postulaciones{
    margin-bottom: 100px;
}

.infoPost{margin-top: 15px;font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;}


@media(min-width:1224px) {
    .postulaciones{
        margin-bottom: 100px;
    }
}


/************************           GALERIA         *********************/
.jssora05l, .jssora05r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 40px;
            cursor: pointer;
            background: url('../img/slider/a17.png') no-repeat;
            overflow: hidden;
        }
        .jssora05l { background-position: -10px -40px; }
        .jssora05r { background-position: -70px -40px; }
        .jssora05l:hover { background-position: -130px -40px; }
        .jssora05r:hover { background-position: -190px -40px; }
        .jssora05l.jssora05ldn { background-position: -250px -40px; }
        .jssora05r.jssora05rdn { background-position: -310px -40px; }

        /* jssor slider thumbnail navigator skin 01 css */
        /*
        .jssort01 .p            (normal)
        .jssort01 .p:hover      (normal mouseover)
        .jssort01 .p.pav        (active)
        .jssort01 .p.pdn        (mousedown)
        */
        .jssort01 .p {
            position: absolute;
            top: 0;
            left: 0;
            width: 72px;
            height: 72px;
        }
        
        .jssort01 .t {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        .jssort01 .w {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
        }
        
        .jssort01 .c {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 68px;
            height: 68px;
            border: #000 2px solid;
            box-sizing: content-box;
            background: url('../img/slider/t01.png') -800px -800px no-repeat;
            _background: none;
        }
        
        .jssort01 .pav .c {
            top: 2px;
            _top: 0px;
            left: 2px;
            _left: 0px;
            width: 68px;
            height: 68px;
            border: #000 0px solid;
            _border: #fff 2px solid;
            background-position: 50% 50%;
        }
        
        .jssort01 .p:hover .c {
            top: 0px;
            left: 0px;
            width: 70px;
            height: 70px;
            border: #fff 1px solid;
            background-position: 50% 50%;
        }
        
        .jssort01 .p.pdn .c {
            background-position: 50% 50%;
            width: 68px;
            height: 68px;
            border: #000 2px solid;
        }
        
        * html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
            /* ie quirks mode adjust */
            width /**/: 72px;
            height /**/: 72px;
        }


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

.footer{
    border-top: 1px solid #868585;
    padding: 50px 0 0 0;
    margin-bottom: 0;
    /*background-color: #2E2E2E;*/
    background-image: url(../img/bgFooter2.png);
}

.footer p{
    font-size: 13px;
    margin: 10px 0;
}

.footer i{
    padding-right: 15px;
    font-size: 16px;
}

.footer hr{
    margin-top: 10px;
    color: #A4A4A4;
}

.datosContacto{padding-bottom: 20px;}
.datosRedes i{margin-bottom: 15px;font-size: 25px;color: #FFF;padding: 0 10px;}
    .datosRedes i:hover{color: #A4A4A4;}
.modal{color: #FFF;}
.modal-header{background-color: #29282B;letter-spacing: 1px;}
    .modal-header h3{margin-top: 20px; font-size: 17px;}
.modal-body{color: #777;}
    .modal-body i{font-size: 20px;padding-bottom: 10px;}
    .modal-body p{font-size: 16px;padding-bottom: 10px;}
    .modal-footer{padding: 10px;}
    .modal-footer .btn-primary{border: 1px solid #000;background: #373738;}
    .modal-footer .btn-primary:hover{background: #0C0C0D;}
.dam{color: #FFF;}
@media (max-width: 1224px) {
.datos {margin-bottom: 50px;}}



/****************************************************************
                        NOSOTROS
****************************************************************/

/*****************************          Nuestro equipo           ***************************/

.titulo{
    margin-top: 50px;
}

.titulo .container{
    padding-bottom: 20px;
}

.infoEquipo .descEquipo p{
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    margin-bottom: 15px;
}
    .infoEquipo .nombre{
        margin-bottom: 10px;
    }
    .descEquipo i{
        margin-right: 15px;
    }

.equipo, .otec{
    padding-top: 10px;
}

.equipo .row{
    margin-bottom: 30px;
}

@media(min-width: 1225px){
    .equipo .infoEquipo{
        margin-top: 20px;
    }
    .equipo{
    margin-bottom: 50px;
    }
}

@media (max-width: 1224px) {
    .container{
        padding-top: 10px;
    }
    .titulo{
        margin-top: 50px;
    }
    .titulo .page-header{
        margin-bottom: 20px;
    }
    .infoEquipo{
        margin-bottom: 30px;
    }
    .fila{
        margin-bottom: 40px;
    }
    .fila img{
        width: 50%;
    }
}

/*****************************          Quienes somos           ***************************/
.somos{
    margin-bottom: 50px;
    width: 100%;
    margin-top: 6%;
}

.qSomos{
    background-image: url(../img/qSomos.png);
    background-size: 100% 100%;
    background-attachment: scroll;
    background-attachment: fixed;
    padding: 10px 0;
}

.qSomos .page-header{
    margin: 10px;
    padding: 10px 10px;
}
    
 .qSomos .container p{
    padding: 0 10px; 
 }

.qSomos .page-header h2{
    padding: 0;
}

.qSomos .container{
    background-color: rgba(40, 40, 41, 0.86);
    border-radius: 20px;
}

.qSomos .content-section{
    margin: 50px auto; 
    padding: 10px 0;
}
.qSomos p, .equipo p{
    font-size: 18px;
}

/*****************************          Valores          ***************************/
.qSomos .valores {
    margin-bottom: 0;
    padding-bottom: 0;
}

.valores .row p{
    font-size: 16px;
}
.valores .row{
    margin-top: 30px;
}

.valores h4{
    font-style: italic;
}

@media (max-width: 1224px) {
    .valores h4{
        font-size: 18px;
        margin-bottom: 10px;
    }
}
@media (max-width: 950px){
    .valores .margenh4{
        margin-top: 55px;    
    }
    .qSomos p{
        font-size: 16px;
    }
    .equipo p{
        font-size: 13px;
    }
}



/****************************************************************
                        SERVICIOS
****************************************************************/
.rrhh .row1{margin-top: 90px;}
.servicios .thumbnail img:hover{opacity: 0.9;}
.servicios{margin-bottom: 50px;}
.servicios h5{margin-top: 10px;margin-bottom: 10px;}
.servicios .cont li{list-style: none;padding: 3px 0;font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing: 1px;}
.servicios i{font-size: 16px;}
@media (max-width: 767px) {
    .servicios .cont ul{padding-left: 0;}
}
@media(min-width: 768px){
    .servicios hr{margin: 10px auto;}
    .servicios h5{margin-top: 0; margin-bottom: 0;}
}

/****************************************************************
                        OTEC
****************************************************************/

.otec p{
    font-size: 17px;
}
.otec{
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    background: url(../img/bgOtec.png);
    background-size: 100% 100%;
    background-attachment: scroll;
    background-attachment: fixed;
    border-top: 1px solid #868585;
    border-bottom: 1px solid #868585;
}
.otec h4{
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.otec .row{
    margin-bottom: 30px;
}

@media(min-width: 768px){
    .otec h2{
        margin-top: 5%;
    }
}

@media(max-width: 767px){
    .otec h2{
        margin-top: 0;
    }
}
/**************************************   LISTADO DE CURSOS     *******************************************/
.img:hover{cursor:pointer;}
.imgCursos{z-index: 2; }
.imgDesc{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 30%;
    z-index: 1;
    display: none;
}
.hideme{opacity: 0;}

.separadorRows{margin-top: 3%;}

.separadorRows .panel {
    background-color: #F2F2F2;
}
.separadorRows .panel .list-group{
    background-color: #A5A5A5;
}

.separadorRows .panel-body{
    border: 1px solid #FFFFFF;
}

/****************************************************************
                        CONTACTO
****************************************************************/
.contacto{min-height: 100%;box-shadow: inset 0px 8px 8px -10px #959596;color: #fff;background-image: url(../img/bgContacto.png);-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-attachment: fixed;}
.contacto .inferiorh1{color: rgba(41, 199, 59, 0.7);padding-bottom: 20px;}
.contacto .container{margin-top: 4%;}
.contenidoContacto{padding-bottom: 60px;}
    .contenidoContacto .page-header{margin-top: 5%;}
.opacity{padding-top: 30px;background: rgba(0,0,0,0.89);}
.contacto textarea{resize: none;}
#comments {margin-top: 0;}
#formContacto input,#formContacto textarea, #formContacto select{margin-bottom: 14px;width: 100%;outline: none;border: none;text-transform: uppercase;font-size: 11px;color: #000;}
#formContacto input, #formContacto select{padding-left: 15px;height: 30px;border-radius: 0;}
#formContacto textarea {padding: 15px;height: 206px;border-radius: 0;}
#formContacto .btn {width: 100%;border-radius: 0;border: 1px solid #333;background-color: rgba(49, 163, 68, 0.6);background: rgba(49, 163, 68, 0.6);color: #fff;margin-bottom: 30px;}
#formContacto .btn:hover {background-color: rgba(41, 199, 59, 0.7);background: rgba(41, 199, 59, 0.7);}
.contacto .datosContacto{padding-bottom: 20px;}
    .contacto .datosContacto i{font-size: 26px;padding-bottom: 15px;color: rgba(41, 199, 59, 0.7);}
    .contacto .datosContacto p{font-size: 17px;padding-bottom: 25px;}
.garantia p, .infoPost p{font-size: 15px; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;}
#map-canvas {width: 100%;height: 350px;border: 3px solid #fff; margin-bottom: 50px;}


