@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  color:rgba(3,1,30,1.00);
  line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; 
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:rgba(3,1,30,1.00);
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: blue;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: blue;
}

.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover, a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/***********Header********************************/

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
  margin-bottom:3px;
}

.top-bar {
  padding: 5px 0;
  background:#00033B;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number{
  color: white;  
 }

.top-number p{
  margin: 0;
 position:absolute; 
 }
 
 p.info{
    margin-left:300px;   
 }

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background:grey;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}

ul.social-share li a:hover {
  background: orange;
  color: #fff;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background:white;
  padding: 3px 0;
  padding-bottom: 0;
  border-bottom:1px solid #00033B; 
}

 .navbar-nav{
  margin-top: 30px;  
 }

.navbar-nav>li{
  margin-left: 35px;
  padding-bottom: 28px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: black;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #00033B;
}

.navbar-inverse {
    border-top:none;
    border-right:none;
     border-left:none;    
    border-bottom:0,5px solid #00033B;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;  
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #00033B;
  color: #fff;
}

section#feature{
   background-color:white;
   padding-top:40px;
 }
 
 .img-responsive.wow.fadeInDown2.ASCO.animated{
     margin-top:0px;
 }
 
 
/*************************
*******Home Page******
**************************/

/*******quienes somos dentro de inicio***************/
#partner {
  background:url(../images/partners/imagen_fondo_quienesomos.png) 50% 50% no-repeat; 
  background-size: cover;
  color:rgba(3,1,30,1.00);
  text-align: center;
  padding:30px;
}

#partner h2, #partner h3 {
  color:rgba(3,1,30,1.00) ;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width:350px;
  margin-left:390px;
}

.boton_masinfo_quienessomos{
    width:10%;
    height:5%;    
    margin:30px 0px 0px 500px;
    padding:5px 10px 5px 10px;  
}

.boton_masinfo_quienessomos a{
    width:10%;
    height:5%;
    background:rgba(3,1,30,1.00);
    color:white;
    position:relative;
    margin:0px 0px 0px 0px;
    padding:5px 10px 5px 10px;
    border:hidden 0px #000000;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    float:center;
}

.boton_masinfo_quienessomos a:hover{   
    background:orange;
    color:black;   
}

/*****PROYECTOS DENTRO DEL INDEX********************/

.feature-wrap i:hover {
  background: #c52d2f;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #c52d2f;
}

#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background:rgba(21,24,148,1.00);
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

h3.titulos.proyectos.index{
    color:white;   
 }
 
 h3.titulos.proyectos.index3{
    color:white; 
 }


/*****SERVICIOS DENTRO DEL INDEX********************/
#services {
  background: #000 url(../images/partners/fondo_servicio.jpg);
  background-size: cover;
}

#services .lead, #services h2{
    color: #fff;
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

#middle {
  background: #f2f2f2;
}

.skill h2{
  margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4, .progress .color4 .bar-width{
  background: #db3615;
}

.progress, .progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #c52d2f;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #c52d2f;
  color: #fff;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}

.media.services-wrap.wow.fadeInDown.diferente{
  height:198px;
}

section#services.service-item{
    padding-bottom:10px;
}

.boton_masinfo_servicios{
    width:10%;
    height:5%;    
    margin:0px 0px 0px 500px;
    padding:5px 10px 5px 10px;  
}

.boton_masinfo_servicios a{
    width:10%;
    height:5%;
    background:rgba(3,1,30,1.00);
    color:white;
    position:relative;
    margin:0px 0px 0px 0px;
    padding:5px 10px 5px 10px;
    border:hidden 0px #000000;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    float:center;
}

.boton_masinfo_servicios a:hover{   
    background:orange;
    color:black;   
}


/************** QUIENES SOMOS *************************/

section#about-us{
    padding-top:50px;   
}

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2, .skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

.wow.fadeInDown.imagen_nosmueve img{
    width:50%;
    margin-left:290px;
    margin-bottom:60px;
}

.row.clearfix{
    margin-top:30px;  
}

.caract{
    margin-top:100px;   
}

.caract4{
    margin-top:30px;   
}

.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.team h5 {
  font-weight: 300;
}

.single-profile-top, .single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
 }

.col-md-4.col-sm-6.quienesomos{
    margin-left:90px;   
}

.col-md-4.col-sm-6.col-md-offset-2.segundos{
    margin-left:90px;
}

.col-md-4.col-sm-6.col-md-offset-2.tercero{
    margin:30px 0px 90px 90px;
}

.single-profile-bottom.wow.fadeInUp.yo{
    margin-left:55%;
    width:100%;
}

.single-profile-top, .single-profile-bottom  {
  border: 0.8px solid rgba(3,1,30,1.00);
  padding: 15px;
  position: relative;
 }

.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid rgba(3,1,30,1.00);
  margin-right: 3px;
}

ul.social_icons, ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li, ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}


/***************SERVICIOS*******************/
#feature {
  background: #f2f2f2;
  padding-bottom: 30px;
}

.features{
  padding: 0;
  margin-top:40px;
}

#feature.transparent-bg{
    padding-bottom:61px;    
}

img.img-responsive.wow.fadeInDown2.animated{
    width:400px; 
    margin-left:350px;   
}

div.center.wow.fadeInDown.animated{
    padding:0px;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: rgba(21,24,148,1.00);
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: rgba(21,24,148,1.00);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(21,24,148,1.00);
  -webkit-box-shadow: inset 0 0 0 5px rgba(21,24,148,1.00);
  border: 3px solid rgba(21,24,148,1.00);
}

.services {
  padding: 0;
}

.fa.fa-laptop{
    margin-bottom:60px;
}

.fa.fa-cogs{
    margin-bottom:90px;
}

.fa.fa-home{
    margin-bottom:90px;
}

.fa.fa-pencil{
    margin-bottom:60px;
}

.fa.fa-lightbulb-o{
    margin-bottom:90px;
}

.fa.fa-comments{
    margin-bottom:90px;
}

.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}

.clients-area.center.wow.fadeInDown{
    margin-top:50px; 
    margin-bottom:0px;  
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
  margin-top:200px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}

.request h4 a{
  background:rgba(21,24,148,1.00);
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}

.request h4:after {
  border-color: rgba(21,24,148,1.00) transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999;
}

.request h4:before {
  border-color: rgba(21,24,148,1.00) transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999;
}

.clients-area {
  padding: 60px;
 }

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
 }

.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}

.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}

.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #C52D2F;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}


/********* PROYECTOS *******************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items, .portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: rgba(21,24,148,1.00);
  border: 1px solid rgba(21,24,148,1.00);
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

section#portfolio{
    padding-bottom:300px;     
}

.text-center.wow.fadeInDown.animated{
    list-style:none;
    margin:50px 0px 150px 0px;
}

.col-xs-12.col-sm-4.col-md-3.proyectoscarranza{
    margin:30px 500px 0px 0px;
}

.btn.btn-default.todos{
    margin:0px 0px 0px 100px;
    position:relative;
    float:left;
}

.btn.btn-default.restaurantes{
    margin:0px 0px 0px 50px;
    position:relative;
    float:left;
}

.btn.btn-default.hoteles{
    margin:0px 0px 0px 50px;
    position:relative;
    float:left;
}

.btn.btn-default.espacioscomerciales{
    margin:0px 0px 0px 50px;
    position:relative;
    float:left;
}

.btn.btn-default.centrostrabajo{
    margin:0px 0px 0px 50px;
    position:relative;
    float:left;
}

.btn.btn-default:hover{
    background:#00033B;
    color:white;
}

.btn.btn-default.active{
    background:#00033B;
    color:white;
}


/********** PROYECTOS RESTAURANTES******************/
section#portfolio.restaurantes{
    padding-bottom:100px;     
}

.cafeytapas{
    margin-left:145px;
}

.imagenes_cafetapas{
    position:absolute;
}

.ampliar1{
   font-size:0.8em;
   position:relative;
   margin-left:20px;
}

.cafetapas1 img{
    width:26%;
    position:absolute;
    padding-left:16px;
}

.cafetapas2 img{
    width:7%;
    margin-left:280px;
    position:absolute;
}

.cafetapas3 img{
    width:7%;
    padding-top:89px;
    margin-left:280px;
    position:relative;
}

.recent-work-inner.restaurante.cafetapas{
    padding:55px 0px 70px 480px;
    width:85%;
    margin:0px 0px 0px 100px;   
}

.cafeyte{
    margin-left:145px;
}

.imagenes_cafete{
    position:absolute;
}

.ampliar2{
   font-size:0.8em;
   position:relative;
   margin:0px 0px 0px 20px;
}

.cafete1 img{
    width:114%;
    position:absolute;
    padding-left:16px;
}

.cafete2 img{
    width:32%;
    position:absolute;
    margin-left:280px;
}

.cafete3 img{
    width:32%;
    padding-top:88px;
    position:absolute;
    margin-left:280px;
}

.recent-work-inner.restaurante.carranza{
    padding:55px 0px 70px 480px;
    width:85%;
    margin:0px 0px 0px 100px;   
}

.center.titulo_masrestaurantes{
    margin:50px 0px 0px 0px;
    padding-bottom:30px;
}

.logo_panaria img{
    width:12%;
    position:absolute;
    margin:0px 0px 0px 50px;
}

.logo_charlotte img{
    width:15%;
    position:absolute;
    margin-left:310px;
}

.logo_cafeytapas img{
    width:17%;
    position:absolute;
    margin:0px 0px 0px 600px;
}

.logo_happig img{
    width:13%;
    position:relative;
    margin:0px 0px 0px 930px;
}

/********** PROYECTOS HOTELES******************/
section#portfolio.hoteles{
    padding-bottom:160px;     
}

.petitpalace{
    margin-left:145px;
}

.imagenes_petit{
    position:absolute;
}

.ampliar3{
   font-size:0.8em;
   position:relative;
   margin:0px 0px 0px 20px;
}

.petit1 img{
    width:115%;
    position:absolute;
    padding-left:16px;
}

.petit2 img{
    width:30%;
    position:absolute;
    margin-left:290px;
}

.petit3 img{
    width:30%;
    padding-top:89px;
    position:absolute;
    margin-left:290px;
}

.petit4 img{
    width:30%;
    padding-top:136px;
    position:absolute;
    margin-left:290px;
}

.recent-work-inner.hotel.petitpalace{
    padding:65px 0px 100px 450px;
    width:85%;
    margin:0px 0px;
}

.center.titulo_mashoteles{
    margin:20px 0px 0px 0px;
    padding-bottom:20px;
}

.logo_ilunion img{
    width:12%;
    position:absolute;
    margin:10px 0px 0px 50px;
}

.logo_chateau img{
    width:15%;
    position:absolute;
    margin-left:310px;
}

.logo_confortel img{
    width:17%;
    position:absolute;
    margin:10px 0px 0px 600px;
}

.logo_muralto img{
    width:13%;
    position:relative;
    margin:5px 0px 0px 930px;
}

/********** PROYECTOS ESPACIOS COMERCIALES******************/
section#portfolio.espacioscomerciales{
  padding-bottom:100px;     
}

.tiendaman{
    margin-left:145px;
}

.imagenes_man{
    position:absolute;
}

.ampliar4{
   font-size:0.8em;
   position:relative;
   margin:0px 0px 0px 20px;
}

.man1 img{
    width:115%;
    position:absolute;
    padding-left:16px;
}

.man2 img{
    width:25%;
    position:absolute;
    margin-left:290px;
}

.man3 img{
    width:25%;
    padding-top:65px;
    position:absolute;
    margin-left:290px;
}

.man4 img{
    width:25%;
    padding-top:140px;
    position:absolute;
    margin-left:290px;
}

.recent-work-inner.espaciocomercial.man{
    padding:60px 0px 70px 480px;
    width:85%;
    margin:0px 0px 0px 100px;
}

.center.titulo_masespacioscomerciales{
    margin:20px 0px 0px 0px;
    padding-bottom:20px;
}

.logo_alcampo img{
    width:15%;
    position:absolute;
    margin-left:300px;
}

.logo_elcorteingles img{
    width:17%;
    position:absolute;
    margin:10px 0px 0px 690px;
}

#footer3 {
  margin-top:90px;
  padding-top: 10px;
  padding-bottom: 10px;  
  color: #fff;
  background:rgba(3,1,30,1.00);
}

/********** PROYECTOS CENTROS TRABAJO******************/
section#portfolio.centrostrabajo{
    padding-bottom:100px;     
}

.colegiounamuno{
    margin-left:145px;
}

.imagenes_unamuno{
    position:absolute;
}

.ampliar5{
   font-size:0.8em;
   position:relative;
   margin:0px 0px 0px 20px;
}

.unamuno1 img{
    width:115%;
    position:absolute;
    padding-left:16px;
}

.unamuno2 img{
    width:30%;
    position:absolute;
    margin-left:290px;
}

.unamuno3 img{
    width:30%;
    padding-top:117px;
    position:absolute;
    margin-left:290px;
}

.recent-work-inner.centrotrabajo.unamuno{
    padding:60px 0px 100px 480px;
    width:85%;
    margin:0px 0px 0px 100px;
}

.center.titulo_mascentrostrabajo{
    margin:0px 0px 0px 0px;
    padding-bottom:25px;
}

.logo_3goffice img{
    width:17%;
    position:absolute;
    margin:0px 0px 0px 500px;
}

#footer4{
  margin-top:50px;
  padding-top: 15px;
  padding-bottom: 10px;  
  color: #fff;
  background:rgba(3,1,30,1.00);
}

/********** CONTACTO *******************************/
.gmap-area {
  background-image:url(../images/mapaborroso.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  border-radius: 75%;
  height: 280px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 75%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px rgba(21,24,148,1.00);
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

li.col-sm-6{
    width:500px;
}

.gmap-area .map-content address h5{
  font-weight: 700;
  font-size:2em;
  margin-top:80px;
  /* font-size: 16px; */
}

p.direccion{
   font-size: 16px;
}

.row.direccioncontacto{
    margin-left:180px;
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: rgba(3,1,30,1.00);
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:rgba(3,1,30,1.00);
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

.btn.btn-primary.btn-lg{
    background:rgba(21,24,148,1.00);
    margin-left:175px;
}

.btn.btn-primary.btn-lg:hover{
    background:orange;
    color:black;
}

/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}


#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 10px;
  padding-bottom: 10px;  
  color: #fff;
  background:rgba(3,1,30,1.00);
}

#footer a {
  color: #fff;  
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;  
}

#footer ul > li {
  display: inline-block;
}

.col-sm-6.textofooter p{
    margin-left:330px;
    width:100%;
    margin-bottom:0px;    
}







