/* =======================================================================
Analia Manuel - Diseño Delgado Installacions
Germen - Programación
======================================================================= */

/*---------------------------------------
   Typography                
-----------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300&subset=latin,latin-ext);

body{
  font-family: 'Open Sans', sans-serif;
}

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/
*{
  padding: 0;
  margin: 0;
}

html{
	font-size: 100%;
  height: 100%;
}

body{
	font-size: 14px;
	overflow-x: hidden !important;
	margin: auto !important;
  height: 100%;
}

a, a:hover{
  text-decoration: none;
}

/*---------------------------------------
=========================================
 **   HOME STYLES                
=========================================
-----------------------------------------*/
/* *************************************
* *************** Header ***************
* ************************************ */

/* Header */
#languages {
position: absolute;
right: 25px;
top: 5px;
z-index: 1;
}

#languages img {
margin: 3px;
border: 0px;
}

.one-page-header h4{
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .one-page-header .menu-container {
    width: 720px;
  }
}
@media (min-width: 768px) {
  .one-page-header .navbar-nav {
    padding: 0;
    position: relative;
    top: 22px;
  }

}
@media (max-width: 991px) {
  .one-page-header .menu-container:before,
  .one-page-header .menu-container:after {
    content: " ";
    display: table;
  }
  .one-page-header .menu-container:after {
    clear: both;
  }
  .one-page-header > .navbar-default > .container {
    width: inherit;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .one-page-header > .navbar-default > .container > .navbar-header,
  .one-page-header > .navbar-default > .container > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Logo */
.one-page-header .navbar-brand {
  padding: 10px 15px;
  height: auto;
}
.logo-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .one-page-header .navbar-brand {
    padding: 10px 15px;
  }
}
.navbar-brand > img {
  width: 110px;
}
@media (max-width: 768px) {
  .one-page-header .navbar-brand {
    padding-left: 10px;
  }
}

/* Navbar Toggle */
.one-page-header .navbar-toggle {
  border: none;
  margin-right: 3px;
  padding-right: 0;
}

.one-page-header .navbar-toggle:hover,
.one-page-header .navbar-toggle:focus {
  background: none;
}

/* Navbar */
.one-page-header {
  background: rgba(102, 102, 102, 0.9);
  margin-bottom: 0;
  height: 100px;
}
.one-page-header .container {
  position: relative;
}
.one-page-header.top-nav-collapse .navbar-brand,
.one-page-header.top-nav-collapse .navbar-nav > li > a,
.one-page-header.top-nav-collapse .navbar-nav > li > a:before {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.one-page-header .navbar-nav > li > a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1205px) {
  .one-page-header .navbar-nav > li > a {
    padding: 0 10px;
  }
}

.one-page-header .navbar-nav > li > a span[data-hover] {
  color: #fff;
  position: relative;
  display: inline-block;
  transition: transform .4s;
}

.one-page-header .navbar-nav > li > a span[data-hover]:before {
  position: absolute;
  top: 100%;
  font-weight: bold;
  color: #1e67b0;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
  transition: color .4s;
}

.one-page-header .navbar-nav > li > a:hover span[data-hover] {
  transform: translate3d(0, -100%, 0);
  font-weight: bold;
}

.one-page-header .navbar-nav > .active > a span[data-hover],
.one-page-header .navbar-nav > .active > a:hover span[data-hover],
.one-page-header .navbar-nav > .active > a:focus span[data-hover],
.one-page-header .dropdown-menu > .active > a span[data-hover],
.one-page-header .dropdown-menu > .active > a:hover span[data-hover],
.one-page-header .dropdown-menu > .active > a:focus span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus span[data-hover] {
  color: #1e67b0;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 991px) {
  .one-page-header .navbar-nav > li > a span[data-hover]:before {
    content: "";
    display: none;
    top: 0;
  }
  .one-page-header .navbar-nav > li > a:hover span[data-hover] {
    transform: translate3d(0, 0, 0);
    transition: color .3s;
    color: #1e67b0;
    font-weight: bold;
  }
}

.one-page-header .navbar-nav > .active > a,
.one-page-header .navbar-nav > .active > a:hover,
.one-page-header .navbar-nav > .active > a:focus,
.one-page-header .dropdown-menu > .active > a,
.one-page-header .dropdown-menu > .active > a:hover,
.one-page-header .dropdown-menu > .active > a:focus,
.one-page-header.top-nav-collapse .dropdown-menu > .active > a,
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover,
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus {
  z-index: 1;
  background: none;
  font-weight: bold;
}

/* Responsive Navbar */
@media (max-width: 991px) {
  /* Responsive code for max-width: 991px */
  .one-page-header .navbar-header {
    float: none;
  }

  .one-page-header .navbar-toggle {
    display: block;
    margin: 26px 20px 5px;
  }
  .one-page-header .navbar-collapse {
    padding: 0;
  }
  .one-page-header .navbar-collapse.collapse {
    display: none !important;
  }

  .one-page-header .navbar-collapse.collapse.in {
    display: block !important;
  }

  .one-page-header .navbar-nav {
    margin: 0;
    float: none !important;
    top: 0;
    padding: 10px 0;
    /*background: #31353e;*/
  }

  .one-page-header .navbar-nav > li {
    float: none;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 5px 0;
  }

  .navbar-default .navbar-nav > li > a::before {
    content: '';
  }
}

@media(min-width: 992px) {
  .one-page-header.navbar {
    padding: 4px 0;
    transition: background .3s ease-in-out,padding .3s ease-in-out;
  }
}

@media (max-width: 768px) {
  .one-page-header .navbar-nav {
    padding-left: 15px;
  }
  .one-page-header .navbar-nav > li > a:before {
    content: "";
  }
}

/* Navbar */
@media (min-width: 992px) {
  .one-page-header.navbar .navbar-nav {
    float: right;
  }
  .one-page-header-style-2.navbar .navbar-nav {
    float: left;
    margin-left: 25px;
  }
}

/* Dropdown Menu */
.one-page-header .dropdown-menu,
.one-page-header.top-nav-collapse .dropdown-menu {
  border: none;
  background: none;
  box-shadow: none;
  float: none;
}
.one-page-header .navbar-nav a.dropdown-toggle {
  color: #fff !important;
}
.one-page-header.top-nav-collapse .navbar-nav a.dropdown-toggle {
  color: #777 !important;
}
.one-page-header .dropdown-menu .active > a,
.one-page-header .dropdown-menu li > a:hover {
  background: none;
  filter: none !important;
  transition: all 0.1s ease-in-out;
}
.one-page-header .dropdown-menu li > a:focus {
  background: none;
  filter: none !important;
}
@media (min-width: 992px) {
  .one-page-header .dropdown-menu,
  .one-page-header.top-nav-collapse .dropdown-menu {
    padding-top: 12px;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    top: 100%;
  }

  .one-page-header.top-nav-collapse .dropdown-menu {
    padding-top: 7px;
  }

  .one-page-header .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }

  .one-page-header .open > .dropdown-menu {
    display: none;
  }

  .one-page-header .dropdown-menu > li {
    background: rgba(0,0,0,.4);
  }

  .one-page-header.top-nav-collapse .dropdown-menu > li {
    background: #fff;
  }

  .one-page-header .dropdown-menu > li:first-child {
    padding-top: 15px;
  }

  .one-page-header .dropdown-menu > li:last-child {
    padding-bottom: 15px;
  }

  .one-page-header .dropdown-menu > li > a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 25px;
  }

  .one-page-header.top-nav-collapse .dropdown-menu > li > a {
    color: #777;
  }

  .one-page-header.top-nav-collapse .dropdown-menu > li > a:hover {
    color: #72c02c;
  }
}
@media (max-width: 991px) {
  .one-page-header .dropdown-menu {
    position: relative;
  }

  .one-page-header .dropdown-menu a {
    color: #fff !important;
    padding: 10px 20px;
    background: none !important;
  }

  .one-page-header.top-nav-collapse .dropdown-menu > li > a {
    color: #777 !important;
  }

  .one-page-header .dropdown-menu a:hover,
  .one-page-header.top-nav-collapse .dropdown-menu > li > a:hover {
    color: #72c02c !important;
  }
}


/* Fixed Header */
.one-page-header.top-nav-collapse {
  box-shadow: 0 0 3px #b5b5b5;
  background: rgba(255,255,255,.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

@media (max-width: 768px) {
  .one-page-header.top-nav-collapse {
    padding: 0;
  }
}

.one-page-header.top-nav-collapse .navbar-brand,
.one-page-header.top-nav-collapse .navbar-nav > li > a,
.one-page-header.top-nav-collapse .navbar-nav > li > a:before {
  color: #fff;
}

.one-page-header.top-nav-collapse .navbar-brand {
  color: #fff !important;
}

.navbar-default{
  border-color: transparent;
} 

/* Navbar Toggle */
.one-page-header.navbar-default .navbar-toggle .icon-bar,
.one-page-header.top-nav-collapse .navbar-toggle .icon-bar {
  background: #0066ff;
}
.one-page-header.navbar-default .navbar-toggle:hover .icon-bar,
.one-page-header.top-nav-collapse .navbar-toggle:hover .icon-bar {
  background: #1e67b0;
}
/* Header END */

#home-header{
  position: relative;
}
#container-home{
  max-height: 100%;
}


#container1{
}
.twentytwenty-overlay{
    display:none !important;
}
.twentytwenty-before-label, .twentytwenty-after-label{
    display:none !important;
}

.block-aqua {
    background: rgba(29, 110, 131, 0.8);
}
.block-blue {
    background: rgba(21, 82, 113, 0.8);
}.block-red {
    background: rgba(231, 109, 107, 0.8);
}

.block-home{text-align: center;min-width: 100%;}

.block-home h4{padding-top: 10px;}
.block-home p{font-size: 13px;font-weight: thin;}

.home-line{
  padding: 30px;
  height: 250px;
  color: #dfe3e3;
  background: url(../img/17.jpg) no-repeat 50% 80%;
  position: relative;
}

.color-overlay{
  background-color: rgba(18, 19, 19, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-line h4{
  font-size: 18px;
  font-weight: bold ;
}

.home-line p{font-size: 12px;}

#brief{
  background-color: #fef2f2;
  padding-top: 120px;
  padding-bottom: 120px; 
  color: #858282;
}

.brief img{ 
  margin-left: 0px;
}
#brief .fa{
  margin-right: 10px;
}

.brief h4{
  padding-top: 25px;
  padding-bottom: 15px;
  text-align: center;
  font-weight: bold;
}

.brief p{font-size: 14px;width: 90%;margin-left: 30px;}


.brief-list h4{
  font-size: 16px;
  color: #b0b4b4;
  margin-bottom: 30px;
  padding: 12px;
  border-bottom: 1px solid #b0b4b4;
}

#publ{
  overflow: hidden;
  background-color: #39aeca;
  color: #ede9e9;
}
#publ p{
  padding-top: 120px;
  padding-bottom: 100px;
  padding-right: 40px;
  position: absolute;
  left: 12%;
}
.publ-img{
  height: 300px;
  background: url(../img/di_img3.JPG) no-repeat center center;
  background-position: 50% 80%;
  background-size: cover;
}


#home-services{
    background: 
    linear-gradient(
      rgba(18, 19, 19, 0.5), 
      rgba(18, 19, 19, 0.5)
    ),
    url(../img/edificio.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-bottom: 120px;
}


#home-services span, #home-services h1 {color: #fff;}
#home-services .heading span{
  font-size: 24px;
  display: block;
}
#home-services .heading h1{
  
  font-weight: bolder;
  margin-top: 0px;
  margin-bottom: 50px;
}

.heading{
  position: relative;
  padding-top: 120px;
  padding-bottom: 60px;
}

#home-services .heading p{
  font-size: 14px;
  font-weight: thin;
  color: whitesmoke;
  width: 95%;
  margin: 0 auto;
}
.heading:after{
    width: 88px;
    height: 2px;
    position: absolute;
    top: 220px;
    left: 50%;
    margin-left: -44px;
    background: #e30707;
    content: '';
}

/*---------------------------------------
   SECTION:  HOME SERVICES                 
-----------------------------------------*/

.home-services {
  position: relative;
  max-width: 1170px;
  list-style: none;
  text-align: center;
}

.gal-services{
	position: relative;
	list-style: none;
    text-align: center;
}

/* Hover */

.home-services .col-md-4,
.home-services .col-sm-6,
.home-services .col-xs-12,
.gal-services .col-md-4,
.gal-services .col-sm-6,
.gal-services .col-xs-12{
  padding: 0;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #1a1a1a;
}

.hovereffect .overlay-home {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  opacity: 0.6;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/*---------------------------------------
   SECTION:  PARTNERS                 
-----------------------------------------*/

#home-partners{
  text-align: center;
  padding-bottom: 120px;
  border-bottom: 4px solid #688fc4;
}

#home-partners span, #home-partners h1 {color: #666565;}
#home-partners .heading span{
  font-size: 20px;
  display: block;
}
#home-partners .heading h1{
  font-size: 48px;
  font-weight: bolder;
  margin-top: 0px;
  margin-bottom: 50px;
}

#home-partners .heading:after{
    width: 88px;
    height: 2px;
    position: absolute;
    top: 220px;
    left: 50%;
    margin-left: -44px;
    background: #666565;
    content: '';
}

#home-partners .heading p{
  font-size: 14px;
  font-weight: thin;
  color: whitesmoke;
}


#home-partners:before{
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 4px;
  background-image: -webkit-linear-gradient(0deg, #1d6e83 33.33333%, #155271 33.33333%, #155271 66.66666%, #e76d6b 66.66666%, #e76d6b 100%);
  background-image: -ms-linear-gradient(0deg, #1d6e83 33.33333%, #155271 33.33333%, #155271 66.66666%, #e76d6b 66.66666%, #e76d6b 100%);
  background-size: 100%;
  opacity: 0.8;
}

/* --------------------------------------
=========================================
FOOTER STYLES
=========================================
-----------------------------------------*/

footer{
  background: #666; /*#2d2e2e*/
  color: #666565;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer h4{
  padding-bottom: 20px;
}

footer .border-1, footer .border-2, footer .border-3{
  position: relative;
}
footer .border-1:after{
  width: 60px;
  height: 1px;
  position: absolute;
  top: 22px;
  left: 0;
  background: #1d6e83;
  content: '';
}
footer .border-2:after{
  width: 60px;
  height: 1px;
  position: absolute;
  top: 22px;
  left: 0;
  background: #155271;
  content: '';
}
footer .border-3:after{
  width: 60px;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 0;
  background: #e76d6b;
  content: '';
}

footer img{
  widows: 220px;
  height: 146px;
}

.footer-col-padding{
  padding-bottom: 30px;
  color: #cfcbcb;
}

footer ul li{
  list-style: none;
  padding: 5px 0 ;

  text-align: center;
}

footer ul li a, footer ul li a:hover{
  color: #cfcbcb;
}

 footer .border-3{
  margin-bottom: 26px;
 }
footer .fa{
  margin-right: 10px;
}

#footer{
  background: #1c1d1d;
  height: 70px;
  text-align: center;
  color: #888;
  padding: 22px;
}




/* HEADINGS */

/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
=========================================
 **   SERVICES STYLES                
=========================================
-----------------------------------------*/

header{
  min-height: 75%;
  height: 75%;
  position: relative;
}
#header-services{
  background: url(../img/galeria/comu/2.jpg) no-repeat center center;
  background-size: cover;
}
#services, #about, #trabajos{
  background-color: #f3f2f2;
  text-align: center;
  padding-bottom: 100px;
}

#services span, #services h1, .empresa span, .empresa h1, {color: #666565;}
#services .heading span, .empresa .heading span{
  font-size: 24px;
  display: block;
}
#services .heading h1, .empresa .heading h1{
  font-size: 48px;
  font-weight: bolder;
  margin-top: 0px;
  margin-bottom: 50px;
}

#services .heading p, .empresa .heading p{
  font-size: 14px;
  font-weight: thin;
  color: #666565;
  width: 90%;
  margin: 0 auto;
}

#services .heading:after, .empresa .heading:after{
    background: #0099cc;
}

.services{
  text-align: left;
}
.service-block{
  background-color: #fff;
  height: 230px;
  margin-bottom: 30px;
}
.service-block-desc{
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.service-block-desc h3{
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.service-block-desc p, .service-block-desc li{
  font-size: 14px;
}

.services .block-border-1, .services .block-border-2, .services .block-border-3{
  position: relative;
}

.services .block-border-1:after{
  width: 65px;
  height: 2px;
  position: absolute;
  top: 48px;
  left: 0;
  background: #79dff9;
  content: '';
}
.services .block-border-2:after{
  width: 65px;
  height: 2px;
  position: absolute;
  top: 48px;
  left: 0;
  background: #4c94b7;
  content: '';
}

.services .block-border-3:after{
  width: 65px;
  height: 2px;
  position: absolute;
  top: 48px;
  left: 0;
  background: #ff9999;
  content: '';
}

/*---------------------------------------
=========================================
 **   ABOUT STYLES                
=========================================
-----------------------------------------*/

#header-about{
  background: url(../img/about/about-us.jpg) no-repeat center center;
  background-size: cover;
}

#header-about2{
  background: url(../img/edificios.jpg) no-repeat center center;
  background-size: cover;
}
#header-avis{
  background: url(../img/di_img2.jpg) no-repeat center center;
  background-size: cover;
}

.about{
  text-align: left;
}

.about .about-left h3{
  font-size: 22px;
  color: #666565;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
}

.about .about-left p{
  font-size: 14px;
  color: #acabab;
  width: 90%;
  text-align: justify;
}

.about .about-left h3:after{
  width: 60px;
  height: 2px;
  position: absolute;
  top: 25px;
  left: 0;
  background: #386cba;
  content: '';
}

.about .about-left .btn-about{
  background: transparent;
  border: 1px solid #386cba;
  padding: 10px 40px 10px 20px;
  margin-top: 20px;
  color: #acabab;
  border-radius: 0px;
}

.about .about-left .close{
  color: #386cba;
}

.about .about-left .close span{
  color: #386cba;
}

.about-right{
  margin-top: 0px;
}

#team{
  text-align: center;
  padding-bottom: 100px;
}

.about-team img{
  padding-bottom: 15px;
}

.about-line, .gallery-line{
  display: none;
}

#about #myModal .modal-dialog{
  width: 90%;
  max-width: 1170px;
}

/* *************************************
* *************** Menu ***************
* ************************************ */

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 102, 255, 0.8);
}

#trigger-overlay{
  z-index: 1;
}
/* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.overlay ul li a {
  font-size: 44px;
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0;
}

/* Effects */
.overlay-door {
  visibility: hidden;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
  transition: width 0.5s 0.3s, visibility 0s 0.8s;
}

.overlay-door.open {
  visibility: visible;
  width: 100%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.overlay-door nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.overlay-door nav,
.overlay-door .overlay-close {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}

.overlay-door.open nav,
.overlay-door.open .overlay-close {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}


.overlay-door.close nav,
.overlay-door.close .overlay-close {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}


/*---------------------------------------
=========================================
 **   GALLERY STYLES                
=========================================
-----------------------------------------*/

#header-gallery{
  background: url(../img/galeria/comu/3.jpg) no-repeat center center;
  background-size: cover;
}

.hovereffect-gal {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

.hovereffect-gal .overlay-gal {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}

.hovereffect-gal img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.hovereffect-gal h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 21px;
  background-color: transparent;
  padding: 19% 0 10px 0;
  text-align: left;
}

.hovereffect-gal .overlay-gal:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #386cba;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect-gal a, .hovereffect-gal p {
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect-gal:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect-gal:hover .overlay-gal:before,
.hovereffect-gal:hover a, .hovereffect-gal:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}



#clientes{
  text-align: center;
  padding-bottom: 120px;
  border-bottom: 4px solid #688fc4;
}
#clientes span, #clientes h1 {color: #666565;}
#clientes .heading span{
  font-size: 20px;
  display: block;
}
#clientes .heading h1{
  font-size: 48px;
  font-weight: bolder;
  margin-top: 0px;
  margin-bottom: 50px;
}

#clientes .heading:after{
    width: 88px;
    height: 2px;
    position: absolute;
    top: 220px;
    left: 50%;
    margin-left: -44px;
    background: #386cba;
    content: '';
}

#clientes .heading p{
  font-size: 14px;
  font-weight: thin;
  color: whitesmoke;
}

.clients {
    border: 0;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 30px;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}
.clients-list {
    overflow: hidden;
    margin-bottom: 0;
}

.clients li.client-cell.first-cell, .clients li.client-cell.fourth-cell {
    border: 1px solid transparent;
}

.clients li.client-cell.second-cell, .clients li.client-cell.third-cell {
    border-top: 1px solid transparent;
}

.clients li.client-cell.second-cell, .clients li.client-cell.sixth-cell {
    border-right: 1px solid transparent;
}

.clients li.client-cell.second-cell, .clients li.client-cell.third-cell, .clients li.client-cell.sixth-cell, .clients li.client-cell.seventh-cell {
    border-bottom: 1px solid transparent;
}
.clients li.client-cell.fifth-cell, .clients li.client-cell.last-cell {
    border: 1px solid transparent;
    border-top: 1px solid #1e1e26;
}


.clients li.client-cell {
    padding: 20px 10px;
    float: left;
    width: 25%;
    margin: 0;
    background: transparent;
    border: 1px solid #1e1e26;
    background-color: #999;
}
.clients li {
    overflow: hidden;
    margin-left: 1px;
    position: relative;
    background: #fafafa;
}

/* Procesos */

.wizard {
    margin: 50px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #666565;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#666565;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #386cba;
    
}
.wizard li.active span.round-tab i{
    color: #386cba;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #386cba;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #386cba;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
    color: #bfbbbb;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/* Aviso Legal */

.breadcrumbs {
    overflow: hidden;
    padding: 10px 0 6px;
    border-bottom: solid 1px #eee;
    background: url(../img/breadcrumbs.png) repeat;
}
.content{
  margin: 50px auto;
}

.content p, li, li a, label {
    color: #555;
    font-size: 14px;
    font-weight: 300;
}
.content ul {
  margin: 10px 50px; 
}

  .lead {
        margin-bottom: 20px;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 1.4;
    }



