:root{
    --Azul: Blue;
    --Azul_Claro: rgb(11, 53, 170);
    --Blanco: white;
    --Negro: black;
    --Naranja: orange;
    --Gris: gray;
    --Hueso: #CCC;
}

/*Nuestro Software */
.Inicio_Software{
    background: url("../img/team-bg.jpg") no-repeat scroll center bottom / cover ;
    color: var(--Blanco);
    text-align: justify;
}
.Inicio_Software h2{
    text-align: center;
}
.Inicio_Software button{
    color: var(--Negro);
}
/* End Nuestro Software */


.Nosotros_Fondo {
    background: rgba(0, 0, 0, 0) url("../img/contact-bg.jpg") repeat fixed center bottom / cover ;
    color: var(--Blanco);
}
.Nosotros_Fondo col-md-12{
    background: rgba(0, 0, 0, 0) url("../img/contact-bg.jpg") repeat fixed center bottom / cover ;
    color: var(--Blanco);
}
.Nosotros_Fondo h2{
    text-align: center;
}
.Nosotros_Fondo p{
    text-align: justify;
}

div.Servicios_Dinamicos  {
    text-align: center;
    color: var(--Negro);
}

@media (max-width:980px) {
    div.Servicios_Dinamicos{
        text-align: center;
        color: var(--Negro);
        width: 80%;
        height: 80%;
    }
}
/* Navegación */
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: var(--Azul);
   border-bottom: 10px solid var(--Azul_Claro);
   color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: var(--Azul);
    border-bottom: 10px solid var(--Azul_Claro);
    color: var(--Blanco);
}


/*End Navegación */
/* Contactos  */
.contactos{
    background: rgba(0, 0, 0, 0) url("../img/contact-bg.jpg") repeat fixed center bottom / cover ;
    color: var(--Gris);
}
.Contactenos{
    background: rgba(0, 0, 0, 0) url("../img/contact-bg.jpg") repeat fixed center bottom / cover ;
    color: var(--Gris);
    text-align: center;

}
/*End Contactos */
.innova{
    color: red;
    background: rgba(0, 0, 0, 0) url("../img/footer-bg.jpg") no-repeat scroll -554px -686px;
}
/*  Footer */
#footer {
    background: rgba(0, 0, 0, 0) url("../img/footer-bg.jpg") no-repeat scroll -554px -686px;
    color: var(--Blanco);
    padding: 60px 0 120px;
    position: relative;
    text-align: center;
    width: 100%;
	overflow:hidden;
}
#footer .social-links {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 35px 0 10px;
}
#footer .social-links li {
    display: inline-block;
    margin: 5px;
}
#footer .social-links a {
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 1);
    display: block;
    font-size: 25px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    width: 50px;
}
#footer::before {
    background: var(--Azul_Claro) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
#text-15 {
    padding-left: 100px;
    text-align: left;
}

#text-15 a{
    color: var(--Negro);
    text-decoration: none;
}
/* End Footer */

.header-text h2 span {
    color: var(--Azul_Claro);
}
/* Botones */
.owl-theme .owl-controls .owl-buttons div {
    background: rgba(255, 255, 255, 0.08) none repeat scroll 0 0 !important;
    color: var(--Azul) !important;    
    font-size: 65px !important;
    opacity: 1 !important;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    background: var(--Azul) none repeat scroll 0 0 !important;
    color: var(--Blanco) !important;    
    font-size: 65px !important;
    opacity: 1 !important;
}
/* End Botones */