* {
    font-family: 'Raleway', sans-serif;
    color: #4a69bd;
}

html {
    scroll-behavior: smooth;
}

.page-container p {
    color: #353b48;
}

.dropdown-menu { z-index: 9999;}

/*** Utils ***/
.error{ color: #e74c3c; font-size: 12px; font-style: italic;}

.row-full {

}
.btn-primary {
    background-color: #4a69bd;
    border-color: #4a69bd;
}
.btn-primary:hover {
    background-color: #4a619e;
    border-color: #4a619e;
}
/*** Utils ***/

.header{
    min-height: 100px;
    padding-top: 30px;
}

.carousel-home{
    width: 100vw;
    height: 500px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 0px !important;
}

.carousel-home .effect {
    background: #4a69bd;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.slick-dots {
    bottom: 0px !important;
}

.carousel-home .slick-list .slick-track .slick-slide {
    height: 470px;
    background-size: cover !important;
    background-position-y: center !important;
    background-position: center;
}

.slick-prev {
    left: 20px !important;
    z-index: 999 !important;
}
.slick-next {
    right: 20px !important;
}

.carousel-text {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 6% auto;
    text-align: center;
}

.carousel-text h2 {
    font-size: 3em;
    color: #ffffff;
    width: auto;
    /*background-color: rgba(51, 40, 84, .3);*/
    max-width: 600px;
    margin: 0px auto;
    border-radius: 2px;
    padding: 5px 10px;
    margin-top: -15px;
    margin-bottom: 15px;
}

.carousel-text h2 strong{
    font-weight: bolder;
}

.carousel-text p {
    color: #ffffff;
    font-size: 1.5em;
    margin: 0px;
}

.carousel-text a {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 150px;
    padding: 10px 30px 10px 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0px;
}

.carousel-image{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px !important;
}

/** Home Services **/
#home-services .card {
    height: 100%;
    padding-bottom: 50px;
}

#home-services .card-title {
    font-weight: 700;
}

#home-services .btn {
    bottom: 20px;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
}

/** Home tags cloud **/
.tags-cloud {
    text-align: center
}

.tags-cloud a{
    font-size: 1.8em;
    margin: 0px 10px;
    color: #bdc3c7;
}

.tags-cloud a:first-child {
    margin-left: 0px;
}
.tags-cloud a:last-child {
    margin-right: 0px;
}

.tags-cloud a:nth-of-type(3n + 2) {
    font-size: 2em;
    color: #7f8c8d;
}
.tags-cloud a:nth-of-type(4n+2) {
    font-size: 2.25em;
    color: #95a5a6;
}
.tags-cloud a:nth-of-type(5n - 2) {
    font-size: 2em;
}
/** Home tags cloud **/

/** Other pages **/
.title {
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 2px solid #4a69bd;
}

.main-image {
    margin: 0px auto 30px auto;
    display: block;
}

.tab-content ul em{
    color: #7f8fa6;
}

.list-group-item.active {
    background: #4a69bd;
    border-color: #4a69bd;
}


/*** Commons ***/
.page-container {
    margin-top: 30px;
}

.page-container.page-container-full {
    padding: 30px 15px 55px 15px;
    width: calc(100% + 30px);
    margin: 30px -15px 0px -15px;
}

.page-container .row [class*="col-"] {
    margin-top: 30px;
}

.footer {
    margin-top: 60px;
    padding: 60px 0px 80px 0px;
    background: #353b48;
    line-height: 10px;
}

.footer h3 {
    margin-bottom: 30px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
}

.footer .container{
    color: #ffffff;
}

.footer .container * {
    color: #ffffff;
}

.footer-bar{
    width: 100%;
    height: 50px;
    background: #2f3640;
    width: calc(100% + 30px);
    margin: 0px -15px;
}

/**** fixes ****/
.sublist a[href='#genetica'], .sublist a[href='#forenses'] {display: none!important; }

.sublist {
    list-style:none;
    padding-top: 0px;
    margin-bottom: 0px;
}

.sublist .list-group-item {
    background: none !important;
}

.list-group-item {
    overflow: auto;
!important;
}

.list-group .sublist a{
    width: 100%;
    padding-left: 10%;
    background: #f2f2f2 !important;
    border: none;
}

.list-group .sublist a.active{
    background: #a3aac1 !important;
}

.list-group-item + .sublist{ display: none; }

.list-group-item.active + .sublist{ display: block; }

.sublist a { border-radius: 0px !important; }

.fb-button {
    font-size: 24px;
}

.col-md.space-top {
    margin-top: 52px;
}