@charset "utf-8";
/* CSS Document */

@font-face {
   font-family:"Poppins";
   src: url("POPPINS-REGULAR.TTF");
 }
  
  @font-face {
   font-family:"Poppins";
   src: url("POPPINS-REGULAR.TTF");
}

body {
	text-align: center;
	margin:0px;
	padding:0px;
	font-family: Poppins;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}

#header {
	border-bottom: 1px solid #ccc;
	margin:0px;
	padding:0px;
	
	border-top: 3px solid #61dafb;
	height: 120px;
	width: 100%;
	background: white;
}

.center{
	width: 100%;
	margin: 0px 30px;
}

.clearfix{
	clear:both;
	float:none;
}

#logo {
	width: 30%;
	font-size: 30px;
	float: left;
	margin-top: 35px;
	}

#logo img {
	display: block;
	float:left;
	height: 60px;
	margin-top: -10px;
	margin-right: -10px;
	animation: girar infinite 30s linear;
}

#imgcl {
	display: block;
	float:left;
}
@keyframes girar{
	from{
		transform: rotate(0deg);
		}
	to{
		transform:rotate(360deg);	
	}
}

#brand {
	display: block;
	margin: 0px;
	float: left;
}

#menu {
	width: 70%;
	float: right;
	font-size: 18px;
}

#menu ul{
	line-height: 85px;
	width: 70%;
	float:right;
}

#menu ul li{
	display: inline-block;
	list-style: none;
	height: 46px;
	margin-left: 15px;
	margin-right: 15px;
	
	}

#menu a{
	text-decoration: none;
	color: #444;
	transition: 300ms all;
}

#menu a:hover{
	color: blue;
	transition: 300ms all;
}

#slider{
	width: 100%;
	height: 250px;
	/*line-height: 320px;*/
	color: white;
	font-family: Poppins;
	text-shadow: 0px 0px 5px #4444;
	background: #8f181d;
	
	
}

#titulo{
	
	font-size: 40px;
	margin-top: 0.2px; 
	padding: 0px;
	padding-top: 0px;
	text-align: center;
}

#slider h1{
	width: 80%;
	font-size: 30px;
	margin-top: 0.2px; 
	padding: 0px;
	padding-top: 20px;
	text-align: center;
}

.btn-white{
	display: block;
	background: white;
	color: #D47476;
	padding: 10px;
	width: 130px;
	height: 35px;
	margin: 0px auto;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none;
	line-height: 35px;
	box-shadow: 0px 0px 5px #444;
	margin-top: 40px;
	border-radius: 4px;
	transition: 300ms all;
}

.btn-white:hover{
	background: #444;
	color: white;
}

#slider.slider-small{
	height: 150px;
}

#slider.slider-small h1{
	margin-top: 0.2px; 
	padding: 0px;
	padding-top: 53px;
	text-align: center;
}	

#content {
	width: 70%;
	float: left;
	min-height: 650px;
	margin-right: 20px;
}

#sidebar{
	width: 20%;
	float: left;
	
}

.sidebar-item {
	
	padding: 20px;
	margin-top: 20px;
}

.sidebar-item h3 {
	text-transform: uppercase;
	font-size: 17px;
	margin: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #eee;
}

.sidebar-item .btn {
	margin-top: 10px;
	margin: 0px auto;
}

.btn {
	display: block;
	margin: 0px auto;
	background: black;
	color: white;
	padding: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	max-width: 150px;
	transition: 300ms all;
	border: none;
	cursor: pointer;
}

.btn-success {
	background: #8f181d;
}

.btn-success:hover {
	background: black;
}

.mid-form{
	width: 100%;
	margin: 0px auto;

}

.mid-form label{
	display: block;
	float: left;
	text-align: left;
	margin-bottom: 5px;
	font-size: 20px;
	margin-top: 10px;
}

input[type="text"],textarea{
	width: 50%;
	min-height:  30px;
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 5px;
	transition: 300ms all;
}

input[type="text"]:focus {
	box-shadow: 0px 0px 2px #ccc inset;
}

textarea{
	width: 100%;
	height: 300px;
	min-width: 100%;
	min-height: 200px;
	max-width: 100%;
	max-height: 300px;
}

.raddibuttons{
	margin-top: 15px;
	float: left;
}
#footer {
	background: #8f181d;
	width: 100%;
	height: 150px;
	/*line-height: 70px;*/
	font-family:Poppins; 
	color:#ffffff;
		
}

#footer p{
	margin:0px;
	padding: 0px;
	
}

.article-item{
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
}

.article-item .image-wrap {
	width: 130px;
	height: 130px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	border: 1px solid #ccc;
}

.article-item .image-wrap img{
	height: 100%;
	text-align: center;
}

.article-item h2{
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
	
}

.article-item .date{
	display: block;
	width: 100%;
	color: #B0A8A8;	
}

.article-item a{
	display: block;
	color:#444;
	text-decoration: none;
	margin-top: 10px;
	
}

.article-item a:hover{
	text-decoration: underline;
}

.subheader{
	font-family:Poppins; 
	font-size: 38px;
	border-bottom: 1px solid #eee;
	padding: 10px;
}

.article-item-detail .image-wrap {
	float:none;
	width: 100%;
	height:300px;
	
}

.article-item-detail .image-wrap img{
	width: 80%;
	/*height: auto;*/
	
}

.article-item-detail .subheader{
	margin-bottom: 0px;
	margin-top: 20px;
	border: none;
}

.texto_corto{
	align-content: center;
	padding-top: 20px;
}

table{
    width: 100%;
    border:2px #8F181D;
}

caption{
    font-family: Poppins;
    font-size: 30px;
    padding: 20px;
}

thead{
   border:2px #8F181D;
    background:#8F181D;
    color: #ffffff;
}

tbody{
    font-size: 14px;
    border:2px solid black;
}

#footer a{
    color:#ffffff;
}

a{
    color:#000000;
    /*font-display:swap;*/
}

