﻿@font-face {
    font-family: 'gotham_boldregular';
    src: url('/Content/fonts/gotham-bold-webfont.eot');
    src: url('/Content/fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/gotham-bold-webfont.woff') format('woff'),
         url('/Content/fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('/Content/fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_bookregular';
    src: url('/Content/fonts/gotham-book-webfont.eot');
    src: url('/Content/fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/gotham-book-webfont.woff') format('woff'),
         url('/Content/fonts/gotham-book-webfont.ttf') format('truetype'),
         url('/Content/fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_lightregular';
    src: url('/Content/fonts/gotham-light-webfont.eot');
    src: url('/Content/fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/gotham-light-webfont.woff') format('woff'),
         url('/Content/fonts/gotham-light-webfont.ttf') format('truetype'),
         url('/Content/fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

ul.bxslider {
    padding:0;
}
.bx-controls {
    display:none;
}

.mobile {
    display:none !important;
}

.desktop {
    display:block !important;
}

.tablet {
     display:none !important;
}

body 
{
    font-family: Arial, Helvetica, Sans-Serif ;
    font-size: 13px;
    font-weight:bold;
    color:#878787;
    line-height: 1.4;
    background-color: #fff;
    margin: 0;
    height: 100%;
}
ol, ul {
    list-style: none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

h1, h2, h3
{
    margin:0 0;
    font-family:gotham_boldregular;
}

h1
{
    text-transform:uppercase;
    margin:0 auto;
    font-size:24px;
    color:#474747;
    text-align:center;
}


h2
{
    font-size:20px;
}

h3
{
    font-size:16px;
}

a
{
    color:#878787;  
    text-decoration:none;  
}

a:hover
{
    color:#ad1f24;  
    
}


.linkActive {
    color: #ad1f24;
}


p{
    margin:0 0 15px 0;    
}

.wrapper{
    width:1180px;
    margin:0 auto;
    
}
a img{ border:none}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear
{
    clear: both;
}
.hide {
    display: none;
}
.hideImportant {
    display: none!important;
}
.discListDecoration li {
    background: url("/Content/images/blackDot.png") no-repeat scroll -4px -7px transparent;
    padding-left: 20px;
}
.noMargin {
    margin: 0!important;
}

/*Header*/
.mainHeader
{
    background-color: White;
    position: relative;
    z-index: 1;
}
.header-gradient
{
    background:url("/Content/images/headerLogoBg.png") repeat 0 0 white;
    height: 127px;
    border-top: 2px solid #a5a5a6;
}
.header-img {
    background:url("/Content/images/header_bg.png") repeat-x 0 0 transparent;
    height: 20px;
    width:100%;
   
}
.header-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1180px;
}

.header-wrapper img.main-logo {
    margin-left:61px;
}

.header-wrapper p {
    margin-top: 27px;
    margin-left: 0;
    float: right;
   
}

.header-wrapper p.header-US-HC {
  position: relative;
  margin-top: -10px;
}


.abbie-header-logo {
    margin-top: 21px;
    margin-left: 0;
    float: right;
    clear:both;
}


.topNavHeader
{
    
    margin: 0 auto;
    font-size: 12px;
    color: #878787;
    background-color: White;
    height: 32px;
    font-weight:bold;
    text-transform:uppercase;
    width:100%;
}
.topNavMainMenu
{
    float: left;
    margin-top:13px;
    padding:0;
	margin-left: 26%;
}

.topNavMainMenu li
{
    float: left;
    height: 28px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
}
.topNavMainMenu li.firstItem
{
    padding-left: 0;
}
.topNavMainMenu li.lastItem
{
    background:none;
}
.topNavMainMenu li a
{
    margin: 0;
    padding: 0;
    margin-top: 2px;
}
.topNavMainMenu li.selected a{
    padding-right: 14px;
    background: url("/Content/images/downArrow.png") no-repeat right 5px transparent;
}
.topNavProfileMenu
{
    float: right;
    margin:0;
    padding:0;
    margin-top: 7px;
}
.topNavProfileMenu li
{
    float: left;
    height: 28px;
    padding-left: 10px;
    padding-right: 10px;
}

.topNavProfileMenu li a
{
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-top: 2px;
}
.topNavHeader a
{
    display:block;
}
.topNavHeader a:hover
{
    color: #ad1f24;
}

.topNavHeader #nav-buttons {
    background: transparent url("/Content/images/top-left-separator.png") left 0 no-repeat;
    float:left;
    height:68px;
    margin-left:2%;
    padding-left:2%;
    margin-top:-10px;
    width:26%;
}

.topNavHeader #nav-buttons a.eco {
    padding-top: 13px;
    padding-left:10px;
    color: #006600;
    font-weight: bold;
}

.topNavHeader #nav-buttons ul {
    width:100%;
    height:45px;
    margin:0;
    padding:0;
}
.topNavHeader #nav-buttons ul li{
    float:left;
    margin-top:10px;
}

.topNavHeader #nav-buttons ul li.ingresar a{
     background:url("/Content/images/btn_orange.png") no-repeat 0 0 transparent;
     display:inline-block;
     width:113px;
     height:45px;
     color:#fff;
     line-height: 45px;
     text-align: center;
     font-family:gotham_boldregular;
}

.topNavHeader #nav-buttons ul li.ingresar a:hover {
    background:url("/Content/images/btn_orange_hover.png") no-repeat 0 0 transparent;
}

#sumbitButon {
    clear:both;
    width:100%;
    padding:15px 15px;
}

    #sumbitButon div {
        width:140px;
        margin: 0 auto;
        padding: 10px 10px;
    }

 .topNavHeader #nav-buttons ul li.top-facebook {
     margin-left:33px;
 }


.topNavHeader #nav-buttons ul li.top-facebook a {
    background:url("/Content/images/btn_fb.png") no-repeat 0 0 transparent;
    display:inline-block;
    width:40px;
    height:40px;
    color:#fff;
    line-height: 40px;
    text-align: center;
    text-indent:-99999px;
}

 .topNavHeader #nav-buttons ul li.top-twitter {
     margin-left:10px;
 }

.topNavHeader #nav-buttons ul li.top-twitter a {
    background:url("/Content/images/btn_twt.png") no-repeat 0 0 transparent;
    display:inline-block;
    width:40px;
    height:40px;
    color:#fff;
    line-height: 40px;
    text-align: center;
    text-indent:-99999px;

}

.header-w{
margin: 0;
width: 100%;

}

/*#deviceMenu, #mobile-menu {
    display:none;
}*/

/* RESET VIEW WHEN MOBILE MENU IS NOT VISIBLE */
	#mobile-navbar
	{
		display:none;
        background-color:#000;
	}

	#bodyContent.menuOn
	{
		float:none;
		width: 100%;
		height:100%;
	}
	#bodyContent.menuOn #contentholder
	{
		position:relative;
		width:auto !important;
		height:auto !important;

	}

	

/* RESET VIEW WHEN MOBILE MENU IS NOT VISIBLE */



.headerDivLine
{
    background: url("/Content/images/headerDivLine.png") no-repeat 0 0 transparent;
    background-position: center;
    height: 2px;
}
#slide img.desktop{
  width:100%;	
}

#slider {
 margin: 0 auto;
 width: 1180px;
}

#slider img{
    width:100%;
    margin: 0 auto;
}

.slider-btn {
    position: absolute;
    top: 50%;
    width:100%;
    text-align:center;
}

.slider-btn span {
    color:#fff;
    font-family:gotham_boldregular;
    font-size:26px;
    display:block;
    text-transform:uppercase;
}

.slider-btn a{
    background: url("/Content/images/btn_orange.png") no-repeat 0 0 transparent;
display: inline-block;
width: 113px;
height: 45px;
color: #fff;
line-height: 45px;
text-align: center;
font-family: gotham_boldregular;
font-size:12px;
text-transform:uppercase;
}


/* ==========================================================================
   No Script styles
   ========================================================================== */

#noJSBar
{
    margin: 0 auto;
    height: 30px;
    line-height: 27px;
    font-weight: bold;
    color: black;
    margin-left: -40px;
    display: block;
    margin-top: -34px;
    background: #fff200;
    text-align: center;
}
.withMainNav #noJSBar
{
    margin-top: 2px;
}

/* ==========================================================================
   Top nav Submenu styles
   ========================================================================== */
.topNavMainMenu .withSubmenuOptions .topMainSubNav {
    padding: 0;
    margin-top: 5px;
    position: relative;
}
.topNavMainMenu .withSubmenuOptions li {
    float: none;
    background: #909194;
    margin-top: 1px;
}
.topNavMainMenu .withSubmenuOptions li:hover {
    background: #a6a7a9;
}
.topNavMainMenu .withSubmenuOptions li:hover a {
    color: #004987;
}
.topNavMainMenu .withSubmenuOptions li a {
    background: none;
    color: white;
    margin-top: 0;
    line-height: 28px;
    padding: 0;
    padding-left: 7px;
}

/* ==========================================================================
   Content Wrapper Styles 
   ========================================================================== */
#content-wrapper {
    background: white;
    min-height: 700px;
    position: relative;
    width:83%;
    margin: 0 auto;
    overflow: hidden;
   
}
/* ==========================================================================
   Footer Styles 
   ========================================================================== */
.mainFooter {
    background:url("/Content/images/fotter_bg.png") transparent repeat-x 0 0 ;
    position:relative;
    clear: both;
}

.mainFooter .footer-wrapper {
    
    width: 83%;
    margin: 0 auto;
    height: 200px;
    overflow: hidden;
    padding: 0;
}

.mainFooter .footer-wrapper .footerNavMenu {
 overflow: hidden;
 margin: 40px auto;
 padding: 0;
 margin-bottom: 0px;
 width: 50%;

} 

.mainFooter .footer-wrapper .footerNavMenu li {
    float: left;
    /*background:url("/Content/images/topNavDivision.png") no-repeat right 5px transparent;*/
    padding-left: 13px;
    padding-right: 13px;
    font-weight: normal;
    text-transform:uppercase;
}
.mainFooter .footer-wrapper .footerNavMenu li.firstItem {
    padding-left: 0;
}
.mainFooter .footer-wrapper .footerNavMenu li.lastItem {
    background: none;
}
.mainFooter .footer-wrapper .footerBottomInfo {
    overflow: hidden;
    margin: 5% auto;
    color: #fff;
    text-transform: uppercase;
    width: 10%;
}

.mainFooter .footer-wrapper .footerBottomInfo img {
    float: right;
    margin-top: -5px;
}

.mainFooter .footer-wrapper .footerNavMenu li a {
    color: #fff;
}

.mainFooter .footer-wrapper .footerNavMenu li a:hover {
    color: #e87224;
}

#footer-social {
    width:90px;
    float:right;
    margin:-32px 0 0 172px;
}

#footer-social a:first-child {
    padding-left:5px;
}

#footer-social a {
    display:inline-block;
    text-decoration:none;
    text-indent:-9999px;
    width:40px;
    height:41px;
    padding:0;
}

    #footer-social a.footer-fb {
          background:url("/Content/images/footer_fb.png") no-repeat 0 0 transparent;
    }
    #footer-social a.footer-twt {
        background:url("/Content/images/footer_twt.png") no-repeat 0 0 transparent;
    }
/* ==========================================================================
   Main Navigation Styles 
   ========================================================================== */
   
.main-nav
{
    position:relative;
    margin-top:-50px; 
    margin-left: -40px;   
}   

.main-nav .nav
{
    width: 317px;
    display: block;
    text-align: center;
    height: 51px;
    line-height: 52px;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: #004987 5px solid;
    font-size:17px;
}
.main-nav .nav.last
{
    width:316px;
}

.main-nav .nav:hover {
    color: #004987;
}

.main-nav .nav.active 
{
    background: transparent url(/Content/images/main-nav-active.png) no-repeat center bottom;
    color: #004987;
}

.main-nav .nav:hover {
    color: #004987;
}

.main-nav span.pipe
{
    display:block;
    background: transparent url(/Content/images/nav-pipe.png) no-repeat 0 0;    
    width: 1px;
    height: 56px;
    float:left;
}
.main-nav .mainNavCont {
    margin: 0;
    padding: 0;
    position: relative;
    height: 56px;
}
.main-nav .mainNavCont .mainNavOption{
    float: left;
    height: 56px;
    background: #FF6b00;
}
.main-nav .mainNavCont .mainNavOption.withNavOptions {
    background: #FF6b00 url(/Content/images/nav-pipe.png) no-repeat 0 0;
}
.main-nav ul.sub-nav
{
    display: none;
    width: 312px;
    padding: 0;
    /*position: absolute;*/
    /*top: 54px;*/
    background:#909194 url(/Content/images/sub-nav-bottom.png) no-repeat 0 bottom;
    margin: 0;
}
.topNavMainMenu .withSubmenuOptions .topMainSubNav,
.main-nav ul.sub-nav
{
    border-left:#777779 solid 2px;
    border-right:#777779 solid 2px;
    border-bottom:#777779 solid 2px;
    border-radius: 0 0 5px 5px;
}
.topNavMainMenu .withSubmenuOptions .topMainSubNav li:last-child,
.main-nav ul.sub-nav li:last-child
{
    border-radius:0 0 3px 3px;
}

.utilitiesNavBottomIE, .mainNavBottomIE{ display:none; }



.main-nav ul.sub-nav li
{

    line-height: 50px;
    border-bottom:1px solid #b2b2b4;  
    padding-left:22px;  
}

.main-nav ul.sub-nav li.last
{
    border:none;    
    background: url(/Content/images/sub-nav-bottom.png) no-repeat 0 bottom;
}

.main-nav ul.sub-nav li:hover
{
    background:#a6a7a9;
}

.main-nav ul.sub-nav li:hover a
{
    color:#004987;
    
}

.main-nav ul.sub-nav a
{
    color:#FFFFFF;
    font-size:15px;
    display:block;
}



.requiredSimbol
{
    color:Red;
}



.formHeadings 
{
    margin:0 0 0 16px; 
    padding: 20px 0 0 0;
    
}

.clear{clear:both;}

.notes
{
  font-family:Arial;
  font-size:9px;
  padding-top:0;
  padding-left: 4px !important;
  display: block;
  clear: both;
  
}

.notes li
{
  list-style-type:disc !important;
  padding-left: 0px !important;
  margin : 0 0 0 12px !important;
}

.no-list li
{
  list-style-type:none !important;
  padding-left: 0 !important;
  margin:0 !important;    
  
}

#home-servicos, #sobre-mgdyca, 
#proveedores, #pre-construccion, #construccion, #ecoamigables {

     background-color:#f4f4f4;
     width:100%;
     height:auto;
     display:inline-block;
}

#administracion {
    width:100%;
     height:370px;
}

#proyectos{
    width:100%;
}

/* ==========================================================================
   Home Styles 
   ========================================================================== */

#home-servicos h1  {
    
    padding: 25px 0 25px 0;
   
}

#home-servicos ul {
    height:266px;
    margin:0 auto;
    padding: 0;
    width:83%;
}


#home-servicos ul li {
    width:23%;
    float:left;
    position:relative;
    
}
#home-servicos ul li {
    margin-left:13px;
}

#home-servicos ul li img {
    width:100%;
}

#home-servicos ul li:first-child {
    margin-left:0;
}
#home-servicos ul li span {
    color:#b6b6b6;
    font-weight:normal;
    display:inline-block;
    position:absolute;
    bottom:58px;
    margin: 0 8px;
    text-align:center;
    
    
}

#home-servicos ul li a {
        background: url(/Content/images/btn_orange.png) transparent no-repeat;
        width: 50%;
        height: 41px;
        position: absolute;
        bottom: 1%;
        left: 24%;
        display: inline-block;
        text-transform: uppercase;
        line-height:41px;
        text-align:center;
        font-family:gotham_boldregular;
        color:#fff;
}

#home-servicos ul li a:hover {
     background:  url(/Content/images/btn_orange_hover.png) transparent no-repeat;
     color:#fff;
}


#home-proyectos h1 {
   
    padding: 25px 0 12px 0;
 
}

#home-proyectos .container {
    margin:0 auto;
    width:985px;
}

#home-proyectos .home-proyectos {
    width:475px;
    float:left;
   
    
}
    #home-proyectos .home-proyectos:first-child {
        padding-right: 35px;
    }

/* ==========================================================================
Sobre MGDYCA
========================================================================== */

#sobre-mgdyca h1 {
    
    padding: 25px 0 12px 0;

   
}



#sub-contratos h1{
   
    padding: 25px 0 12px 0;
   
}

#proveedores h1{
   
    padding: 25px 0 12px 0;
   
   
}

#proveedores p{
    width:90%;
    margin-left:70px;
    text-align:justify;
}

/* ==========================================================================
Servicios
========================================================================== */
#pre-construccion h1 {
     padding: 25px 0 12px 0;
}

#administracion h1 {
    padding: 25px 0 12px 0;
    
}

#construccion h1, #post-construccion h1 {
    padding: 25px 0 12px 0;
}

#pre-construccion div, #administracion div, #construccion div {
    width:370px;
    float:left;
    padding: 5px 5px;
}

/* ==========================================================================
Proyectos
========================================================================== */
.menu-filtro {
width:100%;
margin: 0 auto;
height:auto;
clear:both;
padding-left: 19%;
}

.menu-filtro span {
    display:inline-block;
    width:55px;
    float:left;
    text-transform:uppercase;
    font-weight:bold;
    margin-top:40px;
     font-size: 14px;
}

.menu-filtro ul {
 width:80%;
 float:left;
 padding:0;
 margin:40px 0 20px 40px;
 text-transform:uppercase;
 font-size: 14px;
 
}

.menu-filtro ul li {
    
    float:left;
    padding-left:25px;
    padding-right:25px;
    background: transparent url(/Content/images/filtro-separator.png) right 2px no-repeat;
    height:18px;
}

.menu-filtro ul li:last-child {
    background: none;
   
}

.menu-filtro ul li:first-child {
    padding: 0 25px 0 0;
    
}

#lista-proyectos {
    width:100%;
    margin: 0 0 0 15px ;
    min-height:600px;
    display:inline-block;
   
}

#lista-proyectos li{
    width:29%;
    float:left;
    margin-right:21px;
    margin-bottom: 10px;
    height:259px;

}

#lista-proyectos li:last-child{
    margin-right:0;
}

#lista-proyectos li img{
    width:100%;
   
}

#lista-proyectos li .proyecto {
    position:relative;
    width:100%;
}

#lista-proyectos li .proyecto .plus-btn {
    position:absolute;
    right:1.5%;
    top:76%;
    background: transparent url(/Content/images/btn_plus.png) 0 0 no-repeat;
    width:35px;
    height:35px;
}


#lista-proyectos li .proyecto .plus-btn:hover {
    background: transparent url(/Content/images/btn_plus_hover.png) 0 0 no-repeat;
    cursor:pointer;
}

.proyecto-descripcion {
    display:none;
}

.filtro-highlight {
  color:#ad1f24;
  font-weight:bold;
}


/* ==========================================================================
Contactenos
========================================================================== */
#contacto h1 {
       padding: 25px 0 12px 0;
}


/* ==========================================================================
Internal Error Pages
========================================================================== */
.errorPage {
    height: 725px;
}
.errorPage h2 {
    margin-bottom: 20px;
    color: #004284;
    font-size: 36px;
}

.errorPage p {
    margin-bottom: 15px;
    width: 540px;
}

/*lightbox*/
.clear-all
{
  margin-right: 15px;
  color:#000;
  text-decoration:none;
  
    }

a.lightbox:hover, .clear-all:hover{
	background-color:#156185;
	color:#fff !important;
	text-decoration:none;
}

a.lightbox:visited, clear-all:visited
{
   color:#000;
  text-decoration:none;
 }


.image-left {
    margin:0 6% 0 6%;
    width:39%;
    float:left;
}

.image-right {
    margin:0 6% 0 2%;
    width:39%;
    float:left;
}

.text-right {
    width:45%;
    float:left;
    text-align:justify;
}

.text-right ul, .text-left ul {list-style-type:disc;}

.text-left {
    width:40%;
    float:left;
    margin:0 0 0 6%;
    text-align:justify;
}




 
 /* ==========================================================================
Edificaciones Ecoamigables
========================================================================== */

#ecoamigables h1 {
    
    padding: 25px 0 12px 0;

   
}

.whatsapp {
  border-radius: 25px;
  background: #25d366;
  padding: 20px; 
  margin: 20px auto;
  position:relative;
  width: 92%;
}

.whatsapp span.tel{
  color:#fff;
  font-size:24px;
  display:inline-block;
  position: absolute;
    top: 40%;
}

.whatsapp .fa-whatsapp  {
  color:#fff;
  background:
  linear-gradient(#008000,#008000)10px 84%/15px 15px no-repeat,
  radial-gradient(#008000 59%,transparent 0);
  margin-right: 2%;
}









