@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
*{
  margin: 0;
  padding: 0;
  border: 0;
}

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

h1,h2,h3,h4,h5 {
  font-family: 'Open Sans', sans-serif !important;
}
p {
  font-size: 16px !important;
}
.bold {
  font-weight: bold;
}

.bolder {
  font-weight: bolder;
}

.margen_arriba_10 {
  margin-top:10px;
}

.margen_arriba_30 {
	margin-top:30px;
	}


.margen_arriba_60 {
  margin-top:60px;
  }
.margen_arriba_100 {
	margin-top:100px;
}

.margen_abajo_100 {
	margin-bottom: 100px;
}
.margen_arriba_porciento {
  margin-top: 59%;
  }

.margen_abajo {
	margin-bottom: 30px;
	}

.margen_abajo_60 {
	margin-bottom: 60px;
	}

.padding_left {
  padding-left: 30px;
}

.padding_right_10 {
  padding-right: 10px;
}

.full_width {
  width: 100%;
}

.color_naranja {
  color: #D83C36 ;
}

.color_blanco {
  color: white;
}
.color_gris_fuerte {
  color: #6c6c6c;
}

.nav.navbar-nav {
    margin-top: 13px;
    margin-bottom: 13px;
}

.navbar-default .navbar-nav>li>a {
    color: #D83C36;
    font-weight: bolder;
}

.textura_header {
  background-image: url(../img/textura-header.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.separador {
  color:#D83C36 !important;
  margin: 0px;
  padding: 0px;
  cursor: default;;
}
.separador:hover{
  color: #D83C36 !important;
  cursor: default;;
}
.nav>li>a {
    padding: 10px 4px;
    line-height: 37px;
}

.navbar {
    margin-bottom: 0px;
}

.logo_kane {
  width: 59px;
  margin-top: -7px;
}


.media-carousel .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.media-carousel .carousel-caption h1 {
  font-size:4.5em;
  font-weight: bolder;
}

.media-carousel .carousel-control.left, .carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.media-carousel .boton-carousel {
    position: absolute;
    top: 56%;
    z-index: 5;
    display: inline-block;
    margin-top: -40px;
    width: 45px;
}

.media-carousel .carousel-control {
  width: 10%
}
.media-carousel .carousel-control.right {
  margin-right: 30px;
}

.divider {
  position: relative;
}

.divider .divisor-imagen {
  position: absolute;
  width: 60%;
  right: 0;
  bottom: 0;

}

.fondo_gris {
  background-color: #343434;
  width: 100%;
}

.titulo-fondo-gris {
  font-weight: bolder;
  color: white;
}

.iconos-fondo-gris {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.contenido-quienes-somos {
  height: 500px;
  width: 100%;
  background-image: url(../img/home/Quienes-somos-uno.jpg);
  padding-top: 10%;
  background-size: cover;
  background-position: center;
}
.contenido-quienes-somos2 {
  height: 500px;
  width: 100%;
  background-image: url(../img/home/Quienes-somos-dos.jpg);
  padding-top: 10%;
  background-size: cover;
  background-position: center;
}
.contenido-quienes-somos3 {
  height: 500px;
  width: 100%;
  background-image: url(../img/home/Quienes-somos-tres.jpg);
  padding-top: 10%;
  background-size: cover;
  background-position: center;
}

.mapa {
  width: 100%;
  height: auto;
  position: relative;
}

.info-mapa {
  width: 36%;
  position: absolute;
  background-color: white;
  top:13%;
  right:4%;
  padding: 0 30px;
  padding-bottom: 30px;
}
.boton-contacto-link:hover {
  text-decoration: none;
}
.boton-contacto {
  background-color: #d5574c;
  color: white;
  padding: 15px;
  border-radius: 5px;
  width: 200px;
  text-align: center;
}

.boton-contacto:hover {
  background-color: #c34a3f;
}

.footer {
  position: relative;
  background: url(../img/textura-mitad-izq.svg) left no-repeat, url(../img/textura-mitad.svg) right no-repeat;
  background-color: #d5574c;
}

.logo-footer {
  position: absolute;
  width: 180px;
  bottom:  0;
  right: 0;
  margin-right: 10%;
  margin-bottom: 30px;
}

div.links_footer {
  color: white;
  display: flex;
  justify-content: space-between;
}

.links-blancos{
  color: white !important;
}

.links-blancos:hover{
  color:#d5d5d5 !important;
  text-decoration: none;
}
.links-negros{
  color: #959595 !important;
}

.links-negros:hover{
  color:#6a6a6a!important;
  text-decoration: none;
}



/* ----------------------------------
EMPIEZAN ESTILOS SECCION SERVICIOS
-----------------------------------*/

.font_size_carousel_servicios h1 {
    font-size: 4em !important;
}

.divider-servicios {
  position: relative;
  width: 100%;
}

.divider-servicios .divisor-imagen {
  position: absolute;
  width: 60%;
  right: 0;
  top: 0;
}
.contenedor_info_img_servicios {
  position: relative;
}
.info_img_servicos {
    width: 88.5vw;
    height: 80%;
    background-color: #343434;
    position: absolute;
    top: 10%;
    left: 0;
    padding-left: 115%;
    padding-top: 18%;
    padding-right: 30%;
    z-index: -1;
}

.info_img_servicos_der {
  width: 88.5vw;
  height: 80%;
  background-color: #343434;
  position: absolute;
  top:10%;
  right: 0;
  padding-right: 115%;
  padding-top: 18%;
  padding-left: 30%;
  z-index: -1;
}

.boton-enviar {
  background-color: #c34a3f;
  border-color:  #c34a3f;
  color: white;
}

textarea.form-control {
    height: 85px;
}

/* ----------------------------------
EMPIEZAN ESTILOS SECCION CAPACITACION
-----------------------------------*/
h4.porcentajes strong {
  color: #c34a3f;
  font-weight: bolder;

}

.contenedo-reticula {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.fotos-items {
  width: 33.33%;
}

.fotos-items img {
  width: 100%;
}

.fondo_gris_claro {
  width: 100%;
  background-color: #eeeeee;
}

.conenedor_foto_capacitacion {
  width: 100%;
  height: 60vh;
  background-image: url(../img/capacitacion/capacitacion-icono-imagen.jpg);
  background-size: cover;
  display: flex;
}

.contenedo-icono {
  width: 40%;
  height: 100%;
  background-color: rgba(195, 74, 63, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenedo-icono img {
  width: 30%;
}

/* ----------------------------------
EMPIEZAN ESTILOS SECCION CAPACITACION
-----------------------------------*/

.fondo_extintores {
    background-image: url(../img/extintores-leon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 396%;
    background-position-x: 396%;
    background-position-y: center;
}
.fondo_naranja {
  background-color: rgba(195, 74, 63, 1);
}

.boton-enviar2 {
  background-color: #434040;
  border-color:  #434040;
  color: white;
}


/* ----------------------------------
EMPIEZAN ESTILOS SECCION Productos
-----------------------------------*/
.font_size_carousel_servicios2 h1 {
    font-size: 3em !important;
}
.nuestros_productos {
  width: 100%;
  height: 50vh;
  background-image: url(../img/productos/Nuestros-productos.jpg);
  background-size: cover;
  display: flex;
  justify-content: flex-end;
}

.nuestros_productos .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nuestros_productos .container h2 {
  font-size: 3em;
}

.fondo_extintores_productos {
  background-image: url(../img/productos/Productos.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  height: 45vh;
}
.fondo_clasificacion_productos {
  background-image: url(../img/productos/fondo-textura.png);
  background-repeat: no-repeat;


}

/* ----------------------------------
EMPIEZAN ESTILOS SECCION NOSOTROS
-----------------------------------*/

.fondo_quienes_somos {
  width: 100%;
  background-image: url(../img/asesores-seguridad-industrial.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.horarios {
  position: absolute;
  bottom: -2px;
  right: 0;
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}

.diagonal-divisor {
  position: absolute;
  height: 135px;
  top: 0px;
  left: -98px;
}

.contenedor-lugar-icono {
  display: flex;
  align-items: center;

}
.contenedor-lugar-icono-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;

}

.lugar-icono {
  width: 120px;

}
.lugar-icono2 {
  width: 50px;
  margin-left: 30px;

}
.lugar-icono3 {
  width: 50px;
  margin-left: 30px;
}
.filosofia_contenedor {
  /* background-color: green;*/
  height: 100%;
  display: flex;
}
.filosofia {
  /*background-color: red;*/
  height:94%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.item-itself {
  position: absolute;
  width: 63%;
  top: 0;
  right: 0;
}

.fondo_certificaciones {
  position: relative;
  background: url(../img/textura-mitad-izq.svg) left no-repeat, url(../img/textura-mitad.svg) right no-repeat;
  background-color: #747474;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  position: relative;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 10;
}

.logo_centrado {
  margin: 0 auto;
}

/*@screen-xs dispositivos moviles*/
@media only screen and (min-width : 320px) {
  .logo_kane {
    width: 34px;
    margin-top: -7px;
  }
  .media-carousel .carousel-caption h1 {
    font-size: 1.3em;
    font-weight: bolder;
  }
  div.links_footer {
    color: white;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .logo-footer {
    position: absolute;
    width: 112px;
    bottom: 0;
    right: 0;
    margin-right: 10%;
    margin-bottom: 30px;
  }
  .contenido-quienes-somos {
    height: 300px;
    width: 100%;
  }
  .contenido-quienes-somos2 {
    height: 300px;
    width: 100%;

  }
  .contenido-quienes-somos3 {
    height: 300px;
    width: 100%;
  }
  .separador2{
    color:#D83C36 !important;
    margin: 0px;
    padding: 0px;
    cursor: default;
    display: none !important;
  }

  #certificaciones {
    overflow: hidden;
  }

  .font_size_carousel_servicios h1 {
    font-size: 1.6em !important;
  }
  .info_img_servicos {
    display: none;
  }
  .info_img_servicos_der {
    display: none;
  }
  .fondo_gris_xs {
    background-color: #343434;
    margin-top: -40px;
    padding: 15px;
  }
  .font_size_carousel_servicios2 h1 {
    font-size: 1.4em !important;
  }


}

/* Small devices (tablets, up to 768px) */
@media (min-width: 400px) {
  .logo_kane {
    width: 59px;
    margin-top: -7px;
  }
  .media-carousel .carousel-caption h1 {
    font-size: 4.5em;
    font-weight: bolder;
  }
  div.links_footer {
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .logo-footer {
    position: absolute;
    width: 107px;
    bottom: 0;
    right: 0;
    margin-right: 10%;
    margin-bottom: 68px;
  }
  .contenido-quienes-somos {
    height: 500px;
    width: 100%;
  }
  .contenido-quienes-somos2 {
    height: 500px;
    width: 100%;

  }
  .contenido-quienes-somos3 {
    height: 500px;
    width: 100%;
  }
  .font_size_carousel_servicios h1 {
    font-size: 4em !important;
  }
  .info_img_servicos {
    display: block;
  }
  .info_img_servicos_der {
    display: block;
  }

  .font_size_carousel_servicios2 h1 {
    font-size: 3em !important;
}

}

/* Small devices (tablets, up to 768px) */
@media (min-width: 1400px) {

}
