﻿body {
    font-family: Poppins, sans-serif;
}

.navbar-style {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

#home {  
    padding-top: 65px;
}

    #home h1 {
        font-size: 36px;
        line-height: 43px;
        font-weight: 300;
    }

    #home ul {
        margin: 20px 0 0 17px;
        padding: 0;
        list-style-type: none;
    }

        #home ul > li {
            font-size: 16px;
            font-weight: 300;
            line-height: 1.4em;
            margin-bottom: 10px;
        }

            #home ul > li:before {
                content: "\f054";
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                font-size: 10px;
                float: left;
                margin-top: 0;
                margin-left: -17px;
                color: #007bff !important;
            }

#datos {
    background-color: #e4e4e4;
    padding: 20px 0 20px 0;
}

    #datos p {
        font-size: 20px;
    }

.bg-base-color {
    background-color: #007bff !important;
}

#base {
    padding: 20px 0 20px 0;
}

    #base p {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
    }

    #base ul > li {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
        margin-bottom: 8px;
    }

.default {
    background-image: url(/images/img_325229.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    *background-position: center top;
    min-height: 360px;
}

.plataforma {
    background-image: url('../images/img_0337.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 360px;
}

.contacto {
    background-image: url(../images/img_1399.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 360px;
}

.colImage {
    background-color: #e4e4e4;
}

.colDesc {
    background-color: #f4f4f4;
}
