body {
    font-family: "Open Sans", sans-serif;
	color: black;
}


h1{
    font-family: "Satisfy", cursive;
	font-weight: 400;
    font-size: 3.5rem;

	
}

h2{
    font-family: "Satisfy", cursive;
	font-weight: 400;
    font-size: 3rem;

}

h3{
    font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

h4{
    font-family: "Open Sans", sans-serif;
	font-weight: 400;
	
}

h5{
    font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

h6{
    font-family: "Open Sans", sans-serif;
	font-weight: 400;
}  

p{
    font-family: "Open Sans", sans-serif; 
	font-weight: 400;
}

/* no movil*/ 

.no-web{
    display: none;
}

/* no movil*/ 

/*menu estilo*/
.m-txt{
    color: black!important;
    font-weight: 600;
}
 
.m-txt:hover{ 
    color: #979746!important;
    font-weight: 600;
}
/*menu estilo*/

/*familias fuentes*/
.op-300 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }

  .op-500 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

  .op-700 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

  .stfy-400 {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
  }
  /*familias fuentes*/

/*estilos fuentes*/

.green-title{
    font-family: "Open Sans", sans-serif; 
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #979746;
    font-size: 14px;

} 

.black-title{
    font-family: "Open Sans", sans-serif; 
    font-weight: 600;
    letter-spacing: 2.5px;
    color: black;
    font-size: 14px;

} 

.letter-spacing{
    letter-spacing: 2.5px;  
}


.txt-green-title{
    color: #979746;
    font-size: 14px;
}

.txt-green{
    color: #979746;
}

.txt-green-sucursales{
    color: #979746;
}

.txt-green-sucursales:hover{
    color: #979746;
}
/*estilos fuentes*/

/*card text*/
.card-text{
    font-size: 13px;
}
/*card text*/

/*backgrounds*/

.bg-gray{ 
	background:#efefef;
}
 
.bg-footer{
	background: #979746;
}

.bg-white{
    background: white;
}



/*botones*/
 
.btn-1{
	background: #979736!important;
	font-weight: 600; 
	color: white;
	font-size: 12px;
	border-radius: 0px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 2.5px;
}

.btn-1:hover{
    background: #57571f!important; 
    color: white;

}

.btn-outline-1{
	
	font-weight: bold;
	color: #979736!important;
	font-weight: 400!important;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 2.5px;
	border-radius: 0px;
	border-color: #979736!important;
    font-size: 15px;
}

.btn-outline-1:hover{
	background: #979736!important;
	font-weight: 400!important;
	color: white!important;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 2.5px;
	border-radius: 0px;
    font-size: 15px;
}




/*margenes y paddings*/

.margint-1{
    margin-top: 150px;
}

.paddingt-1{ 
    padding-top: 80px;

}

.paddingb-1{
    padding-bottom: 260px;
}

/*margenes y paddings*/


/*img estilos*/

.img-banner-nosotros{
    position: absolute;
    top: -170px;
    right: 25px;
    left: 25px; 
}


.img-banner-catalogo{
    position: absolute;
    margin-top: -100px;

}

.rectangle {
    height: 70px; 
    background-color:#979746;
  }

  .img-size{
	width: 80px;
	text-align: center!important;
} 
 
.img-size2{
    width: 500px;
}

.img-size3{
    width: 300px;
}

/*img estilos*/


.menu-sticky {
    position: fixed;
    top: 0px;
    bottom: auto;
    width: 100%;
    z-index: 9999;
} 

/*tamaño logo*/
.logo {
	max-height: 80px;
}

/*banners fondo*/
#banner {
    background-size: 100%;
    background-repeat: no-repeat; 
    background-position: center;
    height: 500px;
}

 
#banner-quienes-somos {
    background-image: url(../img/img-quienes-somos/banner-quienes-somos.webp); 
    background-size: 100%;
    background-repeat: no-repeat;  
    background-position: center;
    height: 500px;
}
/*fin banners fondo*/

/*bg imagenes de fondo*/ 

.bg-img-qs {
    background: url(../img/img-quienes-somos/bg-img-qs.webp) center center no-repeat;
    background-size: cover;
}

.bg-sucursales {
    background: url(../img/img-home/bg-sucursales.webp) center center no-repeat;
    background-size: cover;
} 

.parallax1 { 
    /* The image used */
    background: url(../img/parallax.webp) center center no-repeat;
    background-size: cover;
  
    /* Set a specific height */
    min-height: 200px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
  }


/*fin bg imagenes de fondo*/


/*efecto zoom imagenes*/
.zoom {
	padding-top: 1rem;
    transition: transform .2s;
    height: auto;
    margin: 0;
    max-width: 100%;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


 


/*caja con fondo blanco*/
.graybox2 {
    border-top: 2px #636363 solid;
    border-right: 2px #636363 solid;
    border-left: 2px #636363 solid;
    border-bottom: 2px #636363 solid;
    background:white;
    padding: 12px;
}


/*cajas quienes somos*/
.graybox {
    background: #efefef;
    padding: 30px;
    margin: 5px;
}


.bg-gray-box-title{
	background: #5b5b5b;
	margin: 0!important;
	padding: 5px;
}
 
/*redes sociales iconos*/
.white-icon {
	color: white!important;
	text-decoration: none!important;
	font-size: 21px !important;
}

/*textos footer*/
.txt-footer{
	color: white;
	font-size: 14px;
}

.txt-footer-link{
	color: white;
	font-size: 14px;
}

.txt-footer-link:hover{
	color: white;
	font-size: 14px;
}

.txt-footer-mb{
    margin-bottom: 8px;
}

.hr-footer{
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255);
}

/*etiquetas a*/
.pointer{
    cursor: pointer!important;
}

#pills-tab-productos .nav-link{
	color: #7a7a7a;
    background: none;
    border-radius: 0;
	border-bottom: 1px solid gray;
    padding-bottom: 5px;
}

#pills-tab-productos .nav-link.active{
	color: black;
    border-bottom: 4px solid #979736;
}

#pills-tabContent-padre .nav-link.active{
	background: #bab745;
    color: black;
	font-weight: bold;
}
#pills-tabContent-padre .nav-link{
	background: #979736;
    color: white;
	border-radius: 0;
}

#producto h3{ color: #979736; font-weight: bold; font-size: 1.4rem;}
.mh-producto{ height: 100%; }

#regresar{
	background: url('http://mayordomia.holdworkshop.com/wp-content/uploads/2024/05/banner-regresar.webp') center center no-repeat;
	height: 300px;
}
#regresar a{ border: 2px solid white; color:white; font-weight: bold; padding: 10px 15px; }
 
@media (max-width: 768px){

/* si-no movil*/ 

.no-movil{
    display: none;
}

.si-movil{
    display: block;
}

/* si-no movil*/ 

/*textos*/
.txt-movil{ 
    font-size: 45px;
} 
 
.txt-movil2{
    font-size: 36px;
} 

/*textos*/    
    
/*margenes y paddings*/
.margint-1{
        margin-top: 80px;
    }

/*margenes y paddings*/  

/*backgrounds*/

.img-banner-nosotros {
        position: absolute;
        top: -85px;
        right: 2px;
        left: 2px;
    }    

    .bg-sucursales {
        background: url(../img/img-home/bg-sucursales.webp) center center no-repeat;
        background-size: cover;
    }

#banner {
    background-size: 160% auto;
    background-position: center;
    height: 200px;
}

#banner-quienes-somos {
    background-size: 160% auto;
    background-position: center;
    height: 200px;
}

/*backgrounds*/

/*imgs*/
.img-size2 {
    width: 300px;
}

.img-banner-catalogo {
    position: absolute;
    margin-top: -44px;
}


}

