
#buscador{
                    display: block;
                }

            @media (max-width: 996px){
                 #buscador{
                display: none;
            }
            }

#sistemas{
                    display: block;
                }

            @media (max-width: 996px){
                 #sistemas{
                display: none;
					   
            }
            }
/*oculta carusel en modo movil*/
/*#myCarousel{
                    display: block;
                }

            @media (max-width: 996px){
                 #myCarousel{
                display: none;
            }
            }*/

  @media (max-width: 769px){

           #identidad{
     padding-top: 1px;
 
}
           }

 
           @media (max-width: 768px){

               /*espacio entre noticias*/
           #identidad{
     padding-top: 40%;

}
           }


.table {
    font-size: 14px !important;
   font-style: normal;
  font-family: 'Graphik-Bold', Tahoma, Verdana;
     text-align:center;
}



/*fecto borde en circulo*/

.afeature {
width: 180px;
height: 180px;
margin: 10px auto;
border-radius: 250px;
border: 5px solid #fff;
box-shadow: 0px 0px 3px #aaa;
text-align: center;
text-decoration:none;
-webkit-transition: border 1s ease;
-moz-transition: border 1s ease;
-o-transition: border 1s ease;
transition: border 1s ease;
        margin-bottom: 80px;

}
.afeature:hover {
border: 5px solid #C71585;
}
.a1:hover {
border: 5px solid #999797;
}

.a2:hover {
border: 5px solid #89c338;
}
.a3:hover {
border: 5px solid #3420fc;
}
.a4:hover {
border: 5px solid #33ecf8;
}
.a5:hover {
border: 5px solid #f5dc07;
}
.a6:hover {
border: 5px solid #fc2020;
}
.a7:hover {
border: 5px solid #8720fc;
}
.a8:hover {
border: 5px solid #f59307;
}


.p {
    display: block;
    -webkit-margin-before: 5em;
    -webkit-margin-after: 5em;
    -webkit-margin-start: 5em;
    -webkit-margin-end: 5em;
}


.oferta {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.noticia{
  height: 70px;
  overflow:hidden;
  text-overflow: ellipsis;
  text-align: justify;
}

/**/
.titulo_seph h1 {
    color: #FFF;
    font-family: 'Graphik-Bold', Tahoma, Verdana !important;
    font-weight: bolder;
    font-size: 16px;
      margin-top: 20px;
    margin-bottom: 10px;
}


a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}



