@font-face {
  font-family: "avant";
  src: url("../fonts/Avant_Grade/AvantGarde-Bold.woff") format("woff");
}
@font-face {
  font-family: "avant_light";
  src: url("../fonts/Avant_Grade/AvantGarde-Light.woff") format("woff");
}

@font-face {
  font-family: "trade";
  src: url("../fonts/Trade_Gothic/tradegothic-light.woff2") format("woff2");
}

@font-face {
  font-family: "trade_bold";
  src: url("../fonts/Trade_Gothic/tradegothic-bold.woff2") format("woff2");
}



body{
	font-family: "trade";
	font-size: 1rem;
	background-color: #ffffff;
	/*background: linear-gradient(to bottom right, #d0d0d0, #ededed);*/
	/* background-color: #4b126f;*/
	/*  background: linear-gradient(to bottom right, #4b126f, #DC0129);*/

	color: #000000;
	text-align: justify;
}

.trade{
	font-family: "trade_bold";
	font-size: 1rem;
	color: #7c7c7c;
	text-align: left;
	
}
.navbar{
	color: #ffffff;
}
.link_menu{
	font-family: 'avant';
	color: #ffffff;
	font-size: 1rem;
	text-decoration: none;
	padding: 15px;
	font-size: .8rem
}





.barra_roja{
	width: 40px;
	height: 2px;
	background-color: #C11836;
	margin-bottom: 10px;
	margin-top: 10px;
}

.barra_roja2{
	width: 2px;
	height: 60px;
	background-color: #C11836;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}


.imagenes{
	border-radius: 30px 10px;
	border-left: 20px solid #C11836;
	border-bottom: 20px solid #C11836;
}

.btn-preventa {
       display:block;
       width:100px;
       height:100px;
       color:#fff;
       position: fixed;
       right:20px;
       bottom:20px;
       border-radius:50%;
       line-height:80px;
       text-align:center;
       z-index:9999999;
}



.titulos{
	font-family: 'avant';
	color: #ffffff;
	font-size: 4rem;
}

.subtitulos{
	font-family: 'avant';
	color: #C11836;
	font-size: 1.2rem;
	margin-top: -10px;
}
.subtitulos2{
	font-family: 'avant';
	color: #C11836;;
	font-size: 1.2rem;
}

.subtitulos3{
	font-family: 'avant';
	color: #484848;
	font-size: 1.2rem;
}

.nombres{
	font-family: 'avant';
	color: #484848;
	font-size: 1.2rem;
}



.texto{
	font-family: 'avant_light';
	color: #000000;;
	font-size: 1.4rem;
}
.circulo{
	margin-top: 10px;
    width: 50px;
     height: 50px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     border: 2px solid #C11836; 
 }
 .boton{
	 margin-left: auto;
	 margin-right: auto;
	 margin-top: 10px; 
	 padding: 10px; 
	 font-size: 1.5rem;
	 text-align: center;
	 cursor: pointer;
	 border: 2px solid #C11836;
	 background-color:#C11836;
	 color: #ffffff;
 }
    
.pie_azul{
	background-color: #8033cc;
}

.pie{
	background-color: #ff6a3e;
}

.input{
	width: 100%;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 5px;
	margin: 5px;
}

.btn_temas{
	padding: 20px;
	cursor: pointer;
}


.inputs{
		       padding: 5px;
		       width: 150px;
		       height: 30px;
		       color: #e20000;
	       }
	       
.particulas {
       display:block;
       width:100%;
       height:100%;
       color:#fff;
       position: fixed;
       right:20px;
       bottom:20px;
       border-radius:50%;
       line-height:80px;
       text-align:center;
       z-index:-1;
}



.centrar{
	text-align: center;
}


.nombre{
	line-height : 2.5rem;
	text-align: center;
	font-family: 'avant';
	color: #ffffff;
	font-size: 2.5rem;
	margin-top: -8rem;
	-webkit-box-shadow: 20px 24px 25px 4px rgba(0,0,0,0.69);
-moz-box-shadow: 20px 24px 25px 4px rgba(0,0,0,0.69);
box-shadow: 20px 24px 25px 4px rgba(0,0,0,0.69);
text-shadow: 2px 6px 13px black;
padding-bottom: 10px;	
}

.cargo{
	text-align: center;
	font-family: 'avant';
	color: #d4ca35;
	font-size: 1rem;
	
}
.carrito_texto{
	font-family: 'avant';
	font-size: .8rem
}

#compra_modal{
	z-index: 9999999999;
}

.sponsor01{
	text-align: center;
}

.sponsor02{
	text-align: center;
}

.logo2{
	width: 100%;
}





.col-xs-5,

.col-sm-5,

.col-md-5,

.col-lg-5 {

  min-height: 1px; 

  position: relative;

}

.col-xs-5 {

  float: left;

  width: 20%;

}

@media (min-width: 768px) {

  .col-sm-5 {

    float: left;

    width: 20%;

  }

}

@media (min-width: 992px) {

  .col-md-5 {

    float: left;

    width: 20%;

  }

}

@media (min-width: 1200px) {

  .col-lg-5 {

    float: left;

    width: 20%;

  }

}


.circle {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 100px;
	height: 100px;
	background-color: #C11836;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	z-index: 100000000000000000000000;
}
	