/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/





.modal-body h4 {
	font-size:16px;
 	 font-weight: 400;
  	color:#55acee;
}
.modal-body p {
	font-size:14px;
  	font-weight: 400; 
}

.modal-header h4{
    font-weight: 400;
}

.navbar-collapse {
  /*background-color: rgba(00, 00, 00, .9);*/
}


/* cambios de bootstrap-------------------------------------------------------------*/
.carousel-indicators {
  bottom: -20px;
  left: 50%;
}

/* Indicador de slide de carrusel*/
.carousel-indicators li {
  border: 1px  solid #55acee;

}
.carousel-indicators .active {
  background-color: #55acee;
}


/* Texto en ventana azul de productos*/
.overlay span {
	padding: 0px 8px;
}

