/**********************************************************************************************
                                General
***********************************************************************************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    list-style: none !important;
    outline: none !important;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 16px;
}

img {
    width: 100%;
    height: auto;
}

span {
    display: inline-block;
}

a,
a:hover,
a:focus {
    color: inherit;
}

.button-top {
    position: fixed;
    bottom: 65px;
    right: -200px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #346991;
    z-index: 99999999;
    opacity: .9;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    border-radius: 50%;
}

.button-top:hover {
    opacity: 1;
}

.button-show {
    right: 20px;
}
/* ---------------- Typography -----------------*/

h1 {
    font-size: 60px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}


/** fotter **/

.footer {
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
}

.footer .container {
    padding: 0 15px;
    text-align: right;
}

.text-muted {
    font-size: 12px;
}


/* ----- vertical middle align ----*/

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #343434;
    font-weight: 400;
    overflow-x: hidden;
}

/*.section-padding {
    padding-top: 100px;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

p {
    line-height: 1.8;
    margin: 0;
    font-size: 16px;
    color: #7e7e7e;
}

.section-head {
    position: relative;
}

.head-left {
    margin-bottom: 30px;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

.head-left:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #346991;
    height: 1px;
    width: 70px;
}

.i-hidden {
    display: none;
}


/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */

.active {
    font-weight: bold;
}

.navbar-default {
    padding: 20px 0 30px;
    background: none;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.navbar-default .navbar-nav>li>a {
    margin: 0 !important;
    color: #eee !important;
    padding: 0 !important;
    position: relative;
}

.navbar-default .navbar-nav>li {
    font-size: 14px;
    margin: 25px 20px 0;
    padding: 5px 10px;
    background: none;
    cursor: pointer;
    position: relative;
}

.navbar-default .navbar-nav>li .active:after {
    bottom: -10px;
    opacity: 1;
}

.nav-scroll {
    background: #fff;
    border-bottom: 1px solid rgba(12, 12, 12, 0.04);
    min-height: 60px;
    line-height: 60px;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nav-scroll .logo {
    padding-top: 5px;
    color: #000;
}

.nav-scroll .navbar-nav>li>a {
    color: #424242 !important;
}

.logo {
    width: 100px;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #fff;
    padding-top: 10px;
}

nav ul li {
    transform: translateX(100rem);
    animation: sliderIn 1s forwards;
}

nav ul li a::before,
nav ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #346991;
    left: 0;
    transform: scaleX(0);
    transition: all .5s;
}

nav ul li a::before {
    top: -5px;
    transform-origin: left;
}

nav ul li a::after {
    bottom: -5px;
    transform-origin: right;
}

nav ul li a:hover::before,
nav ul li a:hover::after {
    transform: scaleX(1);
}

@keyframes sliderIn {
    from {}
    to {
        transform: translateX(0);
    }
}

.navbar-toggle {
    display: none !important;
}


/* -------------------------------------------------------
                     Header 
-------------------------------------------------------- */

.header {
    height: 100vh;
    width: 100%;
    position: relative;
    background-image: url(../img/home.jpg);
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    animation-duration: 1s;
    animation-name: aparecer;
}

.header:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.header .v-middle {
    z-index: 9;
}

.header .caption {
    text-align: center;
    margin-top: 35px;
    color: #fff;
}

.header .caption h4 {
    margin-bottom: 30px;
    font-size: 16px;
}

.header .caption h1 {
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 90px;
}

.header .caption .type span {
    font-size: 37px;
    font-weight: 100;
}

.header .caption h3 {
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
}

.header h1 {
    animation-duration: 2s;
    animation-name: aparecer;
}

.header h3 {
    animation-duration: 4s;
    animation-name: aparecer;
}

@keyframes aparecer {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#home {
    margin-bottom: 80px;
}
.mt-40 {
    margin-top: 40px;
}
.countrys {
    position: absolute;
    top: 80%;
}
/* -------------------------------------------------------
                     CONTACTO 
-------------------------------------------------------- */

#contact {
    margin-bottom: 80px;
    margin-top: 30px;
}

.container p {
    margin-bottom: 25px;
}

.contact-subtitle {
    font-size: 20px;
    color: #434343;
}

.contact-input {
    height: auto;
}

.espaciado {
    margin-bottom: 25px;
}

.contact-input label {
    font-weight: normal !important;
}

.contact-list {
    margin-top: 30px;
}

.contact-padding {
    padding-top: 40px;
}

.contact-list .icon {
    font-size: 30px;
    color: #346991;
}

.contact-head {
    margin-bottom: 20px;
}

.contact-head span {
    color: #346991;
}

.contact .header-box h3:before {
    width: 229px;
    left: calc(50% - 245px);
}

.contact .header-box h3:after {
    width: 235px;
}

.contact .container .background {
    background-color: #f9f9f9;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-right: 0px;
    margin-left: 0px;
    
}

.contact .container .background:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.button {
    width: 100%;
    border-radius: 4px;
    color: #fff !important;
    background-color: #346991;
    border-color: #346991;
    font-weight: 900;
    font-size: 16px;
}

.btn:hover {
    color: #fff;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

/* -------------------------------------------------------
                     products 
-------------------------------------------------------- */

/* #products {
    margin-bottom: 40px;
} */

.products-head {
    margin-bottom: 20px;
}


/* titulos */

.header-box {
    position: relative;
    text-align: center;
    padding-bottom: 5px;
}

.header-box h3 {
    font-size: 20px;
    color: #434343;
}

.header-box:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    bottom: -15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #346991;
}

.header-box h3:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    left: calc(50% - 45px);
    bottom: -10px;
    background-color: #346991;
}

.header-box h3:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    left: calc(50% + 15px);
    bottom: -10px;
    background-color: #346991;
}

.mb-50 {
    margin-bottom: 50px !important;
}


/* Experiencia */

.product .item {
    position: relative;
    padding-top: 15px;
    padding-left: 40px;
    margin-bottom: 40px;
}

.product .item:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #346991;
}

.product .item:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    top: 21px;
    left: 6px;
    background-color: #346991;
}

.product .main p {
    color: #346991;
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.product .main p span {
    font-size: 15px;
    margin-right: 6px;
}

.product .main h4 {
    position: relative;
    line-height: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #346991;
}

.product .main h4:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    left: -46px;
    background-color: #fff;
    border: 2px solid #346991;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.product .item:hover h4:before {
    background-color: #346991;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product .item p {
    font-size: 14px;
}

.box-1,
.box-2, 
.box-3 {
    position: relative;
    padding: 30px;
    background-color: #f9f9f9;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    padding-bottom: 1px;
}

.box-1:hover,
.box-2:hover,
.box-3:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.box-1:after,
.box-2:after
.box-3:after {
    border-top: 35px solid #fff;
}

.box-2:after {
    border-bottom: 35px solid #fff;
}

.box-1:before,
.box-2:before,
.box-3:before {
    border-bottom: 35px solid #fff;
}


/* Skills Bar */

.skill-item {
    padding: 0 20px;
}

.skill-item .progress-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.skill-item .progress {
    height: 2px;
    background-color: #fff;
    margin-bottom: 40px;
    overflow: visible;
}

.skill-item .progress .progress-bar {
    position: relative;
    background-color: #346991;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.skill-item .progress .progress-bar:after {
    content: '';
    position: absolute;
    display: block;
    top: -5px;
    right: 0px;
    padding: 4px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #346991;
}

.skill-item .progress .progress-value {
    position: absolute;
    top: -30px;
    right: 0;
    color: #0e0f10;
    font-size: 14px;
}

.chart {
    width: 130px;
    height: 130px;
    margin: 0 auto 25px;
    text-align: center;
    font-size: 25px;
    line-height: 24px;
    padding: 40px 0 0;
    color: #0e0f10;
    font-weight: 800;
}

.chart p {
    font-size: 15px;
    margin-top: 10px;
}

/* -------------------------------------------------------
                     SERVICIOS 
-------------------------------------------------------- */

.services .item {
    padding-bottom: 30px;
  }
  .services .item .icon {
    font-size: 35px;
    color: #346991;
    margin-bottom: 15px;
  }
  .services .item h6 {
    margin-bottom: 15px;
  }
  .services .bord {
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
  }
  .services .border {
    width: 100%;
    margin: 10px auto;
    height: 1px;
    background: #f0f0f0;
  }

/* #services {
    margin-bottom: 40px;
}

.services .services-items .item figure {
    position: relative;
    cursor: pointer;
    background-color: #f0f1f5;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.services .services-items .item figure img {
    opacity: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.services .services-items .item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: #0e0f10;
    text-align: center;
}

.services .services-items .item figure figcaption h3 {
    opacity: 0;
    color: #0e0f10;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.services .services-items .item figure:hover img {
    opacity: 0.25;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.services .services-items .item figure:hover h3 {
    opacity: 1;
}

.services-items .item {
    position: absolute;
}
 */


/* -------------------------------------------------------
                     RESPONSIVE 
-------------------------------------------------------- */

@media screen and (max-width: 767px) {
    /** navbar **/
    .navbar-default .logo {
        margin-left: 20px;
        color: #fff;
        font-size: 30px;
    }
    .navbar-default.nav-scroll .logo {
        color: #000;
    }
    .navbar-default .navbar-toggle {
        background: none !important;
        margin-top: 15px !important;
        border: none !important;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: transparent !important;
    }
    .navbar-default .icon-bar {
        background: #fff;
    }
    .navbar-default .navbar-nav li a {
        color: #111 !important;
    }
    .navbar-default .navbar-nav>li>a {
        padding-bottom: 0 !important;
    }
    .navbar-default .navbar-collapse {
        text-align: center;
        border: none;
        border-top: 1px solid rgba(12, 12, 12, 0.04);
        border-bottom: 1px solid rgba(12, 12, 12, 0.04);
        background: #fff;
        padding-bottom: 23px;
    }
    .nav-scroll .icon-bar {
        background: #111;
    }
    .navbar-toggle {
        display: inline !important;
    }
    /**home**/
    .arg-mobile {
        bottom: 90px;
    }
    .countrys {
        width: 100%;
    }
    /** products **/
    .mob-box-mt {
        margin-top: 100px !important;
    }
    .product .main p {
        display: inherit;
    }
    /* .product .main h4 {
        font-size: 15px;
        font-weight: bold;
    } */
    .hidden-sm {
        display: none;
    }
    .single-wp.process-1 {
        border-bottom: none !important;
        border-left: 1px solid #346991 !important;
    }
    .single-wp.process-2 {
        border-bottom: none !important;
        border-right: 1px solid #346991 !important;
    }
    .single-wp:nth-child(2n+1) {
        text-align: left;
        padding-right: 0 !important;
    }
    .single-wp:nth-child(2n) {
        text-align: right;
        padding-left: 0 !important;
    }
    .single-wp {
        padding: 30px !important;
    }
    .work-process {
        padding-bottom: 30px;
    }
    /** contacto **/
    .contact-padding {
        padding-top: 20px;
    }
    .contact-list {
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 26px;
        border-radius: 10px;
    }
    .contact .container .background {
        margin-left: 2px;
        margin-right: 2px;
        padding-bottom: 12px;
    }
    .contact .header-box h3:before {
        width: 145px;
        left: calc(50% - 160px);
    }
    .contact .header-box h3:after {
        width: 145px;
    }
    /** servicios **/
    .services-items .item {
        display: flex;
        position: relative;
        left: auto!important;
        top: auto!important;
        margin-bottom: 2em;
    }
    .services-items {
        /* height: 1410px !important; */
    }
    .mb-0 {
        margin-bottom: 0;
    }
    .tittle-h6 {
        clear: left;
        vertical-align: middle;
        line-height: 46px;
        font-size: 20px;
        padding-left: 10px;
        color: #346991;
    }
}