@import url('https://fonts.googleapis.com/css?family=Oswald:400,600|Raleway:400,700,800,800i|Roboto:400,500,700');

#procesando{display: none;}
a:hover{text-decoration: none;}
h2{
	color: #000000;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	text-align: center!important;
	text-transform: uppercase;
	text-align: left;
	font-weight: 300;
}
.pse{
  	position: fixed;
    right: 0px;
    width: 80px;
    background: #205193;
    z-index: 9999;
    border-radius: 5px 0px 0px 5px;
    padding: 5px;
    text-align: center;
}
.pse img{
	width: 40px;
}
.portal{
  	position: fixed;
    right: 0px;
    width: 80px;
    top:112px;
    background: #205193;
    z-index: 9999;
    border-radius: 5px 0px 0px 5px;
    padding: 5px;
    text-align: center;
}
.portal img{
	width: 40px;
}
body.int21 #imagen {
    display: none;
}
#categoriaDestacada .contenido img {
    display: none;
}
#totalFinal{
	display: none;
}
.esp{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.barratop{
    background: #b61b1b;
    height: 35px;
    box-shadow: 1px 6px 10px rgba(0,0,0,0.2);
    margin-bottom: 25px;
}
.barratop p{
	text-align: center;
    color: #fff;
    line-height: 35px;
}
div#ContDetailsCart{
	margin-top: 20px;
}
.remove{
	cursor: pointer;
}

#redes{min-width: 120px;  margin: 0px auto; display: block; text-align: center;}

#redes ul{margin: 0px; padding: 0px; display: inline-block;}
#redes ul li{display: inline-block; width: 35px; height: 35px;  border-radius: 17px; margin: 0px 3px; background: #fff; transition: 0.5s all;}
#redes ul li:hover{transition: 0.5s all; background: #895509;}
#redes ul li a{text-align: center; display: block; font-size: 20px; color: #000; padding: 4px 0px 0px 0px;}
#redes ul li p {display: none;}



header{
	border-bottom: 2px solid #f9f9f9;
	border-bottom: 1px solid #bbbaba !important;
	margin-bottom: 20px;
}
.incontec{
    width: 200px;
    margin: auto;
    margin-top: 23px;
    padding-left: 18px;
}
.incontec img{
	display: inline-block;
	width: 48%;
}
#banner{
	width: 100%;
    margin: auto; 
    background: #000;    
    box-shadow: 0 1px 10px rgba(31, 31, 31, 0.47);
}

.videoinsti{
	text-align: center;
	padding: 30px 0px;
	background: url(../img/coohilados-del-fonce-san-gil-banner5.jpg);
}
.videoinsti iframe{
	width: 93%;
	max-width:1000px;
	height: 500px;
}
.tituloSlide{
	position: relative;
	top: -300px;
	width: 1135px;
	margin: 0px auto;
}

.tituloSlide,
.tituloSlide a{
	font-weight: 400;
    font-style: normal;
    font-family: 'Signika', sans-serif; 
    color: #ffffff;
    font-size: 40px;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
        
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
}

.infoSlide{
    top: -350px;
    width: 1135px;
    margin: 3%;
    color: #fff;
    position: relative;
    padding: 20px 0px 20px 0px;
} 


.slideDesc,
.slideDesc a{
	font-weight: 400;
    font-style: normal;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-align: left;
    text-decoration: none;
    width: 100%;
    max-width: 500px;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0px;
}
.slideDesc p,
.slideDesc a p{
	text-transform: uppercase;	
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.infoSlide .readMore{
	margin-top: 20px;
}
.infoSlide .readMore a{
    text-decoration: none;
    background-color: #FF6630;
    padding: 5px;
    color: #fff !important;
}

#intro{width: 100%; margin: 20px auto 10px; display: block; padding: 10px 0px 20px 0px;}

#intro h1 {
    text-align: center!important;
    margin: 20px auto 30px 0px;
    color: #2d3439;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
#intro hr{
	border: 1px solid #ff1a1a;
	width: 80px;
}
#intro p {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #827b7b;
    line-height: 0px;
    font-size: 19px;
}

#logo{width: 300px;}
#logo img{width: 100%;}

#prodCart{	
	font-size: 0px;
}

#prodCart .alert{
	font-size: 14px;
}

#prodCart .item{
	/*border: 1px solid #ededed;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1); */
	margin: 15px 5px;
	padding: 5px;
	width: 32%;
	display: inline-block;
	vertical-align: top;
	
	min-height: 280px;
}

.item .title{
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	text-align: left;
	color: #6f6f6f;
	letter-spacing: 0.5px;
    margin-top: 7px!important;
    font-weight: 300;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.item .image{
	overflow: hidden;
}

.item .image img{
	width: 100%;
	display: block;
	margin: 0px auto;
	transition:0.5s;
}

.item .image:hover img{
    transform: scale(1.1);
    transition:0.5s;    
    opacity: 1;
}

.item .cantContent{
	font-size: 14px;
	padding: 2px 10px;
	background: #ff2018;
    color: #fff;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px 0px 0px;
	height: 24px;
	width: 27px;
}

.item .precio{
	font-size: 14px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	margin: 0px auto 10px;
	color: #000;
	font-weight: bold;
	vertical-align: top;
	display: none;
}

div#contenido {
    padding: 30px 0px 50px 0px;
}

.item .item-cart{	
	text-align: left;
	float: right;
	vertical-align: top;
	margin: 0px 0px 0px 20px;
	display: inline-block;
}
.details{
	width: 49%;
    display: inline-block;
    margin-top: 10px;
}
.details .tamano{width: 95%;
    margin: 0px auto 10px;}

    .details .tamano label{
    	text-align: left;
    	margin: 0px 0px 10px 0px;
    	display: block;
    }

#countItem{
	height: 32px;
	width: 32px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	z-index: 9999;
}
.procont{
	background: #f0f0f0;
}
.prodestacado{
	padding: 0px;
}
.prodestacado a{
	color: #000;
}
.prodestacado i{
	color: #b61b1b;
	margin-right: 8px;
}
.divisor{
	border-bottom: 1px solid;
}
.contcategodesc .col-md-4{
	margin-bottom: 20px;
}
.contcategodesc img{
	width: 100%;
}
#countItem span{
	background: #ededed;
	padding: 1px 0px 0px 0px;
	border-radius: 12px;
	width: 24px;
	height: 24px;
	display: block;
	margin: 4px 0px 0px 5px;

}

#catMenu{
	color: #f2408c;
	width: 100%;
	margin: 20px 0px 0px 0px;	
	text-align: center;
}

#catMenu ul{
	margin: 0px;	
	padding: 0px;
}
#catMenu ul li{	    
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;	
	text-transform: uppercase;
	vertical-align: top;

}





#catMenu ul li:hover{
	background-color: #ff4b2f;
}
#catMenu ul li:hover a{
	color: #fff;
}


#catMenu ul li:hover a{
	text-decoration: none;
}


#catMenu a{
	display: block;
	padding: 10px 10px;
	color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;	
	text-transform: uppercase;
	    letter-spacing: 0.5px;
    white-space: nowrap;

}


#catMenu ul li ul
{
    position: absolute;
    background: #ff6f00;
    z-index: 99999;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    line-height: normal;
    text-align: left;
    display: none;
}

#catMenu ul ul ul{
	margin: 0px 0px 0px 150px;
}

#catMenu ul li ul li a{
	color: #fff;
}



#catMenu ul li ul li 
{   border-radius: 0px;
    display: block!important;
    transition: 0.5s all;  
    padding: 0px;        
}

#catMenu ul li:hover > ul
{
    display: block;
    transition: 5s all;
}


#Cmenu{
	height: 38px;
	border-radius: 4px;
	width: 38px;
	background: #000;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 999;
	cursor: pointer;
	text-align: center;
	line-height: 32px;
	display: none;
}

#Cmenu i{
	font-size: 23px;
	font-weight: normal;
	padding: 9px 0px 0px 0px;
}

#controlDetails{
	width: 105px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	line-height: 32px;
	font-size: 13px;
}

#elegidos{
	color: #000;
	width: 350px;
	margin: 0px -350px 0px 0px;
	position: fixed;
	right: 0px;
	background: #000;
	top: 0px;
	padding: 32px 10px 10px 10px;
	z-index: 999;
	background: #f9f9f9;
}

#elegidos label{text-transform: uppercase;font-size: 12px;margin: 5px 0px 5px 2px;}

#elegidos ul{
	margin: 20px 0px;
	padding: 0px;
	list-style: none;
}

#elegidos ul li:last-child{
	border-bottom: none;
}
#elegidos ul li:first-child{
	border-top: none;
}

#elegidos ul li{
	border-bottom: 1px solid #d9bba2;
    border-top: 1px solid #a17855;
	padding: 5px 0px 5px 0px;
	display: block;
}

#messege{	
	display: none;	
	bottom: 20px;
	border-radius: 4px;
	position: fixed;
	width: 400px;
	left: 50%;
	margin: 0px 0px 0px -200px;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 32px;
}
#prodInternal p{
	text-align: justify !important;
}
#prodInternal .image{
	width: 90%;
	margin: 0px auto;
}

#prodInternal .image img{
	width: 100%;

}
div#nombreProd{
	margin-bottom: 35px;
}
#prodInternal .precio {
    font-size: 20px;
    text-align: left;
    margin: 10px auto;
    display: inline-block; width: 15%; vertical-align: top; margin: 0px auto;
    
    color: #000;

}
.cultivos{
	background: url(../img/cohilados-que-es.jpg);
	height: 400px;
	background-size: 100%;
	position: center
	width: 100%;
}
.noticias{
	width: 100%;
	background-size: cover;
	background-position: center;
}
.noticias .item{
	background: #fff;
}
.noticias .item .image{
	height: auto;
}
.noticias .item .title{
    padding: 5px 7px;
    background: #fff;
    width: 100%;
    margin: 0px !important;
    color: #000;
    font-weight: 500;
}
.noticias .item .contetnoti{
	color: #000;
	background: #fff;
	font-size: 12px;
	padding: 0px 7px;
}
.noticias h1{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-size: 26px;
    color: #fff;
    margin: 20px 0px;
    line-height: 28px;
    font-weight: 500;
    padding: 0px 25px;
}
.smalltam{
	font-size: 15px;
	display: inline-block;
	font-style: italic;
	width: 35%;
	text-align: left;
	height: 28px;
	vertical-align: top;
	line-height: 28px;
}

#cerrar{cursor: pointer; text-align: right;}

#prodInternal .cantContent {
    font-size: 14px;
    padding: 2px 10px;
    background: #f9f9f9;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
    font-weight: 300;
}

#alidos{margin: 10px auto;}
#alidos img{width: 100%;}
#alidos ul {
	display: none !important;
}
#alidos h1{
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    color: #000;
    margin: 20px 0px;
    line-height: 28px;
    font-weight: 500;
    padding: 0px 25px;
}
#alidos ul li{
	margin-top: 20px;
}
.slider{
	width: 90% !important;
}
.contetnoti {
    font-size: 12px;
    margin-top: 5px;
    color: #6f6f6f;
    text-align: justify;
}
#contenido .content{margin: 20px auto;}
#contenido .content p{font-family: 'Roboto', sans-serif; color: #666666; font-size: 16px; text-align: left; line-height: 24px; font-weight: 300;}
#contenido #imagen {margin: 0px 10px 0px 0px; }
#contenido #imagen img{width: 100%;}
.btn-cafe{background: #000; border-color: #c1c1c1;}
.btn-cafe:hover{background: #000; border-color: #c1c1c1;}

.btn-xs{    margin: 0px 5px 0px 0px!important;}
	
	#prodInternal .item-cart { display: inline-block; width: 40%; vertical-align: top;}
	#prodInternal .details{ margin: 20px auto;background: #f9f9f9;padding: 10px 10px;text-align: center; width: 100%;}

#galerias{ width: 93%; margin: 0px auto;}

#galerias ul{ margin: 0px!important; padding: 0px!important;}

#galerias ul li{ display: inline-block; vertical-align: top; width: 29%; margin: 5px 5px; height: 80px; overflow: hidden;}

#galerias ul li img{ width: 100%;}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 50px auto 0px;
}

#categoriaDestacada{ margin: 40px auto; display: block; }
#categoriaDestacada .image{}
#categoriaDestacada .image img{width: 100%; margin: 0px auto;}
#categoriaDestacada .titulo{
	padding: 15px 0px 0px 0px;
	margin: 0px auto 20px;
	font-family: 'Cormorant', serif;
	font-weight: 300;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center; 
}

#categoriaDestacada .contenido{
	font-size: 14px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
	font-weight: 300;
}

#categoriaDestacada .contenido p{
	/*font-family: 'Wire One', sans-serif;*/
}

#categoriaDestacada .bg-contenido{
	background: #f9f8f7;
	min-height: 410px;
}

#categoriaDestacada a.readmore{
	border: 1px solid #000;
	background: #fff;
	margin: 20px auto;
	display: block;
	width: 90px;
	text-align: center;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #000;
}
#categoriaDestacada a.readmore:hover{
	background: #000;
	color: #fff;
}



footer{
	background: #ededed;
	min-height: 120px;
	padding: 30px 0px 10px; 
}

footer #info{text-align: center; width: 300px; color: #000; font-family: 'Signika', sans-serif; margin: 0px auto; display: block; }

footer #info img{width: 280px;}
footer .halltec{
	text-align: center;
}
/* --- info novios --- */


#infoNovios #mainImage{height: 450px; overflow: hidden; width: 100%; margin: 0px auto; display: block;}

#infoNovios #mainImage img{width: 100%;}

#infoNovios #title{position: absolute; margin: -90px 0px 0px 0px;}
#infoNovios #title h1{color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.5);}

#products{margin: 20px auto;
    
}
#products h1{
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-size: 26px;
    margin: 20px 0px;
    line-height: 28px;
    font-weight: 500;
    padding: 7px 25px;
    color: #2d3439;
        text-align: center;
}
#products #prodCart .title i{
	margin-right: 10px;
}
/* estilos para paginador*/
.gracias{
	text-align: center;
}
.gracias img{
	margin-top: 20px;
}
.gracias h1{
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 40px;
    width: 100%;
    max-width: 500px;
    font-size: 20px;
    margin: auto;
    margin-top: 40px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{background: #000!important;     border-color: #000!important;}
.pagination>li>a, .pagination>li>span{color: #000!important;}
ul.pagination li.active a{color: #fff!important;}
.item-cart .btn{background: none!important; border: none; color: #ff1f1f;}
.item-cart .btn:hover{background: #c1c1c1!important;}
/* ========== stile carrusel ====== */
* {
      box-sizing: border-box;
    }

    .slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      
    }
    
  
    .slick-current {
      opacity: 1;
    }

@media screen and (max-width: 1240px){
	#logo {
    	width: 240px;
	}
	#catMenu{
		margin: 12px 0px 0px 0px;
	}
	div#ContDetailsCart{
		margin-top: 13px;
	}

}    
@media screen and (max-width: 1200px){
	header .container{
		width: 100%;
		padding: 0px;
	}
	#catMenu a{
		font-size: 13px;
	}
	#logo {
    	margin-left: 10px;
	}

}
@media screen and (max-width: 1077px){
	#logo {
    	width: 200px;
	}
	header .col-md-3, header .col-md-7, header .col-md-2{
		padding: 0px;
	}
}
@media screen and (max-width: 1000px){
	#redes{float: none; margin: 5px auto; text-align: center;}
	#logo{margin: 0px auto;}
	header{ padding: 20px 0px;}
	#ContDetailsCart{text-align: center;}
	.portal{
	   top: 144px;
	}
}
@media screen and (max-width: 995px){
	#catMenu a {
    	font-size: 12px;
	}
	#logo {
    	width: 180px;
	}
}
@media screen and (max-width: 991px){
	#prodCart .item{
		width: 48%;
	}
	#prodCart .noti{
		width: 30%;
	}
	#catMenu a {
    	font-size: 14px;
	}
	.portal {
        top: 188px;
    }
}

@media screen and (max-width: 880px){
	.videoinsti iframe {
    	height: 400px;
	}
}

@media screen and (max-width: 730px){
	#prodCart .item{width: 48%}
	#intro h1{
		font-size: 20px;
	}
	.incontec{
		width: 60px;
	}
	#intro p{
		line-height: 23px
	}
}
@media screen and (max-width: 607px){
		#prodCart .item{
	    width: 50% !important;
	    padding: 5px !important;
	    margin: 0px !important;
	}
	#prodCart .title{
		font-size: 10px;
	}
	.item .cantContent{
		margin: 0px !important;
	}
	#prodCart .noti{
		width: 47% !important;
		margin: 15px 5px !important;
    	padding: 5px !important;
	}
	.portal {
        top: 198px;
    }
}
@media screen and (max-width: 570px){
	#prodInternal .item-cart {
    	width: 24%;
	}
}
@media screen and (max-width: 550px){
	#Cmenu{display: block;}
	#catMenu{border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; padding: 10px 0px; margin: 30px auto; text-align: left;}
	#catMenu ul li{display: block;}
	#catMenu ul li > a{color: #000!important;}
	#catMenu ul:hover  li{background: none!important;}
	#catMenu ul li ul{position: initial; display: block; margin: 0px 0px 0px 30px; background: #fff;}
	

	#prodInternal .item-cart{width: 100%;}
	#prodInternal .precio{width: 35%;}
	.barratop {
    	height: 40px;
	}
	.barratop p{
		line-height: 40px;
	}
	#Cmenu{
		background: #b61b1b;
	}
	.videoinsti iframe {
    	height: 300px;
	}

}

@media screen and (max-width: 550px){
	.tituloSlide, .tituloSlide a{font-size: 20px;}
	.tituloSlide {top: -150px;}

	#contenido #imagen{float: none; margin: 10px auto;}
	
	/*#banner img{margin: 0px -520px;}*/
	#logo{margin: 0px auto 10px;}
	#products .col-md-12{padding-right: 0px!important; padding-left: 0px!important; 	}
	#prodCart .image{height: 110px;}
	#prodCart .item{margin: 5px; padding: 5px 10px; border-radius: 0px;}
	#prodCart .item{width: 46%; min-height: 120px; padding-bottom: 10px; }
	#prodCart .precio{ font-size: 16px; font-weight: bold;}
	#catMenu{display: none;}
	#elegidos{width: 100%;     margin: 0px -100% 0px 0px;}

	#prodInternal h2{text-align: center;}
	
	#infoNovios #mainImage img{width: 1500px; margin: 0px 0px 0px -390px; }
	#categoriaDestacada .bg-contenido{min-height: 300px;}
	.contcategodesc h3{
		font-size: 14px;
	}
	.prodestacado a {
    	font-size: 12px;
	}
	.smalltam{
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 500px){
	#prodCart .noti{
		width: 100% !important;
	}	
	#alidos ul li{
		width: 50%;
	}
}
@media screen and (max-width: 460px){
	.slider{
		width: 100% !important;
	}
	.slick-arrow{
		display: none !important;
	}
	img.slideImage {
    	width: 128% !important;
    	height: 100% !important;
	}
	#banner{
		height: 134px !important;
		margin-bottom: 44px;
	}
	.slidesjs-pagination{
		display: none;
	}
	.barratop p {
	    text-align: right;
	    margin-right: 7px;
	    font-size: 10px;
	}
}
@media screen and (max-width: 387px){
	.contcategodesc h3{
		font-size: 11px;
	}
	.prodestacado a {
    	font-size: 10px;
	}
}


