/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*
   Formulario contacto
*/

form input {
    margin-bottom: 30px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: transparent;
    color: inherit;
    border-color: inherit;
}
.wpcf7-response-output {
    text-align: center;
    background: #46b450;
    border-radius: 5px;
    color: white;
}
 span.wpcf7-list-item-label {
    font-size: 13px;
}
input[type="checkbox"] {
    margin-right: 5px;
    position: relative;
    top: 1px;
}
span.wpcf7-list-item {
    margin: 0;
}

/* Botones whatsapp */


@media(max-width: 768px){

#phone_mob {
    display: block !important;
  }

}

#phone_mob{
  z-index: 999999;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 35px;
  border: 1px #fff solid;
  background: #2A388F !important;
  position: fixed;
  margin-left: 50px;
  bottom: 40px;
  right: 20px;
}


.phone_btn_flat.flat_full {
    text-decoration: none;
    animation: bounceinup 1.5s infinite;
        animation-iteration-count: infinite;
    animation-iteration-count: 1;
}

.phone_btn_flat.new:after {
    border-radius: 100%;
    left: -20px;
    position: absolute;
    top: -20px;
    height: 90px;
    width: 90px;
    border: solid 2px rgb(22, 169, 252);
    content: ' ';
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
   /* -webkit-animation: sonarEffectNew 1.5s ease-out 2s infinite;
    -moz-animation: sonarEffectNew 1.5s ease-out 2s infinite;
    animation: sonarEffectNew 1.5s ease-out 2s infinite;*/
}

.phone_btn_flat.flat_full:after {
    border: 30px solid #2A388F;
    left: -16px;
    top: -17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img.cbt_icon_callback{
  display: block;
height: 60px;
width: 50px;
margin-left: 5px;
}


@keyframes sonarEffectNew {
 00% {
  opacity:.5;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1)
 }
 100% {
  opacity:0;
  -webkit-transform:scale(1.3);
  -moz-transform:scale(1.3);
  -ms-transform:scale(1.3);
  transform:scale(1.3)
 }
}
@-webkit-keyframes bounceinup {
 0%,
 60%,
 75%,
 90%,
 to {
  animation-timing-function:cubic-bezier(.215,.61,.355,1)
 }
 0% {
  opacity:0;
  transform:translate3d(0,3000px,0)
 }
 60% {
  opacity:1;
  transform:translate3d(0,-20px,0)
 }
 75% {
  transform:translate3d(0,10px,0)
 }
 90% {
  transform:translate3d(0,-5px,0)
 }
 to {
  transform:translateZ(0)
 }
}
@keyframes bounceinup {
 0%,
 60%,
 75%,
 90%,
 to {
  animation-timing-function:cubic-bezier(.215,.61,.355,1)
 }
 0% {
  opacity:0;
  transform:translate3d(0,3000px,0)
 }
 60% {
  opacity:1;
  transform:translate3d(0,-20px,0)
 }
 75% {
  transform:translate3d(0,10px,0)
 }
 90% {
  transform:translate3d(0,-5px,0)
 }
 to {
  transform:translateZ(0)
 }
}