.transparencia {
	width:100%;
	heigth:100%;
	align:center;
	align-content:center;
	background: url(../img/fondoFlores.jpg) no-repeat center center fixed;
	background-size: cover;

 }

 
 /*  ***********  ESTILOS LOGIN *************** */
  body{
 
} 

.main-section{
    margin:0 auto;
    margin-top:25%;
    padding: 0;
    margin-bottom: 25%;
    wide:
}

.modal-content{
    background-color: #eeeeec;
    opacity: .85;
    padding: 0 20px;
    box-shadow: 0px 0px 3px #848484;
}
.user-img{
    margin-top: -50px;
    margin-bottom: 35px;
}

.user-img img{
    width: 100xp;
    height: 100px;
    box-shadow: 0px 0px 3px #848484;
    border-radius: 50%;
}

.form-group input{
    height: 42px;
    font-size: 18px;
    border:0;
    padding-left: 54px;
    border-radius: 5px;
}

.form-group::before{
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    left: 28px;
    font-size: 22px;
    padding-top:4px;
}

.form-group#user-group::before{
    content: "\f007";
}

.form-group#contrasena-group::before{
    content: "\f023";
}

button{
    width: 90%;
    margin: 5px 0 25px;
}

.forgot{
    padding: 5px 0;
}

.forgot a{
    color: white;
}
/*  ************** ESTILOS LOGIN (FIN)   **************** */
 
 
 
 
 
 .card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}

 .containerExito {
	width:50%;
	
 }
 
 .containerFooter{
 	/* background: url(../img/footer_nvo.jpg) no-repeat center center #fff; */
 	background-color:#e1e1e1;
 	/* heigth:20%;   c0c0c0*/
 	height:100px;					   
 }
 .containerFooter2{
 	background-color:#e1e1e1;
 	height:100px;
 }
 
.link { color: #ffffff; }
.link:hover { color: #ffffff; }
/* .cambMayus{
	text-transform: uppercase;
} */

.etiqueta{
	font: 13px Arial, Verdana;
	font-weight:bold;
	text-align: center;
	font-color:#514d4f;
}

.txtFooter{
	font: 12px Arial, Verdana;
	/* font-weight:bold; */
	/* text-align: center; */
	font-color:#514d4f;
}

.form-group .required .control-label:after {
  content:"* Campo requerido";color:red;
}

/* ********  ESTILOS DE FORM REGISTRO */
@import "compass/css3";
@import "compass/reset";
@import "compass/css3";

/* Colors */	
/* ---------------------------------------- */ 
$border: 		 #c6c6c6;
$border-focus: #9FB1C1;
$brand-color:  #1b3d4d;
$booking-green: #bdcc00;
$asphalt: 		#506982;

*{
	@include box-sizing(border-box);
}
body{
	text-align: center;
	font-family: 'Lato', 'sans-serif';
	font-weight: 400;

}
a{
  text-decoration: none;
}
.info-text{
  text-align: left;
  width: 100%;
}
header, form{
	/*padding: 4em 10%;*/
}

.form-group{
	margin-bottom: 20px;
}
h2.heading{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	text-align: left;
	color: $asphalt;
	border-bottom: 1px solid $asphalt;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

.controls{
	text-align: left;
	position: relative;
	input[type="text"],
	input[type="email"],
  input[type="number"],
  input[type="date"],
	input[type="tel"],
	textarea,
	button,
	select{
		padding: 12px;
		font-size: 14px;
		border: 1px solid $border;
		width: 100%;
		margin-bottom: 18px;
		color: #888;
		font-family: 'Lato', 'sans-serif';
		font-size: 16px;
		font-weight: 300;
		@include border-radius(2px);
		@include transition(all .3s);

		&:focus, &:hover{
			outline: none;
			border-color: $border-focus;
			+ label{
				color: $booking-green;
          cursor: text;
			}
		}
	}

	.fa-sort{
		position:absolute;
		right: 10px;
		top: 17px;
		color: #999;
	}
	select{
		@include appearance(none);
		cursor: pointer;
	}
	label{
		position: absolute;
		left: 8px;
		top: 12px;
     width: 60%;
     color: #999;
		font-size: 16px;
		display: inline-block;
		padding: 4px 10px;
		font-weight: 400;
		background-color: rgba(255,255,255,0);
		@include transition(color .3s, top .3s, background-color .8s);
     background-color: rgba(255,255,255,1);

    &.active{
			top: -11px;
			color: #555;
      background-color: rgba(255,255,255,1);
      width: auto;
		}
	}
	textarea{
		resize: none;
		height: 200px;
	}
}

button{
  cursor: pointer;
  background-color: $brand-color;
  border: none;
  color: #4e4949; 
  /* fff*/
  padding: 12px 0;
  float: center;
  &:hover{
    background-color: lighten($brand-color, 5%);
  }
}

.clear:after{
    content: "";
    display: table;
    clear: both;
}

// Grid https://codepen.io/chriscoyier/pen/eGcLw

$pad: 10px;

.grid {
  background: white;
  //margin: 0 0 $pad 0;
  
  &:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both;
  }
}

[class*='col-'] {
	float: left;
  padding-right: $pad;
  .grid &:last-of-type {
  	padding-right: 0;
  }
}
.col-2-3 {
	width: 66.66%;
}
.col-1-3 {
	width: 33.33%;
}
.col-1-2 {
	width: 50%;
}

.col-1-4 {
	width: 25%;
}

@media (max-width: 760px) {
  .col-1-4-sm, .col-1-3, .col-2-3 {
	width: 100%;
  }
  [class*='col-'] {
    padding-right: 0px;
  }  
}

.col-1-8 {
	width: 12.5%;
}

/*  ************* FIN ESTILOS FORM REGISTRO */




/* Generic Utility */
.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* * {
  margin: 0;
  padding: 0;
} */
body {
	font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  /*font: 18px Georgia, serif;*/
  margin: 1rem;
}
html {
  overflow-y: scroll;
}
a {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
p {
  font-size: 15px;
  margin: 0 0 20px 0;
}
#page-wrap {
  width: 440px;
  margin: 80px auto;
}
/* h1 {
  font: bold 40px Sans-Serif;
  margin: 0 0 20px 0;
} */


/************** ESTILOS LOGIN*/


/**************  ESTILOS LOGIN FIN ** */



/**************   ** estilos generales ** */
#success_message{ display: none;}

/* botones*/
.boton a:link, .boton a:visited {
	color: #ffffff;
	display: block;
	background:  url(../img/skins_boton1.png);
	/*padding: 8px 0 0 30px;*/
	}
	
.boton a:hover {
	color: #FFF;
	background:  url(../img/skins_boton2.png);
	padding: 8px 0 0 30px;
	}


/*mesaje error*/
.mensajeError {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-size:13px;
}
.mensajeNota {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #008000;
	font-size:15px;
}

.mensajeDesarrollo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ff8000;
	font-size:14px;
}

/**************   ** fin estilos generales ** */






/*  MENU */
/* h1 {
	height:25px;
	background: url(../img/skins_encab_menu.jpg) no-repeat center center #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color: #FFF;
	margin: 0;
	padding: 5px 0 0 20px;
	} */
	
h2{
	color: #FFF;
	background:  url(../img/skins_lista.jpg) 0 -32px;
	padding: 8px 0 0 30px;
}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

/*ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}*/

img {
	border: 0;
	}
	
#menu {
	width: 200px;
	margin: 10px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #ffffff;
	display: block;
	background:  url(../img/skins_lista.gif);
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover {
	color: #FFF;
	background:  url(../img/skins_lista.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}

#content{
	position:relative;
	display:block;
	width: 60%;
	left:450px;
	margin:0 0 0 -50px;
	padding:15px 0;
	top:10px;
}

#contentLog{
	position:relative;
	display:block;
	width: 60%;	
	padding:15px 0;
	top:10px;
        left:20%;

}

#footer {
	position: absolute;
	bottom: 0;
	margin:0;
	width:100%;
	text-align:center;
	left:0;
}


/* ERROR */
.Error{
    font-size:13px;
    margin-bottom:10px;
    text-align:center;
    font-weight:bold;
    color:#CC0000;
   /* position:relative; 
    top:380px;*/

}

