body 
{
    background: url(../images/bg.png);
}   
.site
{
    font-family: 'Holtwood One SC', sans-serif;
}
.text-descrip
{
    font-family: 'font-family: system-ui;';
    color: #ffffff;
    text-shadow: 2px 2px #1f1f1d;
    font-size: 7px;
    padding: 3px 0px;
    text-align: center;
}

.text-logo
{
    font-family: 'Holtwood One SC', sans-serif;
    color: #e7e0db;
    text-shadow: 2px 2px #1f1f1d;
    font-size: 33px;
    padding: 20px 0px;
    text-align: center;
}
.text-logo .glyphicon 
{
    color: #f8f3de;
    text-shadow: 0px 0px #f2efe2;
}
.nav
{
   margin-bottom: 40px;
}
/*  color fondo servicios */
.serviciosfondo{

    background: #F1EAE8;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    border-color: rgb(201, 68, 68);
  border-width: 4px;
  border-style: dotted;

}

/*  color fondo imagen */
.thumbnail img
{
    background: #edf6f0;
}
.price
{
    background: #b7beb7;
    box-shadow: 0 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px rgba(0,0,0,0.2);
    color: #fff;
    text-shadow: 2px 2px #333;
    position: absolute;
    right: 6px;
    top: 20px;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 3px;
}
.price:before 
{
    border: 4px solid transparent;
    border-bottom: 4px solid #4a934a;
    border-left: 4px solid #4a934a;
    content: "";
    position: absolute;
    right: 1px;
    top: -8px;
}
.caption > h4
{
    color: #8a2f0e;
    font-size: 18px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
{
    background: #e7480f;
}
.nav>li>a:focus, .nav>li>a:hover 
{
    color: #e7480f;
    background-color: #eee;
}
.nav>li>a
{
    color: #eee;
    font-size: 18px;
    text-shadow: 2px 2px #333;
}

/*  color letra solicite el ES EL boton de INDEX solicitar servicio */
.btn-order
{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #4974b3;
    text-decoration: none;
    text-shadow: 2px 2px #333;
}
/*  sobre boton solicite el servicio */
.btn-order:hover, .btn-order:focus
{
    color: #fff;
    background-color: #c13c0d;
}

/*  ADMIN */

.admin
{
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}
.help-inline
{
    color: rgb(199, 96, 96);
}


/*capcha*/
.c1{
	width: calc(100% - 40px);
	min-height: 95vh;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 20px 20px;
	background-color: #ffffff;
}
.c2 {
	width: 400px;
	background: #eceff1;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	padding: 20px 20px;
	box-shadow: 0px 0px 5px #474747;
}
.success {
	text-align: center;
	margin-bottom: -15px;
	width: calc(100% - 20px);
	padding: 12px;
	background-color: #eceff1;
	color: #4caf50;
	font-size: 14px;
	font-weight: normal;
}
.error {
	text-align: center;
	margin-bottom: -15px;
	width: calc(100% - 20px);
	padding: 12px;
	background-color: #eceff1;
	color: #be3630;
	font-size: 14px;
	font-weight: normal;
}
#p1{
	font-size: 50px;
	font-weight: bold;
	color: #063d6d;
}
#img{
	margin-bottom: -19px;
	width: calc(50% - 20px);
	height: 50px;
	border-radius: 5px;
}

