﻿.overlay1 {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flexbox;
	text-align: center;
	text-justify: auto;
	z-index:999;
	/*visibility: hidden;*/
}

.popup1 {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 10px;
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #272E2C;
	width: 4px;
}

.modal-header {
	border-bottom: 1px solid rgb(229, 231, 235);
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.15px;
}

.modal-body {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 20px;
	background-color: #f3f4f6;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	gap: 24px;
}

.modal-footer {
	border-bottom: 1px solid rgb(229, 231, 235);
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.15px;
}

.btnmodal1 {
	position: relative;
	display: block;
	color: black;
	font-size: 15px;
	font-family: "montserrat";
	text-decoration: none;
	margin: auto;
	border: 2px solid #3BC5E1;
	padding: 10px;
	/*text-transform: uppercase;*/
	background-color: #fff;
	/*overflow: hidden;*/
	/*transition: 1s all ease;*/
}

	.btnmodal1:hover {
		background: #073c5e;
		color:white;
	}

}

.btnmodal1::before {
	background: #3BC5E1;
	content: "";
	position: absolute;
	/*top: 50%;
              left: 50%;*/
	/*transform: translate(-50%,-50%);*/
	/*z-index: -1;*/
	/*transition: all 0.6s ease;*/
}
/*.btnmodal1::before{
              width: 0%;
              height: 100%;
}

.btnmodal1:hover::before{
                width: 100%;
}*/

.labelCajaTexto {
	margin: 15px;
}

.boxText {
	margin: 15px;
}

.LabelCheck1 {
	margin: 15px;
}

.check1 {
	margin: 15px;
}