@font-face {
	font-family: 'GeosansLight.ttf';
	src:url('../fonts1/GeosansLight.ttf');

}
@font-face {
	font-family: 'Neufreit-ExtraBold.otf';
	src:url('../fonts1/Neufreit-ExtraBold.otf');

}

@font-face {
	font-family: 'BeVietnam-Bold.ttf';
	src:url('../fonts1/BeVietnam-Bold.ttf');

}
 #content4 iframe{
  width: 560px;
  height: 315px;

 }

 #content3 iframe{
	width: 560px;
	height: 315px;

 }

 #content1 iframe{
	width: 560px;
	height: 315px;

 }



.paque{
	width: 400px;
	padding: 15px;

	justify-content: center;
	background: rgba(255, 255, 255, 0);
}
.text{
width: 80%;
text-align: justify;
color: #000000;
margin: auto;
padding-top: 50px;
padding-bottom: 50px;
font-size: 20px;
font-family: 'GeosansLight.ttf';
font-weight: bold;
}


#sv{
	font-size: 75px;
	font-weight: bold;
	margin: 0px;
	font-family: 'GeosansLight.ttf';
	background: -webkit-linear-gradient(#675147, #cf0000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tableta ul{
   font-size: 19px;
	 font-weight: bold;

}
.tableta h2{
	margin-bottom: 7px;
	color: #2a2a2a;
}
.tableta h1{
	text-align: center;
	color: #b40000;
}

#opaq{
	color: #8a8a8a;
}
#opaq span{
	color: #b40000;
}

.tableta h2{
	margin-bottom: 7px;
	color: #2a2a2a;
}



.tableta p {
margin: 0 0 20px;
line-height: 1.5;
}

.title {
	width: 100%;
	max-width: 1000px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.48);
}


.tableta {
width: 100%;
max-width: 1000px;
padding: 0 50px 50px;
margin: 0 auto;
border-radius: 50px;
text-align: center;
background: rgba(255, 255, 255, 0.69);
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.63);
font-family: 'GeosansLight.ttf';
}

section {

display: none;
padding: 20px 0 0;
text-align: justify;
border-top: 1px solid rgba(255, 255, 255, 0);
color: #303030;
}

input {
display: none;
}

.ttabla {
display: inline-block;
margin: 0 0 -1px;
padding: 15px 25px;
font-weight: 600;
font-size: 25px;
text-align: center;
font-weight: bold;
color: #000000;
border: 1px solid transparent;

}



.ttabla:before {
font-family: 'News Cycle', sans-serif;
font-weight: normal;
margin-right: 10px;
}

.ttabla:hover {
color: #737373;
cursor: pointer;
}

input:checked + .ttabla {
color: #aa0000;
border: 1px solid rgba(#000000, 0);
border-top: 3px solid rgba(255, 255, 255, 0);
border-bottom: 2px solid #aa0000;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
display: block;
}


@media screen and (max-width: 800px){

	#sv{
		font-size: 50px;

	}

	#content4 iframe{
	 width: 380px;
	 height: 210px;

	}

	#content3 iframe{
	 width: 380px;
	 height: 210px;

	}

	#content1 iframe{
	 width: 380px;
	 height: 210px;

	}

}
