*{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	box-sizing: border-box;
}

body{
	background: url("https://elportal.ucoz.net/capta-d-blogger/background.jpg") no-repeat center center fixed;
	margin: 0; 
	padding: 0;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
}

form{
	margin: auto;
	width: 50%;
	max-width: 500px;
	background: #F3F3F3;
	padding: 30px;
	border: 1px solid rgba(0,0,0,0.2);
}





#tittle {
	text-align: center;
	margin-bottom: 20px;
	color: rgba(0,0,0,0.5);
}




input {
	display: block;
	padding: 10px;
	width: 100%;
	margin: 30px 0;
	font-size: 20px;
}

input[type="submit"] {
	background: linear-gradient(#FFDA63, #FFB940);
	border: 0;
	color: brown;
	opacity: 0.8;
	cursor: pointer;
	border-radius: 20px;
	margin-bottom: 0; 
}

input[type="submit"]:hover {
	opacity: 1;
}

input[type="submit"]:active {
	transform: scale(0.95);
}

@media (max-width: 768px){
	form{
		width: 75%;
	}
}

@media (max-width: 480px){
	form{
		width: 95%;
	}
}

.header{
    background-color: #00282e;
    height: 70px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.nav{
    display: flex;
    justify-content: space-between;
    
    max-width: 100%;
    margin: 0 auto;
}

.nav-link{
    color: white;
    text-decoration: none;
}

.logo{
   display: inline-block;
   margin: 17px 10px;
   vertical-align: middle;
   width: 170px;
    
    
}
.logo img{
  display: block;
  width: 100%;
  height: auto;
    
}



.nav-menu{
    display:flex;
    margin-right: 10px;
    list-style: none;
}

.nav-menu-item{
    font-size: 12px;
    margin: 0 5px;
    line-height: 70px;
    text-transform: uppercase;
    width: max-content;
}

.nav-menu-link{
    padding: 8px 7px;
    border-radius: 3px;
}

.nav-menu-link:hover,
.nav-menu-link_active{
    background-color: #00c77b; 
    transition: 0.5s;
}

.toggle{
    color: white;
    background: none;
    border: none;
    font-size: 30px;
    padding: 0 20px;
    line-height: 50px;
    cursor: pointer;
    
    display: none;
}

@media (max-width:768px){
.header{
    height: 50px;
    
}


.logo{
   margin: 10px 10px;
   width: 150px;
}

.nav-menu{
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    background-color: #2c3e50;
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    padding: 20px 0;
    
    height: calc(100% -60px);
    overflow-y: auto;
    
    left: 100%;
    transition: left 0,3s;
    
}

.nav-menu-item{
    line-height: 50px;
    
}
    

.nav-menu-link:hover,
.nav-menu-link_active{
    background: none;  
    color: #83c5f7;
    
}
    
.toggle{
   display: block;
 }  

.nav-menu_visible{
    left: 0;
 }
}



/* Estilos footer CSS */

h2 {color:#2e3f66; font-size:17px; margin: 5px 0;}
h3 {color:#2e3f66; font-size:12px; margin:2px 0px;}




footer {
    width:100%;
    min-height:70px;
    background-color:#e4e8ef;
    padding:15px 0px;
    overflow:hidden;
    font-size:11px;
    color:#2e3f66;
    margin-top: auto;
}


footer a {color:#2e3f66; text-decoration:none; font-weight:bold;}
footer a:hover {color:#10a4ff;}
i {margin:0px 4px;
}


#datos_cliente_footer {
    width:auto; min-height:70px;
    float:left; position:relative;
    margin-left:25px;
    margin-top:10px;
}


#logo_cliente_footer {
    width: auto;
    float:left;
    position:relative;
    margin: -10px 0;
}


#textos_cliente_footer {
    width:auto;
    float:left;
    position:relative;
}

#logo_cliente_footer img {
    margin: 0 10px;
    width: 65px;
    height: 65px;
}


#datos_propios_footer {
    width:auto;
    min-height:70px;
    float:right !important;
    position:relative;
    margin-right:58px;
    margin-top:10px;
    margin-left:25px;
}


#acercade_producto_footer {
    float:left;
    margin-right:20px;
    margin-bottom:15px;
}

#enlace_datasoft_footer {
    float:left;
    margin-right:20px;
    margin-bottom:15px;
}

#textos_propios_footer {
    float:left;
    text-align: center;
    margin-right: 30px;
}






