@charset "UTF-8";
/* CSS Document */



@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,900&display=swap');
@import "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css";


*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}


body{
	
	background: url("./img/bg_site.jpg");
	margin: 0;
}


.container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#principal .container{
   display: flex;
   margin-top: 100px;
   justify-content: center;
   background-color:rgba(255,255,255,0.50);
border-radius: 30px;
}

#logo{
	float: left;
	width: auto;
	padding: 30px;
	
}

#titulo{
	float: left;
	width: auto;
	padding: 20px;
	
	
}

#contacto{
	float: left;
	width: auto;
	padding: 20px;
	
	
}

h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #A90002;
	font: bold;
	font-size: 24pt;
	text-align: center;
	line-height: 30pt;
}
p{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	color: 
}

ul{
	margin: 0;
}