﻿body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #707070;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
}

p {
    font-size: 18px;
    margin: 0 0 15px;
}

.header {   
    min-height: 500px;
    padding: 50px 0;
}

.wrap-title-nav {
    padding: 13% 5%;
}

.divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.header-title {
    color: #f8f8f8;   
}

    .header-title > h1 {
        margin: 0;
        text-shadow: 6px -4px 3px rgba(0,0,0,0.6);
        font-size: 5em;
        background-color: rgba(112,112,112,0.5);
    }

    .header-title > h2 {
        margin: 0;
        text-shadow: 6px -4px 3px rgba(0,0,0,0.6);
        background-color: rgba(112,112,112,0.5);
    }

.header .nav-pills > li > a {
    background-color: #f8f8f8;
    color: #707070;
}

.header .nav-pills > li > a {
    border-radius: 0;
    padding: 20px 15px;
    font-weight: 700;
    font-size: 14px;
}

.header .nav-pills > li > a:hover,
.header .nav-pills > li > a:active,
.header .nav-pills > li > a:focus {
    color: #0B7444 !important;
}

.header .nav-pills > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #0B7444;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.header .nav-pills > li > a:hover:before,
.header .nav-pills > li > a:hover:active,
.header .nav-pills > li > a:hover:focus {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.prueba {
    background-image: url(../../Content/Images/background-0.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
}

.section-title-center {
    display: inline;
    padding: 0 100px;
    border-bottom: 2px solid;
}

.section-title-left {
    display: inline;
    padding-right: 100px;
    border-bottom: 2px solid;
}

.panel-group-custom .panel {
    margin-bottom: 0;
    border-radius: 0;
}


.panel-custom:nth-child(even) {
    border-color: #0B7444;
}

.panel-custom:nth-child(odd) > .panel-heading {
    color: #f8f8f8;
    /*background-color: #2296c0;
        border-color: #2296c0;*/
    background-color: #0B7444;
    border-color: #0B7444;
    border-radius: 0;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-right-10-icon {
    margin-right: 10px;
}

.max-height-64 {
    max-height: 64px;
}

.padding-top-bottom-10 {
    padding: 10px 0;
}

footer {
    padding: 30px 0;
    color: #f8f8f8;
    background: url(../../Content/Images/Portada/portfolio_bg.jpg) no-repeat center center;
    background-size: cover;
}

@media all and (max-width:1870px){
    .header .nav-pills > li > a {
        font-size: 12px;
    }
}

@media all and (max-width:1570px) {
    .header .nav-pills > li > a {
        font-size:10px;
        padding:20px 10px;
    }
}

@media all and (max-width:1360px) {
    .header .nav-pills > li > a {
        font-size: 9px;
        padding: 20px 5px;
    }
}

@media all and (max-width:1190px) {
    .wrap-title-nav {
        padding: 13% 0;
    }

    .header .nav-pills > li > a {
        font-size: 9px;
        padding: 20px 5px;
    }
}


@media all and (max-width:770px) {
    .header .nav-pills > li > a {
        font-size: 14px;
    }
}




