/*
Theme Name: ingeletheme
Theme URI:
Author: Ivan Brockway
Author URI: 
Description: Este es un tema simple, responsivo y minimalista, priorizando la buena navegacion del usuario y permitiendo una gestion funcional del sitio en sus bases.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, responsive, custom-title, custom-menu, restaurant-management-system, safe-cameras
Text Domain: ingeletheme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
    font-family: 'Bebas Neue';
    src: local("BebasNeue Regular.ttf");
    font-style: normal;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

body::after {
    content: '';
    display: block;
    height: 100px;
}

#main.container {
    margin-bottom: 20px;
}

h1 {
    font-family: "Bebas Neue";
    color: black;
    font-weight: 900;
    text-decoration: none;
    font-size: 45px;
}

.text-muted{
    color: rgb(23, 23, 150);
}

strong {
    color: rgb(23, 23, 150);
}


h1>strong {
    color: rgb(23, 23, 150);
    /*color: rgb(0, 51, 173);*/
}


#logoimg {
    width: 383px;
    height: 78px;
    display: inline-block;
    margin-top: -20px;
    margin-bottom: 10px;
}

#logoh1 {
    font-family: 'Open Sans';
    color: black;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0px;
}

h2,
h3,
p,
li {
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
}

p {
    text-align: justify;
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    /*display: flex;*/
    table-layout: fixed;
    /*padding: 7.5px 15px;*/
}

.navbar {
    margin-bottom: 0;
}

.nav.navbar-nav>li {
    padding-top: 6px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 13px;
}

.navbar-inverse {
    border-color: transparent;
    background-color: #505050;
    width: 100%;
}

#fourthMenu li a {
    display: inline;
    color: #fff;
    -moz-transition: background-color .3s ease-in;
    -webkit-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
}

#fourthMenu li a:hover {
    background-color: rgb(143, 190, 0);
    color: #fff;
    -moz-transition: background-color 0.01s;
    -webkit-transition: background-color 0.01s;
    -o-transition: background-color 0.01s;
    transition: background-color 0.01s;
}

.carousel-caption {
    background-color: rgba(143, 190, 0, 0.5);
}

.carousel-caption>h2 {
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.carousel-caption>h3 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.margin-t-15,
{
    margin-top: 15px;
    /*margin-bottom: 0;*/
}

.menu-item ul li a {
    margin-top: 40px;
    /*margin-bottom: 40px;*/
}

.container a {
    text-decoration: none;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #505050;
}

.footer p {
    color: #fff;
}

.panel-default>a>.panel-heading {
    background-color: rgb(245, 139, 31);
}

a>.panel-heading>h2 {
    color: #fff;
    font-weight: bold;
}

.desk a,
.team-arrange a {
    font-size: 13px;
    color: #9d4f5f;
    text-transform: capitalize;
}

.ico {
    position: relative;
    padding-left: 85px;
    margin-bottom: 35px;
}

.ico {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
    transition-duration: 0.9s;
    transition-property: box-shadow, transform;
    vertical-align: middle;
}

.ico:hover i {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.desk i {
    width: 45px;
    height: 45px;
    background-color: rgb(143, 190, 0);
    border-radius: 20%;
    position: absolute;
    left: 15px;
    top: 0;
    text-align: center;
    padding-top: 14px;
    font-size: 20px;
    color: #fff;
}

#nosotros {
    margin-top: 30px;
}

.row h3 {
    margin-top: 10px;
}

.footer>.container {
    margin-top: 20px;
}


#parrafo{
    color: black;
    font-weight: 900;
    font-size: 100%;
}

}

}