.h1{
    font-family: 'Mitr', sans-serif;
    font-weight: 500;
}

.parr{
	font-family: 'Cabin', sans-serif;
}

@media (max-width: 576px) {
	.parr{
		font-family: 'Cabin', sans-serif;
		padding: 0px!important;
		padding-top: 40px!important;
		font-size: 15px!important;
	}	
}

/*HOME SECTION 1*/
.logo{
    filter: drop-shadow(7px 7px 2px #a9a9a9);
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	top:-4px;
	/* left:48%; */
	background: linear-gradient(134deg, #1B5FB3 40%, #21619E 51%, #5266B5 100%);
	color:#FFF;
	border-radius:0px 0px 50px 50px;
	text-align:center;
	box-shadow: 5px 3px 5px #999;
}

.my-float{
	margin-top:6px;
    font-size: 46px;
}

.cookie{
	position:fixed;
	bottom: 5px;
}

#txtsecTwo{
	white-space: pre;
	text-align: left;
	word-wrap: break-word;
	font-size: 10px;
}

.hd-vs{
	background-color: #e6e5e4;
	padding: 5px;
	border-radius: 5px 5px 0px 0px;
}

.bg-vs{
	background-color: #1a2128;
	height: 196px;
}

.vs-code{
	color:rgb(92 207 230);
}

.cir-red{
	background-color: crimson;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 5px;
}

.cir-yel{
	background-color: gold;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 5px;
}

.cir-gre{
	background-color: green;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}


/* SECTION TRES*/
.secTres{
	margin-bottom: 5px;
    min-height: 193px;
	
	background: var(--bg-image) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (max-width: 767px) {
	#hideSecTres{
		display: none;
	}	
	#showSecTres{
		display: block;
	}
	.ajuste{
		padding-top: 50px;
	}	
	.parr{
		font-family: 'Cabin', sans-serif;
		padding: 0px!important;
		padding-top: 15px!important;
		font-size: 15px!important;
	}	
}
@media (min-width: 768px) {
	#hideSecTres{
		display: block;
	}	
	#showSecTres{
		display: none;
	}	
	.ajuste{
		padding-top: 25px;
	}
	.parr{
		font-family: 'Cabin', sans-serif;
		padding: 0px!important;
		padding-top: 40px!important;
	}	
}

.bg-morado{
	background-color: #44444b;
}