@import 'https://fonts.googleapis.com/css?family=Libre+Franklin:100,300,400,600,700,900';
/* -----------------------
  Presentational stuff 
----------------------- */

h1 {
  font-weight: 900;
  color: rgb(222, 18, 122);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 60px;
  }
}
/* -----------------------
  Form 
----------------------- */

 
.form-control {
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
}
.form-group {
  position: relative;
  margin-bottom: 25px;
}
.form-group > label {
  text-transform: uppercase;
  font-size: 10px;
  color: #313132;
  transform-origin: 0 0;
  transform: scale(1.4);
  pointer-events: none;
  position: relative;
  z-index: 5;
}
.form-group > input {
 
  width: calc(100% - 24px);
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 3px;
}
.form-group > label {
  transition: transform 0.4s;
  transform-origin: 0 0;
  transform: scale(1.4) translateY(20px);
}
.form-group.not-empty > label {
  transform: none;

}
/*------------------------------
	Form
------------------------------*/
.form-control {
  border: 0;
  border-bottom: 1px solid #313132;
}
.form-control,
.form-control:focus,
.form-control:focus:hover {
  color: #000;
  background: none;
  outline: none;
}
.form-control:focus,
.form-control:focus:hover {
  border-bottom: 2px  solid rgb(222, 18, 122);
 
}
.contrato{
    font-family: 'Libre Franklin', sans-serif;
    /* background: #111922; */
    background-image: url(imagen/logo1.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    /* opacity: 0; */
 background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),url(../imagen/logo1.png);


}
.fecha{
    color: rgba(0,0,0,0);
  }
  .modal-header{

  	    
  background: -webkit-linear-gradient(left, rgb(222, 18, 122) 0%, rgb(222, 18, 122,0.5) 80%, rgb(255, 255, 255,0.5) 100%);
  }


  .btn-close{

  	color: #FFF;
  }

  .btd-contrato{

  	display: block;
    text-align: center;
    padding: 10px;
    /* background: rgb(222, 18, 122,0.8); */
    width: 20%;
    margin: 0 auto;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
  }


.titulo-contrato{

font: 400 16px/28px Roboto,Helvetica Neue,sans-serif;
    letter-spacing: normal;
    font-size: 12pt;
    font-weight: 600;
    color: #313132;
    margin-bottom: 15px!important;
}

.indicacion{

	    width: 56%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.indicacion p{

	
    font-size: 10pt;

}

  @media screen and (max-width: 768px){

.btd-contrato {
  
    width: 48%;  }   }