/* Global Styles */

@font-face {
    font-family: TrajanPro;
    src: url(../fonts/trajanpro-regular.ttf);
}

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'TrajanPro', sans-serif;
*/



/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    .logo {
        margin-top: 0px;
    }
    h1 {
        font-size: 36px !important;
    }
    h1.title {
        margin-top: 28px;
    }
    h2 {
        font-size: 20px;
    }
    #staff {
        margin-bottom: 40px;
    }
}
.navbar {
    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.navbar-inverse .navbar-nav>li>a {
    color: white;
    font-weight: bold;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    /*font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}
h1.title {
    text-transform: uppercase;
    font-family: 'TrajanPro', sans-serif;
    font-size: 46px;
    margin-top: 40px;
}
h2.title {
    text-transform: uppercase;
    font-family: 'TrajanPro', sans-serif;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}
.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255, 255, 255);
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 350px;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.header-links {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

/* About */

.about {
    padding: 50px 0;
}
.lead {
    font-weight: 400 !important;
    color: rgb(255, 255, 255);
    margin-top: 50px;
}
#staff {
    margin-top: 75px;
    margin-bottom: 75px;
} 






/* Services */

.services {
    font-size: 12px;
    padding: 50px 0;
    background-color: #168CC0;
}
.service-item {
    margin-bottom: 30px;
}
#services> div> div> div> ul {
    margin-top: 25px;
      margin-bottom: 80px;
}
#services> div> div> div> ul> li {
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 30px;
    
}






/* News */

.news {
    color: #FFFFFF;
    background-color: #C0751B;
    font-family: 'Raleway', sans-serif;
}
.news .news-item {
    margin-bottom: 40px;
}
div.news-item> h2.date {
    font-size: 25px;
}
div.news-item> h2.title {
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
}
div.news-item> p {
    font-size: 17px;
    font-weight: 300;
}
div.news-item> a.btn-dark {
    color: #C0751B;
    font-weight: bold;
}
.logo-casos-especiales {
    margin-top: 50px;
    margin-bottom: 50px;
}




/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 771px;
    color: #fff;
    background: url(../img/familia_prado.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
   }
.portfolio-item {   
    margin-bottom: 30px;
  }

.texto {   
     text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
  }
  
  
  .texto1 {   
     text-transform: uppercase;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
  }
  
  
  

.img-portfolio {
    margin: 0 auto;
    }
.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}
.call-to-action .btn {
    margin: 10px;
}

/* Footer */

footer {
    background-color: #969696;
    color: #FFFFFF;
    padding: 50px 0 15px 0;
}
.contact-detail {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 100px;
}
ul.contact-detail a {
    color: #FFFFFF;
}

ul.contact-detail .fa-stack-2x {
    color: #FFFFFF;
}
ul.contact-detail i.fa-inverse {
    color: #328ba4;
}
footer .copyright {
    margin-top: 45px;
    text-transform: uppercase;
}
.contact_form .form-control, .contact_form button {
    border-radius: 0 !important;
    margin-bottom: 15px;
}
.contact_form button {
    background-color: #FFFFFF;
    color: #969696;
}
