.field-formulario .submitted{
    display: none;
}

.field-formulario h2{
    display: none;
}

.node-type-landing-page .container.padding-y-30 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
/*CABECERA*/
.node-landing-page .cabecera{
    height: 280px;
    background-size: cover !important;
    transform: scaleX(-1);
    background-position-y: center !important;
    padding-top: 80px;
    padding-bottom: 40px;
}

.node-landing-page .cabecera .box{
    max-width: 1250px;
    margin: auto;
    transform: scaleX(-1);
    position: relative;
    padding: 0 14px;
}
.node-landing-page .cabecera .box .titulo{
    max-width: 1250px;
    margin: auto;
    /*position: static;*/
}
.node-landing-page .cabecera .box .titulo h3{
    font-size: 3.2em;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: #222;
    max-width: 75%;
    display: inline-block;
    padding: 20px 35px;
    text-transform: uppercase;
    background-color: #fff;
}

.node-landing-page .cabecera .box .subtitulo{
    max-width:75%;
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 10px 0px;
    background: #fff;
    display: inline-block;
    padding: 10px 35px;
    /*max-width: 75%;*/
}

.node-landing-page .cabecera .box .subtitulo h2 {
    font-size: 1em;
    margin: 0.1em 0;
    line-height: 1.20em;
}

.node-landing-page .group-ocultos{
    display:none;
}
/*BANDA SERVICIOS Y FORM*/
.node-landing-page .banda-servicios{
    background-color:#eaeaea;
}
.node-landing-page .banda-servicios .caja{
    max-width: 1250px;
    margin: 0 auto;
}
/* NUESTROS SERVICIOS*/
.node-landing-page .clase-servicios{
    width: 60%;
    display: inline-block;
    padding: 0 14px;
    float: left;
    position: relative;
    margin-top: 80px;
}
.node-landing-page .clase-servicios > h3, .field-name-field-servicios{
    margin: 0;
}
.node-landing-page .clase-servicios > h3{
    margin-top: 50px;
    margin-bottom: 40px;
}
.node-landing-page .clase-servicios > h3 span {
    color: #0081d1;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 35px;
}
.node-landing-page .banda-servicios .image-box {
    display: inline-block;
    padding: 10px 15px;
    float: left;
}
.node-landing-page .banda-servicios .title-box {
    display: block;
}
.node-landing-page .banda-servicios .title-box p{
    font-size: 25px;
    padding: 15px;
    margin: 0;
}
.node-landing-page .taxonomy-term h2{
   display:none;
}
.node-landing-page .banda-servicios .taxonomy-term img{
    width: 50px;
}
.node-landing-page .clase-servicios .field-name-field-servicios .field-item{
    font-size: 1.3em;
    padding: 20px;
}
/*CONTACTO FORM*/
.node-landing-page .contacto-form{
    border: 4px solid #eaeaea;
    padding: 0px 30px;
    background-color: white;
    display: inline-block;
    width: 40%;
    top: 50px;
    position: relative;
}
.node-landing-page .contacto-form > h3 {
    font-size: 1em;
    margin-bottom: 0px;
    width: 100%;
    margin-top: 20px !important;
    position: inherit;
    z-index: 1;
}
.node-landing-page .contacto-form footer{
    display:none;
}
.node-landing-page .contacto-form .form-item {
    border: 2px solid #bfbfbf;
    margin-bottom: 0px;
    height: 65px;
    float: left;
    width: 100%;
}
.node-landing-page .webform-component-number .caja-img {
    /*padding-right: 80px;*/
}
.node-landing-page .caja-img {
    font-size: 28px;
    /*width: 20%;*/
    float: left;
}
.node-landing-page .caja-img .fa{
    color: white;
    padding: 16px 20px;
    background: #bfbfbf;
}
.node-landing-page .caja-img .fa-user{
    padding:16px 24px;
}
.node-landing-page .fa-user::before, .node-landing-page .fa-envelope::before ,.node-landing-page .fa-suitcase::before{
    font-size: 30px;
}
.node-landing-page .caja-img .fa-mobile {
    padding: 6px 24px;
}
.node-landing-page .caja-img .fa-mobile::before{
    font-size: 50px;
}
.node-landing-page .contacto-form .form-item input{
    width: 80%;
    border: 0px;
    font-size: 20px;
    margin:0px;
    height: 60px;
    color: #565656;
    background:#fff; 
}
.node-landing-page .contacto-form .form-item .form-textarea-wrapper{
    width: 80%;
    line-height: 1.3;
    margin: 0px;
    height: 60px;
    display: inline-block;
}
.node-landing-page .contacto-form .form-item textarea{
    border: 0px;
    font-size: 20px;
    margin: 0px;
    height: 60px !important;
    padding: 16px 26px;
    width: 100%;
    background: #fff; 
}

.node-landing-page .webform-client-form .form-actions{
    padding: 30px 0 !important;
    height: 100%;
}

.node-landing-page .webform-client-form .webform-component-textarea textarea{
    min-height: inherit !important;
}

.node-landing-page .webform-component-textarea .grippie{
    display: none;
}

.node-webform .webform-client-form > div{
    margin: 0 !important;
}

.node-landing-page .contacto-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bfbfbf
}
.node-landing-page .contacto-form ::-moz-placeholder { /* Firefox 19+ */
    color: #bfbfbf
}
.node-landing-page .contacto-form :-ms-input-placeholder { /* IE 10+ */
    color: #bfbfbf
}
.node-landing-page .contacto-form :-moz-placeholder { /* Firefox 18- */
    color: #bfbfbf
}
.node-landing-page .contacto-form .form-actions input{
    border-radius: 0px;
    width: 100%;
    padding: 18px 10px;
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: #ff8000;
    border: 0 !important;
}
.node-landing-page .contacto-form .form-actions input:hover{
    color:white;
}


/*BANDA CARACTERISTICAS*/
.node-landing-page .banda-caracteristicas{
    max-width: 1250px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.node-landing-page .banda-caracteristicas p{
    padding: 0px 15px;
    padding-bottom: 40px;
    margin: 0px;
    font-size: 24px;
}
.node-landing-page .banda-caracteristicas p:first-child{
    font-size: 35px;
    color: black;
    font-weight: normal;
    padding: 60px 15px;
    margin-bottom: 0px;
    padding-bottom: 40px;
}

.node-landing-page .banda-caracteristicas .field-name-field-caracteristicas .field-item,.node-landing-page .banda-caracteristicas .field-caracteristicas{
    width: 25%;
    display: inline-block;
}
.node-landing-page .banda-caracteristicas .image-box .field-item {
    width: unset;
    display: unset;
}
.node-landing-page .banda-caracteristicas .image-box {
    display: block;
    padding: 10px 15px;
    text-align: center;
}

.node-landing-page .banda-caracteristicas .image-box img {
    width: 150px;
}

.node-landing-page .banda-caracteristicas .title-box {
    display: grid;
    text-align: center;
}

.node-landing-page .banda-caracteristicas .title-box p {
    font-size: 1.2em;
    padding: 10px 15px;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}

/*BANDA NARANJA*/
.node-landing-page .banda-naranja {
    background-color: #ff8000;
    /*height: 200px;*/
    background-size: cover !important;
    background-position-y: center !important;
}
.node-landing-page .banda-naranja .box{
    max-width: 1350px;
    margin: auto;
    position: relative;
    padding: 50px 14px;
    height: 100%;
    padding-left: 60px;
}
.node-landing-page .banda-naranja .logo{
    display:inline-block;
    float:left;
}
.node-landing-page .banda-naranja .logo img{
    width:80px;
}
.node-landing-page .banda-naranja .titulo{
    display:inline-block;
    float:left;
    padding: 0px;
    margin-right: 90px;
    margin-left:10px;
}

.node-landing-page .banda-naranja .titulo h2 div{
    color: white;
    font-size: 40px;
    font-weight: 400;
}
.node-landing-page .banda-naranja .buton {
    display:inline-block;
    height:100%;
}
.node-landing-page .banda-naranja .boton {
    float: left;
    background: white;
    padding: 25px 100px;
    font-size: 1.5em;
    margin-top: 10px;
    color:black;
}

 /*CARROUSEL DE EXPERIENCIAS*/
.node-landing-page .container1{
    max-width: 1450px;
    margin: auto;
    position: relative;
    padding: 80px 0px;
}
.node-landing-page  .views-slideshow-controls-top{
    position: absolute;
    width: 100%;
    top: 50%;
}
.node-landing-page  .views-slideshow-controls-text-next{
    float:right;
    transform:scale(1,1.5);

}
.node-landing-page .views-slideshow-controls-text-previous {
    transform:scale(1,1.5);
    float:left;
    margin-left:-100px;
}
.node-landing-page .views-slideshow-controls-text-pause {
    display: none;
}

.node-landing-page #views_slideshow_cycle_main_experiencias_magento_sistel-block_1 {
    width: 1250px;
    margin: 0 auto;
    position:relative;
}
.node-landing-page .container1 .titulo{
    width: 1250px;
    margin: auto;
    margin-bottom: 50px;
}
.node-landing-page .container1 .titulo h2{
    font-size: 35px;
    color: #0081d1;
    font-weight: normal;
    margin-left:15px;
    margin-top: 0px;
    text-transform:uppercase;
}
.node-landing-page a.flecha {
    color: #9c9c9c;
    font-size: 4em;
}

.node-landing-page .views_slideshow_controls_text span:hover{
    text-decoration:none;
}

.node-landing-page .container1 img{
    width:100%;
}
.node-landing-page .views-slideshow-cycle-main-frame-row-item {
    display: inline-block;

    text-align: center;
}
/*BANDA NOTICIAS*/

.node-landing-page .container2{
    max-width: 1250px;
    position: relative;
    margin:70px auto;
}

.node-landing-page .container2 .titulo h2{
    margin-left:15px;
    font-size: 35px;
    color: #0081d1;
    font-weight: normal;
    text-transform:uppercase;
}

@media screen and (min-width:800px) and (max-width: 1130px) {

    .node-landing-page .caja-img{
        width:20%;
    }
    .node-landing-page .cabecera .box .titulo h3{
        font-size: 2.5em;
        max-width: 100%;
    }

    .node-landing-page .cabecera .box .subtitulo{
        max-width: 100%;
        font-size: 1.1em;
    }
    .node-landing-page .banda-naranja{
        height: 100%;
    }

    .node-landing-page .banda-naranja .titulo h2 div{
        font-size: 1.5em;
    }

    .node-landing-page .banda-naranja .titulo{
        margin-right: 0;
        text-align: center;
    }

    .node-landing-page .banda-naranja .logo {
        display: block;
        float: inherit;
        text-align: center;
        margin: 0 auto;
    }

    .node-landing-page .banda-naranja .box {
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 50px 14px;
        height: 100%;
        text-align: center;
    }

    .node-landing-page .banda-naranja .titulo{
        width: 100%;
        margin-bottom: 30px;
    }
    .node-landing-page .contacto-form .form-item input, .node-landing-page .contacto-form .form-item .form-textarea-wrapper {
        float: right;
        width: 70%;
    }
}

@media screen and (max-width: 800px) {
    .node-landing-page .cabecera .box .titulo h3{
        font-size: 1.5em !important;
        max-width: 100%;
    }

    .node-landing-page .cabecera .box .subtitulo{
        max-width: 100%;
        font-size: 1em;
    }

    .node-landing-page .banda-caracteristicas .field-caracteristicas{
        width: 50%;
    }

    .node-landing-page .container1 .titulo,
    .node-landing-page .banda-naranja,
    .node-landing-page .contacto-form, 
    .node-landing-page .contacto-form .form-item .form-textarea-wrapper,
    .node-landing-page .clase-servicios{
        width: 100%;
    }

    .node-landing-page .views-slideshow-controls-top{
        display: none;
    }

    .node-landing-page .views-slideshow-cycle-processed,
    .node-landing-page .banda-caracteristicas .title-box p{
        text-align: center;
    }

    .node-landing-page .banda-naranja .titulo h2 div{
        font-size: 1.5em;
    }

    .node-landing-page .banda-naranja .titulo{
        margin-right: 0;
        text-align: center;
    }

    .node-landing-page .banda-naranja .logo {
        display: block;
        float: inherit;
        text-align: center;
        margin: 0 auto;
    }

    .node-landing-page .banda-naranja .box {
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 50px 14px;
        height: 100%;
        text-align: center;
}

    .node-landing-page .banda-naranja .titulo{
        width: 100%;
        margin-bottom: 30px;
    }

    .node-landing-page .banda-caracteristicas p{
        font-size: 1em;
        text-align: justify;
    }

    .node-landing-page .banda-caracteristicas .title-box p{
        font-size: 1em;
    }
    .node-landing-page .views-slideshow-cycle-main-frame-row-item{
        margin-bottom:20px;
    }

    .node-landing-page .clase-servicios,
    .node-landing-page .linkedin-div{
        margin-top: 0 !important;  
    }

}

.node-landing-page .banda-servicios .title-box p{
    display:flex;
}

@media screen and (max-width: 430px) {
    .node-landing-page .contacto-form .form-item input{
        width: 100%;
    }
    .node-landing-page .caja-img{
        display: none;
    }
    .node-landing-page .banda-naranja .boton{
        padding: 20px 40px;
    }

}

@media screen and (min-width: 1130px) and (max-width: 1320px) {

    .node-landing-page .banda-naranja{
        height: 100%;
    }

    .node-landing-page .banda-naranja .titulo h2 div{
        font-size: 1.5em;
    }

    .node-landing-page .banda-naranja .titulo{
        margin-right: 0;
        text-align: center;
    }

    .node-landing-page .banda-naranja .logo {
        display: block;
        float: inherit;
        text-align: center;
        margin: 0 auto;
    }

    .node-landing-page .banda-naranja .box {
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 50px 14px;
        height: 100%;
        text-align: center;
    }

    .node-landing-page .banda-naranja .titulo{
        width: 100%;
        margin-bottom: 30px;
    }
}


/*GRACIAS LANDING PAGE*/

.node-landing-page .text-big{
    font-size: 48px;
    font-weight: 800;
}
.node-landing-page .text-small {
    font-size: 24px;
    font-weight: 400;
}
.node-landing-page .background-cover {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

.node-landing-page .padding-y-20{
    padding-top:50px;
}


/*foto linkedin*/

.node-landing-page .linkedin-div{
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: -90px;
    text-align: center;
}

.node-landing-page .field-imagen-linkedin img{
    border-radius: 100%;
    border:5px solid #eaeaea;
}
.node-landing-page .field-nombre-linkedin{
    display: inline-block;
    padding: 0px 10px;
    font-weight: 400;
    font-size: 25px;
}
.node-landing-page .contacto-form{
    width:100%;
}
@media screen and (min-width:975px) {
    .node-landing-page .banda-servicios {
        height: 680px;
    }
    .node-landing-page .linkedin-div, .node-landing-page .contacto-form{
        width:40%;
    }

}
.node-landing-page .contacto-form{
    top:20px;
}

.contacto-form::before {
    content: "arrow";
    background: white;
    width: 50px;
    height: 50px;
    position: absolute;
    transform: rotate(45deg);
    display: inline-block;
    margin-top: -10px;
    color: #fff;
    left: 45%;
}

.field-info-del-formulario{
    z-index: 1;
    position: inherit;
}

.field-info-del-formulario p{
    margin: 0;
}

