@charset "UTF-8";


/*=============================================
  SCROLL SUAVE
 =============================================*/
html {
  scroll-behavior: smooth;
}


/*=============================================
 NAVBAR FIJO
 =============================================*/
body { padding-top: 86px; }


/*=============================================
  FLECHA TOP
 =============================================*/
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}



/*=============================================
  WEB
 =============================================*/
.bg-primary, .badge-primary, .btn-primary {
    color: #fff;
    background-color: #0088cc !important;
}

.text-primary {
   color: #0088cc !important; 
}


  .navbar {
    background-color: #fff;
  }


  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

.cursorLink {
  cursor:pointer;
}



#iniciodestacados p, #iniciofabricacion p{
    font-size: 1.25rem;
    font-weight: 300;
}

#postver p {
    font-size: 1.25rem;
    font-weight: 400;
}


.jumbotron {
    margin-bottom: 0rem; 
    border-bottom: 2px solid #ccc;
}



/*=============================================
  LISTA INFORMACION LEGAL
 =============================================*/
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid white;
    border-top: 0;
    border-bottom: 1;
    border-bottom: 1;
    padding-left: 2px;
}

/*=============================================
CAMBIO DE TAMAÑO
=============================================*/
  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }

 
 }


/*=============================================
CAMBIO DE TAMAÑO
=============================================*/


#portfolio .container-fluid {
  max-width: 1920px;
}

#portfolio .container-fluid .portfolio-box {
  position: relative;
  display: block;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(0, 136, 204, 0.9);
  transition: opacity 0.25s ease;
  text-align: center;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name {
  font-size: 1.2rem;
}

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


.page-item, .btnMostrarNumeroDeFilas, .btnMostrarPagina {

  cursor: pointer;
}