﻿html, body{
    height: 100%;
}

body {
    width: 100%;
    font-family: "myriad-pro", "Segoe UI", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    image-rendering: optimizeQuality;
    font-variant-numeric: proportional-nums;
    -webkit-font-smoothing: antialiased;
    /*color: #324253;*/
}

a {
    color: #214d71;
}


/*::selection {
    background: yellow;
    color: #fff;
    text-shadow: 1px 1px 3px #444;
}
::-moz-selection {
    background: #555;
    
}*/

.lnk {
    display: inline-block;
    border-bottom: 2px solid transparent;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

    .lnk:hover {
        color: #416d91;
        text-decoration: none;
        border-bottom-color: #416d91;
    }

/*Title style*/
.tt {
    font-family: "franklin-gothic-urw-cond", "myriad-pro", "Segoe UI", sans-serif;
    text-transform: uppercase;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity .3s;
}

.field-validation-error {
    font-size: 14px;
    color: #e73d4a;
}

.input-validation-error {
    border-color: #e73d4a;
    background: #fffeed;
}

.validation-summary-errors {
    background-color: #ffffde;
    color: #e73d4a;
    font-weight: 600;
    padding: 10px 14px;
    margin-top: 5px;
}


.form-control {
    box-shadow: none;
    border: 2px solid #cfd3d6;
    color: #4b5c73;
    padding: 10px;
    height: 40px;
    font-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .form-control:focus {
        border-color: #7b7b7b;
        -moz-box-shadow: 0 0 5px #d5f2f9;
        -webkit-box-shadow: 0 0 5px #d5f2f9;
        box-shadow: 0 0 5px #d5f2f9;
    }

label.required:after {
    content: " *";
    color: #e73d4a;
    font-size: 14px;
}

p strong {
    font-weight: 600 !important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.alert {
    border-width: 2px;
    position: relative;
    padding: 15px 15px 15px 50px;
    font-weight: 600;
}

.custom-alerts .close {
    opacity: 0.7;
    margin-top: 5px;
    width: 18px;
    height: 18px;
    background: url(img/icons/remove-icon-small.png) center center no-repeat
}

.custom-alerts i {
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 22px;
}

.alert-success {
    background-color: #DEFFCB;
    border-color: #4db3a2;
    color: #3da392;
}

.alert-warning {
    background-color: #F8F3AC;
    border-color: #c29d0b;
    color: #b28d0b;
}

.alert-info {
    background-color: #f2f2fe;
    border-color: #529ab5;
    color: #327aa5;
}

.alert-danger {
    background-color: #FBE1E1;
    border-color: #e73d4a;
    color: #b73d4a;
}

/*.page {

}*/

.page-content {
    font-size: 18px;
    padding: 70px 0;
}

    .page-content > .container > .row > .col-md-4 {
        padding-left: 30px;
    }

        .page-content > .container > .row > .col-md-4 > h3 {
            margin: 0;
        }

            .page-content .col-md-4 > ul {
                list-style: none;
                padding: 0;
                /*margin-top: 20px;*/
            }

                .page-content .col-md-4 > ul > li {
                    margin: 10px 0;
                }

    .page-content .col-md-8 h2 {
        font-size: 33px;
        font-weight: 600;
        position: relative;
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .page-content .col-md-8 > h2 > span {
        position: absolute;
        background: #fff;
        left: 0;
        z-index: 2;
        padding-right: 25px;
    }

    .page-content .col-md-8 > h2 > i {
        position: absolute;
        background: #ddd;
        width: 100%;
        height: 2px;
        left: 0;
        top: 50%;
        margin-top: 2px;
    }

    .page-content .col-md-8 > h2:first-child {
        margin-top: 0;
    }

    .page-content .col-md-8 > p {
       line-height: 1.5;
       margin-bottom: 15px;
       color: #444;
    }

    .page-content .col-md-8 > p > img {
        margin: 20px 0;
    }

    .page-content .col-md-8 > h3 {
        margin-top: 25px;
    }

    .page-content .col-md-8 li {
        margin: 10px 0;
    }

.page-header {
    border: none;
    margin: 0;
    height: 350px;
    position: relative;
    text-align: center;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
}

    .page-header h2 {
        z-index: 1;
        color: #fff;
        font-weight: 600;
        font-size: 50px;
        margin-top: 80px;
        padding: 0 10px;
        display: inline-block;
        width: 100%;
        text-align: center;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
    }

.page-header-bg {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.7;
    -moz-box-shadow: inset 0 -5px 50px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 -5px 50px rgba(0,0,0,0.4);
    box-shadow: inset 0 -5px 50px rgba(0,0,0,0.4);
}

.page-section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.section-description {
    text-align: center;
}

.section-description h2 {
    font-family: "franklin-gothic-urw-cond", Helvetica, sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    margin-top: 0;
}

    .section-description p {
        color: #666;
        font-size: 20px;
        max-width: 820px;
        margin: 0 auto;
        margin-bottom: 20px;
    }


.line-sep {
    width: 100%;
    height: 5px;
    /*background: #2d7a36;
    background: -moz-linear-gradient(left, #2d7a36 0%, #000000 50%, #f5d106 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #2d7a36), color-stop(50%, #000000), color-stop(100%, #f5d106));
    background: -webkit-linear-gradient(left, #2d7a36 0%, #000000 50%, #f5d106 100%);
    background: -o-linear-gradient(left, #2d7a36 0%, #000000 50%, #f5d106 100%);
    background: -ms-linear-gradient(left, #2d7a36 0%, #000000 50%, #f5d106 100%);
    background: linear-gradient(to right, #2d7a36 0%, #000000 50%, #f5d106 100%);*/
    background: #2e2e2e;
    background: -moz-linear-gradient(left, #2e2e2e 0%, #b7b7b7 30%, #7b7b7b 50%, #b7b7b7 70%, #2e2e2e 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #2e2e2e), color-stop(30%, #b7b7b7), color-stop(50%, #7b7b7b), color-stop(70%, #b7b7b7), color-stop(100%, #2e2e2e));
    background: -webkit-linear-gradient(left, #2e2e2e 0%, #b7b7b7 30%, #7b7b7b 50%, #b7b7b7 70%, #2e2e2e 100%);
    background: -o-linear-gradient(left, #2e2e2e 0%, #b7b7b7 30%, #7b7b7b 50%, #b7b7b7 70%, #2e2e2e 100%);
    background: linear-gradient(to right, #2e2e2e 0%, #b7b7b7 30%, #7b7b7b 50%, #b7b7b7 70%, #2e2e2e 100%);
}

.arrow-link {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #012D41 !important;
    opacity: 0.8;
    padding: 3px 16px 3px 0;
    background: url(img/arrow-link.png) right center no-repeat;
    background-size: 12px;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.arrow-link:hover {
    padding-right: 20px;
    text-decoration: none;
    opacity: 1;
}

/*.line-btn {
    font-family: "franklin-gothic-urw-cond", Helvetica, sans-serif;
    color: #111;
    font-weight: 500;
    border: 2px solid #111;
    border-radius: 3px;
    padding: 4px 15px 5px 15px;
    display: inline-block;
    background: #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

    .line-btn:hover {
        text-decoration: none;
        background: #106121;
        border-color: #106121;
        color: #fff;
    }

.line-btn.white {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

    .line-btn.white:hover {
        color: #fff;
        border-color: #fff;
        background: #106121;
    }*/

.line-btn {
    color: #111;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #111;
    border-radius: 3px;
    padding: 6px 15px 6px 15px;
    display: inline-block;
    background: none;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.line-btn-icon {
    padding: 5px 12px 5px 10px;
    font-size: 0.8em;
}

    .line-btn-icon i {
        font-size: 1.4em;
        position: relative;
        top: 3px;
        margin-right: 2px;
        line-height: 0;
    }

.line-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #333;
    border-color: #333;
}

.line-btn.white {
    color: #fff;
    border-color:#fff;
}

    .line-btn.white:hover {
        color: #333;
        background: #fff;
    }

    .line-btn.sm{
        font-size: 12px;
    }

    .line-btn.success {
        color: #217543;
        border-color: #217543;
    }

    .line-btn.success:hover {
        background: #217543;
        color: #fff;
        outline: none;
    }

    .line-btn:focus {
        outline: none;
        text-decoration: none;
    }

.page-section .line-btn {
    margin-top: 30px;
}

.swiper-pagination-bullet {
    opacity: 0.5;
    background: #eee;
}

.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

/*Clase de transisiones (animaciones) 3ms*/
.ts3 {
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

/*Clase para mostrar bootstrap tab centradas
https://stackoverflow.com/questions/9421966/ */
.nav-tabs.centered > li, .nav-pills.centered > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
}

.nav-tabs.centered, .nav-pills.centered {
    text-align: center;
}

.breadcrumb {
    border-radius: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 30px;
}


/*#### GRID ###*/
.grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.grid-item {
    flex: 0 1 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.grid-item-3col {
    flex: 0 1 33.29%;
}

.modal-content {
    border-radius: 0;
    border: 2px solid #333;
}

.modal-content .close {
    opacity: 0.5;
    font-size: 28px;
}

    .modal-content h3 {
        font-family: "franklin-gothic-urw-cond", "myriad-pro", "Segoe UI", sans-serif;
    }

select.form-control {
    padding: 5px 8px;
}

@media all and (max-width: 770px) {
    .grid-item {
        flex: 0 1 33.32%;
    }
}

@media all and (max-width: 600px) {
    .grid-item,
    .grid-item-3col {
        flex: 0 1 50%;
    }
}