:root {
	--primary: #009FE3;
	--secondary: var(--primary);
	--gris: #333333;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}

button {
	outline: none!important;
}

@media (min-width: 1300px) {
	.container { width: 90%!important;}
}

@media (min-width: 991px) and (max-width: 1299px) {
	.container { width: 95%!important;}
	.titulo { font-size: 42px!important;}
	.card-comentarios { min-height: 550px;}
}

a, a:hover, a:active {
	text-decoration: none!important;
}



.titulo {
	color:var(--gris);
	font-weight: 700;
	font-size: 42px;
}

.titulo-modulo h1 {
	color:var(--gris);
	font-weight: 300;
	font-size: 28px;

}

.subtitulo {
	font-size: 28px;
    margin-top: 20px;
    font-weight: 300;
    color:var(--primary);
}

.subtitulo-proveedores {
	font-size: 18px;
    margin-top: 20px;
    font-weight: 300;
    color:var(--primary);
}

::marker {
    color: var(--primary);
}



#landing-hero {
  position: relative;
  width: 100%;
  height: 100vh; /* toda la altura del viewport */
  overflow: hidden;
  color: #fff;
}

/* Video de fondo */
#landing-hero video#video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Capa para centrar contenido */
#landing-hero .overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;  /* centra verticalmente */
  justify-content: flex-start; /* texto alineado a la izquierda */
  background: rgba(0, 0, 0, 0.4); /* capa semitransparente */
}

/* Ajustes del contenido */
#landing-hero .texto-header {
  color: #fff;
  text-align: center;
}

#landing-hero h1, 
#landing-hero p,
#landing-hero h4 {
  color: #fff;
  text-align: center;
}

/* Responsivo: reemplazar video por imagen en mobile */
@media (max-width: 768px) {
  #video-background {
    display: none;
  }

  #landing-hero {
		background-image: url('../images/landing/1255.jpg');
		background-position: right center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 550px;
		display: flex;
	}
}

header#landing {
	position: relative!important;
	box-shadow: unset!important;
}

header#landing .navbar {
	float: unset!important;
	background: #fff;
	box-shadow: none!important;
}

header#landing a.navbar-brand {
	height: auto;
	width: 250px;
	padding: 5px!important;
}

header#landing a.navbar-brand img {
	width: 200px; 
}

header#landing .container-navbar {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
 	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 5%;
	height: 80px;
}

header#landing div#bs-example-navbar-collapse-1 {
	margin-left: auto;
}
header#landing a {
	font-size: 16px;
	font-weight: 300;
}
header#landing a:hover{
	color: var(--primary);
}
/**/
section#landing-header {
		
}

#pasos {
	background-color: var(--primary);
}

#pasos .sectiontitle h3 {
	color: #ffffff!important;
}

.number {
    font-size: 28px;
    font-weight: 700;
    background-color: #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	position: relative;
	border: solid 2px var(--primary);
	color: var(--primary);
	margin-right: 10px;
}

.number-line {
	position: absolute;
	top: 50%;
	left: -65px;
	height: 1px;
	width:100%;
	background-color: #ffffff;
}

.number-line-2 {
	position: absolute;
	top: 50%;
	left: 65px;
	height: 1px;
	width:250%;
	background-color: #ffffff;
}

.pasos .textoland p {
	font-size: 21px!important;
	width: auto!important;
	display: inline-block;
}
.pasos .textoland {
	display: inline-block!important;
} 

@media (max-width:769px) {
	.number-line, .number-line-2 {
		display: none;
	}
}

@media(max-width:769px){
	section#landing-header {
	}
}

#landing-header header {
		position: absolute!important;
		background-color: unset!important;
		box-shadow: unset!important;
}

#landing-header header .logo img {
		width: 300px!important;
		margin: 30px 30px;
}
.b2c {
	position: absolute;
	right: 0;
}



@media(min-width:991px){
	.row-flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
	}
	#pasos .row-flex{
		justify-content: center!important;
	}
}

.landing-head {
	display: flex;
	align-items: center;
	/*padding: 30px 0;*/
	flex-wrap: wrap;
	margin-bottom:30px;
	justify-content: center;
	/*padding: 0 5%;*/
}



@media(max-width:768px) {
	.video { display: flex; justify-content: center; margin-top: 20px;}
}

@media(max-width:480px) {
	.video video {
	    width: 336px;
	    height: 189px;
	}

	section#landing-header {
    height: 550px;
	}
}

#landing-contenido {
	padding: 45px 0;
}

.landing-contenido-grey {
	background-color: #f1f1f1;
	padding: 45px 0 130px 0!important;
}

#landing-contenido .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.texto-header .titulo h1{
	font-family: 'Poppins', sans-serif!important;
	font-size: 42px;
	text-align: center;
	font-weight: 200;
	color: #ffffff!important;
}
.textoland p {
	margin: 20px 0 10px;
	color: #333333;
	font-weight: 200;
	font-size: 21px;
}

.textoland img {
	max-width: 60px;
}

/*.mock-up {
	margin-top: -140px;
}*/

.modulo {
	padding: 20px 40px 30px 40px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin-bottom: 30px;
	border-radius: 5px;
}

.modulo .textoland li, .modulo .textoland p  {
	font-size: 18px!important;
}


.titulo-modulo {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	height: 100px;
	padding: 0;
}

.plataforma-web {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: flex-start;
	margin-top: 20px;
}
.plataforma-web .textoland {
	display: flex;
	align-items: center;
}
.plataforma-web .textoland p {
	margin: 0!important;
	width: 100%;
}

.image-col {
  background-image: url("../images/landing/imagen-propuesta.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}

.image-col-1 {
  background-image: url("../images/landing/imagen-01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}


@media(min-width:991px){
	/*.texto-header .titulo h1{
		font-size: 48px!important;
	}*/
	.texto-header .titulo h1 span {
		font-size: 72px!important;
	}
	.texto-header {
		padding: 0;
	}

	header#landing h3 a {
		margin: unset;
		color: #777;
		text-decoration: none;
		scroll-behavior: smooth;
		font-size: 16px!important;
		letter-spacing: 0px!important;
		margin-right: 20px;
		font-weight: 300;
	}

	header#landing h3 a i {
		color: var(--primary);
		font-size: 16px;
	}

	
	.call-to {
		width: 70%!important;
		margin:0 auto!important;
		}

	.call-contact li {
		font-size: 32px!important;
	}

	p.call-tit {
		font-size: 32px!important;
		top: -20px;
		
	}
	.sectiontitle h3{
		/*margin-top: 48px!important;*/
	}
	img.img-responsive.img-01 {
		position: absolute;
		right: -14px;
		width: 95%;
	}

	img.img-responsive.img-02 {
	position: absolute;
	left: -50px;
	}

	img.img-responsive.img-04 {
		margin: 0 auto;
	}

	#landing-contenido .textoland{
	font-size: 18px!important;
	/*
	padding: 50px 0 0 50px!important;
	*/
	margin: 10px 0;
	}
	.contenido .textoland {
			padding: 0!important;
			margin: 20px!important;
	}
	img.img-03.img-responsive {
			width: 77%;
			margin-top: -50px;
			margin-left: auto;
			margin-right: auto;
	}

	.complementos .textoland {
			margin: 0!important;
			padding: 30px 0 20px!important;
	}
	#pasos .sectiontitle h3{
	margin-left: 0x;
	margin-bottom: 50px!important;
	}
}/*fin responsive desktop*/
@media(max-width:991px){
	#landing-header .row{
		margin: unset!important;
	}
	p.call-tit {top: -5px;}
}
.texto-header .bajada {
	font-family: 'Poppins';
	text-align: left;
	color: #FFFFFF;
}

.texto-header p {
	font-weight: 200;
	font-size: 24px;
	margin: 25px 0;
}

.texto-header h4 {
	font-size: 22px;
    font-weight: 500;
    /*background-color: var(--primary);
    padding: 10px 15px;*/
    display: flex;
    justify-content: center;
	line-height: 1.2;
}

.texto-header {
	padding: 0;
}

p.call-tit {
	background: var(--primary);
	width: fit-content;
	font-size: 24px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 30px;
	position:absolute
}

.call-to {
	margin: 20px auto;
	position:relative
}

ul.call-contact {
	background: #fff;
	padding: 30px 0px 10px;
	width: 100%;
	border-radius: 20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:25px;
	margin-bottom: -10px;
	margin: 0;
}
.call-contact li {
	font-size: 18px;
	font-size: Poppins;
	font-family: Poppins, sans-serif;
	margin: 10px;
}
.call-text {
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	padding: 20px 1px;
	background: #2f4d75;
	clear: both;
	border-radius: 10px;
}
.rombo {
	content: '';
	display: block;
	width: 40px;
	height: 27px;
	background: #2f4d75;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	clear: both;
	margin: 0px auto 0;
	/* top: 35%; */
}
/*clientes
#clientes{
	margin-top: 100px;
}*/
#clientes .logo {
	margin: 10px;
}
.proveedores {
	padding-bottom: 50px;
	margin-top: 40px;
	color: #fff;
}
.proveedores .logo.online:after {
	content: 'On-line!';
	display: block;
	position: relative;
	z-index: 999;
	top: -10px;
	right:0;
	font-weight: 700;
	background: #35405c;
	padding: 5px 10px;
	border-radius: 50px;
	color: #fff;
	margin-left:auto;
	font-size: 16px;
	width: 99px;
	text-align: center;
}

.proveedores .logo.proximamente:after {
	content: 'Pr\0f3ximamente';
	display: block;
	position: relative;
	z-index: 999;
	top: -10px;
	right:0;
	font-weight: 700;
	background: #35405c;
	padding: 5px 10px;
	border-radius: 50px;
	color: #fff;
	margin-left:auto;
	font-size: 16px;
	width: 130px;
	text-align: center;
}

.proveedores .logo.catalogo:after {
	content: 'Cat\00E1logo';
	display: block;
	position: relative;
	z-index: 999;
	top: -10px;
	right:0;
	font-weight: 700;
	background: #35405c;
	padding: 5px 10px;
	border-radius: 50px;
	color: #fff;
	margin-left:auto;
	font-size: 16px;
	width: 130px;
	text-align: center;
}


.partnes-corousel .owl-stage-outer {
	padding:  0 0 15px;
}

/*contenido*/
#landing-contenido{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	background-position: top;
	margin-top: 100px;
	
}
.sectiontitle h3{
	color: var(--gris);
    font-weight: 700;
    font-size: 24px;
	margin-bottom: 41px;
}
#landing-contenido .sectiontitle h3{
	margin-top: -103px;
}
#pasos .sectiontitle h3{
	margin-right: unset!important;
	margin-top:unset!important
}
#landing-contenido-01 {
	padding: 80px 0!important;
}
#landing-contenido-01 .contenido-01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#landing-contenido-01 .textoland{
	font-family: Poppins;
	font-style: normal;
	font-size: 21px;
	line-height: 130%;
}
#landing-contenido-01 h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: var(--primary);
    margin-bottom: 20px;
}
.contenido-02 {
    margin-top: 0px!important;
}
.plataforma-web .textoland {
	display: flex;
	gap: 10px;
}
#landing-contenido .textoland{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 200;
	width: 100%;
}
.textoland h3 {
	font-size: 36px;
	margin-top: unset;
	font-weight: 700;
}
.content-img{
	position: relative;
}

#pasos .content-img {
    margin: 25px auto 0px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pasos .content-img img{
	display: block;
	margin: auto;
}

#pasos h4 {
	position: relative;
	text-align: center;
	color: #ffffff;
	font-weight: 300;
	line-height: 1.2;
}

.paso {
    height: 250px;
    display: flex;
    flex-direction: column;
}


/*comentarios*/
#comentarios .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 5rem 0;
}
section#comentarios .sectiontitle h3 {
		
}
.sectiontitle .fas {
		color: #fff;
		font-size: 48px;
		width: 10%;
}

section#comentarios .sectiontitle {
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
}

.card-comentarios {
	padding: 30px 40px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	background-color: #ffffff;
	min-height: 480px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 10px;
	border-radius: 5px;
}

.comentario {
    height: 380px;
}

.comentario p {
	font-size: 16px;
	text-align: justify;
	font-weight: 200;
	/*display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;  
  overflow: hidden;*/
}

h5.cargo {
	margin: 0;
	font-weight: 300;
	font-size: 14px;
}

/*.cliente-comenta:before {
	border-top: 1px solid lightgray;
	content: '';
	display: block;
	width: 100%;
	margin-bottom: 10px;
}*/

.cliente-comenta {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	/* padding-top: 20px; */
	align-items: center;
}
.fotocliente {
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
}

.fotocliente img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
h4.nombre-cliente {
		/*margin-left: 20px!important;*/
		font-size: 16px;
		margin: 0;
		font-weight: 400;
		color:var(--primary);
		line-height: 1.3;
}
/**/
#calltomail h3 {
	font-family: 'Poppins';
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	color: #ffffff;
}

#calltomail {
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) , url('../images/news-image.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#calltomail a.btn-mailto {
	background-color: var(--primary);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 10px 20px;
	border-radius: 50px;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	/*width: 400px;*/
	margin:30px auto 0 auto;
	text-align: center;
}

.btn-contactanos, .btn-mockup {
	background-color: var(--primary);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 10px 25px;
	border-radius: 50px;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	text-align: center;
}
.btn-contactanos:hover, .btn-mockup:hover {
	color: #ffffff!important;
	box-shadow: 0 0 20px rgba(0, 159, 227, 0.3);
}
.btn-contactanos {
	margin-top: 30px;
}
.btn-mockup {
	margin-top: 30px;
}

@media (min-width: 769px) {
	.btn-mockup {
		margin-top: 100px;
	}
}

/**/

section#sect-footer {
	background: var(--gris);
	color: #fff;
}

#sect-footer .row-flex {
	justify-content: space-between;
	padding: 45px 0 60px;
}

#sect-footer a.red {
	background-color: #FFFFFF;
	/* margin: 0 10px; */
	color: #3e3e3e;
	width: 45px;
	height: 45px;
	line-height: 100%;
	border-radius: 50%;
	/* padding: 43px; */
	font-size: 20px;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#sect-footer h4{
	text-align:center;
	margin: 0 0 40px
}
#sect-footer ul.redes{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
#sect-footer ul.redes li img{
	max-height: 100px;
}

#sect-footer ul.logos-footer{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding-top: 30px;
}
#sect-footer ul.logos-footer li img{
	max-height: 70px;
}
.credit p {
		margin: unset;
		font-size: 20px;
		background: #3e3e3e;
}

@media (min-width: 769px) {
	.wrapper-redes {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	#sect-footer ul.redes {
		width: auto!important;
	}
	#sect-footer h4 {
		margin: 0!important;
	}
}
@media(max-width:767px){
		section#landing-header {
				background-image: unset!important;
				background-color: #084e7e;
		}
		p.call-tit {
				top: -15px;
		}
		a.btn-mailto {
				font-size: 21px!important;
		}
}
/*opcionales*/
#opcionales ul.nav.r-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#opcionales ul li.producto-opcional img {
	height: 40px;
	width: auto;
}

section#opcionales:after {content: '';display: block;width: 85%;border-top: none;margin: 20px auto 0;}

section#opcionales {
	padding: 40px 0;
}
/*titles*/
.sectiontitle h5 {
	font-size: 32px;
}

#clientes h3.text-center {
	margin-bottom: unset!important;
}

#clientes .sectiontitle {
	margin-bottom: 25px;
}
/*partners*/
.partnes-corousel .logo {
	height: 120px;
}

.partnes-corousel .logo img {
	height: 100%;
	object-fit: cover;
}
/**/
section#pasos {
	padding: 45px 0;
}

section#clientes {
	padding-bottom: 0px;
	padding-top: 45px;
}


div#clientes-carousel #clientes .logo {
	height: 70px;
}
@media(max-width:991px){
	header#landing a.navbar-brand {
			width: 200px;
	}

	#landing .navbar-header {
			width: 100%;
			display: flex;
			flex-direction: row-reverse;
			flex-wrap: wrap;
			align-items: center;
			margin: 0;
			justify-content: flex-end;
	}

	button.navbar-toggle {
			margin-left: auto;
	}
	#landing-contenido{
			margin-top:unset;

	}
	#landing-contenido .sectiontitle h3 {
			margin-top: 103px;
			color:#fff!important
	}
	.b2c {
			top: 60px;
	}
	a i{
		color: unset;
		padding: unset!important;
	}
	button.navbar-toggle {
			margin-left: auto;
	}

	div#navbar {
			width: 100%;
			background-color: rgba(255,255,255,0.8);
	}

	.navbar-nav>li>a {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
	header#landing h3 {
		display: none!important;
	}
}

@media(max-width:769px) {
	.b2c {
			top: 120px;
	}
}

@media(max-width:480px) {
	.b2c {
			top: 70px;
	}
}



header#landing h3 {
	margin: unset;
	font-weight: 600;
	color: var(--primary);
}

#clientes-carousel .logo {
	height: 105px!important;
}
/**/
.cliente-comenta .logo {
	width: 150px;
	height: 70px;
	overflow: hidden;
}

.cliente-comenta .logo img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.cliente-comenta .datos {
	margin: 0 10px 0 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}


@media (max-width: 600px) {

	.navbar-header {
		height: 80px;
	}

	.texto-header .titulo h1 {
		font-size: 36px;
	}
	.titulo, .sectiontitle h3 {
		font-size: 30px;
		text-align: center;
		padding: 0 20px;
	}
	.subtitulo {
		font-size: 18px;
	}

	#landing-contenido {
		padding: 10px 0 10px 0!important;
	}
	#landing-contenido .row {
		margin: auto;
	}
	#landing-contenido .textoland {
		margin: 20px 0;
	}
	.textoland p {
		font-size: 21px;
	}
	.mock-up {
		margin-top: 0;
	}
	
	.modulo {
		padding: 20px 20px;
	}
	.titulo-modulo h1 {
		font-size: 28px;
	}

	#pasos h4 {
		font-size: 21px;
		padding: 0 50px;
	}

	#calltomail h3 {
		font-size: 21px;
	}
}


.help-center {
	background-color: var(--primary);
    color: #ffffff!important;
    border-radius: 50px;
	padding: 10px 15px !important;
    margin-top: 5px;
}

.help-center:hover, .help-center:active, .help-center:visited {
	background-color: var(--primary)!important;
    color: #ffffff!important;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
	.help-center {
		border-radius: 0px;
	}

	div#navbar {
		background-color: rgba(255,255,255,1);
	}
}

.todo_incluido {
    padding: 15px 30px;
    border: solid 2px #333333;
    /* letter-spacing: 5px; */
    font-size: 16px;
    font-weight: 700;
	display: inline-block;
	margin-top: 30px;
}

/*** FLOTANTE ***/

#flotante {
	position: fixed;
	z-index: 10000;
	top: 110px;
	right: -195px;
	box-shadow: 0px 1px 4px;
	border-radius: 40px 0 0 40px;
	overflow: hidden;
	border: 2px solid #fff;
	transition: all ease .6s;
	padding: 0;
}

#flotante:hover {
	right: -3px;
}
.mostrar{
	right: -3px!important;
	border-radius: 25px 0 0 10px!important;
}

#flotante .panel-body a {display: block;margin-bottom: 10px; color:#5b5a5d;}
#flotante .panel-body .fa{
	font-size:28px;
	margin-right:15px;
}

#flotante .panel-title a .fa {
	font-size: 26px;
	margin-right:5px;
}

#flotante .panel-heading{
	background: var(--primary)!important;
	text-align:center
}

#flotante .panel-heading:hover {
	background-color: #5b5a5d;
}

#flotante .panel-heading a{
	color:#fff;
	display: flex;
	align-items: center;
	text-decoration: none;
}

#flotante .panel.panel-default {
	border: none;
	margin: 0;
   /*border-bottom: 1px solid #fff;*/
}
#flotante .last{
	border: none!important;
	border-bottom:none!important
}
#flotante .panel-group {
	margin-bottom: 0px;
}
#flotante .foto {
	width: 30px;
	height: 30px; 
	margin-right: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#flotante a.wsp-personal {
	display: flex!important;
	min-width: 200px;
	flex-wrap: wrap;
	/* justify-content: center; */
	flex-direction: row;
	align-items: center;
	text-align: center;
	text-decoration:none;
}
#flotante a.wsp-personal:hover{
	color:var(--primary)!important;
}

#flotante .datos h5 {
	margin: 0px;
}

#flotante .datos p {
	margin: 0;
}
#flotante .panel-body {
	padding: 5px 15px;
}


.owl-theme .owl-dots .owl-dot span {
    width: 7px!important;
    height: 7px!important;
}


.scroll-top-btn {
        position: fixed;
        z-index: 999;
        bottom: 2vh;
        right: 2vw;
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        font-size: 2rem;
        font-weight: bold;
        background-color: var(--primary);
        color: #ffffff;
        cursor: pointer;
        outline: 0;
        border: 0;
        transition: all 0.3s ease-out;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
    }

    .scroll-top-btn:hover {
        background-color: #333333;
        color: #ffffff;
    }

    .hidest {
        visibility: hidden;
        opacity: 0;
    } 

	@media (max-width: 900px) {
		.comentario {
			height: 200px;
		}
		.card-comentarios {
			height: 320px;
		}
	}

	@media (max-width: 768px) {
		body {
			text-align: center;
		}
		#landing-hero {
			background-position: -1000px center;
		}
		.texto-header .titulo h1,
		.texto-header .bajada,
		.plataforma-web .textoland p {
			text-align: center;
		}
		.plataforma-web .textoland {
			flex-direction: column;
		}
		.pasos .textoland p {
			display: block;
		}
		.comentario {
			height: 200px;
		}
		.card-comentarios {
			height: 380px;
		}

		.logo-footer {
			margin: 40px auto 50px auto;
		}
		#sect-footer h4 {
			margin: 0 0 20px;
		}
		#sect-footer ul.redes,
		#sect-footer ul.logos-footer {
			margin: 0!important;
		}
		.todo_incluido.aos-init.aos-animate, .btn-mockup {
			margin-bottom: 50px;
		}
	}

	@media (max-width: 600px) {
		.comentario {
			height: 200px;
		}
		.card-comentarios {
			height: 480px;
		}
	}

	@media (max-width: 420px) {
		.card-comentarios {
			height: 580px;
		}
	}