@font-face {
	font-family:"Roboto-Regular";
	src:url("../fonts/Roboto-Regular/Roboto-Regular.eot?") format("eot"),
	url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"),
	url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype"),
	url("../fonts/Roboto-Regular/Roboto-Regular.svg#") format("svg");
	font-weight:normal;
	font-style:normal;
	}
@font-face {
  font-family:"Roboto-BoldItalic";
  src:url("../fonts/Roboto-BoldItalic/Roboto-BoldItalic.eot?") format("eot"),
  url("../fonts/Roboto-BoldItalic/Roboto-BoldItalic.woff") format("woff"),
  url("../fonts/Roboto-BoldItalic/Roboto-BoldItalic.ttf") format("truetype"),
  url("../fonts/Roboto-BoldItalic/Roboto-BoldItalic.svg#") format("svg");
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:"Roboto-Bold";
  src:url("../fonts/Roboto-Bold/Roboto-Bold.eot?") format("eot"),
  url("../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"),
  url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype"),
  url("../fonts/Roboto-Bold/Roboto-Bold.svg#") format("svg");
  font-weight:normal;
  font-style:normal;
}


#contenedor{
	 width:100%;
	 overflow:hidden;
	 z-index:9999;
	 position:relative;
}

.pad{
	 padding-left:0px;
	 padding-right:0px;
}

.clear{
	 clear:both;
}

header{
   height: 36px;
   background: #fca801;
   box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.6);
   z-index: 1;
}

#menu{
	 padding-bottom: none;
	 background: transparent;
	 width: 100%;
	 float:right;
	 position: relative;
	 margin-bottom:0;
	 border: none;
}

#navbar a{
   color: #FFF;
   font-size: 16px;
   text-transform: uppercase;
   float: left;
   position: relative;
   padding: 10px 21px;
   margin-left: 20px;
}

#navbar a:hover{
   background: rgba(255, 255, 255, 255);
   color: #000;
   text-decoration: none;
}

#navbar .selec{
   background: rgba(255, 255, 255, 255);
   color: #000;
   text-decoration: none;
}

.bull{
   position: absolute;
   left: -12px;
   top: 7px;
   color: #FFF;
   font-size: 20px;
}

#sub-banner{
   background: #FFF;
   padding-bottom: 15px;
   margin-top:74vh;
}

.sub{
   float: left;
   position: relative;
   width: 100%;
   margin-top: 15px;
   border: 4px solid #fca801;
}

.volver {
   float: right;
   color: #fff;
   font-size: 20px;
   background: #fca801;
   padding: 7px;
   position: relative;
}

.caption{
   position: absolute;
   left: 0px;
   top: 30%;
   width: 100%;
   height: 100%;
   color: #FFF;
   text-align: center;
}

.sub-1{
   width: 100%;
   float: left;
   position: relative;
   font-size: 20px;
   margin-top: 10px;
}

.sub-2{
  font-size: 16px;
  margin-top: 10px;
  width: 100%;
  float: left;
  position: relative;
}

.sub-3{
   font-family: Roboto Regular;
   background: #05b0f6;
   float: left;
   position: relative;
   padding: 10px;
   color: #FFF;
   margin-left:40%;
   margin-top: 20px;
}

.sub:hover .sub-3{
   background: #fff;
   color: #000;
}

.photo {
	 background-attachment: fixed;
	 background-position: 50% 0;
	 background-repeat: no-repeat;
	 height: 345px;
	 position: relative;
   background-image: url(../img/bg.jpg);
}

.photo h1{
   font-size: 30px;
   color: #FFF;
   text-align: center;
   margin-top: 95px;
}

.photo p{
   color: #FFF;
   text-align: center;
   margin-top: 50px;
   font-size: 20px;
}

.rojo{
   color: #fca801;
   border: 4px solid #fca801;
}

.rslides {
	 position: relative;
	 list-style: none;
	 overflow: hidden;
	 width: 100%;
	 padding: 0;
	 margin: 0;
}

.rslides li {
	 -webkit-backface-visibility: hidden;
	 position: absolute;
	 display: none;
	 width: 100%;
	 left: 0;
	 top: 0;
}

.rslides li:first-child {
	 position: relative;
	 display: block;
	 float: left;
}

.rslides img {
	 display: block;
	 height: auto;
	 float: left;
	 width: 100%;
	 border: 0;
}

#home{
   background:#FFF;
} 

#texto-home{
   background:#FFF;
   padding: 30px;
}

#texto-home p{
   text-align: justify;
   font-size: 20px;
   line-height: 25px;
   margin-top: 10%;
}

#logos-home{
   padding: 20px 0px;
}

footer{
   background:#fca801;
   padding: 15px 0px;
}

.datos{
   color: #000;
   line-height: 20px;
   font-size:18px;
}

#logos-home h1{
   color: #ffab14;
   text-align: center;
   margin-top: 30px;
   margin-bottom: 30px;
}

#wt{
   background: url(../img/redes3.png) no-repeat left;
   width: 56px;
   height: 52px;
   float: left;
   margin-left: 5%;
   position: relative;
}

#wt:hover{
   background: url(../img/redes3-h.png) no-repeat left;
}

#in{
   background: url(../img/redes2.png) no-repeat left;
   width: 56px;
   height: 52px;
   float: left;
   margin-left: 5%;
   position: relative;
}

#in:hover{
   background: url(../img/redes2-h.png) no-repeat left;
}

#fb{
   background: url(../img/redes.png) no-repeat left;
   width: 56px;
   height: 52px;
   float: left;
   margin-left: 5%;
   position: relative;
}

#fb:hover{
   background: url(../img/redes-h.png) no-repeat left;
}

#web{
   background: #fff;
   padding: 5px 0px;
}

#web a{
   background: url(../img/web.png) no-repeat right;
   padding: 3px;
   padding-right: 145px;
   float:left;
   margin-left: 20%;
   color: #000;
   position: relative;
   font-family:Roboto Regular, Roboto Medium;
}

#web a:hover{
   background: url(../img/web-h.png) no-repeat right;
   text-decoration: none;
}

#empresa-top{
	 margin-top: 12%;
   border-bottom: solid 1px #828282;
   padding-bottom: 10px;
   margin-bottom: 20px;
}

#empresa-texto h1{
   color: #000;
   font-size:34px;
}

#empresa-texto p{
   font-size: 17px;
   margin-top: 20px;
   text-align: justify;
	 line-height: 20px;
   color: #a6a6a6;
}

#img-empresa{
   margin-top: 20px;
   box-shadow:  8px 10px 4px #ACACAC;
}

#empresa2{
   background: #f3f4f3;
   padding-bottom: 100px;
   padding-top: 50px;
   margin-top: 20px;
}

.mision{
   text-align: center;
   color: #FFF;
   width: 50%;
   display: block;
   margin: auto;
   margin-top: 20px;
}

.mision img{
   border: solid 5px #ffab14;
   max-width: 180px;
   max-height: 180px;
}

.mision h1{
   color: #000;
   margin-top: 15px;
	 text-align: center;
}

.mision p{
   color: #a6a6a6;
   margin-top: 22px;
	 font-size: 17px;
   line-height: 20px;
}

#img-exp{
   margin-top: 100px
}

#texto-exp{
   margin-top: 60px;
   margin-bottom: 20px;
}

#texto-exp h1{
   color: #000;
   border-bottom: solid 1px #000;
   padding-bottom: 10px;
}

#texto-exp p{
   font-size: 20px;
   margin-top: 20px;
   text-align: justify;
   color: #a6a6a6;
}

.fade-carousel {
   position: relative;
   height: 100vh;
}

.fade-carousel .carousel-inner .item {
   height: 100vh;
}

.fade-carousel .carousel-indicators > li {
   margin: 0 2px;
   background-color: #FFF;
   border-color: #FFF;
   opacity: .7;
}

.fade-carousel .carousel-indicators > li.active {
   width: 10px;
   background: #c40000;
   border-color: #c40000;
   height: 10px;
   opacity: 1;
}

.hero {
   position: absolute;
   font-family:"Neou Bold";
   top: 50%;
   left: 50%;
   z-index: 3;
   color: #fff;
   text-align: center;
   text-transform: uppercase;
   text-shadow: 1px 1px 0 rgba(0,0,0,.75);
   -webkit-transform: translate3d(-50%,-50%,0);
   -moz-transform: translate3d(-50%,-50%,0);
   -ms-transform: translate3d(-50%,-50%,0);
   -o-transform: translate3d(-50%,-50%,0);
   transform: translate3d(-50%,-50%,0);
}

.hero h1 {
	 font-size: 4em;
   margin: 0;
   padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}

.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slides-1,
.fade-carousel .slides .slides-2,
.fade-carousel .slides .slides-3,
.fade-carousel .slides .slides-4,
.fade-carousel .slides .slides-5,
.fade-carousel .slides .slides-6 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#galeria{
   background: url(../imagenes/fondo.jpg) center top no-repeat #fff;
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 30px;
}

#carousel-home2 {
   padding-bottom: 20px;
}

.caption-ser{
   width: 100%;
   background: #0000004D;
   min-height: 100%;
   font-size: 22px;
   line-height: 25px;
   color: #FFF;
   text-align: left;
   padding: 25px 15px;
   position: absolute;
   left: 0px;
   top: 0px;
}

.caption-ampliar{
   width: 99px;
   height: 61px;
   position: absolute;
   bottom: 6px;
   right: 6px;
   background: url(../img/ampliar.png);
}

.caption-ampliar:hover{
   background: url(../img/ampliar-h.png);
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  z-index:9999;
  }
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
  }
.fancybox-skin {
  position: relative;
  background: #FFF;
  color: #444;
  text-shadow: none;
  }
.fancybox-opened {
  z-index: 999999;
  }
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  }
.fancybox-outer, .fancybox-inner {
  position: relative;
  }
.fancybox-inner {
  overflow: hidden;
  }
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
  }
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
  }
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  }
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
  }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
  }
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 9999;
  }
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat;
  }
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 99999;
  }
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 999999;
  }
.fancybox-prev {
  left: 0;
  }
.fancybox-next {
  right: 0;
  }
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 99999;
  visibility: hidden;
  }
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
  }
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
  }
.fancybox-nav:hover span {
  visibility: visible;
  }
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
  }
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
  }
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index:9999;
  background-image:url(../img/fancybox_overlay.png);
  }
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  }
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
  }
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  }
.fancybox-opened .fancybox-title {
  visibility: visible;
  }
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: -25px;
  margin-left: -15px;
  z-index:99999;
  }
.fancybox-title-float-wrap .child {
  display: inline-block;
  width: 100%;
  float: left;
  position: relative;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: #000;
  color: #4286b0;
  line-height: 24px;
  white-space: nowrap;
  }
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
  }
.fancybox-title-inside-wrap {
  padding-top: 10px;
  }
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
  }

#carousel-home2 .carousel-indicators{
   bottom: -26px;
}

#carousel-home2 .carousel-indicators li{
   background: #fca801;
   width: 20px;
   height: 20px;
   border:none;
}

#carousel-home2 .carousel-indicators .active{
   background: #000;
}

#servicios{
   padding-bottom: 30px;
}

#servicios h1{
   color:#000;
   font-size: 34px;
   text-align: center;
   font-weight: normal;
   margin-top: 5%;
}

#servicios h4{
   color: #a6a6a6;
   font-size: 17px;
   text-align:left;
   font-weight: normal;
   margin-top: 24px;
   line-height:20px;
}

#texto-pro p{
   color:#a6a6a6;
   font-size: 17px;
   margin-top: 20px;
   text-align: justify;
}

.line{
   background: #000;
   height: 1px;
   width: 380px;
   display: block;
   margin: 10px auto;
}

.btn-ser{
   float: left;
   position: relative;
   margin-top: 30px;
   width: 100%;
}

.btn-ser:hover .title-ser{
   background: #000;
   text-decoration: none;
}

.servicios-b{
   padding-bottom: 30px;
   float: left;
   position: relative;
   width: 100%;
   margin-top: 80px;
}

.servicio{
   float: left;
   position: relative;
   width: 100%;
   margin-top: 30px;
}

.servicio-caption{
   position: absolute;
   bottom: 0px;
   left: 0px;
   background: #fca801;
   width: 100%;
   padding: 15px;
   color: #FFF;
   font-size: 20px;
}

.mas{
   position: absolute;
   right: 15px;
   top: 15px;
   color: #FFF;
}

#servicios-bg{
   background: url(../img/servicios-bg.jpg) no-repeat center top;
   padding: 220px 0px;
}

#servicios-bg h1{
   font-size:42px;
   text-align: center;
   color: #FFF;
}

#titulo-servicios{
   margin-top: 10%;
}

#titulo-servicios h1{
   color: #000;
   font-size: 34px;
   text-align: center;
   font-weight: normal;
}

#titulo-servicios p {
   color: #000;
   font-size: 25px;
   text-align: center;
}
#titulo-servicios a{
   float: right;
   font-family: 'Cuprum', sans-serif;
   font-size: 20px;
   padding: 10px;
	 position: relative;
	 background: #fca801;
	 color: #FFF;
	 margin-right: 20px;
}

#titulo-servicios h4{
   margin-top: 35px;
}

#servicios-fotos{
   margin-top: 10px;
   padding-bottom: 50px;
}

.servicio-foto{
   float: left;
   position: relative;
   width: 100%;
   margin-top: 20px;
}

.ser-foto-cap{
   float: left;
   position: relative;
   margin-top: 3px;
   background: #c40000;
   color: #FFF;
   padding: 10px;
   width: 100%;
   font-size: 20px;
   z-index: 20;
}

.ser-mas{
   display: none;
}

.servicio-foto:hover .ser-mas{
   width: 100%;
   display: block;
   height: 100%;
   position: absolute;
   left: 0px;
   z-index: 10;
   top: 0px;
   background: rgba(0, 0, 0, 0.20);
}

.mas-s{
   color: #FFF;
   font-size: 40px;
   text-align: center;
   width: 100%;
   margin-top: 25%;
}

.photo2 {
	 background-attachment: fixed;
	 background-position: 50% 0;
	 background-repeat: no-repeat;
	 height: 500px;
	 position: relative;
   background-image: url(../img/servicios-bg.jpg);
}

.photo2 h1{
   font-size: 25px;
   color: #FFF;
   text-align: center;
   margin-top: 200px;
}

.photo2 h1{
   font-size:42px;
   text-align: center;
   color: #FFF;
}

#contacto{
   border-top: solid 1px #000;
   padding-top: 40px;
   margin-top: 100px;
}

#texto-cont h1{
   font-size: 34px;
   color: #000;
}

#texto-cont p{
   text-align: justify;
	 font-size: 17px;
   margin-bottom: 20px;
   margin-top: 30px;
   line-height: 20px;
}

#texto-cont img{
   float: right;
}

#formulario{
   margin-bottom: 10px;
}

#formulario h2{
   font-size: 18px;
   text-transform: uppercase;
   margin-top: 6px;
}

#formulario input{
	 width:100%;
	 background-color:transparent;
	 border:solid 1px #000;
	 color:#000;
	 font-size:16px;
	 padding:10px;
	 margin-top:2px;
}

#formulario textarea{
	 width:100%;
   background-color:transparent;
	 border:solid 1px #000;
	 color:#000;
	 font-size:16px;
	 padding:15px;
	 height:95px;
	 margin-bottom:7px;
	 margin-top:2px;
}

#enviar{
	 width:90px !important;
	 border:none !important;
	 cursor:pointer;
	 position:relative;
	 float:right;
	 font-size:16px !important;
	 color:#FFF !important;
	 text-align:center;
   background:#fca801 !important;
	 margin-top:5px !important;
	 margin-bottom:0px !important;
	 padding:10px 0px !important;
	 margin-right:15px;
}

#enviar:hover{
	 background:#000 !important;
}

#borrar{
	 width:90px !important;
	 border:none !important;
	 cursor:pointer;
	 position:relative;
	 float:right;
	 font-size:16px !important;
	 color:#FFF !important;
	 text-align:center;
   background:#fca801 !important;
	 margin-top:5px !important;
	 margin-bottom:0px !important;
	 padding:10px 0px !important;
}

#borrar:hover{
	 background:#000!important;
}

#mapa{
   margin-top: 30px;
   padding-bottom: 20px;
}

#mapa h1{
   font-size: 34px;
   color: #c40000;
   text-align: center;
}

#map{
	 height:315px;
	 margin-bottom:30px;
	 margin-top:30px;
   border: solid 1px #c40000;
}

#ampliar{
	 background:url(../img/ampliar.png);
   width: 122px;
   height: 132px;
	 position:absolute;
	 bottom:-15px;
   right: 15px;
}

#ampliar:hover{
	 background:url(../img/ampliar-h.png);
}




@media (max-width: 400px){
  
  .sub-1{
    margin-top: 10px;
    font-size: 18px;
  }

}

@media screen and (max-width: 640px){
  
  .hero h1 { 
     font-size: 4em; 
  }
}

@media (max-width: 768px){
  
  header{
    height: auto;
  }
  .menu a{
    width: 100%;
  }
}

@media (max-width:900px) and (min-width:780px){
  
  header{
    height:auto;
    box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.6);
    z-index: 1;
    position:relative;
    float:left;
  }

  #navbar a{
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    position: relative;
    padding:10px 18px;
    margin-left: 20px;
    margin-top:10px;
  }

  #logo{
    background: #FFF;
    box-shadow:  0px 5px 13px rgba(0, 0, 0, 0.6);
    width:100%;
  }

  .photo2 h1{
    font-size: 28px;
    margin-top: 80px;
  }

  #servicios-bg{
    padding: 20px 0px;
  }

  #servicios-bg h1{
    font-size: 28px;
  }

  #empresa-texto h1 {
    font-size: 28px;
  }
}


@media (max-width:1200px) and (min-width:900px){

  .hero { 
    width: 980px; 
  }

  header{
    height:auto;
    box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.6);
    z-index: 1;
    position:relative;
    float:left;
  }

  #navbar a{
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    position: relative;
    padding:10px 30px;
    margin-top:8px;
  }
}

@media (max-width:1600px) and (min-width:1200px){

  header{
    box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.6);
    z-index: 1;
    position:relative;
    float:left;
  }

  #navbar a{
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    position: relative;
    padding:10px 8px;
  }
}