/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
    font-family: SourceSansPro;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/*****NAV STYLES*******/
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
.arrow_box { /*http://cssarrowplease.com/*/
    position: relative;
    background: #CAE1E8;
    /*top:10px;*/
}
.arrow_box:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(202, 225, 232, 0);
    border-bottom-color: #CAE1E8;
    border-width: 10px;
    margin-left: -10px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li.dropdown.open > a {
  color: #fff;
}
/*********************************/
#myCarousel.tituloSeccion{
    height: 75%;
}

#myCarousel.tituloSeccion .page-header{
    padding: .4em .7em .4em 10% !important;
    position: absolute;
    text-align: left;
    top: 80px;
    width: 100%;
    z-index: 10;
}

/* Home Page Carousel */

header.carousel {
    height: 100%;
    /*height: 60%;*/
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
    background-color: black;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-caption {
  /*color: #fff;*/
  font-size: 2em;/*Personalizacion*/
  font-family: Nexa;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, .6);
  top: -3%;
}

.carousel-caption > div{
    padding: 1em 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 50% 0, 50% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 2px;
    -moz-background-size: 100% 2px;
    background-size: 80% 2px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,000000+100&amp;0+0,1+50,0+100 */
    background-image: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

    background-image: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(0,0,0,0) 100%),linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(0,0,0,0) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}


.carousel-caption p {
    line-height: 1.2em;
}

/***Carousel transition Fade***/
.carousel-fade .carousel-inner .item {
    transition-property: opacity,color;
    transition-duration: 3s;
}
        
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
            opacity: 0;
            color: transparent;
        }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
            opacity: 1;
            color: white;
        }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
            left: 0 ;
            transform: translate3d(0, 0, 0) ;
        }

.carousel-fade .carousel-inner .carousel-control {
        z-index: 2;
    }

/*******************/
button.transparente{
    background-color: transparent;
    border: 1px solid white;
    font-size: .8em;
    color: white;
    display: block;
    margin: auto;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .6);
    margin-top: .5em;


    transition: box-shadow 1s, background-color 1s;
}

button.transparente a{
    color: white;
    position: relative;
}

button.transparente a:hover{
    text-decoration: none;
}

button.transparente:hover{
    box-shadow: 0 0 20px white;
    background-color: rgba(255,255,255,.3);
}

nav.navbar + #title1{
    margin-top: 80px;
    text-align: left;
    padding: .4em .7em .4em 10%     
}

#title1{
    background-color: #E1E9EC;
    line-height: 1;
    padding: .7em;
}

#title1 p{
    margin: 0;
}

h1, h2{
  /*color: #18667A;*/
  color: #0A6179;
}

.servicio {
    font-family: SourceSansPro;
}

.servicio .panel-default{
    border-color: transparent;
    color: #0b3541;
}

.servicio img{
    height: 200px;
    display: block;
    margin: auto;
}

.servicio .panel-heading{
    background-color: transparent;
}

.producto{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 1em;
    font-family: SourceSansPro;
    color: white;
}

.producto>div{
    text-align: center;
    width: 60%;
    float: right;
    margin-right: 20px;
    font-size: 1.3em;
}

#archivos td span{
    font-size: 4em;
}

#archivos td{
    border: none !important;
    text-align: center;
    width: 25%;
}

#descargaNuevaVersion{
    font-family: Nexa;
}

#descargaNuevaVersion .btn{
    width: 100%;
    border: none;
    border-radius: 0;
    margin-top: 5px;
}

#descargaNuevaVersion .producto.centradoVertical {
    background-size: cover;
    height: 245px;
    text-align: center;
    font-size: 1.5em;
    margin: 0;
    padding: .6em;
}

.centradoVertical>div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#main2 #promoConsultores.producto>div{
    top: 10px;
    /* float: left; */
    position: absolute;
    left: -100px;
    line-height: 1em;
}

#main3 .brand{
    text-align: center;
    margin: 1em 0;
}

#main3 .brand img{
    height: 50px;
}

#main3 .brand>div{
    background-color: gray;
    height: 3em;
}

/******* ADUANAS Y CERTS *******/


div.img-circle{
    border: 5px solid gray;
    border-radius: 50%;
    margin: 0 .5em 1em .5em;
    width: 200px;
    height: 200px;
    padding: 3%;

    /*behavior: url("js/PIE.htc");*/
}

.polyfill1{
    top: 0;
}

/*****TAB-PANEL FADE Para subsecciones*******/
.fade{
  -webkit-transition: opacity 1s ease-in-out;
       -o-transition: opacity 1s ease-in-out;
          transition: opacity 1s ease-in-out;
}

#menuFade{
    /*font-family: Nexa;*/
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

#menuFade .nav-tabs{
    text-align: center;
    background-color:#E8E8E8;
    border: none;
    font-family: Nexa;
}

#menuFade .nav-tabs > li{
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    display: inline-block;
    float: none;
    margin-bottom: -1px;
    margin-right: -8px;
}

#menuFade .nav-tabs > li a{
    background-color: transparent;
    border-radius: 0;
    border: none;
}

#menuFade .nav > li{
    position: relative;
}

#menuFade h2.page-header{
    text-align: left;
}

#menuFade .tab-pane{
    /*min-height: 700px;*/
}

.color2{
    color: #0B3541;
}

#menuFade .tab-content.container{
    margin-bottom: 2em;
    margin-top: 2em;
}

#menuFade #archivos a.btn{
    font-size: 1.5em;
    border: none;
    font-family: Nexa;
}

#menuFade #archivos a.btn.second{
    background-color: gray;
}

#menuFade #archivos a.btn.first{
    background-color: #0A6179;
}

form.form input,form.form textarea {
    font-size: 1em;
}

form.form input{
    height: 2em;
}

button.enviar{
    float: right;
    color: white;
    font-size: 1em;
    padding: 0 1em 0 1em;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
    text-align: center;
    color: grey;
    font-family: SourceSansPro;
}

/*************Personalizacion de sitio*************/
/*Alto de menu de navegación*/
.navbar-inverse, .navbar-inverse>ul.navbar-nav {
  height: 130px;
}

/*.navbar-inverse .container {
    padding-left: 100px;
    padding-right: 100px;
}*/

ul.navbar-nav{
    font-size: 1em;
    float: right;
    font-family: Nexa;
    margin-top: 20px;
}

ul.navbar-nav>li {
    margin: 23px 5px 0 5px;
    text-align: center;
}


.panel-default > .panel-heading {
  border-color: transparent;
}


/*Logo del sitio*/
.navbar-brand img{
    max-width: 90px;
    margin-top: -10px;
}

/*Contact from*/
.mensaje-error{
    color: red;
}

.mensaje-success{
    color: green;
}

.progress{
    width: 200px;
    height: 1em;
}
/****************/

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

    .container{
        width: 900px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    .servicio img {
        height: 150px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .carousel-caption {
        top: auto;
        font-size: 1.8em;
    }

    #main2 .producto>div{
        font-size: .8em;
    }
}