/* FONT FACE */
@font-face {
    font-family: 'NeoSansIntelRegular';
    src: url('../fonts/arlrdbd-webfont.eot');
    src: url('../fonts/arlrdbd-webfont.eot?#iefix') format('eot'),
         url('../fonts/arlrdbd-webfont.woff') format('woff'),
         url('../fonts/arlrdbd-webfont.ttf') format('truetype'),
         url('../fonts/arlrdbd-webfont.svg#NeoSansIntelRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html,
body {
  height: 100%;
  width: 100%;
  color:#7a7a7a;
  font-family:"NeoSansIntelRegular";
}
a {
  color: #e65911;
  text-decoration: none;
}
.btngaleria{
  display: inline-block;
  background: #ed9203;
  background: -moz-linear-gradient(top, #ed9203 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed9203), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top, #ed9203 0%,#000000 100%);
  background: -o-linear-gradient(top, #ed9203 0%,#000000 100%);
  background: -ms-linear-gradient(top, #ed9203 0%,#000000 100%);
  background: linear-gradient(to bottom, #ed9203 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9203', endColorstr='#000000',GradientType=0 );
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
.btngaleria:hover{
  color: #fff
}
a:hover{
  color: #000;
}
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 0px;
margin-bottom: 0;
padding: 20px 0
}
#boxWrapp{
width:100%;
max-width:1360px;
margin:0 auto;
padding:0;
overflow:hidden;
}
.build{
padding:15px 0;
margin:0;
text-align: center;
}
.build ul{
padding:0;
margin:0;
list-style:none;
position:relative;
}

.acindar{
  color: #e65911;
  background: rgba(255,255,255,0.9);
  padding: 5px 10px;
}

.box-servicio{
    padding: 10px;
}

.box-servicio h3{
    padding: 10px 0;
    font-size: 20px;
    text-transform: uppercase;
}

.box-servicio p{

}
/* =============================== header ===================================== */
.header {
  background: url(../img/bghead.jpg) no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
  position:relative;
}
.maskHeader{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

  }

.vert-text {
    width:100%;
    vertical-align: middle;
    text-align: center;
    padding:0 0;
    color:#fff;
    position:absolute;
    bottom:50%;
    left:50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
}

.vert-text img {
  max-width: 500px;
  width: 70%;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 23px;
  font-weight: 600;
  color:#fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 25px;
}
.vert-text h2{
  color: #009fe2;
  font-size: 20px;
}
span.frase-intro{
  color: #fb9000;
  margin-top: 0px;
  margin-bottom: 0;
  padding: 2px 0;
  display: block;
  font-size: 23px;
}
.btnAbout{
  color:#fff;
  font-size:48px;
}
.btnAbout:hover{
 color:#fff;
}
.progress {
clear: both;
}
.wrapp-progress{
position:relative;
padding-top: 24px;
}
.wrapp-progress p{
font-size:14px;
margin:0;
padding:0;
line-height:24px;
position:absolute;
left:0;
top: 0px;
}

.precent-value{
font-size:14px;
line-height:24px;
position:absolute;
right:0;
top: 0px;
}

.maps{
    height: 350px;
}

iframe{
    width: 100%;
    height: 100%;
}


/* ==============================================================  Menu ======================================================= */

.navbar {
  border-radius: 0px;
  min-height: 86px;
  margin-bottom: 0px;
  width: 100%;
  z-index:88;
  color: #fff;
  background: #ed9203;
  background: -moz-linear-gradient(top, #ed9203 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed9203), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top, #ed9203 0%,#000000 100%);
  background: -o-linear-gradient(top, #ed9203 0%,#000000 100%);
  background: -ms-linear-gradient(top, #ed9203 0%,#000000 100%);
  background: linear-gradient(to bottom, #ed9203 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9203', endColorstr='#000000',GradientType=0 );
}
a.navbar-brand {
  float: left;
  height: inherit;
  padding: 18px 15px;
  font-size: 36px;
  line-height: 48px;
}
.navbar-inverse .navbar-brand {
  color:#fff;
}
.navbar-nav > li > a {
  padding-top: 32px;
  padding-bottom: 15px;
  font-size:15px;
  color:#fff;
  text-transform: uppercase;
}
.navbar-nav > li > a:hover{
  color: #fff;
  border-bottom: 5px solid #534334;
  background-color: transparent;
}
.navbar-nav > li span{
  display: block;
  padding: 24px 0px;
  font-size: 24px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li.current > a {
  text-decoration:underline;
}
/* ========================================= title page ==================================== */
.line-title{
  border-top: 5px solid #dedede;
  height: 1px;
  display: block;
  position: relative;
  margin:0 -15px;
  padding-bottom:15px;
}

.title-page-white{
  color:#7a7a7a;
}

.title-page-white h2{
  display: table;
  background: #fff;
  position: relative;
  margin: 0 auto;
  top: 20px;
  z-index: 77;
  padding: 0 40px;
}

.title-page-gray{
  color:#7a7a7a;
}

.title-page-gray h2{
  display: table;
  background: #f2f2f2;
  position: relative;
  margin: 0 auto;
  top: 20px;
  z-index: 77;
  padding: 0 40px;
}

.img-servicios{
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 4px;
}

.text-verde{
  color: #000;
  font-size: 20px !important;
}

.text-azul{
  color: #0087c3;
  font-size: 20px !important;
}

/* Full Page Image Header Area */

.header {
  position: relative;

}
.linear{
 transition:all 200ms linear;
 -webkit-transition:all 200ms linear;
 -moz-transition:all 200ms linear;
 -ms-transition:all 200ms linear;
 -o-transition:all 200ms linear;
}
/* Intro */

.page {
  padding: 20px 0;
  position:relative;
}
.page-bgcolor{
background:#f2f2f2;
}
/* ================================================= about us ================================================== */
.about-content p{
  float: left;
  width: 45%;
  padding: 10px 20px;
  font-size: 16px;
}
.about-content img{
  float: left;
  width: 100%;
  margin-left: 20px;
  max-width: 580px;
}
.about-content2 img{
  float: left;
  width: 100%;
  margin-left: 20px;
}
/* ============================================== Portfolio ================================================================= */
ul#filterOptions{
margin: 0;
padding: 3px 0;
list-style: none;
display: table;
}

ul#filterOptions li{
 float:left;
margin-right: -1px;
}
ul#filterOptions li span{
padding: 10px 0px;
display: block;
color:#c4c4c4;
}
ul#filterOptions li a{
color:#c4c4c4;
font-size:18px;
text-transform: uppercase;
}
ul#filterOptions li.cur a{
 color:#7a7a7a;
}
ul#filterOptions li a:hover{
 text-decoration:none;
 color:#7a7a7a;
}
.box img{
max-width:100%
}
.portfolio-item .thumbnail{
margin:0;
position:relative;
}

.linear{
 transition:all 200ms linear;
 -webkit-transition:all 200ms linear;
 -moz-transition:all 200ms linear;
 -ms-transition:all 200ms linear;
 -o-transition:all 200ms linear;
}
.thumb-img{
 position:relative;
overflow:hidden;
}
.thumb-img a{
display:block;
background:#000;
-webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.thumb-img a:hover{
 -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.thumb-img a:hover img{
 opacity:0.7;
}
.folio-caption{
 position:absolute;
 bottom:-55px;
 left:0;
background:rgba(42, 163, 173, 0.8);
width:100%;
max-height:48px;
}
.folio-caption p{
 color:#fff;
 padding:15px;
 margin:0;
text-align:center;
font-size:18px;
}
.portfolio-item {
  margin: 0;
  padding:0 0;
}
.main-folio{
 margin:0 auto;
 width:100%;
padding:40px 0;
position:relative;
overflow:hidden;
}
ul.container_folio{
 margin:0 0 0 0;
padding:0 0;
list-style:none;
width:100% !important;

}
ul.container_folio li.box{
margin:0;
padding:0 15px;
width:32.333%;
min-height: 465px;
float:left;
}
.col-md-12{
 clear:both;
}
.img-portfolio {
  margin: 0;
}

div.link{
visibility:hidden;
position:absolute;
top:0;
color:#fff;
font-size:14px;
}

.thumbnail {
border-radius: 0px;
}
/*=================contact====================*/
.main-contact{
 padding: 40px 0;
}


.contact-info p span{
width:24px;
height:24px;
text-align:center;
}
.contact-info .fa{
font-size:18px;
vertical-align:middle;
margin-right:20px;
}

.contact p{
font-size:20px;
margin:0;
padding:0 0 0 0;
}
.contact span{
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border:3px solid #7a7a7a;
width:48px;
height:48px;
text-align:center;
font-size:24px;
line-height:42px;
vertical-align:middle;
margin-right:15px;
}
.table-contact{
display:table;
width:100%;
}
ul.table-contact li{
padding-bottom:30px;
}
ul.table-contact li:nth-last-child(1){
padding-bottom:0px;
}
.row-contact{
display:table-row;
padding:0 0 15px 0;
}
.cell-contact{
display:table-cell;
}
.cell-contact2{
display:table-cell;
color: #ed9203;
}
.w-cell{
width:48px;
}
/* Footer */

footer {
   color: #ffffff;
  background: #222121;
  padding: 20px 0;
}
footer.bg-primary{
  background-color: #000;
}
.cp-right P{
margin:0;
padding:10px 0;
}
.cp-right P a{
 color:#fff;
 text-decoration:underline;
}
.top-scroll {
  margin: 0;
  padding:0;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
  display:block;
  font-size:92px;
  line-height:48px;
}
.top-scroll a:hover{
color:#fff;
}
i.scroll {
color: #fff;
position: absolute;
top: -15px;
left:50%;
margin-left: -28px;
}

i.scroll:hover {
color:#fff;
}


/* ========================================== Footer ======================================================= */
.list-inline > li {
display: inline-block;
padding-right: 10px;
padding-left: 10px;
}
.list-inline > li a i{
 vertical-align:middle;
 line-height: 41px;

}
.socIcon{
display:block;
color:#fff;
animation-duration: 750ms;
  -webkit-animation-duration: 750ms;
  -moz-animation-duration: 750ms;
  -ms-animation-duration: 750ms;
  -o-animation-duration: 750ms;
  -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    -ms-animation-delay: 1000ms;
    -o-animation-delay: 1000ms;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
}
.socIcon:hover{
color:#fff;
}
/* ========================================== Responsive ======================================================= */

/* @media screen and (min-width:768px) and (max-width: 1024px){
ul.container_folio li:nth-last-child(1).box{
float:left;
}
} */
@media screen and (min-width:240px) and (max-width: 1024px){
.navbar-nav{
margin:0;
}
.vert-text h1 {
font-size: 23px;
    }
.vert-text h2 {
font-size: 20px;
    }
.btnAbout{
     bottom:-2%;
    }
}
@media screen and (min-width:240px) and (max-width: 991px){
.cp-right, ul.list-inline{
 text-align:center;
    }
i.scroll {
color: #fff;
position: relative;
top: 0;
left: 0;
margin-left: 0;
}

}

@media (min-width: 768px){
.navbar-nav {
float: none;}

}
@media screen and (max-width:460px) and (min-width: 200px){
a.navbar-brand {
    overflow: hidden;
    width: 175px !important;
  }
 ul.container_folio li.box{
margin:0;
padding:0 15px;
width:100%;
max-width:600px;
display:inline-block;
float:none;
}

.navbar ul.pull-right{
float:none !important;
}
.navbar-inverse .navbar-nav > li > a.btn, .navbar-inverse .navbar-nav > li span {
    display:none;
}

.navbar-toggle {
margin-top: 25px;
}
.navbar-toggle .icon-bar{
  background-color: #fff;
}
.about-content img {
max-width: 90%;
}
}
@media screen and (min-width:1000px) and (max-width: 1199px){
a.navbar-brand {
    overflow: hidden;
    width: 375px !important;
  }
}
@media screen and (min-width:768px) and (max-width: 1199px){
.folio-caption p{
font-size:12px;
}
}
@media screen and (min-width:470px) and (max-width: 767px){
ul.container_folio{
text-align:center;
}

 ul.container_folio li.box{
margin:0;
padding:0 15px;
width:100%;
max-width:600px;
display:inline-block;
float:none;
}

.navbar ul.pull-right{
float:none !important;
}
.navbar-inverse .navbar-nav > li > a.btn, .navbar-inverse .navbar-nav > li span {
    display:none;
}

.navbar-toggle {
margin-top: 25px;
}
.navbar-toggle .icon-bar{
  background-color: #fff;
}

a.navbar-brand {
    overflow: hidden;
    width: 375px !important;
  }

}
@media screen and (min-width:801px) and (max-width: 1200px){
  ul.container_folio li.box {
    width: 49.333%;
  }
.about-content img {
    max-width: 45%;
  }
  .about-content p {
    padding: 0px 15px;
  font-size: 15px;
  margin-bottom: 12px;
  }
  a.navbar-brand {
    overflow: hidden;
    width: 175px;
  }
}
@media screen and (min-width:661px) and (max-width: 800px){
  ul.container_folio li.box {
    width: 49.333%;
  }
  .about-content img {
    max-width: 95%;
  }

  .about-content p {
    width: 100%;
  }
  a.navbar-brand {
    overflow: hidden;
    width: 175px;
  }
}
@media screen and (min-width:240px) and (max-width: 660px){
  a.navbar-brand {
    overflow: hidden;
    width: 175px;
  }
.btnAbout {
bottom: -5%;
margin-left: -36px;
}
.fa-2x {
font-size: 1.5em !important;
}
.top-scroll a{
font-size: 60px;
}
.vert-text h1 {
font-size: 16px;
    }
.vert-text h2 {
font-size: 14px;
    }
.w-cell {
width: 20%;
}
.title-page-white h2, .title-page-gray h2{
font-size:24px;
top: 16px;
}
a.navbar-brand {
font-size: 24px;
}

.about-content img {
    max-width: 90%;
  }
.about-content p, .contact p {
font-size: 18px;
width: 100%;
}
.contact span {
width: 40px;
height: 40px;
font-size: 16px;
line-height: 34px;
}
.navbar-nav > li > a {
padding-top: 23px;
padding-bottom: 23px;
font-size: 18px;
}
}

