* {
    padding: 0;
    margin: 0
}

html {
    -webkit-font-smoothing: antialiased;
    height: 100%
}

body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #6d6e70;
    background-color: #f3f3f3;
    line-height: 23px;
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

h1,
h2,
h3 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(68, 114, 196);
    text-transform: uppercase;
    margin: 0
}

h4{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0

}


h1 {
    font-size: 30px
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 40px
}

p {
    margin-bottom: 15px
}

li {
    list-style-type: none
}

a {
    color: #6d6e70
}

a:focus,
a:hover {
    color: rgba(169, 209, 142);
    text-decoration: none
}

a {
    color: rgb(15, 40, 80);
    text-decoration: none
}

header {
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(../Imagenes/media/nav-pattern.png);
    z-index: 1000;
}

header .navbar {
    min-height: 100px;
    padding: 0;
    margin-left: 5%;
    margin-right: 5%
}

header .navbar-brand {
    padding-top: 5px;
    padding-bottom: 10px;
    margin-right: 0
}

header .navbar-brand img {
    height: 130px
}

header .navbar-toggler {
    font-size: 20px;
    text-transform: uppercase;
    color: #ddd;
    padding: 0;
    cursor: pointer;
}

header .navbar-toggler .fa {
    font-size: 24px;
    color: #fff;
    margin-left: 10px;
}

header .navbar-toggler:focus,
header .navbar-toggler:hover .fa-bars,
header .navbar-toggler:hover {
    color: rgb(218, 231, 211);
    transition: .4s;
}

header .social {
    display: none;
}


.scroll-down {
    text-align: center
}

.scroll-down a {
    position: absolute;
    bottom: 4%;
    right: 5%;
    font-size: 50px;
    color: rgba(68, 114, 196);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 1000
}

.scroll-down span {
    display: block;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    opacity: .4
}

.scroll-down a:hover {
    opacity: .75
}

.scroll-down .fa {
    -webkit-animation: sd 2s infinite;
    animation: sd 2s infinite
}


@-webkit-keyframes sd {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: .2
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate(0, 25px);
        opacity: 0
    }
}

@keyframes sd {
    0% {
        transform: translate(0, 0);
        opacity: .2
    }

    50% {
        opacity: 1
    }

    100% {
        transform: translate(0, 25px);
        opacity: 0
    }
}

#main {
    -webkit-transition: margin-right .5s;
    transition: margin-right .5s
}

.overlay {
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .9);
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 2000;
}

.sidenav {
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #f3f3f3;
    padding-top: 70px;
    overflow-x: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 999999
}

.sidenav .projectsnav span,
.sidenav a {
    display: block;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 30px;
    -webkit-transition: .3s;
    transition: .3s
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 50px;
    padding-top: 35px;
    padding-right: 20px
}

.sidenav .projectsnav a {
    display: inline-block;
    font-size: 20px;
    padding: 0 0 0 10px;
    margin: 10px 32px;
    border-left: 1px solid rgba(68, 114, 196)
}

.sidenav .sidenav-nav a:hover {
    padding-left: 35px
}

.sidenav .projectsnav a:hover {
    padding-left: 10px;
    margin-left: 35px
}

.nav-fixed {
    z-index: 99999
}



.menu-fixed .navbar img {
    height: 50px;
}

@media (min-width:768px) {
    .menu-fixed {
        position: fixed;
        top: 0;
        min-height: 70px !important;
        background-color: rgba(255, 255, 255, .9);
        -webkit-transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        transition: all .5s ease-in;
        z-index: 99999;
        background-image: none;
    }

    .menu-fixed .navbar-toggler {
        color: rgba(68, 114, 196)
    }

    .menu-fixed .navbar-toggler .fa-bars {
        color: rgba(68, 114, 196)
    }

    .menu-fixed .navbar-toggler:hover .fa-bars,
    .menu-fixed .navbar-toggler:hover {
        color: rgba(169, 209, 142)
    }

    .menu-fixed .navbar {
        min-height: 70px !important
    }

    .menu-fixed .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .menu-fixed .social {
        display: none
    }
}

@media (min-width:992px) {
    header .navbar {
        margin-left: 15%;
        margin-right: 15%
    }

    header .social {
        display: block;
        position: absolute;
        top: 39px;
        right: 9%
    }

    header .social li {
        float: left;
        margin-left: 15px
    }

    header .social a {
        font-size: 16px;
        color: #fff
    }

    header .social a:focus,
    header .social a:hover {
        color: #ddd
    }

    .scroll-down a {
        bottom: 5%;
        right: 15%
    }

    .projects-types .pt-item {
        width: 33.33%
    }

    .projects-types .pt-item a {
        margin-bottom: 0
    }
}

@media (max-width:500px) {
    header .navbar-brand img {
        height: 60px
    }
}