﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}


.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    /*padding: 10px 16px;*/
    border-radius: 35px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    box-shadow: 3px 1px 10px #252020;
}

.btn-circle {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    box-shadow: 3px 1px 10px #252020;
}

.btn-circle-close {
    position: fixed;
    right: 40px;
    top: 70px;
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    box-shadow: 3px 1px 10px #252020;
}
.btn-circle-xl2 {
    position: fixed;
    right: 30px;
    bottom: 110px;
    width: 70px;
    height: 70px;
    padding: 6px 0px;
    border-radius: 35px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    box-shadow: 3px 1px 10px #252020;
}

.btn-circle-xl3 {
    position: fixed;
    right: 30px;
    bottom: 190px;
    width: 70px;
    height: 70px;
    padding: 6px 0px;
    border-radius: 35px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    box-shadow: 3px 1px 10px #252020;
}

.linhaComTexto {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid black;
    text-align: center;
}

    .linhaComTexto > span {
        font-size: 20px;
        background-color: #F3F5F6;
        padding: 0 10px;
    }


