.round{
    border-radius: 6px;
}
.back{
    font-size: 40px !important;
}
.back:hover, .back:focus{
    color:#f00;
}
.back-to-top {
background: none;
margin: 0;
position: fixed;
bottom: 0;
right: 0;
width: 70px;
height: 70px;
z-index: 100;
display: none;
text-decoration: none;
color: #ffffff;
background-color: #800000;
border-radius: 40px;
text-align: center;
padding-top: 10px;
}
.pie{
    background-color:#F0EFEF;
    display: block;
    height: 120px;
}
label {
    width: 140px;   
    padding: 4px;
    display: block;
}

input[type=text], input[type=email] {
    width: 100% !important;   
    padding: 4px;
    margin: 5px 5px;  
}
input[type=reset]{
    margin-left: 4px;
}
textarea{
    width: 100% !important;
    margin-bottom: 20px !important;
    height:200px !important;
}

#formulario {
    width: 100%;
    margin: 0 auto;
    background-color:#F0EFEF;
    padding: 10px 30px;
    border-radius: 6px;
    border:thin #C1C1C1;
    padding-bottom: 20px;
}

.panel-fix{
    height:240px;
}
.glyphicon {
    font-size: 14px;
}
html,
body {
    height: 100%;
}

body {
    /*padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 0 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}