﻿/* Import css */
/* animation */
/*@import url('animate.css');*/

body {
    font-family: 'Segoe UI', sans-serif;
    min-width: 320px;
    padding-top: 50px;
    color: #333;
}

/*----Menú Nav Tab----*/
.navbar-default {
    /*background-color: rgba(18, 31, 67, 1);*/
    background-color:#04091e;
}

    .sub-menu, .navbar-default .navbar-nav > li > a, .navbar-brand > b, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
        font-weight: 600;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: whitesmoke;
            /*color: #f4932b;*/
            color: #f4932b;
        }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: whitesmoke;
        color: #f4932b;
    }

    .navbar-default .navbar-toggle {
        color: white;
    }

.sub-menu {
    background-color: rgba(4, 9, 30, 0.9);
    color: white;
}

    .sub-menu li a {
        color: white;
        font-weight: 600;
    }

        .sub-menu li a:hover {
            color: #333;
        }

.navbar {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 0;
}
.navbar-brand {
    padding: 0;
}

.fondoSuccessful{
    background-color:#fbfbfb;
}
/*----Carousel----*/
.carousel-item {
    min-height:360px;
    max-height: 600px;
    background: no-repeat center center scroll;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    background-size: cover;
}
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px 10px;
    margin-bottom:10px;
    padding:10px;
}
    .carousel-caption p {
        animation-duration: 2s;
        animation-delay: 0.1s;
        animation-iteration-count: infinite;
    }

/*----Títulos Subtítulos Texto Imagenes----*/
.fondoColor h1, .fondoColor h2 {
    width: 100%;
    text-align: center;
    margin: auto;
    color: white;
    line-height: 120%;
}

.jumbotron .tituloColor {
    color: #333;
    margin-bottom: 20px;
}

.S1, .S2, .S3, .dir1, .G1, .m1, .pre1, .dip1, .dip2, .dip3, .dip4, .dip5, .dip6, .dip7, .dip8, .dip9, .dip10, .mgh, .mias, .Tag, .congreso2018, .con2, .con2sede{    
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}

.tags {
    min-width: 100px;
    background-color: #ff6a00;
    font-size:20px;
    font-weight:bolder;
}

/*.fadeInUp {
    animation-duration: 1s;
    animation-delay: 0.1s;
}
.pulse {
    animation-duration: 2s; animation-delay: 0.1s;
}*/

/*----Contenedores Principales----*/
.jumbotron .inicio {
    padding-left: 5%;
    padding-top: 60px;
    margin-top: 0;
    min-height: 360px;
    min-width: 340px;
}

.img1 {
    background-image: url('../images/CIGA_003.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inicio h1, .inicio h3 {
    color: white;
    text-align: center;
    line-height: 30px;
    min-width: 300px;
}

.inicio h1 {
    width: 80%;
    line-height: 120%;
    font-size: 40px;
}

.btn-leer {
    margin: auto;
    width: 50%;
    min-width: 100px;
}

    .btn-leer a, .btn-contacto {
        width: 100%;
        background-color: #F4932A; /*#ff9c00;*/
        color: white;
        text-shadow: none;
        font-weight: bold;
        margin: auto;
        transition-duration: .2s;
        animation-duration: 2s;
    }

        .btn-leer a:hover {
            background-color: #ff6a00; /*#ff6a00;*/
            color: white;
        }

        .btn-contacto:hover {
            background-color: #ff6a00;
            color: white;
        }

.fondoColor {
    background-color: #F39C12;
    height: 100%;
    width: 100%;
    padding-bottom: 20px;
}

    .fondoColor .s1, .fondoColor .s2, .fondoColor .s3 {
        background-color: #ffffff;
        padding-top: 10px;
        border:2px solid #ff9c00;
        height: 220px;
        text-align: center;
        color: white;
        text-shadow: 2px 2px 5px #111;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        transition-duration:.2s;
        animation-duration:.5s;
    }

.s1:hover, .s3:hover, .s2:hover {
    border:2px double #ff6a00;
}

    .fondoColor .s1, .S1 {
        background-image: url('../images/servicios/s1.jpg');        
    }

    .fondoColor .s2, .S2 {
        background-image: url('../images/servicios/s2.jpg');
    }

    .fondoColor .s3, .S3 {
        background-image: url('../images/servicios/s3.jpg');
    }

.row {
    margin: 30px 0;
}
    .row p {
        font-size: 16px;
        font-weight: 600;
        text-align: justify;
    }
    .row h2 {
        line-height: 36px;
    }
    .row h3 {
        line-height: 26px;
        font-size: 22px;
        margin-top: 5px;
    }
    .row h4 {
        line-height: 20px;
        font-size: 18px;
        margin-top: 10px;
    }
hr {
    width: 60px;
    border: 2px solid rgba(255, 106, 0, 0.60);
    background-color: rgba(255, 106, 0, 0.1);
    margin: 20px auto;
}
    .row .infoUs {
        margin-top: 0;
    }
.rowColor {
    margin: 30px 0;
    background-color: #ff6a00;
    background-image: linear-gradient(60deg, #2d2d30 50%, #333333 50%);
    color: #ffffff;
}
.nosotros {
    padding: 30px 0;
}

.imgnosotros {
    background-image: url(../images/CIGA_002.jpg);
    background-position: center;
    background-size: cover;
    position: center;
}

@media (max-width:1199px) {
    .img-us > img {
        margin: auto;
        max-height: 200px;
    }
}

.ligas {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 156, 0, 0.4);
    padding-top: 30px;
}

    .ligas div .row div > img {
        cursor: pointer;
        width: 60%;
        max-height: 100px;
        position: center;
        background-color: whitesmoke;
        margin-bottom: 5px;
    }

/*----Sección de Servicios----*/
.jumbotron {
    color: white;
    text-shadow: 2px 2px 5px #111;
}
.Tag {
    background-image: url('../images/servicios/ss1.jpg');
    max-height:200px;
}
.congreso2018{
    background-image:url(../Congreso/assets/fcq-uanlMural3.jpg);
}
.con1 {
    background-image: url(../Congreso/assets/Congreso_2018_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: center;
    padding: 50px 0;
    color: white;
}
.con2 {
    background-image: url(../Congreso/assets/MDDC-BANNER.jpg);
    padding: 50px 0;
    color: white;
}
.con2sede {
    background-image: url(../Congreso/assets/SEDE-MDDC19.jpg);
}

.imgServicio1, .imgServicio2, .imgServicio3 {
    min-height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}
.imgServicio1 {
    background-image: url('../images/servicios/LAFQC1.jpg');
}
.imgServicio2 {
    background-image: url('../images/servicios/LG1.jpg');
}
.imgServicio3 {
    background-image: url('../images/servicios/LLP1.jpg');
}

/* - - - Nosotros - - -*/
.N1 {
    background-image: url('../images/CIGA_cintillo.jpg');
    position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nus, .nusC {
    text-align: justify;
}
    .nus ul {
        list-style: disc;
        padding-right: 10px;
        margin-bottom: 0;
    }
.nusC {
    color: whitesmoke;
}
    .nusC h3 {
        padding: 5px 0;
        text-align: center;
    }
    .nus p, .nusC p {
        padding: 0 10px;
        font-size: 16px;
        font-weight:500;
    }
.nav-link{
    text-align:center;
    width:100px;
    color:#ff6a00;
}
.nav-data {
    width: 120px;
    text-align:center;
}
    .nav-link:focus, .nav-link:hover {
        color: #ff6a00;
    }


/* - - - Directorio - - -*/
.table-directorio {
    width: 60%;
    margin: auto;
}

.dir1 {
    background-image: url('../images/pic/directory.jpg');
}

.card-directorio {
    border-bottom: 4px solid rgba(104, 104, 104, 0.60);
    background-color: #f2f2f2;
}

    .card-directorio:hover {
        border-color: #ff6a00;
        transition-duration: .5s;
        animation-duration: .5s;
    }

    .card-directorio td {
        padding: 20px 1%;
        vertical-align: top;
    }

.duno {
    width: 30%;
    border-right:1px solid #9f9f9f;
}

.ddos {
    width: 70%;
}

.duno .dnombre {
    margin: 10px 0 0 0;
}

.card-directorio td img {
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 5px 5px;
    height: 60%;
}

.card-directorio td h4 {
    margin: 0;
    font-size: 16px;
}

.card-directorio td label {
    font-size: 1.1em;
    margin: 0 0 10px 0;
}

@media (max-width:450px) {
    .card-directorio td h4 {
        font-size: 14px;
    }

    .card-directorio td label {
        font-size: 12px;
    }

    .duno .dnombre {
        font-size: 12px;
    }
}

/* - - - Contacto - - -*/
.contacto-panel {
    min-width: 400px;
}

/* - - - Footer - - -*/
.panel-footer {
    color: white;
    background-color:#04091e;
}
    .panel-footer .container {
        max-width: 1400px;
        margin: auto;
        background-color: rgba(4, 9, 30, 0.6);
        border-radius: 25px;
    }
    .panel-footer .fb {
        color: white;
        background-color: #007acc;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        width: 40%;
        padding: 10px 0;
        margin: auto;
        border-radius: 5px;
        cursor: pointer;
    }
.lineFooter {
    background-image: url(../images/line.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.widget p {
    font-size: 14px;
}
.widget .sub {
    font-size: 14px;
    font-weight: 700;
}

/* - - - Galeria - - -*/
.G1 {
    background-image: url(../images/pic/G1.jpg);
    background-position: bottom right;
}
.año-tab > li > a {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #333;
    display: inline-block;    
}
    .año-tab > li > a:hover {
        background-color:rgba(0, 122, 204, 0.4);
    }

/* - - - Posgrado - - -*/
.m1 {
    background-image: url(../images/servicios/m1.jpg);
}

.pre1{
    background-image:url(../images/servicios/pre1.jpg)
}

.dip1 {
    background-image: url('../images/posgrado/dip1.jpg');
}

.dip2 {
    background-image: url('../images/posgrado/dip2.jpg');
}

.dip3 {
    background-image: url('../images/posgrado/dip3.jpg');
}

.dip4 {
    background-image: url('../images/posgrado/dip4.jpg');
}
.dip5 {
    background-image: url('../images/posgrado/dip5.jpg');
}
.dip6 {
    background-image: url('../images/posgrado/dip6.jpg');
}
.dip7 {
    background-image: url('../images/posgrado/dip7.jpg');
}
.dip8 {
    background-image: url('../images/posgrado/dip8.jpg');
}
.dip10 {
    background-image: url('../images/posgrado/dip10.jpg');
}
.mgh {
    background-image: url(../images/posgrado/mgh.jpg);
}
.mias {
    background-image: url(../images/posgrado/mias.jpg);
}

/* - - - Modal Index - - -*/
.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000000;
    background-color: rgba(0, 0, 0, 0.8);
}

/*************************
        ********404 page CSS******
        **************************/
#error-page {
    display: table;
    height: 100%;
    min-height: 100%;
    width: 100%;
    color: #686868;
    font-size: 18px;
    font-weight: 300;
    padding-top: 50px;
}

    #error-page .container-fluid {
        overflow: hidden;
    }

.error-page-inner {
    display: table-cell;
    vertical-align: middle;
}

.bg-404 {
    background-image: url("../images/404-bg.png");
    background-repeat: repeat-x;
    background-position: center top;
}

.error-image {
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .error-image img {
        width: 100%;
    }

#error-page h2 {
    font-size: 36px;
    text-transform: uppercase;
}

.btn-error {
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #ff6a00;
    color: #797979;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 25px 53px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

    .btn-error:hover, .btn-error:focus {
        background-color: #F39C12;
        border-color: #ff6a00;
        color: #fff;
    }

@media only screen and (max-width : 768px) {
    /* 404 error CSS*/
    #error-page {
        padding-top: 25px;
    }

        #error-page h2 {
            font-size: 24px;
        }

    .btn-error {
        font-size: 14px;
        padding-top: 12px 18px;
    }
}

@media only screen and (max-width : 480px) {
    /* 404 error CSS*/
    #error-page {
        padding-top: 25px;
    }

        #error-page h2 {
            font-size: 24px;
        }

    .btn-error {
        font-size: 12px;
        padding: 12px 11px;
    }
}

/*------ Anuncios Cintillos Publicidad Novedades ---------*/
.anuncioColor{
    background-color:linen;
}
.rowBackgroundImg {
    max-width: 1200px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 30px auto;
    padding:10px;
}

.SectionNov {
    /*border-top: 5px solid rgba(255, 106, 0, 0.7);*/
    border-bottom: 5px solid rgba(255, 106, 0, 0.60);
}
    .SectionNov .row {
        min-width: 300px;
        max-width:1200px;
        margin:auto;
    }
#CarouselN{    
    background-color:white;
    padding:0;
}
.titleNov {
    color: #f29c2d;
    line-height: 40px;
}

/*************************
        ********Congreso page CSS******
        **************************/
.contadorFondoColor {
    color: whitesmoke;
    margin: 30px 0;
}

.container-line {
    background: repeating-linear-gradient(135deg,transparent,transparent 5px,hsla(0,0%,60%,.04) 0,hsla(0,0%,60%,.03) 20px) hsla(0,0%,60%,.02);
}

.box-tabs {
    background-color: #0060B2;
    min-height: 120px;
    border-radius: 0 0 25px 25px;
    padding: 5px;
}
    .tabs-red {
        background-color: #780606;
    }

    .tabs-blue {
        background-color: #0060B2;
    }

    .box-tabs p {
        display: block;
        height: 90px;
        margin-top: 5px;
    }

        .box-tabs p a b {
            font-size: 40px;
            margin-right: 5px;
        }

        .box-tabs p a {
            text-align: center;
            color: white;
            background-color: #fe9c29; 
            text-decoration: none;
            font-size: 30px;
            line-height: 50px;
            width: 100%;
            margin: auto;
            padding: 10px 10px 10px 18px;
            overflow: hidden;
            border-radius: 45px 45px;
            box-shadow: rgba(0, 0, 0, 0.5) 10px 10px;
            animation-duration: 1.2s;
            transition-duration: 1.2s;
        }

            .box-tabs p a:hover, .box-tabs p a:focus, .box-tabs p a::selection, .box-tabs p a:active {
                border-radius: 10px 10px;
                background-color:#ff6a00;
            }

.panel-heading h4 {
    color: #333;
    text-space-collapse: collapse;
    text-size-adjust: 150%;
    display: block;
}

    .panel-heading h4 a {
        display: block;
    }

    .panel-heading h4:hover {
        color: #0060B2;
    }

.panel-body h3 {
    color: #fe6922;
}

.rowExpo {
    width: 90%;
    max-width: 1200px;
    margin: 40px auto;
    align-items: center;
}

    .rowExpo h1 {
        color: whitesmoke;
        margin-bottom: 30px;
    }

.imgExpo {
    padding: 10px 0 10px 0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.5) 10px 10px;
    max-width: 300px;
    min-height:420px;
    border-radius: 25px;
    margin: 30px auto;
}

    .imgExpo img {
        width: 90%;
        height: 90%;
    }

    .imgExpo h4 {
        text-align: center;
        margin: 5px auto;
        width: 95%;
    }