@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);

* {
    outline: 0 !important;
    box-shadow: none
}

body {
    font-family: 'Open Sans';
    overflow-x: hidden;
    --main-color: #626262;
    --secondary-color: #849092
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff
}

a:hover {
    color: #39c
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(255, 255, 255, 0)
}

.navbar-default .navbar-toggle {
    border-color: rgba(221, 221, 221, 0);
    margin: 0;
    line-height: 100%
}

.navbar-toggle {
    padding: 0;
    border-radius: 0
}

.navbar {
    margin-bottom: 0;
    padding: 10px 5px;
    min-height: 0
}

p {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 31px
}

ul li {
    list-style: none;
    display: inline-block
}

li a {
    text-decoration: none
}

.main_content {
    padding: 50px 0;
    height: 90dvh;
    display: flex
}

#overlay-1 {
    background-color: rgba(29, 72, 102, 0);
    height: 100vh;
}

.footer {
    height: 70vh !important;
}

.navbar-header>a {
    transition: all .5s cubic-bezier(.17, .67, .83, .67)
}

#overlay-1 hr {
    border-color: #fff;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 95%
}

#overlay-1 #logo {
    display: block;
    position: sticky;
    left: 8%;
    width: auto;
    height: 10%
}

#overlay-1 #logo-nav {
    width: auto;
    height: 5vh;
}

#navigation,
.navbar-default {
    border-radius: 0;
    border: 0;
    background-color: var(--main-color)
}

.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    transition: all .5s cubic-bezier(.17, .67, .83, .67);
    color: #e5e5e5;
    padding: 0;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: lighter;
    padding: 10px 0;
    padding: 10px 15px
}

.navbar {
    margin-bottom: 0;
    padding: 5px
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff
}

.navbar-default .navbar-brand {
    color: #fff;
    padding: 0 15px;
    font-size: 49px;
    line-height: 100%;
    height: auto;
    font-weight: lighter;
    letter-spacing: 3px
}

#wrapper {
    background: url(../img/fondo1_full.png);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    height: 100vh
}

.starting-text {
    font-weight: 700;
    letter-spacing: 2px
}

.starting-text h2 {
    color: #fff;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -1px
}

.starting-text h2 {
    font-size: 40px;
    margin-top: 40px
}

.bottom {
    width: 100%;
    position: absolute;
    bottom: 2%
}

.bottom a {
    color: rgba(192, 192, 192, .5)
}

.contacto {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-direction: row;
}
.contacto .title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 30px;
    color: black;
    position: absolute;
    left: 0;
}
.square {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: black;
    position: absolute;
    right: 0;
    height: max-content;
    flex: 0 0 0;
}

.contacto div {
    margin: 8vh 3% 0 3%;
    color: white;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.253);
}

.slide-1 {
    background: url(../img/bg1.png);
    background-position: center;
    background-size: cover;
    height: 90vh
}

.slide-2 {
    background: url(../img/bg2.png);
    background-position: center;
    background-size: cover;
    height: 90vh
}

.slide-3 {
    background: url(../img/bg3.png);
    background-position: center;
    background-size: cover;
    height: 90vh
}

.slide-4 {
    background: url(../img/bg4.png);
    background-position: center;
    background-size: cover;
    height: 90vh
}

.slide-5 {
    background: url(../img/bg5.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.slide-6 {
    background: url(../img/bg6.png);
    background-position: center;
    background-size: cover;
    height: 90vh
}

.slide {
    padding: 3% 5% 2% 5%;
    background-color: var(--secondary-color);
    color: #fff;
    height: auto
}

.slide h1 {
    width: 95%
}

.slide h3 {
    margin: 5%
}

.slide h4 {
    margin: 5%
}

.slide h5 {
    width: 95%
}

.slide hr {
    border-color: #fff
}

.service {
    width: 40%;
    margin: 0 5%;
    background-color: rgba(132, 144, 146, .9);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 6px
}

.service p {
    font-size: 13px;
    font-weight: 400;
    padding: 0 10px 35px 10px;
    line-height: 22px
}

.about-service {
    font-size: 16px;
    padding: 0 10px 0 10px
}

hr {
    border-color: #65557c
}

.service:hover .about-service h3 {
    color: #af684d
}

@media (max-width:966px) {
    .navbar-nav>li {
        margin: 0 -6px 0
    }

    .navbar-default .navbar-nav>li>a {
        text-align: center
    }
}

@media (max-width:480px) {
    .starting-text h2 {
        font-size: 18px;
        margin-top: 0;
        padding-top: 102px
    }

    .main_content {
        padding: 0
    }
}

.navbar-toggle i {
    color: #fff;
    font-size: 32px;
    margin-right: 25px;
    margin-top: 7px
}

section#about {
    padding: 60px 0
}