/* boton whatsapp */
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
    text-decoration: none;
    color: #FFF;
  background-color:#1ab152;
    
    animation: shake 1s;

 
  animation-iteration-count: infinite;
}

.my-float{
    margin-top:16px;
}

.pulse{
    animation: pulse-animation 2s infinite;
}

.imagenAcceso1{
  /* height: 300px;
  width: 300px; */
  /* padding-left: 150px; */
  opacity: 0.1;
  /* position: relative; */
  
}

.padre1{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  
  /* background-color: rgba(255, 192, 203, 0.379); */
  /* background-color: #73cba05b; */
  
}



form {
  /* margin: 2% 5% 2%; */
	/* width: 350px; */
	border: 2px solid #c1bebe;
	padding: 40px;
	background: #fff;
	border-radius: 15px;
  position: absolute;
  width: 350px;
  top: 50%; 
  left: 50%;
  transform: translate(-50%,-50%); 
  
  
  
}
@media (max-width: 750px){
  form {
    width: 100%;
  }
  .imagenAcceso{
    height: 300px;
    width: 300px;
    /* padding-left: 150px; */
    opacity: 0.1;
    /* position: relative; */
    
  }
  .imagenAcceso1{
    height: 300px;
    width: 300px;
    /* padding-left: 150px; */
    opacity: 0.1;
    /* position: relative; */
    
  }

  .padre1{
    margin: 0;
    padding: 25px;
    
    position: relative;
    
    /* background-color: rgba(255, 192, 203, 0.379); */
    /* background-color: #73cba05b; */
    
  }
}

@media (max-width: 990px){
  /* form {
    width: 90%;
  } */
  .imagenAcceso{
    height: 300px;
    width: 300px;
    /* padding-left: 150px; */
    opacity: 0.5;
    /* position: relative; */
    
  }
  .padre1{
    margin: 0;
    /* width: 160%; */
    /* height: 160%; */
    padding-top: 10px;
    /* position: relative; */
    flex-direction: row;
    /* background-color: rgba(255, 192, 203, 0.379); */
    /* background-color: #73cba05b; */
    
  }
}


h2 {
	text-align: center;
	margin-bottom: 20px;
}

input {
	display: block;
	border: 2px solid #ccc;
	width: 95%;
	/* padding: 10px; */
	/* margin: 10px auto; */
	border-radius: 5px;
}
label {
	color: #434141;
	font-size: 18px;
	padding: 10px;
}

button {
	float: right;
	background: #555;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
	border: none;
}
button:hover{
	opacity: .7;
}

.separator {
  height: 60px;
  border-bottom: 1px solid #b3b3b3;
}
.g_id_signin {
  margin-top: 20px;
}

.g_id_signin iframe {
  margin: auto !important;
}

.error {
   background: #F2DEDE;
   color: #A94442;
   padding: 10px;
   width: 95%;
   border-radius: 5px;
   margin: 20px auto;
}

h1 {
	text-align: center;
	color: #fff;
}

/* a {
	float: right;
	background: #555;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
	border: none;
	text-decoration: none;
}
a:hover{
	opacity: .7;
} */

@keyframes pulse-animation {
    0% {
     box-shadow 0 0 0 0px #08100bfa;; rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow 0 0 0 20px rgba(0, 0, 0, 0);
    }
  }

  @keyframes shake {
    0% { transform translateX(0) }
  25% { transform translateX(5px) }
  50% { transform translateX(-5px) }
  75% { transform translateX(5px) }
  100% { transform translateX(0) }
 }

/* fin boton WSP  */



  