/*nav*/
.fullmenu {
	display:none;
	position: fixed;
	width: 70%;
	height: 80%;
	left: 0;
	top: -100%;
	text-align: center;
	background: #000;
	overflow: hidden;
	z-index: 10004;
	-webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000); 
}
.fullmenu img {
	opacity: 1; 
}
.fullmenu:after {
	content: '';
	position: absolute;
	left: 30px;
	top: 0;
	width: 50%;
	max-width:319px;
	height: 33%;
	/*background: url(../images/backs/bambus.png) no-repeat;*/
	background-size: contain;
	pointer-events: none;
}
.mostrar_menu {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.fullmenu .mod_menu {
	position: absolute;
	overflow: hidden;
	/*background-size:30%;*/
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	-moz-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	-o-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
}
.fullmenu.mostrar_menu .mod_menu {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.fullmenu .mod_menu:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.fullmenu .cont_menu_redes {
	    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -4px;
    margin-top: 10%;
}
.fullmenu ul {
	display: block;
	position: relative;
    padding: 0;
}
.fullmenu ul li {
	position: relative;
	display: block;
	width: 100%;
    text-align: left;
}
.fullmenu ul li a {
	position: relative;
	display: block;
	margin:.3em 0;
	font-family: 'Lato', sans-serif;
    text-align: left;
	color: #fff;
	font-size: 1em;
	font-weight: 200;
	line-height:2em;
	letter-spacing: normal;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #000;
    text-transform: uppercase;
    padding-left: 28px;
}
.fullmenu ul li a:hover, .fullmenu ul li.current a {
	/*background:rgba(0,144,69,.3);*/
	color: #4ac0e7;
	border-left-width: 2px;
    border-left-style: solid;
    /*border-left-color: #4ac0e7;*/
}
/*termina nav*/

/*lines button*/

button.lines-button {
	display:none;
	position: fixed;
	top: 0;
	right: 0;
	padding: 46px 20px;
	margin: 0;
	line-height: 5px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	cursor: pointer;
	user-select: none;
	border-radius: 0;
	background: none;
	border: 0;
	z-index:10005;
}
.lines-button:hover {
	opacity: 1;
}
.lines-button:active {
	transition: 0;
}
.lines {
	position: relative;
	display: block;
	width: 60px;
	height: 5px;
	background: #FFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.lines:before, .lines:after {
	position: absolute;
	display: block;
	width: 60px;
	height: 5px;
	background: #FFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	left: 0;
	content: '';
	-webkit-transform-origin: 60px center;
	-moz-transform-origin: 60px center;
	transform-origin: 60px center;
}
.lines:before {
	top: 14px;
}
.lines:after {
	top: -14px;
}
.lines-button:hover .lines:before {
	top: 16px;
}
.lines-button:hover .lines:after {
	top: -16px;
}
.lines-button.close {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.lines-button.x.close .lines {
	background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0 !important;
	width: 60px;
}
.lines-button.x.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
.fullmenu ul li.current a:before {
    content: "";
    background: url(../../../images/iconos/q.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    padding-top: 20px;
    left: 0;
    right: 0;
    /* margin: 0 auto; */
    width: 15px;
    height: 15px;
    /* opacity: 0; */
    transition: bottom 0.3s, opacity 0.15s;
    z-index: 10000;
}
/*termina lines button*/



@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {

}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:900px) {
  .logo {
    width: 25%;
  }

  .mainmenu {
      position: initial;
      margin-left: 15%;
  }
}

@media screen and (max-width:768px) {  
  .logo {
      width: 100px;
  }
  .headervisible .logo {
      top: 10px;
  }
  .mainmenu {
      display:none;
  }
  .fullmenu {
      display:block;
    overflow: scroll;
  }
  button.lines-button {
      display:block;
      padding: 55px 20px;
      line-height: 4px;
  }
  .lines {
      width: 40px;
      height: 4px;
  }
  .lines:before,
  .lines:after {
      width: 40px;
      height: 4px;
  }
  .lines:before {
      top: 10px;
  }
  .lines-button:hover .lines:before {
      top: 12px;
  }
  .lines:after {
      top: -10px;
  }
  .lines-button:hover .lines:after {
      top: -12px;
  }
  .lines-button.x.close .lines:before,
  .lines-button.x.close .lines:after {
      width: 40px;
  }
/*slider*/
/*.sliderwrapper {
	width:140%;
	margin:0 -13%;
}
.sliderwrapper .navigation-container {
	margin:0 15% !important;
}
.djslider-default .navigation-container img {
	-webkit-transform:scale(.8);
	-moz-transform:scale(.8);
	transform:scale(.8);
}
.djslider-default .navigation-container img:hover {
	-webkit-transform:scale(.9);
	-moz-transform:scale(.9);
	transform:scale(.9);
}
section .ls-fullwidth .ls-nav-prev, section .ls-fullwidth .ls-nav-next {
	-webkit-transform:scale(.8);
	-moz-transform:scale(.8);
	transform:scale(.8);
}
section .ls-fullwidth .ls-nav-prev:hover, section .ls-fullwidth .ls-nav-next:hover {
	-webkit-transform:scale(.9);
	-moz-transform:scale(.9);
	transform:scale(.9);
}
/*intro*/
  .inicio .slide-text p {
	 font-size: .8em;
  }
  .txt_1 > div {
      width: 49%;
  }
  .clientes_izq {
      width: 15%;
  }
  .clientes_der {
      padding-left: 15%;
      padding-bottom: 4em;
  }
  div#formulario {
      width: 90%;
  }
  .title_footer {
      font-size: 1.5em;
  }
  .cont_footer > div {
      display:  inline-flex;
      margin: 15px;
      width: 80%;
  }
  .columnas {
    margin: 0;
  }
  .mainmenu ul li a, span.separator {
    padding-left: 20px;
    font-weight: 700;
  }
  ul#set-rl_tabs-1 li {
    width: 33.333% !important;
  }
  div#servicios {
    padding-top: 1.5em;
  }
  div#soluciones {
    padding-top: 2em;
  }
}

@media screen and (max-width:568px) {
.lines {
    width: 30px;
    height: 2px;
}
.lines:before, .lines:after {
    width: 30px;
    height: 2px;
}
.lines:before {
    top: 7px;
}
.lines:after {
    top: -7px;
}
.fullmenu {
    height: 100%;
    width: 90%;
}
.fullmenu ul li a {
	font-size: 1em;
    line-height: 210%;
}
/*------------------------------------------------*/
  .inicio .slide-text p {
      font-size: .5em;
  }
  .txt_1 > div {
      width:  100%;
      margin-bottom: 4%;
      margin-top: 4%;
      border: 0;
  }
  div#formulario> div {
      width: 100%;
  }
  .title_footer {
      text-align:  center;
      margin-bottom: 5%;
  }
  button#Send, button.rsform-submit-button {
      margin-left: 25%;
  }
  .cont_footer {
      display:  block;
  }
  .col6 {
    width: 90%;
    margin-left: 6%;
  }
  div#djslider112 {
    margin-top: 6%;
  }
  div#djslider-loader114 {
    padding-top: 6%;
  }
  div#djslider-loader111, div#djslider-loader110, div#djslider-loader109, div#djslider-loader108, div#djslider-loader115 {
    padding-top: 6.5%;
  }
  ul#set-rl_tabs-1 li {
    width: 50% !important;
	text-align: center;
  }
}
@media screen and (max-width:480px) {
/*header y menu*/
.header {
	height:30px;
}
.logo {
    width: 100px;
    height: auto;
    overflow: hidden;
    top: 5px;
}

button.lines-button {
	/*padding: 20px 15px;*/
	line-height: 2px;
}
.lines {
	width: 30px;
	height: 2px;
}
.lines:before,
.lines:after {
	width: 30px;
	height: 2px;
}
.lines:before {
	top: 8px;
}
.lines-button:hover .lines:before {
	top: 8px;
}
.lines:after {
	top: -8px;
}
.lines-button:hover .lines:after {
	top: -8px;
}
.lines-button.x.close .lines:before,
.lines-button.x.close .lines:after {
	width: 30px;
}
button.lines-button {
    padding: 55px 15px;
}
.fullmenu ul li a {
    font-size: .9em;
}
/*slider*/
/*.djslider-default .navigation-container img {
	-webkit-transform:scale(.6);
	-moz-transform:scale(.6);
	transform:scale(.6);
}
.djslider-default .navigation-container img:hover {
	-webkit-transform:scale(.7);
	-moz-transform:scale(.7);
	transform:scale(.7);
}
section .ls-fullwidth .ls-nav-prev, section .ls-fullwidth .ls-nav-next {
	-webkit-transform:scale(.6);
	-moz-transform:scale(.6);
	transform:scale(.6);
}
section .ls-fullwidth .ls-nav-prev:hover, section .ls-fullwidth .ls-nav-next:hover {
	-webkit-transform:scale(.7);
	-moz-transform:scale(.7);
	transform:scale(.7);
}*/

  /*---------------------------------------------------------*/
  .inicio .slide-text p {
    font-size: .4em;
	margin-top: 20%;
  }
  div#nosotros .nos_cont p {
    font-size: .9em;
  }
  .txt_enfoque p {
    font-size: .9em;
  }
  .slide-desc-text.slide-desc-text-default {
    align-items: initial;
  }
  .cont_soluciones > div {
    width: 100% !important;
  }
  .cont_soluciones{
    display: grid;
  }
  .cont_soluciones > div .button{
    position: initial !important;
    bottom: 65px !important;
    z-index: 100;
  }
  p.derechos {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  div#djslider112 {
    margin-top: 7.9%;
  }
  .columna.col6 img {
    margin-top: -20%;
  }
  div#djslider-loader113 {
    padding-top: 7.8%;
  }
  div#djslider-loader114 {
    padding-top: 7.5%;
  }
  .formResponsive .formHorizontal .rsform-block {
    float: none;
    width: 100%;
    padding-top: 0;
    text-align: left;
  }
  div#djslider-loader111, div#djslider-loader110, div#djslider-loader109, div#djslider-loader108, div#djslider-loader115 {
    padding-top: 7.5%;
  }
  .caja_txt h2 {
    font-size: .9em;
  }
  .clientes_der {
    padding-left: 0;
}
.clientes_izq {
    width: 0;
    background: none;
    height: 0;
}
}

@media screen and (max-width:425px) {
  .caja_txt h2 {
      font-size: .8em;
  }
  .slide-text a.button.button_pasos {
    padding: 1% 5%;
  }
  
  div#djslider-loader103 {
    height: 60vh;
  }
  div#djslider103 {
      height: 60vh !important;
  }
  div#slider-container103 ul li {
      height: 55vh !important;
  }
}

@media screen and (max-width:375px) {
.lines {
    width: 20px;
    height: 2px;
}
.lines:before, .lines:after {
    width: 20px;
    height: 2px;
}
  .mainmenu ul li a, span.separator {
    letter-spacing: 0;
  }
  /*------------------------------------------------------*/
  div#djslider92 {
    margin-top: 9.5%;
  }
  .inicio .slide-text p {
    font-size: .35em;
  }
  h2.title {
    padding-bottom: 0;
    font-size: 1em;
  }
  .button_enfoque, .button_nosotros {
    width: 60%;
  }
  .enfoque_desc h2 {
    margin-bottom: 1em;
  }
  .title_footer {
    font-size: 1em;
  }
  .formResponsive .formHorizontal .rsform-block {
    float: none;
    width: 100%;
    padding-top: 0;
    text-align: left;
  }
  .cont_footer > div p {
    width: 90%;
    font-size: .9em;
  }
  
  .clientes_izq {
    width: 0;
    padding-right: 0;
  }
  .clientes_der {
    padding-left: 0%;
    padding-bottom: 4em;
  }
  .cont_2, .cont_1 {
    width: 100%;
  }
  .cont_1 {
    border-right: 0;
  }
  div#top_contacto span {
    display: inline-block;
    margin-left: 0;
  }
  .content_enoque {
    width: 100%;
  }
  div#djslider112 {
    margin-top: 9.9%;
  }
  div#djslider-loader113 {
    padding-top: 9.9%;
  }
  div#top_contacto span {
    font-size: .9em;
  }
  .col6 {
    width: 100%;
    margin: 0;
  }
  .columna.col6 p {
    font-size: .9em;
    text-align: justify;
  }
  .titulo_internas h2 {
    margin-top: 2em;
    letter-spacing: 0;
	margin-bottom: -0.5em;
  }
  div#djslider109, div#djslider110, div#djslider111, div#djslider108, div#djslider115, div#djslider112, div#djslider113, div#djslider114 {
    height: 28vh !important;
  }
  div#slider-container109 li, div#slider-container110 li, div#slider-container111 li, div#slider-container108 li, div#slider-container115 li, div#slider-container112 li, div#slider-container113 li, div#slider-container114 li {
	height: 28vh !important;
  }
  div#djslider-loader114 {
    padding-top: 9.9%;
  }
  div#djslider-loader111, div#djslider-loader110, div#djslider-loader109, div#djslider-loader108, div#djslider-loader115 {
    padding-top: 9.9%;
  }
  .titulo_internas img {
    margin-bottom: -2em;
	max-width: 35px;
  }
  img#prev103 {
    margin-top: 10%;
  }
  img#next103 {
      margin-top: 10%;
  }

  span.rl_tabs-toggle-inner.nn_tabs-toggle-inner {
    line-height: initial;
    font-size: .9em;
  }
  
  h2.title:before {
    top: 18px;
  }
  
  h2.title {
	padding-left: 35px;
    padding-bottom: 3px !important;
  }
  
  .icon_enfoque {
    display: inline;
    width:  100%;
  }
  .icon_enfoque img {
    width: 90px;
  }
  .txt_enfoque {
    text-align:  center;
    width:  100%;
  }
  .txt_enfoque a {
    width: 25%;
  }
  .nos_cont {
    margin-top: 1em;
  }
  .contenido {
    margin-top: 1em;
  }
  div#servicios {
    padding-top: 1.5em;
  }
  div#soluciones {
    padding-top: 2em;
  }
  .caja_txt{
	width: auto;
  }
  .slide-text a.button.button_pasos {
    bottom: 8%;
  }
}
@media screen and (max-width:320px) {
/*body {
	font-size:19px;
}*/
/*menu*/
.fullmenu .cont_menu_redes {
	width: 70%;
}

/*slider*/
/*.sliderwrapper {
	width:160%;
	margin:0 -10%;
}
.sliderwrapper .navigation-container {
	margin:0 20% !important;
}*/
  .inicio .slide-text p {
    font-size: .3em;
  }
  div#top_contacto .custom{
    width: 95%;
  }
.fullmenu ul li a {
    font-size: .8em;
}
  div#top_contacto i {
      margin-right: 5px;
  }
  h2.title {
    padding-bottom: 0;
    font-size: .9em;
  }
  div#djslider-loader113 {
    padding-top: 11.5%;
  }
  div#djslider-loader114 {
    padding-top: 11.5%;
  }
  div#djslider-loader111, div#djslider-loader110, div#djslider-loader109, div#djslider-loader108, div#djslider-loader115 {
    padding-top: 11.5%;
  }
  h2.title:before {
    top: 15px;
  }
  .txt_enfoque a {
    width: 40%;
  }
}
/*terminan estilos responsive*/
