
*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
:root
{
    /*colores telefono*/
    --color_borde_fijo:#939393;
    --color_borde_animado: #939393;
    /*colores whatsapp*/
    --color_base: #12BB18;;
    --color_boton_iniciar: #067009;
    --color_burbuja_animada: #12bb18e5;
    --color_borde:#12BB18;
    --color_dialogo: #ffffff;
    --color_hover_botones: #30e236;
}
/*burbuja de telefono*/
.tag_m_telefono {
    z-index: 999999999;
    position: fixed;
    top: 165px;
    right: 10px;
    width: 50px;
    height: 50px;
    padding: 0px 0px;
    border-radius: 50px;
    box-shadow: 0 0 1px var(--color_borde_animado);
    background-color: #e02541;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 23px;
    text-align: center;
    animation: tag_m_borde 2s infinite alternate;
    cursor: pointer;
    transition: all 0.3sease;
}
.tag_m_telefono img
{
    width: 35px;
    height: 35px;
    margin-left: 12px;
    margin-top: -3px;
}
#tag_m_telefono_icono_black
{
    display: block;
    transition: all  0.es ease;
}
#tag_m_telefono_icono_white
{
    display: none;
    transition: all  0.es ease;
}
.tag_m_telefono p
{
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
    color: black;
    margin-bottom: 0px !important;
}

.tag_m_telefono:hover
{
    transition: .5s all;
    background-color: black;
}
.tag_m_telefono:hover #tag_m_telefono_icono_black
{
    display: none;
}
.tag_m_telefono:hover #tag_m_telefono_icono_white
{
    display: block;
}
.tag_m_telefono:hover p
{
    color: white;
}

@keyframes tag_m_borde 
{
    0% 
    {
        box-shadow: 0 0 1px var(--color_borde_animado);
    }
    100% 
    {
        box-shadow: 0 0 5px var(--color_borde_animado), 0 0 5px var(--color_borde_animado), 0 0 5px var(--color_borde_animado);
    }
}
/*cuatro lineas*/
.tag_m_telefono_cuatro_lineas
{
    z-index: 999999999;
    position: fixed;
    top: 220px;
    right: 32px;
    width: auto;
    height: auto;
    padding: 10px 20px;
    border-radius: 25px 0px 40px 10px;
    background-color: white;
    border: 1px solid #959595b5;
    display: none;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.tag_m_telefono_cuatro_lineas a
{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #8585858c;
    margin-bottom: 10px;
    transition: all 0.3sease;
}
.tag_m_telefono_cuatro_lineas a:hover
{
    background-color: black;
    color:white;
}

/*responsive*/
@media screen and (max-width:840px)
{
    .tag_m_telefono p
    {
        display: none;
    }
}

/*burbuja de whatsapp*/
#icono_whatsapp{
    width: 45px;
    height: 45px;
}
.tag_m_whatsapp_burbuja
{
    z-index: 999999999;
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 65px;
    height: 65px;
    /*border: 1px solid red;*/
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.tag_m_whatsapp_circ_fijo
{
    z-index: 999999998;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--color_base);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.tag_m_whatsapp_circ_fijo img
{
    z-index: 999999998;
}

.tag_m_whatsapp_circ_anim
{
    z-index: 999999997;
    position: absolute;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: var(--color_burbuja_animada);
    animation: crecerReducir 2s infinite ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tag_m_whatsapp_circ_anim_2
{
    z-index: 999999997;
    position: absolute;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: var(--color_burbuja_animada);
    animation: crecerReducir_2 1s infinite ease-in-out;
}

@keyframes crecerReducir 
{
    0%, 100% 
    {
        width: 55px;
        height: 55px;
    }
    100% 
    {
        width: 95px;
        height: 95px;
        opacity: 0;
    }
}
@keyframes crecerReducir_2 
{
    0%, 100% 
    {
        width: 55px;
        height: 55px;
    }
    100% 
    {
        width: 95px;
        height: 95px;
        opacity: 0;
    }
}

.tag_m_whatsapp_cuadro_dialogo
{
    z-index: 999999999;
    position: fixed;
    right: -295px;
    bottom: 90px;
    width: 280px;
    height: auto;
    border-radius: 8px 8px 0px 8px;
    overflow: hidden;
    transition: left 0.5sease;
    box-shadow: 0px 0px 3px 0px #000000ad;
}
.tag_m_whatsapp_perfil
{
    width: 100%;
    height: 25%;
    background-color: #087f71;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
}
.tag_m_whatsapp_foto_perfil
{
    width: 60px;
    height: 40px;
    background-color: white;
    border: 1px solid #7777776b;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tag_m_whatsapp_perfil p
{
    font-size: 14px;
    letter-spacing: 1px;
    width: 80%;
    color: white;
    padding: 10px;
    font-family: 'Roboto';
    margin-bottom: 0px !important;
}
.tag_m_whatsapp_perfil .subtitle{
    font-size: 13px;
}
.tag_m_whatsapp_cont_cerrar
{
    width: 120px;
    height: 100%;
    display: flex;
    align-items:flex-start;
    justify-content:flex-end;
    /*border: 1px solid red;*/
    padding-top: 10px;
}
.teg_m_whatsapp_circulo_cerrar
{
    width: 25px;
    height: 25px;
    padding-right: 8px;
    padding-top: 2px;
    margin-right: 5px;
    background-color: #12bb1800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.teg_m_whatsapp_circulo_cerrar p
{
    font-size: 15px;
    color: white;
    font-weight: 700;
    margin-bottom: 0px !important;
}
.teg_m_whatsapp_circulo_cerrar:hover
{
    background-color: var(--color_hover_botones);
}
/*un solo whatsapp*/
.tag_m_whatsapp_cont_text
{
    width: 100%;
    height: 75%;
    display: flex;
    align-items:flex-start;
    justify-content:flex-end;
    flex-direction: column;
    background-image: url(https://www.suzukicampestre.com/assets/img/fondo_whatsapp_tag_m.jpg);
    background-position: center;
    background-size: cover;
    padding:5px;
}
.tag_m_whatsapp_dialogo
{
    width: 90%;
    height: 40px;
    border-radius: 15px;
    margin: 3px 0;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    background-color: var(--color_dialogo);
}
.tag_m_whatsapp_chica
{
    width: 30%;
}
#img_tag_m_mano
{
    margin-left: 20px;
}
#img_tag_m_ceja
{
    position: relative;
    right: 10px;
    bottom: 10px;
}
.tag_m_whatsapp_dialogo p
{
    font-size: 15px;
    color: black;
    font-family:"Roboto";
    margin-bottom: 0px !important;
}

.tag_m_whatsapp_boton_enviar
{
    width: 100%;
    height: 50px;
    /*border: 1px solid red;*/
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.tag_m_whatsapp_circulo_enviar
{
    width: 90%;
    height: 35px;
    border-radius: 5px;
    background-color: var(--color_boton_iniciar);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
        transition: all 0.3s ease;
}
.tag_m_whatsapp_circulo_enviar:hover
{
    background-color: var(--color_hover_botones);
}
.tag_m_whatsapp_circulo_enviar a
{
    font-size: 15px;
    color: white;
    text-decoration: none;
}
.tag_m_whatsapp_circulo_enviar a:hover
{
    color: white;
}

/*multiples whatsapp*/
.tag_m_whatsapp_cont_text_contacto
{
    width: 100%;
    height: auto;
    display: flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction: column;
    background-image: url(https://www.suzukicampestre.com/assets/img/fondo_whatsapp_tag_m.jpg);
    background-position: center;
    background-size: cover;
    padding:5px;
}
.tag_m_whatsapp_link_class, .tag_m_whatsapp_link_class:hover
{
    width: 100%;
    text-decoration: none;
}

.tag_m_whatsapp_dialogo_contacto
{
    width: 90%;
    height: 60px;
    border-radius: 15px;
    margin: 3px 0;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    background-color: var(--color_dialogo);
}
.img_tag_m_ceja_contacto
{
    position: relative;
    right: 12px;
    bottom: 19px;
    width: 35px;
    height: 25px;
}
.tag_m_whatsapp_circulo_contacto
{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgb(167, 167, 167);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -25px;
    z-index: 1;
}
.icono_mandar_mensaje{
    width: 25px;
    height: auto;
}
.tag_m_whatsapp_contacto_text
{
    width: auto;
    height: 100%;
    padding-left: 10px;
    display: flex;
    align-items: flex-start;
    justify-content:center;
    flex-direction: column;
}
.tag_m_whatsapp_padd
{
    padding-left: 20px;
}
.tag_m_whatsapp_dialogo_contacto p
{
    font-size: 15px;
    color: black;
    font-family:"Roboto";
    margin-bottom: 0px !important;
}

/*responsive*/
@media screen and (max-width:840px)
{
    .tag_m_whatsapp_burbuja
    {
        right: 10px;
    }
}