body {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    /*text-shadow: 1px 1px #000000*/
}

h2,
h3 {

    font-weight: 100;
}

h4 {

    font-weight: 400;
}

p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    /*text-shadow: 2px 2px #000000;*/
}

@media(min-width:767px) {
    p {
        font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
        margin: 0 0 35px;
        font-size: 16px;
        line-height: 1.6;
        
    }
}

a {
    color: #489cdf;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #489cdf;
}

.light {
    font-weight: 400;
}

.superlight {
     font-weight:100;
}

.text-shadow {
     text-shadow: 1px 1px #000000;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media(min-width:767px) {
    .navbar_old {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;

        background: #000; /* for non-css3 browsers */


background: -webkit-gradient(linear, left top, left bottom, from(rgba(50,50,50,0.9)), to(rgba(80,80,80,0))); /* for webkit browsers */
background: -moz-linear-gradient(top,  rgba(0, 0, 0, 0.7) 0%,rgba(0, 0, 0, 0) 95%); /* for firefox 3.6+ */
/* approximately a 33% opacity on blue */
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr=#550000FF, endColorstr=#550000FF
);

/* IE8 uses -ms-filter for whatever reason... */
-ms-filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr=#550000FF, endColorstr=#550000FF
);

background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */

        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;


    }


.navbar {
        padding: 20px 0;
        border-bottom: 0;
        /*letter-spacing: 1px; */ /*Se comento para hacer mas chica la barra y mover a la derecha*/
        background: 0 0;

        /*background: #000; *//* for non-css3 browsers */

         /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(5,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */   
        background-image: linear-gradient(to bottom, transparent 1px, rgba(5,0,0,.7) 1px, transparent 6em); /* IE 10-11*/

   -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;

    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

.intro_bg {
    display: table;
    width: 100%;
    height: 620px;
    padding-top:0px;
    text-align: top;
    color: #fff;
    /*background: url(../img/intro-bg.jpg) no-repeat center center;*/
    background: url(../img/Sierra-Madre-Oriental_copia.png) no-repeat center center;

    background-color: #000;
    /*
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    */
    position: fixed;
    z-index: -1;
}

.intro {
    display: table;
    width: 100%;
    height: 620px; /*auto;*/
    /*padding: 100px 0;*/
    text-align: center;
    color: #fff;
    background:transparent;
    /*background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; */
    
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}
  
.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.brand-heading {
    font-size: 20px;
}

.intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading_2 {
        margin-top: 40px;
        font-size: 40px;
        font-weight: 100;
        letter-spacing: 2px;
        font-size: 4.3em;
        line-height: 1.1em;
        text-align: left;
        max-height: 40px;
    }

    .brand-heading {
        font-size: 60px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 1.1em;
        min-height: 0px;
    }

    .uppercase {
        text-transform: uppercase;
    }
    .big-text {
        font-family: 'Roboto Condensed',serif;
        font-size: 80px;
        font-weight: 400;
        letter-spacing: 2px;
        line-height: 1.1em;
        text-transform: uppercase;
        min-height: 100px;
    }
    .normal-text{
        font-family: 'Roboto Slab',serif;
        font-weight: 300;
        color: #fff;
        font-size: 25px;
        line-height: 40px;
        padding-bottom: 30px;
    }

    .intro-text {
        font-size: 20px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 45px;
    min-height:450px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-section {
    padding: 50px 0;
    color: #fff;
    height: 620px;
    background: url(../img/Sierra-Madre-Oriental_copia.png) no-repeat center center scroll;
    background-color: #000;
    background-attachment: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

    text-align: top;
 
    display: table-cell;
    vertical-align: middle;
    position: relative;

 
    background-color: #000;

}

.intro-section_color {
    padding: 50px 0;
    color: #fff;
    height: 620px;
    background: url(../img/Sierra-Madre-Oriental.png) no-repeat center center scroll;
    background-color: #000;
    background-attachment: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

    text-align: top;
 
    display: table-cell;
    vertical-align: middle;
    position: relative;

 
    background-color: #000;

}


.servicios-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/servicios_bg.png) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
    text-align: top;


}


.compromisos-section {
    width: 100%;
    padding: 50px 0px 100px 0px;
    color: #fff;
    background: url(../img/compro_bg.png) no-repeat center center scroll;
    background-color: #000;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: top;
     
}

.section {
    width: 100%;
    
    color: #fff;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: top;
}

.nosotrosbg{
 background: url(../img/quieneso_bg.png) no-repeat center center scroll;
 /* -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 -o-background-size: cover;*/
}
.serviciobg{
 background: url(../img/servicios_bg.png) no-repeat center center scroll;
 /*
 -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 -o-background-size: cover;*/
}
.compromisobg{
background: url(../img/compro_bg.png) no-repeat center center scroll;
/*
 -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 -o-background-size: cover;*/
}

.clientesbg{
background: url(../img/BusinessSecurity.jpg) no-repeat center center scroll;
 /*-webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 -o-background-size: cover;*/
}
.contactobg{
background: url(../img/contacto.jpg) no-repeat center center scroll;
}

.dividersection {
    width: 100%;
    padding: 70px 0px 200px 0px;
    color: #000;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: top;    
}
.dividerbg1{
/*background: url(../img/textured_paper.png)  center center scroll;*/
background-color: #FFFFFF;
}

/*
#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 85px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}
*/
.btn {
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #28c3ab;
    color: #28c3ab;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

/* thumbnail */
.box{
    width:100%;
    height:100%;

} 
 
.caption {
    position:absolute;
    top:-20px;
    right:0px;
    background:rgba(00,00,00, 0.75);
    width:100%;
    height:200px;
    padding:3%;
    display: none;
    text-align:left;
    color:#fff !important;
    z-index:2;
}


#Servicios .icon {
font-size: 60px;
line-height: 30px;
margin-bottom: 10px;
}

#Servicios h1 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
    letter-spacing: 1px;

}

#Compromisos h1 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
    letter-spacing: 1px;

}


.servicio_bg {
    display: table;
    width: 100%;
    height: 620px;
    padding-top:0px;
    text-align: top;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-color: #000;
    /*
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    */
    position: fixed;
    z-index: -1;
}
 
/* CSS para FLIP de DIVs*/
.teamlogo{
padding-left:5%;
}
 
/* entire container, keeps perspective */
.flip-container {
    perspective: 1000;
    transform-style: preserve-3d;
}
    /*  UPDATED! flip the pane when hovered */
    .flip-container:hover .back {
        transform: rotateY(0deg);
    }
    .flip-container:hover .front {
        transform: rotateY(180deg);
    }

.flip-container, .front, .back {
    width: initial;
    height: 160px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;

    position: absolute;
    top: 0;
    left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
    z-index: 2;
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(-180deg);
}

/* 
    Some vertical flip updates 
*/
.vertical.flip-container {
    position: relative;
}

    .vertical .back {
        transform: rotateX(180deg);
    }

    .vertical.flip-container:hover .back {
        transform: rotateX(0deg);
    }

    .vertical.flip-container:hover .front {
        transform: rotateX(180deg);
    }

.color-azul {
    color:#2783CC;
}
.color-rojosal {
    color:#FA5858;
}
.color-rojo {
    color:#8A0808;
}
.strong {
    font-weight: bold;
}

.nopaddingleft {
padding-left : 0px;
}

.nopaddingright {
padding-right : 0px;
}

.nopadding {
padding : 0px;
}
 
.map{
    display: table;
    max-width: 700px;
    width: 160%;
    height: 300px;
    background: url(../img/map1.png) no-repeat center center;
    margin:10px;
    border-style:solid;
    border-color:#fff;
    
 

}

#Clientes,.dark-section{padding:28px 0 6px;overflow:hidden;/*background:#15191d;*/position:relative}#Clientes header,.dark-section header{text-align:center}#Clientes header .title,.dark-section header .title{display:inline-block;padding:16px;background:#000;color:#7b808a}#Clientes header .title h1,#Clientes header .title h2,#Clientes header .title h3,#Clientes header .title h4,#Clientes header .title h5,#Clientes header .title h6,.dark-section header .title h1,.dark-section header .title h2,.dark-section header .title h3,.dark-section header .title h4,.dark-section header .title h5,.dark-section header .title h6{text-transform:uppercase;font-size:13px;letter-spacing:0.1em}#Clientes .client-list,.dark-section .client-list{margin:0 auto;padding:0 40px;text-align:center}#Clientes .client-list img,.dark-section .client-list img{opacity:0.5;max-width:128px;max-height:128px;padding:16px;vertical-align:middle}#Clientes .client-list img.heavy,.dark-section .client-list img.heavy{max-height:96px;max-width:96px}#Clientes .client-list img.light,.dark-section .client-list img.light{max-height:144px;max-width:144px}#Clientes .color-rail div,.dark-section .color-rail div{width:12.5%}

.col-xs-5ths-2,
.col-sm-5ths-2,
.col-md-5ths-2,
.col-lg-5ths-2,
.col-xs-5ths-4,
.col-sm-5ths-4,
.col-md-5ths-4,
.col-lg-5ths-4,
.col-xs-5ths-8,
.col-sm-5ths-8,
.col-md-5ths-8,
.col-lg-5ths-8 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths-2 {
    width: 20%;
    float: left;
}
.col-xs-5ths-4 {
    width: 40%;
    float: left;
}
.col-xs-5ths-8 {
    width: 80%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths-2 {
        width: 20%;
        float: left;
    }
.col-sm-5ths-4 {
        width: 40%;
        float: left;
    }
.col-sm-5ths-8 {
        width: 80%;
        float: left;
    }        
}
@media (min-width: 992px) {
.col-md-5ths-2 {
        width: 20%;
        float: left;
    }
.col-md-5ths-4 {
        width: 40%;
        float: left;
    }
.col-md-5ths-8 {
        width: 80%;
        float: left;
    }        
}
@media (min-width: 1200px) {
.col-lg-5ths-2 {
        width: 20%;
        float: left;
    }
.col-lg-5ths-4 {
        width: 40%;
        float: left;
    }
.col-lg-5ths-8 {
        width: 80%;
        float: left;
    }        
}

