* { margin: 0px;	
padding: 0px; outline: 0;	
}	

body{
background: #FFF;
}

.barra{
  background:#2f2f75;
  height: 23px;
  width: 100%;
  float: left;
  position: fixed;
  z-index: 200;
  border-bottom: 23px solid #01b0f1;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6); 
}

.login {
  float: left;
  margin-top: 40px;
  width: 25%;
  background: #FFF;
  padding: 20px;
  box-sizing: border-box; 
}
.login2 {
  float: left;
  margin-top: 40px;
  width: 75%;
  padding: 0px;
  box-sizing: border-box; 
  box-shadow: 0px 10px 15px 10px rgba(0,0,0,0.3); 
  border-radius: 5px 0px 0px 10px; 
  border-left: 1px solid rgba(0,0,0,0.3);
  z-index: 0;

}
.login2 .img{
  float: left;
  width: 60%;
  padding: 0px;
}
.login2 .cont{
  width: 40%;
  float: left;
  background: #01b0f1;
  height: 227px;
  z-index: 200;
}
.login2 .info p{
  width: 100%;
  padding: 2px;
  text-align: left;
  font-size: 18px;
  color: #2c3e50 ;
  z-index: 100;
}

.input {
  display: block;
  margin: 0 auto;
  width: 280px;
  border:none;
  border-bottom: 1px solid rgba(0,0,0,.2);
  height: 45px;
  line-height: 45px;  
  margin-bottom: 10px;
  font-size: 1em;
  color: rgba(0,0,0,.4);
  padding:7px;
  box-sizing: border-box; 
  background: linear-gradient(to left, white, #999 400%);
}
input:focus {
  outline: none;
  border-bottom: solid 2px;
  border-color: blue;
  top: 0;
  background: linear-gradient(to left, white, #01b0f1 400%);
}
.solicitud{
  float:left;
  box-sizing: border-box; 
  z-index: 1;
}
.t50{ width: 50%; }
.t100{ width: 100%; }

.solicitud input {
  width: 95%;
  border:none;
  height: 26px;
  line-height: 45px;  
  margin-bottom: 10px;
  color: rgba(0,0,0,.4);
  border-radius: 5px;
  padding-left: 4px;
  font-size: 15px;
}
.solicitud textarea {
  width: 95%;
  border:none;
  height: 50px;
  line-height: 45px;  
  margin-bottom: 10px;
  color: rgba(0,0,0,.4);
  border-radius: 5px;
  padding-left: 4px;
  font-size: 15px;

}

label{
  color: #999;
  position: absolute;
  transform: translateY(-50px) translateX(-120px); 
  font-size: 14px;
  transition: opacity 1s, transform 1s, font-size 1s;
}
input:focus + label, input:valid + label {
  font-size: 16px;
  color: blue;
  transform: translateY(-72px) translateX(-120px);
}

.p{
  text-align: center;
  color: #FFF;
  width: 95%;
  font-size: 18px;
}
.button {
  margin-top: 25px;
  width: 80%;
  border: 0;
  border-radius: 40px;
  height: 50px;
  color: white;
  font-weight: 400;
  font-size: 1.3em;
  background:  #2f2f75;
}

.button:hover {
  background:  #01b0f1;
}

.button2 {
  width: 60%;
  border: 0;
  border-radius: 5px;
  height: 25px;
  color: white;
  font-size: 16px;
  background:  #01b0f1;
  border-bottom: 1px solid rgba(0,0,0,.2);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2); 
}

.button2:hover {
  background-color: #bdc3c7 ;
}

/*INICIA SLIDER*/
  .navbar{
    width: 100%;
    background-color: #333;
  }
  .slider{
    width: 100%;
    height: 227px;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .slider-container{
    padding: 0;
    margin: 0;
    display: flex;
    width: 400%;
    height: 227px;
    animation: slider 20s infinite alternate linear;
  }
  .slider-container > figure{
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    user-select: none;
  }
  .slider-container > figure::before{
    content: attr(aria-label);
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    text-align: center;
    color: #FFF;
    font-size: 40px;
    width: 100%;
  }
  .img-responsive{
    width: 100%;
    height: auto;
    height: 227px;

  }
  @keyframes slider{
    0%{margin-left: 0;}
    20%{margin-left: 0;}

    25%{margin-left: -100%;}
    45%{margin-left: -100%;}

    50%{margin-left: -200%;}
    70%{margin-left: -200%;}

    75%{margin-left: -300%;}
    100%{margin-left: -300%;}
  }
/*TERMINA SLIDER*/

/*TEXTO CCINET*/
	.collapsible {
		background-color: #01b0f1 ;
		color: #FFF;
		cursor: pointer;
		padding: 5px;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
    font-size: 15px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2); 
  
	}
	.active, .collapsible:hover {
		background-color: #bdc3c7 ;
		box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2); 
	}
	.content {
		padding: 0 18px;
		display: none;
		overflow: hidden;
		background-color:  #bdc3c7 ;
	}
/*TERMINA TEXTO CCINET*/

/*INICIA TARGETA*/
  .targ{
    display: table-cell;
    /* background: #01b0f1; */
  }
  .flip-card {
    float: left;
    padding: 5px;
    background-color: transparent;
    width: 200px;
    height: 200px;
    perspective: 1000px;
  }
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  .flip-card-front {
    background-color: #bbb;
    color: black;
    z-index: 0;
    
  }
  .flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
  }
/*TERMINA  TARGETA*/

/*INICIA @MEDIA*/
  @media screen and (max-width:600px){
    .login{
      margin-top: 20px;
      margin-left: 0%;
      width: 100%;
    }
    .login2{
      width: 100%;
    }
    .login2 .cont{
      width: 96%;
      margin-left: 2%;
      margin-bottom: 10px;
    }
    input{
      width: 80%;
    }
    button{
      width: 80%;
    }

    .slider{
      display:none;
    }

  }
/*TERMINA @MEDIA*/

.erp{
  margin-top:2px;
  margin-left: 5px;
  color:#01b0f1;
  font-style:italic;

}
  
.p_letra{
  margin-top: 3px;
  float: left;
  color:#2f2f75;
}




