


.blockquote{
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important; */
}


/* 
.floats1{
  background-image: url(../images/logos/Bot.png);
    background-repeat: no-repeat;
    position: fixed;
    width: 50px;
    height: 20px;
    bottom: 20px;
    right: 259px;
    border-radius: 100px;
    z-index: 100;
    background-color: #ff0000;
    background-position: center;
    display:flex !important;

} */

.wp-buttonmsj{
  margin-top:10px;
  text-decoration: none;
  color:#FFF;
}
.floatmsj{
  position:fixed;
  width:60px;
  height:60px;
  bottom:100px;
  right:26px;
  background-color:#2562d3;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:36px;
  z-index:1000000;
  
  
}

.floatmsj:hover{
  box-shadow: 0 0 20px rgba(0,0,0, .2);
  color:#FFF !important;
  cursor:pointer;
    box-shadow: 2px 2px 3px #999;
}



.wp-buttonmsjOut{
  margin-top:10px;
  text-decoration: none;
  color:#FFF;
}
.floatmsjOut{
  position:fixed;
  width:40px;
  height:40px;
  bottom:330px;
  right:390px;
  background-color:#2562d3;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:36px;
  z-index:1000000;

}

.floatmsjOut:hover{
  box-shadow: 0 0 20px rgba(0,0,0, .2);
  color:#FFF !important;
  box-shadow: 2px 2px 3px #999;
  cursor:pointer;
}

.floatmsjOut i{
  font-size:25px;
  position: absolute;
  bottom:7px;
  right:11px;
}





/* Form contacto */

#popup{
  height:350px;
  width:300px;
  transform: translate(10px, 10px);
  background: #ffffffbf;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.boxContact{
  position:fixed;
  width:60px;
  height:60px;
  bottom:0px;
  right:100px;
  background:#fffffff5;
  
  height:100%;
  z-index: 20;
  border-radius: 11px 41px 1px 1px;
  box-shadow: 3px 9px 22px 1px #999;

  padding-bottom: 20px;
}

.boxContact .titContact{
  background:#0e4fa3d9;
  color:#fff;
  border-radius: 11px 41px 1px 1px;
  text-align:center;

  /* font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
  font-size: 1.125rem;
  font-weight: 600;
  margin:auto;
  
}


.boxContact .formContact{
  margin:auto;
  text-align:center;
  
}


.boxContact .formContact input{
  width:250px;
  margin:auto;
  margin-top:30px;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  border:none;
  outline: none;
}

.boxContact .formContact input:hover{
  text-decoration: none;
  border-bottom:2px solid #a2a2a2bf;
  
}



.box-btn{
  margin-top:50px;
}

/* CSS */
.button-40 {
  height:40px;
  width:140px;
  background-color: #111827;
  border: 1px solid transparent;
  border-radius: .75rem;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex: 0 0 auto;
  /* font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  text-decoration: none #6B7280 solid;
  text-decoration-thickness: auto;
  transition-duration: .2s;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-40:hover {
  background-color: #374151;
}

.button-40:focus {
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}








/*Enviado*/


#MsjResp{
  margin:auto;
  text-align:center;
  padding-top:30px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5rem;
}




  /* Whatsapp */

  .wp-button{
    margin-top:10px;
    text-decoration: none;
    color:#FFF;
  }
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:27px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:36px;
    z-index:1000000;
    
  }

  
  .pulse{
    animation: pulse 2s infinite;
  }
  
  .float:hover{
    box-shadow: 0 0 20px rgba(0,0,0, .2);
    color:#FFF !important;
    box-shadow: 2px 2px 3px #999;
  }
  
  @keyframes btn-whats{
    10%{
        transform: translate(0, 200px); 
      }
      50%{
        transform: translate(0, -40px);
      }
      
      70%{
        transform: scale(1.1);
      }
    }
    
    @keyframes pulse {
      50%{
        transform: scale(1.1);
      }
  }
/* fin Whatsapp*/