/********************************************************** 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: #642483;
    float: left;
    border: 1px solid #642483;
}

.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: #642483;
}

/***************** HEADER **************/

.progress-bar {
  background: #642483;
}

.headerMenuButton:before{
    background: #642483;
}

.headerMenuButton:hover{
    color: #642483;
}

.btnScrollTop {
    background: #642483;
}

span.destacado{
    color: #642483;
    border-bottom: 1px solid #642483;
}

.headerMenuButton.active{
    color: #642483;
}

.headerMenuButton.active:before{
    right: 0;
}

/********************************************* CONTENIDO GLOBAL *****************************************************/

.btnScrollTop {
    background: #642483;
}

.seccionTitulo span{
    color: #666;
}

span.destacado {
    color: #642483;
    border-bottom: 1px solid #642483;
}

/********************************************* SECCION 1 *****************************************************/

.seccion1{
    height: 600px;
    background-image: url(../imagenes/portadas/speechPortada.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.seccionTxt {
    width: 100%;
    height: 600px;
    line-height: 700px;
    text-align: center;
    z-index: 3;
    position: absolute;
}

/********************************************* SECCION 2 *****************************************************/

.seccion2Que {
    padding: 100px 0;
    background: #642483;
    height: auto;
}

/*********************************************** SECCION 2.1 *****************************************************/

/*********************************************** SECCION 3 *****************************************************/

.seccion3{
    height: auto;
    background-image: url(../imagenes/speechp.jpg);
    background-position: top;
	background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 150px 0;
}

/*********************************************** SECCION 4 *****************************************************/

.seccion4{
    height: auto;
    background: #f3f3f3;
    padding: 50px 0;
    z-index: 5;
}

.seccion4Content{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.seccion4Robot{
    width: 35%;
    padding-right: 5%;
    text-align: right;
}

.seccion4Robot img{
    height: 270px;
}

.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: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: row wrap;
}

.seccion5ContentCaja{
    width: 16.66%;
    text-align: center;
    height: 400px;
    display: block;
    display: table;
}

.seccion5txtVisible{
    background: #fff;
    display: table-cell;
	vertical-align: middle;
    background: rgba(102, 102, 102, 0.8);
    padding: 0 20px;
}

.seccion5txtVisible span{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px #000;
}

.seccion5txtVisible img.seccion5Icono{
    width: 75px;
    margin-bottom: 10px;
}

.informacion{
    background-image: url(../imagenes/informacion.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.diseno{
    background-image: url(../imagenes/construir.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.categorias{
    background-image: url(../imagenes/jerarquia.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.informes{
    background-image: url(../imagenes/Requisitos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.observatorio{
    background-image: url(../imagenes/analisis2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.seguimiento{
    background-image: url(../imagenes/seguimiento.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.seccion5txtInvisible{
    background: #642483;
    display: none;
}

.seccion5txtInvisible span{
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

/*********************************************** 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: 500px;
    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;
}

.seccion6Icono{
    margin: 15px 0;
}

    .seccion6Icono span{
        font-size: 75px;
        color: #642483;
    }

/*********************************************** 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: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: row wrap;
}

.seccion8Caja{
    width: 25%;
    height: 300px;
	display: table;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.seccion8Caja.visible .seccion8CajaInvisible{
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.seccion8Caja.visible .seccion8CajaVisible{
    display: none;
}

.seccion8CajaVisible{
    display: table-cell;
	vertical-align: middle;
    background: rgba(102, 102, 102, 0.7);
    padding: 0 20px;
}

.seccion8CajaVisible:hover{
    background: rgba(100, 36, 131, 0.7);
    color: #fff;
}

.seccion8CajaVisible:hover span{
    border-bottom: 1px solid #fff;
}

.seccion8CajaVisible:hover span.seccion8CajaVisible-peque{
    border-bottom: none;
}

.seccion8CajaVisible span{
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    text-shadow: 1px 1px #000;
}

span.seccion8CajaVisible-peque{
    font-size: 20px;
}

.seccion8CajaInvisible{
    display: none;
    background: #642483;
}

.seccion8CajaInvisible span{
    color: #fff;
    font-size: 25px;
}

.seccion8CajaInvisible span.fuente{
    color: #fff;
    font-size: 12px;
}

.link{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}

.link:hover .masinfo{
    visibility: visible;
    opacity: 1;
}

span.masinfo{
    color: #642483;
    font-size: 15px;
}

.masinfo{
    visibility: hidden;
    position: absolute;
    width: 75px;
    background-color: #fff;
    color: #642483;
    text-align: center;
    padding: 5px 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    top: 135%;
    left: 180%;
    margin-left: -60px;
    border-radius: 2px;
}

.masinfo::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.script{
    background-image: url(../imagenes/language.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ventas{
    background-image: url(../imagenes/comerce.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.costes{
    background-image: url(../imagenes/reducirCostes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cliente{
    background-image: url(../imagenes/calidad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.competencia{
    background-image: url(../imagenes/competencia.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fidelizar{
    background-image: url(../imagenes/felicidad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.calidad{
    background-image: url(../imagenes/help.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.proveedores{
    background-image: url(../imagenes/ventas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*********************************************** CONTACTO - SECCION 9 *****************************************************/

.seccion9{
    background: #642483;
}

.spanObliga{
    color: #642483;
}

.spanObliga span{
    color: #642483;
}

.datosPersonalesCaja input{
    background: #642483;
}

.datosPersonalesCaja input:focus{
    border-color: #f7a5db;
}

.datosPersonalesCaja select{
    background: #642483;
}

.datosPersonalesCaja select:focus{
    border-color: #f7a5db;
}

.asuntoMensajeCaja select{
    background: #642483;
}

.asuntoMensajeCaja select:focus{
    border-color: #f7a5db;
}

.asuntoMensajeCaja textarea{
    background: #642483;
}

.asuntoMensajeCaja textarea:focus{
    border-color: #f7a5db;
}

.interesesC3Caja input[type="checkbox"] + label span {
    background: #642483;
}

.validarEnvioCaja input[type="checkbox"] + label span {
    background: #642483;
}

.spanAceptTerminos span{
    color: #642483;
}

.btnEnviar {
    background: #642483;
}

.btnEnviar:hover{
    color: #642483;
    border: 2px solid #fff;
}

.spanCampoReq span{
    color: #642483;
}

/************************************************ CONTACTO - SECCION 9 - POPUP *****************************************************/

.popUpEnviando {
    color: #642483;
}

.popUpEnvioSuccess{
    color: #642483;
}

.popUpEnvioSuccessClose i:hover{
    color: #642483;
}

/******************************************** MEDIA ******************************************************/

@media (max-width:1500px){
    
    .divPeque{
        width: 90%;
        margin: 0 auto;
    }

    /******************************* SECCION 5 *****************************/
    
    .seccion5ContentCaja {
        width: 33.33%;
    }
}

@media (max-width:1300px){
    
    .divPeque{
        width: 100%;
        margin: 0;
    }
    
}

@media (max-width:1200px){
    
    /********************************** SECCION 4 ****************************************/
    
    .seccion4Robot {
        width: 30%;
    }
    
    .seccion4Txt {
        width: 65%;;
    }
    
    /******************************* SECCION 8 *****************************/
    
    .seccion8Content {
        height: 1200px;
    }
    
    .seccion8Caja {
        width: 50%;
    }
    
}

@media (max-width: 900px){
    
    .loader_box{
        margin-top: 40%;
    }
    
 /******************************* SECCION 1 ******************************/
    
    .seccion1 {
        background-image: url(../imagenes/portadas/speechPortada-responsive.jpg);
        background-attachment: inherit;
        height: 600px;
        background-position: right;
    }
    
/******************************* SECCION 3 *****************************/ 
    
    .seccion3 {
        background-image: url(../imagenes/speechp-responsive.jpg);
        background-attachment: inherit;
    }
    
 /******************************* 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;
    }
    
/******************************* SECCION 5 *****************************/
    
    .seccion5 {
        padding: 50px 0;
    }
    
    .seccion5Content {
        height: auto;
    }
    
    .seccion5ContentCaja {
        float: none;
        width: 100%;
        height: 250px;
    }
    
/************************************ SECCION 7 ***********************************/
    
    .seccion7Titulo {
        padding: 20px;
        line-height: 30px;
    }
    
    
/******************************* SECCION 8 *****************************/
    
    .seccion8Content {
        height: auto;
    }
    
    .seccion8Caja {
        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: #642483;
        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 *****************************************/

    .seccion4Content {
        padding: 0 20px
    }

    /************************************ SECCION 7 ***********************************/
    
    .seccion7Titulo {
        padding: 20px;
        line-height: 30px;
    }
    
    /************************************ SECCION 8 ***********************************/
    
    .seccion8Content {
        height: auto;
    }
    
    .seccion8Caja {
        width: 100%;
    }
    
}

@media (max-width: 400px){

/************************************ SECCION 7 ***********************************/
    
    .seccion7 {
        padding: 50px 0;
    }
    
    .seccion7Titulo {
        padding: 0 10px;
    }
    
}