/********************************************************** Diseño PattiPujol ****************************************************************/

.loader{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 100000;
    text-align: center;
}

.loader_box{
    width: 120px;
    height: 130px;
    background: #fff;
    margin: 0 auto;
    margin-top: 20%;
}

.loader_box_small{
    width: 50px;
    height: 50px;
    background: #6F9ED4;
    float: left;
    border: 1px solid #6F9ED4;
}

.loader_box_small.white{
     background: #fff;
}

.loader_box_small:nth-child(1){
    margin: 10px 20px 20px 0;
}

.loader_box_small:nth-child(3) {
    margin: 0 0 0 20px;
    float: right;
}

.loader_texto{
    margin-top: 20px;
    text-align: center;
}

.loader_texto span{
    font-size: 25px;
    font-weight: bold;
    color: #6F9ED4;
}

/***************** HEADER **************/

.progress-bar {
  background: #6F9ED4;
}

.headerMenuButton:before{
    background: #6F9ED4;
}

.headerMenuButton:hover{
    color: #6F9ED4;
}

.btnScrollTop {
    background: #6F9ED4;
}

span.destacado{
    color: #6F9ED4;
    border-bottom: 1px solid #6F9ED4;
}

.headerMenuButton.active{
    color: #6F9ED4;
}

.headerMenuButton.active:before{
    right: 0;
}

/********************************************* CONTENIDO GLOBAL *****************************************************/

.btnScrollTop {
    background: #6F9ED4;
}

.seccionTitulo span{
    color: #666;
}

span.destacado {
    color: #6F9ED4;
    border-bottom: 1px solid #6F9ED4;
}

/********************************************* SECCION 1 *****************************************************/

.seccion1{
    height: 600px;
    background-image: url(../imagenes/portadas/AnalyticsPortada.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.seccionTxt {
    width: 100%;
    height: 600px;
    line-height: 800px;
    text-align: center;
    z-index: 3;
    position: absolute;
    width: 100%;
}

/********************************************* SECCION 2 *****************************************************/

.seccion2Que {
    padding: 80px 0;
    background: #6F9ED4;
    height: auto;
}
/*********************************************** SECCION 2.1 *****************************************************/

/*********************************************** SECCION 3 *****************************************************/

.seccion3{
    height: auto;
    background-image: url(../imagenes/analytics.jpg);
    background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 200px 0;
}

/*********************************************** SECCION 4 *****************************************************/

.seccion4{
    height: auto;
    background: #f3f3f3;
    padding: 50px 0;
    z-index: 5;
}

.seccion4Content{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.seccion4Robot{
    width: 35%;
    padding-right: 5%;
    text-align: right;
}

.seccion4Robot img{
    height: 310px;
}

.seccion4Txt{
    width: 60%;
}

.seccion4TxtCaja{
    margin: 20px 0;
    width: 100%;
    height: auto;
    text-align: left:
}

.seccion4TxtCaja span{
    font-size: 25px;
    color: #666;
    line-height: 35px;
}

.seccion4TxtCaja img{
    width: 35px;
    float: left;
    margin-right: 10px
}

.seccion4Robot_responsive{
    display: none;
    text-align: center;
}

.seccion4Robot_responsive img{
    width: 150px
}

/*********************************************** SECCION 5 *****************************************************/

.seccion5{
    height: auto;
    background: #fff;
    padding: 100px 0 50px 0;
    z-index: 5;
}

.seccion5Content{
    height: 400px;
}

.seccion5ContentCaja{
    float: left;
    width: 25%;
    text-align: center;
    height: 400px;
    cursor: pointer;
    display: block;
    display: table;
}

.seccion5ContentCaja.visible .seccion5txtVisible{
    display: none;
}

.seccion5ContentCaja.visible .seccion5txtInvisible{
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.seccion5txtVisible{
    background: #fff;
    display: table-cell;
	vertical-align: middle;
    background: rgba(102, 102, 102, 0.7);
}

.seccion5txtVisible:hover .seccion5txtVisible span{
    text-decoration: underline;
}

.seccion5txtVisible:hover{
    background: rgba(111, 158, 212, 0.7);
}

.seccion5txtVisible span{
    color: #fff;
    font-size: 25px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px #000;
}

.seccion5txtVisible:hover span{
    border-bottom: 1px solid #fff;
}

.seccion5txtVisible img.seccion5Icono{
    width: 75px;
    margin-bottom: 10px;
}

.analisis{
    background-image: url(../imagenes/analisis.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.requisitos{
    background-image: url(../imagenes/Requisitos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.robot{
    background-image: url(../imagenes/robotizacion.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.implantacion{
    background-image: url(../imagenes/implementacion.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.seccion5txtInvisible{
    background: #6F9ED4;
    display: none;
}

.seccion5txtInvisible span{
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

.seccion5txtInvisible .linkComo{
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-top: 25px;
}

.seccion5txtInvisible .linkComo:hover{
    text-decoration: underline;
}

.seccion{
    background: #efefef;
    padding: 30px 0;
}

.procesosMetodologia{
    width: 100%;
    height: auto;
    text-align: center;
}

.procesosMetodologia img{
    width: 850px;
    height: auto;
    text-align: center;
}

#procesosResponsive{
    display: none;
}

.slider{
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider li{
    text-align: center;
}

.paginacion{
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.paginacion li{
    font-size: 20px;
    margin: 2px 5px;
    cursor: pointer;
    color: #666;
}

/*********************************************** SECCION 6 *****************************************************/

.seccion6{
    height: auto;
    background: #fff;
    padding: 50px 0;
    z-index: 5;
}

.seccion6Content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    height: auto;
}

.seccion6Caja{
    text-align: center;
    width: 400px;
    padding: 20px 50px;
    height: auto;
    margin: 30px 0;
}

.seccion6Caja img{
    width: 100px;
    margin-bottom: 15px;
}

.seccion6Caja span{
    font-size: 20px;
    color: #666;
}

.seccion6Caja span b{
    text-transform: uppercase;
}

/*********************************************** SECCION 7 *****************************************************/

.seccion7{
    height: auto;
    background: #f3f3f3;
    background-position: top;
    text-align: center;
    padding: 50px 0;
}

.seccion7Titulo{
    color: #666;
    font-size: 20px;
    text-align: center;
}

.seccion7Content{
    margin-top: 30px;
    text-align: center;
}

.seccion7Content img{
    height: 50px;
    margin-left: 15px;
}

/*********************************************** SECCION 8 *****************************************************/

.seccion8{
    height: auto;
    background: #fff;
    padding: 50px 0 100px 0;
    z-index: 500;
    position: relative;
    z-index: 1;
}

.seccion8Content{
    height: 900px;
}

.seccion8Caja{
    float: left;
    width: 33%;
    height: 300px; 
	display: table;
    text-align: center;
    overflow: hidden;
    background: #6F9ED4;
}

.seccion8CajaVisible{
    display: table-cell;
	vertical-align: middle;
    background: rgba(102, 102, 102, 0.7);
}

.seccion8CajaVisible span{
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    text-shadow: 1px 1px #000;
}

.seccion8CajaInvisible{
    display: none;
    background: #6F9ED4;
}

.seccion8CajaInvisible span{
    color: #fff;
    font-size: 25px;
    line-height: 30px;
}

.seccion8CajaInvisible .link{
    color: #fff;
    font-size: 18px;
    width: 50px;
    margin: 20px auto 0 auto;
    cursor: pointer;
}

.seccion8CajaInvisible .link:hover{
    text-decoration: underline;
}

.email{
    background-image: url(../imagenes/clasificacion.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lenguaje{
    background-image: url(../imagenes/analisis.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.chatbot{
    background-image: url(../imagenes/chatbot.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.llamadas{
    background-image: url(../imagenes/help.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ivr{
    background-image: url(../imagenes/LenguajeNatural.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.documentos{
    background-image: url(../imagenes/datos.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.categorizacion{
    background-image: url(../imagenes/jerarquia.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cognitivo{
    background-image: url(../imagenes/agenteVirtual.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.encuestas{
    background-image: url(../imagenes/encuestas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*********************************************** CONTACTO - SECCION 9 *****************************************************/

.seccion9{
    background: #6F9ED4;
}

.spanObliga{
    color: #6F9ED4;
}

.spanObliga span{
    color: #6F9ED4;
}

.datosPersonalesCaja input{
    background: #6F9ED4;
}

.datosPersonalesCaja input:focus{
    border-color: #f7a5db;
}

.datosPersonalesCaja select{
    background: #6F9ED4;
}

.datosPersonalesCaja select:focus{
    border-color: #f7a5db;
}

.asuntoMensajeCaja select{
    background: #6F9ED4;
}

.asuntoMensajeCaja select:focus{
    border-color: #f7a5db;
}

.asuntoMensajeCaja textarea{
    background: #6F9ED4;
}

.asuntoMensajeCaja textarea:focus{
    border-color: #f7a5db;
}

.interesesC3Caja input[type="checkbox"] + label span {
    background: #6F9ED4;
}

.validarEnvioCaja input[type="checkbox"] + label span {
    background: #6F9ED4;
}

.spanAceptTerminos span{
    color: #6F9ED4;
}

.btnEnviar {
    background: #6F9ED4;
}

.btnEnviar:hover{
    color: #6F9ED4;
    border: 2px solid #fff;
}

.spanCampoReq span{
    color: #6F9ED4;
}

/************************************************ CONTACTO - SECCION 9 - POPUP *****************************************************/

.popUpEnviando {
    color: #6F9ED4;
}

.popUpEnvioSuccess{
    color: #6F9ED4;
}

.popUpEnvioSuccessClose i:hover{
    color: #6F9ED4;
}

/******************************************** MEDIA ******************************************************/

@media (max-width:1500px){
    
    .divPeque{
        width: 90%;
        margin: 0 auto;
    }
    
}

@media (max-width:1300px){
    
    .divPeque{
        width: 100%;
        margin: 0;
    }
    
}

@media (max-width:1200px){
    
    /********************************** SECCION 4 ****************************************/
    
    .seccion4Robot {
        width: 30%;
    }
    
    .seccion4Txt {
        width: 65%;;
    }
    
    /******************************* SECCION 5 *****************************/
    
    .seccion5Content {
        height: 800px;
    }
    
    .seccion5ContentCaja {
        width: 50%;
    }
    
    /******************************* SECCION 8 *****************************/
    
    .seccion8Content {
        height: 1200px;
    }
    
    .seccion8Caja {
        float: left;
        width: 50%;
    }
    
}

@media (max-width:1100px){

    
 /******************************* SECCION 4 *****************************************/

    .seccion4Content {
        width: 100%;
        display: block;
        padding: 0 50px
    }
    
    .seccion4Robot{
        display: none;
    }
    
    .seccion4Robot_responsive{
        display: block;
    }
    
    .seccion4Txt{
        height: auto;
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    
}

@media (max-width: 900px){
    
 /******************************* SECCION 1 ******************************/
    
    .seccion1 {
        background-image: url(../imagenes/portadas/AnalyticsPortada-responsive.jpg);
        background-attachment: inherit;
        height: 600px;
        background-position: right;
    }

/******************************* SECCION 3 *****************************/ 
    
    .seccion3 {
        background-image: url(../imagenes/analytics-responsive.jpg);
        background-attachment: inherit;
    }

/******************************* SECCION 4 *****************************************/

    .seccion4Content {
        padding: 0 20px
    }
    
/******************************* SECCION 5 *****************************/
    
    .seccion5 {
        padding: 50px 0;
    }
    
    .seccion5Content {
        height: auto;
    }
    
    .seccion5ContentCaja {
        float: none;
        width: 100%;
        height: 250px;
    }
    
    #procesoGrande{
        display: none;
    }
    
     #procesosResponsive{
        display: block;
    }
    
/************************************ SECCION 7 ***********************************/
    
    .seccion7Titulo {
        padding: 20px;
        line-height: 30px;
    }
    
    
/******************************* SECCION 8 *****************************/
    
    .seccion8Content {
        height: auto;
    }
    
    .seccion8Caja {
        float: none;
        width: 100%;
        height: 250px;
    }
    
/******************************* SECCION 9 *****************************/
    
    .interesesC3Digital {
        height: auto;
    }
    
    .interesesC3 {
        height: auto;
    }
    
    .interesesC3Caja{
        float: none;
        width: 100%;
    }
    
}

@media (max-width: 600px){

/******************************* SECCION 1 ******************************/
    
    .btnScrollTop {
        display: none; 
        position: fixed;
        bottom: 20px;
        right: 0;
        border: 1px solid #fff;
        outline: none;
        background: #6F9ED4;
        color: #fff;
        cursor: pointer;
        padding: 10px 15px;
        border-radius: 3px 0 0 3px;
        z-index: 7000;
        font-size: 22px;
        opacity: 0.8;
        border-right: none;
    }
    
    .btnScrollTop i{
       margin-bottom: 0;
    }
    
    .btnScrollTop span{
        display: none;
    }
    
    /******************************* SECCION 4 *********************************/
    
    .seccion4Txt {
        padding-left: 20px;
    }
    
     /******************************* SECCION 5 *****************************/
    
    .seccion4txt {
        margin-top: 90px;
    }
    
    .seccion4CajaProceso {
        height: auto;
    }
    
    .seccion4CajaProcesoImg {
        float: none;
        width: 100%;
    }

    /************************************ SECCION 7 ***********************************/
    
    .seccion7Titulo {
        padding: 20px;
        line-height: 30px;
    }
    
    /************************************ SECCION 8 ***********************************/
    
    .seccion8Content {
        height: auto;
    }
    
    .seccion8Caja {
        float: none;
        width: 100%;
    }
    
}

@media (max-width: 400px){
    
/************************************ SECCION 7 ***********************************/
    
    .seccion7 {
        padding: 50px 0;
    }
    
    .seccion7Titulo {
        padding: 0 10px;
    }
}