/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/11/2017, 10:01:38 AM
    Author     : Juan Ma
*/
/**/

.heading-border-light {
    width: 30px;
    height: 5px;
    background-color: darkred;
    margin: 0 0 20px 0;
}

html {
    position: relative;
    min-height: 100%;
}

/*--*--*/
/*Body*/
body {
    padding-top: 90px;
    margin-bottom: 280px;
}
body:not(.glyphicon) {
    font-family: 'Myriad Pro';
    color: #5f5f5f;
}
a, a:visited, a:focus  {
    color: #5f5f5f;
    text-decoration: none;
}
a:hover{
    color: #e22f22;
    text-decoration: none;
}	
.dropdown-menu a:hover{
    color: #e22f22 !important;
    text-decoration: none;
}

.row {
    margin: 0;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.cursor{
    cursor: pointer;
}

.software-sce, .sub-title{
    font-size: 14px;
}

/*--*--*/

/*Footer*/
.footer {
    margin-top: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 280px; */
    background-color: rgb(33, 31, 32);    
    font-size: 14px;
}

.redes{
    margin-top: 40px; 
    cursor: pointer;
    margin: 5px;
}

/*--*--*/
/*PopUp*/
#popup {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    -webkit-animation:autopopup 2s;
    -moz-animation:autopopup 2s;
    animation:autopopup 2s;
}

#popup2 {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    -webkit-animation:autopopup 2s;
    -moz-animation:autopopup 2s;
    animation:autopopup 2s;
}

#popupAviso {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    -webkit-animation:autopopup 2s;
    -moz-animation:autopopup 2s;
    animation:autopopup 2s;
}

@-webkit-keyframes autopopup {
    from {opacity: 0;margin-top:-200px;}
    to {opacity: 1;}
}

.popup-contenedor {
    position: relative;
    margin: 150px auto 2%;
    padding:30px 50px;
    background-color: #fafafa;
    color:#333;
    border-radius: 3px;
    width:80%
}

.popup-contenedor2 {
    position: relative;
    margin: 116px auto 2%;
    padding:30px 50px;
    background-color: #fafafa;
    color:#333;
    border-radius: 3px;
    width:856px;
}

a.popup-cerrar2 {
    background-color: #e22f22;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 7px 10px;
    position: absolute;
    right: 3px;
    text-decoration: none;
    top: 3px;
}

a.popup-cerrar {
    background-color: #e22f22;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 7px 10px;
    position: absolute;
    right: 3px;
    text-decoration: none;
    top: 3px;
}

/*--*--*/
/*Spinner*/
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:4234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}

#spinner{
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4140;
    opacity: 0.5;
}

#spinner button {
    position: absolute;
    top: 25px;
    right: 25px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    color: #FFF;
    font-weight: bold;
    opacity: 1;
    font-family: inherit;
    font-size: 1.5em;
}

/*--*--*/
/*Carrucel*/
.fade-carousel {
    position: relative;
    height: 49vh;
}

.fade-carousel .carousel-inner .item {
    height: 49vh;
}

.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}

.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}
/*--*--*/

/*Barra de Navegacion*/
nav {
    font-size: 14px;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}

.navbar {
    padding: 20px 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #5f5f5f;
}

/*--*--*/
/*Mapa*/
#map {
    height: 495px;
    width: 100%;
}

/*--*--/
/*Logo*/
.logo-content {
    margin-top: -25px;
}

.logo-footer{
    margin-top: 50px;
}

/*--*--*/
/*Linea Roja*/
.red-line{
    background-color: #e22f22;
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1010;    
    padding-top: 1px;
}

.fecha{
    float: left;
    color: white;
    margin-top: 4px;
    font-size: 14px;
}

.cambio{
    float: right;
    color: white;
    margin-top: 4px;
    font-size: 14px;
}

/*--*--*/
/*Carrusel Productos*/
.fade-carousel-producto .item>div.slide {
    height: 475px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*--*--*/
/*Menu*/
.dropdown:hover .dropdown-menu {
    display: block;
}

.submenu {
    margin: 10px;
}

.open>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: #fff;
}

.dropdown-menu {
    left: 0;
    right: auto !important;
}

/*--*--*/
/*Lateral Productos*/
.lateral-productos, .lateral-nosotros{
    width: 100%;
}

.lateral-productos > div, .lateral-nosotros > div{
    overflow: hidden;    
}

.lateral-flotante{
    height: 0;
    width: 50%;
}

.lateral-flotante > div{
    overflow: hidden;    
}

/*Colores*/
.bg-gray {
    background: #f5f5f5;
}

.bg-gray-5f{
    background: #5f5f5f
}

.bg-white {
    background: #fff;
}

.bg-red {
    background-color: #e22f22;
}

.bg-gray-f8{
    background: #f8f8f8;
}

.bg-gray-e7{
    background: #e7e7e7;
}

.bg-gray-f4{
    background: #f4f4f4;
}

.bg-gray-f5{
    background: #f5f5f5;
}

.bg-gray-1d{
    background: #1d1d1d;
}

.color-white{
    color: white;
}

.color-red{
    color: red;
}

.color-carga{
    color: #e5691f; 
}

.color-aduana{
    color: #0177b4;
}

.color-transporte{
    color: #79b93d;
}

.color-almacen{
    color: #00a6d2;
}

.color-doctel{
    color: #af2970
}

.color-valor{
    color: #4f8f45;
}

/*--*--/
/*Hero*/
.hero {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

/*--*--*/

/*Boton General*/
.btn.btn-lg{
    padding: 8px 50px;
    padding-bottom: 6px;
    margin: 20px auto;
}

.btn.btn-xl{
    padding: 9px 65px;
    padding-bottom: 7px;
    margin: 20px auto;
    font-weight: bold;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

/*--*--*/
/*Tipos BTN*/
.btn-rojo{
    background-color: #e22f22;
    border-color: #fff;
    color: #fff;
}

.btn-rojo:hover, .btn-rojo:focus{
    background-color: #fff;
    border-color: #fff;
    color: #e22f22;
}

.btn-rojo2{
    background-color: #e22f22;
    border-color: #e22f22;
    color: #fff;
}

.btn-rojo2:hover, .btn-rojo2:focus{
    border-color: #fff;
    color: #fff;
}

.btn-carga{
    background-color: transparent;
    border-color: #e5691f;
    color: #e5691f;
}

.btn-carga:hover{
    background-color: #e5691f;
    border-color: #e5691f;
    color: #fff;
}

.btn-aduana{
    background-color: transparent;
    border-color: #0177b4;
    color: #0177b4;
}

.btn-aduana:hover{
    background-color: #0177b4;
    border-color: #0177b4;
    color: #fff;
}

.btn-transporte{
    background-color: transparent;
    border-color: #79b93d;
    color: #79b93d;
}

.btn-transporte:hover{
    background-color: #79b93d;
    border-color: #79b93d;
    color: #fff;
}

.btn-almacen{
    background-color: transparent;
    border-color: #00a6d2;
    color: #00a6d2;
}

.btn-almacen:hover{
    background-color: #00a6d2;
    border-color: #00a6d2;
    color: #fff;
}

/*--*--*/

/*Productos SCE*/
.productos-sce {
    background: #fff;
    height: 220px;
    margin-top: -200px;
}

.productos-sce h1{
    font-size:  65px
} 

.productos-sce h1 span{
    font-size:  20px
}

.prod_valor{
    text-align: center;
    font-size: 30px;
}

.producto .prod_deta .software-sce, .producto .prod_deta .sub-title {
    display: none;
}
/*--*--*/
/*Producto Carga*/
.fade-carousel-producto .item .slide-1-carga {
    background-image: url("https://apps.sintad.pe/assets/img/banner/carga.jpg"); 
}

/*--*--*/
/*Producto Aduana*/
.fade-carousel-producto .item .slide-1-aduana {
    background-image: url("https://apps.sintad.pe/assets/img/banner/aduana.jpg"); 
}

/*--*--*/
/*Producto Transporte*/
.fade-carousel-producto .item .slide-1-transporte {
    background-image: url("https://apps.sintad.pe/assets/img/banner/transporte.jpg"); 
}

/*--*--*/
/*Producto Almacen*/
.fade-carousel-producto .item .slide-1-almacen {
    background-image: url("https://apps.sintad.pe/assets/img/banner/almacen.jpg"); 
    background-position: center top;
}

/*--*--*/
/*Producto Valor Agregado*/
.fade-carousel-producto .item .slide-1-pdva {
    background-image: url("https://apps.sintad.pe/assets/img/banner/productos_de_valor_agregado.jpg"); 
}

/*--*--*/
/*Doctel*/
.fade-carousel-producto .item .slide-1-doctel {
    background-image: url("https://apps.sintad.pe/assets/img/banner/doctel.jpg"); 
}

.doctel-content {
    margin-top: -6%;
    font-size: 18px;
    padding: 50px;
}

.doctel-prod{
    cursor: pointer;
}

.doctel-prod >div{
    padding: 60px;
    border-bottom-width: 15px !important;
}

/*--*--*/
/*Desplasamineto Lateral */
.rtl{
    direction: rtl
}

.ltr{
    direction: ltr
}

/*--*--*/
.height-15{
    height: 15px;
}

.height-175{
    height: 175px
}

.height-100p{
    height: 100%;
}

.width-100p{
    width: 100%;
}

.pad-top-0{
    padding-top: 0px !important;
}

.pad-btm-0{
    padding-bottom: 0px !important;
}

.pad-btm-10{
    padding-bottom: 10px !important;
}

.pad-top-10{
    padding-top: 10px !important;
}

.pad-top-20{
    padding-top: 20px !important;
}

.pad-btm-20{
    padding-bottom: 20px !important;
}

.pad-btm-20{
    padding-bottom: 20px !important;
}

.pad-top-40{
    padding-top: 40px !important;
}

.pad-btm-40{
    padding-bottom: 40px !important;
}

.pad-top-50{
    padding-top: 50px !important;
}

.pad-top-80{
    padding-top: 80px !important;
}

.pad-btm-80{
    padding-bottom: 80px !important;
}

.mar-top-0{
    margin-top: 0px !important;
}

.mar-btm-0{
    margin-bottom: 0px !important;
}

.mar-top--25{
    margin-top: -25px !important;
}

.mar-top-20{
    margin-top: 20px !important;
}

.mar-top-30{
    margin-top: 30px !important;
}

.mar-btm-20{
    margin-bottom: 20px !important;
}

.mar-btm-24{
    margin-bottom: 24px !important;
}

.mar-btm-55{
    margin-bottom: 55px !important;
}

.mar-top-40{
    margin-top: 40px !important;
}

.mar-btm-40{
    margin-bottom: 40px !important;
}

.mar-top-50{
    margin-top: 50px !important;
}

.mar-top-60{
    margin-top: 60px !important;
}

.mar-top-80{
    margin-top: 80px !important;
}

.mar-btm-80{
    margin-bottom: 80px !important;
}

.mar-top-120{
    margin-top: 120px !important;
}

.pad_lef-5P{
    padding-left: 5% !important;
}

.f-s-16{
    font-size: 16px;
}

.f-s-30 {
    font-size: 30px !important;
}

.f-s-36 {
    font-size: 36px !important;
}

.f-s-5_1m {
    font-size: 5.1em;
}

.f-w-100{
    font-weight: 100;
}

.l-height-1_5{
    line-height: 1.5;
}

.nuestros-productos, .acerca-nosotros{
    font-size: 14px;
}

/*Responsive*/
.img-responsive-h{
    display: block;
    width: 100%;
    height: auto;
}

.img-responsive-v{
    display: block;
    width: auto;
    height: 100%;
}

.embed-responsive-A4 {
    padding-bottom: 120%;
}
/*--*--*/
@font-face {
    font-family: 'Myriad Pro';
    src: url('https://apps.sintad.pe/assets/fonts/MyriadPro-Bold.eot');
    src: url('https://apps.sintad.pe/assets/fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-Bold.otf') format('opentype'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-Bold.woff') format('woff'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-Bold.ttf') format('truetype'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-Bold.svg#Myriad Pro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('https://apps.sintad.pe/assets/fonts/MyriadPro-Regular.eot');
    src: url('https://apps.sintad.pe/assets/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-Regular.otf') format('opentype'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-Regular.woff') format('woff'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-Regular.svg#Myriad Pro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('https://apps.sintad.pe/assets/fonts/MyriadPro-It.eot');
    src: url('https://apps.sintad.pe/assets/fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-It.otf') format('opentype'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-It.woff2') format('woff2'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-It.woff') format('woff'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-It.ttf') format('truetype'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-It.svg#Myriad Pro-It') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('https://apps.sintad.pe/assets/fonts/MyriadPro-BoldIt.eot');
    src: url('https://apps.sintad.pe/assets/fonts/MyriadPro-BoldIt.eot?#iefix') format('embedded-opentype'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-BoldIt.otf') format('opentype'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-BoldIt.woff2') format('woff2'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-BoldIt.woff') format('woff'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-BoldIt.ttf') format('truetype'),
        url('https://apps.sintad.pe/assets/fonts/MyriadPro-BoldIt.svg#Myriad Pro-BoldIt') format('svg');
    font-weight: bold;
    font-style: italic;
}

.italic {
    font-style: italic;
}

.bold{
    font-weight: bold;
}

.initial{
    font-weight: initial;
}

/*--*--*/
/*index*/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4 {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url("https://apps.sintad.pe/assets/img/banner/doctel.jpg"); 
}

.fade-carousel .slides .slide-2 {
    background-image: url("https://apps.sintad.pe/assets/img/banner/carga.jpg"); 
}

.fade-carousel .slides .slide-3 {
    background-image: url("https://apps.sintad.pe/assets/img/banner/banner1.jpg"); 
}

.fade-carousel .slides .slide-4 {
    background-image: url("https://apps.sintad.pe/assets/img/banner/aniversario.png"); 
}

.services{
    background: #fff;
    height: 220px;    
}

.servicios{
    font-weight: bold;
    font-family: Myriad Pro;
}

.sce {
    font-size: 55px
}

.sce-sistema{
    vertical-align: 14px;
    font-size: 14px;
}

.totalRow {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 20px;
    padding: 6px 12px;
    color: #e22f22;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #e22f22;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #e22f22;
    border-color: #e22f22;
    cursor: default;
}

.sub-title{
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
}

.mundi{
    background-image: url("https://apps.sintad.pe/assets/img/mundi.jpg");
    height: 328px;
    font-family: Myriad Pro;
    font-weight: bold;
    background-size: cover;
}

.conectamos {
    color: #fff;
    font-size: 30px;
    margin-top: 100px;
    text-align: center;
    font-family: Myriad Pro;
    font-size: 40px;
}

/*--*--*/
/*Nosotros*/
.valor-img {
    height: 100%;
    width: 100%;
}

/*--*--*/
/*contacto*/
#dataTable a {
    color: #e22f22; 
}

/*--*--*/
/*Noticia*/
.noticia-grande{
    background: #f4f4f4; 
    min-height: 520px;
}

.noticia-peque{
    background: #f5f5f5; 
    min-height: 250px;
}

/*--*--*/
/*Productos*/
.tituloProductos{
    font-style: italic;
}

.subtituloProductos{
    font-weight: bold;
}

.parrafoProductos{
    text-align: justify;
    font-family: Myriad Pro;
    font-style: italic;
    font-size: 14px;
}

.marginProducto{
    margin-top: 15px;
}

/*--*--*/
.display-table{
    display: table;
}

.vertical-middle{
    vertical-align: middle;
    display: table-cell;
}

/*Menu*/
.sel_menu{
    color: #e22f22 !important;
}

.sel_sub > a{
    color: #e22f22 !important;
}
/*--*--*/
.text-last-center{
    text-align-last: center
}

.clear{
    clear: both;
}

.float-left, .left-float{
    float: left;
}

.float-right, .right-float{
    float: right;
}

.borde-carga{
    border-bottom: 20px solid #e5691f;
}

.borde-aduana{
    border-bottom: 20px solid #0177b4;
}

.borde-transporte{
    border-bottom: 20px solid #79b93d;
}

.borde-almacen{
    border-bottom: 20px solid #00a6d2;
}

.borde-doctel{
    border-bottom: 20px solid #af2970;
}

.borde-valor{
    border-bottom: 20px solid #4f8f45;
}

.n-hide{
    display:none;
}

.nosotros-content {
    margin-top: 80px;
    font-size: 18px;
    text-align: justify;
}

.alert-default {
    background-color: white;
    border-color: lightgray;
    color: grey;
}
/*- Canales -*/
.box {
    height: 20px; 
    width: 20px;
}

.box-green {
    background: #79b93d;
}

.box-orange {
    background: #f39c12;
}

.box-red { 
    background: #e22f22;
}

.rown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.card-body {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;  
}

.card-container{
    overflow-y: auto;
    max-height:450px; 
}


@media(max-width: 425px) {
    .show-sm{
        display: inherit;
    }
}@media screen and (max-width: 600px) {    .card-container{        overflow-y: auto;        height:250px;     }}

@media(min-width: 426px) and (max-width: 1024px) {
    .show-md{
        display: inherit;
    }
}

@media(min-width: 1025px) {
    .show-lg{
        display: inherit;
    }
}

@media (max-width: 767px){   
    .lateral-flotante{
        width: 100%;
        height: inherit;
    }
	
    .card{
        padding-top: 20px;
        padding-bottom: 20px;
    }
	
    .valor-img{
        height: 70%;
        width: 70%;
    }
	
    .index .vertical-middle {
        display: inherit;
    }
	
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
        background-color: #fff;
        color: #e22f22;
        padding-bottom: 6px;
    }
	
    .index .prod_deta {
        display: none;
    }
	
    .producto .prod_deta .software-sce, .producto .prod_deta .sub-title {
        display: block;
        font-size: 12px;
    }
	
    #conectamos {
        font-size: 30px !important;
    }
	
    .dropdown-menu .submenu, .dropdown-menu a {
        color: #fff !important;;
    }
	
    .dropdown-menu {
        background-clip: padding-box;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 4px;
        box-shadow: none;
        display: none;
        float: left;
        font-size: 14px;
        left: 0;
        list-style: outside none none;
        margin: 2px 0 0;
        padding: 5px 0;
        position: absolute;
        text-align: left;
        top: 100%;
        z-index: 1000;
    }
	
    .dropdown-menu a:hover{
        color: #fff !important;
        font-family: Myriad Pro;
        font-weight: bold;
    }
	
    .red-line {
        padding-top: 2px;
        position: fixed; 
        top: 90px; 
        right: 0; 
        left: 0; 
        z-index: 1010;
    }
	
    .equal {
        margin: 0 15px !important;
    }
	
    .lateral-productos > div{
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
        background: #f8f8f8;
    }
	
    .lateral-tab{
        padding: 40px 15px;
    }
	
    .lateral-tab2{
        padding: 40px 15px;
    }
	
    .servicios {
        margin-top: 80px;
        text-align: center;
    }
	
    .submenu{
        margin: 10px 0px !important;
        padding-left: 60px !important;
        padding-right: 15px;
    }
	
    .sel_menu{
        background: #ffffff;
        padding-bottom: 10px !important;
    }
	
    .sel_sub{
        background: #ffffff;
        padding-top: 7px !important;
        padding-bottom: 2px !important;
    }
	
    .sel_menu:hover{
        font-family: Myriad Pro;
        font-weight: bold;
        background: #fff !important;
    }
	
    #options{        
        margin-left: 75px !important;
        margin-right: -6px !important;
    }
	
    #options ul{        
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
	
    #options > li > a{
        padding-left: 40px;
    }
	
    .m-spinner {
        background-color: #e22f22;
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 14140;
        opacity: 0.95;
        display: none;
        max-height: 100% !important; 
        overflow-x: auto;
    }
	
    .m-spinner button{
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        color: #fff;
        font-family: inherit;
        font-size: 3em;
        font-weight: bold;
        opacity: 1;
        position: absolute;
        right: 53px;
        top: 20px;            
    }
	
    .navbar-nav {
        margin: 60px 100px !important;
    }
	
    .navbar-nav > li {
        margin-left: -90px !important;
    }
	
    .navbar-inverse .navbar-nav > li > a {
        color: #FFF;
        font-size: 150%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
	
    .navbar-inverse .navbar-toggle {
        background: #e22f22 none repeat scroll 0 0 !important;
        border-color: #fff !important;
    }
	
    .sel_sub > a, .sel_sub > .link_sepa{
        color: #e22f22 !important;
    }
	
    .noticia-grande{
        background: #f4f4f4; 
        min-height: 250px;
    }
	
    .cambio, .btn-comu{
        display: none;
    }
	
}
@media(min-width: 768px) {   
    .nos-lef{
        padding: 0 0 40px 20px;
    }
	
    .nos-rig{
        padding: 40px 20px 0 0;
    }
	
    #extranet .dropdown-menu {
        width: 250px;
    }
	
    .navbar-nav > li > .dropdown-menu {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: 0px;
        background: white;
        text-transform: uppercase;
        width: 420px;
    }
	
    .mar-lef-50p{
        margin-left: 50%;
    }
	
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #e22f22;
        background-color: transparent;
    }
	
    .m-spinner button{
        display: none;
    }
	
    .equal {  
        display: -webkit-flex;
        display: flex;
    }
	
    .equal>div{
        margin: 0 15px;
        padding: 50px 20px;   
    }
	
    .lateral-productos > div{
        height: 0px;
        margin-bottom: -0px;
        width: 33.33333333%; 
    }
	
    .lateral-nosotros{
        height: 0px;
        margin-bottom: -0px;
        width: 50%;         
    }
	
    .lateral-tab{
        padding: 80px 15px;
    }
	
    .lateral-tab2{
        padding: 80px 15px;
    }
	
    .div-contact{
        height: 350px !important; 
        width: 370px !important; 
        position: absolute;
        margin-left: 183px;
        margin-top: 75px;
        z-index: 1000;
        border-bottom: solid 15px #e22f22; 
    }
	
    .div-contact h1{
        font-size: 28px;
        margin-top: 70px !important; 
        margin-bottom: 30px;
    }
	
    .div-contact .top-line{
        display: none;
    }
	
    .div-contact img{
        margin-right: -25px;
        margin-top: -5px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .producto .prod_deta .software-sce, .producto .prod_deta .sub-title {
        display: block;
    }
	
    .prod_center{
        text-align: center;
    }
	
    .tituloProductos{
        display: none;
    }
	
    .subtituloProductos{
        display: none;
    }
	
    .parrafoProductos{
        font-size: 12px;
    }
	
    .container {
        width: 100%;
        font-size: 11px; 
    }
	
    .fecha, .cambio {
        margin-top: 6px;
        margin-bottom: 2px;
    }
}
@media  (max-width: 991px){   
    .nosotros-content {
        margin-top: 0px;
        font-size: 14px;
    }
	
    h1, .h1 {
        font-size: 25px;
    }
	
    .footer {
        height: 160px;
    }
	
    body {
        margin-bottom: 160px;
    }
	
    #footer_productos{
        display: none;
    }
	
    .redes{
        float: right;
        margin-top: 60px;
    }
	
    .conectamos{
        font-size: 30px;
    }
}
@media (max-width: 1000px){ 
    .navbar-nav>li {
        margin: -5px;
    }
}

@media (min-width: 768px) and (max-width: 1000px){ 
    .servicios {
        text-align: center;
    }
}    
@media (min-width: 992px) and (max-width: 1200px){
    .tituloProductos{
        font-size: 12px;
    }
    .subtituloProductos{
        font-size: 12px;
    }
}
@media (min-width: 1001px) and (max-width: 1200px){
    .sce{
        font-size: 45px;
    }
    .sce-sistema {
        vertical-align: 10px;
    }
}   
@media (min-width: 1201px){
    .equal>div{
        margin: 0 15px;
        padding: 50px 70px;   
    }
    .lateral-tab2{
        padding: 120px 15px;
    }
    .prod_valor{
        font-size: 36px;
    }
}
@media (min-width: 1401px) {
    .container {
        width: 1400px;
    }
    .lateral-tab2{
        padding: 200px 15px;
    }
}

.d-none{
    display: none;
}