@charset "UTF-8";


#home{height:500px;}
#main-carousel{height:500px;}
.carousel-inner{height: 100%;}

#main-carousel .carousel-caption {
    max-height: 580px;
	min-height:320px;
}
.linkmail{
	color: #ccc;
}

.exportacion {
    text-transform: initial;
    font-size: 30px;
}



ul.listaexportacion li {
    list-style-type: square;
    text-align: left;
    font-size: 12px;
    margin-bottom: 7px;

}






ul.listaproductos li {
    float: none;
    border: none;
    list-style-type: circle;
    padding: 0;
    margin: 0;

    line-height: 17px;
}

.single-blog h5 {
    font-weight: bold;
    color: #e52713;
}

.single-blog h5 i {
    font-weight: normal;
    color: #909090;
	padding-right: 5px;
}
.blog-content p {
    font-size: 13px;
    line-height: 14px;
}


.single-blog h2 {
    color: #e52713;
    font-size: 1.1em;
    border-left: 4px solid #e52713;
    padding-left: 7px;
}

.homesinternos{
	height: 350px!important;
}

@media screen and (max-width:768px){
	
	.homesinternos{
	height: 250px!important;
}
	#blog {
    padding-top: 10px;
}
}

#productosdehome .single-blog{
	
	
	padding:19px;
}



#productosdehome h2 {
    border: none;
    text-align: center;
    font-size: 12px;
    background-color: #e52713;
    height: 50px;
    color: white;
    text-transform: uppercase;
    border-radius: 6px;
    transition: 300ms;
    display: flex;
    align-items: center;
	justify-content: center;
}
#productosdehome a {
    color: white;
    
}
#productosdehome a:hover {
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
	font-size: 14px;
    
}




#productosdehome h2:hover {
    background: #686868;
}



h2.heading{
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25)!important;
}



p.animated {
    text-shadow: 1px 1px 0 rgba(0,0,0,0.35)!important;
}

.logotipo{
	max-width: 90px;
}