
h1, h2, h3, h4, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.navbar {
    padding: 0 1rem;
}

.bg-dark {
    background-color: #000000 !important;
}

.navbar-brand {
    margin-right: 2rem;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 14px;
    padding-top: 20px;
    padding-bottom: 24px;
    border-top: 4px solid #1a1a1a;
    font-size: 16px;
    font-family:     font-family: 'Overpass', "Helvetica Neue",Arial,sans-serif;
    color: #FFF;
}

.navbar-dark .navbar-nav .nav-link:hover {
    border-top: 4px solid #ee0000;
    color: #FFF;
}

.navbar-collapse {
    background: #000000;
}

.carousel, .carousel-inner, .carousel-item {
    max-height: 500px;
}

.carousel-caption {
    right: 15%;
    bottom: 20px;
}

.gray-bg {
    background-color: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.half-gray-bg {
background:  linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 100%) no-repeat;
background-size: calc(100%) calc(50%);
background-position: bottom;
    padding-top: 50px;
    padding-bottom: 50px;
}


.card-banner{
    background-image: url(../img/banner.jpeg);
    background-position: center;
    background-size: cover;
    color: #FFF;
}

.inspiration {
    background: url(../img/inspiration.jpeg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.inspiration .card {
    margin: 50px 0px;
    padding:
}

.inspiration .card-body {
    position: relative;
}

.inspiration .card-body p {
    margin-top: 30px;
}

.btn {
    font-family: Overpass,"Helvetica Neue",Arial,sans-serif;
    font-weight: 700;
    padding: .9rem 3.2rem;
}

.btn-primary {
    color: #fff !important;
    background-color: #e00;
    border-color: #e00;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c80000;
    border-color: #b00;
}

footer {
    background: #252525;
    color: #FFF;
}

footer .x-box {
    padding: 30px 15px;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer li {
    list-style: none;
}

footer li a {
    color: #ccc;
    font-size: .8rem;
}
footer li a:hover {
    color: #FFF;
    text-decoration: underline;
}

.red-bg {
    background-color: #e00;
    padding: 30px 20px;
}

footer .icons {
    font-size: 1rem !important;
}

footer .icons a {
    color: #FFF;
}

.red-bg p {
    font-size: .8rem;
    margin-top: 1.5rem;
    line-height: 1.5;
}

.footer-row {
    background-color: #000000;
    color: #FFF;
    padding: 10px;
}

.footer-row p {
    font-size: .7rem;
    color: #aaa;
    padding: 1rem;
    margin: 0;
}

.footer-row a {
    color: #aaa;
}

.footer-row a:hover {
    color: #FFF;
}

.blog-item {
    margin-top: 50px;
}

.carousel-caption-black {
    color: #000 !important;
    background-color: #FFFFFFBB;
}

.red-box {
    padding: 3rem 1rem !important;
    background-image: url(../img/red-bg.png);
    background-size: cover;
    color: #FFF;
}

.red-box h3 {
    font-size: 2.1111111111em;
    font-weight: 700;
}

.red-box p {
    font-weight: 400;
    line-height: 1.44;
    font-size: 18px;
    padding: 1rem 8rem;
}

.planes {
    background: url(../img/planes-web.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.planes .card {
    margin: 50px 0px;
    padding:
}

.planes .card-body {
    position: relative;
}

.planes .card-body p {
    margin-top: 30px;
}


.entrada {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.titulo {
    color: #000000;
    line-height: 1.6;
}

@media (min-width:320px) {
    .titulo {
        font-size: 1.8rem;
    }
}

@media (min-width:480px) {
    .titulo {
        font-size: 2rem;
    }
}

@media (min-width:768px) {
    .titulo {
        font-size: 2.2rem;
    }
}

@media (min-width:960px) {
    .titulo {
        font-size: 2.4rem;
    }
}


@media (max-width: 768px) {
    .navbar-dark .navbar-nav .nav-link {
        padding: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .red-box p {
        padding: .3rem .7rem;
    }
}


p {
    font-size: 1.2rem;
}

h1 {
    font-size: 2.4rem;
}

h2 {
    font-size: 1.7rem;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

@media (min-width:320px) {
    h2 {
        font-size: 1.4rem;
    }
}

@media (min-width:480px) {
    h2 {
        font-size: 1.5rem;
    }
}

@media (min-width:768px) {
    h2 {
        font-size: 1.7rem;
    }
}

h3 {
    font-size: 1.4rem;
}

@media (min-width:320px) {
    h3 {
        font-size: 1.1rem;
    }
}

@media (min-width:480px) {
    h3 {
        font-size: 1.2rem;
    }
}

@media (min-width:768px) {
    h3 {
        font-size: 1.4rem;
    }
}

h4 {
    font-size: 1.2rem;
}

@media (min-width:320px) {
    h4 {
        font-size: .9rem;
    }
}

@media (min-width:480px) {
    h4 {
        font-size: 1rem;
    }
}

@media (min-width:768px) {
    h4 {
        font-size: 1.1rem;
    }
}

@media (min-width:960px) {
    h4 {
        font-size: 1.2rem;
    }
}

.vh100 {
    min-height: 70vh;
}

.p-max {
    padding: 55px;
}

.border {
    border: 9px solid #8C92AC;
}

.bg-b {
    background-color: black;
}

.bg-g {
    background-color: #8C92AC;
}

.bg-t {
    background-color: rgba(255, 255, 255, 0.3);
    ;
}

.bg-t2 {
    background-color: rgba(255, 255, 255, 0.7);
    ;
}

.lh-2 {
    line-height: 2;
}

.lh-3 {
    line-height: 3;
}

.mh-150 {
    min-height: 150px;
}

.mh-250 {
    min-height: 270px;
}

.mh-350 {
    min-height: 350px;
}

.mh-400 {
    min-height: 400px;
}

.max-h {
    min-height: 10rem;
    max-height: 10rem;
}

.lolo {
    font-size: 1.5rem;
    font-weight: 400;
}

.efecto-btn-1:hover {
    color: #ffffff;
    background-color: #0288d1;
}

.efecto-btn-2:hover {
    color: #ffffff;
    background-color: #388e3c;
}

.efecto-btn-3:hover {
    color: #ffffff;
    background-color: #ee0000;
}

.efecto-btn-4:hover {
    color: #ffffff;
    background-color: #ee0000;
}

.efecto-btn-5:hover {
    color: #ffffff;
    background-color: #0288d1;
}

.efecto-btn-6:hover {
    color: #ffffff;
    background-color: #fbc02d;
}

.shake {
    -webkit-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    transition: transform .3s ease;
}

.shake:hover {
    border: 1px solid black;
    -webkit-transform: scale(1.2) rotate(8deg);
    -ms-transform: scale(1.2) rotate(8deg);
    transform: scale(1.2) rotate(8deg);
}

.escudo-1 {
    min-height: 8rem;
    max-height: 5rem;
    max-width: 8rem;
}

.escudo-2 {
    min-height: 8rem;
    max-width: 8rem;
}

@media (max-width: 768px) {
    .hidden-xs {
        display: none !important;
    }
}

.btn-xaandia {
    background-color: #ee0000;
}

.hov:hover {
    -webkit-transform: scale(1.2);
}












.overlay {
    background: rgba(15, 22, 30, 0.8);
    color: #FFFFFF;
}

.banner-title {
    font-size: 2.625em;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.banner-description {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 25px;
}

.download-links>.link-item:hover {
    background-color: #e00;
    border-color: #e00;
}

.download-links>.link-item {
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    padding: 15px 40px;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    margin: 10px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.download-links>.link-item>i {
    width: 50px;
    font-size: 3em;
    float: left;
}

.download-links>.link-item>.heading {
    margin-left: 60px;
    display: block;
    font-size: .9375em;
    color: #EEE;
}

.application-mockup {
    position: relative;
}

.application-mockup .banner-image-2 {
    height: auto;
    position: absolute;
    bottom: 0px;
    height: 75%;
}

.dark {
    color: #5b7182;
}

.why-section {
    background-color: #182028;
    padding: 100px 0;
    overflow: hidden;
}

.dark .section-title {
    color: #FFFFFF;
}

.section-title>span {
    color: #e00;
}

.section-description {
    font-size: 1.125em;
    padding-top: 10px;
}

.feature-items .item>.icon {
    width: 60px;
    height: 60px;
    float: left;
}
            
.dark .feature-items .item>.icon>i {
    color: #EEE;
}

.feature-items .item>.icon>i {
    font-size: 2.5em;
}

.feature-items .item>.content {
    margin-left: 70px;
}

.feature-items .item>.content>h3 {
    color: #e00;
}

.feature-items b {
    color: whitesmoke;
}

.dark {
    background-color: #182028;
    padding: 100px 0;
    font-size: 16px;
    color: #5b7182;
}

.stripe {
    margin: 0px auto;
    text-align: center;
    position: relative;
}

.stripe:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 18px;
    width: 15%;
    height: 1px;
    border-top: 2px dotted #d1d9e2;
}

.stripe:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: 18px;
    width: 15%;
    height: 1px;
    border-top: 2px dotted #d1d9e2;
}

.timeline {
    position: relative;
    overflow: hidden;
    padding-bottom: 85px;
}

.top-margin-80 {
    margin-top: 80px;
}

.dark .timeline:before {
    background-color: #28323d;
}

.dark .article-item {
    background-color: #28323d;
    box-shadow: 0px 2px 4px 0px rgba(29, 37, 46, 0.2);
}

.timeline .article-item {
    width: 45%;
    float: left;
    clear: left;
}

.article-item {
    background-color: #FFFFFF;
    padding: 6px;
    padding-bottom: 30px;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgba(29, 37, 46, 0.1);
}

.dark .timeline .article-item:before {
    background-color: #182028;
    border: 5px solid #28323d;
}

.article-item>.article-head {
    position: relative;
}

.dark .timeline .article-item>.article-head:before {
    border-left-color: rgba(24, 32, 40, 0.4);
}

.article-item>.article-head>.article-image {
    overflow: hidden;
    margin-bottom: 70px;
}

.article-item>.article-head>.article-image>img {
    width: 100%;
    height: auto;
}

.timeline .article-item>.article-head>.corner {
    width: 15px;
        height: 26px;
            position: absolute;
                top: 31px;
                    right: -15px;
                        background-position: 14px -35px;
                            z-index: 10;
                            }

.article-item>.article-head>.article-meta {
    display: inline-block;
        padding: 20px 10px;
            color: #FFF;
                background-color: #e00;
                    text-align: center;
                        left: 50%;
                            bottom: 0%;
                                -webkit-transform: translate(-50%, 50%) skewY(1deg);
                                    -ms-transform: translate(-50%, 50%) skewY(1deg);
                                        transform: translate(-50%, 50%) skewY(1deg);
                                            position: absolute;
                                                width: 90%;
                                                    z-index: 10;
                                                    }
.dark .timeline .article-item>.article-head:after {
    border-left-color: #28323d;
    }

.article-item>.entry-title {
    font-size: 1.375em;
        text-align: center;
            padding: 0 50px;
            }

.dark .article-item>.entry-title>a {
    color: #e00;
}

.article-item>.entry-content {
    text-align: center;
        padding: 0 50px;
            margin-bottom: 30px;
}

.article-item>.readmore {
    display: table;
        margin: 0 auto;
        }

        .aw-btn.alt {
            font-size: 1em;
                background-color: #e00;
                    color: #FFFFFF;
                        border: 1px solid transparent;
                        }
                        .aw-btn:last-child {
                            margin-right: 0;
                            }
                            .aw-btn {
                                display: inline-block;
                                    padding: 15px 35px;
                                        margin: 10px;
                                            background-color: #FFFFFF;
                                                color: #e00;
                                                    border-radius: 4px;
                                                        font-size: 1.125em;
                                                            line-height: 1em;
                                                                font-weight: 700;
                                                                    text-decoration: none;
                                                                        -webkit-transition: all 0.15s ease-in-out;
                                                                            transition: all 0.15s ease-in-out;
                                                                            }

.timeline .morepost-btn {
    position: absolute;
        z-index: 50;
            bottom: 0px;
                left: 50%;
                    -webkit-transform: translateX(-50%);
                        -ms-transform: translateX(-50%);
                            transform: translateX(-50%);
                            }

.dark .aw-btn.viewmore {
    border: 4px solid #28323d;
        background-color: #182028;
        }
        .timeline .morepost-btn>.viewmore {
            display: table;
                margin: 0 auto;
                }
