main {
    background-color: white;
    padding: 20px 0 20px 0;
}
.parallax {
    /* The image used */
    background-image: url("/storage_cfcvc.pt/outras/background.jpg");

    /* Set a specific height */
    min-height: 100vh;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.myLineBreak{
    margin-top:0 !important; 
}

.primary-background-color {
    background-color: #5900f1 !important;
}

.btn-primary {
    background-color: #5900f1 !important;
}

.footer-border {
    padding-bottom: 5px;
    margin-bottom: 16px;
}

.footer-border:hover {
    transition: 0.3s;
    font-weight: bold;
    padding: 5px 0 5px 0;
    margin-bottom: 16px;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
}

.myBtnColor, .btn-block {
    color: #fff;
    background-color: #5900f1 !important;
    border-color: #5900f1;
}

.myBtnColor:hover, .btn-block:hover {
    color: #fff;
    background-color: white !important;
    border-color: #5900f1;
}

.dropdown-item {
    border: 0;
    margin: 10px 0 10px 0;
}

.dropdown-item:hover {
    color: #5900f1 !important;
    background-color: white;
}

.myLink {
    color: black;
    text-decoration: none;
}

.myFooterLink {
    color: white;
    text-decoration: none;
}

.myFooterLink:hover, .myLink:hover {
    color: #5900f1;
    text-decoration: none;
}

.widget-search {display: none !important; }

.dataTables_info, .dataTables_length { display:none; }

.displayNone {
    display: none;
}

@media screen and (min-width: 1185px) {
    .myMenu { padding: 45px 0 20px 0 !important; }
    .myHeaderSmall { display: none }
}

@media screen and (max-width: 1185px) and (min-width: 755px) {
    .myMenu { padding: 66px 0 20px 0 !important; }
    .myHeaderSmall { display: none }
}

@media screen and (max-width: 755px) {
    .myMenu { padding: 87px 0 20px 0 !important; }
    .myHeaderLarge { display: none }
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 10px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
