
/*************************
*******Typography******
**************************/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  background-color: #fff;
}

h1, h3, h5, h6 {
  color: #333;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}

.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}

/* main nav */
#superior{
   background: rgba(33,50,69);
  height: 20%;
  z-index: 99;
  padding-left: 20%;
  padding-left: 20%;
  padding: 0%;
}
#superior h4{
  margin: 0%;
  padding-top: 5px;
  padding-bottom: 0%;
  padding-left: 55%;
}
#superior:hover{
   color:#FFFFFF;
}
.menu {
 position: fixed;
top: 5%;
width:100%;
  z-index: 98;
}
.menu:hover {
background: rgba(7,65,150,0.9);

}
.menuscroll {
  background: rgba(7,65,150,0.9);
}
.menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: rgba(7,65,150,0.9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.menu .drop-down li {
  min-width: 300px;
  position: relative;
   list-style: none;
}

.menu .drop-down ul li a .nuevoItem {
  color: rgb(108,171,253);
  margin-left: 1%;
  padding: 1%;
  font-style: italic;
  font-family: "Homer Simpson UI", serif;
  border: 1px solid rgb(108,171,253);
  border-radius: 50%;

}

.menu .drop-down ul li a:hover .nuevoItem {
  color: yellow;
  border: 1px solid yellow;


}

.menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: rgb(212,207,204);
}

.menu .drop-down ul a:hover,
.menu .drop-down ul .active > a,
.menu .drop-down ul li:hover > a {
  /*color: rgb(0,45,65);*/
  color: #FFFFFF;
}

.menu .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.menu .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}
/********* menu en las paginas internas ***********/
.menuPag{
   position: fixed;
  top: 0;
  width:100%;
  z-index: 99;
  background: rgba(7,65,150,0.9);
}
.menuPag .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: rgba(7,65,150,0.9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.menuPag .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.menuPag .drop-down li {
  min-width: 300px;
  position: relative;
   list-style: none;
  
}

.menuPag .drop-down ul a {
  padding: 10px 20px;
  font-size: 12px;
  color: rgb(212,207,204);
}
.menuPag .drop-down ul li a .nuevoItem {
  color: rgb(108,171,253);
  margin-left: 5%;
  padding: 1%;
  font-style: italic;
  font-family: "Homer Simpson UI", serif;
  border: 1px solid rgb(108,171,253);
  border-radius: 50%;

}

.menuPag .drop-down ul li a:hover .nuevoItem {
  color: yellow;
  border: 1px solid yellow;


}

.menuPag .drop-down ul a:hover,
.menuPag .drop-down ul .active > a,
.menuPag .drop-down ul li:hover > a {
  /*color: rgb(0,45,65);*/
  color: #FFFFFF;
}

.menuPag .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.menuPag .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.menuPag .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.menuPag .drop-down .drop-down > a {
  padding-right: 35px;
}

.menuPag .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: rgb(2,143,204);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 230px;
  position: relative;
   list-style: none;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 12px;
  color: #ffffff;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: rgb(0,45,65);
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}
/* MAIN NAV */

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

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

section {
  padding: 90px 0;
}

.heading {
  padding-bottom:90px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

/******** SLIDER DETAI ****/
#SliderDetai {
  width: 100%;
}
#detalleProyectos{
  margin-top: 0%;
}

#detalleProyectos .container{
  padding-top: 0;
  margin-top: 1%;
}

#services .container .detaiconten{
  border: 1px solid rgba(7,65,150,0.6);
  padding: 2%;
  margin: 1%;
}

#services .container .imagenConstrucion img{
  width: 40%;
}

#services .container .contenidoDetaitext{
  margin-top: 10%;
}
#services .container .contenidoDetaitext p{
  margin-top: 10%;
  text-align: justify;
}
#services .container .contenidoDetaitext h1{
  color:rgb(95,99,104);
}
/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top: 40%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}

#home-slider .caption img {
  width: 30%;
  margin-top: -35px;
  margin-bottom: 10px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.7);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#noticias .left-control,#noticias .right-control {
  background: rgba(7,65,150,0.5);
  position: absolute;
  top: 30%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#noticias .left-control:hover{
    background: rgba(7,65,150,0.9);

}
#noticias .right-control:hover{
    background: rgba(7,65,150,0.9);

}
.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}


#SliderDetai:hover .left-control {
  left:-50px
} 

#SliderDetai:hover .right-control {
  right:-50px
}

#SliderDetai .left-control {
  left: -151px


} 

#SliderDetai .right-control {
  right: -151px;
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

.navbar-right li a {
  color: rgb(212,207,204);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: bold;

}
.navbar-right li a:hover {
  color:#FFFFFF;
 
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
  margin-top: 1px;
  width: 12%;
  position: absolute;
}

.nav-brand .imgmenu {
  margin-top: 1px;
  width:10px; 
}
/********************************
******ventana noticias y novedades
*********************************/
.notiUNO{
  position: fixed;
  width: 30%;
  background: red;
}
.ventana{
  background:rgba(7,65,150,0.6);
  width: 40%;
  color:#ffffff;
  font-family: arial;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  height: 28%;
  border-radius: 22px;
  position: fixed;
  left: 60%;
  top:70%;
  display: block;
  z-index: 99;
}
.ventana h4{
  margin-top: -3px;
  font-family: "Homer Simpson UI", serif;
}

.ventana .imagenNoti img {
  width: 80%;
  height: 100%;
  border-radius: 22px;
  top: 0px;
}

.ventana  a {
  color: #FFFFFF;
}
.ventana  a:hover {
  color: blue;
}
.ventana p{
  text-align: justify;
  font-size: 65%;
  padding: 0;
}

.ventanaIdioma{
  background:rgba(7,65,150,0.9);
  width: 15%;
  color:#ffffff;
  font-family: arial;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  height: 28%;
  border-radius: 22px;
  position: fixed;
  left: 85%;
  top:0%;
  height: 30%;
  display:none;
  z-index: 99;
}
.ventanaIdioma h3{
  color: #FFFFFF;
}
.ventanaIdioma a{
  color: #FFFFFF;
}
.ventanaIdioma a:hover h3{
  color: rgb(158,200,246);
}
.ventanaServices{
  background:rgba(7,65,150,0.9);
  width: 90%;
  color:#ffffff;
  font-family: arial;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  height: 28%;
  border-radius: 22px;
  position: absolute;
  left: 5%;
  top:7%;
  height: 100%;
  display: none;
  z-index: 99;
}
.ventanaServices h4{
  font-size: 80%;
  font-weight: 200;
  font-family: "arial", serif;
}

.ventanaServices .fa-ul h6{
  font-size: 75%;
  font-weight: 200;
  font-family: "arial", serif;
  color: #FFFFFF;
  text-align: justify;
}

.ventanaServices .contenido .imagenservices img {
  position: relative;
  width: 80%;
  margin-top: 10%;

}
.ventanaServices .contenido h4 {
  font-size: 120%;

}
.tituServTec {
 width: 20%;
 position: absolute;
 top: 40%;
 left: 40%;
  background:rgba(7,65,150,0.6);
  border-radius: 50%;
}
.tituServTec h2{
   color: #FFFFFF;
   font-size: 120%;


}
.ventanaServicesTec{
  background:rgba(7,65,150,0.9);
  width: 50%;
  color:#ffffff;
  font-family: arial;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  padding-right: 4%;
  border-radius: 22px;
  position: fixed;
  right: 0%;
  top:5%;
  height: 80%;
  display: none;
  z-index: 99;
}
.ventanaServicesTecConect{
  background:rgba(7,65,150,0.9);
  width: 50%;
  color:#ffffff;
  font-family: arial;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  padding-right: 4%;
  border-radius: 22px;
  position: fixed;
  right: 0%;
  top:5%;
  height: 55%;
  display: none;
  z-index: 99;
}
.ventanaServicesTecConect .contenido .imagenservices img {
  position: relative;
  width: 30%;
  margin-left: 50%;
}
.ventanaServicesTecConect h1{
  color: #FFFFFF;
  font-size: 100%;
  font-weight: 200;
}
.ventanaServicesTecConect h2{
  color: #FFFFFF;
  font-size: 100%;
  font-weight: 600;
  text-align: left;
}
.ventanaServicesTecConect .fa-ul li{
  margin-bottom: 5%;
  
}
.ventanaServicesTecConect .fa-ul h6{
  font-size: 75%;
  margin-bottom: 2%;
  font-weight: 200;
  font-family: "arial", serif;
  color: #FFFFFF;
  text-align: justify;
  height:20px;
}
.ventanaServicesTecConect .contenido ul{
  padding-left: 10%;
}



.ventanaServicesTec h1{
  color: #FFFFFF;
  font-size: 100%;
  font-weight: 200;
}
.ventanaServicesTec h2{
  color: #FFFFFF;
  font-size: 100%;
  font-weight: 600;
  text-align: left;
}
.ventanaServicesTec h4{
  font-size: 80%;
  font-weight: 200;
  font-family: "arial", serif;
}

.ventanaServicesTec .fa-ul li{
  margin-bottom: 5%;
  
}
.ventanaServicesTec .fa-ul h6{
  font-size: 75%;
  margin-bottom: 2%;
  font-weight: 200;
  font-family: "arial", serif;
  color: #FFFFFF;
  text-align: justify;
  height:20px;
}
.ventanaServicesTec .contenido ul{
  padding-left: 10%;
}
.ventanaServicesTec .contenido .imagenservices img {
  position: relative;
  width: 30%;
  margin-left: 50%;
}
#solInform {
    background-image: url(../images/fontservtecUno.jpg); 
}
#solInform .btn-about {
  background: rgba(0, 65, 150, 0.7);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid rgba(0, 65, 150,0);
  border-radius: 4px;
  margin-top: 10px;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: left;
}
#solInform .btn-about:hover {
  color: rgba(0, 65, 150, 0.7);
  background:rgba(238, 244, 247, 0.7);
  border: 1px solid rgba(0, 65, 150,0.7);
}
#serviciosIngen {
    background-image: url(../images/serviciospag/ingenserv.png); 
}
#serviciosIngen .fondoServIng{
 margin-left: 7%;
 margin-right: 8%;
  margin-top: 3%;
}

#serviciosCons{
  background-image: url(../images/serviciospag/constserv.png); 
}
#serviciosCons .textnosotros .col-sm-4 h3{
  color:rgb(95,99,104);
  font-weight: 100;
  font-size: 160%;
}

#serviciosArquitec{
   background-image: url(../images/serviciospag/arquitecservdos.png);
}

.serviciosimgingen{
  background: none;
  margin-top: 0px;
  margin-right: 0%;
  position: relative;
  padding-left:70%
}
.serviciosimgingen img{
  width: 65%;
}

#serviciosArquitec .col-sm-4 h3{
  color:rgb(95,99,104);

}
.col-sm-4 .serviciosimgcons img{

  width: 70%;
}

.col-sm-4 .serviciosimgarqui img{
  margin-top: 20%;
  width: 70%;
}


.ventanaServices  a:hover {
  color: #FFFFFF;
}
.ventanaServices p{
  font-size: 65%;
}
.ventanaServices h1{
  color: #FFFFFF;
  font-weight: 300;
}

.ventanaServices .contenido {
  margin-top: 3%;
  padding-left: 2%;
  padding-right: 2%;
}
.ventanaServices .contenidoIng {
  margin-top: 3%;
  padding-left: 7%;
  padding-right: 8%;

}
.ventanaServices .contenidoIng .marginUno {

}
.ventanaServices .contenidoIng .imagenNotiTit{
  padding: 0%;
  margin: 0%;
}
.ventanaServices .contenidoIng .imagenNotiTit img{
  margin-left: 70%;
  width: 30%;
}
#cerrarIdioma img{
  position: absolute;
  width: 10%;
  left:85%;
  top:5px;
}
#cerrarIdioma img:hover{
  width: 11%;
}

#cerrar img{
  position: absolute;
  width: 5%;
  left:92%;
  top:5px;
}
#cerrar img:hover{
  width: 5.5%;
}

#cerrarserv img{
  position: absolute;
  width: 3%;
  left:96%;
  top:5px;
}
#cerrarservTec img:hover{
  width: 4.5%;
}
#cerrarservTec img{
  position: absolute;
  width: 4%;
  right:94%;
  top:5px;
}
#cerrarserv img:hover{
  width: 3.5%;
}
#cerrar .imagenNotiTit img{
  position: absolute;
  width: 15%;
  left:20%;
  top:0px;
}
#cerrar .imagenNotiTitIntern img{
  position: absolute;
  width: 15%;
  left:17%;
  top:0px;
}
#cerrar h4{
  padding-top: 2%;
  padding-left: 15%;
  color: rgb(212,207,204);
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

/*************************
********Service CSS*******
**************************/
#services{
  margin-bottom: 0%;
  padding-bottom: 1%;
}
.progress{
  height: 20px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 25px;
}

.progress-bar{
  box-shadow: none;
  -webkit-box-shadow: none;
  text-align: right;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 600;
}


.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
  transition:  width 2s ease-in-out;
}
.service-icon {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  width: 90px;  
  background: green;
  -webkit-transition: background-color 0.2s ease;
  
}
.service-icon:hover {
  background: rgba(93, 189, 236, 0.7); 
}
.service-icon  a {
  color: #fff;
  
}

.our-services .col-sm-4:hover .service-icon {
  background-color: #333;
}

.our-services .col-sm-4 {
  border-right:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
  padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top: 60px;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
  border-right:0;
}

.service-info h3 {
  margin-top: 35px;
  color: rgb(95,99,104);
}
#services .service-info p{
  font-size: 100%;
}

#services h2 {
  color:rgb(95,99,104);
}
#services p {
  font-size: 140%;
  color:rgb(95,99,104);
  font-weight: 200;
}
#services .Proypag p {
  margin-top: 10%;
  text-align: justify;

}
#services .lead {
  font-size: 16px;
  margin-bottom: 10px;
}

/*************************
********About CSS*******
**************************/
#about-us {
  /*background-image: url(../images/bg-about2.jpg);*/
  background-image: url(../images/nosotros/logoTranstree.png);
  padding: 60px 0;
}
#about-us .aboutinfo{
  margin-top: 10%;
  font-weight: 400;
  margin-right: 5%;
}
#about-us h1 {
  margin-top: 0;
  color: #000000;
  color:rgb(95,99,104);
}
#about-us h2 {
  margin-top: 0;
  color: blue;
}

#about-us h3 {
  margin-top: 0;
  /*text-align: justify;
  font-weight: 200;*/
  color: #FFFFFF: 
}

#about-us h4 {
  margin-top: 0;
  color: red;
  text-align: justify;
}


#about-us .aboutinfo p {
  margin-top: 0;
  font-size: 140%;
  text-align: justify;
  color:rgb(95,99,104);
  font-weight: 200;
}

#about-us p {
  margin-top: 0;
  font-size: 120%;
  color:#000000;
}

#about-us .lead {
  font-size: 16px;
  margin-bottom: 10px;
}

#about-us h1 {
  margin-bottom: 30px;
}

#about-us h4 {
  margin-bottom: 30px;
  color: #000000;
}
#about-us h3 {
 margin-bottom: 30px;
  color: #000000;
  text-align: justify;
}

#about-us .pilares {
  width: 95%;
  padding-top: 2%;
  padding: 6%; 
  margin-top: 2%;
  /*background: rgba(93, 189, 236, 0.5);*/
  background: rgba(7,65,150,0.3);
  border-radius: 5%;
}

#about-us .pilares p {
  color:rgb(32,33,36);
  /*color:rgb(95,99,104);*/
  font-weight: 500;

}
#about-us .pilares h2 {
  color:rgb(95,99,104);
  font-weight: 100;
  font-size: 160%;
}
#about-us .pilares .fa-ul{
  color:rgb(95,99,104);
  font-size: 120%;
}
#about-us .pilares .fa-ul p {
  margin: 0;
  padding: 0;
  color:rgb(95,99,104);
  /*color:rgb(95,99,104);*/
  font-weight: 400;
  font-size: 100%;
  line-height:120%;
  margin-top: 2%;
}


#about-us .pilares h4 {
  margin-bottom: 30px;
  color:rgb(0,31,71);
  /*color:rgb(95,99,104);*/
  font-weight: 500;
}

#about-us .pilares ul{
    list-style: none;
    color: #236f94;
    margin: 1%;
}

#about-us .pilares ul h4{
  margin-bottom: 0px;
}
#about-us .pilares ul p{
  margin-bottom: 0px;
  margin-left: 10%;
  text-align: justify;
  margin-right: 0px;
}

 #about-us .btn-about {
  background: rgba(0, 65, 150, 0.7);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid rgba(0, 65, 150,0);
  border-radius: 4px;
  margin-top: 10%;
}

#about-us .btn-about:hover {
  color: rgba(0, 65, 150, 0.7);
  background:rgba(238, 244, 247, 0.7);
  border: 1px solid rgba(0, 65, 150,0.7);
}

#nosotrosPag {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-bottom: 0px;

}
#nosotrosPagTec {
  background-image: url(../images/nosotros/fontTec.jpg);
  margin-top: 0%;
  margin-bottom: 0%;
  padding-bottom: 0px;

}
#nosotrosPag p{
  font-size: 120%;
  color:rgb(95,99,104);
  font-weight: 200;
  text-align: justify;
  text-indent: 2em;

}
#nosotrosPagTec p{
  font-size: 120%;
  color:rgb(95,99,104);
  font-weight: 400;
  text-align: justify;
  text-indent: 2em;

}

#nosotrosPag .imagenNosotros img{
  width: 100%;
  height: 500px;
}
#nosotrosPag .textnosotros {
  margin-top: 2%;
  margin-bottom: 2%;
}
#nosotrosPagTec .textnosotros {
  margin-top: 2%;
  margin-bottom: 2%;
}
#solInform .textnosotrosTec{
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2%;
  text-align: justify;
}
#solInform .textnosotrosTec h3{
  color:rgb(95,99,104);
}
#solInform .textnosotrosTec .imgSolInf h4{
  color:rgb(7,65,150);
}
#solInform .textnosotrosTec .imgSolInf img{
  width: 80%;
  border-radius: 50%;
}

#nosotrosPag .textnosotros .fondoimg img{
  float: right;
  margin-left: 0%;
  padding-left:2%;
  padding-right: 2%; 
  padding-top: 2%;
  margin-top: -30px;
  width: 50%;
  border-radius: 5%;
}

#nosotrosPag .textnosotros .fondoimgIng img{
  float: left;
  margin-left: 0%;
  padding-left:0%;
  padding-right: 2%; 
  padding-top: 2%;
  margin-top: 0px;
  width: 50%;
  border-radius: 5%;
}
#nosotrosPag .textnosotros .fondoimgCons img{
  float: left;
  margin-left: 0%;
  padding-left:0%;
  padding-right: 2%; 
  padding-top: 2%;
  margin-bottom: 1%;
  margin-top: 0%;
  width: 60%;
  height: 100%;
  border-radius: 0%;
}
#nosotrosPag .textnosotros .fondoimgArquiUno img{
  float: right;
  margin-left: 0%;
  padding-left:2%;
  padding-right: 2%; 
  padding-top: 0%;
  margin-top: 0%;
  width: 30%;
  border-radius: 5%;
}
#nosotrosPag .textnosotros .fondoimgArquiDos img{
  float: left;
  margin-left: 0%;
  padding-left:2%;
  padding-right: 2%; 
  padding-top: 0%;
  width: 25%;
  border-radius: 5%;
}
#nosotrosPag .textnosotros .misvIstyle:hover{
  padding: 4%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}
#nosotrosPag .textnosotros .misvIstyle:hover{
  background: rgba(7,65,150,0.2);
   border-radius: 0%;

}
#nosotrosPag .textnosotros .misvIstyle .fondoimgMis img{
  float: right;
  margin-left: 0%;
  padding-left:2%;
  padding-right: 2%; 
  padding-top: 2%;
  margin-top: -1px;
  width: 45%;
  border-radius: 5%;
}
#nosotrosPag .textnosotros .misvIstyle .fondoimgVis img{
  float: right;
  margin-left: 0%;
  padding-left:2%;
  padding-right: 2%; 
  padding-top: 2%;
  margin-top: -1px;
  width: 40%;
  border-radius: 5%;
}


#nosotrosPag .misvi2 {
  margin: 1%;
  border: 1px solid blue;
}
#nosotrosPag h2{
  color:rgb(95,99,104);
}
#nosotrosPag .textnosotros .objetiv{
  background:rgba(7,65,150,0.3);
  margin-top: 10%;
  margin: 5%;
  padding: 5%;
  border-radius: 0%;

}
#nosotrosPag .textnosotros .NosotrosValores{
  background-image: url(../images/nosotros/logoTrans.png);
  margin: 5%;
  padding: 5%;
  border-radius: 20%;


}
#nosotrosPag .textnosotros table {

  width: 100%;
 

}
#nosotrosPag .textnosotros table tr  td {
  color: #FFFFFF;
  padding: 1%;
  width: 20%;
}
#nosotrosPag .textnosotros table tr  td .cuad1{
  background:rgba(7,65,150,0.3);
  width: 25%;
  height: 35%;
  padding: 2%;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
    -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#nosotrosPag .textnosotros table tr  td .cuad1:hover{
  border: 1px solid rgb(7, 65, 150);
}
#nosotrosPag .textnosotros table tr  td .cuad2{
  background:rgba(7,65,150,0.3);
  width: 75%;
  padding: 8%;
  border-radius: 60%;
  height: 90%;
  border: 1px solid #FFFFFF;
    -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#nosotrosPag .textnosotros table tr  td .cuad2:hover{
  border: 1px solid rgb(7, 65, 150);
}
#nosotrosPag .textnosotros table tr  td .cuad3{
  text-align: center;
  background:rgba(7,65,150,0.3);
  width: 50%;
  padding: 5%;
  border-radius: 50%;
  height: 50%;
  margin-left: 45%;
  border: 1px solid #FFFFFF;
    -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#nosotrosPag .textnosotros table tr  td .cuad3:hover{
  border: 1px solid rgb(7, 65, 150);
}
#nosotrosPag .textnosotros table tr  td .cuad4{
  text-align: center;
  background:rgba(7,65,150,0.3);
  width: 50%;
  padding: 5%;
  border-radius: 50%;
  height: 50%;
  margin-left: 10%;
  margin-top: 0;
  border: 1px solid #FFFFFF;
    -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#nosotrosPag .textnosotros table tr  td .cuad4:hover{
  border: 1px solid rgb(7, 65, 150);
}
#nosotrosPag .textnosotros table tr  td  h4 , h5 , h6{
  color:rgb(95,99,104);
  text-align: center;
}
#nosotrosPag .textnosotros table tr  td  img{
  width: 20%;
  border-radius: 90%;

}
#nosotrosPag .textnosotros table tr  td  .cuad1 img{
  width: 15%;
}
#nosotrosPag .textnosotros table tr  td  .cuad2 img{
  width: 45%;
}
#nosotrosPag .textnosotros table tr  td  .cuad3 img{
  width: 30%;
  margin-left: 55%;
}
#nosotrosPag .textnosotros table tr  td  .cuad4 img{
  width: 30%;
  margin-left: 20%;
}
#nosotrosPag .textnosotros table tr  td  .cuadC img{
  width: 90%;
}


#nosotrosPag .btn-about {
  background: rgba(0, 65, 150, 0.7);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid rgba(0, 65, 150,0);
  border-radius: 4px;
  margin-top: -20px;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: left;
}
#nosotrosPag .btn-about:hover {
  color: rgba(0, 65, 150, 0.7);
  background:rgba(238, 244, 247, 0.7);
  border: 1px solid rgba(0, 65, 150,0.7);
}

#nosotrosPag .btn-aboutCons {
  background: rgba(0, 65, 150, 0.7);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid rgba(0, 65, 150,0);
  border-radius: 4px;
  margin-top: -10px;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: left;
}
#nosotrosPag .aboutCons:hover {
  color: rgba(0, 65, 150, 0.7);
  background:rgba(238, 244, 247, 0.7);
  border: 1px solid rgba(0, 65, 150,0.7);
}
#nosotrosPag .btn-aboutArquitec {
  background: rgba(0, 65, 150, 0.7);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid rgba(0, 65, 150,0);
  border-radius: 4px;
  margin-top: -10px;
  margin-left: 12%;
  margin-bottom: 2%;
  text-align: left;
}
#nosotrosPag .btn-aboutArquitec:hover {
  color: rgba(0, 65, 150, 0.7);
  background:rgba(238, 244, 247, 0.7);
  border: 1px solid rgba(0, 65, 150,0.7);
}

#nosotrosPag h2 {
    margin-top: -20px;
}

#Nosotrosmisvi{
  padding:0;

}
#nosotrosmisvi h2{
  color:red;
}
#nosotrosmisvi .textMisvi p{
  font-size: 120%;
  color:rgb(95,99,104);
  font-weight: 200;
  text-align: justify;
  text-indent: 2em;
}

.listaiconos {
  list-style-image:url(../images/iconos/vms.png);

}




/*************************
********Arquitectura seccion *******
**************************/
#arquitec {
  background-image: url(../images/Arquitectura-bg2.jpg);
  padding: 60px 0;
}
#arquitec .aboutinfo{
  margin-top: 5%;
  margin-right: 5%;
}
#arquitec .aboutinfo p{
   margin-top: 5%;
  font-size: 140%;
  text-align: justify;
  color:rgb(95,99,104);
  font-weight: 200;
}
#arquitec .aboutinfo h1{
  margin-top: 0;
  color: #000000;
  color:rgb(95,99,104);
}

#arquitec img{
  width: 100%;
  margin-top: 10%;

 
}
#arquitec h1 {
  margin-top: 0;
  color: #000000;
}
#arquitec h3 {
 margin-bottom: 30px;
  color: #000000;
  text-align: justify;
}
#arquitec .btn-about {
  background: rgba(0, 65, 150, 0.7);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid rgba(0, 65, 150,0);
  border-radius: 4px;
  margin-top: 5%;
}

#arquitec .btn-about:hover {
  color: rgba(0, 65, 150, 0.7);
  background:rgba(238, 244, 247, 0.7);
  border: 1px solid rgba(0, 65, 150,0.7);
}

/*************************
******** Gestio proyectos Construccion *******
**************************/
#GestioPro {
  background-image: url(../images/fondogestion2.jpg);
  padding: 60px 0;
}
#GestioPro .aboutinfo{
  margin-top: 10%;
  margin-right: 5%;
}

#GestioPro .aboutinfo p{
  margin-top: 0;
  font-size: 140%;
  text-align: justify;
  color:rgb(95,99,104);
  font-weight: 200;
}

#GestioPro .aboutinfo h1{
  margin-top: 0;
  color: #000000;
  color:rgb(95,99,104);  
}


#GestioPro .imagenUNO img{
    width: 90%;
  height:100%;
  margin-top: 15%;
}
#GestioPro .imagenDOS img{
  width: 40%;
  margin-left: 15%; 
}
#GestioPro .imagenTRES img{
  width: 40%;
  margin-left: 55%;  
}
#GestioPro h1 {
  margin-top: 0;
  color: #000000;
}
#GestioPro h3 {
 margin-bottom: 30px;
  color: #000000;
  text-align: justify;
}
#GestioPro .btn-about {
  background: rgba(0, 65, 150, 0.7);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid rgba(0, 65, 150,0);
  border-radius: 4px;
  margin-top: 2%;
}

#GestioPro .btn-about:hover {
  color: rgba(0, 65, 150, 0.7);
  background:rgba(238, 244, 247, 0.7);
  border: 1px solid rgba(0, 65, 150,0.7);
}


/*************************
******** Seccion ingenieria *******
**************************/
#secingen {
  /*background-image: url(../images/Arquitectura-bg.jpg);*/
  padding: 60px 0;
}
#secingen .aboutinfo{
  margin-top: 5%;
  margin-right: 5%;
}

#secingen .aboutinfo h1{
  margin-top: 0;
  color: #000000;
  color:rgb(95,99,104);
}

#secingen .aboutinfo p{
  margin-top: 0;
  font-size: 140%;
  text-align: justify;
  color:rgb(95,99,104);
  font-weight: 200;
}

#secingen .secondimg{
  background-image: url(../images/twitter-bg.jpg);
}
#secingen .imagenUNO img{
  width: 90%;
  height:100%;
  margin-top: 15%;
}
#secingen .imagenDOS img{
  width: 45%;
  margin-left: 15%; 
}
#secingen .imagenTRES img{
  width: 45%;
  margin-left: 55%;  
}
#secingen h1 {
  margin-top: 0;
  color: #000000;
}
#secingen h3 {
 margin-bottom: 30px;
  color: #000000;
  text-align: justify;
}
#secingen .btn-about {
  background: rgba(0, 65, 150, 0.7);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid rgba(0, 65, 150,0);
  border-radius: 4px;
  margin-top: 5%;
}

#secingen .btn-about:hover {
  color: rgba(0, 65, 150, 0.7);
  background:rgba(238, 244, 247, 0.7);
  border: 1px solid rgba(0, 65, 150,0.7);
}

/*************************
******** Seccion desarrollo *******
**************************/
#desarrollo {
  background-image: url(../images/fontdesarrolloTres.jpg);
  padding: 60px 0;
}
#desarrollo .aboutinfo{
  margin-top: 4%;
  margin-right: 10%;
}

#desarrollo .aboutinfo p{
  margin-top: 0%;
  font-size: 140%;
  text-align: justify;
  color:rgb(95,99,104);
  font-weight: 200;
}
#desarrollo .col-sm-2 {
  padding: 0%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 0%;
}

#desarrollo .imagendesarrollo{
  padding: 0;

}

#desarrollo .aboutinfo h1{
    margin-top: 0;
  color: #000000;
  color:rgb(95,99,104);
}
#desarrollo .aboutinfo h2{
    margin-top: 0;
  color:rgb(95,99,104);
}
#desarrollo .img1desa {
  padding: 0%;
  margin:0%;
}
#desarrollo .img1desa img{
  width: 80%;
  height:80%;
  padding: 0%;
 
}

#desarrollo .img1desa h4{
  color:rgb(95,99,104);
}
#desarrollo .imagenDOS img{
  width: 45%;
  margin-left: 15%; 
}
#desarrollo .imagenTRES img{
  width: 45%;
  margin-left: 55%;  
}
#desarrollo h1 {
  margin-top: 0;
  color: #000000;
}
#desarrollo h3 {
 margin-bottom: 30px;
  color: #000000;
  text-align: justify;
}
 #desarrollo .btn-about {
  background: rgba(0, 65, 150, 0.7);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid rgba(0, 65, 150,0);
  border-radius: 4px;
  margin-top: 4%;
}

#desarrollo .btn-about:hover {
  color: rgba(0, 65, 150, 0.7);
  background:rgba(238, 244, 247, 0.7);
  border: 1px solid rgba(0, 65, 150,0.7);
}
/*******Noticias**********/
#noticias {
  background-image: url(../images/noticiasFont.jpg); 
  padding-top: 5%;


}
#noticias  h1{
  color:rgb(95,99,104);  
}
#noticias  h4{
  color:rgb(95,99,104);
  font-size: 130%;
  text-align: justify;  
}
#noticias  h6{
  color:rgb(95,99,104);
  text-align: justify;  
}
#noticias  p{
  text-align: justify;  
}

#noticias  video{
  width: 100%;
}
#noticias .notidos  video{
  float: right;
  width: 50%;
  margin:2%;
}
#noticias .btn-about {
  background: rgba(0, 65, 150, 0.7);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid rgba(0, 65, 150,0);
  border-radius: 4px;
  margin-top: 10px;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: left;
}
#noticias .btn-about:hover {
  color: rgba(0, 65, 150, 0.7);
  background:rgba(238, 244, 247, 0.7);
  border: 1px solid rgba(0, 65, 150,0.7);
}
#noticias .container .detaicontenNoti{
  border: 1px solid rgba(7,65,150,0.6);
  padding: 2%;
  margin: 1%;
  border-radius: 4%;
}
#noticias .container .detaicontenNoti img{
  width: 100%;
  border-radius: 4%;
}
#noticias .col-sm-6 .imagNotiDos img{
  width: 100%;
  margin: 2%;
}
#noticias .col-sm-5 .imagNotiTres img{
  width: 100%;
  margin: 2%;
}
#noticias .col-sm-6 .imagNotitres img{
  width: 90%;
  margin: 2%;
}
#noticias .col-sm-4 .imagNotiDos img{
  width: 100%;
  margin: 2%;
}
#noticias .videoPag{ 
  padding-left:10%;
  padding-right:10%;
  padding-bottom: 5%;

}
#noticias .container .imgNoti img{
  width: 60%;
  float: left;
  padding-left:2%;
  padding-right: 2%; 

}
#noticias .container .imgNoticias img{
  float: right;
  margin-left: 0%;
  padding-left:2%;
  padding-right: 2%; 
  padding-top: 2%;
  margin-top: -30px;
  width: 50%;
  border-radius: 20%;
}
#noticias .container .textoresalt{
  margin-left: 5%;
  margin-right: 5%;
  font-size: 180%;
  font-style: italic;
  font-weight: 500;
}
#noticias .container .textoresaltdos{
  margin-left: 40%;
  margin-bottom: 2%;
  font-size: 60%;
  font-weight: 300;
}
#noticias .container .imgNoticiasweb img{
  float: left;
  margin-left: 0%;
  padding-left:2%;
  padding-right: 2%; 
  padding-top: 2%;
  margin-top: -30px;
  margin-bottom: 3%;
  width: 40%;
}
#noticias .container .imgNoticiaswebPrueb img{
  float: left;
  margin-left: 0%;
  padding-left:2%;
  padding-right: 2%; 
  padding-top: 2%;
  margin-top: -30px;
  margin-bottom: 3%;
  width: 60%;
}
/*********NOticias Fin ****/


/**********Novedades ******/
#novedades { 
  padding-top: 5%;
  padding-bottom:2%; 

}
#novedades h1{
  padding-top: 2%;
  color:rgb(95,99,104);
  margin-bottom: 5%;  
}
#novedades .container h3{
  color:rgb(95,99,104);
  text-align: justify;
  text-indent: 40px;   
}
#novedades .container .imagPag img{
  width: 50%;
}
#novedades .container .SistIdeal .col-sm-6 .ImagenCompare img{
  width: 100%;
}
#novedades .videoPagUno{ 
  width: 100%;
  margin: 2%;
}
#novedades .videoPagDos{ 
  width: 50%;
  margin: 2%;
}
#novedades .videoPagTres{ 
  width: 50%;
  margin: 2%;
  float:right;
}
#novedades .container .SistIdeal{
  background:#FFFFFF;
  padding: 2%;
  margin: 2%;
}
#novedades .container .SistIdeal img{
  width: 70%;
}
 #novedades .container .SistIdeal table tr td .dangertext{
  color: red;
 }
  #novedades .container .SistIdeal table tr td {
  text-align: center;
 }
#novedades  p{
  text-align: justify; 

}

#novedades  video{
  width: 100%;
}

/********portfolio CSS*****
**************************/
#portfolio{
  margin-top: 0;
  padding-top: 1%;
}
#portfolio .container-fluid, 
#portfolio .col-sm-4  {
  overflow: hidden;
  padding: 2%;
}

#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(0.8) rotate(0deg);
  transform: scale(0.8) rotate(0deg);
}

.folio-image img {
  width: 100%;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}


#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}
/*********trabajos VMS *******/
#trabajosvms {
  margin-top: 0%;
  padding-top:0%;
}
/*************************
*********Team CSS*********
**************************/
#team {
  padding-top: 0;
}

.team-members {
  margin-bottom: 25px;
}

.social-icons {
  margin-top:30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-member {
  text-align: center;
  color: #333;
  font-size: 14px;
}

.team-member:hover .social-icons ul li a.facebook {
  background-color: #3b5999;
}
.team-member:hover .social-icons ul li a.twitter {
  background-color: #2ac6f7;
}
.team-member:hover .social-icons ul li a.dribbble {
  background-color: #ff5b92;
}
.team-member:hover .social-icons ul li a.linkedin {
  background-color: #036dc0;
}
.team-member:hover .social-icons ul li a.rss {
  background-color: #ff6b00;
}

#team .img-responsive {
  width: 100%;
}

.member-info h3 {
  margin-top: 35px;
}

.member-info h4 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #000000;
}
/******** proyectos detalles *****/
.product-details{
  overflow:hidden;
}
.product-details img{
  width: 95%;
  /*border: 1px solid green;*/
 /* box-shadow: 50px 50px 0px #999;*/
}
.product-details {
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 10px;
}

#similar-product .carousel-inner .item{
  padding-left:0px;
}

#similar-product .carousel-inner .item img {
  display: inline-block;
  margin-left: 15px;
}
#similar-product {
  margin-top: 40px;
}
/*********************************/

/*************************
*******Features CSS*******
**************************/
#prueba {
   text-align: center;
  background-image: url(../images/contact.jpg); 
}
#prueba i {
  font-size: 48px;
}

#prueba h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

#prueba .slider-overlay {
  opacity: 0.8;
}

#features {
  text-align: center;
  background-image: url(../images/contact-bg.jpg);
}

#features i {
  font-size: 48px;
}

#features h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

#features .slider-overlay {
  opacity: 0.8;
}


/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
  text-align: center;
}

.single-table {
  padding: 30px 20px 20px;
  border:1px solid #f2f2f2;
}

.single-table h3 {
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.price {
  font-size: 36px;
  line-height: 36px;
}

.price span {
  font-size: 14px;
  line-height: 14px;
}

.single-table ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.single-table ul li {
  line-height: 30px;
}

.single-table.featured {  
  color: #fff;
}

.single-table.featured h3 { 
  color: #fff;
}

.single-table.featured .btn.btn-primary {
  background-color: #fff;
}

/*************************
********Twitter CSS*******
**************************/
#twitter {
  background-image: url(../images/twitter-bg.jpg);
}

#twitter > div {
  text-align: center;
  position: relative;
}

#twitter-carousel {
  position: relative;
  z-index: 15
}

.twitter-icon {
  position: relative;
  z-index: 15;
  color: #fff;
}

.twitter-icon .fa-twitter {
  font-size: 24px;
  height: 64px;
  width: 64px;
  line-height: 65px;
  border-radius: 50%; 
  position: relative;
}

.twitter-icon .fa-twitter:after {
  position: absolute;
  content: "";
  border-width: 8px;
  border-style: solid;
  left: 24px;
  bottom: -14px;
}

#twitter-carousel .item {
  padding: 0 55px;
}

#twitter-carousel .item a {
  color: #fff;
}

.twitter-icon h4 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
}

.twitter-left-control, 
.twitter-right-control {
  position: absolute;
  top: 50%;
  color: #fff;
  border: 1px solid #fafafa;
  height:34px;
  width: 34px;
  line-height: 31px;
  margin-top: -17px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 15
}

.twitter-left-control {
  left: 80px;
} 

.twitter-right-control {
  right: 80px
}

.twitter-left-control:hover, .twitter-right-control:hover {
  color: #fff;
}


/*************************
**********Blog CSS********
**************************/

.post-thumb {
  position: relative;
}

.post-icon {
  position: absolute;
  top:10px;
  right:10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius:4px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.post-meta {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.post-meta span {
  margin-right: 16px;
}

#post-carousel .carousel-indicators {
  bottom: 3px;
  left: 90%;
}

.blog-left-control, .blog-right-control {
  position: absolute;
  top: 45%;
  width: 30px;
  text-align: center;
  color: rgba(255,255,255,.7);
  font-size: 36px;
}

.blog-left-control {
  left: 0;
}

.blog-right-control {
  right: 0;
}

.blog-left-control:hover, .blog-right-control:hover {
  color: #fff;  
}

.entry-header h3 a {
  line-height: 30px;
}

.entry-header .date, 
.entry-header .cetagory {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

.entry-header .date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom:-22px;
  width: 20px;
  height: 3px;
}

.entry-content {
  font-size: 14px;
}

.load-more {
  display:block;
  text-align: center;
  margin-top: 70px;
}

.btn-loadmore {
  border: 1px solid #f2f2f2;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 125px;
  text-transform: uppercase;
}

.btn-loadmore:hover {
  color:#fff;
}

/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-top: 0px;
  padding-bottom: 0;
}

#contact input{
  background: rgba(7,65,150,0.5);
}
#contact input:focus{
  background: #FFFFFF;
  color:rgb(95,99,104);
}
#contact textarea{
  background: rgba(7,65,150,0.5);
}
#contact textarea:focus{
   background: #FFFFFF;
  color:rgb(95,99,104);
}

#google-map {
  height: 350px;
}

#contact-us {
  background-image:url(../images/contactanosTwo.jpg);
  padding-bottom: 90px; 
}

#contact-us .heading {
  padding-top: 95px;
}

#contact .msjexito h2{
  color: #C0F3A6;
}
#contact .msjerror h2{
  color: #F68489;
}

.form-control {
  background-color: transparent;
  border-color: rgba(255,255,255,.1);
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  min-height: 180px;
  resize:none;
}

.form-group {
  margin-bottom: 30px;
}

.contact-info {
  padding-left:70px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 8px;
}

.contact-info ul li a {
  color: #FFFFFF;
}


#contact-us .btn-submit {
  background: rgba(0, 65, 150, 1);
  border: 1px solid rgba(0, 65, 150,0.7);
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
}
#contact-us .btn-submit:hover {
    color: rgba(0, 65, 150, 0.7);
  background:rgba(238, 244, 247, 0.7);
  border: 1px solid rgba(0, 65, 150,0.7);
}


/*
 #about-us .btn-about {
 
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid rgba(0, 65, 150,0);
  border-radius: 4px;
  margin-top: 10%;
}

#about-us .btn-about:hover {
  color: rgba(0, 65, 150, 0.7);
  background:rgba(238, 244, 247, 0.7);
  border: 1px solid rgba(0, 65, 150,0.7);
}
*/

#footer {
  color:#fff;
}

.footer-top {
  position: relative;
  padding:30px 0;
  background: rgba(7,65,150,1);
}

#footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}
.footer-logo img {
  width: 20%;
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}
.drop { filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7)); }
.dropmin{ filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.4)); }
.droptext { filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7)); }
/*Presets*/


