/* ---------------------------------------------
  Bienvenida
--------------------------------------------- */
.main-banner {
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    /* background-image: linear-gradient(to bottom, rgba(5,29,251,0.52), rgba(23,39,121,0.73)),url(../img/01-Cifasis.jpg); */
    background-image: linear-gradient(to bottom,rgba(37, 150, 190, 0.52), rgba(23,39,121,0.73)),url(../img/01-Cifasis.jpg);
    background-size: cover;
    padding: 226px 0px 120px 0px;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.main-banner:after {
    content: '';
    background-image: url(../img/01-Cifasis.jpg);
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}
.main-banner:before {
    content: '';
    background-image: url(../img/01-Cifasis.jpg);
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}
#bienvenida .animado {
    text-transform: uppercase;
    font-size: 1.8em;
    color:yellow;
    padding: 0px 0px;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-shadow: 1px 1px 1px rgb(0,194,255);
}
#bienvenida .animado:before {
    content: "";
    width: 0%;
    height: 90px;
    background:#002c50;
    position:absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    animation: animate 2s forwards;
}
@media (max-width: 540px) {
    #bienvenida h2 {
        font-size: 14px;
        line-height: normal;
    }
    #bienvenida .animado {
        font-size: 14px;
        line-height: normal;
    }
    #bienvenida .animado:before {
        height: 70px;
    }
    #bienvenida p {
        margin-top: 10px;
        font-size: 12px;
        line-height: normal;
    }
}
@keyframes animate {
    0% {
        width: 100%;
        z-index: 1;
    }
    50% {
        width: 0%;
        z-index: 1;
    }
    51% {
        width: 0%;
        z-index: -1;
    }
    100% {
        width: 100%;
        z-index: -1;
    }
}
.fade-in-text {
    font-size:40px;
    font-weight:bold;
    color:white;
    animation: fadeIn linear 2s;
    -webkit-animation: fadeIn linear 2s;
    -moz-animation: fadeIn linear 2s;
    -o-animation: fadeIn linear 2s;
    -ms-animation: fadeIn linear 2s;
}
@keyframes fadeIn {
    0% {opacity:0;}
    50% {opacity:0;}
    75% {opacity:0.2;}
    100% {opacity:1;}
}
@-moz-keyframes fadeIn {
    0% {opacity:0;}
    50% {opacity:0;}
    75% {opacity:0.2;}
    100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    50% {opacity:0;}
    75% {opacity:0.2;}
    100% {opacity:1;}
}
@-o-keyframes fadeIn {
    0% {opacity:0;}
    50% {opacity:0;}
    75% {opacity:0.2;}
    100% {opacity:1;}
}
@-ms-keyframes fadeIn {
    0% {opacity:0;}
    50% {opacity:0;}
    75% {opacity:0.2;}
    100% {opacity:1;}
}
/* --------------------------------------------
  Vinculacion Style
--------------------------------------------- */
#vinculacion-inicio {
    /* height: 400px; */
    /* max-height: 500px !important; */
}
.vinculacion-tec {
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgba(5,29,251,0.52), rgba(23,39,121,0.73)),url(../img/vinculacion-fondo.jpg);
    background-size: cover;
    padding: 20px 0px 120px 0px;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.vinculacion-tec .vinculacion-content h1 {
    color: #eeeeee;
    margin-top: 80px;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}
.texto-vinculacion p {
    color: #eeeeee;
    font-size: 20px;
    padding: 10px 2px 10px 2px;
    font-weight: bold;
}
.texto-vinculacion a {
    color: #eeeeee;
    border:1px solid #eeeeee;
    font-size: 24px;
    font-weight: bold;
}  
.texto-vinculacion a:hover {
    background-color: #eeeeee;
    color:#2482c6;
}
@media (min-width: 767px) {
    #vinculacion {
        height: 300px;
        max-height: 300px !important;
    }
}
@media (max-width: 767px) {
    .vinculacion-tec .vinculacion-content h1 {
        padding-top: 5px;
        color: #eeeeee;
        width: 100%;
        font-size: 40px;
        font-weight: 600;
    }
}
@media (min-width: 767px) {
    .texto-vinculacion {
        color: #eeeeee;
        font-size: 20px;
        padding-top: 20px;
        font-weight: bold;
    }   
}
@media (min-width: 767px) {
    .vinculacion-tec .vinculacion-content a {
        margin-top: 40px;
        border: 2px solid rgb(143,207,254);
        background: transparent;
        color: #eeeeee;
        font-size: 20px;
        font-weight: bold;
    }
}
/* ---------------------------------------------
  Grupos Style
  ---------------------------------------------- */
#grupos-inicio {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.grupos-los .grupos-content .titulo-grupos {
    background-color: #2482c6;
    color: #eeeeee;
    width: 100%;
    font-weight: 900;
}
.grupos-los .grupos-content {
    z-index: 2;
    position: relative;
    background-color: #fff;
}
.grupo-item {
    position: relative;
    text-align: center;
    height: 65vh;
    max-height: 500px;
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
    background-color: #002c50;
    border: 1px solid rgb(255,255,255);
    background-repeat: no-repeat;
    background-size: cover;
}
.grupo-item .circle {
    font-size: 4em;
    width: 1.6em;
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    border-radius: 0.9em;
    border: 2px solid rgb(255, 255, 255);
    margin: auto;
}
.grupo-item h1 {
    padding-left: 10px;
    padding-right: 10px;
    color: #eeeeee;
    text-shadow: 1px 1px 2px rgb(63, 63, 63);
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}
.grupo-item a {
    border: 2px solid rgb(220, 240, 255);
    background: transparent;
    color: #eeeeee;
    font-size: 20px;
    font-weight: bold;
}
.grupo-item a:hover {
    background-color: #eeeeee;
    color:#2482c6;
}
.grupo-item .icono-circle {
    text-align: center;
}
.grupo-item .icono-circle img {
    width:7em;
}
/* ---------------------------------------------
  Noticias 
------------------------------------------------ */
#noticias-inicio {
    padding-top: 0px;
}
.las-noticias .noticias-content {
    z-index: 2;
    position: relative;
    /* background-color: #ffffff; */
    background-color:#d3e9ff;
    /* 
    padding-right: 100px;
    padding-left: 100px;
    */
}
.las-noticias .noticias-content .titulo-noticias {
    background-color: #2482c6;
    color: #eeeeee;
    width: 100%;
    font-weight: 900;
}
.las-noticias .noticias-content .fecha-noticia {
    float: right;
    font-size: 12px;
    font-weight: bold;
}
.las-noticias .noticias-content .titulo-noticia {
    font-weight:bold;
}
.las-noticias .noticias-content .noticia-destacada {
    margin-left: 10px;
}
.las-noticias .noticias-content .noticia-destacada .titulo {
    font-size: 22px;
    font-weight: 800;
}
.las-noticias .card {
    border: 1px solid #59cafa;
    height: 600px;
    max-height: 600px;
}
.las-noticias .card-body {
    text-align: center !important;
}
.las-noticias .card-body h5 {
    font-weight: bold;
}
.las-noticias .card-body p {
    text-align: right !important;
    font-size:12px;
    font-weight: bold !important;
}
.las-noticias .card-body a {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #002c50;
    background-color: #eeeeee;
    right: 0;
    bottom: 5px;
    width:100%;
    /* padding-bottom: 10px; */
}
.las-noticias .card-body a:hover {
    background-color:#002c50;
    color: #eeeeee;
}
.index-noticias-todas {
    text-align: center;
    padding-bottom: 20px;
}
.index-noticias-todas a {
    font-size: 22px;
    font-weight: bold;
    color: #002c50;
    background-color: #eeeeee;
}
.index-noticias-todas a:hover {
    background-color: #002c50;
    color: #eeeeee;
}
.loop-noticias-inicio {
    padding-left: 100px;
    padding-right: 100px;
}
/* ---------------------------------------------
  controles carousel Noticias
  ---------------------------------------------- */
.our-noticia .owl-nav {
    display: inline-block!important;
    position: absolute;
    top: -120px;
    right: 15px;
    max-width: 1320px;
}
.our-noticia .owl-nav .owl-next {
    margin-left: 10px;
}
.our-noticia .owl-nav span {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 25px;
    border: 2px solid #eee;
    border-radius: 50%;
    color: #ddd;
    transition: all 0.5s;
}
.our-noticia .owl-nav span:hover {
    color: #33ccc5;
    border-color: #33ccc5;
}
@media (min-width: 767px) {
    .our-noticia .owl-nav {
        display: inline-block!important;
        position: absolute;
        top: -75px;
        right: 0px;
        max-width: 1320px;
    }
}
@media (min-width: 767px) {
    .our-noticia .owl-nav {
        display: inline-block!important;
        position: absolute;
        top: -70px;
        right: 15px;
        max-width: 1320px;
    }
}
@media (min-width: 767px) {
    .our-noticia .owl-nav .owl-next {
        margin-left: 10px;
    }
}
@media (min-width: 767px) {
    .our-noticia .owl-nav span {
        width: 45px;
        height: 45px;
        display: inline-block;
        text-align: center;
        line-height: 35px;
        font-size: 30px;
        border: 2px solid #eee;
        border-radius: 50%;
        color: #ddd;
        transition: all 0.5s;
    }
}
.circle-icon-noticia {
    font-size: 4em;
    width: 1.2em;
    text-align: center;
    line-height: 1.15em;
    background: #59cafa;
    color: #fff;
    border-radius: 0.9em;
    border: 2px solid rgb(255, 255, 255);
    margin: auto;
}
.circle-icon-noticia .icon {
    font-size: 2em;
}
.hitcount {
    color:#d3e9ff;
}