/*HEADER*/
header {
	/*padding: 20px;*/
}

.logo {
	max-width: 523px;
	width: 100%;
}

.login-module {
	background: whitesmoke;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 12px;
	width: auto !important;
	position: absolute;
	right: 0;
	display: inline-block;
	color: black;
	top: 0px;
}

.avatar img {
	width: 50px;
	height: 40px;
}

p.name {
	color: white;
	margin: 0px;
	letter-spacing: 0px;
	font-size: 12px;
}

p.email {
	margin: 0;
	color: white;
	font-size: 12px;
	letter-spacing: 0px;
}

nav.menu ul li {
	list-style-type: none;
	padding: 0 3%;
	text-align: center;
	border-right: 2px solid;
}

nav.menu ul {
	display: flex;
	justify-content: left;
	padding: 0;
	flex-wrap: wrap;
}

nav.menu a {
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	color: black;
	font-weight: 400;
	letter-spacing: 2px;
}

nav.menu ul li:last-child {
	border: none;
}

.container.menu-content {
	padding: 0px;
	/*background-color: #be272d;*/

	/*	padding-top: 39px;*/
}

/*TITULARES*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Avenir Next LT Pro', sans-serif;
	font-weight: 400;
	color: rgb(31,41,55);
	letter-spacing: 5px;
}

p {
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

h1 {
	font-size: 1.7vw;
	font-weight: 700;
	text-align: center;
	padding-top: 20px;
}

h1::before,
h1::after {
	display: inline-block;
	content: "";
	border-top: 3px solid rgb(31,41,55);
	width: 4rem;
	margin: 0 1rem;
	transform: translateY(-9px);
}

/*LOGIN*/
.sub-titulo {
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: bold;
	color: rgb(31,41,55);
	font-size: 1.3vw;
	letter-spacing: 1px;
}

label {
	color: black;
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: 400;
	padding-bottom: 7px;
}

.form-control {
	/*border-radius: 50px;*/
	border: 1px solid;
	inline-size: 100%;
	overflow: hidden;
}

.box {
	
}
.container-title {
	padding-bottom: 30px;
}

.container.login {
	padding-top: 3%;
	/*padding-bottom: 3%;*/
}

button.btn.form-control {
	width: auto;
	background: rgb(230 0 126 /1);
	border: none;
	/*font-weight: 700;*/
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	/*padding: 8px 40px;*/
	color: white;
	margin: 0 auto;
	letter-spacing: 1px;
	display: block;
	border-radius:5rem;
}

a.btn.form-control {
	width: auto;
	background: rgb(230 0 126 /1);
	border: none;
	/*font-weight: 700;*/
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	padding: 8px 40px;
	color: white;
	margin: 0 auto;
	letter-spacing: 1px;
	display: block;
	border-radius: 5rem;
}


a {
	color: rgb(31,41,55);
	text-decoration: none;
}

.login form {
	max-width: 450px;
}

.container-register {
	width: auto;
	margin-left: auto;
	max-width: 454px;
}

.container-title h2 {
	font-size: 2.4vw;
	font-weight: 300;
}

p.sub-titulo:after {
	content: '';
	background: rgb(31,41,55);
	width: 5%;
	height: 2px;
	display: block;
	margin-top: 12px;
}

img.separador {
	width: 2px;
	margin: 0 auto;
	display: block;
}

.containerline {
	justify-content: center;
	align-items: center;
	display: flex;
	height: 100%;
}

.form-check-input {
	border: 1px solid #000;
}

.form-check-input:checked {
	background: transparent;
	border-color: black;
}

.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='000'/%3E%3C/svg%3E");
}

/*MODAL TERMINOS*/
.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5;
}

button.btn-close {
	background-color: black;
	border-radius: 50px;
	opacity: 1;
	width: 19px;
	height: 19px;
	padding: 5px !important;
	background-size: 13px;
}


a.btn-close {
	background-color: black;
	border-radius: 50px;
	opacity: 1;
	width: 19px;
	height: 19px;
	padding: 5px !important;
	background-size: 13px;
}


.modal-header {
	border: none;
}

.modal-content {
	border-radius: 0px;
	border: 0px;
	/*padding: 1% 3%;*/
}

.container-terminos {
	max-height: 22vw;
	overflow: auto;
	background: #f9f9f9;
	padding: 15px;
	margin-bottom: 15px;
}

.modal-footer {
	border: none;
}

/*CONTENT PRODUCT INDIVIDUAL*/
.content-product {
	padding-top: 50px;
	padding-bottom: 50px;
}

/*FOOTER*/
p.copy {
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: 700;
	margin: 0px;
}

footer p {
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

footer {
	padding: 30px;
}

/*BATA MEDICA MASCULINA*/
h4 {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0px;
	text-align: center;
}

.content-fields {
	display: flex;
	align-items: center;
	padding-top: 20px;
}

.content-fields label {
	width: 25%;
	text-align: right;
	padding-right: 5%;
	min-width: 120px;
}

	.content-fields select.form-control.form-select {
		width: auto;
		height: 32px;
		line-height: 13px;
		font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
		font-weight: 400;
	}

a.btn-sencillo {
	display: block;
	margin-left: 4%;
	border-radius: 50px;
	background: rgb(230 0 126 /1);
	/*padding: 13px 13px;*/
	color: white;
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: 400;
	font-size: 15px;
	text-align:center;
}

.content-fields input {
	width: 48%;
	height: 32px;
}

input.form-control.nombre {
	width: 75%;
}

.col-lg-5.datos {
	justify-content: left;
	display: flex;
	align-items: center;
}

button.btn.form-control.center.guardar {
	font-weight: normal;
	letter-spacing: 1px;
	/*padding: 8px 60px;*/
	/*margin-top: 2%;*/
	/*font-size: 13px;*/
	border-radius: 5rem;
}

a.btn.form-control.center.guardar {
	font-weight: normal;
	letter-spacing: 2px;
	padding: 8px 60px;
	margin-top: 2%;
	font-size: 13px;
	border-radius: 5rem;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: black !important;
	opacity: 1;
	/* Firefox */
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: black !important;
	opacity: 1;
	/* Firefox */
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: black !important;
	opacity: 1;
	/* Firefox */
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.login-module-mobile {
	display: none;
}

/*PEDIDOS*/
.content-black {
	/*background: rgba(77, 77, 77, 0.70);*/
	padding: 15px;
}

.content-black h3 {
	color: white;
	text-align: center;
}

.content-black p {
	color: white;
	text-align: justify;
	font-size: 13px;
}

p.subtitle {
	text-align: center;
	font-size: 18px;
}

.content-black button.btn.form-control.center.guardar {
	margin: 0 auto;
	letter-spacing: 0px;
}

button.btn.form-control.center.guardar {}

.content-pedidos {
	padding-top: 0px;
}

ul#pills-tab {
	display: flex;
}

	ul#pills-tab li {
		/*display: block;
		width: 50%;
		margin: 0px;
		padding-left:10px;*/
	}

		ul#pills-tab li .nav-link.active {
			/*/display: block;
			width: 100%;*/
			background: #000000;
			font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
			margin: 0px;
		}


.nav-pills .nav-link {
	text-align: center;
	display: block;
	/*	width: 100%;*/
	border: 1px solid;
	color: rgb(230 0 126 /1);
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	/*padding: 25px;*/
	margin: 0px;
	/* border-radius: 11px;*/
}

.row.title p {
	margin: 0px;
	text-align: left;
	display: block;
	padding: 10px 30px;
	color: white;
	letter-spacing: 1px;
	background: rgb(31,41,55);
}

.row.title p {
	margin: 0px;
	text-align: left;
	display: block;
	padding: 10px 30px;
	color: white;
	letter-spacing: 1px;
	background: rgb(95 95 95/1);
}

.content-item {
	background: #fff;
}

.row.item-pedido {
	padding-top: 20px;
	padding: 20px;
}

.item-pedido {
	letter-spacing: 1px;
}

table.table.caption-top thead tr th {
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: normal;
	letter-spacing: 0px;
	text-align: center;
}

.row.item-pedido button.btn.form-control.center.guardar {
	letter-spacing: 0px;
	font-size: 17px;
	padding: 5px 20px;
	margin: 0;
	margin-bottom: 15px;
}


.row.item-pedido a.btn.form-control.center.guardar {
	letter-spacing: 0px;
	font-size: 17px;
	padding: 5px 20px;
	margin: 0;
	margin-bottom: 15px;
}



.row.item-pedido .col-md-3 {
	display: flex;
	align-items: end;
	justify-content: center;
}

tbody tr td {
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 13px;
	letter-spacing: 0px;
	text-align: center;
}

.content-item {
	margin-bottom: 20px;
}

/*PRODUCTO 2 COLUMNAS*/
.container.product-two {
	max-width: 1200px;
}

.container.product-two h4 {
	font-size: 14px;
}

.container.product-two .content-fields label {
	font-size: 12px;
	min-width: 83px;
}

.container.product-two .content-fields select.form-control.form-select {
	font-size: 12px;
	height: 29px;
}

.container.product-two input.form-control {
	font-size: 12px;
	height: 27px;
	width: 45%;
}

.inputControl_data {
	font-size: 12px !important;
	height: 27px !important;
	
}

.container.product-two a.btn-sencillo {
	font-size: 13px;
}

.container.product-two input.form-control.nombre {
	width: 45%;
}

a.btn-sencillo.mobile {
	display: none;
}

/*CONTACTO*/
.container.contacto {
	text-align: left;
}

.container.contacto h1 {
	text-align: left;
}

.contacto h1::before,
.contacto h1::after {
	display: none;
}

p.sutitle-contact {
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 10px;
}

.container.contacto p {
	font-size: 19px;
	margin-bottom: 9px;
}

.container.contacto {
	max-width: 90%;
	padding-bottom: 3%;
}

.container.contacto a {
	color: black;
}

@media (min-width: 1300px) {
	.container.product-two {
		max-width: 90% !important;
	}

	.logotipo {
		padding-left: 25%;
	}
}

/*tablet media query*/
@media (max-width: 974px) {
	.login-module-mobile {
		display: block;
	}

	.logotipo {
		padding-left: 15%;
	}

	.content-fields {
		display: flex;
		align-items: center;
		padding-top: 16px;
	}

	nav.menu ul li:nth-child(3) {
		border: none;
	}

	.content-fields input {
		font-size: 12px;
	}

	.content-fields select.form-control.form-select {
		font-size: 12px;
	}

	.content-fields label {
		font-size: 12px;
		padding-bottom: 0px;
		width: 18%;
		min-width: 80px;
	}

	button.btn.form-control.center.guardar {
		letter-spacing: 1px;
		font-size: 13px;
		margin-top: 10%;
	}

	a.btn.form-control.center.guardar {
		letter-spacing: 1px;
		font-size: 13px;
		margin-top: 10%;
	}



	a.btn-sencillo {
		font-size: 10px;
	}

	.content-fields input {
		width: 46%;
	}

	.login-module {
		display: none;
	}

	.login-module-mobile {
		display: flex;
		align-items: center;
		position: absolute;
		top: 0px;
		right: -2px;
		min-width: 175px;
		padding: 8px;
		font-size: 13px;
		background: #c9a22e;
		text-align: center;
	}

	img.movil-avatar {
		max-width: 24px;
		margin-right: 10px;
	}

	.login-module-mobile a {
		color: black;
		font-weight: 700;
	}

	nav.menu a {
		font-weight: 700;
		font-size: 12px;
	}

	h1 {
		font-size: 23px;
		letter-spacing: 1px;
		max-width: 324px;
		margin: 0 auto;
	}

	h1::before,
	h1::after {
		display: none;
	}

	.container-datos h4 {
		background: rgb(31,41,55);
		color: white;
		text-transform: initial;
		font-weight: 300;
		padding: 5px;
		font-size: 14px;
	}

	.col-lg-5.datos {
		justify-content: center;
	}

	.container.product-two .carousel {
		max-width: 200px;
		margin: 0 auto;
	}

}

/*MEDIA QUERYS MOBILE*/
@media (max-width: 767px) {

	/*LOGIN*/
	.container-title h2 {
		font-size: 8vw;
		font-weight: 700;
		letter-spacing: 2px;
	}
	.logotipo {
		padding-left: 0%;
	}
	.sub-titulo {
		font-size: 18px;
	}

	.container-register {
		max-width: 100%;
	}

	.login form {
		max-width: 86%;
		margin: 0 auto;
	}

	header {
		padding: 10px;
	}

	.container-title {
		text-align: center;
	}

	p.sub-titulo:after {
		margin-left: auto;
		margin-right: auto;
	}

	.register-form {
		padding-bottom: 10px;
		border-bottom: 2px solid;
		max-width: 90%;
		margin: 0 auto;
	}

	.login-form {
		padding-top: 7%;
		max-width: 90%;
		margin: 0 auto;
	}

	.logo {
		max-width: 49%;
	}

	/*MODAL*/
	button.btn-close {
		opacity: 1;
		width: 23px;
		height: 14px;
	}
	a.btn-close {
		opacity: 1;
		width: 23px;
		height: 14px;
	}


	.modal-dialog {
		margin: 25px;
	}

	.container-terminos {
		max-height: 70vw;
	}

	.modal-title {
		letter-spacing: 1px;
		font-weight: 700;
		font-size: 5.8vw;
	}

	.modal-header {
		align-items: flex-start;
	}

	.modal-content {
		padding: 0;
	}

	/*PEDIDOS*/
	.nav-pills .nav-link {
		font-size: 13px;
		padding: 8px 0px;
	}

	.row.item-pedido button.btn.form-control.center.guardar {
		font-size: 12px;
		padding: 6px;
	}

	.row.item-pedido a.btn.form-control.center.guardar {
		font-size: 12px;
		padding: 6px;
	}

	.row.item-pedido {
		padding: 5px;
	}

	table.table.caption-top thead tr th {
		font-weight: 700;
		font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
		font-size: 12px;
	}

	.row.title p {
		text-align: center;
	}

	table.table.caption-top thead tr th:nth-child(2) {
		min-width: 120px;
	}

	/*Producto 2 columnas*/
	a.btn-sencillo {
		font-size: 13px;
		/*display: none;*/
	}

	a.btn-sencillo.mobile {
		display: block;
	}

	.cantidad {
		max-width: 68px;
	}

	.content-fields select.form-control.form-select {
		/*width: 75%;*/
	}

	.container.product-two input.form-control {
		width: 75% !important;
	}

	.form-control.nombre {
		width: 75%;
	}

	.content-fields input {
		width: 75%;
	}

	.container.contacto h1 {
		text-align: center;
		padding-bottom: 3%;
	}

	p.sutitle-contact {
		text-align: center;
		letter-spacing: 1px;
		font-size: 18px !important;
		line-height: 1.2em;
		margin-bottom: 11px !important;
	}

	.container.contacto p {
		text-align: center;
		font-size: 15px;
		 margin-bottom: 3px;
	}

}


.has-error .help-block,
.has-error .control-label {
	color: #b94a48;
}

.has-error .form-control {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

	.has-error .form-control:focus {
		border-color: #953b39;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	}

.has-error .input-group-addon {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48;
}

.menuP {
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	
	/*background-color: #F8F7F7;*/
	/*	font-weight: 400;
	letter-spacing: 2px;
	font-size: 16px;
	padding-left: 20px;*/
}

	.menuP a {
		font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
		color: #4D4D4D;
		/*font-weight: 400;
		letter-spacing: 2px;
		font-size: 16px;*/
	}

.btn-rojo {
	width: auto;
	background: rgb(230 0 126 /1);
	border: none;
	/*font-weight: 700;*/
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	padding: 8px 40px;
	color: white;
	margin: 0 auto;
	letter-spacing: 1px;
	display: block;
}

.btn-primary {
	width: auto;
	background: rgb(230 0 126 /1);
	border: none;
	/*font-weight: 700;*/
	font-family: "Gilroy","Gilroy-Regular", sans-serif,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	padding: 8px 40px;
	color: white;
	margin: 0 auto;
	letter-spacing: 1px;
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.containerheaderBP {
	background-color: white !important;
	border-bottom: solid 1px #000000;
}

.columna {
	position: relative;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	float: left;
}

.logotipo{
	padding-left:25%;
	max-height:80px;
}

.main-footer {
	--tw-bg-opacity: 1;
	/* background-color: rgb(230 0 126 / var(--tw-bg-opacity)); */
	color: black;
	border: none;
	border-top: 1px solid gray;
	/*position: fixed;*/
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100px;
}

.menuint {
	border-inline-end: 1px solid rgb(31,41,55);
	padding-right: 20px
}

.row {
	margin-right:0px !important;
	margin-left:0px !important;
}

.shadow {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}

.controlText_login {
	border: none;
	border-bottom: 1px solid #6b7280;
	font-size:20px;
}

	.controlText_login:focus {
		border: none;
		border-bottom: 1px solid rgb(230 0 126 /1);
		
	}