@charset "utf-8";
/* CSS Document */
header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  background-image: url("../images/bannermain.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
header.masthead .masthead-subheading {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 25px;
  font-family: "Poppins";
}
header.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  font-family: "Poppins";
	
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }
  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }
  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
}

/**/
#mainNav {
  padding: 1rem;
  background: #fff;
}

#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-size: 1rem;
  font-family: "Roboto";
  text-transform: uppercase;
  font-weight: 700;
  background: #DACE5E
}

#mainNav .navbar-toggler:hover {
  background: #148A58;
  transition: all 0.3s ease;
}
#mainNav .navbar-brand {
  color: #148A58;
  font-family: "Roboto";
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}
#mainNav .navbar-brand img {
  height: 4rem;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 0.9rem;
  color: #000;
  padding-left: 4px;
}
#mainNav .dropdown-menu {
  font-family: "Roboto";
  font-size: 0.9rem;
  font-weight: 500;
  background-color: rgba(22,186,86,0.7);
  border: none;
  border-radius: 0px;
  transition: all 0.3s ease;
}
#mainNav .dropdown-menu .dropdown-item {
  font-weight: 600;
}
#mainNav .dropdown-menu .active {
  font-weight: 600;
  background-color: #148a58;
}

#mainNav .dropdown-menu .dropdown-item.active .dropdown-item:hover .{
  font-weight: 700;
  background-color: #148A58;
  transition: all 0.3s ease;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}


#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover  {
  color: #fff;
  background-color: #DACE5E;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border: none;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out; 

  }
	     
  #mainNav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }
  #mainNav .navbar-brand img {
    height: 4rem;
    transition: height 0.3s ease-in-out;
  }
  #mainNav.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
	  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
	  
  }
  #mainNav.navbar-shrink .navbar-brand svg,
  #mainNav.navbar-shrink .navbar-brand img {
    height: 3rem;
  }
  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .navbar {
        background-color: rgba(0,0,0,0.7);

  }
}

/*TEAM*/
.team {	
	margin: 9px 0 9px 0;
 }

.bg-team {  
	background-image: url("../images/bgquienes.JPG"
);    background-size: 100% 

 }
.team-tile {
	font-family: "Pridi";
	padding: 20px;
	font-weight: 600;
	color: #4EB67B;
}

.team .jumbotron {
	background: rgb(255, 255, 255, 0.7);
	padding: 50px;
	width: 500px;
}

.team .jumbotron .lead {
  font-family: "Roboto";
  text-transform: uppercase;
  font-weight: 700;
	  font-size: 1.2rem;
  color: #148957;
}

.team .jumbotron p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.9rem;
}
.team .text-body  {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.9rem;
}
.text-body  {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.9rem;
  text-decoration: none;
}

.team .jumbotron .btn-linea {
  font-family:"Roboto";
  font-weight: 700;
  font-size: 0.8rem;
  padding: 15px;
  align-content: center;
  border-radius: 0px;
  background: #148957;
  color: white;
  text-decoration: none;
}
.team .jumbotron .btn-linea:hover {
  background: #74B7BD;
}

.my-4 {
    height: 2px;
    border: 2px;
    border-top: 2px solid #000;
}
#texto{
  display: inline-block;
	padding: 0px 20px; 
}
/*BACHAS Y GRIFERIA*/


.showcase h2 {	
	padding: 2rem;
	font-family: "Pridi";
	color: white;
	background: #148957;
}

.showcase {
	margin-top: 8px;
	margin-bottom: 8px;
}


.seccion-titulo {
	padding: 2rem;
	font-family: "Pridi";
	color: white;
	background: #148957;
}


.showcase .image {
  opacity: 1;
  display: block;
  width: 100%;
  transition: .5s ease;
  backface-visibility: hidden;
}

.showcase .container {
	border:none;
	padding: 0;
}
.showcase .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;

}

.showcase .container:hover .image {
  opacity: 0.7;
}

.showcase .container:hover .middle {
  opacity: 1;
}

.showcase .text {
  background-color: #DACE5E;
  color: white;
  font-family: "Pridi";
  font-weight: 600;
  font-size: 1.2rem;
  padding: 10px;
  position: relative;
  top: -100px;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.showcase a {
  text-decoration: none;
}
.showcase .producto:hover {
	color: white;
	background-color: #1b1b32;
}

.showcase .showcase-text p {
  font-family: "Pridi";
  font-weight: 400;
  font-size: 1.0rem;
  color: black;
	margin-top: 20px;
}


.showcase .showcase-img {
  min-height: 20rem;
  background-size: cover;
}

  .showcase .showcase-text {
    padding: 3rem;
  }
/* EMPRESA */
.empresa {
	margin: 0px;
}
	
.empresa .bg-dark {
	padding: 3rem;
}
.empresa .valores {
	padding: 3rem;
}

.empresa h1 {
	font-family: "Pridi";
	font-size: 2rem;
	color: #4EB67B
}
.empresa h2 {
	font-family: "Roboto";
	font-size: 1.1rem;
	color: #DACE5E
}
.empresa p {
	font-family: "Roboto";
	font-size: 0.9rem;
	color: #EBEBEB
}
.empresa h3 {
	font-family: "Pridi";
	font-size: 3rem;
	color: #fff
}
.empresa h4 {
	font-family: "Roboto";
	font-size: 1rem;
	color: #fff;
	line-height: 1.5rem;
}

/* Carousel base class */
.carousel {
  margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
 font-family: "Pridi";
  bottom: 3rem;
  z-index: 10;
  transition: width 2s, height 4s;
	
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 35rem;
}
 
.carousel-caption .btn-linea {
  font-family:"Roboto";
  font-weight: 700;
  font-size: 0.8rem;
  padding: 15px;
  align-content: center;
  border-radius: 0px;
  background: #74B7BD;
  color: white;
  text-decoration: none;
}
.carousel-caption .btn-linea:hover {
  background: #4EB67B;
	transition: all 0.3s ease;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}



/*FOOTER*/


.contacto .btn-social {
	border:none;
	color: white;
	border-radius: 0;
	font-size: 1.8rem;
	padding: 15px;
}
.contacto .btn-social:hover {
	border:none;	
	background-color: #4EB67B;
	
}

.map p {
	font-family: "Roboto";
	font-size: 1rem;
	color: #fff;
    text-decoration: none
}
.map .link {
	font-family: "Roboto";
	font-size: 1rem;
	color: #fff;
    text-decoration: none
}
.map .link:hover {
	font-family: "Roboto";
	font-size: 1rem;
	color: #dace5e;
	    text-decoration: none
}

@media (max-width: 992px) {
  .pie .logo {
max-width: 250px;
padding-bottom: 30px;
  }
}
 .copy {
	background-color: #000;
	padding: 30px;
	font-family: "Roboto";
	 color: white;
	 font-size: 1rem;

}
 .copy2 {
	background-color: #C8D85D;
	height: 10px;
}
 .redes {
	position: absolute;
    background-color: #1F1F1F;
}

/* rtl:end:remove */

/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: .0.1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
.text-body   
{font-family: "Roboto";
  font-weight: 400;
  font-size: 1rem;
}

/*CATEGORIAS*/
.categorias_repo {	
 margin: 100px 0 0px 0;
 background-image: url("../images/bannermain_repo.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_home {	
 margin: 100px 0 0px 0;
 background-image: url("../images/bannermain_mosaicos.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_title .btn-linea {
  font-family:"Roboto";
  font-weight: 700;
  font-size: 0.9rem;
  padding: 15px;
  align-content: center;
  border-radius: 0px;
  background: #148957;
  color: white;
  text-decoration: none;
  border: none;
}
.categorias_title .btn-linea:hover {
  background: #74B7BD;
}
.categorias_baldosones {	
 margin: 100px 0 0px 0;
 background-image: url("../images/background_baldosones.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_baldosoneslisos {	
 margin: 100px 0 0px 0;
 background-image: url("../images/bannermain_baldosoneslisos.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_baldosonespulido {	
 margin: 100px 0 0px 0;
 background-image: url("../images/bannermain_baldosonespulido.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_baldosonesrusticos {	
 margin: 100px 0 0px 0;
 background-image: url("../images/bannermain_baldosonesrusticos.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_baldosoneslavado {	
 margin: 100px 0 0px 0;
 background-image: url("../images/bannermain_baldosoneslavado.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_empresa {	
 margin: 100px 0 0px 0;
 background-image: url("../images/background_empresa.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_mosaicos {	
 margin: 100px 0 0px 0;
 background-image: url("../images/background_mosaicos.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_mosaicosprensados {	
 margin: 100px 0 0px 0;
 background-image: url("../images/bannermain_mosaicosprensados.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_mosaicosprensados {	
 margin: 100px 0 0px 0;
 background-image: url("../images/bannermain_mosaicosprensados.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_mosaicosterrazos {	
 margin: 100px 0 0px 0;
 background-image: url("../images/bannermain_mosaicosterrazos.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_mosaicosmonocapa {	
 margin: 100px 0 0px 0;
 background-image: url("../images/bannermain_mosaicosmonocapa.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_mosaicoscalcareos {	
 margin: 100px 0 0px 0;
 background-image: url("../images/bannermain_mosaicoscalcareos.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_especiales {	
 margin: 100px 0 0px 0;
 background-image: url("../images/background_especiales.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_proyectos {	
 margin: 100px 0 0px 0;
 background-image: url("../images/background_proyectos.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_piletas {	
 margin: 100px 0 0px 0;
 background-image: url("../images/background_piletas.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_parrillas {	
 margin: 100px 0 0px 0;
 background-image: url("../images/background_parrillas.jpg");
 background-size: cover;
 background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
 }
.categorias_title {
	max-width: 70%;
	color: white;
}
.categorias_title h1{
	font-family: "Pridi";
	font-weight: 600;
	color: white;
	text-shadow: 0 0 3px #000;
}
.categorias_title h2{
	font-family: "Roboto";
	font-size: 1.2rem;
	font-weight: 500;
		text-shadow: 0 0 3px #000;
}
.categorias_title h3{
	font-family: "Roboto";
	background-color: rgba(0, 0, 0, 0.4);
	font-weight: 500;
	font-size: 1.8rem;
	text-shadow: 0 0 3px #000;
}

.categorias_title p{
	font-family: "Roboto";
	font-weight: 500;
	font-size: 1rem;
}
/* LISTADO PRODUCTOS*/

#portfolio .portfolio-item {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(20, 137, 87, 0.6);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: white;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.3rem;
  font-family: "Roboto";
  font-weight: 700;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
  font-family: "Roboto";
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.portfolio-modal .modal-content h2, .portfolio-modal .modal-content .h2 {
  font-size: 3rem;
  line-height: 3rem;
	  font-family: "Pridi";

}
.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
	  font-family: "Roboto";
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .btn-linea {
  font-family:"Roboto";
  font-weight: 700;
  font-size: 1rem;
  padding: 25px;
  align-content: center;
  border-radius: 0px;
  background: #148957;
  color: white;
  text-decoration: none;
	border: none;
}
.portfolio-modal  .btn-linea:hover {
  background: #74B7BD;
}

.pie {
	margin: 15px;
}

.btn-social {
	border:none;
	color: grey;
	border-radius: 0;
	font-size: 1.3rem;
	padding: 15px;
}

.btn-social:hover {
	color: #148957;
}

/* ANIMACION CAROUSEL*/
@keyframes slowZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}

.carousel-item {
  overflow: hidden;
}

.carousel-item img {
  animation: slowZoom 20s ease-in-out infinite;
  transform-origin: center center;
}
