/* Reylaver v1.0 */
@font-face {
  font-family: "RobotoSlab-Regular";
  src: url("../fonts/RobotoSlab/RobotoSlab-Regular.ttf");  
}
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

/*************************
*******Typography******
**************************/
body {
  background: #fff;
  font-family: RobotoSlab-Regular;
  color:#333;
  line-height:1.6em;
  overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:500; 
    font-family: RobotoSlab-Regular;
	  color:#fff;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size:36px;
}

h3{
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.text_Black{
  font-size: 18px;
  color:#000;
  font-weight: 400;
  text-align:justify;

}

.text_Contact{
  font-size: 15px;
  color:#000;
  font-weight: 400;
  text-align:justify;

}

.text-faded {
    color: rgba(255,255,255,.7);
}

a {
  color: #428400;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color:rgba(0,0,0,.85);
  text-decoration:none;
}

hr {
    max-width: 150px;
    /*border-color: #f05f40;*/
    border-color: #428400;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}
hr.gray {
    border-color: #F8F8F8;
}
hr.green {
    border-color: #428400;
}

/* boton */
.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #428400;
    color: #428400;
    background-color: #428400;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #428400;
}

.btn-primary {
  width: 250px;
  height: 50px;
  font-size: 18px;
    /*border-color: #f05f40;*/
  border-color: #428400;
    color: #fff;
    /*background-color: #f05f40;*/
  background-color: #428400;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #fff;
    color: #fff;
    background-color: #428400;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    /*border-color: #f05f40;
    background-color: #f05f40;*/
    border-color: #428400;
    background-color: #428400;
}

.btn-primary .badge {
    /*color: #f05f40;*/
  color: #428400;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: RobotoSlab-Regular;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}
/* boton */

/*************************
*******Header******
**************************/
.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #428400;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar-header a.navbar-brand {
   color:#111;
   font-family: RobotoSlab-Regular;
}

.navbar-header a.navbar-brand:hover{
   color:#000;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #151515;
  padding: 1px 0;/* Espacio apartir del cual toma el slider */
  padding-bottom: 0;
}

/* posicion del menu con relacion al top*/
.navbar-nav{
  margin-top: 20px;
 }
 /* posicion del menu con relacion al top*/

/* espacio entre los menus */
.navbar-nav>li{
  margin-left: 20px;
  padding-bottom: 8px;
}
/* espacio entre los menus */

.navbar-fixed-top .navbar-nav > li > a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #111;
	line-height: 24px;
	display: inline-block;
	text-transform:;
	font-weight:700;
	font-size:14px;
	font-family: RobotoSlab-Regular;
  text-transform: uppercase;
}

/* Color de fondo al pasar el mouse sobre la etiqueta <li> */
.navbar-fixed-top .navbar-nav > li > a:hover{
	background: none;	
	color:#428400;
}
/* Color de fondo al pasar el mouse sobre la etiqueta <li> */

/* Color Fondo navbar */
.navbar-fixed-top {
  border: none;
  background: #fff;
}
/* Color Fondo navbar */

.navbar-fixed-top .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

/* Color al estar activo un menu */
.navbar-fixed-top .navbar-nav > .active > a,
.navbar-fixed-top .navbar-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav > .active > a:focus,
.navbar-fixed-top .navbar-nav > .open > a,
.navbar-fixed-top .navbar-nav > .open > a:hover,
.navbar-fixed-top .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #428400;
}
/* Color al estar activo un menu */

/*************************
*******Slider******
**************************/
/* espacio entre el navbar y el slider */
.slider {
	position: relative;	
	padding-top:65px;
}
/* espacio entre el navbar y el slider */

#carousel-slider {
  position: 100%;
}

#carousel-slider .carousel-indicators {
  bottom: -30px;
}

#carousel-slider .carousel-indicators li {
  border: 2px solid #428400;
}

#carousel-slider a i {
  border: none;
  border-radius:50%;
  font-size: 30px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#0BA9F9;
}

#carousel-slider a i:hover {
  background:none;
  color:#fff;
  border: none;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:50px;
  top:265px;
}

#carousel-slider .carousel-control.right i {
  right: 50px;
  top:265px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}


@media(min-width:250px) {
  .caption-1 {
    top: -30px;
    width:50%;
    height:25%;
    color: #fff;
    margin-left:20px;
  }
  .caption-2 {
    top: -30px;
    width:50%;
    height:25%;
    color: #fff;
    margin-left:20px;
  }
  .carousel-caption h2{
    font-size:16px;
  }
  .carousel-caption span{
    font-size:25px;"
  }
}

@media(min-width:465px) {
  .caption-1 {
    top: 50px;
    margin-left:50px;
    width:50%;
    color: #fff;
  }
  .caption-2 {
    top: 50px;
    margin-left:50px;
    width:50%;
    color: #fff;
  }
  .carousel-caption h2{
    font-size:24px;
  }
}

@media(min-width:768px) {
  .caption-1 {
    top: 10px;
    width:50%;
    color: #fff;
  }
  .caption-2 {
    top: 10px;
    width:50%;
    color: #fff;
  }
  .carousel-caption h2{
    font-size:30px;
  }
  .carousel-caption span{
    font-size:50px;"
  }
}
@media(min-width:992px) {
  .caption-1 {
    top: 70px;
    left: 150px;
    width:50%;
    color: #fff;
  }
  .caption-2 {
    top: 10px;
    width:50%;
    color: #fff;
  }
  .carousel-caption h2{
    font-size:36px;
  }
  .carousel-caption span{
    font-size:50px;"
  }
  
}
@media(min-width:992px) {
  .caption-1 {
    top: 70px;
    left: 150px;
    width:50%;
    color: #fff;
  }
  .caption-2 {
    top: 10px;
    width:50%;
    color: #fff;
  }
  .carousel-caption h2{
    font-size:36px;
  }
  .carousel-caption span{
    font-size:50px;"
  }
  
}
/*************************
*******Slider******
**************************/

/* Servicio */
.banner-ourcompany {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-ourcompany.jpg) no-repeat center center;
    background-size: cover;
}

.banner-services {
    padding: 200px 0;
    color: #f8f8f8;
    background: url(../img/background_services.jpg) no-repeat center center;
    background-size: cover;
}

.banner-float-window_rA {
    padding: 100px 200px;
    background: url(../img/portfolio//remolque_A.jpg) no-repeat center center;
    background-size: cover;
    text-align:center;
    background-position:center;
    position:static;
}
.banner-float-window_rB {
    padding: 100px 200px;
    background: url(../img/portfolio//remolque_B.jpg) no-repeat center center;
    background-size: cover;
  text-align:center;
  background-position:center;
  position:static;
}
.banner-float-window_lA {
    padding: 100px 200px;
    background: url(../img/portfolio//lanchaje_A.jpg) no-repeat center center;
    background-size: cover;
  text-align:center;
  background-position:center;
  position:static;
}
.banner-float-window_lB {
    padding: 100px 200px;
    background: url(../img/portfolio//lanchaje_B.jpg) no-repeat center center;
    background-size: cover;
  text-align:center;
  background-position:center;
  position:static;
}
.banner-float-window_aA {
    padding: 100px 200px;
    background: url(../img/portfolio//amarre_A.jpg) no-repeat center center;
    background-size: cover;
  text-align:center;
  background-position:center;
  position:static;
}
.banner-float-window_aB {
    padding: 100px 200px;
    background: url(../img/portfolio//amarre_B.jpg) no-repeat center center;
    background-size: cover;
  text-align:center;
  background-position:center;
  position:static;
}
.banner-services h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 2.3em;
  text-align:center;
}
.banner-services ul {
    margin-bottom: 0;
  text-align:center;
  margin-top:15px;
  margin-right: 10px;
  font-size: 1.2em;
  color: rgba(255,255,255,.7);
}
.banner-expertise {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-Experiencia.jpg) no-repeat center center;
    background-size: cover;
}
.banner-text-buttons {
    float: center;
    margin-top: 0;
}

@media(max-width:992px) {
    ul.banner-text-buttons {
        float: center;
        margin-top: 15px;
    }
}

@media(max-width:768px) {
  .banner-ourcompany {
    background-position:left;
  }
  .banner-float-window {
    background-position:left;
  }
    .banner-services h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 2.3em;
    }

    ul.banner-text-buttons > li {
        margin-bottom: 20px;
        padding: 0;
    font-size: 1em;
    }

    ul.banner-text-buttons > li:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:465px) {
    ul.banner-text-buttons > li {
        margin-bottom: 20px;
        padding: 0;
    font-size: 0.8em;
    }

}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(7,107,59,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-description,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: RobotoSlab-Regular;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-description {    
    font-size: 12px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
  text-transform: uppercase;
    font-weight: 600;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-description {
        font-size: 14px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}
/*
.no-padding {
    padding: 0;
}*/
/* Espacio entre los servicio */
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
/* Espacio entre los servicio */
/* Servicio */

/*************************
*******feature******
**************************/
#nosotros {
	padding-top:90px;
	background:#fff;
	padding-bottom:50px;
}

.hi-icon-effect {
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
}

.hi-icon-effect:hover {
	border-radius:6px;
	background:#f4f4f4;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.hi-icon-effect i.fa:hover {
	background:#fff;
	color: #0BA9F9;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.text-center i {
	font-size:30px;
	margin-top:50px;
	margin-bottom:30px;
	color:#fff;
	padding:50px;
	background:#0BA9F9;
	border-radius:50%;
}
.text-center h2 {
	margin-top:20px;
	margin-bottom:20px;
}

.text-center h3 {
	font-size:35px;
	margin-top:50px;
	margin-bottom:20px;
	color:#fff;
}

.text-center p {
	margin-bottom:30px;
}

/*************************
*******services******
**************************/
#servicio {
  padding-top:70px;
  padding-bottom:70px;
  background:#f4f4f4;
}

#experiencia {
  padding-top:90px;
  background:#fff;
  padding-bottom:40px;
}

#ubicacion {
  padding-top:70px;
  padding-bottom:70px;
  background:#f4f4f4;
}
/*************************
*******parallax******
**************************/

.parallax-window {
    min-height: 500px;
    background: transparent;
}

.parallax-window .text-center h2 {		
	font-size:60px;
	margin-top:90px;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
}

.parallax-window .text-center p {	
	color:#fff;
	font-size:20px;	
}

/*************************
*******pricing******
**************************/
#contact {
	padding-top:90px;
	background:#fff;
	padding-bottom:40px;
}

}

/*************************
*******footer******
**************************/
.footer {
  margin-top: 25px;
  font-size:12px;
}
.link_footer {
  margin-right:35px;
  margin-bottom:0px;
  text-decoration:none;
}
.link_footer:hover {
  text-decoration:none;
}
.footer > :last-child {
  margin-bottom: 0;
}
/*************************
*******footer******
**************************/


/* Zoom
 ========================================================================== */
.zoom {
  /* Aumentamos la anchura y altura durante 2 segundos */
  transition: width 2s, height 2s, transform 2s;
  -ms-transition: width 2s, height 2s, -moz-transform 2s;
  -moz-transition: width 2s, height 2s, -moz-transform 2s;
  -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
  -o-transition: width 2s, height 2s,-o-transform 2s;
}

.zoom:hover{
  /* tranformamos el elemento al pasar el mouse por encima al doble de su tamaño con scale(2). */
  transform : scale(1.1);
  -ms-transform : scale(1.1);      /* IE */
  -moz-transform : scale(1.1);      /* Firefox */
  -webkit-transform : scale(1.1);   /* Chrome - Safari */
  -o-transform : scale(1.1);        /* Opera */
}
/* Zoom
 ========================================================================== */

 /* Efecto Servicio */
/*Estilos Base*/
.contenedor-img {
width: 450px;
height: 335px;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
background: #fff;
}
.contenedor-img .mascara,.contenedor-img .contenido {
width: 450px;
height: 335px;
position: absolute;
overflow: hidden;
top: 0;
left: 0
}
.contenedor-img img {
display: block;
position: relative;

}
.contenedor-img h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
background: rgba(0, 0, 0, 0.9);
margin: 20px 0 0 0
}
.contenedor-img p {
font-size: 12px;
position: relative;
color: #fff;
padding: 10px 20px 10px;
text-align: center
}
.contenedor-img a.link {
display: inline-block;
text-decoration: none;
padding: 7px 18px;
background: #222;
color: #fff;
text-transform: uppercase;
box-shadow: 0 0 1px #000
}
.contenedor-img a.link:hover {
box-shadow: 0 0 5px #000
}

/*Ejemplo 1*/
.ejemplo-1 img {
transition: all 0.2s linear;
}
.ejemplo-1 .mascara {
opacity: 0;
background-color: rgba(46,157,120, 0.7);
transition: all 0.3s ease-in-out;
}
.ejemplo-1 h2 {
transform: translateX(-200px);/*Desplazamos a la izquierda*/
opacity: 0;
transition: all 0.7s ease-in-out;
}
.ejemplo-1 p {
transform: translateX(200px);/*Desplazamos a la derecha*/
opacity: 0;
transition: all 0.4s linear;
}
.ejemplo-1 a.link{
opacity: 0;
transition: all 0.4s ease-in-out;
transform: translateY(100px)/*Desplazamos para abajo*/
}
.ejemplo-1:hover img {
transform: scale(1.1);/*Damos un ligero zoom a la imagen*/
}
.ejemplo-1:hover .mascara {
opacity: 1;
}
.ejemplo-1:hover h2,
.ejemplo-1:hover p,
.ejemplo-1:hover a.link {
opacity: 1;
transform: translateX(0px);/*Regresamos a las posiciones originales*/
}
.ejemplo-1:hover p {
transition-delay: 0.1s;
}
.ejemplo-1:hover a.link {
transition-delay: 0.2s; /*Aplicamos un pequeño retardo para que se muestre al final*/
transform: translateY(150px);
}
/* Efecto servicio */
