*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#btn-mas{
    display: none;
}
.container{
    position: fixed;
    bottom: 20px;
    right: -535px;
    z-index: 1000!important;
    top: 220px!important;
}
.btn-mas label{
    display: block;
    text-decoration: none;
    background: #2a49b1;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 55px;
    margin-left: 245px!important;
    text-align: center;
    border-radius: 30%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 500ms ease;
}


.btn-mas label{
    cursor: pointer;
    background: #2a49b1;
    font-size: 23px;
}
.btn-mas label{
    transform: rotate(0deg);
    font-size: 25px;
}

#icono
{
    visibility: hidden;  
}


.descripcion
{
    font-size: 10px!important;
    color: #2a49b1;
    font-weight: 500;
    line-height: 1;
}
#icono_telefono
{
    border-color: white;
}


.icono{
    width: 30%;
    background: white;
    min-width:90px;
    box-shadow: 0 0px 0px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 13%);
    color: #2a49b1;
    font-weight: bold;
    padding: 20px 15px;
    text-align: center;
    border-radius: 20px;
}


#telefono_usuario {
    background: #DEDEDF;
    color:#2a49b1!important;
    height: 30px;
    font-weight: bold;
    font-size: .9rem;
    width: 80%;
    padding-left: 0px;
    font-size: 15px;
    outline: none;
    text-align: center;
    border: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
 #telefono_usuario::placeholder{
     color:#2a49b1;
     text-align: center;
     background-color: #DEDEDF;
 }

 .redes h2
{
    font-size: 14px!important;
    color:#2a49b1;
    font-weight: bold;
}


.redes h3
{
    font-size: 12px!important;
    color:#2a49b1;
    font-weight: 500;
}
#flecha_contacto {
    border-radius: 5px!important;
    width: 45%;
    height: 35px;
    text-align: center;
    color: white;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 1.que_me_llamen .8rem;
    padding-left: 0px;
    font-weight: bold;
    background:#2a49b1;
    border: 1px #2a49b1 solid ;
    font-family: 'Exo'!important;
    font-weight: bold;
}




@media (min-width:2052px) and (max-width:2732px)
{
    .container {
        position: fixed;
        bottom: 20px;
        right: -535px;
        z-index: 1000!important;
        top: 850px!important;
    }
}


@media (min-width:1700px) and (max-width:2000px)
{
    .container {
        position: fixed;
        bottom: 20px;
        right: -535px;
        z-index: 1000!important;
        top: 430px!important;
    }
}


