@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/* 201815 */
/* 0072b7 */
/* 009cde */

body {font-family: 'Roboto', sans-serif; color:#5b5b5e; font-size: 14px;  }
.container-fluid {max-width:1920px; left:0; right:0;}

/* Menu */  
	.efecto-menu-blanco {background-image: url(../img/efecto-menu-blanco.png);	background-size:1920px auto; background-repeat: no-repeat; background-position: top center; height: 300px; width: 100%; top: 402px; position: absolute; z-index: 2; }
	.efecto-menu-azul 	{background-image: url(../img/efecto-menu-azul.png); 	background-size:1920px auto; background-repeat: no-repeat; background-position: top center; height: 130px; width: 100%; top: 536px; position: absolute; z-index: 3;  pointer-events:none;}
	.efecto-menu-negro  {background-image: url(../img/efecto-menu-negro.png);	background-size:1920px auto; background-repeat: no-repeat; background-position: top center; height: 189px; width: 100%; top: 477px; position: absolute; }

	.logo {margin-top: 150px;}
	.logo a {display: block;}

	.efecto-menu-azul h3 {font-size: 30px; color: #fff; text-align: center;  margin-top: 53px; font-weight: 400 }

	.carousel-fade {height: 516px; }
	.carousel-fade  .carousel-inner {height: 100%; }
	.carousel-fade  .carousel-inner .item {height: 100%; }
	.carousel-fade  .carousel-inner .item .item-responsive {height: 100%; }
	.carousel-fade  .carousel-inner .item .centrar-img {height: 100%; width: 100% }
	.carousel-fade  .carousel-inner .item .centrar-img img {height: 100%; width: auto}
	.carousel-fade ol {z-index: 2}
	.carousel-fade ol li {  width: 12px;  height: 12px; margin: 0 5px; border-radius: 12px;background-color: #ffffff; border: none; }
	.carousel-fade ol .active { margin: 0 5px; width: 12px; height: 12px; background-color:#0072b7;  }

	.menu {z-index:2; top: 666px; display: inline-block; width: 100%;  position: absolute}
	.floating-chat.expand {  z-index: 3;}
	
	@media(min-width: 768px){
		.menu-desplegable.collapse,
		.menu-desplegable.collapse.in {display: block; visibility:visible;}
	}

	.sombra01 {background-image: url(../img/sombra01.png);	background-size:1920px auto; background-repeat: no-repeat; background-position: top center; position: absolute; width: 100%; overflow: hidden; height: 13px; }
	.menu ul {padding-left: 0}
	.menu ul li {display: inline-block;  float: left;}
	.menu ul li a { cursor:pointer; line-height: 73px; text-align: center;  font-weight: 300; font-size: 16px; color:#201815; /*padding: 0 28px;*/padding: 0 40px; display: inline-block;}
	.menu ul li a span {display: none}
	.menu > ul > li:first-child > a {padding-left: 0;}
	.menu ul li a.btn-ap {line-height: 1em; text-align: left; padding-top: 20px; display: flex; align-items: center; padding-right: 0} 
	.menu ul li a.btn-ap i {margin-right: 5px}
	.menu ul li a.btn-ap span {display: inline-block} 
	
	.menu ul li a:hover {color:#0072b7; }
	.menu ul li a:hover i .svg circle { stroke: #0072b7;}
	.menu ul li a:hover i .svg rect { stroke: #0072b7;}
	.menu ul li a:hover i .svg polygon { stroke: #0072b7;}


	.menu ul li {position:relative}   
	.menu ul li > ul{ width: 130px; /* max-width: 100%; */ position: absolute; left: -500px; right: -500px; background-repeat: no-repeat; margin: auto; background-size:250px; background-image: url(../img/bg-desplegable.jpg); background-color: #0072b7;}
	.menu ul li > ul li { width: calc(100% - 30px); margin: 0 15px; display: block; clear: both;  border-bottom: 1px solid #1774ac;}
	.menu ul li > ul li:last-child  {border-bottom: none}
	.menu ul li > ul li a { color: #fff; font-weight: 500; line-height: 1.8em; font-size: 14px; text-transform: none; text-align: left; text-align: left; width: calc(100% + 30px); display: block;  padding: 10px 10px 10px 15px; margin-left: -15px; }

    .menu ul li > ul li a:hover {color:#fff; background-color:#1774ac;}
	/*.menu ul li.emp {}*/
	.menu ul li.ent > ul {width:115px; }
	.menu-desplegable {position: relative; z-index: 2}


	@media(max-width: 991px){ 
		.efecto-menu-blanco {background-size:1300px auto; height: 200px; top: 324px; }
		.efecto-menu-azul 	{background-size:1300px auto; height: 89px; top: 415px; }
		.efecto-menu-negro  {background-size:1300px auto; height: 129px; top: 375px; }

		.logo {margin-top: 100px;}
		.logo a img {height: 66px}

		.efecto-menu-azul h3 {font-size: 20px; margin-top: 40px }
		.carousel-fade {height: 400px; }

		.menu {top: 503px;}
		.menu-desplegable {padding: 0}

		.sombra01 {	background-size:1300px auto; }
		.menu ul li a {line-height: 55px; font-size: 14px;  /*padding: 0 20px;*/ padding: 0 30px; }
		.menu ul li a.btn-ap i .svg {height: 35px} 
		.menu ul li a.btn-ap {padding-top: 10px; } 

		.menu ul li > ul {width:100px;}
		.menu ul li > ul li a { line-height : 1.2em; /*padding:10px 3px;*/ font-size: 14px; }
		/*.menu ul li.emp > ul li:last-child a { padding: 18px 3px;}
		.menu ul li.ent > ul li a { padding: 18px 3px;}*/
	}

	@media(max-width: 767px){
		.carousel-fade ol li {  width: 10px;  height: 10px; }
		.carousel-fade ol .active { width: 10px; height: 10px;   }


		.efecto-menu-blanco {height: 100px;background-image:url(../img/efecto-menu-blanco-480.png); position: relative; top:0; z-index: 4; background-size: 100%; background-color:#0072b7;} /*Deivy estuvo aqui =)*/

		.logo {margin-top: 20px}
		.menu-desplegable {padding:0;}
		.menu {top:100px; background-color: #fff; left: 0; z-index: 4;}
		.menu ul li { float: none; display: block; width: 100%; }
		.menu > ul > li:first-child > a {padding-left: 15px;}
		.menu ul li a {color:#201815; text-align: center; font-size: 18px; line-height:75px; width: 100%; background-image:url(../img/sombra-menu01.png); background-repeat:no-repeat; background-size:100% 13px; background-position: top center  }
		.menu ul li a span {margin-left: 20px;display: inline-block; webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 200ms ease-in-out; -moz-transition: 200ms ease-in-out; -o-transition: 200ms ease-in-out; transition: 200ms ease-in-out;}
		.menu ul li a.collapsed span {  webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }

		.menu ul li a.collapsed span {color:#000; }
		.menu ul li a.collapsed span .svg  path { stroke: #000;}

		.menu ul li a.btn-ap {text-align: center; display: inline-block; padding-left:0; padding-top: 20px; padding-bottom: 17px; } 
		.menu ul li a.btn-ap span {text-align: left; margin-left: 0; webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
		.menu ul li {position:relative}   
		
		/*.menu ul li > ul {margin-bottom: 0; width:100%; position:relative; border: none; left:0; right:0;}
		.menu ul li > ul li { border-bottom: none;}
		.menu ul li > ul li a { font-size: 16px; line-height: 48px; background-image:url(../img/sombra-menu02.png); padding:0px; width: 100%; }
		.menu ul li.emp > ul li:last-child a { padding: 0px;}
		.menu ul li.ent > ul li a { padding: 0px;}*/
		.menu ul li > ul {margin-bottom: 0; width:100%; position:relative; border: none; left:0; right:0; background-size: cover;}
		.menu ul li > ul li:first-child {background-image:url(../img/sombra-menu02.png); background-repeat: no-repeat; background-position: top center}
		.menu ul li > ul li {width:100%; padding:0; border-top: 1px solid #1774ac; border-bottom: none; margin:0;}	
		.menu ul li > ul li a {  width: 100%;  padding: 15px 20px;  margin-left: 0;  font-size: 15px;  background-image: none;  text-align: center;  font-weight: 400;  text-transform: uppercase; }

		.menu ul li.emp > ul { width: 100%;}
		.menu ul li.ent > ul { width: 100%;}

		/* Menu hamburguesa */
			.hamburger { }
			.hamburger a {width: 65px; height:55px;  margin:20px 20px 20px 45px; position: relative; display: block ;	-webkit-transition: 300ms ease-in-out; -moz-transition: 300ms ease-in-out; -o-transition: 300ms ease-in-out; transition: 300ms ease-in-out;}
			.hamburger span {width: 40px; height: 4px; background-color: #fff; position: absolute; border-radius:2px;  -webkit-transition: 200ms ease-in-out; -moz-transition: 200ms ease-in-out; -o-transition: 200ms ease-in-out; transition: 200ms ease-in-out;}

			.hamburger a.collapsed span:nth-child(1) {top:10px; width: 37px; left:0; webkit-transform: rotate(-35deg); -moz-transform: rotate(-35deg); -o-transform: rotate(-35deg); transform: rotate(-35deg); }
			.hamburger a.collapsed span:nth-child(2) {top:10px; width: 37px; right:0; webkit-transform: rotate(35deg); -moz-transform: rotate(35deg); -o-transform: rotate(35deg); transform: rotate(35deg); }

			.hamburger a.collapsed span:nth-child(3),
			.hamburger a.collapsed span:nth-child(4),
			.hamburger a.collapsed span:nth-child(5) {width: 28px;  top:24px; webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
			.hamburger a.collapsed span:nth-child(4) {top:32px;}
			.hamburger a.collapsed span:nth-child(5) {top:40px;}

			.hamburger a.collapsed span:nth-child(6),
			.hamburger a.collapsed span:nth-child(7) {top:35px; width:33px; webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
			.hamburger a.collapsed span:nth-child(6) {left:-4px;}
			.hamburger a.collapsed span:nth-child(7) {right: -4px}
			.hamburger a.collapsed span:nth-child(8) { width: 42px;bottom: 0px; left:0; right:0; margin:auto; }

			/*.hamburger a span:nth-child(1) {top:0; left:35px; webkit-transform: rotate(-35deg); -moz-transform: rotate(-35deg); -o-transform: rotate(-35deg); transform: rotate(-35deg); }*/
			/*.hamburger a span:nth-child(2) {top:0; right:35px; webkit-transform: rotate(35deg); -moz-transform: rotate(35deg); -o-transform: rotate(35deg); transform: rotate(35deg); }*/
			.hamburger a span:nth-child(3) {top:31px; left: 0px; right: 0px; margin: auto; width:32px; webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
			.hamburger a span:nth-child(4) {top:33px; left:0; right: 0; margin:auto;  width: 0}
			.hamburger a span:nth-child(5) {top:31px; left: 0px; right: 0px; margin: auto; width:32px; webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
			/*.hamburger a span:nth-child(6) {left:10px; top:40px; webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
			.hamburger a span:nth-child(7) {right:10px; top:40px; webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
			.hamburger a span:nth-child(8) {bottom: 0px; left:0; right:0; margin:auto; }*/
			
			.hamburger a span:nth-child(1) {top:10px; width: 37px; left:0; webkit-transform: rotate(-35deg); -moz-transform: rotate(-35deg); -o-transform: rotate(-35deg); transform: rotate(-35deg); }
			.hamburger a span:nth-child(2) {top:10px; width: 37px; right:0; webkit-transform: rotate(35deg); -moz-transform: rotate(35deg); -o-transform: rotate(35deg); transform: rotate(35deg); }	

			.hamburger a span:nth-child(6),
			.hamburger a span:nth-child(7) {top:35px;width:33px; webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
			.hamburger a span:nth-child(6) {left:-4px;}
			.hamburger a span:nth-child(7) {right: -4px}
			.hamburger a span:nth-child(8) { width: 42px;bottom: 0px; left:0; right:0; margin:auto;}

		.carousel-fade {height: 250px; }
		.efecto-menu-azul 	{top: 0;   height:70px; position:relative; background-color: #0072b7; background-image: none; margin-top: -5px}
		.efecto-menu-azul .container {background-size:auto 80px; background-position: -485px  top;  height: 75px; background-image: url(../img/efecto-menu-azul.png); margin-top: -5px; }
		.efecto-menu-negro  { height: 50px; top: 335px; background-size:auto 75px;}
		.efecto-menu-azul h3 {font-size: 20px; margin-top: 30px }

	}



	@media(max-width: 479px){ 
		.container-fluid {min-width: 320px;}

		.carousel-fade ol li {  width: 8px;  height: 8px; }
		.carousel-fade ol .active { width: 8px; height: 8px;   }
		.efecto-menu-blanco {height: 75px; background-size: 100%; } /*Deivy estuvo aqui =)*/

		.logo {margin-top: 15px}
		.logo a img {height: 50px}

		.menu {top:75px; }
		.menu ul li a { font-size: 14px; line-height:55px;  }
		.menu ul li a span {margin-left: 10px;}
		.menu ul li a span .svg { height : 8px;}
		.menu ul li a.btn-ap { padding-top: 15px; padding-bottom: 5px; } 
		.menu ul li a.btn-ap i .svg {height: 30px}
		.menu ul li > ul li a { font-size: 13px;/* line-height: 32px;*/}

		.carousel-fade {height: 170px; }

		.hamburger a {width: 50px;height: 42px; margin: 15px 15px 15px 40px;}
		.hamburger span {width: 30px; height: 3px;}

		.hamburger a.collapsed span:nth-child(1) {top:10px;width: 28px;}
		.hamburger a.collapsed span:nth-child(2) {top:10px; width: 28px; }
		.hamburger a.collapsed span:nth-child(3),
		.hamburger a.collapsed span:nth-child(4),
		.hamburger a.collapsed span:nth-child(5) {width: 22px;top: 20px;}
		.hamburger a.collapsed span:nth-child(4) {top: 26px;}
		.hamburger a.collapsed span:nth-child(5) {top: 32px;}
		.hamburger a.collapsed span:nth-child(6),
		.hamburger a.collapsed span:nth-child(7) {top:28px; width:22px; }
		.hamburger a.collapsed span:nth-child(6) {left: -1px;}
		.hamburger a.collapsed span:nth-child(7) {right: -1px;}
		.hamburger a.collapsed span:nth-child(8) {width: 32px;}

		.hamburger a span:nth-child(3) {top:26px;  width:20px;  }
		.hamburger a span:nth-child(4) {top:26px;}
		.hamburger a span:nth-child(5) {top:26px; width:20px;  }
		.hamburger a span:nth-child(1) {top:10px; width: 28px;  }
		.hamburger a span:nth-child(2) {top:10px; width: 28px; }	
		.hamburger a span:nth-child(6),
		.hamburger a span:nth-child(7) {top:28px; width:23px; }
		.hamburger a span:nth-child(6) {left:-1px;}
		.hamburger a span:nth-child(7) {right: -1px}
		.hamburger a span:nth-child(8) { width: 32px;}

		.efecto-menu-azul 	{  height:55px; }
		.efecto-menu-azul .container {background-size:auto 60px; background-position: -370px  top;  height: 60px; }
		.efecto-menu-negro  { height: 50px; top: 233px; background-size:auto 40px;}
		.efecto-menu-azul h3 {font-size: 15px; margin-top: 23px; margin-left: 10px }

	}


/* Home */
	.desde2012 {position: relative;}
	.desde2012 .img {margin-bottom: 30px; }
	.desde2012 .img .centrar-img {height: 295px; }
	.desde2012 .img .centrar-img img {width: 100%; }
	.desde2012 .img .efecto-img {height: 100%; width: calc(100% - 30px); top:0; position: absolute; background-image: url(../img/efecto-imagen-empresa-home.png); }
	.desde2012 .txt {min-height: 295px; display: flex;  align-items: center;}
	.desde2012 .txt p {font-size: 18px; color:#5b5b5e; font-weight: 300;}
	.desde2012 .txt p span {color:#0072b7;}
	.efecto-lineas-azules {pointer-events:none;background-image: url(../img/lineas-azules.png); 	background-size:1920px auto;  background-repeat: no-repeat; background-position: bottom center; height: 100%; width: 100%; position: absolute; z-index: 2; bottom: 0 }

	.tipologias-home {background-color: #0072b7; height: 235px; position: relative;}
	.tipologias-home .lineas-azules02 {background-image: url(../img/lineas-azules02.png); 	background-size:1920px auto;  background-repeat: no-repeat; background-position: bottom center;height: 100%; width: 100%; position: absolute;  }
	.tipologias-home ul {list-style: none; padding-left: 0}
	.tipologias-home .tipologia {text-align: center; height: 235px;}
	.tipologias-home .tipologia  a {width: 100%; height: 100%; display:inline-block; }
	.tipologias-home .sombra-izq {position: absolute; height: 100%; width: 13px; background-image:  url(../img/sombra-izquierda.png); left:0;  top:0; bottom:0; } 
	.tipologias-home .sombra-der {position: absolute; height: 100%; width: 13px; background-image:  url(../img/sombra-derecha.png); right:0;  top:0; bottom:0; } 
	.tipologias-home .centrar-img { height: 135px;  width: 100%; text-align: center;  margin-top: 40px}
	.tipologias-home .centrar-img img {max-width: 100%}
	.tipologias-home h2 { font-size: 18px; color: #fff; text-transform: uppercase; text-align: center; margin-top: 10px; font-weight: 400 }
	.tipologias-home a:hover img,
	.tipologias-home a:focus img {opacity:0.45;}
	.tipologias-home a:hover h2,
	.tipologias-home a:focus h2 {opacity:0.45;}

	.comenza-hoy { position: relative; height: auto; padding-bottom: 30px;}

	.comenza-hoy .img {margin-bottom: 0px; }
	.comenza-hoy .img .centrar-img {height: 295px; }
	.comenza-hoy .img .centrar-img img {width: 100%; }
	.comenza-hoy .img .efecto-img {height: 100%; width: calc(100% - 30px); top:0; position: absolute; background-image: url(../img/efecto-imagen-comenza-hoy-home.png); }
	.comenza-hoy .txt {text-align: center; height: 295px;}
	.comenza-hoy .txt h1 {font-size: 50px; color:#5b5b5e;  font-weight: 300; text-align: center; margin: 40px auto 15px auto;}
	.comenza-hoy .txt p {font-size: 18px; color:#5b5b5e; font-weight: 300;}
	.comenza-hoy .txt p strong {color:#0072b7; display: block; text-transform: uppercase;font-size: 18px; font-weight: 400; line-height:1.3em;}
	.comenza-hoy .txt h3 {font-size: 16px; color:#0072b7; font-weight: 500; margin: 15px 0 25px 0;}
	.comenza-hoy .txt a {background-color:#0072b7; color:#fff; width: 288px; line-height: 36px; display: inline-block; font-size: 18px;}
	.comenza-hoy .txt a:hover {background-color:#fff; color:#0072b7;}
	.comenza-hoy .txt .sombra-btn-calcula {position:relative; margin:auto; width: 288px; height: 11px; background-image:  url(../img/sombra-boton-calcula.png); background-size: 100%; background-repeat: no-repeat;}
	.comenza-hoy .efecto-lineas-azules {background-image: url(../img/lineas-azules03.png); }

	.sombra02  {background-image: url(../img/sombra02.png);	background-size:1920px auto; background-repeat: no-repeat; background-position: top center; position: absolute; width: 100%; overflow: hidden; height: 16px; }
	.comenza-hoy .sombra02  {bottom:30px; }

	.btn-cv {margin-bottom: 30px; background-image:url(../img/btn-cv-home.png);	background-size:1920px auto; background-repeat: no-repeat; background-position: top center; width:100%; height: 150px; display: block;}
	.btn-cv .txt {text-align: center;}
	.btn-cv .txt h3 { font-size: 50px;  color: #fff; text-transform: uppercase; line-height: 150px; text-align: center; font-weight: 300; text-decoration: none; margin: 0 }
	.btn-cv .boton { text-align: center; background-image: url(../img/sombra-btn-cv.png); background-repeat: no-repeat; background-position: center 92px; height: 150px;} 
	.btn-cv .boton span { padding: 0px 35px; font-size: 18px;  color: #fff; text-transform: uppercase; line-height: 36px; margin-top: 57px; background-color:#0072b7; display: inline-block;}
	.btn-cv:hover .boton span {  background-color: #fff; color:#0072b7; }



	@media(max-width: 991px){
		.desde2012 .img {margin-bottom: 25px; }
		.desde2012 .img .efecto-img {background-size:100% 100%;}
		.desde2012 .img .centrar-img {height: 225px; }
		.desde2012 .txt {min-height: 225px; }
		.desde2012 .txt p {font-size: 14px; }
		.efecto-lineas-azules {background-size:1300px auto; }

		.tipologias-home {height: 160px;}
		.tipologias-home .lineas-azules02 {	background-size:1300px auto; }
		.tipologias-home .tipologia { height: 160px;}
		.tipologias-home .centrar-img { height: 100px; margin-top: 15px}
		.tipologias-home .centrar-img img {max-width: 100%; max-height: 100%}
		.tipologias-home h2 { font-size: 14px; margin-top: 10px; }
		.tipologias-home .sombra-izq {background-size: 10px 100%; background-repeat: no-repeat;} 
		.tipologias-home .sombra-der {background-size: 10px 100%; background-repeat: no-repeat;} 

		.comenza-hoy { padding-bottom: 25px;}

		.comenza-hoy .img { }
		.comenza-hoy .img .centrar-img {height: 225px; }
		.comenza-hoy .img .efecto-img {background-size:100% 100%;  }

		.comenza-hoy .txt {height: 225px}
		.comenza-hoy .txt h1 {font-size: 35px; margin: 30px auto 10px auto;}
		.comenza-hoy .txt p {font-size: 14px;}
		.comenza-hoy .txt p strong {font-size: 14px;}
		.comenza-hoy .txt h3 {font-size: 12px; margin: 15px 0 10px 0;}

		.comenza-hoy .txt a { width: 220px; line-height: 36px; font-size: 14px;}
		.comenza-hoy .txt .sombra-btn-calcula {width: 220px; height: 10px;}

		.sombra02  {background-size:1300px auto; }
		.comenza-hoy .sombra02  {bottom:18px; }

		.btn-cv {margin-bottom: 13px; background-size:1300px auto; height: 100px;}
		.btn-cv .txt h3 { font-size: 35px;  line-height: 100px; text-align: right;}
		.btn-cv .boton { background-position: center 70px; height: 100px;} 
		.btn-cv .boton span { padding: 0px 30px; font-size: 18px;  line-height: 35px; margin-top: 35px; }
	}


	@media(max-width: 767px){
		.desde2012 .img {margin-bottom: 12px; padding-left: 0 }
		.desde2012 .img .efecto-img  { background-size: 290px 100%; background-position: top right;   width: calc(100% - 15px);}
		.desde2012 .img .centrar-img {height: 230px; }
		.desde2012 .img .centrar-img img {height: 100%; width: auto }
		.desde2012 .txt {min-height: 230px; }
		.desde2012 .txt p {font-size: 14px; }
		.efecto-lineas-azules {background-size:1300px auto; background-position: -385px bottom}

		.tipologias-home {height: 150px;}
		.tipologias-home .tipologia { height: 150px;}
		.tipologias-home .centrar-img { height: 85px; }

		.comenza-hoy {padding-bottom: 20px;}

		.comenza-hoy .img {padding-right: 0}
		.comenza-hoy .img .centrar-img {height: 230px; }
		.comenza-hoy .img .centrar-img img {height: 100%; width: auto }
		.comenza-hoy .img .efecto-img {background-size: 290px 100%; background-position: top left;   width: calc(100% - 15px);  }
		.comenza-hoy .txt {height: 230px}
		.comenza-hoy .txt h1 {font-size: 22px; margin: 15px auto 10px auto;}

		.comenza-hoy .txt a { width: 120px; line-height: 36px; font-size: 14px;}
		.comenza-hoy .txt .sombra-btn-calcula {width: 120px; height: 10px;}
		.sombra02  {background-size:1300px auto; }
		.comenza-hoy .sombra02  {bottom:13px; }

		.btn-cv {margin-bottom: 18px; background-size:1300px auto; height: 56px; background-position: -335px 0;}
		.btn-cv .txt h3 { font-size: 22px;  line-height: 56px; text-align: left;}
		.btn-cv .boton { background-position: center 70px; height: 60px; padding:0; } 
		.btn-cv .boton span { padding: 0px 30px; font-size: 14px;  line-height: 35px; margin-top: 10px; }


	}


	@media(max-width: 479px){
		.desde2012 .img {padding-right:15px;  }
		.desde2012 .img .efecto-img  { background-size: 160px 100%; }
		.desde2012 .img .centrar-img {height: 160px; }

		.desde2012 .txt {min-height: 160px; padding-right: 15px; }
		.desde2012 .txt p {font-size: 12px; }
		.efecto-lineas-azules {background-size:1300px auto; background-position: -385px bottom}

		.tipologias-home {height: auto;}
		.tipologias-home .tipologia { height: 140px;}
		.tipologias-home .centrar-img { height: 85px; }


		.comenza-hoy {padding-bottom: 15px;}

		.comenza-hoy .img .centrar-img {height: 200px; }
		.comenza-hoy .img .efecto-img {background-size: 200px 100%; }

		.comenza-hoy .txt {height: 200px}
		.comenza-hoy .txt p {font-size: 12px; margin-bottom: 5px}
		.comenza-hoy .txt p strong {font-size: 12px;}

		.comenza-hoy .txt h1 {margin: 10px auto 5px auto;}

		.comenza-hoy .txt h3 {font-size: 12px; margin: 15px 0 10px 0;}
		.comenza-hoy .sombra02  {bottom:8px; }

		.btn-cv {margin-bottom: 18px; background-size:1300px auto; height: 90px; background-position: -335px 0;}
		.btn-cv .txt h3 { font-size: 22px;  line-height: 40px; text-align: center;  margin-top: 5px}
		.btn-cv .boton { background-position: center 70px; height: 35px; padding:0; } 
		.btn-cv .boton span { padding: 0px 30px; font-size: 14px;  line-height: 35px; margin-top: 0px; }

	}


/* FOOTER HOME */
	.footer-formulario {position: relative; height: 500px; background-color: #5b5b5b;}
	.footer-formulario .efecto-footer-gris {pointer-events:none; background-image: url(../img/efecto-footer-gris.png);	background-size:1920px 100%;  background-repeat: no-repeat; background-position: center center; height: 100%; width: 100%; position: absolute; bottom: 0;}
	.footer-formulario .lineas-blancas {pointer-events:none; background-image: url(../img/lineas-blancas.png); 	background-size:1920px auto;  background-repeat: no-repeat; background-position: center center; height: 300px; width: 100%; position: absolute; bottom: 0; top: 0; margin: auto }

	.footer-formulario iframe {height: 470px; margin-top:30px; width: 100%;}
	.footer-formulario .formulario{ min-height: 500px;}
	.footer-formulario .formulario p{ margin-top: 100px; color: #fff; font-size: 14px; text-align: center; font-weight: 400;}
	.footer-formulario form{ margin-top: 30px;}
	.footer-formulario form .control-label{ color: #fff; font-size: 14px; text-align: right; font-weight: 400; padding-top: 3px;}
	.footer-formulario form input[type="text"],
	.footer-formulario form input[type="email"],
	.footer-formulario form input[type="number"],
	.footer-formulario form select, 
	.footer-formulario form textarea{ outline: none; line-height: 20px; border: none; background-color: #454744; border-radius: 0; color: #fff; font-size: 14px; width: 100%; padding: 3px 12px; height: auto;}
	.footer-formulario form label.error{ color: #72bbff; font-weight: 400; font-size: 12px; font-style: italic; margin: 0 0 -10px;}
	.footer-formulario form span{ display: inline-block; color: #fff; font-size: 14px;}
	.footer-formulario form input.prefijo{ width: 78%; display: inline-block;}
	.footer-formulario form .prefijo{ display: flex; flex-wrap: wrap;}
	.footer-formulario form .prefijo label.error{ order: 4;}
	.footer-formulario form .movil input{ width: 89%; display: inline-block;}
	.footer-formulario form textarea{ height: 80px;}
	.footer-formulario form	#btnenviar { font-size: 18px; color: #fff; text-transform: uppercase; line-height: 20px; background-color: #0072b7; display: inline-block; float: right; border-radius: 0; margin-top: 0px; padding: 5px 30px; border:none;}
	.footer-formulario form #btnenviar:hover,
	.footer-formulario form #btnenviar:focus { background-color: #fff; color:#0072b7;}
	.footer-formulario form .checkbox{ text-align: right; margin-bottom: 0px;}
	.footer-formulario form .btn-tilde{ color: #fff; background-color: #0072b7; padding: 5px 15px; border-radius: 3px;}
	.footer-formulario form .panel-body{ padding: 15px 0 0;}
	.footer-formulario form .panel-group{ margin-bottom: 0px;}
	.footer-formulario form .collapse,
	.footer-formulario form .collapsing,
	.footer-formulario form .collapse.in{ margin-bottom: -15px;}

	.footer-formulario .titulo h1 {font-size: 50px; color:#fff; font-weight: 300; margin-top: 35px; margin-bottom: 10px}
	.footer-formulario .sombra-titulo {position:relative; margin:auto; width: 260px; height: 11px; background-image:  url(../img/sombra-boton-calcula.png); background-size: 100% 11px;  background-repeat: no-repeat;}

	.datos {margin-top: -15px; padding-right: 5px;}
	.datos h2 {font-size: 14px; font-weight: 400; color:#fff; text-transform: uppercase; margin:20px 0 0px; line-height: 1.6em}
	.datos p {font-size: 14px; font-weight: 400; color:#fff; line-height: 1.6em}


	.direccion {display: inline-block;}
	.datos ul { margin-top: 25px; padding-left: 0; list-style:none; float:right;}
	.datos ul li {display: inline-block; margin:0 5px}

	.telefono {margin-top: 20px}
	.telefono i {display: block;  float: left; margin-right: 35px}
	.telefono a {text-decoration: none; display: inline-block;  font-size: 25px; clear:both;  color:#009cde; line-height: 0.9em; font-weight: 400;}
	.telefono a span { margin-top: 4px; font-size: 14px; color: #fff; line-height: 1.3em; display: block; }

	.horarios {display:block; clear:both; margin-top: 25px}

	.footer02 {max-width:1920px; left:0; right:0; margin: auto; background-color: #0072b7; height: 70px;}
	.footer03 {max-width:1920px; left:0; right:0; margin: auto; background-color: #939393; height: 30px;padding-top: 5px; padding-right: 10px }

		/* FORMULARIO FOOTER HOME
		@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
		.titulo {display: none;}
		.nombre_campo,
		.asterisco {text-transform:none; color:#fff; font-family:Roboto, sans-serif; font-size: 14px; text-align:right; padding-right : 25px}
		i.nombre_campo,
		a.nombre_campo,
		.asterisco {padding-right:0px; text-align:left}
		p.asterisco {margin-top: -30px;font-size: 12px;margin-left: 31%;}
		input[type="text"], select, textarea {margin-top:15px; outline:none; line-height:20px; border:none; background-color:#454744; border-radius:0; color:#fff; font-size:14px; font-family:Roboto, sans-serif; text-transform: none;}
		textarea {height:80px; }
		fieldset { top:-10px; position:relative; width:100%; border:none}
		fieldset strong.nombre_campo {font-weight: 400; color:#fff; text-align:right; float: left; width: 25%; }
		fieldset select {width: 65%;display: inline-block; margin-top: 0;}
		#btnenviar {font-size: 18px;color: #fff;text-transform: uppercase;line-height: 20px;background-color:#0072b7;display: inline-block;float:right;border-radius:0;margin-right: 25px; margin-right: 25px; margin-top: -20px; padding:5px 30px;}
		#btnenviar:hover,
		#btnenviar:focus {background-color: #fff;color:#0072b7; }	

	@media(max-width: 449px;){
			p.asterisco{
		    margin-top: 15px;
		    margin-left: 0;
		}
		#btnenviar {
		    margin-top: 0px;
		    margin-right: 0;
		}
	}

		*/


	@media(max-width: 991px){
		.footer-formulario {height: 470px; }

		.footer-formulario iframe {margin-top:20px;  height: 450px}
		.footer-formulario .titulo h1 {font-size: 35px;  margin-top: 20px; margin-bottom: 5px}
		.footer-formulario .sombra-titulo {max-width: 80%; margin-left: 0}
		
		.datos h2 {font-size: 14px; margin:20px 0 0px; line-height: 1.5em}
		.datos p {font-size: 12px; line-height: 1.5em}

		.datos ul { margin-top: 25px; padding-left: 0; list-style:none; float:right;}
		.datos ul li {margin:0 5px 0 0 ;}
		.datos ul li img {width: 30px;}

		.telefono {margin-top: 10px}
		.telefono i img{ width: 50px;}
		.telefono a { font-size: 20px;}
		.telefono a span { margin-top: 4px;}

		.footer02 {background-color: #0072b7; height: 45px;}
		.footer-formulario form input.prefijo { width: 70%;}
		.footer-formulario form .movil input { width: 83%;}
		.footer-formulario form textarea { height: 55px;}
	}


	@media(max-width: 767px){
		.footer-formulario { min-height: 700px; height:auto;}

		.footer-formulario iframe { margin-top:15px; height: 400px;}
		.footer-formulario .titulo h1 { font-size: 22px; margin-top: 20px; text-align: center; margin-bottom: 5px;}
		.footer-formulario .sombra-titulo { max-width: 60%; margin-left: inherit; margin: auto;}
		.datos {margin-right: 16.66%; margin-top: 65px;}

		.datos h2 {font-size: 14px; margin:20px 0 0px; line-height: 1.5em;}
		.datos p {font-size: 12px; line-height: 1.5em;}

		.footer-formulario form input.prefijo { width: 70%;}
		.footer-formulario form .movil input { width: 83%;}
		.footer-formulario .formulario { min-height: auto;}
		.footer-formulario .formulario p{ margin-top: 60px;}
		.footer-formulario form .btn-tilde{ padding: 5px 40px;}
	}

	@media(max-width:479px){
		.footer-formulario iframe {margin-top:10px; height: 470px;}	
		.datos {margin-right: 0%; margin-top:0px; padding:0 15px;}
		
		.footer-formulario form { margin-top: 0px;}
		.footer-formulario form .form-group{ margin: 0 15px;}
		.footer-formulario form .movil input { width: 86%;}
		.footer-formulario form .control-label{ text-align: left; margin-top: 10px;}
		.footer-formulario form .checkbox label{ margin-top: 15px;}
		.footer-formulario form .checkbox label input{ margin-top: 3px;}
		.footer-formulario form .panel-body { padding: 0;}
		.footer-formulario form .panel-body .form-group{ margin: 0;}
		.footer-formulario form .checkbox label.control-label{ padding-left: 0; margin-top: 10px; margin-bottom: 5px;}
		.footer-formulario form #btnenviar{ margin-top: 20px;}
		.footer-formulario .formulario p { margin-top: 25px; margin-bottom: 25px;}
	}


/* Footer Secciones */
	.footer {position: relative; height: 215px; background-color: #5b5b5b;}
	.footer .efecto-footer-gris {pointer-events:none; background-image: url(../img/efecto-footer-gris-02.png);	background-size:1920px 100%;  background-repeat: no-repeat; background-position: center center; height: 100%; width: 100%; position: absolute; bottom: 0;}
	.footer .lineas-blancas {pointer-events:none; background-image: url(../img/lineas-blancas.png); background-size:1920px auto;  background-repeat: no-repeat; background-position: center center; height: 160px; width: 100%; position: absolute; bottom: 0; top: 0; margin: auto }
	.footer .datos {margin-top: 0px}
	.footer .datos h2 {font-size: 14px; font-weight: 300; color:#fff; text-transform: uppercase; margin:15px 0 0px; line-height: 1.3em}
	.footer .datos p {font-size: 13px; font-weight: 300; color:#fff; line-height: 1.6em}
	.footer .direccion {display: inline-block;}
	.footer .telefono {margin-top: 30px; text-align:center; padding:0 30px;}
	.footer .telefono i {margin-right: 0px; margin-left: 25px}
	.footer .telefono a  {font-size: 20px; clear:both; }
	.footer .telefono a span {  font-size: 16px; }
	.footer .horarios {text-align: center; background-image: url(../img/sombra-boton-calcula.png); background-repeat: no-repeat; background-position: top center;    padding-top: 35px; margin-top: 35px;}
	.btn-redes {text-align: center;background-image: url(../img/sombra-boton-calcula.png); background-repeat: no-repeat; background-position: center 102px;}
	.btn-redes ul { margin-top: 25px; padding-left: 0; list-style:none;}
	.btn-redes ul li {display: inline-block; margin:0 5px}
	.btn-redes a.consultar  { margin-top: 57px; background-color:#0072b7; display: inline-block; font-size: 18px;  color: #fff; text-transform: uppercase; line-height: 46px;text-align: center; padding: 0px 25px;height: 46px;} 
	.btn-redes a.consultar:hover {  background-color: #fff; color:#0072b7; }
	.footer02 {background-color: #0072b7; height: 70px;}	
	.footer03 {background-color: #939393; height: 30px;padding-top: 5px; padding-right: 10px }

	
	@media(max-width: 991px){
		.footer { height: 230px;}

		.footer .datos h2 { margin:20px 0 0px; line-height: 1.4em}
		.footer .datos p { line-height: 1.3em; font-size:13px;}

		.footer .telefono {margin-top: 30px; text-align:center; padding:0 0px;}
		.footer .telefono i {margin-right: 0px; margin-left: 0px}
	
		.footer .lineas-blancas {pointer-events:none; background-image: url(../img/lineas-blancas.png); background-size:1300px auto;  background-repeat: no-repeat; background-position: center center; height: 160px; width: 100%; position: absolute; bottom: 0; top: 0; margin: auto }

	}

	
	@media(max-width: 767px){
		.footer { height: 390px;}
		.footer .datos {margin-left: 0; margin-right: 0}
		.footer .datos:nth-child(2) {margin-left: 8.33%; margin-right: 0}

		.footer .datos h2 { margin:20px 0 0px; font-size:14px; }
		.footer .datos p { font-size:12px; }

		.footer .telefono {margin-top: 30px; text-align:center; padding:0 0px;}
		.footer .telefono i {margin-right: 0px; margin-left: 0px}
		.btn-redes {padding: 0}
		.footer .efecto-footer-gris { background-image: url(../img/efecto-footer-gris.png); background-size: 1300px 100%; background-position: -240px center; }
		.footer .lineas-blancas { background-position: -540px center; }
	}

	@media(max-width: 479px){
		.footer { height: 520px;}

		.footer .datos {margin-left: 8.33%; margin-right: 0}
		.footer .datos:nth-child(2) {margin-left: 8.33%; margin-right: 0}

		.footer .datos h2 { margin:20px 0 0px; font-size:14px; }
		.footer .datos p { font-size:12px; }

		.footer .telefono {margin-top: 30px; text-align:center; padding:0 0px;}
		.footer .telefono i {margin-right: 0px; margin-left: 0px}
		.btn-redes { background-position: center 76px;  background-position: center 61px;  background-size: 226px;}
		
		.btn-redes a.consultar  { margin-top: 15px;} 

		.footer .efecto-footer-gris { background-image: url(../img/efecto-footer-gris.png); background-size: 1300px 450px; background-position: -240px top; }
		.footer .lineas-blancas { background-position: -540px center; }


	}


/* Error */
	.efecto-menu-blanco.menu-error {top: 0px; height: 226px;   background-position: bottom center;position: absolute; z-index: 2; }
	.efecto-menu-azul.menu-error 	{top: 60px; position: absolute; z-index: 3; }
	.menu-error .logo {margin-top: 70px}
	.menu.menu-error {top: 190px; background-color: #fff}

	.pagina-error {background-color: #0072b7; min-height: 1500px; ; background-image: url(../img/bg-error.png); background-position: center 250px; background-repeat: no-repeat;}
	.pagina-error h1 {margin-top: 1050px; font-weight: 400;  font-size: 65px; font-family: 'Roboto', sans-serif; color: #fff; text-transform: uppercase;  }
	.pagina-error .sombra02 {margin-top: 30px}

	@media(max-width: 991px){
		.efecto-menu-blanco.menu-error {height: 153px;}
		.efecto-menu-azul.menu-error {top: 41px;}
		.menu-error .logo {margin-top: 50px;}
		.menu.menu-error {top: 128px;}
		.pagina-error {  min-height: 1000px;  background-position: center 184px; background-size: 95% auto;}
		.pagina-error h1 {margin-top: 810px; font-size: 55px; }
	}

	@media(max-width: 767px){
		.efecto-menu-blanco.menu-error {height: 100px;}
		.efecto-menu-azul.menu-error {display: none}
		.menu-error .logo {margin-top: 15px;}
		.menu.menu-error {top: 99px;}
		.pagina-error {  min-height: 650px;  background-position: center 100px; }
		.pagina-error h1 {margin-top: 500px; font-size: 40px; }
		.pagina-error .sombra02 {margin-top: 20px}
	}

	@media(max-width: 767px){
		.efecto-menu-blanco.menu-error {height: 75px;}
		.efecto-menu-azul.menu-error {display: none}
		.menu-error .logo {margin-top: 15px;}
		.menu.menu-error {top: 74px;}
		.pagina-error {  min-height: 470px;  background-position: center 75px;}
		.pagina-error h1 {margin-top: 350px; font-size: 28px; }
	}


/* Empresa | Quienes Somos */
	.efecto-menu-azul.gris { filter: grayscale(100%);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: url(grayscale.svg#greyscale);filter: gray;-webkit-filter: grayscale(1);}

	.intro-qs {overflow: hidden;}
	.intro-qs .img { padding-right: 0}
	.intro-qs .img .centrar-img {height: 515px; width: 610px }
	.intro-qs .img .centrar-img img {width: 100%;filter: grayscale(100%);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: url(grayscale.svg#greyscale);filter: gray;-webkit-filter: grayscale(1);}
	.intro-qs .img .efecto-img {height: 100%; width: 610px; top:0; background-size: 100% 100%;  position: absolute; background-image: url(../img/efecto-imagen-qs.png); }
	.intro-qs .txt {margin-bottom: 25px; margin-top: 100px;}
	.intro-qs .txt h1 {font-size: 18px; color:#0071b7; font-weight: 400; margin-top: 30px; margin-bottom: 10px; text-transform: uppercase;}
	.intro-qs .txt p {font-size: 18px; color:#5b5b5e; font-weight: 300;}
	.intro-qs .txt p span {color:#0072b7;}
	.intro-qs .sombra02  {background-image: url(../img/sombra02.png); background-size:1920px auto; background-repeat: no-repeat; background-position: top center; position: absolute; width: 100%; overflow: hidden; height: 16px; bottom:0px; }


	.items-qs {position: relative;}
	.efecto-lineas-azules03 {pointer-events:none;background-image: url(../img/lineas-azules03.png); 	background-size:1920px 300px; opacity:0.7;  background-repeat: no-repeat; background-position: bottom center; height: 100%; width: 100%; position: absolute; z-index: 2; top: -220px }
	.items-qs ul {padding:0; list-style :none; padding-top: 25px}
	.items-qs ul li { padding:0px; margin: 0}

	.items-qs ul li h3 {margin:0; line-height:1.4em; text-align:right; color:#0071b7; font-weight:500; font-size:18px; padding:25px 15px;}
	.items-qs ul li .desc { padding:  25px 15px 25px 70px; background-image:url(../img/sombra-divisor.png); background-repeat: no-repeat; background-position: center left}
	.items-qs ul li p {margin:0; line-height:1.4em; text-align:left; color:#5b5b5b; font-weight:400; font-size:18px; }

	.btn-explorar {height: 144px; margin-bottom: 30px; background-color:#939393; /* background-image:url(../img/bg-boton-explorar.jpg);	background-size:1920px auto; background-repeat: no-repeat; background-position: top center;*/ width:100%; display: block;}
	.btn-explorar .txt {text-align:right; padding-top:25px;}
	.btn-explorar .txt h1 {font-size:28px; line-height:1em; font-weight: 300; text-transform:uppercase; margin: 0; color:#fff;}
	.btn-explorar .txt h2 {font-size:28px; line-height:1em; font-weight: 700; text-transform:uppercase; margin: 0; color:#fff;}
	.btn-explorar .txt p {font-size:18px; line-height:1.2em; font-weight: 500; margin: 0; color:#fff;}

	.btn-explorar .boton { text-align: center; background-image: url(../img/sombra-btn-cv.png); background-repeat: no-repeat; background-position: center 92px; height: 144px; }
	.btn-explorar .boton a { margin-top: 57px; background-color:#0072b7; display: inline-block; font-size: 18px;  color: #fff; text-transform: uppercase; line-height: 36px;text-align: center; padding: 0px 45px;height: 36px;} 
	.btn-explorar .boton a:hover {  background-color: #fff; color:#0072b7; }

	.carousel-quienes-somos .sombra01 {z-index: 2}
	#carousel-qs { width: 100%; padding-bottom: 45px }
	#carousel-qs .carousel-inner {height:424px;}
	#carousel-qs .item,
	#carousel-qs .centrar-img  {height:100%; width: 100%;}
	#carousel-qs .centrar-img  img {height:auto; width: 100%;}

	#carousel-qs .carousel-indicators { margin-bottom: 20px; bottom:0 ; position: relative; width: 100%; margin:auto; left:0; right:0; margin-top:20px;}
	#carousel-qs .carousel-indicators li {margin:0 5px; width: 13px; height: 13px; border:4px solid #0072b7; background-color: #fff}
	#carousel-qs .carousel-indicators li.active {border-color: #201815}




	@media(max-width:991px){
		.intro-qs .img .centrar-img {height: 327px; width: 387px }
		.intro-qs .img .efecto-img { width: 387px;  }

		.intro-qs .txt {margin-bottom: 25px; margin-top: 25px;}
		.intro-qs .txt h1 {font-size: 14px; margin-top: 30px; margin-bottom: 10px;}
		.intro-qs .txt p {font-size: 14px; }

		.items-qs ul li h3 { font-size:14px; padding:25px 15px;}
		.items-qs ul li .desc { padding:  25px 15px 25px 50px;}
		.items-qs ul li p { font-size:14px; }

		.btn-explorar {height: 115px; margin-bottom: 30px; background-size:auto 115px;}
		.btn-explorar .txt { padding-top:20px;}
		.btn-explorar .txt h1 {font-size:22px;}
		.btn-explorar .txt h2 {font-size:22px;}
		.btn-explorar .txt p {font-size:14px;}

		.btn-explorar .boton {  background-position: center 74px; height: 115px; }
		.btn-explorar .boton a { margin-top: 45px;  font-size: 14px;  line-height: 30px; padding: 0px 30px; height: 30px;} 

		.cont-carousel-qs {padding: 0}
		#carousel-qs .carousel-inner  {height:278px; }
	}


	@media(max-width:767px){
		.intro-qs .txt {margin-bottom: 15px}
		.intro-qs .txt h1 {font-size: 14px; margin-top: 30px; margin-bottom: 10px;}
		.intro-qs .txt p {font-size: 14px; }

		.intro-qs .img {padding-left: 0px}
		.intro-qs .img .centrar-img {height: auto; width: 480px }
		.intro-qs .img .efecto-img { width: 480px;  }
		.intro-qs .img .centrar-img img {width: 100%; position: relative; left:0; top:0;}
		.efecto-lineas-azules03 { background-position: -1140px top;  background-size: auto 200px; height: 200px; top: -170px;}
		
		.items-qs ul li h3 {  padding:25px 0px 25px 35px;}
		.items-qs ul li .desc { padding:  25px 15px 25px 40px;}

		#carousel-qs .carousel-inner  {height:260px; }
	}



	@media(max-width:479px){
		.intro-qs .txt {padding: 0 15px;}
		.intro-qs .txt h1 {font-size: 12px; margin-top: 20px; }
		.intro-qs .txt p {font-size: 12px; }
		.intro-qs .img .centrar-img {width: 320px }
		.intro-qs .img .efecto-img { width: 320px;  }
		.efecto-lineas-azules03 { background-position: -980px top; background-size: auto 150px; height: 150px; top: -130px; 	}
			
		.items-qs ul li h3 {  padding:20px 10px 20px 10px; font-size:12px; }
		.items-qs ul li p { font-size:12px; }
		.items-qs ul li .desc {     background-size: 10px auto; padding: 20px 10px 20px 20px;}

		.btn-explorar {height: 150px; background-size: auto 150px}

		.btn-explorar .txt h1 {font-size:18px;}
		.btn-explorar .txt h2 {font-size:18px;}
		.btn-explorar .txt p {font-size:12px;}

		.btn-explorar .boton { height: 30px; margin-top: 20px}
		.btn-explorar .boton a { margin-top: 0px;  font-size: 14px;   line-height: 30px;padding: 0px 30px;height: 30px;} 

		#carousel-qs .carousel-inner  {height:174px;}
	}


/* Empresa | RSE */

	.cont-modulo-rse {position: relative; margin-top: 50px} 
	
	.modulo-rse {display: block; padding: 0}

	.modulo-rse .img {clear: both; height: 365px; transition:all ease 200ms;}
	a.modulo-rse:hover .img {opacity: 0.8}
	.modulo-rse .img .centrar-img {height:100%; width: 100%;}
	.modulo-rse .img .centrar-img img { width: 100%;}
	.modulo-rse .img .efecto-img {background-size:110% 100%; background-position:top center;height: 100%; width: calc(100% - 30px); top:0; position: absolute; background-image: url(../img/efecto-imagen-empresa-home.png); }

	.modulo-rse .txt {clear: both; margin-top: 60px; height: 130px; overflow: hidden}
	.modulo-rse h1 {color:#0071b7; font-size: 18px; text-transform:uppercase; font-weight: 500; margin: 0; transition:all ease 200ms; }
	a.modulo-rse:hover h1 {color:#201815;  }

	.modulo-rse h2 {color:#201815; font-size: 12px; text-transform:uppercase; font-weight: 500; margin: 10px 0 20px 0; }
	.modulo-rse .txt p {font-size: 18px; color:#5b5b5e; font-weight: 300; line-height: 1.3em}
	.modulo-rse .txt p span {color:#0072b7;}
	.modulo-rse .vermas span {font-size:18px;color:#0072b7; text-align:right; float: right; transition:all ease 200ms;}
	a.modulo-rse:hover .vermas span {color:#201815;}

	.cont-modulo-rse .sombra01 {top: 365px;}
	.cont-modulo-rse .efecto-lineas-azules {top:195px; bottom:inherit; height: 220px}

	.cont-btn-vermas {margin-top: 30px; margin-bottom: 40px;/* height: 70px; text-align: center; background-image: url(../img/sombra-btn-cv.png); background-repeat: no-repeat; background-position: center 44px;*/}
	.vermas-scroll { margin-bottom:0; margin-top:0; width: 100%;  font-size: 18px; font-weight: 400; color: #fff; position: relative; text-transform: uppercase; line-height: 45px; text-align: center; text-align: center; border-radius: 0px; cursor: pointer }
	.vermas-scroll:hover span,
	.vermas-scroll:focus span {background-color: #fff; color:#0072b7; }
	.vermas-scroll img {display: none}
	.vermas-scroll.cargando img { width: 22px; display: inline-block; position: absolute; bottom: 35px; right: 21%;}
	.vermas-scroll span { background-color: #0072b7; line-height: 45px; display: inline-block; width: 100%;}
	.vermas-scroll .sombra-btn {background-image: url(../img/sombra-btn-cv.png); background-position: center top; height: 20px; background-repeat: no-repeat;}


	.ultimas { pointer-events: none; position: absolute;  width: 100%;  top: 0;  left: 0;  right: 0; }
	.ultimas h1 { margin-top:50px; line-height: 35px; margin-bottom: 0; color:#5b5b5e; font-size: 20px; font-weight: 400; text-align:center; display: block; border:1px solid #5b5b5e; border-bottom: 0}
	.ultimas ul {padding:0; list-style:none; pointer-events:all; border:1px solid #5b5b5e; border-bottom: 0}
	.ultimas ul li a {padding:0 5px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;border-bottom:1px solid #5b5b5e;line-height: 33px; color:#5b5b5e; font-size: 16px; font-weight: 300; text-align:left;  display: block; width: 100%;}
	.ultimas ul li a:hover {color:#0071b7;}

	.btn-lineas { pointer-events:all;  margin-top: 40px; margin-bottom: 20px; height: 70px; text-align: center; background-image: url(../img/sombra-btn-cv.png); background-repeat: no-repeat; background-position: center 44px;}
	.btn-lineas a { display:block; margin-top:0; width: 100%; background-color: #0072b7; padding:0 10px; font-size: 18px; font-weight: 400; color: #fff; text-transform: uppercase; line-height: 45px; text-align: center; text-align: center; border-radius: 0px; cursor: pointer }
	.btn-lineas a:hover {background-color: #fff; color:#0071b7;}

	.btnenviar .btn-lineas a#recotizar{ width: 95%; margin-top: 15px; background-color: #5b5b5b; margin-bottom: 15px; display: block; float: left;}
	.btnenviar .btn-lineas a#recotizar:hover{ background-color: #fff;}

	.cont-modulo-rse.ampliado .txt {height: auto}
	.ampliado .volver a {font-size:18px;color:#0072b7; text-align:right; float: right; transition:all ease 200ms; margin: 50px 0}
	.ampliado .volver a:hover {color:#201815;}



	@media(max-width: 991px){
		.cont-modulo-rse {margin-top: 40px} 
		.modulo-rse .img {height: 284px;}

		.modulo-rse .txt {margin-top: 40px; height: 115px; }
		.modulo-rse h1 { font-size: 16px;}
		.modulo-rse h2 { font-size: 12px;}
		.modulo-rse .txt p {font-size: 14px;}
		.modulo-rse .vermas span {font-size:14px;}

		.cont-modulo-rse .sombra01 {top: 284px;}
		.cont-modulo-rse .efecto-lineas-azules {top:110px; height: 170px}

		.cont-btn-vermas {margin-top: 65px; margin-bottom: 25px; height: 50px; background-position: center 34px;}
		.vermas-scroll { font-size: 14px;  line-height: 35px; }

		.ultimas h1 { margin-top:40px; line-height: 28px; font-size: 16px; }
		.ultimas ul li a {line-height: 26px; font-size: 14px; }

		.btn-lineas { margin-top: 55px; height: 60px; background-position: center 34px;}
		.btn-lineas a { font-size: 14px;  line-height:35px;  }

		.ampliado .volver a {font-size:14px; margin: 30px 0 50px 0}
	}


	@media(max-width: 767px){
		.modulo-rse .img {height: 297px;}
		.modulo-rse .txt {height: 115px; padding:0 15px; }
		.cont-modulo-rse .sombra01 {top: 297px;}
		.cont-modulo-rse .efecto-lineas-azules { top: 155px; background-size: auto 100%; height: 170px; background-position: -365px top;	}
		.ultimas {  position: relative;  margin-bottom: 50px}

		.ampliado .volver a {margin: 10px 0 50px 0}
	}


	@media(max-width: 479px){
		.cont-modulo-rse {margin-top: 30px} 
		.modulo-rse .img {height: 254px;}
		.modulo-rse .img .efecto-img {width: 100%;  }
		.modulo-rse .txt {height: 100px; padding:0 15px; }

		.modulo-rse h1 { font-size: 14px;}
		.modulo-rse h2 { font-size: 12px; margin-bottom: 15px}
		.modulo-rse .txt p {font-size: 12px;}
		.modulo-rse .vermas span {font-size:14px; padding-right: 15px}

		.cont-modulo-rse .sombra01 {top: 254px;}
		.cont-modulo-rse .efecto-lineas-azules {top:160px; height: 120px; background-position: -265px top;}

		.ampliado .volver a {font-size:14px; padding-right: 15px}
	}


/* Entregas | Nuevas */
	/*.titulo-seccion {}
	.titulo-seccion h1 {line-height: 30px; font-size: 25px; color: #5b5b5e; font-weight: 400; margin-top: 50px; margin-bottom: 0px; }*/
	
	.titulo-seccion {padding-left:0; margin-left: 4px; }
	.titulo-seccion.margin-negativo{ margin-top: -20px; }
	.titulo-seccion.margin-negativo-gde { margin-top: -50px; margin-bottom: 50px;}
	.titulo-seccion h1 {font-size:18px; color:#fff; font-weight: 300; margin:0;background-color: #0072b7; line-height: 45px; padding:0 50px 0 20px; 
		display: inline-block; -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%); clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);}


	.efecto-menu-azul.txt .cont-txt {display: flex;  height: 130px; align-items:center;}
	.efecto-menu-azul.txt h3 {font-size: 22px; text-align: left; margin: 10px 10px 10px 20px; line-height: 1.25} 
	.contenidos-gral.nuevas {min-height: 1200px}
	.contenidos-gral.nuevas .container-scroll {min-height: 1100px}


	.cont-calendario { pointer-events:none; margin-top: 94px; position: absolute;  width: 100%;  top: 0;  left: 0;  right: 0; }
	.cont-calendario .agenda {pointer-events:all;}
	.calendario {position: relative;}
	.calendario h1{margin-bottom:0; font-size:14px; line-height: 32px; background-color:#f1f1f1;  width:88%; color:#535353; padding-left:5px; font-weight: 400; text-transform:uppercase; text-align:left;display: inline-block;  border: none;  margin-top: 0; }
	.calendario .botones {float:right; background-color:#f1f1f1; width:12%;}
	.calendario a.navegador {position: relative; height:32px; color: #535353; margin-top: 0px;line-height:30px; font-size: 13px; font-weight: 600; text-transform:lowercase; float: right}
	.calendario a.navegador:hover {text-decoration:none;}
	.calendario a.navegador.prev {float: left; text-align: left; }
	.calendario a.navegador.next {float: right; text-align: right; }
	.calendario a.navegador span { margin:0 5px; font-family: monospace; font-family:20px;}
	.calendario ul {display: inline-block; padding: 0; margin: 0; width: 100%; position: relative;}
	.calendario ul li {display: block; height: 36px; float: left; width: 14.285714%; position: relative;overflow: hidden; border-right:1px solid #fff; border-top:1px solid #fff; line-height: 36px; text-transform: uppercase; background-color:#f1f1f1; color:#535353; font-size: 14px; font-weight: 400; text-align: center; }
	.calendario ul.dias{ }
	.calendario ul.dias li  { }
	.calendario ul.semana {}
	.calendario ul.semana li {}
	.calendario ul.semana li a{ color:#fff; font-weight: 500;  background-color: #0072b7;   height: 36px;  position: absolute;  top: 0;  right: 0; width: 100%;}
	.calendario ul.semana li a img{ display: none;}

	.agenda .proximos-eventos { padding:14px 10px; background-color: #fff}
	.agenda .proximos-eventos a { text-decoration:none; font-size:14px; line-height:21px; font-weight:400; color:#535353; display:inline-block; width:100%;}
	.agenda .proximos-eventos a:hover {color:#0072b7;}

	.banner { position: relative; margin-top:50px; margin-bottom:50px;pointer-events:all;}
	.banner .sombra-banner {position: absolute;width: calc(100% - 30px);  height: 15px; z-index: 2; background-image: url(../img/sombra-banner.png); background-repeat: no-repeat; background-position: top center}
	.banner a {padding:45px 30px; display: block; width: 193px; margin: 0 auto; height: 397px; background-image: url(../img/bg-banner-reserva.jpg);}
	.banner a h1 {font-size:18px; color:#0072b7; font-weight: 400; text-align: center; text-transform: uppercase;}
	.banner a h2 {margin-top:5px; font-size:18px; color:#535353; font-weight: 300; text-align: center }
    .banner a span {font-size:18px;position: relative; color:#fff; font-weight: 400; text-align: center; background-color: #0072b7; display: inline-block; padding:10px; margin: auto;  margin: 12px auto 0; line-height: 1.2em;}
	.banner a .sombra-btn {left:0 ; right:0; background-color: transparent;   bottom: -20px; position: absolute; width: calc(100% - 30px); height: 15px; z-index: 2; background-image:  url(../img/sombra-btn-cv.png); background-repeat: no-repeat; background-position: top center; background-color: transparent;}
    .banner a:hover span { background-color:#fff; color: #0072b7; }
	.banner a:hover .sombra-btn {background-color: transparent; }

	.reserva-tu-lugar {padding-top: 40px ; padding-bottom: 40px; background-color:#939393;}
	.reserva-tu-lugar h1 {color:#fff; font-weight: 300; font-size: 50px; text-transform: uppercase; margin-top: 50px; line-height: 0.9em}
	.reserva-tu-lugar p {color:#fff; font-weight: 300; font-size: 18px; }

	.reserva-tu-lugar iframe {width: 100%; height: 400px}


	@media(max-width: 991px){
		.efecto-menu-azul.txt .cont-txt {height: 89px; }
		.efecto-menu-azul.txt h3 {font-size: 16px; } 

		.cont-calendario { margin-top: 120px;}
		
		/*.cont-calendario { margin-top: 40px;  }*/
		.banner { margin-top:20px;}


		.reserva-tu-lugar {padding-top: 30px ; padding-bottom: 30px; }
		.reserva-tu-lugar h1 { font-size: 35px; }
		.reserva-tu-lugar p { font-size: 14px; }
	}




	@media(max-width: 767px){
		.titulo-seccion h1 { font-size:20px; margin-top: 20px; }

		.calendario h1{ width:85%;}
		.calendario .botones { width:15%;}
		
		.efecto-menu-azul.txt .cont-txt {height: 75px; }
		.efecto-menu-azul.txt h3 {font-size: 14px; } 
		.cont-calendario { position: relative  }
		
		.contenidos-gral.nuevas {min-height: inherit}
		.contenidos-gral.nuevas .container-scroll {min-height: inherit}

		.reserva-tu-lugar {padding-top: 30px ; padding-bottom: 30px; text-align:center; }
		.reserva-tu-lugar h1 { font-size: 22px; margin-top: 0 }

	}


	@media(max-width: 479px){
		.titulo-seccion {padding-left: 15px;}
		.titulo-seccion h1 {font-size: 15px; margin-top: 15px; }

		.efecto-menu-azul.txt .cont-txt {height: 60px;  }
		.efecto-menu-azul.txt h3 {font-size: 12px;  margin: 10px 10px 10px 38px;} 

	}


/* Entregas |  Anteriores */
	.anteriores .txt  {text-align: left; padding: 40px 15px 25px 15px;}
	.anteriores .txt h1 {font-size: 50px; font-weight:300; color:#535353; text-transform: uppercase; margin: 0;}
	.anteriores .txt h3 {font-size: 18px; font-weight:400; color:#0072b7; text-transform: uppercase; margin: 0;}
	.anteriores .txt p  {font-size: 18px; font-weight:300; color:#535353;  margin: 0}
	.anteriores .sombra02  {bottom:-3px; z-index: 2 }
	
	.anteriores-carousel {min-height: auto !important; }
	.anteriores-carousel .carousel-inner {height: 447px; margin-top: 15px; width: 774px;  max-width:100%;}
	.anteriores-carousel .carousel-inner .item {height: 100%; }
/*	.anteriores-carousel .carousel-inner .item-responsive {height: 100%; }*/
	.anteriores-carousel .carousel-inner .item .centrar-img {height: 100%;width: 100%}
	.anteriores-carousel .carousel-inner .item .centrar-img img {height: 100%; }

	
	.anteriores-carousel .carousel-indicators { position: relative; width: 100%; bottom:0; left: 0; right: 0; margin: 15px 0; }
	.anteriores-carousel .carousel-indicators li { width: 142px; height: 83px; float: left; margin: 8px; border: 1px solid #fff; border-radius: 0px; opacity: 0.8 }

	.anteriores-carousel .carousel-indicators li.active {border:1px solid #0072b7; opacity: 1}

	.anteriores-carousel .carousel-indicators .centrar-img { width: 100%; height: 100% }
	.anteriores-carousel .carousel-indicators .centrar-img img {height: 100%}



	.videos {/*margin-top: 150px;*/}
	.modulo-video  {margin-top: 50px;}

	.modulo-video .centrar-img {height: 120px;}
	.modulo-video .centrar-img img {width: 100%;}
	.modulo-video .efecto-img {height: 100%; width: 100%; top:0; position: absolute; background-image: url(../img/efecto-img-videos.png);  background-size: 100% 100%;}
	.modulo-video .centrar-img i {width: 26px; height: 32px; margin: auto; position: absolute; top:0; bottom:0; left: 0; right: 0}
	.modulo-video:hover .centrar-img i .svg polygon {stroke:#fff;}
	.modulo-video:hover .centrar-img img {opacity:0.8;}


	.modulo-video .txt {clear: both; height: 115px; overflow: hidden}
	.modulo-video .txt h1 {font-size: 16px; font-weight:400; color:#0072b7; margin: 15px 0 0 0; text-transform: uppercase; }		
	.modulo-video .txt h2 {font-size: 12px; font-weight:400; color:#201815; margin: 10px 0 0 0; text-transform: uppercase;}	
	.modulo-video .txt p  {font-size: 18px; font-weight:300; color:#535353; margin: 10px 0 0 0;}

	.video-incrustado { height: 530px}
	.video-incrustado iframe {width: 100%; height: 100%}
	.ampliado {}

	
	@media(min-width: 768px){
		.anteriores-carousel .carousel-indicators li:nth-child(5n+1) {margin-left:0;}
		.anteriores-carousel .carousel-indicators li:nth-child(5n+5) {margin-right:0;}
	}



	@media(max-width: 991px){
		.anteriores .txt h1  {font-size: 35px; }		
		.anteriores .txt h3 ,
		.anteriores .txt p  {font-size: 16px;}
		
		.anteriores .sombra02  {bottom:-6px;  }

	/*	.anteriores-carousel .imagen-carousel {height: 350px; }
		.desplegado .carousel-indicadores { height: 55px;}
		.desplegado .carousel-indicadores .carousel-inner .centrar-img { width: 95px;}
		.desplegado .carousel-indicadores .carousel-inner {margin-right: 2%; width: 93%}*/

		.anteriores-carousel .carousel-inner {height: 425px; }
		.anteriores-carousel .carousel-indicators li{ width: 134px; height: 78px;}


		.modulo-video .centrar-img {height: 90px;}
		.modulo-video .txt { height: 95px; }
		.modulo-video .txt h1 {font-size: 14px;}
		.modulo-video .txt p  {font-size: 14px; line-height: 1.2em }
		
		.video-incrustado { height: 416px}



	}

	@media(max-width: 767px){
		.anteriores .sombra02  {bottom:-6px;}

		.anteriores .txt h1  {font-size: 24px; }
		.anteriores .txt p,
		.anteriores .txt h3 {font-size: 14px;}
		.anteriores-carousel .carousel-indicators { margin: 5px 0; }

		.anteriores-carousel .carousel-inner {height: 260px; }
		.anteriores-carousel .carousel-indicators li { width: 142px; height: 83px; margin: 6px; }

		.anteriores-carousel .carousel-indicators li:nth-child(3n+1) {margin-left:0;}
		.anteriores-carousel .carousel-indicators li:nth-child(3n+3) {margin-right:0;}

		.modulo-video .centrar-img {height: 118px;}
		.modulo-video .txt { height: 75px;}
		.video.ampliado .modulo-video {margin-top:40px;}
		.video-incrustado { height: 254px}
	}


	@media(max-width: 479px){
		.anteriores .txt  { padding: 30px 15px 30px 15px;}
		.anteriores .txt h1  {font-size: 22px}

		.anteriores-carousel .carousel-inner {height: 173px; }
		.anteriores-carousel .carousel-indicators li { width: 94px; height: 55px; margin: 4px;}


		.desplegado .carousel-indicadores { height: 45px;}
		.desplegado .carousel-indicadores .carousel-inner .centrar-img { width: 80px;}

		.desplegado .carousel-indicadores .carousel-inner {width: 92%}

		.modulo-video .centrar-img {height: 150px;}

		.video.ampliado .modulo-video {margin-top:20px;}

		.video-incrustado { height: 180px}
		.video.ampliado .txt {padding: 0 15px; }
		.modulo-video .txt { height: 60px;}
		.cont-btn-vermas { margin-top: 35px;}
	}




/* Novedades */


	.cont-sombra-lateral {position: absolute; height: 100%;width:100%; max-width: 970px; margin:auto; left: 0; right: 0}
	.sombra-lateral {position: absolute; width:10px; height: 100%; background-image: url(../img/sombra-lateral-noticias.png);background-size: 17px 100%; background-repeat: no-repeat;  background-position: top right;}

	.modulo-novedad .img { height: 236px;}
	.modulo-novedad .txt {clear: none; margin-top: 0px; height: 236px; }

	.novedades .cont-modulo-rse .efecto-lineas-azules {top:115px; bottom:inherit; height: 150px}

	@media(max-width: 991px){
		.novedades .cont-modulo-rse .efecto-lineas-azules {top:45px; }
		.modulo-novedad .img { height: 180px;}
		.modulo-novedad .txt { height: 180px; }
	}


	@media(max-width: 767px){
		.novedades .cont-modulo-rse .efecto-lineas-azules { top: 115px; height: 100px;  background-position: -210px;}
		.modulo-novedad .img { height: 200px;}
		.modulo-novedad .txt { height: 200px; }

		.ampliado .modulo-novedad .img { height: 232px;}
		.ampliado .modulo-novedad .txt { height: auto; margin-top: 40px; }
		.novedades .ampliado .efecto-lineas-azules { top: 150px; }

	}


	@media(max-width: 479px){
		.novedades .cont-modulo-rse .efecto-lineas-azules { top: 130px; height: 100px;  background-position: -210px;}
		.modulo-novedad .img { height: 214px;}
		.modulo-novedad .txt { height: auto; margin-top: 40px; }

		.ampliado .modulo-novedad .img { height: 214px;}

	}


/* Cotizador */
	.intro-cotizador { padding-bottom: 30px;}
	.intro-cotizador .img .centrar-img img  {height:inherit; width: 100%;filter: grayscale(100%);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: url(grayscale.svg#greyscale);filter: gray;-webkit-filter: grayscale(1);}
	.intro-cotizador .txt  {text-align: left;}
	.intro-cotizador .txt h1 {font-size: 50px; text-align: left; margin: 80px 0px 0px; text-transform: uppercase}
	.intro-cotizador .txt p {}
	.intro-cotizador .txt h3 {font-size: 18px;  margin: 0px 0 25px 0;text-transform: uppercase}
	.intro-cotizador .sombra02  {bottom:30px; }

	.pasos {margin-top:10px}
	.pasos .txt ul {display: inline-block; padding-left: 0; list-style: none}
	.pasos .txt ul li {display: inline-block; clear:both; margin-bottom:20px;}	
	.pasos .txt h2 {font-size:18px; color:#0072b7; font-weight:400; margin-bottom: 0; text-transform: uppercase}
	.pasos .txt p {font-size:18px; color:#5b5b5e; font-weight: 300;}
	
	.pasos .formulario {margin-top: 10px; margin-bottom:30px ;}
	.pasos .form-group {clear: both}
	.pasos .form-group .control-label,
	.pasos .form-group span { text-align: right; font-size:14px; font-weight:400;  color:#535353; line-height: 16px }
	.pasos .form-control:focus {  border-top: none; box-shadow: none}
	.pasos .formulario input[type="text"], 
	.pasos .formulario input[type="number"], 
	.pasos .formulario textarea, 
	.pasos .formulario select{ width:95%; display: inline-block; background-color:#dcdede;  padding:0 5px;   margin-bottom: 15px; height: 34px; font-weight:400; line-height: 34px;  outline:none; color:#191c20; border:none; font-size:14px; box-shadow: none; border-radius:0px   } 
	.pasos .formulario .pref {padding-right:0;}
	.pasos .formulario .movil {padding-left:0;}
	.pasos .formulario .movil  input[type="text"] {width: 93%}
	.pasos .formulario #pref {width: 40%;}
	.pasos .formulario span.asterisco {  width: 3%; }
	.pasos .formulario .btnenviar { /*height:50px;*/ background-image:  url(../img/sombra-boton-calcula.png); background-size: 100%; background-repeat: no-repeat; background-position: center 38px}
	.pasos .formulario .btnenviar button {border:  none; cursor:pointer; float:left; background-color:#0072b7; color:#fff; width: 95%; line-height: 36px; display: inline-block; font-size: 18px;   }
	.pasos .formulario .btnenviar button:hover{ background-color:#fff; color:#0072b7;}



	#datoscoti,
	#resultados,
	#yaestas {display:none;}
	
	#empezar.oculto {display: none}

	#datoscoti.activo,
	#resultados.activo,
	#yaestas.activo {display:block;}

	.resultado { margin-bottom: 30px; position: relative;}
	.sombra04  {background-image: url(../img/sombra04.png);	background-size:1920px auto; background-repeat: no-repeat; background-position: top center; position: absolute; width: 100%; overflow: hidden; height: 14px;z-index: 2 }
	.sombra05  {background-image: url(../img/sombra05.png);	background-size:1920px auto; background-repeat: no-repeat; background-position: top center; position: absolute; width: 100%; overflow: hidden; height: 14px; bottom: 0;z-index: 2}

	.resultado .img .centrar-img img  {width: 100%;filter: grayscale(100%);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: url(grayscale.svg#greyscale);filter: gray;-webkit-filter: grayscale(1);}
	.resultado .txt {min-height: 295px; display: block; }
	.resultado .efecto-lineas-azules {pointer-events:none;background-image: url(../img/lineas-azules.png);  background-size:1920px auto;  background-repeat: no-repeat; background-position: bottom center; height: 200px; width: 100%; position: absolute; z-index: 2;  bottom: inherit; top: 125px }
	.resultado h2 {font-size: 18px; font-weight:700; color:#0072b7; text-align:center; margin-top: 30px}
	.resultado ul {list-style:none; padding-left: 0}
	.resultado ul li {padding:0px 15px 35px 15px; width:50%; float: left;  background-image: url(../img/sombra-cotizador.png); background-size: 100%; background-repeat: no-repeat; background-position: center bottom }
	.resultado ul li h3 {line-height:1.2em; margin:0; font-size: 18px; font-weight:300; color:#535353; text-align: center }
	.resultado ul li h4 {line-height:1.2em; padding:0 10px; margin:0; font-size: 18px; font-weight:400; color:#0072b7; border:none; text-align: center }
	.resultado .btn-lineas {margin-top: 20px; margin-bottom: 10px}

	.asesor {padding-bottom: 75px}
	.asesor .btn-lineas {margin-top:10px;}
	.asesor .txt p {font-size:18px; color:#5b5b5e; font-weight: 300;}
	.asesor .txt span {font-size:18px; color:#0072b7; font-weight:400;}
	

	@media(max-width: 991px){
		.intro-cotizador .txt h1  {font-size: 35px;  margin: 60px auto 5px auto;}

		
		.intro-cotizador .txt h3 {font-size: 16px;}
		.intro-cotizador .sombra02  {bottom:23px; }

	  	.movil  input[type="text"] {width: 93%}
		textarea {   width: 97%; }

		.pasos {margin-top:10px}
		.pasos .txt ul {display: inline-block; padding-left: 0; list-style: none}
		.pasos .txt ul li {display: inline-block; clear:both; margin-bottom:20px;}	
		.pasos .txt h2 {font-size:14px; }
		.pasos .txt p {font-size:14px; }

		.pasos .form-group .control-label, .pasos .form-group span { padding: 0 7px; }

		.resultado h2 {font-size: 16px; }
	
		.resultado ul li h3 {font-size: 16px;}
		.resultado ul li h4 {font-size: 16px;}

		.asesor {padding-bottom: 40px}
		.asesor .btn-lineas {margin-top:10px;}
		.asesor .txt p {font-size:14px; }
		.asesor .txt span {font-size:14px; }

		.pasos .formulario input[type="text"], 
		.pasos .formulario input[type="number"], 
		.pasos .formulario textarea, 
		.pasos .formulario select{ width: 93%;}
		.pasos .formulario #pref { width: 25%;}
		.pasos .formulario .movil input[type="text"] { width: 90%;}
		.pasos .formulario .btnenviar button{ width: 93%;}
		.btnenviar .btn-lineas a#recotizar{ width: 93%; margin:0;}
	}

	@media(max-width: 767px){
		.intro-cotizador .img .centrar-img, 
		.intro-cotizador .txt {height: 180px;}
		.intro-cotizador .txt h1  {font-size: 24px;  margin: 50px auto 0px auto;}
		.intro-cotizador .txt p  {margin-bottom: 5px}
		.intro-cotizador .txt h3 {font-size: 14px;}
	 	.pasos .formulario .movil input[type="text"] {width: 85%}
	 	.resultado .sombra05 {background-size: 150% 15px; opacity:0.5; bottom: -10px;}

	
		.resultado ul li h3 {font-size: 14px;}
		.resultado ul li h4 {font-size: 14px;}

		.asesor .btn-lineas {margin-top:40px;}
	 	.asesor .txt p {font-size:16px; }
		.asesor .txt span {font-size:16px; }

		.pasos .formulario input[type="text"], 
		.pasos .formulario input[type="number"], 
		.pasos .formulario textarea, 
		.pasos .formulario select{ width: 92%;}
		.pasos .formulario #pref { width: 40%;}
		.pasos .formulario .movil input[type="text"] { width: 86%;}
		.pasos .formulario .btnenviar button{ width: 92%;}
		.btnenviar .btn-lineas a#recotizar{ width: 92%;}
	}


	@media(max-width: 479px){
		.intro-cotizador .img .centrar-img, 
		.intro-cotizador .txt {height: 107px;}
		.intro-cotizador .txt  {padding-left: 15px}
		.intro-cotizador .txt h1  { margin: 20px auto 0px auto; font-size: 22px}

		.pasos {margin-top:0px}
		.pasos .txt ul li { margin-bottom:0px;}	

		.formulario  {padding:0px;}
		.pasos .form-group .controllabel, .pasos .form-group span {font-size: 12px; }
		.pasos .formulario span.asterisco,
		.pasos .formulario .pref span {padding: 0}
		.pasos .formulario #pref {width: 45%;}
	 	.movil  input[type="text"] {width: 85%}

	 	.pasos .formulario input[type="text"], 
		.pasos .formulario input[type="number"], 
		.pasos .formulario textarea, 
		.pasos .formulario select{ width:92%;}

	 	.resultado .sombra05 {background-size: 150% 15px; opacity:0.5; bottom: -10px;}

		.resultado .txt { padding-left: 15px; }
		.resultado ul li h3 {font-size: 12px;}
		.resultado ul li h4 {font-size: 12px;}

		.asesor {padding:0 15px; padding-bottom: 0px}
		.asesor .btn-lineas {margin-top:20px;}
	 	.asesor .txt p {font-size:14px; }
		.asesor .txt span {font-size:14px; }
	}



/* Lineas de Casa */

		.breadcrumbs {}
		.breadcrumbs a {color:#535353; text-decoration: none;}
		.breadcrumbs a:hover  {color:#0072b7;}

		.breadcrumbs h2 {font-size: 12px; font-weight: 300; color:#535353; line-height: 35px; margin:10px 0 0 0;}
		.breadcrumbs .sombra01  { width: 1200px; background-size: 1400px auto; background-position: -290px top; position: absolute; left: 3px;}
		.productos, .desplegado { min-height:700px; text-align: center;}

		.desplegado .sombra-lateral,
		.productos .sombra-lateral,
		.categorias .sombra-lateral {z-index: 2;  position:absolute; top:-45px; background-image: url(../img/sombra-lateral-noticias.png); background-size: 12px 100%; left:0; background-repeat: no-repeat; height: 1100px; background-position: left -100px;}

		.lineas {overflow: hidden}
		.lineas #ul-categorias{ padding-left:0px; }
		.lineas #ul-categorias li { list-style: none;  border-radius: none; margin-top:30px;}
		.lineas #ul-categorias li a {display: block;  color:#535353; padding: 7px 0px;  font-weight: 300; text-transform:uppercase; font-size: 18px; text-decoration:none; }
		.lineas #ul-categorias li a.collapsed { color:#0072b7;  }
		
		.lineas #ul-categorias li a i img {width: 100%; margin-bottom: 15px; filter: grayscale(100%);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: url(grayscale.svg#greyscale);filter: gray;-webkit-filter: grayscale(1); }
		.lineas #ul-categorias li a.collapsed i img  {filter: none; -webkit-filter: none; -ms-filter: none; -o-filter: none; filter: none; filter: none; -webkit-filter: none; }

		.lineas #ul-categorias li a span {margin-left: 20px;display: inline-block; webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 200ms ease-in-out; -moz-transition: 200ms ease-in-out; -o-transition: 200ms ease-in-out; transition: 200ms ease-in-out;}
		.lineas #ul-categorias li a.collapsed span {  webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
		
		.lineas #ul-categorias li a.collapsed span {color:#0072b7; }
		.lineas #ul-categorias li a.collapsed span .svg  path { stroke: #0072b7;}

		.lineas #ul-categorias li a span {color:#535353; }
		.lineas #ul-categorias li a span .svg  path { stroke: #535353;}

		.sombra-cat {margin-top:15px; background-image:url(../img/sombra-cotizador.png);height: 15px;  background-size: 100% auto; background-position: top center;}
	
		.lineas #ul-categorias li ul { padding-left:0px;margin-bottom: 0px}
		.lineas #ul-categorias li ul li {margin-top:0; border:none; list-style-image: none; list-style:none;  border-radius: 0px; }
		.lineas #ul-categorias li ul li a {color:#0072b7; line-height: 22px; font-size:16px; text-transform: none; padding:5px 10px; display: block}
		.lineas #ul-categorias li ul li a:hover,
		.lineas #ul-categorias li ul li a.active {color:#535353;}

		.productos h2 {font-size: 18px; font-weight: 300; color:#535353; text-align: center; margin-top: 40px;}

		/* Desplegado */
		.desplegado {}
		.desplegado .titulo-cat {padding-left:0; margin-left: 4px; }
		.desplegado .titulo-cat h1 {font-size:18px; color:#fff; font-weight: 300; margin:0;background-color: #0072b7; line-height: 45px; padding:0 45px 0 20px; display: inline-block; -webkit-clip-path: polygon(0 0, 85% 0%, 100% 100%, 0% 100%); clip-path: polygon(0 0, 85% 0%, 100% 100%, 0% 100%);}

		.desplegado .titulo-prod h1 {display: inline-block; font-size: 25px; color:#0072b7; font-weight: 300; margin-top: 30px}
		.desplegado .titulo-prod ul.metros {padding-left:0; list-style:none; float:right; margin-top: 10px}
		.desplegado .titulo-prod ul.metros li {font-size:42px; color:#535353; padding:0  0 0 25px; float:right; font-weight: 300;}
		.desplegado .titulo-prod ul.metros li sup {font-size: 25px;}

		.desplegado .imagen-carousel {height: 365px; margin-top: 15px;}
		.desplegado .imagen-carousel .centrar-img  {height: 100%;}
		.desplegado .imagen-carousel .centrar-img img  {width: 100%;}

		.desplegado .carousel-indicadores { height: 70px; margin-top: 30px}
		.desplegado .carousel-indicadores .carousel-inner {float: right; width:95%;}
		.desplegado .carousel-indicadores .carousel-inner,
		.desplegado .carousel-indicadores .carousel-inner .item,
		.desplegado .carousel-indicadores .carousel-inner .item-responsive { height: 100%;}
		.desplegado .carousel-indicadores .carousel-inner .centrar-img { height: 100%; width: 120px; display:block}
		.desplegado .carousel-indicadores .carousel-inner .centrar-img img  {width: 100%;}
		.desplegado .carousel-control {width:5%; padding-top: 25px;}
		.desplegado .carousel-control.left span img {float:left; webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
		.desplegado .carousel-control.right span img {float:right; webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }

		.desplegado .descripcion {margin-top: 30px;text-align: initial;}
		.desplegado .descripcion p {margin-bottom: 30px}
		.desplegado .descripcion p,
		.desplegado .descripcion span{font-size: 18px;line-height: 1.3em; color:#535353;font-weight: 300;}
		.desplegado .descripcion a,
		.desplegado .descripcion strong {font-size: 18px;line-height: 1.3em; color:#0072b7;font-weight: 400;}

		.btn-360 {text-align:center; margin-top: 100px; height:60px; background-image:  url(../img/sombra-boton-calcula.png); background-size: 100%; background-repeat: no-repeat; background-position: center 44px}
		.btn-360 a {border:  none; cursor:pointer; background-color:#0072b7; color:#fff; width: 100%; margin: 0 auto; line-height: 45px; display: inline-block; font-size: 18px;   }
		.btn-360 a:hover{ background-color:#fff; color:#0072b7;}

		.desplegado .planos { margin-top: 50px; margin-bottom: 100px; }
		.desplegado .planos a  {display:block;}
		.desplegado .planos img {height: 230px; width:auto; max-width: 100%; float:left; margin:15px 15px;}


		#modal-consulta .modal-content {height: 450px}
		#modal-consulta .modal-body {height: 100%}

		#modal-consulta iframe {width:100%; height: 100%}
		
		#modal-plano .modal-dialog {width: 800px; max-width: 80%}
		#modal-plano .modal-dialog  img {width: 100%}

	@media(max-width: 991px){

		/* Desplegado */
		.desplegado .titulo-cat {margin-left: 3px; margin-top: 25px  }
		.desplegado .titulo-cat h1 {font-size:16px;line-height: 40px; padding:0 45px 0 20px;}

		.desplegado .titulo-prod h1 { font-size: 20px; }
		.desplegado .titulo-prod ul.metros {margin-top: 15px}
		.desplegado .titulo-prod ul.metros li {font-size:30px;  padding:0  0 0 20px; }
		.desplegado .titulo-prod ul.metros li sup {font-size: 19px;}
		.desplegado .imagen-carousel {height: 255px; margin-top: 15px;}

		.desplegado .carousel-indicadores { height: 50px; margin-top: 20px}

		.desplegado .carousel-indicadores .carousel-inner {width:92%; margin-right: 3%}
		.desplegado .carousel-indicadores .carousel-inner .centrar-img { width: 90px;}

		.desplegado .carousel-control {width:5%; padding-top: 18px;}

		.desplegado .descripcion {margin-top: 40px}
		.desplegado .descripcion p {margin-bottom: 30px}
		.desplegado .descripcion p,
		.desplegado .descripcion span{font-size: 14px;}
		.desplegado .descripcion a,
		.desplegado .descripcion strong {font-size: 14px;}
	
		.btn-360 {  margin-top: 50px; background-size: 65%; }
		.btn-360 a { width: 65%;    }
	
		.desplegado .planos { margin-top: 30px; padding-left:0;}
		.desplegado .planos img {height: 200px; margin:10px;}

	}


	@media(max-width: 767px){

		.categorias {position:relative;}
		.categorias .sombra-lateral { top:0px; left:inherit; margin-left:120%;  height: 100%; background-position: left -100px;}

			
		/* Desplegado */
		.desplegado .titulo-cat {margin-left: 3px; margin-top: 25px  }
		.desplegado .titulo-cat h1 {font-size:16px;line-height: 40px; padding:0 45px 0 20px;}

		.desplegado .titulo-prod h1 { font-size: 20px; }
		.desplegado .titulo-prod ul.metros {margin-top: 15px}
		.desplegado .titulo-prod ul.metros li {font-size:30px;  padding:0  0 0 20px; }
		.desplegado .titulo-prod ul.metros li sup {font-size: 19px;}
		.desplegado .imagen-carousel {height: 255px; margin-top: 15px;}

		.desplegado .carousel-indicadores { height: 50px; margin-top: 20px}

		.desplegado .carousel-indicadores .carousel-inner {width:92%; margin-right: 3%}
		.desplegado .carousel-indicadores .carousel-inner .centrar-img { width: 90px;}

		.desplegado .carousel-control {width:5%; padding-top: 18px;}

		.desplegado .descripcion {margin-top: 40px}
		.desplegado .descripcion p {margin-bottom: 30px}
		.desplegado .descripcion p,
		.desplegado .descripcion span{font-size: 14px;}
		.desplegado .descripcion a,
		.desplegado .descripcion strong {font-size: 14px;}

		.btn-360 {  margin-top: 50px; background-size: 65%; }
		.btn-360 a { width: 65%;    }

		.desplegado .planos { margin-top: 30px; padding-left:0;}
		.desplegado .planos img {height: 200px; margin:10px;}


		.modal-dialog {  max-width: 90% !important; margin: 30px auto; }
		.productos, .desplegado{ min-height: 200px;}

	}


	@media(max-width: 479px){

		.breadcrumbs h2 {padding-left: 10px; padding-right:10px; white-space: nowrap; text-overflow: ellipsis;    overflow: hidden;}
		.categorias { padding: 0 15px 0 0;}

		.categorias .sombra-lateral { margin-left:105%;}

		.lineas #ul-categorias li a {font-size:16px;}
		.lineas #ul-categorias li ul li a {font-size:14px;}

		/* Desplegado */
		.desplegado {  padding: 0 10px;}
		.desplegado .titulo-cat {margin-left: 0px; margin-top: 15px  }
		.desplegado .titulo-cat h1 {font-size:14px;}

		.desplegado .titulo-prod h1 { font-size: 14px; }

		.desplegado .titulo-prod ul.metros {margin-top: 20px}
		.desplegado .titulo-prod ul.metros li {font-size:19px;  padding:0  0 0 20px; }
		.desplegado .titulo-prod ul.metros li sup {font-size: 11px;}

		.desplegado .imagen-carousel {height: 170px; margin-top: 15px;}

		.desplegado .carousel-indicadores { height: 45px; margin-top: 15px}

		.desplegado .carousel-indicadores .carousel-inner {margin-right: 2%}
		.desplegado .carousel-indicadores .carousel-inner .centrar-img { width: 80px;}


		#modal-consulta .modal-dialog {margin: 0px auto;}
		#modal-consulta .modal-body {padding: 0}


	}



/* RRHH */ 

.rrhh .img {}
.rrhh .img  img {opacity:0.7;}

.rrhh .txt {text-align:left; margin-top: 30px; height: 265px;}
.rrhh .txt h3 {text-transform: none; margin-top: 40px;}
.rrhh iframe {height: 1500px; width: 100%}

@media(max-width: 991px){
	.rrhh .txt { margin-top: 10px; height: 215px;}
}

@media(max-width: 767px){
	.rrhh .txt h3 { margin-top: 12px;}
	.rrhh .txt { height: 170px;}

}
@media(max-width: 479px){
	.rrhh .txt {height: auto; padding-right: 10px;}
}


.carousel-fade .item {opacity: 0; transition-property: opacity;}
.carousel-fade .item.active {opacity: 1;}
.carousel-fade .item.active.left, 
.carousel-fade .item.active.right {left: 0; opacity: 0; z-index: 1;} 
.carousel-fade .item.next.left, 
.carousel-fade .item.prev.right {opacity: 1;}



body > main {min-height: 800px}

.contenidos-gral {	margin-top: 223px;  position: relative;}

@media(max-width: 991px){
	.contenidos-gral {	margin-top: 158px; }
}

@media(max-width: 767px){
	.contenidos-gral {	margin-top: 0px;  }
}


/*	Mapa CCUU: */
.mapa-ccuu{width: 100%; height: 500px}
.mapa-ccuu-ver-ruta{display:none; float:right; overflow: auto; width:30%; height: 500px; position: absolute; margin-top: -500px; background-color: #FFF; right: 0px;}

/*	Shared */
.shared{padding: 0; list-style:none;}
.shared li{display: inline-block; padding: 5px}
.shared li a img{width: 32px}

/* Centrar Imagen */
.centrar-img {overflow: hidden; position: relative;}
.centrar-img img {position: absolute; left: -5000px; right: -5000px; top: -5000px; bottom: -5000px; margin:auto;}

p img {max-width: 100%;}

/* Modal */
.modal-body img {max-width: 100%;}
.modal-header {border-bottom: none;}

/* Flechas Carousel*/
a.carousel-control.right, a.carousel-control.left { background-image: none; } 



/*	Posicionador de imagen automatico */
/*.container-image {width: 100%; height:100%; position: relative; overflow: hidden;background-image:url(../img/loading.svg); background-size: 100px; background-repeat: no-repeat; background-position: center center;}
.container-image img {position: absolute; margin: auto; width: 100%; top:-10000px; bottom: -10000px; left:-10000px; right:-10000px; opacity:0; -webkit-transition:  all 1000ms ease-out;  -moz-transition:  all 1000ms ease-out;  -o-transition:  all 1000ms ease-out;  transition:  all 1000ms ease-out }
.container-image img.visible {opacity:1;}*/


@keyframes rotar { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


/* azul #2c3657 24 arial
  verde #b4c832 26 arial 
  f2f2f4*/


