/*
Theme Name: Jalinet
Author: Camilo Jaramillo
Description: Base creada para Jalinet
Version: 1.0

*/

/*
  Reset Options
*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
}

/*
  Link Options
*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.clear {
    clear: both;
}
.no-gutters {
    padding: 0px;
}

.navbar {
    background-color: #fff;
}
.navbar-brand img {
    width: 80%;
}
.navbar .navbar-nav .nav-item {
    padding-left: 20px;
    padding-right: 20px;
}
.navbar .navbar-nav .nav-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.navbar .navbar-nav .active .nav-link {
    border-bottom: 4px solid #000;
}

#header-back {
    position: relative;
    z-index: -1;
    background-image: url(img/header-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0px 112px;
    height: 570px;
    max-height: 570px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    color: #01579B;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 20px;
}
#soluciones p {
    margin-top: 30px;
}
p {
    font-size: 13px;
    font-weight: 300;
}
p span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #424242;
}

#soluciones .card {
    border: 0px;
}
#soluciones .card-header {
    padding: 30px;
    background-color: #E6E6E6;
    margin-bottom: 20px;
}
#soluciones .card-header a {
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    color: #01579B;
}
#soluciones .card-header a .material-icons {
    color: #01579B;
    float: right;
}
#soluciones .card-body {
    font-size: 13px;
    font-weight: 400;
}
.section-title {
    margin-bottom: 30px;
}

#up-servicios {
    background-color: #ebebeb;
    overflow: visible;
}
#servicios article:nth-of-type(1)::before, #servicios article:nth-of-type(2)::before, #servicios article:nth-last-of-type(1)::before {
    position: absolute;
    background-color: rgba(1,87,155,1);
    content: "";
}
    #servicios article:nth-of-type(1)::before {
        width: 206px;
        height: 206px;
        bottom: -40px;
        left: -30px;
    }
    #servicios article:nth-of-type(2)::before {
        width: 206px;
        height: 266px;
        bottom: 83px;
        right: -4px;
    }
    #servicios article:nth-last-of-type(1)::before {
        width: 206px;
        height: 206px;
        top: -20px;
        right: -30px;
    }
#servicios .card {
    border: 5px solid #9E9E9E;
    border-radius: 0px;
}
#servicios .card-img-top {
    max-width: 282px;
    margin: 20px auto;
}
#servicios .card-body h4{
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #01579B;
}
#servicios .card-body .card-text {
    font-weight: 400;
    font-size: 13px;
    text-align: center;
}

#visual-std {
    margin-top: 100px;
    position: relative;
    z-index: -1;
    background-image: url(img/visual.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 320px;
    max-height: 320px;
}
#visual-std h2, #project-svr h2, #sharepoints h2 {
    margin-top: 30px;
    text-align: left;
}

#visual-std p span, #project-svr p span, #sharepoints p span {
    text-align: left;
    font-size: 15px;
    padding: 25px;
}

#project-svr {
    margin-top: 100px;
    position: relative;
    z-index: -1;
    background-image: url(img/project.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 320px;
    max-height: 320px;
}
#project-svr article:nth-child(2), #visual-std article:nth-child(1), #sharepoints article:nth-child(1) {
    background-color: #fff;
}

#sharepoints {
    margin-top: 100px;
    position: relative;
    z-index: -1;
    background-image: url(img/sharepoint.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 320px;
    max-height: 320px;
}

#contacto {
    background-color: rgba(158,158,158,.2);
}

#form form {
    margin-top: 20px;
}
#form form .form-control {
    background-color: #ebebeb;
    border: 0px;
    border-radius: 0px;
    border-bottom: 4px solid #B3B3B3;
    margin-top: 10px;
}

#form form .form-check {
    margin: 0px auto;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
}

#form form button {
    margin-top: 50px;
    width: 240px;
    height: 48px;
    text-transform: uppercase;
}
#pre-diagnostico a {
    text-align: center;
    display: block;
    padding: 20px;
    max-width: 500px;
    margin: 20px auto 90px auto;
}

#g-map iframe {
    display: block;
    width: 100%;
    margin: 0 auto;
}

footer {
    background-color: #424242;
}
footer h3 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 35px auto;
    max-width: 570px;
}
footer h4 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
footer h4 a {
    color: #FFC107;
}
footer h4 a:hover {
    color: #009688;
    text-decoration: none;
}

.small-image img {
    display: none;
}

@media (max-width: 991px) {
    #header-back {
        background-image: url(img/header-back-small.jpg);
        background-size: contain;
        background-position: 0px 140px;
        height: 500px;
        max-height: 500px;
    }
    h2 {
        margin-top: 30px;
    }
    #soluciones p {
        margin-top: 20px;
    }
    #servicios article:nth-of-type(1)::before, #servicios article:nth-of-type(2)::before, #servicios article:nth-last-of-type(1)::before {
        display: none;
    }
    #servicios .card {
        margin-bottom: 10px;
    }
    #visual-std, #project-svr, #sharepoints {
        background: #fff;
        height: auto;
    }
    #contacto {
        margin-top: 70px;
    }
    .small-image img {
        display: block;
        width: 100%;
    }
}
@media (max-width: 575px) {
    .navbar-brand img {
        width: 60%;
    }
    #header-back {
        height: 350px;
        max-height: 350px;
    }
    .small-image {
        display: none;
    }
}