.Titulo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #F60;
}
.Parrafo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000;
}
.TituloVerde {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000;
}
.TituloBlanco {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #FFF;
}

.whatsapp{
    cursor: pointer;
}

.texto_numero{
    font-size: 22px;
    color: #fd9417;
    font-weight: bold;
    font-style: italic;
}
.texto_numero:hover{
    font-size: 22px;
    color: #fd9417;
    font-weight: bold;
    font-style: italic;
}
.texto_numero_blanco{
    color: #FFF;
}

.estilo-boton{
    background: #fd9417;
    color: #fff;
    border: 1px solid #fd9417;
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
}
.flotante{
    display:scroll;
    position:fixed;
    bottom:90px;
    right:20px;
    background: #25d366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.imagen_whats{
    width: 30px;
    margin-top: 15px;
    margin-left: 15px;
}

.flotante_tel{
    display:scroll;
    position:fixed;
    bottom:160px;
    right:20px;
    background: #fd9417;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.texto_leyenda{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-shadow: 1px 2px #000;
    font-weight: bold;
}
