@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800);

/* ====== COLORS ===== */
/* café claro #866554  */
/* café obscu #2B241C  */


/* ------ BODY ------ */
html, body{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Raleway', sans-serif !important;
    font-size: 18px;
    overflow-x: hidden !important;


}

body a, a:hover, a:active, a:visited{
	text-decoration: none !important;
}

h1,h2,h3,h4,h5 {
    padding:0 !important;
    margin:0 !important;
}


hr{
	border:#CBBBB4 solid thin !important;
}

.ir-arriba {
	padding:10px;
	display:inline-block;
	background: rgba(136, 147, 148,0.8);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	right:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:9999;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.img-100{
	width: 100%;
	height: auto;
    margin-bottom: 20px !important;
}

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

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


/* ------ COLUMNS ------ */

.col-2{
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

.col-2 ul{
	margin:0;
}

.col-centered{
    float: none;
      margin-left: auto;
      margin-right: auto;
}

.cols-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}



	.col-sameheight {
	  display: flex;
  	  flex-wrap: wrap;
	}
	.col {
	  display: flex;
	}

@media (max-width: 767px) {
    .col-2{
	-moz-column-count: 1;
	-moz-column-gap: 10px;
	-webkit-column-count: 1;
	-webkit-column-gap: 10px;
	column-count: 1;
	column-gap: 10px;
}
}


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

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


/* ------ SHOW/HIDE ------ */

	.page-hide {
	  display: none !important;
	}
	.mobile-hide {
	  display: block !important;;
	}

@media (max-width: 767px) {
    
    .page-show {
	  display: none !important;;
	}
	.mobile-show {
	  display: block !important;;
	}

}


.modal{
	z-index:999999 !important;
}


/* ------ NAVBAR ------ */
.navbar{
    background-color:#2B241C !important;
    font-size:18px;
    margin-bottom: 0px !important;
	z-index:9999;
}
.navbar-nav.navbar-center {
     position: relative;
    left: 50%;
    transform: translatex(-50%);
}

.navbar-nav>li>a {
    padding:25px 35px !important;
    color: #FFFFFF !important;
}

.navbar-nav>li>a:hover {
    color: #2B241C !important;
    background-color:#CBBBB4 !important;
}

.navbar-nav>li>a:focus {
    color: #2B241C !important;
    background-color:#CBBBB4 !important;
}


.dropdown-menu {
    color: #FFFFFF !important;
    background-color:#2B241C !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size:18px !important;
}

.dropdown-menu>li>a  {
    color: #FFFFFF !important;
    padding:25px 35px !important;
}

.dropdown-menu>li>a:hover {
    color: #2B241C !important;
    background-color:#CBBBB4 !important;
}


@media (max-width: 767px) {
	.navbar-default .navbar-nav{
        background-color:#2B241C !important;
        font-size:18px;
        z-index:9999;
    }
}




@media (max-width: 767px) {
	

}
    
/* ------ HEADER ------ */
.header{
    background: url("../images/page-elements/arena-silica-blanca.jpg") no-repeat center center;
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    margin:0;
	padding:10px;
    
}

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

.header .line1{
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	font-size:32px;
	text-align:center;
	font-style:italic;
	color:#866554;
	text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;

}

.header .line2{
	font-style:italic;
	font-size:20px;
	text-align:center;
	color:#000000;
}



.topbar-ventas{
	font-family: 'Open Sans', sans-serif;
	color:#866554
}

.topbar-ventas p{
	text-align:right !important;
}

.topbar-ventas span{
	font-weight:800;
	font-size:24px;
	
}

@media (max-width: 767px) {
    .header-logo{
        width: 50%;
        height: auto;
        margin: 0 auto;
        display: table;
    }
    
    .header .line1{
        font-size:20px;


    }

    .header .line2{
        font-size:14px;
    }

}




/* ------ BANNER ------ */
.banner{
    background: url("../images/slider/arena-silica.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
	padding:30px 10px;
}

.bannerMiddleBox{
	width:auto;
    height:auto;
	background-color:rgba(43, 36, 28, 0.6);
	padding:20px;
    display: block;
}


.banner .logo-aniversario{
    width: 120px;
    height: auto;
    margin-bottom: 30px;
    display: table;
    margin: 0 auto;
}


.banner .line1{
    font-size:26px;
	font-style:italic;
	text-align:center;
	font-weight:400;
	color:#FFFFFF;
}

.banner .line2{
    font-size:36px;
	font-style:italic;
	text-align:center;
	font-weight:500;
	color:#FFFFFF;
}

.banner .line3{
    font-size:18px;
	font-style:italic;
	text-align:center;
	font-weight:500;
	color:#FFFFFF;
}

/* ===== SLIDE ===== */

.slide{
	width:100%;
	height:auto;
    max-height: 350px;
	overflow:hidden !important;
}

.slide .banner-inicio{
	background-image:url(../images/slider/arena-silica.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:350px;
}

.slide .banner-contacto{
	background-image:url(../images/slider/contacto-silice-de-guadalajara.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:350px;
}


.slide img{ 
	width:100%;
	height:auto;
	vertical-align:middle;
	margin-top:-50px;
}


@media (max-width: 767px) {
    .slide{
        width:100%;
        height:auto;
        max-height: 90px;
        overflow:hidden !important;
    }

}

/* ------ WELCOME ------ */
.welcome{
	padding: 60px 0px;
    
}

.welcome .tittle{
    font-size:28px;
	font-style:italic;
	text-align:left;
	font-weight:800;
	color:#866554;
}
.welcome p{
   font-size:18px;
    text-align: justify;
    
}


/* ------ ANUNCIO ----- */
.anuncio{
	background-color: #866554;
	padding: 20px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;	
	margin-top: 20px;
	margin-bottom: 20px;
}

.anuncio .line-1{
	color: #FFFFFF;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
}

.anuncio .line-2{
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
}

.img-flag{
	width: 180px;
	height: auto;
	margin: 0 auto;
	display: table;
}




/* ------ CALLOUTS ------ */
.callouts{
    padding: 10px;
}

.callouts .ImageBoxWrap{
    width:100%;
	height:200px;
	overflow:hidden;
	position:relative;
    margin-bottom: 20px;
}

.callouts .ImageBoxWrap img{
	width:100%;
	min-height:200px;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}




.callouts .ImageBoxWrap img:hover{
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

.callouts h2{
	font-size: 16px !important;
}

.callouts .TextBoxWrap {
	position:relative;
	white-space:355px;
	background-color:#2B241C;
	font-size:18px;
	font-style:italic;
	text-align:center;	
	color:#CBBBB4;
    padding: 10px 0px;
}

.callouts .TextBoxWrap:hover {
	background-color:#CBBBB4;
	color:#2B241C;
}

/* ------ CONTENT ------ */
.content{
    padding: 40px 10px;
}

.content ul{
    list-style: circle;
}

.content li{
    font-style:italic;
	font-weight:400;
	color:#866554;
    font-size: 18px;
}



.content .tittle{
    font-size:28px;
	font-style:italic;
	text-align:left;
	font-weight:800;
	color:#866554;
}




.content .tittle span{
	font-style:normal!important;
	font-weight:800;
	color:#BF0000;
	float: right;
}


.marca-funbent{
    font-style: normal!important;
    font-weight: 800;
    color: #BF0000;
	font-size: 36px !important;
}

.marca-perfobent{
    font-style: normal!important;
    font-weight: 800;
    color: darkgreen;
	font-size: 36px !important;
}


.marca-jaino{
    font-style: normal!important;
    font-weight: 800;
    color: rgb(255, 123, 0);
	font-size: 36px !important;
}



.content .subtittle{
	font-size:22px;
	font-style:italic;
	text-align:left;
	font-weight:800;
	color:#866554;
}

.content h3{
	font-size: 18px;
    font-style: italic;
    text-align: center;
    font-weight: 800;
    color: #866554;
}

.content p{
   font-size:18px;
    text-align: justify;
    
}


.product-list li{
    font-style:italic;
	font-weight:400;
	color:#866554;
    font-size: 18px;
}

.slogan-box{
    width:100%;
	height:auto;
	background-color:#2B241C;
	margin-bottom:20px;
	padding:20px;
}


.slogan-box .line1{
	font-size:26px;
	font-style:italic;
	text-align:center;
	font-weight:400;
	color:#FFFFFF;
	padding-top:10px;
	
}

.slogan-box .line2{
	font-size:36px;
	font-style:italic;
	text-align:center;
	font-weight:500;
	color:#FFFFFF;
	margin:0;
	padding:0;
}

.slogan-box .line3{
	font-size:22px;
	font-style:italic;
	text-align:center;
	font-weight:400;
	color:#FFFFFF;
	margin:0;
	padding-bottom:10px;
	
}

.content .imgIcons{
	width:150px;
	height:150px;
}

.content .textOnBlock{
	width:100%;
    height: auto;
	background-color:#866554;
	font-size:24px;
	font-style:italic;
	text-align:left;
	font-weight:800;
	color:#FFFFFF;
	margin-top:20px;
    padding: 10px 20px;
}

.content .productListing{
	margin-bottom: 10px !important;
}

.content .productListing .imgProduct {
	width:100%;
	height:auto;
}


.content .productListing h2{
	font-style:italic;
    font-size:16px;
	text-align:center;	
	color:#2B241C;
	background-color:#CBBBB4;
	font-weight:normal;
    padding: 20px 10px !important;
    ;
}

/* ======== VIDEO BOX ======== */
.videobox{
	width:100%;
	height:auto;
	float:right;
	margin-left:30px;
	padding:20px;
	background-color:#2B241C;
	margin-bottom:30px;	
}

.videobox video{
	width:100%;
	height:350px;
}



.texthipicos{
	font-style:italic;
	text-align:center;
	font-weight:800;
	font-size:20px;
	color:#FFFFFF;
	
}

/* ------ ENVIOS ------ */
.envios h1{
	font-size: 28px;
    font-style: italic;
    text-align: left;
    font-weight: 800;
    color: #866554;
}

.envios p{
	font-size: 18px;
    text-align: justify;
}


/* ------ CONTACTO ------ */
.contacto .contactAdress{
    font-size: 18px;
}


.contacto .map iframe{
    width: 100%;
    height: 350px;
}


.contacto .formColorBox{
	width:100%;
	height:auto;
	background-color:#CBBBB4;
	padding:30px;
}


/* ------ FOOTER ------ */
footer{
  padding: 30px 10px;
	background-color:#2B241C;	
}


footer .footer-logo{
    width: 100%;
    height: auto;
}

footer .phoneNumbers{
    font-weight:300;
	font-size:14px;
	color:#FFF;
	text-align:left;
}

footer .whatsappnumber{
	margin-left:5px;
	font-size:22px;
	font-weight:700;
	color:#FFF;
	text-align:left;
    position: relative;
	top:5px !important;
}

footer .phoneNumbers a{
	color:#CBBBB4;
	font-size:16px;
}



footer .footer-menu {
	padding: 30px 0px;
    
}

footer .footer-menu ul{
	list-style:none;
    
}

footer .footer-menu li{
	display:inline-block;
	font-size:14px;
	padding:3px 10px;
	border-left:#FFF solid thin;
    float:right !important;
}

footer .footer-menu li:first-child{
	border-left:none;
}

footer .footer-menu li:last-child{
	border-left:none;
}

footer .footer-menu li a{
	color:#FFFFFF;
	text-decoration:none;
}
footer .footer-menu li a:hover{
	color:#CBBBB4;
}


footer .footerIcons{
	float:right !important;
	margin-top:40px;
}

footer .iconSize{
	width:auto;
	height:25px;
	margin-left:8px;
	margin-right:10px;
    float:right !important;
}

footer .copyright{
	font-weight:300;
	font-size:12px;
	color:#FFF;
	text-align:right;
	margin-right:10px;
}


footer .copyright a{
	color:#FFFFFF;
}

footer .copyright a:hover{
	color:#CBBBB4;
}


@media (max-width: 767px) {
    
    footer .footer-logo{
        width: 60%;
        height: auto;
        margin-bottom: 20px !important;
        margin: 0 auto;
        display: table;
        
    }
    
    
    footer .phoneNumbers{
        text-align:center;
    }

    footer .whatsappnumber{
        text-align:center;
    }


    footer .copyright{
        text-align:center;
    }
    
    
    
    footer .footer-menu {
	    display: none !important;
    }
    
    footer .footer-icons{
        display: none !important;
    }

	
}
    
    
/* ------ FORMS ------ */

form .asterisk{ color: #2B241C; }
	
form input{
	width:100%;
	text-decoration:none;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color:#666;
	
	padding:5px 0px 5px 5px;
	margin-bottom:10px;
	margin-top:5px;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;	
	border: 1px solid #999;
	
}

form textarea{
	width:100%;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color:#666;
	
	padding:0px 5px 5px 0px;
	margin-bottom:10px;
	margin-top:5px;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;	
	border: 1px solid #999;
}


form ul{
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
}
	
form li { 
	display:inline;
	margin-bottom:10px;
}



form #send-btn{
	float:right;
	right:0;
	margin-bottom:20px;
}

.send {
	font-size:16px;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:9px 50px;
	text-decoration:none;
	
	background-color:#866554;
	color:#ffffff;
	display:block;
    margin-bottom: 30px;
}
.send:hover {	
	background-color:#2B241C;
}
.send:active {
	position:relative;
	top:1px;
}


.agroindustria{
	color: #000000 !important;
}

.agroindustria h2{
    font-size:22px !important;
	font-style:italic;
	text-align:left;
	font-weight:800;
	color:#866554;
}

.agroindustria li{
	color: #000000 !important;
}

.agroindustria .producto {
	height: 250px;
	width: auto;
	margin-bottom: 20px;
}

/* Heart of the matter */
@media (min-width: 768px) {
	.ten-columns > .col-sm-2 {
	  width: 20%;
	}
  }  
  

  @media (max-width: 767px) {
	
	.callouts .ImageBoxWrap {
		width: 100%;
		height: 320px;
	}

	.callouts .ImageBoxWrap img{
		width: 100%;
		height: 320px;
	}

}