.degradado1 {
	background-image: linear-gradient(90deg, rgb(238, 112, 74), rgb(245, 58, 139), rgb(123, 64, 228), rgb(61, 155, 252));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.degradado2 {
	background-image: linear-gradient(90deg, rgb(123, 119, 235) 0%, rgb(201, 122, 243) 47.16%, rgb(133, 209, 234) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.aviso-cookies {
	display: none;
	background: #fff;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, .25);
	text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 15px;
}

.aviso-cookies .boton {
	width: 100%;
	background: #185ABC;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}

.aviso-cookies .boton:hover {
	background: #1a73e8;
}

.aviso-cookies .enlace {
	color: #1B51BA;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}

.fondo-aviso-cookies {
	display: none;
	background: rgba(0, 0, 0, .20);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-aviso-cookies.activo {
	display: block;
}

.carousel {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.carousel-inner {
	display: flex;
	width: 100%;
	transition: transform .6s ease;
	align-items: end;
}

.carousel-item {
	flex: none;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: end;
}

.cursor {
	display: inline-block;
	width: 2px;
	background-color: #fff;
	animation: blink 1s step-end infinite;
}

@keyframes blink {

	from,
	to {
		visibility: hidden;
	}

	50% {
		visibility: visible;
	}
}

@media not all and (min-width: 640px) {
	.carousel {
		top: 90px;
	}
}

/* Comienzo de media querys para puntos de ruptura de móviles */
@media only screen and (max-width: 640px) {
	.centrarAbsoluto {
		inset: 0;
		margin-top: auto;
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
		position: static;
	}

	.absolutoDividir {
		flex-direction: column;
	}
}

@media only screen and (max-width: 650px) and (max-height: 800px) {
	#hero {
		position: relative;
		height: 60vh;
	}
	#imagenTablet {
		position: absolute;
		bottom: 25%;
	}
}

@media only screen and (max-width: 650px) and (max-height: 650px) {
	#hero {
		position: relative;
		height: 75vh;
	}
	#imagenTablet {
		position: absolute;
		bottom: 28%;
	}
}

@media only screen and (max-width: 650px) and (max-height: 500px) {
	#hero {
		position: relative;
		height: 80vh;
	}
	#imagenTablet {
		position: absolute;
		bottom: 25%;
	}
}

@media only screen and (max-width: 400px) and (max-height: 650px) {
	#hero {
		position: relative;
		height: 100vh;
	}
	#imagenTablet {
		position: absolute;
		bottom: 25%;
	}
}

@media only screen and (max-width: 365px) {
	.adaptarModulos {
		flex: auto;
		justify-content: center;
	}
	.modulosExclusivos {
		flex: auto;
		justify-content: center;
	}
}

/* Fin de media querys para puntos de ruptura de móviles */

/* Comienzo de media querys para puntos de ruptura para Macbooks */
@media only screen and (min-width: 2100px) {
	#nav_menu {
		height: 7vh;
	}

	.logoWeb {
		width: 250px;
		height: 250px;
	}

	.listadoMenu li a {
		font-size: 1.65rem;
		line-height: 1.25rem;
	}

	.imagenIconoTituloWeb {
		width: 70px;
	}

	.soporteRemoto {
		font-size: 1.75rem;
		line-height: 1.25rem;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 18px;
		padding-right: 18px;
		width: auto;
	}

	.tituloWeb {
		font-size: 7.5rem;
		line-height: 6.5rem;
	}

	#hero {
		height: 48vh;
	}

	.titutloCodeSnippet {
		font-size: 4.75rem;
	}

	.contenedorSnippets {
		width: 100vh;
		height: auto;
	}

	#img_git1 {
		width: 100vh;
	}

	.centrarAbsoluto {
		width: 30%;
		height: 17%;
	}

	.centrarAbsoluto header div {
		font-size: 1.25rem;
	}

	.centrarAbsoluto header svg {
		width: 30;
		height: 30;
	}

	.centrarAbsoluto div code div span {
		font-size: 1.25rem;
		line-height: 2rem;
	}

	.ultimoSnippet {
		width: 35%;
		height: 19%;
	}

	.ultimoSnippet header div {
		font-size: 1.25rem;
	}

	.ultimoSnippet header svg {
		width: 30;
		height: 30;
	}

	.ultimoSnippet div code div span {
		font-size: 1.25rem;
		line-height: 2rem;
	}

	#revolucion {
		font-size: 4.75rem;
		line-height: 5rem;
	}

	#imagenIlustration {
		width: 40vh;
		margin-left: auto;
	}

	.ceoxTitulo {
		font-size: 2.75rem;
		line-height: 2rem;
	}

	.parrafo1Ceox {
		font-size: 4rem;
		line-height: 5rem;
	}

	.parrafo2Ceox {
		font-size: 2rem;
		line-height: 3rem;
	}

	.tituloModulos {
		font-size: 4rem;
		line-height: 5rem;
	}

	.adaptarModulos div p {
		font-size: 1.25rem;
	}

	.textoModulosExlusivos {
		font-size: 1.25rem;
	}

	.tituloMiniModulos {
		font-size: 1.25rem;
	}

	.imagenAdaptarModulos {
		width: 150px;
		height: 150px;
	}

	#imagenCuadroMandos {
		width: 150px;
		height: 150px;
	}
	
	#imagenSuministros {
		width: 150px;
		height: 150px;
	}

	#imagenWorkflow {
		width: 150px;
		height: 150px;
	}

	#imagenVGama {
		width: 150px;
		height: 150px;
	}

	#imagenSubastas {
		width: 150px;
		height: 150px;
	}

	#imagenCalidad {
		width: 150px;
		height: 150px;
	}

	#divSiteBuilder div h2{
		font-size: 4rem;
	}

	#divSiteBuilder div ul li{
		font-size: 1.50rem;
		line-height: 2rem;
	}

	#divSiteCustomizer div h2{
		font-size: 4rem;
	}

	#divSiteCustomizer div ul li{
		font-size: 1.50rem;
		line-height: 2rem;
	}

	#divHeaderBuilder div h2{
		font-size: 4rem;
	}

	#divHeaderBuilder div ul li{
		font-size: 1.25rem;
	}

	#divFooterBuilder div h2{
		font-size: 4rem;
	}

	#divFooterBuilder div ul li{
		font-size: 1.25rem;
	}

	#divMegaMenu div h2{
		font-size: 4rem;
	}

	#divMegaMenu div ul li{
		font-size: 1.25rem;
	}

	#divFincas div h2{
		font-size: 4rem;
	}

	#divFincas div ul li{
		font-size: 1.25rem;
	}

	.tituloAumentaPosibilidades {
		font-size: 2rem;
	}

	.tituloModulos {
		font-size: 4.75rem;
	}

	.descripcionSnippet {
		font-size: 1.75rem;
		line-height: 2rem;
	}

	.tituloApp p {
		font-size: 4rem;
	}

	.parrafoApp p {
		font-size: 2rem;
	}

	.listaApp ul li p span {
		font-size: 1.50rem;
	}

	.seccionInformativo {
		font-size: 7rem;
	}

	.seccionInformativoExplicacion span {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.seccionInformativoExplicacion {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.tituloNoticias {
		font-size: 4.75rem;
	}

	.tituloNoticias span {
		font-size: 4.75rem;
	}

	#noNoticias {
		font-size: 1.75rem;
	}

	.botonNoticias {
		font-size: 1.50rem;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.botonNoticias svg {
		width: 30px;
		height: 30px;
	}

	.contenedorContacto {
		height: 50vh;
	}

	.tituloFormulario {
		font-size: 3rem;
		line-height: 2rem;
	}

	.descripcionFormulario {
		font-size: 1.75rem;
		line-height: 2rem;
	}

	.formularioInformacion div div svg {
		width: 60px;
		height: 60px;
	}

	.formularioInformacion div :nth-of-type(2) :nth-of-type(1) {
		font-size: 2rem;
	}

	.formularioInformacion div :nth-of-type(2) :nth-of-type(2) {
		font-size: 1.75rem;
	}

	footer div :nth-of-type(1) img {
		width: 300px;
		height: 100px;
	}

	footer div :nth-of-type(2) a {
		font-size: 1.75rem;
	}

	footer div :nth-of-type(3) span {
		font-size: 1.75rem;
	}

	.tituloTerminosCondiciones {
		font-size: 7rem;
	}

	.descripcionTerminosCondiciones {
		font-size: 2rem;
	}

	.menuTerminosCondiciones a {
		font-size: 1.50rem;
	}

	.tituloPrincipal {
		font-size: 4.50rem;
	}

	.miniTitulos {
		font-size: 3rem;
	}

	.letrasPequeñas {
		font-size: 1.35rem;
	}

	#sinNoticias {
		height: 27.5vh;
	}

	#footerHomePage {
		height: 20vh;
	}

	.seccionPerfil img {
		width: 100px;
		height: 100px;
	}

	.seccionPerfil span {
		font-size: 1.75rem;
	}

	#tituloNoticia {
		font-size: 3rem;
	}

	#detalleNoticia {
		font-size: 1.75rem;
		line-height: 2.15rem;
	}

	.autorNoticia {
		font-size: 2rem;
	}

	.autorNoticia span {
		font-size: 2rem;
	}

	.seccionRedes span {
		font-size: 2rem;
	}

	.seccionRedes a svg {
		width: 40px;
		height: 40px;
	}

	.noticiasRelacionadas {
		font-size: 3rem;
	}

	#fechaNoticia {
		font-size: 1.50rem;
	}

	#tituloNoticiaInicio {
		font-size: 1.75rem;
		line-height: 2rem;
	}

	#categoriaSeccionNoticia {
		font-size: 1.50rem;
	}

	#contenedorNoticias div div a img {
		width: 400px;
		height: 400px;
	}

	#tituloArticulo {
		font-size: 1.75rem;
		line-height: 2rem;
	}

	#contenedorUltimosArticulos div div a img {
		width: 400px;
		height: 400px;
	}

	.categoriaTodasSeccion {
		font-size: 2rem;
	}
	
	.noNoticiasTodasCategorias {
		font-size: 1.75rem;
	}
}

/* Fin de media querys para puntos de ruptura para Macbooks */