html{
  box-sizing: border-box;
}
*, *:before, *:after{
  box-sizing: inherit;
}
p {
  margin: 0;
}

.salir {
  padding: 15px 20px 15px 0px;
}
.cont-login {
	width: 70%;
  	height:auto;
  	-webkit-border-radius:5px;
  	border-radius:12px;
  	-moz-box-shadow: 0 0 3px 3px #606;
  	-webkit-box-shadow: 0 0 3px 3px #606;
  	box-shadow: 0 0 10px 3px #2B555D;
  	background-repeat: repeat-x;
  	background-color:#fff;
  	margin-right: auto;
  	margin-left: auto;
  	margin-top: 100px;
  	margin-bottom:20px;
  	border: 4px solid #fff;
  	background-color: white;
  	text-align: center;
}

.logos {
	width: 95%;
  	height: auto;
  	border-radius:12px;
  	margin-top: 20px;
  	/*margin-bottom: 10px; */
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	margin-right: auto;
  	margin-left: auto;
}

.row-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin: 0 0 15px 20px;
}

.between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin: 0 15px 0 15px;
}


.btn-file {
  position: relative;
  overflow: hidden;
}


.a-href {
  background-color: #33D1FF;
  color: #FFF;
  padding: 5px 5px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 5px;
}

.a-href:hover{
  color: #FFF;
}


.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;   
    cursor: inherit;
    display: block;
}

.whidt-img {
  width: 300px; 
  height: 200px;
}

.margin-card {
	margin: 0px 20px 20px 20px;
}

.title-mod {
	align-items: center;
	color: #C6712C;
	font-size: 20px;
	font-weight: bold;
  padding-bottom: 15px;
}

.texto-parrafo {
  align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: justify;
  padding-bottom: 10px;
}

.nom-project {
	font-size: 25px;
	color: #8c65aa;
	font-weight: bold;
}

.Login {
  width: 70%;
  background-color: #FFF;
  clear: both;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #AEAEAE;
  min-height: 235px;
  margin-bottom: 50px; 
  -webkit-border-radius:5px;
  border-radius:5px;
}
@media (min-width: 1366px) {
  .Login {
  	width: 50%;
  }
}

.title {
  font-family: Arial;
  height: 50px;
  padding: 10px 10px 10px 10px;
  background: #BDBDBD;
  font-size: 18px;
  color: #484848;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.txt_login {
  width: 90%;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #ced4da;
  padding: 5px 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.color-orange {
	background-color: #C6712C;
	font-size: 20px;
	font-weight: bold;
	width: 90%;
	color: #fff;
	margin-bottom: 30px;
}

.color-orange:hover {
	background-color: #BB6017;
	color: #fff;
}

.rojo {
  color: red;
  font-weight: bold;
  font-size: 15px;
}

footer {
	text-align: center;
}