@charset "utf-8";
/* CSS Document */

body{
	font-size: 0.7rem;
/*
	background-image: url("../images/fondo2.jpg");
    background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
*/
}
.parrafo{
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 14px;
    text-align: justify;
}
.parrafo-home{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 16px;
    text-align: center;
}
.parrafo-titulo{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 14px;
    text-align: justify;
	font-weight: bold
}

.jumbotron{
	background: none;
}

.padding-header{
	padding-top: 7rem;
}
h3 {
    font-size: 1.5rem;
    color: rgba(159,159,159,1.00);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-align: left;
}
.btn{
	background: #049097;
	border-bottom-color: #049097;
	
}
.btn-primary {
	border-color: #049097;
}
h4{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 11px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.mobile-top {
		padding-top:6rem
	}
}
.card-body{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
/*  outline: black;*/
  background-size: 100%, 100%;
/*  border-radius: 50%;*/
  /*border: 1px solid black;*/
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: black;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: black;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover
{
  color: silver;
}
.carousel-indicators
{
	bottom: -23;
	background: darkgray;
}