

header{	
	
	height: 70px;	
	box-shadow: 0 1px 9px  black; 
	z-index: 99;



}



header a{
	float: right;
}





header img{
  width:200px;
  float: left;
  margin-top: 10px;
  margin-left: 70px;  

}


.button {
	float: right;
  display: flex;
  height: 40px;
  margin-right: 20px;
  margin-top: -6px;
  padding: 0;
  background: #3b51cf;
  border: none;
  outline: none;
  border-radius: 5px;
  overflow: hidden;
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.button:hover {
  background: #5e6be0;
}

.button:active {
  background: #006e58;
}

.button__text,
.button__icon {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: #fff;
  height: 100%;
}

.button__icon {
  font-size: 20px;
  background: rgba(0, 0, 0, 0.08);
}

.button__icon:hover {
  font-size: 20px;
  background: rgba(0, 0, 0, 0.08);
  background: red;
}


.contenedor{

	margin: 3em auto;
	
	width: 65%;
	height: 70vh;

}

section{
	
	background: white;
	margin-top: 30px;
	width: 40%;
	height: 90%;
	border-radius: 1em;
	box-shadow: 0px 13px 37px #000;
	
	display: flex;
  align-items: center;
  justify-content: center;


    
	
	float:left;

}

section img{
	
	max-width: 30%;
	margin-bottom: 200px;
	

}

aside{
	
	width: 60%;
	height: 100%;
	border-radius: 1em;
	box-shadow: -10px 13px 37px #000;	
	float:right;
	overflow: hidden;
	display: flex;
  align-items: center;
  justify-content: center;

	
}





.form-register{
	
    width:  400px;   
    padding: 30px;
    margin: auto;
    margin-top: 10px;
    border-radius: 4px;
    
    
    color: white;
   

    
}

.form-register h4{

    font-size: 20px;
    margin-bottom: 20px;
    color: black;
    text-align:center;
    font-family: bodoni mt;
    
    
}

.controls{
	
    width: 100%;
    background: white;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 16px;
    border: 1px solid #3341c5;
    font-size: 18px;
    color: black;
    font-family: inherit;
    	

    

}

.form-register p{
    height: 40px;
    text-align: center;
    font-size: 18px;
    margin-top: 40px;

    
}

.form-register a{ 
	width: 10%;
    color: black;
    text-decoration: none;
    
}

.form-register h1{ 
    color: black;
    text-decoration: none;
    text-align: center;    
    font-family: bodoni mt;
    font-weight: 500;
    font-size: calc(1.375rem + 1.5vw);
    
}

.form-register a:hover{
    color: green;
    text-decoration: underline;
    
    
        
}

.botons{
	border-width: 0px;
	margin-left: 120px;
	box-shadow: 0px 10px 14px -7px #276873;
	background:linear-gradient(to bottom, #3341c5 5%, #408c99 100%);
	background-color:#3341c5;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;

	
}
.botons:hover {
	background:linear-gradient(to bottom, #408c99 5%, #3341c5 100%);
	background-color:#408c99;
}
.botons:active {
	position:relative;
	top:1px;
}


.titulo {
    font-family: Verdana,Geneva,sans-serif;
    font-size:30px;
    color : #F70053;
    text-align : center;
    }




.button {
	float: right;
  display: flex;
  height: 40px;
  margin-right: 20px;
  margin-top: 15px;
  padding: 0;
  background: #3b51cf;
  border: none;
  outline: none;
  border-radius: 5px;
  overflow: hidden;
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.button:hover {
  background: #5e6be0;
}

.button:active {
  background: #5e6be0;
}

.button__text,
.button__icon {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: #fff;
  height: 100%;
  text-decoration: none;
}

.button__icon {
  font-size: 20px;
  background: rgba(0, 0, 0, 0.08);
}

.button__icon:hover {
  font-size: 20px;
  background: rgba(0, 0, 0, 0.08);
  background: #364bbf;
}






.form_search{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  float: right;
  background: initial;
  padding: 10px;
  border-radius: 10px;
  

}


.form_search .btn_search{
  background: #3b51cf;
  color: #fff;
  padding: 0 20px;
  border: 0;
  cursor: pointer;
  margin-left: 10px;

}



.form, input {
  border: 0;
  outline: 0;
  font-size: 16px;
  border-radius: 32px;
  padding: 16px;
  background-color: #EBECF0;
  text-shadow: 1px 1px 0 #FFF;
}

input {
  margin-right: 8px;
  box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
}
input:focus {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}

.form {
  width: 200px;
  height: 40px;
  color: #61677C;
  font-weight: bold; 
  transition: all 0.2s ease-in-out;  
  font-weight: 600;
}

.form:active {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}
.form .icon {
  margin-right: 80px;
}
.form.unit {
  border-radius: 8px;
  line-height: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  font-size: 19.2px;
}
.form.unit .icon {
  margin-right: 0;
}
.form.red {
  display: block;
  width: 100%;
  color: #AE1100;
}

.input-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.input-group label {
  margin: 0;
  flex: 1;
}





.btndefaulte{

  border: 0;
  outline: 0;
  font-size: 16px;
  border-radius: 320px;
  padding: 16px;
  background-color: #EBECF0;
  text-shadow: 1px 1px 0 #FFF;
}

.btndefaulte{
  color: #61677C;
  font-weight: bold;
  box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 600;
}
button:hover {
  box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
}
button:active {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}
button .icon {
  margin-right: 8px;
}
button.btndefaulte {
  border-radius: 8px;
  line-height: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  font-size: 19.2px;
}



.btn-inf1 {
  border: 0;
  outline: 0;
  font-size: 16px;
  border-radius: 320px;
  padding: 16px;
  background-color: #EBECF0;
  text-shadow: 1px 1px 0 #FFF;
}

.btn-inf1 {
  color: #303fc6;;
  font-weight: bold;
  box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 600;
}
button:hover {
  box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
}
button:active {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}
button .icon {
  margin-right: 8px;
}
button.btn-inf1 {
  border-radius: 8px;
  line-height: 0;
  width: 120px;
  height: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  font-size: 19.2px;
}

