/*

TemplateMo 559 Zay Shop

https://templatemo.com/tm-559-zay-shop

---------------------------------------------
Table of contents
------------------------------------------------
1. Typography
2. General
3. Nav
4. Hero Carousel
5. Accordion
6. Shop
7. Product
8. Carousel Hero
9. Carousel Brand
10. Services
11. Contact map
12. Footer
13. Small devices (landscape phones, 576px and up)
14. Medium devices (tablets, 768px and up)
15. Large devices (desktops, 992px and up)
16. Extra large devices (large desktops, 1200px and up)
--------------------------------------------- */




/* Typography */
body, ul, li, p, a, label, input, div, span {
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px !important;
  font-weight: 300 !important;
}
.h1 {
  font-family: 'Roboto', sans-serif !important; 
  font-size: 48px !important;
  font-weight: 800 !important;
}
.h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px !important;
  font-weight: 600;
  color:#88407e;
}
.h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px !important;
}
p{
  text-align: justify;
}
/* General */
.logo { font-weight: 500 !important;}
.text-warning {  color: #ede861 !important;}
.text-muted { color: #bcbcbc !important;}
.text-success { color: #C477B9  !important;}
.text-light { color: #e5e9f0 !important;}
.bg-dark { background-color: #278eb6  !important;}
.bg-light { background-color: #e9eef5 !important;}
.bg-black { background-color: #06143a  !important;}
.bg-success { background-color: #278eb6  !important;}
.btn-success {
  background-color: #00D5E0 !important;
  border-color: #C477B9 !important;
}
.pagination .page-link:hover {color: #000;}
.pagination .page-link:hover, .pagination .page-link.active {
  background-color: #C477B9;
  color: #fff;
}
/* Nav */
#templatemo_nav_top { min-height: 45px;}
#templatemo_nav_top * { font-size: 1.1em !important;}
#templatemo_main_nav a { font-size:16px; color: #000000;}
#templatemo_main_nav a:hover { color: #C477B9; font-weight: 500!important;}
#templatemo_main_nav .navbar .nav-icon { margin-right: 20px;}

.navbar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Hero Carousel */
#template-mo-zay-hero-carousel { background: #efefef !important;}
/* Accordion */
.templatemo-accordion a { color: #000;}
.templatemo-accordion a:hover { color: #333d4a;}
/* Shop */
.shop-top-menu a:hover { color: #69bb7e !important;}
/* Product */
.product-wap { box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);}
.product-wap .product-color-dot.color-dot-red { background:#f71515;}
.product-wap .product-color-dot.color-dot-blue { background:#6db4fe;}
.product-wap .product-color-dot.color-dot-black { background:#000000;}
.product-wap .product-color-dot.color-dot-light { background:#e0e0e0;}
.product-wap .product-color-dot.color-dot-green { background:#0bff7e;}
.card.product-wap .card .product-overlay {
  background: rgba(0,0,0,.2);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.card.product-wap:hover .card .product-overlay {
  visibility: visible;
  opacity: 1;
}
.card.product-wap a { color: #000;}
.card.product-wap a.cencard{
display:flex;justify-content: center;
}
#carousel-related-product .slick-slide:focus { outline: none !important;}
#carousel-related-product .slick-dots li button:before {
  font-size: 15px;
  margin-top: 20px;
}
/* Brand */
.brand-img {
  filter: grayscale(89%);
  opacity: 0.5;
  transition: .5s;
}
.brand-img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* Carousel Hero */
#template-mo-zay-hero-carousel .carousel-indicators li {
  margin-top: -50px;
  background-color: #00D5E0;
}
#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
  color: #a5068e !important;
  font-size: 2.8em !important;
}
/* Carousel Brand */
.tempaltemo-carousel .h1 {
  font-size: .5em !important;
  color: #000 !important;
}
/* Services */
.services-icon-wap {transition: .3s;}
.services-icon-wap:hover, .services-icon-wap:hover i {color: #fff;}
.services-icon-wap:hover {background: #C477B9;}
/* Contact map */
.leaflet-control a, .leaflet-control { font-size: 10px !important;}
.form-control { border: 1px solid #278eb6;}
/* Footer */ 
#tempaltemo_footer a { color: #dcdde1;}
#tempaltemo_footer a:hover { color: #C477B9;}
#tempaltemo_footer ul.footer-link-list li { padding-top: 10px;}
#tempaltemo_footer ul.footer-icons li {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
}
#tempaltemo_footer ul.footer-icons li:hover {
  background-color: #081e5b ;
  transition: .5s;
}
#tempaltemo_footer ul.footer-icons li:hover i {
  color: #06143a ;
  transition: .5s;
}
#tempaltemo_footer .border-light { border-color: #fff    !important;}
/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/
/* Small devices (landscape phones, 576px and up)*/
.product-wap .h3, .product-wap li, .product-wap i, .product-wap p {
  font-size: 12px !important;
}
.product-wap .product-color-dot {
  width: 6px;
  height: 6px;
}

@media (min-width: 576px) {
  .tempaltemo-carousel .h1 { font-size: 1em !important;}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #templatemo_main_nav .navbar-nav {max-width: 450px;}
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #templatemo_main_nav .navbar-nav {max-width: 660px;}
  #template-mo-zay-hero-carousel .carousel-item {min-height: 30rem !important;}
  .product-wap .h3, .product-wap li, .product-wap i, .product-wap p {font-size: 18px !important;}
  .product-wap .product-color-dot {
    width: 12px;
    height: 12px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}
/*********************************/
.post {
  cursor: pointer;
  position: relative;
  display: block;
}
.post-image {
  margin-top: 20px;
  
}
.post-image img {
  width: 100%;
  vertical-align: top;
  border-radius: 20px;
  transition-duration: 1s;
}
.post-overlay {
  background: rgba(0, 0, 0, .7);
  background-image: url(../img/font.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  transition-duration: 1s;
  border-radius: 20px;
}
.descrip{
  color: #C477B9;
  font-size: 24px;
}

.post:hover .post-overlay {
  display: flex;
}

.post-likes,
.post-comments {
  width: 80px;
  margin: 5px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .post-list {
    grid-gap: 3px;
  }
  .post-image{
    margin: 20px;
  }
  .post:hover .post-overlay {
    height: 190px;
  }
}
/**/
.centmg{
  margin-left: 20%;
  margin-right: 20%;
}
/**/
.nav-menu{
  position: fixed;
  display: flex;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: none;
  z-index: 100;
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-top:40px ;
}

@media (min-height:60px){

}

.navm-icon{
  height: auto;
  background-color: #081e5b ;
  margin-top:0;
}
/**************/

.menu ul {
	list-style: none;
	display: table;
}

.menu ul li {
	display: table-cell;
  width: calc(30px * 5);
  cursor: pointer;
}


.menu ul li a {
	text-decoration: none;
	display: block;
	color: #000;
	text-align: center;
}


.menu ul li a:hover {
	color: #C477B9;
}
.galeria {
	display: flex;
  flex-wrap: wrap;
  justify-content:center ;
	flex-direction: row;
}

.galeria .title-img {
	width: 100%;
	border-top: 4px solid #46ABDF;
}

.galeria .title-img h3 {
	font-size: 30px;
	text-align: center;
	padding: 10px 0;
	color: #636363;
	font-weight: 100;
}

.galeria .box-img {
	width: 33%;
}
@media (max-width: 768px) {
  .galeria .box-img {
    width:100%;
  }
}

.galeria .box-img img {
	width: 100%;
	vertical-align: top;
	cursor: pointer;
	transition: all .5s ease;
}



.centerimg{
  padding: 20px;
  display: flex;
}
.centerimg img{
  border-radius: 15px;
}
.centerimg:hover img{
  z-index: 20;
  transform:scale(1.1) ;
  transition-duration: 1s;
}
.centerimg p{
  font-size: 2rem !important;
  font-weight: bold !important;
  color: #fff;
}


.centertxt{
  margin:25% 10% 25%;
  text-align: justify;
  color: #fff;
}
.centertxt h2{
  color:#C477B9;
  text-align: initial;
  font-size: 2.5rem !important;
  font-weight: bold !important;
}
/***************************/
.pdecs div{
  width: 100%;
  padding:0 25% 0% 25%;
  text-align: center; 
  display: flex;
  flex-wrap: wrap;
}
.pdecs div a{
  color: transparent;
  text-decoration: none;
}
/************************************/
.items:hover .pdecs div{
  padding:30px 25% 0% 25%;
}
@media (max-width:600px){
  .items:hover .pdecs div{
    padding:30px 2% 80% 2% ;
  }
}
.items{
  height: 695px;
  background: url("../img/sucursales/cdmx.png") no-repeat center center;
  -webkit-background-size: cover;
  position: relative;
  align-self: center;
  cursor: pointer;
  transition-duration: 1s;
}


.items::before{
     background: #4292b191;
     content: "";
     position: absolute;
     z-index: -1;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     transition-duration: 1s;
}
.items:hover {
  border: none;
  z-index: 20;
  transform:scale(1.1) ;
  transition-duration: 1s;
  cursor: pointer;
}
.items .titsuc{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 50%;
  text-decoration: none;
  transition-duration: 1s;

}
.pdecs div{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 2%;
  text-decoration: none;
  transition-duration: 1s;

}
.items:hover .titsuc{
  padding-top: 10%;
  transition-duration: 1s;
}
.items .titsuc h3{
  background-color:#49494938;
  border-top: solid 2px #C477B9;
  border-bottom: solid 2px #C477B9;
  color: #fff;
  font-size: 7vh;
  transition-duration: 1s;

}
.items:hover .pdecs h4{
  border-radius: 25px;
  color: #fff;
  transition-duration: 1s;
}

/*este es el titulo */
.items:hover .pdecs a{
  border-radius: 25px;
  color: #fff;
  transition-duration: 1s;
}

.items:hover .pdecs div a {
  border-radius: 25px;
  margin: 5px;
  padding: 10px;
  color: #fff;
  transition-duration: 1s;
  padding-left: 10px;
  font-weight: bold !important;
}

/****************/
.itemsd:hover .pdecs div{
  padding:30px 25% 0% 25%;
}
@media (max-width:600px){
.itemsd:hover .pdecs div{
  padding:30px 2% 80% 2% ;
}
}
.itemsd{
  height: 695px;
  background: url("../img/sucursales/vz.png") no-repeat center center;
  -webkit-background-size: cover;
  position: relative;
  align-self: center;
  cursor: pointer;
  transition-duration: 1s;
}
.itemsd::before{
     background: #4292b191;
     content: "";
     position: absolute;
     z-index: -1;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     transition-duration: 1s;
}
.itemsd:hover {
  border: none;
  z-index: 20;
  transform:scale(1.1) ;
  transition-duration: 1s;
  cursor: pointer;
}
.itemsd .titsuc,.pdecs div{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 50%;
  text-decoration: none;
  transition-duration: 1s;

}
.pdecs div{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 2%;
  text-decoration: none;
  transition-duration: 1s;

}
.itemsd:hover .titsuc{
  padding-top: 10%;
  transition-duration: 1s;
}
.itemsd .titsuc h3{
  background-color:#49494938;
  border-top: solid 2px #C477B9;
  border-bottom: solid 2px #C477B9;
  color: #fff;
  font-size: 7vh;
  transition-duration: 1s;

}
.itemsd:hover .pdecs h4{
  border-radius: 25px;
  color: #fff;
  transition-duration: 1s;
}

/*este es el titulo */
.itemsd:hover .pdecs a{
  border-radius: 25px;
  color: #fff;
  transition-duration: 1s;
}

.itemsd:hover .pdecs div a {
  border-radius: 25px;
  margin: 5px;
  padding: 10px;
  color: #fff;
  transition-duration: 1s;
  padding-left: 10px;
  font-weight: bold !important;
}

/*****************************/

.sub-menu{
  border-top:solid 2px #C477B9;
  border-bottom:solid 2px #C477B9;
  font-weight:bold;
  
}
.sub-menu span{
  font-size: 3rem !important;
  font-weight: bold !important;
  color: #C477B9;
}

.pdecs h4{
  background-color:transparent;
  color: transparent;
}

.bac-produ{
    background: url("../img/fondor-agua.png") no-repeat;
    padding: 10px 0px;
 }
 .bac-produ img{
   padding: 20%;
}
 
.chm{
  padding-top: 60px;
  padding-right: 120px;
  border-radius: 20px;
  width: auto;
  color: #000;
  height: auto;

  text-align: justify;
}
@media (max-width:700px){
  .chm{
    margin:5%;
  }
}
.chm span{
  color: #C477B9;
  font-size: 3rem !important;
  font-weight: bold !important;
}

.chma{
  color: #C477B9;
  font-size: 2.5rem !important;
  font-weight: bold !important;
}
.chma p{

  color: #000;
  font-weight: bold !important;
}
.chma h2{
  margin:auto;
  color: #C477B9;
}
.carousel-item a{
  font-size: 2vh;
  color: #C477B9;
  text-decoration: none;
}

.carousel-item {
  background-image: url(../img/findex.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-item-serv {
  background: #48c2cc;
  background-repeat: no-repeat;
  background-size: cover;
}





.carousel-item::before {
  background: #49494944;
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition-duration: 1s;
}

.carousel-item h1.mizu{
  font-size: 76px!important;
 
}

.carousel-item-productos{
  background-image: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

section.mizu-bg{
background-image: url(../img/fondor-agua.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}



.whatsapp {
  position: fixed;
    width: 80px;
    height: 80px;
    bottom: 100px;
    right: 40px;
    background-color: #127938;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 55px!important;
    
    text-decoration: none;
}
.whatsapp:hover {
  color: #c170b6;
  background-color: #48c2cc;
}
.whatsapp-icon {
  margin-top:13px;
}
.wha-es{
  color: #fff;
  text-align: center;
  width: auto;
  height: 65px;
  bottom: 115px;
  right: 121px;
  z-index: 100;
  background-color: #198754;
  position: fixed;
  text-decoration: none;
  border-radius: 25px;
 
}

.wha-es p{
font-size: 40px!important;
font-weight: 300!important;
padding: 15px;
font-style: oblique;
    text-decoration: none;
    padding: 0 25px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .whatsapp {
    width: 56px;
    height: 56px;
    font-size: 37px!important;
    bottom: 33px;
    right: 11px;
  }
  .wha-es p{
    font-size: 13px!important;
    }
    .wha-es{ 
      width: auto;
      height: 26px;
      bottom: calc(100% - 630px);
      right: 70px;
    }
 

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 599px) {
  .whatsapp {
    width: 56px;
    height: 56px;
    font-size: 37px!important;
    bottom: 59px;
    right: 11px;
  }
  .wha-es p{
    font-size: 13px!important;
    }
    .wha-es{ 
      width: auto;
      height: 26px;
      bottom: calc(100% - 602px);
      right: 70px;
    }
 
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  .whatsapp {
    width: 56px;
    height: 56px;
    font-size: 37px!important;
    bottom: 59px;
    right: 11px;
  }
  .wha-es p{
    font-size: 13px!important;
    }
    .wha-es{ 
      width: auto;
      height: 26px;
      bottom: calc(100% - 602px);
      right: 70px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .whatsapp {
    width: 65px;
    height: 65px;
    bottom: 50px;
    right: 40px;
    font-size: 42px!important;
  }
  .wha-es p{
    font-size: 19px!important;
    }
    .wha-es{ 
      width: auto;
  height: 33px;
  bottom: 62px;
  right: 110px;
    }


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .whatsapp {
    width: 80px;
    height: 80px;
    bottom: 50px;
    right: 40px;
    font-size: 55px!important;
  }
  .wha-es p{
    font-size: 19px!important;
    }
    .wha-es{ 
      width: auto;
      height: 33px;
      bottom: 100px;
      right: 121px;
    }
}


section.fondo-agua{

  background: url("../img/fondo-agua.png") top center;
  background-size: cover;
  position: relative;
}
.val-mi{
  width: auto;
  height: 400px;
  background-color: #fff ;
  border: solid 2px #C477B9;
}
div .val-mi:hover{
  border: solid 2px #f71515;
  box-shadow: 1px 2px 9px 1px #f71515;
  transition-duration:1s ;

}

.val-mi img{
  margin-left: calc(50% - 40px);
  margin-top: 20px;
}
.val-mi h2{
  text-align: center;
  color: #f71515;
  font-size:20px;
  font-weight: bold;
  padding: 10px;
}
.val-mi {
  padding: 10px;
  text-align: justify;
  color: #000;
  font-size:15px;
  font-weight: bold;
}