@import url(normalize.css);

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    clear: both;
}

* {
    box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
}

textarea,
input,
button {
    outline: none;
}

a {
    color: #444;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:hover {}

button,
button:active,
button:focus,
input[type="submit"] {
    border: none;
    cursor: pointer;
    transition: all 0.5s ease;
    box-shadow: none;
    float: right;
    margin: 28px 0 0;
}


img {
    max-width: 100%;
}

/* Layout */

body {
    background: #fff;
    color: #444;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    display: block;
    /* text-align: center; */
    /* padding: 100px; */
}

p {
    text-align: justify;
}

ul {
    padding: 0 0 0 20px;
}

li {
    margin: 0 0 1em 0;
}

header {
    background: #000;
    width: 100%;
    height: fit-content;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: font-size 0.3s, height 0.3s;
    -webkit-transition: font-size 0.3s, height 0.3s;
    -moz-transition: font-size 0.3s, height 0.3s;
    padding: 0;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 15px;
}

header.small {
    height: fit-content;
    transition: font-size 0.5s, height 0.5s;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;
    padding: 0;
}

h1 {
    font-size: 30px;
    margin: 0 auto 5px;
    display: block;
    clear: both;
    width: 100%;
}

h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    display: block;
    clear: both;
    margin: 8px 0;
}

#pull,
.btn-menu {
    display: none;
}

.der {
    float: right;
    margin: 0 0 30px 30px;
}

.izq {
    float: left;
    margin: 0 30px 30px 0;
}

/* header */

#top {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
}

.sop-header {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    padding: 0;
}

a.logo {
    margin: 0 auto;
    float: none;
    display: block;
    clear: both;
    text-align: center;
}



.logo img {
    max-height: 80px;
    transition: all 0.3s ease;
}

.small .logo img {
    max-height: 60px;
}

header nav {
    font-weight: 400;
    float: none;
    width: 720px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 0 16px;
    transition: all 0.3s ease;
    margin: 0 auto;
}

header.small nav {}

header nav a {
    padding: 0;
    margin: 0;
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

header nav a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: #2b408f;
    transition: all 0.5s ease;
}

header nav a:hover:after,
header nav a.active:after {
    width: 100%;
}

header nav a:hover,
header nav a.active {}

header.small nav a {}

.rrss a {
    display: inline-block;
    font-size: 16px;
    margin: 0 4px;
}

.rrss a:after {
    display: none;
}

.rrss a:hover {
    color: #2b408f;
}

/* Slider */

.wrap-slider {
    margin: 50px 0 0 0;
    z-index: 1;
    display: block;
    position: relative;
}

.wrap-slide-carou {
    max-width: 1150px;
    margin: 50px auto;
}

#slider-1 .slick-slide {
    max-height: calc(100vh - 80px);

}

#slider-1 .slick-slide img {
    min-height: 700px;
}

#slider-1 .slick-slide:before {
    background: #001e8e;
    background: linear-gradient(90deg, #001e8e 0%, rgba(42, 196, 234, 0.48) 100%);
    opacity: 0.95;
    isplay: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 2;
    backface-visibility: hidden;
}


.nectar-shape-divider-wrap.no-color .nectar-shape-divider {
    fill: #fff;
    position: absolute;
    bottom: 0;
    z-index: 999;
}

.nectar-shape-divider-wrap.no-color {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
}

.nectar-shape-divider-wrap[data-style="curve_opacity"] svg path:nth-child(1),
.nectar-shape-divider-wrap[data-style="waves_opacity_alt"] svg path:nth-child(1) {
    opacity: 0.15;
}

.nectar-shape-divider-wrap[data-style="curve_opacity"] svg path:nth-child(2),
.nectar-shape-divider-wrap[data-style="waves_opacity_alt"] svg path:nth-child(2) {
    opacity: 0.3;
}

.slick-slide img {
    width: 100%;
    display: inline-block;
    margin: -80px 0 0 0;
    min-height: 100%;
}

.cont-txt-slide {
    margin: 15% 0 0 10%;
    position: absolute;
    color: #fff;
    z-index: 99;
    max-width: 100%;
}

.txt-01 {
    display: block;
    font-size: 50px;
    font-weight: 600;
}

.txt-02 {
    display: block;
    font-size: 34px;
    font-weight: 600;
}

#logo-home {
    padding: 100px 2px;
}

#logo-home img {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 750px;
}

#info-home {
    display: flex;
    flex-wrap: wrap;
}

#info-home .col-50 {
    width: 50%;
    min-height: 520px;
}

.col-50 h1 {
    color: #444444;
    font-size: 35px;
}

.col-50 .subtit {
    color: #bfbfbf;
    font-size: 500;
}

.bg-img {
    background-size: cover;
    background-position: center;
}

#info-home.info-ns .col-50 .cont-txt {
    width: 90%;
    max-width: 90%;
    height: fit-content;
    padding: 0 0 50px;
}

.img-1 {
    background-image: url(../img/port.jpg);
}

.img-2 {
    background-image: url(../img/port-2.jpeg);
}

.img-qs1 {
    background-image: url(../img/qs-01.png);
}

.img-qs2 {
    background-image: url(../img/qs-02.jpg);
    background-position: bottom;
}

.img-ns1 {
    background-image: url(../img/scada.jpg);
}

.img-ns2 {
    background-image: url(../img/automatiza.jpg);
}

.img-np1 {
    background-image: url(../img/np-pp.jpg);
}

.col-50.sop-txt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-txt {
    max-width: 350px;
    height: 320px;
}

.vermas {
    color: #fff;
    background: #2b408f;
    width: 150px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin: 36px 0 0 0;
    transition: all 0.3s ease;
}

.vermas i {
    font-size: 12px;
    margin: 0 4px 0 0;
}

.vermas:hover {
    margin: 28px 0 0 0;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    opacity: .85;
}

#sep-bg-azul {
    height: 700px;
    background-image: url(../img/portada-ns.jpeg);
    position: relative;
    background-position: center;
    background-size: cover;
}

.nectar-shape-divider-wrap.top {
    transform: rotate(180deg);
    top: 0;
}

.n-serv {
    position: absolute;
    left: calc(50% - 210px);
    top: calc(50% - 50px);
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    z-index: 9;
    text-align: center;
}

.row-bg-overlay {
    background: #2b408f;
    background: linear-gradient(90deg, #2b408f 0%, rgba(42, 196, 234, 0.48) 100%);
    opacity: 0.95;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


.item-slide {
    max-width: 350px;
    height: 350px;
    background: #232323;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 10px 30px;
    position: relative;
    overflow: hidden;
}

.item-slide .cont-txt {
    width: calc(100% - 32px);
    margin: 15% auto 0;
    z-index: 2;
    position: relative;
    color: #fff;
}

.item-slide .cont-txt .tit-item {
    display: block;
    clear: both;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.item-slide .cont-txt .bajada-item {
    display: block;
    clear: both;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.item-slide figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 0;

}

.item-slide figure img {
    transition: all 0.3s ease;
    opacity: 0.45;
    margin: 0;
}

.item-slide:hover figure img {
    transform: scale(1.2);
    opacity: 0.8;
}

.wrap-slide-carou .slick-next {
    right: -30px;
}

.wrap-slide-carou .slick-prev {
    left: -30px;
}

.wrap-slide-carou .slick-next:before,
.wrap-slide-carou .slick-prev:before {
    color: #000;
}

.cont-serv-infx {
    max-width: 1200px;
    margin: 50px auto;
}

.cont-serv-infx h1 {
    font-size: 30px;
    margin: 0 0 0 50px;
}

.cont-logo {
    max-width: 200px;
    margin: 20px auto;
    padding: 10px 40px;
    background: rgb(255 255 255 / 70%);
    border-radius: 16px;
}

.cont-marcas {
    max-width: 1200px;
    margin: 0 auto;
}

.cont-marcas h1 {
    font-size: 30px;
    margin: 0 0 0 50px;
}

.cont-marcas p {
    margin: 0 0 0 50px;
}
.cont-monitoreo {
    max-width: 1200px;
    margin: 0 auto 50px;
    padding: 0 0 16px;
    border-bottom: 1px solid #c8c8c8;
}
.cont-monitoreo p{
    margin: 1em 0 0 50px;
}
.cont-monitoreo a{
    color:#2b408f;
    font-weight:bold;
}
.cont-monitoreo a:hover{
    color:#4d90fe;
}
.clients.no-carousel {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 30px auto;
}

.clients[data-additional_padding="4"].no-carousel>div {
    padding: 3% 5%;
}

.clients[data-he="greyscale_to_color"]>div img {
    transition: filter 0.45s cubic-bezier(0.3, 0.4, 0.1, 1), opacity 0.45s cubic-bezier(0.3, 0.4, 0.1, 1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.55;
}

.clients[data-he="greyscale_to_color"]>div:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.ico-cont {
    width: 15px;
}

.no-link img {
    max-width: 120px;
}

#wrap-contacto {
    max-width: 1200px;
    margin: 50px auto;
    float: none;
    position: relative;
    display: flex;
    align-content: space-between;
}

#wrap-contacto .cont-datos {
    width: calc(50% - 16px);
    background: #2b408f;
    background: linear-gradient(90deg, #2b408f 0%, rgba(42, 196, 234, 0.5) 100%);
    opacity: 0.95;
    border-radius: 16px;
    padding: 64px;
    color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.cont-datos:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #001e8e;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .55;
}

#wrap-contacto .cont-datos a {
    color: #fff;
}

.logo-cont {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

#wrap-contacto .cont-form {
    width: calc(50% - 16px);
    background: #626262;
    opacity: 0.95;
    border-radius: 16px;
    padding: 64px 64px 0;
    color: #fff;
    min-height: 680px;
}

.cont-form .req {
    color: #e80000;
}

/* Interior */
#wrap-proyserv {
    max-width: 1200px;
    margin: 100px auto;
    float: none;
    display: block;
}

.cont-servproy {
    width: 100%;
}

.item-servproy {
    display: flex;
    min-height: 500px;
    margin: 0 auto 30px;
}

.item-servproy .sop-img {
    background: #2b408f;
    width: 500px;
    position: relative;
}

.sop-img figure {
    width: 550px;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0;
    margin: 0;
}

.item-servproy .sop-txt {
    background: #eaecff;
    width: calc(100% - 500px);
    display: flex;
    align-items: center;
}

.item-servproy:nth-child(even) .sop-txt {
    background: #fff0ed;
    float: right;
}

.item-servproy:nth-child(even) .sop-img figure {
    right: 0;
    left: auto;
}

.cont-txt-servproy {
    width: 350px;
    margin: 100px auto;
}

.cont-txt-servproy h1 {
    font-size: 24px;
}


/* Contacto */
::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #fff;
}

::placeholder {
    color: #fff;
}

#wrap-contacto {
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    margin: 150px auto 0;
}

.cont-contacto {
    width: 100%;
    margin: 0 auto 0;
    float: none;
    display: block;
    clear: both;
}

.cont-contacto h1 {
    font-size: 40px;
    font-weight: 300;
}




.cont-contacto .sop-form {
    width: 100%;
    float: left;
    font-size: 18px;
}

.sop-form ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sop-form ul label {
    width: 100px;
    float: left;
    padding: 8px 0 0;
}

.sop-form ul input {
    width: calc(100% - 110px);
    background: #737373;
    border: none;
    padding: 8px 16px;
    color: #fff;
}

.sop-form ul textarea {
    width: calc(100% - 110px);
    background: #737373;
    border: none;
    padding: 5px;
    height: 100px;
    color: #fff;
}

.med-col {
    width: 50%;
    float: left;
}

.full-col {
    width: 100%;
    display: block;
    clear: both;
}

.sop-form ul input[type="submit"] {
    background: #dc781c;
    color: #fff;
    width: 250px;
    float: right;
    display: block;
    padding: 15px 0;
    margin: 0 10px;
    font-weight: 500;
    border-radius: 15px;
}

.sop-form ul input[type="submit"]:hover {
    background: #a34e00;
}

.full-col div {
    clear: both;
    padding: 20px;
    float: none;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #222;
}

#html_element {
    float: right;
    margin: 0 10px 1em 0;
}

iframe#mapa {
    width: 100%;
    min-height: 500px;
    margin: 30px 0 50px;
    border: none;
}

footer {
    background-image: url(../img/bg-footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    min-height: 215px;
    color: #fff;
    padding: 50px 0 0;
}

footer #sep-bg-azul {
    max-height: 550px;
}

.cont-footer {
    max-width: 1150px;
    margin: 0 auto;
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sop-txt-pie {
    background: #1c1c1c;
    padding: 28px 64px;
    display: block;
    overflow: hidden;
}

.sop-txt-pie .rrss {
    float: right;
}

span.output_message {
    color: #fff;
}

.wsp {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 10;
}

span.conv-wsp {
    background: #41d54d;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    left: -214px;
    position: absolute;
    width: 210px;
    text-align: center;
    top: 10px;
    display: none;
}

.wsp:hover .conv-wsp {
    display: block;
}

#piedepagina {
    width: 100%;
    text-align: center;
    display: block;
    float: left;
    padding: 1em 0;
    background: #101010;
    color: #6b6b6b;
    font-size: .9em;
}

#piedepagina a {
    color: #6b6b6b;
}

#piedepagina a:hover {
    color: #dc781c;
}



@media only screen and (max-width: 1100px) {

    header,
    header.small {
        height: 40px;
    }

    .wrap-slider {
        margin: 41px 0 0 0;
    }



    a.logo {
        margin: 0 0 0 20px;
        z-index: 10;
        position: relative;
        float: left;
    }

    .logo img,
    .small .logo img {
        max-height: 45px;
    }



    .der,
    .izq {
        float: none;
        margin: 20px auto;
    }



    #pull {
        display: block;
    }

    #pull {
        width: 30px;
        height: 30px;
        position: relative;
        margin: 5px 10px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        float: right;
    }

    #pull span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        top: 0;
    }

    #pull span:nth-child(1) {
        top: 5px;
    }

    #pull span:nth-child(2) {
        top: 15px;
    }

    #pull span:nth-child(3) {
        top: 25px;
    }

    #pull.open span:nth-child(1) {
        top: 13px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #pull.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #pull.open span:nth-child(3) {
        top: 13px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #cssmenu {
        width: 100%;
        background: #2b408f;
        position: absolute;
        top: 35px;
        display: none;
        padding: 0;
        height: auto;
    }

    #cssmenu a,
    #cssmenu a:hover,
    #cssmenu a:active {
        display: block;
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding: 15px 10px;
        color: #fff;
        font-size: 16px;
        height: auto;
        line-height: 1.4em;
    }

    #cssmenu a:last-child {
        border-bottom: none;
    }

    header .rrss {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    #info-home {
        display: flex;
    }

    #info-home .col-50 {
        width: 100%;
        min-height: 350px;
    }

    .cont-txt {
        max-width: calc(100% - 32px);
        height: auto;
        margin: 30px auto;
    }

    .wrap-slide-carou .slick-next {
        right: 30px;
    }

    .wrap-slide-carou .slick-prev {
        left: 30px;
    }

    #sep-bg-azul {
        height: 350px;
    }

    .n-serv {
        font-size: 24px;
        left: calc(50% - 160px);
    }

    #wrap-contacto {
        display: block;
    }

    #wrap-contacto .cont-datos,
    #wrap-contacto .cont-form {
        margin: 0 auto 30px;
    }

    .logo-cont {
        position: relative;
        bottom: auto;
        left: auto;
    }
}

@media only screen and (max-width: 800px) {

    .med-col,
    .sop-form ul input,
    .sop-form ul textarea {
        width: 100%;
    }

    #logo-home img {
        max-width: 80%;
    }

    #wrap-contacto .cont-datos,
    #wrap-contacto .cont-form {
        width: calc(100% - 32px);
        padding: 16px;
        height: auto;
    }

    #wrap-contacto .cont-form {
        min-height: 750px;
    }

    #slider-1 .slick-slide {
        max-height: 350px;
    }

    .item-slide {
        margin: 0 auto;
        height: 200px;
    }

    .slick-slide {
        text-align: center;
    }

    .txt-01 {
        font-size: 24px;
    }

    .txt-02 {
        font-size: 18px;
    }

    .item-servproy {
        display: flex;
        min-height: 100px;
        flex-wrap: wrap;
    }

    .sop-img figure {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
    }

    .item-servproy .sop-img {
        width: 100%;
        order: 1;
    }

    .sop-img figure img {
        max-width: 100%;
        width: 100%;
    }

    .item-servproy .sop-txt,
    .item-servproy:nth-child(even) .sop-txt {
        width: 100%;
        display: block;
        float: none;
        order: 2;
    }

    .cont-txt-servproy {
        margin: 0;
        padding: 30px;
        width: 100%;
    }

    .cont-serv-infx h1,
    .cont-marcas h1 {
        font-size: 24px;
        max-width: 100%;
        margin: 0 0 16px;
    }

    .cont-marcas p {
        margin: 0 0 16px;
    }

    .cont-marcas {
        max-width: 100%;
        padding: 30px 20px;
    }
.cont-monitoreo p{
    margin: 1em 20px 0 20px;
}
    .cont-serv-infx {
        padding: 0 20px;
    }

    #info-home .col-50:nth-child(1) {
        order: 1;
    }

    #info-home .col-50:nth-child(2) {
        order: 2;
    }

    #info-home .col-50:nth-child(4) {
        order: 3;
    }

    #info-home .col-50:nth-child(3) {
        order: 4;
    }

    .col-50 h1 {
        font-size: 24px;
    }
}