@charset "UTF-8";

/*
Theme Name: 		S&T
Template Theme 		URI: http://www.advmaroc.com/ 
Author: 			Jaime Goyoaga
Description: 		Template 2019
Version: 			1.0
*/

/*--------------------------------------------------------------
Normalizar
--------------------------------------------------------------*/
* {
  box-sizing: border-box;

}

html {
	scroll-behavior: smooth;
	transition: .5s ease;



}

body {

}

#principal {
	width: 100%;
	height: 100vh;
	background-image: url("bg.jpg");
	background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
	color: #fcfcfc;
	background-color: #00618a;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#contenido {

	display: flex;
	flex-direction: column;

}


.aviso {
	font-size: 22px;
	/*border: 1px solid #fcfcfc;*/
	border-radius: 20px;
	padding: 20px 20px 20px 20px;
	text-transform: uppercase;
	margin: 50px 30px 50px 30px;
	background-color: #fcfcfc33;
	font-weight: bold;


}

a:link {
	color: #fcfcfc;
	text-decoration: underline;
	padding: 15px 0 15px 0;

}