@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&display=swap');
body {
    margin: 0;
	font-family: 'Montserrat', sans-serif;
	width: 100% !important;
	color: #666;
	background-color: #FFF !important;
}

a {
	text-decoration: none;
	/*display: unset !important;*/
	font-weight: unset !important;
}

a:hover {
	text-decoration: none;
  font-weight: unset !important;
}

a:visited {
    color: unset;
}

a, a:active, a:link {
    color: unset;
    text-decoration: none !important;
}

img {
	border: 0;
}

p {
	margin: 0;
}

input:focus {
	outline: none;
	background-color: #FFF;
}

textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}

section {
  width: 100%;
}

p {
    font-family: 'Montserrat', sans-serif;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
  }
  
  a[href^=tel] { color: inherit; text-decoration: none; }
  
  ::-webkit-input-placeholder { color: #000 !important; } /* WebKit */
  :-moz-placeholder { color: #000 !important; } /* Firefox 18- */
  ::-moz-placeholder { color: #000 !important; } /* Firefox 19+ */
  :-ms-input-placeholder { color: #000 !important; } /* IE 10+ */

  
.contentFlex {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
	align-self: center;
	align-content: center;
	align-items: center;
}

.contentBtnUpload {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: left;
	align-self: center;
	align-content: center;
	align-items: center;
}

.centerLogin {
	width: 40%;
	min-height: 40vh;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
	align-self: center;
	align-content: center;
	align-items: center;
	margin-top: 50px;
}
.contentForm {
	width: 80%;	
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-control {
	width: 98% !important;
	min-height: 50px !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	background-color: #D9DADC !important;
	border: 0 !important;
}

.form-row {
	margin-top: 10px !important;
}

.form-row label {
	color: #10437A !important;
	font-weight: 600 !important;
	font-size: 16px !important;
}

.btn-primary {
	background-color: #10437C !important;
	border-radius: 50px !important;
	border: 0 !important;
	padding: 10px 25px 10px 25px !important;
	font-size: 14px !important;
}

.btn-primary i {
	font-size: 16px;
	margin-left: 10px;
}

.container-fluid {
	width: 100%;
	padding: 0 !important;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center !important;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.navbar-collapse {
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center !important;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
	flex-grow: unset !important;
}

.nav-link {
	color: #666 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	transition: all 0.5s;
}

.nav-link:hover {
	font-weight: 600 !important;
	color: #000 !important;
} 

.contentSite {
	width: 75%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;

}

.subTitle {
	width: 100%;
	height: auto;
	color: #FFF;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
}

small {
	font-size: 16px;
	margin: 0;
}

.bgTitlesGral {
	background-image: url("../images/AMG_web_institucional-fondo-03.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.bgTitlesGral h3 {
	width: 100%;
	margin: 0;
	font-size: 46px;
	font-weight: 700;
	color: #FFF;
	text-shadow: 0px 0px 15px #000;
}

.contentForm h3 {
	margin-top: 50px;
	margin-bottom: 25px;
	color: #DFA126 !important;
	font-size: 20px;
	font-weight: 600;
}

.card {
	margin: 10px;
}

.btn-primary {
	color: #FFF !important;
}

.btn-success {
	color: #FFF !important;
}

.btnDelFiles {
    background-color: rgba(255, 23, 68, 1);
    color: #FFF;
    padding: 2px;
    width: 22px;
    height: 22px;
    position: absolute;
	text-align: center;
    margin-top: -58px;
    margin-left: 150px;
	border-radius: 15px;
	padding-top: 0px;
	padding-left: 3px;
    transition: all 0.3s;
}

.btnDelFiles:hover {
	cursor: pointer;
	background-color: #000;
}

.btnDelFiles i {
	font-size: 13px;
    margin-top: 4px;
	margin-left: -1px;
}

.card {
	border: 0 !important;
	margin: 20px 20px 20px 0 !important;
}

.card-body {
	border: 0 !important;
	margin: 0 40px 0 0 !important;
	padding: 0 !important;
}

.card-title {
	margin-bottom: 25px !important;
}

.fs-1 small {
	font-size: 26px;
}

/* FOOTER */
footer {
	width: 100%;
	height: 170px;
	background-color: #FFF;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.colRightFooter {
	width: 20%;
	height: 170px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.colMediumFooter {
	width: 60%;
	height: 170px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.colMediumFooter p {
	color: #0E437A;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
}

.colLeftFooter {
	width: 20%;
	height: 170px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.flexContent {
    width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.circleSocial {
    margin-right: 10px;
}

.circleSocial {
    width: 28px;
    height: 28px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #0E437A;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.circleSocial i {
    color: #FFF;
    font-size: 16px;
}

.lineFooter {
	width: 100%;
	height: 1px;
	background-color: #C3D1DE;
	margin-top: 50px;
}

.card-title {
	font-size: 17px !important;
	font-weight: 400 !important;
	color: #10437C !important;
	text-transform: uppercase;
}

.btn-danger {
	height: 50px !important;
	border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-o-border-radius: 50px !important;
	border: 2px solid #dc3545 !important;
	background-color: transparent !important;
	color: #dc3545 !important;
	font-weight: 600 !important;
	padding-top: 12px !important;
	transition: all 0.5s;
}

.btn-danger:hover {
	color: #000 !important;
	font-weight: 600 !important;
	border: 2px solid #000 !important;
}

.btn-success {
	height: 50px !important;
	border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-o-border-radius: 50px !important;
	border: 1px solid #198754;
	background-color: transparent !important;
	color: #198754 !important;
	font-weight: 600 !important;
	padding-top: 12px !important;
	transition: all 0.5s;
}

.btn-success:hover {
	color: #000 !important;
	font-weight: 600 !important;
	border: 1px solid #000 !important;
}

.btn-primary {
	height: 50px !important;
	border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-o-border-radius: 50px !important;
	border: 2px solid green !important;
	background-color: transparent !important;
	color: green !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	padding-top: 12px !important;
	transition: all 0.5s;
}

.btn-primary:hover {
	color: #000 !important;
	font-weight: 600 !important;
	border: 1px solid #000 !important;
}

.contentForm legend {
	font-size: 17px !important;
    font-weight: 400 !important;
    color: #10437C !important;
	margin-bottom: 0 !important;
	margin-top: 50px !important;
    text-transform: uppercase;
}

.nameFile {
	background-color: #D9DADC;
	padding: 10px;
	font-size: 12px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-transform: uppercase;
}

.colForm {
	width: 45%;
}

.colInputForm {
	width: 55%;
}

.btnUploadFile {
	border-radius: 50px !important;
	padding-top: 13px !important;
	min-width: 400px;
	padding-left: 28px !important;
}

.btnAddContact {
	height: 50px !important;
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -o-border-radius: 50px !important;
    border: 1px solid #10437C !important;
    background-color: transparent !important;
    color: #10437C !important;
    font-weight: 600 !important;
    padding: 5px 15px 5px 15px !important;
	font-size: 14px !important;
	float: right;
    transition: all 0.5s;
}

.txtMsgAddClt {
	width: 100%;
	text-align: right;
}

.btnDelClt {
	font-size: 10px;
	background-color: #E53935;
	color: #FFF !important;
	padding: 3px 10px 3px 10px;
	margin-top: 5px;
	float: right;
	margin-right: 5px;
	transition: all 0.3s;
}

.btnDelClt:hover {
	background-color: #B71C1C;
}

.btnDelClt i {
	font-size: 12px !important;
	margin-left: 5px;
	margin-top: 3px;
}

#iconHiddenPass {
	display: none;
	float: right;
}

#iconHiddenPass:hover {
	cursor: pointer;
}

#iconViewPass {
	float: right;
}

#iconViewPass:hover {
	cursor: pointer;
}

.contentLogoPlataform {
	width: 100%;
	height: 100px;
	background-color: #FFF;

	display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentLogoPlataform img {
	width: 200px;
}

.navbar-nav {
	width: 100% !important;
}

.lineNavPlataform {
	width: 2px;
	height: 20px;
	background-color: #CCC;
	margin: 9px 10px 0 10px;
}

.message {
	width: auto;
	min-height: 50px;
	box-shadow: 0px 0px 40px #CCC;
	-webkit-box-shadow: 0px 0px 40px #CCC;
	-moz-box-shadow: 0px 0px 40px #CCC;
	-o-box-shadow: 0px 0px 40px #CCC;
	position: fixed;
	bottom: 110px;
	color: #FFF;
	left: 10px;
	text-align: center;
	padding: 20px;
	display: none;
	/*background-color: rgba(255,255,255,0.8);*/
	z-index: 2000;
	margin: 0;
  }
  
  #txtMessage {
	font-size: 20px;
	color: #FAFAFA;
	font-weight: 300;
	padding: 0;
	margin: 0;
  }
  
  #txtMessage i {
	font-size: 24px;
  }