@import url(https://fonts.googleapis.com/css?family=Sanchez);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300);

p {
    font-weight: 300;
}

.padding {
    padding: 1.5em 0;
}

.title-2 {
    position: relative;
    z-index: 1;
    border-left: 8px solid #4db6ac;
    margin: 0 0 35px;
    padding: 10px 0 0 40px;
    color: #494948;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Sanchez', serif;
}

    .title-2 + h3 {
        color: #000 !important;
        font-size: 1.5em;
        padding: 0 0 10px 60px;
        font-weight: 100;
        margin-top: -1em;
    }

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.bg-header {
    /*background: #0d3056;*/
    min-height: 450px;
    width: 100%;
    background-size: cover;
}

nav {
    box-shadow: none;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    height: 115px !important;
    line-height: 115px !important;
}

    nav ul li a {
        font-size: 0.8em !important;
        color: #32364A;
    }

.servicios > .row .col {
    padding: 0 2rem !important;
}

.servicios h6 {
    text-transform: uppercase;
}

.altea-blue {
    background-color: #0d3056 !important;
}

.altea-blue-text {
    color: #0d3056 !important;
}

.altea-green {
    background-color: #189e98 !important;
}

.altea-green-text {
    color: #189e98 !important;
}

.altea-sky {
    background-color: #093c74 !important;
}

.altea-sky-text {
    color: #093c74 !important;
}

.slider .slides {
    background-color: none !important;
    height: 300px;
}

.container .row {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}

.page-footer {
    margin-top: 0 !important;
}

.login .row {
    margin-bottom: 0 !important;
}

.noticia {
    padding: 20px 0;
    background: url(../images/slider-2-bg.jpg) no-repeat center;
    min-height: 250px;
    width: 100%;
    background-size: cover;
}


.login,
.intro {
    background: #32364a !important;
}

.login_fields__submit {
    position: relative;
    width: 100%;
    margin-top: 20px
}

    .login_fields__submit .forgot {
        float: right;
        font-size: 10px;
        margin-top: 11px;
        text-decoration: underline;
    }

        .login_fields__submit .forgot a {
            color: #606479;
        }

    .login_fields__submit input {
        border-radius: 50px;
        background: transparent;
        padding: 10px 50px;
        border: 2px solid #DC6180;
        color: #DC6180;
        text-transform: uppercase;
        font-size: 11px;
        -webkit-transition-property: background,color;
        transition-property: background,color;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
    }

        .login_fields__submit input:focus {
            box-shadow: none;
            outline: none;
        }

        .login_fields__submit input:hover {
            color: white;
            background: #DC6180;
            cursor: pointer;
            -webkit-transition-property: background,color;
            transition-property: background,color;
            -webkit-transition-duration: .2s;
            transition-duration: .2s;
        }

.input-field label {
    left: 1rem !important;
}


.btn-altea {
    border-radius: 50px !important;
    font-size: 0.8em !important;
    font-weight: 100 !important;
}

.logo-img {
    width: 85% !important;
}

.caption {
    font-weight: 100 !important;
}

blockquote {
    padding-left: 2rem !important;
    border-left: 8px solid #ee6e73 !important;
}

    blockquote h5.blockquote {
        font-weight: 100 !important;
    }

.contain {
    background-size: cover;
}
