body{
  background-color: #f1f1f1;
  font-family: 'Roboto', sans-serif;
}
article{
  background-color: #fff;
  max-width: 1000px;
  margin: auto;
  padding: 40px 0;
}
article .descripcion{
  border-right: 1px solid #ccc;
}
article .descripcion h3{
  font-weight: 300;
  font-size: 24px;
}
article .descripcion p{
  color: #a4a4a4;
  font-weight: 300;
  font-size: 16px;
}
article .linkmercado figure{
  margin: 0;
  text-align: center;
  padding: 0;
}
article .linkmercado figure img{
  width: 70%;
  max-width: 260px;
  margin: 15px 0;
  padding: 0;
}
article .linkmercado a{
  text-decoration: none;
  border-radius: 5px;
  color: white;
  float: left;
  width: 100%;
  text-transform: uppercase;
  background-color: #e2b603;
  padding: 8px 20px;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
article .linkmercado a:hover{
  background-color: #d85f18; 
}
.intranet{
  border-radius: 10px;
  padding: 3px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #d65501;
  font-weight: 300;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.intranet:hover{
  border-radius: 10px;
  padding: 3px 10px;
  background-color: #d65501;
  border: 1px solid #d65501;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #fff!important;
  font-weight: 300;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.intranet:hover i{
  color: #fff!important;
}
.contenedor-destacado{
  padding: 0 7px;
  margin-bottom: 15px;
}
.contenedor-destacado .destcado{
  position: relative;
  padding: 0;
  overflow: hidden;
}
.contenedor-destacado .destcado img{
  width: 100%;
}
.contenedor-destacado .destcado .opacidad{
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contenedor-destacado .destcado:hover .opacidad{
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.contenedor-destacado .destcado .color-1{
  background-color: #65cc01;
}
.contenedor-destacado .destcado .color-2{
  background-color: #046595;
}
.contenedor-destacado .destcado .color-3{
  background-color: #330198;
}
.contenedor-destacado .destcado .color-4{
  background-color: #980165;
}
.contenedor-destacado .destcado .color-5{
  background-color: #ff3300;
}
.contenedor-destacado .destcado .color-6{
  background-color: #fe9802;
}
.contenedor-destacado .destcado .color-1,
.contenedor-destacado .destcado .color-2,
.contenedor-destacado .destcado .color-3,
.contenedor-destacado .destcado .color-4,
.contenedor-destacado .destcado .color-5,
.contenedor-destacado .destcado .color-6{
  text-align: center;
  height: 80px;
  padding: 10px 15px;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contenedor-destacado .destcado .color-1:hover,
.contenedor-destacado .destcado .color-2:hover,
.contenedor-destacado .destcado .color-3:hover,
.contenedor-destacado .destcado .color-4:hover,
.contenedor-destacado .destcado .color-5:hover,
.contenedor-destacado .destcado .color-6:hover{
  text-align: center;
  height: 80px;
  background-color: #d65501;
  padding: 15px;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.contenedor-destacado .destcado .color-1 p,
.contenedor-destacado .destcado .color-2 p,
.contenedor-destacado .destcado .color-3 p,
.contenedor-destacado .destcado .color-4 p,
.contenedor-destacado .destcado .color-5 p,
.contenedor-destacado .destcado .color-6 p{
  color: #fff;
  padding: 5px 0px;
  text-transform: uppercase!important;
  font-size: 18px;
  font-weight: 400;
}
.contenedor-destacado .destcado .color-1 .boton,
.contenedor-destacado .destcado .color-2 .boton,
.contenedor-destacado .destcado .color-3 .boton,
.contenedor-destacado .destcado .color-4 .boton,
.contenedor-destacado .destcado .color-5 .boton,
.contenedor-destacado .destcado .color-6 .boton{
  opacity: 0;
  margin-top: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contenedor-destacado .destcado .color-1:hover .boton,
.contenedor-destacado .destcado .color-2:hover .boton,
.contenedor-destacado .destcado .color-3:hover .boton,
.contenedor-destacado .destcado .color-4:hover .boton,
.contenedor-destacado .destcado .color-5:hover .boton,
.contenedor-destacado .destcado .color-6:hover .boton{
  opacity: 1;
  margin-top: 0;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #d65502;
  background-image: none;
  border-color: #d65502!important;
  border-radius: 4px;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu-superior{
  margin: 0;
  border-radius: 0px;
  background-color: #f1f1f1;
  border-top: 5px solid #d65501;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.menu-superior .menu-superior-int{
  max-width: 1000px;
  background-color: #fff;
}
.menu-superior .menu-superior-int .redes{
  text-align: right;
  padding-right: 25px;
  margin-top: 10px;
  margin-bottom: -10px;
}
.menu-superior .menu-superior-int .redes a{
  margin: 5px 0 0 5px;
  color: #999;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu-superior .menu-superior-int .redes a:hover{
  margin: 5px 0 0 5px;
  text-decoration: none;
  color: #d65501
}
.menu-superior .menu-superior-int .redes a i{
  font-size: 18px;
  color: #666;
}
.menu-superior .menu-superior-int .logotipo{
  padding: 15px 15px 10px 15px;
  height: 100%;
}
.menu-superior .menu-superior-int .logotipo img{
  width: 100%;
  margin: auto;
  max-width: 270px;
}
.menu-superior .menu-superior-int .cont-menu{
  padding: 0;
}
.menu-superior .menu-superior-int .cont-menu .menu{
  margin: 23px 0 0 0;
}
.menu-superior .menu-superior-int .cont-menu .menu li{
  padding: 0;
  border-left: 1px solid #f1f1f1;
}
.menu-superior .menu-superior-int .cont-menu .menu li a{
  text-transform: uppercase;
  padding: 12px 25px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #d65501;
  font-weight: 300;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu-superior .menu-superior-int .cont-menu .menu li a:hover,
.menu-superior .menu-superior-int .cont-menu .menu li .active{
  color: #666;
  padding: 10px 25px 14px 25px;
}
.cont-flitro{
  padding: 0 15px;
  border-top: 1px solid #f1f1f1;
  max-width: 1000px;
  background-color: #fff;
}
.cont-flitro .cont{
  padding: 15px 15px 0 15px;
}
.cont-flitro .cont h3{
  text-transform: uppercase;
  padding: 6px 15px;
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
  color: #d65501;
  text-align: right;
  border-right: 1px solid #f1f1f1;
  margin: 0;
}
.cont-flitro .cont .cont-select{
  margin: 0 0 15px 0;

}
.cont-flitro .cont .cont-select .select{
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  font-size: 18px;
  font-weight: 200;
  width: 100%;
  height: 35px;
  color: #666;
}
.cont-flitro .cont .cont-select .buscar{
  border: none;
  color: #fff;
  text-decoration: none;
  margin: 0 0 0 -15px;
  font-size: 18px;
  font-weight: 200;
  background-color: #e2b603;
  border-radius: 5px;
  padding: 5px 12px;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cont-flitro .cont .cont-select .buscar:hover{
  background-color: #d65501;
}
.tcliente{
  margin: auto;
  max-width: 1000px;
  background-color: #e2b603;
  padding: 20px;
}
.tcliente h3{
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.tcliente p{
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 15px auto 15px auto;
  max-width: 850px;
}
.banneryslide{
  border-bottom: 5px solid #d65501;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.banneryslide .con-de{
  z-index: 1;
  position: absolute;
}
.banneryslide figure{
  width: 100%;
  max-height: 500px;
}
.banneryslide figure img{
  width: 100%;
}
.banneryslide .slideri .item .con-de{
  margin-top: 25%;
}
.banneryslide .slideri .item .con-de h2{
  color: white;
  font-size: 40px;
  text-shadow: 2px 2px #2c2c2c;
  margin-bottom: 25px;
}
.banneryslide .slideri .item .con-de p{
  color: #fff;
  width: 600px;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  text-shadow: 2px 2px #2c2c2c;
}
.banneryslide .slideri .item .con-de a{
  border: none;
  color: #fff;
  text-decoration: none;
  margin: 0 0 0 -15px;
  font-size: 18px;
  font-weight: 200;
  background-color: #e2b603;
  border-radius: 5px;
  padding: 8px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.banneryslide .slideri .item .con-de a:hover{
  background-color: #d65501;
}
.banner-bienvenida{
  max-width: 1000px;
  margin: auto;
  background: url(../img/inicio/bienvenidos.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-bienvenida .info{
  color: #fff;
  padding: 90px 0; 
}
.banner-bienvenida .info h2{
  font-weight: 300;
  font-size: 36px;
}
.banner-bienvenida .info p{
  font-size: 18px;
  font-weight: 300;
  width: 60%;
  margin: 0 auto;
  padding: 0;
}
footer{
  color: #ccc;
  background-color: #fff;
}
footer .container{
  max-width: 1000px;
  margin: auto;
  padding: 30px 0;
}
footer .container .tcn{
  font-size: 300;
  padding-bottom: 20px;
}
footer .container .rsociales{
  font-size: 300;
  padding-bottom: 20px;
}
footer .container .rsociales .redes{
  width: 100%;
  margin: 0;
  padding: 0;
}
footer .container .rsociales .redes a i{
  color: #ccc;
  font-size: 24px;
  padding-right: 15px;
}
footer .container .contacto{
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 20px;
}
footer .container .contacto h4,
footer .container .rsociales h4,
footer .container .tcn h4 strong{ 
  font-weight: 300;
  color: #999;
  font-size: 21px;
}
footer .container .tcn p{
  font-weight: 300;
  font-size: 16px;
  color: #ccc;
} 
footer .container .logo img{
  width: 100%;
}
footer .pie{
  background-color: #f1f1f1;
  font-size: 16px;
  font-weight: 300;
}
footer .desa{
  color: #d85f18;
  text-align: right;
}
.googlemaps {
  background-color: #fafafa;
  margin: 0; 
  padding: 40px 0;
  position: relative;
  width: 100%;
}
.googlemaps .container{
  max-width: 1000px;
  margin: auto;
}
.googlemaps .bloque {
    padding: 40px 0;
  bottom: 0px;
  color: #FFF;
  height: 450px;
  left: 0;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
header .cabeza .logoti{
  border: 1px solid blue;
  padding: 15px 0;
}
header .cabeza .logoti img{
  border: 1px solid red;
  margin: : auto;
  max-width: 320px;
  width: 100%;
}
header .cabeza .redes{
  border: 1px solid red;
  float: right; 
  text-align: right;
  margin: 35px 0;
}
header .cabeza .redes a{
  font-size: 25px;
  color: #ccc; 
  padding: 15px;
}
header .cabeza .redes a:hover{
  color: #d85f18;
}
.marcas-asociadas .maso1{
  text-align: center;
}
.marcas-asociadas .maso1 img{
  max-width: 300px;
  margin: auto;
  width: 100%;
}
section{
  max-width: 1000px!important;
  background-color: #fff;
  padding: 0 15px 3px 15px;
  margin: auto;
}
section .tituloserv{
  width: 100%;
  padding: 30px 0;
}
section .tituloserv h1{
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  color: #414141;
  font-weight: 300;
}
section .tituloserv p{
  margin: 0 auto;
  padding: 0;
  width: 70%;
  color: #d85f18;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 25px;
}
section .servicios{
  min-height: 350px;
}
section .servicios figure{
  min-height: 180px;
}
section .servicios figure img{
  width: 60%;
}
section .servicios h5{
  color: #d85f18;
  font-family: 'Roboto', sans-serif;
  max-height: 50px;
  min-height: 50px; 
}
section .servicios h3{
  font-size: 20px;
  margin-bottom: 15px;
  min-height: 80px;
}
section .servicios p{
  min-height: 140px;
  color: #a4a4a4;
  font-family: 'Roboto', sans-serif; 
}

/* estilo quienes somos*/
.banner{
  padding: 0;
  position: relative;
}
.banner .info{
  position: absolute;
  margin: 4% auto 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
}
.banner .info h1,
.banner .info h2{
  color: white;
  font-size: 40px;
  text-shadow: 2px 2px #2c2c2c;
}
.banner .info p{
  padding: 5px 5px;
  margin: 0 auto;
  width: 40%;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Roboto', sans-serif;  
}
.banner .img-banner{
  z-index: 0;
  padding: 0;
  overflow: hidden;
}
.banner .img-banner img{
  width: 100%;
}
.info-qs .folema .glob{
  padding: 10px 0;
}
.info-qs{
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.info-qs .folema .img img{
  width: 100%;
}
.info-qs .folema p{
  text-align: center;
  color: #2c2c2c;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
}
.info-qs .folema h4{
  text-align: center;
  color: #d85f18;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  margin-bottom: 35px;
}
.info-qs .mv .dir{
  border: 1px solid #ccc;
}

.info-qs .mv .dir p{
  padding: 10px 0;
  color: #d85f18;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.info-qs .mv .dir a{
  padding-top: 15px;
  font-size: 18px;
  color: #ccc;
}

.info-qs .mv .dir a:hover{
  color: #d85f18;
}

.info-qs .mv figcaption{
  padding: 30px 0;
  color: #2c2c2c;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.info-qs .mv .titulo{
  padding: 0;
  margin: 0;
}

.info-qs .mv .titulo h1{
  ffont-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 35px;
  padding: 0;
}

/* estilo quienes somos*/

/* estilo contacto*/
.info-con {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.info-con .folema .img img{
  width: 100%;
}

.info-con .folema .glob{
  padding-top: 15px;
}

.info-con .folema .datos{
  padding-top: 15px;
  color: #2c2c2c;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.info-con .foco .formulario{
  padding: 0;
  margin: 0;
}

.info-con .foco .formulario h1{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 36px;
  padding: 0;
  padding: 15px;
}

.info-con .foco .formulario p{
  color: #2c2c2c;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 0;
  padding: 15px;
}

.info-con .foco .formulario form{
  margin: 0;
  padding: 0;
}

.info-con .foco .formulario form input{
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}

.info-con .foco .formulario form textarea{
  border: 1px solid #ccc;
  padding: 10px 0 100px 10px;
  margin: 10px 0;
}

.info-con .foco .cont-enviar input{
  color: #fff;
  background-color: #e2b603;
  border: none 0;
}

.info-con .foco .cont-enviar input:hover{
  background-color: #d85f18;
}

/* estilo contacto*/

/* estilo proyectos*/

aside{
  background: #2b2b2b;
}

aside .despro{
  color: #ccc;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 30px 0;
}


.proyect .grid{
  color: #2c2c2c;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.proyect .grid .combo{
  min-height: 300px;
  max-height: 900px;
  padding-top: 0;
  margin-top: 0;
}

.proyect .grid .combo h3{
  margin-top: 0;
  padding-top: 0;
  min-height: 55px;
  max-height: 65px;
}

.proyect .grid .combo li p{
  min-height: 90px;
  max-height: 100px;
}

.proyect .grid .combo li a{
  margin-right: 0;
  width: 100%;
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  background-color: #e2b603;
}

.proyect .grid .combo li a:hover{
  background-color: #d85f18;
}

.proyect .grid .combo li a span{
  border-left: 1px solid #FFF;
  padding: 20px 0 10px 15px;
  text-align: right;
  right: 0;
  margin: 0;
  font-size: 25px;
  margin-left: 10px;
}

/* estilo proyectos*/

/* estilo servicios*/

.info-con .tituloserv{
  padding: 0;
  margin: 0;
}

.info-con .tituloserv h1{
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 36px;
}

.info-con .tituloserv p{
  text-align: center;
  color: #2c2c2c;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 10px;
}

.info-con .art1 label{
  font-size: 15px;
  color: #d85f18;
  padding: 15px 0;
  height: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.info-con .art1 p{
  color: #2c2c2c;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  min-height: 150px;
  max-height: 150px;
}
.info-con .art1 .ver{
  color: #fff;
  background-color: #e2b603;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 10px 0 10px 15px;
  font-weight: 300;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.info-con .art1 .ver:hover{
  background-color: #d85f18;
  text-decoration: none;
}
.info-con .art1 .ver i{
  border-left: 1px solid #fff;
  padding: 15px;
  margin-left: 10px;
}

/* Default custom select styles */
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  /*z-index: 100;
  width: 100%;
  max-width: 500px;*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.cs-select:focus {
  outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
  display: none;
}

.cs-select span {
  border-bottom: 1px dashed #ccc;
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-con article .art1{
  padding: 15px;
}

.info-con .imaserv img{
  width: 100%;
}

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
  content: '\25BE';
  right: 1em;
}

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em;
}

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
  z-index: 200;
}

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden;
}

.cs-select.cs-active .cs-options {
  visibility: visible;
  position: relative;
  max-height: 800px;
}

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.cs-select ul span {
  padding: 1em;
}

.cs-select ul li.cs-focus span {
  background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
  cursor: default;
}

/* estilo servicios*/

/* estilo detalle-proyecto*/

.detapro{
  padding-top: 25px;
  border-bottom: 1px solid #ccc;
}

.detapro .ima{
  padding: 15px;
}

.detapro .ima img{
  width: 100%;
}

.detapro .detalle hgroup h4{
  color: #e2b603;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

.detapro .detalle hgroup h1{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 36px;
}

.detapro .detalle p{
  padding-top: 20px;
  color: #2c2c2c;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

.detapro .detalle .btnpro{
  text-align: right;
  margin: 15px 0;
}

.detapro .detalle .btnpro a{
  color: #fff;
  text-decoration: none;
  margin: 15px 0;
  background-color: #e2b603;
  border-radius: 5px;
  padding: 10px 35px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.detapro .detalle .btnpro a:hover{
  background-color: #d85f18;
}

.detapro .detalle a:hover{
  background-color: blue;
}
/* estilo detalle-proyecto*/


/* inicio css galeria */
.caption{
  opacity: 0;
}
.demo{
  margin: 35px 0;
  position: relative;
}
.demo .gallery_demo{
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width:100%;
}
.demo .gallery_demo li{
  margin: 15px 0 0 0;
  display: inline-block;
  padding: 0;
}
#main_image{
  padding: 0;
  margin: 0 auto 20px auto;
  background:#fff;
}
#main_image img{
  width: 100%;
  margin: 0;
}
.galleria{
  text-align: center;
  list-style:none;
}
.galleria li{
  border: 5px solid #fff;
  display: inline-block;
  width: 25%;
  height: 100px;
  overflow: hidden;
  margin: 0 5%;
}
.galleria li a{
  display: none;
  margin: 0 5%;
}
.galleria li div{
  position: absolute;
  display: none;
  top: 0;
  left: 180px
}
.galleria li div img{
  cursor: pointer;
  height: 50px;
}
.galleria li.active div img,
.galleria li.active div{
  display:block
}
.galleria li img.thumb{
  cursor:pointer;
  top:auto;
  left:auto;
  display:block;
  width:auto;
  height:auto
}
.galleria li .caption{
  display:block;
  padding-top:.5em
}
* html .galleria li div span{
  width:400px
}
/* fin galeria */

@media (max-width: 991px) {
  .menu-superior .menu-superior-int .logotipo img{
    width: 100%;
    margin: auto;
    max-width: 210px;
  }
  .menu-superior .menu-superior-int .menu li a{
    text-transform: uppercase;
    padding: 10px 20px!important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #d65501;
    font-weight: 300;
  }
  .cont-flitro .cont h3{
    text-transform: uppercase;
    padding: 6px 15px 15px 15px;
    font-style: italic;
    font-size: 18px;
    font-weight: 300;
    color: #d65501;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 15px 0;
  }
}

@media (max-width: 767px) {
  section {
    padding-top: 20px;
  }
  article .descripcion{
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .menu-superior .menu-superior-int .logotipo img{
    width: 100%;
    margin: auto;
    max-width: 230px;
  }
  .menu-superior .menu-superior-int .cont-menu{
    background-color: #d65501;
    padding: 0;
  }
  .menu-superior .menu-superior-int .cont-menu .menu{
    margin: 0;
  }
  .menu-superior .menu-superior-int .cont-menu .menu li{
    padding: 0;
    border-left: none;
    border-bottom: 1px solid #fa8031;
  }
  .menu-superior .menu-superior-int .cont-menu .menu li a{
    text-transform: uppercase;
    padding: 10px 20px!important;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 300;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .menu-superior .menu-superior-int .cont-menu .menu li a:hover{
    color: #fff;
    padding: 10px 25px 10px 35px!important;
  }
  .banner .info p{
    width: 100%; 
  }
  footer{
    text-align: center;
    float: center;
  }
  footer .pie .desa{
    text-align: center;
    float: center;
  }
  header .cabeza .logoti img{
    text-align: center;
    float:center;
    margin: 0 auto;
  }
  header .cabeza .marca{
    width: 100% !important;
    text-align: center;
    float: center !important;
    margin: 0 auto;
  }
  header .cabeza .redes{
    float: center !important;
    text-align: center; 
    margin: 0 auto;
    padding-bottom: 25px;
  }

}


