body
{
    font-size: 16px;
    font-family: arial, sans-serif;
}

a
{
    text-decoration:none !important;
}
a:link, a:visited {
    text-decoration: none !important;
}
html
{
    overflow-x: hidden;
}
#container

{
    width: 100%;    
    margin: 0 auto;
    background: #fff;
}

#header{
    width: 100%;
    position: absolute;
    z-index: 999;
    font-size: 14px;
}

@font-face {
    font-family: 'GillSansMTPro-Bold'; /*a name to be used later*/
    src: url('/css/fonts/GillSansMTPro-Bold.otf'); /*URL to font*/
}

@font-face {
    font-family: 'GillSansMTPro-Light'; /*a name to be used later*/
    src: url('/css/fonts/GillSansMTPro-Light.otf'); /*URL to font*/
}

@font-face {
    font-family: 'GillSansMTPro-Medium'; /*a name to be used later*/
    src: url('/css/fonts/GillSansMTPro-Medium.otf'); /*URL to font*/
}

.botonera{
    width: 100%;
    z-index: 999;
    margin: 0;
    padding: 25px 50px;
}

.navbar-brand{
    padding: 0;
}

/*botonera lista*/


#content
{
    width: 100%;
    margin:  0 auto;
    padding: 0px 0em 0 0em;
    
}

#botoneraChica
{
    position:fixed;
    top:-400px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    width: 100%;
    background: rgba(255,255,255,1);
    padding: 25px 50px;
}

.botoneraChicaInner
{
    background-color: rgba(200,166,103,.94);
    height: 80px;
}


#footer
{
    padding: 0em 0em 3em 0;
    
}


.titFooter
{
    color: #000000;
    font-weight: bold;
    font-size: 0.7em;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: "GillSansMTPro-Bold";
}

.txtFooter
{
    margin-bottom: 15px;
    margin-top:2px;
    font-size: 13px;
    line-height: 148%;
    color: #333;
    font-family: "GillSansMTPro-Light";
}
.footSocCont
{
     display: flex;
     justify-content: left;
}
.footSocIcon
{
    display: inline-block;
    margin: -6px 10px;
}
.footSocIcon img
{ 
   width: 45px
}

/*MODALS*/

.modalCont
{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index:10000;
    top:0;
    left: 0;
    display: none;
    background: rgba(0,0,0,0.6);
    cursor: pointer;
}
.modal
{
    width: 60%;
    margin-left: 20%;
    background-color: #ebebeb;
    color: #444;
    top:10%;
    position: absolute;
    display: none;
    padding: 4em;
    max-height: 70%;
    overflow-y: auto;
}


h1
{
    font-size: 2.5em;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 10px;
}

h2
{
    font-size: 1.2em
}
h3
{
    font-size: 0.8em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.contenedorBotonesBotonera
{
    float: right;
}
#botoneraChica .contenedorBotonesBotonera
{
    float: right;
}
.logo
{
    float: left;
    padding-left: 0;
}

.botonBotonera
{
    margin: 16px 24px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-weight: 700;
    float: right;
    font-family: "GillSansMTPro-Bold";
    font-size: 13.8px;
}
.separador1
{
    width: 2px;
    height: 12px;
    background-color: #666;
    float: right;
    margin: 20px 0;
}
.botonBotonera:hover
{
    opacity: 0.6;
}
.contenedorBotonesBotonera a:first-child .botonBotonera
{
    /*margin-right: 0 !important;*/
}

#botoneraChica .botonBotonera
{
   
}
#botoneraChica .botonBotonera:hover
{
    opacity: 1;
    color:#2e8fc6
}

#botoneraChica .logo
{
    margin-left: 0px;
}

/*  */
.navbar-default {
    margin: 0;
    border: 0;
    background: transparent;
}
.header-nav li a{
    color: #333333 !important;
    font-size: 13.8px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-family: "GillSansMTPro-Bold";
    transition: .4s;
}
.header-nav li a:hover{
    opacity: .7;
}
.header-nav li{
    position: relative;
}
.header-nav li::before {
    content: "";
    position: absolute;
    height: 12px;
    border-right: 2px solid #333;
    top: calc(50% - 6px);
    right: 0;
}
.header-nav li:last-child::before{
    content: none;
}

.footerCont .col-md-2{
    padding-top: 15px;
    padding-bottom: 15px;
}


/* responsive stylesheet */
@media all and (max-width: 1300px){
    .trabajoItemImg{
        min-height: 250px !important;
    }
}
@media all and (min-width: 768px){
    .header-nav li a{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media all and (max-width: 767px){
    .navbar-default{
        background: #fff;
    }
    .mapa .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .mapa{
        padding: 0;
    }
    .header-nav li::before {
        content: none;
    }
}

@media all and (max-width: 575px){
    .botonera, #botoneraChica{
        padding: 25px 15px;
    }
}

@media all and (max-width: 450px){
    .grillaProyectos .col-xs-6{
        width: 100%;
		
    }
	.footerCont .col-md-2{
    	padding-top: 0px;
    	padding-bottom: 0px;
}
	.titFooter {margin-top:10px;}
}

/*@media screen and (max-width: 1200px) {
    
}
@media screen and (max-width: 990px) {
.modal
{
    width: 80%;
    margin-left: 10%;
    padding: 2em;
}

/*sadas

}
@media screen and (max-width: 767px) {
    .modal
{
    width: 95%;
    margin-left: 2.5%;
}

    #header
    {
            height: 150px;
    }
    .botonera
    {
            height: 150px;
    }
    .logoPrincipal {
            margin-top: 30px;
                margin-bottom: 25px;
        }
       .logoPrincipal img {
            width: 240px;
    }
    #footer {
        height: 530px;
        padding-top: 0;
    }
    .titFooter {
      margin-top: 2em;
    }   
    .logoChico img{
        width: 120px;
    }
    .logoChico {
    text-align: left;
    padding: 17px;
    }

}*/

#footer-fix {line-height:0px !important;}




