@charset "utf-8";
/* CSS Document by: ANDREY PRAVIA/PRAVIA INDUSTRIES*/
@font-face {

	font-family: 'iconswebfem';

		src: url('iconswebfem.eot?51607502');

		src: url('iconswebfem.eot?51607502#iefix') format('embedded-opentype'), url('iconswebfem.woff?51607502') format('woff'),

		url('iconswebfem.ttf?51607502') format('truetype'),

		url('iconswebfem.svg?51607502#iconswebfem') format('svg');

	font-weight: normal;

	font-style: normal;

}

.icon-iconswebfem {

      font-family: "iconswebfem";

      font-style: normal;

      font-weight: normal;

      speak: never;

     

      display: inline-block;

      text-decoration: inherit;

      width: 1em;

      margin-right: .2em;

      text-align: center;

      /* opacity: .8; */

     

      /* For safety - reset parent styles, that can break glyph codes*/

      font-variant: normal;

      text-transform: none;

     

      /* fix buttons height, for twitter bootstrap */

      line-height: 1em;

     

      /* Animation center compensation - margins should be symmetric */

      /* remove if not needed */

      margin-left: .2em;

     

      /* You can be more comfortable with increased icons size */

      /* font-size: 120%; */

     

      /* Font smoothing. That was taken from TWBS */

      -webkit-font-smoothing: antialiased;

      -moz-osx-font-smoothing: grayscale;

     

      /* Uncomment for 3D effect */

      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

}




.noBorders{

    border:none;

}
.bg-FEM {
	background: rgb(16, 71, 36);
	background: linear-gradient(180deg, rgba(16, 71, 36, 1) 0%, rgba(16, 71, 36, 1) 20%, rgba(65, 140, 0, 1) 100%);
}
.bg-FEM3 {
	background: rgb(124, 4, 27);
	background: linear-gradient(180deg, rgba(124, 4, 27, 1) 0%, rgba(237, 0, 46, 1) 100%);
}

.greenBG1 {
	background: rgb(19,92,16);
    background: linear-gradient(180deg, rgba(19,92,16,1) 0%, rgba(65,140,0,1) 100%);
}

.defaultGrey{
	background-color: #d8d8d8;
}

.defaultGreen{
	color: #164f20;
}

.overGreen{
	color: #52af00;
}

.overGrey{
	background-color: #c3c3c3;
}

.buttonType1{
	background-color: #d8d8d8;
	color: #164f20;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	padding: 3px 5px;
	
}
.buttonType1:hover{
	background-color: #c3c3c3;
	color: #52af00;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.buttonType1:active	{
	background-color: #c3c3c3;
	color: #52af00;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.containerHeaderA {
	width: 65%;
	margin:  0px auto;
	padding: 1.35rem 0px;
}

.containerHeaderB {
	padding: 1.35rem 0px !important;
}

.fontBig05{
	font-size: 1.5rem;
}

.fontBig1{
	font-size: 2rem;
}

.fontBig2{
	font-size: 3rem;
}

.fontBig3{
	font-size: 4rem;
}

.goldColor{
	color: #EDB800;
}

.rem1padingtopbottom{
	padding: 1rem 0.5rem;
}

.searchBoxAPB{	

    background:#FFFFFF;

    border-radius: 50px;

    height: auto;
	
	padding: 0.8rem 0px;



}

.backGroundShadow{
	background:url("../images/back1.png");
	background-position: right;
	background-repeat: repeat-y;
	padding: 0px 1.5rem;
	
}

.feiColor{
	color: #4d0957;
}

.femColor{
	color: #42852f;
}

.roundBUP{
	border: 1px solid #F1F1F1;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.roundBDOWN{
	border-top: 0px;
	border-bottom: 1px solid #F1F1F1;
	border-right: 1px solid #F1F1F1;
	border-left: 1px solid #F1F1F1;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.redBG{
	background: rgb(143,0,0);
    background: linear-gradient(180deg, rgba(143,0,0,1) 0%, rgba(203,0,0,1) 100%);
}

.searchBoxAPBC{	
	width: 100%;
	
	margin: 0 auto;

    background:#FFFFFF;

    border-radius: 25px;

    height: auto;
	
	padding: 0.8rem 0px;



}

.shadowA{
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


.inputRounded{

	height: 3rem !important;

	width: 100% !important;

	background-color: #C8C8C8 !important;

	border: 1px solid #C8C8C8 !important;

	border-radius: 1.5rem !important;

	color: #3A3A3A !important;

	margin: 0px;
	
	padding-left: 0.75rem;
	
	padding-right: 0.75rem;
	
}

.inputRoundedSelect{

	height: 2rem !important;

	width: 100% !important;

	background-color: #FFFFFF !important;

	border: 1px solid #D9D9D9 !important;

	border-radius: 1.0rem !important;
	
	font-size: 0.75rem !important;

	color: #3A3A3A !important;

	margin: 0px;
	
	padding: 0px;



}

.inputRounded:active{

	height: 3rem !important;

	width: 100% !important;

	background-color: #C8C8C8 !important;

	border: 1px solid #C8C8C8 !important;

	border-radius: 1.5rem !important;

	color: #3A3A3A !important;

	margin: 0px;



}



.noBold{

    font-weight: lighter;

}





.sPointer{

    cursor: pointer;

}

.sPointer:hover{

    cursor: pointer;
	color: #00519E;

}

.sPointerB{

    cursor: pointer;

}

.sPointerB:hover{

    cursor: pointer;
	color: #BD9300;

}

.dot20remTXT{

    height: 2.3rem !important;

}

.dot15remTXT{

    font-size: 1.6rem !important;

}


.btnAPn{

 background-color: #418c00;

 color: #FFFFFF;



}  



.btnAPn:hover{

 background-color: #0e460a;

 color: #FFFFFF;



}  



.btnAPnc{

 background-color: #d6003f;

 color: #FFFFFF;



}  



.btnAPnc:hover{

 background-color: #860228;

 color: #FFFFFF;



}



.iconColorN{

    color:#959595;

    font-weight: normal;

}



.iconColorS{

    color:#356c4c;

    font-weight: normal;

}

@media (min-width: 270px) {
	
	.searchButtonA{
	
	 width: 95%;

    margin: 0;

    padding: 0px;

    height: 3rem !important;

	border-radius: 1.5rem !important;
	
	border: 0px;
	
}
	
	.tableTitles{
		font-size: 0.35rem;
		
	}
	
	.tableTextResult{
		font-size: 0.38rem;
		
	}
	
	
	.spaceHeader{
		padding-bottom: 2.5rem;	
	}
	
	.overTop {
	width: 100%;
	margin: -20px auto !important;
	z-index: 10000;
}
	
	.dot25remTXT{

    font-size: 2.5rem;

    margin: 0px;

    padding: 0px;

}
  .s20px {
	max-height: 3rem !important;
	width: auto;
	}
	.rounded-bottomFEM {
	border-bottom-left-radius: 3rem;
	border-bottom-right-radius: 3rem;
	padding-bottom: 0.5rem;
	}
	.paddingMobiles{
		padding: 0 5px;
	}
	.headerTitles{
	font-size: 2.5rem;
		line-height: 2rem;
}
.headerTitlesLow{
	font-size: 1.5rem;
}
	
}

.resultsContainerHeaderJ {

    padding-top:0.5rem;

    height:2.5rem;

    background: #418c00 !important;

    color: #FFFFFF;

    border: none;

    

}

.resultsContainerHeaderC {

    padding-top:0.5rem;

    height:2.5rem;

    background: #d6003f !important;

    color: #FFFFFF;

    border: none;

    

}

@media (min-width: 280px) {
	
	.fs200 {
	font-size: 190%;
}
.fs150 {
	font-size: 140%;
}
.fs130 {
	font-size: 120%;
}
.fs125 {
	font-size: 115%;
}
.fs120 {
	font-size: 110%;
}
.fs115 {
	font-size: 105%;
}
.fs110 {
	font-size: 100%;
}
.fs100 {
	font-size: 90%;
}
.fs90 {
	font-size: 80%;
}
.fs80 {
	font-size: 70%;
}
.fs70 {
	font-size: 60%;
}
.fs60 {
	font-size: 50%;
}
.fs50 {
	font-size: 40%;
}
.fs40 {
	font-size: 30%;
}
	
	.rowLimiter{
		width: 90%;
		margin: 0 auto;
	}
	
	.searchButtonA{
	
	 width: 95%;

    margin: 0;

    padding: 0px;

    height: 3rem !important;

	border-radius: 1.5rem !important;
	
	border: 0px;
	
}
	
	.tableTitles{
		font-size: 0.5rem;
		
	}
	
	.tableTextResult{
		font-size: 0.7rem;
		
	}
	
	
	.spaceHeader{
		padding-bottom: 2.5rem;	
	}
	
	.overTop {
	width: 100%;
	margin: -20px auto !important;
	z-index: 10000;
}
	
	.dot25remTXT{

    font-size: 2.5rem;

    margin: 0px;

    padding: 0px;

}
  .s20px {
	max-height: 3rem !important;
	width: auto;
	}
	.rounded-bottomFEM {
	border-bottom-left-radius: 3rem;
	border-bottom-right-radius: 3rem;
	padding-bottom: 0.5rem;
	}
	.paddingMobiles{
		padding: 0 5px;
	}
	.headerTitles{
	font-size: 2.5rem;
		line-height: 2rem;
	}
	.headerTitlesLow{
	font-size: 1.5rem;
	}
	.headerTitlesLowB{
	font-size: 1.8rem;
	}
	
}
@media (min-width: 375px) {
	.fs200 {
	font-size: 190%;
}
.fs150 {
	font-size: 140%;
}
.fs130 {
	font-size: 120%;
}
.fs125 {
	font-size: 115%;
}
.fs120 {
	font-size: 110%;
}
.fs115 {
	font-size: 105%;
}
.fs110 {
	font-size: 100%;
}
.fs100 {
	font-size: 90%;
}
.fs90 {
	font-size: 80%;
}
.fs80 {
	font-size: 70%;
}
.fs70 {
	font-size: 60%;
}
.fs60 {
	font-size: 50%;
}
.fs50 {
	font-size: 40%;
}
.fs40 {
	font-size: 30%;
}
	.rowLimiter{
		width: 90%;
		margin: 0 auto;
	}
	
	.searchButtonA{
	
	 width: 95%;

    margin: 0;

    padding: 0px;

    height: 3rem !important;

	border-radius: 1.5rem !important;
	
	border: 0px;
	
}
	
	.tableTitles{
		font-size: 0.5rem;
		
	}
	
	.tableTextResult{
		font-size: 0.7rem;
		
	}
	
	
	.spaceHeader{
		padding-bottom: 2.5rem;	
	}
	
	.overTop {
	width: 100%;
	margin: -20px auto !important;
	z-index: 10000;
}
	
	.dot25remTXT{

    font-size: 2.5rem;

    margin: 0px;

    padding: 0px;

}
  .s20px {
	max-height: 3rem !important;
	width: auto;
	}
	.rounded-bottomFEM {
	border-bottom-left-radius: 3rem;
	border-bottom-right-radius: 3rem;
	padding-bottom: 0.5rem;
	}
	.paddingMobiles{
		padding: 0 5px;
	}
	.headerTitles{
	font-size: 2.5rem;
		line-height: 2rem;
}
.headerTitlesLow{
	font-size: 1.5rem;
}
	.headerTitlesLowB{
	font-size: 1.8rem;
}
	
}

@media (min-width: 576px) {
	
	.fs200 {
	font-size: 190%;
}
.fs150 {
	font-size: 140%;
}
.fs130 {
	font-size: 120%;
}
.fs125 {
	font-size: 115%;
}
.fs120 {
	font-size: 110%;
}
.fs115 {
	font-size: 105%;
}
.fs110 {
	font-size: 100%;
}
.fs100 {
	font-size: 90%;
}
.fs90 {
	font-size: 80%;
}
.fs80 {
	font-size: 70%;
}
.fs70 {
	font-size: 60%;
}
.fs60 {
	font-size: 50%;
}
.fs50 {
	font-size: 40%;
}
.fs40 {
	font-size: 30%;
}
	
	.rowLimiter{
		width: 20rem;
		margin: 0 auto;
	}
	.searchButtonA{
	
	 width: 93%;

    margin: 0;

    padding: 0px;

    height: 3rem !important;

	border-radius: 1.5rem !important;
	
	border: 0px;
	
}
	
	.tableTitles{
		font-size: 0.75rem;
		
	}
	.tableTextResult{
		font-size: 0.95rem;
		
	}
	.spaceHeader{
		padding-bottom: 3rem;	
	}
	
	.overTop {
	width: 100%;
	margin: -30px auto !important;
	z-index: 10000;
}
	
	.dot25remTXT{

    font-size: 2.5rem;

    margin: 0px;

    padding: 0px;

}
  .s20px {
	max-height: 3rem !important;
	width: auto;
	}
	.rounded-bottomFEM {
	border-bottom-left-radius: 4rem;
	border-bottom-right-radius: 4rem;
	padding-bottom: 1.5rem;
	}
	.paddingMobiles{
		padding: 0 10px;
	}
	.headerTitles{
	font-size: 3.0rem;
		line-height: 2.5rem;
}
.headerTitlesLow{
	font-size: 2.0rem;
}
	.headerTitlesLowB{
	font-size: 2.3rem;
}
	
}

@media (min-width: 768px) {
	
	.fs200 {
	font-size: 200%;
}
.fs150 {
	font-size: 150%;
}
.fs130 {
	font-size: 130%;
}
.fs125 {
	font-size: 125%;
}
.fs120 {
	font-size: 120%;
}
.fs115 {
	font-size: 115%;
}
.fs110 {
	font-size: 110%;
}
.fs100 {
	font-size: 100%;
}
.fs90 {
	font-size: 90%;
}
.fs80 {
	font-size: 80%;
}
.fs70 {
	font-size: 70%;
}
.fs60 {
	font-size: 60%;
}
.fs50 {
	font-size: 50%;
}
.fs40 {
	font-size: 40%;
}
	
	
	.rowLimiter{
		width: 25rem;
		margin: 0 auto;
	}
	.searchButtonA{
	
	 width: 85%;

    margin: 0;

    padding: 0px;

    height: 3rem !important;

	border-radius: 1.5rem !important;
	
	border: 0px;
	
}
	.tableTitles{
		font-size: 0.95rem;
		
	}
	.tableTextResult{
		font-size: 1.15rem;
		
	}
	.spaceHeader{
		padding-bottom: 3.5rem;	
	}
	.overTop {
	width: 100%;
	margin: -40px auto !important;
	z-index: 10000;
}
	.dot25remTXT{

    font-size: 2rem;

    margin: 0px;

    padding: 0px;

}
  .s20px {
	max-height: 4rem !important;
	width: auto;
	}
	.rounded-bottomFEM {
	border-bottom-left-radius: 5rem;
	border-bottom-right-radius: 5rem;
	padding-bottom: 2rem;
}
	.headerTitles{
	font-size: 3.5rem;
		line-height: 3rem;
}
.headerTitlesLow{
	font-size: 2.5rem;
}
	.headerTitlesLowB{
	font-size: 2.8rem;
}
}

@media (min-width: 992px) {
	
	
	.fs200 {
	font-size: 200%;
}
.fs150 {
	font-size: 150%;
}
.fs130 {
	font-size: 130%;
}
.fs125 {
	font-size: 125%;
}
.fs120 {
	font-size: 120%;
}
.fs115 {
	font-size: 115%;
}
.fs110 {
	font-size: 110%;
}
.fs100 {
	font-size: 100%;
}
.fs90 {
	font-size: 90%;
}
.fs80 {
	font-size: 80%;
}
.fs70 {
	font-size: 70%;
}
.fs60 {
	font-size: 60%;
}
.fs50 {
	font-size: 50%;
}
.fs40 {
	font-size: 40%;
}
	
	.rowLimiter{
		width: 25rem;
		margin: 0 auto;
	}
	
	.searchButtonA{
	
	 width: 75%;

    margin: 0;

    padding: 0px;

    height: 3rem !important;

	border-radius: 1.5rem !important;
	
	border: 0px;
	
}
	.tableTitles{
		font-size: 1rem;
		
	}
	.tableTextResult{
		font-size: 1.2rem;
		
	}
	.spaceHeader{
		padding-bottom: 4rem;	
	}
	.overTop {
	width: 100%;
	margin: -45px auto !important;
	z-index: 10000;
}
	
	.dot25remTXT{

    font-size: 2rem;

    margin: 0px;

    padding: 0px;

}
	
  .s20px {
	max-height: 4rem !important;
	width: auto;
	}
	.rounded-bottomFEM {
	border-bottom-left-radius: 6rem;
	border-bottom-right-radius: 6rem;
	padding-bottom: 2.5rem;
}
	.headerTitles{
	font-size: 4.0rem;
		line-height: 3.5rem;
}
.headerTitlesLow{
	font-size: 3.0rem;
}
	.headerTitlesLowB{
	font-size: 3.3rem;
}
}

@media (min-width: 1200px) {
	
	.fs200 {
	font-size: 200%;
}
.fs150 {
	font-size: 150%;
}
.fs130 {
	font-size: 130%;
}
.fs125 {
	font-size: 125%;
}
.fs120 {
	font-size: 120%;
}
.fs115 {
	font-size: 115%;
}
.fs110 {
	font-size: 110%;
}
.fs100 {
	font-size: 100%;
}
.fs90 {
	font-size: 90%;
}
.fs80 {
	font-size: 80%;
}
.fs70 {
	font-size: 70%;
}
.fs60 {
	font-size: 60%;
}
.fs50 {
	font-size: 50%;
}
.fs40 {
	font-size: 40%;
}
	
	.rowLimiter{
		width: 25rem;
		margin: 0 auto;
	}
	
	.searchButtonA{
	
	 width: 65%;

    margin: 0;

    padding: 0px;

    height: 3rem !important;

	border-radius: 1.5rem !important;
	
	border: 0px;
	
}
	.tableTitles{
		font-size: 1rem;
		
	}
	.tableTextResult{
		font-size: 1.2rem;
		
	}
	.spaceHeader{
		padding-bottom: 4.5rem;	
	}
	
	.overTop {
	width: 100%;
	margin: -50px auto !important;
	z-index: 10000;
}
	
	.dot25remTXT{

    font-size: 2.6rem;

    margin: 0px;

    padding: 0px;

}
	
  .s20px {
	max-height: 5rem !important;
	width: auto;
	}
	.rounded-bottomFEM {
	border-bottom-left-radius: 7rem;
	border-bottom-right-radius: 7rem;
	padding-bottom: 3rem;
}
	.headerTitles{
	font-size: 4.5rem;
		line-height: 4rem;
}
.headerTitlesLow{
	font-size: 3.5rem;
}
	.headerTitlesLowB{
	font-size: 3.8rem;
}
}

@media (min-width: 1440px) {
	
	.fs200 {
	font-size: 200%;
}
.fs150 {
	font-size: 150%;
}
.fs130 {
	font-size: 130%;
}
.fs125 {
	font-size: 125%;
}
.fs120 {
	font-size: 120%;
}
.fs115 {
	font-size: 115%;
}
.fs110 {
	font-size: 110%;
}
.fs100 {
	font-size: 100%;
}
.fs90 {
	font-size: 90%;
}
.fs80 {
	font-size: 80%;
}
.fs70 {
	font-size: 70%;
}
.fs60 {
	font-size: 60%;
}
.fs50 {
	font-size: 50%;
}
.fs40 {
	font-size: 40%;
}
	
	
	.rowLimiter{
		width: 25rem;
		margin: 0 auto;
	}
	.searchButtonA{
	
	 width: 65%;

    margin: 0;

    padding: 0px;

    height: 3rem !important;

	border-radius: 1.5rem !important;
	
	border: 0px;
	
}
	.tableTitles{
		font-size: 1rem;
		
	}
	.tableTextResult{
		font-size: 1.2rem;
		
	}
	.spaceHeader{
		padding-bottom: 5rem;	
	}
	.overTop {
	width: 100%;
	margin: -50px auto !important;
	z-index: 10000;
}
	
	.dot25remTXT{

    font-size: 3rem;

    margin: 0px;

    padding: 0px;

}
	
  .s20px {
	max-height: 5rem !important;
	width: auto;
	}
	.rounded-bottomFEM {
	border-bottom-left-radius: 7rem;
	border-bottom-right-radius: 7rem;
	padding-bottom: 4rem;
}
	.headerTitles{
	font-size: 4.5rem;
		line-height: 4rem;
}
.headerTitlesLow{
	font-size: 3.5rem;
}
	.headerTitlesLowB{
	font-size: 3.8rem;
}
}

.menu {
	padding-top: 1.50rem;
}

.menu a {
	font-family: Montserrat,"Helvetica Neue",sans-serif;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 5px 20px;
  position: relative;
font-size: 0.9rem;
}
.menu a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.menu a:hover:after { 
  width: 100%; 
  left: 0; 
}


.text-white{
	color:#ffffff !important;
}
/* desdee aqui  */





/*  colores fem 1   */
.blancoFemText {
	color: #FFFFFF;
}
.naranjaFemText {
	color: #fd7754;
}
.verdeFemText {
	color: #008813;
}
.verde1FemText {
	color: #2fb07f;
}
.amarilloFemText {
	color: #e0c043;
}
.rojoFemText {
	color: #D90000;
}
.cafeFemText {
	color: #49231e;
}
.azul1FemText {
	color: #20242e;
}
.blancoFemBack {
	background-color: #FFFFFF;
}
.naranjaFemBack {
	background-color: #fd7754;
}
.verdeFemBack {
	background-color: #008813;
}
.verde1FemBack {
	background-color: #2fb07f;
}
.amarilloFemBack {
	background-color: #e0c043;
}
.rojoFemBack {
	background-color: #D90000;
}
.cafeFemBack {
	background-color: #49231e;
}
.azul1FemBack {
	background-color: #20242e;
}
.amarilloFemLink {
	color: #e0c043;
	text-decoration: none;
}
.amarilloFemLink:hover {
	color: #e0c043;
	text-decoration: none;
}
.rojoFemLink:hover {
	color: #D90000;
	text-decoration: none;
}
.bigIcon1 {
	font-size: 150%;
	line-height: 0px;
}

.btn-orange {
	color: #fff;
	background-color: #fd7754;
	border-color: #fd7754;
}
.btn-orange:hover {
	color: #fff;
	background-color: #cb4522;
	border-color: #fd7754;
}
.btn-orange a {
	text-decoration: none;
	font-weight: lighter;
	color: #FFFFFF;
}
.btn-orange a:hover {
	text-decoration: none;
	font-weight: lighter;
	color: #FFFFFF;
}
.btn-yellow {
	color: #000000;
	background-color: #fedc97;
	border-color: #fedc97;
	border-radius: 10px;
	width: 50%;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	cursor: pointer;
}
.btn-yellow2 {
	color: #000000;
	background-color: #fedc97;
	border-color: #fedc97;
	border-radius: 10px;
	min-width: 5%;
	max-width: 20%;
	margin: 0px;
	padding: 5px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	cursor: pointer;
}

.btn-yellow:hover {
	color: #fff;
	background-color: #BC913B;
	border-color: #fedc97;
}
.btn-wht {
	color: #000000;
	cursor: pointer;
}
.btn-wht:hover {
	color: #000000;
}
.btn-yellow a {
	text-decoration: none;
	font-weight: lighter;
	color: #FFFFFF;
}
.btn-yellow a:hover {
	text-decoration: none;
	font-weight: lighter;
	color: #FFFFFF;
}
.btn-green {
	color: #fff;
	background-color: #2fb07f;
	border-color: #2fb07f;
}
.btn-green:hover {
	color: #fff;
	background-color: #21805c;
	border-color: #2fb07f;
}
.btn-green a {
	text-decoration: none;
	font-weight: lighter;
	color: #FFFFFF;
}
.btn-green a:hover {
	text-decoration: none;
	font-weight: lighter;
	color: #FFFFFF;
}
#mainMenu {
	border-radius: 10px;
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, 0.1);
	width: 90%;
}



.headerC {
	font-size: 2rem;
	padding: 37px 0px 20px 0px;
	width: 100%;
	color: #FFFFFF;
	position: sticky;
	z-index: 30003;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.headerC a {
	color: #FFFFFF;
	text-decoration: none;
}
.headerC a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.headerB {
	font-size: 2rem;
	padding: 37px 0px 0px 0px;
	width: 100%;
	color: #FFFFFF;
	position: sticky;
	z-index: 30003;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.headerBB {
	font-size: 2rem;
	padding: 15px 0px 0px 0px;
	width: 100%;
	color: #FFFFFF;
	position: sticky;
	z-index: 30003;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.headerB a {
	color: #FFFFFF;
	text-decoration: none;
}
.headerB a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.allClear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}


#preloader-active {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #FFFFFF;
	background-image: url("../images/whtBack.jpg");
	z-index: 10000;
}
#preloader-active .img1 {
	position: fixed;
	top: 50%;
	left: 25%;
	width: 50%;
	height: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10001;
}
#preloader-active .img2 {
	position: fixed;
	top: 50%;
	left: 25%;
	width: 50%;
	height: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10002;
}

.alert-arenas {
	color: #FFFFFF;
	background-color: #20242e;
	border-color: #20242e;
	border-radius: 10px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.alert-arenas-ns {
	color: #FFFFFF;
	background-color: #20242e;
	border-color: #20242e;
	border-radius: 10px;
}
.classInfo {
	z-index: 30005;
	background-color: #f4f4f4;
	color: #000;
	border-color: #20242e;
	border-radius: 10px;
}
.resultsData {
	background-color: #f4f4f4;
	color: #000;
	border-color: #20242e;
	border-radius: 10px;
	width: 92%;
	padding: 10px 10px 10px 10px;
	margin: auto;
}
.showPlace {
	border-radius: 15px;
	background-color: #104724;
	color: #FFFFFF;
	font-family: 'Azo Sans';
	width: 80%;
	padding: 15px 0px 10px 0px;
	text-align: center;
	font-size: 150%;
}
.showPlaceOnTrack {
	border-radius: 15px;
	color: #000000;
	width: 80%;
	text-align: center;
}
.showNoPlace {
	border-radius: 15px;
	background-color: #A40002;
	color: #FFFFFF;
	font-family: 'Azo Sans';
	width: 80%;
	padding: 15px 0px 10px 0px;
	text-align: center;
	font-size: 150%;
}
.showNoParticipate {
	border-radius: 15px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: 'Azo Sans';
	width: 80%;
	padding: 15px 0px 10px 0px;
	text-align: center;
	font-size: 150%;
}
.showPlaceLiveList {
	border-radius: 15px;
	background-color: #4D4D4D;
	color: #FFFFFF;
	font-family: 'Azo Sans';
	width: 80%;
	padding: 15px 0px 10px 0px;
	text-align: center;
	font-size: 150%;
}
.roundLeftAzul {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #20242e;
}
.alert-arenas-bottom {
	color: #FFFFFF;
	background-color: #20242e;
	border-color: #20242e;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 3px 1px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.card-arenas {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #20242e;
	background-clip: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	border-left: 1px solid rgba(0, 0, 0, 0.125);
	border-right: 1px solid rgba(0, 0, 0, 0.125);
	max-width: 92%;
	margin: auto;
	border-radius: 10px;
}
.showHideArenasButton {
	padding: 5px;
}
.resultsYearButton {
	width: 50%;
	left: 25%;
	border: none;
	text-align: center;
	text-align-last: center;
	-moz-text-align-last: center;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	position: absolute;
	border-radius: 15px;
	display: none;
	background-color: #FFFFFF;
	z-index: 3000000;
}
.resultsYearButtonB {
	width: 40%;
	display: none;
	position: absolute;
	left: 30%;
	border: none;
	text-align: center;
	text-align-last: center;
	-moz-text-align-last: center;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	border-radius: 15px;
	background-color: #FFFFFF;
	z-index: 3000000;
}
.bigYear {
	font-size: 2rem;
}
.shadows {
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.shadowss {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 8px;
}
.borders_arenas {
	background-color: #FFFFFF;
	padding: 3px 10px 0px 10px;
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
.contenedor {
	background-color: #FFFFFF;
	border: solid 1px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	width: 90%;
	height: 100%;
	margin: 15px auto;
	padding: 15px 10px;
}
.btn-successFEM {
	color: #fff;
	background-color: #1d6021;
	border-color: #174e1a;
}
.btn-successFEM:hover {
	color: #fff;
	background-color: #38861a;
	border-color: #174e1a;
}
.btn-successFEM:focus, .btn-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.alert-results {
	color: #20242e;
	background-color: #FFFFFF;
	border-color: #20242e;
	border-radius: 15px;
	border: 0.25mm solid rgba(0, 0, 0, 0.025);
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.alert-results-bottom {
	color: #FFFFFF;
	background-color: #20242e;
	border-color: #20242e;
	border-radius: 15px;
	padding: 3px 1px;
}
.card-results {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	max-width: 99%;
	margin: auto;
	border-radius: 15px;
}
.cb-results {
	color: #FFFFFF;
	background-color: #69707c;
	border-radius: 15px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.whiteHR {
	padding: 0px;
	border: 0;
	margin: 20px 0px;
	height: 0.5mm;
	background-color: #FFFFFF;
}
.greenHR {
	padding: 0px;
	border: 0;
	margin: 10px 0px;
	height: 0.25mm;
	background-color: #104724;
}
.ncHR {
	padding: 0px;
	border: 0;
	margin: 5px 0px;
	height: 0.5mm;
}
.roundedIcon {
	border-radius: 10px;
	border: 0.2mm solid #929292;
	width: 50%;
	margin: auto;
}
.col-pers-12 {
	width: 100%;
	float: left;
}
.col-pers-11 {
	width: 91.66666667%;
	float: left;
}
.col-pers-10 {
	width: 83.33333333%;
	float: left;
}
.col-pers-9 {
	width: 75%;
	float: left;
}
.col-pers-8 {
	width: 66.66666667%;
	float: left;
}
.col-pers-7 {
	width: 58.33333333%;
	float: left;
}
.col-pers-6 {
	width: 50%;
	float: left;
}
.col-pers-5 {
	width: 41.66666667%;
	float: left;
}
.col-pers-4 {
	width: 33.33333333%;
	float: left;
}
.col-pers-3 {
	width: 25%;
	float: left;
}
.col-pers-2 {
	width: 16.66666667%;
	float: left;
}
.col-pers-1 {
	width: 8.33333333%;
	float: left;
}
.resultsCategory {
	width: 90%;
	margin: auto;
	text-align: center;
	align-content: center;
	padding-bottom: 15px;
}
.categoriasC {
	background-color: #C5C5C5;
	color: #000000;
	border-radius: 8px;
	padding: 13px 5px 10px 5px;
	cursor: pointer;
}
.selectedC {
	background-color: #104724;
	color: #FFFFFF;
	cursor: pointer;
}
.caballoInfo {
	margin: 5px 0px;
	padding: 5px 5px 10px 5px;
	font-style: italic;
	border: 0.25mm solid #D5D5D5;
	border-radius: 10px;
}
.caballoInfoText {}
.caballoInfoLabelsA {
	padding: 5px;
	float: left;
	width: 32%;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	background: rgb(124, 4, 27);
	background: linear-gradient(270deg, rgba(124, 4, 27, 1) 0%, rgba(227, 0, 44, 1) 100%);
	border: 0.25mm solid rgba(124, 4, 27, 1);
	color: #FFFFFF;
	font-style: normal;
	height: 30px;
}
.caballoInfoLabelsARFEM {
	padding: 5px;
	float: left;
	width: 32%;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	background: rgb(16, 71, 36);
	background: linear-gradient(270deg, rgba(16, 71, 36, 1) 0%, rgba(16, 71, 36, 1) 20%, rgba(65, 140, 0, 1) 100%);
	border: 0.25mm solid rgba(16, 71, 36, 1);
	color: #FFFFFF;
	font-style: normal;
	height: 30px;
}
.caballoInfoLabelsARFEI {
	padding: 5px;
	float: left;
	width: 32%;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	background: rgb(61, 0, 145);
	background: linear-gradient(90deg, rgba(130, 89, 186, 1) 0%, rgba(61, 0, 145, 1) 100%);
	border: 0.25mm solid rgba(61, 0, 145, 1);
	color: #FFFFFF;
	font-style: normal;
	height: 30px;
}
.caballoInfoLabelsB {
	padding: 5px;
	width: 68%;
	float: left;
	color: #262626;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border: 0.25mm solid #D5D5D5;
	font-style: normal;
	height: 30px;
}
.jineteInfoLabelsA {
	padding: 10px 5px 10px 0px;
	float: left;
	width: 34%;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	background: rgb(16, 71, 36);
	background: linear-gradient(180deg, rgba(16, 71, 36, 1) 0%, rgba(16, 71, 36, 1) 20%, rgba(65, 140, 0, 1) 100%);
	border: 0.25mm solid rgba(16, 71, 36, 1);
	color: #FFFFFF;
	font-style: normal;
	height: 40px;
}
.jineteInfoLabelsARFEM {
	padding: 10px 5px 10px 0px;
	float: left;
	width: 34%;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	background: rgb(16, 71, 36);
	background: linear-gradient(270deg, rgba(16, 71, 36, 1) 0%, rgba(16, 71, 36, 1) 20%, rgba(65, 140, 0, 1) 100%);
	border: 0.25mm solid rgba(16, 71, 36, 1);
	color: #FFFFFF;
	font-style: normal;
	height: 40px;
}
.jineteInfoLabelsARFEI {
	padding: 10px 5px 10px 0px;
	float: left;
	width: 34%;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	background: rgb(61, 0, 145);
	background: linear-gradient(90deg, rgba(130, 89, 186, 1) 0%, rgba(61, 0, 145, 1) 100%);
	border: 0.25mm solid rgba(61, 0, 145, 1);
	color: #FFFFFF;
	font-style: normal;
	height: 40px;
}
.jineteInfoLabelsB {
	padding: 10px 5px 10px 0px;
	width: 66%;
	float: left;
	color: #262626;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border: 0.25mm solid #D5D5D5;
	font-style: normal;
	height: 40px;
}
.caballoInfoLabelsCFEI {
	padding: 10px 5px 10px 0px;
	float: left;
	width: 34%;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	background: rgb(61, 0, 145);
	background: linear-gradient(0deg, rgba(130, 89, 186, 1) 0%, rgba(61, 0, 145, 1) 100%);
	border: 0.25mm solid rgba(61, 0, 145, 1);
	color: #FFFFFF;
	font-style: normal;
	height: 40px;
}
.caballoInfoLabelsCFEI2 {
	padding: 10px 5px 10px 0px;
	float: left;
	width: 34%;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	background: rgb(130, 89, 186);
	background: linear-gradient(0deg, rgba(130, 89, 186, 1) 0%, rgba(61, 0, 145, 1) 49%, rgba(0, 0, 0, 1) 50%, rgba(63, 138, 0, 1) 51%, rgba(16, 71, 36, 1) 100%);
	border: 0.25mm solid #373737;
	color: #FFFFFF;
	font-style: normal;
	height: 63px;
}
.caballoInfoLabelsCFEM {
	padding: 10px 5px 10px 0px;
	float: left;
	width: 34%;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	background: rgb(16, 71, 36);
	background: linear-gradient(180deg, rgba(16, 71, 36, 1) 0%, rgba(16, 71, 36, 1) 20%, rgba(65, 140, 0, 1) 100%);
	border: 0.25mm solid rgba(16, 71, 36, 1);
	color: #FFFFFF;
	font-style: normal;
	height: 40px;
}
.caballosInfoLabelsD {
	padding: 10px 5px 10px 0px;
	width: 66%;
	float: left;
	color: #262626;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border: 0.25mm solid #D5D5D5;
	font-style: normal;
	height: 40px;
}
.caballosInfoLabelsD2 {
	padding: 10px 5px 10px 0px;
	width: 66%;
	float: left;
	color: #262626;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border: 0.25mm solid #D5D5D5;
	font-style: normal;
	height: 63px;
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(145, 145, 145, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 100%);
}
.caballosInfoLabelsD3 {
	padding: 10px 5px 10px 0px;
	width: 66%;
	float: left;
	color: #262626;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border: 0.25mm solid #D5D5D5;
	font-style: normal;
	height: 63px;
	background: rgb(255, 255, 255);
}
.jinhorsedet {
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.riderInfoText {
	margin: 5px 0px;
	padding: 5px 5px 10px 5px;
	font-style: italic;
	border: 0.25mm solid #D5D5D5;
	border-radius: 10px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.searchResultsBox {
	border-radius: 15px;
	margin: auto;
	width: 94%;
	padding: 15px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.imgProfile {
	float: left;
	width: 96px;
	height: 96px;
	border-radius: 10px;
	border: 0.25mm solid #F1F1F1;
	background-color: #FFFFFF;
}
.imgProfileB {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	border: 0.25mm solid #F1F1F1;
	background-color: #FFFFFF;
}
.linkProfileB {
	font-size: 1.3rem;
	text-decoration: none;
	color: #FFFFFF;
}
.linkProfileB a:hover {
	font-size: 1.3rem;
	text-decoration: none;
	color: #FFFFFF;
}
.nacionalidadShow {
	font-size: 1rem;
}
.infoResults {
	float: left;
	max-height: 96px;
	max-width: 70%;
	overflow: auto;
	padding: 0 10px;
	background-color: #FFFFFF;
}
.infoResultsB {
	float: left;
	max-height: 120px;
	max-width: 70%;
	overflow: auto;
	padding: 0 10px;
	background-color: #FFFFFF;
}
.infoResultsXtra {
	margin-top: 10px;
	border-radius: 15px;
	padding: 10px;
	background-color: #eff0f0;
}
.infoResultsXtraB {
	margin-top: 10px;
	border-radius: 15px;
	padding: 10px;
	background-color: #bd0025;
	color: #FFFFFF;
}
.imgTrophy {
	position: absolute;
	border-radius: 10px;
	background-color: #FFFFFF;
	right: 30px;
	margin-top: 42px;
	font-size: 33px;
	line-height: 1rem;
	color: #ebbd02;
}
.noResultsRiders {
	border-radius: 15px;
	margin: auto;
	width: 60%;
	padding: 30px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	color: #FFFFFF;
}
.showRecords {
	padding: 5px;
	width: 100%;
	background-color: #FFFFFF;
	color: #000000;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.svContests{
	border-radius: 15px;
	margin: auto;
	width: 94%;
	padding: 15px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.svContestsInfo{
	border-radius: 8px;
	margin-bottom: 15px;
	width: 100%;
	padding: 15px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.respName{
	border-radius: 8px;
	margin: 10px auto;
	width: 90%;
	padding: 5px 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#countdown{
	margin: 0px auto;
	width: 90%;
	padding: 0px 0px;
	text-align: center;
	display: none;
}

#svExtraButtons{
	margin: 10px auto;
	width: 90%;
	padding: 5px 10px;
	text-align: right;
}

#svOpciones{
	border-radius: 8px;
	margin: 10px auto;
	width: 90%;
	padding: 5px 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.PreinscripcionesBox{
	display: none;
	color: #222222;
	border-radius: 8px;
	margin: 5px auto;
	width: 90%;
	padding: 5px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;	
}
