/*
Theme Name: ingenieriaincc
Theme URI: http://www.ingenieriaincc.com
Description: Tema exclusivo para la pagina INGENIERIAINCC
Author: Fabian Triviño
Version: 1.0
*/

/*ESTILOS GENERALES*/
/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Kumar One', cursive;
font-family: 'Play', sans-serif;
*/

*{margin:0;padding:0;box-sizing: border-box;}/*color:#06698A; */
body{background:#E1E2E5;  height:100%;/*color:#f6f6f6;*/}
h3,h4{font-family: 'Play', sans-serif;}
h6{font-family: 'Josefin Sans', sans-serif;}
p{font-family: 'Roboto Condensed', sans-serif;}
label{font-family: 'Josefin Sans', sans-serif;}


/*PRELOAD
=======================================================*/
#preload_main{
    background:rgba(0,0,0,1);
    height: 100%;
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    transition: all .2s ease;
    z-index: 100000;
}
#preload {text-align: center;}

#preload_main #preload img{
    width:200px;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

/*BARRRA DE NAVEGACION
============================================================================*/
.navbar{
    border-radius:0px;
    border:0px;
    background:#222222;
    height:75px;
    color:#fff;    
    -webkit-transition:  all ease .5s;
    -o-transition:  all ease .5s;
    transition:  all ease .5s; 
}
.navbar .navbar-header a{
    margin-top:0px; 
}
.navbar .navbar-header a img{
    width:100px;
    -webkit-transition:  all ease .5s;
    -o-transition:  all ease .5s;
    transition:  all ease .5s;
}
.navbar .collapse ul{
    margin-top:12px;
    -webkit-transition:  all ease .5s;
    -o-transition:  all ease .5s;
    transition:  all ease .5s;
}
.navbar .navbar-collapse ul li{    
    padding:  0px 1px;
}
.navbar .navbar-collapse ul li a{
    color:#fff;
   font-family: 'Roboto Condensed', sans-serif;
    font-size:14px;
}
.navbar .collapse ul li a:hover{
    color:#777;
}
.letra{
    color:#6f9454;
}
/*MENU FIXED*/
.menu-fixed{
    top:0;
    border-radius:0px;
    border:0px;
    background:rgba(33,33,33,0.8);
    height:50px;
    color:#fff;
    -webkit-box-shadow:  0px 6px 10px rgba(0,0,0,0.5);
    box-shadow:  0px 6px 10px rgba(0,0,0,0.5);
    -webkit-transition:  all ease .5s;
    -o-transition:  all ease .5s;
    transition:  all ease .5s;
}
.menu-fixed .navbar-header a img{
    width:100px;
    margin-top:-10px;
}
.menu-fixed .collapse ul{
    margin-top:0px;
}
/*SLIDER
=======================================================================*/
.portada{
    position:relative;
}
.slide{
    margin-top:20px;    
}
.slide .item img{
    width:100%;
    margin:0 auto;
}
.carousel-control.right, .carousel-control.left {
    width:50%
}
.carousel-control.right span, .carousel-control.left span{
    color:#06698A;
    font-size:40px;    
}
.carousel-control.right span{
    right:50px;
    width:auto;
    height: auto;
}
.carousel-control.left span{
    left:50px;    
    width:auto;
    height: auto;
}
.carousel-indicators li{
    border-color:#06698a;
}
.carousel-indicators li.active{
    background-color:#06698a;
}
.slide .item .etiqueta_slide{
    color:#e3e3e3;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:16px;
    padding:10px;    
}
/*TITULO
==================================================================*/
.portada .titulo h1{    
    color:#fff;
    font-size:40px;
    font-family: 'Play', sans-serif;
    text-align:center;    
    /*Centrar titulo*/
    position: absolute;
    top: 45%;
    left: 50%;
    width:80%;        
    margin-left: -40%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* 4.ICONOS.
==================================================================*/
.icon_main{
    background:#222222;
    /*background: #222222;  */
}
.iconos{
    width:90%;
    margin:0 auto;   
}
.iconos button{
    background:transparent;
}
.contenedor img{    
    transition: all ease .4s
}
.icon{
    display:block;
    margin:5px auto;
    background-color:rgba(255,255,255,0.15);
    width:60px;
    padding:5px;
    border-radius:50%;
    box-shadow:0px 0px 0px 30px rgba(255,255,255,0);
    transition:box-shadow .4s; 
}
.icon_main .iconos p.texto{
    font-size:12px;
    color:#fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-align:center;   
    opacity:0.6;    
    transition:padding-top .4s;
}
.contenedor:hover p.texto{
    opacity:1;
}
.contenedor img:hover{
    width:50px;
}
.contenedor:hover img.icon{box-shadow:0px 0px 0px 0px rgba(255,255,255,0.6);}
.col-xs-2,.col-sm-2{
    padding-right:0px;
    padding-left:0px;
}
/*MODAL
`=============================================================================*/
.modal{
    margin-top:120px;
}
.modal-header{    
    border-radius:0px;
    background:#222222;
}
.modal-header h4, .modal-header button{
    color:#fff;
    text-align:center;
}
.modal-body img, .modal-body video{
    margin:10px 0px;
    width: 100%;
}
.modal-body p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:16px;
    text-align:justify;
}
.modal-body li{    
    text-align:justify;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:16px;    
}

/*MODAL SUTIDORES INDUSTRIALES
////////////////////////////*/
/*SOMBRA
==============================================================================*/
.sombra img{
    width: 100%;    
}
/*ALERTFUEL
===============================================================================*/
.alertfuel .alertfu img{      
    width:300px;   
}
.alertfuel .alertfu p, .alertfuel .alertfu li{
    font-size:18px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align:justify;
}
.video_alert{
    width:70%;
}
/*MAS INFORMACION
=============================================================================*/
.btn_mas a{
    text-decoration:none;   
}
.btn_masinfo{
    font-size:16px;
    padding:10px;
    background:#6f9454;
    color:#fff;
    border-radius:5px;
}
.btn_mas a:hover{
    background:#fff;
    border:2px solid #6f9454;
    color:#6f9454;   
}

/*QUIENES SOMOS
=============================================================================*/
.quienes_somos{
    background: url(img/asfalt.png) fixed;
    
    color:#f9f9f9;    
}
.quienes_somos h2{
    font-size:35px;
    font-family: 'Play', sans-serif;
    margin-bottom:50px;
}
.quienes_somos p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:20px;
}
.sombra_quienes{
    width:100%;    
}

/*GALERIA
==============================================================================*/
.galeria h2{
    font-size:35px;
    font-family: 'Play', sans-serif;
    margin-bottom:50px;
}
.div-img img {
  display: block;
  margin-top:10px;
  margin-bottom:10px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.div-img:hover img {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
/*FOOTER
=============================================================================*/
footer{    
    background: #222222;
    
}
.foot_item{
    font-size:13px;
    font-family: 'Roboto Condensed', sans-serif;
    color:#f6f6f6;
    margin-top: 25px;
}
a .icon_redes{
    padding:10px;
    color:#fff;
    font-size:25px;
    border:1px solid #f6f6f6;
    border-radius:5px; 
}
a .icon_redes:hover{
    text-decoration: none;
    background: #fff;
    color:#222222;
}

/*PAGINA DE ALERTFUEL
////////////////////////////////////////////////////////////////////////////////*/
.pag_alert{
    margin-top:100px;
}
.pag_alert img{
    width:250px;
    margin-bottom:50px;
}
.bar_alert .bar_titulo{
    color:#06698A;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:16px;
    border:1px solid #06698A;
    margin:10px 0px;
}
.bar_alert .bar_titulo:hover, .active_alert{
    color:#fff!important;
    background: #06698A;
}
.inicio_alert{
    padding:50px;
    color:#000;
    background:rgba(250,250,250,0.7);
    position:relative;
    margin-bottom:0px;
}
.inicio_alert h3{
    font-family: 'Play', sans-serif;
    background: #000;
    color:#fff;
    padding:10px;
}   

.btn-alert{
   color:#06698A;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:12px;
    border-radius: 0px;
    border:1px solid #06698A;
    margin:8px 0px;
    -webkit-box-shadow: 4px 4px 5px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 5px -4px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 5px -4px rgba(0,0,0,0.75);
}   
.btn-alert:hover{
    color:#fff!important;
    background: #06698A;
}
.videobg{
  position:absolute;
  top:78%;
  left:50%;
  min-width:100%;
  min-height:100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}

/*Descripcion del producto*/
.tab_alert{
    font-family: 'Roboto Condensed', sans-serif;
}
.slider_alert .carousel-control.right,.slider_alert .carousel-control.left {
    background:transparent;
    width:20px;
}
.pill_alert{
    font-family: 'Roboto Condensed', sans-serif;
}
.img_alert img{
    width: 80%
}
/*SURTIDOR INDUSTRIAL
///////////////////////////////////////////////////////////*/
.modelo3D iframe{
    width: 100%; 
    height: 500px;
}
.caract_parrafo{
    background: url(img/asfalt.png) fixed;
    margin:50px 0px;
    padding:40px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;     
}
.caract_parrafo h3{
    padding-top:20px;
    color: #fff;
    font-family: 'Play', sans-serif;
    font-size: 25px;
    text-align: center;
}
.caract_parrafo ul{
    margin-left: 20px;
}
.caract_parrafo ul li{
    font-size:17px;
}
.galeria_SI{
    margin:80px 0px;
}
.galeria_SI h2{
    font-family: 'Play', sans-serif;
    font-size: 30px;    
    text-align: center;
}
.galeria_SI_img img{
    width: 100%;
    margin:10px 0px;
    border-radius: 5px;
    border: 2px #666 solid;
    -webkit-transition:  all ease .5s;
         -o-transition:  all ease .5s;
            transition:  all ease .5s;
}
.galeria_SI_img img:hover {    
    -webkit-transform:scale(0.9);
            transform:scale(0.9);
    -webkit-transition:  all ease .5s;
         -o-transition:  all ease .5s;
            transition:  all ease .5s;
    overflow: hidden;
}

/*CONTROL DE COMBUSTIBLES
///////////////////////////////////////////////////////////////////////////////*/
.control_combustibles, .surtidor_industrial{    
    margin-top:100px;
    margin-bottom:50px;
}
.control_combustibles h2, .surtidor_industrial h2{
    text-align:center;
    font-size:35px;
    font-family: 'Play', sans-serif;
    margin-bottom:50px;
}
.sombra_control{
    text-align:center;
    width:100%;
    margin-top:-20px;
}
.anima_combustible{
    margin-bottom:100px;
}
.anima_combustible img{
    overflow:hidden;
    width:100%;
}
.anima_combustible .anima_collapse{
    margin-top:20px;
}
.anima_combustible .anima_collapse p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:16px;
}
.anima_combustible h4{
    font-family: 'Play', sans-serif;
    font-size: 16px;
}
.carac_control{
    background: #f6f6f6;
    text-align: center;
}
.carac_control h3{
    font-family: 'Play', sans-serif;
}
.carac_control p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:16px;
}

/*CONTACTO
///////////////////////////////////////////////////////////////////////////////*/
.cont h2{
    font-size:35px;
    font-family: 'Play', sans-serif;
    margin-bottom:50px;
}
.cont p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:16px
}
.cont a{
    color:#222222;
    text-decoration:underline;
}
.cont textarea {
        resize: none;
}

/*LOGIN
///////////////////////////////////////////////////////////*/
.main_login{
    margin-top:  50px;
    margin-bottom: 80px;    
}
.main_login h2{
    margin-top: 80px;
    font-family: 'Play', sans-serif;
    margin-bottom: 50px;
}

.main_login .error p{
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color:#ff1111;
    padding-bottom: 10px;
}

/*Panel Admin
/////////////////////////////////////////////////////////*/
.navbar-panel{
    margin-top:0px;    
    background:#222222;
}
.navbar-panel .ima-panel {
    padding:10px;
}

.navbar-panel .btn-salida{
    padding-top:10px;
}
.navbar-panel .btn-salida span{    
    font-size:12px;
}
.navbar-panel .btn-salida a{ 
    margin-top:5px;
}
.bt-adpanel.jumbotron{
    padding-top:15px;
    padding-bottom:10px;
    margin-top:0px;   
    background:#293438;
}
.bt-adpanel img{
    border:1px solid #fff; 
}
.bt-adpanel h1{
    color:#E1E2E5;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
}

.bt-adpanel p{
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    padding: 2px 8px;
   font-weight: bold;
    color:#fff;
    border:1px #fff solid;
}
.bi-adpanel{
    margin-top:10px;   
}
.bi-adpanel a{
    display: inline-block;
}
.bi-adpanel img{
    margin: 10px;
    width:150px;
    padding: 8px;
    background:#293438;
}
.bi-adpanel .modalshadow p{
    font-family: 'Roboto Condensed', sans-serif;    
}
.bi-adpanel .modalshadow{
    color:#293438;
    -webkit-transition:  all ease .2s;
         -o-transition:  all ease .2s;
            transition:  all ease .2s;
}

.bi-adpanel img:hover{
    text-decoration: none;
    width: 145px;
    -webkit-box-shadow: 1px 1px 10px 0 rgb(40, 61, 85);
    box-shadow: 1px 1px 10px 0 rgb(40, 61, 85);
    -webkit-transition:  all ease .2s;
              -o-transition:  all ease .2s;
                   transition:  all ease .2s;
}

.barr-comp a{
    font-family: "Play";
    font-size:11px;   
}

.barra-ico{
    display: none;
}

.cersesion {
    font-family: 'Play', sans-serif;
    background: #222222;
    padding: 20px;
    margin-top: 50px;  
}
#RevDoc .modal-body p,#NuDoc .modal-body p,#conf .modal-body p{
    text-align: center;
    
}
#RevDoc .modal-header p,#NuDoc .modal-header p,#DocDes .modal-header p,#conf .modal-header p,#conf .modal-footer p{
    text-align: center;
    font-style: italic;
    color:#999;
}

/* NUEVO DOCUMENTO ORDEN DE COMPRA
============================================================================== */
.proveedorODC{
    width:80%;
}

/* PRESUPUESTO
============================================================*/
.marg{
    padding:20px;
    border: 1px dotted #000;   
}

/*MEDIA QUERY
===============================================================================*/
@media (max-width:500px){
    .contenedor img{
        width:32px!important;
        margin-bottom: 2px;
    }
    .portada .titulo h1{
        display:none;
    }
}

@media (max-width:650px){    
    .slide .item .etiqueta_slide{
        display:none;
    }    
}

@media (max-width:768px){
    /*barra de navegacion*/
    .navbar{
        height:40px;
    }
    .navbar .navbar-header a img{
        width:80px;
        margin-top:-5px;
    }
    .navbar .navbar-header button{        
        background:rgba(33,33,33,0.8);
        border:0px solid #323232;        
    }
    .navbar .navbar-header button:hover{      
        background:rgba(33,33,33,0.8);
        border:0px solid #999;
        border-radius:3px;
    }    
    .navbar .navbar-collapse{
        color:#fff;
        background:rgba(33,33,33,0.8);
        border:0px;
        box-shadow:7px 0 10px #323232;
    }
    .menu-fixed .navbar-header a{
        margin-top:0px;
    }    
    /*slide*/
    .slide{
        margin-top:48px;
    }
    .carousel-control.right span, .carousel-control.left span{
        font-size:25px;    
    }
    .slide .item .etiqueta_slide{
    font-size:12px;   
    }
    .portada .titulo h1{
        font-size:18px!important;
    }
    .icon_main .iconos p.texto{
        display:none;
    }
    .icon_main .iconos .icon{
        width:45px;
        margin-bottom:1px;
    }
    .barra-ico{
        display: block;
    }
    .barr-comp{
        display: none;
    }
}
  
@media (max-width:1000px){
    .portada .titulo h1{
        font-size:30px;
    }

    .navbar .navbar-collapse ul li a{
    font-size: 12px;
    }
    
}

@media (max-width:1200px){
    
}





