/*nav*/
.fullmenu {
	display:none;
	position: fixed;
	width: 50%;
	height: 100%;
	left: 0;
	top: -100%;
	text-align: left;
	background: rgba(255,255,255,0.94);
	overflow-x: hidden;
	z-index: 100004;
	-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;
}
.fullmenu ul li {
	position: relative;
	display: block;
	width: 100%;
}
.fullmenu .nav.menu > li:nth-last-child(1), .fullmenu .nav.menu > li:nth-last-child(2), .fullmenu .nav.menu > li:nth-last-child(3), .fullmenu .nav.menu > li:nth-last-child(4){
  width:15%;
  display:inline-block;
}
.nav.menu > li:nth-last-child(1) a, .nav.menu > li:nth-last-child(2) a, .nav.menu > li:nth-last-child(3) a, .nav.menu > li:nth-last-child(4) a{
  border:0;
}
.fullmenu ul li a {
	position: relative;
	display: block;
	margin:.3em 0;
	font-family: 'Segoe UI', sans-serif;
    text-align: left;
	color: #212C64;
	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;
	padding-left: 10px;
}
.fullmenu ul li a:hover, .fullmenu ul li.current a {
	/*background:rgba(0,144,69,.3);*/
	color: #E23775;
	border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #FCA503;
}
/*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: #DDD;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.lines:before, .lines:after {
	position: absolute;
	display: block;
	width: 60px;
	height: 5px;
	background: #DDD;
	-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);
}
/*termina lines button*/



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

}
@media screen and (max-width:1200px) {
  .rsform-block.rsform-block-nombre, .rsform-block.rsform-block-email{
    margin: 0 !important;
    width:100%;
  }
  .logo {
    width: 100px;
}
.headervisible .logo {
    top: 10px;
}
.mainmenu {
	display:none;
}
.fullmenu {
	display:block;
}
button.lines-button {
	display:block;
	padding: 30px 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*/
}

@media screen and (max-width:1024px) {
  .velocimetro{
    width:100%;
  }
  .servicios_txt{
    width:100%;
    margin-top:2em;
  }
}

@media screen and (max-width:900px) {
.contFooter {
  	flex-wrap:wrap;
}
.gral{
  	width:100%;
}
.formulario {
	width: 70%;
  	margin:0 auto;
}
  .coche3{
    bottom:0;
  }
}

@media screen and (max-width:768px) {
  .casa_info{
    opacity: 1;
    visibility: visible;
    top: auto !important;
    right: 0;
    bottom: 90%;
    left: 0;
    width: 30%;
    margin: 0 auto;
  }
  .casa_info.info_resp{
    opacity:0;
    visibility:hidden;
  }
  .casa_txt{
    visibility:hidden;
    display:none;
  }
  .casa_info.info_resp .casa_txt{
    visibility:visible;
    display:flex;
    margin-left:0;
    width:85%;
  }
  .casa_info.info_resp .casa_icono{
    background:rgba(3, 52, 91, 0.71);
    width:15%;
  }
  .textimonios_resp{
    display:block;
  }
  .casa_txt p{
    padding:0;
  }
  .anim1{
  	animation-name: jump;
    animation-duration: 2s;
  	animation-timing-function: linear;
  	animation-iteration-count: infinite;
}
  .formResponsive .formHorizontal .rsform-block{
    width:100% !important;
  }
  .about_txt{
    width:100%;
  }
  .about_icono{
    width:100%;
  }
  .modulo_nombre{
    top:165px;
  }
  .columna{
    width:100% !important;
  }
  .informe{
    width:78%;
    margin-bottom:15px;
  }
  .informe + .clearfix{
    height:0;
  }
}

@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:85%;
}
.fullmenu ul li a {
	font-size: 1em;
    line-height: 210%;
}
  .coche{
    display:none;
  }
  .modulo{
    width:100%;
    margin-bottom:35px;
  }
  .senal:after{
    display:none;
  }
  .modulo_nombre.active{
    color:#6D7F99;
  }
  .modulo_nombre{
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 0 0 75px;
    top: 0px;
    bottom: 0;
    margin: 0 auto;
    color: #6D7F99;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contenedor_senal{
    margin:0;
  }
  .blog.pag_blog .item {
    width: 100%;
    margin-bottom: 2em;
}
}
@media screen and (max-width:480px) {
/*header y menu*/
.logo {
    overflow: hidden;
    top: 5px;
  	width:60px;
}

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: 10px;
}
.lines:after {
	top: -8px;
}
.lines-button:hover .lines:after {
	top: -10px;
}
.lines-button.x.close .lines:before,
.lines-button.x.close .lines:after {
	width: 30px;
}

.fullmenu ul li a {
}
/*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);
}*/
.mails{
  	font-size:0.75em;
}
  .redes-contact{
    width:85%;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
  }
  .datos_contacto{
    width:100%;
    padding: 1em 0;
  }
  .logos img:first-child {
    width: 80%;
    margin: 1em auto;
}
  div#bannerhome h1{
    font-size:1.2em;
  }
  .division{
    font-size:0.65em;
  }
  h1{
    font-size:1.5em;
  }
  .servicios_txt ul{
    padding-left:0;
  }
  ul.listPrecio{
    font-size:0.76em;
  }
}
@media screen and (max-width:375px) {
.lines {
    width: 20px;
    height: 2px;
}
.lines:before, .lines:after {
    width: 20px;
    height: 2px;
}
  .formulario{
    width:100%;
  }
}
@media screen and (max-width:320px) {
body {
}
/*menu*/
.fullmenu .cont_menu_redes {
	width: 70%;
}

/*slider*/
/*.sliderwrapper {
	width:160%;
	margin:0 -10%;
}
.sliderwrapper .navigation-container {
	margin:0 20% !important;
}*/

.fullmenu ul li a {
    font-size: 1em;
}

}
/*terminan estilos responsive*/
