

.contenedorInline {
    display:flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.contenedorInline > img {
    margin: 5px;
    margin-left: 10px;
}
.contenedorTexto{
    padding: 8px 0px;
}
/*Inicio css factory */
.bg-prod-obras {

    background-image: url(../img/efactory-Productos-Obras-Proyectos-ERP-Cloud-Computing.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
          
}
       
.bg-prod-contabilidad {
    background-image: url(../img/efactory-Productos-Contabilidad-ERP-Cloud-Computing.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}
.bg-prod-rrhhnomina {
    background-image: url(../img/efactory-Productos-RRHH-Nomina-ERP-Cloud-Computing.png);
    background-size: cover;
    background-repeat: no-repeat;

}
.bg-prod-crm {
    background-image: url(../img/efactory-Productos-CRM-Cloud-Computing.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}
.bg-prod-ventas {
    background-image: url(../img/efactory-Productos-Ventas-ERP-Cloud-Computing.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}
.bg-prod-compras {
    background-image: url(../img/efactory-Productos-Compras-ERP-Cloud-Computing.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}
.bg-prod-inventarios {
    background-image: url(../img/efactory-Productos-Inventarios-ERP-Cloud-Computing.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}
.bg-prod-ipos {
    background-image: url(../img/efactory-Productos-iPos-ERP-Cloud-Computing.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}
.bg-prod-tesoreria {
    background-image: url(../img/efactory-Productos-Tesoreria-ERP-Cloud-Computing.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

.bg-prod-produccion {
    background-image: url(../img/efactory-Productos-Produccion-ERP-Cloud-Computing.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

.bg-prod-importaciones {
    background-image: url(../img/efactory-Productos-Importaciones-ERP-Cloud-Computing.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

.bg-prod-supermobile {
    background-image: url(../img/efactory-Productos-Super-Mobile-ERP-Cloud-Computing.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

.border-orange {
     border: 1px solid rgba(255, 128, 0, 0.88) ;
}
.border-yellow {
     border: 1px solid rgba(213, 170, 0, 0.88) ;
}
.border-green {
     border: 1px solid rgba(19, 146, 13, 0.88) ;
}
.border-green2 {
    border: 1px solid rgba(0, 153, 51, 0.88)  
}
.border-purple {
    border: 1px solid rgba(86, 29, 132, 0.88) ;
}
.border-blue {
   border: 1px solid rgba(13, 76, 146, 0.88)  ;

}
.border-violet {
   border: 1px solid rgba(177, 27, 112, 0.88) ;
}
.border-tile {
    border: 1px solid rgba(34, 183, 173, 0.88) ;
}
.border-brown {
     border: 1px solid rgba(105, 38, 12, 0.88) ;
}
.border-blue2 {
    border: 1px solid rgba(19, 34, 194, 0.88) ;
}
.border-red {
    border: 1px solid rgba(255, 69, 69, 0.88) ;
}
.border-blue3 {
     border: 1px solid  rgba(40, 135, 206, 0.84)  
}

.overlay-orange {
    background: rgba(255, 128, 0, 0.88) none repeat scroll 0% 0%;
}
.overlay-yellow {
    background: rgba(213, 170, 0, 0.88) none repeat scroll 0% 0%;
}
.overlay-green {
    background: rgba(19, 146, 13, 0.88) none repeat scroll 0% 0%;
}
.overlay-green2 {
    background: rgba(0, 153, 51, 0.88)  none repeat scroll 0% 0%
}
.overlay-purple {
        background: rgba(86, 29, 132, 0.88) none repeat scroll 0% 0%;
}
.overlay-blue {
    background:rgba(13, 76, 146, 0.88)  none repeat scroll 0% 0%;

}
.overlay-violet {
    background: rgba(177, 27, 112, 0.88) none repeat scroll 0% 0%;
}
.overlay-tile {
    background: rgba(34, 183, 173, 0.88) none repeat scroll 0% 0%;
}
.overlay-brown {
    background: rgba(105, 38, 12, 0.88) none repeat scroll 0% 0%;
}
.overlay-blue2 {
    background: rgba(19, 34, 194, 0.88) none repeat scroll 0% 0%;
}
.overlay-red {
    background: rgba(255, 69, 69, 0.88) none repeat scroll 0% 0%;
}
.overlay-blue3 {
    background: rgba(40, 135, 206, 0.84)  none repeat scroll 0% 0%
}

       
.btn-outline {
    background-color: white;
    border-radius: 4px !important;
    color: rgb(14, 54, 170);
           
}
.panel-productos {
          
    position: fixed;
    top: 80px;
    background-color: white;
    -moz-box-shadow: -3px 1px 3px #212121;
    -webkit-box-shadow: -3px 1px 3px #212121;
    box-shadow: 0px 1px 5px 0px #212121;
    margin-top: 5px;
    padding: 15px;
    font-size: 12px !important;
    font-weight: normal;
    z-index: 99999;
    width: 80%;
    left: 10%;
           
    display:none;
          
}
.center {
    text-align: center;
}
.capitalize {
    text-transform: uppercase;
}
.titulo-soluciones {
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
}
.productos-contenedor {
    display: flex;
    flex-flow: row wrap;
    min-height: 500px;
    justify-content: center;
}
.item-producto-wr {

    border-radius: 8px;
    max-height: 150px;
    background-color: #d1d1d1;
    position: relative;
    margin: 15px;
    width: 150px;
          
}
.small-overlay {
    position: absolute;
    top: calc(50% - 15px);
    color: white !important;
    text-align: center;
    padding: 5px 0  5px 0 ;
    z-index: 999;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.small-overlay a {
    color: white !important;
    font-weight: bold !important;
    display: block;
}
.small-overlay a:hover {
    background-color: none !important;
    font-size: 14px;
}

.panel-productos .menu-header {
    border-bottom: 1px solid #CCC; 
    display: flex; text-align: center; 
    width:100%; margin-bottom: 5px;
    justify-content: center;
}


#navigation .navbar-toggle {
    color: white !important;
    background-color: rgba(27, 27, 27, 0.74) !important;
}
#navigation .icon-bar {
    background: #efefef;
}

.imgEquipoFactory{
    width: 100%;
}
.info-contacto{
    padding: 1em 0;
   border-right:2px solid #008ECC;
}
.info-contacto .titulo-contacto{
    color: #27AAE7;
}

.factoryHeader{
  padding-top: 15px;
  padding-bottom: 0px;  
}

@media only screen and (max-width: 991px) {
    .info-contacto{
        padding: 1em 0;
       border-bottom:2px solid #008ECC;
       border-right:none;
    }
    #btnContactoMensaje {
        margin-top: 5px;
    }
     .productos-contenedor {
        justify-content: center;
    }

    .item-producto-wr {
          flex-grow: 0.5;
    }

    #nav > li {
        font-size: 12px;
    }
    #nav > li > a{
        padding-top: 2px;
        padding-bottom: 2px;
        margin-bottom: 13px;
        margin-top: 13px;
    }
   
}
.img-pruebaGratis {
    display:none;
    position: absolute;
    top: 25%;
    width: 100%;
}

#navigation #btn-pruebaGratuita {
    display: none;
}

#nav > li> a.btn-pruebaGratuita {
    color: white;
    background-color: #EC4F3A;
}
#nav > li> a.btn-pruebaGratuita:hover {
    background: #A22C1C;
    color: white;
}

#boton-prueba-gratis,
#navigation #boton-prueba-gratis,
#nav #boton-prueba-gratis{
    color: white;
    background-color: #EC4F3A;
    background-image: none;
    margin-bottom: 0.5rem;
    font-weight: 700;
}
#boton-prueba-gratis:hover,
#navigation #boton-prueba-gratis:hover,
#nav #boton-prueba-gratis:hover {
    background: #A22C1C;
    background-image: none;
    color: white;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {

    #navigation #btn-pruebaGratuita {
        color: white;
        background-color: EC4F3A;
        border: 1px solid transparent;
        border-radius: 4px;
        float: right;
        padding: 4px 10px;
        margin-top: -12px;
        margin-right: 65px;
        margin-bottom: 8px;
        display: block;
    }
    #navigation #btn-pruebaGratuita:hover {
        background: #A22C1C;
        color: white;
    }
    #nav > li> a.btn-pruebaGratuita {
        display: none;
    }
    .factoryHeader .navbar-toggle{
        position: absolute;
        top: 0px; 
        right: 0px; 
    }
    #owl-principal {
        display: none;
    }
    #carousePrincipal {
         display: none;
    }
    .img-pruebaGratis {
        display:block;
    }
    .social-button {
        display: flex;
        flex-flow: column wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .social-button a {
        margin-bottom: 50px;
    }
    .panel-productos {
        width: 85% !important;
        left: 7.5% !important;
        overflow: auto;
        height: calc(100% - 100px);
    }
    .productos-contenedor {
        justify-content: center;
    }
    .item-producto-wr {
        flex-grow: 1;
        min-height: 10px !important;
        background: none !important;
        border: 0;
        margin: 20px !important;
    }

     #fr {
      left: -50px;
      position: absolute;

    }
    .cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
        padding: 8px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px !important;
        width: inherit !important;
    }

   
   
}



.productos-item{

    cursor: pointer;
}
.productos-item a{
    color: inherit;
}
.contact-right-section{
    position: fixed;
    right:0px;
    width: 82px;
    /*height: 100%;*/
    height: calc(100% - 120px);
    top: 120px;
    z-index: 99998;
}
.boton-horizontal{
    margin-top: 180px;
    transform:rotate(7deg);
    -ms-transform:rotate(90deg); /* IE 9 */
    -moz-transform:rotate(90deg); /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari and Chrome */
    -o-transform:rotate(90deg); /* Opera */
    z-index: 999;
    font-size: 16px;
}
.social-btn{
    width:30px;
    height: 30px;
    color: #CCC;
}
.redes-sociales-wrapper{
    text-align: center;
}

.InicioLogoFactory{
    width:70px;
    height:70px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #D7D6D5;
    background-color: #FFF;
    color: #FFF;
}

.PieDePaginaLogoFactory{
    width:50px;
    height:50px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #D7D6D5;
    background-color: #FFF;
    color: #FFF;
}

.InicioTituloFactory{
    font-size: 14px;
    margin-left: 4px;
    font-weight: bold;
    color: rgb(6, 33, 147);
}

.titulo-como-lo-hago {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    width: 80%;
}
@media screen and (max-width: 991px) {
    .titulo-como-lo-hago {
        width: 100%;
    }
}

.TitulosPieDePagina{
	font-size: 20px;
    font-weight: bold;
    color: rgb(6, 33, 147);
}

.TitulosPieDeLista{
	font-size: 14px;
    font-weight: bold;
    color: rgb(6, 33, 147);
}

.TextoPequeñoCasosExito{
	font-size: 14px;
}

.LogoDeCliente{
	max-width: 200px; 
	max-height: 200px;
}

.p-animated{
    white-space: nowrap;
    overflow: hidden;
    /*display:block;*/
    width: 10em;
    animation: type 4s steps(60, end); 
}

.p-animated:nth-child(2){
    animation: type2 2s steps(60, end);
}


@keyframes type{ 
  from { width: 0; } 
} 

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100%; } 
} 

@keyframes blink{
  to{opacity: .0;}
}
@media only screen and (max-width: 768px) {
    .InicioPruebaGratis{
        font-size: 75%;
        margin-top: 8px;
    }
}
.navbar-brand{
    padding: 0px;
}

.fadeGrayScale  img {
    filter: url('#grayscale'); 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); 
    filter: Gray(); /* IE4-8 and 9 */

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.topBarMenu .btn-success {
    color: white !important;
}

.fadeGrayScale img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.caption-content > span {
    font-weight: bold;
}

.margen1{
    margin:40px;
}
.logoCliente img{
    height: auto; 
    width: auto; 
    max-width: 85%; 
    max-height: 100px;
}

#carousePrincipal .carrusel-principal {
    width: 700px;
    height: 400px;
    margin: auto;
}

#owl-clientes .item{

  padding: 20px 0px;
  width: 100%;
  height: 150px;
  display: block;
  margin: 5px;
  text-align: center;
  
}

#owl-pantallas{
    margin-top: 1em;
}
#owl-pantallas .owl-item{
    text-align: center; 
}

#owl-pantallas .owl-controls{
    text-align: center; 
    margin: auto;
}
#owl-pantallas .owl-buttons{
    float: none;
}
.item.carrusel-pantalla {
    width: 600px;
    margin: auto;
}
.item.carrusel-pantalla > img {
    height: auto;
    width: 100%;
}

.item.carrusel-principal {
    width: 600px;
    margin: auto;
}
.item.carrusel-principal > img {
    height: auto;
    width: 100%;
}


.BordeRedondo{
	border-radius: 4px !important;
}
/*Fin css factory */

body {
    background-color: #fff;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400 !important; 
    /*color: RGBA(0, 0, 0, 0.75);*/

}
.centered {
    text-align: center;
}

figure, p, address {
    margin: 0;
}

p {
    line-height: 25px;
}

iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

a, a:hover, a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    color: #252525;
}

.strong{
    font-weight: bold;
}

main > section {
    padding: 70px 0;
}

.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: none;
}

.btn-blue {
    background-color: rgba(0,158,227, 0.78);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

.bg-blue {
    background-color: #009EE3;
}

/* Sweep To Right */
.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);
		  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
		  
	-webkit-transition-property: color;
	   -moz-transition-property: color;
		-ms-transition-property: color;
			transition-property: color;
		  
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
		  
	-moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	
	-webkit-transform: scaleX(0);
	   -moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
			transform: scaleX(0);
			
	-webkit-transform-origin: 0 50%;
	   -moz-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
			transform-origin: 0 50%;
			
	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		-ms-transition-property: transform;
			transition-property: transform;
			
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
			
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
	color: #009EE3;
}

.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
	-webkit-transform: scaleX(1);
	   -moz-transform: scaleX(1);
	    -ms-transform: scaleX(1);
			transform: scaleX(1);
}

.sec-title {
    margin-bottom: 50px;
}

.sec-title.white {
    color: #fff;
}

.sec-title .titulo-seccion {

    font-size: 32px;
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    color: #062193;
    letter-spacing: -1px;
    line-height: 2px;

}

.sec-title.white h2 {
    color: #fff;
}

.sec-title .titulo-seccion:after {
  
    content: "";
    display: block;
    left: 45%;
    bottom: 0;
    position: absolute;
    width: 115px;
}

.sec-title.white h2:after {
    border-bottom: 1px solid #fff;
}

.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}


/**
/*	Header
/* ==========================================*/

/*#navigation {
    -webkit-transition: all 0.8s ease 0s;
       -moz-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
         -o-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;

    background-color: rgba(0,0,0,.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 5px 0;
}*/

#navigation {
    background-color: white;
    color: rgba(0, 0, 0, 0.85) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 5px 0;

    
}
#navigation a {
    color: rgba(0,0,0,0.75);
    font-weight: 400;
    margin-left: 5px;
    border-radius: 4px;
}
#navigation .container-fluid {
                
    padding-bottom: 4px;
}
#navigation  li > a:hover {
    background-color: rgba(0, 62, 188, 0.87);
    color: #FFF;
}


.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: none;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #5BC0DE;
}


/*=================================================================
	Home Slider
==================================================================*/


#home-slider {
    position: relative;
    padding: 0;
}

.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} 

.sl-slide {
    z-index: 1;
}

.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
}

.slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
}

.caption-content h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.caption-content > span {
    display: block;
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: capitalize;
}

.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}

/* Default styles for background colors

.btn-effect:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;

    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

.btn-effect:hover,
.btn-effect:active {
    color: #0e83cd;
}

.btn-effect:hover:after,
.btn-effect:active:after {
    width: 100%;
} */


/* Project laughtbox setup */

.fancybox-item.fancybox-close {
    background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}

.fancybox-next span {
    background: url("../img/right.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    right: 0;
}

.fancybox-prev span {
    background: url("../img/left.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    left: 0;
}

/*=================================================================
	About
==================================================================*/

#about {
    background-color: #009EE3;
    color: #fff;
}

#about h3 {
    color: #fff;
    margin: 0 0 35px;
    text-transform: uppercase;
}

#about .welcome-block h3 {
    margin: 0 0 65px;
}

#about .welcome-block img {
    border: 3px solid #fff;
    border-radius: 50%;
    margin-right: 35px;
    max-width: 100px;
}

#about .message-body {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 70px;
}

.owl-buttons {
    border: 2px solid #fff;
    /* display: inline-block; */
    float: right;
    padding: 1px 8px 5px;
}

.owl-buttons > div {
    display: inline-block;
    padding: 0 5px;
}

.welcome-message {
    padding: 0 50px;
}

.welcome-message img {
    display: block;
    height: auto;
    max-width: 100px;
    float: left;
}

.welcome-message p {
    font-size: 13px;
    margin-left: 135px;
}

/*=================================================================
	Services
==================================================================*/

.productos-icon {
    border: 3px solid transparent;
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 101px;

    -webkit-transform: rotate(47deg);
       -moz-transform: rotate(47deg);
        -ms-transform: rotate(47deg);
         -o-transform: rotate(47deg);
            transform: rotate(47deg);

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.productos-item:hover .productos-icon {
    border: 3px solid #009ee3;
    margin-bottom: 20px;
    color: #009ee3;
}

.productos-icon i {
    -webkit-transform: rotate(-48deg);
       -moz-transform: rotate(-48deg);
        -ms-transform: rotate(-48deg);
         -o-transform: rotate(-48deg);
            transform: rotate(-48deg);
}

.productos-item h3 {
    font-size: 20px;
    text-transform: uppercase;
}

/*=================================================================
	Portfolio
==================================================================*/

.project-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.project-wrapper li {
    display: inline-block;
}

.clientes-item {
    cursor: pointer;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    width: 32%;
}
.portfolio-item {
    cursor: pointer;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    width: 32%;
}

figcaption.mask {
    background-color: rgba(54, 55, 50, 0.79);
    bottom: -126px;
    color: #fff;
    padding: 25px;
    position: absolute;
    width: 100%;
    text-align: left;
    transition: all .2s ease-in-out;
}

.clientes-item:hover figcaption.mask {
    bottom: 0;
}
.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

figcaption.mask h3 {
    margin: 0;
    color: #fff;
}

ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -47px;
    
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

ul.external li {
    display: inline-block;
}

ul.external li a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #818181;
    display: block;
    padding: 10px 18px 13px;
    
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

ul.external li a:hover {
    background-color: #009EE3;
    color: #fff;
}

div.contenedorDeListas > ul{
	display: block;
}

.clientes-item:hover ul.external {
    top: 0;
}
.portfolio-item:hover ul.external {
    top: 0;
}
.fancybox-skin {
    border-radius: 0;
}

.fancybox-title.fancybox-title-inside-wrap {
    padding: 15px;
}

.fancybox-title h3 {
    margin: 0 0 15px;
}

.fancybox-title p {
    color: #818181;
    font-size: 16px;
    line-height: 22px;
}

.fancybox-title-inside-wrap {
    padding-top: 0;
}
.price-table {
    border: 1px solid #e3e3e3;
}
.price-table.featured {
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
       -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
            box-shadow: 0 4px 5px rgba(0,0,0,0.19);
}

.price-table > span {
    color: #252525;
    display: block;
    font-size: 24px;
    padding: 30px 0;
    text-transform: uppercase;
}

.price-table .value {
    background-color: #f8f8f8;
    color: #727272;
    padding: 20px 0;

    -webkit-transition: all 0.7s ease 0s;
       -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
         -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
}

.price-table.featured .value {
    background-color: #009EE3;
    color: #fff;
}

.price-table .value span {
    display: inline-block;
}

.price-table .value span:first-child {
    font-size: 32px;
    line-height: 32px;
}

.price-table .value span:nth-child(2) {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 25px;
}

.price-table .value span:last-child {
    font-size: 16px;
}

.price-table ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.price-table ul li {
    border-top: 1px solid #e3e3e3;
    display: block;
    padding: 25px 0;

    -webkit-transition: all 0.7s ease 0s;
       -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
         -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
}

.price-table ul li a {
    display: block;
    text-transform: uppercase;
}

.price-table.featured ul li:last-child,
.price-table ul li:last-child:hover {
    background-color: #009EE3;
}

.price-table.featured ul li:last-child a,
.price-table ul li:last-child:hover a {
    color: #fff;
}


/*=================================================================
	Contact
==================================================================*/

.input-field {
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #ececec;
    border-radius: 4px;
    box-shadow: none;
    color: #818181;
    font-size: 16px;
    height: 50px;
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
  color: #fff;
}

#submit:before {
  background-color: #0A85BB;
}

#submit.btn-effect:after {
  background: #2E2E2E;
}

.contact-details h3 {
    border-bottom: 1px solid #008ecc;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: none;
}

.contact-details p {
    line-height: 30px;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}


/*============================================================
	Google Maps
==============================================================*/

#google-map {
    padding: 0;
}

#map-canvas {
    width: 100%;
    height: 300px;
}


/*============================================================
	Footer
==============================================================*/

#footer {
    background-color: #2E2E2E;
    padding: 70px 0;
    color: #fff;
}

.footer-content {
    /*width: 390px;*/
    margin: 0 auto;
        text-align: center;
	
}

.footer-content > div {
    margin-bottom: 40px;
}

.footer-content > div > p:first-child {
    margin-bottom: 15px;
    text-transform: uppercase;
	color: black;
}

.subscribe-form {
    position: relative;
}

.subscribe.form-control {
    background-color: transparent;
    border: 1px solid #7f7f7f;
}

.subscribe.form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.submit-icon {
    background-color: #7f7f7f;
    border: 0 none;
    border-radius: 0;
    color: #c1c1c1;
    padding: 13px 20px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
}

.submit-icon .fa-paper-plane {
    position: relative;
    top: 0;
    
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);

    -webkit-transition: all 0.3s ease 0.2s;
       -moz-transition: all 0.3s ease 0.2s;
        -ms-transition: all 0.3s ease 0.2s;
         -o-transition: all 0.3s ease 0.2s;
            transition: all 0.3s ease 0.2s;
}

.submit-icon:hover .fa-paper-plane {
    position: relative;
    top: -37px;
    
    -webkit-transform: translateX(30px);
       -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
         -o-transform: translateX(30px);
            transform: translateX(30px);
}

.footer-content .footer-social {
    margin: 40px 0 35px;
}

.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social ul li a {
    color: #7f7f7f;
    display: block;
    
    -webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}

.footer-social ul li a:hover {
    color: #009EE3;
}

.footer-content > p {
    color: #ababab;
    font-size: 12px;
}


#cabecera-como-lo-hago{
    height: 0px;
}
#home.home-como-lo-hago{
    margin-top: -20px;
    background-image: url(../img/pantallas/como-lo-hago-Cabecera.jpg);
    background-size: conver;
    background-position: center;
    margin-top: -100px;
    padding: 10em 0 5em 0;
}
#home.home-como-lo-hago .overlay{
    padding: 2em 0;
}

/*============================================================ 
	Responsive Styles
 ============================================================*/

/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {
   
/*about*/
    #about .welcome-block img {
        margin-bottom: 30px;
    }

/* portfolio */
    .portfolio-item {
        width: 48%;
    }
    figcaption.mask {
        bottom: -151px;
    }

    .testimonial-item > div:after {
        bottom: -40px;
    }
    
    
}


/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {

    /* overlay-como-lo-hago slider  */
    .caption-content h2 {
        font-size: 40px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 45px;
    }

    /* about */
    .recent-works {
        margin-bottom: 50px;
    }

    .productos-item {
        margin-bottom: 50px;
    }

    /* portfolio */
    .clientes-item {
        width: 48%;
    }
    .portfolio-item {
        width: 48%;
    }


    /* testimonial */
    .testimonial-item {
        width: 100%;
    }

    .testimonial-item {
        width: 80%;
    }

    .testimonial-item > div:after {
        bottom: -35px;
    }

    /* price */
    .price-table {
        margin-bottom: 50px;
    }

    /* contact form */
    .contact-form {
        margin-bottom: 50px;
    }
    
    .contenedorPiePagina {
         flex-flow: column wrap !important;  
         text-align: center !important;
         font-size: 16px !important; 
    }
    .first-col {
        display: none !important;
    }

}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {
    
    body {
        font-size: 14px;
    }

    .parallax {
        background-position: centet tip !important;
    }

    .sec-title .titulo-seccion {
        font-size: 25px;
    }

    .sec-title .titulo-seccion:after {
        left: 30%;
    }
    .topBarMenu {
       /* visibility: hidden; */
       display: block;
       margin: 0;
       float: none;
       border: medium none;
    }
    .navbar-inverse .topBarMenu:hover, 
    .navbar-inverse .topBarMenu:focus {
        background-color: transparent;
    }
    
    .topBarMenu > div{
        float:left;
    }
    .InicioLogoFactory{
        width:35px;
        height:35px;
        background-color: #FFF;
        color: #FFF;
    }
	
	.PieDePaginaLogoFactory{
        width:50px;
        height:50px;
        background-color: #FFF;
        color: #FFF;
    }
	
    h1.navbar-brand {
        display:flex;
        align-content: center;

    }
    .piePagina .columna {
        width: 100%;
    }
/*navigation
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }

/* slider */
    .caption-content h2 {
        font-size: 18px;
    }

    .caption-content > span {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .caption-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .caption-content strong {
        font-size: 22px;
    }

/* about */
    .recent-works {
        margin-bottom: 85px;
    }

    #about h3 {
        font-size: 18px;
        margin: 0 0 35px !important;
    }

    #about .owl-buttons {
        margin-top: 20px;
    }

    #about .message-body {
        margin-bottom: 45px;
    }

    #about .welcome-block img {
        margin: 0 25px 15px 0;
    }

/* service */
    .productos-item {
        width: 100%;
    }

/*portfolio*/
    .clientes-item {
        margin: 0 auto 10px;
        font-size: 14px;
        width: 280px;
    }
    .portfolio-item {
        margin: 0 auto 10px;
        font-size: 14px;
        width: 280px;
    }
    figcaption.mask {
        bottom: -107px;
        color: #fff;
        padding: 15px;
    }

/* lightbox */
    .fancybox-title h3 {
        font-size: 20px;
    }

    .fancybox-title p {
        font-size: 14px;
    }

/* testimonial */
    .testimonial-item {
        width: 95%;
    }

    .testimonial-item > div:before,
    .testimonial-item > div:after {
        background-image: none;
    }

    .testimonial-item > div > span {
        margin: 30px 0 20px;
    }

/* price */
    .price-table {
        margin-bottom: 50px;
    }

/* follow us */
    .social-button li:nth-child(2) {
        margin: 0 25px;
    }

    .social-button li a {
        height: 65px;
        line-height: 71px;
        width: 65px;
    }

/* contact form */
    .contact-form {
        margin-bottom: 50px;
    }

/* footer */
    .footer-content {
        width: 100%;
    }

    .footer-social ul li {
        margin: 0 7px;
    }

   .contenedorPiePagina {
         flex-flow: column wrap !important;  
         text-align: center !important;
         font-size: 16px !important; 
    }
 
}


/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    .sec-title .titulo-seccion:after {
        left: 38%;
    }

/* home slider */
    .caption-content h2 {
        font-size: 35px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 35px;
    }

/*about*/

    #about .welcome-block h3 {
        margin: 0 0 35px;
    }

/* service */

    .productos-item {
        margin: 0 auto 50px;
        width: 55%;
    }

/* portfolio */
    .clientes-item {
        width: 48%;
    }
    .portfolio-item {
        width: 48%;
    }
    figcaption.mask {
        bottom: -132px;
    }

/* testimonial */
    .testimonial-item {
        width: 80%;
    }

    .testimonial-item > div:before {
        bottom: 160px;
    }

/* social */
    .social-button li:nth-child(2) {
        margin: 0 50px;
    }

    .social-button li a {
        height: 90px;
        line-height: 96px;
        width: 90px;
    }

/* price */
    .price-table {
        margin-bottom: 50px;
    }

/* contact form */
    .contact-form {
        margin-bottom: 50px;
    }

/* footer */
    .footer-content {
        width: 380px;
    }
}

.fondo-azul1 {
        background-color: rgb(36, 133, 186);
}
.fondo-azul2 {
    background-color: rgb(46, 134, 164);
}
.fondo-azul3 {
    background-color: rgba(4, 124, 206, 0.7);
}
.fondo-azul4 {
    background-color: rgba(23, 124, 179, 0.7);
}
.fondo-gris1 {
    background-color:  rgba(31, 49, 62, 0.7);
}
.espaciador-cabecera{
        height:100px;
}
#home.home-como-lo-hago{
		   
background-size: cover;
background-position: center;
background-color: #F9F6F6;
/*background-image: none;*/
padding: 0px;   
margin-top: 5px;

}
.fondoPrincipal {

    background-color: rgba(173, 172, 172, 0.25);
    background-image: url(../img/Factory-Soft-Venezuela-Fondo-Principal.jpg);
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.no-back {
   background-color: transparent !important;
}

.titulo1{

	font-size: 40px;
	font-weight: bold;
	color: rgb(31, 53, 146);
	margin-bottom: 5px;
}
.underline{
	width: 100%;
	height: 5px;
	background-color: #3A95C6;
}

.separador{
	width: 100%;
	height: 5px;
	background-color: rgb(31, 53, 146);
}

div.espacio{
	width: 100%;
	height: 40px;
}

.roundedImg{
	border-radius: 100%;
	background-color: #515151;
	width: 80px;
	height: 80px;
	margin: 0px;
}
.bg-bottom{

	background-color:rgba(10, 10, 11, 0.9) ;
	background-image: url(../img/efactory-project-bgbottom.webp);
	background-size: cover;
	background-position: center;
	color: #FFF;
    opacity: 0.9;

}
.titulo-sombra{
	color: #FFF;
	text-shadow: 1px 2px #4E4E4E;
}
#divider .fa {
	color: #128CCB;
	font-size: 60px;
}
.img-descripcion{
			
	font-size: 16px;
	background-color: rgba(2, 1, 1, 0.56);
}
.panel-conclusion {
    background-color: rgba(255, 255, 255, 0.79);
    color: #0f0f0f;
    visibility: visible;
    animation-delay: 0.6s;
    animation-name: fadeInLeft;
    padding: 10px;
    border-radius: 4px;
    font-weight: 500;
}
.mensajePrincipal {
    font-size: 24px;
    padding: 8px;
    color: white;
    background-color: rgb(14, 54, 170);
    text-align: center;
    font-weight: 100;
}

.panelInicio {
    margin-top: 5px;
}

.panelInicioQueEsERP {
   background-image: url(../img/erp-empresas.jpg);
   background-size: cover !important;
   background-position: center;
   padding: 5em 0 5em 0;
   margin-top: 5px;
   text-align: center;
}

.panel-texto {
    color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 8px;
    visibility: visible;
    animation-delay: 0.6s;
    animation-name: fadeInLeft;
}
.paneles{
	margin: 10px;
}

.TituloSeccion{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: rgb(14, 54, 170);
}

div.caja *:not( li ){
	margin: 20px 0px;
}

div.caja div.container{
	text-align: justify;
}

div.separador{
	margin: 20px 0px;
}

   .btn-prueba-green {
            border-radius: 4px;
            color: white;
            right: 16px;
            margin-top: 0px;
            top: 170px;
          
            background: rgba(122,219,76,1);
            background: -moz-linear-gradient(top, rgba(122,219,76,1) 0%, rgba(32,184,24,0.98) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(122,219,76,1)), color-stop(100%, rgba(32,184,24,0.98)));
            background: -webkit-linear-gradient(top, rgba(122,219,76,1) 0%, rgba(32,184,24,0.98) 100%);
            background: -o-linear-gradient(top, rgba(122,219,76,1) 0%, rgba(32,184,24,0.98) 100%);
            background: -ms-linear-gradient(top, rgba(122,219,76,1) 0%, rgba(32,184,24,0.98) 100%);
            background: linear-gradient(to bottom, rgba(122,219,76,1) 0%, rgba(32,184,24,0.98) 100%);
            background-color: #000;
        }
        .btn-prueba-green:hover,  .btn-prueba-green:active,  .btn-prueba-green:focus {
          
            background: rgba(122,219,76,1);
            background: -moz-linear-gradient(top, rgba(122,219,76,1) 0%, rgba(32,184,24,0.78) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(122,219,76,1)), color-stop(100%, rgba(32,184,24,0.78)));
            background: -webkit-linear-gradient(top, rgba(122,219,76,1) 0%, rgba(32,184,24,0.78) 100%);
            background: -o-linear-gradient(top, rgba(122,219,76,1) 0%, rgba(32,184,24,0.78) 100%);
            background: -ms-linear-gradient(top, rgba(122,219,76,1) 0%, rgba(32,184,24,0.78) 100%);
            background: linear-gradient(to bottom, rgba(122,219,76,1) 0%, rgba(32,184,24,0.78) 100%);

            background-color: rgba(20, 13, 13, 0.95);
            color: white;
        }
         .piePagina {background-color: #F0F0F0 !important; border-top: 1px solid #CCC;  color: #000000 !important; padding: 40px !important;letter-spacing: 0.2pt;}
        .contenedorPiePagina { display:flex;  flex-flow: row wrap;  text-align: left;font-size: 14px; margin-bottom: 10px;}
        .contenedorPiePagina  ul {list-style-type:none; padding: 0px;}
        .contenedorPiePagina ul li { margin-top: 8px; }
        .contenedorPiePagina a { font-weight: 500;color: rgb(7, 42, 187); font-size: 14px; }
        .footer-content a {color: rgb(7, 42, 187)}
        h2.TitulosPieDePagina {margin-bottom: 2rem;}
        .columna { flex-basis: 20%; flex-shrink: 2;padding-left: 10px; padding-right: 10px;}
        .first-col { flex-basis: 150px;}
        .last-col { flex-basis: 100px; flex-grow: 1;}
        .texto-logo {font-size: 12px; font-weight: bold; color: rgb(6, 33, 147);}
        .linkLogo {color: white; margin-top: 20px; display: inline-block; }
        .copyright-area { width: 100%; margin-top: 10px;}
