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


body{
   font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-display: swap;
    font-weight: 400;
     overflow-x: hidden;
}

html, body{
  height: 100%;
}

 :root {
            --primary: #25d366;
            --secondary: #075e54;
            --bg: #f8fafc;
            --text: #1e293b;
            --gray: #64748b;
        }

/*_________________________General__________________________*/
a.btn{
    background: #fff;
    border-radius: 40px;
    padding: 10px 30px;
    border: none;
    font-size: 18px;
    font-weight: 300;
    transition:all .5s ease-in-out;
}


a.btn:hover{
    background: #1b2e44;
    color: #fff;
}



h1.title{
    font-size: 32px;
    color: #254063;
    font-weight: 700;
}

h2.title2{
    font-size: 24px;
    color: #254063;
    font-weight: 700;
}

p.text{
    font-size: 20px;
    color: #254063;
}
a{
    text-decoration: none;
}
.mb-0{
    margin-bottom: 0;
}

.mb-20{
    margin-bottom: 20px;
}


.mb-40{
    margin-bottom: 40px;
}
ul{
    list-style: none;
    margin-bottom: 0;
}
li{
  margin-bottom: 0;
}
section{
    padding-bottom: 40px;
}
/*____________________________HEADER______________________________________*/


header{
    height: 35px;
    z-index: 999999999999999999;
    width: 100%;
    top: 0;
}

.container{
max-width: 968px;
}



/*=============== MENU ===============*/

.header-top_area{
  background: #16263b;
}
.header-top_area .short_contact_list{
  text-align: right!important;
}
.header-top_area .short_contact_list ul li{
  display: inline-block;
  text-align:center!important;
  display: none!important;
}

.header-top_area .short_contact_list ul li.subs-header{
  font-size: .8em;
  display: block!important;
}
.header-top_area .social_media_links a.telefonos{
  display: none!important;
}
a.icons-media-header{
  display: none;
}
a.clicAqui{
  display: inline!important;
}
img.logo-header-media{
  width: 20px;
}




nav.nav{
display: flex;
justify-content: space-between;
align-items: center;

}

.nav_close,
.nav_toggle{
font-size: 2rem;
cursor:pointer;
color: #1F3A5F;
z-index: 999;
}



.nav_menu{
position: relative;
}
.nav_logo{
    z-index: 9999999;
    cursor: pointer;
}
img.logo{
    padding: 10px 0;
}

@media screen and (max-width:1024px) {
.nav_menu{
    position: fixed;
    left: 0;
    background: #fff;
    top: -800%;
    width: 100%;
    transition: .4s;
    display: flex;
    justify-content: center;
    opacity: 0;
    padding: 20px 0;
}

}


.nav_list{
display: flex;
flex-direction: column;
width: 100%;
padding: 0;
align-items: center;

}
.nav_link{
text-transform: capitalize;
text-decoration: none;
cursor: pointer;
color: #1F3A5F;
padding: 10px;
}
li.nav_item{
    padding: 20px;
    text-align: center;
    width: 100%;
    
}

li.nav_item:hover{
    background: #1F3A5F;
    transition: .2s;
}
li.nav_item:hover a{
    color: #fff;
}



nav.menu .nav_logo img.logo{
    z-index: 999;
    cursor: pointer;
}
.nav_close{
font-size: 1.5em;
cursor: pointer;
z-index: 999;
}
.show-menu{
top: 0;
opacity: 1;
}


.separator{
      color: #fff;
    margin-right: 10px;
    margin-left: 10px;
}
@media screen and (min-width:1024px) {
    /*____________________menu header_____________________-*/
    .header-area .main-header-area {
      padding: 0px!important;
      }
      .header-top_area .short_contact_list ul li.subs-header{

          display: inline-block!important;
      }
      
  .menu-header{
      padding: 0 80px!important;
      
  }
 
  .header-top_area .short_contact_list ul{
       padding: 0 80px;
       display: flex;
       justify-content: flex-end;
       align-items: center;
       
  }
  .header-top_area .short_contact_list ul li{
      display: inline!important;
  }
  
  .header-top_area .social_media_links a.telefonos{
      display: inline!important;
  }
  .header-top_area .social_media_links a{
      display: inline!important;
  }

    nav.nav{
        display: flex;
        flex-direction: row;
        align-items:normal;
        justify-content: space-between;
    }
    li.nav_item{
        padding: 0px;
        width: auto;
    }
    .nav_toggle,
    .nav_close{
        display: none;
    }
  
    .nav_list{
        list-style: none;
        padding: 0;
        /* margin: auto; */
        flex-direction: row;
        
    }
    .nav_list li{
        padding: 10px 0;
    }
    .nav_list ul:hover{
        background: #BFBFBF;
        transition: .2s;
    }
    .nav_list li:hover a{
        color: #fff;
    }

    .header-top_area .social_media_links a:hover{
       background-color: #1F3A5F;
        color: #fff;
    }

  
  
    .nav_menu{
        display: flex;
        column-gap: 1rem;
        float: right;
        z-index: 99;
    }

    .nav_list li a{
      font-size: 18px;
        text-decoration: none;
        color: #1F3A5F;
        padding: 20px;
        display: block;
    }
    .nav_list li{
      display: flex;
      text-align: center;
      height: 100%;
      align-items: center;
    }
    
    li.subs-header{
        padding-right: 80px;
    }
   
 }

 li.active{
  background: #16263b;
}
li.active a{
  color: #fff;
}
  

  /*__________________sticky header_______________________________*/
  .header-area {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    position: absolute;
  }
  
  @media (max-width: 767px) {
    .header-area {
      padding-top: 0;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .header-area {
      padding-top: 0;
    }
  }
  
  .header-area .main-header-area {
    background: #fff;
  }
  
  .header-area .main-header-area.details_nav_bg {
    background: #fff;
    padding-bottom: 0;
  }

  
  .header-area .main-header-area.sticky .main-menu ul li .submenu {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 11px;
    top: 160%;
    background: #fff;
    width: 450px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }

  .header-area .main-header-area .main-menu ul li .submenu li {
    display: block;
  }
  
 

  .header-area .main-header-area .main-menu ul li .submenu li a {
    padding: 10px 15px;
    position: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
  }
  
  .header-area .main-header-area .main-menu ul li .submenu li a::before {
    display: none;
  }
  
  .header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 0;
  }

  .header-area .main-header-area.sticky {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 990;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    background: #fff;
    
  }
  
  @media (max-width: 767px) {
    .header-area .main-header-area.sticky {
      padding: 10px 10px;
    }
  }
  
  .header-area .main-header-area.sticky .main-menu {
    padding: 0;
  }
  
  .header-area .main-header-area.sticky .header_bottom_border {
    border-bottom: none;
  }
  
/*____________________Home___________________________________*/

.home{
  position: relative;
  min-height: 100svh;
  overflow: hidden;
   display: flex;
  flex-direction: column;
  justify-content: center;
}

.bg-home{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 0;
}

.overlay{
  position: absolute;
  inset: 0;
  background-color: rgba(51, 82, 153, 0.7);
  z-index: 1;
}
/* CONTENEDOR */
.mouse-container{
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  width: auto;
  text-align: center;
  z-index: 2;
}

/* ICONO */
.mouse-icon{
  width:25px;
  height:45px;
  border:2px solid #fff;
  border-radius:15px;
  cursor:pointer;
  position:relative;
  margin: 0 auto;
}

/* RUEDA (animación optimizada) */
.mouse-wheel{
  height:6px;
  width:3px;
  background-color:#fff;
  border-radius:50%;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: wheel-move 1.6s ease infinite;
    will-change: transform, opacity;
}


/* TEXTO */
.mouse-text{
  font-size:18px;
  color:#fff;
  margin-top:10px;
}

/* ANIMACIÓN (SIN CLS) */
@keyframes wheel-move {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 18px);
    opacity: 0;
  }
}

.text-home{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
  min-height: 120px; 
}

/*_______________PREGUNTAS___________________________*/
/* Accordion styles */
.tabs {
    overflow: hidden;
  }
  
  .tab {
    margin-bottom: 20px;
    width: 100%;
    color: #fff;
    overflow: hidden;
      position: relative;
  }
  .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #1F3A5F;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    /* Icon */
  }
  .tab-label:hover {
    background:  #BFBFBF;
    color: #1F3A5F;
  }
  .tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
  }
  .tab-content {
    font-size: 18px;
    max-height: 0;
    padding: 0 1em;
    color: #254063;
    background: white;
    transition: all 0.35s;
  }
  .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #254063;
    cursor: pointer;
  }

  input:checked + .tab-label {
    background: #1F3A5F;
    color: #fff;
  }
  input:checked + .tab-label::after {
    transform: rotate(90deg);
  }
input:checked ~ .tab-content {
  max-height: 500px; /* o 1000px según tu contenido */
  padding: 1em;
}
  
  input.pregunta-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }


  /*________________________PRODUCTOS__________________________*/


  
  
  .producto-image {
    position: relative;
    overflow: hidden;
  }
  
  .producto-image img {
    width: 100%;
  }
  
  .producto-image:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  

  
  
  .team-item:hover .producto-image:after {
    background: rgba(0, 0, 0, 0.6);
  }
  
  .team-item:hover .team-detail {
    opacity: 1;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  
  .team-detail,
  .producto-detail,
  .producto-image:after,
  .producto-item:hover
  
  {
    transition: all 0.3s ease-in-out 0s;
  }
  .team-item:hover .titulo-carrusel {
    opacity: 0;
    display: none;
  }
  
  
  
  
  .producto-item {
    position: relative;
    text-align: center;
    height: 350px;
    width: 100%;
  }
  
  .producto-item:hover {
   -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  transform: scale(1.05); 
  }
  
  
  .producto-detail {
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    padding: 20px;
    bottom: 20px;
  }
  .producto-image {
  height: 350px;
   position: relative;
    overflow: hidden;
    width: 100%;
  }
  
  .producto-item:hover .producto-image:after {
    background: rgba(0, 0, 0, 0.6);
  }
  .producto-item:hover .producto-detail {
    opacity: 1;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  .producto-item:hover .titulo-producto {
    opacity: 0;
    display: none;
  }
  
  
  .titulo-producto{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    opacity: 1;
    z-index: 10;
  }
  

  /*______________________formulario_____________________________*/
  .contacto{
    padding: 40px 0;
  }
  .formulario{
    width: 100%;
  }
/*_____________whatsapp_____________________________*/
/*_____________whatsapp_____________________________*/
section#llamada{
  padding:0!important;
}
@media (min-width:1200px){
   .ocultar-escritorio{display:none}
}
@media (max-width:1200px){
   .ocultar-tablets{display:none}
}


   .pulse-button-02{position:fixed;
       width:80px;
       height:80px;
       border:none;
       box-shadow:0 0 0 0 rgba(100,177,97,.7);
       background-color:transparent;
       border-radius:50%;
       background-image:url(../img/whatsapp-b.svg);
       background-size:70%;
       background-position:center;
       background-repeat:no-repeat;
       cursor:pointer;
       -webkit-animation:pulse 1.25s infinite cubic-bezier(.66,0,0,1);
       -moz-animation:pulse 1.25s infinite cubic-bezier(.66,0,0,1);
       -ms-animation:pulse 1.25s infinite cubic-bezier(.66,0,0,1);
       animation:pulse 1.25s infinite cubic-bezier(.66,0,0,1);
       z-index:999;
       right:20px;
       bottom:20px;}

       
@-webkit-keyframes pulse{to{box-shadow:0 0 0 45px rgba(232,76,61,0)}
}
@-moz-keyframes pulse{to{box-shadow:0 0 0 45px rgba(232,76,61,0)}
}
@-ms-keyframes pulse{to{box-shadow:0 0 0 45px rgba(232,76,61,0)}
}
@keyframes pulse{to{box-shadow:0 0 0 45px rgba(232,76,61,0)}
}
.button-whats-2-02{
   font-size:18px;
   padding:12px 12px;
   background-color:#dcf8c6;
   color:#222;
   width:100%;
   letter-spacing:.25px;
   position:relative;
   border-radius:10px;}


.button-whats-02 a{
   color:#222;}

.button-call-02{
   background-color:#fff;
   padding:10px 20px;
   text-align:center;
   color:#222;
   border-radius:20px;}

.button-call-02:hover{
   background-color:#fafafa;}

.triangulo-02{
   width:0;
   height:0;
   border-left:10px solid #e1d9d1;
   border-bottom:0 solid transparent;
   border-top:10px solid transparent;
   position:absolute;
   right:-10px;
   bottom:0;}

.quitar-ondas-02{
   position:fixed;
   width:80px;
   height:80px;
   border:none;
   box-shadow:0 0 0 0 rgba(100,177,97,.7);
   background-color:transparent;
   border-radius:50%;
   background-image:url(../img/whatsapp-b.svg);
   background-size:70%;
   background-position:center;
   background-repeat:no-repeat;
   cursor:pointer;
   z-index:90;
   right:20px;
   bottom:20px;
   -webkit-animation:none;
   -moz-animation:none;
   -ms-animation:none;
   animation:none;}

@media (max-width:991px){
   .button-whats-02{
   font-size:18px;
   padding:12px 12px;
   background-color:#E5DDD4;
   background-size:cover;
   color:#222;
   width:200px;
   letter-spacing:.25px;
   position:relative;
   border-top-left-radius:10px;
   border-top-right-radius:10px;
   border-bottom-left-radius:10px;
   position:fixed;
   bottom:80px;
   left:80px;
   z-index:99;
   visibility:hidden;}

.abrir-llamada-02{
   font-size:18px;
   padding:12px 12px;
   background-color:#E5DDD4;
   background-size:cover;
   color:#222;
   width:200px;
   letter-spacing:.25px;
   position:relative;
   border-top-left-radius:10px;
   border-top-right-radius:10px;
   border-bottom-left-radius:10px;
   position:fixed;
   bottom:80px;
   right:80px;
   z-index:99;
   visibility:visible;}

.cerrar-llamada-02{
   font-size:18px;
   padding:12px 12px;
   background-color:#E5DDD4;
   background-size:cover;
   color:#222;
   width:200px;
   letter-spacing:.25px;
   position:relative;
   border-top-left-radius:10px;
   border-top-right-radius:10px;
   border-bottom-right-radius:10px;
   position:fixed;
   bottom:80px;
   right:80px;
   z-index:99;
   visibility:hidden;}
}
@media (min-width:992px){
   .button-whats-02{
   font-size:18px;
   padding:12px 12px;
   background-color:#E5DDD4;
   background-size:cover;
   color:#222;
   width:300px;
   letter-spacing:.25px;
   position:relative;
   border-top-left-radius:10px;
   border-top-right-radius:10px;
   border-bottom-right-radius:10px;
   position:fixed;
   bottom:80px;
   right: 0;;
   z-index:99;
   visibility:hidden;
  }

.abrir-llamada-02{
   font-size:18px;
   padding:12px 12px;
   background-color:#E5DDD4;
   background-size:cover;
   color:#222;
   width:300px;
   letter-spacing:.25px;
   position:relative;
   border-top-left-radius:10px;
   border-top-right-radius:10px;
   border-bottom-left-radius:10px;
   position:fixed;
   bottom:80px;
   right:80px;
   z-index:99;
   visibility:visible;}

.cerrar-llamada-02{
   font-size:18px;
   padding:12px 12px;
   background-color:#E5DDD4;
   background-size:cover;
   color:#222;
   width:300px;
   letter-spacing:.25px;
   position:relative;
   border-top-left-radius:10px;
   border-top-right-radius:10px;
   border-bottom-right-radius:10px;
   position:fixed;
   bottom:80px;
   left:80px;
   z-index:99;
   visibility:hidden;}
}
.tache{
   position:absolute;
   right:0;
   top:0;
   z-index:999;}

   

/*__________________________________FOOTER__________________________________________*/

.footer_area{
    background:#254063;
    padding: 40px 0;
}

.ab_widget p{
    font-size:18px;
    line-height:24px;
    color:#fff;
    margin-bottom:30px}


.our-link{
    margin:0;
    padding:0;
}

.our-link li{
    list-style:none;
}

.our-link li a{
    position:relative;
    z-index:1;
    font-size:18px;
    color:#fff;
    margin-bottom:15px;
    display:block;
    font-weight:400;
    list-style:none;
}

.our-link li a:hover{
    color:#1F3A5F;}

.footer_bottom{
    background-color:#1b2e44;
    padding:10px 0;}

.footer_bottom p{
    color:#fff;}

.lazyLoad{
    opacity:0;}
    
.visible{
    transition:opacity 1s ease;
    opacity:1;}




 /*__________________________________SCROLL EFFECT__________________________________*/
::-webkit-scrollbar{
    width: 10px;
    background-color: #000;
    }

    ::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #000;
    }

    ::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #254063;
    background-image: -webkit-linear-gradient(90deg,transparent,rgba(0, 0, 0, 0.4) 50%,transparent,transparent)
    }


    
/*_________________________________________Media queries_________________________________*/

@media screen and (min-width: 767px) {
    .container{
      max-width: 100%;
      
  }


  section{
    padding: 0px 80px 40px 80px;
  }


  .contacto{
    padding: 40px 80px;
  }

  .formulario{
    width: 70%;
  }
  .footer_area{
    padding: 40px 80px;
}
h1.text-home{
    width: 60%;
}
}

@media screen and (min-width: 1024px) {
  .container{
    max-width: 100%;
    
}


section{
  padding: 0px 80px 40px 80px;
}

.nosotros{
  padding: 0px 0px 40px 0px;
}
.contacto{
  padding: 40px 80px;
}

.formulario{
  width: 70%;
}
.footer_area{
  padding: 40px 80px;
}
h1.text-home{
  width: 60%;
}
}




/*card whatsapp*/
.card {
            background: white;
            padding: 40px;
            border-radius: 24px;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            position: relative;
            min-height: 380px;
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

        /* Barra de Progreso */
        .progress-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 6px;
            background: #e2e8f0;
        }

        .progress-bar {
            height: 100%;
            background: linear-gradient(90deg, #25D366, #128c7e);
            width: 25%;
            transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        /* Pasos y Animaciones */
        .step {
            display: none;
            opacity: 0;
            transform: translateY(10px);
            transition: all 0.4s ease;
        }

        .step.active {
            display: flex;
            flex-direction: column;
            opacity: 1;
            transform: translateY(0);
        }

        h2 { font-weight: 600; color: var(--secondary); }
        p { font-size: 18px; color: var(--gray); margin-bottom: 24px; line-height: 1.5; }

        input, textarea {
            width: 100%;
            padding: 16px;
            border: 2px solid #e2e8f0;
            border-radius: 14px;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            box-sizing: border-box;
            outline: none;
            transition: all 0.3s;
        }

        input:focus, textarea:focus {
            border-color: #25D366;
            box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.1);
        }

        .buttons { margin-top: auto; display: flex; gap: 12px; padding-top: 20px; }

        button {
            flex: 1;
            padding: 16px;
            border-radius: 14px;
            border: none;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s;
        }

        .btn-next { background: #25D366; color: #fff; }
        .btn-next:hover { background: #1ebe57; transform: translateY(-2px); shadow: 0 5px 15px rgba(37,211,102,0.3); }
        .btn-prev { background: #f1f5f9; color: var(--gray); }

        /* Pantalla de Agradecimiento */
        .thanks-screen {
            text-align: center;
            display: none;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100%;
        }

        .success-icon {
            width: 80px;
            height: 80px;
            background: #dcfce7;
            color: #25D366;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            margin-bottom: 20px;
            animation: scaleIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        @keyframes scaleIn {
            from { transform: scale(0); }
            to { transform: scale(1); }
        }

span.color {
    background: #ff388f;
    padding: 0 3px;
    display: inline-block;
    min-width: 100px; /* Para evitar saltos de tamaño */
}

.btn-whatsapp {
   
    text-decoration: none;
    height: 50px;
    width: 200px;
    padding: 15px 30px;
    transition: all .3s;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 30px;
    column-gap: 10px;
    border: 2px solid #25d366;;
}




.btn-whatsapp img {
 
    background-color: #25d366;
    border-radius: 30px;
    padding: 3px;
  
}


.btn-whatsapp .text {
    color: #1155cc;
    text-align: center;
    font-size: 18px;
}


.btn-whatsapp:hover {
    background-color: #25d366!important;
    color: #fff;
}

.btn-whatsapp:hover .text {
    color: #fff;
}

.btn-whatsapp:hover img {
    background: #25d366;
}