body{
    background-color: black;
	height: auto;}



header{
    background-color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    color:white;
	font-weight: 900;
}
.menu-container{
    background-color: black;
    color:white;
}

.container{
    margin-top: 100px;
    width:auto;
	height: 1200px;
	border: solid #000000;
}
.izquierda{
    background-color: black;
	width: 400px;
	height: 700px;
	float:left;
	}

h1{
  font-family: 'Roboto' sans-serif;
  color:white;
	margin-left:5px;
}


.contenedor-text{
    width: 100%;
    margin:2px;
    text-align: justify;
    font-family:'Roboto', sans-serif;
	color:white;
	font-size: 14px;
    margin-top: 30px;
	}

.form-container{
    border: double 1px #00CCFF;
	padding: 10px;
	width: 330px;
	margin-left: 5px;
	margin-top:50px;
}




form{
 font-family: 'Roboto', sans-serif;
 color:white;
 font-size:medium;	

	}

.form-control{
	font-family:'Roboto', sans-serif;
	color:#CDCDCD;
	background-color:#161616;
	border:none;
	width: 300px;
}
.btn-primary{
	background: #00CCFF;
	border: none;
}


.derecha{
	width: 400px;
	height: 1000px;
	float: left;
    margin:auto;
}


.contact-container{
      height: 800px;
	margin-left: 5px;
	
}

.contenedor1{
	width: 300px;
	border: solid #000000;
	margin-left: 10px;
	margin-top: 180px;
}


.contenedor2{
	width: 300px;;
	border: solid #000000;
	margin-left: 10px;
	margin-top: 10px;}

.contenedor3{
	width: 300px;
	border: solid #000000;
	margin-left: 10px;
	margin-top: 15px;}
	
.icono{
	width: 35px;
	}
		
.icono2{
	width: 38px;
	}

.icono3{
	width: 28px;
	margin-left: 5px;
	}
h3{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color:white;
	margin-top: -35px;
	margin-left: 45px;
}

.text{
	margin-top: -22px;
}



.map-container{
	width: 350px;
	margin-top:40px;

	height: 500px;
}














footer{
    width: 98%;
    margin: 10px;
    background-color:rgba(0,0,0,0.82);
	font-size:small;
    bottom: 0;
    line-height: inherit;
    margin-top:220px;
}

.footer-text{
    font-size:small;
    color:white;
    font-family: 'Roboto', sans-serif;
    font-kerning: 2px;
	font-weight:400;
}

.rrss{
    width: auto;
    margin: 5px;
	}





