.cabecera {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 2
}

.cabecera .izquierda {
	float: left
}

.cabecera .izquierda .logo {
	display: block;
	max-width: 144px
}

.logo img, .imagen img, .img img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%
}

.foto:not(.aire) {
	display: block;
	overflow: hidden
}

.cabecera .derecha {
	float: right;
	margin-top: 30px
}

.cabecera .derecha .menu ul {
	margin: 0;
	padding: 0
}

.cabecera .derecha .menu ul li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-right: 48px;
	color: #ffffff;
	line-height: 61px;
	font-weight: 500
}

.cabecera .derecha .menu ul li:not(.cont) {
	padding-top: 4px
}

.cabecera .derecha .menu ul li:last-child {
	margin-right: 0
}

.cabecera .derecha .menu ul li.sel a {
	color: #ff9400
}

.cabecera .derecha .menu ul li.cont a {
	color: #000000;
	font-weight: 500
}

.cabecera .derecha .menu ul li.cont.sel a {
	background: transparent;
	color: #ff9400
}

.cabecera .derecha .menu ul li a {
	text-decoration: none;
	color: currentColor;
	font-size: 1.667em
}

.boton {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 62px;
	line-height: 62px;
	font-size: 1.667em;
	font-weight: 400;
	color: #000000;
	min-width: 200px;
	padding: 0 30px;
	text-align: center;
	background: #ff9400;
	border: 1px solid #ff9400;
	padding-top: 2px;
	z-index: 1
}

.banners, .migas {
	position: relative;
	z-index: 1
}

.banners:before, .migas:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(13px);
	max-width: 1800px;
	margin: 0 auto;
	width: 95%;
	height: 32px;
	border-radius: 16px;
	background: #0074ba;
	z-index: 0
}

.banners .banner {
	display: none;
	position: relative;
	height: calc(100vh);
	height: calc(var(--vh, 1vh) * 100);
	max-height: 1030px;
	min-height: 1030px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2
}

.banners .banner:first-child {
	display: block
}

.banners .banner:before, .banners .banner:after, .portada.servicios .fondo:before, .portada.servicios .fondo:after, .servicios .srvs .item .img .foto:before, .pie .superior:before, .migas .miga:before, .migas .miga:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .75)
}

.banners .banner:after, .migas .miga:after {
	bottom: unset;
	height: 30%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%)
}

.banners .banner .texto {
	position: absolute;
	left: 0;
	right: 0;
	top: 55%;
	transform: translateY(-50%);
	z-index: 1
}

.banners .banner .texto .titulo, .texto .titulo {
	font-size: 7em;
	line-height: 1;
	font-weight: bold;
	color: #ffffff;
	text-wrap: pretty;
	max-width: 920px
}

.banners .banner .texto .titulo b, .texto .titulo b {
/*	color: #ff9400*/
}

.banners .banner .texto .descripcion {
	font-size: 1.875em;
	line-height: 1.4;
	color: #ffffff;
	margin-top: 30px;
	max-width: 700px
}

.banners .owl-dots {
	position: absolute;
	bottom: 160px;
	left: 160px
}

.banners .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	border-radius: 50%;
	background: #ff9400;
	transition: all 250ms linear
}

.banners .owl-dots .owl-dot.active {
	background: #ffffff
}

.banners .owl-dots .owl-dot:last-child {
	margin-right: 0
}

.titulo a, .tit a {
	color: currentColor;
	text-decoration: none
}

.contenido {
	padding: 140px 0
}

.texto .subtitulo {
	font-size: 1.667em;
	line-height: 1.6;
	text-wrap: pretty;
	margin-bottom: 20px
}

.texto .titulo {
	font-size: 5.5em;
	color: #000000;
	max-width: none
}

.texto .descripcion {
	font-size: 1.667em;
	line-height: 1.6;
	max-width: none;
	color: #000000;
	margin-top: 25px
}

.texto .enlace {
	margin-top: 100px
}

.presentacion .imagenes, .presentacion .texto {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 50%;
	margin-right: 60px
}

.presentacion .texto {
	float: right;
	width: calc(50% - 60px);
	margin-right: 0;
	margin-top: 50px
}

.presentacion .imagenes .imagen {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 380px
}

.presentacion .imagenes .imagen:nth-child(2) {
	float: right;
	margin-top: 40px
}

.presentacion .imagenes .imagen:nth-child(3) {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 60%
}

.portada.servicios {
	padding: 0 0 130px
}

.portada.servicios .fondo {
	position: relative;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: auto;
	max-height: unset;
	padding-bottom: 85px
}

.portada.servicios .fondo .texto {
	position: relative;
	padding: 120px 0 80px;
	text-align: center;
	max-width: 980px;
	margin: 0 auto;
	z-index: 1
}

.portada.servicios .fondo:before {
	background: rgba(0, 0, 0, .6)
}

.portada.servicios .fondo:after {
	display: block;
	content: "";
	top: unset;
	bottom: 0;
	height: 80px;
	width: 100%;
	background: #0074ba
}

.portada.servicios .fondo .texto .titulo, .portada.servicios .fondo .texto .descripcion {
	color: #ffffff
}

.portada.servicios .fondo .texto .titulo {
	max-width: 800px;
	margin: 0 auto
}

.portada.servicios .fondo .srvs {
	position: relative;
	margin-bottom: -13%;
	z-index: 1
}

.servicios .srvs .item {
	display: none;
	position: relative;
	vertical-align: top;
	width: calc(25% - (25px * 3 / 4));
	margin-right: 25px
}

.servicios .srvs .item:nth-child(-n+4) {
	display: inline-block
}

.servicios .srvs .item:nth-child(4n) {
	margin-right: 0
}

.portada.servicios .fondo .srvs.owl-loaded .item {
	width: auto;
	display: block;
	margin-right: 0
}

.servicios .srvs .item .img .foto {
	display: block;
	position: relative
}

.servicios .srvs .item .img .foto:before {
	top: unset;
	height: 50%;
	background: rgba(0, 0, 0, .7);
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1
}

.servicios .srvs .item .txt {
	position: absolute;
	bottom: 30px;
	right: 40px;
	left: 40px;
	z-index: 2
}

.servicios .srvs .item .txt .tit {
	font-size: 4.167em;
	line-height: 1;
	font-weight: bold;
	text-align: right;
	text-wrap: pretty;
	color: #ffffff
}

.flecha {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 72px;
	height: 22px;
	background: url(../img/web/flecha-o.svg) no-repeat right bottom;
	background-size: 72px;
	text-indent: -9999px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}

.contenido.proyectos {
	padding-bottom: 0
}

.proyectos .wrapper {
	padding-left: 60px
}

.proyectos .wrapper .texto, .proyectos .wrapper .proys {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 50%;
	margin-right: 70px
}

.proyectos .wrapper .proys {
	width: calc(50% - 70px);
	margin-right: 0;
	margin-top: 40px
}

.proyectos .wrapper .proys .caja {
	display: none;
	position: relative;
	width: calc(70% - 29px);
	padding-bottom: 120px
}

.proyectos .wrapper .proys .caja:first-child {
	display: block
}

.proyectos .caja:before, .imagen:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 120px;
	background: url('../img/web/transparencia.png') no-repeat center;
	background-size: contain
}

.proyectos .wrapper .proys .caja .txt, .proyectos .projs .caja .txt {
	padding: 30px 40px
}

.proyectos .wrapper .proys .caja .txt .tit, .proyectos .wrapper .proys .caja .txt .descripcion, .proyectos .projs .caja .txt .tit, .proyectos .projs .caja .txt .descripcion {
	font-size: 3.333em;
	font-weight: 600;
	line-height: 1.3;
	min-height: 1.3em;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.proyectos .wrapper .proys .caja .txt .descripcion, .proyectos .projs .caja .txt .descripcion {
	font-size: 2.5em;
	font-weight: 500
}

.proyectos .wrapper .proys .caja .txt .flecha, .proyectos .projs .caja .txt .flecha {
	opacity: 1;
	visibility: visible;
	position: relative;
	display: inline-block;
	right: unset;
	bottom: unset;
	margin-top: 20px
}

.proyectos .wrapper .proys.owl-loaded .caja {
	width: auto;
	display: block
}

.proyectos .wrapper .proys.owl-loaded .owl-stage {
	padding-left: 0 !important
}

.pie .superior {
	position: relative;
	padding: 90px 0 60px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.pie .superior:before {
	background: rgba(0, 0, 0, .7)
}

.pie .superior .logo {
	display: block;
	max-width: 197px;
	margin: 0 auto
}

.pie .superior ul {
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 40px
}

.pie .superior ul li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-right: 25px;
	padding-right: 25px;
	color: #ffffff
}

.pie .superior ul li:before {
	content: '';
	position: absolute;
	right: 0;
	top: 45%;
	transform: translateY(-50%);
	width: 2px;
	height: 15px;
	background: #ffffff
}

.pie .superior ul li:last-child {
	margin-right: 0;
	padding-right: 0
}

.pie .superior ul li:last-child:before {
	display: none
}

.pie .superior ul li a {
	position: relative;
	font-size: 2.083em;
	line-height: 44px;
	color: currentColor;
	text-decoration: none
}

.pie .superior ul.legales {
	margin-top: 20px
}

.pie .superior ul.legales li a {
	position: relative;
	font-size: 1.667em;
	font-weight: 500
}

.pie .superior ul.legales li a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 2px;
	width: 100%;
	transform: scale(0, 0);
	background: #ffffff;
	transition: all linear 300ms
}

.pie .superior ul.legales li.sel a:after {
	transform: scale(1, 1)
}

.pie .superior .redes {
	margin-top: 60px;
	text-align: center
}

.pie .superior .redes a {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-right: 25px;
	width: 23px;
	height: 23px;
	background: url('../img/web/wp-o.svg') no-repeat center;
	background-size: 23px;
	overflow: hidden;
	text-indent: -9999px
}

.pie .superior .redes a.facebook {
	background-image: url('../img/web/fb-o.svg')
}

.pie .superior .redes a.instagram {
	background-image: url('../img/web/ig-o.svg')
}

.pie .superior .redes a:last-child {
	margin-right: 0
}

.pie .inferior {
	background: #000000;
	position: relative;
	padding: 50px 0 42px;
	font-size: 1.667em;
	color: #ff9400;
	font-weight: 600;
	z-index: 1
}

.pie .inferior .copyright {
	line-height: 48px
}

.pie .inferior a {
	float: right;
	color: currentColor;
	text-decoration: none;
	line-height: 48px
}

.kit_digital {
	text-align: center;
	margin: 0 auto;
	padding: 20px
}

.kit_digital img {
	display: block;
	width: auto;
	height: auto;
	max-width: 1280px;
	margin: 0 auto
}

.migas .miga {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 600px
}

.migas.min .miga {
	height: 450px
}

.migas .miga .texto {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 90px
}

.migas.min .miga .texto {
	bottom: 60px
}

.migas .miga .texto .titulo {
	font-size: 4.167em;
	font-weight: 500;
	color: #ffffff
}

.migas .miga .texto .segmentos {
	margin-top: 15px;
	font-size: 1.875em;
	line-height: 1.6;
	color: #ffffff
}

.migas .miga .texto .segmentos span.separador {
	margin: 0 5px
}

.migas .miga .texto .segmentos a {
	color: currentColor;
	text-decoration: none
}

.migas .miga .texto .segmentos a.seleccionado, .migas .miga .texto .segmentos span.seleccionado {
	color: #ff9400
}

.imagen:before {
	bottom: unset;
	top: 100%;
	height: 80px
}

.presentacion.nosotros {
	padding-bottom: 245px
}

.presentacion.nosotros .texto {
	margin-top: 40px
}

.presentacion.nosotros .imagenes .imagen {
	width: calc(90% - 33px);
	max-width: none
}

.presentacion.nosotros .imagenes .imagen:first-child:before {
	height: 165px
}

.presentacion.nosotros .imagenes .imagen:last-child {
	float: none;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(100px);
	max-width: 390px;
	margin-top: 0
}

.portada.servicios.elegirnos {
	padding-bottom: 0
}

.portada.servicios.elegirnos .fondo {
	padding-bottom: 0
}

.portada.servicios.elegirnos .fondo:after {
	height: 35px
}

.portada.servicios.elegirnos .fondo .texto {
	padding-bottom: 160px
}

.portada.servicios.elegirnos .texto .descripcion ul {
	margin-top: 70px
}

.portada.servicios.elegirnos .texto .descripcion ul li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: calc(33.3334% - (123px * 2 / 3));
	margin-right: 120px;
	padding-top: 170px;
	padding-left: 0;
	margin-bottom: 0;
	font-size: 33.33px;
	font-weight: 600;
	line-height: 1.3
}

.portada.servicios.elegirnos .texto .descripcion ul li:nth-child(3n) {
	margin-right: 0
}

.portada.servicios.elegirnos .texto .descripcion ul li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-radius: 50%;
	background: url('../img/web/compromiso.svg') no-repeat center;
	background-size: 70px;
	background-color: #ff9400
}

.portada.servicios.elegirnos .texto .descripcion ul li:nth-child(2):before {
	background-image: url('../img/web/asesoramiento.svg')
}

.portada.servicios.elegirnos .texto .descripcion ul li:nth-child(3):before {
	background-image: url('../img/web/a-medida.svg')
}

.presentacion.nosotros.inverso .texto {
	float: none;
	margin-right: 60px
}

.presentacion.nosotros.inverso .imagenes {
	margin-right: 0;
	text-align: right
}

.presentacion.nosotros.inverso .imagenes .imagen:last-child {
	right: unset;
	left: 0
}

.servicios.listado {
	position: relative;
	padding-bottom: 10px
}

.servicios.listado .texto .descripcion p, .servicio .texto .descripcion p, .proyectos.listado .texto .descripcion p {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: calc(50% - (128px * 1 / 2));
	margin-right: 125px;
	margin-top: 20px;
	margin-bottom: 0
}

.servicios.listado .texto .descripcion p:nth-child(-n+2), .servicio .texto .descripcion p:nth-child(-n+2), .proyectos.listado .texto .descripcion p:nth-child(-n+2) {
	margin-top: 0
}

.servicios.listado .texto .descripcion p:nth-child(2n), .servicio .texto .descripcion p:nth-child(2n), .proyectos.listado .texto .descripcion p:nth-child(2n) {
	margin-right: 0
}

.servicios.listado .srvs, .servicio .secundarias {
	max-width: 1600px;
	margin: 0 auto;
	width: 95%;
	margin-top: 60px
}

.servicios.listado .srvs {
	position: static
}

.servicios.listado .srvs:before {
	content: '';
	position: absolute;
	bottom: 65px;
	left: 0;
	right: 0;
	height: 85px;
	background: #0074ba
}

.servicios.listado .srvs.owl-loaded .item {
	display: block;
	width: auto;
	margin-right: 0
}

.volver {
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-size: 1.667em;
	font-weight: 500;
	color: #ff9400;
	line-height: 44px;
	padding-left: 55px;
	margin-bottom: 10px;
	background: url('../img/web/flecha-left-o.svg') no-repeat left top 12px;
	background-size: 42px
}

.ficha .secundarias {
	margin-top: 70px
}

.ficha .secundarias .imagen {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: calc(50% - (80px * 1 / 2));
	margin-right: 80px;
	margin-top: 80px
}

.ficha .secundarias .imagen:before {
	height: 160px
}

.ficha .secundarias .imagen:nth-child(-n+2) {
	margin-top: 0
}

.ficha .secundarias .imagen:nth-child(2n) {
	margin-right: 0
}

.servicios.listado.auxiliar {
	padding: 0 0 140px
}

.servicios.listado.auxiliar .srvs:before {
	bottom: 195px
}

.servicios.listado.auxiliar .srvs {
	margin-top: 0
}

.servicios.listado.auxiliar .srvs .item.selec {
	pointer-events: none
}

.servicios.listado.auxiliar .srvs .item.selec .txt .tit {
	transform: translateY(-40px)
}

.servicios.listado.auxiliar .srvs .item.selec .txt .flecha {
	opacity: 1;
	visibility: visible
}

.proyectos.listado {
	padding-bottom: 140px
}

.proyectos.listado .projs {
	margin-top: 70px
}

.proyectos.listado .projs .caja {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(33.3334% - (45px * 2 / 3));
	margin-right: 45px;
	margin-top: 50px
}

.proyectos.listado .projs .caja:before {
	bottom: unset;
	top: 100%
}

.proyectos.listado .projs .caja:nth-child(-n+3) {
	margin-top: 0
}

.proyectos.listado .projs .caja:nth-child(3n) {
	margin-right: 0
}

.ficha.proyecto .texto, .ficha.proyecto .imagen.principal {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 70px);
	margin-right: 110px
}

.ficha.proyecto .imagen.principal {
	margin-right: 100px;
	width: calc(50% - 140px)
}

.contacto .texto, .contacto .formulario {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: calc(50% - 64px);
	margin-right: 115px
}

.contacto .formulario {
	width: calc(50% - 51px);
	margin-right: 0
}

.contacto .texto .descripcion h2 {
	font-size: 41.67px;
	color: #ff9400;
	font-weight: 600;
	text-transform: uppercase
}

.contacto .texto .descripcion a {
	text-decoration: underline
}

.contacto .texto .mapa {
	display: block;
	margin-top: 35px
}

.contacto .texto .mapa iframe {
	position: relative;
	display: block;
	width: 100%;
	height: 375px
}

.contacto .formulario .titulo {
	font-size: 4.167em;
	line-height: 1.1;
	font-weight: 600;
	color: #ff9400
}

.contacto .formulario .campos .campo {
	position: relative;
	display: block;
	margin-top: 20px
}

.campo input {
	display: block;
	width: 100%;
	height: 60px;
	background: #ffffff;
	color: #000000;
	font-size: 1.667em;
	line-height: 25px;
	padding: 20px 30px 5px;
	font-weight: 500;
	border: 1px solid rgba(255, 148, 0, .4)
}

.campo label {
	position: absolute;
	top: 4px;
	left: 30px;
	right: 30px;
	display: block;
	font-size: 1.667em;
	line-height: 60px;
	color: #000000;
	z-index: 1;
	pointer-events: none;
	transition: all 250ms linear
}

.campo textarea {
	position: relative;
	display: block;
	width: 100%;
	border-width: 0;
	height: 200px;
	color: #000000;
	background: #ffffff;
	padding: 30px;
	font-size: 1.667em;
	font-weight: 500;
	line-height: 25px;
	resize: vertical;
	min-height: 200px;
	max-height: 300px;
	border: 1px solid rgba(255, 148, 0, .4)
}

.campos .campo input:focus ~ label, .campos .campo textarea:focus ~ label {
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 1.2em;
	line-height: 15px
}

.campos .campo input[type="tel"]:valid ~ label, .campos .campo input[type="tel"]:not(:placeholder-shown) ~ label, .campos .campo input[type="email"]:valid ~ label, .campos .campo input[type="email"]:not(:placeholder-shown) ~ label, .campos .campo input[type="text"]:valid ~ label, .campos .campo input[type="text"]:not(:placeholder-shown) ~ label, .campos .campo textarea:valid ~ label, .campos .campo textarea:not(:placeholder-shown) ~ label {
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 1.2em;
	line-height: 15px
}

.campos .campo *:-webkit-autofill, .campos .campo *:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset, 0 0 0 1000px rgba(255, 148, 0, .1) inset !important
}

.formulario form .checks {
	margin-top: 45px;
	float: left
}

.formulario form .checks .check {
	position: relative;
	display: block;
	font-size: 1.667em;
	line-height: 27px;
	text-align: left
}

.formulario form .checks .check label {
	position: relative;
	display: block;
	padding-left: 32px;
	cursor: pointer;
	text-wrap: pretty
}

.formulario form .checks .check label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid rgba(255, 148, 0, .4);
	box-shadow: inset 0 0 0 3px #ffffff;
	transition: all 250ms linear
}

.formulario .checks .check input[type="checkbox"]:checked + label:before {
	background: #ff9400
}

.formulario form .checks .check label a {
	text-decoration: underline
}

.formulario form .boton {
	margin-top: 50px;
	float: right;
	min-width: 280px
}

.pie .superior ul li.direccion a i {
	margin: 0 2px
}

.descripcion p {
	margin: 0;
	margin-bottom: 20px
}

.descripcion p:last-child, .descripcion ul:last-child, .descripcion ol:last-child {
	margin-bottom: 0
}

.descripcion h2, .descripcion h3, .descripcion h4 {
	color: #000000;
	font-weight: 600;
	font-size: 1.8em;
	margin-top: 40px;
	margin-bottom: 10px
}

.descripcion a {
	color: currentColor
}

.legal .texto .descripcion a {
	word-break: break-all;
	text-decoration: underline
}

.descripcion ul, ul.datos_contacto {
	margin-bottom: 25px;
	margin-left: 0;
	list-style: none
}

ul.datos_contacto {
	margin-top: 25px
}

.descripcion ol {
	margin: 0;
	margin-bottom: 20px;
	margin-left: 40px
}

.descripcion ul li, ul.datos_contacto li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px
}

.descripcion ol li {
	margin-bottom: 20px
}

.descripcion ul li:before, ul.datos_contacto li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 10px;
	height: 10px;
	background: #ff9400
}

.descripcion ul li:last-child {
	margin-bottom: 0
}

.descripcion em {
	font-style: italic
}

.descripcion strong {
	font-weight: 600
}

@media (hover:none) {
	.servicios .srvs .item .txt .tit {
		transform: translateY(-40px)
	}

	.servicios .srvs .item .txt .flecha {
		opacity: 1;
		visibility: visible
	}

}
