@charset "utf-8";
/* CSS Document */



@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



body{	
	overflow-x: hidden;
	min-height: 100%;
	background-image: url(../../imagenes/body-texture.gif);
    background-repeat: repeat;
	font-family: "Open Sans", sans-serif;
}


  

/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* ------ UP ARROW ------ */
.ir-arriba {
	padding:10px;
	display:inline-block;
	background-color: rgba(32, 54, 99, 0);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	left:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:99999999;
}

/* ----- whatsapp Float icon -----*/
.whatsapp-float-icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    
}

.whatsapp-float-icon img{
    width: 70px;
    height: auto;
}

/* ------ MISC ------ */
.img-100{
	width: 100%;
	height: auto;
}


.menu-height{
	margin-top: 100px;
}


@media only screen and (max-width: 990px){
	.hidde-mobile{
		display: none;
	}
}


.separator{
	color:#CBB675;
	font-size: 2em;
	padding: 20px 0px;
}


/* ---- HEADER ----*/
.header{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 21%, rgba(217,217,217,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 21%, rgba(217,217,217,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 21%, rgba(217,217,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d9d9d9",GradientType=1);

	padding-bottom: 20px;
}

.header .header-logo{
	width: 100%;
	height: auto;
	padding: 10px;
}

.header h1{
	font-weight: 700;
    font-size: 18px;
    color: #3E4095;
    text-align: right;
}

.header .header-info{
	background-color: #3E4095;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
	color: #FFFFFF;
	display: table;
	padding: 9px;
	margin-bottom: 20px;
}

.header .header-info a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}

/* ----- NAVBAR -----*/
.navbar{
	border-bottom: #f3f3f3 solid 5px;
	border-top: #f3f3f3 solid 5px;
	box-shadow: 1px 1px 9px -1px rgba(0,0,0,0.42);
	-webkit-box-shadow: 1px 1px 9px -1px rgba(0,0,0,0.42);
	-moz-box-shadow: 1px 1px 9px -1px rgba(0,0,0,0.42);
	padding: 0 !important;

	background: rgb(134,134,134);
	background: linear-gradient(180deg, rgba(134,134,134,1) 0%, rgba(36,36,36,1) 100%);
}

.navbar-nav {
	text-align: center;
}

.navbar-brand img{
	width: 200px;
	height: auto;
}

.nav-link{
	color: #FFFFFF !important;
	padding: 12px 20px !important;
}


.nav-item:hover{
	background-color: #3E4095 !important
}

/* ------ CONTENT -----*/
.content{
	padding: 40px 10px;
}
.pic-frame{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		 
	padding: 3px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	overflow:hidden;
	background-color: #FFFFFF;
}

.content h1{
    font-size: 1.4em;
    font-weight: 700;
    color: #3E4095 ;
}

.content h2{
    font-size: 1.2em;
    font-weight: 700;
    color: #3E4095 ;
}

.content p{
	text-align: justify;
	color: #433f40 !important;;
}

.map-size{
	width: 100%;
	height: 500px;
}

/* ------ BUSCAR PRODUCTO -----*/
.searchbar .btn{	
	background-color: #3E4095 !important;
	color: #ffffff;

}
.categorias ul{
	margin: 0;
	padding: 0;
	list-style: none;
}


.categorias a{
	font-size: 1.2em;
    font-weight: 700;
    color: #3E4095 !important;
	text-decoration: none;
}

.categorias a:hover{
	color: rgba(255, 217, 0, 0.808) !important;
}

/*----- ITEMS -----*/
h4{
	font-size: 1.2em;
    font-weight: 700;
    color: #ffffff !important;
	text-align: center;
	background-color: #3E4095;
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	margin-bottom: 20px !important;

}


.photo-wrap{
	width: 100%;
	height: 250px;
	overflow: hidden;
	display: block;
  	margin: 0 auto; 
}

.photo-wrap .photo-size{
	width: 100%;
  	height: 100%;
  	object-fit: cover; 
  	display: block;
  	margin: 0 auto; 
	margin-bottom: 20px;	
}

.codigo{
	text-align: center !important;
}

.btn{
	display: block !important;
	margin: 0 auto !important; 	
}



/* ------ Tarjetas ------*/
.creditCards p{
	text-align: center; 
}
.creditCards img{
	display: table;
	margin: 0 auto; 	
}

/* ------ FOOTER ------*/
.footer{
	background: rgb(134,134,134);
	background: linear-gradient(180deg, rgba(134,134,134,1) 0%, rgba(36,36,36,1) 100%);
	padding: 40px 10px;
	color: #FFFFFF;
}

.footer .addres a{
	color: #FFFFFF;
	text-decoration: none;
}

.footer-icons .footer-icon{
	font-size: 30px;
}

.footer-icons ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.footer-icons li{
	display: inline-block;
}

.footer-icons li a{
	font-weight: 100 !important;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 5px;
}


/*---- CONTACT FORM -----*/

form ul{
	list-style:none;
	padding:0;
	margin:0; 

}
form li {
	display:block;
}


form input, textarea{ 
	width: 100%;
	font-size: 13px;
	font-weight:normal;
	color:#666;
	
	padding:5px;	
	margin-bottom:10px;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;	
	border: 1px solid #999;
}

.form-button{
	font-size:16px;
	font-weight:300;
	color:#ffffff;
	padding:9px 50px;
	text-decoration:none;	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #31A8AC;
	background-color:#599DD6;
	display:inline-block;
}

.form-button:hover{
	background: rgb(134,134,134);
	border:1px solid rgb(134,134,134); ;
	background: linear-gradient(180deg, rgba(134,134,134,1) 0%, rgba(36,36,36,1) 100%);
}

.required-text{
	font-size: 0.8em;
}