<!-- start Simple Custom CSS and JS -->
<style type="text/css">
@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    align-items:center;
}
#main_header {
    position: fixed;
	background:#F8F2F2;
    margin-left: 0%;
	margin-right: 0%;
    width:100%;
	height: 35px;
	max-width:auto;
	margin:auto;
	color:#000000;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	align-items:center;
    z-index: 1000;
	}	

.tablaH{
	background: #F5FBF7;
	text-align: center;
	margin-left: 0%;
	margin-right: 0%;
}
.contenido {
    padding-left: 50px;
    padding-right: 50px;
	color:blueviolet;
	font-family:"source-sans-pro";
	font-style: italic;
	font-size: 28px;
	line-height: 35px;
	text-align:center;
	line-height: 2;
	text-shadow: white 2px 5px;
}

nav {
	position: relative;
}

nav ul {
	list-style:none;
	padding:0;
	overflow:hidden;
}
nav > ul > li {
	float:inherit;
}

nav ul li a {
	text-decoration:none;
	color:#000000;
	display:block;
	padding:20px 20px;
	font-size: 18px;
}
nav ul li a:hover {
	background:#F7F0F0;
	color:#F761B5;
	transition: all .3s;
}

nav > ul > li:hover div {
	display:table;
	
}
/*Submenu*/
nav ul li div {
	position:fixed;
	width:auto;
	max-width:inherit;
	background:#FBF4F4;
	box-sizing:border-box;
	display:none;
}
 nav ul li div ul li a:hover {
		color:#F761B5;
	transition: all .3s;
}

th,td {
	border: 0px ;
	border-spacing: 0;
	
}
body {

}
.main {
padding-top: 80px;
}
.conten{
    background-image:url("http://deutschkurs.pro/wp-content/uploads/2026/01/fondo-texto-9.png");
	height:auto;
	background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
    border-radius: 40px;
	align-items: center;
    /*margin-top: 60px;
    padding: 20px;*/
	width: auto;
	height: 100%;
	margin-left: 20%;
	margin-right: 20%;
	background-color:rgba(154,249,221,0.70);
	text-align: center;
}
.Text1{
	text-align:center;
		
}
.conten h3{
	font-family:"source-sans-pro";
	font-style: italic;
	font-size: 20px;
	line-height: 35px;
	text-align:justify;
	line-height: 3;
}

.conten h1{
	font-family:"sansita-one";
	font-style: oblique;
	text-decoration: underline;
	font-size: 35px;
	text-align: center;
}

.container1{
    align-items: center;
	text-align: center;
	}

th,td {
	border: 0px ;
	border-spacing: 0;
	opacity:1.0;
}
ul {
	display: flex;
	text-align: center;
}
li {
	list-style: none;
	margin: 0 20px;
	}
.Btn {
	font-size: 20px;
	padding:0 0 0 20px;
	}
.Btn {
    font-family:Grand Aventure;
	text-decoration: none;
	font-size: 20px;
	color: #000000;
	background:#55D718;
	width: 105px;
	height: 60px;
	display: flex;
	align-items:center;
	border-radius: 10px;
	transform-style: preserve-3d;
	transform: rotate(-30deg) skewY(25deg);
	box-shadow: 10px 10px 10px #000000;
	transition: time;
	position: relative;
		}
.Btn:before,
.Btn:after {
	content:'';
	position: absolute;
	background: gray;
	transition: time;
}
/*.Btn:before {
	top: 10px;
	left: -20px;
	height: 100%;
	width: 20px;
	transform: rotate(0deg) skewY(-45deg);
	background-color: #89ac76;
}*/
/*.Btn:after{
	bottom: -20px;
	left: -10px;
	height: 20px;
	width: 100%;
	transform: rotate(0deg) skewX(-45deg);
	background-color: #90EE90;
	}*/
.Btn:hover {
	position: absolute;
	transform: rotate(-30deg) skewY(25deg) translate(20px -15px 15px);
	box-shadow: 10px 10px 10px #000000;
	color: white;
	background-color: #3b5998;
	}
.Btn:hover:nth-child(1) .Btn:before{
	background-color: #3b5998;
}
.Btn:hover:nth-child(1) .Btn:after{
	background-color: #3b5998;
}
@media screen and (max-width:700px){
	.menu-navegacion{
		flex-direction: column;
	}
}
.btn-modern{
    position:relative;
    padding:16px 40px;
    font-size:18px;
    color:white;
    border:none;
    border-radius:12px;
    cursor:pointer;
    overflow:hidden;

    background:linear-gradient(135deg,#6366f1,#06b6d4);
    box-shadow:0 10px 25px rgba(0,0,0,0.3);

    transition:all 0.35s ease;
}

/* Hover */
.btn-modern:hover{
    transform:translateY(-4px) scale(1.05);
    box-shadow:0 15px 35px rgba(0,0,0,0.45);
}

/* efecto brillo */
.btn-modern::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;

    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
    );

    transition:0.6s;
}

.btn-modern:hover::before{
    left:100%;
}

/* click */
.btn-modern:active{
    transform:scale(0.95);
}
</style>
<!-- end Simple Custom CSS and JS -->
