body{

	background: url('Black-Background.jpg');

	background-size: cover;
	
	

}

#loading
{
 text-align:center; 
 background: url('loader.gif') no-repeat center; 
 height: 150px;
}

.recuadro {
	
	padding-top: 80px;
	height: 55px;
	width: 100%;
	background-color: 2d93ee;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
	
}

.hoov:hover {

	box-shadow:1px 1px 2px 2px #ccc;
	
}

.contenedor {
	
	/*padding-top: 10px;*/
	padding-bottom: 2px;
	
	
}



.carousel-item {
		
 position: relative;
	
	}

.carousel-inner img {
		
    width: 100%;
    height: auto;
	margin:auto;
	
	}

	.carousel{
		
	padding-top: 0px;
		
	
	}

	.ddd{
		
	padding-bottom: 20px;
	
	}

.carousel-content {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

 
  color: white;
 
}

.recuadro2 {
	
	
	height: 300px;
	width: 500px;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	
}



.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn{
	

	
}

.form-check-input{
	
	color:#fff;
	
	
}


.main{

    width: 100%;

    /*background-color: rgba(255,255,255,.6);*/
	
	background-color: rgba(169,169,169,.5);

    text-align: center;

	border-radius: 5px;


	padding: 3%;

    position: relative;
	
	
}



.mainlap{

    width: 100%;

    /*background-color: rgba(255,255,255,.6);*/
	
	background-color: rgba(169,169,169,.6);

    text-align: center;

	border-radius: 5px;


	padding: 10%;

    position: relative;
	
	
}


.cont{
	
	width:60%;
	 text-align: center;
	
}


.mainreg{

    width: 60%;

    background-color: rgba(255,255,255,.6);

    text-align: center;

	border-radius: 5px;


	padding: 3%;

    position: relative;
	
	
}


.main3{

    width: 100%;

    background-color: rgba(255,255,255,.6);

    text-align: center;

	border-radius: 5px;

	padding-top: 10%;

    position: relative;
	
	
}


.overlay2 { 

	

  color:000303;
  position:absolute;
  z-index:12;
  top:20%;
  left:23%;
  width: 55%;
  margin: 50px auto;
  text-align:center;
  
  
}


.overlay3 { 

	

  color:000303;
  position:absolute;
  z-index:12;
  top:20%;
  /*left:23%;*/
  width: 100%;
  margin: 50px auto;
  text-align:center;
  
  
}


.overlay5 { 

	

  color:000303;
  position:absolute;
  z-index:12;
  left:10%;
  top:20%;
  width: 80%;
  margin: 20px auto;
  text-align:center;
  
  
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


* {
  box-sizing: border-box;
}
/*
body {
  font: 16px Arial;  
}
*/
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

/*
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}


*/
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


/*
input[type="submit"], input[type="button"], input[type="reset"] {

    display: inline-block;

    background: #DodgerBlue;

    padding: 5px 15px;

    color: #fff;

    border: 0 none;

    font-size: 18px;

    cursor: pointer;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;
	width:100%;

}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {

	opacity: .8;

}

*/
.social-bar {
	position: fixed;
	right: 0;
	top: 35%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}

.icon {
	color: white;
	text-decoration: none;
	padding: 1rem;
	display: flex;
	transition: all .5s;
}

.icon-facebook {
	background: #2E406E;
	
	padding-left: 25px;
}

.icon-twitter {
	background: #339DC5;
}

.icon-youtube {
	background: #E83028;
	padding-left: 18px;
}

.icon-instagram {
	background: #3F60A5;
	padding-left: 18px;
}

.icon:first-child {
	border-radius: 1rem 0 0 0;
}

.icon:last-child {
	border-radius: 0 0 0 1rem;
}

.icon:hover {
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}




.botonlg1 {
   border: 1px outset blue;
   /*background-color: DodgerBlue;*/
   background-color: black;
   height:80px !important;
   width:80px;
   cursor:pointer;
   display: inline-block;
    padding: 5px 15px 10px;
    color: #fff;
    border: 0 none;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}



.botonlg2 {

    display: inline-block;

    /*background: DodgerBlue;*/
	background-color: black;
	
    padding: 10px 10px 10px 10px;

    color: #fff;

    border: 0 none;

    font-size: 18px;

    cursor: pointer;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;
	width:100%;

}

button[type="submit"]:hover {

	opacity: .8;

}




/*
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea {

    width: 97%;

   
    margin: 0 0 15px;

    padding: 10px 1%;

    font-size: 18px;

	background: #EAEAEA;
	

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

}
*/




input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {

	opacity: .8;

}



.main5 input[type="text"], .main5 input[type="password"], .main5 input[type="email"], .main5 input[type="url"], .main5 input[type="number"], .main5 textarea {

	
	 width: 97%;

   
    margin: 0 0 15px;

    padding: 10px 1%;

    font-size: 18px;

	background: #EAEAEA;
	

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;
	
	
	text-align: center;
	height: 45px;
	border:0;

}

.main5 input[type="submit"] {

    width: 99%;
	height: 45px;
    margin: 0 auto;

    

}



.main5{

    width: 80%;

    background-color: rgba(255,255,255,.4);

    text-align: center;

	border-radius: 5px;

	margin: auto;

	padding: 3%;

    position: relative;

}

form h1 {
			
			text-align:center;
			color:#154360;
			font-weight:normal;
			font-size:30pt;
			margin:5px 10px;
			
		}	

.error{

    background-color: #E74F4F;
	
    position: absolute;

    top: 0;

    padding: 10px 0 ;

    border-radius:  0 0 5px 5px;

    color: #fff;

    width: 100%;

    text-align: center;

    display: none;

}

.botonlgregistro {

   display: inline-block;

    background: #EEBE69  ;

    padding: 5px 15px;

    color: #fff;

    border: 0 none;

    font-size: 18px;

    cursor: pointer;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;
	
	margin-top:10px !important;

}


.botonlgingreso {

   display: inline-block;

    background: DodgerBlue;

    padding: 5px 15px;

    color: #fff;

    border: 0 none;

    font-size: 18px;

    cursor: pointer;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;
	
	

}



.botonlgingresoxyz {

   display: inline-block;

    background: DodgerBlue;

    padding: 5px 15px;

    color: #fff;

    border: 0 none;

    font-size: 18px;

    cursor: pointer;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;
	
	

}

.botonlgingresoasociados {

   display: inline-block;

    background: #67c769;

    padding: 5px 15px;

    color: #fff;

    border: 0 none;

    font-size: 18px;

    cursor: pointer;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;
	
	

}




.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox_background {
	width: 400px;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover ..
,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}
.hvrbox .hvrbox-layer_image {
	padding: 0;
	background: none;
}
.hvrbox .hvrbox-layer_slideup {
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.hvrbox:hover .hvrbox-layer_slideup,
.hvrbox.active .hvrbox-layer_slideup {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.hvrbox .hvrbox-layer_slidedown {
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.hvrbox:hover .hvrbox-layer_slidedown,
.hvrbox.active .hvrbox-layer_slidedown {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.hvrbox .hvrbox-layer_slideleft {
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.hvrbox:hover .hvrbox-layer_slideleft,
.hvrbox.active .hvrbox-layer_slideleft {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.hvrbox .hvrbox-layer_slideright {
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.hvrbox:hover .hvrbox-layer_slideright,
.hvrbox.active .hvrbox-layer_slideright {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.hvrbox .hvrbox-layer_scale {
	border-radius: 50%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.hvrbox:hover .hvrbox-layer_scale,
.hvrbox.active .hvrbox-layer_scale {
	border-radius: 0%;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.hvrbox .hvrbox-layer_rotate {
	border-radius: 50%;
	-moz-transform: rotateZ(0);
	-webkit-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0);
}
.hvrbox:hover .hvrbox-layer_rotate,
.hvrbox.active .hvrbox-layer_rotate {
	border-radius: 0%;
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.hvrbox .hvrbox-layer_scale-rotate {
	border-radius: 50%;
	-moz-transform: scale(0) rotateZ(0);
	-webkit-transform: scale(0) rotateZ(0);
	-ms-transform: scale(0) rotateZ(0);
	transform: scale(0) rotateZ(0);
}
.hvrbox:hover .hvrbox-layer_scale-rotate,
.hvrbox.active .hvrbox-layer_scale-rotate {
	border-radius: 0%;
	-moz-transform: scale(1) rotateZ(360deg);
	-webkit-transform: scale(1) rotateZ(360deg);
	-ms-transform: scale(1) rotateZ(360deg);
	transform: scale(1) rotateZ(360deg);
}


.column {
  float: left;
  width: 33%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.error{

    background-color: #E74F4F;

    position: absolute;

    top: 0;

    padding: 10px 0 ;

    border-radius:  0 0 5px 5px;

    color: #fff;

    width: 100%;

    text-align: center;

    display: none;

}
