/*
Theme Name: VTS
Theme URI: http://vts.mx
Author: Agencia Mixen
Author URI: http://mixen.mx/
Description: Tema para el sitio de VTS.
Version: 1.0
Text Domain: Mixen Communication & Web Technology
*/

/**  MENU  **/

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

.navbar {
    max-height: 168px;
    background: #ffffff;
    border-bottom: 7px solid #f6f6f6;
}

.navbar-brand {
    height: 124px;
    padding: 0;
}

.navbar-nav > li > a, .dropdown-menu > li > a {
    color: #999 !important;
    font-weight: 700;
    font-family: Helvetica;
    line-height: 20px;
    padding: 30px 10px;
    opacity: 0.5;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: none !important;
}

.navbar-nav >li.active a, .navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus, 
.dropdown-menu > li.active a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus {
    color: #000060 !important;
    background-image: none;
    background-color: #fff !important;
    box-shadow: none !important;
    opacity: 1;
    transition: opacity 1s ease-in-out;

}

.navbar-default .navbar-nav > .open > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus {
    background-image: none;
}

.navbar-default .navbar-collapse {
    background-color: #fff;
}

.divide {
    margin-top: -60px;
    height: 20px;
    background: #f6f6f6;

}

/**  SECTIONS  **/
#nosotros, #clientes, #equipo, #contacto {
    padding-top: 40px;
}
.content {
    font-family: Helvetica;
    color: #353535;
}
.content h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 32px;
    color: #212121;
    text-align: center;
    text-transform: uppercase;
    width: 500px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(66, 66, 66, 0.2);
    display: block;
    margin: 50px auto 20px;
}

.content h5 {
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 20px auto;
}

.content p, .content ul > li {
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
    text-align: justify;
}

.content ul > li::before {
    content: '- ';
}

.content ul > li {
    text-decoration: none;
    list-style: none;
    margin-left: -30px; 
}

.bg-white {
    background-color: #fff;
}

.bg-blue {
    background: url('../img/experiencia/gobierno.jpg') no-repeat center center fixed !important;
    margin-bottom: 0;
    min-height: 600px;
}

.bg-blue h1, .bg-blue h5, .bg-blue p, .parallax-container h1, .parallax-container h5, .parallax-container p {
    color: #fff;
}

.bg-blue h1, .parallax-container h1 {
    border-bottom: 1px solid #fff;
}

.bg-blue h5, .parallax-container h5 {
    text-align: center;
    font: 300 18px / 21px Helvetica;
    margin: 20px auto 10px;
}

.bg-blue p, .parallax-container p, .team p {
    width: 740px;
    line-height: 21px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 10px;
}

.products {
    padding-top: 100px;
    margin-bottom: 80px;
}

.content h1.block {
    border-bottom: none;
    margin-bottom: 0;
}

.clients {
    padding: 0;
}

.clients .container .row {
    padding: -20px 0 0px 0;
    
}

.clients h2, .clients ul.nav-stacked li a {
    font: 700 30px / 21px Helvetica;
    color: #fff;
    border: 5px solid #fff;
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
    
}

.clients ul.nav-stacked li {
    margin: 40px 0;
}

.clients h2:hover, .clients ul.nav-stacked li a:hover, .clients ul.nav-stacked li.active a {
    color: #389be0;
    background-color: #fff; 
    
}

.clients ul.icons li {
    color: #fff;
    font: 400 20px / 21px Helvetica;
    text-decoration: none;
    margin: 10px 0;
    list-style: none;
}

.team h1, .team p {
    margin-bottom: 80px;
}

.team h5 {
    font: 400 15px / 21px Helvetica;
    color: #000;
    display: block;
    margin: 5px auto;
    text-align: center;
}

.team .puesto {
    font: 400 12px / 21px Helvetica;
    font-style: italic;
    color: #008cd1;
    display: block;
    margin: 0 auto;
    text-align: center;
}

/** BANNER **/
.carousel-control.right {
    background-image: none !important; 
}

.carousel-control.left {
    background-image: none !important; 
}

.carousel-caption {
    color: #606060;
    width: 700px;
    text-shadow: none;
}

.carousel-caption h1 {
    text-align: left;
}


/** PRODUCTS **/
.red, .orange, .blue {
    position: relative; 
}

.caption {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.caption a {
    text-decoration: none;
    color: #fff;
}

.caption a p {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.caption:hover {
    opacity: 1;
}

.caption .valign {
    position: relative;
    top: 55%;
}

.red .caption:hover {
    background-color: rgba(214, 67, 60, .9);
}

.orange .caption:hover {
    background-color: rgba(212, 111, 57, .9);
}

.blue .caption:hover {
    background-color: rgba(9, 51, 85, .8);
    transition: .5s;
}

/** FOOTER **/
footer {
    background: #3d3d3d;
}

.footer-black {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    line-height: 20px;
}

.container .footer-black {
    padding-right: 6px;
    padding-left: 6px;
}

.footer-black h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: block;
    padding-bottom: 8px;
    margin: 0 auto;
}

.footer-rights {
    background-color: #323232;
    margin: 10px 0px;
}
.footer-rights h4 {
    font: 12px / 20px Helvetica;
    color: #dfdfdf;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
}

.footer-rights a { 
    color: #fff;
}

.footer-black p, .footer-black address  {
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin: 20px auto;
}

.footer-black-2 {
    background: #ff7a00;
}

.footer-black-2 p  {
    padding-top: 8px;
    color: #fff;
    font-size: 12px;
}

.footer-black-2 a  {
    color: #fff;
    font-size: 12px;
}

.footer-black ul {
    text-decoration: none;
    list-style: none;
    font-size: 12px;
    margin: 0;
}

.footer-black ul li a::before {
    content: '- ';
}

.footer-black ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    margin-left: -30px;
}

.footer-black li a:hover {
    color: #e3e3e3;
    text-decoration: underline;
}

/** FORM **/

.form-horizontal {
    margin-top: 70px;
    color: #949494;
    font: 400 14px / 24px Helvetica;
    padding-left: 15px;
}

.form-input {
    width: 550px;
    height: 59px;
}

.form-textarea {
    width: 1136px;
    height: 231px;
    resize: none;
}

.btn-light-blue, .btn-blue {
    width: 211px;
    height: 59px;
    background-color: #389be0;
    border: 1px solid #389be0;
    border-radius: 10px; 
    color: #ffffff;
    font-size: 18px;
    box-shadow: none;
}

.btn-blue {
    width: 156px;
    height: 56px;
    background-color: #1C5483;
    border: 1px solid #1C5483;
    font: 400 18px / 22px Helvetica !important;
}

#form-messages {
    margin-top: 10px;
}

/** BACKGROUNDS **/
.background1 {
    background: url('../img/experiencia/gobierno.jpg') no-repeat center center fixed !important; 
}

.background2 {
    background: url('../img/experiencia/privado.jpg') no-repeat center center fixed !important; 
}

.background3 {
    background: url('../img/experiencia/salud.jpg') no-repeat center center fixed !important; 
}

.background4 {
    background: url('../img/experiencia/financiero.jpg') no-repeat center center fixed !important; 
}

.background1, .background2, .background3, .background4, .bg-blue {
    background-color: #000;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

/** ICONS **/
.redes::before, .firewall::before, .backup::before, .voz::before, .wifi:before, .almacenamiento::before, .virtualizacion::before, .servidores::before, .monitoreo::before, .token::before {
    margin-right: 20px;
    width: 35px;
    height: 37px;
   vertical-align: -10px;
}

.redes::before {
    content: url('../img/iconos/redes.png');
}

.firewall::before {
    content: url('../img/iconos/firewall.png');
}

.backup::before {
    content: url('../img/iconos/Backup.png');
}

.voz::before {
    content: url('../img/iconos/voz.png');
}

.wifi::before {
     content: url('../img/iconos/wifi.png');   
}

.almacenamiento::before {
    content: url('../img/iconos/almacenamiento.png');   
}

.virtualizacion::before {
    content: url('../img/iconos/virtualizacion.png');   
}

.servidores::before {
    content: url('../img/iconos/servidores.png');   
}

.monitoreo::before {
    content: url('../img/iconos/monitoreo.png');   
}

.token::before {
    content: url('../img/iconos/seguridad-por-token.png');   
}

/** OVERLAY **/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/overlay-bg.jpg') no-repeat;
    z-index:3000;
    overflow-x: hidden;
    overflow-y: scroll;
}

.noscroll {
    overflow: hidden;
}

.overlay-section{
    position: static;
}

/** EFFECTS **/
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}


#singlePageIntro .container{
    padding:100px;
    padding-bottom:30px;
}

#singlePageContent .container{
    padding:10px;
}

#singlePageIntro .separator{
    margin-top:50px;
    margin-bottom:20px;
}

.singleProjectInfo ul{
    padding:20px;
    list-style:none;
    border-left:5px solid #282828;
}

.singleProjectInfo ul li p{
    display:inline;
}

.singleImageWrapper{
    padding-top:60px;
}


.singleImageWrapper .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.singleImageWrapper .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** magnific popup effect **/
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/** overlay animate in **/
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/** overlay animate out **/
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/** content at start **/
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/** content animate it **/
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/** content animate out **/
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/** end magnific popup effect **/

/** MODAL **/
#singlePageContent p, #singlePageContent ul {
    color: #36567F;
}

#singlePageContent ul li{
    list-style: square;
    text-decoration: none;
    margin-left: -20px;
}

/* Modified Parallax CSS by Chris */
.parallax-container {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    height: auto;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; 
}

.parallax img {
    display: none;
    position: absolute;
    bottom: 0;
    min-width: 1920px;
    width: 100%;
    background-position: center; 
}

/**  MISC  **/

body {
    overflow-x: hidden;
    position: relative;
    height: 100%;
}

.carousel {
    margin-top: 100px;
    margin-bottom: 60px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    min-width: 100%;
    background-color: #fff;
}

.carousel-inner > .item > img {
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #6ab1e2 !important;
}
.carousel-indicators .active {
    background-color: #6ab1e2 !important;
}

.img-center {
    display: block;
    margin: 0 auto;
    
}

#googleMap {
    width: 100%;
    height: 526px;
    overflow: hidden;
}

#whiteTriangleColor {
    background-color: #389be0;
    display: block;
}

#whiteTriangleColor path{
    fill: #fff;
    stroke: #fff;
    stroke-width: 2;
}

#blueTriangleColor {
    background-color: #fff;
    display: block;
}

#blueTriangleColor path {
    fill: #389be0;
    stroke: #389be0;
    stroke-width: 2;
}

.block {
    display:block;
    position:relative;
    width: 500px;
}

.border-bottom-triangle {
    background: url(../img/border-bottom-arrow.png) no-repeat;
    height: 31px;
    margin: 0 auto;
}

.arrow {
    position: relative;
    height: 68px;
}


.arrowDown {
    position: absolute;
    left: 50%;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

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

.margin-bottom {
    margin-bottom: 30px;
}

.padding-top {
    padding-top: 180px;
}

#map-overlay {
    position: relative;
    z-index: 500;
}

.idle #map-overlay {
    display: block;
}

span.blue {
    color: #0C9BE9;
}

/* BEGIN REGISTRO */

#registro .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

#registro h1 {
	font: 300 30.55px Open Sans;
	text-align: center;
}

#registro input, #registro button {
	margin-top: 40px;
}

#form-messages-registro {
	margin-top: 30px;
}

/* END REGISTRO */

/** MEDIA QUERIES **/

@media (max-width: 767px) {

.navbar-brand {
    height: 100px;
}    
    
.navbar-brand img {
    max-height: 80px;
}
    
.content h1 {
    width: 100%;
}
    
.bg-blue p, .parallax-container p, .team p {
    width: 100%;
}
    
.form-input, .form-textarea {
    width: 99%;
    margin-bottom: 10px;
}

.navbar-nav > li > a, .dropdown-menu > li > a {
    line-height: 20px;
    padding: 15px !important;
}
    
.md-content > div {
    font-size: 10px;
}
    
.row {
    margin-left: 0;
    margin-right: 0;
}

.carousel-caption {
    width: 450px;
    left: 7%;
    bottom: 13%;
}
    
.carousel-caption h1{
    font-size: 10px;
    letter-spacing: 1px;
}
    
}

@media (min-width: 768px) {    

.nav .navbar-nav {
    margin-top: 10px;
}
    
.navbar-nav > li > a, .dropdown-menu > li > a {
    font-size: 10px;
    line-height: 40px;
    padding: 30px 5px;
}

.navbar-nav > li > a {
    margin: 0;
}
    
.form-input, .form-textarea {
    width: 100%;
}
    
.carousel-caption {
    width: 450px;
    left: 7%;
    bottom: 30%;
}
    
.carousel-caption h1{
    font-size: 30px;
    letter-spacing: 1px;
}
    
}

@media (min-width: 992px) {

.navbar-nav {
    padding: 10px 0;
}

.navbar-nav > li > a {
    min-height: 96px;
}

.navbar-nav, .dropdown {
    text-transform: uppercase;
}
    
.navbar-nav > li > a, .dropdown-menu > li > a {
    font-size:  12px;
    line-height: 40px;
}

.navbar-nav > li > a {
    margin: 0 5px;
}

.carousel-caption {
    width: 700px;
    left: 7%;
    bottom: 35%;
}
    
.carousel-caption h1{
    font-size: 50px;
    letter-spacing: 5px;
}

#registro .border {
	border-right: rgba(53, 53, 53, 0.2) solid 1px;
}
    
}
