﻿
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}

input, button, textarea {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    word-spacing: normal;
}

/*media all*/

body {
    margin: 0;
    padding: 0;
    text-align: start;
    font-size: 1.1em;
    font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
    line-height: 1.42857;
}

.clearfix:after {
    height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
}

.page {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
}

canvas, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, embed, fieldset, font, form, h1, h2, h3, h4, h5, h6, hr, html, i, iframe, img, ins, kbd, label, legend, li, menu, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

a {
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}

img {
    border: medium none;
    display: block;
    width: 100%;
}

header, section, article, aside {
    flex: none;
    z-index: 5;
    position: relative;
}

header {
    position: relative;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 20px solid #fff;
    height: 130px;
    margin-bottom: 20px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    width: 100%;
    margin: 0 auto;
}
/*menu*/
.main_menu {
    width: 100%;
}
/*ESTILOS GENERALES*/
#mostrar_menu {
    display: none;
}

nav.mostrar {
}

nav {
}

    nav ul {
        list-style: none;
        padding: 0;
    }

    nav li {
        line-height: 2.2rem;
        position: relative;
    }

        nav li ul {
            position: absolute;
        }

    nav a {
        color: #444;
        display: block;
        padding: 0 1em;
        text-decoration: none;
        transition: -4s;
        font-size: 100%;
    }

        nav a:hover {
            background: #0072c6;
            color: aliceblue;
        }

    /*PRIMER NIVEL*/
    nav > ul {
        display: table;
        width: 100%;
        font-family: "Open Sans",sans-serif;
        border-left: 10px solid #0072c6;
        background-color: #EBEBEB;
    }

        nav > ul > li {
            float: left;
        }

    /*SEGUNDO NIVEL*/
    nav li li {
        background: #fff;
        max-height: 0;
        transition: all -6s;
        overflow: hidden;
        width: 220px;
    }

    nav li:hover > ul > li {
        max-height: 1000px;
        overflow: visible;
        width: 300px;
        color: #0072c6;
        background-color: #FFF;
        border-left: 10px solid #0072c6;
    }

    nav ul > li > ul {
        top: 100%;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
        z-index: 10;
    }

        nav ul > li > ul span {
            position: absolute;
            right: 20px;
        }

    /*TERCER NIVEL*/
    nav ul ul ul {
        left: 100%;
        top: 0;
    }

        nav ul ul ul > li {
            left: 0;
            top: 0;
            width: 400px;
        }
/* fin menu*/

section p {
    font-size: 1.1em;
    line-height: 1.7em;
    text-align: justify;
    white-space: normal;
    font-weight: 400;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

article p {
    margin: 0.5em 0 0.5em;
    text-align: justify;
}

article a {
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
    color: #0072c6;
}

    article a:hover {
        cursor: pointer;
        outline: medium none;
        text-decoration: none;
        color: #0072c6;
    }
/* .mnt resalta maperon */
.mnt {
    color: #04549B;
    font-weight: 600;
}

    .mnt:hover {
        color: #04549B;
        font-weight: 600;
        text-decoration: none;
    }

text-decoration: underline; #relative {
    position: relative;
}

.fondoFixed {
    background-attachment: fixed;
    background-image: url("../Img/sky.jpg");
    background-position: center top;
    background-size: cover;
    z-index: 999;
}

.fondoFixed1 {
    background-attachment: fixed;
    background-image: url("../Img/sky.jpg");
    background-position: center top;
    background-size: cover;
    z-index: 999;
}

.fondoFixed2 {
    background-attachment: fixed;
    background-image: url("../Img/negocios.png");
    background-position: center center;
    background-size: cover;
    z-index: 999;
}

.fondoFixed3 {
    background-attachment: inherit;
    background-image: url("../Img/contacto2.png");
    background-position: center center;
    background-size: cover;
    z-index: 999;
    width: 100%;
    height: 220px;
}

.fondoFixed4 {
    background-attachment: local;
    background-image: url("../Img/negocios.png");
    background-position: top right;
    background-size: cover;
    z-index: 999;
}

.fondoFixed img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

header .bg {
    /* background: none repeat scroll 0 0 #000;
    margin: 0 50px;*/
    overflow: visible;
}

div {
    overflow: visible;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 10px 0 0 0;
}

.logo {
    float: left;
    width: 200px;
    padding: 25px 0px;
}

    .logo img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

.wrapper {
    margin: 0 8%;
    overflow: visible;
}

.wrapperFixed {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
}

    .wrapperFixed img {
        width: 100%;
    }

.content-area {
    clear: both;
}

.main {
    width: 100%;
}

    .main h1 {
        font-size: 22px;
        font-weight: normal !important;
        color: #0072c6;
        font-family: "Open Sans",sans-serif;
    }

.main_copy {
    margin-top: 20px !important;
    /*padding-top: 20px;*/
    /*border-top: 1px solid #DFDFDF;*/
    margin-bottom: 37px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.index .main_copy h1 {
        font-size: 22px;
        font-weight: normal !important;
        color: #0072c6;
        font-family: HVN,Helvetica,Arial,sans-serif !important;
        width: 100%;
        line-height: 2.2rem;
        padding: 10px 0;
        border-left:none;
    }

    .main_copy h3 a {
        color: #0072c6 !important;
    }

    .main_copy .inner {
        width: 78%;
        float: left;
    }

.tabla100 {
    width: 100%;
    display: inline-table;
}

.t100fila {
    display: block;
}

.inner {
}

.secondary_copy {
    width: 21%;
}

.main_copy .inner ul {
    list-style: outside none none !important;
    margin-left: 0px;
    padding-left: 0px;
    /*display: flex;
    flex-wrap: wrap;*/
    width: 100%;
}

    .main_copy .inner ul li {
        margin-right: 1%;
        margin-bottom: 13px;
        display: inline-block;
        transition: all 0.3s ease 0s;
        width: 31.6%;
        line-height: 0;
    }

        .main_copy .inner ul li a {
            position: relative;
            font-weight: normal;
            text-decoration: none;
            color: #ffffff;
            font-size: 20px;
            text-shadow: 0.1em 0.1em 0.05em #292828;
            display: block;
        }

            .main_copy .inner ul li a:hover {
                -webkit-box-shadow: 0px 5px 12px -4px rgba(0,0,0,0.75);
                -moz-box-shadow: 0px 5px 12px -4px rgba(0,0,0,0.75);
                box-shadow: 0px 5px 12px -4px rgba(0,0,0,0.75);
            }

.main_copy {
    margin-bottom: 14px;
}

    .main_copy .inner ul li a img {
        width: 100%;
    }

    .main_copy .inner span.text {
        position: absolute;
        bottom: 12px;
        left: 10px;
        line-height: 24px;
    }

.secondary_copy .inner_copy {
    height: 190px;
    padding-bottom: 20px;
    clear: both;
    padding-bottom: 14px;
}

    .secondary_copy .inner_copy h1 {
        border-left: 10px solid #04549B;
        background-color: #0072c6;
        color: #fff;
        font-weight: lighter;
        padding: 10px 15px;
        height: auto;
        line-height: 20px;
    }

        .secondary_copy .inner_copy h1 a {
            color: #fff ;
            font-size: 18px ;
            font-weight: lighter ;
        }

    .secondary_copy .inner_copy p {
        background-color: #405265;
        border-left: 10px solid #2C3946;
        color: #fff;
        font-size: 14px;
        font-weight: lighter;
        line-height: 22px;
        padding: 10px 15px;
        height: 120px;
        margin: 0;
        text-align: left;
        white-space: normal;
    }

.border {
    border-top: 4px solid #fff;
}

/******************** slider ********************/

.slider_wrapper {
    padding: 0px;
}

.slider_btn {
    display: inline;
    overflow: visible;
    position: absolute;
    width: 100%;
    bottom: 40%;
    z-index: 999;
}

.btn_l {
    width: 35px;
    height: 35px;
    background-color: #0072c6;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.btn_r {
    width: 35px;
    height: 35px;
    background-color: #0072c6;
    color: #FFF;
    position: absolute;
    right: 0;
    bottom: 0;
}

.slider_btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 33px;
    padding: 10px;
    text-align: center;
}

    .slider_btn a:hover {
        font-weight: 500;
    }

.fraseSlider {
    border: 100px none;
    position: absolute;
    bottom: 50px;
    vertical-align: middle;
    width: 400px;
    z-index: 999;
}

    .fraseSlider p:first-child {
        border-left: 10px solid #04549B;
        background-color: #0072c6;
        color: #FFF;
        font-size: 24px;
        font-weight: lighter;
        padding: 10px 15px;
    }

    .fraseSlider span {
        font-weight: 600;
        color: #fff;
    }

    .fraseSlider a:hover {
        text-decoration: none;
    }

    .fraseSlider p {
        background-color: #405265;
        border-left: 10px solid #2c3946;
        color: #fff;
        font-size: 16px;
        font-weight: lighter;
        line-height: 22px;
        padding: 10px 15px;
        margin: 0px;
        text-align: left;
        white-space: normal;
        word-spacing: normal;
    }
/******************** search ********************/
.search {
    float: right;
    margin: 0 20px 0 0;
}

    .search span {
        color: #fff;
        display: block;
        font: bold 16px/30px Arial;
        margin: 5px 0 0;
    }

#searching {
    color: #fff;
}

.search_under {
    display: none;
}

/******************** social ********************/
.social {
    float: right;
    padding-top: 37px;
}

    .social ul {
        display: inline-table;
    }

        .social ul li {
            display: table-cell;
            vertical-align: middle;
        }

            .social ul li a {
                color: #565656;
                padding: 5px;
                border-radius: 6px;
            }

                .social ul li a:hover {
                    color: #0072c6;
                }

/******************** sections ********************/
.clear {
    clear: both;
}

  .company {
    background-color: #FFF;
    clear: both;
    width: 100%;
}

#services {
    background-color: #FFF;
    padding: 0px 0px;
    clear: both;
    width: 100%;
}

/*  .company article h1 {
    border-left: 3px solid #04549B;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding: 0px 10px 0px 15px;
    width: auto;
    color: #0072c6;
    margin: 20px 0px;
}*/
  .company article h1 {
    border-left: 10px solid #04549B;
    font-size: 20px;
    line-height: 2.2rem;
    font-weight: 700;
    padding: 0 10px;
    width: auto;
    color: #fff;
    background-color: #0072c6;
    margin: 20px 0px;
}

  .company article:nth-of-type(2n) h1 {
    background-color: #314559;
    border-left: 10px solid #22303E;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    padding: 0px 0px 0px 15px;
    width: auto;
    clear: both;
}

  .index {
    background-color: #FFF;
    /*padding: 40px 0px;*/
    clear: both;
    width: 100%;
}

      .index h1 {
        border-left: 10px solid #0072c6;
        color: #028D9D;
        font-size: 24px;
        font-weight: 700;
        padding: 0px 0px 0px 15px;
        width: auto;
    }

          .index h1 a {
            color: #04549b;
            font-size: 24px;
            font-weight: 700;
            width: auto;
        }

              .index h1 a:hover {
                text-decoration: underline;
            }

#slides_frases {
    background-color: #FFF;
    padding: 0px 0px;
    clear: both;
    width: 100%;
}

section {
    width: 100%;
}

.section1 {
    background-color: #FFF;
    padding: 20px 0;
    clear: both;
    width: 100%;
}

.section2 {
    background-color: #fff;
    padding: 40px 0;
    clear: both;
    width: 100%;
}

    .section2 h1 {
        border-left: 10px solid #0072c6;
        color: #028D9D;
        font-size: 24px;
        font-weight: 700;
        padding: 0 0 0 15px;
        width: auto;
        width: 100%;
    }

        .section2 h1 a {
            color: #028D9D;
            font-size: 24px;
            font-weight: 700;
        }

            .section2 h1 a:hover {
                text-decoration: underline;
            }

.section4 {
    clear: both;
    width: 100%;
}

title {
}

.linkUp1, .linkUp2 {
    display: inline;
}

    .linkUp1 a {
        background-color: #028D9D;
        color: #fff;
        float: right;
        margin: 10px;
        padding: 7px;
    }

    .linkUp2 a {
        background-color: #028D9D;
        color: #fff;
        float: right;
        margin: 10px;
        padding: 7px;
    }

/*ul  .iconslinks {
    display: inline-flex;
    height: auto;
    text-align: left;
    width: 100%;
}*/

.iconslinks {
    display: table;
    width: 100%;
}

.iconslinks li {
    font-size: 14px;
    line-height: 16px;
    margin-right: 30px;
    overflow: hidden;
    vertical-align: top;
    display: table-cell;
}

.iconslinks li a {
        clear: both;
        display: inline-table;
    }

.iconslinks li a img {
            clear: both;
            margin: 15px;
            width: 33px;
            display: table-cell;
        }

.iconslinks li:first-child a img {
        margin-left: 0px;
    }

.iconslinks li a p {
        clear: both;
        color: #212121;
        font-size: 14px;
        font-weight: 200;
        line-height: 19px;
        margin: 0 auto;
        width: auto;
        display: table-cell;
        vertical-align: top;
        margin-right: 10px;
        text-align: left;
    }

.iconslinks li:last-child a p {
        margin-right: 0px;
    }

.iconslinks li a span {
        clear: both;
        display: block;
        font-size: 20px;
        font-weight: 600;
        overflow: visible;
        padding: 13px 0 5px;
        color: #04549b;
        word-spacing: normal;
    }

.iconslinks li a:hover {
        color: #656565;
        opacity: 0.5;
    }

.aboutUs {
    display: inline-flex;
    height: auto;
    text-align: left;
    width: 100%;
    padding: 0;
}

.aboutUs {
    display: inline-table;
    width: 100%;
}

.aboutUs li {
    font-size: 14px;
    line-height: 16px;
    overflow: visible;
    vertical-align: top;
    display: table-cell;
    padding: 0px 30px 0px 0px;
    width: 200px;
}

    .aboutUs li:last-child {
        padding: 0px 0px 0px 0px;
    }

  .aboutUs li p {
    color: #111111;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: justify;
}

    .aboutUs h3 {
        color: #2c3e50;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2em;
        padding: 0.5em 0 0;
    }

  .aboutUs p.testimonial {
    color: #2c3e50;
    font-size: 14px;
    font-weight: 100;
    font-style: italic;
    padding: 30px;
    background-color: #f7f7f7;
    line-height: 1.42857;
}

  .aboutUs p.finTestimonial {
    color: #0072c6;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0;
}

.aboutProduct {
    clear: both;
    margin: auto;
    width: 750px;
}

    .aboutProduct .aboutProductSmall {
        border: 1px solid #E7E7E7;
        float: left;
        height: auto;
        margin: 0px 10px 20px;
        padding: 20px;
        text-align: center;
        width: 230px;
    }

aboutProductSmall a {
    color: #fff;
}

    aboutProductSmall a:hover {
        color: #fff;
    }

.aboutProduct div {
}

.aboutProduct img {
    width: auto;
    height: 30px;
    margin: 10px 0;
}

.aboutProduct span {
}

.aboutProduct a {
    padding: 2px 5px 5px;
    margin: 3px 0px 0px;
    background-color: #428BCA;
    color: #FFF;
    border-color: #428BCA;
    white-space: nowrap;
    font-size: 12px;
}

    .aboutProduct a:hover {
        color: #FFF;
    }

.aboutProduct p {
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin: 18px 0px;
}

.triangle-topright {
    width: 0;
    height: 0;
    border-top: 30px solid #f7f7f7;
    border-left: 30px solid transparent;
}

.link1_btn {
    display: inline;
    float: right;
    overflow: visible;
    padding-top: 17px;
    position: relative;
    vertical-align: bottom;
    width: 45px;
    z-index: 999;
}

.link1Btn_l {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.link1Btn_r {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

    .link1Btn_l a, .link1Btn_r a {
        background-color: #cacad9;
        color: #fff;
        font-size: 18px;
        height: 20px;
        line-height: 1;
        padding: 5px;
        width: 20px;
    }

.link2_btn {
    display: inline;
    float: right;
    line-height: 2;
    margin: 7px 10px;
    overflow: visible;
    padding: 13px 10px;
    position: relative;
    vertical-align: middle;
    width: 25px;
    z-index: 999;
}

.link2Btn_l {
    position: absolute;
    left: 0;
    bottom: 0;
}

.link2Btn_r {
    position: absolute;
    right: 0;
    bottom: 0;
}

    .link2Btn_l a, .link2Btn_r a {
        background-color: #c62f31;
        color: #fff;
        font-size: 18px;
        height: 20px;
        line-height: 1;
        padding: 5px;
        width: 20px;
    }

.iconslist {
    display: table;
}

    .iconslist li {
        background-image: url("../img/ico-r3.png");
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding: 0 0px 10px 20px;
        margin: 0 15px;
        float: left;
        width: 85%;
    }

 .iconslist li:last-child {
            padding: 0px 0px 10px 20px;
        }

.iconslist li a {
            color: #111111;
            font-size: 14px;
            font-weight: normal;
            line-height: 1.42857;
        }

.aboutProyect {
    display: table;
    width: 100%;
}

.aboutProyect li {
    margin-right: 1%;
    margin-bottom: 13px;
    display: inline-block;
    transition: all 0.3s ease 0s;
    width: 32%;
    line-height: 0;
    height: 166px;
    vertical-align: top;
    overflow: hidden;
}

    .aboutProyect li:nth-child(3) {
        margin-right: 0;
    }

.aboutProyect li a {
    position: relative;
    font-weight: normal;
    text-decoration: none;
    color: #FFF;
    font-size: 20px;
    text-shadow: 0.1em 0.1em 0.05em #292828;
}
/*ul#aboutProyect li a:hover span.title{
	color: #2C3946;
	text-shadow:none;

}
*/
.aboutProyect li img {
    width: 100%;
}

.aboutProyect li span.title {
    position: absolute;
    top: 0px;
    left: 10px;
    line-height: 24px;
    width: 250px;
}

.aboutProyect li p.proyect {
    color: #0072c6;
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
}

.displayInline {
    display: inline-flex;
    width: 100%;
}

.aboutOffer {
    width: 100%;
    height: 400px;
    margin: 50px 10px 50px 0px;
    background-color: #f7f7f7;
}

.aboutOffer:hover {
        width: 100%;
        margin: 50px 10px 50px 0px;
        background-color: #F00;
    }

.aboutOffer:last-child {
        margin: 50px 0px 50px 0px;
    }

.aboutOffer li {
    background-color: #f7f7f7;
    background-image: url("../img/ico-right.png");
    background-position: 25px 20px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #efefef;
    color: #314559;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    padding: 0 0 0 50px;
    width: auto;
}

    .aboutOffer li:nth-child(2) {
        background-color: #f7f7f7;
        background-image: none;
        border-bottom: 1px solid #efefef;
        color: #314559;
        font-size: 20px;
        font-weight: 600;
        line-height: 50px;
        padding: 0 0 0 25px;
        width: auto;
    }

    .aboutOffer li:first-child {
        background-color: #314559;
        border-left: 10px solid #22303e;
        border-bottom: none;
        background-image: none;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 2;
        padding: 0 0 0 15px;
        width: auto;
        height: auto;
        clear: both;
    }

    .aboutOffer li:last-child {
        background-color: #314559;
        background-image: none;
        border: medium none;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 2;
        margin: 12px 0;
        padding: 5px;
        text-align: center;
        width: auto;
        height: auto;
    }

        .aboutOffer li:last-child a {
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            line-height: 2;
            padding: 0px;
            text-align: center;
        }

.newsLetter {
    background-color: #F7F7F7;
    height: auto;
    clear: both;
    display: inline-table;
    width: 100%;
}

    .newsLetter h1 {
        color: #314559;
    }

    .newsLetter p.title {
        color: #314559;
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 6px;
    }

    .newsLetter p {
        color: #111111;
        font-size: 14px;
        font-weight: 200;
        line-height: 18px;
    }

.newsLetter_form form {
    width: 100%;
}

.newsLetter_form input {
    display: inline;
    background-color: #FFF;
    border: medium none;
    color: #111;
    font-size: 14px;
    font-weight: 200;
    width: 80%;
    padding: 0 10px;
}

.newsLetter_form a {
    display: inline;
    background-color: #0072c6;
    height: 30px;
    width: 80%;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    text-align: center;
}

.newsLetter_form .butom {
    display: inline;
    background-color: #0072c6;
    height: 50px;
    width: 120px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
    text-align: center;
    padding: 5px 10px;
}

.newsLetter_form input[type="submit"] {
    display: inline;
    background-color: #0072c6;
    height: 30px;
    width: 80%;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    text-align: center;
}

.left_50 {
    width: 50%;
    display: table-cell;
    clear: both;
    vertical-align: middle;
    padding: 50px;
}

.right_50 {
    width: 50%;
    display: table-cell;
    clear: both;
    vertical-align: middle;
    padding: 50px 50px 50px 0px;
}

.left_75 {
    width: 75%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.left_25 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.sellos {
    background: none repeat scroll 0 0 #f1f1f1;
}

.certificados li {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 40px;
    overflow: visible;
    padding: 40px 0 20px 0;
}

    #certificados li img {
        /*width: 290px;*/
        height: auto;
    }
/*  .aboutUs li img {
        width: 314px;
        height: auto;
    }*/

.content_inicio {
    clear: both;
}

.inline-flex {
    display: inline-flex;
}

.left_column {
    /*border-right: 1px solid #2c2c2c;*/
    float: left;
    width: 28%;
}

.right_column {
    /*border-right: 1px solid #2c2c2c;*/
    float: right;
    width: 28%;
}

.noticias {
    color: #8a8a8a;
    margin: 0 38px 0 26px;
}

h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}

    h2 a {
        color: #186aa8;
        float: right;
        font: 12px/30px Arial;
        text-transform: none;
    }

.noticias li {
    margin: 0 0 36px;
}

.date {
    float: left;
    margin: 0 16px 0 0;
}

    .date i {
        background: none repeat scroll 0 0 #186aa8;
        border-radius: 2px 2px 0 0;
        color: #fff;
        display: block;
        font-size: 18px;
        font-style: normal;
        line-height: 26px;
        text-align: center;
        width: 46px;
    }

    .date em {
        background: none repeat scroll 0 0 #6e6e6e;
        border-radius: 0 0 2px 2px;
        color: #fff;
        display: block;
        font-size: 13px;
        font-style: normal;
        line-height: 26px;
        text-align: center;
        width: 46px;
    }

.content p {
    line-height: 150%;
    margin-bottom: 15px;
}

.noticias p {
    line-height: 18px;
}

.noticias li a {
    color: #186aa8;
}

.content:after {
    clear: both;
    content: "";
    display: block;
}

.content {
    margin: 0 0 0 33%;
    width: 61%;
}

.blocks {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}

.blocks {
    text-align: center;
}

    .blocks li {
        background-color: #2c2c2c;
        color: #fff;
        display: inline-block;
        float: left;
        font-size: 16px;
        margin: 0 0 2% 2%;
        /* min-height: 600px;*/
        padding: 1% 1% 50px;
        position: relative;
        text-align: left;
        width: 29%;
    }

        .blocks li img {
            width: 100%;
        }

        .blocks li h2 {
            font-size: 28px;
            margin: 30px 0 10px;
        }

        .blocks li a.read_more {
            background: none repeat scroll 0 0 #186aa8;
            border-radius: 2px;
            bottom: 12px;
            color: #fff;
            float: right;
            line-height: 32px;
            padding: 0 10px;
            position: absolute;
            right: 10px;
        }

.work {
    margin: 50px 0 0;
}

    .work h2:before {
        margin-left: -50%;
    }

    .work h2:before, .work h2:after {
        background-color: #a09f9f;
        content: " ";
        height: 1px;
        overflow: hidden;
        position: absolute;
        top: 51%;
        width: 50%;
    }

    .work h2:after {
        margin-right: -50%;
    }

    .work h2:before, .work h2:after {
        background-color: #a09f9f;
        content: " ";
        height: 1px;
        overflow: hidden;
        position: absolute;
        top: 51%;
        width: 50%;
    }

    .work h2 {
        font-size: 30px;
        margin-left: 20px;
        position: relative;
        text-align: center;
        z-index: 1;
    }

    .work li:first-child {
        margin: 20px 0 0;
    }

    .work li {
        border: 6px solid #272727;
        float: left;
        margin: 20px 0 0 5%;
        overflow: hidden;
        width: 19%;
    }

        .work li img {
            width: 100%;
        }

.servicios_left {
    width: 75.3%;
    float: left;
    /*margin-top: 22px;*/
}

.servicios_right {
    float: left;
    width: 23%;
    margin-left: 1.6%;
    /*margin-top: 22px;*/
}

    .servicios_right .bannerImg {
        padding: 20px 0;
    }

.servicios_block {
    height: 166px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 13px 0px;
}

    .servicios_block p:first-child {
        border-left: 10px solid #04549B;
        background-color: #0072c6;
        color: #FFF;
        font-size: 24px;
        font-weight: lighter;
        padding: 10px 15px;
        height: auto;
    }

    .servicios_block p a {
        color: #FFF;
        font-size: 24px;
        font-weight: lighter;
    }

    .servicios_block p {
        background-color: #405265;
        border-left: 10px solid #2C3946;
        color: #FFF;
        font-size: 16px;
        font-weight: lighter;
        line-height: 22px;
        padding: 10px 15px;
        height: 120px;
    }
/******************** section3 ********************/
.section3 {
    clear: both;
    color: #bebebe;
    background-color: #f7f7f7;
    padding-bottom: 50px;
}

    .section3 h1 {
        background-color: #314559;
        border-left: 10px solid #22303e;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        line-height: 2;
        padding: 0 0 0 15px;
        width: auto;
        clear: both;
    }

    .section3 h2.heading-line:before {
        background: none repeat scroll 0 0 #a09f9f;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
        top: 51%;
        width: auto;
        z-index: -1;
    }

    .section3 h2:before {
        margin-left: -50px;
        width: 2.5%;
    }

    .section3 h2:before, #section3 h2:after {
        background-color: #a09f9f;
        content: " ";
        height: 1px;
        overflow: hidden;
        position: absolute;
        top: 51%;
    }

    .section3 h2.heading-line:after {
        display: none;
    }

    .section3 h2:after {
        margin-left: 0.5%;
        width: 67.3%;
    }

    .section3 h2:before, #section3 h2:after {
        background-color: #a09f9f;
        content: " ";
        height: 1px;
        overflow: hidden;
        position: absolute;
        top: 51%;
    }

    .section3 h2.heading-line {
        margin: 0;
        position: relative;
        z-index: 1;
    }

    .section3 h2 {
        font-size: 30px;
        margin-left: 20px;
        position: relative;
        text-align: left;
        z-index: 1;
        clear: both;
        margin: 0 0 30px;
    }

        .section3 h2.heading-line span {
            background: none repeat scroll 0 0 #f1f1f1;
            display: inline-block;
            position: relative;
            z-index: 2;
        }
/*#section3 p {
    margin: 15px 0;
	text-align:center;
}
*/
.aboutServices {
    display: inline-block;
    height: auto;
    text-align: left;
    width: 100%;
    padding: 40px 0;
}

    .aboutServices li {
        font-size: 14px;
        line-height: 16px;
        margin-right: 30px;
        overflow: hidden;
        vertical-align: top;
        float: left;
        width: 150px;
    }
        /*.aboutServices li:last-child{ 
	margin-right: 0px;
	float:right;
}
*/ .aboutServices li img {
            height: auto;
            margin: 0 auto;
            width: 54px;
        }

.aboutServices .title {
    color: #bd2c30;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0;
    text-align: center;
}

.aboutServices .proyect {
}

.aboutServices p {
    color: #212121;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 100;
    margin: 15px 0;
    text-align: center;
}

  .tabData {
    float: left;
    width: 49%;
}

div .tabData {
    overflow: visible;
}
/*ul  .tabData {
	width: 50%;
	height: 230px;
	position:relative;
	display: table;
}
 .tabData li{
	height: 20px;
	display: inline-table; 
	text-align:left;
}
 .tabData li a{
	background-color:#efefef;
	display: inline-table; 
	text-align:left;
	padding:10px;
	color:#bd2c30;
	font-size:16px;
	font-weight:400;
	text-transform: uppercase;
}
 .tabData li a:hover{
	background-color:#fff;
	display: inline-table; 
	text-align:left;
	padding:10px;
	height: 25px;
	color:#314559;
	font-size:16px;
	font-weight:400;
}
 .tabData li:hover div{
	width: 100%;
	background-color:#fff;
	height: 200px;
	overflow:visible;	
	display: table;
	position:absolute;
	top:37px; 
	left:0;
	z-index:999;
	text-align:left;
	overflow:scroll;
}
 .tabData li:hover div p{
	text-align:left;
}
.tabData li div{
	display: none;
}
.tabData li:target div{
	width: auto;
	background-color:#CCC;
	height: 200px;
	overflow:visible;	
	display: table;
	position:absolute;
	top:30px; 
	left:0;
}
*/
  .tabBar {
    width: 49%;
}

      .tabBar p {
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        color: #2c3e50;
    }

.progress-bar {
    margin: 10px 0 0;
}

.progress {
}

.progress {
    background-color: rgb(224, 224, 224);
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    margin: 0;
    position: relative;
    border-left: 10px solid #22303e;
}

    .progress .field {
        color: rgb(255, 255, 255);
        left: 15px;
        line-height: 40px;
        position: absolute;
    }

    .progress .field-value {
        color: rgb(255, 255, 255);
        line-height: 40px;
        position: absolute;
        right: 15px;
    }

    .progress .bar {
        background-color: #cc3399;
        background-image: none;
        border-radius: 0;
        box-shadow: none;
    }

    .progress .bar {
        background-color: rgb(14, 144, 210);
        background-image: linear-gradient(rgb(20, 155, 223), rgb(4, 128, 190));
        background-repeat: repeat-x;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        float: left;
        font-size: 12px;
        height: 100%;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        transition: width 0.6s ease 0s;
        width: 0;
    }
/**/
h5.tit {
    color: #fff;
    font: 22px "bebasneue";
    text-transform: uppercase;
}


.pildoras {
    color: #8a8a8a;
    margin: 0 38px 0 26px;
}

ul.triangulo {
    width: 100%;
}

.triangulo li a {
    background-color: #2c2c2c;
    display: block;
    line-height: 40px;
    padding-left: 15px;
    color: #FFF;
}

.triangulo_der {
    border-bottom: 20px solid #f1f1f1;
    border-left: 20px solid #2c2c2c;
    border-top: 20px solid #f1f1f1;
    float: right;
    height: 0;
    width: 0;
}

.triangulo li:hover a, .triangulo li:active a {
    background-color: #186aa8;
    display: block;
    line-height: 40px;
    padding-left: 15px;
}

.triangulo li:hover .triangulo_der, .triangulo li:active .triangulo_der {
    border-bottom: 20px solid #f1f1f1;
    border-left: 20px solid #186aa8;
    border-top: 20px solid #f1f1f1;
    float: right;
    height: 0;
    width: 0;
}

.triangulo li {
    padding-bottom: 10px;
}
/*menu derecho*/
ul.menu_e {
    background-color: #405265;
    border-left: 10px solid #2C3946;
    color: #FFF;
    font-size: 16px;
    font-weight: lighter;
    line-height: 22px;
    padding: 10px 15px;
}

    ul.menu_e li {
    }

        ul.menu_e li a {
            color: #FFF;
            font-size: 16px;
            font-weight: lighter;
            line-height: 22px;
            width: 100%;
            display: block;
            padding: 4px 0px 4px 20px;
            position: relative;
        }

            ul.menu_e li a::after {
                content: "›";
                position: absolute;
                left: 7px;
                top: 6px;
                color: #DDD;
                font-size: 16px;
                line-height: 1;
                width: 4px;
                height: 4px;
                font-family: Arial;
            }

        ul.menu_e li:hover {
            background-color: #0072c6;
            color: #FFF;
            transition: all 0.2s ease-out 0s;
            backface-visibility: hidden;
            border-radius: 2px;
        }

/*footer*/
footer {
    align-self: flex-end;
    background: #000 none repeat scroll 0px 0px;
    width: 100%;
    padding: 30px 0;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}


    footer div.wrapper div:first-child {
        float: left;
        padding-top: 0;
    }

    footer div.wrapper div:last-child {
        float: right;
        clear: right;
        padding-top: 0;
        margin-top: -10px;
    }

    footer div.wrapper div {
        float: left;
        clear: left;
        padding-top: 10px;
    }

.ImgLM img {
    width: 200px;
}

.logoMicrosoft {
    padding-bottom: 20px;
}

    .logoMicrosoft p {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #fff;
    }

        .logoMicrosoft p.t1 {
            font-size: 14pt;
            font-style: normal;
            font-variant: normal;
            font-weight: 700;
            line-height: 20pt;
        }

        .logoMicrosoft p.t2 {
            font-size: 7pt;
            font-style: normal;
            font-variant: normal;
            font-weight: 600;
            line-height: 10pt;
            letter-spacing:;
        }

        .logoMicrosoft p.t3 {
            font-size: 14px;
            font-style: normal;
            font-variant: normal;
            font-weight: 700;
            line-height: 8pt;
            letter-spacing:;
            border-top: 1px solid #fff;
            margin-top: 8px;
            padding-top: 6px;
        }

        .logoMicrosoft p.t4 {
            font-size: 18pt;
            font-style: normal;
            font-variant: normal;
            font-weight: 300;
            line-height: 25pt;
            letter-spacing:;
        }

        .logoMicrosoft p.t5 {
            font-size: 10px;
            font-style: normal;
            font-variant: normal;
            font-weight: 500;
            line-height: 10pt;
            letter-spacing:;
        }

        .logoMicrosoft p.t2 span {
            color: #969696;
        }

    .logoMicrosoft a {
        text-decoration: none;
    }

        .logoMicrosoft a:hover {
            text-decoration: none;
        }

.copy {
    width: 100%;
    margin: 10px auto;
    font-size: 12px;
    color: #999;
    text-align: left;
}

.lineRight ul {
    height: 10px;
}

.lineRight li:first-child {
    padding-left: 0;
}

.lineRight li:last-child {
    border: none;
}

.lineRight li {
    border-right: 3px solid #186AA8;
    height: 10px;
    line-height: 0.5;
}


.tab-pil {
    display: none;
}

    .tab-pil:target {
        width: 50%;
        background-color: #666;
        height: 400px;
        display: block;
    }

footer h2 {
    color: #186aa8;
    font-size: 14px;
    /*	padding: 5px 0px 14px;
*/ float: left;
}

.footer {
    position: absolute;
    top: 100%;
}

.footer-block {
    /*    border-left: 1px dotted #fff;
padding-left: 15px;*/ float: left;
}

.footerMenu {
    padding-top: 0px;
}

    .footerMenu ul {
    }

        .footerMenu ul li {
            margin-bottom: 0px;
            padding-top: 0;
            padding: 0 20px;
            float: left;
        }

            .footerMenu ul li a {
                color: #999;
                display: block;
                font-size: 14px;
                position: relative;
            }

                .footerMenu ul li a:hover {
                    color: #186aa8;
                }

.FootnavSocial {
    padding-top: 0;
    clear: right;
    float: left;
}

    .FootnavSocial h2 {
        float: left;
    }

    .FootnavSocial ul {
        float: right;
    }

.footerMenu ul.FootnavSocial li {
    padding: 0 10px;
}

ul.desc {
    clear: left;
    float: left;
}

    ul.desc li {
        border-left: 3px solid #186AA8;
        height: auto;
    }

.description {
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

    .description a {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        padding-bottom: 10px;
    }

        .description a:hover {
            color: #186aa8;
        }

.footerMenu2 ul li {
    height: 30px;
    padding-left: 15px;
    margin-bottom: 10px;
    padding-top: 0;
    line-height: 1.2;
}

    .footerMenu2 ul li a {
        color: #999;
        display: block;
        font-size: 14px;
        padding: 4px 0 12px;
        position: relative;
    }

        .footerMenu2 ul li a:hover {
            color: #186aa8;
        }

.footerMenu3 {
    background-color: #0073bd;
    float: right;
    height: 330px;
    vertical-align: middle;
    width: 220px;
    padding-top: 25px;
}

    .footerMenu3 img {
        border: medium none;
        display: block;
        width: 100%;
    }

    .footerMenu3 ul li {
        height: 30px;
        padding-left: 15px;
        margin-bottom: 10px;
        padding-top: 0;
        line-height: 1.2;
    }

        .footerMenu3 ul li a {
            color: #999;
            display: block;
            font-size: 14px;
            padding: 4px 0 12px;
            position: relative;
        }

            .footerMenu3 ul li a:hover {
                color: #186aa8;
            }


/*----------CONTACTO--------------*/

.pagContacto p, .pagContacto span {
    margin: 0 10px;
}

.pagContacto input {
    width: 100%;
}

.tabla {
    display: table;
    width: 100%;
}

.fila {
    display: table-row;
    height: 40px;
}

.columna {
    display: table-cell;
    vertical-align: top;
}

    .columna input {
        width: 100%;
    }

a.buttom {
    width: 100%;
    background-color: #0072c6;
    color: #fff;
    line-height: 2;
    display: block;
    margin: 10px 0;
    text-align: center;
}

    a.buttom:hover {
        color: #fff;
        font-weight: 400;
        text-decoration: none;
        background-color: #04549B;
    }

 .aboutUs p.textLegal {
    line-height: 10px;
    color: #999;
    font-size: 10px;
    text-align: justify;
    padding: 0;
    margin: 0;
}

.texLabel span {
    color: #F00;
    font-size: 8px;
    text-align: left;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.texLabel {
    color: #111;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: justify;
}

#mensage {
    margin: 20px 0 0 0;
    padding: 5px;
    width: 100%;
    height: 30px;
    opacity: 1;
    background-color: #d9390f;
    border: 1px dashed #fff;
    vertical-align: middle;
    position: relative;
    top: 0;
    z-index: 1;
}

    #mensage p {
        color: #fff;
        text-align: center;
    }
/* formuario peticon informacion */
.formpeticionright {
    border: 1px solid #EBEBEB;
    padding: 10px 20px 0px 20px;
}

    .formpeticionright p {
        color: #111;
        font-size: 12px;
        line-height: 14px;
    }

    .formpeticionright span {
        color: #111;
        font-size: 12px;
    }

/* media */
@media screen and (max-width: 320px) {
    header {
        height: auto;
        margin-bottom: 5px;
    }

    .logo {
        float: left;
        width: 60%;
        padding: 25px 0px;
        margin: 0 auto;
    }

    .social {
        display: none;
    }
    /*menu*/
    .main_menu {
        width: 100%;
    }
    /*ESTILOS GENERALES*/
    #mostrar_menu {
        position: absolute;
        width: 47px;
        height: 47px;
        background-image: url("../Img/nav_btn.gif");
        z-index: 50;
        cursor: pointer;
        display: block;
        top: 15px;
        right: 8%;
    }

    nav.mostrar {
        display: none;
        width: 100%;
        height: auto;
    }

    nav {
    }

        nav ul {
            list-style: none;
            padding: 0;
        }

        nav li {
            line-height: 2.2rem;
            position: relative;
            /*margin: 1px 0;*/
        }

            nav li ul {
                position: relative;
            }

        nav a {
            color: #444;
            display: block;
            padding: 0 2em;
            text-decoration: none;
            transition: -4s;
        }

            nav a:hover {
                background: #0072c6;
                color: aliceblue;
            }

        /*PRIMER NIVEL*/
        nav > ul {
            display: table;
            width: 100%;
            font-family: "Open Sans",sans-serif;
            border-left: 10px solid #0072C6;
            background-color: #EBEBEB;
            font-size: small;
        }

            nav > ul > li {
                float: left;
            }

        /*SEGUNDO NIVEL*/
        nav li li {
            background: #fff;
            max-height: 0;
            transition: all -6s;
            overflow: hidden;
            width: 220px;
        }

        nav li:hover > ul > li {
            max-height: 1000px;
            overflow: visible;
            width: 300px;
            color: #0072c6;
            background-color: #FFF;
            border-left: 10px solid #0072c6;
        }

        nav ul > li > ul {
            top: 100%;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
            z-index: 10;
        }

            nav ul > li > ul span {
                position: absolute;
                right: 20px;
            }

        /*TERCER NIVEL*/
        nav ul ul ul {
            left: 0;
            top: 0;
        }

            nav ul ul ul > li {
                left: 0;
                top: 0;
                width: 400px;
            }
    /* fin menu*/

    #slider #slides {
        padding: 1% 0px;
        border-radius: 0px;
        height: 320px;
    }

    #slider article img {
        width: auto !important;
        max-height: 100% !important;
        height: 50% !important;
    }

    #active {
        margin: 20px 0px 0px;
        text-align: center;
        z-index: 1000;
        position: relative;
    }

    .slider_wrapper { /*display: none;*/
    }

    .fraseSlider {
        word-wrap: break-word;
        width: 100%;
    }

        .fraseSlider p:first-child {
            font-size: 18px;
            word-wrap: break-word;
        }

        .fraseSlider p {
            font-size: 12px;
            word-wrap: break-word;
        }

     .iconslinks li {
        font-size: 14px;
        line-height: 16px;
        margin-right: 0px;
        overflow: hidden;
        vertical-align: top;
        display: table-row;
    }

         .iconslinks li a p {
            text-align: left;
        }

         .iconslinks li a img {
            margin-left: 0px;
            margin-top: 10px;
        }

    .aboutUs li {
        font-size: 14px;
        line-height: 16px;
        overflow: visible;
        vertical-align: top;
    }

    .main_copy .inner ul li {
        width: 48% !important;
    }

    .main_copy .inner {
        width: 100%;
        float: left;
        margin-top: 22px !important;
    }

    .secondary_copy {
        display: none;
    }

    .newsLetter {
        height: auto;
        display: block;
        width: 100%;
    }

    .servicios_right {
        display: none;
    }

    .servicios_left {
        width: 100%;
    }

    .cuadricula {
        font-size: 80%;
        text-align: center;
        word-wrap: break-word;
        overflow: hidden;
    }

    .newsLetter {
        display: block;
        width: 100%;
        padding: 30px;
    }

    .left_50 {
        display: table-row;
        clear: both;
        vertical-align: middle;
        width: 100%;
    }

    .right_50 {
        display: table-row;
        clear: both;
        vertical-align: middle;
        width: 100%;
        padding: 30px;
        margin-top: 20px;
    }

    .newsLetter_form input {
        display: inline;
        background-color: #FFF;
        border: medium none;
        color: #111;
        font-size: 14px;
        font-weight: 200;
        width: 100%;
        padding: 8px;
        margin: 20px 0px 5px 0 !important;
    }

    .newsLetter_form .butom {
        display: block;
        background-color: #0072C6;
        height: 40px;
        width: 100%;
        border: medium none;
        color: #FFF;
        font-size: 14px;
        font-weight: 200;
        line-height: 2em;
        text-align: center;
    }

    section p {
        word-spacing: normal;
    }

    .certificados li {
        overflow: visible;
        padding: 20px 0px;
        vertical-align: middle;
        display: inline-block;
        width: 100%;
        margin: 0px auto;
    }

        .certificados li img {
            width: 166px;
            height: auto;
            margin: 0 auto;
        }

     .iconslinks li a span {
        clear: both;
        display: block;
        font-size: 18px;
        font-weight: 600;
        overflow: visible;
        padding: 13px 0px 5px;
        color: #04549B;
        word-spacing: normal;
    }

    .main_copy .inner span.text {
        position: absolute;
        bottom: 5px;
        left: 10px;
        line-height: 12px;
        font-size: small;
    }

    footer div.wrapper div {
        padding-top: 10px;
        clear: left;
        float: left;
        margin: 5px auto;
    }

        footer div.wrapper div:last-child {
            float: left;
            clear: right;
            padding-top: 0px;
            margin-top: 0px;
        }

    .footerMenu ul li {
        margin-bottom: 10px;
        padding: 0px 10px;
        float: left;
    }

    .footerMenu ul.FootnavSocial li {
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    header {
        height: auto;
        margin-bottom: 5px;
    }

    .logo {
        float: left;
        width: 60%;
        padding: 25px 0px;
        margin: 0 auto;
    }

    .social {
        display: none;
    }

    /*menu*/
    /*#mostrar_menu {
        position: relative;
        height: 40px;
        width: 40px;
    }
    #mostrar_menu>span, #mostrar_menu>span::after {
        position: absolute;
        border: 6px solid black; 

        border-width: 6px 0;
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        background: white;
    }
    #mostrar_menu>span {
        cursor: pointer;
        width: 40px;
        height: 27px;
    }
    #mostrar_menu>span::after {
        content: "";
        width: 100%;
        height: 19%;
        top: 19%;
    }
    .efecto>span,.efecto>span::after {
        border-color:#08080;

    }*/

    .main_menu {
        width: 100%;
    }
    /*ESTILOS GENERALES*/
    #mostrar_menu {
        position: absolute;
        width: 47px;
        height: 47px;
        background-image: url("../Img/nav_btn.gif");
        z-index: 50;
        cursor: pointer;
        display: block;
        top: 15px;
        right: 8%;
    }

    nav.mostrar {
        display: none;
        width: 100%;
        height: auto;
    }

    nav {
    }

        nav ul {
            list-style: none;
            padding: 0;
        }

        nav li {
            line-height: 2.2rem;
            position: relative;
            /*margin: 1px 0;*/
        }

            nav li ul {
                position: relative;
            }

        nav a {
            color: #444;
            display: block;
            padding: 0 2em;
            text-decoration: none;
            transition: -4s;
        }

            nav a:hover {
                background: #0072c6;
                color: aliceblue;
            }

        /*PRIMER NIVEL*/
        nav > ul {
            display: table;
            width: 100%;
            font-family: "Open Sans",sans-serif;
            border-left: 10px solid #0072C6;
            background-color: #EBEBEB;
            font-size: small;
        }

            nav > ul > li {
                float: left;
            }

        /*SEGUNDO NIVEL*/
        nav li li {
            background: #fff;
            max-height: 0;
            transition: all -6s;
            overflow: hidden;
            width: 220px;
        }

        nav li:hover > ul > li {
            max-height: 1000px;
            overflow: visible;
            width: 300px;
            color: #0072c6;
            background-color: #FFF;
            border-left: 10px solid #0072c6;
        }

        nav ul > li > ul {
            top: 100%;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
            z-index: 10;
        }

            nav ul > li > ul span {
                position: absolute;
                right: 20px;
            }

        /*TERCER NIVEL*/
        nav ul ul ul {
            left: 0;
            top: 0;
        }

            nav ul ul ul > li {
                left: 0;
                top: 0;
                width: 400px;
            }
    /* fin menu*/
    .slider_wrapper { /*display: none;*/
    }

    .slider .slides {
        padding: 1% 0px;
        border-radius: 0px;
        height: 320px;
    }

    .slider article img {
        width: auto !important;
        max-height: 100% !important;
        height: 50% !important;
    }

    .active {
        margin: 20px 0px 0px;
        text-align: center;
        z-index: 1000;
        position: relative;
    }

    .fraseSlider {
        word-wrap: break-word;
        width: 100%;
    }

        .fraseSlider p:first-child {
            font-size: 18px;
            word-wrap: break-word;
        }

        .fraseSlider p {
            font-size: 12px;
            word-wrap: break-word;
        }

     .iconslinks li {
        font-size: 14px;
        line-height: 16px;
        margin-right: 0px;
        overflow: hidden;
        vertical-align: top;
        display: table-row;
    }

         .iconslinks li a p {
            text-align: left;
        }

         .iconslinks li a img {
            margin-left: 0px;
            margin-top: 10px;
        }

     .aboutUs li {
        font-size: 14px;
        line-height: 16px;
        overflow: visible;
        vertical-align: top;
    }

    .main_copy .inner ul li {
        width: 31%;
        margin-right: 1%;
    }

    .main_copy .inner {
        width: 100%;
        float: left;
        margin-top: 22px !important;
    }

    .secondary_copy {
        display: none;
    }

    .newsLetter {
        height: auto;
        display: block;
        width: 100%;
    }

    .servicios_right {
        display: none;
    }

    .servicios_left {
        width: 100%;
    }

    .cuadricula {
        font-size: 80%;
        text-align: center;
        word-wrap: break-word;
        overflow: hidden;
    }

    .newsLetter {
        display: block;
        width: 100%;
        padding: 30px;
    }

    .left_50 {
        display: table-row;
        clear: both;
        vertical-align: middle;
        width: 100%;
    }

    .right_50 {
        display: table-row;
        clear: both;
        vertical-align: middle;
        width: 100%;
        padding: 30px;
        margin-top: 20px;
    }

    .newsLetter_form input {
        display: inline;
        background-color: #FFF;
        border: medium none;
        color: #111;
        font-size: 14px;
        font-weight: 200;
        width: 100%;
        padding: 8px;
        margin: 20px 0px 5px 0 !important;
    }

    .newsLetter_form .butom {
        display: block;
        background-color: #0072C6;
        height: 40px;
        width: 100%;
        border: medium none;
        color: #FFF;
        font-size: 14px;
        font-weight: 200;
        line-height: 2em;
        text-align: center;
    }

    section p {
        word-spacing: normal;
    }

    .certificados li {
        overflow: visible;
        padding: 20px 0px;
        vertical-align: middle;
        display: inline-block;
        width: 100%;
        margin: 0px auto;
    }

        .certificados li img {
            width: 166px;
            height: auto;
            margin: 0 auto;
        }

     .iconslinks li a span {
        clear: both;
        display: block;
        font-size: 18px;
        font-weight: 600;
        overflow: visible;
        padding: 13px 0px 5px;
        color: #04549B;
        word-spacing: normal;
    }

    .main_copy .inner span.text {
        position: absolute;
        bottom: 5px;
        left: 10px;
        line-height: 12px;
        font-size: small;
    }

    footer div.wrapper div {
        padding-top: 10px;
        clear: left;
        float: left;
        margin: 5px auto;
    }

        footer div.wrapper div:last-child {
            float: left;
            clear: right;
            padding-top: 0px;
            margin-top: 0px;
        }

    .footerMenu ul li {
        margin-bottom: 10px;
        padding: 0px 10px;
        float: left;
    }

    .footerMenu ul.FootnavSocial li {
        padding: 10px;
    }
}

/*keyframes*/
.slidePuf {
    animation-name: slidePuf;
    -webkit-animation-name: slidePuf;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    visibility: visible !important;
}

@keyframes slidePuf {
    0% {
        height: 30px;
        transform: translateY(0);
        margin: 20px 0 0 0;
    }

    100% {
        height: 0px;
        transform: translateY(-50px);
        margin: 0px;
        opacity: 0;
        padding: 0px;
    }
}

@-webkit-keyframes slidePuf {
    0% {
        height: 30px;
        -webkit-transform: translateY(0);
        margin: 20px 0 0 0;
    }

    100% {
        height: 0px;
        -webkit-transform: translateY(-50px);
        margin: 0px;
        opacity: 0;
        padding: 0px;
    }
    /*------------------------*/
    @import url(http://fonts.googleapis.com/css?family=Gentium+Basic:400,700,400italic,700italic);
    /*body {
}
*/
    .container {
        margin: 150px auto;
        width: 500px;
        color: #555;
        font-size: 1.1em;
        font-family: 'Open Sans', sans-serif;
        overflow: visible;
        position: absolute;
    }

    .text_mov {
        font-size: 3em;
        font-weight: bold;
        color: #186aa8;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-animation: fall 20s infinite;
        animation: fall 20s infinite;
    }

    @-webkit-keyframes fall {
        from, 15%;

{
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(.07, 2.02, .67, .57);
    animation-timing-function: cubic-bezier(.07, 2.02, .67, .57);
}

50%,
60% {
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(.13, .84, .82, 1);
    animation-timing-function: cubic-bezier(.13, .84, .82, 1);
}

85%,
to {
    -webkit-transform: rotate(90deg) translateX(200px);
    transform: rotate(90deg) translateX(200px);
    opacity: 0;
}

}
@keyframes fall {
    from, 15% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0);
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.07, 2.02, .67, .57);
        animation-timing-function: cubic-bezier(.07, 2.02, .67, .57);
    }

    50%, 60% {
        -webkit-transform: rotate(90deg) translateX(0);
        transform: rotate(90deg) translateX(0);
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.13, .84, .82, 1);
        animation-timing-function: cubic-bezier(.13, .84, .82, 1);
    }

    85%, to {
        -webkit-transform: rotate(90deg) translateX(200px);
        transform: rotate(90deg) translateX(200px);
        opacity: 0;
    }
}
