* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.container {
    font-family: "Oswald", arial;
    font-weight: 300;
    color: #707070;
}

.navbar {
    z-index: 1000;
}
.navbar-nav {
    margin-top: 15px;
}

.navbar-nav p {
    font-family: "Oswald", arial;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px !important;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
[class*="navbar-ct"] .navbar-nav > .active > a,
[class*="navbar-ct"] .navbar-nav > .active > a:hover,
[class*="navbar-ct"] .navbar-nav > .active > a:focus,
[class*="navbar-ct"] .navbar-nav > li > a:hover,
[class*="navbar-ct"] .navbar-nav > li > a:focus {
    background-color: transparent;
}

.separator { padding: 14px 0; }
.separator i {
    color: #FFF;
    font-size: 8px;
}

.no-margin { margin: 0; }
.no-padding { padding: 0; }

.m-t-0 { margin-top: 0; }

.m-b-0 { margin-bottom: 0; }
.m-r-10 { margin-right: 10px; }

.p-b-40 { padding-bottom: 40px; }

.card { padding: 30px 40px; min-height: 350px; }
.cardV1 { background-color: #dbdbdb; }
.cardV2 { background-color: #ebebeb; }
.card .icon { margin: 0 auto; display: inline-block; }
.card .title {
    font-family: "Oswald", arial;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #665f60;
    text-align: center;
    margin: 5px 0px 20px;
    height: 45px;
}

.card h4.title span {
    display: block;
    position: relative;
    top: 25%;
}

.card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card ul li, .card p {
    font-family: "Oswald", arial;
    font-weight: 300;
    font-size: 16px;
    color: #665f60;
    line-height: 1.618em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h1.title {
    text-align: center;
    font-size: 25px;
    font-family: "Oswald", arial;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000;
}

h6.subtitle {
    text-align: center;
    font-size: 14x;
    font-family: "Oswald", arial;
    font-weight: 500;
    color: #515151;
}

.contact-title {
    color: #000;
    font-weight: 500;
    text-align: center;
}

h1.title span {
    display: inline-block;
    padding: 5px 10px 10px;
    border-bottom: 2px solid #044da8;
}

h3.blue-title {
    color: #044da8;
    font-size: 18px;
    height: 40px;
    margin-top: 30px;
}

h3.blue-title i {
    margin-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", arial;
}

.text-white { color: #FFF; }
.text-black { color: #000; }

.wrapper {
    padding-top: 100px;
}

/* Slider */
.carousel {
    top: 0;
    z-index: 9;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main-carousel {
    height: 100vh;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
    background-color: #FFF;
    transition: all 0.3s ease;
}

.main-carousel .item {
    height: 100vh;
    width: 100%;
    float:left;
    padding-top: 84px;
    position: relative;
}

.carousel-clientes .item {
    overflow: auto;
}

.carousel-parallax .item {
    overflow: auto;
    height: 350px;
}

.carousel .carousel-inner .bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel .carousel-inner .bg1 {
    background-image:url(../images/slide1.jpg);
    background-position: center center;
}
.carousel .carousel-inner .bg2 {
    background-image:url(../images/slide2.jpg);
    background-position: center center;
}
.carousel .carousel-inner .bg3 {
    background-image:url(../images/slide3.jpg);
    background-position: center center;
}
.carousel .carousel-inner .bg4 {
    background-image:url(../images/slide4.jpg);
    background-position: center center;
}

.carousel .carousel-inner .bg5 {
    height: calc(100vh - 86px);
    margin-top: 86px;
    background-image:url(../images/slide5.jpg);
    background-position: center center;
}

.caption-content {
    display: inline-block;
    width: 100%;
    padding: 30px 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    overflow: auto;
}

.caption-content.light-black {
    background: rgba(0, 0, 0, 0.4);
}

.caption-content.blue-haven {
    background: #044da8;
}

.caption-content h1 {
    font-family: "Oswald", arial;
    font-weight: 600;
    font-size: 2.7em;
    color: #FFF;
    margin: 20px 0px;
    text-transform: uppercase;
}

.caption-content p {
    width: 40%;
    margin: 0 auto;
    letter-spacing: 2px;
    font-family: "Oswald",arial;
    font-weight: 300;
    line-height: 20px;
    font-size: 1.25em;
}
/* Slider */

.btn {
    font-family: "Oswald", arial;
    border-radius: 0;
}

.btn-haven, .btn-haven-controls {
    background-color: #044da8;
    color: #FFF;
}

.btn-haven {
    padding: 10px 25px;
    font-size: .9em
}

.btn-haven:hover, .btn-haven-controls:hover, .btn-haven-controls:focus {
    background-color: #0e59b7;
    color: #FFF;
}

.filosofiaCard {
    padding-bottom: 40px;
}

.disciplinaCard {
    padding-bottom: 40px;
}

.blue-icon {
    color: #044da8;
}

.frmContacto {
    background-color: rgba(59, 59, 61, 0.5);
    background-image: url(../images/boceto.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin-top: 50px;
    padding: 0px;
}

.frmContacto .overlay {
    padding: 30px 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.55);
}

.frmContacto p { color: #FFF; }
.frmContacto h1.title {
    margin: 20px 0px 10px;
    color: #FFF;
}

.frmContacto form {
    padding: 20px 0 10px;
}

.frmContacto form input {
    margin-bottom: 15px;
}

.btn-send {
    left: 50%;
    margin-top: 20px;
    position: relative;
    transform: translateX(-50%);
    width: 180px;
}

.sendStatus {
    color: white;
    text-align: center;
    margin-top: 10px;
    font-size: 1.2em;
}

.frmContacto form input[type='text'],
.frmContacto form input[type='email'],
.frmContacto form textarea {
    background-color: transparent;
    color: #FFF;
    font-size: 15px;
}

.frmContacto form textarea:focus,
.frmContacto form textarea:hover {
    background-color: transparent;
    opacity: 0.8;
}

footer {
    background-color: #000;
    padding-top: 20px;
}

footer img {
    padding-bottom: 20px;
}

.gotoTop {
    background-color: #044da8;
    border-color: #044da8;
}

.projects-navbar {
    text-align: center;
    padding: 0;
    margin-top: 20px;
}

.projects-navbar li {
    display: inline;
    margin-left: 20px;
}

.projects-navbar li:first-child {
    margin-left: 0;
}

.projects-navbar li a {
    color: #515151;
    padding: 5px 7px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Oswald", arial;
    font-weight: lighter;
    text-decoration: none;

    transition: all 300ms ease-in;
}

.projects-navbar li a:hover {
    color: rgba(4, 77, 168, 0.9);
}

img.desaturate {
    -webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.carousel-clientes {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cliente-box {
    height: 90px;
    text-align: center;
    white-space: nowrap;
}

.cliente-box span.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.cliente-box img {
    max-height: 90px;
    max-width: 100%;
    vertical-align: middle;
}

.projects-slider {
    margin: 30px 0px;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

#slider-gallery {
    position: relative;
    transition: all 500ms ease;
}

.box-project {
    background-color: #f6f5f5;
    height: 200px;
    width: 16.666666667vw;
    padding: 0px !important;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    transition: all 400ms ease-in;
    position: relative;
    float: left;
}

.box-project:hover {
    cursor: pointer;
}

.box-project img {
    max-height: 100%;
}

.project-description {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
    font-family: "Oswald", sans-serif;
    text-align: center;

    opacity: 0;
    transition: all 0.4s ease;
}

.box-project:hover .project-description {
    opacity: 1;
}

.project-description img {
    margin-top: 40px;
}

.project-description p {
    text-align: center;
    font-size: 1.5em;
}

/* Parallax */
.parallax {
    background: #333 no-repeat center center fixed;
    display: table;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-bg1 {
    height: 350px;
    background-image: url(../images/parallax-bg1.jpg);
}

.parallax-bg2 {
    height: 350px;
    background-image: url(../images/parallax-bg2.jpg);
}

.parallax-bg3 {
    height: 350px;
    background-image: url(../images/parallax-bg3.jpg);
}

.parallax-bg4 {
    height: 350px;
    background-image: url(../images/parallax-bg4.jpg);
}

.parallax h2 {
    /*font-size: 24px;*/
    font-size: 1.7em;
    font-family: "Oswald", serif;
    font-weight: 300;
    /*color: #FFF;*/
    margin: 90px 0 50px;
}
/* Parallax */

.main-carousel {
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.wrapper {
    padding-top: 10px;
}

.imgBanner { line-height: 134px; }
.imgBanner .v-align-top {
    /*left: 50%;
    position: relative;
    top: 100%;
    transform: translateY(-100%) translateX(-50%); */
}
.imgBanner .v-align-bottom {
    left: 50%;
    position: relative;
    top: 100%;
    transform: translateY(-100%) translateX(-50%);
}

/*.breakpoint-320 .carousel .item,
.breakpoint-320 .carousel .carousel-inner .bg {
    height: 200px;
}

.breakpoint-360 .carousel .item,
.breakpoint-360 .carousel .carousel-inner .bg {
    height: 240px;
}

.breakpoint-360 .caption-block {
    height: 35px;
}

.breakpoint-480 .carousel .item,
.breakpoint-480 .carousel .carousel-inner .bg {
    height: 250px;
}

.breakpoint-480 .caption-block {
    height: 45px;
}

.breakpoint-640 .carousel .item,
.breakpoint-640 .carousel .carousel-inner .bg {
    height: 300px;
}

.breakpoint-640 .caption-block {
    height: 50px;
}

.breakpoint-768 .carousel .item,
.breakpoint-768 .carousel .carousel-inner .bg {
    height: 450px;
}

.breakpoint-768 .caption-block {
    height: 90px;
}

.breakpoint-320 .carousel .carousel-inner .bg,
.breakpoint-360 .carousel .carousel-inner .bg,
.breakpoint-480 .carousel .carousel-inner .bg,
.breakpoint-640 .carousel .carousel-inner .bg,
.breakpoint-768 .carousel .carousel-inner .bg4,
.breakpoint-1024 .carousel .carousel-inner .bg4
{
    background-size: contain;
}

.breakpoint-360 .carousel .carousel-inner .bg1,
.breakpoint-480 .carousel .carousel-inner .bg1,
.breakpoint-640 .carousel .carousel-inner .bg1,
.breakpoint-640 .carousel .carousel-inner .bg4 {
    background-size: cover;
}*/

.breakpoint-1024 .wrapper {
    width: 80vw;
}

.project-details {
    width: 100%;
    height: 100vh;

    position: fixed;
    /*background-color: rgba(0,0,0,0.4);*/
    top: 0;
    z-index: 99999;
    display: none;
}

#project-info {
    max-height: 40vh;
    overflow-y: auto;
}

#project-info h2, #project-info p {
    font-weight: lighter;
    font-family: "Oswald", sans-serif;
    font-size: 1.2em;
}

#project-info h2 {
    font-size: 1.5em;
    color: #515151;
}

#project-info p {
    color: #707070;
}

.overlay {
    width: 100%;
    height: 100vh;

    cursor: pointer;
}

.modal-info {
    padding: 20px;
    background-color: #f6f5f5;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-height: 10px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.4);
}

.modal-tools {
    position: relative;
    overflow: auto;
}

.close-modal { float: right; }
.close-modal:hover { cursor: pointer !important; }
.close-modal i {
    color: #044da8;
}

.view-more {
    background-color: #044da8;
    color: white;
    padding: 10px 20px;
    font-weight: 300;
    font-size: 1.2em;
}

.view-more:hover {
    color: white;
}