/* Para Cel */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:320px) and (max-width:1024px){

.modal-main {
	width: 100%;
	height: 100% !important;

	/*border: 1px solid red;*/
	background: none;

}

.modal-overlay { /*article*/
	width: 100%;
	height: 100%;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/
	

	box-sizing: border-box;	
	/*padding: 5px;*/

	/*border: 1px solid red*/
	/*background: rgba(0,0,0,0.5);*/
	
}

.modal-popup {
	width: 90%;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/
	
	box-sizing: border-box;
 	/*padding: 10px;*/
	
	/*border: 1px solid red;*/
	/*border-radius: 15px;*/
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	background-color: #f8f8f8;
	
}

.modal-titulo {
	width: 100%;
	height: auto;

	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-titulo-1 {
	width: 100%;
	height: auto;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-titulo-1a {
	width: 100%;
	height: 80px;

	position: relative;
    display: none;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: end; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 10px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-titulo-1a img {
	width: 70%;
	height: auto;

	border: 1px solid red;
	background: none;

}

.modal-titulo-1b {
	width: 100%;
	height: 50px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: end; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 10px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-titulo-1b label {
	color: #666;
	text-align: center;	
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    text-transform: uppercase;
	
}

.modal-titulo-1b span {
	color: #111;
	text-align: center;	
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    text-transform: none;
	
}

.modal-pie {
	width: 100%;
	height: auto;

	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
	background: none;	
}

.modal-pie-1 {
	width: 100%;
	height: 60px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
	background: none;	
	
}

.modal-pie-1 label {
	color: #111;
	text-align: center;	
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    text-transform: uppercase;
	
}

.modal-pie-1 span {
	color: #111;
	text-align: center;	
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    /*text-transform: uppercase;*/
	
}

.modal-pie-2 {
	width: 98%;
	height: 20px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: end; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	padding: 10px;	
	padding-left: 20px;
	
	/*border: 1px solid red;*/
	border-top: 1px solid #ddd;
	background: none;	
	
}

.modal-pie-2 label {
	color: #666;
	text-align: center;	
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    /*text-transform: uppercase;*/
	
}

.modal-pie-2 span {
	color: #777;
	text-align: center;	
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    /*text-transform: uppercase;*/
	
}

.modal-pie-2 a {
	color: #666;
	text-align: center;	
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    /*text-transform: uppercase;*/
	
}

.modal-boton-1 {
	width: 80%;
	height: 40px;
	
	position: relative;
    display: flex;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;	
	/*padding: 5px;*/
	
	color: white; /*color de texto*/
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	/*text-shadow: #591717 2px 2px 2px;*/
    /*text-transform: uppercase;*/
    text-decoration: none;	
	cursor: pointer;
	
	border: none;
	/*border-radius: 2px;*/
	/*background-color: #ff5722;*/
	/*background-color: #3299fd;*/ /* azul claro	*/ 
	background-color: #1f618d;

}

.modal-boton-1:hover,
.modal-boton-1:focus {	
	color: #fff;
    opacity: 0.8; 
	
	/*background-color: #ff5722;*/
	
}

/** form **/
.modal-form {
	width: 350px;
	height: auto;

	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start; /*start, center, end, between, around*/
    align-items: start; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 5px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-form-1 {
	width: 100%;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	padding-top: 15px;
	padding-left: 10%;
	padding-right: 10%;
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-form-1a {
	width: 100%;
	height: auto;	
	margin-bottom: 20px; 
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: start; /*start, center, end, between, around*/
    align-items: start; /*start, center, end*/	
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-form-1a-1 {
	width: 45px;
	height: 35px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/
	
	box-sizing: border-box;
	/*padding: 10px;*/
	
	/*border: 1px solid red;*/
	background-color: #1f618d;
	
}

.modal-form-1a-1 i {
	color: #fff;
	font-size: 18px;

	/*border: 1px solid red;*/	
	
}

.modal-form-1a-1 span {
	color: #fff;
	font-size: 18px;

	/*border: 1px solid red;*/	
	
}

.modal-form-1a-2 {
	width: 100%;
	height: 35px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: start; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/
	
	box-sizing: border-box;
	/*padding: 10px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-form-1a-2 input {
	width: 100%;
	height: 35px;

	color: #222;
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	/*text-shadow: #591717 2px 2px 2px;*/
    /*text-transform: uppercase;*/
    /*text-decoration: none;*/
	/*cursor: pointer;*/

	box-sizing: border-box;
	padding: 5px;
	
	border: 1px solid #ccc;
	/*border-radius: 5px;*/
	
}

.modal-form-1a-2 input:focus {
	outline: none;	

	border: 2px solid #1f618d;
	/*border: 1px solid dodgerblue;*/
	
}

.modal-form-1a-2 input::placeholder {
	color: #888;
	text-align: left;	
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	
}

.modal-login-msg1 {
	width: 350px;
	height: 50px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	padding: 10px;	
	
	/*border: 1px solid red;*/
	border-top: 1px solid #ddd;
	background: none;	
	
}

.modal-login-msg1 label {
	color: #555;
	text-align: center;	
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    /*text-transform: uppercase;*/
	
}

}

/* Para Laptop */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1025px) and (max-width:1599px) {

.modal-main {
	width: 100%;
	height: 100% !important;

	/*border: 1px solid red;*/
	background: none;

}
	
.modal-overlay { /*article*/
	width: 100%;
	height: 100%;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/
	

	box-sizing: border-box;	
	padding: 55px;

	/*border: 1px solid red*/
	/*background: rgba(0,0,0,0.5);*/
	
}

.modal-popup {
	width: auto;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/
	
	box-sizing: border-box;
 	/*padding: 10px;*/
	
	/*border: 1px solid red;*/
	/*border-radius: 15px;*/
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	background-color: #f8f8f8;
	
}

.modal-titulo {
	width: 100%;
	height: auto;

	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-titulo-1 {
	width: 100%;
	height: auto;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-titulo-1a {
	width: 100%;
	height: 80px;

	position: relative;
    display: none;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: end; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 10px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-titulo-1a img {
	width: 70%;
	height: auto;

	border: 1px solid red;
	background: none;

}

.modal-titulo-1b {
	width: 100%;
	height: 50px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: end; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 10px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-titulo-1b label {
	color: #666;
	text-align: center;	
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    text-transform: uppercase;
	
}

.modal-titulo-1b span {
	color: #111;
	text-align: center;	
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    text-transform: none;
	
}

.modal-pie {
	width: 100%;
	height: auto;

	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
	background: none;	
}

.modal-pie-1 {
	width: 100%;
	height: 60px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
	background: none;	
	
}

.modal-pie-1 label {
	color: #111;
	text-align: center;	
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    text-transform: uppercase;
	
}

.modal-pie-1 span {
	color: #111;
	text-align: center;	
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    /*text-transform: uppercase;*/
	
}

.modal-pie-2 {
	width: 98%;
	height: 20px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: end; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	padding: 10px;	
	padding-left: 20px;
	
	/*border: 1px solid red;*/
	border-top: 1px solid #ddd;
	background: none;	
	
}

.modal-pie-2 label {
	color: #666;
	text-align: center;	
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    /*text-transform: uppercase;*/
	
}

.modal-pie-2 span {
	color: #777;
	text-align: center;	
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    /*text-transform: uppercase;*/
	
}

.modal-pie-2 a {
	color: #666;
	text-align: center;	
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    /*text-transform: uppercase;*/
	
}

.modal-boton-1 {
	width: 80%;
	height: 40px;
	
	position: relative;
    display: flex;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;	
	/*padding: 5px;*/
	
	color: white; /*color de texto*/
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	/*text-shadow: #591717 2px 2px 2px;*/
    /*text-transform: uppercase;*/
    text-decoration: none;	
	cursor: pointer;
	
	border: none;
	/*border-radius: 2px;*/
	/*background-color: #ff5722;*/
	/*background-color: #3299fd;*/ /* azul claro	*/ 
	background-color: #1f618d;

}

.modal-boton-1:hover,
.modal-boton-1:focus {	
	color: #fff;
    opacity: 0.8; 
	
	/*background-color: #ff5722;*/
	
}

/** form **/
.modal-form {
	width: 350px;
	height: auto;

	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start; /*start, center, end, between, around*/
    align-items: start; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 5px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-form-1 {
	width: 100%;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	padding-top: 15px;
	padding-left: 10%;
	padding-right: 10%;
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-form-1a {
	width: 100%;
	height: auto;	
	margin-bottom: 20px; 
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: start; /*start, center, end, between, around*/
    align-items: start; /*start, center, end*/	
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-form-1a-1 {
	width: 45px;
	height: 35px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/
	
	box-sizing: border-box;
	/*padding: 10px;*/
	
	/*border: 1px solid red;*/
	background-color: #1f618d;
	
}

.modal-form-1a-1 i {
	color: #fff;
	font-size: 18px;

	/*border: 1px solid red;*/	
	
}

.modal-form-1a-1 span {
	color: #fff;
	font-size: 18px;

	/*border: 1px solid red;*/	
	
}

.modal-form-1a-2 {
	width: 100%;
	height: 35px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: start; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/
	
	box-sizing: border-box;
	/*padding: 10px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-form-1a-2 input {
	width: 100%;
	height: 35px;

	color: #222;
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	/*text-shadow: #591717 2px 2px 2px;*/
    /*text-transform: uppercase;*/
    /*text-decoration: none;*/
	/*cursor: pointer;*/

	box-sizing: border-box;
	padding: 5px;
	
	border: 1px solid #ccc;
	/*border-radius: 5px;*/
	
}

.modal-form-1a-2 input:focus {
	outline: none;	

	border: 2px solid #1f618d;
	/*border: 1px solid dodgerblue;*/
	
}

.modal-form-1a-2 input::placeholder {
	color: #888;
	text-align: left;	
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	
}

.modal-login-msg1 {
	width: 350px;
	height: 50px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	padding: 10px;	
	
	/*border: 1px solid red;*/
	border-top: 1px solid #ddd;
	background: none;	
	
}

.modal-login-msg1 label {
	color: #555;
	text-align: center;	
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    /*text-transform: uppercase;*/
	
}

}


/* Para PC */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1600px) {

.modal-main {
	width: 100%;
	height: 100% !important;

	/*border: 1px solid red;*/
	background: none;

}

.modal-overlay { /*article*/
	width: 100%;
	height: 100%;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/
	

	box-sizing: border-box;	
	padding: 55px;

	/*border: 1px solid red*/
	/*background: rgba(0,0,0,0.5);*/
	
}

.modal-popup {
	width: auto;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/
	
	box-sizing: border-box;
 	/*padding: 10px;*/
	
	/*border: 1px solid red;*/
	/*border-radius: 15px;*/
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	background-color: #f8f8f8;
	
}

.modal-titulo {
	width: 100%;
	height: auto;

	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-titulo-1 {
	width: 100%;
	height: auto;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-titulo-1a {
	width: 100%;
	height: 80px;

	position: relative;
    display: none;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: end; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 10px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-titulo-1a img {
	width: 70%;
	height: auto;

	border: 1px solid red;
	background: none;

}

.modal-titulo-1b {
	width: 100%;
	height: 50px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: end; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 10px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-titulo-1b label {
	color: #666;
	text-align: center;	
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    text-transform: uppercase;
	
}

.modal-titulo-1b span {
	color: #111;
	text-align: center;	
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    text-transform: none;
	
}

.modal-pie {
	width: 100%;
	height: auto;

	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
	background: none;	
}

.modal-pie-1 {
	width: 100%;
	height: 60px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 0px;*/
	
	/*border: 1px solid red;*/
	background: none;	
	
}

.modal-pie-1 label {
	color: #111;
	text-align: center;	
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    text-transform: uppercase;
	
}

.modal-pie-1 span {
	color: #111;
	text-align: center;	
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    /*text-transform: uppercase;*/
	
}

.modal-pie-2 {
	width: 98%;
	height: 20px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: end; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	padding: 10px;	
	padding-left: 20px;
	
	/*border: 1px solid red;*/
	border-top: 1px solid #ddd;
	background: none;	
	
}

.modal-pie-2 label {
	color: #666;
	text-align: center;	
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    /*text-transform: uppercase;*/
	
}

.modal-pie-2 span {
	color: #777;
	text-align: center;	
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    /*text-transform: uppercase;*/
	
}

.modal-pie-2 a {
	color: #666;
	text-align: center;	
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    /*text-transform: uppercase;*/
	
}

.modal-boton-1 {
	width: 80%;
	height: 40px;
	
	position: relative;
    display: flex;
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;	
	/*padding: 5px;*/
	
	color: white; /*color de texto*/
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	/*text-shadow: #591717 2px 2px 2px;*/
    /*text-transform: uppercase;*/
    text-decoration: none;	
	cursor: pointer;
	
	border: none;
	/*border-radius: 2px;*/
	/*background-color: #ff5722;*/
	/*background-color: #3299fd;*/ /* azul claro	*/ 
	background-color: #1f618d;

}

.modal-boton-1:hover,
.modal-boton-1:focus {	
	color: #fff;
    opacity: 0.8; 
	
	/*background-color: #ff5722;*/
	
}

/** form **/
.modal-form {
	width: 350px;
	height: auto;

	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start; /*start, center, end, between, around*/
    align-items: start; /*start, center, end*/	

	box-sizing: border-box;
	/*padding: 5px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-form-1 {
	width: 100%;
	height: auto;
	
	position: relative;
    display: flex;
	flex-direction: column;
    justify-content: start; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	padding-top: 15px;
	padding-left: 10%;
	padding-right: 10%;
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-form-1a {
	width: 100%;
	height: auto;	
	margin-bottom: 20px; 
	
	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: start; /*start, center, end, between, around*/
    align-items: start; /*start, center, end*/	
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-form-1a-1 {
	width: 45px;
	height: 35px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/
	
	box-sizing: border-box;
	/*padding: 10px;*/
	
	/*border: 1px solid red;*/
	background-color: #1f618d;
	
}

.modal-form-1a-1 i {
	color: #fff;
	font-size: 18px;

	/*border: 1px solid red;*/	
	
}

.modal-form-1a-1 span {
	color: #fff;
	font-size: 18px;

	/*border: 1px solid red;*/	
	
}

.modal-form-1a-2 {
	width: 100%;
	height: 35px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: start; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/
	
	box-sizing: border-box;
	/*padding: 10px;*/
	
	/*border: 1px solid red;*/
	background: none;
	
}

.modal-form-1a-2 input {
	width: 100%;
	height: 35px;

	color: #222;
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	/*text-shadow: #591717 2px 2px 2px;*/
    /*text-transform: uppercase;*/
    /*text-decoration: none;*/
	/*cursor: pointer;*/

	box-sizing: border-box;
	padding: 5px;
	
	border: 1px solid #ccc;
	/*border-radius: 5px;*/
	
}

.modal-form-1a-2 input:focus {
	outline: none;	

	border: 2px solid #1f618d;
	/*border: 1px solid dodgerblue;*/
	
}

.modal-form-1a-2 input::placeholder {
	color: #888;
	text-align: left;	
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	
}

.modal-login-msg1 {
	width: 350px;
	height: 50px;

	position: relative;
    display: flex;
	/*flex-direction: column;*/
    justify-content: center; /*start, center, end, between, around*/
    align-items: center; /*start, center, end*/	

	box-sizing: border-box;
	padding: 10px;	
	
	/*border: 1px solid red;*/
	border-top: 1px solid #ddd;
	background: none;	
	
}

.modal-login-msg1 label {
	color: #555;
	text-align: center;	
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	/*text-shadow: #132639 2px 2px 2px;*/
    /*text-transform: uppercase;*/
	
}

}