@font-face {
    font-family: mopa;
    src: url(../fonts/others/MOPA.TTF)
}

@font-face {
    font-family: mopa-small;
    src: url(../fonts/others/MOPA-SMALL.TTF)
}

body, html {
    font-family: Arial, 'Raleway', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #777;
    font-weight: 300;
    width: 100% !important;
    height: 100% !important
}

.title-contenido {
    position: relative;
    width: 100%;
    font-family: "Tahoma", "Geneva", sans-serif;
    text-shadow: 3px 3px 3px #777
}

h2, h3 {
    font-weight: 500
}

h2 {
    margin: 0 0 20px;
    font-size: 34px
}

h3 {
    font-size: 22px
}

h2, h4, h5 {
    text-transform: uppercase
}

h4 {
    font-size: 24px;
    font-weight: 400
}

h5 {
    font-weight: 700;
    line-height: 20px
}

.overlay > h2, a {
    color: #fff
}

a:focus, a:hover {
    text-decoration: none;
    color: #222
}

ol, ul {
    list-style: none;
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0
}

#menu {
    padding: 20px;
    transition: all .8s
}

#menu.navbar-default {
    background-color: #323232;
    border-color: transparent
}

#menu a.navbar-brand {
    font-family: mopa;
    font-size: 36px;
    color: #fff;
    letter-spacing: 1px
}

#menu.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 0;
    border: 2px solid transparent;
    letter-spacing: .5px;
    margin: 10px 15px 0
}

#menu.navbar-default .navbar-nav > li > a:hover {
    color: #8eb640
}

.on {
    background-color: #37474f !important
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #8eb640 !important;
    background-color: transparent
}

.navbar-toggle {
    border-radius: 0
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #8eb640;
    border-color: #8eb640
}

.navbar-default .navbar-toggle:hover > .icon-bar {
    background-color: #fff
}

.intro {
    width: 100%;
    height: 100vh;
    padding: 0;
    background-color: #e5e5e5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

.intro .overlay {
    background: rgba(0, 0, 0, .3)
}

.intro p {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px
}

header .intro-text {
    padding-top: 15%;
    text-align: center
}

#about .container:first-child {
    margin-top: 80px
}

#about .container h2:first-child {
    padding: 20px 0
}

#about {
    padding: 0
}

.row p {
    text-align: justify;
    font-size: medium
}

.centrar-elementos {
    text-align: center;
    align-items: center;
    background: #343434
}

.overlay {
    height: 100vh;
    padding: 40px 0;
    background: #184421 url(../images/fondo_main.jpeg) center center no-repeat fixed;
    background-size: cover
}

.overlay-image {
    height: 31vh;
    margin: auto;
    background: url(../images/fondo_main.jpeg) center center no-repeat fixed;
    background-size: cover
}

.overlay-image-nosotros {
    height: 30vh;
    margin: auto;
    background: url(../images/fondo_nosotros.jpeg) center center no-repeat fixed;
    background-size: cover
}

.overlay-image-services {
    height: 30vh;
    margin: auto;
    background: url(../images/fondo_servicios.jpeg) center center no-repeat fixed;
    background-size: cover
}

.overlay-image-portafolio {
    height: 30vh;
    margin: auto;
    background: url(../images/fondo_portafolio.jpeg) center center no-repeat fixed;
    background-size: cover
}

.overlay-image-implanta {
    height: 30vh;
    margin: auto;
    background: url(../images/implanta/background.png) center center no-repeat fixed;
    background-size: cover
}

.overlay-degradado {
    padding-top: 15vh;
    background: rgba(0, 0, 0, .8);
    height: 100%
}

.overlay-degradado-proposito {
    padding-top: 5vh;
    background: rgba(0, 0, 0, .8);
    height: 100%
}

.row > .col-md-6 {
    padding-top: 20px
}

.row {
    padding-top: 40px
}

.section-title {
    margin-top: 10vh;
    background-color: #ecf0f1;
    border-radius: .3em;
    color: #5e5e5e
}

.section-title, .service {
    text-align: center
}

.service h3 {
    border-radius: .3em;
    background-color: #454545;
    padding: .5em;
    color: #fff
}

.service .glyphicon {
    font-size: 15em
}

.service .fa {
    font-size: 10em;
    color: #454545
}

.container .row img {
    margin: auto;
    padding: 0
}

@media only screen and (max-width: 800px) {
    .container > .row > img {
        margin: auto;
        padding: 20px
    }

    #logo-mopa-intro {
        width: 10%
    }

    .my-nav-bar-intro p {
        font-size: .8em
    }

    .carousel-caption img {
        max-width: 200px;
        position: static
    }

    .carousel-caption {
        font-size: medium
    }

    h2 {
        font-size: 1.2em
    }

    #valores-inst {
        text-align: justify
    }

    #portafolio-apps h2 + p {
        font-size: .6em
    }

    #portafolio-apps img {
        visibility: hidden
    }
}

@media only screen and (min-width: 801px) {
    .carousel-caption {
        font-size: 1.5em
    }

    .carousel-caption img, .carousel-caption p {
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .my-nav-bar-intro p {
        font-size: 2em
    }

    .carousel-caption img {
        max-width: 500px;
        max-height: 50vh;
        height: auto;
        text-align: center
    }
}

.footer {
    color: #a1a4a4
}

.footer h3 {
    color: #d8dbdb
}

.invisibilidad {
    visibility: hidden;
    filter: blur(3px);
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.my-nav-bar-intro {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media only screen and (min-width: 800px) {
    #tabla-tecnologias {
        margin: 0;
        padding: 0;
        padding-left: 30vh;
        padding-right: 30vh
    }

    .my-card .hover-bg {
        border: 1px solid rgba(169, 169, 169, 0.5);
        margin: auto;
        padding: 20px
    }

    td, tr {
        padding: 0;
        margin: auto
    }

    td {
        padding: 10px
    }

    table {
        display: inline
    }
}

@media only screen and (max-width: 799px) {
    #tabla-tecnologias {
        background-color: #343434;
        margin: 0;
        padding: 0;
        padding-left: 10vh;
        padding-right: 10vh
    }

    .my-card img {
        border: 0;
        margin: auto
    }

    td, tr {
        padding: 0;
        margin: auto
    }

    table {
        display: inline
    }
}

.btn-implanta-ceter {
    color: #fff;
    background-color: #8eb640;
    border-color: transparent
}

.btn-implanta-ceter:hover {
    color: #dad7d8;
    background-color: #7ba23e;
    border-color: transparent
}

.btn-verde, .btn-verde:hover {
    color: #fff;
    background-color: #9bde42;
    border-color: #fff
}

.btn-verde:hover {
    background-color: #92d050
}

.options-title {
    padding-top: 50vh;
    color: #000
}

.options-title > h1 {
    text-align: right;
    background-color: rgba(255, 255, 255, .5);
    text-transform: capitalize;
    padding: 5px 25px 30px 0
}

.text-color-green {
    color: #9bde42;
}