html,
button,
input,
select,
textarea {
    color: #1a1a1a;
}


img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.menu-wrapper ul.menu, ul.tabs {
    padding: 0;
    margin: 0;
    list-style: none;
}

.spacing {
	margin-bottom: 40px;
}

/*COOKIES*/

#cookies
{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	background:#fff;
	color:#1a1a1a;
	opacity:0.8;
	font-size:11px;
	text-align:center;
	padding-bottom:8px;
	padding-top:0px;
	z-index:111;
}



#botonok
{
	background:#1A1A1A;
	color:#FFF;
	padding:2px;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
	display: inline-block;
}


/* ==========================================================================
    Forms
   ========================================================================== */
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"] {
    background: #fff;
    border: 1px solid #ccc;
    padding: 7px 10px;
    width: 100%;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus {
    outline: none !important;
}

form .button {
    background: #fff;
    border: 1px solid #fff;
    padding: 7px 20px;
    text-transform: uppercase;
}

form .button:focus, form .button:active {
    outline: none !important;
}

/* ==========================================================================
    Structuras
   ========================================================================== */
html, body {
    font-size: 100%;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
}

body {
    font: 13px/19px "Open Sans", Arial, sans-serif;
    color: #1a1a1a;
    background-color: #4c4c4c;
}

a {
    color: #FE6C0A;
    text-decoration: none !important;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

a:hover {
    color: #FE6C0A;
}

h1, h3 {
    font-family: "Open Sans", Arial, sans-serif;
    color: #1A1A1A;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 700;
}

h1 {
    font-size: 2.6em;
}

h3 {
    font-size: 18px;
}


*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bg-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.container-fluid {
    padding: 60px 80px;
	padding-bottom:0px;
}

.content {
    display: none;
}

/* ==========================================================================
    Header
   ========================================================================== */
.sidebar-menu {
    position: relative;
    z-index: 9;
    padding-right: 80px;
}

.logo-wrapper {
    background-color: #1A1A1A;
    text-align: center;
    padding: 40px;
	min-height: 123px;
}

.logo-wrapper h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.logo-wrapper h1 span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}

.logo img
{
	max-width: 100%;
}

.menu-wrapper {
    display: block;
}

.menu-wrapper ul.menu {
    display: none;
    background-color: #1a1a1a;
    text-align: center;
}

.menu-wrapper ul.menu li {
    border-top: 1px solid #444;
	text-transform: uppercase;
    display: block;
    padding: 18px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
	cursor:pointer;
}

.menu-wrapper span.toggle-menu {
    display: block;
    background-color: #FE6C0A;
    color: white;
    text-align: center;
	cursor:pointer;
}

.menu-wrapper span.toggle-menu i {
    padding: 10px 20px;
    font-size: 24px;
}

#bandera1 {
    position: absolute;
    right: 40px;
    top: 26px;
	background: url(../images/espanol.png) no-repeat center center;
}

#bandera2 {
    position: absolute;
    top: 0px;
    right: 40px;
	background: url(../images/ingles.png) no-repeat center center;
}

#bandera3 {
    position: absolute;
    top: 52px;
    right: 40px;
	background: url(../images/frances.png) no-repeat center center;
}

#bandera1, #bandera2, #bandera3, #login {
    width: 40px;
    height: 24px;
    opacity: 1 !important;
    cursor: pointer;
    text-align: center;
	color:#FFF;
	
}

#login
{
	position: absolute;
    top: 79px;
    right: 40px;
	background: #1a1a1a;
	width:40px;
	height:44px;
	font-size:18px;
	line-height:40px;
	border:none;
	padding-top: 12px;
}



/* ==========================================================================
    Nosotros-About
   ========================================================================== */
.toggle-content {
    display: block;
    padding: 30px;
    background-color: white;
    overflow: hidden;
    background-clip: padding-box;
	opacity:0.9;
  
}

/* ==========================================================================
    Proyectos
   ========================================================================== */
.g-item {
    margin-bottom: 30px;
    padding: 6px;
    position: relative;
    background-color: white;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	text-align:center;
	width: 245px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}

.g-item img {
    overflow: hidden;
    max-width: 100%;
}

.g-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FE6C0A;
    text-align: center;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.g-item:hover .overlay {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.g-item span {
    color: white;
    font-weight: 300;
    font-size: 60px;
    height: 60px;
    width: 100%;
    top: 50%;
    text-align: center;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    left: 0;
}

/* ==========================================================================
    Contacto
   ========================================================================== */

form input, form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    outline: 0;
    border: 0;
    border: 1px solid #ccc;
    background-clip: padding-box;
}

.contact-form textarea {
    min-height: 160px;
}

.contact-form input.button, .contact-form button.button {
    width: auto;
    background-color: #FE6C0A;
    border-color: #FE6C0A;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 35px;
}

.login input[type="text"], .login input[type="password"]
{
	width:300px;
	max-width:100%;
}

/************************footer*********************************************/

.footer {
    overflow: hidden;
    position: fixed;
    bottom: 10px;
    color: white;
    font-size: 13px;
	width:auto;
	padding:0px;
}

.footer a {
    color: white;
}

/*------------------------------------------------------
	RESPONSIVE 
--------------------------------------------------------*/
@media (max-width: 1024px) {
    .sidebar-menu {
        padding-right: 40px;
    }

    #bandera1, #bandera2, #bandera3, #login {
        right: 0;
    }

    .footer {
        position: relative;
    }
}

@media (max-width: 991px) {
    .sidebar-menu {
        margin-bottom: 30px;
        padding-right: 40px;
    }

}

@media (max-width: 767px) {
    .container-fluid {
        padding: 20px;
    }
}