.p-b-34 {padding-bottom: 34px;}
.p-t-27 {padding-top: 27px;}
.p-t-90 {padding-top: 90px;}
.text-center {text-align: center;}
/*  */

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #fff;}
input:-moz-placeholder { color: #fff;}
input::-moz-placeholder { color: #fff;}
input:-ms-input-placeholder { color: #fff;}

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}
input {
	outline: none;
	border: none;
}
a {
	outline: none;
	border: none;
}


textarea:focus, input:focus {
  border-color: transparent !important;
}

label {
  margin: 0;
  display: block;
}

button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

.txt1 {
    font-family: Serif, Times New Roman;
    font-size: 13px;
    text-align: center;
    padding-top: 5%;
    width: 45%;
    float: left;
    color:  black;                       /*       #e5e5e5; */
    line-height: 1.5;
}

.txt1:hover {
	font-family: Serif, Times New Roman;
	font-size: 14px;
  font-weight: 900;
  color: white;
  line-height: 1.8;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  height: 30px;
  margin-top: 3%;
  padding-bottom: 5%;
  border-radius: 25px;
  background: #9152f8;
  background: -webkit-linear-gradient(bottom, #561EB0, #C6A5FC);
  background: -o-linear-gradient(bottom, #561EB0, #C6A5FC);
  background: -moz-linear-gradient(bottom, #561EB0, #C6A5FC);
  background: linear-gradient(bottom, #561EB0, #C6A5FC);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.txt2 {
    font-family: Serif, Times New Roman;
    font-size: 18px;
    font-weight: 900;
    padding-left: 9%;
    width: 100%;
    position: absolute;
    color:  white;                       /*       #e5e5e5; */
    line-height: 1.5;
}


.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;  
}
.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(205,225,245,0.7);
}


.wrap-login100 {
  width: 500px;
  border-radius: 10px;
  overflow: hidden;
  padding: 55px 55px 37px 55px;

  background: #9152f8;
  background: -webkit-linear-gradient(top, #561EB0, #C6A5FC);
  background: -o-linear-gradient(top, #561EB0, #C6A5FC);
  background: -moz-linear-gradient(top, #561EB0, #C6A5FC);
  background: linear-gradient(top, #561EB0, #C6A5FC);
  margin: auto;  /* para que en Safari centre el cuadro, sino queda alineado a la izquierda   25/12/2019 */
}

.login100-form {
  width: 100%;
}

.login100-form-logo {
    font-size: 60px; 
    color: #333333;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    background: url("../img/PMC_Logo_sp_t.png") no-repeat;
    background-size:contain;  
    margin: 0 auto;
}

.login100-form-title {
	font-family: Serif, Times New Roman;
	font-size: 30px;
  	color: #fff;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid rgba(255,255,255,0.24);
  margin-bottom: 30px;
}

.input100 {
    font-family: Serif, Times New Roman;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px 0 38px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #fff;
}

.focus-input100::after {
  font-family: Material-Design-Iconic-Font;
  font-size: 22px;
  color: #fff;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0px;
  padding-left: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus {
  padding-left: 5px;
}

.input100:focus + .focus-input100::after {
  top: -22px;
  font-size: 18px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}


/*  ---------------------   Contenedor de botón CENTRADO --------------------------------*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.container-para-dos {
    width: 100%;
    position:relative;
    height: 90px;
}

.login100-form-btn {
    font-family: Serif, Times New Roman;
  font-size: 16px;
  color: #555555;
  line-height: 1.2;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 120px;
  height: 50px;
  border-radius: 25px;

  background: #9152f8;
  background: -webkit-linear-gradient(bottom, #561EB0, #C6A5FC);
  background: -o-linear-gradient(bottom, #561EB0, #C6A5FC);
  background: -moz-linear-gradient(bottom, #561EB0, #C6A5FC);
  background: linear-gradient(bottom, #561EB0, #C6A5FC);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.login100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  color: #fff;
}

.login100-form-btn:hover:before {
  opacity: 0;
}

/* ---- Captcha e Ingreso de clave ----------------------------*/
.captcha100-form-container {
    width: 100%;
    position:relative;
    margin-bottom: 100px;
}
.captcha-image {
    width: 45%;
    height: 60px;
    float: left;
}
.wrap-captcha-input100 {
    width: 45%;
    float: right;
    height: 50px;
    border-bottom: 2px solid rgba(255,255,255,0.24);
}

.captcha-input {
    font-family: Serif, Times New Roman;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0 0px 0 36px;
}

.captcha-focus-input100 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.captcha-focus-input100::before {
  content: "";
  display: block;
  position: relative;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}

.captcha-focus-input100::after {
  font-family: Material-Design-Iconic-Font;
  font-size: 22px;
  color: #fff;
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: relative;
  top: -36px;
  left: 0px;
  padding-left: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.captcha-input:focus {
    color: #fff;
    padding-left: 5px;
}
.captcha-input:focus + .captcha-focus-input100::after {
  top: -60px;
  font-size: 18px;
}

.captcha-input:focus + .captcha-focus-input100::before {
  width: 100%;
}

/* ---- FIN  Captcha e Ingreso de clave ----------------------------*/


@media (max-width: 576px) {
  .wrap-login100 {
    padding: 55px 15px 37px 15px;
  }
  .login100-form-logo img {
      height: 65%;
  }
}


.select-input100 {
    color: blue;
    background-color: #F2DCFB;
    display: block;
    font-size: 16px;
    padding: 11px 15px;  
    margin-top: 9px;
    margin-bottom: 15px;
    width: 100%;
    text-indent: 4pt;
    text-align: left;
    vertical-align: middle;
    box-shadow: inset 0 0 3px #606060;
    border : 1px solid #acacac;
    -moz-border-radius       : 6px;
    -webkit-border-radius    : 6px;
    border-radius: 12px;
    font-family: Arial,  Calibri, Tahoma, Verdana;
    font-weight: 500;
}
.select-input100:hover {
    color: #561EB0;
    box-shadow: 0 2px 3px rgba($demo-blue, 0.1) inset;
    border-color:#005BA6;
}
.select-input100:focus {
    outline-color: transparent;
}

.wrap-input200 {

  width: 100%;
  height: 50px;
  position: relative;
  border-bottom: 2px solid rgba(255,255,255,0.24);
}



.focus-input200:after {
  font-family: Material-Design-Iconic-Font;
  font-size: 22px;
  color: #fff;
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  padding-left: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.mensajeerror {
    font-family: Serif, Times New Roman;
    font-size: 16px;
    background-color: #FF0004;   /* Fondo Rojo */
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    font-weight:bold;
    vertical-align:middle;
}

.login100-cancel {
  font-size: 16px; 
  color: red; /* #333333; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 40px;
  margin-left: 95%;
  margin-bottom: 3%;
}

.login100-cancel a, 
.container-login100-form-btn a {
          text-decoration: none;
}

/**/

