@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&display=swap');

/* CSS Document */

body{
	width: 100%;
	background-image: linear-gradient(-45deg, #000000, #000000 50%, #0c0c0c 50%, #0c0c0c);
	background-size: 8px 8px;	height: 65px;
	-webkit-box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.25);
	font-family: 'Montserrat', sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.75;
	}

h1 { font-size: 2.5em;}

h2 { font-size: 1.5em;}


section {
	width: 80%;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 20%;
		}

@media (max-width: 1280px){
section {
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 2%;
		}}

.top{	
	float: left;
	width: 80%;
	margin-top: 0px;
	margin-bottom: 40px;
	padding-top: 0px;
	text-align: center;
	}


.idiomas{
	text-align: center;
	width: 80%;
	margin-top: 100px;
	display: block;
	}

.idiomas-2{
	width: 50%;
	float: left;}

@media (max-width: 1280px){
.idiomas-2{
	width: 100%;
	text-align: center;}}


.img-hero{
	width: 50%;
	float: right;}


@media (max-width: 1280px){
.img-hero{
	width: 80%;
	float: left;
	visibility: hidden;
	height: 1px;
	padding-left: 20px;}}

@media (min-width: 767.98px){
.img-hero-2{
	width: 0%;
	float: left;
	visibility: hidden;
	height: 1px;}}

.footer{
	list-style-type: none;
	float: left;
	width: 80%;
	margin-top: 60px;
	padding-top: 0px;
	color: #fff;
	text-align: center;
	}

@media (max-width: 1280px){
.footer{
	width: 80%;
	float: left;
	text-align: center;}}

.margin{
	margin-left: 20px;-webkit-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.62);
	-moz-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.62);
	box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.62);
	}

a:hover {
	opacity: 0.8;
}
